projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
835122f
)
PR 2342
author
Alan Modra
<amodra@gmail.com>
Wed, 10 May 2006 04:55:43 +0000
(
04:55
+0000)
committer
Alan Modra
<amodra@gmail.com>
Wed, 10 May 2006 04:55:43 +0000
(
04:55
+0000)
* elflink.c (_bfd_elf_default_action_discarded): Revert 2006-02-16.
bfd/ChangeLog
patch
|
blob
|
history
bfd/elflink.c
patch
|
blob
|
history
diff --git
a/bfd/ChangeLog
b/bfd/ChangeLog
index
3c8c505
..
e757fc5
100644
(file)
--- a/
bfd/ChangeLog
+++ b/
bfd/ChangeLog
@@
-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
diff --git
a/bfd/elflink.c
b/bfd/elflink.c
index
984e828
..
7df3f6e
100644
(file)
--- 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;