[Bug ld/5522] Section contents partially overwritten with zero

2008-01-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2008-01-07 16:51 --- Fixed by http://sourceware.org/ml/binutils/2007-12/msg00152.html -- What|Removed |Added

[Bug gas/5543] New: Assembler crashes on .set

2008-01-04 Thread hjl at lucon dot org
2.19 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_

[Bug gas/5534] New: "XXX PTR" isn't checked properly in Intel syntax

2008-01-02 Thread hjl at lucon dot org
Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5534 --- You are receiving this mail because: --- You are on

[Bug ld/5526] eh support is broken

2007-12-31 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5526 --- You are receiving this mail

[Bug binutils/5524] ld: I/O error, file "/xxx/gnu/binutils/objdir/opcodes/../bfd/.libs/libbfd.so": No such file or directory

2007-12-31 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-31 19:33 --- It must be an HP-UX specific issue. I have no problems with --enable-shared on Linux/Intel64. -- What|Removed |Added

[Bug ld/5530] Linux/ia64 linker is broken

2007-12-31 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-31 19:26 --- Fixed by http://sourceware.org/ml/binutils-cvs/2007-12/msg00121.html -- What|Removed |Added

[Bug ld/5530] New: Linux/ia64 linker is broken

2007-12-31 Thread hjl at lucon dot org
) Status: NEW Severity: critical Priority: P2 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org,nickc at redhat dot com GCC target triplet: ia64

[Bug ld/5522] Section contents partially overwritten with zero

2007-12-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-27 01:26 --- A patch is posted at http://sourceware.org/ml/binutils/2007-12/msg00150.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5522 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/5522] Section contents partially overwritten with zero

2007-12-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-27 01:12 --- There are /* An instruction to the linker to not output the section even if it has information which would normally be written. */ #define SEC_NEVER_LOAD 0x200 `NOLOAD' The section should be mark

[Bug ld/5522] Section contents partially overwritten with zero

2007-12-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-27 00:46 --- The bug is trigger by the linker script: /* Server size info */ .data.server (NOLOAD) : { *(.data.server) } Linker marks the .data.server section as SHT_NOBITS, which is

[Bug ld/5522] Section contents partially overwritten with zero

2007-12-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-26 15:06 --- This regression was introduced by http://sourceware.org/ml/binutils-cvs/2007-05/msg00158.html -- What|Removed |Added

[Bug ld/5522] Section contents partially overwritten with zero

2007-12-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-26 14:27 --- Confirmed. -- What|Removed |Added Status|RESOLVED|REOPENED

[Bug ld/5522] Section contents partially overwritten with zero

2007-12-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-25 22:37 --- It works with binutils in CVS as of 2007-12-25: ./ld -m elf_i386 -o x -T bss.lds attention.o libbss.a objdump -s -j .bs.server.name attention.o attention.o: file format elf32-i386 Contents of section

[Bug binutils/5449] strip/objcopy doesn't work on ia64/hpux

2007-12-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-24 17:17 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/5488] strip doesn't handle PT_NOTE segment properly

2007-12-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-24 17:16 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/5488] strip doesn't handle PT_NOTE segment properly

2007-12-20 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-20 15:11 --- A patch is posted at http://sourceware.org/ml/binutils/2007-12/msg00119.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5488 --- You are receiving this mail because: --- You are on the CC list for

[Bug binutils/5449] strip/objcopy doesn't work on ia64/hpux

