* elflink.c (elf_section_complain_discarded): Don't complain in
.PARISC.unwind.
This commit is contained in:
parent
d629a7cb0a
commit
27b56da8f7
@ -1,3 +1,8 @@
|
||||
2004-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
|
||||
|
||||
* elflink.c (elf_section_complain_discarded): Don't complain in
|
||||
.PARISC.unwind.
|
||||
|
||||
2004-07-10 James E Wilson <wilson@specifixinc.com>
|
||||
|
||||
* elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
|
||||
|
@ -6316,6 +6316,9 @@ elf_section_complain_discarded (asection *sec)
|
||||
if (strcmp (".gcc_except_table", sec->name) == 0)
|
||||
return FALSE;
|
||||
|
||||
if (strcmp (".PARISC.unwind", sec->name) == 0)
|
||||
return FALSE;
|
||||
|
||||
return TRUE;
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user