summaryrefslogtreecommitdiff
path: root/gas/configure
Commit message (Collapse)AuthorAgeFilesLines
* 2001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-071-2/+2
| | | | | * configure.in: Move "mips-*-linux-gnu*" before "mips-*-gnu*". * configure: Regenerate.
* 2001-06-07 H.J. Lu <hjl@gnu.org>H.J. Lu2001-06-071-241/+237
| | | | | | * configure.in: Use MIPS_STABS_ELF for Linux/mips and remove ecoff emulation. * configure: Regenerate.
* s/linuxaout/linux*aout/, s/linuxoldld/linux*oldld/Alan Modra2001-05-251-1/+1
|
* * ltconfig, ltmain.sh, libtool.m4, ltcf-c.sh, ltcf-cxx.sh,Alexandre Oliva2001-05-201-185/+189
| | | | | ltcf-gcj.sh: Upgraded to libtool 1.4a 1.641.2.254. Rebuilt a number of subdir/configure scripts to use the new libtool.m4.
* Warning fixes and configure/makefile tweaks by Thiemo Seufer.Alan Modra2001-05-031-170/+169
|
* Add gas and ld support for openriscNick Clifton2001-05-021-228/+240
|
* Add support for arm-vxworks targetNick Clifton2001-04-271-169/+170
|
* 2001-04-24 H.J. Lu <hjl@gnu.org>H.J. Lu2001-04-251-5458/+3049
| | | | * configure: Regenerated with the right version of autoconf.
* z8k fixesNick Clifton2001-04-241-3158/+5550
|
* 2001-04-16 David O'Brien <obrien@FreeBSD.org>David O'Brien2001-04-171-1/+1
| | | | | | | | | | * configure.in: Add the em type for FreeBSD targets. * configure: Regenerate. Approved by: Alan Modra <amodra@one.net.au> <20010414192409.C16364@squeak.one.net.au> Philip Blundell <philb@gnu.org> <E14o06W-0002IT-00@kings-cross.london.uk.eu.org>
* 2001-04-07 Steven J. Hill <sjhill@cotw.com>H.J. Lu2001-04-081-242/+232
| | | | | | | | | | * config/tc-mips.c: Support ELF64 for traditional MIPS targets. * Makefile.am: (TARG_ENV_HFILES): Add tc-mips.h. * Makefile.in: Regenerated. * configure.in: Use traditional MIPS targets for Linux/MIPS. * configure: Regenerated.
* Fix more breakages from the multiple relax pass patch.Alan Modra2001-04-051-169/+171
|
* * configure.in (cris-*-*): Change default emulation to criself.Hans-Peter Nilsson2001-03-271-243/+255
| | | | | (cris-*-*aout*): New rule. * configure: Regenerate.
* Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra2001-02-271-443/+477
| | | | and run "make dep-am".
* Added ia64-*-aix* configuration.Timothy Wall2001-02-221-475/+443
|
* 001-02-18 David O'Brien <obrien@FreeBSD.org>David O'Brien2001-02-191-1/+1
| | | | | | | | | | * 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>
* Add PDP-11 supportNick Clifton2001-02-181-231/+244
|
* 2001-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou2001-02-101-242/+231
| | | | | | | * configure.in: Make 'mipself' and 'mipsecoff' emulations map to MIPS-specific files, as they used to do before the change on 2000-05-21. * configure: Regerate.
* Add s390 supportNick Clifton2001-02-101-169/+183
|
* * configure.in (cpu_type, arch): Match i386 too.Alexandre Oliva2001-01-181-1/+1
| | | | * configure: Rebuilt.
* * configure.in: Define DEFAULT_ARCH for i386.Jan Hubicka2001-01-061-169/+177
| | | | | | | | | | | * tc-i386.c (md_assemble): Return after the error message; move testing for 64bit operands to proper place. * i386.exp: Add tests for presence of 32bit versus 64bit output format; run both 64bit and 32bit tests when format is available; add x86_64 test. * x86_64.s: New file. * x86_64.d: New file.
* 2000-12-31 H.J. Lu <hjl@gnu.org>H.J. Lu2001-01-011-170/+173
| | | | | | | * listing.c (listing_message): Allocate string only if it is used. * configure: Rebuild.
* * configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.DJ Delorie2000-12-131-1/+1
| | | | configure: Regenerate.
* Update RTEMS targetsNick Clifton2000-12-011-427/+454
|
* Add ARM v5t, v5te and XScale supportNick Clifton2000-11-251-169/+172
|
* ia64-hpux patches from Steve Ellcey.Jim Wilson2000-11-071-169/+170
| | | | | | | | | | | | | | | | | | | * config/tc-ia64.c (md_shortopts, md_parse_option, md_show_usage): Change M to m for -milp32 or -mlp64 to match gcc. (dot_endp): Use bytes_per_address instead of 8. (emit_one_bundle): Use number_to_chars_littleendian instead of md_number_to_chars. (fix_insn): Likewise. (ia64_init): New function. (ia64_target_format): New function. (md_begin): Set endianness, arch, and machine as appropriate. * config/tc-ia64.h: (TARGET_BYTES_BIG_ENDIAN, md_number_to_chars): Make these macros depend on TE_HPUX macro. (TARGET_FORMAT): Define. (HOST_SPECIAL_INIT): Define. * config/te-hpux.h: New file. * configure.in: Add "ia64-*-hpux*" target to configure. * configure: Regenerate.
* Add support for *-storm-chaos targetNick Clifton2000-11-021-169/+170
|
* Add m68hc12 to list of supported configurationsNick Clifton2000-10-271-228/+239
|
* * ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva2000-09-301-268/+258
| | | | | multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
* 2000-09-09 Philip Blundell <philb@gnu.org>Phil Blundell2000-09-101-170/+171
| | | | | * configure.in (arm*-*-uclinux*): New target. * configure: Regenerate.
* 2000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu2000-09-071-460/+471
| | | | | * configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
* * config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.Alexandre Oliva2000-09-071-170/+171
| | | | | * configure.in (sh-*-linux*): Added. * configure: Rebuilt.
* * configure: Rebuilt with new libtool.m4.Alexandre Oliva2000-09-061-241/+233
|
* Regenerate files using fixed aclocal install.Nick Clifton2000-09-061-227/+238
|
* Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton2000-09-021-1/+1
| | | | ability to support removal of duplciate DWARF@ debug information.
* * acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva2000-08-311-309/+841
| | | | | top level. * aclocal.m4, configure: Rebuilt.
* 2000-08-22 H.J. Lu <hjl@gnu.org>H.J. Lu2000-08-221-226/+220
| | | | | | | | | | | | | * config.in (STRICTCOFF): New for strict COFF. * configure.in: Define STRICTCOFF for i386-*-msdosdjgpp*, i386-*-go32* and i386-go32-rtems*. * configure: Rebuilt. * config/obj-coff.c (obj_coff_endef): Follow the historical behavior if STRICTCOFF is not defined. * doc/internals.texi: Document STRICTCOFF.
* Use elf on Unixware 7.Alan Modra2000-08-091-1/+1
|
* Add --pcrel option to m68k portNick Clifton2000-07-311-222/+228
|
* 2000-07-28 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt2000-07-291-225/+217
| | | | | | | * configure.in: Add bits for i860-stardent-{sysv4, elf}*. * configure: Regenerated. * config/obj-elf.c (obj_elf_type): Recognize a fifth type of operand to the .type directive (.e.g, "type").
* * configure.in: Add CRIS support.Hans-Peter Nilsson2000-07-201-183/+193
| | | | | | | | | | | | | | | | | | | * configure: Regenerate. * Makefile.am: (CPU_TYPES): Add cris. (CPU_OBJ_VALID) [aout]: Add cris. (MULTI_CPU_TYPES): Add cris. (MULTI_CPU_OBJ_VALID) [aout]: Add cris. [coff]: Only i386 and mips are valid. (TARGET_CPU_CFILES): Add config/tc-cris.c. (TARGET_CPU_HFILES): Add config/tc-cris.h. (MULTI_CFILES): Add config/e-crisaout.c and config/e-criself.c. Regenerate dependencies. * Makefile.in: Regenerate. * aclocal.m4: Regenerate. * as.c: Declare crisaout, criself. * config/tc-cris.h, config/tc-cris.c: New. * config/e-criself.c, config/e-crisaout.c: New. * po/POTFILES.in, po/gas.pot: Regenerate.
* Fix some mips configure problems.Alan Modra2000-07-131-189/+177
|
* Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra2000-07-091-182/+185
| | | | | and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
* 2000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson2000-07-021-175/+189
| | | | | | | | | | | * configure.in: Add entry for mips-*-sysv4*MP* * configure: Rebuild * config/tc-mips.c (mips_target_format): Return elf32-tradbigmips or elf32-tradlittlemips for traditional mips targets. * config/tc-mips.c (md_estimate_size_before_relax): Duplicate the test for Link Once sections as in adjust_reloc_syms. * config/te-tmips.h: New file for traditional mips targets. Define TE_TMIPS.
* Fix spelling typos.Nick Clifton2000-06-251-188/+183
| | | | Remove use of DEFUN().
* 2000-06-20 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-201-214/+225
| | | | | | | * Makefile.am: Rebuild dependency. * Makefile.in: Rebuild. * configure: Likewise. * doc/Makefile.in: Likewise.
* TI C54x target.Timothy Wall2000-06-201-216/+338
|
* Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton2000-06-191-166/+169
| | | | for m68hc11 and m68hc12 processors.
* 2000-06-18 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-181-166/+168
| | | | | * configure.in: Don't emulate i386-pc-pe-coff with i386coff. * configure: Rebuild.
* 2000-06-13 H.J. Lu <hjl@gnu.org>H.J. Lu2000-06-131-1/+1
| | | | * configure: Regenerate.