aboutsummaryrefslogtreecommitdiff
path: root/bfd
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
parent1e9beacb485fb005a09241ff81e3bd2fa26107aa (diff)
downloadfsf-binutils-gdb-84477db9a380a80437de9a77b5200e84fc759bad.zip
fsf-binutils-gdb-84477db9a380a80437de9a77b5200e84fc759bad.tar.gz
fsf-binutils-gdb-84477db9a380a80437de9a77b5200e84fc759bad.tar.bz2
* elf32-h8300.c (elf_symbol_leading_char): Define.
Diffstat (limited to 'bfd')
-rw-r--r--bfd/ChangeLog4
-rw-r--r--bfd/elf32-h8300.c1
2 files changed, 5 insertions, 0 deletions
diff --git a/bfd/ChangeLog b/bfd/ChangeLog
index 76ff0cd..3cad9e8 100644
--- a/bfd/ChangeLog
+++ b/bfd/ChangeLog
@@ -1,3 +1,7 @@
+2010-06-14 Kevin Buettner <kevinb@redhat.com>
+
+ * elf32-h8300.c (elf_symbol_leading_char): Define.
+
2010-06-11 Jan Kratochvil <jan.kratochvil@redhat.com>
* vms-alpha.c (_bfd_vms_write_egsd): Make sname const.
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"