* gdbinit.in: Reflect previous changes to rtunion_def.

From-SVN: r85449
This commit is contained in:
Gabriel Dos Reis 2004-08-02 19:36:57 +00:00 committed by Gabriel Dos Reis
parent 7756db0375
commit e0d9dfa245
2 changed files with 5 additions and 1 deletions

View 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"

View 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