* emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
[deliverable/binutils-gdb.git] / ld / ChangeLog
1 2007-02-13 Alan Modra <amodra@bigpond.net.au>
2
3 * emultempl/spu_ovl.S (__ovly_return, __ovly_load): Set sym size.
4 (__ovly_load_event): Define.
5 (size): Rename to osize.
6 * emultempl/spu_ovl.o: Regenerate.
7
8 2007-02-13 Alan Modra <amodra@bigpond.net.au>
9
10 * emulparams/elf64ppc.sh (OTHER_READWRITE_SECTIONS): Add ".branch_lt".
11 * emultempl/ppc64elf.em (ppc_add_stub_section): Create without
12 SEC_RELOC flag set.
13
14 2007-02-09 H.J. Lu <hongjiu.lu@intel.com>
15
16 * configure.in (targ_extra_emuls): Add $targ64_extra_emuls if
17 want64 is true.
18 (targ_extra_libpath): Add $targ64_extra_libpath if want64 is
19 true
20 * configure: Regenerated.
21
22 * configure.tgt (targ_extra_libpath): Initialize.
23 (targ64_extra_emuls): New. Document. Initialize.
24 (targ64_extra_libpath): Likewise.
25 (i[3-7]86-*-linux-*): Set targ64_extra_emuls and
26 targ64_extra_libpath.
27 (powerpc*-*-linux*): Likewise.
28 (s390-*-linux*): Likewise.
29
30 2007-02-07 Paul Brook <paul@codesourcery.com>
31
32 * configure.tgt: Add arm*-*-uclinux-*eabi.
33
34 2007-02-06 H.J. Lu <hongjiu.lu@intel.com>
35
36 * ldlang.c (lang_size_sections_1): Add a missing `)'.
37
38 2007-02-06 Alan Modra <amodra@bigpond.net.au>
39
40 PR ld/3966
41 * ldlang.c (lang_size_sections_1): Don't warn on backwards dot
42 move unless section size is non-zero.
43
44 2007-02-05 Dave Brolley <brolley@redhat.com>
45
46 * Makefile.am (ALL_EMULATIONS): Add support for Toshiba MeP.
47 * configure.tgt: Likewise.
48 * scripttempl/mep.sc: New file.
49 * emulparams/elf32mep.sh: New file.
50 * Makefile.in: Regenerate.
51
52 2006-01-29 Julian Brown <julian@codesourcery.com>
53
54 * NEWS: Mention --vfp11-denorm-fix option.
55 * ld.texinfo: Document above.
56 * emulparams/armelf_linux.sh (OTHER_TEXT_SECTIONS): Add
57 .vfp11_veneer section.
58 * emulparams/armelf.sh (OTHER_TEXT_SECTIONS): Likewise.
59 * emultempl/armelf.em (vfp11_denorm_fix): New static variable.
60 (arm_elf_before_allocation): Call bfd_elf32_arm_set_vfp11_fix,
61 bfd_elf32_arm_init_maps and bfd_elf32_arm_vfp11_erratum_scan.
62 (arm_elf_after_allocation): New function. Call
63 bfd_elf32_arm_vfp11_fix_veneer_locations for all input statements.
64 (arm_elf_create_output_section_statements): Pass vfp11 fix command
65 line option to BFD.
66 (OPTION_VFP11_DENORM_FIX): New option.
67 (PARSE_AND_LIST_LONGOPTS): Handle new option.
68 (PARSE_AND_LIST_OPTIONS): Likewise.
69 (PARSE_AND_LIST_ARGS_CASES): Likewise.
70 (LDEMUL_AFTER_ALLOCATION): Define.
71
72 2007-01-24 H.J. Lu <hongjiu.lu@intel.com>
73
74 * ldgram.y (SIZEOF_HEADERS): Remove duplicated one.
75 (DEFSYMEND): Likewise.
76 (NAME): Likewise.
77 (LNAME): Likewise.
78
79 2007-01-19 Murali Vemulapati <murali.vemulapati@gmail.com>
80
81 * pe-dll.c: (make_one) Conditionally include jump stubs.
82 * emultempl/pe.em (gld_${EMULATION_NAME}_after_open): Identify
83 redundant jump stubs from import libraries and exclude them from
84 link.
85
86 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
87
88 * ld.h (args_type): Add new symbolic and dynamic_list fields.
89
90 * ld.texinfo: Update -Bsymbolic-functions.
91
92 * ldmain.c (main): Initialize command_line.symbolic to
93 symbolic_unset and command_line.dynamic_list to
94 dynamic_list_unset. Check -Bsymbolic, -Bsymbolic-functions and
95 --dynamic-list* before setting link_info.symbolic,
96 link_info.dynamic and link_info.dynamic_data.
97
98 * lexsup.c (option_values): Add OPTION_SYMBOLIC_FUNCTIONS.
99 (ld_options): Use OPTION_SYMBOLIC_FUNCTIONS with
100 -Bsymbolic-functions.
101 (parse_args): Handle -Bsymbolic-functions. Don't set
102 link_info.dynamic, link_info.dynamic_data and link_info.symbolic
103 here. Set command_line.symbolic for -Bsymbolic. Set
104 command_line.dynamic_list and command_line.symbolic for
105 --dynamic-list-data, --dynamic-list-cpp-new,
106 --dynamic-list-cpp-typeinfo and --dynamic-list.
107
108 2007-01-19 Jakub Jelinek <jakub@redhat.com>
109 H.J. Lu <hongjiu.lu@intel.com>
110
111 * emultempl/elf32.em (handle_option): Make sure -z max-page-size
112 or -z common-page-size argument is a power of 2. Call
113 bfd_emul_set_maxpagesize and bfd_emul_set_commonpagesize.
114
115 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
116
117 * ldmain.c (main): Don't call bfd_emul_set_maxpagesize nor
118 bfd_emul_set_commonpagesize.
119
120 2007-01-19 H.J. Lu <hongjiu.lu@intel.com>
121
122 * NEWS: Mention --default-script/-dT.
123
124 * ld.h (args_type): Add a default_script field.
125
126 * ld.texinfo: Document --default-script/-dT.
127
128 * ldmain.c (main): Handle command_line.default_script.
129
130 * lexsup.c (option_values): Add OPTION_DEFAULT_SCRIPT.
131 (ld_options): Add entries for --default-script and -dT.
132 (parse_args): Handle --default-script/-dT.
133
134 2007-01-16 H.J. Lu <hongjiu.lu@intel.com>
135
136 PR ld/3831
137 * NEWS: Mention -Bsymbolic-functions, --dynamic-list-data and
138 --dynamic-list-cpp-new.
139
140 * ld.texinfo: Document -Bsymbolic-functions, --dynamic-list-data
141 and --dynamic-list-cpp-new.
142
143 * ldlang.c (lang_append_dynamic_list_cpp_new): New.
144 (lang_process): Change link_info.dynamic to
145 link_info.dynamic_list.
146 (lang_append_dynamic_list): Likewise.
147 * ldmain.c (main): Likewise. Initialize link_info.dynamic and
148 link_info.dynamic_data to FALSE.
149
150 * ldlang.h (lang_append_dynamic_list_cpp_new): New.
151
152 * lexsup.c (option_values): Add OPTION_DYNAMIC_LIST_DATA and
153 OPTION_DYNAMIC_LIST_CPP_NEW.
154 (ld_options): Add entries for -Bsymbolic-functions,
155 --dynamic-list-data and --dynamic-list-cpp-new. Make
156 -Bsymbolic-functions an alias of --dynamic-list-data.
157 (parse_args): Change link_info.dynamic to link_info.dynamic_list.
158 Set link_info.dynamic to TRUE for --dynamic-list and
159 --dynamic-list-cpp-typeinfo. Handle --dynamic-list-data and
160 --dynamic-list-cpp-new.
161
162 2007-01-11 Nathan Sidwell <nathan@codesourcery.com>
163
164 * emultempl/elf-generic.em (gdl_map_segments): Only allow header
165 shrinkage for the first few iterations.
166
167 2007-01-08 Kai Tietz <kai.tietz@onevision.com>
168
169 * configure.tgt: Renamed target x86_64-*-mingw64 to
170 x86_64-*-mingw*.
171
172 2007-01-08 Pedro Alves <pedro_alves@portugalmail.pt>
173
174 * configure.host: Add i[3-7]86-*-mingw* case.
175
176 2007-01-08 Nick Clifton <nickc@redhat.com>
177
178 * pep-dll.h (pep_bfd_is_dll): Add prototype.
179
180 2007-01-08 Aurelien Jarno <aurelien@aurel32.net>
181
182 PR ld/3843
183 * configure.tgt (x86_64_[k]freebsd*): Add targ_extra_libpath and
184 tdir_elf_i386_fbsd.
185
186 2007-01-06 Nathan Sidwell <nathan@codesourcery.com>
187
188 * ldexp.c (fold_name): Issue error on undefined sections.
189
190 2007-01-02 Alan Modra <amodra@bigpond.net.au>
191
192 * pe-dll.c: Include pe-dll.h.
193 * pep-dll.c (pe_bfd_is_dll): Define.
194
195 For older changes see ChangeLog-2006
196 \f
197 Local Variables:
198 mode: change-log
199 left-margin: 8
200 fill-column: 74
201 version-control: never
202 End:
This page took 0.035785 seconds and 5 git commands to generate.