diff options
author | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-26 22:27:23 +0000 |
---|---|---|
committer | jason <jason@138bc75d-0d04-0410-961f-82ee72b054a4> | 2006-01-26 22:27:23 +0000 |
commit | 36eec8e7458641df1b334329783fd064abd814d9 (patch) | |
tree | edd2c5120e2815636ed58355ca0a83c0ba126eb2 /gcc/gdbinit.in | |
parent | 1c7feed6490e62742949a074549c06853c12a667 (diff) | |
download | gcc-36eec8e7458641df1b334329783fd064abd814d9.tar.gz |
update for decl_minimal change
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@110281 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r-- | gcc/gdbinit.in | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index b3c25acd8ab..5ce2fc3e30a 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -68,7 +68,7 @@ Print the tree-code of the tree node that is $. end define pdn -output $.decl.name->identifier.id.str +output $.decl_minimal.name->identifier.id.str echo \n end @@ -77,7 +77,7 @@ Print the name of the decl-node that is $. end define ptn -output $.type.name->decl.name->identifier.id.str +output $.type.name->decl_minimal.name->identifier.id.str echo \n end |