2003-04-11 Jeff Johnston <jjohnstn@redhat.com>

* gdb_indent.sh: Recognize pid_t and sigset_t as types.
This commit is contained in:
Jeff Johnston 2003-04-11 20:56:40 +00:00
parent 93201743fe
commit a8245ab8a4
2 changed files with 6 additions and 2 deletions

View 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

View file

@ -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' \