Add hooks to support TI COFF handling.

This commit is contained in:
Timothy Wall 2000-02-10 21:21:55 +00:00
parent a25c045a58
commit 6c784c9aab
3 changed files with 19 additions and 0 deletions

View file

@ -2268,7 +2268,11 @@ coff_write_relocs (abfd, first_undef)
#endif
if (q->sym_ptr_ptr)
{
#ifdef SECTION_RELATIVE_ABSOLUTE_SYMBOL_P
if (SECTION_RELATIVE_ABSOLUTE_SYMBOL_P (q,s))
#else
if (q->sym_ptr_ptr == bfd_abs_section_ptr->symbol_ptr_ptr)
#endif
/* This is a relocation relative to the absolute symbol. */
n.r_symndx = -1;
else