]> git.ipfire.org Git - thirdparty/binutils-gdb.git/commitdiff
2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
authorJeff Johnston <jjohnstn@redhat.com>
Fri, 11 Apr 2003 20:56:40 +0000 (20:56 +0000)
committerJeff Johnston <jjohnstn@redhat.com>
Fri, 11 Apr 2003 20:56:40 +0000 (20:56 +0000)
        * gdb_indent.sh: Recognize pid_t and sigset_t as types.

gdb/ChangeLog
gdb/gdb_indent.sh

index da97e8ff9494ad63bc5660cea81b17caa74febd3..789b3d37ff0a4581ee31f3316bbc5e394891ab68 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-11  Jeff Johnston  <jjohnstn@redhat.com>
+
+       * gdb_indent.sh: Recognize pid_t and sigset_t as types.
+
 2003-04-11  Andrew Cagney  <cagney@redhat.com>
 
        * gdbarch.sh (DEPRECATED_SAVED_PC_AFTER_CALL): Deprecate
index ee0d0fb9a8a0ed62a8a168e1368cc460bdf005ef..555098c10819eb1f7d41633a2e286134ce2c288c 100755 (executable)
@@ -73,8 +73,8 @@ esac
 
 types="\
 -T FILE \
--T bfd -T asection \
--T prgregset_t -T fpregset_t -T gregset_t \
+-T bfd -T asection -T pid_t \
+-T prgregset_t -T fpregset_t -T gregset_t -T sigset_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' \