* gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
authorAndrew Cagney <cagney@redhat.com>
Mon, 17 Jun 2002 19:56:15 +0000 (19:56 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 17 Jun 2002 19:56:15 +0000 (19:56 +0000)
list of predefined types.

gdb/ChangeLog
gdb/gdb_indent.sh

index f9ba04d..baab6d1 100644 (file)
@@ -1,3 +1,8 @@
+2002-06-17  Andrew Cagney  <ac131313@redhat.com>
+
+       * gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
+       list of predefined types.
+
 2002-06-16  Mark Kettenis  <kettenis@gnu.org>
 
        * config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
index 1e727fe..0d0829a 100755 (executable)
@@ -54,7 +54,10 @@ esac
 
 # Run indent per GDB specs
 
-types="-T FILE `cat *.h | sed -n \
+types="\
+-T FILE \
+-T prgregset_t -T fpregset_t -T gregset_t \
+`cat *.h | sed -n \
     -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \
     -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_func\).*$/-T \1/p' \
     -e 's/^typedef.*[^a-zA-Z0-9_]\([a-zA-Z0-9_]*[a-zA-Z0-9_]\);$/-T \1/p' \