OSDN Git Service

* gdbinit.in: Reflect previous changes to rtunion_def.
authorgdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Aug 2004 19:36:57 +0000 (19:36 +0000)
committergdr <gdr@138bc75d-0d04-0410-961f-82ee72b054a4>
Mon, 2 Aug 2004 19:36:57 +0000 (19:36 +0000)
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@85449 138bc75d-0d04-0410-961f-82ee72b054a4

gcc/ChangeLog
gcc/gdbinit.in

index db525b4..1e66034 100644 (file)
@@ -1,3 +1,7 @@
+2004-08-02  Gabriel Dos Reis  <gdr@cs.tamu.edu>
+
+       * gdbinit.in: Reflect previous changes to rtunion_def.
+
 2004-08-02  Roger Sayle  <roger@eyesopen.com>
 
        * fold-const.c (fold) <TRUNC_MOD_EXPR>: The transformation "X % -Y"
index fe63fa5..a7ad22c 100644 (file)
@@ -97,7 +97,7 @@ Print the rtx-code and machine mode of the rtx that is $.
 end
 
 define pi
-print $.u.fld[0].rtx@7
+print $.u.fld[0].rt_rtx@7
 end
 
 document pi