[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd

2009-10-13 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2009-10-13 08:55 --- Hi Vincent, Thanks for the patches. I have applied them, along with your changelog entries. Cheers Nick -- What|Removed |Added

[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd

2009-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-13 08:55 --- Subject: Bug 3041 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2009-10-13 08:55:31 Modified files: gas: ChangeLog gas/config :

[Bug admin/10763] New: variable defined inside code in elf32-i386.c

2009-10-13 Thread jerker dot back at gmail dot com
Previously also reported to the binutils mailing list This patch I believe explains the problem === RCS file: /cvs/src/src/bfd/elf32-i386.c,v retrieving revision 1.225 diff -w -b -B -u -p -r1.225 elf32-i386.c --- elf32-i386.c

[Bug gas/10766] New: Variable defined inside code in gas/config/tc-i386.c

2009-10-13 Thread jerker dot back at gmail dot com
The variable expressionS *exp is defined inside function code block. === RCS file: /cvs/src/src/gas/config/tc-i386.c,v retrieving revision 1.399 diff -w -b -B -u -p -r1.399 tc-i386.c --- config/tc-i386.c1 Oct 2009 14:31:43 -

[Bug admin/10767] New: opcodes/i386-dis.c exceeds 256 levels of nested macros

2009-10-13 Thread jerker dot back at gmail dot com
This is not a bug, rather to inform that the current solution breaks the MS x64 compiler = 15.00.30729.01. There is a limit of max 256 levels of nested macros. The Intel compiler v11.1 do not have this limit, neither do gcc. As there are no functional 64bit gcc for PE targets and the Intel

[Bug gas/10740] Intel syntax far jumps broken

2009-10-13 Thread hjl dot tools at gmail dot com
-- What|Removed |Added Summary|amd64+i386 as: i8086 Intel |Intel syntax far jumps |syntax far jumps broken |broken |(both

[Bug gas/10740] Intel syntax far jumps broken

2009-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-13 16:23 --- Subject: Bug 10740 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-10-13 16:23:25 Modified files: gas: ChangeLog gas/config :

[Bug gas/10740] Intel syntax far jumps broken

2009-10-13 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-10-13 16:23 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug admin/10767] opcodes/i386-dis.c exceeds 256 levels of nested macros

2009-10-13 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-10-13 16:26 --- The proposed solution isn't acceptable since vex_table is very dynamic. -- What|Removed |Added

[Bug binutils/10768] New: dlltool: can't specify machine arch when creating .lib from .def file

2009-10-13 Thread yann at droneaud dot fr
I'm creating an import library for a proprietary DLL using a hand made .def file. The following command fail: arm-mingw32ce-dlltool -d libGLES_CM.def -D libGLES_CM.dll -l libGLES_CM.lib -m $MACHINE with MACHINE either arm or thumb, it failed with a strange message: Can't open .lib file:

[Bug admin/10763] variable defined inside code in elf32-i386.c

2009-10-13 Thread hjl dot tools at gmail dot com
--- Additional Comments From hjl dot tools at gmail dot com 2009-10-13 16:38 --- Fixed. -- What|Removed |Added Status|NEW |RESOLVED

[Bug gas/10766] Variable defined inside code in gas/config/tc-i386.c

2009-10-13 Thread cvs-commit at gcc dot gnu dot org
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2009-10-13 16:42 --- Subject: Bug 10766 CVSROOT:/cvs/src Module name:src Changes by: h...@sourceware.org 2009-10-13 16:42:40 Modified files: gas: ChangeLog gas/config :

[Bug admin/10767] opcodes/i386-dis.c exceeds 256 levels of nested macros

2009-10-13 Thread drow at sources dot redhat dot com
-- What|Removed |Added AssignedTo|drow at sources dot redhat |unassigned at sources dot |dot com |redhat dot com

[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd

2009-10-13 Thread amodra at bigpond dot net dot au
--- Additional Comments From amodra at bigpond dot net dot au 2009-10-13 23:47 --- This patch probably is relevant for other targets too. I can't ask you to look at them as I fully sympathize with your comment #8 regarding time spent in the debugger. --

[Bug gas/3041] Bogus jump to weak symbol on m68k-unknown-netbsd

2009-10-13 Thread vincent dot riviere at freesbee dot fr
--- Additional Comments From vincent dot riviere at freesbee dot fr 2009-10-13 23:54 --- Yes, I believe other targets using a.out for other processors are affected, too, but I cowardly fixed the bug only for m68k. It would probably be more clean to fix bfd_install_relocation(), but