Commit afea8580 by Andreas Jaeger

unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize register %rip.

	* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
	register %rip.

From-SVN: r44848
parent 3605b283
2001-08-13 Andreas Jaeger <aj@suse.de>
* config/i386/unix.h (ASM_OUTPUT_MI_THUNK): Don't capitalize
register %rip.
2001-08-13 Kazu Hirata <kazu@hxi.com>
* jump.c: Fix formatting.
......
/* 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 \
{ \
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment