aboutsummaryrefslogtreecommitdiff
path: root/gcc
diff options
context:
space:
mode:
authorMike Stump <mrs@gcc.gnu.org>2006-04-09 00:07:28 +0000
committerMike Stump <mrs@gcc.gnu.org>2006-04-09 00:07:28 +0000
commit9a82e70211a437645a438528e5207773152e4ccd (patch)
tree7c9124f8f0ba38ae1f7ae1687c4b96099c33b40a /gcc
parent51e7cc90c61ac34a5dc00848543f0b9767713fc0 (diff)
downloadgcc-9a82e70211a437645a438528e5207773152e4ccd.zip
gcc-9a82e70211a437645a438528e5207773152e4ccd.tar.gz
gcc-9a82e70211a437645a438528e5207773152e4ccd.tar.bz2
Revert previous patch, mistaken.
From-SVN: r112793
Diffstat (limited to 'gcc')
-rw-r--r--gcc/config/i386/i386.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/gcc/config/i386/i386.h b/gcc/config/i386/i386.h
index 1d47a60..b783913 100644
--- a/gcc/config/i386/i386.h
+++ b/gcc/config/i386/i386.h
@@ -1923,9 +1923,9 @@ number as al, and ax.
#define DBX_REGISTER_NUMBER(N) \
(TARGET_64BIT ? dbx64_register_map[(N)] : dbx_register_map[(N)])
-extern int const dbx_register_map[FIRST_PSEUDO_REGISTER+1];
-extern int const dbx64_register_map[FIRST_PSEUDO_REGISTER+1];
-extern int const svr4_dbx_register_map[FIRST_PSEUDO_REGISTER+1];
+extern int const dbx_register_map[FIRST_PSEUDO_REGISTER];
+extern int const dbx64_register_map[FIRST_PSEUDO_REGISTER];
+extern int const svr4_dbx_register_map[FIRST_PSEUDO_REGISTER];
/* Before the prologue, RA is at 0(%esp). */
#define INCOMING_RETURN_ADDR_RTX \