summaryrefslogtreecommitdiffstats
path: root/ld/.Sanitize
Commit message (Collapse)AuthorAgeFilesLines
* Elim dup of file namesStan Shebs1994-06-301-2/+4
|
* deleted code for keep-v9 that does nothing usefulKen Raeburn1994-06-171-4/+0
|
* Don't sanitize out SPARC v9 stuff.Ian Lance Taylor1994-06-101-25/+0
|
* Remove sanitization of PowerPC NetWareIan Lance Taylor1994-05-201-22/+0
|
* note name change of cdtest-bar.ccKen Raeburn1994-05-111-1/+1
|
* Lose mpw-build.inStan Shebs1994-02-281-3/+3
|
* * configure.in (powerpc-*-elf*): New target; use ppc-elf32.Ian Lance Taylor1994-02-251-0/+22
| | | | | | | | | * config/ppc-elf32.mt: New file. * emulparams/elf32ppc.sh: New file. * emultempl/ppc.em: New file. * Makefile.in (ALL_EMULATIONS): Added em_elf32ppc.o. (em_elf32ppc.c): New target; uses elf32ppc.sh, ppc.em and elf.sc. (EMULATION_OFILES): Added dependencies on ldexp.h and ldlang.h.
* keep test suiteKen Raeburn1994-01-281-0/+1
|
* Add MPW/GM sanitizingStan Shebs1994-01-261-5/+40
|
* Removed files that are no longer used by the rewritten linker.Ian Lance Taylor1993-12-301-10/+0
|
* New file used for rebuilding dependencies.Ian Lance Taylor1993-12-131-0/+1
|
* * .Sanitize (Things-to-keep): Add emulparams, emultempl, scripttempl.David MacKenzie1993-06-211-0/+3
|
* * ldfile.c (ldfile_open_command): Don't try .ld extension.David MacKenzie1993-06-171-59/+0
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | It wasn't documented (or likely used) and wastes time. (try_open): If EXTEN is empty, don't try it. * ldctor.c, lderror.c, ldexp.c, ldfile.c, ldindr.c, ldlang.c, ldlex.l, ldmain.c, ldmisc.c, ldsym.c, ldver.c, ldwarn.c, ldwrite.c, lexsup.c, mri.c, relax.c: Replace DEFUN macro calls with normal function declarations. * Move *.em to emultempl/*.em. Move *.sh to emulparams/*.sh. Move *.sc-sh to scripttempl/*.sc. * {emultempl,emulparams,scripttempl}/README: New files. * sh.em, st2000.em, z8ksim.em, h8300hms.em, h8500hms.em: Files removed, replaced with generic.em. * h8300.sh, h8500.sh, h8300.sc, h8500.sc: Renamed from h8[35]00hms.s[ch]. Change their contents to omit the "hms". * *.em (*_get_script): Return script name instead of script contents. * ldlang.c (lang_process): Change caller. * ldlex.l, ldgram.y: Recognize -m option. Check for input files after *all* options in grammar. * ldmain.c (main): Check for -m options. Add default directory for -m. * mkscript.c: File removed. * genscripts.sh: Take two more parameters, tooldirlib and libdir, to add to the default LIB_PATH. Look for input files in the new subdirectories. Create the scripts in emulations subdirectory and don't filter them through mkscript. * configure.in: Make the emulations subdirectory. * Makefile.in: Account for all of the above changes. Remove unused .SUFFIXES. Get libgcc.a path with gcc -print-libgcc-file-name instead of $(libdir)/libgcc.a. Put CFLAGS last in the compilation rules. Add -I../bfd to INCLUDES so sysdep.h is found. * ldfile.c (try_open): If opening without the extension fails, try with the extension even if -v or -V was given. had_script is imported (from ldgram.y), not exported.
* * configure.in (mips-idt-ecoffl*): New target; use mips-idtl.Ian Lance Taylor1993-06-041-0/+1
| | | | | | | (mips-idt-ecoff*): Added trailing '*'. * config/mips-idtl.mt: New file; use EMUL of mipsidtl. * mipsidtl.sh: New file; like mipsidt.sh, but little endian. * Makefile.in (ALL_EMULATIONS): Added em_mipsidtl.o.
* added things-to-lose sectionsK. Richard Pixley1993-05-271-0/+3
|
* missed this in mipsbsd renamingKen Raeburn1993-05-201-1/+1
|
* New file.Per Bothner1993-05-171-0/+1
|
* keep new files; get rid of trailing spaces after sh-support file namesKen Raeburn1993-05-061-3/+7
|
* * Makefile.in: Change definition of $(tooldir) to match FSF.Per Bothner1993-05-041-220/+1
| | | | | * vax.sh, config/vax.mt, configure.in, Makefile.in: Support VAX Ultrix and BSD.
* sh.em, sh.sh, sh.sc-sh: New files supporting Hitachi SH.Steve Chamberlain1993-04-271-1/+7
|
* Support for the H8/500Steve Chamberlain1993-04-091-4/+7
|
* ld.texinfo:Roland Pesch1993-03-301-1/+17
| | | | | | | | | | | | | | Conditionalize manual to maintain Cygnus, Hitachi versions in parallel. (Texinfo conditionals are stable enough to permit this, at last!) NOTE: @ignore'd passages from earlier versions DELETED; use CVS history to retrieve if wanted. gen-doc.texi, h8-doc.texi: manual configuration definitions. Makefile.in: link config defn (`gen' by default) to configdoc.texi, included by ld.texinfo .Sanitize: add gen-doc.texi, h8-doc.texi
* Removed obsolete Makefile.dos.Ian Lance Taylor1993-03-091-2/+4
|
* * mips.sc-sh: Added variables which may be overridden by aIan Lance Taylor1993-03-041-1/+11
| | | | | | | | | specific emulation. * mipsidt.sh: New file; emulation for IDT MIPS board. * Makefile.in (ALL_EMULATIONS): Added em_mipsidt.o. (em_mipsidt.c): New target. Uses mipsidt.sh and mips.sc-sh. * config/mips-idt.mt: New file; sets EMUL to mipsidt. * configure.in (mips-idt-ecoff): New target; uses mips-idt.
* mips-bsd and 386bsd supportKen Raeburn1993-02-281-1/+7
|
* Added initial sparc-v9 support.David Edelsohn1993-02-261-1/+31
|
* removing excess verbosityDavid D. Zuhn1993-02-131-3/+4
|
* Keep forgetting those .Sanitize files.Ian Lance Taylor1993-02-031-1/+5
|
* Fri Jan 22 14:22:44 1993 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1993-01-221-1/+14
| | | | | | | | | | * mips.sc-sh: New file. Ultrix, and hopefully other MIPS ECOFF targets, linker script. * mipslit.sh: New file. Little endian MIPS emulation. * config/mips-lit.mt: New file. Use mipslit emulation. * configure.in (mips-dec-ultrix*): Use target mips-lit. * Makefile.in (ALL_EMULATIONS): Added em_mipslit.o. (em_mipslit.c): New target. Uses mipslit.sh.
* Fri Sep 25 11:08:01 1992 Steve Chamberlain (sac@thepub.cygnus.com)Steve Chamberlain1992-09-251-1/+14
| | | | | | | | | Added initial support for the z8k * z8ksim.em, z8ksim.sc-sh, z8ksim.sh: new files * configure.in, Makefile.in: modified to reflect above * ldlang.c (lang_check): when linking conflicting architectures, make the output file reflect at least one of the bad inputs.
* Sanitize slipSteve Chamberlain1992-09-111-1/+5
|
* Add i386coff.shSteve Chamberlain1992-09-111-1/+5
|
* Brought in from p3. If anybody knows good numbers for m68k COFF,Ian Lance Taylor1992-09-091-1/+16
| | | | | | | | | | | | | please let me know, or plug them in yourself. Wed Sep 9 11:52:58 1992 Ian Lance Taylor (ian@cygnus.com) * Makefile.in, m68kcoff.sh, m68kcoff.sc-sh, config/m68k-coff.mt: added m68k-coff emulation mode, stolen from a29k emulation. Almost certainly wrong, but perhaps better than sun3. Also fixed an error message in configure.in so that it started with '***' like the other error messages do.
* Add TODO.Per Bothner1992-09-031-1/+5
|
* Add scripts.Per Bothner1992-09-011-1/+5
|
* * cplus-dem.c: Removed. Use the version in libiberty now.Per Bothner1992-08-311-2/+5
| | | | * ldmisc.c: Use new libiberty version of cplus_demangle().
* Use new name of man page (ld.1).Roland Pesch1992-08-171-2/+5
|
* * ldint.texinfo: New internals manual (beginnings thereof).Per Bothner1992-08-071-2/+6
| | | | * PORTING: Removed, merged into ldint.texinfo.
* * cdtest-main.cc, cdtest-func.cc, cdtest-foo.h, cdtest-foo.cc,Per Bothner1992-08-051-1/+12
| | | | | | cdtest.exp: A test program (copied from libg++/test-install) that tests that constructor and destructors are handled corrrectly.
* New stuff for 29200Steve Chamberlain1992-05-021-1/+9
|
* Add mri.hSteve Chamberlain1992-05-011-1/+5
|
* * relax.c: added handling for new "padding" seclet type, used toSteve Chamberlain1992-04-171-1/+11
| | | | | | fill out gaps between section. * ldgram.y, ldlex.l: now -defsym on the command line is done properly.
* added mri.cSteve Chamberlain1992-04-151-1/+5
|
* New lexer.Steve Chamberlain1992-04-051-1/+7
| | | | New targets for h8/300 simulator and DOS
* *** empty log message ***Steve Chamberlain1992-03-071-1/+6
|
* Why didn't it start emacsSteve Chamberlain1992-02-271-1/+5
|
* DJ naming changeSteve Chamberlain1992-02-221-3/+7
|
* *** empty log message ***Per Bothner1992-02-161-30/+38
|
* added h8300hms.c and h8300hms.scHeinz G. Seidl1992-02-071-1/+6
|
* ldlnk960.c: Special #ifdef to choose little endian onySteve Chamberlain1992-01-291-1/+7
| | | | ldgram.y: allow forward ref of section
OpenPOWER on IntegriCloud