aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Alexander <marka@cygnus>1997-02-28 03:00:51 +0000
committerMark Alexander <marka@cygnus>1997-02-28 03:00:51 +0000
commitc1fc09357179094c9c210fffd08bd28c704747b6 (patch)
tree08db609a10cb1f04f679cb2bcaa6570af0249e32 /gdb/ChangeLog
parent35a3e78edb9d4a3ef98f975587752325c9be860f (diff)
downloadbinutils-c1fc09357179094c9c210fffd08bd28c704747b6.zip
binutils-c1fc09357179094c9c210fffd08bd28c704747b6.tar.gz
binutils-c1fc09357179094c9c210fffd08bd28c704747b6.tar.bz2
* mips-tdep.c (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR):
New macros for testing, setting, and clearing bit 0 of addresses. Change numerous bits of code where bit 0 was being manipulated to use these macros.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 2e46d41..ed005f5 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+Thu Feb 27 18:54:11 1997 Mark Alexander <marka@cygnus.com>
+
+ * mips-tdep.c (IS_MIPS16_ADDR, MAKE_MIPS16_ADDR, UNMAKE_MIPS16_ADDR):
+ New macros for testing, setting, and clearing bit 0 of addresses.
+ Change numerous bits of code where bit 0 was being manipulated
+ to use these macros.
+
Thu Feb 27 14:12:41 1997 Mark Alexander <marka@cygnus.com>
* remote-mips.c: Put back the form feeds.