2007-12-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-17 16:50 --- (In reply to comment #8) > Maybe I broke the patch during backport to 2.18, but now 'strip' does not > break > a.out any more, but its size is reduced only slightly compared to 2.16.1: > &g

[Bug binutils/5494] No source debugging information with relative path by objdump

2007-12-17 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5494 --- You are receiving this mail

[Bug binutils/5492] unable to boot linux kernel 2.6.23.9 on R2D+ SH7751 board using binutils 2.18 based SH-Linux toolchain

2007-12-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-17 16:47 --- Can you try the current binutils from CVS? -- http://sourceware.org/bugzilla/show_bug.cgi?id=5492 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching someone

[Bug binutils/5488] New: strip doesn't handle PT_NOTE segment properly

2007-12-16 Thread hjl at lucon dot org
ty: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5488 --- You are receiving this mail because: --- You are o

[Bug binutils/5449] strip/objcopy doesn't work on ia64/hpux

2007-12-15 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-14 19:04 --- A new patch is posted at http://sourceware.org/ml/binutils/2007-12/msg00088.html -- What|Removed |Added

[Bug binutils/5449] "data not in region 1 for SHARE_MAGIC" after strip with 2.18

2007-12-13 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-14 00:35 --- A patch is posted at http://sourceware.org/ml/binutils/2007-12/msg00082.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5449 --- You are receiving this mail because: --- You are on the CC list for

[Bug binutils/5449] "data not in region 1 for SHARE_MAGIC" after strip with 2.18

2007-12-13 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-13 16:48 --- Please provide outputs of "readelf -Sl" on a.out and a.out stripped by strip-2.16.1. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5449 --- You are receiving this mail because: --- You are

[Bug binutils/5449] "data not in region 1 for SHARE_MAGIC" after strip with 2.18

2007-12-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-07 02:00 --- Please provide the original executable so that I can reproduce it on Linux. -- What|Removed |Added

[Bug ld/5448] Weak functions support is broken.

2007-12-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-07 01:57 --- >From gABI: When the link editor searches archive libraries [see ``Archive File'' in Chapter 7], it extracts archive members that contain definitions of undefined global symbols. The member's defini

[Bug binutils/5453] objcopy does not seem to work for absolute addresses on i386 OSes installed on x86_64 hardware

2007-12-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-12-07 01:49 --- This is a dup of PR 5059. -- What|Removed |Added BugsThisDependsOn||5059

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-12-06 Thread hjl at lucon dot org
-- What|Removed |Added OtherBugsDependingO||5453 nThis|| http://sourceware.org/bugzilla/show_bug.cgi?id=5059 --

[Bug ld/5303] splay-tree doesn't support 64bit value on 32bit host

2007-11-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-14 16:31 --- 2 patches are posted at http://sourceware.org/ml/binutils/2007-11/msg00145.html http://sourceware.org/ml/binutils/2007-11/msg00158.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5303 --- You are

[Bug binutils/5307] objcopy PE<->EFI doesn't work when both PE/EFI are enabled

2007-11-13 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-13 20:18 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/5303] splay-tree doesn't support 64bit value on 32bit host

2007-11-13 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-13 17:19 --- A patch is posted at http://sourceware.org/ml/binutils/2007-11/msg00135.html -- What|Removed |Added

[Bug binutils/5299] Duplicated sections for COFF/PE

2007-11-12 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-12 22:02 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug binutils/5299] Duplicated sections for COFF/PE

2007-11-12 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-12 14:37 --- The updated patch is posted at http://sourceware.org/ml/binutils/2007-11/msg00116.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5299 --- You are receiving this mail because: --- You are on the

[Bug binutils/5307] objcopy PE<->EFI doesn't work when both PE/EFI are enabled

2007-11-12 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-12 14:12 --- A patch is posted at http://sourceware.org/ml/binutils/2007-11/msg00115.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5307 --- You are receiving this mail because: --- You are on the CC list for

[Bug binutils/5307] New: objcopy PE<->EFI doesn't work when both PE/EFI are enabled

2007-11-11 Thread hjl at lucon dot org
hat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5307 --- You are receiving this mail because: --- You are on the CC list for the bug, or are watching som

[Bug binutils/5278] objdump SEGFAULT in _bfd_pe_print_private_bfd_data_common

