aboutsummaryrefslogtreecommitdiff
path: root/ld
AgeCommit message (Collapse)AuthorFilesLines
1991-05-23Initial revisionK. Richard Pixley2-0/+166
1991-05-21*** empty log message ***Steve Chamberlain1-2/+2
1991-05-18*** empty log message ***Steve Chamberlain1-1/+1
1991-05-18Initial revisionSteve Chamberlain2-0/+33
1991-05-18*** empty log message ***Steve Chamberlain5-50/+47
1991-05-18mkdep is not a standard tool nor do we support or install it.K. Richard Pixley1-1/+1
Assuming it's existence kills config, make, and install.
1991-05-18Using gcc here screws config and debugging something awful.K. Richard Pixley1-1/+1
1991-05-14Added make depSteve Chamberlain2-34/+43
Made filenames suitable for PCs
1991-05-14Fixed problem with default output filenameSteve Chamberlain1-1/+2
1991-05-14*** empty log message ***Steve Chamberlain2-2/+2
1991-05-14Initial revisionSteve Chamberlain19-0/+1345
1991-05-14CSteve Chamberlain1-1/+1
:wq q VS: ----------------------------------------------------------------------
1991-05-14see devo/configure 1.11K. Richard Pixley1-26/+70
1991-05-13Now use a.out-sunos rather than a.out-genericSteve Chamberlain4-8/+8
1991-05-08Fixed error message textSteve Chamberlain1-1/+1
1991-05-08LintSteve Chamberlain1-2/+2
1991-05-07Took out the c++ supportSteve Chamberlain1-8/+0
1991-05-07Fixed the shift reduce errors in the grammer using the yacc debugger.Steve Chamberlain3-32/+28
Removed some lint highlighted by the same.
1991-05-05*** empty log message ***Steve Chamberlain2-7/+14
1991-05-04*** empty log message ***Steve Chamberlain3-18/+6
1991-05-03*** empty log message ***Steve Chamberlain6-36/+48
1991-05-02Merge devo/bfd with GDB's bfd.John Gilmore1-8/+9
Things that use -lbfd must also use -liberty, to get obstacks.
1991-04-25Use the new merged include directory.John Gilmore1-1/+1
1991-04-24Added the sizeof_headers keyword.Steve Chamberlain4-4/+27
1991-04-23*** empty log message ***Steve Chamberlain12-30/+80
1991-04-23Initial revisionSteve Chamberlain4-0/+228
1991-04-20Updated, amplified, and reorganized linker manual. Option-flagRoland Pesch1-577/+1044
description believed complete as of today; still holes---small ones---in "commands" section. BFD section also needs better table of supported archs and formats; see FIXMEs for scattered q's and desiderata.
1991-04-19Added patch from chrisbSteve Chamberlain1-17/+7
1991-04-19Put spaces around the / signsSteve Chamberlain2-4/+4
1991-04-19Fixed a bug where wild scripts stopped working.Steve Chamberlain2-3/+4
Fixed another bug in -R symbol handling
1991-04-19Yet more diffs due to my incompetence.Steve Chamberlain2-124/+104
1991-04-18Pulled host & target dependancies out of Makefile. allow moreK. Richard Pixley2-37/+56
flexibility in config.h.
1991-04-18Pulling host and target dependancies out of the Makefile.in.K. Richard Pixley2-6/+4
1991-04-18Initial revisionK. Richard Pixley2-0/+3
1991-04-18Force target architectureSteve Chamberlain1-0/+2
1991-04-18Fixed some bugs.Steve Chamberlain4-117/+135
1991-04-17*** empty log message ***Steve Chamberlain1-2/+2
1991-04-17Cleaned up a load of declarationsSteve Chamberlain2-177/+157
Fixed bug in unary - , ! and ~
1991-04-17Moved declarations from header file into here.Steve Chamberlain2-1/+4
1991-04-17Removed extern declarationsSteve Chamberlain1-2/+2
1991-04-17Fixed a problem with host dependent parts.K. Richard Pixley1-7/+11
1991-04-17Added support for OUTPUT_FORMAT keywordSteve Chamberlain1-13/+31
Fixed problem where cofflike common was being badly sized due to incorrectly owned common symbols.
1991-04-17Better error messages for forward and undefined refs for ADDR andSteve Chamberlain1-6/+9
SIZEOF
1991-04-17Added support for OUTPUT_FORMAT(name) and FORCE_COMMON_ALLOCATIONSteve Chamberlain1-3/+9
1991-04-17Added keywordsSteve Chamberlain1-1/+3
FORCE_COMMON_ALLOCATION OUTPUT_FORMAT
1991-04-16*** empty log message ***Steve Chamberlain5-5/+9
1991-04-15Now handles multiple hosts and targets.K. Richard Pixley1-3/+9
1991-04-15Now handles multiple host and targets.K. Richard Pixley2-263/+383
1991-04-15Initial revisionRoland Pesch1-0/+1014
1991-04-15Merges from Intel.Steve Chamberlain9-161/+228
Chrisb bug fixes.