diff options
author | Andrew Cagney <cagney@redhat.com> | 2002-11-20 00:47:59 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2002-11-20 00:47:59 +0000 |
commit | 9ba8d803d07cacb02f6fcc61df1564d1141d786a (patch) | |
tree | aec5821cc237324e2fdb9f750df120cdad54367f /gdb/ChangeLog | |
parent | e8bce06be35611d8eeabcf7c684c02c6cc658e69 (diff) | |
download | gdb-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/ChangeLog | 6 |
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 ... |