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:
68a3f9c
)
* config/tc-mips.c (hilo_interlocks): Check mips_5900, not
author
Jeff Law
<law@redhat.com>
Sat, 20 Jun 1998 02:00:03 +0000
(
02:00
+0000)
committer
Jeff Law
<law@redhat.com>
Sat, 20 Jun 1998 02:00:03 +0000
(
02:00
+0000)
mips_cpu == 5900.
gas/ChangeLog
patch
|
blob
|
history
gas/config/tc-mips.c
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index 07321e0e97b2bd576a33d7950c8b638cb82d45c9..d0a05a68ed43f87e8faad673248a4c580b45c9ae 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,3
+1,10
@@
+start-sanitize-r5900
+Fri Jun 19 19:56:50 1998 Jeffrey A Law (law@cygnus.com)
+
+ * config/tc-mips.c (hilo_interlocks): Check mips_5900, not
+ mips_cpu == 5900.
+
+end-sanitize-r5900
start-sanitize-am33
Fri Jun 19 16:49:56 1998 Jeffrey A Law (law@cygnus.com)
diff --git
a/gas/config/tc-mips.c
b/gas/config/tc-mips.c
index cfe6292b2c358d83c88bb93404b780f4911747cf..59bef2527fb242937d00cf3341360f63ff92ab0a 100644
(file)
--- a/
gas/config/tc-mips.c
+++ b/
gas/config/tc-mips.c
@@
-257,7
+257,7
@@
static int mips_4900 = -1;
|| mips_cpu == 4320 \
/* end-sanitize-vr4320 */ \
/* start-sanitize-r5900 */ \
- || mips_
cpu == 5900 \
+ || mips_
5900
/* end-sanitize-r5900 */ \
)