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
John Gilmore
f177a611f1
Include bfd.h before sysdep.h, so ansidecl and PROTO() get defined first.
35 years ago
K. Richard Pixley
1a31570390
updating
35 years ago
K. Richard Pixley
e59c58e3b1
Initial revision
35 years ago
Per Bothner
6383fc6d94
Added h8300hds.{c,sc}.
35 years ago
Per Bothner
ee17cac9c6
* ldexp.h, ldlang.h: Change enum boolean -> enum bfd_boolean.
* 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.
35 years ago
Roland Pesch
8d317d2a7a
* Makefile.in: fix target ld.dvi, add target ld.info
ld.texinfo: make info filename ld.info
35 years ago
Steve Chamberlain
bee36ac3e7
Added right dependencies for h8300hds.sc
35 years ago
Steve Chamberlain
58b8383afd
Support for the h8300 with an hds monitor, first cut.
35 years ago
Steve Chamberlain
897d094ae0
Initial revision
35 years ago
John Gilmore
5784123fb7
* Makefile.in: Avoid using $< in non-suffix rules (breaks on Sun Make).
* ldfile.c, ldlang.c, ldmain.c, ldwrite.c: Cope with renames of a
few BFD types & enums.
* ChangeLog: Create.
35 years ago
John Gilmore
558175fb60
Initial revision
35 years ago
Roland Pesch
2c5c06749f
Fixed info-markup bugs; makeinfo now succeeds with no complaints.
35 years ago
Steve Chamberlain
3e4c643dc1
Added -N and fixed -n flags.
Changed name of h8 support
35 years ago
Per Bothner
3e0f5f4f9e
Added a kludge for when yacc is used in place of bison:
Rename the yacc outputs y.tab.[ch] to what we want: ldgram.[ch].
35 years ago
K. Richard Pixley
e45bef1edd
Some $(srcdir)'s become $(unsubdir)'s in order to support +objdir.
35 years ago
K. Richard Pixley
f1eb48b62e
no more configure on which to depend
35 years ago
K. Richard Pixley
4976e6ab23
Very minor bug, broke "make -t".
35 years ago
K. Richard Pixley
5a168a17ee
resync
35 years ago
K. Richard Pixley
b9fe720d06
steves h8 patches
35 years ago
Steve Chamberlain
7fe11a82b4
Various lints and uses the new arch functions
35 years ago