aboutsummaryrefslogtreecommitdiff
path: root/bfd/elf32-h8300.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2010-06-14 18:43:46 +0000
committerKevin Buettner <kevinb@redhat.com>2010-06-14 18:43:46 +0000
commit84477db9a380a80437de9a77b5200e84fc759bad (patch)
tree69d50f690554c3da238bb1bd7fa87f19a2d6ea7e /bfd/elf32-h8300.c
parent1e9beacb485fb005a09241ff81e3bd2fa26107aa (diff)
downloadgdb-84477db9a380a80437de9a77b5200e84fc759bad.zip
gdb-84477db9a380a80437de9a77b5200e84fc759bad.tar.gz
gdb-84477db9a380a80437de9a77b5200e84fc759bad.tar.bz2
* elf32-h8300.c (elf_symbol_leading_char): Define.
Diffstat (limited to 'bfd/elf32-h8300.c')
-rw-r--r--bfd/elf32-h8300.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/bfd/elf32-h8300.c b/bfd/elf32-h8300.c
index 523a911..92c0a16 100644
--- a/bfd/elf32-h8300.c
+++ b/bfd/elf32-h8300.c
@@ -1641,5 +1641,6 @@ elf32_h8_get_relocated_section_contents (bfd *output_bfd,
#define bfd_elf32_bfd_get_relocated_section_contents \
elf32_h8_get_relocated_section_contents
+#define elf_symbol_leading_char '_'
#include "elf32-target.h"