[Bug binutils/13668] x86: objdump gets the wrong length for 66-prefixed direct jumps in 64-bit mode

2012-02-10 Thread m...@mythic-beasts.com
http://sourceware.org/bugzilla/show_bug.cgi?id=13668

--- Comment #2 from Mark Seaborn  2012-02-10 17:08:55 
UTC ---
Yes, you're right.  I was testing on an Intel machine.  When I tested on an AMD
machine, it produced:

$ gcc test.c -o test -m64 && ./test
operand size is 2 bytes

It looks like Intel failed to copy AMD in this regard.  The Intel docs
implicitly acknowledge this and say that the behaviour of this instruction is
not specified.

Ideally objdump's disassembler would treat this byte sequence as undefined.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/13675] Broken x86 binaries for march < i686 (SIGILL due to multi byte NOP)

2012-02-10 Thread hjl.tools at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13675

H.J. Lu  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 Resolution||FIXED

--- Comment #2 from H.J. Lu  2012-02-10 17:23:15 
UTC ---
Fixed.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/11612] New underscoring behavior can break -aligncomm directve

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11612

Kai Tietz  changed:

   What|Removed |Added

 Status|REOPENED|RESOLVED
 CC||ktietz at redhat dot com
 Resolution||FIXED

--- Comment #6 from cvs-commit at gcc dot gnu.org  2010-07-11 08:46:04 UTC ---
Subject: Bug 11612

CVSROOT:/cvs/src
Module name:src
Changes by: kti...@sourceware.org   2010-07-11 08:45:51

Modified files:
gas: ChangeLog 
gas/config : obj-coff.c 
gas/testsuite  : ChangeLog 
gas/testsuite/gas/i386: i386.exp 
gas/testsuite/gas/pe: aligncomm-b.d aligncomm-d.d 

Log message:
2010-07-11  Kai Tietz  

PR ld/11612
* config/obj-coff.c (obj_common_parse): Quote symbol-name.

2010-07-11  Kai Tietz  

* gas/pe/aligncomm-b.d: Regenerated content dump.
* gas/pe/aligncomm-d,d: Regenerated content dump.
* gas/i386/i386.exp: Disable for mingw 64-bit the intel-got64 test.

Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/ChangeLog.diff?cvsroot=src&r1=1.4196&r2=1.4197
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/config/obj-coff.c.diff?cvsroot=src&r1=1.105&r2=1.106
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/ChangeLog.diff?cvsroot=src&r1=1.1699&r2=1.1700
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/i386/i386.exp.diff?cvsroot=src&r1=1.140&r2=1.141
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/pe/aligncomm-b.d.diff?cvsroot=src&r1=1.1&r2=1.2
http://sourceware.org/cgi-bin/cvsweb.cgi/src/gas/testsuite/gas/pe/aligncomm-d.d.diff?cvsroot=src&r1=1.1&r2=1.2



--- Comment #7 from Kai Tietz  2012-02-10 17:29:50 
UTC ---
This bug was fixed by recent patch.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/11337] windres compiles menus and dialogs to UNICODE not ANSI

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=11337

Kai Tietz  changed:

   What|Removed |Added

 CC||ktietz at redhat dot com

--- Comment #6 from gpc at microbizz dot nl  
2010-05-20 09:54:09 UTC ---
Subject:  New: windres compiles menus and dialogs to
UNICODE not ANSI

I can confirm the reported behaviour for windres 2.20.1 built cross for 
--target=i686-pc-mingw32 on 
Mac OS X 10.5.4. Next, I tried windres 2.17 and the bug disappeared.

Regards,

Adriaan van Os


--- Comment #7 from Kai Tietz  2012-02-10 17:33:34 
UTC ---
Hmm, here rings a bell.  The issue is that you are using Mac OS X.  The
libiconv library has here the default for UTF-16 that it uses big-endian.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/4933] windres does not escape path with spaces in them

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=4933

Kai Tietz  changed:

   What|Removed |Added

 Status|NEW |WAITING
 CC||ktietz at redhat dot com

--- Comment #4 from Kai Tietz  2012-02-10 17:35:46 
UTC ---
Hmm, is this issue resolved?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/5944] Cross compiling testsuite needs improvement for mingw targets

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=5944

Kai Tietz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ktietz at redhat dot com
 Resolution||FIXED

--- Comment #1 from Kai Tietz  2012-02-10 17:37:27 
UTC ---
This issue seems to me being resolved.  So I close this bug

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug binutils/10468] Problems with GCC Multilib

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10468

Kai Tietz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ktietz at redhat dot com
 Resolution||FIXED

--- Comment #2 from Kai Tietz  2012-02-10 17:39:34 
UTC ---
This bug was fixed (btw gcc 4.4.x is for sure the worse version of gcc for
building mingw-multilib build, as you require a lot of patches back-ported from
newer versions).
It was in fact a gcc issue, so closed this bug

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/12544] ld coredump while compiling parma polyhedra library for i686-w64-mingw32 target

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=12544

Kai Tietz  changed:

   What|Removed |Added

 Status|NEW |RESOLVED
 CC||ktietz at redhat dot com
 Resolution||FIXED

--- Comment #2 from Kai Tietz  2012-02-10 17:42:02 
UTC ---
Bug was fixed on gcc's side AFAIK.  If you still have issues with newer
binutils/gcc version, don't hesitate to open a new bug.

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug ld/10865] The entry point is mainCRTStartup

2012-02-10 Thread ktietz at redhat dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=10865

Kai Tietz  changed:

   What|Removed |Added

 CC||ktietz at redhat dot com

--- Comment #4 from Kai Tietz  2012-02-10 17:55:25 
UTC ---
Nick,

Your last patch looks reasonable. As user seems not to reply, I would vote for
go for it.

Thanks,
Kai

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/13442] gold screws up exception handling with --incremental flag

2012-02-10 Thread naesten at gmail dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13442

--- Comment #1 from Samuel Bronson  2012-02-11 
00:13:53 UTC ---
Ping?

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils


[Bug gold/13442] gold screws up exception handling with --incremental flag

2012-02-10 Thread ccoutant at google dot com
http://sourceware.org/bugzilla/show_bug.cgi?id=13442

--- Comment #2 from Cary Coutant  2012-02-11 
00:24:30 UTC ---
Have you tried this with a recent linker? This should have been fixed with:

http://sourceware.org/ml/binutils/2011-09/msg00113.html

-- 
Configure bugmail: http://sourceware.org/bugzilla/userprefs.cgi?tab=email
--- You are receiving this mail because: ---
You are on the CC list for the bug.

___
bug-binutils mailing list
bug-binutils@gnu.org
https://lists.gnu.org/mailman/listinfo/bug-binutils