[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-10-11 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 --- Comment #8 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Nick Clifton : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=a24bb4f0cce83eea8b2ad1542316651143af6f90 commit

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 Nick Clifton changed: What|Removed |Added Status|REOPENED|RESOLVED Resolution|---

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-30 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 Nick Clifton changed: What|Removed |Added Status|RESOLVED|REOPENED CC|

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-30 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 --- Comment #6 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by Alan Modra : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=80169c8a23d9bd3f213028e3d44239b03d0aedf7 commit

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-29 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 H.J. Lu changed: What|Removed |Added Status|NEW |RESOLVED Resolution|---

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-29 Thread cvs-commit at gcc dot gnu.org
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 --- Comment #3 from cvs-commit at gcc dot gnu.org --- The master branch has been updated by H.J. Lu : https://sourceware.org/git/gitweb.cgi?p=binutils-gdb.git;h=93dc595d7659a8cf224a9fc33aa9071f38328334 commit

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-28 Thread nickc at redhat dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 --- Comment #2 from Nick Clifton --- Hi H.J. > This works: > > diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em > index dd4d35a..6ce4e00 100644 > --- a/ld/emultempl/elf32.em > +++ b/ld/emultempl/elf32.em > @@ -1903,9 +1903,16 @@

Re: [Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-09-28 Thread Nick Clifton
Hi H.J. > This works: > > diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em > index dd4d35a..6ce4e00 100644 > --- a/ld/emultempl/elf32.em > +++ b/ld/emultempl/elf32.em > @@ -1903,9 +1903,16 @@ gld${EMULATION_NAME}_place_orphan (asection *s, > lang_insert_orphan to create a new

[Bug ld/20528] ld -r doesn't handle SHF_EXCLUDE section properly

2016-08-26 Thread hjl.tools at gmail dot com
https://sourceware.org/bugzilla/show_bug.cgi?id=20528 --- Comment #1 from H.J. Lu --- This works: diff --git a/ld/emultempl/elf32.em b/ld/emultempl/elf32.em index dd4d35a..6ce4e00 100644 --- a/ld/emultempl/elf32.em +++ b/ld/emultempl/elf32.em @@ -1903,9 +1903,16 @@