Hi Juho,
If objcopy or strip is applied to an ELF executable which has a LOAD
segment in the program header, but none of the sections refer to it, the
virtual address of the segment is set to zero. This behavior is
incorrect, as the virtual address is not supposed to be used like this
according
http://sourceware.org/bugzilla/show_bug.cgi?id=14260
--- Comment #1 from cvs-commit at gcc dot gnu.org 2012-06-28 15:38:26 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:ni...@sourceware.org2012-06-28 15:38:15
Modified files:
gas: ChangeLog
gas/config
http://sourceware.org/bugzilla/show_bug.cgi?id=14260
Nick Clifton changed:
What|Removed |Added
Status|NEW |RESOLVED
CC|
http://sourceware.org/bugzilla/show_bug.cgi?id=14263
--- Comment #1 from Nick Clifton 2012-06-28 15:50:06
UTC ---
Created attachment 6492
--> http://sourceware.org/bugzilla/attachment.cgi?id=6492
Initialise val
--
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
http://sourceware.org/bugzilla/show_bug.cgi?id=14263
Nick Clifton changed:
What|Removed |Added
Status|NEW |WAITING
CC|
http://sourceware.org/bugzilla/show_bug.cgi?id=14272
H.J. Lu changed:
What|Removed |Added
Status|RESOLVED|REOPENED
URL|