diff options
author | David O'Brien <obrien@FreeBSD.org> | 2001-02-19 06:40:29 +0000 |
---|---|---|
committer | David O'Brien <obrien@FreeBSD.org> | 2001-02-19 06:40:29 +0000 |
commit | cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6 (patch) | |
tree | bdb03c0f5849361664db8dade515ae312f9c35b4 /gas/config | |
parent | d4af977521b974ac3ac87723eeb3ee57d7a5d3dc (diff) | |
download | gdb-cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6.zip gdb-cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6.tar.gz gdb-cac5b87b93dc989b1d6c0db9e0c916b7fd8b29d6.tar.bz2 |
001-02-18 David O'Brien <obrien@FreeBSD.org>
* configure.in (cpu_type, arch): Add a generic FreeBSD specification as
all FreeBSD platforms should look the same at this level.
* configure: Rebuilt.
* config/tc-i386.c: Add support for old FreeBSD a.out hosts.
Approved by: Philip Blundell <philb@gnu.org>
Message-Id: <E14URxF-00023n-00@kings-cross.london.uk.eu.org>
Diffstat (limited to 'gas/config')
-rw-r--r-- | gas/config/tc-i386.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/gas/config/tc-i386.h b/gas/config/tc-i386.h index 3a66177..a68d5e4 100644 --- a/gas/config/tc-i386.h +++ b/gas/config/tc-i386.h @@ -75,6 +75,9 @@ extern int tc_i386_fix_adjustable PARAMS ((struct fix *)); #define TARGET_MACH (i386_mach ()) extern unsigned long i386_mach PARAMS ((void)); +#ifdef TE_FreeBSD +#define AOUT_TARGET_FORMAT "a.out-i386-freebsd" +#endif #ifdef TE_NetBSD #define AOUT_TARGET_FORMAT "a.out-i386-netbsd" #endif |