aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-mn10300.c
diff options
context:
space:
mode:
authorJeff Law <law@redhat.com>1996-12-06 22:51:44 +0000
committerJeff Law <law@redhat.com>1996-12-06 22:51:44 +0000
commit31cffd2ee62a023d6c5874012c1e6575f4b63fa8 (patch)
tree3b507d1d7d2248d39086bfcbbc79917ddbfd7768 /bfd/elf32-mn10300.c
parentca82e4ebdb461e8808d39874ea3f3aacafd9f7b4 (diff)
downloadgdb-31cffd2ee62a023d6c5874012c1e6575f4b63fa8.zip
gdb-31cffd2ee62a023d6c5874012c1e6575f4b63fa8.tar.gz
gdb-31cffd2ee62a023d6c5874012c1e6575f4b63fa8.tar.bz2
* elf32-mn10300.c (elf_symbol_leading_char): Define.
Diffstat (limited to 'bfd/elf32-mn10300.c')
-rw-r--r--bfd/elf32-mn10300.c2
1 files changed, 2 insertions, 0 deletions
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"