Steve Chamberlain
a942eeab90
.Sanitize:
Include mh-delta88
mh-delta88:
Remove gratuitous greeting
35 years ago
Per Bothner
eb68a3e41c
Remove ldgld.c, ldgld68k.c, ldm88k.c, since these are
now automatically generated.
35 years ago
Per Bothner
b08344573e
Update HOSTING_LIBS (for Cygnus).
35 years ago
K. Richard Pixley
31e54f5d6d
allow for yacc, whether or not it really works
35 years ago
K. Richard Pixley
afe3aa730c
build and install info
35 years ago
Roland Pesch
9c7810d6b2
(1) better filtering of roff-formattable doc targets
(2) better (I think) conformance to local practice re $(srcdir) and
makeinfo -o
35 years ago
Per Bothner
c61b4184f4
* Makefile.in: Rename .c files generated from ldtemplate
to have names starting with ld__. This helps 'make clean'.
35 years ago
Steve Chamberlain
092df318fa
* Makefile.in: Take out the version number for install
* m88kbcs.sc: put in contructor blocks.
35 years ago
Steve Chamberlain
b773e0e582
uses __inline for now for gcc
35 years ago
Per Bothner
1c9e4b1512
* ldmisc.c, ldmisc.h: Re-write info() to take a filename
parameter, a format, and an arg pointer, and rename it to
vfinfo(). Write info() in terms of new vfinfo().
New einfo() is the same as info(), except it writes to stderr.
* ldemul.c, ldexp.c, ldlang.c, ldlnk960.c, ldmain.c, ldwrite.c,
ldmisc.c: Replace "error" calls to info() by new einfo().
35 years ago
Steve Chamberlain
550e87b54d
* ldlex.l ldgram.y: made -V option do same as -v
* Makefile.in: Added $(MINUS_G) flag so debugging can be
turned off
35 years ago
Steve Chamberlain
e31bed36c6
Put .comments into .data section, otherwise 88k can't exec the image.
35 years ago
Steve Chamberlain
887b336397
Install ld into ddestdir/bin.
35 years ago
Roland Pesch
c8072296ee
Smallbook format fixes.
35 years ago
Steve Chamberlain
9c5a678a42
Initial revision
35 years ago
Steve Chamberlain
8f0a3a7c95
Added three files which had been forgotten
35 years ago
Steve Chamberlain
d9c53949d8
Call new bfd entrypoint bfd_make_section_old_way
35 years ago
Steve Chamberlain
7c55a99692
*** empty log message ***
35 years ago
Roland Pesch
8fbb73515b
Initial revision
35 years ago
Steve Chamberlain
ffa057ee82
*** empty log message ***
35 years ago
Steve Chamberlain
de2fae2287
Renamed all the files for the new scheme
35 years ago
Steve Chamberlain
7de2ea345c
Initial revision
35 years ago
Steve Chamberlain
e135209527
*** empty log message ***
35 years ago
Steve Chamberlain
ec8dc50bb6
i386 aout changes from Bob Kukura
35 years ago
Steve Chamberlain
82e643ecc4
Initial revision
35 years ago
Steve Chamberlain
ce4d59e25d
Sun Nov 3 16:37:37 1991 Steve Chamberlain (steve at cygnus.com)
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.
35 years ago
Per Bothner
aeedc30e25
* configure.in: Fixed typo. Also, a fix for hp300bsd.
* 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.
35 years ago
Steve Chamberlain
825e656bf5
config file renaming, and boy did it need it!
35 years ago
John Gilmore
a3ae208f8a
sparc-64 to sparc-ll
35 years ago
Per Bothner
3410447c4a
Add copright notice to mkscript.c as well.
35 years ago
Per Bothner
2d1a2445ff
Add or update copyright notices.
35 years ago
Per Bothner
c1eeb9af4a
Initial revision
35 years ago
Roland Pesch
954ac2eafd
* Makefile.in: new targets ld.mm, ld.me
(more roff forms of doc)
35 years ago
Per Bothner
972e7b4bc4
* Makefile.in, ldtemplate: Need to use separate scripts
for -n and -N options. Yet more complication.
35 years ago
John Gilmore
bcdc00417d
Revise to match config renaming.
35 years ago
Per Bothner
96eb46258b
Fixed typo.
35 years ago
John Gilmore
33ce0085ba
* Makefile.in: Avoid using $< in explicit Make rules (it doesn't
work). Add some lines to avoid Sun Make VPATH bugs.
35 years ago
Per Bothner
b7e24eef35
* news.sc: Add alignment for data segment.
* 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 ".".
35 years ago
Roland Pesch
10a69a373d
Slightly better comments (re doc targets).
35 years ago
Roland Pesch
b55e0948ed
* Makefile.in: new targets ld.ms, ld-index.ms
ld.texinfo: remove tabs, other cleanups for texi2roff
35 years ago
Roland Pesch
8073190bd2
Support for "ld.ms", "ld-index.ms" ROFF-style doc targets.
35 years ago
Per Bothner
6719c75b99
* ldmain.c (main): Make config.magic_demand_paged be true
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.
35 years ago
Steve Chamberlain
c97b47fec2
*** empty log message ***
35 years ago
Steve Chamberlain
e9fcc7432e
Initial revision
35 years ago
Steve Chamberlain
565a4c769c
* Makefile.in, config.h, configure.in, ldemul.c: added ebmon29k
stuff
35 years ago
Steve Chamberlain
8e10cea146
* ldtemplate: include bfd.h before sysdep.h.
35 years ago
John Gilmore
1f8fc34f25
Restructure configuration scheme for bfd, binutils, ld.
35 years ago
John Gilmore
d2da7464de
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
35 years ago
John Gilmore
683819e163
Restructure configuration scheme for bfd, binutils, ld.
* config/: Rename some config files to match up h-*.h names.
Remove all the HOST_SYS definitions from the config files.
35 years ago
John Gilmore
8a60817c38
Revise to symlink sysdep.h to ../bfd/hosts/h-xxx.h.
Change some config names to match other dirs.
35 years ago