diff options
author | Jeff Law <law@redhat.com> | 2001-08-30 20:38:35 +0000 |
---|---|---|
committer | Jeff Law <law@redhat.com> | 2001-08-30 20:38:35 +0000 |
commit | 5facebfccc8d21b04677a1c6963439311203b88e (patch) | |
tree | e202b343c05292157b5d8da4f4492434fb9a07fd /gas | |
parent | f333765ffdd8e9928ff398b02dd04c8938f507cb (diff) | |
download | binutils-5facebfccc8d21b04677a1c6963439311203b88e.tar.gz binutils-5facebfccc8d21b04677a1c6963439311203b88e.tar.bz2 binutils-5facebfccc8d21b04677a1c6963439311203b88e.zip |
Nuts. Checked in wrong version of previous patch. Fixed.
Diffstat (limited to 'gas')
-rw-r--r-- | gas/config/tc-h8300.c | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/gas/config/tc-h8300.c b/gas/config/tc-h8300.c index 6775d928945..724aea19211 100644 --- a/gas/config/tc-h8300.c +++ b/gas/config/tc-h8300.c @@ -1329,7 +1329,7 @@ md_assemble (str) build_bytes (opcode, operand); } -#ifndef OBJ_ELF +#ifndef BFD_ASSEMBLER void tc_crawl_symbol_chain (headers) object_headers *headers ATTRIBUTE_UNUSED; @@ -1345,7 +1345,7 @@ md_undefined_symbol (name) return 0; } -#ifndef OBJ_ELF +#ifndef BFD_ASSEMBLER void tc_headers_hook (headers) object_headers *headers ATTRIBUTE_UNUSED; @@ -1518,6 +1518,7 @@ md_pcrel_from (fixP) abort (); } +#ifndef BFD_ASSEMBLER void tc_reloc_mangle (fix_ptr, intr, base) fixS *fix_ptr; @@ -1580,7 +1581,7 @@ tc_reloc_mangle (fix_ptr, intr, base) else intr->r_symndx = -1; } -#else /* OBJ_ELF */ +#else /* BFD_ASSEMBLER */ arelent * tc_gen_reloc (section, fixp) asection *section ATTRIBUTE_UNUSED; |