mirror of
https://sourceware.org/git/binutils-gdb.git
synced 2024-11-21 01:12:32 +08:00
2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
* gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t, td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t as types.
This commit is contained in:
parent
f32ffeb535
commit
530b167e9a
@ -1,3 +1,9 @@
|
||||
2003-04-17 Jeff Johnston <jjohnstn@redhat.com>
|
||||
|
||||
* gdb_indent.sh: Recognize td_thrhandle_t, td_event_msg_t,
|
||||
td_thr_events_t, td_notify_t, td_thr_iter_f, and td_thrinfo_t
|
||||
as types.
|
||||
|
||||
2003-04-16 Kevin Buettner <kevinb@redhat.com>
|
||||
|
||||
* rs6000-tdep.c (rs6000_gdbarch_init): For the SysV ABI, set
|
||||
|
@ -75,6 +75,8 @@ types="\
|
||||
-T FILE \
|
||||
-T bfd -T asection -T pid_t \
|
||||
-T prgregset_t -T fpregset_t -T gregset_t -T sigset_t \
|
||||
-T td_thrhandle_t -T td_event_msg_t -T td_thr_events_t \
|
||||
-T td_notify_t -T td_thr_iter_f -T td_thrinfo_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' \
|
||||
|
Loading…
Reference in New Issue
Block a user