aboutsummaryrefslogtreecommitdiff
path: root/ld/.Sanitize
AgeCommit message (Collapse)AuthorFilesLines
1998-04-23If xgettext fails, make Sanitize failTom Tromey1-2/+2
1998-04-22.Sanitize now re-computes gettext-related filesTom Tromey1-0/+22
1998-04-22fix sanitization for gettext changesIan Lance Taylor1-14/+14
1998-03-03 * configure.tgt (mips*vr4320el-*-elf*,mips*vr4320-*-elf*): Added.Gavin Romig-Koch1-0/+29
1998-02-16fix 5900 in Makefile.amIan Lance Taylor1-1/+1
1998-02-10 * Makefile.in (ALL_EMULATIONS): Add eelf32l5900.oJeff Law1-1/+1
(eelf32l5900.c): Add rule for building. * configure.tgt: Use r5900 specific emulation script. * emulparams/elf32l5900.sh: 5900 specific emulation script.
1998-01-28 * configure.tgt (dvp-*-*): Recognize.Doug Evans1-1/+1
1997-12-22 * Makefile.am (etxvuelf.c): Add rule for.Doug Evans1-0/+29
* Makefile.in: Regenerate. * configure: Regenerate. * configure.tgt (txvu-*-*): Recognize. * emulparams/txvuelf.sh: New file.
1997-10-29 * configure.tgt: Add tx49 configury based on 4300.Gavin Romig-Koch1-0/+29
1997-09-21Fixed v850eq sanitizationNick Clifton1-30/+0
1997-09-17Added support for the call table data area.Nick Clifton1-32/+10
1997-08-28 * configure.tgt (arc-*-elf*): Recognize.David Edelsohn1-29/+0
* Makefile.am (ALL_EMULATIONS): Add earcelf.o. * Makefile.in: Regenerate. * emulparams/arcelf.sh: New file. Removes arc sanitization.
1997-08-18Add support for v850e and v850eq targets.Nick Clifton1-0/+52
1997-08-09 * Makefile.am: New file, based on old Makefile.in.Ian Lance Taylor1-4/+7
* 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.
1997-04-03 * mpw-idtmips.c: Rename from mpw-emipsidt.c.Ian Lance Taylor1-2/+2
* mpw-elfmips.c: Rename from mpw-emipself.c. * mpw-config.in: Update accordingly.
1997-03-24Remove m32r sanitization.David Edelsohn1-29/+0
1997-02-22Fri Feb 21 17:37:51 1997 Martin M. Hunt <hunt@pizza.cygnus.com>Martin Hunt1-0/+29
* Makefile.in (ed30velf.c): New target. * configure.tgt (d30v-*-*): New target. * emulparams/d30velf.sh: New file. * scripttempl/elfd30v.sc: New file.
1997-02-20Since d10v is public now, remove all sanitization statementsMichael Meissner1-29/+0
1997-02-11Add r5900Gavin Romig-Koch1-0/+29
1997-02-10 * emulparams/tic80coff.sh: New (dummy) file for TIc80.Fred Fish1-0/+29
* scripttempl/tic80coff.sc: New (dummy) file for TIc80. * Makefile.in (etic80coff.c): Add target and rule to build it. * configure.tgt (tic80-*-coff): Set targ_emul to tic80coff.
1996-10-03 * fnmatch.h, fnmatch.c: Remove (now in libiberty).Ian Lance Taylor1-2/+0
* Makefile.in: Rebuild dependencies. (CFILES): Remove fnmatch.c. (HFILES): Remove fnmatch.h. (OFILES): Remove fnmatch.o.
1996-09-30 * Makefile.in (em32relf.c): Add rule for.David Edelsohn1-1/+30
* configure.tgt (m32r-*-*): Recognize. * emulparams/m32relf.sh: New file.
1996-09-26always keep pregenerated emulation fileStan Shebs1-0/+1
1996-08-26remove extra incorrect check for sanitizationIan Lance Taylor1-6/+0
1996-08-22 * Makefile.in (ev850.c): New target.Jeff Law1-0/+35
* configure.tgt (v850-*-*): New target. * emulparams/v850.sh: New file. No, it doesn't work (gas doesn't even emit relocs yet), but having a "ld" that at least creates an executable image greatly helps the gcc testsuite.
1996-07-29 * fnmatch.h, fnmatch.c: New files.Ian Lance Taylor1-0/+2
* ldlex.l: Remove unused definition of FILENAME. Add definition of WILDCHAR. In SCRIPT mode, accept any sequence of WILDCHAR as a NAME. * ldgram.y (file_NAME_list): Accept '*' and '?' specially. (input_section_spec): Accept '?' specially. (statement): Change exp to mustbe_exp in length and FILL cases. (section): Call ldlex_script before section statements, and call ldlex_popstate after them. * ldlang.c: Include "fnmatch.h". (wildcardp): New static function. (wild_section): Permit the section name to be a wildcard. (wild_file): New static function, broken out of wild. (wild): Call wild_file. Permit the file name to be a wildcard. (open_input_bfds): Don't call lookup_name for a wildcard pattern. * Makefile.in: Rebuild dependencies. (CFILES): Add fnmatch.c. (HFILES): Add fnmatch.h. (OFILES): Add fnmatch.o. * ld.texinfo: Document that file and section names can now be wildcard patterns. * ldlang.c (lang_place_orphans): Correct condition: place a common section if not relocateable or if common definitions are forced.
1996-07-23start-sanitize-d10vMartin Hunt1-0/+29
Tue Jul 23 10:36:19 1996 Martin M. Hunt <hunt@pizza.cygnus.com> * Makefile.in (ed10velf.c): New target. * configure.tgt (d10v-*-elf*): New target. * emulparams/d10velf.sh: New file. end-sanitize-d10v
1996-07-05No longer sanitize away h8s stuff.Jeff Law1-28/+0
1996-06-18 * scripttempl/h8300s.sc: New file for H8/S.Jeff Law1-0/+28
* emulpararms/h8300s.sh: New file for H8/S. * Makefile.in (ALL_EMULATIONS): Add H8/S. (e_h8300s.c): Add dependencies. * configure.tgt: Add H8/S to targ_extra_emuls. H8/S linker stuff. Sanitized until status of this code is known.
1996-06-08Kill r16/rce/acp stuff.Jim Wilson1-29/+0
1996-06-04 * ldcref.c: New file.Ian Lance Taylor1-0/+1
* ld.h (add_cref, output_cref): Declare. * ldmain.c (main): Initialize notice_all field. If it is set at end of link, call output_cref. (notice): Rename from notice_ysym. Check notice_all. * ldmisc.c (finfo): Make globally visible. * ldmisc.h (finfo): Declare. * lexsup.c (OPTION_CREF): Define. (ld_options): Add "cref". (parse_args): Handle OPTION_CREF. * Makefile.in: Rebuild dependencies. (CFILES): Add ldcref.c. (OFILES): Add ldcref.o. * ld.texinfo, ld.1: Document --cref.
1995-12-12Reflect file rename.Stan Shebs1-1/+1
1995-10-27Reflect updates to Mac supportStan Shebs1-1/+3
1995-09-07 * config.in: Rename from config.h.in.Ian Lance Taylor1-1/+1
* configure.in: Call AC_CONFIG_HEADER with config.h:config.in. Check for config.h:config.in when creating stamp-h. * configure: Rebuild. * Makefile.in (stamp-h): Depend upon config.in rather than config.h.in. Set CONFIG_HEADERS to config.h:config.in when calling config.status.
1995-09-06 * configure.in: Rewrite to use autoconf.Ian Lance Taylor1-4/+9
* configure.host: New file. * configure.tgt: New file. * aclocal.m4: New file. * configure: New file, built by autoconf. * acconfig.h: New file. * config.h.in: New file, built by autoheader. * sysdep.h: New file. * ld.h: Incorporate old contents of config.h. * config.h: Remove. * Makefile.in: Various changes for new configure script. Also: (CC_FOR_BUILD): Remove. (ldmain.o): Don't bother to ensure that EMUL is non-empty. (dep.sed): Use @SRCDIR@, not @srcdir@. * dep-in.sed: Use @SRCDIR@, not @srcdir@. * genscripts.sh: Create ldscripts if it does not exist. * ldemul.c, lexsup.c, mpw-emipsidt.c: Don't include "config.h". * mpw-esh.c, emultemp/*.em: Likewise. * ldmain.c: Likewise. Include <ctype.h>. Don't try to set HAVE_SBRK here. * config/*.mt, config/*.mh: Remove.
1995-06-21Keep MPW x SH compiled linker script.Stan Shebs1-0/+1
1995-04-12Always keep MPW supportStan Shebs1-33/+3
1995-03-18update for changed mpw filenameStan Shebs1-1/+1
1994-12-17there isn't a configure script here thoughKen Raeburn1-1/+1
1994-12-17need to sanititze Makefile.in for arc tooKen Raeburn1-1/+1
1994-12-16Remove duplicate of ARC sanitization.David Edelsohn1-27/+0
1994-12-14sanitize out arc stuffKen Raeburn1-0/+56
1994-11-25Enable ld to build for RCE. This is not tested yet!Michael Tiemann1-1/+1
1994-11-25*** empty log message ***Michael Tiemann1-9/+9
1994-11-24Recognize and sanitize r16 as a target.Michael Tiemann1-0/+36
1994-09-27 * Makefile.in (CC): Define.Ian Lance Taylor1-5/+0
(CXX): Move definition, change from g++ to gcc. (EXPECT, RUNTEST): Copy definitions from top level Makefile.in. (RUNTEST_CC, RUNTEST_CFLAGS): Remove. (RUNTEST_CXX, RUNTEST_CXXFLAGS): Remove. (CC_FOR_TARGET, CXX_FOR_TARGET): Copy from top level Makefile.in. (.cc.o): Comment out. (testdir): Remove. (site.exp): Don't create testdir or set tmpdir. (check): Run checks even if not running native. Use CC_FOR_TARGET instead of RUNTEST_CC, and likewise for CXX. (cdtest targets): Comment out. * config/solaris2.mh (HOSTING_LIBS): Only mention crtend.o once. * cdtest-bar.cc, cdtest-foo.cc, cdtest-foo.h: Remove. * cdtest-main.cc, cdtest.exp: Remove.
1994-09-13Remove supposedly (but not really) GM-specific bitsStan Shebs1-7/+1
1994-06-30Elim dup of file namesStan Shebs1-2/+4
1994-06-17deleted code for keep-v9 that does nothing usefulKen Raeburn1-4/+0
1994-06-10Don't sanitize out SPARC v9 stuff.Ian Lance Taylor1-25/+0