Re: PA-RISC bug in gas

2005-05-18 Thread Dan Bonachea
At 02:50 AM 5/18/2005, Nick Clifton wrote: Hi Dan, Hi - I'm trying to use gas 2.15 on PA-RISC, and I want to issue an ldcws instruction like: ldcws,co 0(%r20), %r19 which is accepted by the HP assembler, but gas barfs with: Error: Invalid Short Load/Store Completer. gas apparently doesn't l

Re: bug building binutils-2.14 on sparc-solaris-9 without ar

2005-05-18 Thread Marc Girod
Sorry, I get into the same problem and find this old thread... > "Ben" == Ben Elliston <[EMAIL PROTECTED]> writes: Ben> Can you tell us how/where you got your binutils sources and how Ben> you ran configure? Clearly something is drastically wrong. I got the binutils.tar.gz from a gnu mirror

Re: PA-RISC bug in gas

2005-05-18 Thread Nick Clifton
Hi Dan, Hi - I'm trying to use gas 2.15 on PA-RISC, and I want to issue an ldcws instruction like: ldcws,co 0(%r20), %r19 which is accepted by the HP assembler, but gas barfs with: Error: Invalid Short Load/Store Completer. gas apparently doesn't like the cache control hint completor, whic

[Bug gas/949] No relocation overflow error for 14 bit immediate values

2005-05-18 Thread nickc at redhat dot com
--- Additional Comments From nickc at redhat dot com 2005-05-18 08:42 --- Hi Hotti, This problem is due to the fact that the assembler does not distinguish between decimal constants and hexadecimal constants. The assembler considers that the following instruction is correct and does

[Bug ld/948] Wrong LMA for section with empty input section.

2005-05-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-17 17:20 --- 1. I didn't see a FILL statement in your linker script. 2. LMA of an ELF section is an artificial thing. You should use "readelf -lS" to see the real segment/section/memory layout of an ELF binary. 3. If a section is e

[Bug ld/797] Alignment in empty section changes the output layout

2005-05-18 Thread hjl at lucon dot org
--- Additional Comments From hjl at lucon dot org 2005-05-17 17:06 --- Fixed by http://sourceware.org/ml/binutils/2005-05/msg00325.html -- What|Removed |Added St