forked from Imagelibrary/binutils-gdb
* config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
This commit is contained in:
@@ -1,5 +1,7 @@
|
||||
1999-06-11 Ian Lance Taylor <ian@zembu.com>
|
||||
|
||||
* config/tc-sparc.c (sparc_ip): Add default case to reloc switch.
|
||||
|
||||
* read.c (read_a_source_file): Only declare inescape if
|
||||
QUOTES_IN_INSN.
|
||||
|
||||
|
||||
@@ -2173,6 +2173,9 @@ sparc_ip (str, pinsn)
|
||||
valueT val = the_insn.exp.X_add_number;
|
||||
switch (the_insn.reloc)
|
||||
{
|
||||
default:
|
||||
break;
|
||||
|
||||
case BFD_RELOC_SPARC_HH22:
|
||||
val = BSR (val, 32);
|
||||
/* intentional fallthrough */
|
||||
|
||||
Reference in New Issue
Block a user