diff options
-rw-r--r-- | bfd/ChangeLog | 2 | ||||
-rw-r--r-- | bfd/elf32-mn10300.c | 2 |
2 files changed, 4 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 30eefc9..0b6a829 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,5 +1,7 @@ Fri Dec 6 15:18:05 1996 Jeffrey A Law (law@cygnus.com) + * elf32-mn10300.c (elf_symbol_leading_char): Define. + * elf32-mn10300.c: Add some comments. Fri Dec 6 17:16:43 1996 Ian Lance Taylor <ian@cygnus.com> diff --git a/bfd/elf32-mn10300.c b/bfd/elf32-mn10300.c index bdb8417..c8a764a 100644 --- a/bfd/elf32-mn10300.c +++ b/bfd/elf32-mn10300.c @@ -371,4 +371,6 @@ bfd_elf32_mn10300_reloc (abfd, reloc, symbol, data, isection, obfd, err) #define elf_info_to_howto mn10300_info_to_howto #define elf_info_to_howto_rel 0 +#define elf_symbol_leading_char '_' + #include "elf32-target.h" |