[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-23 00:11 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
-- What|Removed |Added AssignedTo|hjl dot tools at gmail dot |unassigned at sources dot |com |redhat dot com Status|RE

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-23 00:08 --- Subject: Bug 10429 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-07-23 00:08:23 Modified files: ld : ChangeLog ldlang.c Log message:

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-23 00:05 --- Patch is reverted. -- What|Removed |Added Status|RESOLVED|RE

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-07-22 23:51 --- > However I don't see this checkin mentioned on the ML. It was on bug-binutils. http://lists.gnu.org/archive/html/bug-binutils/2009-07/msg00067.html HJ, please commit your patch. -- http://sourceware.

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-22 22:18 --- The Linux binutils 2.19.51.0.14 is released. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10433 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watch

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-22 21:32 --- I will make a new Linux binutils release today. -- What|Removed |Added Status|AS

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-07-22 21:30 --- Subject: Bug 10433 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-07-22 21:30:30 Modified files: bfd: ChangeLog elflink.c Log message:

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-22 21:26 --- This patch: Index: elflink.c === --- elflink.c (revision 6448) +++ elflink.c (working copy) @@ -8662,7 +8662,7 @@ elf_link_output_extsym (

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-22 21:17 --- It is caused by http://sourceware.org/ml/binutils/2009-07/msg00092.html -- What|Removed |Added --

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread ian at wienand dot org
--- Additional Comments From ian at wienand dot org 2009-07-22 21:03 --- I can confirm applying this patch creates a booting kernel. I've put the kernel at http://www.wienand.org/files/ld-10429/vmlinux.hj.bz2 in-case you wish to inspect it -- http://sourceware.org/bugzilla/show_b

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread jakub at redhat dot com
--- Additional Comments From jakub at redhat dot com 2009-07-22 20:52 --- When linked with 2.19.51.0.11 (which works), .rela.plt contains: Relocation section '.rela.plt' at offset 0x1a0 contains 8 entries: Offset Info Type Symbol's Value Symbol'

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread hjl dot tools at gmail dot com
-- What|Removed |Added AssignedTo|unassigned at sources dot |hjl dot tools at gmail dot |redhat dot com |com Status|NEW

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-22 20:38 --- Created an attachment (id=4077) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4077&action=view) A patch Please try this patch. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10429 --- Y

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread jakub at redhat dot com
--- Additional Comments From jakub at redhat dot com 2009-07-22 20:11 --- Ah, attachment too large. Use http://sunsite.mff.cuni.cz/private/ldconfig.tar.bz2 instead. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10433 --- You are receiving this mail because: --- You are o

[Bug ld/10433] Latest ld fails to link ldconfig properly

2009-07-22 Thread drepper at redhat dot com
--- Additional Comments From drepper at redhat dot com 2009-07-22 20:10 --- This suggests it's a problem in the IFUNC handling as stpcpy and stpncpy are IFUNC symbols. -- http://sourceware.org/bugzilla/show_bug.cgi?id=10433 --- You are receiving this mail because: --- You ar

[Bug ld/10433] New: Latest ld fails to link ldconfig properly

2009-07-22 Thread jakub at redhat dot com
See attached tarball, when linked with latest ld, ./ldconfig --help segfaults. _nl_make_l10nflist calls stpcpy, yet __stpncpy_ssse3 is actually called. -- Summary: Latest ld fails to link ldconfig properly Product: binutils Version: 2.20 (HEAD) Status:

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-07-22 20:03 --- The problem is . = ALIGN(PAGE_SIZE); .data_nosave : AT(ADDR(.data_nosave) - LOAD_OFFSET) { __nosave_begin = .; *(.data.nosave) . = ALIGN(PAGE_SIZE); __nosave_end = .; }

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread ian at wienand dot org
--- Additional Comments From ian at wienand dot org 2009-07-22 19:06 --- I can confirm backing out the change mentioned from a top-of-tree CVS build gets the kernel booting again. I have put broken and working kernels at http://www.wienand.org/files/ld-10429/ -- http://sourceware.

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread ian at wienand dot org
-- What|Removed |Added CC||ian at wienand dot org http://sourceware.org/bugzilla/show_bug.cgi?id=10429 --- You are receiving this ma

[Bug ld/10429] binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread hjl dot tools at gmail dot com
-- What|Removed |Added CC||hjl dot tools at gmail dot ||com http://sourceware.org/bugzilla

[Bug gas/10430] tc-mips.c generates "format not a string literal and no format arguments" errors (diff submitted)

2009-07-22 Thread carter_cheng at yahoo dot com
--- Additional Comments From carter_cheng at yahoo dot com 2009-07-22 18:04 --- This is under GCC 4.3.3. -- What|Removed |Added GCC host triplet|

[Bug gas/10430] tc-mips.c generates "format not a string literal and no format arguments" errors (diff submitted)

2009-07-22 Thread carter_cheng at yahoo dot com
--- Additional Comments From carter_cheng at yahoo dot com 2009-07-22 18:00 --- Created an attachment (id=4073) --> (http://sourceware.org/bugzilla/attachment.cgi?id=4073&action=view) patch which describes minor changes needed to compile. Otherwise untested. -- http://sourceware.or

[Bug gas/10430] New: tc-mips.c generates "format not a string literal and no format arguments" errors (diff submitted)

2009-07-22 Thread carter_cheng at yahoo dot com
--- Desktop/binutils-2.19.1/gas/config/tc-mips.c2009-01-14 16:49:59.0 +0800 +++ binutils-2.19.1/gas/config/tc-mips.c2009-07-23 01:03:36.0 +0800 @@ -3456,7 +3456,7 @@ warning now. */ const char *msg = macro_warning (subtype); if (ms

[Bug ld/10429] New: binutils trunk fails to build bootable kernel image for some configurations

2009-07-22 Thread doko at debian dot org
seen with 20090714 and later this was reported as http://bugs.debian.org/537389, I currently don't have much more information, besides that one of the Debian kernel maintainers did identify 2009-07-11 Alan Modra * ldlang.c (insert_os_after): Don't tie assignments to non-alloc

[Bug binutils/10428] New: --with-sysroot configure option is undocumented

2009-07-22 Thread booleandomain at gmail dot com
The --with-sysroot option is not documented anywhere. The only similar option I am aware of is --with-build-sysroot, but that's a different switch. I think a good place where to put some information is inside the ./configure --help command. Details about what to put inside the sysroot directory bef