* config/tc-sparc.c (sparc_ip): Add default case to reloc switch.

This commit is contained in:
Ian Lance Taylor 1999-06-10 21:43:24 +00:00
parent 1bf67e0db8
commit 1b50c71893
2 changed files with 5 additions and 0 deletions

View File

@ -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.

View File

@ -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 */