*** empty log message ***
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
d1238d12
CC
12010-08-12 Cary Coutant <ccoutant@google.com>
2
3 * testsuite/incremental_test.sh: Rewrite.
4 * testsuite/incremental_test_1.c: Rewrite.
5 * testsuite/incremental_test_2.c: Rewrite.
6
0e70b911
CC
72010-08-12 Cary Coutant <ccoutant@google.com>
8
9 * arm.cc (Target_arm::got_size): Add const.
10 (Target_arm::got_entry_count): New function.
11 (Target_arm::plt_entry_count): New function.
12 (Target_arm::first_plt_entry_offset): New function.
13 (Target_arm::plt_entry_size): New function.
14 (Output_data_plt_arm::entry_count): New function.
15 (Output_data_plt_arm::first_plt_entry_offset): New function.
16 (Output_data_plt_arm::get_plt_entry_size): New function.
17 * i386.cc (Target_i386::got_size): Add const.
18 (Target_i386::got_entry_count): New function.
19 (Target_i386::plt_entry_count): New function.
20 (Target_i386::first_plt_entry_offset): New function.
21 (Target_i386::plt_entry_size): New function.
22 (Output_data_plt_i386::entry_count): New function.
23 (Output_data_plt_i386::first_plt_entry_offset): New function.
24 (Output_data_plt_i386::get_plt_entry_size): New function.
25 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
26 find_incremental_inputs_sections. Dump incremental_got_plt section.
27 * incremental.cc: Include target.h.
28 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
29 parameter. Adjust all callers. Find incremental_got_plt section.
30 (Incremental_inputs::create_data_sections): Create incremental_got_plt
31 section.
32 (Output_section_incremental_inputs::set_final_data_size): Calculate
33 size of incremental_got_plt section.
34 (Output_section_incremental_inputs::do_write): Write the
35 incremental_got_plt section.
36 (Got_plt_view_info): New struct.
37 (Local_got_offset_visitor): New class.
38 (Global_got_offset_visitor): New class.
39 (Global_symbol_visitor_got_plt): New class.
40 (Output_section_incremental_inputs::write_got_plt): New function.
41 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
42 Add parameter. Adjust all callers.
43 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
44 (Incremental_inputs::got_plt_section): New function.
45 (Incremental_inputs::got_plt_section_): New data member.
46 (Incremental_got_plt_reader): New class.
47 * layout.cc (Layout::create_incremental_info_sections): Add the
48 incremental_got_plt section.
49 * object.h (Got_offset_list::get_list): New function.
50 (Got offset_list::for_all_got_offsets): New function.
51 (Sized_relobj::local_got_offset_list): New function.
52 * powerpc.cc (Target_powerpc::got_size): Add const.
53 (Target_powerpc::got_entry_count): New function.
54 (Target_powerpc::plt_entry_count): New function.
55 (Target_powerpc::first_plt_entry_offset): New function.
56 (Target_powerpc::plt_entry_size): New function.
57 (Output_data_plt_powerpc::entry_count): New function.
58 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
59 (Output_data_plt_powerpc::get_plt_entry_size): New function.
60 * sparc.cc (Target_sparc::got_size): Add const.
61 (Target_sparc::got_entry_count): New function.
62 (Target_sparc::plt_entry_count): New function.
63 (Target_sparc::first_plt_entry_offset): New function.
64 (Target_sparc::plt_entry_size): New function.
65 (Output_data_plt_sparc::entry_count): New function.
66 (Output_data_plt_sparc::first_plt_entry_offset): New function.
67 (Output_data_plt_sparc::get_plt_entry_size): New function.
68 * symtab.h (Symbol::got_offset_list): New function.
69 (Symbol_table::for_all_symbols): New function.
70 * target.h (Sized_target::got_entry_count): New function.
71 (Sized_target::plt_entry_count): New function.
72 (Sized_target::plt_entry_size): New function.
73 * x86_64.cc (Target_x86_64::got_size): Add const.
74 (Target_x86_64::got_entry_count): New function.
75 (Target_x86_64::plt_entry_count): New function.
76 (Target_x86_64::first_plt_entry_offset): New function.
77 (Target_x86_64::plt_entry_size): New function.
78 (Output_data_plt_x86_64::entry_count): New function.
79 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
80 (Output_data_plt_x86_64::get_plt_entry_size): New function.
81
09ec0418
CC
822010-08-12 Cary Coutant <ccoutant@google.com>
83
84 * archive.cc: Include incremental.h.
85 (Archive::Archive): Initialize incremental_info_.
86 (Archive::include_member): Record archive members in incremental info.
87 (Add_archive_symbols::run): Record begin and end of an archive in
88 incremental info.
89 (Lib_group::include_member): Record objects in incremental info.
90 * archive.h (Incremental_archive_entry): Forward declaration.
91 (Archive::set_incremental_info): New member function.
92 (Archive::incremental_info): New member function.
93 (Archive::Unused_symbol_iterator): New class.
94 (Archive::unused_symbols_begin): New member function.
95 (Archive::unused_symbols_end): New member function.
96 (Archive::incremental_info_): New data member.
97 * incremental-dump.cc (find_input_containing_global): New function.
98 (dump_incremental_inputs): Dump new incremental info sections.
99 * incremental.cc: Include symtab.h.
100 (Output_section_incremental_inputs): New class.
101 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
102 new incremental info sections.
103 (Sized_incremental_binary::do_check_inputs): Likewise.
104 (Incremental_inputs::report_archive): Remove.
105 (Incremental_inputs::report_archive_begin): New function.
106 (Incremental_inputs::report_archive_end): New function.
107 (Incremental_inputs::report_object): New function.
108 (Incremental_inputs::finalize_inputs): Remove.
109 (Incremental_inputs::report_input_section): New function.
110 (Incremental_inputs::report_script): Rewrite.
111 (Incremental_inputs::finalize): Do nothing but finalize string table.
112 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
113 (Incremental_inputs::sized_create_inputs_section_data): Remove.
114 (Incremental_inputs::create_data_sections): New function.
115 (Incremental_inputs::relocs_entsize): New function.
116 (Output_section_incremental_inputs::set_final_data_size): New function.
117 (Output_section_incremental_inputs::do_write): New function.
118 (Output_section_incremental_inputs::write_header): New function.
119 (Output_section_incremental_inputs::write_input_files): New function.
120 (Output_section_incremental_inputs::write_info_blocks): New function.
121 (Output_section_incremental_inputs::write_symtab): New function.
122 * incremental.h (Incremental_script_entry): Forward declaration.
123 (Incremental_object_entry): Forward declaration.
124 (Incremental_archive_entry): Forward declaration.
125 (Incremental_inputs): Forward declaration.
126 (Incremental_inputs_header_data): Remove.
127 (Incremental_inputs_header): Remove.
128 (Incremental_inputs_header_write): Remove.
129 (Incremental_inputs_entry_data): Remove.
130 (Incremental_inputs_entry): Remove.
131 (Incremental_inputs_entry_write): Remove.
132 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
133 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
134 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
135 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
136 Likewise.
137 (Incremental_input_entry): New class.
138 (Incremental_script_entry): New class.
139 (Incremental_object_entry): New class.
140 (Incremental_archive_entry): New class.
141 (Incremental_inputs::Incremental_inputs): Initialize new data members.
142 (Incremental_inputs::report_inputs): Remove.
143 (Incremental_inputs::report_archive): Remove.
144 (Incremental_inputs::report_archive_begin): New function.
145 (Incremental_inputs::report_archive_end): New function.
146 (Incremental_inputs::report_object): Change prototype.
147 (Incremental_inputs::report_input_section): New function.
148 (Incremental_inputs::report_script): Change prototype.
149 (Incremental_inputs::get_reloc_count): New function.
150 (Incremental_inputs::set_reloc_count): New function.
151 (Incremental_inputs::create_data_sections): New function.
152 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
153 (Incremental_inputs::inputs_section): New function.
154 (Incremental_inputs::symtab_section): New function.
155 (Incremental_inputs::relocs_section): New function.
156 (Incremental_inputs::get_stringpool): Add const.
157 (Incremental_inputs::command_line): Add const.
158 (Incremental_inputs::inputs): Remove.
159 (Incremental_inputs::command_line_key): New function.
160 (Incremental_inputs::input_file_count): New function.
161 (Incremental_inputs::input_files): New function.
162 (Incremental_inputs::relocs_entsize): New function.
163 (Incremental_inputs::sized_create_inputs_section_data): Remove.
164 (Incremental_inputs::finalize_inputs): Remove.
165 (Incremental_inputs::Input_info): Remove.
166 (Incremental_inputs::lock_): Remove.
167 (Incremental_inputs::inputs_): Change type.
168 (Incremental_inputs::inputs_map_): Remove.
169 (Incremental_inputs::current_object_entry_): New data member.
170 (Incremental_inputs::inputs_section_): New data member.
171 (Incremental_inputs::symtab_section_): New data member.
172 (Incremental_inputs::relocs_section_): New data member.
173 (Incremental_inputs::reloc_count_): New data member.
174 (Incremental_inputs_reader): New class.
175 (Incremental_symtab_reader): New class.
176 (Incremental_relocs_reader): New class.
177 * layout.cc (Layout::finalize): Move finalization of incremental info
178 and creation of incremental info sections to follow finalization of
179 symbol table. Set offsets for postprocessing sections.
180 (Layout::create_incremental_info_sections): Call
181 Incremental_inputs::create_data_sections. Add incremental symtab
182 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
183 sections to layout after input sections.
184 * layout.h (struct Timespec): Forward declaration.
185 (Layout::incremental_inputs): Add const.
186 (Layout::create_incremental_info_sections): Add parameter.
187 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
188 * object.cc: Include incremental.h.
189 (Relobj::finalize_incremental_relocs): New function.
190 (Sized_relobj::do_layout): Record input sections in incremental info.
191 * object.h (Object::output_section): New function.
192 (Object::output_section_offset): Moved from Relobj.
193 (Object::get_incremental_reloc_base): New function.
194 (Object::get_incremental_reloc_count): New function.
195 (Object::do_output_section): New function.
196 (Object::do_output_section_offset): Moved from Relobj.
197 (Object::do_get_incremental_reloc_base): New function.
198 (Object::do_get_incremental_reloc_count): New function.
199 (Object::Object): Initialize new data members.
200 (Relobj::output_section): Renamed do_output_section and moved to
201 protected.
202 (Relobj::output_section_offset): Moved to Object.
203 (Relobj::do_get_incremental_reloc_base): New function.
204 (Relobj::do_get_incremental_reloc_count): New function.
205 (Relobj::allocate_incremental_reloc_counts): New function.
206 (Relobj::count_incremental_reloc): New function.
207 (Relobj::finalize_incremental_relocs): New function.
208 (Relobj::next_incremental_reloc_index): New function.
209 (Relobj::reloc_counts_): New data member.
210 (Relobj::reloc_bases_): New data member.
211 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
212 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
213 (Sized_relobj::incremental_relocs_scan): New function.
214 (Sized_relobj::incremental_relocs_scan_reltype): New function.
215 (Sized_relobj::incremental_relocs_write): New function.
216 (Sized_relobj::incremental_relocs_write_reltype): New function.
217 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
218 incremental link.
219 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
220 archives and object files elsewhere.
221 (Add_symbols::run): Report object files here.
222 (Finish_group::run): Report end of archive at end of group.
223 * reloc.cc: Include layout.h, incremental.h.
224 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
225 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
226 (Sized_relobj::incremental_relocs_scan): New function.
227 (Sized_relobj::incremental_relocs_scan_reltype): New function.
228 (Sized_relobj::do_relocate_sections): Write incremental relocations.
229 (Sized_relobj::incremental_relocs_write): New function.
230 (Sized_relobj::incremental_relocs_write_reltype): New function.
231 * script.cc (read_input_script): Rewrite test for incremental link.
232 Change call to Incremental_inputs::report_script.
233 * symtab.h (Symbol_table::first_global_index): New function.
234 (Symbol_table::output_count): New function.
235
ce0d1972
DK
2362010-08-12 Doug Kwan <dougkwan@google.com>
237
238 * arm.cc (Target_arm::merge_object_attributes): Check command line
239 options --no-wchar-size-warning and --no-enum-size-warning.
240 * options.h (General_options): Add ld-compatible options
241 --no-enum-size-warning and --no-wchar-size-warning.
242
6e5710ce
ILT
2432010-08-04 Ian Lance Taylor <iant@google.com>
244
245 * x86_64.cc (Target_x86_64::Scan::local): Use
246 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
247 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
248 (Target_x86_64::Scan::global): Likewise.
249 (Target_x86_64::Relocate::relocate): Likewise.
250 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
251 Likewise.
252
fef830db
CC
2532010-08-03 Cary Coutant <ccoutant@google.com>
254
255 * merge.cc (Output_merge_string::do_add_input_section): Count strings
256 to reserve space in merged_strings vector. Keep total input size
257 for stats.
258 (Output_merge_string::do_print_merge_stats): Print total input size.
259 * merge.h (Output_merge_string): Add input_size_ field.
260 * stringpool.cc (Stringpool_template::string_length): Move
261 implementations out of Stringpool_template class and place in
262 stringpool.h.
263 * stringpool.h (string_length): Move out of Stringpool_template.
264
1e3811b0
ILT
2652010-08-03 Ian Lance Taylor <iant@google.com>
266
267 PR 11712
268 * layout.cc (relaxation_loop_body): If address of load segment is
269 set, adjust address to include headers if possible.
270
7af0c620
ILT
2712010-08-03 Ian Lance Taylor <iant@google.com>
272
273 * version.cc (version_string): Bump to 1.10.
274
22f0da72
ILT
2752010-08-03 Ian Lance Taylor <iant@google.com>
276
277 PR 11805
278 * layout.h (enum Output_section_order): Define.
279 (class Layout): Update declarations.
280 * layout.cc (Layout::get_output_section): Add order parameter.
281 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
282 is_first_non_relro parameters. Change all callers.
283 (Layout::choose_output_section): Likewise.
284 (Layout::add_output_section_data): Likewise.
285 (Layout::make_output_section): Likewise. Set order.
286 (Layout::default_section_order): New function.
287 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
288 * output.cc (Output_section::Output_section): Initialize order_.
289 Don't initialize deleted fields.
290 (Output_segment::Output_segment): Don't initialize deleted
291 fields.
292 (Output_segment::add_output_section_to_load): New function
293 replacing add_output_section. Change all callers to call this or
294 add_output_section_to_nonload.
295 (Output_segment::add_output_section_to_nonload): New function.
296 (Output_segment::remove_output_section): Rewrite.
297 (Output_segment::add_initial_output_data): Likewise.
298 (Output_segment::has_any_data_sections): Likewise.
299 (Output_segment::is_first_section_relro): Likewise.
300 (Output_segment::maximum_alignment): Likewise.
301 (Output_segment::has_dynamic_reloc): New function replacing
302 dynamic_reloc_count. Change all callers.
303 (Output_segment::has_dynamic_reloc_list): New function replacing
304 dynamic_reloc_count_list. Change all callers.
305 (Output_segment::set_section_addresses): Rewrite.
306 (Output_segment::set_offset): Rewrite.
307 (Output_segment::find_first_and_last_list): Remove.
308 (Output_segment::set_tls_offsets): Rewrite.
309 (Output_segment::first_section_load_address): Likewise.
310 (Output_segment::output_section_count): Likewise.
311 (Output_segment::section_with_lowest_load_address): Likewise.
312 (Output_segment::write_section_headers): Likewise.
313 (Output_segment::print_sections_to_map): Likewise.
314 * output.h (class Output_data): Remove dynamic_reloc_count_
315 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
316 (Output_data::add_dynamic_reloc): Rewrite.
317 (Output_data::has_dynamic_reloc): New function.
318 (Output_data::dynamic_reloc_count): Remove.
319 (class Output_section): Add order_ field. Remvoe is_relro_local_,
320 is_last_relro_, is_first_non_relro_, is_interp_,
321 is_dynamic_linker_section_ fields. Add order and set_order
322 functions. Remove is_relro_local, set_is_relro_local,
323 is_last_relro, set_is_last_relro, is_first_non_relro,
324 set_is_first_non_relro functions, is_interp, set_is_interp,
325 is_dynamic_linker_section, and set_is_dynamic_linker_section
326 functions.
327 (class Output_segment): Change Output_data_list from std::list to
328 std:;vector. Add output_lists_ field. Remove output_data_ and
329 output_bss_ fields. Update declarations.
330
3ff2ccb0
ILT
3312010-08-02 Ian Lance Taylor <iant@google.com>
332
333 * arm.cc (Target_arm::gc_process_relocs): Use typename.
334 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
335 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
336
88a4108b
ILT
3372010-08-02 Ian Lance Taylor <iant@google.com>
338
339 PR 11855
340 * script.cc (Script_options::Script_options): Initialize
341 symbol_definitions_ and symbol_references_.
342 (Script_options::add_symbol_assignment): Update
343 symbol_definitions_ and symbol_references_.
344 (Script_options::add_symbol_reference): New function.
345 (script_symbol): New function.
346 * script.h (class Script_options): Add symbol_definitions_ and
347 symbol_references_ fields.
348 (Script_options::referenced_const_iterator): New type.
349 (Script_options::referenced_begin): New function.
350 (Script_options::referenced_end): New function.
351 (Script_options::is_referenced): New function.
352 (Script_options::any_unreferenced): New function.
353 * script-c.h (script_symbol): Declare.
354 * yyscript.y (exp): Call script_symbol.
355 * symtab.cc: Include "script.h".
356 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
357 Change all callers. Check symbols referenced by scripts.
358 (Symbol_table::add_undefined_symbols_from_command_line): Add
359 layout parameter. Change all callers.
360 (Symbol_table::do_add_undefined_symbols_from_command_line):
361 Likewise. Break out loop body. Check symbols referenced by
362 scripts.
363 (Symbol_table::add_undefined_symbol_from_command_line): New
364 function broken out of
365 do_add_undefined_symbols_from_command_line.
366 * symtab.h (class Symbol_table): Update declarations.
367 * archive.cc: Include "layout.h".
368 (Archive::should_include_member): Add layout parameter. Change
369 all callers. Check for symbol mentioned in expression.
370 * archive.h (class Archive): Update declaration.
371 * object.cc (Sized_relobj::do_should_include_member): Add layout
372 parameter.
373 * object.h (Object::should_include_member): Add layout parameter.
374 Change all callers.
375 (Object::do_should_include_member): Add layout parameter.
376 (class Sized_relobj): Update declaration.
377 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
378 parameter.
379 * dynobj.h (class Sized_dynobj): Update declaration.
380 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
381 layout parameter.
382 * plugin.h (class Sized_pluginobj): Update declaration.
383
5f1ab67a
ILT
3842010-08-02 Ian Lance Taylor <iant@google.com>
385
386 PR 11866
387 * output.cc (Output_segment::set_offset): Search for the first and
388 last sections rather than assuming that the list is in order.
389 (Output_segment::find_first_and_last_list): New function.
390 * output.h (class Output_segment): Update declarations.
391 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
392 (relro_strip_test_SOURCES): New variable.
393 (relro_strip_test_DEPENDENCIES): New variable.
394 (relro_strip_test_LDFLAGS): New variable.
395 (relro_strip_test_LDADD): New variable.
396 (relro_strip_test.so): New target.
397
a8df5856
ILT
3982010-08-02 Ian Lance Taylor <iant@google.com>
399
400 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
401 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
402 (Target_i386::got_tlsdesc_section): New function.
403 (Target_i386::got_section): Create space for GOT entries for
404 TLSDESC relocations.
405 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
406 R_386_TLS_GOTDESC.
407 (Target_i386::Scan::global): Likewise.
408 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
409 using TLSDESC GOT.
410 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
411 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
412 (Target_x86_64::got_tlsdesc_section): New function.
413 (Target_x86_64::got_section): Create space for GOT entries for
414 TLSDESC relocations.
415 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
416 R_386_TLS_GOTDESC.
417 (Target_x86_64::Scan::global): Likewise.
418 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
419 using TLSDESC GOT.
420
0c10a0a6
ILT
4212010-08-02 Ian Lance Taylor <iant@google.com>
422
423 * testsuite/final_layout.sh: Use dc to convert from hex to
424 decimal.
425
41cbeecc
ST
4262010-07-29 Sriraman Tallam <tmsriram@google.com>
427
428 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
429 paramter to the call to gold::gc_process_relocs.
430 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
431 paramter to the call to gold::gc_process_relocs.
432 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
433 parameter to the call to gold::gc_process_relocs.
434 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
435 template parameter to the call to gold::gc_process_relocs.
436 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
437 paramter to the call to gold::gc_process_relocs.
438 * gc.h (get_embedded_addend_size): New function.
439 (gc_process_relocs): Save the size of the reloc for use by ICF.
440 * icf.cc (get_section_contents): Get the addend from the text section
441 for SHT_REL relocation sections.
442 * icf.h (Icf::Reloc_addend_size_info): New typedef.
443 (Icf::Reloc_info): Add new member reloc_addend_size_info.
444 * int_encoding.h (read_from_pointer): New overloaded function.
445 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
446 * testsuite/icf_sht_rel_addend_test.sh: New file.
447 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
448 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
449
6ea55b82
RW
4502010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
451
452 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
453 * Makefile.in: Regenerate.
454 * testsuite/Makefile.in: Regenerate.
455
9691462b
ILT
4562010-07-27 Jeffrey Yasskin <jyasskin@google.com>
457
458 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
459 * gold/testsuite/debug_msg.cc: Likewise.
460 * gold/testsuite/odr_violation1.cc
461 * gold/testsuite/odr_violation2.cc
462
76897331
CC
4632010-07-21 Cary Coutant <ccoutant@google.com>
464
465 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
466 string, and length fields.
467 (Output_merge_string::Merged_strings_list): New type.
468 (Output_merge_string::Merged_strings_lists): New typedef.
469 (Output_merge_string): Replace merged_strings_ with
470 merged_strings_lists_.
471 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
472 Merged_strings_list per input object and section. Don't store pointer
473 to the string. Don't store length with each merged string entry.
474 (Output_merge_string::finalize_merged_data): Loop over list of merged
475 strings lists. Recompute length of each merged string.
476
78384e8f
CC
4772010-07-15 Cary Coutant <ccoutant@google.com>
478
479 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
480 here.
481
783659f9
ILT
4822010-07-14 Ian Lance Taylor <iant@google.com>
483
484 * descriptors.cc (Descriptors::open): Report correct name in error
485 message.
486
131687b4
DK
4872010-07-13 Doug Kwan <dougkwan@google.com>
488
489 * arm.cc (Arm_input_section::Arm_input_section): For a
490 SHT_ARM_EXIDX section, always keeps the input sections.
491 (Arm_input_section::set_exidx_section_link): New method.
492 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
493 has_errors_ to false.
494 (Arm_exidx_input_section::has_errors,
495 Arm_exidx_input_section::set_has_errors): New methods.
496 (Arm_exidx_input_section::has_errors_): New data member.
497 (Arm_relobj::get_exidx_shndx_list): New method.
498 (Arm_output_section::append_text_sections_to_list): Do not skip
499 section without SHF_EXECINSTR.
500 (Arm_output_section::fix_exidx_coverage): Skip input sections with
501 errors.
502 (Arm_relobj::make_exidx_input_section): Add new parameter for text
503 section header. Make error messages more verbose. Check for
504 a non-executable section linked to an EXIDX section.
505 (Arm_relobj::do_read_symbols): Remove error checking, which has been
506 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
507 check that there is no deferred EXIDX section if we exit early.
508 Instead of not making an EXIDX section in case of an error, make one
509 and set the has_errors flag of it.
510 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
511 in a relocatable link.
512 (Target_arm::do_relax): Look for the EXIDX output section instead of
513 assuming that it is called .ARM.exidx.
514 (Target_arm::fix_exidx_coverage): Add a new parameter for input
515 section list. Do not check for SHF_EXECINSTR section flags but
516 skip any input section with errors.
517 * output.cc (Output_section::Output_section): Initialize
518 always_keeps_input_sections_ to false.
519 (Output_section::add_input_section): Check for
520 always_keeps_input_sections_.
521 * output.h (Output_section::always_keeps_input_sections,
522 Output_section::set_always_keeps_input_sections): New methods.
523 (Output_section::always_keeps_input_sections): New data member.
524
69517287
RÁE
5252010-07-13 Rafael Espindola <espindola@google.com>
526
527 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
528 * fileread.h (Input_file): Add try_extra_search_path and find_file.
529
82742395
ILT
5302010-07-13 Philip Herron <herron.philip@googlemail.com>
531 Ian Lance Taylor <iant@google.com>
532
533 * output.h (Output_section_lookup_maps::add_merge_section):
534 Correct check of whether value was inserted.
535 (Output_section_lookup_maps::add_merge_input_section): Likewise.
536 (Output_section_lookup_maps::add_relaxed_input_section):
537 Likewise.
538 * arm.cc (Target_arm::got_section): Remove used local os.
539 * i386.cc (Target_i386::got_section): Likewise.
540 * x86_64.cc (Target_x86_64::got_section): Likewise.
541 * sparc.cc (Target_sparc::got_section): Likewise.
542 (Target_sparc::relocate): Remove unused local have_got_offset.
543 * powerpc.cc (Target_powerpc::relocate): Likewise.
544
f2d707b5
ILT
5452010-07-13 Ian Lance Taylor <iant@google.com>
546
241531d6
ILT
547 * compressed_output.cc (zlib_decompress): Fix signature in
548 !HAVE_ZLIB_H case.
549
f2d707b5
ILT
550 * archive.cc (Archive::include_member): Unlock an external member
551 of a thin archive. Don't bother to delete an object we know is
552 NULL.
553
a2e47362
CC
5542010-07-12 Cary Coutant <ccoutant@google.com>
555
556 * compressed_output.cc (zlib_decompress): New function.
557 (get_uncompressed_size): New function.
558 (decompress_input_section): New function.
559 * compressed_output.h (get_uncompressed_size): New function.
560 (decompress_input_section): New function.
561 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
562 Handle compressed debug sections.
563 * layout.cc (is_compressed_debug_section): New function.
564 (Layout::output_section_name): Map compressed section names to
565 canonical names.
566 * layout.h (is_compressed_debug_section): New function.
567 (is_debug_info_section): Recognize compressed debug sections.
568 * merge.cc: Include compressed_output.h.
569 (Output_merge_data::do_add_input_section): Handle compressed
570 debug sections.
571 (Output_merge_string::do_add_input_section): Handle compressed
572 debug sections.
573 * object.cc: Include compressed_output.h.
574 (Sized_relobj::Sized_relobj): Initialize new data members.
575 (build_compressed_section_map): New function.
576 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
577 * object.h (Object::section_is_compressed): New method.
578 (Object::do_section_is_compressed): New method.
579 (Sized_relobj::Compressed_section_map): New type.
580 (Sized_relobj::do_section_is_compressed): New method.
581 (Sized_relobj::compressed_sections_): New data member.
582 * output.cc (Output_section::add_input_section): Handle compressed
583 debug sections.
584 * reloc.cc: Include compressed_output.h.
585 (Sized_relobj::write_sections): Handle compressed debug sections.
586
ce279a62
CC
5872010-07-08 Cary Coutant <ccoutant@google.com>
588
589 * resolve.cc (Symbol_table::resolve): Remember whether undef was
590 weak when resolving to a dynamic def.
591 (Symbol_table::should_override): Add adjust_dyndef flag; set it
592 for weak undef/dynamic def cases. Adjust callers.
593 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
594 undef_binding_weak_.
595 (Symbol_table::sized_write_globals): Adjust symbol binding.
596 (Symbol_table::sized_write_symbol): Add binding parameter.
597 * symtab.h (Symbol::set_undef_binding): New method.
598 (Symbol::is_undef_binding_weak): New method.
599 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
600 (Symbol_table::should_override): Add new parameter.
601 (Symbol_table::sized_write_symbol): Add new parameter.
602
603 * testsuite/weak_undef_file1.cc: Add new test case.
604 * testsuite/weak_undef_file2.cc: Fix header comment.
605 * testsuite/weak_undef_test.cc: Add new test case.
606
b2286c10
DK
6072010-06-29 Doug Kwan <dougkwan@google.com>
608
609 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
610 Initialize USE_SYMBOL_.
611 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
612 definition.
613 (Arm_reloc_property::uses_symbol_): New data member declaration.
614 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
615 uses symbol value and symbol is undefined but not weakly undefined.
616
4802450a
RÁE
6172010-06-28 Rafael Espindola <espindola@google.com>
618
619 * plugin.cc (Plugin::load): Use dlerror.
620
e5ca47ba
ILT
6212010-06-26 Jeffrey Yaskin <jyasskin@google.com>
622
623 * symtab.cc (detect_odr_violations): When reporting an ODR
624 violation, report an object where the symbol is defined.
625
8a75a161
DK
6262010-06-25 Doug Kwan <dougkwan@google.com>
627
628 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
629 (Target_arm::section_may_have_icf_unsafe_pointers): New method
630 definition.
631 (Target_arm::Scan::local_reloc_may_be_function_pointer,
632 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
633 target hook to detect function points.
634 (Target_arm::Scan::possible_function_pointer_reloc): New method.
635 * icf.h (Icf::check_section_for_function_pointers): Change type of
636 parameter SECTION_NAME to const reference to std::string. Use
637 target hook to determine if section may have unsafe pointers.
638 * target.h (Target::section_may_have_icf_unsafe_pointers): New
639 method definition.
640
42218b9f
RÁE
6412010-06-21 Rafael Espindola <espindola@google.com>
642
643 * fileread.cc (Input_file::find_fie): New
644 (Input_file::open): Use Input_file::find_fie.
645 * fileread.h (Input_file::find_fie): New
646 * plugin.cc (set_extra_library_path): New.
647 (Plugin::load): Add set_extra_library_path to the transfer vector.
648 (Plugin_manager::set_extra_library_path): New.
649 (Plugin_manager::add_input_file): Use the extra search path if set.
650 (set_extra_library_path(): New.
651 * plugin.h (Plugin_manager): Add set_extra_library_path and
652 extra_search_path_.
653
a0506cca
CC
6542010-06-19 Cary Coutant <ccoutant@google.com>
655
656 * layout.cc (gdb_sections): Add .debug_types.
657 (lines_only_debug_sections): Likewise.
658
6508b958
RÁE
6592010-06-18 Rafael Espindola <espindola@google.com>
660
661 * plugin.cc (add_input_file,add_input_library)
662 (Plugin_manager::add_input_file): Make filename arguments const.
663 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
664 const.
665
3e235302
DK
6662010-06-16 Doug Kwan <dougkwan@google.com>
667
668 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
669 .ARM.attributes section if we have not merged any input
670 attributes sections.
671
106e8a6c
DK
6722010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
673
674 * arm.cc: Allow combining objects with no EABI version
675 information.
676
91ff43fe
RÁE
6772010-06-15 Rafael Espindola <espindola@google.com>
678
679 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
680
68ed838c
ILT
6812010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
682
683 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
684 (struct iovec): Correct !HAVE_READV definition.
685
f3a2388f
CC
6862010-06-10 Cary Coutant <ccoutant@google.com>
687
688 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
689 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
690 reloc sections.
691 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
692
693 PR 11683
694 * symtab.h (Symbol::is_placeholder): New member function.
695 * target-reloc.h (relocate_section): Check for placeholder symbols.
696
697 * testsuite/Makefile.am (plugin_test_8): New test.
698 (plugin_test_9): New test.
699 * testsuite/Makefile.in: Regenerate.
700
e1df38aa
NC
7012010-06-09 Nick Clifton <nickc@redhat.com>
702
703 * yyscript.y (input_list_element): Allow strings prefixed with
704 the '-' character. Treat these as libraries.
705 * script.cc (script_add_library): New function. Adds a library
706 specified by "-l<name>" found in an input script.
707 * script-c.h: Add prototype for script_add_library.
708
25bbe950
DK
7092010-06-07 Doug Kwan <dougkwan@google.com>
710
711 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
712 Restrict stub-group size to be within long conditional branch
713 range when working around cortex-A8 erratum.
714
0f32ea4c
ILT
7152010-06-07 Damien Diederen <dd@crosstwine.com>
716
717 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
718 #ifdef typo.
719
8fe2a369
ST
7202010-06-03 Sriraman Tallam <tmsriram@google.com>
721
722 PR gold/11658
723 * output.cc
724 (Output_section::Input_section_sort_entry::compare_section_ordering):
725 Change to return non-zero correctly.
726 (Output_section::Input_section_sort_section_order_index_compare
727 ::operator()): Change to fix ambiguity in comparisons.
728
6e9ba2ca
ST
7292010-06-01 Sriraman Tallam <tmsriram@google.com>
730
731 * gold.h (is_wildcard_string): New function.
732 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
733 (Layout::layout_eh_frame): Ditto.
734 (Layout::find_section_order_index): New method.
735 (Layout::read_layout_from_file): New method.
736 * layout.h (Layout::find_section_order_index): New method.
737 (Layout::read_layout_from_file): New method.
738 (Layout::input_section_position_): New private member.
739 (Layout::input_section_glob_): New private member.
740 * main.cc (main): Call read_layout_from_file here.
741 * options.h (--section-ordering-file): New option.
742 * output.cc (Output_section::input_section_order_specified_): New
743 member.
744 (Output_section::Output_section): Initialize new member.
745 (Output_section::add_input_section): Add new parameter.
746 Keep input sections when --section-ordering-file is used.
747 (Output_section::set_final_data_size): Sort input sections when
748 section ordering file is specified.
749 (Output_section::Input_section_sort_entry): Add new parameter.
750 Check sorting type.
751 (Output_section::Input_section_sort_entry::compare_section_ordering):
752 New method.
753 (Output_section::Input_section_sort_compare::operator()): Change to
754 consider section_order_index.
755 (Output_section::Input_section_sort_init_fini_compare::operator()):
756 Change to consider section_order_index.
757 (Output_section::Input_section_sort_section_order_index_compare
758 ::operator()): New method.
759 (Output_section::sort_attached_input_sections): Change to sort
760 according to section order when specified.
e1df38aa
NC
761 (Output_section::add_input_section<32, true>): Add new parameter.
762 (Output_section::add_input_section<64, true>): Add new parameter.
763 (Output_section::add_input_section<32, false>): Add new parameter.
764 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
765 * output.h (Output_section::add_input_section): Add new parameter.
766 (Output_section::input_section_order_specified): New
767 method.
768 (Output_section::set_input_section_order_specified): New method.
769 (Input_section::Input_section): Initialize section_order_index_.
770 (Input_section::section_order_index): New method.
771 (Input_section::set_section_order_index): New method.
772 (Input_section::section_order_index_): New member.
773 (Input_section::Input_section_sort_section_order_index_compare): New
774 struct.
775 (Output_section::input_section_order_specified_): New member.
776 * script-sections.cc (is_wildcard_string): Delete and move modified
777 method to gold.h.
778 (Output_section_element_input::Output_section_element_input): Modify
779 call to is_wildcard_string.
780 (Output_section_element_input::Input_section_pattern
781 ::Input_section_pattern): Ditto.
782 (Output_section_element_input::Output_section_element_input): Ditto.
783 * testsuite/Makefile.am (final_layout): New test case.
784 * testsuite/Makefile.in: Regenerate.
785 * testsuite/final_layout.cc: New file.
786 * testsuite/final_layout.sh: New file.
787
3537c84b
RÁE
7882010-06-01 Rafael Espindola <espindola@google.com>
789
790 * plugin.cc (Plugin::load): Pass the output name to the plugin.
791
105b6afd
RÁE
7922010-06-01 Rafael Espindola <espindola@google.com>
793
794 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
795 visibility of symbols.
796
29e11421
DK
7972010-05-27 Doug Kwan <dougkwan@google.com>
798
799 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
800 from start of output section instead of address for a local symbol
801 in a merged or relaxed section when doing a relocatable link.
802
5e0f337e
RÁE
8032010-05-26 Rafael Espindola <espindola@google.com>
804
805 PR 11604
806 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
807 adding sections the garbage collector removed.
808 * gold/testsuite/Makefile.am: Add test.
809 * gold/testsuite/Makefile.in: Regenerate.
810 * gold/testsuite/plugin_test_7.sh: New.
811 * gold/testsuite/plugin_test_7_1.c: New.
812 * gold/testsuite/plugin_test_7_2.c: New.
813
f4187277
RÁE
8142010-05-26 Rafael Espindola <espindola@google.com>
815
816 * script-sections.cc (Output_section_definition::set_section_addresses):
817 Check for --section-start.
818
5c388529
DK
8192010-05-26 Doug Kwan <dougkwan@google.com>
820
821 * arm.cc (Arm_scan_relocatable_relocs): New class.
822 (Target_arm::relocate_special_relocatable): New method.
823 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
824 (Arm_relocate_functions::thumb_branch_common): Same.
825 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
826 instead of Default_scan_relocatable_relocs.
827 * target-reloc.h (relocate_for_relocatable): Let target handle
828 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
829 * target.h (Sized_target::relocate_special_relocatable): New method.
830
bca1c3ae
ILT
8312010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
832
833 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
834
0439c796
DK
8352010-05-23 Doug Kwan <dougkwan@google.com>
836
837 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
838 instead of a cast.
839 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
840 with a direct branch, not a conditional branch, to a stub.
841 * merge.cc (Output_merge_base::record_input_section): New method
842 defintion.
843 (Output_merge_data::do_add_input_section): Record input section if
844 keeps-input-sections flag is set.
845 (Output_merge_string::do_add_input_section): Ditto.
846 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
847 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
848 INPUT_SECTIONS_.
849 (Output_merge_base::keeps_input_sections,
850 Output_merge_base::set_keeps_input_sections,
851 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
852 method definitions.
853 (Output_merge_base::Input_sections): New type declaration.
854 (Output_merge_base::input_sections_begin,
855 Output_merge_base::input_sections_end,
856 Output_merge_base::do_set_keeps_input_sections): New method definitions.
857 (Output_merge_base::bool keeps_input_sections_,
858 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
859 Output_merge_base::input_sections_): New data members.
860 (Output_merge_data::do_set_keeps_input_sections): New method
861 defintion.
862 (Output_merge_string::do_set_keeps_input_sections): Ditto.
863 * output.cc (Output_section::Input_section::relobj): Move method
864 defintion from class declaration to here and handle merge sections.
865 (Output_section::Input_section::shndx): Ditto.
866 (Output_section::Output_section): Remove initializations of removed
867 data members and initialize new data member LOOKUP_MAPS_.
868 (Output_section::add_input_section): Set keeps-input-sections flag
869 for a newly created merge output section as appropriate. Adjust code
870 to use Output_section_lookup_maps class.
871 (Output_section::add_relaxed_input_section): Adjst code for lookup
872 maps code refactoring.
873 (Output_section::add_merge_input_section): Add a new parameter
874 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
875 class. If adding input section to a newly created merge output
876 section fails, remove the new merge section.
877 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 878 Adjust code for use of the Output_section_lookup_maps class.
0439c796
DK
879 (Output_section::find_merge_section): Ditto.
880 (Output_section::build_lookup_maps): New method defintion.
881 (Output_section::find_relaxed_input_section): Adjust code to use
882 Output_section_lookup_maps class.
883 (Output_section::get_input_sections): Export merge sections. Adjust
884 code to use Output_section_lookup_maps class.
885 (Output_section:::add_script_input_section): Adjust code to use
886 Output_section_lookup_maps class. Update lookup maps for merge
887 sections also.
888 (Output_section::discard_states): Use Output_section_lookup_maps.
889 (Output_section::restore_states): Same.
890 * output.h (Merge_section_properties): Move class defintion out of
891 Output_section.
892 (Output_section_lookup_maps): New class.
893 (Output_section::Input_section::is_merge_section): New method
894 defintion.
895 (Output_section::Input_section::relobj): Move defintion out of class
896 defintion. Declare method only.
897 (Output_section::Input_section::shndx): Ditto.
898 (Output_section::Input_section::output_merge_base): New method defintion.
899 (Output_section::Input_section::u2_.pomb): New union field.
900 (Output_section::Merge_section_by_properties_map,
901 Output_section::Output_section_data_by_input_section_map,
902 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
903 Remove types.
904 (Output_section::add_merge_input_section): Add new parameter
905 KEEPS_INPUT_SECTIONS.
906 (Output_section::build_lookup_maps): New method declaration.
907 (Output_section::merge_section_map_,
908 Output_section::merge_section_by_properties_map_,
909 Output_section::relaxed_input_section_map_,
910 Output_section::is_relaxed_input_section_map_valid_): Remove data
911 members.
912 (Output_section::lookup_maps_): New data member.
913
76295588
L
9142010-05-21 Doug Kwan <dougkwan@google.com>
915
916 PR gold/11619
917 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
918 avoid a compilation error.
919
d103a984
RÁE
9202010-05-19 Rafael Espindola <espindola@google.com>
921
922 * script-sections.cc (Output_section_definition::allocate_to_segment):
923 Update the phdrs_list even when the output section is NULL.
924 * testsuite/Makefile.am: Add test.
925 * testsuite/Makefile.in: Regenerate.
926 * testsuite/script_test_9.cc: New.
927 * testsuite/script_test_9.sh: New.
928 * testsuite/script_test_9.t: New.
929
6625d24e
DK
9302010-05-19 Doug Kwan <dougkwan@google.com>
931
932 * arm.cc (Arm_input_section::original_size): New method.
933 (Arm_input_section::do_addralign): Add a cast.
934 (Arm_input_section::do_output_offset): Remove static cast.
935 (Arm_input_section::original_addralign,
936 Arm_input_section::original_size_): Change type to uint32_t.
937 (Arm_input_section::init): Add safe casts for section alignment
938 and size.
939 (Arm_input_section::set_final_data_size): Do not set address and
940 offset of stub table.
941 (Arm_output_section::fix_exidx_coverage): Change use of of
942 Output_section::Simple_input_section to that of
943 Output_section::Input_section.
944 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
945 except for the first pass.
946 * output.cc (Output_section::get_input_sections): Change type of
947 input_sections to std::list<Input_section>.
948 (Output_section::add_script_input_section): Rename from
949 Output_section::add_simple_input_section. Change type of SIS
950 parameter from Simple_input_section to Input_section.
951 * output.h (Output_section::Simple_input_section): Remove class.
952 (Output_section::Input_section): Change class visibility to public.
953 (Output_section::Input_section::addralign): Use stored alignments
954 for special input sections if set.
955 (Output_section::Input_section::set_addralign): New method.
956 (Output_section::get_input_sections): Change parameter type from
957 list of Simple_input_section to list of Input_section.
958 (Output_section::add_script_input_section): Rename from
959 Output_section::add_simple_input_section. Change first parameter's
960 type from Simple_input_section to Input_section and remove the
961 second and third parameters.
962 * script-sections.cc (Input_section::Input_section_list): Change
963 type to list of Output_section::Input_section/
964 (Input_section_info::Input_section_info): Change parameter type of
965 INPUT_SECTION to Output_section::Input_section.
966 (Input_section_info::input_section): Change return type.
967 (Input_section_info::input_section_): Change type to
968 Output_section::Input_section.
969 (Output_section_element_input::set_section_addresses): Adjust code
970 to use Output_section::Input_section instead of
971 Output_section::Simple_input_section. Adjust code for renaming
972 of Output_section::add_simple_input_section.
973 (Orphan_output_section::set_section_addresses): Ditto.
974
e1e82ea4
RW
9752010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
976
977 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
978 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
979
91e75c8a
RÁE
9802010-05-18 Rafael Espindola <espindola@google.com>
981
982 * options.cc (General_options::finalize): Handle -nostdlib.
983 * options.h (nostdlib): New option.
984 * script.cc (script_add_search_dir): Handle -nostdlib.
985
da59ad79
DK
9862010-05-12 Doug Kwan <dougkwan@google.com>
987
988 * arm.cc (Target_arm::do_finalize_sections): Create an empty
989 attributes section only if there no attributes section after merging.
990 (Target_arm::merge_object_attributes): Move value of
e1df38aa 991 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
992 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
993 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
994 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
995 and arm_attr_merge_7.stdout.
996 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
997 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
998 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
999 arm_attr_merge_7b.o): New rules.
1000 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
1001 arm_attr_merge_7
1002 * testsuite/Makefile.in: Regenerate.
1003 * testsuite/arm_attr_merge.sh: New file.
1004 * testsuite/arm_attr_merge_[67][ab].s: Same.
1005
3e01a7fd
NC
10062010-05-05 Nick Clifton <nickc@redhat.com>
1007
1008 * po/es.po: Updated Spanish translation.
1009
7ad2014a
L
10102010-04-27 H.J. Lu <hongjiu.lu@intel.com>
1011
1012 * Makefile.am (install-exec-local): Properly install gold as
1013 default cross linker.
1014 * Makefile.in: Regenerated.
1015
4fda8867
NC
10162010-04-27 H.J. Lu <hongjiu.lu@intel.com>
1017 Nick Clifton <nickc@redhat.com>
1018
1019 * configure.ac (install_as_default): Define and set to false
1020 unless --enable-gold or --enable-gold=both/gold has been
1021 specified.
1022 * configure: Regenerate.
1023
1024 * Makefile.am (install-exec-local): Install the executable as
1025 'ld.gold'. If install_as_default is true then also install it as
1026 'ld'.
1027 * Makefile.in: Regenerated.
1028
bd288ea2
ILT
10292010-04-24 Ian Lance Taylor <iant@google.com>
1030
1031 * layout.cc (Layout::layout_reloc): In relocatable link don't
1032 combine reloc sections for grouped sections.
1033
ef38fd8a
ST
10342010-04-23 Sriraman Tallam <tmsriram@google.com>
1035
1036 * gc.h (gc_process_relocs): Pass information on relocs pointing to
1037 sections that are not ordinary to icf.
1038 * icf.cc (get_section_contents): Handle relocation pointing to section
1039 with no object or shndx information.
1040 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
1041 * testsuite/Makefile.in: Regenerate.
1042 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
1043 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
1044
f6973bdc
ILT
10452010-04-22 Ian Lance Taylor <iant@google.com>
1046
1047 * expression.cc (Expression::Expression_eval_info): Add
1048 result_alignment_pointer field.
1049 (Expression::eval_with_dot): Add result_alignment_pointer
1050 parameter. Change all callers.
1051 (Expression::eval_maybe_dot): Likewise.
1052 (class Binary_expression): Add alignment_pointer parameter to
1053 left_value and right_value. Change all callers.
1054 (BINARY_EXPRESSION): Set result alignment.
1055 (class Trinary_expression): Add alignment_pointer parameter to
1056 arg2_value and arg3_value. Change all callers.
1057 (Trinary_cond::value): Set result alignment.
1058 (Max_expression::value, Min_expression::value): Likewise.
1059 (Align_expression::value): Likewise.
1060 * script-sections.cc (class Sections_element): Add dot_alignment
1061 parameter to set_section_addresses virtual function. Update
1062 instantiations.
1063 (class Output_section_element): Likewise.
1064 (Script_sections::create_segments): Add dot_alignment parameter.
1065 Change all callers.
1066 (Script_sections::create_segments_from_phdrs_clause): Likewise.
1067 (Script_sections::set_phdrs_clause_addresses): Likewise.
1068 * script-sections.h: Update declarations.
1069 * script.h: Update declarations.
1070 * output.h (Output_segment::set_minimum_p_align): Don't decrease
1071 min_p_align.
1072 * testsuite/script_test_3.t: Set large alignment.
1073 * testsuite/script_test_3.sh: Make sure that at least one LOAD
1074 segment has expected alignment.
1075
9c9c98a5
NC
10762010-04-22 Nick Clifton <nickc@redhat.com>
1077
1078 * po/gold.pot: Updated by the Translation project.
1079 * po/vi.po: Updated Vietnamese translation.
1080
2253bfba
L
10812010-04-22 H.J. Lu <hongjiu.lu@intel.com>
1082
1083 * testsuite/Makefile.am (check_PROGRAMS): Add
1084 icf_virtual_function_folding_test.
1085 * testsuite/Makefile.in: Regenerated.
1086
85fdf906
AH
10872010-04-15 Andrew Haley <aph@redhat.com>
1088
1089 * options.h (merge_exidx_entries): New option.
1090 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
1091 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
1092 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
1093 (Target_arm::merge_exidx_entries): New function.
1094 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
1095 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
1096 to Arm_exidx_fixup constructor.
1097 Add new arg, merge_exidx_entries.
1098 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
1099 Arm_output_section::fix_exidx_coverage.
1100
ce97fa81
ST
11012010-04-18 Sriraman Tallam <tmsriram@google.com>
1102
1103 * icf.cc (get_section_contents): Check for preemptible functions.
1104 Ignore addend when appropriate.
1105 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
1106 section folded.
1107 (add_from_relobj): Check for section folded.
1108 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
1109 * symtab.h (should_add_dynsym_entry): Add new parameter.
1110 * target-reloc.h (scan_relocs): Check for section folded.
1111 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
1112 Check reloc types for function pointers in shared objects.
1113 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
1114 case.
1115 (icf_preemptible_functions_test): New test case.
1116 (icf_string_merge_test): New test case.
1117 * testsuite.Makefile.in: Regenerate.
1118 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
1119 bar_glob. Refactor code.
1120 * testsuite/icf_preemptible_functions_test.cc: New file.
1121 * testsuite/icf_preemptible_functions_test.sh: New file.
1122 * testsuite/icf_string_merge_test.cc: New file.
1123 * testsuite/icf_string_merge_test.sh: New file.
1124 * testsuite/icf_virtual_function_folding_test.cc: New file.
1125 * testsuite/icf_virtual_function_folding_test.sh: New file.
1126
04ceb17c
DK
11272010-04-14 Doug Kwan <dougkwan@google.com>
1128
1129 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
1130 for local symbol recounting if we remove a section due to ICF.
1131 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
1132 there are no regular objects in input.
1133
153e7da4
DK
11342010-04-13 Doug Kwan <dougkwan@google.com>
1135
1136 * arm.cc (Arm_input_section::set_final_data_size): Compute
1137 accurate final data size instead of using current data size.
1138
4dbd9faf
DK
11392010-04-09 Doug Kwan <dougkwan@google.com>
1140
1141 * layout.cc (Layout::choose_output_section): Handle script section
1142 types.
1143 (Layout::make_output_section_for_script): Add section type parameter.
1144 Handle script section types.
1145 * layout.h (Layout::make_output_section_for_script): Add section
1146 type parameter.
1147 * output.cc (Output_section::Output_section): Initialize data member
1148 is_noload_.
1149 (Output_section::do_reset_address_and_file_offset): Do not set address
1150 to 0 if section is a NOLOAD section.
1151 * output.h (Output_section::is_noload): New method.
1152 (Output_section::set_is_noload): Ditto.
1153 (Output_section::is_noload_): New data member.
1154 * script-c.h (Script_section_type): New enum type.
1155 (struct Parser_output_section_header): Add new file section_type.
1156 * script-sections.cc (Sections_element::output_section_name): Add
1157 parameter for returning script section type.
1158 (Output_section_definition::output_section_name): Ditto.
1159 (Output_section_definition::section_type)P; New method.
1160 (Output_section_definiton::script_section_type_name): Ditto.
1161 (Output_section_definition::script_section_type_): New data member.
1162 (Output_section_definition::Output_section_definition): Initialize
1163 data member Output_section_definition::script_section_type_.
1164 (Output_section_definition::create_sections): Pass script section type
1165 to Layout::make_output_section_for_script.
1166 (Output_section_definition::output_section_name): Return script
1167 section type to caller.
1168 (Output_section_definition::set_section_address): Do not advance
1169 dot value and load address if section type is NOLOAD. Set address
1170 of NOLOAD sections regardless of section flags.
1171 (Output_section_definition::print): Print section type if it is
1172 not SCRIPT_SECTION_TYPE_NONE.
1173 (Output_section_definition::section_type): New method.
1174 (Output_section_definition::script_section_type_name): Ditto.
1175 (Script_sections::output_section_name): Add new parameter
1176 PSECTION_TYPE for returning script section type. Pass it to
1177 section elements. Handle discard sections.
1178 (Sort_output_sections::operator()): Handle NOLOAD sections.
1179 * script-sections.h (Script_sections::Section_type): New enum type.
1180 (Script_sections::output_section_name): Add a new parameter for
1181 returning script section type.
1182 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
1183 INFO and NOLOAD.
1184 * yyscript.y (union): Add new field SECTION_TYPE.
1185 (COPY, DSECT, INFO, NOLOAD): New tokens.
1186 (opt_address_and_section_type): Change type to output_section_header.
1187 (section_type): New non-terminal
1188 (section_header): Handle section type.
2253bfba 1189 (opt_address_and_section_type): Return section type value.
4dbd9faf 1190
721ea635
L
11912010-04-09 H.J. Lu <hongjiu.lu@intel.com>
1192
1193 * testsuite/plugin_common_test_1.c (foo): Add prototype.
1194 * testsuite/plugin_common_test_2.c (foo): Likewise.
1195
6bf924b0
DK
11962010-04-08 Doug Kwan <dougkwan@google.com>
1197
1198 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
1199 Output_merge_data.
1200 * output.cc (Output_section::add_merge_input_section): Simplify
1201 code and return status of Output_merge_base::add_input_section.
e1df38aa 1202 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
1203 returns true.
1204
24af6f92
DK
12052010-04-07 Doug Kwan <dougkwan@google.com>
1206
1207 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
1208 if section is marked as containing instructions but has no mapping
1209 symbols.
1210 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
1211 correct section index.
1212 (Arm_relobj::find_linked_text_section): Ditto.
1213
00698fc5
CC
12142010-04-07 Cary Coutant <ccoutant@google.com>
1215
1216 * archive.cc (include_member): Destroy Read_symbols_data object before
1217 releasing file.
1218 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
1219 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
1220 (Read_symbols_data::~Read_symbols_data) New destructor.
1221 (Section_relocs::Section_relocs) New constructor.
1222 (Section_relocs::~Section_relocs) New destructor.
1223 (Read_relocs_data::Read_relocs_data) New constructor.
1224 (Read_relocs_data::~Read_relocs_data) New destructor.
1225 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
1226 pointers to NULL after deleting.
1227
7296d933
DK
12282010-04-07 Doug Kwan <dougkwan@google.com>
1229
1230 * arm.cc: Replace "endianity" with "endianness" in comments.
1231 (Arm_exidx_cantunwind): Ditto.
1232 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
1233 (Arm_relobj::merge_flags_and_attributes): New method.
1234 (Arm_relobj::merge_flags_and_attributes_): New data member.
1235 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
1236 (Arm_relobj::scan_sections_for_stubs): Ditto.
1237 (Arm_relobj::do_read_symbols): Check to see if we really want to
1238 merge processor-specific flags and attributes. Exit early if
1239 an object is empty except for section names and the undefined symbol.
1240 (Target_arm::do_finalize_sections): Move check for ELF format to
1241 Arm_relobj::do_read_symbols. Merge processor specific flags and
1242 attributes from a regular object only when we have determined that
1243 it is aapropriate. Do not create an .ARM.attributes section in
1244 output if there is no regular input object.
1245 (Target_arm::merge_processor_specific_flags): Check
1246 --warn-mismatch before printing any error.
1247 (Target_arm::merge_object_attributes): Ditto.
1248 * gold.cc (queue_middle_tasks): Handle the case in which there is
1249 no regular object in input.
1250 * options.cc (General_options::parse_EB): New method.
1251 (General_options::parse_EL): Same.
1252 (General_options::General_options): Initialize endianness_.
1253 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
1254 New options.
1255 (General_options::Endianness): New enum.
1256 (General_options::endianness): New method.
1257 (General_options::endianness_): New data member.
1258 * parameters.cc (Parameters::set_options): Check target endianness.
1259 (Parameters::set_target_once): Ditto.
1260 (Parameters::check_target_endianness): New method.
1261 (parameters_force_valid_target): If either -EL or -EB is specified,
1262 use it to define endianness of default target.
1263 * parameters.h (Parameters::check_target_endianness): New method
1264 declaration.
1265 * target.h (class Target): Change "endianity" to "endianness"
1266 in comments.
1267
efc8d4f2
RW
12682010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1269
1270 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
1271 * configure: Regenerate.
1272 * Makefile.in: Regenerate.
1273 * testsuite/Makefile.in: Regenerate.
1274
be234d88
CC
12752010-04-06 Cary Coutant <ccoutant@google.com>
1276
1277 gcc PR lto/42757
1278 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
1279 prevailing definitions of common symbols.
1280 * testsuite/plugin_test_6.sh: New test case.
1281 * testsuite/plugin_common_test_1.c: New test case.
1282 * testsuite/plugin_common_test_2.c: New test case.
1283 * testsuite/Makefile.am (plugin_test_6): New test case.
1284 * testsuite/Makefile.in: Regenerate.
1285
bd32c6bd
NC
12862010-04-06 Nick Clifton <nickc@redhat.com>
1287
1288 * po/vi.po: New Vietnamese translation.
1289
323c532f
DK
12902010-03-30 Doug Kwan <dougkwan@google.com>
1291
1292 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
1293
4fcd97eb
DK
12942010-03-25 Doug Kwan <dougkwan@google.com>
1295
1296 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
1297 to avoid a conversion warning on a 32-bit host.
1298
4ebf39db
ILT
12992010-03-24 Ian Lance Taylor <iant@google.com>
1300
1301 * testsuite/script_test_3.t: Add a TLS segment.
1302 * testsuite/Makefile.am (check_PROGRAMS): Add
1303 tls_phdrs_script_test.
1304 (tls_phdrs_script_test_SOURCES): Define.
1305 (tls_phdrs_script_test_DEPENDENCIES): Define.
1306 (tls_phdrs_script_test_LDFLAGS): Define.
1307 (tls_phdrs_script_test_LDADD): Define.
1308 * testsuite/Makefile.in: Rebuild.
1309
4a599bdd
CC
13102010-03-23 Cary Coutant <ccoutant@google.com>
1311
1312 * fileread.cc (find_or_make_view): Fix comment.
1313
6c93b22c
ILT
13142010-03-23 Ian Lance Taylor <iant@google.com>
1315
1316 * script-sections.cc (class Orphan_section_placement): Define
1317 PLACE_TLS and PLACE_TLS_BSS.
1318 (Orphan_section_placement::Orphan_section_placement): Initialize
1319 new places.
1320 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
1321 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
1322 (tls_script_test_SOURCES): Define.
1323 (tls_script_test_DEPENDENCIES): Define.
1324 (tls_script_test_LDFLAGS): Define.
1325 (tls_script_test_LDADD): Define.
1326 * testsuite/Makefile.in: Rebuild.
1327
a2c7281b
DK
13282010-03-22 Doug Kwan <dougkwan@google.com>
1329
1330 * arm.cc (Arm_relocate_functions::abs8,
1331 Arm_relocate_functions::abs16): Use correct check for overflow
1332 specified in the ARM ELF specs.
1333 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
1334 target of a BLX instruction specially.
1335 (Reloc_stub::stub_type_for_reloc): Ditto.
1336 (Relocate::relocate): Use symbolic names instead of numeric relocation
1337 codes to report error.
1338 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
1339 workaround.
1340 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
1341 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
1342 thumb2_blx_out_of_range.stdout
1343 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
1344 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
1345 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
1346 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
1347 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
1348 thumb2_blx_in_range, thumb2_blx_in_range.o,
1349 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
1350 thumb2_blx_out_of_range.o): New rules.
1351 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
1352 thumb2_blx_in_range and thumb2_blx_out_of_range.
1353 * testsuite/Makefile.in: Regenerate.
1354 * arm_branch_in_range.sh: Add tests for THUMB BLX.
1355 * testsuite/thumb_blx_in_range.s: New file.
1356 * testsuite/thumb_blx_out_of_range.s: New file.
1357
b0193076
RÁE
13582010-03-22 Rafael Espindola <espindola@google.com>
1359
1360 * archive.cc (Should_include): Move to archive.h.
1361 (should_include_member): Make it a member of Archive.
1362 (Lib_group): New.
1363 (Add_lib_group_symbols): New.
1364 * archive.h: Include options.h.
1365 (Archive_member): Moved from Archive.
1366 (Should_include): Moved from archive.cc.
1367 (Lib_group): New.
1368 (Add_lib_group_symbols): New.
1369 * dynobj.cc (do_should_include_member): New.
1370 * dynobj.h (do_should_include_member): New.
1371 * gold.cc (queue_initial_tasks): Update call to queue.
1372 * main.cc (main): Print lib group stats.
1373 * object.cc (do_should_include_member): New.
1374 * object.h: Include archive.h.
1375 (Object::should_include_member): New.
1376 (Object::do_should_include_member): New.
1377 (Sized_relobj::do_should_include_member): New.
1378 * options.cc (General_options::parse_start_lib): New.
1379 (General_options::parse_end_lib): New.
1380 (Input_arguments::add_file): Handle lib groups.
1381 (Input_arguments::start_group): Check we are not in a lib.
1382 (Input_arguments::start_lib): New.
1383 (Input_arguments::end_lib): New.
1384 * options.h (General_options): Add start_lib and end_lib.
1385 (Input_argument::lib_): New.
1386 (Input_argument::lib): New.
1387 (Input_argument::is_lib): New.
1388 (Input_file_lib): New.
1389 (Input_arguments::in_lib_): New.
1390 (Input_arguments::in_lib): New.
1391 (Input_arguments::start_lib): New.
1392 (Input_arguments::end_lib_): New.
1393 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
1394 in unused members as preempted.
1395 (Sized_pluginobj::do_should_include_member): New.
1396 * plugin.h (Sized_pluginobj::do_should_include_member): New.
1397 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
1398 return the blocker.
1399 (Read_symbols::do_whole_lib_group): New.
1400 (Read_symbols::do_lib_group): New.
1401 (Read_symbols::do_read_symbols): Handle lib groups.
1402 (Read_symbols::get_name): Handle lib groups.
1403 * readsyms.h (Read_symbols): Add an archive member pointer.
1404 (Read_symbols::do_whole_lib_group): New.
1405 (Read_symbols::do_lib_group): New.
1406 (Read_symbols::member_): New.
1407 * script.cc (read_input_script): Update call to queue_soon.
1408
d099120c
DK
14092010-03-19 Doug Kwan <dougkwan@google.com>
1410
1411 * arm.cc (Stub_table::Stub_table): Initialize new data members
1412 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
1413 (Stub_table::add_reloc_stub): Assign stub offset and update
1414 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
1415 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
1416 New data members.
1417 (Stub_table::update_data_size_and_addralign): Use
1418 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
1419 instead of going over all reloc stubs.
1420 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
1421 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
1422 Stringpool_template::offset_ to size of Stringpool_char.
1423 (Stringpool_template::new_key_offset): Remove code to initialize
1424 Stringpool_template::offset_.
1425 * stringpool.h (Stringpool_template::set_no_zero_null): Set
1426 Stringpool_template::offset_ to zero.
1427
1aa37384
DK
14282010-03-15 Doug Kwan <dougkwan@google.com>
1429
1430 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
1431 offset_.
1432 (Stringpool_template::new_key_offset): New method.
1433 (Stringpool_template::add_string): Assign offsets when adding new
1434 strings.
1435 (Stringpool_template::set_string_offsets): Do not set string offsets
1436 when not optimizing.
1437 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
1438 member size_.
1439 (Chunked_vector::clear): Clear size_.
1440 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
1441 (Chunked_vector::size): Return size_.
1442 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 1443 (Chunked_vector::size_): New data member.
1aa37384
DK
1444 (Stringpool_template::set_no_zero_null): Assert string set is empty.
1445 (Stringpool_template::new_key_offset): New method declaration.
1446 (Stringpool_template::offset_): New data member.
1447
b672b057
RÁE
14482010-03-15 Rafael Espindola <espindola@google.com>
1449
1450 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
1451 Add_symbols' constructor.
1452 * readsyms.h (Add_symbols): Remove the input_group member.
1453
b6848d3c
ILT
14542010-03-10 Ian Lance Taylor <iant@google.com>
1455
1456 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
1457 target to ask whether a reference to a symbol requires a stack
1458 split.
1459 * target.h (Target::is_call_to_non_split): New function.
1460 (Target::do_is_call_to_non_split): Declare virtual function.
1461 * target.cc: Include "symtab.h".
1462 (Target::do_is_call_to_non_split): New function.
1463 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
1464
a2a5469e
CC
14652010-03-10 Cary Coutant <ccoutant@google.com>
1466
1467 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
1468 (File_read::open[1]): Remove initial mapping of whole_file_view_.
1469 (File_read::open[2]): Add whole_file_view_ to list of views.
1470 (File_read::make_view): Remove test of whole_file_view_.
1471 (File_read::find_or_make_view): Create whole_file_view_ if
1472 necessary.
1473 (File_read::clear_views): Replace bool parameter with enum;
1474 adjust all callers. Don't delete views with permanent data;
1475 do delete cached views and views from archives if
1476 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
1477 if clearing the corresponding view.
1478 * fileread.h (File_read::Clear_views_mode): New enum.
1479 (File_read::View::is_permanent_view): New method.
1480 (File_read::clear_views): Replace bool parameter
1481 with enum; adjust all callers.
1482 * options.h (General_options): Change keep_files_mapped option;
1483 add map_whole_files.
1484 * readsyms.cc (Add_symbols::run): Delete sd_ object before
1485 releasing the file.
1486 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
1487 the file.
1488
8861f32b
DM
14892010-03-10 David S. Miller <davem@davemloft.net>
1490
1491 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
1492
d62d0f5f
ST
14932010-03-09 Sriraman Tallam <tmsriram@google.com>
1494
1495 * icf.cc (get_section_contents): Add '@' marker after processing the
1496 merge reloc.
1497
9177756d
DK
14982010-03-08 Doug Kwan <dougkwan@google.com>
1499
1500 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
1501 due to a conversion warning.
1502 (Arm_relobj::update_output_local_symbol_count): Check for local
1503 symbol with unset output index.
1504
9e9e071b
ILT
15052010-03-05 Ian Lance Taylor <iant@google.com>
1506
1507 * options.h (class General_options): Add --spare-dynamic-tags.
1508 * output.cc (Output_data_dynamic::set_final_data_size): Implement
1509 --spare-dynamic-tags.
1510
a81ee015
ILT
15112010-03-05 Ian Lance Taylor <iant@google.com>
1512
1513 * incremental.cc: Include "libiberty.h".
1514
44ec90b9
RO
15152010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
1516
1517 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
1518 function, is_info_ member.
1519 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
1520 (Versions::Versions): Update caller.
1521 (Versions::define_base_version): Likewise.
1522 (Versions::add_def): Likewise.
1523
0897ed3b
ST
15242010-03-03 Sriraman Tallam <tmsriram@google.com>
1525
1526 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
1527 (Scan::possible_function_pointer_reloc): New function.
1528 (Scan::local_reloc_may_be_function_pointer): Change to call
1529 possible_function_pointer_reloc.
1530 (Scan::global_reloc_may_be_function_pointer): Ditto.
1531 * icf.h (Icf::check_section_for_function_pointers): Change to reject
1532 relocations in ".data.rel.ro._ZTV" section.
1533 * testsuite/icf_safe_so_test.sh: Change to pass i386.
1534 * testsuite/icf_safe_so_test.cc: Ditto.
1535 * testsuite/icf_safe_test.cc: Ditto.
1536 * testsuite/icf_safe_test.sh: Ditto.
1537
d3bbad62
ILT
15382010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1539 Ian Lance Taylor <iant@google.com>
1540
1541 * target-reloc.h (relocate_section): Check the symbol table index
1542 for -1U before setting the local symbol index.
1543 (scan_relocatable_relocs): If copying the relocation, record that
1544 the local symbol is required.
1545 * object.h (Symbol_value::is_output_symtab_index_set): New
1546 function.
1547 (Symbol_value::may_be_discarded_from_output_symtab): New
1548 function.
1549 (Symbol_value::has_output_symtab_entry): New function.
1550 (Symbol_value::needs_output_symtab_entry): Remove.
1551 (Symbol_value::output_symtab_index): Make sure the symbol index is
1552 set.
1553 (Symbol_value::set_output_symtab_index): Make sure the symbol
1554 index is not set. Make sure the new index is valid.
1555 (Symbol_value::set_must_have_output_symtab_entry): New function.
1556 (Symbol_value::has_output_dynsym_entry): New function.
1557 (Symbol_value::set_output_dynsym_index): Make sure the new index
1558 is valid.
1559 (Sized_relobj::set_must_have_output_symtab_entry): New function.
1560 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
1561 local symbol if permitted.
1562 (Sized_relobj::do_finalize_local_symbols): Call
1563 is_output_symtab_index_set rather than needs_output_symtab_entry.
1564 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
1565 rather than needs_output_symtab_entry. Call
1566 has_output_dynsym_entry rather than needs_output_dynsym_entry.
1567 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
1568 is_output_symtab_index_set rather than needs_output_symtab_entry.
1569 * testsuite/discard_locals_relocatable_test.c: New file.
1570 * testsuite/discard_locals_test.sh: Test -r.
1571 * testsuite/Makefile.am (check_DATA): Add
1572 discard_locals_relocatable_test1.syms,
1573 discard_local_relocatable_test2.syms.
1574 (MOSTLYCLEANFILES): Likewise. Also add
1575 discard_locals_relocatable_test1.lout and
1576 discard_locals_relocatable_test2.out.
1577 (discard_locals_relocatable_test1.syms): New target.
1578 (discard_locals_relocatable_test.o): New target.
1579 (discard_locals_relocatable_test1.out): New target.
1580 (discard_locals_relocatable_test2.syms): New target.
1581 (discard_locals_relocatable_test2.out): New target.
1582 (various): Add missing ../ld-new dependencies.
1583 * testsuite/Makefile.in: Rebuild.
1584
7e8ccf26
NC
15852010-03-03 Nick Clifton <nickc@redhat.com>
1586
1587 * po/fi.po: New Finnish translation.
1588
2a0ff005
DK
15892010-03-01 Doug Kwan <dougkwan@google.com>
1590
1591 * layout.cc (Layout::Layout): Force section types of .init_array*,
1592 .preinit_array* and .fini_array* sections.
1593 * output.cc (Output_section::Input_section_sort_entry::has_priority):
1594 Fix check of return value of std::string::find.().
1595 (Output_section::Input_section_sort_compare::operator()): Remove
1596 comment about .init_array.
1597 (Output_section::Input_section_sort_init_fini_compare::operator()):
1598 New method.
1599 (Output_section::sort_attached_input_sections): Handle .init_array
1600 and .fini_array specially.
1601 * output.h (Output_section::Inut_section_sort_compare): Update
1602 comment.
1603 (Output_section::Input_section_sort_init_fini_compare): New struct.
1604
c3e4ae29
DK
16052010-02-26 Doug Kwan <dougkwan@google.com>
1606
1607 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
1608 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
1609 * testsuite/debug_msg.sh: Avoid matching source line number for
1610 use of global variable undef_int.
1611
2fd9ae7a
DK
16122010-02-26 Doug Kwan <dougkwan@google.com>
1613
1614 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
1615 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
1616 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
1617 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
1618 * options.cc (General_options::General_options): Initialize member
1619 fix_v4bx_.
1620 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
1621 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
1622 and rm_no_fix_v4bx.stdout
1623 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
1624 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
1625 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
1626 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
1627 and arm_no_fix_v4bx.
1628 * Makefile.in: Regenerate.
1629 * testsuite/arm_fix_v4bx.s: New file.
1630 * testsuite/arm_fix_v4bx.sh: Ditto.
1631
67ec7d0b
DK
16322010-02-24 Doug Kwan <dougkwan@google.com>
1633
1634 * arm.cc (Target_arm::got_section): Make the .got section the first
1635 non RELRO section in the data segment.
1636 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
1637 suffixes of section names.
1638
10165461
DK
16392010-02-24 Doug Kwan <dougkwan@google.com>
1640
1641 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
1642 flags and attributes merging if an input file is a binary file.
1643 * fileread.cc (Input_file::open): Record format of original file.
1644 * fileread.h (Input_file::Format): New enum type.
1645 (Input_file::Input_file): Initialize data member format_.
1646 (Input_file::format): New method definition.
1647 (Input_file::format_):: New data member.
1648
4a54abbb
DK
16492010-02-24 Doug Kwan <dougkwan@google.com>
1650
1651 * arm.cc (Arm_output_data_got): New class.
1652 (ARM_TCB_SIZE): New constant
1653 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
1654 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
1655 If user uses a script with a SECTIONS clause, issue only a warning
1656 for a misplaced EXIDX input section. Otherwise, issue an error.
1657 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
1658 garbage collection.
1659 (Target_arm::got_mode_index_entry): Handle static linking.
1660 (Target_arm::Scan::local): Ditto.
1661 (Target_arm::Scan::global): Ditto.
1662 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
1663 all incorrectly implemented relocations.
e1df38aa 1664 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
1665 Arm_output_section::fix_exidx_coverage.
1666 * layout.cc (Layout::section_name_mapping): Remove trailing dots
1667 from ".ARM.exidx." and ".ARM.extab.".
1668
ca419a6f
ILT
16692010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1670
1671 * arm.cc (Target_arm::do_finalize_sections): Create attribute
1672 section if it does not already exist.
1673 * attributes.cc (Attributes_section_data::Attributes_section_data):
1674 Don't crash if size is zero.
1675
135b9c78
ILT
16762010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1677 Ian Lance Taylor <iant@google.com>
1678
1679 * gold.cc (queue_middle_tasks): If no input files were opened,
1680 exit.
1681 * workqueue.h (Task_function::Task_function): Assert that there is
1682 a blocker.
1683
bb0bfe4f
DK
16842010-02-22 Doug Kwan <dougkwan@google.com>
1685
1686 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
1687 * icf.cc (get_section_contents): Cast snprintf arguments to long long
1688 types to avoid warnings due to different uint64_t implementations
1689 on different hosts.
1690
2a2b6d42
DK
16912010-02-21 Doug Kwan <dougkwan@google.com>
1692
1693 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
1694 handling of the maximum backward branch offset.
1695 (Arm_relocate_functions::thumb_branch_common): Ditto.
1696 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
1697 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 1698 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
1699 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
1700 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
1701 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
1702 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
1703 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
1704 thumb_bl_out_of_range thumb_bl_out_of_range.o,
1705 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
1706 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
1707 thumb2_bl_out_of_range.o): New rules.
1708 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
1709 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
1710 thumb2_bl_out_of_range
1711 * testsuite/Makefile.in: Regenerate.
1712 * testsuite/arm_bl_in_range.s: New file.
1713 * testsuite/arm_bl_out_of_range.s: Ditto.
1714 * testsuite/arm_branch_in_range.sh: Ditto.
1715 * testsuite/arm_branch_range.t: Ditto.
1716 * testsuite/thumb2_branch_range.t: Ditto.
1717 * testsuite/thumb_bl_in_range.s: Ditto.
1718 * testsuite/thumb_bl_out_of_range.s: Ditto.
1719 * testsuite/thumb_branch_range.t: Ditto.
1720
b487ad64
ST
17212010-02-20 Sriraman Tallam <tmsriram@google.com>
1722
1723 * gc.h (gc_process_relocs): Change vectors to point to the new list.
1724 Add reloc offset information.
1725 * icf.cc (get_section_contents): Change iterators to point to the new
1726 vectors. Add reloc offset information to the contents.
1727 * icf.h (Icf::Sections_reachable_info): New typedef.
1728 (Icf::Sections_reachable_list): New typedef.
1729 (Icf::Offset_info): New typedef.
1730 (Icf::Reloc_info): New struct typedef.
1731 (Icf::Reloc_info_list): New typedef.
1732 (Icf::symbol_reloc_list): Delete method.
1733 (Icf::addend_reloc_list): Delete method.
1734 (Icf::section_reloc_list): Delete method.
1735 (Icf::reloc_info_list): New method.
1736 (Icf::reloc_info_list_): New member.
1737
f96accdf
DK
17382010-02-19 Doug Kwan <dougkwan@google.com>
1739
1740 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
1741 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
1742 * arm.cc (Arm_relocation_functions): New forward declaration.
1743 (Target_arm::Target_arm): Initialize new data members
1744 got_mod_index_offset_ and tls_base_symbol_defined_.
1745 (Target_arm::Relocate::relocate_tls): New method.
1746 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
1747 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
1748 New methods.
1749 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
1750 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
1751 (Target_arm::got_mod_index_offset_,
1752 Target_arm::tls_base_symbol_defined_): New data members.
1753 (Target_arm::Scan::local, Target::Scan::global,
1754 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
1755 relocations.
1756
c8761b9a
DK
17572010-02-18 Doug Kwan <dougkwan@google.com>
1758
1759 * arm.cc (Arm_relobj::find_linked_text_section): New method.
1760 (Arm_relobj::make_exidx_input_section): Pass section index of linked
1761 text section as a parameter becuase some broken tools may not set
1762 the link in section header.
1763 (Target_arm::has_got_section): New method.
1764 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
1765 without any mapping symbol as data only. Remove warning.
1766 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
1767 link in its section header, try to discover the link by inspecting the
1768 REL31 relocation at the beginning of the section.
1769 (Target_arm::Scan::check_non_pic): Report name of offending relocation
1770 in error message.
1771 (Target_arm::Scan::global): Treat any reference to the symbol
1772 _GLOBAL_OFFSET_TABLE_ as a GOT access.
1773
21bb3914
ST
17742010-02-12 Sriraman Tallam <tmsriram@google.com>
1775
1776 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
1777 (Scan::global_reloc_may_be_function_pointer): New function.
1778 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
1779 (Scan::global_reloc_may_be_function_pointer): New function.
1780 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
1781 (Scan::global_reloc_may_be_function_pointer): New function.
1782 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
1783 (Scan::global_reloc_may_be_function_pointer): New function.
1784 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
1785 (Scan::global_reloc_may_be_function_pointer): New function.
1786 (Scan::possible_function_pointer_reloc): New function.
1787 (Target_x86_64::can_check_for_function_pointers): New function.
1788 * gc.h (gc_process_relocs): Scan relocation types to determine if
1789 function pointers were taken for targets that support it.
1790 * icf.cc (Icf::find_identical_sections): Include functions for
1791 folding in safe ICF whose pointer is not taken.
1792 * icf.h (Secn_fptr_taken_set): New typedef.
1793 (fptr_section_id_): New member.
1794 (section_has_function_pointers): New function.
1795 (set_section_has_function_pointers): New function.
1796 (check_section_for_function_pointers): New function.
1797 * options.h: Fix comment for safe ICF option.
1798 * target.h (can_check_for_function_pointers): New function.
1799 * testsuite/Makefile.am: Add icf_safe_so_test test case.
1800 Modify icf_safe_test for X86-64.
1801 * testsuite/Makefile.in: Regenerate.
1802 * testsuite/icf_safe_so_test.cc: New file.
1803 * testsuite/icf_safe_so_test.sh: New file.
1804 * testsuite/icf_safe_test.cc (kept_func_3): New function.
1805 (main): Change to take pointer to function kept_func_3.
1806 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
1807 folding is done correctly for X86-64.
1808
0da6fa6c
DM
18092010-02-12 David S. Miller <davem@davemloft.net>
1810
1811 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
1812 is_symbolless parameter.
1813 (Output_reloc<SHT_REL>::is_symbolless): New.
1814 (Output_reloc<SHT_REL>::is_symbolless_): New.
1815 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
1816 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
1817 (Output_reloc<SHT_RELA>::is_symbolless): New.
1818 (Output_data_reloc::add_global): Handle is_symbolless.
1819 (Output_data_reloc::add_global_relative): Likewise.
1820 (Output_data_reloc::add_local): Likewise.
1821 (Output_data_reloc::add_local_relative): Likewise.
1822 (Output_data_reloc::add_symbolless_global_addend): New.
1823 (Output_data_reloc::add_symbolless_local_addend): New.
1824 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
1825 is_symbolless.
1826 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
1827 instead of ->is_relative_
1828 (Output_reloc::write): Likewise.
1829 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
1830 (Output_reloc::write_rel): Simplify.
1831
1832 * sparc.cc (Target_sparc::Scan::local): Use
1833 ->add_symbolless_local_addend as needed.
1834 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
1835 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
1836 based upon relocation offset.
1837
e4782e83
DK
18382010-02-11 Doug Kwan <dougkwan@google.com>
1839
1840 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
1841 (Target_arm::Scan::global): Ditto. Also remove a comment before the
1842 beginning of function.
1843 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
1844 and MOVT_ABS relocations. Those are non issued in scanning. Fix
1845 parameter is_32bit in calls to should_apply_static_reloc.
1846 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
1847 (check_DATA): Add arm_abs_global.stdout.
1848 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
1849 arm_abs_global.stdout): New rules.
1850 (MOSTLLYCLEANFILES): Add arm_abs_global
1851 * Makefile.in: Regenerate.
1852 * testsuite/arm_abs_global.s: New file.
1853 * testsuite/arm_abs_global.sh: Ditto.
1854 * testsuite/arm_abs_lib.s: Ditto.
1855
93ceb764
ILT
18562010-02-11 Ian Lance Taylor <iant@google.com>
1857
1858 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
1859 Read_relocs task.
1860 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
1861 Allocate_commons_task first.
1862 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
1863 task, rather than symtab_lock_.
1864 (Gc_process_relocs::~Gc_process_relocs): New function.
1865 (Gc_process_relocs::is_runnable): Check this_blocker_.
1866 (Gc_process_relocs::locks): Use next_blocker_ rather than
1867 blocker_.
1868 (Scan_relocs::~Scan_relocs): New function.
1869 (Scan_relocs::is_runnable): Check this_blocker_ rather than
1870 symtab_lock_.
1871 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
1872 next_blocker_.
1873 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
1874 fields. Add this_blocker_ and next_blocker_ fields. Adjust
1875 constructor accordingly.
1876 (class Gc_process_relocs): Likewise.
1877 (class Scan_relocs): Likewise.
1878 * common.h (class Allocate_commons_task): Remove symtab_lock_
1879 field, and corresponding constructor parameter.
1880 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
1881 symtab_lock_.
1882 (Allocate_commons_task::locks): Likewise.
1883
114dfbe1
ILT
18842010-02-11 Ian Lance Taylor <iant@google.com>
1885
1886 * gold-threads.h (class Once): Define.
1887 (class Initialize_lock): Rewrite as child of Once.
1888 * gold-threads.cc (class Once_initialize): Define.
1889 (once_pointer_control): New static variable.
1890 (once_pointer, once_arg): New static variables.
1891 (c_run_once): New static function.
1892 (Once::Once, Once::run_once, Once::internal_run): New functions.
1893 (class Initialize_lock_once): Remove.
1894 (initialize_lock_control): Remove.
1895 (initialize_lock_pointer): Remove.
1896 (initialize_lock_once): Remove.
1897 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
1898 (Initialize_lock::initialize): Rewrite.
1899 (Initialize_lock::do_run_once): New function.
1900 * archive.cc (Archive::interpret_header): Only clear name if it is
1901 not already empty.
1902 * fileread.cc: Include "gold-threads.h"
1903 (file_counts_lock): New static variable.
1904 (file_counts_initialize_lock): Likewise.
1905 (File_read::release): Only increment counts when using --stats.
1906 Use a lock around the increment.
1907 * parameters.cc (class Set_parameters_target_once): Define.
1908 (set_parameters_target_once): New static variable.
1909 (Parameters::Parameters): Move here from parameters.h.
1910 (Parameters::set_target): Rewrite.
1911 (Parameters::set_target_once): New function.
1912 (Parameters::clear_target): Move here and rewrite.
1913 * parameters.h (class Parameters): Update declarations. Add
1914 set_parameters_target_once_ field.
1915 (Parameters::Parameters): Move to parameters.cc.
1916 (Parameters::clear_target): Likewise.
1917 * readsyms.cc (Read_symbols::do_group): Create a Start_group
1918 task.
1919 (Start_group::~Start_group): New function.
1920 (Start_group::is_runnable): New function.
1921 (Start_group::locks, Start_group::run): New functions.
1922 (Finish_group::run): Change saw_undefined to size_t.
1923 * readsyms.h (class Start_group): Define.
1924 (class Finish_group): Change saw_undefined_ field to size_t.
1925 (Finish_group::Finish_group): Remove saw_undefined and
1926 this_blocker parameters. Change all callers.
1927 (Finish_group::set_saw_undefined): New function.
1928 (Finish_group::set_blocker): New function.
1929 * symtab.h (class Symbol_table): Change saw_undefined to return
1930 size_t. Change saw_undefined_ field to size_t.
1931 * target-select.cc (Set_target_once::do_run_once): New function.
1932 (Target_selector::Target_selector): Initialize set_target_once_
1933 field. Don't initialize lock_ and initialize_lock_ fields.
1934 (Target_selector::instantiate_target): Rewrite.
1935 (Target_selector::set_target): New function.
1936 * target-select.h (class Set_target_once): Define.
1937 (class Target_selector): Update declarations. Make
1938 Set_target_once a friend. Remove lock_ and initialize_lock_
1939 fields. Add set_target_once_ field.
1940
fa17a3f4
ILT
19412010-02-10 Ian Lance Taylor <iant@google.com>
1942
1943 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
1944 queueing any tasks.
1945 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
1946 (queue_middle_tasks): Add all blockers before queueing any tasks.
1947 (queue_final_tasks): Likewise.
1948 * token.h (Task_token::add_blockers): New function.
1949 * object.h (Input_objects::number_of_relobjs): New function.
1950
c7177d31
ILT
19512010-02-10 Ian Lance Taylor <iant@google.com>
1952
5de0e392
ILT
1953 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
1954 shared, not if not position independent.
1955 * x86_64.cc (Relocate::relocate_tls): Likewise.
1956 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
1957 (tls_pie_pic_test): New target.
1958 * testsuite/Makefile.in: Rebuild.
1959
c7177d31
ILT
1960 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
1961 (tls_test_main_pie.o, tls_test_pie.o): New targets.
1962 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
1963 * testsuite/Makefile.in: Rebuild.
1964
684b268a
DM
19652010-02-09 David S. Miller <davem@davemloft.net>
1966
1967 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
1968 R_SPARC_RELATIVE using ->add_local_relative().
1969 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
1970
612a8d3d
DM
1971 * output.h (Output_data_dynamic::add_section_size): New method
1972 that takes two Output_data objects.
1973 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
1974 entry param. Handle it in initializers.
1975 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
1976 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
1977 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
1978 arg.
1979 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
1980 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
1981 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
1982 for dynrel_includes_plt.
1983 * i386.cc (Target_i386::do_finalize_sections): Likewise.
1984 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
1985 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
1986 before .rela.plt
1987 (Target_sparc::do_finalize_sections): Update to pass true for
1988 dynrel_includes_plt.
1989 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
1990 output before .rela.plt
1991 (Target_powerpc::do_finalize_sections): Update to pass true for
1992 dynrel_includes_plt when 32-bit.
1993
cb1be87e
DK
19942010-02-08 Doug Kwan <dougkwan@google.com>
1995
1996 * arm.cc (Arm_relobj::simple_input_section_output_address): New
1997 method.
1998 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
1999 Arm_relobj::scan_section_for_cortex_a8_stubs,
2000 Arm_relobj::do_relocation_section): Instead of calling
2001 Output_section::output_address, use faster
2002 Arm_relobj::simple_input_section_output_address.
2003
705b5121
DM
20042010-02-08 David S. Miller <davem@davemloft.net>
2005
2006 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
2007 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
2008 relocation helper function.
2009
024c4466
DM
2010 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
2011 just like R_SPARC_GOT{10,13,22}.
2012 (Target_sparc::Scan::local): Likewise.
2013 (Target_sparc::Relocate:relocate): Likewise.
2014
9109c078
ILT
20152010-02-06 Ian Lance Taylor <iant@google.com>
2016
2017 * configure.ac: Rewrite targetobjs duplicate removal code to use
2018 only shell constructs.
2019 * configure: Rebuild.
2020
cf846138
DK
20212010-02-05 Doug Kwan <dougkwan@google.com>
2022
2023 PR 11247
2024 * arm.cc (Arm_relobj::section_is_scannable): New method.
2025 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
2026 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
2027
6cfaf60b
DK
20282010-02-04 Doug Kwan <dougkwan@google.com>
2029
2030 PR 11247
2031 * arm-reloc-property.cc (cstdio): Include.
2032 * configure.ac (targetobjs): Remove duplicates.
2033 * configure: Regenerate.
2034 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
2035 big and little endian version for a given address size.
2036
5c57f1be
DK
20372010-02-03 Doug Kwan <dougkwan@google.com>
2038
2039 * arm-reloc-property.cc
2040 (Arm_reloc_property_table::reloc_name_in_error_message): New method
2041 definition.
2042 * arm-reloc-property.h
2043 (Arm_reloc_property_table::get_implemented_static_reloc_property):
2044 New method definition.
2045 (Arm_reloc_property_table::reloc_name_in_error_message): New method
2046 declaration.
2047 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
2048 overflow to N.
2049 (GOT_PREL): Change implemented to Y.
2050 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
2051 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
2052 (Arm_relocate_functions::movw_abs_nc): Remove method.
2053 (Arm_relocate_functions::movt_abs): Ditto.
2054 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
2055 (Arm_relocate_functions::thm_movt_abs): Ditto.
2056 (Arm_relocate_functions::movw_rel_nc): Ditto.
2057 (Arm_relocate_functions::movw_rel): Ditto.
2058 (Arm_relocate_functions::movt_rel): Ditto.
2059 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
2060 (Arm_relocate_functions:thm_movw_rel): Ditto.
2061 (Arm_relocate_functions:thm_movt_rel): Ditto.
2062 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
2063 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
2064 New method definitions.
2065 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
2066 (Arm_relocation_functions::arm_grp_ldr): Ditto.
2067 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
2068 (Arm_relocation_functions::arm_grp_ldc): Ditto.
2069 (Target_arm::Relocate::relocate): Check for non-static or
2070 unimplemented relocation code and exit early. Change calls to
2071 Target_arm::reloc_uses_thumb_bit and
2072 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
2073 instead. Refactor code to handle similar relocations to increase
2074 code sharing. Remove check for unsupported relocation code in switch
2075 statement.
2076 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
2077 relocation property table to find out size. Change error message to
2078 print out the name of a relocation code instead of the numeric value.
2079 (Target_arm::scan_reloc_for_stub): Use relocation property table
2080 instead of calling Target_arm::reloc_uses_thumb_bit().
2081
218c5831
DK
20822010-02-02 Doug Kwan <dougkwan@google.com>
2083
2084 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
2085 types of relaxed input section.
2086
0d31c79d
DK
20872010-02-02 Doug Kwan <dougkwan@google.com>
2088
2089 * Makefile.am (HFILES): Add arm-reloc-property.h.
2090 (DEFFILES): New.
2091 (TARGETSOURCES): Add arm-reloc-property.cc
2092 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
2093 (libgold_a_SOURCES): $(DEFFILES)
2094 * Makefile.in: Regenerate.
2095 * arm-reloc-property.cc: New file.
2096 * arm-reloc-property.h: New file.
2097 * arm-reloc.def: New file.
2098 * arm.cc: Update comments.
2099 (arm-reloc-property.h): New included header.
2100 (arm_reloc_property_table): New global variable.
2101 (Target_arm::do_select_as_default_target): New method definition.
2102 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
2103 arm-reloc-property to targ_extra_obj.
2104 * parameters.cc (set_parameters_target): Call
2105 Target::select_as_default_target().
2106 * target.h (Target::select_as_default_target): New method definition.
2107 (Target::do_select_as_default_target): Same.
2108
546c7457
DK
21092010-02-01 Doug Kwan <dougkwan@google.com>
2110
2111 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
2112 first_output_text_section_.
2113 (Arm_exidx_fixup::first_output_text_section): New method definition.
2114 (Arm_exidx_fixup::first_output_text_section_): New data member.
2115 (Arm_exidx_fixup::process_exidx_section): Record the first text
2116 output section seen.
2117 (Arm_output_section::fix_exidx_coverage): Set correct linked section
2118 and entsize in output section header.
2119
11b861d5
DK
21202010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2121
2122 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
2123 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
2124 (Arm_relocate_functions::thm_alu11): New Method.
2125 (Arm_relocate_functions::thm_pc8): New Method.
2126 (Arm_relocate_functions::thm_pc12): New Method.
2127 (Target_arm::Scan::local): Handle the relocations.
2128 (Target_arm::Scan::global): Likewise.
2129 (Target_arm::Relocate::relocate): Likewise.
2130 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
2131
c9a2c125
DK
21322010-01-29 Doug Kwan <dougkwan@google.com>
2133
2134 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
2135 of relocation types as ld.
2136
1521477a
DK
21372010-01-29 Doug Kwan <dougkwan@google.com>
2138
2139 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
2140 to public.
2141 (Arm_relocate_functions::thumb_branch_common): Ditto.
2142 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
2143 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
2144 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
2145 Arm_relocate_functions::jump24): Remove.
2146 (Target_arm::Relocate::relocate): Adjust code to call
2147 Arm_relocation_functions::arm_branch_common and
2148 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 2149 wrappers. Merge switch-cases together to reduce source code size.
1521477a 2150
e7eca48c
DK
21512010-01-29 Doug Kwan <dougkwan@google.com>
2152
2153 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
2154 output_local_symbol_count_needs_update_.
2155 (Arm_relobj::output_local_symbol_count_needs_update,
2156 Arm_relobj::set_output_local_symbol_count_needs_update,
2157 Arm_relobj::update_output_local_symbol_count): New methods.
2158 (Arm_relobj::output_local_symbol_count_needs_update_): New data
2159 member.
2160 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
2161 of pointed function as in a R_ARM_PREL31 relocation.
2162 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
2163 for output local symbol count updating.
2164 (Target_arm::do_relax): Update output local symbol counts in objects
2165 if necessary.
2166 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
2167
02961d7e
ILT
21682010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2169
2170 * arm.cc: Added support for the ARM relocations:
2171 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
2172 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
2173 (Arm_relocate_functions::movw_rel_nc): Renamed (was
2174 movw_prel_nc).
2175 (Arm_relocate_functions::movw_rel): New method.
2176 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
2177 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
2178 thm_movw_prel_nc).
2179 (Arm_relocate_functions::thm_movw_rel): New method.
2180 (Arm_relocate_functions::thm_movt_rel): Renamed (was
2181 thm_movt_prel).
2182 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
2183 relocations.
2184 (Target_arm::Scan::global): Likewise.
2185 (Target_arm::Relocate::relocate): Likewise.
2186 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
2187 Likewise.
2188
b10d2873
ILT
21892010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2190
2191 * arm.cc: Added support for ARM group relocations.
2192 (Target_arm::reloc_needs_sym_origin): New method.
2193 (Arm_relocate_functions::calc_grp_kn): New method.
2194 (Arm_relocate_functions::calc_grp_residual): New method.
2195 (Arm_relocate_functions::calc_grp_gn): New method.
2196 (Arm_relocate_functions::arm_grp_alu): New Method.
2197 (Arm_relocate_functions::arm_grp_ldr): New Method.
2198 (Arm_relocate_functions::arm_grp_ldrs): New Method.
2199 (Arm_relocate_functions::arm_grp_ldc): New Method.
2200 (Target_arm::Scan::local): Handle the ARM group relocations.
2201 (Target_arm::Scan::global): Likewise.
2202 (Target_arm::Relocate::relocate): Likewise.
2203 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
2204 Likewise.
2205
2b328d4e
DK
22062010-01-26 Doug Kwan <dougkwan@google.com>
2207
2208 * arm.cc (set): Include.
2209 (class Arm_exidx_fixup): Change type of last_input_section_ to const
2210 pointer type.
2211 (Arm_output_section::Text_section_list): New type.
2212 (Arm_output_section::append_text_sections_to_list): New method.
2213 (Arm_output_section::fix_exidx_coverage): Ditto.
2214 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2215 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2216 Relobj::set_section_offset() instead of
2217 Sized_relobj::invalidate_section_offset().
2218 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2219 parameter for section headers. Ignore relocation sections for
2220 unallocated sections and EXIDX sections.
2221 (Target_arm::fix_exidx_coverage): New method.
2222 (Target_arm::output_section_address_less_than): New type.
2223 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
2224 linked text section instead of the EXIDX section.
2225 (Arm_output_section::create_stub_group): Add an assertion to check
2226 that this is not an EXIDX output section.
2227 (Arm_output_section::append_text_sections_to_list): New method.
2228 (Arm_output_section::fix_exidx_coverage): Ditto.
2229 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2230 Arm_relobj::section_needs_reloc_stub_scanning.
2231 (Target_arm::do_relax): Fix EXIDX output section coverage in the
2232 first pass.
2233 (Target_arm::fix_exidx_coverage): New method.
2234 * object.h (Relobj::set_output_section): New method.
2235 (Sized_relobj::invalidate_section_offset): Remove method.
2236 (Sized_relobj::do_invalidate_section_offset): Remove method.
2237 (Sized_relobj::do_set_section_offset): Handle offset value -1.
2238
c7f3c371
DK
22392010-01-25 Doug Kwan <dougkwan@google.com>
2240
2241 * arm.cc (Arm_exidx_merged_section::do_output_offset):
2242 Fix warning due to signed and unsigned comparison on a 32-bit host.
2243
8923b24c
DK
22442010-01-22 Doug Kwan <dougkwan@google.com>
2245
2246 * arm.cc (Target_arm::do_relax): Record an output section for section
2247 offset adjustment it contains any stub table that has changed.
2248 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
2249 offsets in an output section if necessary.
2250 * output.cc (Output_section::Output_section): Initialize
2251 section_offsets_need_adjustments_.
2252 (Output_section::add_input_section_for_script): Renamed to
2253 Output_section::add_simple_input_section.
2254 (Output_section::save_states): Add a comment.
2255 (Output_section::discard_states): New method defintion.
2256 (Output_section::adjust_section_offsets): Same.
2257 * output.h (Output_section::add_input_section_for_script): Renamed to
2258 Output_section::add_simple_input_section.
2259 (Output_section::discard_states): New method declaration.
2260 (Output_section::adjust_section_offsets): Same.
2261 (Output_section::section_offsets_need_adjustment,
2262 Output_section::set_section_offsets_need_adjustment): New method
2263 definitions.
2264 (Output_section::section_offsets_need_adjustment_): New data member.
2265 * script-sections.cc
2266 (Output_section_element_input::set_section_address): Adjust code for
2267 renaming of Output_section::add_input_section_for_script.
2268 (Orphan_output_section::set_section_address): Same.
2269
9b2fd367
DK
22702010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2271
2272 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
2273 Fix_v4bx enum values .
2274 * gold/options.h (General_options): New option definitions.
2275 (General_options::fix_v4bx): New method.
2276 (General_options::Fix_v4bx): New enum.
2277 * gold/options.cc (General_options::parse_fix_v4bx): New method.
2278 (General_options::parse_fix_v4bx_interworking): New method.
2279
80d0d023
DK
22802010-01-22 Doug Kwan <dougkwan@google.com>
2281
2282 * arm.cc (Arm_exidx_fixup): New class.
2283
af2cdeae
DK
22842010-01-21 Doug Kwan <dougkwan@google.com>
2285
2286 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
2287 classes.
2288 (Arm_exidx_section_offset_map): New type.
2289
993d07c1
DK
22902010-01-21 Doug Kwan <dougkwan@google.com>
2291
2292 * arm.cc (Arm_exidx_input_section): New class.
2293 (Arm_relobj::exidx_input_section_by_link,
2294 Arm_relobj::exidx_input_section_by_shndx,
2295 Arm_relobj::make_exidx_input_section): New methods.
2296 (read_arm_attributes_section): Remove.
2297 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
2298 information about them.
2299 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
2300 to here.
2301
5ac169d4
DK
23022010-01-20 Doug Kwan <dougkwan@google.com>
2303
2304 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
2305 Input_section_specifier to Section_id.
2306 (Target_arm::new_arm_input_section: Adjust code for change of key
2307 type.
2308 (Target_arm::find_arm_input_section): Ditto.
2309 * gc.h (object.h): Include for Section_id nand Section_id_hash.
2310 (Section_id): Remove.
2311 (Garbage_collection::Section_id_hash): Remove.
2312 * icf.h (object.h): Include for Section_id nand Section_id_hash.
2313 (Section_id): Remove.
2314 (Icf::Section_id_hash): Remove.
2315 * object.h (Section_id, Const_section_id, Section_id_hash,
2316 Const_section_id_hash): New type definitions.
2317 * output.cc (Output_section::add_relaxed_input_section): Change to
2318 use Const_section_id instead of Input_section_specifier as key type.
2319 (Output_section::add_merge_input_section): Ditto.
2320 (Output_section::build_relaxation_map): Change to use Section_id
2321 instead of Input_section_specifier as key type.
2322 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
2323 Ditto.
2324 (Output_section::convert_input_sections_to_relaxed_sections): Change
2325 to use Const_section_id instead of Input_section_specifier as key type.
2326 (Output_section::find_merge_section): Ditto.
2327 (Output_section::find_relaxed_input_section): Ditto.
2328 * output.h (Input_section_specifier): Remove class.
2329 (Output_section::Output_section_data_by_input_section_map): Change
2330 key type to Const_section_id.
2331 (Output_section::Output_relaxed_input_section_by_input_section_map):
2332 Ditto.
2333 (Output_section::Relaxation_map): Change key type to Section_id.
2334
a2162063
ILT
23352010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2336
2337 * gold/arm.cc: Added support for R_ARM_V4BX relocation
2338 (class Arm_v4bx_stub): New class.
2339 (DEF_STUBS): Updated definition to support v4_veneer_bx.
2340 (Stub_factory::make_arm_v4bx_stub): New method.
2341 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
2342 (Stub_table::empty): Handle v4bx stubs.
2343 (Stub_table::add_arm_v4bx_stub): New method.
2344 (Stub_table::find_arm_v4bx_stub): New method.
2345 (Arm_relocate_functions::v4bx): New method.
2346 (Target_arm::fix_v4bx): New method.
2347 (Target_arm::Target_arm): Handle R_ARM_V4BX.
2348 (Stub_table::relocate_stubs): Likewise.
2349 (Stub_table::do_write): Likewise.
2350 (Stub_table::update_data_size_and_addralign): Likewise.
2351 (Stub_table::finalize_stubs): Likewise.
2352 (Target_arm::Scan::local): Likewise.
2353 (Target_arm::Scan::global): Likewise.
2354 (Target_arm::do_finalize_sections): Likewise.
2355 (Target_arm::Relocate::relocate): Likewise.
2356 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
2357 Likewise.
2358 (Target_arm::scan_reloc_for_stub): Likewise.
2359 (Target_arm::scan_reloc_section_for_stubs): Likewise.
2360
5696ab0b
ILT
23612010-01-19 Ian Lance Taylor <iant@google.com>
2362
2363 * output.cc (Output_section_headers::do_sized_write): Write large
2364 segment count to sh_info field.
2365 (Output_file_header::do_sized_write): For large segment count,
2366 write PN_XNUM to e_phnum field.
2367
800d0f56
ILT
23682010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2369
2370 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
2371 (Arm_relocate_functions::thm_jump8): New function.
2372 (Arm_relocate_functions::thm_jump11): New function.
2373 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
2374 R_ARM_THM_JUMP11.
2375 (Target_arm::Scan::global): Likewise.
2376 (Target_arm::Relocate::relocate): Likewise.
2377 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
2378 Likewise.
2379
41263c05
DK
23802010-01-14 Doug Kwan <dougkwan@google.com>
2381
2382 * arm.cc (map, utility): Include headers.
2383 (Target_arm::apply_cortex_a8_workaround): New method.
2384 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
2385 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
2386 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
2387 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
2388 the --[no-]fix-cortex-a8 command line options.
2389 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
2390 (Target_arm::relocate_stub): Use addend in instruction template.
2391 * options.h (DEFINE_bool): Set the user-set flag.
2392 (General_options): Add --[no-]-fix-cortex options.
2393 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 2394 : Update fast look-up map after conversion.
41263c05 2395
459e9b03
ST
23962010-01-14 Sriraman Tallam <tmsriram@google.com>
2397
2398 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
2399 in the first pass of do_layout.
2400
b521dfe4
DK
24012010-01-13 Doug Kwan <dougkwan@google.com>
2402
2403 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
2404 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
2405 apparent compiler problem of not folding static constant integral
2406 data members of elfcpp::Elf_sizes<32>.
2407
44272192
DK
24082010-01-13 Doug Kwan <dougkwan@google.com>
2409
2410 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
2411 Arm_relobj::section_needs_cortex_a8_stub_scanning,
2412 Arm_relobj::scan_section_for_cortex_a8_erratum,
2413 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
2414 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
2415 sections to scan for relocation stubs into a new method
2416 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
2417 relocation and Cortex-A8 stub scanning.
2418 (Target_arm::do_relax): Force stubs to be after stubbed sections
2419 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 2420 the beginning of a new relaxation pass. Update a comment.
44272192
DK
2421 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
2422
44b71ece
ILT
24232010-01-12 Ian Lance Taylor <iant@google.com>
2424
2425 * target-reloc.h (visibility_error): New inline function.
2426 (relocate_section): Call visibility_error.
2427 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
2428 (MOSTLYCLEANFILES): Likewise.
2429 (protected_4_pic.o, protected_3.err): New targets.
2430 * testsuite/protected_4.cc: New file.
2431
a120bc7f
DK
24322010-01-12 Doug Kwan <dougkwan@google.com>
2433
2434 * arm.cc (Cortex_a8_reloc): New class.
2435 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
2436 and cortex_a8_relocs_info_.
2437 (Target_arm::fix_cortex_a8): New method definition.
2438 (Target_arm::Cortex_a8_relocs_info): New type.
2439 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
2440 New data member declarations.
2441 (Target_arm::scan_reloc_for_stub): Record information about
2442 relocations for THUMB branches that might be exempted from the
2443 Cortex-A8 workaround.
2444 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
2445 at the beginning of a relaxation pass.
2446
20138696
DK
24472010-01-12 Doug Kwan <dougkwan@google.com>
2448
2449 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
2450 (Arm_relobj::Mapping_symbol_position,
2451 Arm_reloj::Mapping_symbol_position_less,
2452 Arm_relobj::Mapping_symbols_info): New types.
2453 (Target_arm::is_mapping_symbol_name): New method definition.
2454 (Arm_relobj::do_count_local_symbols): Save information about mapping
2455 symbols.
2456
089d69dc
DK
24572010-01-11 Doug Kwan <dougkwan@google.com>
2458
2459 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
2460 Arm_relocate_functions::thumb32_branch_upper,
2461 Arm_relocate_functions::thumb32_branch_lower,
2462 Arm_relocate_functions::thumb32_cond_branch_offset,
2463 Arm_relocate_functions::thumb32_cond_branch_upper,
2464 Arm_relocate_functions::thumb32_cond_branch_lower,
2465 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
2466 branch offset encoding.
2467 (Arm_relocate_functions::thumb_branch_common): Use new branch
2468 offset encoding methods to avoid code duplication.
2469 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
2470 (Stub_addend_reader::operator()): Use new branch encoding method
2471 to avoid code duplication.
2472
99e5bff2
DK
24732010-01-11 Doug Kwan <dougkwan@google.com>
2474
2475 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
2476 (Target_arm::do_finalize_sections): Define special EXIDX section
2477 symbols only if referenced.
2478 * gc.h (Garbage_collection::add_reference): New method.
2479 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
2480 code duplication.
2481
98e090bd
ILT
24822010-01-11 Ian Lance Taylor <iant@google.com>
2483
d0a91bd8
ILT
2484 * script.cc (Version_script_info::build_expression_list_lookup):
2485 Change complaing about duplicate wildcard match from error to
2486 warning.
2487
98e090bd
ILT
2488 * script.cc (class Lazy_demangler): Recreate--revert part of patch
2489 of 2009-12-30.
2490 (Version_script_info::Version_script_info): Initialize globs_,
2491 default_version_, default_is_global_, and exact_. Don't
2492 initialize globals_ or locals_.
2493 (Version_script_info::build_lookup_tables): Build local symbols
2494 first.
2495 (Version_script_info::unquote): New function.
2496 (Version_script_info::add_exact_match): New function.
2497 (Version_script_info::build_expression_list_lookup): Remove lookup
2498 parameter. Add is_global parameter. Change all callers. Handle
2499 wildcard pattern specially. Unquote pattern. Call
2500 add_exact_match.
2501 (Version_script_info::get_name_to_match): New function.
2502 (Version_script_info::get_symbol_version): New function.
2503 (Version_script_info::get_symbol_version_helper): Remove.
2504 (Version_script_info::check_unmatched_names): Call unquote.
2505 * script.h (class Version_script_info): Change get_symbol_version
2506 to be non-inline and add is_global parameter; change all callers.
2507 Rewrite symbol_is_local. Update declarations. Define struct
2508 Version_tree_match, Exact, Globs. Don't define struct Lookup.
2509 Remove globals_ and locals_ members. Add exact_, globs_,
2510 default_version_, is_global_.
2511 (Version_script_info::Glob): Remove pattern, add expression and
2512 is_global. Update constructor. Change all callers.
2513 * dynobj.cc (Versions::finalize): Mark the version symbol as the
2514 default version.
2515 (Versions::symbol_section_contents): If a symbol is undefined, or
2516 defined in a dynamic object, set the version index to
2517 VER_NDX_LOCAL.
2518 * symtab.cc (Symbol_table::add_from_relobj): Don't call
2519 symbol_is_local.
2520 (Symbol_table::add_from_pluginobj): Likewise.
2521 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
2522
d56962d3
DK
25232010-01-11 Doug Kwan <dougkwan@google.com>
2524
2525 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
2526 (incremental_dump_LDADD): Add linking option for libintl.
2527 * Makefile.in: Regenerate.
2528
94e6ee91
L
25292010-01-11 H.J. Lu <hongjiu.lu@intel.com>
2530
2531 PR gold/11144
2532 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
2533 instead of -Ds.
2534 * testsuite/Makefile.in: Regenerated.
2535
e96c574b
DK
25362010-01-10 Doug Kwan <dougkwan@google.com>
2537
2538 * options.h (DEFINE_var): Use parentheses around argument varname__
2539 in macro body to avoid any unintended subsequent substitutions.
2540
7198066b
ILT
25412010-01-10 Ian Lance Taylor <iant@google.com>
2542
ba4d53bf
ILT
2543 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
2544 candidates before doing symbol resolution.
2545
7198066b
ILT
2546 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
2547 ODR candidates if only one is weak.
2548
a2beed37
ILT
25492010-01-08 Ian Lance Taylor <iant@google.com>
2550
2551 * script.cc (Version_script_info::build_expression_list_lookup):
2552 Don't warn about ambiguous version, just record the ambiguity.
2553 (Version_script_info::get_symbol_version_helper): Give error if
2554 version is ambiguous.
2555
2fb7225c
DK
25562010-01-08 Doug Kwan <dougkwan@google.com>
2557
2558 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
2559 prev_data_size_ and prev_addralign_. Remove initializer for
2560 deleted data member has_been_changed_.
2561 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
2562 to determine if the table is empty.
2563 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
2564 Remove.
2565 (Stub_table::add_reloc_stub): Define method in class definition
2566 instead of just declaring it there.
2567 (Stub_table::add_cortex_a8_stub): New method definition.
2568 (Stub_table::update_data_size_and_addralign): Ditto.
2569 (Stub_table::finalize_stubs): Ditto.
2570 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
2571 (Stub_table::do_addralign_): Return address alignment in the
2572 (Stub_table::do_reset_address_and_file_offset): Define method in
2573 class definition instead of declaring it there. Set current data
2574 size to be the data size of the previous pass.
2575 (Stub_table::set_final_data_size): Use current data size as the
2576 final data size.
2577 (Stub_table::relocate_stub): Change parameter type of stub from
2578 Reloc_stub pointer to Stub pointer.
2579 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
2580 (Stub_table::Cortex_a8_stub_list): New typedef.
2581 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
2582 Stub_table::prev_addralign_): New data member.
2583 (Arm_relobj::Arm_relobj): Initialize data member
2584 section_has_cortex_a8_workaround_.
2585 (Arm_relobj::section_has_cortex_a8_workaround,
2586 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
2587 definitions.
2588 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
2589 declarations.
2590 (Target_arm::relocate_stub): Change parameter type of stub from
2591 Reloc_stub pointer to Stub pointer.
2592 (Insn_template::size, Insn_template::alignment): Handle
2593 THUMB16_SPECIAL_TYPE.
2594 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
2595 Stub_table::update_data_size_and_addralign,
2596 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
2597 definitions.
2598 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
2599 (Stub_table::do_write): Ditto.
2600 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2601
880cd20d
ILT
26022010-01-08 Ian Lance Taylor <iant@google.com>
2603
2604 PR 11108
2605 * symtab.h (class Symbol): Remove fields is_target_special_ and
2606 has_plt_offset_. Add field is_defined_in_discarded_section_.
2607 (Symbol::is_defined_in_discarded_section): New function.
2608 (Symbol::set_is_defined_in_discarded_section): New function.
2609 (Symbol::has_plt_offset): Rewrite.
2610 (Symbol::set_plt_offset): Verify that new offset is not -1U.
2611 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
2612 Don't initialize is_target_special_ or has_plt_offset_.
2613 Initialize is_defined_in_discarded_section_.
2614 (Symbol_table::add_from_relobj): If appropriate, set
2615 is_defined_in_discarded_section.
2616 * resolve.cc (Symbol::override_base_with_special): Don't test
2617 is_target_special_. Change has_plt_offset_ to has_plt_offset().
2618 * target-reloc.h (relocate_section): Do special handling for
2619 symbols defined in discarded sections for global symbols as well
2620 as local symbols.
2621
2703e3eb
ILT
26222010-01-08 Ian Lance Taylor <iant@google.com>
2623
2624 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
2625 the SHT_SYMTAB case.
2626
339d40a3
ILT
26272010-01-08 Ian Lance Taylor <iant@google.com>
2628
2629 * object.cc (Sized_relobj::do_layout): Don't get confused if
2630 layout_eh_frame returns NULL.
2631
abecea76
ILT
26322010-01-08 Ian Lance Taylor <iant@google.com>
2633
2634 PR 11084
2635 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
2636 dynamic symbol table, use the normal symbol table.
2637 (Sized_dynobj::do_read_symbols): Remove assertion about type of
2638 symbol table.
2639
6b7dd3f3
ILT
26402010-01-08 Ian Lance Taylor <iant@google.com>
2641
2642 PR 11072
2643 * layout.cc (Layout::include_section): Remove .gnu_debuglink
2644 sections.
2645
36c50e63
L
26462010-01-08 H.J. Lu <hongjiu.lu@intel.com>
2647
2648 * version.cc (print_version): Change to "Copyright 2010".
2649
e291e7b9
ILT
26502010-01-08 Ian Lance Taylor <iant@google.com>
2651
2652 PR 10287
2653 PR 11063
2654 * i386.cc (class Target_i386): Change return type of plt_section
2655 to be non-const.
2656 (class Output_data_plt_i386): Add tls_desc_rel_ field.
2657 (Output_data_plt_i386::Output_data_plt_i386): Initialize
2658 tls_desc_rel_ field.
2659 (Output_data_plt_i386::rel_tls_desc): New function.
2660 (Target_i386::rel_tls_desc_section): New function.
2661 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
2662 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
2663 R_386_TLS_DESC reloc in rel_tls_desc_section.
2664 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
2665 Define struct Tlsdesc_info.
2666 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
2667 (Target_x86_64::do_reloc_symbol_index): New function.
2668 (Target_x86_64::add_tlsdesc_info): New function.
2669 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
2670 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
2671 tlsdesc_rel_ field.
2672 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
2673 all callers.
2674 (Output_data_plt_x86_64::rela_tlsdesc): New function.
2675 (Target_x86_64::rela_tlsdesc_section): New function.
2676 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
2677 handling.
2678 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
2679 (Target_x86_64::do_reloc_addend): New function.
2680 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
2681 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
2682 declarations. Define TARGET_CODE. Add arg field to u1_ union.
2683 (Output_reloc::type): New function.
2684 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
2685 (Output_reloc::is_target_specific): New function.
2686 (Output_reloc::target_arg): New function.
2687 (class Output_reloc) [SHT_RELA]: Add four new constructors for
2688 absolute relocs and target specific relocs.
2689 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
2690 add_target_specific.
2691 (class Output_data_reloc) [SHT_RELA]: Likewise.
2692 * output.cc (Output_reloc::Output_reloc): Add four new versions
2693 for absolute relocs and target specific relocs.
2694 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
2695 (Output_reloc::get_symbol_index): Likewise.
2696 (Output_reloc::local_section_offset): Check that local_sym_index_
2697 is not TARGET_CODE or 0.
2698 (Output_reloc::symbol_value): Likewise.
2699 (Output_reloc::write) [SHT_RELA]: Call target for target specific
2700 reloc.
2701 * target.h (class Target): Add reloc_symbol_index and reloc_addend
2702 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
2703 functions.
2704 * layout.cc (add_target_dynamic_tags): Use output section for
2705 DT_PLTRELSZ and DT_JMPREL.
2706
3a44184e
ILT
27072010-01-07 Ian Lance Taylor <iant@google.com>
2708
2709 PR 11061
2710 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
2711 function.
2712 (class Output_data_reloc_generic): Define.
2713 (class Output_data_reloc_base): Change base class to
2714 Output_data_reloc_generic. Change add() method to call
2715 bump_relative_reloc_count for a relative reloc. Remove
2716 sort_relocs_ field.
2717 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
2718 to sort_relocs().
2719 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
2720 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
2721 appropriate.
2722 * layout.h (class Layout): Update declaration.
2723
ea715a34
ILT
27242010-01-07 Ian Lance Taylor <iant@google.com>
2725
2726 * output.h (class Output_data): Add const version of
2727 output_section and do_output_section.
2728 (class Output_section_data): Add const version of
2729 do_output_section.
2730 (class Output_section): Likewise.
2731 * layout.cc (Layout::add_target_dynamic_tags): New function.
2732 * layout.h (class Layout): Update declarations.
2733 * arm.cc (Target_arm::do_finalize_sections): Use
2734 add_target_dynamic_tags.
2735 * i386.cc (Target_i386::do_finalize_sections): Likewise.
2736 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
2737 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
2738 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
2739
659948a4
ILT
27402010-01-07 Ian Lance Taylor <iant@google.com>
2741
2742 PR 11042
2743 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
2744 object as needed.
2745
9d3b86f6
ILT
27462010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
2747 Ian Lance Taylor <iant@google.com>
2748
2749 PR 11019
2750 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
2751 Xindex::read_symtab_xindex.
2752
bb0d3eb0
DK
27532010-01-07 Doug Kwan <dougkwan@google.com>
2754
2755 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
2756 (Insn_template::thumb16_bcond_insn): New method declaration.
2757 (Insn_template): Fix spelling.
2758 (Stub::thumb16_special): New method declaration.
2759 (Stub::do_write): Define virtual method which was previously pure
2760 virtual.
2761 (Stub::do_thumb16_special): New method declaration.
2762 (Stub::do_fixed_endian_write): New template member.
2763 (Reloc_stub::do_write): Remove.
2764 (Reloc_stub::do_fixed_endian_write): Remove.
2765 (Cortex_a8_stub): New class definition.
2766 (Stub_factory::make_cortex_a8_stub): New method definition.
2767 (Stub_factory::Stub_factory): Add missing static storage class
2768 qualifier for elf32_arm_stub_a8_veneer_blx.
2769
ffeef7df
ILT
27702010-01-07 Ian Lance Taylor <iant@google.com>
2771
dc3f80fe
ILT
2772 PR 10980
2773 * options.h (class General_options): Add --warn-unresolved-symbols
2774 and --error-unresolved-symbols.
2775 * errors.cc (Errors::undefined_symbol): Implement
2776 --warn-unresolved-symbols.
2777
ffeef7df
ILT
2778 * options.h (class General_options): Add -z text and -z textoff.
2779 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
2780
f1ec9ded
ST
27812010-01-06 Sriraman Tallam <tmsriram@google.com>
2782
2783 * gc.h (Garbage_collection::Cident_section_map): New typedef.
2784 (Garbage_collection::cident_sections): New function.
2785 (Garbage_collection::add_cident_section): New function.
2786 (Garbage_collection::cident_sections_): New member.
2787 (gc_process_relocs): Add references to sections whose names are C
2788 identifiers.
2789 * gold.h (cident_section_start_prefix): New constant.
2790 (cident_section_stop_prefix): New constant.
2791 (is_cident): New function.
2792 * layout.cc (Layout::define_section_symbols): Replace string constants
2793 with the newly defined constants.
2794 * object.cc (Sized_relobj::do_layout): Track sections whose names are
2795 C identifiers.
2796 * testsuite/Makefile.am: Add gc_orphan_section_test.
2797 * testsuite/Makefile.in: Regenerate.
2798 * testsuite/gc_orphan_section_test.cc: New file.
2799 * testsuite/gc_orphan_section_test.sh: New file.
2800
6eda8c29
ILT
28012010-01-06 Ian Lance Taylor <iant@google.com>
2802
b9674e17
ILT
2803 PR 10980
2804 * options.h (class General_options): Add --warn-shared-textrel.
2805 * layout.cc (Layout::finish_dynamic_section): Implement
2806 --warn-shared-textrel.
2807
6eda8c29
ILT
2808 PR 10980
2809 * options.h (class General_options): Add --warn-multiple-gp.
2810
32dcd44e
ILT
28112010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2812
2813 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
2814 $(THREADSLIB) and $(LIBDL).
2815 * Makefile.in: Rebuild.
2816
a192ba05
ILT
28172010-01-06 Ian Lance Taylor <iant@google.com>
2818
2819 PR 10980
2820 * options.cc (General_options::parse_section_start): New function.
2821 (General_options::section_start): New function.
2822 (General_options::General_options): Initialize all members.
2823 * options.h: Include <map>
2824 (class General_options): Add --section-start. Add section_starts_
2825 member.
2826 * layout.cc (Layout::attach_allocated_section_to_segment): If
2827 --section-start was used, set the address of the segment. Remove
2828 local sort_sections.
2829 (Layout::relaxation_loop_body): If the address of the load segment
2830 has been set by --section-start, don't use it.
2831 * output.h (Output_segment::update_flags_for_output_section): New
2832 function.
2833 * output.cc (Output_segment::add_output_section): Call
2834 update_flags_for_output_section.
2835
dde3f402
ILT
28362010-01-05 Ian Lance Taylor <iant@google.com>
2837
62dfdd4d
ILT
2838 PR 10980
2839 * options.h (class General_options): Add --undefined-version.
2840 * script.cc (struct Version_expression): Add was_matched_by_symbol
2841 field.
2842 (Version_script_info::matched_symbol): New function.
2843 (Version_script_info::get_symbol_version_helper): Call
2844 matched_symbol.
2845 (Version_script_info::check_unmatched_names): New function.
2846 * script.h (class Version_script_info): Update declarations.
2847 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
2848
9c4ae156
ILT
2849 * options.h (class General_options): Use DEFINE_bool_alias for
2850 allow_multiple_definition.
2851 * resolve.cc (Symbol_table::should_override): Don't test
2852 allow_multiple_definition.
2853
dde3f402
ILT
2854 PR 10980
2855 * options.h (class General_options): Add --cref.
2856 * main.cc (main): Print cref table if --cref. Don't close mapfile
2857 until after printing cref table.
2858 * cref.cc: Include "symtab.h".
2859 (class Cref_inputs): Define Cref_table_compare and Cref_table.
2860 (Cref_table_compare::operator()): New function.
2861 (Cref_inputs::gather_cref): New function.
2862 (filecol): New static const.
2863 (Cref_inputs::print_cref): New function.
2864 (Cref::print_cref): New function.
2865 * cref.h: Include <cstdio>.
2866 (class Cref): Update declarations.
2867 * mapfile.h (Mapfile::file): New function.
2868 * object.h (class Object): Define Symbols. Declare virtual
2869 do_get_global_symbols.
2870 (Object::get_global_symbols): New function.
2871 * object.cc (Input_objects::add_object): Pass object to cref_ if
2872 --cref.
2873 (Input_objects::archive_start): Likewise.
2874 (Input_objects::archive_stop): Likewise.
2875 (Input_objects::print_cref): New function.
2876 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
2877 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
2878 --cref.
2879 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
2880 function.
2881 * plugin.h (class Sized_pluginobj): Update declarations.
2882
8781f709
ILT
28832010-01-05 Ian Lance Taylor <iant@google.com>
2884
2885 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
2886 to is_default_version. Rename insdef to insdefault.
2887 (Symbol_table::add_from_relobj): Rename def to is_default_version
2888 and local to is_forced_local.
2889 (Symbol_table::add_from_pluginobj): Likewise.
2890 (Symbol_table::add_from_dynobj): Likewise.
2891 (Symbol_table::define_special_symbol): Rename insdef to
2892 insdefault.
2893
fe35d28d
ILT
28942010-01-04 Ian Lance Taylor <iant@google.com>
2895
30bc8c46
ILT
2896 PR 10980
2897 * options.h (class General_options): Add
2898 --allow-multiple-definition and -z muldefs.
2899 * resolve.cc (Symbol_table::should_override): Don't warn about a
2900 multiple symbol definition if --allow-multiple-definition or -z
2901 muldefs.
2902
7eaea549
ILT
2903 PR 10980
2904 * options.h (class General_options): Add --add-needed and
2905 --copy-dt-needed-entries. Tweak --as-needed help entry.
2906 * object.cc (Input_objects::check_dynamic_dependencies): Give an
2907 error if --copy-dt-needed-entries aka --add-needed is used and
2908 would cause a change in behaviour.
2909
fe35d28d
ILT
2910 PR 10980
2911 * options.h (class General_options): Add -G as a short version of
2912 --shared. Add no-op options -assert, -g, and -i.
2913
55a2bb35
ST
29142010-01-04 Sriraman Tallam <tmsriram@google.com>
2915
2916 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
2917 check for .text or .gnu.linkonce.t sections.
2918 * icf.cc (Icf::find_identical_sections): Ditto.
2919 Change the detection for mangled function name within the section
2920 name.
2921 * icf.h (is_section_foldable_candidate): New function.
2922
719328e1
ILT
29232009-12-30 Ian Lance Taylor <iant@google.com>
2924
2925 PR 10980
2926 * options.h (class General_options): Permit two dashes with
2927 --retain-symbols-file.
2928
d7bb5745
ILT
29292009-12-30 Ian Lance Taylor <iant@google.com>
2930
403a15dd
ILT
2931 PR 10979
2932 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
2933 don't put the file header and segment headers in the text
2934 segment.
2935
eda294df
ILT
2936 PR 10979
2937 * common.cc (Sort_commons::operator()): Stabilize sort when both
2938 entries are NULL.
2939 (Symbol_table::do_allocate_commons_list): When allocating common
2940 symbols, skip a symbol which is no longer common.
2941 * symtab.h (Symbol::is_common): Test whether the symbol comes from
2942 an object before checking its type.
2943 * testsuite/common_test_2.c: New file.
2944 * testsuite/common_test_3.c: New file.
2945 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
2946 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
2947 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
2948 (common_test_2_pic.o, common_test_2.so): New targets.
2949 (common_test_3_pic.o, common_test_3.so): New targets.
2950 * testsuite/Makefile.in: Rebuild.
2951
d7bb5745
ILT
2952 PR 10979
2953 * script.cc (read_input_script): If we see a new SECTIONS clause,
2954 and we have added an input section, give an error.
2955 * layout.h (class Layout): Add have_added_input_section function.
2956 Add have_added_input_section_ field.
2957 * layout.cc (Layout::Layout): Initialize
2958 have_added_input_section_.
2959 (Layout::layout): Set have_added_input_section_.
2960 (Layout::layout_eh_frame): Likewise.
2961
fc59c572
ILT
29622009-12-30 Ian Lance Taylor <iant@google.com>
2963
2964 PR 10931
2965 * options.h (class General_options): Add --sort-common option.
2966 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
2967 * common.cc (Sort_common): Add sort_order parameter to
2968 constructor. Add sort_order_ field.
2969 (Sort_commons::operator): Check sort_order_.
2970 (Symbol_table::allocate_commons): Determine the sort order.
2971 (Symbol_table::do_allocate_commons): Add sort_order parameter.
2972 Change all callers.
2973 (Symbol_table::do_allocate_commons_list): Likewise.
2974
1c74fab0
ILT
29752009-12-30 Ian Lance Taylor <iant@google.com>
2976
2977 PR 10916
2978 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
2979 symbols from this object, don't change the visibility of an
2980 undefined symbol.
2981 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
2982
6affe781
ILT
29832009-12-30 Ian Lance Taylor <iant@google.com>
2984
2985 PR 10861
2986 * script.h (class Version_script_info): Define Language enum.
2987 Update declarations. Define Glob, Exact, and Lookup types. Add
2988 new fields globals_, locals_, and is_finalized_.
2989 * script.cc: Various formatting fixes.
2990 (class Parser_closure): Change language_stack_ from a vector of
2991 std::string to one of Version_script_info::Language. Adjust all
2992 uses accordingly.
2993 (class Lazy_demangler): Remove.
2994 (struct Version_expression): Change language from std::string to
2995 Version_script_info::Language.
2996 (Version_script_info::Version_script_info): New function.
2997 (Version_script_info::~Version_script_info): Don't call clear.
2998 (Version_script_info::finalize): New function.
2999 (Version_script_info::build_lookup_tables): New function.
3000 (Version_script_info::build_expression_list_lookup): New
3001 function.
3002 (Version_script_info::get_symbol_version_helper): Rewrite to use
3003 lookup tables.
3004 (Version_script_info::print_expression_list): Adjust to use
3005 Version_script_info::Language.
3006 (script_push_lex_into_version_mode): Check that the version script
3007 has not been finalized.
3008 (version_script_push_lang): Change language string to
3009 Version_script_info::Language.
3010 * options.cc (Command_line::version_script): New function.
3011 * options.h (class General_options): Add finalize_dynamic_list
3012 function. Change version_script from declaration to definition.
3013 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
3014 * testsuite/version_script.map: Remove duplicate def of foo.
3015 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
3016 version_script.map.
3017 * testsuite/Makefile.in: Rebuild.
3018
818bf354
ILT
30192009-12-30 Ian Lance Taylor <iant@google.com>
3020
3021 PR 10843
3022 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
3023 if the input symbol index is 0, make the output symbol index 0.
3024
ebcc8304
ILT
30252009-12-30 Ian Lance Taylor <iant@google.com>
3026
3027 PR 10670
3028 * options.h (class General_options): Add -x/--discard-all.
3029 * object.cc (Sized_relobj::do_count_local_symbols): Handle
3030 --discard-all. If the local symbol needs a dynamic entry, check
3031 that before handling --discard-locals.
3032
176fe33f
ILT
30332009-12-30 Ian Lance Taylor <iant@google.com>
3034
bb321bb1
ILT
3035 PR 10450
3036 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
3037 flags to PF_R.
3038 (Output_segment::add_output_section): Don't change the flags if
3039 the type is PT_TLS.
3040
176fe33f
ILT
3041 PR 10450
3042 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
3043 GNU hash table if they need a dynamic value. Otherwise, don't add
3044 them if they are defined in a dynamic object or are forced local.
3045
e8cd95c7
ILT
30462009-12-29 Ian Lance Taylor <iant@google.com>
3047
1b81fb71
ILT
3048 PR 10450
3049 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
3050 .gnu.hash table for a 32-bit target.
3051
8d6d383d
ILT
3052 PR 10450
3053 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
3054 regular and a dynamic object only needs a dynamic symbol table
3055 entry if it is externally visible.
3056
e785ec03
ILT
3057 PR 10450
3058 * i386.cc (class Target_i386): Initialize global_offset_table_ in
3059 constructor. Add global_offset_table_ field.
3060 (Target_i386::got_section): Set global_offset_table_.
3061 (Target_i386::do_finalize_sections): Set global_offset_table_
3062 size.
3063 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
3064 in constructor. Add global_offset_table_ field.
3065 (Target_x86_64::got_section): Set global_offset_table_.
3066 (Target_x86_64::do_finalize_sections): Set global_offset_table_
3067 size.
3068
1a2dff53
ILT
3069 * layout.cc (Layout::Layout): Initialize increase_relro_.
3070 (Layout::get_output_section): Add is_relro, is_last_relro, and
3071 is_first_non_relro parameters. Change all callers.
3072 (Layout::choose_output_section): Likewise.
3073 (Layout::add_output_section_data): Likewise.
3074 (Layout::make_output_section): Likewise.
3075 (Layout::set_segment_offsets): Clear increase_relro when using a
3076 linker script.
3077 * layout.h (class Layout): Add increase_relro method. Add
3078 increase_relro_ field. Update declarations.
3079 * output.cc (Output_section::Output_section): Initialize
3080 is_last_relro_ and is_first_non_relro_.
3081 (Output_segment::add_output_section): Group relro sections is
3082 do_sort is true. Handle is_last_relro and is_first_non_relro.
3083 (Output_segment::maximum_alignment): Remove relro handling.
3084 (Output_segment::set_section_addresses): Add increase_relro
3085 parameter. Change all callers. Add initial alignment to align
3086 relro sections on separate page. Remove old relro handling.
3087 (Output_segment::set_section_list_addresses): Remove in_relro
3088 parameter. Change all callers.
3089 (Output_segment::set_offset): Add increase parameter. Change all
3090 callers. Remove old relro handling.
3091 * output.h (class Output_section): Add new methods: is_last_relro,
3092 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
3093 Add is_last_relro_ and is_first_non_relro_ fields.
3094 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
3095 Create separate .got.plt section. Call increase_relro.
3096 * x86_64.cc (Target_x86_64::got_section): Likewise.
3097 * testsuite/relro_script_test.t: Add .got.plt.
3098
f0ba79e2
ILT
3099 PR 10450
3100 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
3101 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
3102 (Layout::finalize): Call set_dynamic_symbol_size.
3103 (Layout::set_dynamic_symbol_size): New function.
3104 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
3105 set_dynamic_symbol_size.
3106
e8cd95c7
ILT
3107 PR 10450
3108 * output.h (class Output_section): Add is_entsize_zero_ field.
3109 * output.cc (Output_section::Output_section): Initialize
3110 is_entsize_zero_.
3111 (Output_section::set_entsize): If two different entsizes are
3112 requested, force it to zero.
3113 (Output_section::add_input_section): Set flags for .debug_str
3114 before updating section flags. Set entsize.
3115 (Output_section::update_flags_for_input_section): Set SHF_MERGE
3116 and SHF_STRING if all input sections have those flags.
3117
3e1b9a8a
RÁE
31182009-12-29 Rafael Espindola <espindola@google.com>
3119
3120 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
3121 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
3122 reporting.
3e1b9a8a 3123
3dcad376
ST
31242009-12-29 Sriraman Tallam <tmsriram@google.com>
3125
3126 * options.cc (General_options::parse_version): Allow -v to exit
3127 without an error if there is nothing to link.
3128
084e2665
ILT
31292009-12-29 Ian Lance Taylor <iant@google.com>
3130
3131 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
3132 using a version of gcc before 4.1.
3133 * configure: Rebuild.
3134
250acde3
CD
31352009-12-28 Chris Demetriou <cgd@google.com>
3136
3137 * attributes.cc (Output_attributes_section_data::do_write): Use
3138 std::vector::front rather than std::vector::data.
3139
99fff23b
ILT
31402009-12-28 Ian Lance Taylor <iant@google.com>
3141
3142 * symtab.h (class Symbol_table): Add enum Defined.
3143 * resolve.cc (Symbol_table::should_override): Add defined
3144 parameter. Change all callers. Test whether object is NULL
3145 before calling a method on it.
3146 (Symbol_table::report_resolve_problem): Add defined parameter.
3147 Change all callers.
3148 (Symbol_table::should_override_with_special): Likewise.
3149 * symtab.cc (Symbol_table::define_in_output_data): Add defined
3150 parameter. Change all callers.
3151 (Symbol_table::do_define_in_output_data): Likewise.
3152 (Symbol_table::define_in_output_segment): Likewise.
3153 (Symbol_table::do_define_in_output_segment): Likewise.
3154 (Symbol_table::define_as_constant): Likewise.
3155 (Symbol_table::do_define_as_constant): Likewise.
3156 * script.h (class Symbol_assignment): Add is_defsym parameter to
3157 constructor; change all callers.
3158 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
3159 parameter. Change all callers. Add is_defsym_ field.
3160 (class Parser_closure): Add parsing_defsym parameter to
3161 constructor; change all callers. Add parsing_defsym accessor
3162 function. Add parsing_defsym_ field.
3163
556bd683
ILT
31642009-12-28 Ian Lance Taylor <iant@google.com>
3165
3166 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 3167 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 3168
1782c879
ILT
31692009-12-23 Ian Lance Taylor <iant@google.com>
3170
3171 * i386.cc (Target_i386::do_calls_non_split): Recognize
3172 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
3173 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
3174 -fsplit-stack prologue when using %r11.
1782c879 3175
329ca2b1
ST
31762009-12-21 Sriraman Tallam <tmsriram@google.com>
3177
3178 * options.cc (General_options::parse_version): Make -v continue and do
3179 the link like GNU ld does.
3180
d675ff46
RÁE
31812009-12-17 Rafael Avila de Espindola <espindola@google.com>
3182
3183 * Makefile.am (CCFILES): Add timer.cc.
3184 (HFILES): Add timer.h.
3185 * configure.ac: Check for sysconf and times.
3186 * main.cc: include timer.h.
3187 (main): Use Timer instead of get_run_time.
3188 * timer.cc: New.
3189 * timer.h: New.
3190 * workqueue.cc: include timer.h.
3191 (Workqueue::find_and_run_task):
3192 Report user, sys and wall time.
3193 * Makefile.in: Regenerate.
3194 * config.in: Regenerate.
3195 * configure: Regenerate.
3196
d6344fb5
DK
31972009-12-16 Doug Kwan <dougkwan@google.com>
3198
3199 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
3200 sections.
3201 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
3202 relaxed input sections.
3203 * output.cc (Output_section::find_relaxed_input_section): Change
3204 return type to Output_relaxed_input_section pointer. Adjust code
3205 for new type of relaxed_input_section_map_.
3206 * output.h (Output_section::find_relaxed_input_section): Change
3207 return type to Output_relaxed_input_section pointer.
3208 (Output_section::Output_relaxed_input_section_by_input_section_map):
3209 New type.
3210 (Output_section::relaxed_input_section_map_): Change type to
3211 Output_section::Output_relaxed_input_section_by_input_section_map.
3212 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
3213 input section.
3214
0e0d5469
ILT
32152009-12-15 Ian Lance Taylor <iant@google.com>
3216
3217 * layout.cc (Layout::create_shstrtab): Only write out after input
3218 sections if we are compressing debug sections.
3219
0649a889
ILT
32202009-12-15 Ian Lance Taylor <iant@google.com>
3221
3222 * archive.cc (Archive::add_symbols): Only look up a symbol without
3223 a version if there is, in fact, a version.
3224
2ea97941
ILT
32252009-12-14 Ian Lance Taylor <iant@google.com>
3226
3227 Revert -Wshadow changes, all changes from:
3228 2009-12-11 Doug Kwan <dougkwan@google.com>
3229 2009-12-11 Nick Clifton <nickc@redhat.com>
3230 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
3231
b0eec2cc
DK
32322009-12-11 Doug Kwan <dougkwan@google.com>
3233
3234 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
3235 due to -Wshadow.
3236 * attributes.cc (Object_attribute::size): Ditto.
3237 (Attributes_section_data::size): Ditto.
3238 (Attributes_section_data::Attributes_section_data): Ditto.
3239 (Output_attributes_section_data::do_write): Ditto.
3240 * attributes.h (Object_attribute::set_type): Ditto.
3241 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
3242
91d6fa6a
NC
32432009-12-11 Nick Clifton <nickc@redhat.com>
3244
3245 * archive.cc: Fix shadowed variable warnings.
3246 * arm.cc: Likewise.
3247 * compressed_output.cc: Likewise.
3248 * compressed_output.h: Likewise.
3249 * configure: Likewise.
3250 * dwarf_reader.cc: Likewise.
3251 * dynobj.cc: Likewise.
3252 * dynobj.h: Likewise.
3253 * ehframe.cc: Likewise.
3254 * ehframe.h: Likewise.
3255 * errors.cc: Likewise.
3256 * expression.cc: Likewise.
3257 * fileread.cc: Likewise.
3258 * fileread.h: Likewise.
3259 * freebsd.h: Likewise.
3260 * i386.cc: Likewise.
3261 * icf.cc: Likewise.
3262 * incremental.h: Likewise.
3263 * layout.cc: Likewise.
3264 * layout.h: Likewise.
3265 * mapfile.cc: Likewise.
3266 * merge.cc: Likewise.
3267 * merge.h: Likewise.
3268 * object.cc: Likewise.
3269 * object.h: Likewise.
3270 * options.h: Likewise.
3271 * output.cc: Likewise.
3272 * output.h: Likewise.
3273 * parameters.cc: Likewise.
3274 * plugin.cc: Likewise.
3275 * powerpc.cc: Likewise.
3276 * reduced_debug_output.cc: Likewise.
3277 * reduced_debug_output.h: Likewise.
3278 * reloc.cc: Likewise.
3279 * reloc.h: Likewise.
3280 * resolve.cc: Likewise.
3281 * script-sections.cc: Likewise.
3282 * script.cc: Likewise.
3283 * script.h: Likewise.
3284 * sparc.cc: Likewise.
3285 * symtab.cc: Likewise.
3286 * symtab.h: Likewise.
3287 * target-select.cc: Likewise.
3288 * target-select.h: Likewise.
3289 * token.h: Likewise.
3290 * workqueue.cc: Likewise.
3291 * workqueue.h: Likewise.
3292 * x86_64.cc: Likewise.
3293
a0351a69
DK
32942009-12-10 Doug Kwan <dougkwan@google.com>
3295
3296 * arm.cc (attributes.h): New include.
3297 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
3298 (Arm_relobj::~Arm_relobj): Delete object pointed by
3299 attributes_section_data_.
3300 (Arm_relobj::attributes_section_data): New method definition.
3301 (Arm_relobj::attributes_section_data_): New data member declaration.
3302 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
3303 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
3304 attributes_section_data_.
3305 (Arm_dynobj::attributes_section_data): New method definition.
3306 (Arm_dynobj::attributes_section_data_): New data member declaration.
3307 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
3308 initialization value of may_use_blx_ to false.
3309 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
3310 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
3311 object attributes to compute results instead of hard-coding.
3312 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
3313 Target_arm::get_secondary_compatible_arch,
3314 Target_arm::set_secondary_compatible_arch
3315 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
3316 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
3317 New method declarations.
3318 (Target_arm::get_aeabi_object_attribute): New method definition.
3319 (Target_arm::attributes_section_data_): New data member declaration.
3320 (read_arm_attributes_section): New template definition.
3321 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
3322 (Arm_dynobj::do_read_symbols): Ditto.
3323 (Target_arm::do_finalize_sections): Merge attributes sections from
3324 input. Check for BLX use after attributes section merging.
3325 Fix __exidx_start and __exidx_end visibility. Create an
3326 .ARM.attributes section if necessary.
3327 (Target_arm::get_secondary_compatible_arch,
3328 Target_arm::set_secondary_compatible_arch,
3329 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
3330 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 3331 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
3332 New method definitions.
3333
b59befec
ILT
33342009-12-09 Ian Lance Taylor <iant@google.com>
3335
3336 * plugin.cc (Plugin::load): Don't cast from void* to a function
3337 pointer.
3338
1276bc89
ILT
33392009-12-09 Ian Lance Taylor <iant@google.com>
3340
3341 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
3342 information fields.
3343
2f2de248
L
33442009-12-09 H.J. Lu <hongjiu.lu@intel.com>
3345
3346 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
3347 Replace two_file_shared_1.so with two_file_shared_2.so.
3348 * testsuite/Makefile.in: Regenerated.
3349
4f787271
DK
33502009-12-08 Doug Kwan <dougkwan@google.com>
3351
3352 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
3353 (HFILES): Add attributes.h and int_encoding.h.
3354 * Makefile.in: Regenerate.
3355 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
3356 function definitions to int_encoding.cc
3357 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
3358 prototypes to int_encoding.h
3359 * reduced_debug_output.cc (int_encoding.h): New include.
3360 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
3361 function definitions to int_encoding.cc
3362 (insert_into_vector, read_from_pointer): Move template definitions to
3363 int_encoding.h
3364 * attributes.cc: New file.
3365 * attributes.h: New file.
3366 * int_encoding.cc: New file.
3367 * int_encoding.h: New file.
3368
20b52f1a
RÁE
33692009-12-07 Rafael Avila de Espindola <espindola@google.com>
3370
3371 PR gold/11055
3372 * incremental-dump.cc (dump_incremental_inputs): New.
3373 (main): Use dump_incremental_inputs.
3374
53d7974c
L
33752009-12-07 H.J. Lu <hongjiu.lu@intel.com>
3376
3377 PR gold/10893
3378 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
3379 checking elfcpp::STT_FUNC.
3380 (Target_i386::Relocate::relocate): Likewise.
3381 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3382
3383 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
3384 symbols from shared libraries into normal FUNC symbols.
3385
3386 * symtab.h (Symbol): Add is_func and use it.
3387
05a352e6
DK
33882009-12-05 Doug Kwan <dougkwan@google.com>
3389
3390 * arm.cc (Target_arm::arm_info): Initialize new fields
3391 attributes_section and attributes_vendor.
3392 * i386.cc (Target_i386::i386_info): Same.
3393 * object.cc (Sized_relobj::do_layout): Skip attribute section.
3394 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
3395 fields attributes_section and attributes_vendor.
53d7974c 3396 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
3397 * target.h (Target::attributes_section, Target::attributes_vendor,
3398 Target::is_attributes_section, Target::attribute_arg_type,
3399 Target::attributes_order): New method definitions.
3400 (Target::Target_info::attributes_section,
3401 Target::Target_info::attributes_vendor): New fields.
3402 (Target::do_attribute_arg_type, Target::do_attributes_order): New
3403 virtual method definitions.
3404 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
3405 attributes_section and attributes_vendor.
3406 * testsuite/testfile.cc (Target_test::test_target_info): Same.
3407
f4e5969c
DK
34082009-12-05 Doug Kwan <dougkwan@google.com>
3409
3410 * arm.cc: Update comments about interworking and stub generation.
3411 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
3412 considered as non-PIC.
3413 (Arm_relocate_functions::base_abs): Fix formatting.
3414 (Arm_relocate_functions::got_prel): Fix comment. Change interface
3415 of function to use GOT entry address instead of offset.
3416 (Target_arm::Scan::global): Issue an error if a symbol would need a
3417 PLT does not get one because it is untyped. Remove code to create
3418 dynamic symbols for relative branches.
3419 (Target_arm::Relocate::relocate: Use 0 instead of false since function
3420 takes unsigned integer instead of boolean.
3421
1abce4a6
L
34222009-12-05 H.J. Lu <hongjiu.lu@intel.com>
3423
3424 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
3425 (two_file_test_LDADD): Likewise.
3426 (common_test_1_LDADD): Likewise.
3427 (exception_test_LDADD) Likewise.
3428 (weak_test_LDADD): Likewise.
3429 (many_sections_test_LDADD): Likewise.
3430 (initpri1_LDADD): Likewise.
3431 (script_test_1_LDADD): Likewise.
3432 (script_test_2_LDADD): Likewise.
3433 (justsyms_LDADD): Likewise.
3434 (binary_test_LDADD): Likewise.
3435 (large_LDADD): Likewise.
3436 * testsuite/Makefile.in: Regenerated.
3437
adcf2816 34382009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 3439
adcf2816
L
3440 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
3441 (Symbol_table::override_with_special): Likewise.
3442 (Symbol_table::add_from_object): Likewise.
3443
28e67f5d
RÁE
34442009-12-04 Rafael Avila de Espindola <espindola@google.com>
3445
3446 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
3447 Don't set the data_offset twice.
3448
ae10a101
RÁE
34492009-12-04 Rafael Avila de Espindola <espindola@google.com>
3450
3451 * testsuite/Makefile.in: Regenerate.
3452
f59f41f3
DK
34532009-12-03 Doug Kwan <dougkwan@google.com>
3454
3455 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
3456 (Target_arm::do_finalize_sections): Add parameter for symbol table
3457 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
3458 * i386.cc (Target_i386::do_finalize_sections): Add an additional
3459 parameter for symbol table pointer.
3460 * layout.cc (Layout::finalize): Call Target::finalize_sections with
3461 an additional parameter for a pointer to symbol table.
3462 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
3463 parameter for a symbol table pointer.
3464 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
3465 * target.h (Target::finalize_sections, Target::do_finalize_sections):
3466 Ditto.
3467 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
3468 parameter for a symbol table pointer.
3469
ca55d848
RÁE
34702009-12-03 Rafael Avila de Espindola <espindola@google.com>
3471
3472 * incremental.cc (Incremental_inputs_header)
3473 (Incremental_inputs_header_write, Incremental_inputs_entry)
3474 (Incremental_inputs_entry_write): Move ...
3475 * incremental.h (Incremental_inputs_header)
3476 (Incremental_inputs_header_write, Incremental_inputs_entry)
3477 (Incremental_inputs_entry_write): here.
3478
3aec4f9c
RÁE
34792009-12-02 Rafael Avila de Espindola <espindola@google.com>
3480
3481 * incremental.cc (make_sized_incremental_binary): Set the target.
3482 Error if it is incompatible.
3483 * output.h (Output_file): Add filename method.
3484
9c0ae74d
RÁE
34852009-12-02 Rafael Avila de Espindola <espindola@google.com>
3486
3487 * incremental.cc (Incremental_inputs_entry): Remove unused argument
3488 from the get_* methods.
3489
a45500ae
RÁE
34902009-12-02 Rafael Avila de Espindola <espindola@google.com>
3491
3492 * incremental-dump.cc (main): Check that the offeset of a script is 0.
3493 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
3494 Write 0 for the data_offset of scripts.
3495
325e6408
RÁE
34962009-12-02 Rafael Avila de Espindola <espindola@google.com>
3497
3498 * testsuite/Makefile.am: Add the incremental_test.sh test.
3499 * testsuite/incremental_test.sh: New.
3500 * testsuite/incremental_test_1.c: New.
3501 * testsuite/incremental_test_2.c: New.
3502
954c3e2e
RÁE
35032009-12-01 Rafael Avila de Espindola <espindola@google.com>
3504
3505 * incremental-dump.cc (main): Fix typos.
3506
f8086623
RÁE
35072009-11-27 Rafael Avila de Espindola <espindola@google.com>
3508
3509 PR gold/11025
3510 * incremental-dump.cc (main): Use llu to print 64 bit values.
3511
3b0dd6ac
L
35122009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
3513 H.J. Lu <hongjiu.lu@intel.com>
3514
3515 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
3516 $(LIBDL).
3517 (incremental_dump_LDADD): Likewise.
3518 * Makefile.in: Regenerated.
3519
a6d1ef57 35202009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 3521
a6d1ef57
DK
3522 Revert:
3523
3524 2009-11-25 Doug Kwan <dougkwan@google.com>
3525
3526 * arm.cc (Target_arm::Target_arm): Move method definition
3527 outside of class definition. Add code to handle
3528 --target1-rel, --target1-abs and --target2= options.
3529 (Target_arm::get_reloc_reloc_type): Change method to be
3530 non-static and const.
3531 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
3532 New data member declaration.
3533 (Target_arm::Scan::local, Target_arm::Scan::global,
3534 Target_arm::Relocate::relocate,
3535 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3536 Adjust call to Target_arm::get_real_reloc_type.
3537 (Target_arm::get_real_reloc_type): Use command line options
3538 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
3539 * options.h (--target1-rel, --target1-abs, --target2): New
3540 ARM-only options.
3541
50aeb7d4
DK
35422009-11-25 Doug Kwan <dougkwan@google.com>
3543
3544 * arm.cc (Target_arm::Target_arm): Move method definition outside of
3545 class definition. Add code to handle --target1-rel, --target1-abs
3546 and --target2= options.
3547 (Target_arm::get_reloc_reloc_type): Change method to be non-static
3548 and const.
3549 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
3550 member declaration.
3551 (Target_arm::Scan::local, Target_arm::Scan::global,
3552 Target_arm::Relocate::relocate,
3553 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
3554 call to Target_arm::get_real_reloc_type.
3555 (Target_arm::get_real_reloc_type): Use command line options to
3556 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
3557 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
3558 options.
3559
51938283
DK
35602009-11-25 Doug Kwan <dougkwan@google.com>
3561
3562 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
3563 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
3564 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
3565 formatting.
3566 (Arm_relocate_functions::thm_call): Replace body with a call to
3567 Arm_relocate_functions::thumb_branch_common.
3568 (Arm_relocate_functions::thm_jump24,
3569 Arm_relocate_functions::thm_xpc22): New method definitions.
3570 (Arm_relocate_functions::thumb_branch_common): New method definition.
3571 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
3572 operator.
3573 (Target_arm::Relocate::relocate): Adjust call to thm_call.
3574 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
3575
e2b8f3c4
RÁE
35762009-11-24 Rafael Avila de Espindola <espindola@google.com>
3577
3578 * Makefile.am: Build incremental-dump
3579 * Makefile.in: Regenerate.
3580 * incremental-dump.cc: New.
3581 * incremental.cc (Incremental_inputs_header_data,
3582 Incremental_inputs_entry_data): Move to incremental.h
3583 * incremental.h: (Incremental_inputs_header_data,
3584 Incremental_inputs_entry_data): Move from incremental.cc
3585
bcba9aec
RÁE
35862009-11-24 Rafael Avila de Espindola <espindola@google.com>
3587
3588 * incremental.cc (Incremental_inputs_header,
3589 Incremental_inputs_header_write, Incremental_inputs_entry,
3590 Incremental_inputs_entry_write): Add a typedef with the data type.
3591
7c3afe08
RÁE
35922009-11-24 Rafael Avila de Espindola <espindola@google.com>
3593
3594 * incremental.cc (Incremental_inputs_header,
3595 Incremental_inputs_header_write, Incremental_inputs_entry,
3596 Incremental_inputs_entry_write): Update comment about which
3597 type has the filed descriptions.
3598
d204b6e9
DK
35992009-11-15 Doug Kwan <dougkwan@google.com>
3600
3601 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
3602 (Arm_relocate_functions::arm_branch_common): Change method defintion
3603 in class definition to a method declaration and update list of formal
3604 parameters.
3605 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
3606 Arm_relocation_functions::jump24): Adjust call to
3607 Arm_relocate_functions::arm_branch_common. Update list of formal
3608 parameters.
3609 (Arm_relocate_functions::xpc25): New method definition.
3610 (Arm_relocate_functions::arm_branch_common): Move method defintion
3611 out from class definition. Use stubs for mode-switching and extending
3612 branch ranges.
3613 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
3614 specially. Change code to enable use of stubs in ARM branches.
3615
43d12afe
DK
36162009-11-10 Doug Kwan <dougkwan@google.com>
3617
3618 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
3619 in method declaration.
3620 (Target_arm::relocate_stub): New method declaration.
3621 (Target_arm::default_target): Change to return a pointer instead of
3622 a const reference.
3623 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
3624 Target_arm::default_target.
3625 (Arm_Relobj::do_relocate_sections): Remove options paramater in
3626 method definition.
3627 (Target_arm::relocate_section): Adjust view.
3628 (Target_arm::relocate_stub): New method definition.
3629
ac33a407
DK
36302009-11-10 Doug Kwan <dougkwan@google.com>
3631
3632 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
3633 a format warning.
3634 * incremental.cc (open_incremental_binary): Initialized local
3635 variables to avoid warnings.
3636 * object.cc (make_elf_object): Ditto.
3637 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
3638 a format warning.
e1df38aa 3639
88ee28e9
L
3640009-11-09 H.J. Lu <hongjiu.lu@intel.com>
3641
3642 PR gold/10930
3643 * testsuite/plugin_test.c: Include "config.h".
3644
2daedcd6
DK
36452009-11-09 Doug Kwan <dougkwan@google.com>
3646
3647 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
3648 (arm_symbol_value): Remove.
3649 (Arm_relocate_functions::arm_branch_common,
3650 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
3651 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
3652 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
3653 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
3654 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
3655 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
3656 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
3657 Arm_relocate_functions::thm_mobw_abs_nc,
3658 Arm_relocate_functions::thm_mov_abs,
3659 Arm_relocate_functions::movw_prel_nc,
3660 Arm_relocate_functions::thm_movt_abs,
3661 Arm_relocate_functions::movt_prel,
3662 Arm_relocate_functions::thm_movw_prel_nc,
3663 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
3664 (Target_arm::Relocate::relocate): Only decompose address into two
3665 parts if relocation type uses the thumb-bit and pass the actual
3666 bit instead of a flag indicating that the thumb-bit is used. Adjust
3667 calls to methods in Arm_relocate_functions for this change.
3668
1276bc89 36692009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
3670
3671 PR 10925
3672 * reloc.cc: Instantiate
3673 Sized_relobj::initialize_input_to_output_maps and
3674 Sized_relobj:free_input_to_output_maps.
3675
e53ad1b5
ILT
36762009-11-06 Ian Lance Taylor <iant@google.com>
3677
3678 PR 10876
3679 * defstd.cc (in_segment): Set only_if_ref true for "end".
3680
eb44217c
DK
36812009-11-06 Doug Kwan <dougkwan@google.com>
3682
3683 * arm.cc (class Reloc_stub): Correct a comment.
3684 (Target_arm::Target_arm): Initialize arm_input_section_map_.
3685 (Target_arm::scan_section_for_stubs): New method declaration.
3686 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
3687 Change methods from private to protected.
3688 (Target_arm::do_may_relax): New method definition.
3689 (Target_arm::do_relax, Target_arm::group_sections,
3690 Target_arm::scan_reloc_for_stub,
3691 Target_arm::scan_reloc_section_for_stubs): New method declarations.
3692 (Target_arm::arm_input_section_map_): New data member declaration.
3693 (Target_arm::scan_reloc_for_stub,
3694 Target_arm::scan_reloc_section_for_stubs,
3695 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
3696 Target_arm::do_relax): New method definitions.
3697
5d329b7d
ILT
36982009-11-06 Mikolaj Zalewski <mikolaj@google.com>
3699
3700 * configure.ac: Check for (struct stat)::st_mtim
3701 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
3702 * config.in: Regenerate.
3703 * configure: Regenerate.
3704
96a0d71b
ILT
37052009-11-05 Ian Lance Taylor <iant@google.com>
3706
3707 PR 10910
3708 * output.cc (Output_segment::add_output_section): Add missing
3709 return statement.
3710
594c8e5e
ILT
37112009-11-04 Ian Lance Taylor <iant@google.com>
3712
3713 PR 10880
3714 * object.h (class Object): Add is_needed and set_is_needed
3715 methods. Add is_needed_ field. Make bool fields into bitfields.
3716 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
3717 defined in a dynamic object and referenced by a regular object,
3718 set is_needed for the dynamic object.
3719 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
3720 if the file is marked with as_needed and it is not needed.
3721
22b127cc
ILT
37222009-11-04 Ian Lance Taylor <iant@google.com>
3723
3724 PR 10887
3725 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
3726 tags if data is discarded by linker script.
3727 * i386.cc (Target_i386::do_finalize_sections): Likewise.
3728 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
3729 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
3730 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
3731
f5c870d2
ILT
37322009-11-04 Ian Lance Taylor <iant@google.com>
3733
3734 * layout.cc (Layout::get_output_section): Add is_interp and
3735 is_dynamic_linker_section parameters. Change all callers.
3736 (Layout::choose_output_section): Likewise.
3737 (Layout::make_output_section): Likewise.
3738 (Layout::add_output_section_data): Add is_dynamic_linker_section
3739 parameter. Change all callers.
3740 * layout.h (class Layout): Update declarations.
3741 * output.h (class Output_section): Add is_interp, set_is_interp,
3742 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
3743 Add is_interp_, is_dynamic_linker_section_ fields. Change
3744 generate_code_fills_at_write_ to a bitfield.
3745 * output.cc (Output_section::Output_sections): Initialize new
3746 fields.
3747 (Output_segment::add_output_section): Add do_sort parameter.
3748 Change all callers.
3749
1ae4d23b
ILT
37502009-11-03 Ian Lance Taylor <iant@google.com>
3751
3752 PR 10860
3753 * options.h (class General_options): Add --warn-common.
3754 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
3755 merging two common symbols.
3756 (Symbol_table::should_override): Handle --warn-common when merging
3757 a common symbol with a defined symbol. Use report_resolve_problem
3758 for multiple definitions.
3759 (Symbol_table::report_resolve_problem): New function.
3760 * symtab.h (class Symbol_table): Declare report_resolve_problem.
3761
55da9579
DK
37622009-11-03 Doug Kwan <dougkwan@google.com>
3763
3764 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
3765 stub_factory_.
3766 (Target_arm::stub_factory): New method definition.
3767 (Target_arm::new_arm_input_section,
3768 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
3769 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 3770 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
3771 New type definitions.
3772 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
3773 member declarations.
3774 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
3775 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
3776 New method definitions.
3777
37a9ac43
ILT
37782009-11-03 Ian Lance Taylor <iant@google.com>
3779
3780 * options.h (class General_options): Add --warn_constructors.
3781
b3d6a3d4
ILT
37822009-11-03 Ian Lance Taylor <iant@google.com>
3783
3784 PR 10893
3785 * defstd.cc (in_section): Add entries for __rel_iplt_start,
3786 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
3787
934b01dd
ILT
37882009-11-03 Ian Lance Taylor <iant@google.com>
3789
3790 PR 10895
3791 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
3792 --msgid-bugs-address.
3793 (install-pdf): New target.
3794 (install-data_yes): Look up one directory to find mkinstalldirs.
3795
03c1939b
L
37962009-11-03 H.J. Lu <hongjiu.lu@intel.com>
3797
3798 * po/Make-in (.po.gmo): Don't generate .gmo files in source
3799 tree.
3800
ebd95253
DK
38012009-10-30 Doug Kwan <dougkwan@google.com>
3802
3803 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
3804
e9bbb538
DK
38052009-10-30 Doug Kwan <dougkwan@google.com>
3806
3807 * arm.cc (Stub_addend_reader): New struct template definition
3808 and partial specializations.
3809 (Stub_addend_reader::operator()): New method definition for a
3810 partially specialized template.
3811
d5b40221
DK
38122009-10-30 Doug Kwan <dougkwan@google.com>
3813
3814 * arm.cc (Arm_relobj::processor_specific_flags): New method
3815 definition.
3816 (Arm_relobj::do_read_symbols): New method declaration.
3817 (Arm_relobj::processor_specific_flags_): New data member declaration.
3818 (Arm_dynobj): New class definition.
3819 (Target_arm::do_finalize_sections): Add input_objects parameter.
3820 (Target_arm::do_adjust_elf_header): New method declaration.
3821 (Target_arm::are_eabi_versions_compatible,
3822 (Target_arm::merge_processor_specific_flags): New method declaration.
3823 (Target_arm::do_make_elf_object): New overloaded method definitions
3824 and declaration.
3825 (Arm_relobj::do_read_symbols): New method definition.
3826 (Arm_dynobj::do_read_symbols): Ditto.
3827 (Target_arm::do_finalize_sections): Add input_objects parameters.
3828 Merge processor-specific flags from all input objects.
3829 (Target_arm::are_eabi_versions_compatible,
3830 Target_arm::merge_processor_specific_flags,
3831 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
3832 New method definitions.
3833 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
3834 Input_objects pointer type parameter.
3835 * layout.cc (Layout::finalize): Pass input objects to target's.
3836 finalize_sections function.
3837 * output.cc (Output_file_header::do_sized_write): Set ELF file
3838 header's processor-specific flags.
3839 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
3840 Input_objects pointer type parameter.
3841 * sparc.cc (Target_sparc::do_finalize_sections): Same.
3842 * target.h (Input_objects): New forward class declaration.
3843 (Target::processor_specific_flags,
3844 Target::are_processor_specific_flags_sect): New method definitions.
3845 (Target::finalize_sections): Add input_objects parameter.
3846 (Target::Target): Initialize processor_specific_flags_ and
3847 are_processor_specific_flags_set_.
3848 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
3849 parameter.
3850 (Target::set_processor_specific_flags): New method definition.
3851 (Target::processor_specific_flags_,
3852 Target::are_processor_specific_flags_set_): New data member
3853 declarations.
3854 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
3855 Input_objects pointer type parameter.
3856
ebabffbd
DK
38572009-10-30 Doug Kwan <dougkwan@google.com>
3858
3859 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
3860
ad0f2072
ILT
38612009-10-28 Ian Lance Taylor <iant@google.com>
3862
3863 * object.h (class Relobj): Drop options parameter from
3864 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
3865 do_scan_relocs, do_relocate. Change all callers.
3866 (class Sized_relobj): Drop options parameters from
3867 do_gc_process_relocs, do_scan_relocs, do_relocate,
3868 do_relocate_sections, relocate_sections, emit_relocs_scan,
3869 emit_relocs_scan_reltype. Change all callers.
3870 (struct Relocate_info): Remove options field and all references to
3871 it.
3872 * reloc.h (class Read_relocs): Remove options constructor
3873 parameter and options_ field. Change all callers.
3874 (class Gc_process_relocs, class Scan_relocs): Likewise.
3875 (class Relocate_task): Likewise.
3876 * target-reloc.h (scan_relocs): Remove options parameter. Change
3877 all callers.
3878 (scan_relocatable_relocs): Likewise.
3879 * target.h (class Sized_target): Remove options parameter from
3880 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
3881 all callers.
3882 * gc.h (gc_process_relocs): Remove options parameter. Change all
3883 callers.
3884 * arm.cc: Update functions to remove options parameters.
3885 * i386.cc: Likewise.
3886 * powerpc.cc: Likewise.
3887 * sparc.cc: Likewise.
3888 * x86_64.cc: Likewise.
3889 * testsuite/testfile.cc: Likewise.
3890
8ffa3667
DK
38912009-10-28 Doug Kwan <dougkwan@google.com>
3892
3893 * arm.cc (Arm_relobj): New class definition.
e1df38aa 3894 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
3895 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
3896 New method definitions.
3897
40f36857
CC
38982009-10-28 Cary Coutant <ccoutant@google.com>
3899
3900 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
3901 (Plugin::cleanup_done_): New member.
3902 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
3903 (Plugin_manager::cleanup_done_): Remove.
3904 (Plugin_manager::add_input_file): Edit error message.
3905 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
3906 (Plugin_manager::cleanup): Remove use of cleanup_done_.
3907
2c849493
ILT
39082009-10-27 Mikolaj Zalewski <mikolajz@google.com>
3909
3910 * fileread.cc: (File_read::View::~View): Use the new
3911 data_ownership_ filed.
3912 (File_read::~File_read): Dispose the new whole_file_view_.
3913 (File_read::open): Mmap the whole file if needed.
3914 (File_read::open): Use whole_file_view_ instead of contents_.
3915 (File_read::find_view): Use whole_file_view_ if applicable.
3916 (File_read::do_read): Use whole_file_view_ instead of contents_.
3917 (File_read::make_view): Use whole_file_view_ instead of contents_,
3918 update File_read::View::View call.
3919 (File_read::find_or_make_view): Update File_read::View::View
3920 call.
3921 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
3922 remove contents_
3923 (File_read::View::Data_ownership): New enum.
3924 (File_read::View::View): Replace bool mapped_ with Data_ownership
3925 argument.
3926 (File_read::View::mapped_): Remove (replaced by data_ownership_).
3927 (File_read::View::data_ownership_): New field.
3928 (File_read::contents_): Remove (replaced by whole_file_view_).
3929 (File_read::whole_file_view_): New field.
3930 * options.h (class General_options): Add --keep-files-mapped.
3931
24998053
CC
39322009-10-27 Cary Coutant <ccoutant@google.com>
3933
3934 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
3935 * testsuite/Makefile.am (plugin_test_5): New test case.
3936 * testsuite/Makefile.in: Regenerate.
3937
72adc4fa
DK
39382009-10-25 Doug Kwan <dougkwan@google.com>
3939
3940 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
3941 from private to protected to allow access by child class.
3942 (Sized_relobj::do_relocate_sections): New method declaration.
3943 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 3944 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
3945 Sized_relobj::relocate_sections. Instantiate template explicitly
3946 for different target sizes and endianity.
3947
07f508a2
DK
39482009-10-24 Doug Kwan <dougkwan@google.com>
3949
3950 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
3951 (Arm_input_section::as_arm_input_section): New method.
3952 (Arm_output_section): New class definition.
3953 (Arm_output_section::create_stub_group,
3954 Arm_output_section::group_sections): New method definitions.
3955
10ad9fe5
DK
39562009-10-22 Doug Kwan <dougkwan@google.com>
3957
3958 * arm.cc (Arm_input_section): New class definition.
3959 (Arm_input_section::init, Arm_input_section:do_write,
3960 Arm_input_section::set_final_data_size,
3961 Arm_input_section::do_reset_address_and_file_offset): New method
3962 definitions.
3963
56ee5e00
DK
39642009-10-21 Doug Kwan <dougkwan@google.com>
3965
3966 * arm.cc (Stub_table, Arm_input_section): New forward class
3967 declarations.
3968 (Stub_table): New class defintion.
3969 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
3970 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
3971 New method definition.
3972
b569affa
DK
39732009-10-21 Doug Kwan <dougkwan@google.com>
3974
3975 * arm.cc: Update copyright comments.
3976 (Target_arm): New forward class template declaration.
3977 (Arm_address): New type.
3978 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
3979 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
3980 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
3981 constants.
3982 (Insn_template): Same.
3983 (DEF_STUBS): New macro.
3984 (Stub_type): New enum type.
3985 (Stub_template): New class definition.
3986 (Stub): Same.
3987 (Reloc_stub): Same.
3988 (Stub_factory): Same.
3989 (Target_arm::Target_arm): Initialize may_use_blx_ and
3990 should_force_pic_veneer_.
3991 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
3992 Target_arm::should_force_pic_veneer,
3993 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
3994 Target_arm::using_thumb_only, Target_arm:;default_target): New
3995 method defintions.
3996 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
3997 New data member declarations.
3998 (Insn_template::size, Insn_template::alignment): New method defintions.
3999 (Stub_template::Stub_template): New method definition.
4000 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
4001 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
4002 (Stub_factory::Stub_factory): New method definition.
4003 * gold.h (string_hash): New template.
4004 * output.h (Input_section_specifier::hash_value): Use
4005 gold::string_hash.
4006 (Input_section_specifier::string_hash): Remove.
4007 * stringpool.cc (Stringpool_template::string_hash): Use
4008 gold::string_hash.
4009
6c172549
DK
40102009-10-20 Doug Kwan <dougkwan@google.com>
4011
4012 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
4013 symbols of relaxed input sections.
4014 * output.h (Output_section::find_relaxed_input_section): Make
4015 method public.
4016
c5617f2f
DK
40172009-10-16 Doug Kwan <dougkwan@google.com>
4018
4019 * dynobj.cc (Versions::Versions): Initialize version_script_.
4020 Only insert base version symbol definition for a shared object
4021 if version script defines any version versions.
4022 (Versions::define_base_version): New method definition.
4023 (Versions::add_def): Check that base version is not needed.
4024 (Versions::add_need): Define base version lazily.
4025 * dynobj.h (Versions::define_base_version): New method declaration.
4026 (Versions::needs_base_version_): New data member declaration.
4027 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
4028 (check_DATA): Add no_version_test.stdout.
4029 (libno_version_test.so, no_version_test.o no_version_test.stdout):
4030 New make rules.
4031 * testsuite/Makefile.in: Regenerate.
4032 * testsuite/no_version_test.c: New file.
4033 * testsuite/no_version_test.sh: Ditto.
4034
3c12dcdb
DK
40352009-10-16 Doug Kwan <dougkwan@google.com>
4036
4037 * expression.cc (class Segment_start_expression): New class definition.
4038 (Segment_start_expression::value): New method definition.
4039 (script_exp_function_segment_start): Return a new
4040 Segment_start_expression.
4041 * gold/script-c.h (script_saw_segment_start_expression): New function
4042 prototype.
4043 * script-sections.cc (Script_sections::Script_sections): Initialize
4044 SAW_SEGMENT_START_EXPRESSION_ to false.
4045 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
4046 and -Tbbs options to specify section addresses if given in
4047 command line and no SEGMENT_START expression is seen in a script.
4048 * script-sections.h (Script_sections::saw_segment_start_expression,
4049 Script_sections::set_saw_segment_start_expression): New method
4050 definition.
4051 (Script_sections::saw_segment_start_expression_): New data member
4052 declaration.
4053 * script.cc (script_saw_segment_start_expression): New function.
4054 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
4055 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
4056 script_test_7.sh and script_test_8.sh.
4057 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
4058 script_test_8.stdout.
4059 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
4060 (script_test_6, script_test_6.stdout, script_test_7,
4061 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
4062 * Makefile.in: Regenerate.
4063 * testsuite/script_test_6.sh: New file.
4064 * testsuite/script_test_6.t: Same.
4065 * testsuite/script_test_7.sh: Same.
4066 * testsuite/script_test_7.t: Same.
4067 * testsuite/script_test_8.sh: Same.
4068
64b1ae37
DK
40692009-10-16 Doug Kwan <dougkwan@google.com>
4070
4071 * output.cc (Output_segment::set_section_list_address): Cast
4072 expressions to unsigned long long type to avoid format warnings.
4073
661be1e2
ILT
40742009-10-15 Ian Lance Taylor <iant@google.com>
4075
12edd763 4076 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 4077 dot assignment to script_sections_.
12edd763
ILT
4078 * script-sections.cc (Script_sections::add_dot_assignment):
4079 Initialize if necessary.
4080
68b6574b
ILT
4081 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
4082 program headers with no load segment if there is a linker script.
4083
661be1e2
ILT
4084 * layout.cc (Layout::set_segment_offsets): Align the file offset
4085 to the segment aligment for -N or -n with no load segment.
4086 * output.cc (Output_segment::add_output_section): Don't crash if
4087 the first section is a TLS section.
4088 (Output_segment::set_section_list_addresses): Print an error
4089 message if the address moves backward in a linker script.
4090 * script-sections.cc
4091 (Output_section_element_input::set_section_addresses): Don't
4092 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
4093 (Orphan_output_section::set_section_addresses): Likewise.
4094
f15f61a7
DK
40952009-10-15 Doug Kwan <dougkwan@google.com>
4096
4097 * layout.cc (Layout::finish_dynamic_section): Generate tags
4098 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
4099 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
4100 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
4101
82bb573a
ILT
41022009-10-14 Ian Lance Taylor <iant@google.com>
4103
4104 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
4105 fields.
4106 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
4107 data_shdr fields of relinfo.
4108 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
4109 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
4110 R_386_TLS_LDO_32, adjust based on section flags.
4111 (Target_i386::Relocate::fix_up_ldo): Remove.
4112
374ad285
ILT
41132009-10-13 Ian Lance Taylor <iant@google.com>
4114
4115 Add support for -pie.
4116 * options.h (class General_options): Add -pie and
4117 --pic-executable.
4118 (General_options::output_is_position_independent): Test -pie.
4119 (General_options::output_is_executable): Return true if not shared
4120 and not relocatable.
4121 (General_options::output_is_pie): Remove.
4122 * options.cc (General_options::finalize): Reject incompatible uses
4123 of -pie.
4124 * gold.cc (queue_middle_tasks): A -pie link is not static.
4125 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
4126 * symtab.cc (Symbol::final_value_is_known): Return false if
4127 output_is_position_independent.
4128 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
4129 output_is_position_independent.
4130 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
4131 output_is_position_independent.
4132 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
4133 output_is_position_independent.
4134 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
4135 two_file_pie_test.
4136 (basic_pie_test.o, basic_pie_test): New targets.
4137 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
4138 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
4139 (two_file_pie_test): New target.
4140 * testsuite/Makefile.in: Rebuild.
4141 * README: Remove note saying that -pie is not supported.
4142
c6585162
ILT
41432009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
4144
4145 * options.h (class General_options): Add -init and -fini.
4146 * layout.cc (Layout::finish_dynamic_section): Emit
4147 given init and fini functions.
4148
032ce4e9
ST
41492009-10-13 Sriraman Tallam <tmsriram@google.com>
4150
4151 * gc.h (gc_process_relocs): Check if icf is enabled using new
4152 function.
4153 * gold.cc (queue_initial_tasks): Likewise.
4154 (queue_middle_tasks): Likewise.
4155 * object.cc (do_layout): Likewise.
4156 * symtab.cc (is_section_folded): Likewise.
4157 * main.cc (main): Likewise.
4158 * reloc.cc (Read_relocs::run): Likewise.
4159 (Sized_relobj::do_scan_relocs): Likewise.
4160 * icf.cc (is_function_ctor_or_dtor): New function.
4161 (Icf::find_identical_sections): Check if function is ctor or dtor when
4162 safe icf is chosen.
4163 * options.h (General_options::icf): Change option to be an enum.
4164 (Icf_status): New enum.
4165 (icf_enabled): New method.
4166 (icf_safe_folding): New method.
4167 (set_icf_status): New method.
4168 (icf_status_): New variable.
4169 * (options.cc) (General_options::finalize): Set icf_status_.
4170 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
4171 icf_test and icf_keep_unique_test to use the --icf enum flag.
4172 * testsuite/icf_safe_test.sh: New file.
e1df38aa 4173 * testsuite/icf_safe_test.cc: New file.
032ce4e9 4174
f345227a
ST
41752009-10-12 Sriraman Tallam <tmsriram@google.com>
4176
4177 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
4178 includes to gc.h and icf.h.
4179 * arm.cc: Include gc.h.
4180 * gold.cc: Likewise.
4181 * i386.cc: Likewise.
4182 * powerpc.cc: Likewise.
4183 * sparc.cc: Likewise.
4184 * x86_64.cc: Likewise.
4185 * gc.h: Include icf.h.
4186
1c7814ed
ILT
41872009-10-11 Ian Lance Taylor <iant@google.com>
4188
4189 * plugin.cc: Include "gold.h" before other header files.
4190
ae3b5189
CD
41912009-10-10 Chris Demetriou <cgd@google.com>
4192
4193 * options.h (Input_file_argument::Input_file_type): New enum.
4194 (Input_file_argument::is_lib_): Replace with...
4195 (Input_file_argument::type_): New member.
4196 (Input_file_argument::Input_file_argument): Take Input_file_type
4197 'type' rather than boolean 'is_lib' as second argument.
4198 (Input_file_argument::is_lib): Use type_.
4199 (Input_file_argument::is_searched_file): New function.
4200 (Input_file_argument::may_need_search): Handle is_searched_file.
4201 * options.cc (General_options::parse_library): Support -l:filename.
4202 (General_options::parse_just_symbols): Update for Input_file_argument
4203 changes.
4204 (Command_line::process): Likewise.
4205 * archive.cc (Archive::get_file_and_offset): Likewise.
4206 * plugin.cc (Plugin_manager::release_input_file): Likewise.
4207 * script.cc (read_script_file, script_add_file): Likewise.
4208 * fileread.cc (Input_file::Input_file): Likewise.
4209 (Input_file::will_search_for): Handle is_searched_file.
4210 (Input_file::open): Likewise.
4211 * readsyms.cc (Read_symbols::get_name): Likewise.
4212 * testsuite/Makefile.am (searched_file_test): New test.
4213 * testsuite/Makefile.in: Regenerate.
4214 * testsuite/searched_file_test.cc: New file.
4215 * testsuite/searched_file_test_lib.cc: New file.
4216
f3048a1d
ILT
42172009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
4218 Ian Lance Taylor <iant@google.com>
4219
4220 * descriptor.cc: Include <cstdio> and "binary-io.h".
4221 (Descriptors::open): Open the files in binary mode always.
4222 * script.cc (Lex::get_token): Treat \r as whitespace.
4223
d4780e57
ILT
42242009-10-09 Ian Lance Taylor <iant@google.com>
4225
4226 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
4227
d9a893b8
ILT
42282009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
4229 Ian Lance Taylor <iant@google.com>
4230
4231 * configure.ac: Check for readv function also.
4232 * fileread.cc (readv): Define if not HAVE_READV.
4233 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
4234 does not exist.
4235 * config.in: Regenerate.
4236 * configure: Regenerate.
4237
c0a62865
DK
42382009-10-09 Doug Kwan <dougkwan@google.com>
4239
4240 * layout.cc (Layout::make_output_section): Call target hook to make
4241 ordinary output section.
4242 (Layout::finalize): Adjust parameter list of call the
4243 Target::may_relax().
4244 * layout.h (class Layout::section_list): New method.
4245 * merge.h (Output_merge_base::entsize): Change visibility to public.
4246 (Output_merge_base::is_string, Output_merge_base::do_is_string):
4247 New methods.
4248 (Output_merge_string::do_is_string): New method.
4249 * object.cc (Sized_relobj::do_setup): renamed from
4250 Sized_relobj::set_up.
4251 * object.h (Sized_relobj::adjust_shndx,
4252 Sized_relobj::initializ_input_to_output_maps,
4253 Sized_relobj::free_input_to_output_maps): Change visibilities to
4254 protected.
4255 (Sized_relobj::setup): Virtualize.
4256 (Sized_relobj::do_setup): New method declaration.
4257 (Sized_relobj::invalidate_section_offset,
4258 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
4259 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
4260 * options.cc (parse_int): New function.
4261 * options.h (parse_int): New declaration.
4262 (DEFINE_int): New macro.
4263 (stub_group_size): New option.
4264 * output.cc (Output_section::Output_section): Initialize memebers
4265 merge_section_map_, merge_section_by_properties_map_,
4266 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
4267 (Output_section::add_input_section): Handled deferred code-fill
4268 generation and remove an old comment.
4269 (Output_section::add_relaxed_input_section): New method definition.
4270 (Output_section::add_merge_input_section): Use merge section by
4271 properties map to speed to search. Update merge section maps
4272 as appropriate.
4273 (Output_section::build_relaxation_map): New method definition.
4274 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
4275 Same.
4276 (Output_section::relax_input_section): Renamed to
4277 Output_section::convert_input_sections_to_relaxed_sections and change
4278 interface to take a vector of pointers to relaxed sections.
4279 (Output_section::find_merge_section,
4280 Output_section::find_relaxed_input_section): New method definitions.
4281 (Output_section::is_input_address_mapped,
4282 Output_section::output_offset, Output_section::output_address):
4283 Use output section data maps to speed up searching.
4284 (Output_section::find_starting_output_address): Add comments.
4285 (Output_section::do_write,
4286 Output_section::write_to_postprocessing_buffer): Do code-fill
4287 generation as appropriate.
4288 (Output_section::get_input_sections): Invalidate relaxed input section
4289 map.
4290 (Output_section::restore_states): Adjust type of checkpoint .
4291 Invalidate relaxed input section map.
4292 * output.h (Output_merge_base): New class declaration.
4293 (Input_section_specifier): New class defintion.
4294 (class Output_relaxed_input_section) Change base class to
4295 Output_section_data_build.
4296 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
4297 base class initializer.
4298 (Output_section::add_relaxed_input_section): New method declaration.
4299 (Output_section::Input_section): Change visibility to protected.
4300 (Output_section::Input_section::relobj,
4301 Output_section::Input_section::shndx): Handle relaxed input sections.
4302 Output_section::input_sections) Change visibility to protected. Also
4303 define overload to return a non-const pointer.
4304 (Output_section::Merge_section_properties): New class defintion.
4305 (Output_section::Merge_section_by_properties_map,
4306 Output_section::Output_section_data_by_input_section_map,
4307 Output_section::Relaxation_map): New types.
4308 (Output_section::relax_input_section): Rename method to
4309 Output_section::convert_input_sections_to_relaxed_sections and change
4310 interface to take a vector of relaxed section pointers.
4311 (Output_section::find_merge_section,
4312 Output_section::find_relaxed_input_section,
4313 Output_section::build_relaxation_map,
4314 Output_section::convert_input_sections_in_list_to_relaxed_sections):
4315 New method declarations.
4316 (Output_section::merge_section_map_
4317 Output_section::merge_section_by_properties_map_,
4318 Output_section::relaxed_input_section_map_,
4319 Output_section::is_relaxed_input_section_map_valid_,
4320 Output_section::generate_code_fills_at_write_): New data members.
4321 * script-sections.cc
4322 (Output_section_element_input::set_section_addresses): Call
4323 current_data_size and addralign methods of relaxed input sections.
4324 (Orphan_output_section::set_section_addresses): Call current_data_size
4325 and addralign methods of relaxed input sections.
4326 * symtab.cc (Symbol_table::compute_final_value): Extract template
4327 from the body of Symbol_table::sized_finalize_symbol.
4328 (Symbol_table::sized_finalized_symbol): Call
4329 Symbol_table::compute_final_value.
4330 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
4331 (Symbol_table::compute_final_value): New templated method declaration.
4332 * target.cc (Target::do_make_output_section): New method defintion.
4333 * target.h (Target::make_output_section): New method declaration.
4334 (Target::relax): Add more parameters for input objects, symbol table
4335 and layout. Adjust call to do_relax.
4336 (Target::do_make_output_section): New method declaration.
4337 (Target::do_relax): Add parameters for input objects, symbol table
4338 and layout.
4339
d446d6c4
ILT
43402009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
4341
4342 * pread.c: Include stdio.h.
4343
bc06c745
ILT
43442009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
4345
4346 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
4347 defined.
4348
75aea3d0
ILT
43492009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
4350
4351 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
4352 Change read_shndx type to unsigned int.
4353 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
4354 int.
4355 (Sized_dwarf_line_info::read_line_mappings): Likewise.
4356 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
4357 Change read_shndx type to unsigned int.
4358 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
4359 int.
4360 (Sized_dwarf_line_info::read_line_mappings): Likewise.
4361 * layout.cc (Layout::create_symtab_sections): Cast the result of
4362 local_symcount * symsize to off_t in the gold_assert.
4363
be8fcb75
ILT
43642009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4365
4366 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
4367 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
4368 R_ARM_BASE_ABS.
4369 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
4370 (Arm_relocate_functions::thm_abs5): New function.
4371 (Arm_relocate_functions::abs12): New function.
4372 (Arm_relocate_functions::abs16): New function.
4373 (Arm_relocate_functions::base_abs): New function.
4374 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
4375 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
4376 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
4377 R_ARM_BASE_ABS.
4378 (Scan::global): Likewise.
4379 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
4380 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
4381 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
4382 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
4383 R_ARM_BASE_ABS.
4384
c2a122b6
ILT
43852009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4386
4387 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
4388 (Arm_relocate_functions::movt_prel): New function.
4389 (Arm_relocate_functions::thm_movw_prel_nc): New function.
4390 (Arm_relocate_functions::thm_movt_prel): New function.
4391 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
4392 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
4393 (Scan::global, Relocate::relocate): Likewise.
4394 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4395
c4aa1e2d
ILT
43962009-10-09 Mikolaj Zalewski <mikolajz@google.com>
4397
4398 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
4399 Incremental_checker.
4400 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
4401 unsigned int.
4402 (class Incremental_inputs_header): New class.
4403 (Incremental_inputs_header_writer): Edit comment.
4404 (Incremental_inputs_entry): New class.
4405 (Incremental_inputs_entry_writer): Edit comment.
4406 (Sized_incremental_binary::do_find_incremental_inputs_section):
4407 Add *strtab_shndx parameter, fill it.
4408 (Sized_incremental_binary::do_check_inputs): New method.
4409 (Incremental_checker::can_incrementally_link_output_file): Use
4410 Sized_incremental_binary::check_inputs.
4411 (Incremental_inputs::report_command_line): Save command line in
4412 command_line_.
4413 * incremental.h:
4414 (Incremental_binary::find_incremental_inputs_section): New
4415 method.
4416 (Incremental_binary::do_find_incremental_inputs_section): Add
4417 strtab_shndx parameter.
4418 (Incremental_binary::do_check_inputs): New pure virtual method.
4419 (Sized_incremental_binary::do_check_inputs): Declare.
4420 (Incremental_checker::Incremental_checker): Add incremental_inputs
4421 parameter, use it to initialize incremental_inputs_.
4422 (Incremental_checker::incremental_inputs_): New field.
4423 (Incremental_checker::command_line): New method.
4424 (Incremental_checker::inputs): New method.
4425 (Incremental_checker::command_line_): New field.
4426
c549a694
ILT
44272009-10-09 Mikolaj Zalewski <mikolajz@google.com>
4428
4429 * incremental.cc: Include <cstdarg> and "target-select.h".
4430 (vexplain_no_incremental): New function.
4431 (explain_no_incremental): New function.
4432 (Incremental_binary::error): New method.
4433 (Sized_incremental_binary::do_find_incremental_inputs_section): New
4434 method.
4435 (make_sized_incremental_binary): New function.
4436 (open_incremental_binary): New function.
4437 (can_incrementally_link_file): Add checks if output is ELF and has
4438 inputs section.
4439 * incremental.h: Include "elfcpp_file.h" and "output.h".
4440 (Incremental_binary): New class.
4441 (Sized_incremental_binary): New class.
4442 (open_incremental_binary): Declare.
4443 * object.cc (is_elf_object): Use
4444 elfcpp::Elf_recognizer::is_elf_file.
4445 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
4446 * output.h (Output_file::filesize): New method.
4447
fd3c5f0b
ILT
44482009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4449
4450 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
4451 New function.
4452 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
4453 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
4454 function.
4455 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
4456 function.
4457 (Arm_relocate_functions::movw_abs_nc): New function.
4458 (Arm_relocate_functions::movt_abs): New function.
4459 (Arm_relocate_functions::thm_movw_abs_nc): New function.
4460 (Arm_relocate_functions::thm_movt_abs): New function.
4461 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
4462 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
4463 (Scan::global): Likewise.
4464 (Relocate::relocate): Likewise.
4465 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4466
7f5309a5
ILT
44672009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4468
4469 * arm.cc (Arm_relocate_functions::got_prel) New function.
4470 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
4471 (Relocate::relocate): Likewise.
4472 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
4473
364c7fa5
ILT
44742009-10-06 Ian Lance Taylor <iant@google.com>
4475
4476 * options.h (class General_options): Define
4477 split_stack_adjust_size parameter.
4478 * object.h (class Object): Add uses_split_stack_ and
4479 has_no_split_stack_ fields. Add uses_split_stack and
4480 has_no_split_stack accessor functions. Declare
4481 handle_split_stack_section.
4482 (class Reloc_symbol_changes): Define.
4483 (class Sized_relobj): Define Function_offsets. Declare
4484 split_stack_adjust, split_stack_adjust_reltype, and
4485 find_functions.
4486 * object.cc (Object::handle_split_stack_section): New function.
4487 (Sized_relobj::do_layout): Call handle_split_stack_section.
4488 * dynobj.cc (Sized_dynobj::do_layout): Call
4489 handle_split_stack_section.
4490 * reloc.cc (Sized_relobj::relocate_sections): Call
4491 split_stack_adjust for executable sections in split_stack
4492 objects. Pass reloc_map to relocate_section.
4493 (Sized_relobj::split_stack_adjust): New function.
4494 (Sized_relobj::split_stack_adjust_reltype): New function.
4495 (Sized_relobj::find_functions): New function.
4496 * target-reloc.h: Include "object.h".
4497 (relocate_section): Add reloc_symbol_changes parameter. Change
4498 all callers.
4499 * target.h (class Target): Add calls_non_split method. Declare
4500 do_calls_non_split virtual method. Declare match_view and
4501 set_view_to_nop.
4502 * target.cc: Include "elfcpp.h".
4503 (Target::do_calls_non_split): New function.
4504 (Target::match_view): New function.
4505 (Target::set_view_to_nop): New function.
4506 * gold.cc (queue_middle_tasks): Give an error if mixing
4507 split-stack and non-split-stack objects with -r.
4508 * i386.cc (Target_i386::relocate_section): Add
4509 reloc_symbol_changes parameter.
4510 (Target_i386::do_calls_non_split): New function.
4511 * x86_64.cc (Target_x86_64::relocate_section): Add
4512 reloc_symbol_changes parameter.
4513 (Target_x86_64::do_calls_non_split): New function.
4514 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
4515 parameter.
4516 * powerpc.cc (Target_powerpc::relocate_section): Add
4517 reloc_symbol_changes parameter.
4518 * sparc.cc (Target_sparc::relocate_section): Add
4519 reloc_symbol_changes parameter.
4520 * configure.ac: Call AM_CONDITIONAL for the default target.
4521 * configure: Rebuild.
4522 * testsuite/Makefile.am (TEST_AS): New variable.
4523 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
4524 (check_DATA): Add split_i386 and split_x86_64 files.
4525 (SPLIT_DEFSYMS): Define.
4526 (split_i386_[1234n].o): New targets.
4527 (split_i386_[124]): New targets.
4528 (split_i386_[1234r].stdout): New targets.
4529 (split_x86_64_[1234n].o): New targets.
4530 (split_x86_64_[124]): New targets.
4531 (split_x86_64_[1234r].stdout): New targets.
4532 (MOSTLYCLEANFILES): Add new executables.
4533 * testsuite/split_i386.sh: New file.
4534 * testsuite/split_x86_64.sh: New file.
4535 * testsuite/split_i386_1.s: New file.
4536 * testsuite/split_i386_2.s: New file.
4537 * testsuite/split_i386_3.s: New file.
4538 * testsuite/split_i386_4.s: New file.
4539 * testsuite/split_i386_n.s: New file.
4540 * testsuite/split_x86_64_1.s: New file.
4541 * testsuite/split_x86_64_2.s: New file.
4542 * testsuite/split_x86_64_3.s: New file.
4543 * testsuite/split_x86_64_4.s: New file.
4544 * testsuite/split_x86_64_n.s: New file.
4545 * testsuite/testfile.cc (Target_test): Update relocation_section
4546 function.
4547 * testsuite/Makefile.in: Rebuild.
4548
e8a9fcda
ILT
45492009-10-06 Ian Lance Taylor <iant@google.com>
4550
4551 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
4552 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
4553 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
4554 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
4555 the address on ldo_addrs_.
4556 (Target_i386::Relocate::fix_up_ldo): New function.
4557
e99daf92
ILT
45582009-10-06 Rafael Espindola <espindola@google.com>
4559
4560 * plugin.cc (add_input_library): New.
4561 (Plugin::load): Add add_input_library to tv.
4562 (Plugin_manager::add_input_file): Add the is_lib argument.
4563 (add_input_file): Update call to Plugin_manager::add_input_file.
4564 (add_input_library): New.
4565 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
4566
966d4097
DK
45672009-09-30 Doug Kwan <dougkwan@google.com>
4568
4569 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
4570 symbol and call Symbol::may_need_copy_reloc to determine if
4571 a copy reloc is needed.
4572 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
4573 nocopyreloc is given in command line.
4574 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
4575 given in command line.
4576 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
4577 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
4578 of the removed Target_i386::may_need_copy_reloc.
4579 * options.h (copyreloc): New option with default value false.
4580 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
4581 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
4582 instead of the removed Target_powerpc::may_need_copy_reloc.
4583 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
4584 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
4585 instead of the removed Target_sparc::may_need_copy_reloc.
4586 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
4587 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
4588 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
4589 instead of the removed Target_x86_64::may_need_copy_reloc.
4590
029ba973
ILT
45912009-09-30 Ian Lance Taylor <iant@google.com>
4592
4593 * object.h (class Object): Remove target_ field, and target,
4594 sized_target, and set_target methods.
4595 (Object::sized_target): Remove.
4596 (class Sized_relobj): Update declarations. Remove sized_target.
4597 * object.cc (Sized_relobj::setup): Remove target parameter.
4598 Change all callers.
4599 (Input_objects::add_object): Don't do anything with the target.
4600 (make_elf_sized_object): Add punconfigured parameter. Change all
4601 callers. Set or test parameter target.
4602 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
4603 Change all callers.
4604 * parameters.cc (Parameters::set_target): Change parameter type to
4605 be non-const.
4606 (Parameters::default_target): Remove.
4607 (set_parameters_target): Change parameter type to be non-const.
4608 (parameters_force_valid_target): New function.
4609 (parameters_clear_target): New function.
4610 * parameters.h (class Parameters): Update declarations. Remove
4611 default_target method. Add sized_target and clear_target
4612 methods. Change target_ to be non-const.
4613 (set_parameters_target): Update declaration.
4614 (parameters_force_valid_target): Declare.
4615 (parameters_clear_target): Declare.
4616 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
4617 as NULL if we aren't searching.
4618 (Add_symbols::run): Don't check for compatible target.
4619 * fileread.cc (Input_file::open_binary): Call
4620 parameters_force_valid_target.
4621 * gold.cc (queue_middle_tasks): Likewise.
4622 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
4623 set_target on object.
4624 * dynobj.h (class Sized_dynobj): Update declarations.
4625 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
4626 make_elf_object returns NULL.
4627 (Archive::include_member): Don't check whether object target is
4628 compatible.
4629 * output.cc (Output_section::add_input_section): Get target from
4630 parameters.
4631 (Output_section::relax_input_section): Likewise.
4632 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
4633 parameters.
4634 (Sized_relobj::do_scan_relocs): Likewise.
4635 (Sized_relobj::relocate_sections): Likewise.
4636 * resolve.cc (Symbol_table::resolve): Likewise.
4637 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
4638 parameter. Change all callers.
4639 (Symbol_table::add_from_object): Get target from parameters.
4640 (Symbol_table::add_from_relobj): Don't check object target.
4641 (Symbol_table::add_from_dynobj): Likewise.
4642 (Symbol_table::define_special_symbol): Get target from
4643 parameters.
4644 * symtab.h (class Symbol_table): Update declaration.
4645 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
4646 parameter. Change all callers. Clear parameter target.
4647 (Binary_test): Test target here.
4648 * testsuite/object_unittest.cc (gold_testsuite): Remove
4649 target_test_pointer parameter. Change all callers.
4650 (Object_test): Test target here.
4651
a6a22b83
ILT
46522009-09-26 Ian Lance Taylor <iant@google.com>
4653
4654 * testsuite/initpri1.c: Don't try to use constructor priorities if
4655 compiling with gcc before 4.3.
4656
6a8f49fe
ILT
46572009-09-22 Mikolaj Zalewski <mikolajz@google.com>
4658
4659 * testsuite/retain_symbols_file_test.sh (check_present): Change
4660 output file name to retain_symbols_file_test.stdout.
4661 (check_absent): Likewise.
4662
8c604651
CS
46632009-09-18 Craig Silverstein <csilvers@google.com>
4664
4665 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
4666 * options.cc: Include <cerrno> and <fstream>.
4667 (General_options::finalize): Parse -retain-symbols-file tag.
4668 * options.h: New flag.
4669 (General_options): New method should_retain_symbol, new
4670 variable symbols_to_retain.
4671 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
4672 should_retain_symbol map.
4673 * testsuite/Makefile.am (retain_symbols_file_test): New test.
4674 * testsuite/Makefile.in: Regenerate.
4675 * testsuite/retain_symbols_file_test.sh: New file.
4676
ca58b19f
NC
46772009-09-18 Nick Clifton <nickc@redhat.com>
4678
4679 * po/es.po: Updated Spanish translation.
4680
20e6d0d6
DK
46812009-09-17 Doug Kwan <dougkwan@google.com>
4682
4683 * debug.h (DEBUG_RELAXATION): New constant.
4684 (DEBUG_ALL): Add DEBUG_RELAXATION.
4685 (debug_string_to_enum): Add relaxation debug option.
4686 * layout.cc
4687 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
4688 Layout::Relaxation_debug_check::read_sections,
4689 Layout::Relaxation_debug_check::read_sections): New method definitions.
4690 (Layout::Layout): Initialize data members
4691 record_output_section_data_from_scrips_,
4692 script_output_section_data_list_ and relaxation_debug_check_.
4693 (Layout::save_segments, Layout::restore_segments,
4694 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
4695 Layout::relaxation_loop_body): New method definitions.
4696 (Layout::finalize): Support relaxation. Move section layout code to
4697 Layout::relaxation_loop_body.
4698 (Layout::set_asection_address_from_script): Move code for orphan
4699 section placement out.
4700 (Layout::place_orphan_sections_in_script): New method definition.
4701 * layout.h (Output_segment_headers, Output_file_header):
4702 New forward class declarations.
4703 (Layout::~Layout): Define.
4704 (Layout::new_output_section_data_from_script): New method definition.
4705 (Layout::place_orphan_sections_in_script): New method declaration.
4706 (Layout::Segment_states): New type declaration.
4707 (Layout::save_segments, Layout::restore_segments,
4708 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
4709 Layout::relaxation_loop_body): New method declarations.
4710 (Layout::Output_section_data_list): New type declaration.
4711 (Layout::Relaxation_debug_check): New class definition.
4712 (Layout::record_output_section_data_from_script_,
4713 Layout::script_output_section_data_list_, Layout::segment_states_,
4714 Layout::relaxation_debug_check_): New data members.
4715 * output.cc: (Output_section_headers::do_size): New method definition.
4716 (Output_section_headers::Output_section_headers): Move size
4717 computation to Output_section_headers::do_size.
4718 (Output_segment_headers::do_size): New method definition.
e1df38aa 4719 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
4720 Output_file_header::do_size and call it.
4721 (Output_file_header::do_size): New method definition.
4722 (Output_data_group::Output_data_group): Adjust call to
4723 Output_section_data.
4724 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
4725 (Output_symtab_xindex::do_write): Add array bound check.
4726 (Output_section::Input_section::print_to_mapfile): Handle
4727 RELAXED_INPUT_SECTION_CODE.
4728 (Output_section::Output_section): Initialize data member checkpoint_.
4729 (Output_section::~Output_section): Delete checkpoint object pointed
4730 by checkpoint_.
4731 (Output_section::add_input_section): Always add an Input_section if
4732 relaxing.
4733 (Output_section::add_merge_input_section): Add assert.
4734 (Output_section::relax_input_section): New method definition.
4735 (Output_section::set_final_data_size): Set load address to zero for
4736 an unallocated section.
4737 (Output_section::do_address_and_file_offset_have_reset_values):
4738 New method definition.
4739 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
4740 Handle relaxed input section.
4741 (Output_section::sort_attached_input_sections): Checkpoint input
4742 section list lazily.
4743 (Output_section::get_input_sections): Change type of input_sections to
4744 list of Simple_input_section pointers. Checkpoint input section list
4745 lazily. Also handle relaxed input sections.
4746 (Output_section::add_input_section_for_script): Take a reference to
4747 a Simple_input_section object instead of Relobj pointer and section
4748 index as parameter. Handle relaxed input sections.
4749 (Output_section::save_states, Output_section::restore_states): New
4750 method definitions.
4751 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
4752 (Output_data::is_data_size_fixed): New method definition.
4753 (Output_data::reset_addresss_and_file_offset): Do not reset data size
4754 if it is fixed.
4755 (Output_data::address_and_file_offset_have_reset_values): New method
4756 definition.
4757 (Output_data::do_address_and_file_offset_have_reset_values): New method
4758 definition.
4759 (Output_data::set_data_size): Check that data size is not fixed.
4760 (Output_data::fix_data_size): New method definition.
4761 (Output_data::is_data_size_fixed_): New data member.
4762 (Output_section_headers::set_final_data_size): New method definition.
4763 (Output_section_headers::do_size): New method declaration.
4764 (Output_segment_headers::set_final_data_size): New method definition.
4765 (Output_segment_headers::do_size): New method declaration.
4766 (Output_file_header::set_final_data_size)::New method definition.
4767 (Output_file_header::do_size)::New method declaration.
4768 (Output_section_data::Output_section_data): Add new parameter
4769 is_data_size_fixed and use it to fix data size.
4770 (Output_data_const::Output_data_const): Adjust call to base class
4771 constructor and fix data size.
4772 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
4773 base class constructor and fix data size.
4774 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
4775 base class constructor and fix data size.
4776 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
4777 class constructor and fix data size.
4778 (Output_data_group::set_final_data_size): New method definition.
4779 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
4780 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
4781 class constructor and fix data size.
4782 (Output_relaxed_input_section): New class definition.
4783 (Output_section::Simple_input_section): New class definition.
4784 (Output_section::get_input_sections): Adjust parameter list.
4785 (Output_section::add_input_section_for_script): Same.
4786 (Output_section::save_states, Output_section::restore_states,
4787 Output_section::do_address_and_file_offset_have_reset_values,
4788 (Output_section::Input_section::Input_section): Handle
4789 RELAXED_INPUT_SECTION_CODE. Add new overload for
4790 Output_relaxed_input_section.
4791 (Output_section::Input_section::is_input_section,
4792 Output_section::Input_section::set_output_section): Handle relaxed
4793 input section.
4794 (Output_section::Input_section::is_relaxed_input_section,
4795 Output_section::Input_section::output_section_data,
4796 Output_section::Input_section::relaxed_input_section): New method
4797 definitions.
4798 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
4799 value.
4800 (Output_section::Input_section::u1_): Update comments.
4801 (Output_section::Input_section::u2_): Add new union member poris.
4802 (Output_section::Checkpoint_output_section): New classs definition.
4803 (Output_section::relax_input_section): New method declaration.
4804 (Output_section::checkpoint_): New data member.
4805 (Output_segment): Update comments.
4806 (Output_segment::Output_segment): Un-privatize copy constructor.
4807 (Output_segment::operator=): Un-privatize.
4808 * script-sections.cc (Output_section_element::Input_section_list):
4809 Change element type to Output_section::Simple_input_section.
4810 (Output_section_element_dot_assignment::set_section_addresses):
4811 Register output section data for relaxation clean up.
4812 (Output_data_exression::Output_data_expression): Adjust call to base
4813 constructor to fix data size.
4814 (Output_section_element_data::set_section_addresses): Register
4815 Output_data_expression object for relaxation clean up.
4816 (struct Input_section_info): Replace Relobj pointer and section index
4817 pair with Output_section::Simple_input_section and Convert struct to a
4818 class.
4819 (Input_section_sorter::operator()): Adjust access to
e1df38aa 4820 Input_section_info data member to use accessors.
20e6d0d6
DK
4821 (Output_section_element_input::set_section_addresses): Use layout
4822 parameter. Adjust code to use Output_section::Simple_input_section
4823 and Input_secction_info classes. Register filler for relaxation
4824 clean up.
4825 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
4826 and section index pair with Output_section::Simple_input_section
4827 class. Adjust code accordingly.
4828 (Phdrs_element::release_segment): New method definition.
4829 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
4830 segment list.
4831 (Script_sections::release_segments): New method definition.
4832 * gold/script-sections.h (Script_sections::release_segments): New
4833 method declaration.
4834 * gold/target.h (Target::may_relax, Target::relax,
4835 Target::do_may_relax, Target::do_relax): New method definitions.
4836
5e445df6
ILT
48372009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4838
4839 * arm.cc (has_signed_unsigned_overflow): New function.
4840 (Arm_relocate_functions::abs8): New function.
4841 (Target_arm::Scan::local): Handle R_ARM_ABS8.
4842 (Target_arm::Scan::global): Likewise.
4843 (Target_arm::relocate::relocate): Likewise.
4844 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
4845 Likewise.
4846
8c604651 48472009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
4848
4849 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
4850 * testsuite/Makefile.in: Regenerate.
4851
1e9cc1c2
NC
48522009-09-11 Nick Clifton <nickc@redhat.com>
4853
4854 * po/gold.pot: Updated by the Translation project.
4855
6a89f575
CC
48562009-09-08 Cary Coutant <ccoutant@google.com>
4857
4858 * output.cc (Output_file::open): Add execute permission to empty file.
4859 * testsuite/Makefile.am (permission_test): New test.
4860 * testsuite/Makefile.in: Regenerate.
4861
fdcac5af
ILT
48622009-09-02 Ian Lance Taylor <iant@google.com>
4863
4864 * output.cc (Output_file::resize): Call map_no_anonymous rather
4865 than map.
4866
44453f85
ILT
48672009-09-01 Mikolaj Zalewski <mikolajz@google.com>
4868
4869 * gold.cc: Include "incremental.h".
4870 (queue_initial_tasks): Call Incremental_checker methods.
4871 * incremental.cc: Include "output.h".
4872 (Incremental_checker::can_incrementally_link_output_file): New
4873 method.
4874 * incremental.h (Incremental_checker): New class.
4875
4876 * output.cc (Output_file::open_for_modification): New method.
4877 (Output_file::map_anonymous): Changed return type to bool. Record
4878 map in base_ field.
4879 (Output_file::map_no_anonymous): New method, broken out of map.
4880 (Output_file::map): Use map_no_anonymous and map_anonymous.
4881 * output.h (class Output_file): Update declarations.
4882
293c1386
CC
48832009-08-24 Cary Coutant <ccoutant@google.com>
4884
4885 * options.h (Command_line::Pre_options): New class.
4886 (Command_line::pre_options): New member.
4887 * options.cc (gold::options::ready_to_register): New variable.
4888 (One_option::register_option): Do nothing if not registering options.
4889 Assert if same short option registered twice.
4890 (General_options::General_options): Turn off option registration when
4891 done constructing.
4892 (Command_line::Pre_options::Pre_options): New constructor.
4893
f773f3d2
CC
48942009-08-24 Cary Coutant <ccoutant@google.com>
4895
06a73cfe
CC
4896 * options.h (General_options::no_keep_memory): Remove incorrect
4897 short option.
f773f3d2 4898
a15af8e2
RW
48992009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4900
4901 * Makefile.am (am__skiplex, am__skipyacc): New.
4902 * Makefile.in: Regenerate.
4903
c462b41b
RW
49042009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
4905
14ec8efd
RW
4906 * Makefile.am (AM_CPPFLAGS): Renamed from ...
4907 (INCLUDES): ... this.
4908 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
4909 (AM_CPPFLAGS): Renamed from ...
4910 (INCLUDE): ... this.
4911 * Makefile.in, testsuite/Makefile.in: Regenerate.
4912
81ecdfbb
RW
4913 * Makefile.in: Regenerate.
4914 * aclocal.m4: Likewise.
4915 * config.in: Likewise.
4916 * configure: Likewise.
4917 * testsuite/Makefile.in: Likewise.
4918
c462b41b
RW
4919 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
4920 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
4921 * Makefile.in: Regenerate.
4922 * testsuite/Makefile.in: Regenerate.
4923
2da73f13
CC
49242009-08-19 Cary Coutant <ccoutant@google.com>
4925
4926 * resolve.cc (Symbol_table::resolve): Don't complain about defined
4927 symbols in shared libraries overridden by hidden or internal symbols
4928 in the main program.
4929
2db70501
CD
49302009-08-19 Chris Demetriou <cgd@google.com>
4931
4932 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
4933 checking source file names in error messages.
4934
f733487b
DK
49352009-08-18 Doug Kwan <dougkwan@google.com>
4936
4937 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
4938 an elcpp::Ehdr as parameter. Adjust call to set_target.
4939 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
4940 an elfcpp::Ehdr as parameter.
4941 * object.cc (Object::set_target): Remove the version that looks up
4942 a target and sets it.
4943 (Sized_relobj::setup): Take a Target object instead of
4944 an elfcpp::Ehdr as parameter. Adjust call to set_target.
4945 (make_elf_sized_object): Find target and ask target to
4946 make an ELF object.
4947 * object.h: (Object::set_target): Remove the version that looks up
4948 a target and sets it.
4949 (Sized_relobj::setup): Take a Target object instead of
4950 an elfcpp:Ehdr as parameter.
4951 * target.cc: Include dynobj.h.
4952 (Target::do_make_elf_object_implementation): New.
4953 (Target::do_make_elf_object): New.
4954 * target.h (Target::make_elf_object): New template declaration.
4955 (Target::do_make_elf_object): New method declarations.
4956 (Target::do_make_elf_object_implementation): New template declaration.
4957
cc70f101
ILT
49582009-08-14 Ian Lance Taylor <iant@google.com>
4959
4960 * gold.h (FUNCTION_NAME): Define.
4961 (gold_unreachable): Use FUNCTION_NAME.
4962
ef5e0cb1
ST
49632009-08-12 Sriraman Tallam <tmsriram@google.com>
4964
4965 * icf.cc (Icf::find_identical_sections): Issue a warning when a
4966 symbol in the --keep-unique list is not found.
4967
48c187ce
ST
49682009-08-12 Sriraman Tallam <tmsriram@google.com>
4969
4970 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
4971 been maked as --keep-unique.
4972 (Icf::unfold_section): New function.
4973 * icf.h (Icf::unfold_section): New function.
4974 * options.h (General_options::keep_unique): New option.
4975 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
4976 * testsuite/Makefile.in: Regenerate.
4977 * testsuite/icf_keep_unique_test.sh: New file.
4978 * testsuite/icf_keep_unique_test.cc: New file.
4979
645afe0c
CC
49802009-08-12 Cary Coutant <ccoutant@google.com>
4981
4982 PR 10471
4983 * resolve.cc (Symbol_table::resolve): Check for references from
4984 dynamic objects to hidden and internal symbols.
4985 * testsuite/Makefile.am (hidden_test.sh): New test.
4986 * testsuite/Makefile.in: Regenerate.
4987 * testsuite/hidden_test.sh: New script.
4988 * testsuite/hidden_test_1.c: New test source.
4989 * testsuite/hidden_test_main.c: New test source.
4990
11af873f
DK
49912009-08-11 Doug Kwan <dougkwan@google.com>
4992
4993 * arm.cc: Update comments.
4994 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
4995 segment to locate the .ARM.exidx section if present.
4996
b9f7d72d
DK
49972009-08-09 Doug Kwan <dougkwan@google.com>
4998
4999 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
5000 patch.
5001
ddd3c53c
ST
50022009-08-07 Sriraman Tallam <tmsriram@google.com>
5003 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
5004 compiler warnings.
5005
27721062
ST
50062009-08-06 Sriraman Tallam <tmsriram@google.com>
5007
5008 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
5009 valid tls_segment only for non-debug-section relocations.
5010 * testsuite/Makefile.am: Add gc_tls_test.
5011 * testsuite/Makefile.in: Regenerate.
5012 * testsuite/gc_tls_test.cc: New file.
5013 * testsuite/gc_tls_test.sh: New file.
5014
ef15dade 50152009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 5016
ef15dade
ST
5017 * icf.cc: New file.
5018 * icf.h: New file.
5019 * Makefile.am (CCFILES): Add icf.cc.
5020 (HFILES): Add icf.h
5021 * Makefile.in: Regenerate.
5022 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
5023 * gc.h (gc_process_relocs): Populate lists used by icf to contain
5024 section, symbol and addend information for the relocs.
5025 * gold.cc (queue_middle_tasks): Call identical code folding.
5026 * gold.h: Add defines for multimap.
5027 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
5028 to the call of finalize_local_symbols.
5029 * main.cc (main): Create object of class Icf.
5030 * object.cc (Sized_relobj::do_layout): Allow this function to be
5031 called twice during icf.
5032 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
5033 to sections marked as identical by icf.
5034 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
5035 when available.
5036 (Sized_relobj::do_section_entsize): New function.
5037 * object.h (Object::section_entsize): New function.
5038 (Object::do_section_entsize): New pure virtual function.
5039 (Relobj::finalize_local_symbols): Add new parameter.
5040 (Relobj::do_section_entsize): New function.
5041 * options.h (General_options::icf): New option.
5042 (General_options::icf_iterations): New option.
5043 (General_options::print_icf_sections): New option.
5044 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
5045 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
5046 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
5047 icf.
5048 * symtab.cc (Symbol_table::is_section_folded): New function.
5049 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
5050 to sections marked as identical by icf.
5051 * symtab.h (Symbol_table::set_icf): New function.
5052 (Symbol_table::icf): New function.
5053 (Symbol_table::is_section_folded): New function.
5054 (Symbol_table::icf_): New data member.
5055 * target-reloc.h (relocate_section): Ignore sections folded by icf.
5056 * testsuite/Makefile.am: Add commands to build icf_test.
5057 * testsuite/Makefile.in: Regenerate.
5058 * testsuite/icf_test.sh: New file.
5059 * testsuite/icf_test.cc: New file.
5060
c3b65ac4
CD
50612009-07-24 Chris Demetriou <cgd@google.com>
5062
5063 * layout.cc (is_compressible_debug_section): Fix incorrect
5064 comment about compressed section names.
5065
1caf2c51
ILT
50662009-07-20 Ian Lance Taylor <ian@airs.com>
5067
5068 PR 10419
5069 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
5070
1ef4d87f
ILT
50712009-07-16 Ian Lance Taylor <iant@google.com>
5072
5073 PR 10400
5074 * layout.h: #include <map>.
5075 (class Kept_section): Change from struct to class. Add accessors
5076 and setters. Add section size to Comdat_group mapping. Change
5077 Comdat_group to std::map. Add is_comdat_ field. Add
5078 linkonce_size field in union.
5079 (class Layout): Update declaration of find_or_add_kept_section.
5080 Don't declare find_kept_object.
5081 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
5082 parameter. Add object, shndx, is_comdat, and is_group_name
5083 parameters. Change all callers. Adjust for new Kept_section.
5084 (Layout::find_kept_object): Remove.
5085 * object.cc (Sized_relobj::include_section_group): Update use of
5086 Kept_section. Rename secnum to shndx. Only record
5087 Kept_comdat_section if sections are the same size.
5088 (Sized_relobj::include_linkonce_section): Update use of
5089 Kept_section. Only record Kept_comdat_section if sections are the
5090 same size. Set size of linkonce section.
5091 (Sized_relobj::map_to_kept_section): Update call to
5092 get_kept_comdat_section.
5093 * object.h (class Sized_relobj): Rename fields in
5094 Kept_comdat_section to drop trailing underscores; change object
5095 field to Relobj*. Change Kept_comdat_section_table to store
5096 struct rather than pointer.
5097 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
5098 Add kept_object and kept_shndx parameters. Change all callers.
5099 (Sized_relobj::get_kept_comdat_section): Change return type to
5100 bool. Add kept_object and kept_shndx parameters. Change all
5101 callers.
5102 * plugin.cc (Pluginobj::include_comdat_group): Update call to
5103 Layout::find_or_add_kept_section.
5104
37c3b7b0
ILT
51052009-07-09 Ian Lance Taylor <iant@google.com>
5106
5107 * merge.cc (Object_merge_map::initialize_input_to_output_map):
5108 Reserve space in the hash table.
5109
98fa85cb
ILT
51102009-07-06 Mikolaj Zalewski <mikolajz@google.com>
5111
5112 * fileread.cc (File_read::get_mtime): New method.
5113 * fileread.h (Timespec): New structure.
5114 (File_read::get_mtime): New method.
5115 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
5116 Renamed from timestamp_nsec.
5117 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
5118 Elf_Xword.
e1df38aa 5119 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 5120 timestamp_nsec.
e1df38aa 5121 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
5122 (Incremental_inputs::report_obejct): Save mtime; style fix.
5123 (Incremental_inputs::report_script): Save mtime; style fix.
5124 (Incremental_inputs::finalize_inputs): Style fix.
5125 (Incremental_inputs::finalize): Style fix.
5126 (Incremental_inputs::create_input_section_data): Store inputs
5127 mtime.
5128 * incremental.h (Incremental_inputs::report_script): Add mtime
5129 argument.
5130 (Incremental_inputs::Input_info::Input_info): Intialize only one
5131 union member.
5132 (Incremental_inputs::Input_info::archive): Move to nameless
5133 union.
5134 (Incremental_inputs::Input_info::obejct): Move to nameless union.
5135 (Incremental_inputs::Input_info::script): Move to nameless union.
5136 (Incremental_inputs::mtime): New field.
5137 * script.cc (read_input_script): Pass file mtime to
5138 Incremental_input.
5139 * script.h (Script_info::inputs): Style fix.
5140
c9d70757
ILT
51412009-07-01 Ian Lance Taylor <ian@airs.com>
5142
5143 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
5144 instead of 32.
5145
9c547ec3
ILT
51462009-06-24 Ian Lance Taylor <iant@google.com>
5147
5148 PR 10156
5149 * layout.cc (Layout::choose_output_section): If we find an
5150 existing section, update the flags.
5151 (Layout::create_notes): New function, broken out of
5152 Layout::finalize.
5153 (Layout::finalize): Don't create note sections.
5154 (Layout::create_note): Don't crash if linker script discards
5155 section.
5156 (Layout::create_gold_note): Likewise.
5157 (Layout::create_build_id): Likewise. Don't set
5158 after_input_sections on the section.
5159 (Layout::create_executable_stack_info): Remove target parameter.
5160 Change caller.
5161 * layout.h (class Layout): Declare create_notes. Update
5162 declaration of create_executable_stack_info.
5163 * gold.cc (queue_middle_tasks): Call create_notes.
5164 * output.cc (Output_section::update_flags_for_input_section): Move
5165 here from output.h. If SHF_ALLOC flag is newly set, mark address
5166 invalid.
5167 * output.h (Output_data::mark_address_invalid): New function.
5168 (class Output_section): Only declare, not define,
5169 update_flags_for_input_section. Remove set_flags.
5170
55458500
ILT
51712009-06-24 Ian Lance Taylor <iant@google.com>
5172
5173 * script-sections.cc (Output_section_definition::
5174 set_section_addresses): Rename shadowing local load_address to
5175 laddr.
5176
1307d6cd
ILT
51772009-06-24 Ian Lance Taylor <iant@google.com>
5178
5179 PR 10244
5180 * reloc.cc (relocate_sections): Skip empty relocation sections.
5181
ec3f783e
ILT
51822009-06-23 Ian Lance Taylor <iant@google.com>
5183
5184 PR 10156
5185 * layout.cc (Layout::create_note): Use choose_output_section
5186 rather than make_output_section.
5187
459c9f1c
ILT
51882009-06-23 Ian Lance Taylor <iant@google.com>
5189
5190 PR 10237
5191 * options.cc (General_options::parse_V): Set printed_version_.
5192 (General_options::General_options): Initialize printed_version_.
5193 * options.h (class General_options): Add printed_version_ field.
5194 * gold.cc (queue_initial_tasks): If there are no input files,
5195 don't give a fatal error if we printed the version information.
5196 (queue_middle_tasks): If using -r with a shared object, give a
5197 fatal error rather than an ordinary error.
5198
1518dc8f
ILT
51992009-06-23 Ian Lance Taylor <iant@google.com>
5200
5201 PR 10219
5202 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
5203 (Layout::make_output_section): Set have_stabstr_section_ if we see
5204 a .stab*str section.
5205 (Layout::finalize): Call link_stabs_sections.
5206 (Layout::link_stabs_sections): New file.
5207 * layout.h (class Layout): Add have_stabstr_section_ field.
5208 Declare link_stabs_sections.
5209
3d857b98
DK
52102009-06-23 Doug Kwan <dougkwan@google.com>
5211
5212 * Makefile.am (libgold_a_LIBADD): New.
5213 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
5214 * Makefile.in: Regenerate.
5215 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
5216 * configure: Regenerate.
5217 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
5218 * fileread.cc: Include sys/state.h
5219 * gold.h: Declare memmem and strndup if found missing.
5220 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
5221
0639a6f6
ILT
52222009-06-23 Ian Lance Taylor <iant@google.com>
5223
5224 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
5225 * configure: Rebuild.
5226
8d63875c
ILT
52272009-06-23 Ian Lance Taylor <iant@google.com>
5228
5229 PR 10147
5230 * object.cc (Object::section_contents): Don't try to get a view if
5231 the section has length zero.
5232 (Object::handle_gnu_warning_section): If the section is empty, use
5233 the name of the section as the warning.
5234
f7c8a183
ILT
52352009-06-23 Ian Lance Taylor <iant@google.com>
5236
5237 PR 10133
5238 * stringpool.h (class Stringpool_template): Add optimize_ field.
5239 (Stringpool_template::set_optimize): New function.
5240 * stringpool.cc (Stringpool_template::Stringpool_template):
5241 Initialize optimize_ field.
5242 (Stringpool_template::set_string_offsets): Test local optimize
5243 fild rather than parameter.
5244 * layout.cc (Layout::Layout): Call set_optimize on the section
5245 name stringpool.
5246
e6a307ba
ILT
52472009-06-22 Ian Lance Taylor <iant@google.com>
5248
5249 PR 10030
5250 * yyscript.y: Parse TARGET.
5251 * script.cc (script_set_target): New function.
5252 * script-c.h (script_set_target): Declare.
5253 * options.cc (General_options::string_to_object_format): Rename
5254 from string_to_object_format in anonymous namespace. Change
5255 callers.
5256 * options.h (class General_options): Declare
5257 string_to_object_format.
5258
3ee173de
ILT
52592009-06-22 Ian Lance Taylor <iant@google.com>
5260
5261 * script-sections.cc (Script_sections::create_segments): Don't put
5262 program headers in a PT_LOAD segment if -n or -N.
5263
52642009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
5265
5266 PR 10141
5267 * options.h (class General_options): Add -z lazy and -z now. Sort
5268 -z options into alphabetical order.
5269 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
5270
cd6739a1 52712009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
5272
5273 * layout.cc (Layout::make_output_section): Call
5274 Target::new_output_section.
5275 (Layout::attach_allocated_section_to_segment): Put large section
5276 sections in a separate load segment with the large segment flag
5277 set.
5278 (Layout::segment_precedes): Sort large data segments after other
5279 load segments.
5280 (align_file_offset): New static function.
5281 (Layout::set_segment_offsets): Use align_file_offset.
5282 * output.h (class Output_section): Add is_small_section_ and
5283 is_large_section_ fields.
5284 (Output_section::is_small_section): New function.
5285 (Output_section::set_is_small_section): New function.
5286 (Output_section::is_large_section): New function.
5287 (Output_section::set_is_large_section): New function.
5288 (Output_section::is_large_data_section): New function.
5289 (class Output_segment): Add is_large_data_segment_ field.
5290 (Output_segment::is_large_data_segment): New function.
5291 (Output_segment::set_is_large_data_segment): New function.
5292 * output.cc (Output_section::Output_section): Initialize new
5293 fields.
5294 (Output_segment::Output_segment): Likewise.
5295 (Output_segment::add_output_section): Add assertion that large
5296 data sections always go in large data segments. Force small data
5297 sections to the end of the list of data sections. Force small BSS
5298 sections to the start of the list of BSS sections. For large BSS
5299 sections to the end of the list of BSS sections.
5300 * symtab.h (class Symbol): Declare is_common_shndx.
5301 (Symbol::is_defined): Check Symbol::is_common_shndx.
5302 (Symbol::is_common): Likewise.
5303 (class Symbol_table): Define enum Commons_section_type. Update
5304 declarations. Add small_commons_ and large_commons_ fields.
5305 * symtab.cc (Symbol::is_common_shndx): New function.
5306 (Symbol_table::Symbol_table): Initialize new fields.
5307 (Symbol_table::add_from_object): Put small and large common
5308 symbols in the right list.
5309 (Symbol_table::sized_finalized_symbol): Check
5310 Symbol::is_common_shndx.
5311 (Symbol_table::sized_write_globals): Likewise.
5312 * common.cc (Symbol_table::do_allocate_commons): Allocate new
5313 common symbol lists. Don't call do_allocate_commons_list if the
5314 list is empty.
5315 (Symbol_table::do_allocate_commons_list): Remove is_tls
5316 parameter. Add comons_section_type parameter. Change all
5317 callers. Handle small and large common symbols.
5318 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
5319 Symbol::is_common_shndx.
5320 * resolve.cc (symbol_to_bits): Likewise.
5321 * target.h (Target::small_common_shndx): New function.
5322 (Target::small_common_section_flags): New function.
5323 (Target::large_common_shndx): New function.
5324 (Target::large_common_section_flags): New function.
5325 (Target::new_output_section): New function.
5326 (Target::Target_info): Add small_common_shndx, large_common_shndx,
5327 small_common_section_flags, and large_common_section_flags
5328 fields.
5329 (Target::do_new_output_section): New virtual function.
5330 * arm.cc (Target_arm::arm_info): Initialize new fields.
5331 * i386.cc (Target_i386::i386_info): Likewise.
5332 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
5333 Likewise.
5334 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
5335 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
5336 (Target_x86_64::do_new_output_section): New function.
5337 * configure.ac: Define conditional MCMODEL_MEDIUM.
5338 * testsuite/Makefile.am (check_PROGRAMS): Add large.
5339 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
5340 (large_LDFLAGS): Define.
5341 * testsuite/large.c: New file.
5342 * testsuite/testfile.cc (Target_test::test_target_info):
5343 Initialize new fields.
5344 * configure, testsuite/Makefile.in: Rebuild.
5345
bb04269c
DK
53462009-06-05 Doug Kwan <dougkwan@google.com>
5347
5348 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 5349 * Makefile.in: Regenerate.
bb04269c
DK
5350 * i386.cc (class Target_i386): Define new virtual method to
5351 override do_is_local_label_name in parent.
5352 * object.cc (Sized_relobj::do_count_local_symbols): Discard
5353 local symbols if --discard-locals or -X is given.
5354 * options.h (class General_options): Declare new options
5355 '--discard-locals' and '-X' for discarding locals.
5356 * target.h (class Target): Define new methods is_local_label_name.
5357 Declare new virtual method do_is_local_label_name.
5358 * target.cc: New file.
5359 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
5360 (check_SCRIPTS): Add discard_locals_test.sh.
5361 (check_DATA): Add discard_local_tests.syms.
5362 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
5363 (discard_local_tests.syms, discard_locals_test.o): New make rules.
5364 * testsuite/Makefile.in: Regenerate.
5365 * testsuite/discard_locals_test.c: New file.
5366 * testsuite/discard_locals_test.sh: Same.
5367
805bb01c
DK
53682009-06-05 Doug Kwan <dougkwan@google.com>
5369
5370 * object.cc (Sized_relobj::Sized_relobj): Initialize
5371 discarded_eh_frame_shndx_ to -1U.
5372 (Sized_relobj::do_layout): Record index of a discard .eh_frame
5373 section.
5374 (Sized_relobj::do_count_local_symbols): Skip local symbols in
5375 a discarded .eh_frame section.
5376 (Sized_relobj::do_finalize_local_symbols): Ditto.
5377 * object.h (class Sized_relobj): Declare new member
5378 discarded_eh_frame_shndx_.
5379 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
5380 (local_labels_test.o, local_labels_test): New rules.
5381 * testsuite/Makefile.in: Regenerate.
5382
1dcd334d
DK
53832009-06-04 Doug Kwan <dougkwan@google.com>
5384
5385 * layout.cc (Layout::section_name_mapping): Add mapping for
5386 special ARM sections.
5387
96d49306
DK
53882009-06-03 Doug Kwan <dougkwan@google.com>
5389
5390 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
5391 (utils::has_overflow): Same.
5392
dff16297
ILT
53932009-06-03 Ian Lance Taylor <iant@google.com>
5394
5395 * layout.cc (Layout::section_name_mapping): New array, replacing
5396 Layout::linkonce_mapping.
5397 (Layout::section_name_mapping_count): New variable, replacing
5398 Layout::linkonce_mapping_count.
5399 (Layout::linkonce_output_name): Remove.
5400 (Layout::output_section_name): Rewrite.
5401 * layout.h (class Layout): Rename Linkonce_mapping to
5402 Section_name_mapping, linkonce_mapping to section_name_mapping,
5403 linkonce_mapping_count to section_name_mapping_count. Don't
5404 declare linkonce_output_name.
5405
c121c671
DK
54062009-06-03 Doug Kwan <dougkwan@google.com>
5407
5408 * gold/arm.cc (namespace utils): New.
5409 (Target_arm::reloc_is_non_pic): Define new method.
5410 (class Arm_relocate_functions): New.
5411 (Target_arm::Relocate::relocate): Handle relocation types used by
5412 Android.
5413
07800fab
ILT
54142009-06-03 Ian Lance Taylor <iant@google.com>
5415
5416 * arm.cc (Target_arm::scan::global): Use || instead of |.
5417
c121c671
DK
54182009-06-02 Doug Kwan <dougkwan@google.com>
5419
5420 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
5421 issued_non_pic_error_.
5422 (class Target_arm::Scan): Declare new method check_non_pic.
5423 Define new method symbol_needs_plt_entry.
5424 Declare new data member issued_non_pic_error_.
5425 (class Target_arm::Relocate): Declare new method
5426 should_apply_static_reloc.
5427 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
5428 (Target_arm::Scan::check_non_pic): Define new method.
5429 (Target_arm::Scan::local): Handle a small subset of reloc types used
5430 by Android.
5431 (Target_arm::Scan::local): Same.
5432 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
5433
b19b0c6d
ILT
54342009-05-31 Mikolaj Zalewski <mikolajz@google.com>
5435
5436 * incremental.cc (Incremental_inputs::report_command_line): Filter
5437 out --incremental-* options.
5438
94cdfcff
DK
54392009-05-29 Doug Kwan <dougkwan@google.com>
5440
5441 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
5442 template class.
5443 (class Target_arm): Update comment.
5444 (Target_arm::Target_arm): Initialize new data members GOT_,
5445 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
5446 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
5447 and Target_arm::rel_dyn_section.
5448 Declare new_enum Target_arm::Got_type.
5449 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
5450 and DYNBSS_.
5451 Update commments for member do_dynsym_value.
5452 (Target_arm::got_size, Target_arm::plt_section,
5453 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
5454 new methods inside class defintion.
5455 (Target_arm::got_section): Define new method.
5456 (Target_arm::rel_dyn_section): Same.
5457 (Output_data_plt_arm): New template class.
5458 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
5459 (Output_data_plt_arm:do_adjust_output_section): Define new method.
5460 (Output_data_plt_arm::add_entry): Same.
5461 (Output_data_plt_arm::first_plt_entry): Define new
5462 static data member for PLT instruction template.
5463 (Output_data_plt_arm::plt_entry): Same.
5464 (Output_data_plt_arm::do_write): Define new method.
5465 (Target_arm::make_plt_entry): Same.
5466 (Target_arm::do_finalize_sections): Same.
5467 (Target_arm::do_dynsym_value): Same.
5468
4a657b0d
DK
54692009-05-28 Doug Kwan <dougkwan@google.com>
5470
5471 * Makefile.am (TARGETSOURCES): Add arm.cc.
5472 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
5473 * Makefile.in: Regenerate.
5474 * arm.cc: New file.
5475 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
5476
e7ae8c36
DK
54772009-05-26 Doug Kwan <dougkwan@google.com>
5478
5479 * options.cc (General_options::parse_exclude_libs). Fix a comment.
5480 (General_options::check_excluded_libs): Strip off directories in
5481 archive name before matching like GNU ld does.
5482 * testsuite/Makefile.am (MOSTLYCLEANFILES,
5483 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
5484 (exclude_libs_test_LDFLAGS): Add linker option
5485 -Wl,--exclude-libs,libexclude_libs_test_3
5486 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
5487 an explicit archive without using -l.
5488 (alt/libexclude_libs_test_3.a): New make rule.
5489 * testsuite/Makefile.in: Regenerate.
5490 * testsuite/exclude_libs_test.c : Declare lib3_default().
5491 (main): Call it.
5492 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
5493 * exclude_libs_test_3.c: New file.
5494
f12e7348
NC
54952009-05-26 Nick Clifton <nickc@redhat.com>
5496
5497 * po/id.po: New Indonesian translation.
5498 * po/gold.pot: Updated template file.
5499
4daadc0d
ST
55002009-05-22 Sriraman Tallam <tmsriram@google.com>
5501
e1df38aa 5502 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
5503 gc_comdat_test files. Add -Wl,--gc-sections to build
5504 gc_comdat_test.
5505 * testsuite/Makefile.in: Regenerate.
5506 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
5507
531813ad
ST
55082009-05-21 Sriraman Tallam <tmsriram@google.com>
5509
5510 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
5511 kept comdat section was garbage collected.
5512 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
5513 * testsuite/Makefile.in: Regenerate.
5514 * testsuite/gc_comdat_test.sh: New file.
5515 * testsuite/gc_comdat_test_1.cc: New file.
5516 * testsuite/gc_comdat_test_2.cc: New file.
5517
65514900
CC
55182009-05-19 Doug Kwan <dougkwan@google.com>
5519
5520 * archive.cc (Archive::Archive): Move constructor from archive.h
5521 to here. Initialize no_export_.
5522 (Archive::get_elf_object_for_member): Set no_export flag of object.
5523 * archive.h (Archive::Archive): Move constructor body to
5524 archive.cc.
5525 (Archive::no_export): New method.
5526 (Archive::no_export_): New field.
5527 * object.h (Object::Object): Initialize no_export_ to false.
5528 (Object::no_export, Object::set_no_export): New methods.
5529 (Object::no_export_): New field.
5530 * options.cc (General_options::parse_exclude_libs): New method.
5531 (General_options::check_excluded_libs) Same.
5532 * options.h (exclude_libs): New option.
5533 (General_options::check_excluded_libs): New method declaration.
5534 (General_options::excluded_libs_): New field.
5535 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
5536 default or protected visibility if an object has no-export flag set.
5537 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
5538 (check_SCRIPTS): Add exclude_libs_test.sh.
5539 (check_DATA): Add exclude_libs_test.syms.
5540 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
5541 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
5542 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
5543 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
5544 (exclude_libs_test.syms, libexclude_libs_test_1.a,
5545 libexclude_libs_test_2.a): New rules.
5546 * testsuite/Makefile.in: Regenerate.
5547 * testsuite/exclude_libs_test.c: New file.
5548 * testsuite/exclude_libs_test.sh: Ditto.
5549 * testsuite/exclude_libs_test_1.c: Ditto.
5550 * testsuite/exclude_libs_test_2.c: Ditto.
5551
1b77ea50
ILT
55522009-05-15 Ian Lance Taylor <iant@google.com>
5553
5554 * configure.ac: Check for declarations for cases where libiberty.h
5555 checks HAVE_DECL_xxx.
5556 * configure, config.in: Rebuild.
5557
072fe7ce
ILT
55582009-05-15 Mikolaj Zalewski <mikolajz@google.com>
5559
5560 * gold.h (Incremental_argument_list): Remove (invalid) forward
5561 declaration.
5562 * incremental.cc (Incremental_inputs::report_achive): New method.
5563 (Incremental_inputs::report_object): New method.
5564 (Incremental_inputs::report_script): New method.
5565 (Incremental_inputs::finalize_inputs): New method.
5566 (Incremental_inputs::finalize): Call finalize_inputs().
5567 (Incremental_inputs::sized_create_incremental_inputs_section_data):
5568 Create inputs entries.
5569 * incremental.h (Incremental_input_type): New enum.
5570 (Incremental_inputs::Incremental_input): Initialize new fields.
5571 (Incremental_inputs::report_inputs): New method.
5572 (Incremental_inputs::report_achive): New method.
5573 (Incremental_inputs::report_object): New method.
5574 (Incremental_inputs::report_script): New method.
5575 (Incremental_inputs::finalize_inputs): New method.
5576 (Incremental_inputs::Input_info): New struct.
5577 (Incremental_inputs::Input_info_map): New typedef.
5578 (Incremental_inputs::lock_): New field.
5579 (Incremental_inputs::Inputs_): New field.
5580 (Incremental_inputs::Inputs_map): New field.
5581 * main.cc (main): Call Incremental_input::report_inputs.
5582 * options.h (Input_argument_list): Typedef moved from
5583 Input_arguments.
5584 (Input_file_group::Files): Remove, use ::Input_argument_list.
5585 (Input_file_group::Input_argument_list): Remove, use
5586 ::Input_argument_list.
5587 * plugin.cc (Plugin_manager::add_input_file): Add error in
5588 incremental build.
5589 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
5590 functions.
5591 * script.cc (read_input_script): Call
5592 Incremental_input::report_script.
5593 * script.h (Script_info): New class.
5594
b0481b0b
ILT
55952009-04-27 Ian Lance Taylor <iant@google.com>
5596
5597 * x86_64.cc (do_adjust_output_section): Set entsize to
5598 plt_entry_size.
5599
b22a5a41 56002009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
5601
5602 * output.cc (Output_file::close): After short writes, continue
5603 writing from the correct offset in the buffer being written.
5604
40fde488
CD
56052009-04-23 Chris Demetriou <cgd@google.com>
5606
5607 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
5608 * configure: Regenerate.
5609 * config.in: Regenerate.
5610 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
5611 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
5612
3ce2c28e
ILT
56132009-04-21 Mikolaj Zalewski <mikolajz@google.com>
5614
5615 * incremental.cc (Incremental_inputs_header_data): Renamed from
5616 Incremental_input_header_data.
5617 (Incremental_inputs_header_data::data_size): New field.
5618 (Incremental_inputs_header_data::put_input_file_count): Renamed
5619 from input_file_count.
5620 (Incremental_inputs_header_data::put_command_line_offset): Renamed
5621 from command_line_offset.
5622 (Incremental_inputs_header_data::put_reserved): Renamed from
5623 put_reserved.
5624 (Incremental_inputs_entry_data): Renamed from
5625 Incremental_input_entry_data.
5626 (Incremental_inputs_entry_data::data_size): New field.
5627 (Incremental_inputs::report_command_line): New method.
5628 (Incremental_inputs::finalize): New method.
5629 (Incremental_inputs::create_incremental_inputs_data): New method.
5630 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
5631 * incremental.h: New file.
5632 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
5633 (Layout::finalize): Create incremental inputs section in
5634 incremental builds.
5635 (Layout::create_incremental_info_sections): New method.
5636 * layout.h (Layout::incremental_inputs): New method.
5637 (Layout::create_incremental_info_sections): New method.
5638 (Layout::incremental_inputs_): New field.
5639 * main.cc (main): Notify Incremental_input of the command line.
5640
e55bde5e
ILT
56412009-04-01 Ian Lance Taylor <iant@google.com>
5642 Mikolaj Zalewski <mikolajz@google.com>
5643
5644 * gold.h (reserve_unordered_map): Define, three versions, one for
5645 each version of Unordered_map.
5646 * layout.cc (Layout::Layout): Remove options parameter. Add
5647 number_of_input_files parameter. Don't initialize options_.
5648 Initialize number_of_input_files_ and resized_signatures_. Move
5649 sections_are_attached_.
5650 (Layout::layout_group): Reserve space for group_signatures_.
5651 (Layout::find_or_add_kept_section): Change name parameter to be a
5652 reference. Resize signatures_ map when it gets large enough.
5653 (Layout::layout_eh_frame): Use parameters->options() instead of
5654 this->options_.
5655 (Layout::make_output_section): Likewise.
5656 (Layout::attach_allocated_section_to_segment): Likewise.
5657 (Layout::finalize, Layout::create_executable_stack): Likewise.
5658 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
5659 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
5660 * layout.h (class Layout): Update declarations. Remove options_
5661 field. Add number_of_input_files_ and resized_signatures_
5662 fields. Move sections_are_attached_ field.
5663 * main.cc (main): Pass number of input files to Layout
5664 constructor. Don't pass options.
5665
154b857c
ILT
56662009-03-30 Ian Lance Taylor <iant@google.com>
5667
5668 * ffsll.c (ffsll): Correct implementation.
5669
2f35ab9b
ILT
56702009-03-27 Ian Lance Taylor <iant@google.com>
5671
fd03461a
ILT
5672 * ffsll.c: New file.
5673 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
5674 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
5675 * ftruncate.c (ftruncate): Declare before definition.
5676 * mremap.c (mremap): Likewise.
5677 * pread.c (pread): Likewise.
5678 * configure, Makefile.in, config.in: Rebuild.
5679
2f35ab9b
ILT
5680 * mremap.c: New file.
5681 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
5682 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
5683 (mremap): Declare if HAVE_MREMAP is not defined.
5684 * configure, Makefile.in, config.in: Rebuild.
5685
33aea2fd
CC
56862009-03-27 Cary Coutant <ccoutant@google.com>
5687
5688 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
5689 position independent.
5690 * sparc.cc (Target_sparc::check_non_pic): Likewise.
5691 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
5692
6d479619
CC
56932009-03-24 Cary Coutant <ccoutant@google.com>
5694
5695 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
5696 an executable.
5697 (needs_dynamic_reloc): Likewise.
5698
afc06bb8
ILT
56992009-03-24 Ian Lance Taylor <iant@google.com>
5700
5701 * yyscript.y (file_cmd): Recognize EXTERN.
5702 (extern_name_list, extern_name_list_body): New nonterminals.
5703 * script.cc (script_add_extern): Define.
5704 * script-c.h (script_add_extern): Declare.
5705
f6060a4d
ILT
57062009-03-24 Rafael Avila de Espindola <espindola@google.com>
5707
5708 * object.cc (is_elf_object): Define.
5709 * object.h (is_elf_object): Declare.
5710 * archive.cc (Archive::get_elf_object_for_member): Call
5711 is_elf_object.
33aea2fd 5712 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 5713
26736d8e
ILT
57142009-03-24 Elliott Hughes <enh@google.com>
5715
5716 * output.cc (Output_file::map_anonymous): Define.
5717 (Output_file::map): Use map_anonymous. If the regular mmap fails,
5718 try an anonymous one. Report the size if the mmap fails.
5719 * output.h (class Output_file): Declare map_anonymous.
5720
22fd9730
ILT
57212009-03-24 Ian Lance Taylor <iant@google.com>
5722
5723 * target-select.cc (instantiate_target): Don't acquire the lock if
5724 the instantiated_target_ field has already been set.
5725
cb010894
ILT
57262009-03-23 Ian Lance Taylor <iant@google.com>
5727
7f055c20
ILT
5728 * gold-threads.h (class Initialize_lock): Define.
5729 * gold-threads.cc (class Initialize_lock_once): Define.
5730 (initialize_lock_control): New static variable.
5731 (initialize_lock_pointer): New static variable.
5732 (initialize_lock_once): New static function.
5733 (Initialize_lock::Initialize_lock): Define.
5734 (Initialize_lock::initialize): Define.
5735 * target-select.h: Include "gold-threads.h".
5736 (class Target_selector): Add lock_ and initialize_lock_ fields.
5737 Don't define instantiate_target, just declare it.
5738 * target-select.cc (Target_selector::Target_selector): Initialize
5739 new fields.
5740 (Target_selector::instantiate_target): Define.
5741 * descriptors.h: Include "gold-threads.h".
5742 (class Descriptors): Add initialize_lock_ field.
5743 * descriptors.cc (Descriptors::Descriptors): Initialize new
5744 field.
5745 (Descriptors::open): Use initialize_lock_ field
5746 * errors.h (class Errors): Add initialize_lock_ field.
5747 * errors.cc (Errors::Errors): Initialize new field.
5748 (Errors::initialize_lock): Use initialize_lock_ field.
5749 * powerpc.cc (class Target_selector_powerpc): Remove
5750 instantiated_target_ field. In do_recognize call
5751 instantiate_target rather than do_instantiate_target. In
5752 do_instantiate_target just allocate a new target.
5753 * sparc.cc (class Target_selector_sparc): Likewise.
5754
36959681
ILT
5755 * freebsd.h: New file.
5756 * i386.cc: Include "freebsd.h".
5757 (Target_i386): Derive from Target_freebsd rather than
5758 Sized_target.
5759 (Target_selector_i386): Derive from Target_selector_freebsd rather
5760 than Target_selector.
5761 * x86_64.cc: Include "freebsd.h".
5762 (Target_x86_64): Derive from Target_freebsd rather than
5763 Sized_target.
5764 (Target_selector_x86_64): Derive from Target_selector_freebsd
5765 rather than Target_selector.
5766 * target.h (class Target): Add adjust_elf_header and
5767 do_adjust_elf_header.
5768 * output.cc (Output_file_header:: do_sized_write): Call target
5769 adjust_elf_header routine.
5770 * configure.tgt: Set targ_osabi.
5771 * configure.ac: Define GOLD_DEFAULT_OSABI.
5772 * parameters.cc (Parameters::default_target): Pass
5773 GOLD_DEFAULT_OSABI to select_target.
5774 * target-select.h (class Target_selector): Make instantiate_target
5775 protected rather than private.
5776 * Makefile.am (HFILES): Add freebsd.h.
5777 * configure, Makefile.in, config.in: Rebuild.
5778
cb010894
ILT
5779 * merge.cc (do_add_input_section): Correct pend value. Change
5780 message about last entry not being null terminated from error to
5781 warning.
5782
0e879927
ILT
57832009-03-20 Mikolaj Zalewski <mikolajz@google.com>
5784
5785 * incremental.cc: New file.
5786 * Makefile.am (CCFILES): Add incremental.cc.
5787 * Makefile.in: Rebuild.
5788
41105937
PP
57892009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
5790
5791 * layout.cc (Layout::output_section_name): Preserve names
5792 of '.note.' sections.
e1df38aa 5793
60439920
ILT
57942009-03-19 Ian Lance Taylor <iant@google.com>
5795
5796 * descriptors.cc (Descriptors::open): Check that the options are
5797 valid before using them.
5798
0d371ad3
ILT
57992009-03-18 Ian Lance Taylor <iant@google.com>
5800
5801 * script-sections.h: Include <list>.
5802 (class Script_sections): Change Sections_elements from std::vector
5803 to std::list. Typedef public Elements_iterator. Add
5804 orphan_section_placement_, data_segment_align_start_, and
5805 saw_data_segment_align_ fields. Remove data_segment_align_index_
5806 field.
5807 * script-sections.cc (class Orphan_section_placement): New class.
5808 (class Sections_element): Add virtual functions is_relro and
5809 orphan_section_init. Remove virtual function place_orphan_here.
5810 (class Output_section_definition): Add is_relro and
5811 orphan_section_init. Remove place_orphan_here.
5812 (class Orphan_output_section): Likewise.
5813 (Script_sections::Script_sections): Update for field changes.
5814 (Script_sections::data_segment_align): Set saw_data_segment_align_
5815 and data_segment_align_start_, not data_segment_align_index.
5816 (Script_sections::data_segment_relro_end): Check
5817 saw_data_segment_align_. Use data_segment_align_start_ rather
5818 than data_segment_align_index_.
5819 (Script_sections::place_orphan): Rewrite to use
5820 Orphan_section_placement.
5821
9201d894
ILT
58222009-03-17 Ian Lance Taylor <iant@google.com>
5823
9c5b8369
ILT
5824 * archive.cc (Archive::add_symbols): Check for a version attached
5825 to the symbol name in the archive map.
5826 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
5827 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
5828 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
5829 (ver_test_11.a): New target.
5830 * testsuite/Makefile.in: Rebuild.
5831
9201d894
ILT
5832 * configure.ac: Check for chsize and posix_fallocate. Replace
5833 ftruncate.
5834 * ftruncate.c: New file, from gnulib.
5835 * output.cc (posix_fallocate): Define dummy version if not
5836 HAVE_POSIX_FALLOCATE.
5837 (Output_file::map): Call posix_fallocate rather than lseek and
5838 write.
5839 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
5840 * configure, Makefile.in, config.in: Rebuild.
5841
ef4ab7a8 58422009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 5843
ef4ab7a8
PP
5844 * layout.h (Layout::create_note): Add section_name parameter.
5845 * layout.cc (Layout::create_note): Likewise.
5846 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 5847
8c500701
ILT
58482009-03-17 Ian Lance Taylor <iant@google.com>
5849
e85b18e1
ILT
5850 * descriptors.cc: Include "options.h".
5851 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
5852 (Descriptors::open): Always use O_CLOEXEC when opening a new
5853 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
5854 then set FD_CLOEXEC.
5855
9efe6174
ILT
5856 * sparc.cc (class Target_sparc): Add has_got_section.
5857 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
5858 make sure we have a GOT section.
5859
5860 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
5861 (Target_sparc::Scan::local): Likewise.
5862 (Target_sparc::Scan::global): Likewise.
5863 (Target_sparc::Relocate::relocate): Likewise.
5864 (Target_sparc::Relocate::relocate_tls): Likewise.
5865
8c500701
ILT
5866 * symtab.cc (Symbol_table::define_default_version): New function,
5867 broken out of add_from_object.
5868 (Symbol_table::add_from_object): Call define_default_version.
5869 (Symbol_table::define_special_symbol): Add resolve_oldsym
5870 parameter. Change all callers. If the version for a symbol comes
5871 from a version script, resolve it with the symbol with the same
5872 name with no version. Also add the symbol without a version if
5873 appropriate.
5874 (do_define_in_output_data): If resolving with oldsym, don't delete
5875 sym.
5876 (do_define_in_output_segment): Likewise.
5877 (do_define_as_constant): Likewise.
5878 * symtab.h (class Symbol_table): Update declarations.
5879
f1ed28fb
ILT
58802009-03-13 Ian Lance Taylor <iant@google.com>
5881
15f8229b
ILT
5882 * readsyms.cc (Read_symbols::incompatible_warning): New function.
5883 (Read_symbols::requeue): New function.
5884 (Read_symbols::do_read_symbols): If make_elf_object fails because
5885 the target type is not configured, and the file was searched for,
5886 issue a warning and retry with the next directory.
5887 (Add_symbols::run): If the file has an incompatible format, and
5888 it was searched for, requeue the Read_symbols task. On error,
5889 release the object.
5890 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
5891 dirindex parameter to constructor. Change all callers. Declare
5892 incompatible_warning and requeue.
5893 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
5894 input_argument_ and input_group_ fields. Add them to
5895 constructor. Change all callers.
5896 (class Read_script): Add dirindex_ field. Add it to constructor.
5897 Change all callers.
5898 * archive.cc (Archive::setup): Remove input_objects parameter.
5899 Change all callers.
5900 (Archive::get_file_and_offset): Likewise.
5901 (Archive::read_all_symbols): Likewise.
5902 (Archive::read_symbols): Likewise.
5903 (Archive::get_elf_object_for_member): Remove input_objects
5904 parameter. Add punconfigured parameter. Change all callers.
5905 (Archive::add_symbols): Change return type to bool. Check return
5906 value of include_member.
5907 (Archive::include_all_members): Likewise.
5908 (Archive::include_member): Change return type to bool. Return
5909 false if first included object has incompatible target. Set
5910 included_member_ field.
5911 (Add_archive_symbols::run): If add_symbols returns false, requeue
5912 Read_symbols task.
5913 * archive.h (class Archive): Add included_member_ field.
5914 Initialize it in constructor. Add input_file and searched_for
5915 methods. Update declarations.
5916 (class Add_archive_symbols): Add dirpath_, dirindex_, and
5917 input_argument_ fields. Add them to constructor. Change all
5918 callers.
5919 * script.cc: Include "target-select.h".
5920 (class Parser_closure): Add skip_on_incompatible_target_ and
5921 found_incompatible_target_ fields. Add
5922 skip_on_incompatible_target parameter to constructor. Change all
5923 callers. Add methods skip_on_incompatible_target,
5924 clear_skip_on_incompatible_target, found_incompatible_target, and
5925 set_found_incompatible_target.
5926 (read_input_script): Add dirindex parameter. Change all callers.
5927 If parser finds an incompatible target, requeue Read_symbols
5928 task.
5929 (script_set_symbol): Clear skip_on_incompatible_target in
5930 closure.
5931 (script_add_assertion, script_parse_option): Likewise.
5932 (script_start_sections, script_add_phdr): Likewise.
5933 (script_check_output_format): New function.
5934 * script.h (read_input_script): Update declaration.
5935 * script-c.h (script_check_output_format): Declare.
5936 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
5937 (ignore_cmd): Remove OUTPUT_FORMAT.
5938 * fileread.cc (Input_file::Input_file): Add explicit this.
5939 (Input_file::will_search_for): New function.
5940 (Input_file::open): Add pindex parameter. Change all callers.
5941 * fileread.h (class Input_file): Add input_file_argument method.
5942 Declare will_search_for. Update declarations.
5943 * object.cc (make_elf_object): Add punconfigured parameter.
5944 Change all callers.
5945 * object.h (class Object): Make input_file public. Add
5946 searched_for method.
5947 (make_elf_object): Update declaration.
5948 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
5949 restart search.
5950 * dirsearch.h (class Dirsearch): Update declaration.
5951 * options.h (class General_options): Add --warn-search-mismatch.
5952 * parameters.cc (Parameters::is_compatible_target): New function.
5953 * parameters.h (class Parameters): Declare is_compatible_target.
5954 * workqueue.cc (Workqueue::add_blocker): New function.
5955 * workqueue.h (class Workqueue): Declare add_blocker.
5956
f1ed28fb
ILT
5957 * fileread.cc (Input_file::open): Remove options parameter.
5958 Change all callers.
5959 (Input_file::open_binary): Likewise.
5960 * script.cc (read_input_script): Likewise.
5961 * readsyms.h (class Read_symbols): Remove options_ field. Remove
5962 options parameter from constructor. Change all callers.
5963 (class Read_script): Likewise.
5964 * fileread.h (class Input_file): Update declarations.
5965 * script.h (read_input_script): Update declaration.
5966
34dd024a
NC
59672009-03-10 Nick Clifton <nickc@redhat.com>
5968
5969 * po/es.po: New Spanish translation.
5970
6d71b17c
CC
59712009-03-06 Cary Coutant <ccoutant@google.com>
5972
5973 * options.cc (parse_short_option): Keep dash_z from registering itself.
5974
031cdbed
ILT
59752009-03-03 Ian Lance Taylor <iant@google.com>
5976
5977 PR 9918
5978 * target-reloc.h (relocate_section): Pass output_section to
5979 relocate.
5980 * i386.cc (Target_i386::should_apply_static_reloc): Add
5981 output_section parameter. Change all callers.
5982 (Target_i386::Relocate::relocate): Add output_section parameter.
5983 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
5984 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
5985 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
5986 * testsuite/two_file_shared.sh: New script.
5987 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
5988 (check_DATA): Add two_file_shared.dbg.
5989 (two_file_shared.dbg): New target.
5990 * testsuite/Makefile.in: Rebuild.
5991
15d5fa16
ILT
59922009-03-01 Ian Lance Taylor <iant@google.com>
5993
5994 * configure.ac: Check for byteswap.h.
5995 * configure: Rebuild.
5996 * config.in: Rebuild.
5997
8a4c0b0d
ILT
59982009-03-01 Mikolaj Zalewski <mikolajz@google.com>
5999
6000 * layout.cc (Layout::find_or_add_kept_section): New function.
6001 (Layout::add_comdat): Removed.
6002 * layout.h (struct Kept_section): Move out of class Layout.
6003 Remove trailing underscores from field names. Add group_sections
6004 field. Rename group_ field to is_group. Change all uses.
6005 (class Layout): Declare find_or_add_kept_section, not add_comdat.
6006 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
6007 comdat_groups_ field.
6008 (Sized_relobj::include_section_group): Use
6009 find_or_add_kept_section and Kept_section::group_sections.
6010 (Sized_relobj::include_linkonce_section): Likewise.
6011 * object.cc (class Sized_relobj): Don't define Comdat_group or
6012 Comdat_group_table. Remove find_comdat_group and
6013 add_comdat_group. Remove comdat_groups_ field.
6014 * plugin.cc (include_comdat_group): Use
6015 Layout::find_or_add_kept_section.
6016
b4ecf66b
ILT
60172009-02-28 Ian Lance Taylor <iant@google.com>
6018
14359ca0
ILT
6019 * README: --gc-sections and map files are now supported. Document
6020 some build requirements.
6021
b4ecf66b
ILT
6022 PR 6992
6023 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
6024 relocatable link set the value of the section symbol to zero.
6025 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
6026 relocatable link don't include the section address in the local
6027 symbol value.
6028
0602e05a
ILT
60292009-02-27 Ian Lance Taylor <iant@google.com>
6030
fd9d194f
ILT
6031 PR 6811
6032 * options.h (class Search_directory): Add is_system_directory.
6033 (class General_options): Declare is_in_system_directory.
6034 * options.cc (get_relative_sysroot): Make static.
6035 (get_default_sysroot): Make static.
6036 (General_optoins::is_in_system_directory): New function.
6037 * fileread.cc (Input_file::is_in_system_directory): New function.
6038 * fileread.h (class Input_file): Declare is_in_system_directory.
6039 * object.h (class Object): Add is_in_system_directory.
6040 (class Input_objects): Remove system_library_directory_ field.
6041 * object.cc (Input_objects::add_object): Don't set
6042 system_library_directory_.
6043 (input_objects::found_in_system_library_directory): Remove.
6044 * symtab.cc (Symbol_table::write_globals): Remove input_objects
6045 parameter. Change all callers.
6046 (Symbol_table::sized_write_globals): Likewise.
6047 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
6048 Call Object::is_in_system_directory.
6049 * symtab.h (class Symbol_table): Update declarations.
6050
61edd21f
ILT
6051 PR 5990
6052 * descriptors.h (Open_descriptor): Add is_on_stack field.
6053 * descriptors.cc (Descriptors::open): If the descriptor is on the
6054 top of the stack, remove it. Initialize is_on_stack field.
6055 (Descriptors::release): Only add pod to stack if it is not on the
6056 stack already.
6057 (Descriptors::close_some_descriptor): Clear stack_next and
6058 is_on_stack fields.
6059
e29e076a
ILT
6060 PR 7091
6061 * output.cc (Output_section::find_starting_output_address): Rename
6062 from starting_output_address; add PADDR parameter; change return
6063 type.
6064 * output.h (class Output_section): Declare
6065 find_starting_output_address instead of starting_output_address.
6066 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
6067 section symbol for which we can't find a merge section.
6068
0602e05a
ILT
6069 PR 9836
6070 * symtab.cc (Symbol_table::add_from_object): If the visibility is
6071 hidden or internal, force the symbol to be local.
6072 * resolve.cc (Symbol::override_visibility): Define.
6073 (Symbol::override_base): Use override_visibility.
6074 (Symbol_table::resolve): Likewise.
6075 (Symbol::override_base_with_special): Likewise.
6076 (Symbol_table::override_with_special): If the visibility is hidden
6077 or internal, force the symbol to be local.
6078 * symtab.h (class Symbol): Add set_visibility and
6079 override_visibility.
6080 * testsuite/ver_test_1.sh: New file.
6081 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
6082 (check_DATA): Add ver_test_1.syms.
6083 (ver_test_1.syms): New target.
6084 * testsuite/Makefile.in: Rebuild.
6085
401a9a73
CC
60862009-02-25 Cary Coutant <ccoutant@google.com>
6087
6088 * layout.cc (Layout::choose_output_section): Don't rename sections
6089 when using a linker script that has a SECTIONS clause.
6090 * Makefile.in: Regenerate.
6091
6092 * testsuite/Makefile.am (script_test_5.sh): New test case.
6093 * testsuite/Makefile.in: Regenerate.
6094 * testsuite/script_test_5.cc: New file.
6095 * testsuite/script_test_5.sh: New file.
6096 * testsuite/script_test_5.t: New file.
6097
f488e4b0
CC
60982009-02-13 Rafael Avila de Espindola <espindola@google.com>
6099
6100 * archive.cc (Archive::include_member): Update calls to add_symbols.
6101 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
6102 the Layout argument.
6103 * dynobj.h (do_add_symbols): Add the Layout argument.
6104 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
6105 Layout argument.
6106 * object.h (Object::add_symbols): Add the Layout argument.
6107 (Object::do_add_symbols): Add the Layout argument.
6108 (Sized_relobj::do_add_symbols): Add the Layout argument.
6109 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
6110 Unify the two versions.
6111 (Add_plugin_symbols): Remove.
6112 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
6113 (Sized_pluginobj::do_add_symbols): Unify the two versions.
6114 (Add_plugin_symbols): Remove.
6115 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
6116 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
6117 (Add_symbols::run): Make it work with Pulginobj.
6118
89dd1680
ILT
61192009-02-06 Ian Lance Taylor <iant@google.com>
6120
6121 * object.cc (Sized_relobj::do_layout): Make info message start
6122 with lower case letter.
6123
266d0a74
ILT
61242009-02-06 Mikolaj Zalewski <mikolajz@google.com>
6125
602b464e
ILT
6126 * binary.cc: Fix file comment.
6127
266d0a74
ILT
6128 * options.h (enum Incremental_disposition): Define.
6129 (class General_options): Add new options: --incremental,
6130 --incremental_changed, --incremental_unchanged,
6131 --incremental_unknown. Add incremental_disposition_ and
6132 implicit_incremental_ fields.
6133 (General_options::incremental_disposition): New function.
6134 (class Position_dependent_options): Add incremental_disposition
6135 option.
6136 (Position_dependent_options::copy_from_options): Set incremental
6137 dispositions.
6138 * options.cc (General_options::parse_incremental_changed): New
6139 function.
6140 (General_options::parse_incremental_unchanged): New function.
6141 (General_options::parse_incremental_unknown): New function.
6142 (General_options::General_options): Initialize new fields
6143 incremental_disposition_ and implicit_incremental_.
6144 (General_options::finalize): Check for uasge of --incremental-*
6145 without --incremental.
6146
f073bbf7
CD
61472009-02-06 Chris Demetriou <cgd@google.com>
6148
6149 * gold.h (gold_undefined_symbol): Change to take only a Symbol
6150 pointer and to report location as the file name associated with
6151 the symbol.
6152 (gold_undefined_symbol_at_location): New function to replace the
6153 old gold_undefined_symbol functionality.
6154 * target-reloc.h (relocate_section): Update to use
6155 gold_undefined_symbol_at_location.
6156 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
6157 Call gold_undefined_symbol function rather than gold_error.
6158 * errors.h (Errors::undefined_symbol): Take location as a
6159 string, rather than calculating it from a relocation.
6160 * errors.cc (Errors::fatal): Print "fatal error:" before the
6161 formatted message.
6162 (Errors::error, Errors::error_at_location): Print "error: "
6163 before the formatted message.
6164 (Errors::undefined_symbol): Take location as a string, rather
6165 than calculating it from a relocation.
6166 (gold_undefined_symbol_at_location): New function akin to
6167 old gold_undefined_symbol, calculates location from relocation.
6168 (gold_undefined_symbol): Change to take only a Symbol pointer
6169 and to report location as the file name associated with the symbol.
6170 * testsuite/debug_msg.sh: Update for changed error messages.
6171 * testsuite/undef_symbol.sh: Likewise.
6172
8e94a90c
ILT
61732009-02-04 Duncan Sands <baldrick@free.fr>
6174
6175 PR 9812
6176 * reduced_debug_output.h
6177 (Output_reduced_debug_abbrev_section::failed): Use format for
6178 gold_warning.
6179 (Output_reduced_debug_info_section::faild): Likewise.
6180
88a0e15b
ILT
61812009-01-31 Mikolaj Zalewski <mikolajz@google.com>
6182
6183 * script.cc (Lazy_demangler): New class.
6184 (Version_script_info::get_symbol_version_helper): Demangle a
6185 symbol only once.
6186
5efc7cd2
CC
61872009-01-29 Cary Coutant <ccoutant@google.com>
6188
6189 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
6190 to __tls_get_addr.
6191 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
6192
e0ebcf42
ILT
61932009-01-28 Ian Lance Taylor <iant@google.com>
6194
5efc7cd2 6195 * version.cc (version_string): Bump to 1.9.
75fe7426 6196
e0ebcf42
ILT
6197 * gold.h: Include <cstring> and <stdint.h>.
6198 * version.cc: Include <cstdio>.
6199 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
6200 warning.
6201 * reduced_debug_output.cc (insert_into_vector): Rename from
6202 Insert_into_vector; change all callers. Use Swap_unaligned to
6203 avoid aliasing issue; remove union since it is unnecessary.
6204
8e2813be 62052009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
6206
6207 * Makefile.am (CCFILES): Add gc.cc.
6208 (HFILES): Add gc.h.
6209 * Makefile.in: Regenerate.
6210 * gold.cc (Gc_runner): New class.
6211 (queue_initial_tasks): Call garbage collection related tasks
6212 when corresponding options are invoked.
6213 (queue_middle_gc_tasks): New function.
6214 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
6215 processed early before laying out sections during garbage collection.
6216 * gold.h (queue_middle_gc_tasks): New function.
6217 (is_prefix_of): Move from "layout.cc".
6218 * i386.cc (Target_i386::gc_process_relocs): New function.
6219 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
6220 * main.cc (main): Create object of class "Garbage_collection".
6221 * object.cc (Relobj::copy_symbols_data): New function.
6222 (Relobj::is_section_name_included): New function.
e1df38aa
NC
6223 (Sized_relobj::do_layout): Allow this function to be called twice
6224 during garbage collection and defer layout of section during the
6d03d481
ST
6225 first call.
6226 * object.h (Relobj::get_symbols_data): New function.
6227 (Relobj::is_section_name_included): New function.
6228 (Relobj::copy_symbols_data): New function.
6229 (Relobj::set_symbols_data): New function.
6230 (Relobj::get_relocs_data): New function.
6231 (Relobj::set_relocs_data): New function.
6232 (Relobj::is_output_section_offset_invalid): New pure virtual function.
6233 (Relobj::gc_process_relocs): New function.
6234 (Relobj::do_gc_process_relocs): New pure virtual function.
6235 (Relobj::sd_): New data member.
6236 (Sized_relobj::is_output_section_offset_invalid): New function.
6237 (Sized_relobj::do_gc_process_relocs): New function.
6238 * options.h (General_options::gc_sections): Modify to not be a no-op.
6239 (General_options::print_gc_sections): New option.
6240 * plugin.cc (Plugin_finish::run): Remove function call to
6241 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
6242 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
6243 * reloc.cc (Read_relocs::run): Add task to process relocs and
6244 determine unreferenced sections when doing garbage collection.
6245 (Gc_process_relocs): New class.
6246 (Sized_relobj::do_gc_process_relocs): New function.
6247 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
6248 sections that are garbage collected.
6249 * reloc.h (Gc_process_relocs): New class.
6250 * sparc.cc (Target_sparc::gc_process_relocs): New function.
6251 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
6252 symbols whose corresponding sections are garbage collected.
6253 (Symbol_table::Symbol_table): Add new parameter for the garbage
6254 collection object.
6255 (Symbol_table::gc_mark_undef_symbols): New function.
6256 (Symbol_table::gc_mark_symbol_for_shlib): New function.
6257 (Symbol_table::gc_mark_dyn_syms): New function.
6258 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
6259 as garbage.
6260 (Symbol_table::add_from_object): Likewise.
6261 (Symbol_table::add_from_relobj): When building shared objects, do not
6262 treat externally visible symbols as garbage.
6263 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
6264 table information for static and relocatable links.
6265 * symtab.h (Symbol_table::set_gc): New function.
6266 (Symbol_table::gc): New function.
6267 (Symbol_table::gc_mark_undef_symbols): New function.
6268 (Symbol_table::gc_mark_symbol_for_shlib): New function.
6269 (Symbol_table::gc_mark_dyn_syms): New function.
6270 (Symbol_table::gc_): New data member.
e1df38aa 6271 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
6272 function.
6273 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
6274 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
6275
3b293544
CF
62762009-01-20 Chris Faylor <me.sourceware@sourceware.org>
6277
6278 * options.h (General_options::gc_sections): Define as a no-op for now.
6279 (General_options::no_keep_memory): Ditto.
6280 (General_options::Bshareable): Define.
6281 * options.cc (General_options::finalize): Honor -Bshareable.
6282
83d22aa8
AS
62832009-01-20 Andreas Schwab <schwab@suse.de>
6284
6285 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
6286 read the value in the contents, since we don't use it. Use the
6287 template endianness when writing.
6288 (Relocate::relocate): Use it for R_PPC_REL16_HA.
6289
cd536b21
AS
62902009-01-19 Andreas Schwab <schwab@suse.de>
6291
6292 * configure.tgt (powerpc64-*): Fix targ_obj.
6293
99e9a495
ILT
62942009-01-15 Ian Lance Taylor <iant@google.com>
6295
6296 * object.cc (Sized_relobj::write_local_symbols): Don't write out
6297 local symbols when stripping all symbols.
6298
bbbfea06
CC
62992009-01-14 Cary Coutant <ccoutant@google.com>
6300
99e9a495 6301 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 6302
0f7c0701
CC
63032009-01-14 Cary Coutant <ccoutant@google.com>
6304
6305 * archive.cc (Archive::get_elf_object_for_member): Remove call
6306 to File_read::claim_for_plugin.
6307 * descriptors.cc (Descriptors::open): Remove reference to
6308 is_claimed.
6309 (Descriptors::claim_for_plugin): Remove.
6310 * descriptors.h (Descriptors::claim_for_plugin): Remove.
6311 (Descriptors::is_claimed): Remove.
6312 (claim_descriptor_for_plugin): Remove.
6313 * fileread.cc (File_read::claim_for_plugin): Remove.
6314 * fileread.h (File_read::claim_for_plugin): Remove.
6315 (File_read::descriptor): Reopen descriptor if necessary.
6316 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
6317 (Plugin_manager::all_symbols_read): Add task parameter. Change
6318 all callers.
6319 (Plugin_manager::get_input_file): New function.
6320 (Plugin_manager::release_input_file): New function.
6321 (Pluginobj::Pluginobj): Add filesize parameter and initialize
6322 corresponding data member.
6323 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
6324 and pass to base constructor. Change all callers.
6325 (get_input_file, release_input_file): New functions.
6326 (make_sized_plugin_object): Add filesize parameter. Change all callers.
6327 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
6328 (Plugin_manager::all_symbols_read): Add task parameter.
6329 (Plugin_manager::get_input_file): New function.
6330 (Plugin_manager::release_input_file): New function.
6331 (Plugin_manager::task_): New data member.
6332 (Pluginobj::Pluginobj): Add filesize parameter.
6333 (Pluginobj::filename): New function.
6334 (Pluginobj::descriptor): New function.
6335 (Pluginobj::filesize): New function.
6336 (Pluginobj::filesize_): New data member.
6337 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
6338 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
6339 File_read::claim_for_plugin; use Object::unlock to unlock the file.
6340
6341 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
6342 with archive libraries.
6343 * testsuite/Makefile.in: Regenerate.
6344 * testsuite/plugin_test.c (struct sym_info): New type.
6345 (get_input_file, release_input_file): New static variables.
6346 (onload): Capture new transfer vector entries.
6347 (claim_file_hook): Stop reading at end of file according to filesize.
6348 Factor out parsing of readelf output into separate function.
6349 (all_symbols_read_hook): Exercise get_input_file and release_input_file
6350 APIs and get the source file name from the symbol table. Convert
6351 source file name to corresponding object file name. Print info
6352 message when adding new input files.
6353 (parse_readelf_line): New function.
6354 * testsuite/plugin_test_1.sh: Add checks for new info messages.
6355 * testsuite/plugin_test_2.sh: Likewise.
6356 * testsuite/plugin_test_3.sh: Likewise.
6357 * testsuite/plugin_test_4.sh: New test case.
6358
62a6d109
ILT
63592009-01-07 Ian Lance Taylor <iant@google.com>
6360
6361 * version.cc (version_string): Bump to 1.8.
6362
483620e8
CC
63632008-12-23 Cary Coutant <ccoutant@google.com>
6364
6365 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
6366 * plugin.cc (Plugin_manager::finish): Rename as
6367 layout_deferred_objects. Move cleanup to separate function.
6368 (Plugin_manager::cleanup): New function.
6369 (Plugin_finish::run): Call layout_deferred_objects and cleanup
6370 separately.
6371 * plugin.h (Plugin_manager::finish): Rename as
6372 layout_deferred_objects.
6373 (Plugin_manager::cleanup): New function.
6374 (Plugin_manager::cleanup_done): New field.
6375
d66a9eb3
CC
63762008-12-23 Cary Coutant <ccoutant@google.com>
6377
6378 * plugin.cc (is_visible_from_outside): New function.
6379 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
6380 so we don't return "IR only" status for exported symbols or -r links.
6381
6382 * testsuite/Makefile.am (plugin_test_3): New test case.
6383 * testsuite/Makefile.in: Regenerate.
6384 * testsuite/plugin_test_3.sh: New file.
6385
5995b570
CC
63862008-12-22 Cary Coutant <ccoutant@google.com>
6387
6388 * object.cc (Sized_relobj::layout_section): New function.
6389 (Sized_relobj::do_layout): Defer layout of input sections until after
6390 plugin has provided replacement files.
6391 (Sized_relobj::do_layout_deferred_sections): New function.
6392 * object.h (Relobj::set_section_offset): Remove virtual keyword.
6393 (Relobj::layout_deferred_sections): New function.
6394 (Relobj::do_layout_deferred_sections): New function.
6395 (Sized_relobj::do_layout_deferred_sections): New function.
6396 (Sized_relobj::layout_section): New function.
6397 (Sized_relobj::Deferred_layout): New structure.
6398 (Sized_relobj::deferred_layout_): New field.
6399 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
6400 Change all callers. Layout deferred sections.
6401 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
6402 references.
6403 (Plugin_hook::run): Move code from do_plugin_hook inline.
6404 (Plugin_hook::do_plugin_hook): Remove.
6405 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
6406 (Plugin_manager::finish): Renamed, was cleanup.
6407 (Plugin_manager::should_defer_layout): New function.
6408 (Plugin_manager::add_deferred_layout_object): New function.
6409 (Plugin_manager::Deferred_layout_list): New type.
6410 (Plugin_manager::deferred_layout_objects_): New field.
6411 (Plugin_hook::do_plugin_hook): Remove.
6412
ee769c88
ILT
64132008-12-17 Ian Lance Taylor <iant@google.com>
6414
6415 * options.h (class General_options): Add --no case for
6416 --export-dynamic.
6417
abc8dcba
CC
64182008-12-16 Cary Coutant <ccoutant@google.com>
6419
6420 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
6421 vector.
6422 (Plugin_manager::claim_file): Create plugin object even if
6423 plugin did not call the add_symbols callback.
6424 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
6425 asking for more symbols than were added.
6426 * testsuite/Makefile.am (plugin_test_1): Add test case with
6427 no global symbols.
6428 (empty.syms): New target.
6429 * testsuite/Makefile.in: Regenerate.
6430 * testsuite/plugin_test.c (claim_file_hook): Add new debug
6431 message. Don't call add_symbols if no globals.
6432 (all_symbols_read_hook): Don't provide replacement for empty
6433 claimed file.
6434
b0074644
ILT
64352008-12-12 Ian Lance Taylor <iant@google.com>
6436
68943102
ILT
6437 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
6438 r_type == 0 for a local symbol with r_sym == 0.
6439 (scan_relocatable_relocs): Pass r_sym to
6440 local_non_section_strategy.
6441 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
6442 r_sym parameter.
6443
b0074644
ILT
6444 * configure.ac: Update test for TLS descriptors: they are
6445 supported as of glibc 2.9.
6446 * configure: Rebuild.
6447
c2508178
ILT
64482008-12-11 Ian Lance Taylor <iant@google.com>
6449
6450 PR 7091
6451 * target-reloc.h (Default_scan_relocatable_relocs): For each
6452 function, map r_type == 0 to RELOC_DISCARD.
6453
2756a258
CC
64542008-12-10 Cary Coutant <ccoutant@google.com>
6455
6456 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
6457 object to override a kept COMDAT group from a plugin object.
6458
bb6f53d3
ILT
64592008-12-09 Ian Lance Taylor <iant@google.com>
6460
fbc558e1
ILT
6461 PR 7088
6462 * yyscript.y (file_cmd): Handle INPUT.
6463
bb6f53d3
ILT
6464 * testsuite/initpri1.c: Change all declarations to be full
6465 prototypes by adding void, to avoid compiler warnings.
6466
4674ecfc
CC
64672008-12-05 Rafael Avila de Espindola <espindola@google.com>
6468
6469 * options.cc (General_options::parse_plugin_opt): New.
6470 (General_options::add_plugin): The argument now is just the filename.
6471 (General_options::add_plugin_option): New.
6472 * options.h (plugin_opt): New.
6473 (add_plugin): Change argument name.
6474 (add_plugin_option): New.
6475 * plugin.cc (Plugin::load): Don't parse the plugin option.
6476 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
6477 (Plugin::add_option): New.
6478 (Plugin::args_): Change type.
6479 (Plugin::filename_): New.
6480 (Plugin_manager::add_plugin_option): New.
6481 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
6482 * testsuite/Makefile.in: Regenerate.
6483
fd06b4aa
CC
64842008-12-05 Cary Coutant <ccoutant@google.com>
6485
6486 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
6487 Handle --strip-lto-sections option.
6488 * options.h (strip_lto_sections): New option.
6489
6c52134c
CC
64902008-12-01 Cary Coutant <ccoutant@google.com>
6491
6492 * plugin.cc (ld_plugin_message): Change format parameter to const.
6493 Fix mismatch between new[] and delete.
6494
a45248e0
CC
64952008-11-14 Cary Coutant <ccoutant@google.com>
6496
6497 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
6498 instead of -1U.
6499
c82fbeee
CS
65002008-11-05 Craig Silverstein <csilvers@google.com>
6501
6502 * options.cc (General_options::parse_dynamic_list): New function.
6503 * options.h (General_options): New flags dynamic_list,
6504 dynamic_list_data, dynamic_list_cpp_new, and
6505 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
6506 (General_options::in_dynamic_list): New function.
6507 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
6508 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
6509 (Lex::can_continue_name): Likewise.
6510 (yylex): Likewise.
6511 (read_script_file): New parameter script_options.
6512 (read_dynamic_list): New function.
6513 (Script_options::define_dynamic_list): New function.
6514 (dynamic_list_keyword_parsecodes): New variable.
6515 (dynamic_list_keywords): New variable.
6516 * script.h (Script_options::define_dynamic_list): New function
6517 prototype.
6518 (read_dynamic_list): New function prototype.
6519 * symtab.cc (strprefix): New macro.
6520 (Symbol::should_add_dynsym_entry): Support dynamic_list,
6521 dynamic_list_data, dynamic_list_cpp_new, and
6522 dynamic_list_cpp_typeinfo.
6523 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
6524 (dynamic_list_expr): New rule.
6525 (dynamic_list_nodes): Likewise.
6526 (dynamic_list_node): Likewise.
6527 * testsuite/Makefile.am (dynamic_list): New test.
6528 * testsuite/Makefile.in: Regenerated.
6529 * testsuite/dynamic_list.t: New file.
6530 * testsuite/dynamic_list.sh: New file.
6531
e0bb29a5
CS
65322008-11-05 Craig Silverstein <csilvers@google.com>
6533
6534 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
6535 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
6536 (t11_last): Likewise.
6537 * testsuite/ver_test_6.c (main): Likewise.
6538
4e1e25e0
CC
65392008-10-07 Cary Coutant <ccoutant@google.com>
6540
6541 * options.c (General_options::finalize): Add check for -static and
6542 -shared.
6543 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
6544 is not empty.
6545
92f03fcb
CC
65462008-10-02 Cary Coutant <ccoutant@google.com>
6547
6548 * plugin.cc (make_sized_plugin_object): Fix conditional
6549 compilation to work when not all targets are enabled.
6550
fbd8a257
CC
65512008-09-29 Cary Coutant <ccoutant@google.com>
6552
6553 * archive.cc (Archive::get_file_and_offset): Use filename instead
6554 of name to get library path.
6555 (Archive::include_member): Unlock external member of a thin archive.
6556
6557 * testsuite/Makefile.am (TEST_AR): New variable.
6558 (thin_archive_test_1): New test.
6559 (thin_archive_test_2): New test.
81636b3f
CC
6560 * testsuite/Makefile.in: Regenerate.
6561 * testsuite/thin_archive_main.cc: New file.
6562 * testsuite/thin_archive_test_1.cc: New file.
6563 * testsuite/thin_archive_test_2.cc: New file.
6564 * testsuite/thin_archive_test_3.cc: New file.
6565 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 6566
eff45813
CC
65672008-09-29 Cary Coutant <ccoutant@google.com>
6568
6569 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
6570 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
6571 instead of -1U.
6572 (Sized_relobj::do_finalize_local_symbols): Likewise.
6573 (Sized_relobj::map_to_kept_section): Likewise.
6574 * object.h (Sized_relobj::invalid_address): New constant.
6575 (Sized_relobj::do_output_section_offset): Check for invalid_address
6576 and return -1ULL.
6577 * output.cc (Output_reloc::local_section_offset): Use constant
6578 invalid_address instead of -1U.
6579 (Output_reloc::get_address): Likewise.
6580 (Output_section::output_address): Change -1U to -1ULL.
6581 * output.h (Output_reloc::invalid_address): New constant.
6582 * reloc.cc (Sized_relobj::write_sections): Use constant
6583 invalid_address instead of -1U.
6584 (Sized_relobj::relocate_sections): Likewise.
6585 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
6586 values for merge sections.
6587 * target-reloc.h (relocate_for_relocatable): Use constant
6588 invalid_address instead of -1U.
6589
89fc3421
CC
65902008-09-19 Cary Coutant <ccoutant@google.com>
6591
6592 Add plugin functionality for link-time optimization (LTO).
6593 * configure.ac (plugins): Add --enable-plugins option.
6594 * configure: Regenerate.
6595 * config.in: Regenerate.
6596 * Makefile.am (LIBDL): New variable.
6597 (CCFILES): Add plugin.cc.
6598 (HFILES): Add plugin.h.
6599 (ldadd_var): Add LIBDL.
6600 * Makefile.in: Regenerate.
6601
6602 * archive.cc: Include "plugin.h".
6603 (Archive::setup): Don't preread archive symbols when using a plugin.
6604 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
6605 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
6606 files.
6607 (Archive::include_member): Add symbols from plugin objects.
6608 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
6609 * descriptors.cc (Descriptors::open): Check for file descriptors
6610 abandoned by plugins.
6611 (Descriptors::claim_for_plugin): New function.
6612 * descriptors.h (Descriptors::claim_for_plugin): New function.
6613 (Open_descriptor::is_claimed): New field.
6614 (claim_descriptor_for_plugin): New function.
6615 * fileread.cc (File_read::claim_for_plugin): New function.
6616 * fileread.h (File_read::claim_for_plugin): New function.
6617 (File_read::descriptor): New function.
6618 * gold.cc: Include "plugin.h".
6619 (queue_initial_tasks): Add task to call plugin hooks for generating
6620 new object files.
6621 * main.cc: Include "plugin.h".
6622 (main): Load plugin libraries.
6623 * object.h (Pluginobj): Declare.
6624 (Object::pluginobj): New function.
6625 (Object::do_pluginobj): New function.
6626 (Object::set_target): New function.
6627 * options.cc: Include "plugin.h".
6628 (General_options::parse_plugin): New function.
6629 (General_options::General_options): Initialize plugins_ field.
6630 (General_options::add_plugin): New function.
6631 * options.h (Plugin_manager): Declare.
6632 (General_options): Add --plugin option.
6633 (General_options::has_plugins): New function.
6634 (General_options::plugins): New function.
6635 (General_options::add_plugin): New function.
6636 (General_options::plugins_): New field.
6637 * plugin.cc: New file.
6638 * plugin.h: New file.
6639 * readsyms.cc: Include "plugin.h".
6640 (Read_symbols::do_read_symbols): Check for archive before checking
6641 for ELF file. Call plugin hooks to claim files.
6642 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
6643 from a real object file; force override when processing replacement
6644 files.
6645 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
6646 (Symbol::init_base_object): Likewise.
6647 (Symbol::init_base_output_data): Likewise.
6648 (Symbol::init_base_output_segment): Likewise.
6649 (Symbol::init_base_constant): Likewise.
6650 (Symbol::init_base_undefined): Likewise.
6651 (Symbol::output_section): Assert that object is not a plugin.
6652 (Symbol_table::add_from_pluginobj): New function.
6653 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
6654 undefined.
6655 (Symbol_table::sized_write_globals): Likewise.
6656 (Symbol_table::add_from_pluginobj): Instantiate template.
6657 * symtab.h (Sized_pluginobj): Declare.
6658 (Symbol::in_real_elf): New function.
6659 (Symbol::set_in_real_elf): New function.
6660 (Symbol::in_real_elf_): New field.
6661 (Symbol_table::add_from_pluginobj): New function.
6662
6663 * testsuite/Makefile.am (AM_CFLAGS): New variable.
6664 (LIBDL): New variable.
6665 (LDADD): Add LIBDL.
6666 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
6667 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
6668 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
6669 (MOSTLYCLEANFILES): Likewise.
6670 * testsuite/Makefile.in: Regenerate.
6671 * testsuite/plugin_test.c: New file.
6672 * testsuite/plugin_test_1.sh: New file.
6673 * testsuite/plugin_test_2.sh: New file.
6674
de31bda5
ILT
66752008-09-16 Ian Lance Taylor <iant@google.com>
6676
9c2d0ef9
ILT
6677 * target-reloc.h (relocate_section): Check whether a symbol is
6678 defined by the ABI before reporting an undefined symbol error.
6679 * target.h (Target::is_defined_by_abi): Make parameter const.
6680 (Target::do_is_defined_by_abi): Likewise.
6681 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
6682 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
6683 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
6684 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
6685 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
6686 * testsuite/Makefile.in: Rebuild.
6687
de31bda5
ILT
6688 * fileread.cc (make_view): Add casts to avoid warning.
6689
9fa33bee
AO
66902008-09-16 Alexandre Oliva <aoliva@redhat.com>
6691
6692 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
6693 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
6694
183fd0e3
AO
66952008-09-16 Alexandre Oliva <aoliva@redhat.com>
6696
6697 * options.h (General_options::output_is_executable): New.
6698 (General_options::output_is_pie): New.
6699 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
6700 for shared libraries.
6701 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
6702
7be8330a
CD
67032008-09-11 Chris Demetriou <cgd@google.com>
6704
6705 * options.h (origin): New -z option.
6706 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
6707 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
6708 in DT_FLAGS_1.
6709
a9caad02
CC
67102008-09-05 Cary Coutant <ccoutant@google.com>
6711
6712 * fileread.cc (File_read::make_view): Add check for attempt to map
6713 beyond end of file.
6714
ae6dce4d
CC
67152008-09-05 Cary Coutant <ccoutant@google.com>
6716
6717 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
6718 explicit instantiations.
6719
d7ab2a47
KVH
67202008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
6721
6722 PR gold/6858
6723 * options.cc (General_options::finalize): Allow undefined symbols
6724 in shlibs if linking -shared.
6725
6726 PR gold/6859
6727 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
6728 symbols as not needing a dynsym entry.
6729
1e52a9c1
CS
67302008-08-20 Craig Silverstein <csilvers@google.com>
6731
6732 * fileread.cc (File_read::open): Do not lock the file unless it
6733 was successfully opened.
6734
d85c80a3
CC
67352008-08-14 Cary Coutant <ccoutant@google.com>
6736
6737 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
6738 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
6739 * testsuite/tls_test.cc (struct int128): 128-bit struct
6740 for testing TLS relocs with non-zero addend.
6741 (v12): New TLS variable.
6742 (t12): New test.
6743 (t_last): Add check for v12.
6744 * testsuite/tls_test.h (t12): New function.
6745 * testsuite/tls_test_main.cc (thread_routine): Call new test.
6746
2d924fd9
ILT
67472008-08-13 Ian Lance Taylor <iant@google.com>
6748
6749 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
6750 set tls_segment_ or relro_segment_.
6751 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
6752 when appropriate.
6753 * output.h (Output_section::clear_is_relro): New function.
6754 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
6755 sections specially even when output_data_ is empty.
6756 (Output_segment::maximum_alignment): When first section is relro,
6757 only force alignment for PT_LOAD segments.
6758 * script.cc (script_data_segment_align): New function.
6759 (script_data_segment_relro_end): New function.
6760 * script-c.h (script_data_segment_align): Declare.
6761 (script_data_segment_relro_end): Declare.
6762 * script-sections.h (class Script_sections): Declare
6763 data_segment_align and data_segment_relro_end. Add fields
6764 segment_align_index_ and saw_relro_end_.
6765 * script-sections.cc (class Sections_element): Add set_is_relro
6766 virtual function. Add new bool* parameter to place_orphan_here.
6767 Add get_output_section virtual function.
6768 (class Output_section_definition): Add set_is_relro. Add new
6769 bool* parameter to place_orphan_here. Add get_output_section.
6770 Add is_relro_ field.
6771 (Output_section_definition::Output_section_definition): Initialize
6772 evaluated_address_, evaluated_load_address, evaluated_addralign_,
6773 and is_relro_ fields.
6774 (Output_section_definition::place_orphan_here): Add is_relro
6775 parameter.
6776 (Output_section_definition::set_section_addresses): Set relro for
6777 output section.
6778 (Output_section_definition::alternate_constraint): Likewise.
6779 (class Orphan_output_section): Add new bool* parameter to
6780 place_orphan_here. Add get_output_section.
6781 (Orphan_output_section::place_orphan_here): Add is_relro
6782 parameter.
6783 (Script_sections::Script_sections): Initialize
6784 data_segment_align_index_ and saw_relro_end_.
6785 (Script_sections::data_segment_align): New function.
6786 (Script_sections::data_segment_relro_end): New function.
6787 (Script_sections::place_orphan): Set or clear is_relro.
6788 (Script_sections::set_section_addresses): Force alignment of first
6789 TLS section.
6790 * yyscript.y (exp): Call script_data_segment_align and
6791 script_data_segment_relro_end.
6792 * testsuite/relro_script_test.t: New file.
6793 * testsuite/relro_test.cc (using_script): Declare.
6794 (t1, t2): Test using_script.
6795 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
6796 (relro_script_test_SOURCES): Define.
6797 (relro_script_test_DEPENDENCIES): Define.
6798 (relro_script_test_LDFLAGS): Define.
6799 (relro_script_test_LDADD): Define.
6800 (relro_script_test.so): New target.
6801 * testsuite/Makefile.in: Rebuild.
6802
f827c9a9
CC
68032008-08-06 Cary Coutant <ccoutant@google.com>
6804
6805 * archive.cc (Archive::total_archives, Archive::total_members)
6806 (Archive::total_members_loaded): New variables.
6807 (Archive::setup): Add parameter. Add option to preread
6808 archive symbols.
6809 (Archive::read_armap): Add counter.
6810 (Archive::get_file_and_offset): New function.
6811 (Archive::get_elf_object_for_member): New function.
6812 (Archive::read_all_symbols): New function.
6813 (Archive::read_symbols): New function.
6814 (Archive::add_symbols): Add counters.
6815 (Archive::include_all_members): Use armap to find members if it's
6816 already built.
6817 (Archive::include_member): Skip reading symbols if already read.
6818 Factored code into Archive::get_file_and_offset and
6819 Archive::get_elf_object_for_member. Changed call to
6820 Mapfile::report_include_archive_member.
6821 (Archive::print_stats): New function.
6822 * archive.h: Declare Object and Read_symbols_data classes.
6823 (Archive::Archive): Add initializers for new members.
6824 (Archive::setup): Add parameter.
6825 (Archive::print_stats): New function.
6826 (Archive::total_archives, Archive::total_members)
6827 (Archive::total_members_loaded): New variables.
6828 (Archive::get_file_and_offset): New function.
6829 (Archive::get_elf_object_for_member): New function.
6830 (Archive::read_all_symbols): New function.
6831 (Archive::read_symbols): New function.
6832 (Archive::Archive_member): New class.
6833 (Archive::members_): New member.
6834 (Archive::num_members_): New member.
6835 * main.cc: Include archive.h.
6836 (main): Call Archive::print_stats.
6837 * mapfile.cc (Mapfile::report_include_archive_member): Delete
6838 archive parameter; member_name is now the fully-decorated name.
6839 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
6840 * options.h: (General_options): Add --preread-archive-symbols option.
6841 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
6842 Archive::setup.
6843
de4c45bd
ILT
68442008-08-04 Ian Lance Taylor <iant@google.com>
6845
6846 * symtab.h (Symbol::use_plt_offset): New function.
6847 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
6848 * powerpc.cc (Relocate::relocate): Likewise.
6849 * sparc.cc (Relocate::relocate): Likewise.
6850 * x86_64.cc (Relocate::relocate): Likewise.
6851 * testsuite/weak_plt.sh: New test.
6852 * testsuite/weak_plt_main.cc: New test.
6853 * testsuite/weak_plt_shared.cc: New test.
6854 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
6855 (check_PROGRAMS): Add weak_plt.
6856 (check_DATA): Add weak_plt_shared.so.
6857 (weak_plt_main_pic.o, weak_plt): New targets.
6858 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
6859 * testsuite/Makefile.in: Rebuild.
6860
6861 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
6862 gcctestdir/ld.
6863 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
6864 * testsuite/Makefile.in: Rebuild.
6865
323ee3f4
AM
68662008-08-04 Alan Modra <amodra@bigpond.net.au>
6867
6868 * Makefile.am (POTFILES.in): Set LC_ALL=C.
6869 * Makefile.in: Regenerate.
6870 * po/POTFILES.in: Regenerate.
6871
7c07ecec
ILT
68722008-07-29 Ian Lance Taylor <iant@google.com>
6873
6874 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
6875 symbols before other symbols.
6876 * testsuite/script_test_2.cc (test_addr): Declare.
6877 (test_addr_alias): Declare.
6878 (main): Check that test_addr and test_addr_alias have the right
cd536b21 6879 values.
7c07ecec
ILT
6880 * testsuite/script_test_2.t: Define test_addr_alias and
6881 test_addr.
6882
5778530e
ILT
68832008-07-24 Ian Lance Taylor <iant@google.com>
6884
2a00e4fb
ILT
6885 PR 5990
6886 * descriptors.cc: New file.
6887 * descriptors.h: New file.
6888 * gold-threads.h (class Hold_optional_lock): New class.
6889 * fileread.cc: Include "descriptors.h".
6890 (File_read::~File_read): Release descriptor rather than closing
6891 it.
6892 (File_read::open) [file]: Call open_descriptor rather than open.
6893 Set is_descriptor_opened_.
6894 (File_read::open) [memory]: Assert that descriptor is not open.
6895 (File_read::reopen_descriptor): New function.
6896 (File_read::release): Release descriptor.
6897 (File_read::do_read): Make non-const. Reopen descriptor.
6898 (File_read::read): Make non-const.
6899 (File_read::make_view): Reopen descriptor.
6900 (File_read::do_readv): Likewise.
6901 * fileread.h (class File_read): Add is_descriptor_opened_ field.
6902 Update declarations.
6903 * layout.cc: Include "descriptors.h".
6904 (Layout::create_build_id): Use open_descriptor rather than open.
6905 * output.cc: Include "descriptors.h".
6906 (Output_file::open): Use open_descriptor rather than open.
6907 * archive.cc (Archive::const_iterator): Change Archive to be
6908 non-const.
6909 (Archive::begin, Archive::end): Make non-const.
6910 (Archive::count_members): Likewise.
6911 * archive.h (class Archive): Update declarations.
6912 * object.h (Object::read): Make non-const.
6913 * Makefile.am (CCFILES): Add descriptors.cc.
6914 (HFILES): Add descriptors.h.
6915 * Makefile.in: Rebuild.
6916
801647d1
ILT
6917 PR 6716
6918 * gold.h: Always include <clocale>. Add Solaris workarounds
6919 following code in binutils/sysdep.h.
6920
5edd166e
ILT
6921 PR 6048
6922 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
6923 this->eh_frame_hdr_ is NULL before using it.
6924
c89ad728
ILT
6925 * dynobj.cc (Versions::Versions): Update comment.
6926
aa86f06b
ILT
6927 * dynobj.cc (Versions::Versions): If there is an soname, use it as
6928 the base version name.
6929
5778530e
ILT
6930 * stringpool.cc (Stringpool_template::add_with_length): Set key to
6931 array size plus one.
6932 (Stringpool_template::set_string_offsets): Subtract one from key
6933 before using it as an array index.
6934 (Stringpool_template::get_offset_with_length): Likewise.
6935 (Stringpool_template::write_to_buffer): Likewise.
6936 * stringpool.h (Stringpool_template::get_offset_from_key):
6937 Likewise.
6938
057ead22
ILT
69392008-07-23 Ian Lance Taylor <iant@google.com>
6940
7f649c59
ILT
6941 PR 6658
6942 * object.h (Merged_symbol_value::value): Do our best to handle a
6943 negative addend.
6944
057ead22
ILT
6945 PR 6647
6946 * script.cc (Version_script_info::get_versions): Don't add empty
6947 version tag to return value.
6948 (Version_script_info::get_symbol_version_helper): Change return
6949 type to bool. Add pversion parameter. Change all callers.
6950 (script_register_vers_node): Don't require a non-NULL tag.
6951 * script.h (class Version_script_info): Update declarations.
6952 (Version_script_info::get_symbol_version): Change return type to
6953 bool. Add version parameter. Change all callers.
6954 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
6955 handling. Handle an empty version from a version script.
6956 (Symbol_table::define_special_symbol): Likewise.
6957 * testsuite/ver_test_10.script: New file.
6958 * testsuite/ver_test_10.sh: New file.
6959 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
6960 (check_DATA): Add ver_test_10.syms.
6961 (ver_test_10.syms, ver_test_10.so): New target.
6962 * testsuite/Makefile.in: Rebuild.
6963
58e54ac2
CD
69642008-07-23 Simon Baldwin <simonb@google.com>
6965
6966 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
6967 to zero for undefined symbols from dynamic libraries.
6968
95d14cd3
ILT
69692008-07-23 Ian Lance Taylor <iant@google.com>
6970
6971 * symtab.cc (Symbol_table::resolve): Remove version parameter.
6972 Change all callers.
6973 * symtab.h (class Symbol_table): Update declaration.
6974 * testsuite/ver_test_9.cc: New file.
6975 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
6976 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
6977 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
6978 (ver_test_9.so, ver_test_9.o): New targets.
6979 * testsuite/Makefile.in: Rebuild.
6980
92de84a6
ILT
69812008-07-22 Ian Lance Taylor <iant@google.com>
6982
34810851
ILT
6983 * options.h (class General_options): Define --check-sections.
6984 * layout.cc (Layout::set_segment_offsets): Handle
6985 --check-sections.
6986
af6156ef
ILT
6987 * options.h (class General_options): Define -n/--nmagic and
6988 -N/--omagic.
6989 * options.cc (General_options::finalize): For -n/--nmagic or
6990 -N/--omagic, set -static.
6991 * layout.cc (Layout::attach_allocated_section_to_segment): If
6992 -N/--omagic, don't put read-only and read-write sections in
6993 different segments.
6994 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
6995 finding a read-only segment.
6996 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
6997 don't set the minimum segment alignment to the common page size,
6998 and don't set the file offset to the address modulo the page size.
6999 * script-sections.cc (Script_sections::create_segments): If
7000 -n/--omagic, don't put read-only and read-write sections in
7001 different segments.
7002
92de84a6
ILT
7003 * cref.cc: New file.
7004 * cref.h: New file.
7005 * options.h (class General_options): Add --print-symbol-counts.
7006 * main.cc (main): Issue defined symbol report if requested.
7007 * archive.cc (Archive::interpret_header): Make into a const member
7008 function.
7009 (Archive::add_symbols): Call Input_objects::archive_start and
7010 archive_stop.
7011 (Archive::const_iterator): Define new class.
7012 (Archive::begin, Archive::end): New functions.
7013 (Archive::include_all_members): Rewrite to use iterator.
7014 (Archive::count_members): New function.
7015 * archive.h (class Archive): Update declarations.
7016 (Archive::filename): New function.
7017 * object.cc: Include "cref.h".
7018 (Sized_relobj::Sized_relobj): Initialize defined_count_.
7019 (Sized_relobj::do_get_global_symbol_counts): New function.
7020 (Input_objects::add_object): Add object to cross-referencer.
7021 (Input_objects::archive_start): New function.
7022 (Input_objects::archive_stop): New function.
7023 (Input_objects::print_symbol_counts): New function.
7024 * object.h: Declare Cref and Archive.
7025 (Object::get_global_symbol_counts): New function.
7026 (Object::do_get_global_symbol_counts): New pure virtual function.
7027 (class Sized_relobj): Add defined_count_ field. Update
7028 declarations.
7029 (class Input_objects): Add cref_ field. Update constructor.
7030 Update declarations.
7031 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
7032 defined_count_.
7033 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
7034 symbol counts.
7035 (Sized_dynobj::do_get_global_symbol_counts): New function.
7036 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
7037 defined_count_. Update declarations. Define Symbols typedef.
7038 * symtab.cc (Symbol_table::add_from_relobj): Add defined
7039 parameter. Change all callers.
7040 (Symbol_table::add_from_dynobj): Add sympointers and defined
7041 parameters. Change all callers.
7042 * symtab.h (class Symbol_table): Update declarations.
7043 * Makefile.am (CCFILES): Add cref.cc.
7044 (HFILES): Add cref.h.
7045 * Makefile.in: Rebuild.
7046
3f7c5e1d
CD
70472008-07-22 Simon Baldwin <simonb@google.com>
7048
7049 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
7050 to zero when writing undefined symbols.
7051
e0b64032
ILT
70522008-07-22 Ian Lance Taylor <iant@google.com>
7053
7054 * output.cc (Output_section::add_input_section): Don't try to
7055 merge empty merge sections.
7056
096b02cf
CS
70572008-07-21 Craig Silverstein <csilvers@google.com>
7058
7059 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
7060 Include symbol version in error message.
cd536b21 7061
1d1f116d
CD
70622008-07-20 Chris Demetriou <cgd@google.com>
7063
cd536b21 7064 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
7065 (RANDOM_SEED_CFLAGS): New substituted variable.
7066 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
7067 * configure: Rebuild.
7068 * Makefile.in: Likewise.
7069 * testsuite/Makefile.in: Likewise.
7070
a18f591e
ILT
70712008-07-18 Ian Lance Taylor <iant@google.com>
7072
7073 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
7074 where we see NAME/NULL and NAME/VERSION as separate symbols.
7075 * testsuite/ver_test_main.cc (main): Call t4.
7076 (t4, t4_2a): Define.
7077 * testsuite/ver_test_2.cc (t4_2): Define.
7078 * testsuite/ver_test_2.script: Put t4_2a in VER2.
7079 * testsuite/ver_test_4.cc (t4_2a): Define.
7080 * testsuite/ver_test_4.script: Put t4_2a in VER2.
7081 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
7082
c6e3f6ed
ILT
70832008-07-17 Ian Lance Taylor <iant@google.com>
7084
7085 * dynobj.cc (Versions::add_def): If we give an error about a
7086 missing version, go ahead and create the version anyhow.
7087
ef9beddf
ILT
70882008-07-10 Ian Lance Taylor <iant@google.com>
7089
7090 Handle output sections with more than 0x7fffffff bytes.
7091 * object.h (class Relobj): Change map_to_output_ to
7092 output_sections_, and just keep a section pointer. Change all
7093 uses. Move comdat group support to Sized_relobj.
7094 (Relobj::is_section_specially_mapped): Remove.
7095 (Relobj::output_section): Remove poff parameter. Change all
7096 callers.
7097 (Relobj::output_section_offset): New function.
7098 (Relobj::set_section_offset): Rewrite.
7099 (Relobj::map_to_output): Remove.
7100 (Relobj::output_sections): New function.
7101 (Relobj::do_output_section_offset): New pure virtual function.
7102 (Relobj::do_set_section_offset): Likewise.
7103 (class Sized_relobj): Add section_offsets_ field. Add comdat
7104 group support from Relobj. Update declarations.
7105 (Sized_relobj::get_output_section_offset): New function.
7106 (Sized_relobj::do_output_section_offset): New function.
7107 (Sized_relobj::do_set_section_offset): New function.
7108 * object.cc (Relobj::output_section_address): Remove.
7109 (Sized_relobj::Sized_relobj): Initialize new fields.
7110 (Sized_relobj::include_section_group): Cast find_kept_object to
7111 Sized_relobj.
7112 (Sized_relobj::include_linkonce_section): Likewise.
7113 (Sized_relobj::do_layout): Use separate arrays for output section
7114 and output offset.
7115 (Sized_relobj::do_count_local_symbols): Change map_to_output to
7116 output_sections.
7117 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
7118 output_sections and section_offsets.
7119 (Sized_relobj::write_local_symbols): Likewise.
7120 (map_to_kept_section): Compute output address directly.
7121 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
7122 output_sections and section_offsets.
7123 (Sized_relobj::write_sections): Likewise.
7124 (Sized_relobj::relocate_sections): Likewise.
7125 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
7126 * output.h (class Output_reloc): Update declarations. Change
7127 u2_.relobj to Sized_relobj*.
7128 (class Output_data_reloc): Change add functions to use
7129 Sized_relobj*.
7130 * output.cc (Output_reloc::Output_reloc): Change relobj to
7131 Sized_relobj*.
7132 (Output_reloc::local_section_offset): Change return type to
7133 Elf_Addr. Use get_output_section_offset.
7134 (Output_reloc::get_address): Likewise.
7135 (Output_section::is_input_address_mapped): Don't call
7136 is_section_specially_mapped.
7137 (Output_section::output_offset): Likewise.
7138 (Output_section::output_address): Likewise.
7139 (Output_section::starting_output_address): Likewise.
7140 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
7141 parameter to Sized_relobj*.
7142 (Copy_relocs::need_copy_reloc): Likewise.
7143 (Copy_relocs::save): Likewise.
7144 * copy-relocs.h (class Copy_relocs): Update declarations.
7145 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
7146 Sized_relobj*. Change relobj_ field to Sized_relobj*.
7147 * target-reloc.h (relocate_for_relocatable): Change
7148 offset_in_output_section type to Elf_Addr. Change code that uses
7149 it as well.
7150 * layout.cc (Layout::layout): Always set *off.
7151 * mapfile.cc (Mapfile::print_input_section): Use
7152 output_section_offset.
7153 * i386.cc (Target_i386::copy_reloc): Change object parameter to
7154 Sized_relobj*.
7155 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
7156 * sparc.cc (Target_sparc::copy_reloc): Likewise.
7157 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
7158
5cb66f97
ILT
71592008-07-03 Ian Lance Taylor <iant@google.com>
7160
7161 * layout.cc (Layout::include_section): Do not discard unrecognized
7162 SHT_STRTAB sections.
7163
afe47622
CS
71642008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
7165
7166 * script.cc (Lex::can_continue_name): Make '?' allowable in
7167 version-script names.
7168 * testsuite/version_script.map: Change glob pattern to use '?'
7169
5adf9721
ILT
71702008-06-30 Manish Singh <yosh@gimp.org>
7171
7172 PR 6585
7173 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
7174 Correct typo.
7175
e6fde208
ILT
71762008-06-30 Ian Lance Taylor <iant@google.com>
7177
7178 PR 6660
7179 PR 6682
7180 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
7181 versions]: Don't try to read the value in the contents, since we
7182 don't use it. Use the template endianness when writing.
7183
3f2e6a2d
CC
71842008-06-25 Cary Coutant <ccoutant@google.com>
7185
7186 * fileread.cc (File_read::make_view): Assert on zero-length view.
7187 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
7188 symbol table when there are no symbols to read.
7189
c43d3a48
CS
71902008-06-23 Craig Silverstein <csilvers@google.com>
7191
7192 * version.cc (version_string): Bump to 1.7
7193
5f494ea0
CS
71942008-06-18 Craig Silverstein <csilvers@google.com>
7195
7196 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
7197 constant 0xFFFF to type Valtype.
7198 (Powerpc_relocate_functions::rel16_ha): Likewise.
7199
c42e122e
ILT
72002008-06-17 Ian Lance Taylor <iant@google.com>
7201
f34787f8
ILT
7202 * output.h (Output_section::Input_section): Initialize p2align_ to
7203 zero for Output_section_data constructors.
7204 (Output_section::Input_section::addralign): If not an input
7205 section, return the alignment of the Output_section_data.
7206 * testsuite/copy_test.cc: New file.
7207 * testsuite/copy_test_1.cc: New file.
7208 * testsuite/copy_test_2.cc: New file.
7209 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
7210 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
7211 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
7212 (copy_test_1_pic.o, copy_test_1.so): New targets.
7213 (copy_test_2_pic.o, copy_test_2.so): New targets.
7214 * testsuite/Makefile.in: Rebuild.
7215
c42e122e
ILT
7216 * script-sections.cc (Script_sections::place_orphan): Initialize
7217 local variable exact.
7218
ce3ac18a
DE
72192008-06-13 David Edelsohn <edelsohn@gnu.org>
7220
7221 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
7222
42cacb20
DE
72232008-06-12 David Edelsohn <edelsohn@gnu.org>
7224 David S. Miller <davem@davemloft.net>
7225
7226 * powerpc.cc: New file.
7227 * Makefile.am (TARGETSOURCES): Add powerpc.cc
7228 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
7229 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
7230 * Makefile.in: Rebuild.
7231
7b308235
ILT
72322008-06-09 Ian Lance Taylor <iant@google.com>
7233
7234 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
7235 <exception>.
7236 (throwing, orig_terminate): New static variables.
7237 (terminate_handler): New static function.
7238 (t2): Set terminate handler.
7239
f0b886e3
ILT
72402008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
7241
7242 PR 6584
cd536b21 7243 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
7244 alignment.
7245
3e90f135
CC
72462008-05-30 Cary Coutant <ccoutant@google.com>
7247
7248 * archive.cc (Archive::include_all_members) Correct to step
7249 over symbol table and extended name table in thin archives.
7250
e09ad04a
ILT
72512008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
7252
7253 PR 6407
7254 * target-reloc.h (relocate_for_relocatable): Fix new_offset
7255 calculation.
7256
62b01cb5
ILT
72572008-05-28 Caleb Howe <cshowe@google.com>
7258
7259 * reduced_debug_output.cc: New file.
7260 * reduced_debug_output.h: New file.
92de84a6 7261 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
7262 * options.cc (General_options::finalize): Add strip_debug_non_line
7263 to the strip heirarchy.
7264 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
7265 fields.
7266 * layout.cc: Include "reduced_debug_output.h".
7267 (Layout::Layout): Initialize new fields.
7268 (line_only_debug_sections): New static array.
7269 (is_lines_only_debug_sections): New static inline function.
7270 (Layout::include_section): Handle --strip-debug-non-line.
7271 (Layout::make_output_section): If --strip-debug-non-line, build
7272 new output sections for .debug_abbrev and .debug_info.
7273 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
7274 gold. Warn about possible overflow.
7275 (read_signed_LEB_128): Likewise.
7276 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
7277 (read_signed_LEB_128): Declare.
7278 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
7279 (HFILES): Add reduced_debug_output.h.
7280 * Makefile.in: Rebuild.
7281
7d9e3d98
ILT
72822008-05-21 Ian Lance Taylor <iant@google.com>
7283
7284 * mapfile.cc: New file.
7285 * mapfile.h: New file.
7286 * options.h (class General_options): Add -M/--print-map and -Map.
7287 * options.cc (General_options::finalize): Make -M equivalent to
7288 -Map -.
7289 * main.cc: Include <cstdio> and "mapfile.h".
7290 (main): Open mapfile if requested.
7291 * gold.cc (class Middle_runner): Add mapfile_ field. Update
7292 constructor. Change caller.
7293 (queue_initial_tasks): Add mapfile parameter. Change caller.
7294 (queue_middle_tasks): Likewise.
7295 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
7296 declarations.
7297 * archive.cc: Include "mapfile.h".
7298 (Archive::add_symbols): Add mapfile parameter. Change all
7299 callers. Pass mapfile, symbol, and reason to include_member.
7300 (Archive::include_all_members): Add mapfile parameter. Change all
7301 callers.
7302 (Archive::include_member): Add mapfile, sym, and why parameters.
7303 Change all callers. Report inclusion to map file.
7304 * archive.h: Include "fileread.h".
7305 (class Archive): Update declarations.
7306 (Archive::file): New const method.
7307 (class Add_archive_symbols): Add mapfile_ field. Update
7308 constructor. Change all callers.
7309 * readsyms.h (class Read_symbols): Likewise.
7310 (class Finish_group): Likewise.
7311 (class Read_script): Likewise.
7312 * common.cc: Include "mapfile.h".
7313 (Symbol_table::allocate_commons): Add mapfile parameter. Change
7314 all callers.
7315 (Symbol_table::do_allocate_commons): Likewise.
7316 (Symbol_table::do_allocate_commons_list): Likewise. Report common
7317 symbol allocation to mapfile.
7318 * common.h (class Allocate_commons_task): Add mapfile_ field.
7319 Update constructor. Change all callers.
7320 * symtab.h (class Symbol_table): Update declarations.
7321 * layout.cc: Include "mapfile.h".
7322 (Layout_task_runner::run): Print information to mapfile.
7323 (Layout::create_gold_note): Change Output_data_fixed_space to
7324 Output_data_zero_fill.
7325 (Layout::create_build_id): Likewise.
7326 (Layout::print_to_mapfile): New function.
7327 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
7328 constructor. Change caller.
7329 (class Layout): Declare print_to_mapfile.
7330 * output.cc (Output_section::Input_section::print_to_mapfile): New
7331 function.
7332 (Output_section::add_input_section): If producing a map, always
7333 add to input_sections_ list.
7334 (Output_section::do_print_to_mapfile): New function.
7335 (Output_segment::print_sections_to_mapfile): New function.
7336 (Output_segment::print_section_list_to_mapfile): New function.
7337 * output.h: Include "mapfile.h".
7338 (Output_data::print_to_mapfile): New function.
7339 (Output_data::do_print_to_mapfile): New virtual function.
7340 (Output_segment_headers::do_print_to_mapfile): New function.
7341 (Output_file_header::do_print_to_mapfile): New function.
7342 (Output_data_const::do_print_to_mapfile): New function.
7343 (class Output_data_const_buffer): Add map_name_ field. Update
7344 constructor. Change all callers. Add do_print_to_mapfile
7345 function.
7346 (class Output_data_fixed_space): Likewise.
7347 (class Output_data_space): Likewise.
7348 (class Output_data_zero_fill): New class.
7349 (Output_data_strtab::do_print_to_mapfile): New function.
7350 (Output_data_reloc_base::do_print_to_mapfile): New function.
7351 (Output_relocatable_relocs::do_print_to_mapfile): New function.
7352 (Output_data_group::do_print_to_mapfile): New function.
7353 (Output_data_got::do_print_to_mapfile): New function.
7354 (Output_data_dynamic::do_print_to_mapfile): New function.
7355 (Output_symtab_xindex::do_print_to_mapfile): New function.
7356 (class Output_section): Declare do_print_to_mapflie. Declare
7357 print_to_mapfile in Input_section.
7358 (class Output_segment): Declare new functions.
7359 * object.h (Sized_relobj::symbol_count): New function.
7360 * script-sections.cc
7361 (Output_section_element_dot_assignment::set_section_addresses):
7362 Change Output_data_fixed_space to Output_data_zero_fill.
7363 (Output_data_expression::do_print_to_mapfile): New function.
7364 * script.cc (read_input_script): Add mapfile parameter. Change
7365 all callers.
7366 * script.h (read_input_script): Update declaration.
7367 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
7368 (Eh_frame::do_print_to_mapfile): New function.
7369 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
7370 (Output_merge_string::do_print_to_mapfile): New function.
7371 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
7372 function.
7373 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
7374 function.
7375 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
7376 function.
7377 * Makefile.am (CCFILES): Add mapfile.cc.
7378 (HFILES): Add mapfile.h.
7379 * Makefile.in: Rebuild.
7380
9f1d377b
ILT
73812008-05-19 Ian Lance Taylor <iant@google.com>
7382
7383 * options.h (class General_options): Add -z relro.
7384 * layout.cc (Layout::Layout): Initialize relro_segment_.
7385 (Layout::add_output_section_data): Return the output section.
7386 (Layout::make_output_section): Rcognize relro sections and mark
7387 them appropriately.
7388 (Layout::attach_allocated_section_to_segment): Put relro sections
7389 in a PT_GNU_RELRO segment.
7390 (Layout::create_initial_dynamic_sections): Mark the .dynamic
7391 section as relro.
7392 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
7393 PT_TLS segments.
7394 (Layout::linkonce_mapping): Map d.rel.ro.local to
7395 .data.rel.ro.local.
7396 (Layout::output_section_name): Us .data.rel.ro.local for any
7397 section which begins with that.
7398 * layout.h (class Layout): Update add_output_section_data
7399 declaration. Add relro_segment_ field.
7400 * output.cc (Output_section::Output_section): Initialize is_relro_
7401 and is_relro_local_ fields.
7402 (Output_segment::add_output_section): Group relro sections.
7403 (Output_segment::is_first_section_relro): New function.
7404 (Output_segment::maximum_alignment): If there is a relro section,
7405 align the segment to the common page size.
7406 (Output_segment::set_section_addresses): Track whether we are
7407 looking at relro sections. If the last section is a relro
7408 section, align to the common page size.
7409 (Output_segment::set_section_list_addresses): Add in_relro
7410 parameter. Change all callers. Align to the page size when
7411 moving from relro to non-relro section.
7412 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
7413 segment.
7414 * output.h (class Output_section): Add is_relro_ and
7415 is_relro_local_ fields.
7416 (Output_section::is_relro): New function.
7417 (Output_section::set_is_relro): New function.
7418 (Output_section::is_relro_local): New function.
7419 (Output_section::set_is_relro_local): New function.
7420 (class Output_segment): Update declarations.
7421 * i386.cc (Target_i386::got_section): Mark .got section as relro.
7422 * sparc.cc (Target_sparc::got_section): Likewise.
7423 * x86_64.cc (Target_x86_64::got_section): Likewise.
7424 * testsuite/relro_test_main.cc: New file.
7425 * testsuite/relro_test.cc: New file.
7426 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
7427 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
7428 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
7429 (relro_test.so, relro_test_pic.o): New targets.
7430 * testsuite/Makefile.in: Rebuild.
7431
a984ee1d
ILT
74322008-05-16 Ian Lance Taylor <iant@google.com>
7433
01676dcd
ILT
7434 * output.cc (Output_segment::add_output_section): Remove front
7435 parameter.
7436 * output.h (class Output_segment): Remove
7437 add_initial_output_section and overloaded add_output_section.
7438 Update declaration of remaining add_output_section.
7439 * layout.cc (Layout::create_interp): Call add_output_section
7440 rather than add_initial_output_section.
7441 (Layout::finish_dynamic_section): Likewise.
7442
497897f9
ILT
7443 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
7444 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
7445 know the dynamic type.
7446 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
7447 field. Initialize it in constructor.
7448 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
7449 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
7450 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
7451 reloc.
7452
a984ee1d
ILT
7453 * output.cc (Output_reloc::get_address): Change return type to
7454 Elf_Addr.
7455 * output.h (class Output_reloc): Update get_address declaration.
7456 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
7457 for section addresses.
7458
55ba0940
ILT
74592008-05-09 Ian Lance Taylor <iant@google.com>
7460
7461 PR 6493
7462 * gold.cc (gold_nomem): Use return value of write.
7463
75517b77
ILT
74642008-05-08 Ian Lance Taylor <iant@google.com>
7465
7466 * symtab.c (Symbol::init_base_output_data): Add version
7467 parameter. Change all callers.
7468 (Symbol::init_base_output_segment): Likewise.
7469 (Symbol::init_base_constant): Likewise.
7470 (Symbol::init_base_undefined): Likewise.
7471 (Sized_symbol::init_output_data): Likewise.
7472 (Sized_symbol::init_output_segment): Likewise.
7473 (Sized_symbol::init_constant): Likewise.
7474 (Sized_symbol::init_undefined): Likewise.
7475 (Symbol_table::do_define_in_output_data): If the new symbol has a
7476 version, mark it as the default.
7477 (Symbol_table::do_define_in_output_segment): Likewise.
7478 (Symbol_table::do_define_as_constant): Likewise.
7479 * symtab.h (class Symbol): Update declarations.
7480 (class Sized_symbol): Likewise.
7481 * resolve.cc (Symbol::override_version): New function.
c42e122e 7482 (Symbol::override_base): Call override_version.
75517b77
ILT
7483 (Symbol::override_base_with_special): Likewise.
7484 * testsuite/ver_script_8.script: New file.
7485 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
7486 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
7487 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
7488 (ver_test_8_1.so, ver_test_8_2.so): New targets.
7489
f1f70eae
ILT
74902008-05-06 Ian Lance Taylor <iant@google.com>
7491
f3e9c5c5
ILT
7492 PR 6049
7493 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
7494 functions.
7495 (class General_options): Remove existing --undefined, and add
7496 --no-undefined instead. Add new --undefined as synonym for -u.
7497 * archive.cc (Archive::add_symbols): Check whether symbol was
7498 named with -u.
7499 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
7500 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
7501 all uses. Add IS_UNDEFINED. Update declarations to split
7502 different versions of init_base. Declare init_base_undefined.
7503 (Symbol::is_defined): Handle IS_UNDEFINED.
7504 (Symbol::is_undefined): Likewise.
7505 (Symbol::is_weak_undefined): Call is_undefined.
7506 (Symbol::is_absolute): Handle IS_CONSTANT.
7507 (class Sized_symbol): Update declarations to split different
7508 versions of init. Declare init_undefined.
7509 (class Symbol_table): Declare new functions.
7510 * symtab.cc (Symbol::init_base_object): Rename from init_base.
7511 Change all callers.
7512 (Symbol::init_base_output_data): Likewise.
7513 (Symbol::init_base_output_segment): Likewise.
7514 (Symbol::init_base_constant): Likewise.
7515 (Symbol::init_base_undefined): New function.
7516 (Sized_symbol::init_object): Rename from init. Change all
7517 callers.
7518 (Sized_symbol::init_output_data): Likewise.
7519 (Sized_symbol::init_output_segment): Likewise.
7520 (Sized_symbol::init_constant): Likewise.
7521 (Sized_symbol::init_undefined): New function.
7522 (Symbol_table::add_undefined_symbols_from_command_line): New
7523 function.
7524 (Symbol_table::do_add_undefined_symbols_from_command_line): New
7525 function.
7526 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
7527 (Symbol::output_section): Likewise.
7528 (Symbol::set_output_section): Likewise.
7529 (Symbol_table::sized_finalize_symbol): Likewise.
7530 (Symbol_table::sized_write_globals): Likewise.
7531 * resolve.cc (Symbol_table::should_override): Likewise.
7532 (Symbol::override_base_with_special): Likewise.
7533
8bdcdf2c
ILT
7534 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
7535 symbol, change it to have default visibility.
7536 * testsuite/protected_1.cc: New file.
7537 * testsuite/protected_2.cc: New file.
7538 * testsuite/protected_3.cc: New file.
7539 * testsuite/protected_main_1.cc: New file.
7540 * testsuite/protected_main_2.cc: New file.
7541 * testsuite/protected_main_3.cc: New file.
7542 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
7543 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
7544 (protected_1_LDFLAGS, protected_1_LDADD): Define.
7545 (protected_1.so): New target.
7546 (protected_1_pic.o, protected_2_pic.o): New targets.
7547 (protected_3_pic.o): New target.
7548 (check_PROGRAMS): Add protected_2.
7549 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
7550 (protected_2_LDFLAGS, protected_2_LDADD): Define.
7551 * testsuite/Makefile.in: Rebuild.
7552
2b706932
ILT
7553 * options.h (DEFINE_var): Add set_user_set_##varname__.
7554 (DEFINE_bool_alias): New macro.
7555 (class General_options): Define -Bstatic using DEFINE_bool_alias
7556 rather than DEFINE_special. Add --undefined as an alias for -z
7557 defs.
7558 * options.cc (General_options::parse_Bstatic): Remove.
7559
d82a5bcc
ILT
7560 * options.h (class General_options): Add --fatal-warnings.
7561 * main.cc (main): Implement --fatal-warnings.
7562 * errors.h (Errors::warning_count): New function.
7563
f1f70eae
ILT
7564 * options.h (class General_options): Add -Bsymbolic-functions.
7565 * symtab.h (Symbol::is_preemptible): Check for
7566 -Bsymbolic-functions.
7567
8825ac63
ILT
75682008-05-05 Ian Lance Taylor <iant@google.com>
7569
d98bc257
ILT
7570 * options.h (DEFINE_bool): For DASH_Z, create the negative option
7571 as noVARNAME rather than no-VARNAME.
7572 (class General_options): Add option -z combreloc.
7573 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
7574 get_address.
7575 (Output_reloc::sort_before) [SHT_REL]: New function.
7576 (Output_reloc::sort_before) [SHT_RELA]: New function.
7577 (class Output_data_reloc_base): Add sort_relocs_ field. Define
7578 Sort_relocs_comparison.
7579 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
7580 parameter. Change all callers.
7581 (Output_data_reloc::Output_data_reloc) [both versions]: Add
7582 sort_relocs parameter. Change all callers.
7583 * output.cc (Output_reloc::get_address): New function, broken out
7584 of write_rel.
7585 (Output_reloc::write_rel): Call it.
7586 (Output_reloc::compare): New function.
7587 (Output_data_reloc_base::do_write): Optionally sort relocs.
7588
60b2b4e7
ILT
7589 * configure.ac: If targ_extra_obj is set, link it in.
7590 * configure.tgt: Initialize all variables.
7591 (x86_64*): Set targ_extra_obj and targ_extra_size.
7592 * configure: Rebuild.
7593
8825ac63
ILT
7594 * object.cc (Sized_relobj::include_section_group): Adjust section
7595 indexes read from group data. Build vector to pass to
7596 layout_group.
7597 * layout.cc (Layout::layout_group): Add flags and shndxes
7598 parameters. Remove contents parameter. Change caller. Update
7599 explicit instantiations.
7600 * layout.h (class Layout): Update layout_group declaration.
7601 * output.cc (Output_data_group::Output_data_group): Add flags and
7602 input_shndxes parameters. Remove contents parameter. Change
7603 caller.
7604 (Output_data_group::do_write): Change input_sections_ to
7605 input_shndxes_.
7606 * output.h (class Output_data_group): Update constructor
7607 declaration. Rename input_sections_ to input_shndxes_.
7608 * testsuite/many_sections_test.cc: Add template.
7609
e94cf127
CC
76102008-04-30 Cary Coutant <ccoutant@google.com>
7611
4418b2d5
CC
7612 * target-reloc.h (relocate_section): Fix dead-pointer bug.
7613
e94cf127
CC
7614 * layout.cc (Layout::include_section): Refactored check for debug
7615 info section.
7616 (Layout::add_comdat): Add new parameters. Change type
7617 of signature parameter. Add object and shndx to signatures table.
7618 (Layout::find_kept_object): New function.
7619 * layout.h: Include <cstring>.
7620 (Layout::is_debug_info_section): New function.
7621 (Layout::add_comdat): Add new parameters.
7622 (Layout::find_kept_object): New function.
7623 (Layout::Kept_section): New struct.
7624 (Layout::Signatures): Change type of map range.
7625 * object.cc (Relobj::output_section_address): New function.
7626 (Sized_relobj::include_section_group): Add new parameters. Change
7627 calls to Layout::add_comdat. Change to build table of kept comdat
7628 groups and table mapping discarded sections to kept sections.
7629 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
7630 (Sized_relobj::do_layout): Change calls to include_section_group and
7631 include_linkonce_section.
7632 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
7633 value to zero when section is discarded.
7634 (Sized_relobj::map_to_kept_section): New function.
7635 * object.h (Relobj::output_section_address): New function.
7636 (Relobj::Comdat_group): New type.
7637 (Relobj::find_comdat_group): New function.
7638 (Relobj::Comdat_group_table): New type.
7639 (Relobj::Kept_comdat_section): New type.
7640 (Relobj::Kept_comdat_section_table): New type.
7641 (Relobj::add_comdat_group): New function.
7642 (Relobj::set_kept_comdat_section): New function.
7643 (Relobj::get_kept_comdat_section): New function.
7644 (Relobj::comdat_groups_): New field.
7645 (Relobj::kept_comdat_sections_): New field.
7646 (Symbol_value::input_value): Update comment.
7647 (Sized_relobj::map_to_kept_section) New function.
7648 (Sized_relobj::include_linkonce_section): Add new parameter.
7649 * target-reloc.h (Comdat_behavior): New type.
7650 (get_comdat_behavior): New function.
7651 (relocate_section): Add code to map a discarded section to the
7652 corresponding kept section when applying a relocation.
7653
e4e5049b
CS
76542008-04-30 Craig Silverstein <csilvers@google.com>
7655
7656 * dwarf_reader.cc (next_generation_count): New static var.
7657 (Addr2line_cache_entry): New struct.
7658 (addr2line_cache): New static var.
7659 (Dwarf_line_info::one_addr2line): Added caching.
7660 (Dwarf_line_info::clear_addr2line_cache): New function.
7661 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
7662 cache-size parameter.
7663 (Dwarf_line_info::one_addr2line_cache): New function.
7664 * symtab.cc (Symbol_table::detect_odr_violations): Pass
7665 new cache-size argument to one_addr2line(), and clear cache.
7666
d09e9154
CC
76672008-04-28 Cary Coutant <ccoutant@google.com>
7668
7669 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
7670 R_386_PC8 relocations.
7671
7ef73768
ILT
76722008-04-23 Ian Lance Taylor <iant@google.com>
7673
55438702
ILT
7674 * object.cc (Sized_relobj::include_section_group): Check for
7675 invalid section group.
7676
c165fb93
ILT
7677 * object.cc (make_elf_object): Correct test for 64-bit ELF file
7678 header size.
7679
7ef73768
ILT
7680 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
7681 than read for file header.
7682 * archive.cc (Archive::include_member): Likewise.
7683
6194aaab
L
76842008-04-23 Paolo Bonzini <bonzini@gnu.org>
7685
7686 * aclocal.m4: Regenerate.
7687 * configure: Regenerate.
7688
d491d34e
ILT
76892008-04-19 Ian Lance Taylor <iant@google.com>
7690
5ea2bac6
ILT
7691 * version.cc (version_string): Bump to 1.6.
7692
7bc3e21a
ILT
7693 * testsuite/Makefile.am (many_sections_r_test): New target.
7694 (many_sections_r_test_SOURCES): Remove.
7695 (many_sections_r_test_DEPENDENCIES): Remove.
7696 (many_sections_r_test_LDFLAGS): Remove.
7697 (many_sections_r_test_LDADD): Remove.
7698
7fcd3aa9
ILT
7699 * object.cc (Sized_relobj::do_add_symbols): Always pass
7700 local_symbol_count_ to add_from_relobj.
7701
4c94d6ae
ILT
7702 * testsuite/Makefile.am (many_sections_check.h): Only check one in
7703 every thousand variables.
7704 * testsuite/Makefile.in: Rebuild.
7705
d491d34e
ILT
7706 * object.cc (Xindex::initialize_symtab_xindex): New function.
7707 (Xindex::read_symtab_xindex): New function.
7708 (Xindex::sym_xindex_to_shndx): New function.
7709 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
7710 available.
7711 (Sized_relobj::do_initialize_xindex): New function.
7712 (Sized_relobj::do_read_symbols): Adjust section links.
7713 (Sized_relobj::symbol_section_and_value): Add is_ordinary
7714 parameter. Change all callers.
7715 (Sized_relobj::include_section_group): Adjust section links and
7716 symbol section indexes.
7717 (Sized_relobj::do_layout): Adjust section links.
7718 (Sized_relobj::do_count_local_symbols): Adjust section links and
7719 symbol section indexes.
7720 (Sized_relobj::do_finalize_local_symbols): Distinguish between
7721 ordinary and special symbols.
7722 (Sized_relobj::write_local_symbols): Add symtab_xindex and
7723 dynsym_xindex parameters. Change all callers. Adjust section
7724 links. Use SHN_XINDEX when needed.
7725 (Sized_relobj::get_symbol_location_info): Adjust section links.
7726 Don't get fooled by special symbols.
7727 * object.h (class Xindex): Define.
7728 (class Object): Add xindex_ parameter. Declare virtual functoin
7729 do_initialize_xindex.
7730 (Object::adjust_sym_shndx): New function.
7731 (Object::set_xindex): New protected function.
7732 (class Symbol_value): Add is_ordinary_shndx_ field.
7733 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
7734 (Symbol_value::value): Assert ordinary section.
7735 (Symbol_value::initialize_input_to_output_map): Likewise.
7736 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
7737 Change all callers.
7738 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
7739 all callers.
7740 (class Sized_relobj): Update declarations.
7741 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
7742 parameter. Change all callers.
7743 (Sized_relobj::adjust_shndx): New function.
7744 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
7745 field.
7746 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
7747 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
7748 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
7749 (Sized_dynobj::read_dynsym_section): Adjust section links.
7750 (Sized_dynobj::read_dynamic): Likewise.
7751 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
7752 section links.
7753 (Sized_dynobj::do_initialize_xindex): New function.
7754 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
7755 do_initialize_xindex.
7756 (Sized_dynobj::adjust_shndx): New function.
7757 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
7758 dynsym_xindex_ fields.
7759 (Layout::finalize): Add a call to set_section_indexes before
7760 creating the symtab sections.
7761 (Layout::set_section_indexes): Don't do anything if the section
7762 already has a section index.
7763 (Layout::create_symtab_sections): Add shnum parameter. Change
7764 caller. Create .symtab_shndx section if needed.
7765 (Layout::create_shdrs): Add shstrtab_section parameter. Change
7766 caller.
7767 (Layout::allocated_output_section_count): New function.
7768 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
7769 needed.
7770 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
7771 fields. Update declarations.
7772 (Layout::symtab_xindex): New function.
7773 (Layout::dynsym_xindex): New function.
7774 (class Write_symbols_task): Add layout_ field.
7775 (Write_symbols_task::Write_symbols_task): Add layout parameter.
7776 Change caller.
7777 * output.cc (Output_section_headers::Output_section_headers): Add
7778 shstrtab_section parameter. Change all callers.
7779 (Output_section_headers::do_sized_write): Store overflow values
7780 for section count and section string table section index in
7781 section header zero.
7782 (Output_file_header::do_sized_write): Check for overflow of
7783 section count and section string table section index.
7784 (Output_symtab_xindex::do_write): New function.
7785 (Output_symtab_xindex::endian_do_write): New function.
7786 * output.h (class Output_section_headers): Add shstrtab_section_.
7787 Update declarations.
7788 (class Output_symtab_xindex): Define.
7789 (Output_section::has_out_shndx): New function.
7790 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
7791 field.
7792 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
7793 Change all callers.
7794 (Sized_symbol::init): Likewise.
7795 (Symbol::output_section): Check for ordinary symbol.
7796 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
7797 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
7798 callers.
7799 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
7800 Change all callers. Simplify handling of symbols from sections
7801 not included in the link.
7802 (Symbol_table::add_from_dynobj): Handle ordinary symbol
7803 distinction.
7804 (Weak_alias_sorter::operator()): Assert that symbols are
7805 ordinary.
7806 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
7807 distinction.
7808 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
7809 parameters. Change all callers.
7810 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
7811 symbol distinction. Use SHN_XINDEX when needed.
7812 (Symbol_table::write_section_symbol): Add symtab_xindex
7813 parameter. Change all callers.
7814 (Symbol_table::sized_write_section_symbol): Likewise. Use
7815 SHN_XINDEX when needed.
7816 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
7817 declarations.
7818 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
7819 (Symbol::is_defined): Check is_ordinary.
7820 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
7821 (Symbol::is_absolute, Symbol::is_common): Likewise.
7822 (class Sized_symbol): Update declarations.
7823 (class Symbol_table): Update declarations.
7824 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
7825 parameters. Change all callers.
7826 (Sized_symbol::override): Likewise.
7827 (Symbol_table::override): Likewise.
7828 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
7829 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
7830 is_ordinary, and orig_st_shndx parameters. Change all callers.
7831 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
7832 to be in an ordinary section.
7833 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
7834 object and is_ordinary parameters. Change all callers.
7835 (Sized_dwarf_line_info::read_relocs): Add object parameter.
7836 Change all callers. Don't add undefined or non-ordinary symbols
7837 to reloc_map_.
7838 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
7839 Change all callers.
7840 * dwarf_reader.h (class Sized_dwarf_line_info): Update
7841 declarations.
7842 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
7843 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
7844 (Sized_relobj::relocate_sections): Likewise.
7845 * target-reloc.h (scan_relocs): Adjust section symbol index.
7846 (scan_relocatable_relocs): Likewise.
7847 * i386.cc (Scan::local): Check for ordinary symbols.
7848 * sparc.cc (Scan::local): Likewise.
7849 * x86_64.cc (Scan::local): Likewise.
7850 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
7851 to symbol_section_and_value.
7852 * testsuite/many_sections_test.cc: New file.
7853 * testsuite/Makefile.am (BUILT_SOURCES): Define.
7854 (check_PROGRAMS): Add many_sections_test.
7855 (many_sections_test_SOURCES): Define.
7856 (many_sections_test_DEPENDENCIES): Define.
7857 (many_sections_test_LDFLAGS): Define.
7858 (BUILT_SOURCES): Add many_sections_define.h.
7859 (many_sections_define.h): New target.
7860 (BUILT_SOURCES): Add many_sections_check.h.
7861 (many_sections_check.h): New target.
7862 (check_PROGRAMS): Add many_sections_r_test.
7863 (many_sections_r_test_SOURCES): Define.
7864 (many_sections_r_test_DEPENDENCIES): Define.
7865 (many_sections_r_test_LDFLAGS): Define.
7866 (many_sections_r_test_LDADD): Define.
7867 (many_sections_r_test.o): New target.
7868 * testsuite/Makefile.in: Rebuild.
7869
c5818ff1
CC
78702008-04-17 Cary Coutant <ccoutant@google.com>
7871
7872 * errors.cc (Errors::info): New function.
7873 (gold_info): New function.
7874 * errors.h (Errors::info): New function.
7875 * gold.h (gold_info): New function.
7876 * object.cc (Input_objects::add_object): Print trace output.
7877 * options.cc (options::parse_set): New function.
7878 (General_options::parse_wrap): Deleted.
7879 (General_options::General_options): Deleted initializer.
7880 * options.h (options::String_set): New typedef.
7881 (options::parse_set): New function.
7882 (DEFINE_set): New macro.
7883 (General_options::wrap): Changed to use DEFINE_set. Changed
7884 callers of any_wrap_symbols and is_wrap_symbol.
7885 (General_options::trace, General_options::trace_symbol):
7886 New options.
7887 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
7888 (General_options::wrap_symbols_): Deleted.
7889 * symtab.cc (Symbol_table::add_from_object): Print trace output.
7890
b5be4a7c
DM
78912008-04-17 David S. Miller <davem@davemloft.net>
7892
7893 * options.cc (General_options::parse_V): New function.
7894 * options.h: Add entries for -V and -Qy.
7895
155a0dd7
ILT
78962008-04-17 Ian Lance Taylor <iant@google.com>
7897
7898 * common.cc (Symbol_table::allocate_commons): Remove options
7899 parameter. Change caller.
7900 (Symbol_table::do_allocate_commons): Remove options parameter.
7901 Change caller. Just call do_allocate_commons_list twice.
7902 (Symbol_table::do_allocate_commons_list): New function, broken out
7903 of do_allocate_commons.
7904 * common.h (class Allocate_commons_task): Remove options_ field.
7905 Update constructor.
7906 * symtab.cc (Symbol_table::Symbol_table): Initialize
7907 tls_commons_.
7908 (Symbol_table::add_from_object): Put TLS common symbols on
7909 tls_commons_ list.
7910 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
7911 which are IN_OUTPUT_DATA.
7912 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
7913 allocate_commons and do_allocate_commons declarations. Declare
7914 do_allocate_commons_list.
7915 * gold.cc (queue_middle_tasks): Update creation of
7916 Allocate_commons_task to not pass options.
7917 * testsuite/Makefile.am (INCLUDES): Add -I.. .
7918 (TLS_TEST_C_FLAGS): New variable.
7919 (tls_test_c_pic.o): New target.
7920 (tls_test_shared.so): Link in tls_test_c_pic.o.
7921 (tls_test_c_pic_ie.o): New target.
7922 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
7923 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
7924 (tls_test_c.o): New target.
7925 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
7926 (tls_pic_test_LDADD): Likewise.
7927 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
7928 (tls_shared_gd_to_ie_test_LDADD): Likewise.
7929 (tls_test_c_gnu2.o): New target.
7930 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
7931 tls_test_c_gnu2.o.
7932 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
7933 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
7934 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
7935 * testsuite/tls_test.cc: Include "config.h".
7936 (t_last): Call t11_last.
7937 * testsuite/tls_test.h (t11, t11_last): Declare.
7938 * testsuite/tls_test_c.c: New file.
7939 * testsuite/tls_test_main.cc (thread_routine): Call t11.
7940 * configure.ac: Check for OpenMP support.
7941 * configure, config.in, Makefile.in: Rebuild.
7942 * testsuite/Makefile.in: Rebuild.
7943
edfbb029
CC
79442008-04-16 Cary Coutant <ccoutant@google.com>
7945
7946 * i386.cc (Target_i386::define_tls_base_symbol): New function.
7947 (Target_i386::tls_base_symbol_defined_): New field.
7948 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
7949 (Target_i386::Scan::global): Likewise.
7950 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
7951 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
7952 (Target_x86_64::tls_base_symbol_defined_): New field.
7953 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
7954 (Target_x86_64::Scan::global): Likewise.
7955
f3c69fca
CC
79562008-04-16 Cary Coutant <ccoutant@google.com>
7957
7958 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
7959 (Symbol::needs_plt_entry): Allow weak undefined symbols.
7960 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
7961 building shared libraries.
7962 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
7963 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
7964 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
7965 * testsuite/Makefile.in: Rebuild.
7966 * testsuite/weak_undef.h: New file.
7967 * testsuite/weak_undef_file1.cc: Add extra test cases.
7968 * testsuite/weak_undef_file2.cc: Likewise.
7969 * testsuite/weak_undef_test.cc: Likewise.
7970
7c414435
DM
79712008-04-16 David S. Miller <davem@davemloft.net>
7972
32b769e1
DM
7973 * sparc.cc (Target_sparc::Scan): Change from struct to class.
7974 Add issued_non_pic_error_ field. Declare check_non_pic.
7975 (Target_sparc::Scan::check_non_pic): New function.
7976 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
7977 (Target_sparc::Scan::global): Likewise.
7978
11936fb1
DM
7979 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
7980 * configure: Rebuild.
7981
7c414435
DM
7982 * options.h (DEFINE_enable): New macro.
7983 (new_dtags): New enable option.
7984 (initfirst, interpose, loadfltr, nodefaultlib,
7985 nodelete, nodlopen, nodump): New -z options.
7986 * layout.cc (Layout:finish_dynamic_section): If new
7987 dtags enabled, emit DT_RUNPATH. Also, emit a
7988 DT_FLAGS_1 containing any specified -z flags.
7989
85c7bf8b
ILT
79902008-04-16 Ian Lance Taylor <iant@google.com>
7991
12c0daef
ILT
7992 * copy-relocs.cc: New file.
7993 * copy-relocs.h: New file.
7994 * reloc.cc: Remove Copy_relocs code.
7995 * reloc.h: Likewise.
7996 * reloc-types.h (struct Reloc_types) [both versions]: Add
7997 get_reloc_addend_noerror.
7998 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
7999 variants of add_global which take an addend which must be zero.
8000 * i386.cc: Include "copy-relocs.h".
8001 (class Target_i386): Change type of copy_relocs_ to variable,
8002 update initializer.
8003 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
8004 Change all callers.
8005 (Target_i386::do_finalize_sections): Change handling of
8006 copy_relocs_.
8007 * sparc.cc: Include "copy-relocs.h".
8008 (class Target_sparc): Change type of copy_relocs_ to variable,
8009 update initializer.
8010 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
8011 Change all callers.
8012 (Target_sparc::do_finalize_sections): Change handling of
8013 copy_relocs_.
8014 * x86_64.cc: Include "copy-relocs.h".
8015 (class Target_x86_64): Change type of copy_relocs_ to variable,
8016 update initializer.
8017 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
8018 class. Change all callers.
8019 (Target_x86_64::do_finalize_sections): Change handling of
8020 copy_relocs_.
8021 * Makefile.am (CCFILES): Add copy-relocs.cc.
8022 (HFILES): Add copy-relocs.h.
8023
4f4995b6
ILT
8024 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
8025
85c7bf8b
ILT
8026 * testsuite/script_test_4.sh: Permit leading zeroes.
8027
4f2a9edd
ILT
80282008-04-15 Ian Lance Taylor <iant@google.com>
8029
e6188289
ILT
8030 * script-sections.cc (Script_sections::create_segments): Use
8031 header_size_adjustment even when there is enough room for the
8032 headers.
8033 * testsuite/script_test_4.sh: New file.
8034 * testsuite/script_test_4.t: New file.
8035 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
8036 (check_DATA): Add script_test_4.stdout.
8037 (MOSTLYCLEANFILES): Likewise.
8038 (script_test_4): New target.
8039 (script_test_4.stdout): New target.
8040 * testsuite/Makefile.in: Rebuild.
8041
4f2a9edd
ILT
8042 * sparc.cc: Add definitions for Output_data_plt_sparc class
8043 constants.
8044
f5314dd5
DM
80452008-04-14 David S. Miller <davem@davemloft.net>
8046
8047 * sparc.cc: New file.
8048 * Makefile.am (TARGETSOURCES): Add sparc.cc
8049 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
8050 * configure.tgt: Document targ_extra_size and
8051 targ_extra_big_endian. Add entries for sparc-* and
8052 sparc64-*.
8053 * configure.ac: Handle targ_extra_size and
8054 targ_extra_big_endian.
8055 * Makefile.in: Rebuild.
8056 * configure: Likewise.
8057 * po/POTFILES.in: Likewise.
8058 * po/gold.pot: Likewise.
8059
154e0e9a
ILT
80602008-04-14 Ian Lance Taylor <iant@google.com>
8061
8062 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
8063 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
8064 in the name/type/flags to section mapping. Don't call
8065 allocate_output_section.
8066 (Layout::choose_output_section): Change parameter from adjust_name
8067 to is_input_section. Don't permit input sections after sections
8068 are attached to segments. Don't call allocate_output_section.
8069 (Layout::layout_eh_frame): Call update_flags_for_input_section,
8070 not write_enable_output_section.
8071 (Layout::make_output_section): Don't push to
8072 unattached_section_list_ nor call attach_to_segment. Call
8073 attach_section_to_segment if sections are attached.
8074 (Layout::attach_sections_to_segments): New function.
8075 (Layout::attach_section_to_segment): New function.
8076 (Layout::attach_allocated_section_to_segment): Rename from
8077 attach_to_segment. Remove flags parameter.
8078 (Layout::allocate_output_section): Remove function.
8079 (Layout::write_enable_output_section): Remove function.
8080 * layout.h (class Layout): Update for above changes. Add new
8081 field sections_are_attached_.
8082 * output.h (Output_section::update_flags_for_input_section): New
8083 function.
8084 * output.cc (Output_section::add_input_section): Call
8085 update_flags_for_input_section.
8086 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
8087
009a67a2
CC
80882008-04-11 Cary Coutant <ccoutant@google.com>
8089
8090 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
8091 thought unnecessary.
8092 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
8093
759b1a24
ILT
80942008-04-11 Ian Lance Taylor <iant@google.com>
8095
8096 * output.h (class Output_section_data): Remove inline definition
8097 of set_addralign.
8098 * output.cc (Output_section_data::set_addralign): New function.
8099
c2b45e22
CC
81002008-04-11 Cary Coutant <ccoutant@google.com>
8101
8102 Add support for TLS descriptors for i386 and x86_64.
8103 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
8104 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
8105 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
8106 GOT_TYPE_TLS_DESC.
8107 (Target_i386::got_mod_index_entry): Remove unnecessary code.
8108 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
8109 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
8110 relocations.
8111 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
8112 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
8113 Fix problem with initial-exec relocations.
8114 (Target_i386::Relocate::relocate_tls): Likewise.
8115 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
8116 relaxation.
8117 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
8118 support for section-plus-offset dynamic table entries.
8119 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
8120 (Output_data_dynamic::Dynamic_entry): Add support for
8121 section-plus-offset dynamic table entries.
8122 (Output_data_dynamic::Classification): Likewise.
8123 (Output_data_dynamic::classification_): Renamed offset_.
8124 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
8125 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
8126 (Target_x86_64::make_plt_section): New function.
8127 (Target_x86_64::reserve_tlsdesc_entries): New function.
8128 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
8129 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
8130 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
8131 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
8132 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
8133 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
8134 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
8135 add extra PLT entry for TLS descriptors.
8136 (Output_data_plt_x86_64::got_): New field.
8137 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
8138 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
8139 fields.
8140 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
8141 descriptors.
8142 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
8143 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
8144 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
8145 R_386_TLS_DESC_CALL relocations.
8146 (Target_x86_64::Scan::global): Likewise.
8147 (Target_x86_64::do_finalize_sections): Add dynamic table entries
8148 for TLS descriptors.
8149 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
8150 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
8151 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
8152 GD-to-IE relaxation.
8153 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
8154 and TLS_DESCRIPTORS.
8155 * Makefile.in: Rebuild.
8156 * configure: Rebuild.
8157 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
8158 (tls_test_shared2.so): New target.
8159 (tls_shared_gd_to_ie_test_SOURCES): New variable.
8160 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
8161 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
8162 (tls_shared_gd_to_ie_test_LDADD): New variable.
8163 (tls_shared_gnu2_gd_to_ie_test): New target.
8164 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
8165 New targets.
8166 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
8167 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
8168 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
8169 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
8170 (tls_shared_gnu2_test): New target.
8171 (tls_test_gnu2_shared.so): New target.
8172 (tls_shared_gnu2_test_SOURCES): New variable.
8173 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
8174 (tls_shared_gnu2_test_LDFLAGS): New variable.
8175 (tls_shared_gnu2_test_LDADD): New variable.
8176 * testsuite/Makefile.in: Rebuild.
8177 * testsuite/Makefile.
8178
83bfb6b7
ILT
81792008-04-11 Ian Lance Taylor <iant@google.com>
8180
8181 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
8182 justsyms.t.
8183 * testsuite/Makefile.in: Rebuild.
8184
8185 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
8186 long.
8187 * testsuite/script_test_2.cc (main): Adjust test.
8188
706e1f5e
ILT
81892008-04-11 David S. Miller <davem@davemloft.net>
8190 Ian Lance Taylor <iant@google.com>
8191
8192 * options.h (General_options): Add entries for '-Y' and
8193 '-relax'.
8194 * options.cc (General_options:finalize): If -Y was used, add those
8195 entries to the library path instead of the default "/lib" and
8196 "/usr/lib".
8197
7c98e6bb
DM
81982008-04-11 David S. Miller <davem@davemloft.net>
8199
8200 * testsuite/justsyms.t: Start at 0x100.
8201 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
8202 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
8203 long.
8204 * testsuite/script_test_2.cc: Adjust string and section length
8205 checks.
7c98e6bb 8206
99a37bfd
ILT
82072008-04-09 Ian Lance Taylor <iant@google.com>
8208
2cefc357
ILT
8209 PR gold/5996
8210 * script-sections.cc (Sections_element::allocate_to_segment): Add
8211 orphan parameter.
8212 (Output_section_definition::allocate_to_segment): Likewise.
8213 (Orphan_output_section::allocate_to_segment): Likewise.
8214 (Script_sections::attach_sections_using_phdrs_clause): Don't
8215 propagate non-PT_LOAD segments to orphan sections.
8216 * testsuite/Makefile.am (script_test_3.stdout): Generate using
8217 readelf rather than objdump.
8218 * testsuite/script_test_3.sh: Adjust accordingly. Test that
8219 .interp section and PT_INTERP segment are the same size.
8220 * testsuite/Makefile.in: Rebuild.
8221
99a37bfd
ILT
8222 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
8223 aliases for symbols defined in the same object.
8224 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
8225 (weak_alias_test_SOURCES): New variable.
8226 (weak_alias_test_DEPENDENCIES): New variable.
8227 (weak_alias_test_LDFLAGS): New variable.
8228 (weak_alias_test_LDADD): New variable.
8229 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
8230 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
8231 (weak_alias_test_3.o): New target.
8232 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
8233 * testsuite/weak_alias_test_main.cc: New file.
8234 * testsuite/weak_alias_test_1.cc: New file.
8235 * testsuite/weak_alias_test_2.cc: New file.
8236 * testsuite/weak_alias_test_3.cc: New file.
8237
780e49c5
ILT
82382008-04-08 Ian Lance Taylor <iant@google.com>
8239
cdb0b8f5
ILT
8240 * options.h (class General_options): Add --noinhibit-exec option.
8241 * main.cc (main): Check --noinhibit-exec.
8242
0864d551
ILT
8243 * options.h (class General_options): Define --wrap as a special
8244 option. Add wrap_symbols_ field.
8245 (General_options::any_wrap_symbols): New function.
8246 (General_options::is_wrap_symbol): New function.
8247 * options.cc (General_options::parse_wrap): New function.
8248 (General_options::General_options): Initialize wrap_symbols_.
8249 * symtab.cc (Symbol_table::wrap_symbol): New function.
8250 (Symbol_table::add_from_object): Handle --wrap.
8251 * symtab.h (class Symbol_table): Declare wrap_symbol.
8252 * target.h (Target::wrap_char): New function.
8253 (Target::Target_info): Add wrap_char field.
8254 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
8255 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
8256 * testsuite/testfile.cc (Target_test::test_target_info):
8257 Likewise.
8258
789aa6de
ILT
8259 * errors.cc (Errors::undefined_symbol): Mention symbol version if
8260 there is one.
8261
2c38906f
ILT
8262 * layout.h (class Layout): Add added_eh_frame_data_ field.
8263 * layout.cc (Layout::Layout): Initialize new field.
8264 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
8265 output section until we find a section we merged successfully.
8266 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
8267 that the size be non-zero.
8268
780e49c5
ILT
8269 * merge.cc (Object_merge_map::get_output_offset): Remove inline
8270 qualifier.
8271
7fcd0256
ILT
82722008-04-08 Craig Silverstein <csilvers@google.com>
8273
8274 * configure.ac: Export new conditional variable HAVE_ZLIB.
8275 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
8276 on HAVE_ZLIB.
8277 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
8278 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
8279
6835af53
ILT
82802008-04-07 Ian Lance Taylor <iant@google.com>
8281
e24f324c
ILT
8282 * version.cc (version_string): Set to "1.5".
8283
a036edd8
ILT
8284 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
8285 Add issued_non_pic_error_ field. Declare check_non_pic.
8286 (Target_x86_64::Scan::check_non_pic): New function.
8287 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
8288 (Target_x86_64::Scan::global): Likewise.
8289
624f8810
ILT
8290 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
8291 addend parameter. Change caller. Handle merge sections.
8292 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
8293 Address to Addend. Don't add in the result of
8294 local_section_offset, pass down the addend and use the returned
8295 value.
8296 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
8297 Update declarations of local_section_offset and symbol_value.
8298 * testsuite/two_file_test_1.cc (t18): New function.
8299 * testsuite/two_file_test_2.cc (f18): New function.
8300 * testsuite/two_file_test_main.cc (main): Call t18.
8301 * testsuite/two_file_test.h (t18, f18): Declare.
8302
6835af53
ILT
8303 * configure.ac: Don't test for objdump, c++filt, or readelf.
8304 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
8305 conditionals.
8306 (TEST_READELF): New variable.
8307 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
8308 (check_PROGRAMS): Add two_file_strip_test.
8309 (two_file_strip_test): New target.
8310 (check_PROGRAMS): Add two_file_same_shared_strip_test.
8311 (two_file_same_shared_strip_test_SOURCES): New variable.
8312 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
8313 (two_file_same_shared_strip_test_LDFLAGS): New variable.
8314 (two_file_same_shared_strip_test_LDADD): New variable.
8315 (two_file_shared_strip.so): New target.
8316 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
8317 (ver_test_5.syms, ver_test_7.syms): Likewise.
8318 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
8319 (strip_test_3.stdout): Use TEST_OBJDUMP.
8320 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
8321
86925eef
CC
83222008-04-04 Cary Coutant <ccoutant@google.com>
8323
8324 * symtab.h (Symbol::is_weak_undefined): New function.
8325 (Symbol::is_strong_undefined): New function.
8326 (Symbol::is_absolute): New function.
8327 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
8328 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
8329 absolute symbols.
8330 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
8331 (weak_undef_test): New target.
8332 * testsuite/Makefile.in: Rebuild.
8333 * testsuite/weak_undef_file1.cc: New file.
8334 * testsuite/weak_undef_file2.cc: New file.
8335 * testsuite/weak_undef_test.cc: New file.
8336
126f3ece
ILT
83372008-04-03 Craig Silverstein <csilvers@google.com>
8338
8339 * compressed_output.h (class Output_compressed_section): Use
8340 unsigned buffer.
8341 * compressed_output.cc (zlib_compress): Use unsigned buffers,
8342 add zlib header.
8343 (zlib_compressed_suffix): Removed.
8344 (Output_compressed_section::set_final_data_size): Use unsigned
8345 buffers.
8346 * testsuite/Makefile.am (flagstest_compress_debug_sections):
8347 Fix linker invocation.
8348 (flagstest_o_specialfile_and_compress_debug_sections):
8349 Likewise.
8350 * testsuite/Makefile.in: Regenerated.
8351
deae2a14
DM
83522008-04-02 David S. Miller <davem@davemloft.net>
8353
8354 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
8355 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
8356
70752818
ILT
83572008-04-02 Craig Silverstein <csilvers@google.com>
8358
8359 * TODO: New file.
8360
39d0cb0e
ILT
83612008-04-02 Ian Lance Taylor <iant@google.com>
8362
8363 * fileread.cc (File_read::find_view): Add byteshift and vshifted
8364 parameters. Update for new key type to views_. Change all
8365 callers.
8366 (File_read::read): Adjust for byteshift in returned view.
8367 (File_read::add_view): New function, broken out of
8368 find_and_make_view.
8369 (File_read::make_view): New function, broken out of
8370 find_and_make_view.
8371 (File_read::find_or_make_view): Add offset and aligned
8372 parameters. Rewrite accordingly. Change all callers.
8373 (File_read::get_view): Add offset and aligned parameters. Adjust
8374 for byteshift in return value.
8375 (File_read::get_lasting_view): Likewise.
8376 * fileread.h (class File_read): Update declarations.
8377 (class File_read::View): Add byteshift_ field. Add byteshift to
8378 constructor. Add byteshift method.
8379 * archive.h (Archive::clear_uncached_views): New function.
8380 (Archive::get_view): Add aligned parameter. Change all callers.
8381 * object.h (Object::get_view): Add aligned parameter. Change all
8382 callers.
8383 (Object::get_lasting_view): Likewise.
8384
8385 * fileread.cc (File_read::release): Don't call clear_views if
8386 there are multiple objects.
8387 * fileread.h (File_read::clear_uncached_views): New function.
8388 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
8389 on the archive.
8390
a1207466
CC
83912008-03-31 Cary Coutant <ccoutant@google.com>
8392
8393 Add thin archive support.
8394 * archive.cc (Archive::armagt): New const.
8395 (Archive::setup): Remove task parameter and calls to unlock.
8396 (Archive::unlock_nested_archives): New function.
8397 (Archive::read_header): Add nested_off parameter. Change
8398 all callers.
8399 (Archive::interpret_header): Likewise.
8400 (Archive::include_all_members): Change to handle thin
8401 archives.
8402 (Archive::include_member): Likewise.
8403 * archive.h (Archive::Archive): Add new parameters and
8404 initializers.
8405 (Archive::armagt): New const.
8406 (Archive::setup): Remove task parameter.
8407 (Archive::unlock_nested_archives): New function.
8408 (Archive::read_header): Add nested_off parameter.
8409 (Archive::interpret_header): Likewise.
8410 (Archive::Nested_archive_table): New typedef.
8411 (Archive::is_thin_archive_): New field.
8412 (Archive::nested_archives_): New field.
8413 (Archive::options_): New field.
8414 (Archive::dirpath_): New field.
8415 (Archive::task_): New field.
8416 * readsyms.cc (Read_symbols::do_read_symbols): Add check
8417 for thin archives. Pass additional parameters to
8418 Archive::Archive. Unlock the archive file after calling
8419 Archive::setup.
cd536b21 8420
479f6503
ILT
84212008-03-29 Ian Lance Taylor <iant@google.com>
8422
686c8caf
ILT
8423 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
8424 version symbol to be local.
8425 * testsuite/ver_test_4.sh: New file.
8426 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
8427 (check_DATA): Add ver_test_4.syms.
8428 (ver_test_4.syms): New target.
8429 * testsuite/Makefile.in: Rebuild.
8430
ab794b6b
ILT
8431 * output.cc
8432 (Output_section::Input_section_sort_entry::has_priority): New
8433 function.
8434 (Output_section::Input_section_sort_entry::match_file_name): New
8435 function.
8436 (Output_section::Input_section_sort_entry::match_section_name):
8437 Remove.
8438 (Output_section::Input_section_sort_entry::match_section_name_prefix):
8439 Remove.
8440 (Output_section::Input_section_sort_entry::match_section_file):
8441 Remove.
8442 (Output_section::Input_section_sort_compare::operator()): Rewrite
8443 using new Input_section_sort_entry functions. Sort crtbegin and
8444 crtend first. Sort sections with no priority before sections with
8445 a priority.
8446 * testsuite/initpri1.c (d3): Check j != 4.
8447 (cd5): New constructor/destructor function.
8448 (main): Check j != 2.
8449
479f6503
ILT
8450 * symtab.cc (Symbol_table::add_from_object): If we don't use the
8451 new symbol when resolving, don't call set_is_default.
8452 * testsuite/ver_test_7.cc: New file.
8453 * testsuite/ver_test_7.sh: New file.
8454 * testsuite/Makefile.am (ver_test_7.so): New target.
8455 (ver_test_7.o): New target.
8456 (check_SCRIPTS): Add ver_test_7.sh.
8457 (check_DATA): Add ver_test_7.syms.
8458 (ver_test_7.syms): New target.
8459
2fd32231
ILT
84602008-03-28 Ian Lance Taylor <iant@google.com>
8461
8462 * layout.cc (Layout::layout): If we see an input section with a
8463 name that needs sorting, set the must_sort flag for the output
8464 section.
8465 (Layout::make_output_section): If the name of the output section
8466 indicates that it might require sorting, set the may_sort flag.
8467 * output.h (Output_section::may_sort_attached_input_sections): New
8468 function.
8469 (Output_section::set_may_sort_attached_input_sections): New
8470 function.
8471 (Output_section::must_sort_attached_input_sections): New
8472 function.
8473 (Output_section::set_must_sort_attached_input_sections): New
8474 function.
8475 (class Output_section): Declare Input_section_sort_entry. Define
8476 Input_section_sort_compare. Declare
8477 sort_attached_input_sections. Add new fields:
8478 may_sort_attached_input_sections_,
8479 must_sort_attached_input_sections_,
8480 attached_input_sections_are_sorted_.
8481 * output.cc (Output_section::Output_section): Initialize new
8482 fields.
8483 (Output_section::add_input_section): Add an entry to
8484 input_sections_ if may_sort or must_sort are true.
8485 (Output_section::set_final_data_size): Call
8486 sort_attached_input_sections if necessary.
8487 (Output_section::Input_section_sort_entry): Define new class.
8488 (Output_section::Input_section_sort_compare::operator()): New
8489 function.
8490 (Output_section::sort_attached_input_sections): New function.
8491 * configure.ac: Check whether the compiler supports constructor
8492 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
8493 * testsuite/initpri1.c: New file.
8494 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
8495 CONSTRUCTOR_PRIORITY.
8496 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
8497 (initpri1_LDFLAGS): New variable.
8498 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
8499
18e6b24e
ILT
85002008-03-27 Ian Lance Taylor <iant@google.com>
8501
49bdd526
ILT
8502 * common.cc (Sort_commons::operator): Correct sorting algorithm.
8503 * testsuite/common_test_1.c: New file.
8504 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
8505 (common_test_1_SOURCES): New variable.
8506 (common_test_1_DEPENDENCIES): New variable.
8507 (common_test_1_LDFLAGS): New variable.
8508
18e6b24e
ILT
8509 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
8510 and commons_ correctly when NAME/VERSION does not override
8511 NAME/NULL.
8512 * testsuite/ver_test_6.c: New file.
8513 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
8514 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
8515 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
8516
04bf7072
ILT
85172008-03-26 Ian Lance Taylor <iant@google.com>
8518
5871526f
ILT
8519 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
8520 of an undefined symbol from a version script.
8521 * testsuite/Makefile.am (ver_test_5.so): New target.
8522 (ver_test_5.o): New target.
8523 (check_SCRIPTS): Add ver_test_5.sh.
8524 (check_DATA): Add ver_test_5.syms.
8525 (ver_test_5.syms): New target.
8526 * testsuite/ver_test_5.cc: New file.
8527 * testsuite/ver_test_5.script: New file.
8528 * testsuite/ver_test_5.sh: New file.
8529 * Makefile.in, testsuite/Makefile.in: Rebuild.
8530
04bf7072
ILT
8531 PR gold/5986
8532 Fix problems building gold with gcc 4.3.0.
8533 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
8534 (gold_error_at_location, gold_warning_at_location): Use it.
8535 * configure.ac: Check whether we can compile and use a template
8536 function with a printf attribute.
8537 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
8538 when jumping over bytes.
8539 * object.cc: Instantiate Object::read_section_data.
8540 * debug.h: Include <cstring>
8541 * dwarf_reader.cc: Include <algorithm>
8542 * main.cc: Include <cstring>.
8543 * options.cc: Include <cstring>.
8544 * output.cc: Include <cstring>.
8545 * script.cc: Include <cstring>.
8546 * script.h: Include <string>.
8547 * symtab.cc: Include <cstring> and <algorithm>.
8548 * target-select.cc: Include <cstring>.
8549 * version.cc: Include <string>.
8550 * testsuite/testmain.cc: Include <cstdlib>.
8551 * configure, config.in: Rebuild.
8552
874c5b28
ILT
85532008-03-25 Ian Lance Taylor <iant@google.com>
8554
819d6c3a
ILT
8555 * options.cc: Include "../bfd/bfdver.h".
8556 (options::help): Print bug reporting address.
8557
f4b2c6f5
ILT
8558 * version.cc (print_version): Adjust output for current value of
8559 BFD_VERSION_STRING.
8560
8561 * NEWS: New file.
8562
e96caa79
ILT
8563 * options.cc (options::help): Print list of supported targets.
8564 * target-select.h: Include <vector>.
8565 (class Target_selector): Make machine_, size_, and is_big_endian_
8566 fields const. Add bfd_name_ and instantiated_target_ fields.
8567 (Target_selector::Target_selector): Add bfd_name parameter.
8568 (Target_selector::recognize): Make non-virtual, call
8569 do_recognize.
8570 (Target_selector::recognize_by_name): Make non-virtual, call
8571 do_recognize_by_name.
8572 (Target_selector::supported_names): New function.
8573 (Target_selector::bfd_name): New function.
8574 (Target_selector::do_instantiate_target): New pure virtual
8575 function.
8576 (Target_selector::do_recognize): New virtual function.
8577 (Target_selector::do_recognize_by_name): New virtual function.
8578 (Target_selector::instantiate_target): New private function.
8579 (supported_target_names): Declare.
8580 * target-select.cc (Target_selector::Target_selector): Update for
8581 new parameter and fields.
8582 (select_target_by_name): Check that the name matches before
8583 calling recognize_by_name.
8584 (supported_target_names): New function.
8585 * i386.cc (class Target_selector_i386): Update Target_selector
8586 constructor call. Remove recognize and recognize_by_name. Add
8587 do_instantiate_target.
8588 * x86_64.cc (class Target_selector_x86_64): Likewise.
8589 * testsuite/testfile.cc (class Target_selector_test): Update for
8590 changes to Target_selector.
8591
874c5b28
ILT
8592 * README: Rewrite, with some notes on unsupported features.
8593
0a65a3a7
CC
85942008-03-24 Cary Coutant <ccoutant@google.com>
8595
8596 * i386.cc (Target_i386::Got_type): New enum declaration.
8597 (Target_i386::Scan::local): Updated callers of Output_data_got
8598 member functions.
8599 (Target_i386::Scan::global): Likewise.
8600 (Target_i386::Relocate::relocate): Likewise.
8601 (Target_i386::Relocate::relocate_tls): Likewise.
8602 * object.h (Got_offset_list): New class.
8603 (Sized_relobj::local_has_got_offset): Added got_type parameter.
8604 (Sized_relobj::local_got_offset): Likewise.
8605 (Sized_relobj::set_local_got_offset): Likewise.
8606 (Sized_relobj::local_has_tls_got_offset): Removed.
8607 (Sized_relobj::local_tls_got_offset): Removed.
8608 (Sized_relobj::set_local_tls_got_offset): Removed.
8609 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
8610 * output.cc (Output_data_got::add_global): Added got_type parameter.
8611 (Output_data_got::add_global_with_rel): Likewise.
8612 (Output_data_got::add_global_with_rela): Likewise.
8613 (Output_data_got::add_global_pair_with_rel): New function.
8614 (Output_data_got::add_global_pair_with_rela): New function.
8615 (Output_data_got::add_local): Added got_type parameter.
8616 (Output_data_got::add_local_with_rel): Likewise.
8617 (Output_data_got::add_local_with_rela): Likewise.
8618 (Output_data_got::add_local_pair_with_rel): New function.
8619 (Output_data_got::add_local_pair_with_rela): New function.
8620 (Output_data_got::add_global_tls): Removed.
8621 (Output_data_got::add_global_tls_with_rel): Removed.
8622 (Output_data_got::add_global_tls_with_rela): Removed.
8623 (Output_data_got::add_local_tls): Removed.
8624 (Output_data_got::add_local_tls_with_rel): Removed.
8625 (Output_data_got::add_local_tls_with_rela): Removed.
8626 * output.h (Output_data_got::add_global): Added got_type parameter.
8627 (Output_data_got::add_global_with_rel): Likewise.
8628 (Output_data_got::add_global_with_rela): Likewise.
8629 (Output_data_got::add_global_pair_with_rel): New function.
8630 (Output_data_got::add_global_pair_with_rela): New function.
8631 (Output_data_got::add_local): Added got_type parameter.
8632 (Output_data_got::add_local_with_rel): Likewise.
8633 (Output_data_got::add_local_with_rela): Likewise.
8634 (Output_data_got::add_local_pair_with_rel): New function.
8635 (Output_data_got::add_local_pair_with_rela): New function.
8636 (Output_data_got::add_global_tls): Removed.
8637 (Output_data_got::add_global_tls_with_rel): Removed.
8638 (Output_data_got::add_global_tls_with_rela): Removed.
8639 (Output_data_got::add_local_tls): Removed.
8640 (Output_data_got::add_local_tls_with_rel): Removed.
8641 (Output_data_got::add_local_tls_with_rela): Removed.
8642 * resolve.cc (Symbol::override_base_with_special): Removed
8643 reference to has_got_offset_ field.
8644 * symtab.cc (Symbol::init_fields): Replaced initialization
8645 of got_offset_ with got_offsets_. Removed initialization
8646 of has_got_offset_
53fcba31 8647 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
8648 (Symbol::got_offset): Likewise.
8649 (Symbol::set_got_offset): Likewise.
8650 (Symbol::has_tls_got_offset): Removed.
8651 (Symbol::tls_got_offset): Removed.
8652 (Symbol::set_tls_got_offset): Removed.
8653 (Symbol::got_offset_): Removed.
8654 (Symbol::tls_mod_got_offset_): Removed.
8655 (Symbol::tls_pair_got_offset_): Removed.
8656 (Symbol::got_offsets_): New field.
8657 (Symbol::has_got_offset): Removed.
8658 (Symbol::has_tls_mod_got_offset): Removed.
8659 (Symbol::has_tls_pair_got_offset): Removed.
8660 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
8661 (Target_x86_64::Scan::local): Updated callers of Output_data_got
8662 member functions.
8663 (Target_x86_64::Scan::global): Likewise.
8664 (Target_x86_64::Relocate::relocate): Likewise.
8665 (Target_x86_64::Relocate::relocate_tls): Likewise.
8666
bd52eafb
BE
86672008-03-25 Ben Elliston <bje@au.ibm.com>
8668
8669 * yyscript.y: Fix spelling error in comment.
8670
8b105e34
ILT
86712008-03-24 Ian Lance Taylor <iant@google.com>
8672
8ed814a9
ILT
8673 * options.h (class General_options): Define build_id option.
8674 * layout.h (class Layout): Declare write_build_id, create_note,
8675 create_build_id. Add build_id_note_ member.
8676 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
8677 "libiberty.h", "md5.h", "sha1.h".
8678 (Layout::Layout): Initialize eh_frame_data_,
8679 eh_frame_hdr_section_, and build_id_note_.
8680 (Layout::finalize): Call create_build_id.
8681 (Layout::create_note): New function, broken out of
8682 Layout::create_gold_note.
8683 (Layout::create_gold_note): Call create_note.
8684 (Layout::create_build_id): New function.
8685 (Layout::write_build_id): New function.
8686 (Close_task_runner::run): Call write_build_id.
8687
8b105e34
ILT
8688 * x86_64.cc: Correct license to GPLv3.
8689
086a1841
ILT
86902008-03-23 Ian Lance Taylor <iant@google.com>
8691
8692 * options.cc: Include "demangle.h".
8693 (parse_optional_string): New function.
8694 (parse_long_option): Handle takes_optional_argument.
8695 (parse_short_option): Update dash_z initializer. Handle
8696 takes_optional_argument.
8697 (General_options::General_options): Initialize do_demangle_.
8698 (General_options::finalize): Set do_demangle_. Handle demangling
8699 style.
8700 * options.h (parse_optional_string): Declare.
8701 (struct One_option): Add optional_arg field. Update constructor.
8702 Update call constructor calls. Add takes_optional_argument
8703 function.
8704 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
8705 (DEFINE_optional_string): Define.
8706 (General_options::demangle): Change from DEFINE_bool to
8707 DEFINE_optional_string.
8708 (General_options::no_demangle): New function.
8709 (General_options::do_demangle): New function.
8710 (General_options::set_do_demangle): New function.
8711 (General_options::execstack_status_): Move definition to end of
8712 class definition.
8713 (General_options::static_): Likewise.
8714 (General_options::do_demangle_): New field.
8715 * object.cc (big_endian>::get_symbol_location_info): Call
8716 Options::do_demangle, not Options::demangle.
8717 * symtab.cc (demangle): Likewise.
8718
cbb93e63
ILT
87192008-03-22 Ian Lance Taylor <iant@google.com>
8720
8721 * gold.h: Include <cstddef> and <sys/types.h>
8722 * options.h: Include <cstring>.
8723
ec531623
ILT
87242008-03-21 Ian Lance Taylor <iant@google.com>
8725
8726 * Added source code to GNU binutils.
This page took 0.518114 seconds and 4 git commands to generate.