2007-11-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-11 17:02 --- The problem is PE backed processes header data without checking if they are valid. For example: 1476 fprintf (file, 1477 " %s\n", data + edt.name - adj); in pe_print_edata. "edt

[Bug binutils/5278] objdump SEGFAULT in _bfd_pe_print_private_bfd_data_common

2007-11-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-11 14:50 --- *** Bug 5279 has been marked as a duplicate of this bug. *** -- http://sourceware.org/bugzilla/show_bug.cgi?id=5278 --- You are receiving this mail because: --- You are on the CC list for the bug, or are

[Bug binutils/5279] objdump SEGFAULT in bfd_getl16

2007-11-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-11 14:50 --- *** This bug has been marked as a duplicate of 5278 *** -- What|Removed |Added Status

[Bug binutils/5299] Duplicated sections for COFF/PE

2007-11-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-10 15:53 --- A patch is posted at http://sourceware.org/ml/binutils/2007-11/msg00100.html -- What|Removed |Added

[Bug ld/5303] splay-tree doesn't support 64bit value

2007-11-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-10 00:01 --- One way to fix it is to provide both long and long long interfaces for splay-tree with the old interface as default. Applications can choose which one to use. We can skip the long long one if compiler doesn't su

[Bug ld/5303] splay-tree doesn't support 64bit value

2007-11-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-09 20:54 --- Created an attachment (id=2083) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2083&action=view) This patch works for me. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5303 --- You are re

[Bug ld/5303] New: splay-tree doesn't support 64bit value

2007-11-09 Thread hjl at lucon dot org
Version: 2.19 (HEAD) Status: NEW Severity: critical Priority: P1 Component: ld AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org http://sourceware

[Bug ld/5276] relax is not yet perfect. fails linking large c++

