OSDN Git Service

* gdbinit.in: Update to reflect new identifier structure.
authormrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Apr 2003 21:24:06 +0000 (21:24 +0000)
committermrs <mrs@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 28 Apr 2003 21:24:06 +0000 (21:24 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@66186 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gdbinit.in

index 0069cd3..679c0be 100644 (file)
@@ -1,3 +1,7 @@
+2003-04-28  Mike Stump  <mrs@apple.com>
+
+       * gdbinit.in: Update to reflect new identifier structure.
+
 2003-04-28  Zack Weinberg  <zack@codesourcery.com>
 
        * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete.
index 17067df..cee1131 100644 (file)
@@ -50,7 +50,7 @@ Print the tree-code of the tree node that is $.
 end
 
 define pdn
-output $.decl.name->identifier.pointer
+output $.decl.name->identifier.id.str
 echo \n
 end
 
@@ -59,7 +59,7 @@ Print the name of the decl-node that is $.
 end
 
 define ptn
-output $.type.name->decl.name->identifier.pointer
+output $.type.name->decl.name->identifier.id.str
 echo \n
 end