aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorJim Kingdon <jkingdon@engr.sgi.com>1993-09-13 20:54:00 +0000
committerJim Kingdon <jkingdon@engr.sgi.com>1993-09-13 20:54:00 +0000
commit37c99ddb4ef28794e0f9cc37f02e239a1adaf881 (patch)
treeba70a74388336a485daa7964eae8e47fa041f9f8 /gdb/ChangeLog
parent54e3e909d2af84a5b1eedec6d7be06579dbe5a38 (diff)
downloadgdb-37c99ddb4ef28794e0f9cc37f02e239a1adaf881.zip
gdb-37c99ddb4ef28794e0f9cc37f02e239a1adaf881.tar.gz
gdb-37c99ddb4ef28794e0f9cc37f02e239a1adaf881.tar.bz2
* inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of
pc_changed. If it was ever set to a non-zero value, it was before GDB 2.8. It doesn't seem to have any useful function.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index bc5b9df..e7430b8 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,5 +1,9 @@
Mon Sep 13 12:53:09 1993 Jim Kingdon (kingdon@cirdan.cygnus.com)
+ * inferior.h, infrun.c, thread.c, infcmd.c: Remove all uses of
+ pc_changed. If it was ever set to a non-zero value, it was before
+ GDB 2.8. It doesn't seem to have any useful function.
+
* defs.h: Don't define NORETURN (see comment).
Sat Sep 11 10:46:09 1993 Jim Kingdon (kingdon@poseidon.cygnus.com)