diff options
author | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-13 11:18:31 +0000 |
---|---|---|
committer | aj <aj@138bc75d-0d04-0410-961f-82ee72b054a4> | 2001-08-13 11:18:31 +0000 |
commit | 309fe25c69015539bfcab63751ae3cc41bfaaf9f (patch) | |
tree | 59b4058425a361aefd55997d8a564940032a2335 /gcc/config/i386/unix.h | |
parent | 09ee1565a09a4d181d15f58b17a3b84fd148e462 (diff) | |
download | gcc-309fe25c69015539bfcab63751ae3cc41bfaaf9f.tar.gz |
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
register %rip.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@44848 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'gcc/config/i386/unix.h')
-rw-r--r-- | gcc/config/i386/unix.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/gcc/config/i386/unix.h b/gcc/config/i386/unix.h index 63c68cb4e42..a1fab03618f 100644 --- a/gcc/config/i386/unix.h +++ b/gcc/config/i386/unix.h @@ -1,5 +1,5 @@ /* Definitions for Unix assembler syntax for the Intel 80386. - Copyright (C) 1988, 1994, 1999, 2000 Free Software Foundation, Inc. + Copyright (C) 1988, 1994, 1999, 2000, 2001 Free Software Foundation, Inc. This file is part of GNU CC. @@ -128,7 +128,7 @@ do { \ { \ fprintf (FILE, "\tjmp *"); \ assemble_name (FILE, XSTR (XEXP (DECL_RTL (FUNCTION), 0), 0)); \ - fprintf (FILE, "@GOTPCREL(%%RIP)\n"); \ + fprintf (FILE, "@GOTPCREL(%%rip)\n"); \ } \ else \ { \ |