* NEWS: Mention --vfp11-denorm-fix option.
[binutils-gdb.git] / ld / ChangeLog
1 2006-01-29 Julian Brown <julian@codesourcery.com>
2
3 * NEWS: Mention --vfp11-denorm-fix option.
4 * ld.texinfo: Document above.
5 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
6 .vfp11_veneer section.
7 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
8 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
9 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
10 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
11 (arm_elf_after_allocation): New function. Call
12 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
13 (arm_elf_create_output_section_statements): Pass vfp11 fix command
14 line option to BFD.
15 (OPTION_VFP11_DENORM_FIX): New option.
16 (PARSE_AND_LIST_LONGOPTS): Handle new option.
17 (PARSE_AND_LIST_OPTIONS): Likewise.
18 (PARSE_AND_LIST_ARGS_CASES): Likewise.
19 (LDEMUL_AFTER_ALLOCATION): Define.
20
21 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
22
23 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
24 (DEFSYMEND): Likewise.
25 (NAME): Likewise.
26 (LNAME): Likewise.
27
28 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
29
30 * pe-dll.c: (make_one) Conditionally include jump stubs.
31 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
32 redundant jump stubs from import libraries and exclude them from
33 link.
34
35 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
36
37 * ld.h (args_type): Add new symbolic and dynamic_list fields.
38
39 * ld.texinfo: Update -Bsymbolic-functions.
40
41 * ldmain.c (main): Initialize command_line.symbolic to
42 symbolic_unset and command_line.dynamic_list to
43 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
44 --dynamic-list* before setting link_info.symbolic,
45 link_info.dynamic and link_info.dynamic_data.
46
47 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
48 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
49 -Bsymbolic-functions.
50 (parse_args): Handle -Bsymbolic-functions. Don't set
51 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
52 here. Set command_line.symbolic for -Bsymbolic. Set
53 command_line.dynamic_list and command_line.symbolic for
54 --dynamic-list-data, --dynamic-list-cpp-new,
55 --dynamic-list-cpp-typeinfo and --dynamic-list.
56
57 2007-01-19 Jakub Jelinek <jakub@redhat.com>
58 H.J. Lu <hongjiu.lu@intel.com>
59
60 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
61 or -z common-page-size argument is a power of 2. Call
62 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
63
64 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
65
66 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
67 bfd_emul_set_commonpagesize.
68
69 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
70
71 * NEWS: Mention --default-script/-dT.
72
73 * ld.h (args_type): Add a default_script field.
74
75 * ld.texinfo: Document --default-script/-dT.
76
77 * ldmain.c (main): Handle command_line.default_script.
78
79 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
80 (ld_options): Add entries for --default-script and -dT.
81 (parse_args): Handle --default-script/-dT.
82
83 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
84
85 PR ld/3831
86 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
87 --dynamic-list-cpp-new.
88
89 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
90 and --dynamic-list-cpp-new.
91
92 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
93 (lang_process): Change link_info.dynamic to
94 link_info.dynamic_list.
95 (lang_append_dynamic_list): Likewise.
96 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
97 link_info.dynamic_data to FALSE.
98
99 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
100
101 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
102 OPTION_DYNAMIC_LIST_CPP_NEW.
103 (ld_options): Add entries for -Bsymbolic-functions,
104 --dynamic-list-data and --dynamic-list-cpp-new. Make
105 -Bsymbolic-functions an alias of --dynamic-list-data.
106 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
107 Set link_info.dynamic to TRUE for --dynamic-list and
108 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
109 --dynamic-list-cpp-new.
110
111 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
112
113 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
114 shrinkage for the first few iterations.
115
116 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
117
118 * configure.tgt: Renamed target x86_64-*-mingw64 to
119 x86_64-*-mingw*.
120
121 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
122
123 * configure.host: Add i[3-7]86-*-mingw* case.
124
125 2007-01-08 Nick Clifton <nickc@redhat.com>
126
127 * pep-dll.h (pep_bfd_is_dll): Add prototype.
128
129 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
130
131 PR ld/3843
132 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
133 tdir_elf_i386_fbsd.
134
135 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
136
137 * ldexp.c (fold_name): Issue error on undefined sections.
138
139 2007-01-02 Alan Modra <amodra@bigpond.net.au>
140
141 * pe-dll.c: Include pe-dll.h.
142 * pep-dll.c (pe_bfd_is_dll): Define.
143
144 For older changes see ChangeLog-2006
145 \f
146 Local Variables:
147 mode: change-log
148 left-margin: 8
149 fill-column: 74
150 version-control: never
151 End: