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

From-SVN: r51470
This commit is contained in:
Jan Hubicka 2002-03-27 22:37:54 +01:00 committed by Jan Hubicka
parent 8bb3a5af0f
commit 8a12f34cfc
2 changed files with 5 additions and 1 deletions

View file

@ -1,3 +1,7 @@
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>
* c-common.c (c_expand_expr): Fix prototype.

View file

@ -6650,7 +6650,7 @@ ix86_output_addr_diff_elt (file, value, rel)
int value, rel;
{
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);
else if (HAVE_AS_GOTOFF_IN_DATA)
fprintf (file, "%s%s%d@GOTOFF\n", ASM_LONG, LPREFIX, value);