Browse Subversion Repository
Diff of /trunk/bfd/elf32-m68hc1x.c
Parent Directory
| Revision Log
| Patch
| 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. |
| 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" |
| 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 |
|
|
| |