aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorMark Kettenis <kettenis@gnu.org>2000-06-12 01:44:35 +0000
committerMark Kettenis <kettenis@gnu.org>2000-06-12 01:44:35 +0000
commita7769679c2a5a2964860c20235de86dd5c5a0383 (patch)
tree8a439e87dbb2b55e650c2cc2c1b3cbbebebed2ea /gdb/ChangeLog
parent8ab863813992424472e316b4dd77fe75525f77e6 (diff)
downloadgdb-a7769679c2a5a2964860c20235de86dd5c5a0383.zip
gdb-a7769679c2a5a2964860c20235de86dd5c5a0383.tar.gz
gdb-a7769679c2a5a2964860c20235de86dd5c5a0383.tar.bz2
* config/i386/tm-i386.h: Add forward declaration of `struct value'.
(FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy. (i386_fix_call_dummy): Add prototype. * i386-tdep.c (i386_fix_call_dummy): New function based on the code from the old FIX_CALL_DUMMY macro.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 3caff33..790118a 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,11 @@
+2000-06-12 Mark Kettenis <kettenis@gnu.org>
+
+ * config/i386/tm-i386.h: Add forward declaration of `struct value'.
+ (FIX_CALL_DUMMY): Redefined to call i386_fix_call_dummy.
+ (i386_fix_call_dummy): Add prototype.
+ * i386-tdep.c (i386_fix_call_dummy): New function based on the
+ code from the old FIX_CALL_DUMMY macro.
+
2000-06-12 Kevin Buettner <kevinb@redhat.com>
* procfs.c, remote.c: Eliminate use of PARAMS from these files.