diff options
author | Per Bothner <per@bothner.com> | 1992-02-16 22:42:44 +0000 |
---|---|---|
committer | Per Bothner <per@bothner.com> | 1992-02-16 22:42:44 +0000 |
commit | d17c317cfe3b8bb50e78117fdaf652dc074d0c10 (patch) | |
tree | be54640f5c4df0b1290aada256d8156de817222d /binutils | |
parent | adf441b91911706f2ca9768a27641c167693cb9a (diff) | |
download | gdb-d17c317cfe3b8bb50e78117fdaf652dc074d0c10.zip gdb-d17c317cfe3b8bb50e78117fdaf652dc074d0c10.tar.gz gdb-d17c317cfe3b8bb50e78117fdaf652dc074d0c10.tar.bz2 |
Hack so it Sanitizes cleanly.
Diffstat (limited to 'binutils')
-rw-r--r-- | binutils/sparc-pinsn.c | 9 |
1 files changed, 4 insertions, 5 deletions
diff --git a/binutils/sparc-pinsn.c b/binutils/sparc-pinsn.c index 0cb9f64..ddeec1c 100644 --- a/binutils/sparc-pinsn.c +++ b/binutils/sparc-pinsn.c @@ -254,14 +254,13 @@ memcpy(&insn,buffer, sizeof (insn)); break; #ifndef NO_V9 -#if 0 -/* Somebody who know needs to define rs3. */ +/* Somebody who know needs to define rs3. case 'j': - case 'u': /* double/even */ - case 'U': /* quad/multiple of 4 */ + case 'u': * double/even * + case 'U': * quad/multiple of 4 * freg (insn.rs3); break; -#endif +*/ #endif /* NO_V9 */ case 'g': |