projects
/
platform
/
upstream
/
binutils.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f87a1e0
)
forgot to include the change for "Make relative branches out of range
author
Christian Groessler
<chris@groessler.org>
Thu, 27 Jan 2005 21:32:21 +0000
(21:32 +0000)
committer
Christian Groessler
<chris@groessler.org>
Thu, 27 Jan 2005 21:32:21 +0000
(21:32 +0000)
an error instead of a warning" from last commit
gas/config/tc-z8k.c
patch
|
blob
|
history
diff --git
a/gas/config/tc-z8k.c
b/gas/config/tc-z8k.c
index 06ffdaed0b466e8db578b848f41970b16d622e28..b914a14f4b6c968478cac35aaf763c721f1605e7 100644
(file)
--- a/
gas/config/tc-z8k.c
+++ b/
gas/config/tc-z8k.c
@@
-1435,8
+1435,8
@@
md_apply_fix3 (fixS *fixP, valueT *valP, segT segment ATTRIBUTE_UNUSED)
_("cannot branch to odd address"));
val /= 2;
if (val > 127 || val < -128)
- as_
warn
_where (fixP->fx_file, fixP->fx_line,
-
_("relative jump out of range"));
+ as_
bad
_where (fixP->fx_file, fixP->fx_line,
+ _("relative jump out of range"));
*buf++ = val;
fixP->fx_no_overflow = 1;
fixP->fx_done = 1;