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
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
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
--- 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
--- 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
--- 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