aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorDaniel Jacobowitz <drow@false.org>2002-02-27 06:18:09 +0000
committerDaniel Jacobowitz <drow@false.org>2002-02-27 06:18:09 +0000
commita02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d (patch)
treefcac30a8032d65f35f8957e1d05548cc4a56bfb5 /gdb/ChangeLog
parentce0eebec89d16a4339025428816ec84dcbfd4a9f (diff)
downloadgdb-a02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d.zip
gdb-a02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d.tar.gz
gdb-a02e4a61b2bcdf34f85dac7e81b5cfc218f1b76d.tar.bz2
2002-02-27 Daniel Jacobowitz <drow@mvista.com>
* regformats/reg-i386-linux.dat: New file, with $orig_eax. * gdbserver/Makefile.in: Add rules for reg-i386-linux.o. * gdbserver/configure.srv: Change i386-*-linux* to use reg-i386-linux.o.
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 e060a9a..e085ae1 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,10 @@
+2002-02-27 Daniel Jacobowitz <drow@mvista.com>
+
+ * regformats/reg-i386-linux.dat: New file, with $orig_eax.
+ * gdbserver/Makefile.in: Add rules for reg-i386-linux.o.
+ * gdbserver/configure.srv: Change i386-*-linux* to use
+ reg-i386-linux.o.
+
2002-02-26 Andrew Cagney <ac131313@redhat.com>
* x86-64-tdep.c: Re-indent. Update copyright date.