* elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16.
This commit is contained in:
Alan Modra 2006-05-10 04:55:43 +00:00
parent 835122fc95
commit 69d54b1bfa
2 changed files with 6 additions and 1 deletions

View File

@ -1,3 +1,8 @@
2006-05-10 Alan Modra <amodra@bigpond.net.au>
PR 2342
* elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16.
2006-05-09 Nick Clifton <nickc@redhat.com>
* coffcode.h (coff_write_relocs): Produce an error message if a an

View File

@ -6758,7 +6758,7 @@ unsigned int
_bfd_elf_default_action_discarded (asection *sec)
{
if (sec->flags & SEC_DEBUGGING)
return 0;
return PRETEND;
if (strcmp (".eh_frame", sec->name) == 0)
return 0;