RE: windres bug in -I/--input-dir option

2010-06-16 Thread Anthony Penniston
Okay Nick, I've gone ahead and reported it here: http://sourceware.org/bugzilla/show_bug.cgi?id=11711 (added you to the CC list - I hope you don't mind.) I note there that if backwards-compatibility is necessary, then at least "--include-dir=res" can behave as expected. I agree, it's barely note

[Bug binutils/11711] New: directory names conflict with windres include directories

2010-06-16 Thread anthony dot penniston at hotmail dot com
When specifying include directories for windres via the "-I" or "--include-dir=" options that also happen to match input formats (i.e. a directory named "res"), windres assumes they are the latter and outputs a warning. This obscure backwards-compatibility reference causes confusion and is only bri

[Bug gas/11673] move.l #1,2(a0) should fail on isab

2010-06-16 Thread nickc at redhat dot com
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-06-16 16:28 --- Subject: Bug 11673 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-06-16 16:27:38 Modified files: opcodes: ChangeLog m68k-opc.c gas/tes

[Bug ld/11675] -- oformat binary or srec broken

2010-06-16 Thread nickc at redhat dot com
-- What|Removed |Added Status|NEW |WAITING http://sourceware.org/bugzilla/show_bug.cgi?id=11675 --- You are receiving this mail because: ---

[Bug ld/11675] -- oformat binary or srec broken

2010-06-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-06-16 16:18 --- Hi Vincent, I am unable to reproduce this problem. Please could you provide a small test case that demonstrates it ? (Note - I did run the ld-srec tests but although the tests failed to link there were no segm

[Bug binutils/11676] objdump -d forget 0e float prefix

2010-06-16 Thread nickc at redhat dot com
--- Additional Comments From cvs-commit at gcc dot gnu dot org 2010-06-16 15:13 --- Subject: Bug 11676 CVSROOT:/cvs/src Module name:src Changes by: ni...@sourceware.org2010-06-16 15:12:51 Modified files: opcodes: ChangeLog m68k-dis.c gas/tes

Re: windres bug in -I/--input-dir option

2010-06-16 Thread Nick Clifton
Hi Anthony, If you specify "res" as an include directory via the "-I" or "--include-dir=" options, windres mistakenly assumes this to be the output format (and issues a warning saying to use "-J" instead). The workaround if you have such an input directory named "res" is to specify it as "./res"

[Bug binutils/11700] 'UPAGES' undeclared in compiling trad-core.c

2010-06-16 Thread schwab at linux-m68k dot org
--- Additional Comments From schwab at linux-m68k dot org 2010-06-16 14:24 --- http://sourceware.org/git/?p=glibc- ports.git;a=commit;h=08b1b36387286ed1ba48c56a32e52429b5ef6963 -- What|Removed |Added ---

[Bug binutils/11700] 'UPAGES' undeclared in compiling trad-core.c

2010-06-16 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2010-06-16 14:17 --- Hi Harry, I am not sure that this is really a binutils problem. The three constants: UPAGES, HOST_TEXT_START_ADDR and HOST_STACK_END_ADDR should all be defined in the system header file sys/user.h. To me it so