diff options
author | Jeff Johnston <jjohnstn@redhat.com> | 2003-04-11 20:56:40 +0000 |
---|---|---|
committer | Jeff Johnston <jjohnstn@redhat.com> | 2003-04-11 20:56:40 +0000 |
commit | a8245ab8a4382ab7dc8a5fde1b82b5e48cb3d36b (patch) | |
tree | 8c9801832d1f37c9506be1b4ecf357801603e572 /gdb/gdb_indent.sh | |
parent | 93201743fe8d5101d388a4593d31035e2b0901d4 (diff) | |
download | binutils-gdb-a8245ab8a4382ab7dc8a5fde1b82b5e48cb3d36b.tar.gz |
2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
* gdb_indent.sh: Recognize pid_t and sigset_t as types.
Diffstat (limited to 'gdb/gdb_indent.sh')
-rwxr-xr-x | gdb/gdb_indent.sh | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh index ee0d0fb9a8a..555098c1081 100755 --- a/gdb/gdb_indent.sh +++ b/gdb/gdb_indent.sh @@ -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' \ |