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:
3585519
)
* config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
author
Ian Lance Taylor
<ian@airs.com>
Fri, 4 Apr 1997 21:12:50 +0000
(21:12 +0000)
committer
Ian Lance Taylor
<ian@airs.com>
Fri, 4 Apr 1997 21:12:50 +0000
(21:12 +0000)
OBJ_ELF, rather than of S_GET_OTHER.
gas/ChangeLog
patch
|
blob
|
history
diff --git
a/gas/ChangeLog
b/gas/ChangeLog
index b53f0987e62f9325ebdb0b5247446afa4acfd816..28f8c73c7d294b19aad1626216301a0a67a0df01 100644
(file)
--- a/
gas/ChangeLog
+++ b/
gas/ChangeLog
@@
-1,5
+1,8
@@
Fri Apr 4 13:26:10 1997 Ian Lance Taylor <ian@cygnus.com>
+ * config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
+ OBJ_ELF, rather than of S_GET_OTHER.
+
* Makefile.in (DISTCLEAN_HERE): Add site.exp and site.bak.
Thu Apr 3 13:16:18 1997 Ian Lance Taylor <ian@cygnus.com>