http://sourceware.org/bugzilla/show_bug.cgi?id=13839
Alan Modra changed:
What|Removed |Added
Status|ASSIGNED|RESOLVED
Resolution|
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
--- Comment #5 from cvs-commit at gcc dot gnu.org 2012-03-14 05:24:09 UTC ---
CVSROOT:/cvs/src
Module name:src
Changes by:amo...@sourceware.org2012-03-14 05:24:03
Modified files:
ld : ChangeLog ldexp.c
Log mes
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
Alan Modra changed:
What|Removed |Added
CC|amodra at gmail dot com |
--
Configure bugmail: http://sourceware
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
Alan Modra changed:
What|Removed |Added
Status|NEW |ASSIGNED
AssignedTo|unassigned at
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
--- Comment #3 from H.J. Lu 2012-03-14 00:19:03
UTC ---
This patch seems to work:
diff --git a/ld/ldexp.c b/ld/ldexp.c
index bf0e00b..3b0f4bb 100644
--- a/ld/ldexp.c
+++ b/ld/ldexp.c
@@ -606,7 +606,8 @@ fold_name (etree_type *tree)
http://sourceware.org/bugzilla/show_bug.cgi?id=13561
--- Comment #10 from Hans-Georg Thien 2012-03-13
22:06:16 UTC ---
(In reply to comment #0)
> Created attachment 6146 [details]
> Objects, Sources, Makefile
>
> We are trying to use 'partial linking' to reduce the size of the resulting
> binar
http://sourceware.org/bugzilla/show_bug.cgi?id=13561
--- Comment #9 from Hans-Georg Thien 2012-03-13
22:00:57 UTC ---
(In reply to comment #0)
> Created attachment 6146 [details]
> Objects, Sources, Makefile
>
> We are trying to use 'partial linking' to reduce the size of the resulting
> binary
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
--- Comment #2 from H.J. Lu 2012-03-13 18:32:16
UTC ---
A testcase:
[hjl@gnu-6 pr13839]$ cat defined5.s
.text
.byte 0
[hjl@gnu-6 pr13839]$ cat defined5.t
SECTIONS {
.text : {
*(.text)
_text = .;
}
_end = .;
}
. =
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
H.J. Lu changed:
What|Removed |Added
CC||amodra at gmail dot com
--
Configure bugmai
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
H.J. Lu changed:
What|Removed |Added
CC||nickc at redhat dot com
--- Comment #1 from
http://sourceware.org/bugzilla/show_bug.cgi?id=13839
Bug #: 13839
Summary: Linker fails to build x86-64 Linux 3.3-rc2 kernel
Product: binutils
Version: 2.23 (HEAD)
Status: NEW
Severity: normal
Priority: P2
Compo
11 matches
Mail list logo