aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
AgeCommit message (Collapse)AuthorFilesLines
2001-02-27Bump version to 2.11.90, fix missing dependencies in bfd/,Alan Modra1-443/+477
and run "make dep-am".
2001-02-22Added ia64-*-aix* configuration.Timothy Wall1-475/+443
2001-02-19001-02-18 David O'Brien <obrien@FreeBSD.org>David O'Brien1-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>
2001-02-18Add PDP-11 supportNick Clifton1-231/+244
2001-02-102001-02-10 Chris Demetriou <cgd@broadcom.com>Chris Demetriou1-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.
2001-02-10Add s390 supportNick Clifton1-169/+183
2001-01-18* configure.in (cpu_type, arch): Match i386 too.Alexandre Oliva1-1/+1
* configure: Rebuilt.
2001-01-06 * configure.in: Define DEFAULT_ARCH for i386.Jan Hubicka1-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.
2001-01-012000-12-31 H.J. Lu <hjl@gnu.org>H.J. Lu1-170/+173
* listing.c (listing_message): Allocate string only if it is used. * configure: Rebuild.
2000-12-13* configure.in (i386-*-msdosdjgpp): Set bfd_gas to yes.DJ Delorie1-1/+1
configure: Regenerate.
2000-12-01Update RTEMS targetsNick Clifton1-427/+454
2000-11-25Add ARM v5t, v5te and XScale supportNick Clifton1-169/+172
2000-11-07ia64-hpux patches from Steve Ellcey.Jim Wilson1-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.
2000-11-02Add support for *-storm-chaos targetNick Clifton1-169/+170
2000-10-27Add m68hc12 to list of supported configurationsNick Clifton1-228/+239
2000-09-30* ltconfig, ltmain.sh, libtool.m4: Updated from libtoolAlexandre Oliva1-268/+258
multi-language branch, to work around Solaris' /bin/sh bug. Rebuilt all affected `configure' scripts.
2000-09-102000-09-09 Philip Blundell <philb@gnu.org>Phil Blundell1-170/+171
* configure.in (arm*-*-uclinux*): New target. * configure: Regenerate.
2000-09-072000-09-07 H.J. Lu <hjl@gnu.org>H.J. Lu1-460/+471
* configure.in (AC_ISC_POSIX): Put after AC_CANONICAL_SYSTEM. * configure: Rebuild.
2000-09-07* config/tc-sh.h (TARGET_FORMAT): Use sh-linux targets.Alexandre Oliva1-170/+171
* configure.in (sh-*-linux*): Added. * configure: Rebuilt.
2000-09-06* configure: Rebuilt with new libtool.m4.Alexandre Oliva1-241/+233
2000-09-06Regenerate files using fixed aclocal install.Nick Clifton1-227/+238
2000-09-02Increase minor version number (to 2.10.91) to help tools detect the newNick Clifton1-1/+1
ability to support removal of duplciate DWARF@ debug information.
2000-08-31* acinclude.m4: Include libtool and gettext macros from theAlexandre Oliva1-309/+841
top level. * aclocal.m4, configure: Rebuilt.
2000-08-222000-08-22 H.J. Lu <hjl@gnu.org>H.J. Lu1-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.
2000-08-09Use elf on Unixware 7.Alan Modra1-1/+1
2000-07-31Add --pcrel option to m68k portNick Clifton1-222/+228
2000-07-292000-07-28 Jason Eckhardt <jle@cygnus.com>Jason Eckhardt1-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").
2000-07-20 * configure.in: Add CRIS support.Hans-Peter Nilsson1-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.
2000-07-13Fix some mips configure problems.Alan Modra1-189/+177
2000-07-09Add linux-elf flavour to pseudos in tc-hppa.c and some tidyingAlan Modra1-182/+185
and bug fixes. Handle wide mode relocs. Don't select target size based on BFD64.
2000-07-022000-07-01 Koundinya K <kk@ddeorg.soft.net>Ulf Carlsson1-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.
2000-06-25Fix spelling typos.Nick Clifton1-188/+183
Remove use of DEFUN().
2000-06-202000-06-20 H.J. Lu <hjl@gnu.org>H.J. Lu1-214/+225
* Makefile.am: Rebuild dependency. * Makefile.in: Rebuild. * configure: Likewise. * doc/Makefile.in: Likewise.
2000-06-20TI C54x target.Timothy Wall1-216/+338
2000-06-19Applied Stephane Carrez <Stephane.Carrez@worldnet.fr> patches to add supportNick Clifton1-166/+169
for m68hc11 and m68hc12 processors.
2000-06-182000-06-18 H.J. Lu <hjl@gnu.org>H.J. Lu1-166/+168
* configure.in: Don't emulate i386-pc-pe-coff with i386coff. * configure: Rebuild.
2000-06-132000-06-13 H.J. Lu <hjl@gnu.org>H.J. Lu1-1/+1
* configure: Regenerate.
2000-05-23 * configure.in (i386-*-freebsd a.out entry): Quote properly.Hans-Peter Nilsson1-1/+1
2000-05-21 * stabs.c (aout_process_stab): Make global.Hans-Peter Nilsson1-210/+221
(s_desc): Add ATTRIBUTE_UNUSED to args as appropriate. * read.h (aout_process_stab): Declare. * configure.in (EMULATIONS) [i386aout, i386coff, i386elf]: Generalize to *aout, *coff *elf. * configure: Regenerated. * doc/internals.texi (Object format backend): Say SEPARATE_STAB_SECTIONS needs to be nonzero, not just defined.
2000-05-18 * configure.in (hppa-*-hpux11*): If the cpu is hppa*64*, thenJeff Law1-225/+212
build PA64 ELF tools. * configure: Rebuilt.
2000-05-02Assorted code cleanup and fixes for hppa. Re-enable elf32-hppa asAlan Modra1-1/+1
it now compiles even if it doesn't work too well.
2000-05-01Ensure all pe targets use bfd.Alan Modra1-208/+219
2000-04-25 * configure.in: Configury support for PA64 (currently disabled).Jeff Law1-166/+176
* configure: Rebuilt.
2000-04-21 * configure.in: Add NetBSD/sparc ELF and NetBSD/sparc64 support.Jeff Law1-216/+213
* configure: Rebuilt.
2000-04-21IA-64 ELF support.Jim Wilson1-0/+5
2000-04-09Remove ``-W -Wall'' from top-level Makefile/configure.Andrew Cagney1-482/+418
Add ``-W -Wall'' to sub-directories bfd, binutils, gas gprof, ld and opcodes by the addition of WARN_CFLAGS to Makefile.am and configury to set it. Add configure option --enable-build-warnings. Re-generate all and sundry using auto*-000227.
2000-03-27ATMEL AVR microcontroller support.Alan Modra1-392/+484
2000-03-022000-03-02 H.J. Lu (hjl@gnu.org)H.J. Lu1-166/+190
* configure.in: Support --enable-targets=all on ia32. * configure: Regenerated.
2000-02-27rebuild with current toolsIan Lance Taylor1-863/+418
2000-02-24Add support for WinCE targeted toolchains.Nick Clifton1-0/+3