aboutsummaryrefslogtreecommitdiff
path: root/ld/ldtemplate
AgeCommit message (Collapse)AuthorFilesLines
1991-10-16 Add or update copyright notices.Per Bothner1-13/+9
1991-10-15 * Makefile.in, ldtemplate: Need to use separate scriptsPer Bothner1-2/+7
for -n and -N options. Yet more complication.
1991-10-11 * news.sc: Add alignment for data segment.Per Bothner1-1/+5
* ldtemplate: Add (yet another) script to get for -n or -N options. (These need different alignment than ZMAGIC files.) * Makefile.in: Add stuff for new foo.xn scripts. These are generated by replacing "ALIGN(0x...00)" by ".".
1991-10-11 * ldmain.c (main): Make config.magic_demand_paged be truePer Bothner1-2/+1
by default. Don't the WP_TEXT and D_PAGED flags of output_bfd here; it's too late, so set it when output_bfd is created (in ldlang.c). Also fix setting of EXEC_P flag * ldlang.c (ldlang_open_output): Set output_bfd->flags here. * ldlang.c: Remove some duplicate extern declarations. * ldgram.y: Fixes to -N and -n options. * Makefile.in: Recognize upper case letters in sed script to remove assignments from script files. * ldtemplate: Don't assukme that -N or -n options imply use of -r script. * mkscript.c: Tweaking to correctly handle \n and \\ in input.
1991-10-11 * ldtemplate: include bfd.h before sysdep.h.Steve Chamberlain1-2/+2
1991-10-08 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.Per Bothner1-3/+0
* ldtemplate: Remove ldfile_add_library_path calls; just use the SEARCH_DIR commands in the script files. * Makefile.in: Add LIB_PATH macro, which if set is used to replace the SEARCH_DIR commands in the scripts (using ugly sed magic). This is primarily intended for cross-linking, where you would place libaries in a different place than native libraries. Also, emulations made from ldtemplate now use $(srcdir). * ldglda29k.sc: Change SEARCH_DIR commands to a conventional form; people can use the Makefile's LIB_PATH to override.
1991-10-05Added -N and fixed -n flags.Steve Chamberlain1-1/+2
Changed name of h8 support
1991-09-27Initial revisionPer Bothner1-0/+157