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'.
This commit is contained in:
Andrew Cagney 2002-11-20 00:47:59 +00:00
parent e8bce06be3
commit 9ba8d803d0
4 changed files with 14 additions and 2 deletions

View File

@ -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 ...

View File

@ -1,3 +1,9 @@
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'.
Fix PR gdb/527.
2002-10-26 Andrew Cagney <cagney@redhat.com>
* gdbint.texinfo (Target Architecture Definition): Delete

View File

@ -218,7 +218,7 @@ refcard.ps : refcard.dvi
# File to record current GDB version number (copied from main dir version.in)
GDBvn.texi : ${gdbdir}/version.in
echo "@set GDBVN `head -1 $(srcdir)/../version.in`" > ./GDBvn.new
echo "@set GDBVN `sed q $(srcdir)/../version.in`" > ./GDBvn.new
mv GDBvn.new GDBvn.texi
# Updated atomically

View File

@ -1562,7 +1562,7 @@ gdbarch_dump (struct gdbarch *gdbarch, struct ui_file *file)
"gdbarch_dump: GDB_MULTI_ARCH = %d\\n",
GDB_MULTI_ARCH);
EOF
function_list | sort -t: +2 | while do_read
function_list | sort -t: -k 3 | while do_read
do
# multiarch functions don't have macros.
if class_is_multiarch_p