|
Lines 1727-1732
mips_elf_check_symbols (struct mips_elf_
|
Link Here
|
|---|
|
| 1727 |
|
1727 |
|
| 1728 |
if (mips_elf_local_pic_function_p (h)) |
1728 |
if (mips_elf_local_pic_function_p (h)) |
| 1729 |
{ |
1729 |
{ |
|
|
1730 |
/* PR 12845: If H is in a section that has been garbage |
| 1731 |
collected it will have its output section set to *ABS*. */ |
| 1732 |
if (bfd_is_abs_section (h->root.root.u.def.section->output_section)) |
| 1733 |
return TRUE; |
| 1734 |
|
| 1730 |
/* H is a function that might need $25 to be valid on entry. |
1735 |
/* H is a function that might need $25 to be valid on entry. |
| 1731 |
If we're creating a non-PIC relocatable object, mark H as |
1736 |
If we're creating a non-PIC relocatable object, mark H as |
| 1732 |
being PIC. If we're creating a non-relocatable object with |
1737 |
being PIC. If we're creating a non-relocatable object with |