Fred Fish
eac6290c7e
* ldmain.c (HAVE_SBRK): Define for everything except
...
specific systems that are known to not support sbrk.
(main): Use HAVE_SBRK to decide whether or not to use sbrk.
1995-07-05 07:47:43 +00:00
Ian Lance Taylor
7158d2b1a3
* emultempl/elf32.em (gld${EMULATION_NAME}_find_exp_assignment):
...
Handle etree_provide.
PR 7164.
1995-07-04 17:44:38 +00:00
Ian Lance Taylor
7523be3552
* emultempl/elf32.em (global_needed): New static variable.
...
(global_found): Likewise.
(gld${EMULATION_NAME}_after_open): New static function.
(gld${EMULATION_NAME}_search_needed): Likewise.
(gld${EMULATION_NAME}_try_needed): Likewise.
(gld${EMULATION_NAME}_check_needed): Likewise.
(ld_${EMULATION_NAME}_emulation): Replace after_open_default with
gld${EMULATION_NAME}_after_open.
PR 7083.
1995-07-04 16:57:34 +00:00
Steve Chamberlain
cb848d619c
* configure.in (i386-*-win32): New target.
...
* ld/testsuite/versados/(t1,t2).ld: End in newlines.
1995-07-03 21:34:53 +00:00
Ian Lance Taylor
22d3533cae
* lexsup.c (parse_args): Let -G either set the small data size or
...
be equivalent to --shared, depending on the next argument. Accept
and ignore -z for Solaris compatibility.
PR 7118.
1995-07-03 18:40:26 +00:00
Ian Lance Taylor
243e769870
* lexsup.c (parse_args): Cast fopen result to PTR before storing
...
it in link_info.base_file. Fix indentation.
1995-07-02 21:53:21 +00:00
Steve Chamberlain
de71eb7786
Wed Jun 28 17:11:25 1995 Steve Chamberlain <sac@slash.cygnus.com>
...
* ldmain.c (main): Always initialize PE info in link_info.
* lexsup.c (OPTION_BASE_FILE): New option.
(parse_args): Handle new option.
* emulparams/armpe.sh: Output pei.
* emultempl/i386pe.em: Add newline to end.
* scripttempl/armpe.sc: Change output and quote the $s.
* scripttempl/i386pe.sc: Change output and quote the $s.
1995-06-29 00:21:00 +00:00
Steve Chamberlain
a900bc406e
Fix pathnames right..
1995-06-25 14:52:42 +00:00
Steve Chamberlain
cd5431634a
Fix filenames with two dots.
1995-06-24 02:48:48 +00:00
Ken Raeburn
a2fb6995e0
msdos and moss code from Bryan Ford
1995-06-23 02:05:04 +00:00
Michael Meissner
d513119138
Add .fixup section
1995-06-22 19:08:18 +00:00
Steve Chamberlain
b368d24697
Sanitize seems to care about trailing spaces.
1995-06-22 16:30:19 +00:00
Steve Chamberlain
1684136b21
add ld-versados.
1995-06-21 20:55:01 +00:00
Stan Shebs
aad9058089
Keep MPW x SH compiled linker script.
1995-06-21 20:00:22 +00:00
Steve Chamberlain
8370f03b67
New tests.
1995-06-21 17:15:11 +00:00
Stan Shebs
0283d893cb
* mpw-esh.c: New file, modified for MPW from esh.c.
...
* scripttempl/sh.sc: Reformatted to simplify MPWification,
use *() to concat stab sections instead of [].
1995-06-21 00:52:21 +00:00
Steve Chamberlain
8a239b6235
* scripttempl/armpe.sc: Add constructor support.
1995-06-15 15:48:35 +00:00
Steve Chamberlain
935cd0dd9d
* ldlang.c (lang_size_sections): Any section with a DATA
...
statement has contents.
1995-06-13 16:12:04 +00:00
Ken Raeburn
74b3ead343
m68k elf linker fixes from Andreas Schwab
1995-06-11 19:30:02 +00:00
Steve Chamberlain
ba0784fe48
* emulparams/armpe.sh, scriptempl/armpe.sc: Add end and stack.
1995-06-08 21:19:31 +00:00
Steve Chamberlain
28d0c3ce19
Add support for ARM-PE.
...
* Makefile.in (ALL_EMULATIONS): Add armpe.o
* configure.in: Recognize armpe.
* config/arm-pe.mt: New file.
* emulparams/armpe.sh: New file.
* scripttempl/armpe.sc: New file.
1995-05-24 18:26:23 +00:00
Ken Raeburn
6a98ecf24e
* lib/ld.exp (default_ld_compile): If cc argument is multiple words, use only
...
the first when trying to verify the availability of the compiler.
1995-05-23 00:20:44 +00:00
David Edelsohn
8574107796
(cf-h8300h.mt): Deleted.
1995-05-22 22:25:46 +00:00
Ken Raeburn
ff15324f63
Bunch of changes from Richard Earnshaw for generic bi-endian ARM aout targets.
...
Details in change logs.
1995-05-18 22:21:18 +00:00
Michael Meissner
7e11b1db3d
Make filenames unique to 8.3 characters for Powerpc.
1995-05-16 22:29:39 +00:00
Steve Chamberlain
3f38a017be
Fri May 12 11:03:55 1995 Steve Chamberlain <sac@slash.cygnus.com>
...
Tom Griest <griest@cs.yale.edu>
Initial support for PE executables (eg NT, win32)
* Makefile.in (configure.in, ei386pe): Add support.
* ldmain.c (main): Initialize PE argument info.
* ldwrite.c (print_file_stuff): Don't print out .drectve
and .debug section info.
* lexsup.c (set_subsystem, set_stack_heap, OPTION_HEAP,
OPTION_SUBSYSTEM, parse_argsm set_subsystem, set_stack_heap):
Handle new arguments.
* config/i386-pe.mt, emultempl/i386pe.em, scripttempl/i386pe.sc:
New files
1995-05-12 18:55:06 +00:00
Stu Grossman
dea16e4dba
* scripttempl/hppaelf.sc: Remove .PARISC.unwind section from text
...
segment. This allows ld -r to preserve unwind sections.
1995-05-11 01:40:42 +00:00
Michael Meissner
417ced0de7
Add little endian PowerPC support.
1995-05-09 21:23:44 +00:00
Ken Raeburn
fa9dea803d
* ldlang.c (print_output_section_statement): Check subsection_alignment,
...
instead of checking section_alignment twice. Noticed by Alan Modra
<alan@spri.levels.unisa.edu.au>.
1995-05-03 18:08:09 +00:00
Jeff Law
55ac59da2e
Add hppa1.1-hp-lites support.
1995-05-02 22:39:41 +00:00
Ken Raeburn
575a4d91ed
keep new files
1995-04-15 08:21:11 +00:00
Ken Raeburn
bd1a093d78
* Makefile.in (ALL_EMULATIONS): Added em68kelf.o.
...
(em68kelf.o): New target.
* config/m68k-elf.mt, emulparams/m68kelf.sh: New files.
* configure.in: Use them for m68*-*-elf.
1995-04-14 20:33:05 +00:00
Stan Shebs
36ae618cfb
Always keep MPW support
1995-04-12 18:46:15 +00:00
Stan Shebs
b8e2d17d95
Merge MPW ChangeLog with generic ChangeLog
1995-04-12 18:44:27 +00:00
David Edelsohn
7e87eb1342
* emulparams/arcelf.sh (ENTRY): Define.
1995-04-07 03:40:15 +00:00
Ian Lance Taylor
59b4c1998a
Thu Mar 30 14:32:26 1995 H.J. Lu (hjl@nynexst.com)
...
* configure.in: Change linux to default to elf. Using
i[345]86-*-linuxaout will build a linker which defaults to a.out.
* config/i386-laout.mt: Rename from old config/i386-linux.mt.
* config/i386-linux.mt: Rename from old config/i386-lelf.mt.
* config/i386-lelf.mt: Remove.
1995-03-30 19:42:38 +00:00
Ian Lance Taylor
e920526d00
* ld.texinfo, ld.1: Document the -no-keep-memory option.
1995-03-30 18:10:51 +00:00
Ian Lance Taylor
a735edad13
* ldmain.c (main): Revert patch of March 10, since the SVR4 linker
...
does mark shared libraries as executable.
1995-03-27 16:11:22 +00:00
Ian Lance Taylor
68233e44d9
* ldlang.c (lang_common): Change power to int. Pass larger values
...
before smaller values.
(lang_one_common): Treat info as int *. Don't bother to check for
last value, since it is now zero.
1995-03-21 20:17:07 +00:00
Ian Lance Taylor
4da1dceac5
tipo
1995-03-18 06:56:51 +00:00
Ian Lance Taylor
f400bbbb4f
* ldlang.c (load_symbols): An empty is archive is OK.
1995-03-18 06:53:14 +00:00
Stan Shebs
6e49f018bc
update for changed mpw filename
1995-03-18 00:14:30 +00:00
Stan Shebs
ab4ccfd5bc
* mpw-config.in (i386-unknown-aout): Change to i386-unknown-go32.
...
(i386-unknown-coff): Remove.
(sh-hitachi-hms): New target.
(emulation_ofiles): Set correctly for each target.
(version, TDEFINES): Add to makefile fragment.
* mpw-make.in (BISON): Use byacc instead of bison.
(em_*.c): Replace with e*.c everywhere.
(ldgram.h): Separate action from ldgram.c generation.
(LD_PROG): Depend on Version.r.
(Version.r): generate from version info.
* mpw-em.c: Remove.
* mpw-emipsidt.c: New file, modified for MPW from emipsidt.c.
1995-03-18 00:13:26 +00:00
Michael Meissner
86d0248d41
Provide eabi C++ static constructor/destructor support.
1995-03-16 22:22:39 +00:00
Ian Lance Taylor
ee499d8192
* ld.texinfo, ld.1: Document --whole-archive.
1995-03-16 19:14:24 +00:00
Ian Lance Taylor
f2f55b1677
* ldlang.c (load_symbols): If whole_archive is true and ENTRY
...
describes an archive, call bfd_link_add_symbols on each member.
* ldmain.c (whole_archive): New variable.
(main): Initialize it to false.
* ldmain.h: Declare whole_archive.
* lexsup.c (parse_args): Grok --whole-archive switch.
1995-03-16 19:06:41 +00:00
Ian Lance Taylor
171eb2f259
* genscripts.sh (EMULATION_NAME): Set LIB_PATH to empty when not
...
using the default emulation.
1995-03-16 17:03:26 +00:00
Ian Lance Taylor
cb5362c557
* config/dgux.mh (HOSTING_EMU): Use -m rather than trying to set
...
LDEMULATION.
* config/hppaelf.mh (HOSTING_EMU): Likewise.
1995-03-16 16:39:53 +00:00
Ian Lance Taylor
e66fa842d0
* emultempl/sunos.em (gld${EMULATION_NAME}_find_so): Set force_maj
...
for -lc.N. From H.J. Lu <hjl@nynexst.com>.
1995-03-14 17:32:12 +00:00
Ian Lance Taylor
22c41f00b6
* ldmain.c (main): Don't set EXEC_P if link_info.shared is set.
1995-03-10 20:26:49 +00:00