Commit 8a12f34c by Jan Hubicka Committed by Jan Hubicka

* i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.

From-SVN: r51470
parent 8bb3a5af
Wed Mar 27 22:33:05 CET 2002 Jan Hubicka <jh@suse.cz>
* i386.c (ix86_output_addr_diff_elt): Remove binutils bug workaround.
2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk> 2002-03-27 Neil Booth <neil@daikokuya.demon.co.uk>
* c-common.c (c_expand_expr): Fix prototype. * c-common.c (c_expand_expr): Fix prototype.
......
...@@ -6650,7 +6650,7 @@ ix86_output_addr_diff_elt (file, value, rel) ...@@ -6650,7 +6650,7 @@ ix86_output_addr_diff_elt (file, value, rel)
int value, rel; int value, rel;
{ {
if (TARGET_64BIT) if (TARGET_64BIT)
fprintf (file, "%s%s%d-.+4+(.-%s%d)\n", fprintf (file, "%s%s%d-.+(.-%s%d)\n",
ASM_LONG, LPREFIX, value, LPREFIX, rel); ASM_LONG, LPREFIX, value, LPREFIX, rel);
else if (HAVE_AS_GOTOFF_IN_DATA) else if (HAVE_AS_GOTOFF_IN_DATA)
fprintf (file, "%s%s%d@GOTOFF\n", ASM_LONG, LPREFIX, value); fprintf (file, "%s%s%d@GOTOFF\n", ASM_LONG, LPREFIX, value);
......
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