From: Mike Stump Date: Mon, 28 Apr 2003 21:24:06 +0000 (+0000) Subject: * gdbinit.in: Update to reflect new identifier structure. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=a72bf3e9513759455c5906022994fe4b7315d234;p=gcc.git * gdbinit.in: Update to reflect new identifier structure. From-SVN: r66186 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index 0069cd37e34..679c0be91eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2003-04-28 Mike Stump + + * gdbinit.in: Update to reflect new identifier structure. + 2003-04-28 Zack Weinberg * tree.h (TREE_CST_RTL, CST_OR_CONSTRUCTOR_CHECK): Delete. diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index 17067df1b46..cee1131b6aa 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -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