2007-11-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-09 13:21 --- (In reply to comment #5) > (In reply to comment #4) > > Can you verify that -fPIC or -mlarge-data is used: > > > > http://www.redhat.com/archives/axp-list/2003-August/msg00039.html > &g

[Bug ld/5276] relax is not yet perfect. fails linking large c++

2007-11-07 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 14:33 --- Can you verify that -fPIC or -mlarge-data is used: http://www.redhat.com/archives/axp-list/2003-August/msg00039.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5276 --- You are receiving this mail

[Bug binutils/5278] objdump SEGFAULT in _bfd_pe_print_private_bfd_data_common

2007-11-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 04:54 --- Please provide testcase -- What|Removed |Added CC||hjl at

[Bug binutils/5279] objdump SEGFAULT in bfd_getl16

2007-11-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 04:53 --- Please provide testcases. -- What|Removed |Added CC||hjl

[Bug ld/5276] relax is not yet perfect. fails linking large c++

2007-11-06 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-07 04:51 --- Can you try binutils 2.18? -- What|Removed |Added CC||hjl

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-11-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-05 00:19 --- (In reply to comment #30) > It still spots the same error: > *** failure in ../src/addr2line > loadable segment GNU_RELRO applies to is executable > *** failure in ../libelf/libelf.so > FAIL: run-elflin

[Bug binutils/5233] objcopy won't change section flags on zero file-size sections

2007-11-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-04 16:02 --- The Linux binutils 2.18.50.0.3 is released with this patch http://sourceware.org/ml/binutils/2007-11/msg3.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5233 --- You are receiving this mail

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-11-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-11-04 14:25 --- (In reply to comment #28) > What in your opinion would be the best way to verify it? elfutils still spot > the > same problem. So actually, you might have fixed the problem, but elfutils is > still havi

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-31 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-31 14:19 --- (In reply to comment #26) > Will this fix be included in the next release? Have you verified that my fix resolves your problem? -- http://sourceware.org/bugzilla/show_bug.cgi?id=5149 --- You are receiv

[Bug binutils/5233] objcopy won't change section flags on zero file-size sections

2007-10-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-30 18:54 --- The bug was introduced by this patch http://sourceware.org/ml/binutils/2006-12/msg00165.html The linker check is correct. Otherwise, you will get a bogus binary Elf file type is EXEC (Executable file) Entry point

[Bug binutils/5233] objcopy won't change section flags on zero file-size sections

2007-10-30 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5233 --- You are receiving this mail

[Bug binutils/5232] New: readelf regression on Linux/ia64

2007-10-29 Thread hjl at lucon dot org
) Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot org,nickc at redhat dot com GCC target triplet: ia64

[Bug gas/5221] .pushsection is broken

2007-10-28 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-29 01:10 --- Fixed. -- What|Removed |Added Status|REOPENED|RESOLVED

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-26 17:28 --- A patch is posted at http://sourceware.org/ml/binutils/2007-10/msg00364.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5221 --- You are receiving this mail because: --- You are on the CC list for

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-26 13:01 --- For ELF, you can specify flags, type and others with .section NAME [, "FLAGS"[, @TYPE[,FLAG_SPECIFIC_ARGUMENTS]]] .subsection also should support them. The previous assembler did. The previous manual had

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-26 06:56 --- bash-3.2$ cat x.s .text movl(%rbx), %eax 1: ud2 .pushsection __bug_table,"a" 2: .quad 1b, .LC0 .word 136, 0 .org 2b+24 .popsection .L21: jmp

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
-- What|Removed |Added GCC target triplet||x86_64-unknown-linux-gnu http://sourceware.org/bugzilla/show_bug.cgi?id=5221 --- You are receiving this m

[Bug gas/5221] .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
-- What|Removed |Added Severity|normal |critical Priority|P2 |P1 http://sourceware.org/bugzilla/show_bug.cgi?id=52

[Bug gas/5221] New: .pushsection is broken

2007-10-26 Thread hjl at lucon dot org
Product: binutils Version: unspecified Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gn

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-23 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-23 14:32 --- (In reply to comment #23) > Message spotted by elfutils is still the same of course: > loadable segment GNU_RELRO applies to is executable > *** failure in ../libelf/libelf.so What is wrong with GNU_RELRO?

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-23 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-23 13:28 --- (In reply to comment #20) > > http://sourceware.org/ml/binutils/2007-10/msg00308.html > > Can you attach the patch here as well in a 'downloadable' format? You can use raw text: http://sour

[Bug ld/5205] linker fails with section .bootpg can't be allocated in segment 1

2007-10-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-22 22:35 --- (In reply to comment #3) > ld seems to fails before it starts to resolve the external (in the testcase > _not_ included) references. I'll have to check more in detail. Any hints? Without a testcase, I can

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-22 Thread hjl at lucon dot org
-- What|Removed |Added Status|WAITING |NEW http://sourceware.org/bugzilla/show_bug.cgi?id=5149 --- You are receiving this mail because: ---

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-22 22:31 --- A patch is posted at http://sourceware.org/ml/binutils/2007-10/msg00308.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=5149 --- You are receiving this mail because: --- You are on the CC list for

[Bug ld/5205] linker fails with "

2007-10-22 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-22 21:04 --- I can't reproduce it: ./ld -Bstatic -T u-boot.lds -Ttext 0xfffc -n start.o resetvec.o -Map u-boot.map -o u-boot start.o: In function `_start_cont': /share/home/clemens/work/u-boot/u-boot-1.3.0-rc3/c

[Bug ld/4424] Can't link in Linux object files on FreeBSD

2007-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-18 01:31 --- The current patch is at http://sourceware.org/ml/binutils/2007-10/msg00257.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=4424 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-17 15:23 --- (In reply to comment #15) > Please find the tarball of my elfutils 0.130 compiled on alpha here: > http://filelister.linux-kernel.at/mod_perl?current=/share (In reply to comment #15) > Please find the tarb

[Bug gas/4799] Common symbols not given type STT_COMMON

2007-10-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-16 18:22 --- The current assembler just ignores .type common,%common by default: [EMAIL PROTECTED] gas]$ cat x.s .common foo, 1 .type foo,%common [EMAIL PROTECTED] gas]$ ./as-new -o x.o x.s [EMAIL PROTECTED

[Bug ld/4424] Can't link in Linux object files on FreeBSD

2007-10-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-16 17:56 --- A new patch is posted at http://sourceware.org/ml/binutils/2007-10/msg00240.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=4424 --- You are receiving this mail because: --- You are on the CC list

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-16 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-16 16:06 --- (In reply to comment #10) > (In reply to comment #9) > > *** Bug 5176 has been marked as a duplicate of this bug. *** > > Oh well. My alpha bug is really the same as this sparc bug. :-) > If anyo

[Bug binutils/5179] bintuils-2.18 does not recognise i386 firmware built on Linux when using another OS

2007-10-15 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-15 17:13 --- *** This bug has been marked as a duplicate of 4424 *** -- What|Removed |Added Status

[Bug ld/4424] Can't link in Linux object files on FreeBSD

2007-10-15 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-15 17:13 --- *** Bug 5179 has been marked as a duplicate of this bug. *** -- What|Removed |Added CC

[Bug ld/4424] Can't link in Linux object files on FreeBSD

2007-10-15 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-15 17:13 --- An updated patch for i386/FreeBSD is posted at http://sourceware.org/ml/binutils/2007-10/msg00215.html -- http://sourceware.org/bugzilla/show_bug.cgi?id=4424 --- You are receiving this mail because

[Bug ld/5176] elfutils don't pass testsuite on alpha

2007-10-15 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-15 16:33 --- *** This bug has been marked as a duplicate of 5149 *** -- What|Removed |Added Status

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-15 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-15 16:33 --- *** Bug 5176 has been marked as a duplicate of this bug. *** -- What|Removed |Added CC

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-11 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-11 15:49 --- [EMAIL PROTECTED] tmp]$ gcc -v x.o ... /usr/libexec/gcc/x86_64-redhat-linux/4.1.2/collect2 --eh-frame-hdr -m elf_x86_64 --hash-style=gnu -dynamic-linker /lib64/ld-linux-x86-64.so.2 /usr/lib/gcc/x86_64-redhat-linux

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-10 22:04 --- (In reply to comment #5) > Created an attachment (id=2039) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2039&action=view) > ld bits that make strange sparc file which fails elfutils test &g

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-10 18:12 --- I don't have a Sparc. I can build a cross linker. I need all linker inputs to reproduce it. -- http://sourceware.org/bugzilla/show_bug.cgi?id=5149 --- You are receiving this mail because: --- You a

[Bug ld/5149] PT_GNU_RELRO having PF_R|PF_E even when no section in it needs exec is a ld bug

2007-10-10 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-10 18:05 --- If you can provide a testcase, I will look into it. -- What|Removed |Added CC

[Bug binutils/4476] readelf -s -D doesn't support --hash-style=gnu

2007-10-09 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-09 14:03 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug ld/5105] x86_64-pc-mingw32 native ld.exe randomly failed to read the archive file

2007-10-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-05 04:48 --- (In reply to comment #5) > Subject: Re: x86_64-pc-mingw32 native ld.exe randomly failed to read the archive file > > your command works. > > I add some log in bfd_seek() and bfd_pread(), > it s

[Bug ld/5105] x86_64-pc-mingw32 native ld.exe randomly failed to read the archive file

2007-10-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-05 02:29 --- Does # ld.exe -r --whole-archive ..\target\x86_64-pc-mingw32\lib\libmingw32.a work? -- http://sourceware.org/bugzilla/show_bug.cgi?id=5105 --- You are receiving this mail because: --- You are on the CC

[Bug ld/5105] x86_64-pc-mingw32 native ld.exe randomly failed to read the archive file

2007-10-04 Thread hjl at lucon dot org
-- What|Removed |Added CC||hjl at lucon dot org http://sourceware.org/bugzilla/show_bug.cgi?id=5105 --- You are receiving this mail

[Bug gas/5109] Extra REX byte generated in Intel mode

2007-10-04 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-05 02:26 --- Fixed by http://sourceware.org/ml/binutils/2007-10/msg00079.html -- What|Removed |Added

[Bug gas/5109] New: Extra REX byte generated in Intel mode

2007-10-04 Thread hjl at lucon dot org
ed in Intel mode Product: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P2 Component: gas AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-10-01 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-10-01 16:56 --- (In reply to comment #13) > Thanks, so i tried following action. > root:/sources/grub-0.97# vi +1852 stage2/asm.S > > -and $0x, %rsi > +and $0x, %rsi

[Bug gas/5080] Error: Incorrect register `eax' used with `q' suffix

2007-09-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-30 21:27 --- Fixed by http://sourceware.org/ml/binutils/2007-09/msg00443.html -- What|Removed |Added

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-09-30 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-30 18:19 --- (In reply to comment #11) > I rebuild whole system with lfs, binutils testcase seems fine. > But i want to know the reason why grub-0.97 has been failed. > Still got > " > asm.S:1852: Error

[Bug binutils/5072] The x86 disassembler failed to dectect invalid 64bit opcode

2007-09-29 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-29 23:19 --- Fixed by http://sourceware.org/ml/binutils/2007-09/msg00413.html -- What|Removed |Added

[Bug binutils/5072] The x86 disassembler failed to dectect invalid 64bit opcode

2007-09-26 Thread hjl at lucon dot org
-- What|Removed |Added AssignedTo|unassigned at sources dot |hjl at lucon dot org |redhat dot com | Status|NEW

[Bug binutils/5072] New: The x86 disassembler failed to dectect invalid 64bit opcode

2007-09-26 Thread hjl at lucon dot org
t: binutils Version: 2.19 (HEAD) Status: NEW Severity: normal Priority: P2 Component: binutils AssignedTo: unassigned at sources dot redhat dot com ReportedBy: hjl at lucon dot org CC: bug-binutils at gnu dot

[Bug ld/4715] gld fails to link Solaris 10/x86 libnsl.so

2007-09-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-26 02:53 --- 2.18 should work. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-09-25 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-25 13:52 --- (In reply to comment #9) > need to rebuild all gcc toolchain again, something is wrong.. > Your system is corrupted. Binutils 2.18 should have no problems on Linux/x86-64. -- http://sourceware.org/bu

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-09-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-24 13:33 --- (In reply to comment #5) > What is wrong with ".eh_frame"? then linker is not working? > Objcopy works for me. Please provide a testcase if you think otherwise. --

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-09-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-24 13:32 --- (In reply to comment #5) > What is wrong with ".eh_frame"? then linker is not working? > or binutils works fine? i am not sure, so tried following action. > >

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-09-24 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-24 13:31 --- Please provide a testcase. Objcopy works for me: bash-3.2$ cat x.c void cmain (void) { *((int *) 0x1000) = 2; } bash-3.2$ make cc -O2 -c -o x.o x.c ./ld -o x x.o -N -Ttext 0x100 ./ld: warning: cannot find entry

[Bug binutils/5059] absolute objcopy not working on amd64?

2007-09-23 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-23 23:31 --- I have no idea what grub is trying to do. Please extract a testcase from grub. -- What|Removed |Added

[Bug gas/5035] x86_64-pc-mingw32-as.exe failed to work

2007-09-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-18 00:37 --- Fixed. -- What|Removed |Added Status|WAITING |RESOLVED

[Bug binutils/5037] strip shrinks PT_GNU_RELRO on PIE objects

2007-09-17 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-09-18 00:37 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

  1   2   3   4   5   6   7   8   9   >