diff options
author | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:46:19 +0000 |
---|---|---|
committer | Nick Clifton <nickc@redhat.com> | 2000-09-02 20:46:19 +0000 |
commit | ed26538621e3e439f12f1eb7639aea86f046e9bf (patch) | |
tree | 5d713d023b741c04524f4fe89b866f3dc37d9a45 /gas/config.in | |
parent | fa1828850b0fd49821412bcad0aaf4a48322e2dd (diff) | |
download | gdb-ed26538621e3e439f12f1eb7639aea86f046e9bf.zip gdb-ed26538621e3e439f12f1eb7639aea86f046e9bf.tar.gz gdb-ed26538621e3e439f12f1eb7639aea86f046e9bf.tar.bz2 |
Regenerate
Diffstat (limited to 'gas/config.in')
-rw-r--r-- | gas/config.in | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gas/config.in b/gas/config.in index bcb1dae..241e018 100644 --- a/gas/config.in +++ b/gas/config.in @@ -151,6 +151,9 @@ /* Define if defaulting to ELF on SCO 5. */ #undef SCO_ELF +/* Using strict COFF? */ +#undef STRICTCOFF + /* Use ELF stabs for MIPS, not ECOFF stabs */ #undef MIPS_STABS_ELF @@ -166,9 +169,6 @@ /* Using cgen code? */ #undef USING_CGEN -/* Using strict COFF? */ -#undef STRICTCOFF - /* Using i386 COFF? */ #undef I386COFF |