The HAVE_AS_GOTOFF_IN_DATA definition needs to depend on obj format.

This commit is contained in:
David E. O'Brien 2002-05-07 01:19:56 +00:00
parent dbda0c7715
commit 66ecbefa3d
Notes: svn2git 2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96140

View File

@ -551,7 +551,8 @@
/* #undef HAVE_AS_OFFSETABLE_LO10 */
/* Define true if the assembler supports '.long foo@GOTOFF'. */
#define HAVE_AS_GOTOFF_IN_DATA 1
/* DEO:XXX match TARGET_ELF definition in i386/freebsd.h. */
#define HAVE_AS_GOTOFF_IN_DATA ((target_flags & MASK_AOUT) == 0)
/* Define if your assembler supports dwarf2 .file/.loc directives,
and preserves file table indices exactly as given. */