bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

binutils GAS v850 zdaoff bug


From: Aaron Cleaver
Subject: binutils GAS v850 zdaoff bug
Date: Wed, 31 May 2006 17:16:12 +1000

Hi GNU people,


I'm attempting to setup a gnu toolchain to build for the v850e target.

Have sucessfully built the toolchain but am having some problems with
getting some source to assemble.

I have attached some source that I believe should assemble, but doesn't.

Machine: cygwin, winxp 2600.xpsp_sp2
gcc 4.1.1 20060413 (prerelease)  This has been patched but the bug
relates to the assembler


----------------------------
$ v850-as.exe --version
GNU assembler 2.16
<snip copyright>
This assembler was configured for a target of `v850-elf'.
-------------------------------
$ v850-elf-as.exe -mv850e -g gas-2.16.s
reloc: 567
gas-2.16.s: Assembler messages:
gas-2.16.s:9: Error: AAARG -> unhandled constant reloc
---------------------------------


the "reloc:" number printed above is the value of the enum
bfd_reloc_code_real and I believe that this equates to
"BFD_RELOC_V850_ZDA_15_16_OFFSET".

I beleive the error message comes from the md_assemble() function in
gas/config/tv-v850.c:1815 in my version of the code.

Thankyou to anyone who spends their time looking at this.

Aaron Cleaver

Attachment: gas-2.16-v850-bug.s
Description: Binary data


reply via email to

[Prev in Thread] Current Thread [Next in Thread]