mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-14 19:38:01 +08:00
2003-04-11 Jeff Johnston <jjohnstn@redhat.com>
* gdb_indent.sh: Recognize pid_t and sigset_t as types.
This commit is contained in:
@ -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' \
|
||||
|
Reference in New Issue
Block a user