* Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
[deliverable/binutils-gdb.git] / ld / ChangeLog
CommitLineData
9c8ebd6a
DJ
12003-01-06 Daniel Jacobowitz <drow@mvista.com>
2
3 * Makefile.am (eelf32iq10.c): Fix tab/whitespace mixup.
4
5 * Makefile.am (ldmain.o): Add @TARGET_SYSTEM_ROOT_DEFINE@.
6 (GENSCRIPTS): Add @use_sysroot@.
7 * Makefile.in: Regenerated.
8 * configure.host: Move setting of NATIVE_LIB_DIRS to...
9 * configure.tgt: ... here. Use ${target} instead of ${host}
10 for NATIVE_LIB_DIRS.
11 * configure.in: Add --with-sysroot.
12 * configure: Regenerated.
13 * genscripts.sh: Accept use_sysroot option. Set new variables
14 NATIVE and USE_LIBPATH. Prepend "=" to directory names if
15 $use_sysroot. Don't search $tool_lib if $use_sysroot.
16 * ldfile.c (ldfile_add_library_path): Handle leading '='.
17 * ldmain.c (TARGET_SYSTEM_ROOT): Define if not defined.
18 (ld_sysroot): New variable.
19 (main): Initialize ld_sysroot.
20 * ldmain.h (ld_sysroot): New extern.
21 * emultempl/elf32.em: Use NATIVE and USE_LIBPATH instead of
22 searching $EMULATION_LIBPATH.
23 (gld${EMULATION_NAME}_add_sysroot): New function.
24 (gld${EMULATION_NAME}_check_ld_so_conf): Use it. Honor ld_sysroot.
25 (gld${EMULATION_NAME}_after_open): Likewise. Only search
26 environment variables if $NATIVE.
27 * ld.texinfo (Options): Mention "=" prefix in the description of -L.
28 * NEWS: Mention --with-sysroot.
29
30 * emulparams/elf32bmipn32-defs.sh: Set NATIVE and LIBPATH_SUFFIX
31 instead of setting LIB_PATH.
32 * emulparams/elf32ppc.sh: Likewise.
33 * emulparams/elf64_s390.sh: Likewise.
34 * emulparams/elf64_sparc.sh: Likewise.
35 * emulparams/elf64ppc.sh: Likewise.
36 * emulparams/elf_x86_64.sh: Likewise.
37
38 * emulparams/elf64_aix.sh: Add "=" prefixes to LIB_PATH.
39 * emulparams/elf64hppa.sh: Add "=" prefixes to LIB_PATH.
40
54d4efe3
CF
412003-01-03 Charles Wilson <cwilson@ece.gatech.edu>
42
43 * ld/pe-dll.c (autofilter_symbollist): Add cygwin_crt0.
44
cdc0d45e
DJ
452003-01-04 Daniel Jacobowitz <drow@mvista.com>
46
47 * Makefile.am (ldmain.o): Pass BINDIR.
48 * Makefile.in: Regenerated.
49 * ldmain.c (set_scripts_dir): Use make_relative_prefix for the first
50 search path.
51
e09a7106
SC
522003-01-02 Ben Elliston <bje@redhat.com>
53
54 * Makefile.am (ALL_EMULATIONS): Add eelf32iq2000.o.
55 (eelf32iq2000.c): New target.
56 * Makefile.in: Regenerate.
57 * configure.tgt: Handle iq2000-*-elf.
58 * emulparams/elf32iq10.sh: New file.
59 * emulparams/elf32iq2000.sh: New file.
60 * scripttempl/iq2000.sc: New file.
61
1c43e6e5
NC
622003-01-02 Charles Wilson <cwilson@ece.gatech.edu>
63
64 * pe-dll.c (autofilter_symbollist): Add do_pseudo_reloc
65 and _pei386_runtime_relocator to the exclude list.
66
396a2467
KH
672003-01-01 Kazu Hirata <kazu@cs.umass.edu>
68
69 * ldfile.c: Fix comment typos.
70 * ldlang.c: Likewise.
71 * mri.c: Likewise.
72 * pe-dll.c: Likewise.
73
980c112c
DJ
742003-01-01 Daniel Jacobowitz <drow@mvista.com>
75
76 Suggested by Manfred Hollstein <manfred.h@gmx.net>:
77 * Makefile.am (ld.1): Depend on configdoc.texi
78 and ldver.texi.
79 * Makefile.in: Regenerated.
80
396a2467 812002-12-24 Dmitry Diky <diwil@mail.ru>
2469cfa2
NC
82
83 * Makefile.am: Add msp430 target.
84 * configure.tgt: Likewise.
85 * Makefile.in: Regenerate.
86 * emulparams/msp430x???.sh: New files. Linker script parameters
87 for various msp430 configurations.
88 * gen-doc.texi: Enable msp430 documenation.
89 * ld.texinfo: Document msp430 sections.