Major rewrite of how ld is configured. The major idea
authorPer Bothner <per@bothner.com>
Sat, 15 Feb 1992 22:07:15 +0000 (22:07 +0000)
committerPer Bothner <per@bothner.com>
Sat, 15 Feb 1992 22:07:15 +0000 (22:07 +0000)
commit6ecb2b74ee6a45adfba96efff8807448f070b754
tree03413fd8e49d3a73f717d17d0ef167f8cba9f212
parent3340f7e5fdd11b6c544714500fca870707793fd0
Major rewrite of how ld is configured.  The major idea
is to use shell scripts to generate everything.
* generic.em replaces ldtemplate.
* Other *.em files replace various *.c files.
A *.em file is a shell script that generates the corresponding
ld__*.c file that implements an emulation.  This is usually
a straight 'cat' of a here-document, possibly with substitutions.
* Script files (*.sc) are places by *.sc-sh scripts.
Again, these are simple shell scripts that 'cat'
here-documents, usually with some substitutions.
The output a *.sc-sh is a script file.
12 files changed:
ld/a29k.sc-sh [new file with mode: 0755]
ld/aout.sc-sh [new file with mode: 0755]
ld/ebmon29k.sc-sh [new file with mode: 0755]
ld/generic.em [new file with mode: 0644]
ld/gld960.em [new file with mode: 0644]
ld/h8300hms.em [new file with mode: 0644]
ld/h8300hms.sc-sh [new file with mode: 0755]
ld/i960.sc-sh [new file with mode: 0755]
ld/lnk960.em [new file with mode: 0644]
ld/m88kbcs.sc-sh [new file with mode: 0755]
ld/vanilla.em [new file with mode: 0644]
ld/vanilla.sc-sh [new file with mode: 0755]
This page took 0.032583 seconds and 4 git commands to generate.