Develop and Download Open Source Software

Browse Subversion Repository

Diff of /trunk/bfd/elf32-m68hc1x.c

Parent Directory Parent Directory | Revision Log Revision Log | View Patch Patch

revision 20 by monamour, Thu Dec 4 05:12:56 2008 UTC revision 21 by monamour, Mon Jul 27 20:34:36 2009 UTC
# Line 1  Line 1 
1  /* Motorola 68HC11/HC12-specific support for 32-bit ELF  /* Motorola 68HC11/HC12-specific support for 32-bit ELF
2     Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008     Copyright 1999, 2000, 2001, 2002, 2003, 2004, 2005, 2006, 2007, 2008,
3     Free Software Foundation, Inc.     2009 Free Software Foundation, Inc.
4     Contributed by Stephane Carrez (stcarrez@nerim.fr)     Contributed by Stephane Carrez (stcarrez@nerim.fr)
5    
6     This file is part of BFD, the Binary File Descriptor library.     This file is part of BFD, the Binary File Descriptor library.
# Line 20  Line 20 
20     Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,     Foundation, Inc., 51 Franklin Street - Fifth Floor, Boston,
21     MA 02110-1301, USA.  */     MA 02110-1301, USA.  */
22    
23    #include "alloca-conf.h"
24  #include "sysdep.h"  #include "sysdep.h"
25  #include "bfd.h"  #include "bfd.h"
26  #include "bfdlink.h"  #include "bfdlink.h"
# Line 94  m68hc11_elf_hash_table_create (bfd *abfd Line 95  m68hc11_elf_hash_table_create (bfd *abfd
95    ret->stub_bfd = NULL;    ret->stub_bfd = NULL;
96    ret->stub_section = 0;    ret->stub_section = 0;
97    ret->add_stub_section = NULL;    ret->add_stub_section = NULL;
98    ret->sym_sec.abfd = NULL;    ret->sym_cache.abfd = NULL;
99    
100    return ret;    return ret;
101  }  }

Legend:
Removed from v.20  
changed lines
  Added in v.21

Back to OSDN">Back to OSDN
ViewVC Help
Powered by ViewVC 1.1.26