aboutsummaryrefslogtreecommitdiff
path: root/ld/PORTING
AgeCommit message (Collapse)AuthorFilesLines
1992-12-08recording file deathK. Richard Pixley1-152/+0
1992-02-21 * Makefile.in: Change mkscript rule into one for ./mkscriptPer Bothner1-32/+121
(for the sake of makes that don't realize they're the same). * PORTING: Add more details. * genscripts.sh: Add more tailorability of DATA_ALIGNMENT.
1992-02-15 * Makefile.in: Major changes. Removed some the sedPer Bothner1-0/+63
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.