Add hooks to support TI COFF handling.
This commit is contained in:
parent
a25c045a58
commit
6c784c9aab
3 changed files with 19 additions and 0 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue