* Makefile.in: Major changes. Removed some the sed
authorPer Bothner <per@bothner.com>
Sat, 15 Feb 1992 23:13:00 +0000 (23:13 +0000)
committerPer Bothner <per@bothner.com>
Sat, 15 Feb 1992 23:13:00 +0000 (23:13 +0000)
commit7e5c1057bb33fb6be25ada95ba7f58066d88de80
tree7c9c733b223dcb3ab608e93fd9c0f13afffee7ff
parent15c5ec2e272c81d2358a96a21dd9cd038f18d61b
* Makefile.in:  Major changes.  Removed some the sed
magic to converts scripts, since that is now handled
by genscripts.sh and the *.sc-sh scipt generators.
* config.h:  Remove a bunch of macros defining emulations
and targets.  This becomes one less file to edit when
adding emulations or targets.
* ldemul.h (struct ld_emulation_xfer_struct):  Add
emulation_name and target_name fields.
* ldemul.c, ldemul.h:  Define some default functions used
by most emulations (and remove from the *.em scripts).
* ldemul.c (ldemul_choose_target):  Search the new
ld_emulations array using a loop (instead of a hardwired
nested if statement).
Define the ld_emulation from the automatically-geenrated
ldemul-list.h.  This means you no longer have to edit ldemul.c
to add a new emulation.
* ldmain.c:  Replace {GLD,LNK}960_EMULATION_NAME by
their expansions, since the former no longer exist.
* PORTING:  A very rough first draft of a porting guide.
ld/ChangeLog
ld/Makefile.in
ld/PORTING [new file with mode: 0644]
ld/a29k.sc-sh
ld/config.h
ld/h8300hms.sc-sh
This page took 0.02488 seconds and 4 git commands to generate.