aboutsummaryrefslogtreecommitdiff
path: root/ld/Makefile.am
AgeCommit message (Collapse)AuthorFilesLines
1998-11-05Add support for FR30Nick Clifton1-1/+5
1998-08-31remove armelf sanitization.Catherine Moore1-7/+0
1998-08-21fix armelf sanitization and earmelf.c dependenciesIan Lance Taylor1-1/+7
1998-08-14 * Makefile.am: Rebuild dependencies.Ian Lance Taylor1-3/+8
* Makefile.in: Rebuild.
1998-07-24remove d30v sanitizationIan Lance Taylor1-4/+8
1998-07-08 * Makefile.am (MAINTAINERCLEANFILES): Define.Ian Lance Taylor1-0/+2
* Makefile.in: Rebuild.
1998-07-07 * Makefile.am (ldver.texi): New target.Ian Lance Taylor1-6/+11
(ld.info, ld.dvi): Depend upon ldver.texi. * ld.texinfo: Include ldver.texi. Mention version number on title page and in top node. * Makefile.in: Rebuild.
1998-06-12 * Makefile.am (HFILES): Remove config.h.Ian Lance Taylor1-4/+10
(EMULATION_OFILES, POTFILES): Move patch of May 14 from Makefile.in to Makefile.am. (earmcoff.c): Depend upon armcoff.em, not generic.em. * po/Make-in (all-yes): Correct misspelling in $(PACKAGE). ($(srcdir)/$(PACKAGE).pot): Pass -C to $(XGETTEXT). * Makefile.in, po/POTFILES.in, po/ld.pot: Rebuild.
1998-04-22fix gettext merge error on ld.info and ld.dviIan Lance Taylor1-3/+0
1998-04-22 * Many files: Added gettext invocations around user-visibleTom Tromey1-4/+17
strings. * ld.h: Added gettext-related includes and defines. * ldmain.c: Call setlocale, bindtextdomain, textdomain. * acconfig.h (ENABLE_NLS, HAVE_CATGETS, HAVE_GETTEXT, HAVE_STPCPY, HAVE_LC_MESSAGES): Define. * configure.in: Call CY_GNU_GETTEXT. Create po/Makefile.in and po/Makefile. Use AM_PROG_LEX. (TDIRS): AC_SUBST early on, to avoid having value split when it happens to cross line 90 of the generated sed script. * Makefile.am (SUBDIRS): New macro. (POTFILES): Likewise. (po/POTFILES.in): New target. (ld_new_LDADD): Added INTLLIBS. (ld_new_DEPENDENCIES): Added INTLDEPS. * po/Make-in, po/POTFILES.in, po/gas.pot: New files.
1998-04-06 * Makefile.am (ld.info): Invoke makeinfo with -I options directlyIan Lance Taylor1-8/+7
rather than relying on default rule. Don't depend upon bfdsumm.texi. (ld.dvi): Likewise. (bfdsumm.texi): Remove target. (CLEANFILES): Take bfdsumm.texi out of value. * Makefile.in: Rebuild.
1998-04-03 * Makefile.am (MOSTLYCLEANFILES): Add ld.log and ld.sum.Ian Lance Taylor1-2/+2
(DISTCLEANFILES): Add site.exp and site.bak. * Makefile.in: Rebuild.
1998-04-03 * configure.in: Put the tdirs in a file and use AC_SUBST_FILE,Ian Lance Taylor1-1/+3
rather than in a shell variable and using AC_SUBST. * Makefile.am (DISTCLEANFILES): Remove ldscripts. Add tdirs. (distclean-local): New target. * configure, Makefile.in: Rebuild.
1998-03-28 * Makefile.am (MOSTLYCLEANFILES): Remove tmpdir.Ian Lance Taylor1-1/+3
(mostlyclean-local): New target to remove tmpdir. * Makefile.in: Rebuild.
1998-03-28 * Makefile.am (MOSTLYCLEANFILES): Correct name (wasIan Lance Taylor1-1/+1
MOSTCLEANFILES). * Makefile.in: Rebuild.
1998-03-25 Based on patch from H.J. Lu <hjl@gnu.org>:Ian Lance Taylor1-4/+23
* Makefile.am (LDDISTSTUFF): New variable. (diststuff): New target. * Makefile.in: Rebuild.
1998-02-04 * Makefile.am (ld_new_LDADD): Remove @LEXLIB@.Ian Lance Taylor1-1/+1
* Makefile.in: Rebuild.
1998-02-03Mon Feb 2 19:34:54 1998 Steve Haworth <steve@pm.cse.rmit.EDU.AU>Ian Lance Taylor1-0/+8
Add tms320c30 support: * configure.tgt (tic30-*-*aout*, tic30-*-*coff*): New targets. * emulparams/tic30aout.sh: New file. * emulparams/tic30coff.sh: New file. * scripttempl/tic30aout.sc: New file. * scripttempl/tic30coff.sc: New file. * Makefile.am (ALL_EMULATIONS): Add etic30aout.o and etic30coff.o. (etic30aout.c, etic30coff.c): New targets. * Makefile.in: Rebuild.
1998-01-31 * Makefile.am ({CC,CXX}_FOR_TARGET): Change program_transform_nameDoug Evans1-2/+2
to transform. * Makefile.in: Regenerate.
1998-01-30Fri Jan 30 11:43:49 1998 H.J. Lu <hjl@gnu.ai.mit.edu>Ian Lance Taylor1-0/+6
* Makefile.am (eelf32bsmip.c, eelf32lsmip.c): New targets. * Makefile.in: Rebuild.
1998-01-28delete txvu stuff, building mips files nowDoug Evans1-5/+0
1997-12-22 * Makefile.am (etxvuelf.c): Add rule for.Doug Evans1-0/+13
* Makefile.in: Regenerate. * configure: Regenerate. * configure.tgt (txvu-*-*): Recognize. * emulparams/txvuelf.sh: New file.
1997-12-09Add d30v, d10v, tic80 to all_emulations; Add Oct 23 changes to Makefile.in ↵Michael Meissner1-4/+9
to Makefile.am
1997-08-29 * Makefile.am (ld_new_DEPENDENCIES): Remove @LEXLIB@.Ian Lance Taylor1-1/+1
* Makefile.in: Rebuild.
1997-08-28 * configure.tgt (arc-*-elf*): Recognize.David Edelsohn1-5/+10
* Makefile.am (ALL_EMULATIONS): Add earcelf.o. * Makefile.in: Regenerate. * emulparams/arcelf.sh: New file. Removes arc sanitization.
1997-08-09 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-0/+755
* 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. * configure.host: Don't set HLDFLAGS, HLDENV, or RPATH_ENVVAR. * acconfig.h: Mention PACKAGE and VERSION. * stamp-h.in: New file. * ldver.c (ld_program_vresion): Set ld_program_version from VERSION. * ldgram.y, ldlex.l: Replace VERSION with VERSIONK. * Makefile.in: Now built with automake. * aclocal.m4: Now built with aclocal. * configure, config.in: Rebuild.