aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1991-11-06Call new bfd entrypoint bfd_make_section_old_waySteve Chamberlain1-34/+36
1991-11-05*** empty log message ***Steve Chamberlain1-1/+5
1991-11-05Initial revisionRoland Pesch1-0/+1013
1991-11-05*** empty log message ***Steve Chamberlain2-4/+9
1991-11-04Renamed all the files for the new schemeSteve Chamberlain1-15/+16
1991-11-04Initial revisionSteve Chamberlain1-0/+1
1991-11-04*** empty log message ***Steve Chamberlain1-0/+2
1991-11-04 i386 aout changes from Bob KukuraSteve Chamberlain1-2/+6
1991-11-04Initial revisionSteve Chamberlain2-0/+184
1991-11-04Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)Steve Chamberlain3-25/+59
i386 aout changes from Bob Kukura * Makefile.in, config.h: added i386aout support * configure.in: fixed /h-{myhost} typo * ldgram.y: -MM now gives more boring map. * ldlang.c: now does D_PAGED flag the right way. * ldsym.c: -MM flags does the right thing.
1991-11-03 * configure.in: Fixed typo. Also, a fix for hp300bsd.Per Bothner3-7/+24
* ldlang.c (init_os): Compensate for BFD change, where bfd_make_section now returns NULL for a duplicate section request, instead of the old section.
1991-10-24config file renaming, and boy did it need it!Steve Chamberlain1-4/+8
1991-10-16sparc-64 to sparc-llJohn Gilmore1-1/+1
1991-10-16Add copright notice to mkscript.c as well.Per Bothner2-1/+20
1991-10-16 Add or update copyright notices.Per Bothner10-92/+102
1991-10-15Initial revisionPer Bothner1-0/+51
1991-10-15 * Makefile.in: new targets ld.mm, ld.meRoland Pesch2-6/+37
(more roff forms of doc)
1991-10-15 * Makefile.in, ldtemplate: Need to use separate scriptsPer Bothner3-28/+49
for -n and -N options. Yet more complication.
1991-10-14Revise to match config renaming.John Gilmore1-44/+9
1991-10-12Fixed typo.Per Bothner1-2/+5
1991-10-12* Makefile.in: Avoid using $< in explicit Make rules (it doesn'tJohn Gilmore2-6/+15
work). Add some lines to avoid Sun Make VPATH bugs.
1991-10-11 * news.sc: Add alignment for data segment.Per Bothner4-11/+35
* 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-11Slightly better comments (re doc targets).Roland Pesch1-4/+4
1991-10-11 * Makefile.in: new targets ld.ms, ld-index.msRoland Pesch1-0/+5
ld.texinfo: remove tabs, other cleanups for texi2roff
1991-10-11Support for "ld.ms", "ld-index.ms" ROFF-style doc targets.Roland Pesch1-0/+31
1991-10-11 * ldmain.c (main): Make config.magic_demand_paged be truePer Bothner4-10/+22
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*** empty log message ***Steve Chamberlain2-2/+10
1991-10-11Initial revisionSteve Chamberlain2-0/+39
1991-10-11 * Makefile.in, config.h, configure.in, ldemul.c: added ebmon29kSteve Chamberlain2-8/+22
stuff
1991-10-11 * ldtemplate: include bfd.h before sysdep.h.Steve Chamberlain2-2/+6
1991-10-11Restructure configuration scheme for bfd, binutils, ld.John Gilmore1-0/+25
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore1-1/+1
1991-10-11Restructure configuration scheme for bfd, binutils, ld.John Gilmore7-7/+3
* config/: Rename some config files to match up h-*.h names. Remove all the HOST_SYS definitions from the config files.
1991-10-11Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.John Gilmore1-55/+99
Change some config names to match other dirs.
1991-10-11Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.John Gilmore10-58/+215
1991-10-10updatingK. Richard Pixley2-4/+9
1991-10-10Initial revisionK. Richard Pixley1-0/+1
1991-10-09Added h8300hds.{c,sc}.Per Bothner1-1/+6
1991-10-08 * ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.Per Bothner3-17/+25
* 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-08 * Makefile.in: fix target ld.dvi, add target ld.infoRoland Pesch2-2/+15
ld.texinfo: make info filename ld.info
1991-10-07Added right dependencies for h8300hds.scSteve Chamberlain1-0/+2
1991-10-06Support for the h8300 with an hds monitor, first cut.Steve Chamberlain1-2/+2
1991-10-06Initial revisionSteve Chamberlain2-0/+154
1991-10-05* Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).John Gilmore2-6/+13
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a few BFD types & enums. * ChangeLog: Create.
1991-10-05Initial revisionJohn Gilmore1-0/+7
1991-10-05Fixed info-markup bugs; makeinfo now succeeds with no complaints.Roland Pesch1-495/+1167
1991-10-05Added -N and fixed -n flags.Steve Chamberlain5-115/+141
Changed name of h8 support
1991-10-03Added a kludge for when yacc is used in place of bison:Per Bothner1-2/+3
Rename the yacc outputs y.tab.[ch] to what we want: ldgram.[ch].
1991-10-02Some $(srcdir)'s become $(unsubdir)'s in order to support +objdir.K. Richard Pixley1-3/+3
1991-10-02no more configure on which to dependK. Richard Pixley1-1/+1