diff options
| -rw-r--r-- | gcc/ChangeLog | 4 | ||||
| -rw-r--r-- | gcc/gdbinit.in | 2 |
2 files changed, 5 insertions, 1 deletions
diff --git a/gcc/ChangeLog b/gcc/ChangeLog index db525b4..1e66034 100644 --- a/gcc/ChangeLog +++ b/gcc/ChangeLog @@ -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" diff --git a/gcc/gdbinit.in b/gcc/gdbinit.in index fe63fa5..a7ad22c 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 |
