8bf6eca77b3eedc84a711ffe8140f2b12afbd68c
[platform/upstream/binutils.git] / ld / ChangeLog
1 2007-01-19 H.J. Lu  <hongjiu.lu@intel.com>
2
3         * NEWS: Mention --default-script/-dT.
4
5         * ld.h (args_type): Add a default_script field.
6
7         * ld.texinfo: Document --default-script/-dT.
8
9         * ldmain.c (main): Handle command_line.default_script.
10
11         * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
12         (ld_options): Add entries for --default-script and -dT.
13         (parse_args): Handle --default-script/-dT.
14
15 2007-01-16  H.J. Lu  <hongjiu.lu@intel.com>
16
17         PR ld/3831
18         * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
19         --dynamic-list-cpp-new.
20
21         * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
22         and --dynamic-list-cpp-new.
23
24         * ldlang.c (lang_append_dynamic_list_cpp_new): New.
25         (lang_process): Change link_info.dynamic to
26         link_info.dynamic_list.
27         (lang_append_dynamic_list): Likewise.
28         * ldmain.c (main): Likewise.  Initialize link_info.dynamic and
29         link_info.dynamic_data to FALSE.
30
31         * ldlang.h (lang_append_dynamic_list_cpp_new): New.
32
33         * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
34         OPTION_DYNAMIC_LIST_CPP_NEW.
35         (ld_options): Add entries for -Bsymbolic-functions,
36         --dynamic-list-data and --dynamic-list-cpp-new.  Make
37         -Bsymbolic-functions an alias of --dynamic-list-data.
38         (parse_args): Change link_info.dynamic to link_info.dynamic_list.
39         Set link_info.dynamic to TRUE for --dynamic-list and
40         --dynamic-list-cpp-typeinfo.  Handle --dynamic-list-data and
41         --dynamic-list-cpp-new.
42
43 2007-01-11  Nathan Sidwell  <nathan@codesourcery.com>
44
45         * emultempl/elf-generic.em (gdl_map_segments): Only allow header
46         shrinkage for the first few iterations.
47
48 2007-01-08  Kai Tietz   <kai.tietz@onevision.com>
49
50         * configure.tgt: Renamed target x86_64-*-mingw64 to
51         x86_64-*-mingw*.
52
53 2007-01-08  Pedro Alves  <pedro_alves@portugalmail.pt>
54
55         * configure.host: Add i[3-7]86-*-mingw* case.
56
57 2007-01-08  Nick Clifton  <nickc@redhat.com>
58
59         * pep-dll.h (pep_bfd_is_dll): Add prototype.
60
61 2007-01-08  Aurelien Jarno  <aurelien@aurel32.net>
62
63         PR ld/3843
64         * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
65         tdir_elf_i386_fbsd.
66
67 2007-01-06  Nathan Sidwell  <nathan@codesourcery.com>
68
69         * ldexp.c (fold_name): Issue error on undefined sections.
70
71 2007-01-02  Alan Modra  <amodra@bigpond.net.au>
72
73         * pe-dll.c: Include pe-dll.h.
74         * pep-dll.c (pe_bfd_is_dll): Define.
75
76 For older changes see ChangeLog-2006
77 \f
78 Local Variables:
79 mode: change-log
80 left-margin: 8
81 fill-column: 74
82 version-control: never
83 End: