aboutsummaryrefslogtreecommitdiff
path: root/gcc/gdbinit.in
diff options
context:
space:
mode:
authorGabriel Dos Reis <gdr@cs.tamu.edu>2004-08-02 19:36:57 +0000
committerGabriel Dos Reis <gdr@cs.tamu.edu>2004-08-02 19:36:57 +0000
commitc38615e52b5a9009c18b1095fb59be18616b4d52 (patch)
treef5b0da2e71f9b6c556e7b707e352627226cc51bd /gcc/gdbinit.in
parent0c998f35533d13d24d2d441a90e719e0b6f4cf0d (diff)
* gdbinit.in: Reflect previous changes to rtunion_def.
git-svn-id: https://gcc.gnu.org/svn/gcc/trunk@85449 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/gdbinit.in')
-rw-r--r--gcc/gdbinit.in2
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