[Top][All Lists]
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[Bug gas/5136] New: Error message "rel too far BFD_RELOC_8" used with BF
From: |
karvjorm at users dot sourceforge dot net |
Subject: |
[Bug gas/5136] New: Error message "rel too far BFD_RELOC_8" used with BFD_RELOC_16 |
Date: |
6 Oct 2007 21:24:14 -0000 |
File config/tc-bfin.c line 651 should include a text like "rel too far
BFD_RELOC_16", not "rel too far BFD_RELOC_8". Error message is also a bit
cryptic.
case BFD_RELOC_BFIN_16_IMM:
case BFD_RELOC_16:
if (value < -0x8000 || value >= 0x7fff)
as_bad_where (fixP->fx_file, fixP->fx_line, "rel too far BFD_RELOC_8");
--
Summary: Error message "rel too far BFD_RELOC_8" used with
BFD_RELOC_16
Product: binutils
Version: 2.17
Status: NEW
Severity: normal
Priority: P2
Component: gas
AssignedTo: unassigned at sources dot redhat dot com
ReportedBy: karvjorm at users dot sourceforge dot net
CC: bug-binutils at gnu dot org
http://sourceware.org/bugzilla/show_bug.cgi?id=5136
------- You are receiving this mail because: -------
You are on the CC list for the bug, or are watching someone who is.
- [Bug gas/5136] New: Error message "rel too far BFD_RELOC_8" used with BFD_RELOC_16,
karvjorm at users dot sourceforge dot net <=