aboutsummaryrefslogtreecommitdiff
path: root/gas/configure
AgeCommit message (Collapse)AuthorFilesLines
1998-12-07 * configure.in: Define TARGET_BYTES_{BIG,LITTLE}_ENDIAN afterIan Lance Taylor1-177/+180
checking the target type. (mips-dec-bsd*): Set endian to little. * configure: Rebuild.
1998-12-06 * configure.in (m68k-*-gnu*): New target. From Aymeric VincentIan Lance Taylor1-166/+215
<aymeric.vincent@emi.u-bordeaux.fr>. * aclocal.m4: Rebuild with current tools. * configure: Rebuild.
1998-11-05Wed Nov 4 18:42:00 1998 Dave Brolley <brolley@cygnus.com>Dave Brolley1-672/+222
* configure.in: Add fr30-*-*. * config/tc-fr30.c: New file. * Makefile.in: Regenerated. * config.in: Regenerated. * configure: Regenerated.
1998-11-02Mon Nov 2 15:05:33 1998 Geoffrey Noer <noer@cygnus.com>Geoffrey Noer1-220/+672
* configure.in: detect cygwin* instead of cygwin32* * configure: regenerate
1998-08-30 * configure.in: Make all i386-elf targets use bfd_gas.Richard Henderson1-260/+373
* config/tc-i386.c (tc_i386_force_relocation): New. (tc_i386_fix_adjustable): Don't fix vtable relocs. (md_apply_fix3): Likewise. (tc_gen_reloc): Handle them. * config/tc-i386.h (TC_FORCE_RELOCATION): Always define, calling tc_i386_force_relocation.
1998-08-26remove armelf sanitizationCatherine Moore1-371/+264
1998-07-24remove d30v sanitizationIan Lance Taylor1-255/+366
1998-07-14* configure.in (i386-*-beos{pe,elf,}*): Recognize.Richard Henderson1-366/+255
1998-07-01 * Makefile.am (CGEN_CPU_PREFIX): New variable.Doug Evans1-254/+379
(cgen.o): Use it. * Makefile.in: Regenerate. * configure.in: AC_SUBST cgen_cpu_prefix. * configure: Regenerate.
1998-06-03 * configure.in: Recognize m5200 as a cpu_type of m68k.Ian Lance Taylor1-202/+204
* aclocal.m4: Rebuild with current libtool. * configure: Rebuild.
1998-04-27 * configure.in: Change version number to 2.9.4Ian Lance Taylor1-1/+1
* configure: Rebuild.
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-113/+1763
strings. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * dep-in.sed: Added asintl.h. * po/Make-in: New file. * gasp.c (main): Call setlocale, bindtextdomain, and textdomain. Include "asintl.h". * read.c (Z_): Renamed from `_'. * Makefile.am (SUBDIRS): Added po. (POTFILES): new macro. (po/POTFILES.in): New target. ($(OBJS)): Added asintl.h. (HFILES): Likewise. (INCLUDES): Added -DLOCALEDIR, -I$(top_srcdir)/../intl. (as_new_LDADD): Added $(INTLLIBS). (as_new_DEPENDENCIES): Added $(INTLDEPS). (gasp_new_LDADD): Added $(INTLLIBS). (gasp_new_DEPENDENCIES): New macro. * configure, aclocal.m4: Rebuilt. * configure.in: Call CY_GNU_GETTEXT. Generate po/Makefile.in and po/Makefile. (ALL_LINGUAS): Define. * macro.c: Include "asintl.h". * as.c (main): Call setlocale, bindtextdomain, and textdomain. * as.h: Include "asintl.h". * config/tc-i386.c (ordinal_names): Removed. (md_assemble): Changed error text to avoid ordinal_names. (i386_operand): Likewise. (reloc): Added as_bad to avoid i18n problems. (tc_gen_reloc): Likewise. * config/tc-arm.c (bad_args): Now a #define. (bad_pc): Likewise. * config/obj-vms.c (VMS_stab_parse): Changed type of `long_const_msg'. (global_symbol_directory): Unified strings to avoid i18n problems. * config/tc-m68k.c (get_reloc_code): Added some as_bad calls to avoid i18n problems. * config/tc-ns32k.c (reloc): Added as_bad to avoid i18n problems. * config/tc-ppc.c (md_apply_fix3): Added as_bad_where to avoid i18n problems. * config/tc-sh.c (md_convert_frag): Added as_bad to avoid i18n problems. start-sanitize-v850 * config/tc-v850.c (md_assemble): Changed C++ comment into C comment. end-sanitize-v850 * config/tc-vax.c (md_assemble): Added as_warn to avoid i18n problems. * as.c (print_version_id): Added an fprintf to avoid i18n problems. * cond.c (cond_finish_check): Added as_bad call to avoid i18n problems. * expr.c (expr): Added as_warn call to avoid i18n problems. * messages.c (as_assert): Changed code to avoid i18n problems. (as_abort): Likewise. * read.c (pseudo_set): Added as_bad call to avoid i18n problems. (s_space): Likewise. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-21 * configure.in: Call AM_PROG_LEX rather than AC_PROG_LEX andIan Lance Taylor1-143/+326
AC_DECL_YYTEXT. * configure: Rebuild with new automake and libtool. * aclocal.m4, Makefile.in: Likewise. * doc/Makefile.am (as.dvi): New target. * doc/Makefile.in: Rebuild.
1998-04-18Added sparc86x support.Stan Cox1-0/+1
1998-03-30 * configure.in: Set version to 2.9.1.Ian Lance Taylor1-2/+2
* configure: Rebuild.
1998-03-21 * aclocal.m4, configure: Rebuild with libtool 1.2.Ian Lance Taylor1-157/+169
1998-03-18Add thumb-pe target.Nick Clifton1-146/+159
1998-02-12 NetBSD patches from Gordon W. Ross <gwr@mc.com>:Ian Lance Taylor1-84/+85
* configure.in (alpha*-*-netbsd*): New target. * config/te-nbsd.h (LOCAL_LABELS_FB): Define. * configure: Rebuild.
1998-02-07 * configure, aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-99/+90
1998-02-05 * configure, Makefile.in, aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-145/+220
* doc/Makefile.in: Likewise.
1998-02-03Mon Feb 2 18:30:34 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor1-77/+79
Add tms320c30 support: * config/tc-tic30.h: New file. * config/tc-tic30.c: New file. * config/obj-coff.h: If TC_TIC30, include coff/tic30.h and define TARGET_FORMAT as "coff-tic30". * configure.in (tic30-*-*aout*, tic30-*-*coff*): New targets. * Makefile.am: Rebuild dependencies. (CPU_TYPES): Add tic30. (CPU_OBJ_VALID): tic30-aout is valid. (TARGET_CPU_CFILES): Add config/tc-tic30.c. (TARGET_CPU_HFILES): Add config/tc-tic30.h. * configure, Makefile.in: Rebuild.
1998-01-30 * configure.in: Correct check for shared opcodes library.Ian Lance Taylor1-76/+82
* configure: Rebuild.
1998-01-28Wed Jan 28 16:41:19 1998 J.J. van der Heijden ↵Ian Lance Taylor1-84/+90
<J.J.vanderHeijden@student.utwente.nl> * configure.in (i386-*-mingw32*): New target. * configure: Rebuild.
1998-01-28 * configure.in: Add dvp support.Doug Evans1-1/+1
* configure: Regenerate. * config/tc-dvp.[ch]: New files. And delete old txvu stuff.
1998-01-27Tue Jan 27 13:32:01 1998 Robert Lipe <robertl@dgii.com>Ian Lance Taylor1-83/+116
* configure.in (i386-*-sco3.2v5*): Defaults to ELF now. (i386-*-sco3.2v5*coff): New target. (i386-*-sco3.2*): New target. * configure: Rebuild.
1997-12-22 * configure.in: Add txvu support.Doug Evans1-112/+85
* configure: Regenerate. * config/tc-txvu.[ch]: New files.
1997-12-22rebuild with devo toolsIan Lance Taylor1-48/+79
1997-12-22 * configure.in (i386*-go32-rtems*): Fix to be the same asIan Lance Taylor1-2/+2
i[3456]86-go32. * configure: Rebuild.
1997-11-20rebuildIan Lance Taylor1-74/+76
1997-10-22sanitize law's 15 jul r5900 changeKen Raeburn1-74/+77
1997-10-20 * configure.in (sparc64): Set arch to v9-64.Doug Evans1-1/+1
* configure: Regenerated.
1997-10-10 * configure.in (sparc): Set DEFAULT_ARCH from correct target.David Edelsohn1-76/+77
* configure: Regenerated.
1997-10-09 * configure.in: Remove AM_PROG_INSTALL; it's called byIan Lance Taylor1-162/+106
AM_INIT_AUTOMAKE. * configure: Rebuild.
1997-10-08Change alpha-*-* to alpha*-*-*; config.guess nowRichard Henderson1-6/+7
recognizes alphaev5 etc.
1997-09-24Wed Sep 24 16:54:40 1997 Joel Sherrill <joel@oarcorp.com>Ian Lance Taylor1-74/+75
* configure.in (sh*-*-rtems*): New target, like sh-*-elf*. * configure: Rebuild.
1997-09-24 * aclocal.m4: Rebuild with new libtool.Ian Lance Taylor1-89/+88
* configure: Rebuild.
1997-09-19 * config/tc-sparc.c: (lookup_arch,init_default_arch): New functions.David Edelsohn1-88/+86
(default_arch,default_init_p,sparc_arch_table): New static locals. (sparc_arch_size): New static local. (max_architecture): Initialize in init_default_arch. (md_parse_options): Call init_default_arch if necessary. Rewrite -xarch/-A processing. (md_show_usage): Print -A values from sparc_arch_table. (md_begin): Call init_default_arch if necessary. (sparc_md_end): Handle both 32 and 64 bit environments. * config/tc-sparc.h (TARGET_FORMAT): Likewise. * acconfig.h (SPARC_V9,SPARC_ARCH64): Delete. (DEFAULT_ARCH): Add. * config.in: Regenerate. * configure.in (sparc): Default DEFAULT_ARCH based on target cpu. (SPARC_V9,SPARC_ARCH64): Delete. * configure: Regenerate. * config/vms-conf.h (SPARC_V9,SPARC_ARCH64): Delete.
1997-09-10Added v850 emulation.Nick Clifton1-0/+1
1997-09-10Remove arc sanitization.David Edelsohn1-89/+85
1997-09-03Removed v850 sanitization.Nick Clifton1-176/+158
1997-08-06 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-282/+935
* acinclude.m4: New file, from old aclocal.m4. * configure.in: Call AM_INIT_AUTOMAKE and AM_PROG_LIBTOOL. Remove shared library handling; now handled by libtool. Replace AC_CONFIG_HEADER with AM_CONFIG_HEADER. Call AC_PROG_YACC, AC_PROG_LEX, and AC_DECL_YYTEXT. Call AM_MAINTAINER_MODE, AM_CYGWIN32, and AM_EXEEXT. Don't call CY_CYGWIN32 or CY_EXEEXT. * config.in: New file, created by autoheader. * conf.in: Remove. * acconfig.h: Mention PACKAGE, VERSION, and USING_CGEN. * stamp-h.in: New file. * as.c (print_version_id): Change GAS_VERSION to VERSION. (parse_args): Likewise. * config/obj-vms.c: (Write_VMS_MHD_Records): Likewise. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * configure: Rebuild.
1997-07-29 * configure.in: Use CYGWIN and EXEEXT autoconf macro to look forRob Savoye1-43/+100
win32 dependencies. * configure: Regenerated with autoconf 2.12. * Makefile.in: Add $(EXEEXT) to all executables.
1997-07-22Tue Jul 22 18:38:56 1997 Robert Hoehne ↵Ian Lance Taylor1-62/+63
<robert.hoehne@Mathematik.TU-Chemnitz.DE> * configure.in (i386-*-msdosdjgpp*): New target. (i386-*-go32*): Set em to go32 and targ to coffgo32. * configure: Rebuild.
1997-07-15 * configure.in: Default the r5900 to little endian.Jeff Law1-0/+1
* configure: Rebuilt.
1997-07-08 * config/tc-i386.c (tc_i386_fix_adjustable): Change ifndefIan Lance Taylor1-63/+69
OBJ_AOUT to ifdef OBJ_ELF. (md_apply_fix3): When mangling 32 bit PC relative reloc for BFD_ASSEMBLER, handle one ELF case for COFF as well, and add a PE case. * write.c (fixup_segment): Change special case for i386-coff to not apply for i386-pe. * config/obj-coff.c (coff_adjust_section_syms): Only count fixups which were not done. (coff_frob_file_after_relocs): Rename from coff_frob_file. (coff_format_ops): Initialize frob_file_after_relocs field rather than frob_file field. * config/obj-coff.h (coff_frob_file): Don't declare. (coff_frob_file_after_relocs): Declare. (obj_frob_file): Don't define. (obj_frob_file_after_relocs): Define. * configure.in: Set bfd_gas to yes for i386-*-cygwin32. * configure: Rebuild.
1997-04-18Fri Apr 18 11:51:35 1997 Niklas Hallqvist <niklas@appli.se>Ian Lance Taylor1-60/+61
* configure.in (alpha*-*-openbsd*): New target. * configure: Rebuild.
1997-04-17Thu Apr 17 13:59:47 1997 Per Fogelstrom <pefo@openbsd.org>Ian Lance Taylor1-1/+1
* configure.in (mips-*-openbsd*): New target. * configure: Rebuild.
1997-04-15sanitize out references to v850Ian Lance Taylor1-61/+63
1997-04-07 * Makefile.in: Regenerate dependencies.David Edelsohn1-62/+63
(TARG_CPU): New variable. (cgen.o): Depend on cgen.h, $(TARG_CPU)-opc.h. (.dep1): Delete creating of cgen-opc.h. (.tcdep): Put proper contents in cgen-opc.h. * configure.in (m32r): Delete setting of extra_files, extra_links. (AC_OUTPUT): Create cgen-opc.h. * configure: Regenerated.
1997-04-05 * config/tc-m32r.[ch]: New files.David Edelsohn1-60/+76
* cgen.c: New file. * Makefile.in (CPU_TYPES): Add m32r. (CFILES): Add cgen.c. (TARGET_CPU_CFILES): Add tc-m32r.c. (TARGET_CPU_HFILES): Add tc-m32r.h. (OBJS): Add cgen.o. (DISTCLEAN_HERE): Add cgen-opc.h. (.dep1,.tcdep): Create empty cgen-opc.h. (cgen.o): Add dependencies. (dependencies): Regenerate. * as.h (struct frag): New member fr_targ. (fr_pcrel_adjust,fr_bsr): Move into union fr_targ.ns32k. * conf.in (USING_CGEN): New macro. * configure.in (m32r-*-*): Add entry for. * configure: Regenerate. * write.c (relax_frag): fr_pcrel_adjust renamed to fr_targ.ns32k.pcrel_adjust. * config/tc-ns32k.c (*): Likewise. fr_bsr renamed to fr_targ.ns32k.bsr.