]> git.ipfire.org Git - thirdparty/gcc.git/commitdiff
* gdbinit.in: Reflect previous changes to rtunion_def.
authorGabriel Dos Reis <gdr@cs.tamu.edu>
Mon, 2 Aug 2004 19:36:57 +0000 (19:36 +0000)
committerGabriel Dos Reis <gdr@gcc.gnu.org>
Mon, 2 Aug 2004 19:36:57 +0000 (19:36 +0000)
From-SVN: r85449

gcc/ChangeLog
gcc/gdbinit.in

index db525b47c708b246bcad7360a08555805eacf528..1e66034b8eb39c8a6ac6aa502fb9677c7a6dfa6f 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 fe63fa5a9a448a30cb46c8bb8a033fd74785b4ed..a7ad22c036dafa6365b1dea79f49c52f58c3432b 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