aboutsummaryrefslogtreecommitdiff
path: root/ld/gld960.em
AgeCommit message (Collapse)AuthorFilesLines
1992-09-04 * Makefile.in, Makefile.dos, generic.em, genscripts.sh,Per Bothner1-1/+1
gld960.em, h8300hms.em, h8300xray.em, lnk960.em, st2000.em, vanilla.em: Rename all (generated) ld__*.c files to em_.c. This is one character shorter, and lets people build on SVR3 system. (ld__h8300xray.[co] was the killer there; h8300xray.sc-sh is also overlong, but seems harmless.) Based on a patch from Jonathan Ryshpan <hitachi!amito!jon>. * Makefile.in (clean): Fix typo mostclean -> mostlyclean. * configure.in: Add host isc.
1992-08-28Back out yesterday's change for using host endian order in 960 bout files.Ian Lance Taylor1-4/+0
1992-08-28Thu Aug 27 16:38:42 1992 Ian Lance Taylor (ian@cygnus.com)Ian Lance Taylor1-0/+5
* gld960.em (gld960_choose_target): the target depends on HOST_BIG_ENDIAN_P.
1992-04-15Personal checkpoint - now should parse some MRI stuffSteve Chamberlain1-1/+10
1992-03-16i960 bitrot fixSteve Chamberlain1-1/+1
1992-02-15 Major rewrite of how ld is configured. The major ideaPer Bothner1-0/+137
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.