diff options
author | Daniel Jacobowitz <drow@false.org> | 2003-01-27 21:16:06 +0000 |
---|---|---|
committer | Daniel Jacobowitz <drow@false.org> | 2003-01-27 21:16:06 +0000 |
commit | 5378adc435ea0bce3ecb56bf0f1bc42deb1406f1 (patch) | |
tree | 9f0204e8ccd940bd01a8f57e39b972b1083ae04e | |
parent | 51ee2ddc9ebd02032e3c7b032a4e99c0a35ff6d7 (diff) | |
download | gdb-5378adc435ea0bce3ecb56bf0f1bc42deb1406f1.zip gdb-5378adc435ea0bce3ecb56bf0f1bc42deb1406f1.tar.gz gdb-5378adc435ea0bce3ecb56bf0f1bc42deb1406f1.tar.bz2 |
* gdb_indent.sh: Add -T bfd and -T asection to the indent arguments.
-rw-r--r-- | gdb/ChangeLog | 4 | ||||
-rwxr-xr-x | gdb/gdb_indent.sh | 1 |
2 files changed, 5 insertions, 0 deletions
diff --git a/gdb/ChangeLog b/gdb/ChangeLog index 9e7385f..24424a1 100644 --- a/gdb/ChangeLog +++ b/gdb/ChangeLog @@ -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 (). diff --git a/gdb/gdb_indent.sh b/gdb/gdb_indent.sh index b266138..ee0d0fb 100755 --- a/gdb/gdb_indent.sh +++ b/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' \ |