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

2007-10-02 Thread happyarch at gmail dot com
--- Additional Comments From happyarch at gmail dot com 2007-10-02 23:13 --- >I don't think they are correct. The correct ones may be >and $0x, %esi >and $0x, %edi so i tried another one root:/sources/grub-0.97# vi +1852 stage2/asm.S //and $0x

[Bug ld/5091] Mis-aligned Makefile args to genscripts.sh

2007-10-02 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2007-10-02 21:44 --- How did you configure it? target_alias should never be empty. -- What|Removed |Added Stat

[Bug ld/5091] New: Mis-aligned Makefile args to genscripts.sh

2007-10-02 Thread org dot sourceware at pooryorick dot com
After configure, The following line of Makefile is missing an argument, causing the word 'no' to be taken as the argument to native_lib_dirs instead of use_sysroot GENSCRIPTS = LIB_PATH='${LIB_PATH}' $(SHELL) $(srcdir)/genscripts.sh "${srcdir}" "${libdir}" "${prefix}" "${exec_prefix}" i686-pc-li

[Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2007-10-02 18:19 --- > But only if you are using constant data structures. (That need to be > auto-imported ?) And only if the user did not put --enable-auto-import on > their command line. Constant data structures refere

[Bug binutils/4970] new library handling in binutils causes trouble with --enable-shared

2007-10-02 Thread vapier at gentoo dot org
--- Additional Comments From vapier at gentoo dot org 2007-10-02 17:45 --- i think that thread is fleshing itself out such that it'll fix the issue i raised i opened the bug because i couldnt seem to get traction on the mailing list, but that seems to be changing with the new thread, s

[Bug ld/4988] [2.18/HEAD regression] Assertion failures in ld

2007-10-02 Thread jb at jblache dot org
--- Additional Comments From jb at jblache dot org 2007-10-02 17:42 --- Hi, > The test case is missing a few libraries: -llber -lsasl2 -lssl -lcrypto > -lexpat -lresolv -ldl. Oops, sorry I missed those. I've put the missing libraries up at

[Bug gas/5086] Error message mismatch with the described action

2007-10-02 Thread schwab at suse dot de
--- Additional Comments From schwab at suse dot de 2007-10-02 16:14 --- 1 is odd, not even. -- What|Removed |Added Status|NEW |RESOLVED

[Bug gas/5090] New: Spelling fix for instruction

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following message in gas-2.17.90.pot should include "instruction", not "instrunction", shouldn't it? #: config/tc-arm.c:14190 msgid "thumb conditional instrunction not in IT block" -- Summary: Spelling fix for instruction Product: binutils Version: 2.17

[Bug gas/5089] New: Spelling fix for duplicate

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following message in gas-2.17.90.pot should include "duplicate", not "dupicate", I suppose. #: config/tc-arm.c:3054 msgid "dupicate .handlerdata directive" -- Summary: Spelling fix for duplicate Product: binutils Version: 2.17 Status: NEW

[Bug gas/5088] New: An 8-bit range checking overlaps a constant range greater than 8-bit

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following error message is a bit limited: #: config/tc-avr.c:530 config/tc-avr.c:665 #, c-format msgid "constant out of 8-bit range: %d" In the source code is actually checked, if constant is below -255 or above 255. This range (-255...255) includes two 8-bit ranges, doesn't it? --

[Bug gas/5087] New: Error message does not report, if number value is below zero

2007-10-02 Thread karvjorm at users dot sourceforge dot net
This error message in gas-2.17.90.pot is not quite correct: #: config/tc-avr.c:504 #, c-format msgid "number must be less than %d" In the source code is actually checked, if the "number" is greater than max value or below zero. -- Summary: Error message does not report, if number val

[Bug gas/5086] New: Error message mismatch with the described action

2007-10-02 Thread karvjorm at users dot sourceforge dot net
The following error message in gas-2.17.90.pot is probably faulty: #: config/tc-avr.c:1079 config/tc-avr.c:1095 config/tc-avr.c:1209 #: config/tc-msp430.c:2009 config/tc-msp430.c:2027 #, c-format msgid "odd address operand: %ld" An example how this error message is used: if (value & 1) as_ba

[Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-10-02 14:31 --- Subject: Re: auto-import and const data import problem Hi Eric, >> Eric - I am not sure that making the .rdata section writeable is as simple >> as it is for the .text section and I am not at all sure that this

Re: [Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread Nick Clifton
Hi Eric, Eric - I am not sure that making the .rdata section writeable is as simple as it is for the .text section and I am not at all sure that this is something that we want to do. Note that this is effectively what the patch does. Point taken. Wouldn't it be easier to have pe_find_data_

[Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread ebotcazou at gcc dot gnu dot org
--- Additional Comments From ebotcazou at gcc dot gnu dot org 2007-10-02 13:21 --- > Eric - I am not sure that making the .rdata section writeable is as simple > as it is for the .text section and I am not at all sure that this is > something that we want to do. Note that this is effect

[Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-10-02 13:03 --- Created an attachment (id=2030) --> (http://sourceware.org/bugzilla/attachment.cgi?id=2030&action=view) Generate a warning when auto-importing without --enable-auto-import -- http://sourceware.org/bugzilla/sh

[Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-10-02 13:02 --- oops, the changelog is: ld/testsuite/ 2007-10-02 Ralf Habecker <[EMAIL PROTECTED]> PR linker/4844 * ld-auto-import/auto-import.exp: Extend test to include running the application and che

[Bug ld/4844] auto-import and const data import problem

2007-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-10-02 13:01 --- Hi Ralf, Hi Eric, Ralf - thanks for the testsuite additions. I have checked them in together with a few formatting tidy-ups and the changelog entry below. Eric - I am not sure that making the .rdata section

[Bug binutils/4970] new library handling in binutils causes trouble with --enable-shared

2007-10-02 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2007-10-02 12:16 --- Subject: Re: new library handling in binutils causes trouble with --enable-shared Hi Mike, > the way to reproduce is: > - build/install binutils like normal except add --enable-shared to configure > - build/i

Re: [Bug binutils/4970] new library handling in binutils causes trouble with --enable-shared

2007-10-02 Thread Nick Clifton
Hi Mike, the way to reproduce is: - build/install binutils like normal except add --enable-shared to configure - build/install binutils again with --enable-shared, and it'll fail during the compile stages (Just to confirm: between the first step and the second step above I should change my