Nuts. Checked in wrong version of previous patch. Fixed.

This commit is contained in:
Jeff Law
2001-08-30 20:38:35 +00:00
parent f333765ffd
commit 5facebfccc

View File

@ -1329,7 +1329,7 @@ md_assemble (str)
build_bytes (opcode, operand); build_bytes (opcode, operand);
} }
#ifndef OBJ_ELF #ifndef BFD_ASSEMBLER
void void
tc_crawl_symbol_chain (headers) tc_crawl_symbol_chain (headers)
object_headers *headers ATTRIBUTE_UNUSED; object_headers *headers ATTRIBUTE_UNUSED;
@ -1345,7 +1345,7 @@ md_undefined_symbol (name)
return 0; return 0;
} }
#ifndef OBJ_ELF #ifndef BFD_ASSEMBLER
void void
tc_headers_hook (headers) tc_headers_hook (headers)
object_headers *headers ATTRIBUTE_UNUSED; object_headers *headers ATTRIBUTE_UNUSED;
@ -1518,6 +1518,7 @@ md_pcrel_from (fixP)
abort (); abort ();
} }
#ifndef BFD_ASSEMBLER
void void
tc_reloc_mangle (fix_ptr, intr, base) tc_reloc_mangle (fix_ptr, intr, base)
fixS *fix_ptr; fixS *fix_ptr;
@ -1580,7 +1581,7 @@ tc_reloc_mangle (fix_ptr, intr, base)
else else
intr->r_symndx = -1; intr->r_symndx = -1;
} }
#else /* OBJ_ELF */ #else /* BFD_ASSEMBLER */
arelent * arelent *
tc_gen_reloc (section, fixp) tc_gen_reloc (section, fixp)
asection *section ATTRIBUTE_UNUSED; asection *section ATTRIBUTE_UNUSED;