update for decl_minimal change
authorJason Merrill <jason@gcc.gnu.org>
Thu, 26 Jan 2006 22:27:23 +0000 (17:27 -0500)
committerJason Merrill <jason@gcc.gnu.org>
Thu, 26 Jan 2006 22:27:23 +0000 (17:27 -0500)
From-SVN: r110281

gcc/gdbinit.in

index b3c25acd8ab45009bc7f4a24e78e2546f591d4bf..5ce2fc3e30a7d4dd4a6d60b7e70c0aed55aa2696 100644 (file)
@@ -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