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'.
 
+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) 
        * 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 ...
 
+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
 
 
 # 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
 
                       "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