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 069d5a8d7df67530913496c5050da988be159890..62bcf22df91bfed52f931c4e8fb02167298cf1cd 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 b21016107ade100ada4dd51e50200e28828d3d91..41b95d2642b48178984d83ed0fe1cf0b4a6fe13b 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' \