Bug 16735 - [armhf-linux-gnueabi] Error: value of 256 too large for field of 1 bytes at 70430
Summary: [armhf-linux-gnueabi] Error: value of 256 too large for field of 1 bytes at 7...
Status: RESOLVED INVALID
Alias: None
Product: binutils
Classification: Unclassified
Component: gas (show other bugs)
Version: 2.24
: P2 normal
Target Milestone: ---
Assignee: Not yet assigned to anyone
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2014-03-21 12:18 UTC by Matthias Klose
Modified: 2014-03-21 15:32 UTC (History)
1 user (show)

See Also:
Host:
Target: armhf-linux-gnueabi
Build:
Last reconfirmed:


Attachments
preprocessed source (302.32 KB, application/x-xz)
2014-03-21 12:18 UTC, Matthias Klose
Details
assembler (678.43 KB, application/x-xz)
2014-03-21 12:19 UTC, Matthias Klose
Details

Note You need to log in before you can comment on or make changes to this bug.
Description Matthias Klose 2014-03-21 12:18:46 UTC
Created attachment 7486 [details]
preprocessed source

seen when building the ppl 1.1 bindings for SWI Prolog, using binutils from the 2.24 branch.

$ g++ -c -g -O2 ppl_prolog_common.ii
/tmp/ccuRxr3p.s: Assembler messages:
/tmp/ccuRxr3p.s:126688: Error: value of 256 too large for field of 1 bytes at 68242

$ as -v -march=armv7-a -mfloat-abi=hard -mfpu=vfpv3-d16 -meabi=5 -o ppl_prolog_common.o ppl_prolog_common.s
GNU assembler version 2.24 (arm-linux-gnueabihf) using BFD version (GNU Binutils for Debian) 2.24
ppl_prolog_common.s: Assembler messages:
ppl_prolog_common.s:130339: Error: value of 256 too large for field of 1 bytes at 70430
Comment 1 Matthias Klose 2014-03-21 12:19:49 UTC
Created attachment 7487 [details]
assembler

compiler used is 4.8 from the fsf 4.8 branch.
Comment 2 Matthias Klose 2014-03-21 15:32:29 UTC
this is a GCC issue, filed PR target/60609