summaryrefslogtreecommitdiff
path: root/bfd/elf32-h8300.c
diff options
context:
space:
mode:
authorKevin Buettner <kevinb@redhat.com>2010-06-14 18:43:45 +0000
committerKevin Buettner <kevinb@redhat.com>2010-06-14 18:43:45 +0000
commit2bb4f20c83eae97b651f7ee5422a896ae9fa4e51 (patch)
treeece861f6c79255d65b17c542d5631ab6925ebd9e /bfd/elf32-h8300.c
parent44057ca1dacdcec654c4cca6d3926ef86318fc9b (diff)
downloadbinutils-redhat-2bb4f20c83eae97b651f7ee5422a896ae9fa4e51.tar.gz
* 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 523a9112f2..92c0a165b8 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"