projects
/
binutils-gdb.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
adf441b
)
Hack so it Sanitizes cleanly.
author
Per Bothner
<per@bothner.com>
Sun, 16 Feb 1992 22:42:44 +0000
(22:42 +0000)
committer
Per Bothner
<per@bothner.com>
Sun, 16 Feb 1992 22:42:44 +0000
(22:42 +0000)
binutils/sparc-pinsn.c
patch
|
blob
|
history
diff --git
a/binutils/sparc-pinsn.c
b/binutils/sparc-pinsn.c
index 0cb9f64d1dacb6cf79911f7d6a516487261209d2..ddeec1c7f585f043ab8afca43403a94c8acc5610 100644
(file)
--- 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':