aboutsummaryrefslogtreecommitdiff
path: root/gas/ChangeLog
diff options
context:
space:
mode:
authorIan Lance Taylor <ian@airs.com>1997-04-04 21:12:50 +0000
committerIan Lance Taylor <ian@airs.com>1997-04-04 21:12:50 +0000
commit457a20b54a9a52ae76029a6954e5f9d5f4e93d32 (patch)
tree50c25cfbddcc091e64e91da3f8389665c0a3b0e8 /gas/ChangeLog
parent35855192abb1a7b8bc1935e626b1cbecf9db3d88 (diff)
downloadgdb-457a20b54a9a52ae76029a6954e5f9d5f4e93d32.zip
gdb-457a20b54a9a52ae76029a6954e5f9d5f4e93d32.tar.gz
gdb-457a20b54a9a52ae76029a6954e5f9d5f4e93d32.tar.bz2
* config/tc-mips.c: Protect uses of STO_MIPS16 with an ifdef of
OBJ_ELF, rather than of S_GET_OTHER.
Diffstat (limited to 'gas/ChangeLog')
-rw-r--r--gas/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/ChangeLog b/gas/ChangeLog
index b53f098..28f8c73 100644
--- 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>