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