diff options
author | Gabriel Dos Reis <gdr@cs.tamu.edu> | 2004-08-02 19:36:57 +0000 |
---|---|---|
committer | Gabriel Dos Reis <gdr@gcc.gnu.org> | 2004-08-02 19:36:57 +0000 |
commit | e0d9dfa2451d8dc8f5e4e09930bed6855af73c4f (patch) | |
tree | f5b0da2e71f9b6c556e7b707e352627226cc51bd /gcc/gdbinit.in | |
parent | 7756db03751b73bee03c3a6cd9a61a30aea237c9 (diff) | |
download | gcc-e0d9dfa2451d8dc8f5e4e09930bed6855af73c4f.tar.gz |
* gdbinit.in: Reflect previous changes to rtunion_def.
From-SVN: r85449
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r-- | gcc/gdbinit.in | 2 |
1 files changed, 1 insertions, 1 deletions
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 |