2004-09-27 Andrew Cagney <cagney@gnu.org>
authorAndrew Cagney <cagney@redhat.com>
Mon, 27 Sep 2004 13:43:37 +0000 (13:43 +0000)
committerAndrew Cagney <cagney@redhat.com>
Mon, 27 Sep 2004 13:43:37 +0000 (13:43 +0000)
* gdb_indent.sh (types): Add caddr_t to list of predefined types.

gdb/ChangeLog
gdb/gdb_indent.sh

index 069d5a8..62bcf22 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-27  Andrew Cagney  <cagney@gnu.org>
+
+       * gdb_indent.sh (types): Add caddr_t to list of predefined types.
+
 2004-09-26  Mark Kettenis  <kettenis@gnu.org>
 
        * fbsd-proc.c: Remove file.
index b210161..41b95d2 100755 (executable)
@@ -77,6 +77,7 @@ types="\
 -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 \
+-T caddr_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' \