diff options
| author | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-07 01:19:56 +0000 |
|---|---|---|
| committer | David E. O'Brien <obrien@FreeBSD.org> | 2002-05-07 01:19:56 +0000 |
| commit | 66ecbefa3d04f10368733c8f791c708bf6498e0a (patch) | |
| tree | fba0251e6de997e4f185e3cd075ec3f788eae64c | |
| parent | dbda0c7715c6db0a05fa6d5baf8bef131520f15e (diff) | |
Notes
| -rw-r--r-- | gnu/usr.bin/cc/cc_tools/auto-host.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/gnu/usr.bin/cc/cc_tools/auto-host.h b/gnu/usr.bin/cc/cc_tools/auto-host.h index d14c345c79b2..512302836903 100644 --- a/gnu/usr.bin/cc/cc_tools/auto-host.h +++ b/gnu/usr.bin/cc/cc_tools/auto-host.h @@ -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. */ |
