* gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
authorDaniel Jacobowitz <drow@false.org>
Mon, 27 Jan 2003 21:16:06 +0000 (21:16 +0000)
committerDaniel Jacobowitz <drow@false.org>
Mon, 27 Jan 2003 21:16:06 +0000 (21:16 +0000)
gdb/ChangeLog
gdb/gdb_indent.sh

index 9e7385f..24424a1 100644 (file)
@@ -1,5 +1,9 @@
 2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
 
+       * gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
+
+2003-01-27  Daniel Jacobowitz  <drow@mvista.com>
+
        * maint.c [! (HAVE_MONSTARTUP && HAVE__MCLEANUP)]
        (maintenance_set_profile_cmd): Use error () instead of warning ().
 
index b266138..ee0d0fb 100755 (executable)
@@ -73,6 +73,7 @@ esac
 
 types="\
 -T FILE \
+-T bfd -T asection \
 -T prgregset_t -T fpregset_t -T gregset_t \
 `cat *.h | sed -n \
     -e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \