summaryrefslogtreecommitdiff
path: root/bfd/configure.host
Commit message (Collapse)AuthorAgeFilesLines
* Add copyright noticesNick Clifton2012-12-171-0/+17
|
* bfd/Richard Sandiford2010-12-311-0/+1
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | 2010-12-23 Robert Millan <rmh@gnu.org> * config.bfd: Recognize mips-freebsd and mips-kfreebsd-gnu. * configure.host: Likewise. * configure.in: Support for `bfd_elf32_ntradbigmips_freebsd_vec', `bfd_elf32_ntradlittlemips_freebsd_vec', `bfd_elf32_tradbigmips_freebsd_vec', `bfd_elf32_tradlittlemips_freebsd_vec', `bfd_elf64_tradbigmips_freebsd_vec' and `bfd_elf64_tradlittlemips_freebsd_vec'. * configure: Regenerate. * elf32-mips.c: New target for FreeBSD support (same as traditional MIPS but overrides ELF_OSABI with ELFOSABI_FREEBSD). * elf64-mips.c: Likewise. * elfn32-mips.c: Likewise. * targets.c (_bfd_target_vector): Add `bfd_elf32_ntradbigmips_freebsd_vec', `bfd_elf32_ntradlittlemips_freebsd_vec', `bfd_elf32_tradbigmips_freebsd_vec', `bfd_elf32_tradlittlemips_freebsd_vec', `bfd_elf64_tradbigmips_freebsd_vec' and `bfd_elf64_tradlittlemips_freebsd_vec'. ld/ 2010-12-14 Robert Millan <rmh@gnu.org> * configure.tgt: Recognize mips-freebsd and mips-kfreebsd-gnu. * emulparams/elf32btsmip_fbsd.sh: New file. * emulparams/elf32btsmipn32_fbsd.sh: Likewise. * emulparams/elf32ltsmip_fbsd.sh: Likewise. * emulparams/elf32ltsmipn32_fbsd.sh: Likewise. * emulparams/elf64btsmip_fbsd.sh: Likewise. * emulparams/elf64ltsmip_fbsd.sh: Likewise. * Makefile.am: Add build rules for `eelf32btsmip_fbsd.c', `eelf32btsmipn32_fbsd.c', `eelf32ltsmip_fbsd.c', `eelf32ltsmipn32_fbsd.c', `eelf64btsmip_fbsd.c' and `eelf64ltsmip_fbsd.c'. * Makefile.in: Regenerate. gas/ 2010-12-19 Robert Millan <rmh@gnu.org> Richard Sandiford <rdsandiford@googlemail.com> * config/tc-mips.c (ELF_TARGET): New macro. Generates target names accordingly to whether TE_FreeBSD and whether TE_TMIPS are defined. (mips_target_format): Refactor code using ELF_TARGET(). (support_64bit_objects): Likewise. * configure.in: Recognize mips-freebsd and mips-kfreebsd-gnu. * configure.tgt: Likewise. * configure: Regenerate. binutils/testsuite/ * binutils-all/readelf.exp: Handle MIPS FreeBSD targets. gas/testsuite/ * gas/mips/e32el-rel2.d: Accept any file format. * gas/mips/elf-rel.d: Likewise. * gas/mips/elf-rel2.d: Likewise. * gas/mips/elf-rel3.d: Likewise. * gas/mips/elfel-rel.d: Likewise. * gas/mips/elfel-rel2.d: Likewise. * gas/mips/elfel-rel3.d: Likewise. * gas/mips/ldstla-32-mips3-shared.d: Likewise. * gas/mips/ldstla-32-mips3.d: Likewise. * gas/mips/ldstla-32-shared.d: Likewise. * gas/mips/ldstla-32.d: Likewise. * gas/mips/ldstla-n64-shared.d: Likewise. * gas/mips/ldstla-n64.d: Likewise. * gas/mips/noat-1.d: Likewise. * gas/mips/set-arch.d: Likewise. * gas/mips/tls-o32.d: Likewise. ld/testsuite/ * ld-mips-elf/mips-elf-flags.exp: Handle FreeBSD targets. * ld-mips-elf/mips-elf.exp: Likewise. * ld-mips-elf/mips16-call-global.d: Accept any file format. * ld-mips-elf/mips16-intermix.d: Likewise.
* bfd/ChangeLog:Dave Korn2010-02-151-0/+6
| | | | | | PR binutils/11280 * configure.host (*-*-solaris2.11): Add host define to select valid default code page for windres/windmc on solaris.
* * configure.host (hppa*64*-*-hpux*): Set host64 to true.Dave Anglin2005-12-301-2/+4
|
* * configure.host (ia64-*-hpux*): Set _LARGEFILE64_SOURCE.Steve Ellcey2005-11-071-0/+2
|
* 2004-02-14 Andrew Cagney <cagney@redhat.com>Andrew Cagney2004-02-141-1/+5
| | | | | * configure.host (HDEFINES): When hppa*-*-hpux*, define _LARGEFILE64_SOURCE.
* * configure.host: Add __USE_MINGW_FSEEK to HDEFINES forDanny Smith2003-10-171-0/+4
| | | | mingw32.
* 2003-09-18 H.J. Lu <hongjiu.lu@intel.com>H.J. Lu2003-09-191-26/+3
| | | | | | | | | | | | | | | | * acinclude.m4: Include ../config/accross.m4. * aclocal.m4: Regenerated. * configure.host (HOST_64BIT_TYPE): Remove if it is set to long or long long. (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long. (host64): Remove if HOST_64BIT_TYPE is set to long. * configure.in (HOST_64BIT_TYPE): Set according to the size of long and long long. (HOST_U_64BIT_TYPE): Likewise. (host64): Likewise. * configure: Regenerated.
* * config.bfd, configure.host, configure.in: Remove ia64-aix support.Richard Henderson2003-07-161-1/+0
| | | | * elfxx-ia64.c, targets.c: Likewise.
* Replace i[3456]86 with i[3-7]86Nick Clifton2003-05-161-3/+3
|
* * configure.host (ia64-*-hpux*): Support 64 bit targets usingAlan Modra2002-12-171-0/+4
| | | | the HP compiler's "long long".
* * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add newAlan Modra2002-01-221-0/+3
| | | | host defines.
* Correctly match all NetBSD/mips hosts.Nick Clifton2001-12-181-1/+1
|
* Fix typosNick Clifton2001-06-211-1/+1
|
* Add mips64*-*-linux hostNick Clifton2001-06-051-0/+4
|
* ia64-*-aix* support.Timothy Wall2001-02-221-0/+1
|
* * configure.host (*-*-aix*): AIX has 'long long' always.Geoffrey Keating2000-07-251-0/+4
|
* IA-64 ELF support.Jim Wilson2000-04-211-0/+2
|
* * configure.in: Check whether getuid and getgid exist.Ian Lance Taylor1999-05-271-0/+2
| | | | | | | | | * archive.c: Define getuid and getgid as macros if HAVE_GETUID or HAVE_GETGID are not defined, respectively. (bfd_write_armap): Don't special case on _WIN32 for getuid and getgid. * configure.host: Set ac_cv_func_get{ug}id for *-*-windows*. * configure, config.in: Rebuild.
* Initial revisionRichard Henderson1999-05-031-0/+70