[Bug binutils/4502] pmulhrw disassembled as pfmulhrw

2007-05-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-05-15 02:06 --- Fixed by http://sourceware.org/ml/binutils/2007-05/msg00178.html -- What|Removed |Added St

[Bug binutils/4479] objcopy --only-keep-debug broken

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

[Bug ld/4504] Copy relocation doesn't preserve section alignment

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

[Bug ld/4504] Copy relocation doesn't preserve section alignment

2007-05-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-05-14 18:30 --- Created an attachment (id=1836) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1836&action=view) A testcase [EMAIL PROTECTED] sotest-2]$ make CC=gcc gcc -g -fPIC -c sotest.c ld -shared -o libsotest.so sotest.

[Bug ld/4486] alignment problem w/BSS objects in shared object library

2007-05-14 Thread hjl at lucon dot org
-- What|Removed |Added OtherBugsDependingO||4504 nThis|| http://sourceware.org/bugzilla/show_bug.cgi?id=4486 --

[Bug ld/4504] New: Copy relocation doesn't preserve section alignment

2007-05-14 Thread hjl at lucon dot org
When ld creates a copy relocation, it doesn't presever section alignment. -- Summary: Copy relocation doesn't preserve section alignment Product: binutils Version: 2.18 (HEAD) Status: NEW Severity: normal Priority: P2 Compo

[Bug ld/4486] alignment problem w/BSS objects in shared object library

2007-05-14 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2007-05-14 17:13 --- Since a shared library can be loaded at any address by the dynamic linker, the maximum alignment guaranteed is the page size. On ia32, the page size is 4K. That is the maximum alignment you can expect in a shared libra

[Bug binutils/4502] New: pmulhrw disassembled as pfmulhrw

2007-05-14 Thread zuxy dot meng at gmail dot com
The 3DNow! instruction pmulhrw is decoded as 'pfmulhrw' in objdump -d. While it's an 3DNow! instruction, pmulhrw actually is an SIMD integer instruction and both the AMD official documents and gcc builtin/intrinsics refer to pmulhrw instead of pfmulhrw. -- Summary: pmulhrw disassemb

[Bug ld/4486] alignment problem w/BSS objects in shared object library

2007-05-14 Thread dave at gcom dot com
--- Additional Comments From dave at gcom dot com 2007-05-14 15:15 --- Created an attachment (id=1834) --> (http://sourceware.org/bugzilla/attachment.cgi?id=1834&action=view) Source and README for BSS space alignment problem -- http://sourceware.org/bugzilla/show_bug.cgi?id=4486 --

[Bug ld/4144] Liinker fails to handle SHT_NOBITS section whose VMA > page size

2007-05-14 Thread schwab at suse dot de
-- What|Removed |Added BugsThisDependsOn|4479| http://sourceware.org/bugzilla/show_bug.cgi?id=4144 --- You are receiving this mail because: --- You

[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-14 Thread schwab at suse dot de
-- What|Removed |Added OtherBugsDependingO|4144| nThis|| http://sourceware.org/bugzilla/show_bug.cgi?id=4479 --

[Bug ld/4144] Liinker fails to handle SHT_NOBITS section whose VMA > page size

2007-05-14 Thread schwab at suse dot de
-- Bug 4144 depends on bug 4479, which changed state. Bug 4479 Summary: objcopy --only-keep-debug broken http://sourceware.org/bugzilla/show_bug.cgi?id=4479 What|Old Value |New Value

[Bug binutils/4479] objcopy --only-keep-debug broken

2007-05-14 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2007-05-14 13:43 --- The removed program headers now breaks ia64: BFD: a.debug: warning: allocated section `.IA_64.unwind' not in segment The .IA_64.unwind section has SHT_IA64_UNWIND instead of SHT_NOBITS in the output. --