From: Gabriel Dos Reis Date: Mon, 2 Aug 2004 19:36:57 +0000 (+0000) Subject: * gdbinit.in: Reflect previous changes to rtunion_def. X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=e0d9dfa2451d8dc8f5e4e09930bed6855af73c4f;p=gcc.git * gdbinit.in: Reflect previous changes to rtunion_def. From-SVN: r85449 --- diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db525b47c70..1e66034b8eb 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -1,3 +1,7 @@ +2004-08-02 Gabriel Dos Reis + + * gdbinit.in: Reflect previous changes to rtunion_def. + 2004-08-02 Roger Sayle * fold-const.c (fold) : The transformation "X % -Y" diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index fe63fa5a9a4..a7ad22c036d 100644 --- a/gcc/gdbinit.in +++ b/gcc/gdbinit.in @@ -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