* gdbinit.in: Update to reflect new identifier structure.
authorMike Stump <mrs@apple.com>
Mon, 28 Apr 2003 21:24:06 +0000 (21:24 +0000)
committerMike Stump <mrs@gcc.gnu.org>
Mon, 28 Apr 2003 21:24:06 +0000 (21:24 +0000)
From-SVN: r66186

gcc/ChangeLog
gcc/gdbinit.in

index 0069cd37e3425b397a466abfd0e8fe758e74da22..679c0be91eb58e283ba937c5cbaeaaca2bd20ec4 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 17067df1b4626ae836c0844eab1952ab616685de..cee1131b6aa534e452a5c0e9b7a3ae52409d0e73 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