aboutsummaryrefslogtreecommitdiff
path: root/gdb/ChangeLog
diff options
context:
space:
mode:
authorAndrew Cagney <cagney@redhat.com>2002-11-20 00:47:59 +0000
committerAndrew Cagney <cagney@redhat.com>2002-11-20 00:47:59 +0000
commit9ba8d803d07cacb02f6fcc61df1564d1141d786a (patch)
treeaec5821cc237324e2fdb9f750df120cdad54367f /gdb/ChangeLog
parente8bce06be35611d8eeabcf7c684c02c6cc658e69 (diff)
downloadgdb-9ba8d803d07cacb02f6fcc61df1564d1141d786a.zip
gdb-9ba8d803d07cacb02f6fcc61df1564d1141d786a.tar.gz
gdb-9ba8d803d07cacb02f6fcc61df1564d1141d786a.tar.bz2
2002-11-19 Andrew Cagney <ac131313@redhat.com>
Problems reported by Paul Eggert. * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527. Index: doc/ChangeLog 2002-11-19 Andrew Cagney <ac131313@redhat.com> Fix POSIX problem reported by Paul Eggert. * Makefile.in (GDBvn.texi): Use `sed q' instead of `head -1'.
Diffstat (limited to 'gdb/ChangeLog')
-rw-r--r--gdb/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog
index 0029b7a..7589bd3 100644
--- a/gdb/ChangeLog
+++ b/gdb/ChangeLog
@@ -1,3 +1,8 @@
+2002-11-19 Andrew Cagney <ac131313@redhat.com>
+
+ Problems reported by Paul Eggert.
+ * gdbarch.sh: Use `sort -k 3`. Fix PR gdb/527.
+
2002-11-19 Andreas Schwab <schwab@suse.de>
* m68klinux-nat.c (IS_SIGTRAMP, IS_RT_SIGTRAMP)
@@ -47,6 +52,7 @@
* gdb/parser-defs.h: (struct objc_class_str): New structure
for parsing ObjC classes.
+>>>>>>> 1.3477
2002-11-18 Andrew Cagney <ac131313@redhat.com>
* stack.c (frame_relative_level): Copy function from here ...