Browse Source

* gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.

binutils-2_14-branch
Daniel Jacobowitz 24 years ago
parent
commit
5378adc435
  1. 4
      gdb/ChangeLog
  2. 1
      gdb/gdb_indent.sh

4
gdb/ChangeLog

@ -1,3 +1,7 @@
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)]

1
gdb/gdb_indent.sh

@ -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' \

Loading…
Cancel
Save