mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-10-16 12:24:19 +08:00
* gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
list of predefined types.
This commit is contained in:
@ -1,3 +1,8 @@
|
|||||||
|
2002-06-17 Andrew Cagney <ac131313@redhat.com>
|
||||||
|
|
||||||
|
* gdb_indent.sh: Add prgregset_t, fpregset_t, and gregset_t to the
|
||||||
|
list of predefined types.
|
||||||
|
|
||||||
2002-06-16 Mark Kettenis <kettenis@gnu.org>
|
2002-06-16 Mark Kettenis <kettenis@gnu.org>
|
||||||
|
|
||||||
* config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
|
* config/i386/tm-i386.h (REGISTER_VIRTUAL_TYPE,
|
||||||
|
@ -54,7 +54,10 @@ esac
|
|||||||
|
|
||||||
# Run indent per GDB specs
|
# Run indent per GDB specs
|
||||||
|
|
||||||
types="-T FILE `cat *.h | sed -n \
|
types="\
|
||||||
|
-T FILE \
|
||||||
|
-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' \
|
-e 's/^.*[^a-z0-9_]\([a-z0-9_]*_ftype\).*$/-T \1/p' \
|
||||||
-e 's/^.*[^a-z0-9_]\([a-z0-9_]*_func\).*$/-T \1/p' \
|
-e 's/^.*[^a-z0-9_]\([a-z0-9_]*_func\).*$/-T \1/p' \
|
||||||
-e 's/^typedef.*[^a-zA-Z0-9_]\([a-zA-Z0-9_]*[a-zA-Z0-9_]\);$/-T \1/p' \
|
-e 's/^typedef.*[^a-zA-Z0-9_]\([a-zA-Z0-9_]*[a-zA-Z0-9_]\);$/-T \1/p' \
|
||||||
|
Reference in New Issue
Block a user