From 3a3f0ca65269aa942af26673efb7393b0b85782b Mon Sep 17 00:00:00 2001 From: Alan Modra Date: Wed, 10 May 2006 04:55:43 +0000 Subject: [PATCH] PR 2342 * elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16. --- bfd/ChangeLog | 5 +++++ bfd/elflink.c | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) diff --git a/bfd/ChangeLog b/bfd/ChangeLog index 3c8c5054a3..e757fc5583 100644 --- a/bfd/ChangeLog +++ b/bfd/ChangeLog @@ -1,3 +1,8 @@ +2006-05-10 Alan Modra + + PR 2342 + * elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16. + 2006-05-09 Nick Clifton * coffcode.h (coff_write_relocs): Produce an error message if a an diff --git a/bfd/elflink.c b/bfd/elflink.c index 984e8282b8..7df3f6e313 100644 --- a/bfd/elflink.c +++ b/bfd/elflink.c @@ -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; -- 2.11.0