The HAVE_AS_GOTOFF_IN_DATA definition needs to depend on obj format.
This commit is contained in:
parent
dbda0c7715
commit
66ecbefa3d
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/cvs2svn/branches/WIP_GCC31/; revision=96140
@ -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. */
|
||||
|
Loading…
Reference in New Issue
Block a user