* defs.h: Adjust comment.
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
ef38fd8a
ST
12010-04-23 Sriraman Tallam <tmsriram@google.com>
2
3 * gc.h (gc_process_relocs): Pass information on relocs pointing to
4 sections that are not ordinary to icf.
5 * icf.cc (get_section_contents): Handle relocation pointing to section
6 with no object or shndx information.
7 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
8 * testsuite/Makefile.in: Regenerate.
9 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
10 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
11
f6973bdc
ILT
122010-04-22 Ian Lance Taylor <iant@google.com>
13
14 * expression.cc (Expression::Expression_eval_info): Add
15 result_alignment_pointer field.
16 (Expression::eval_with_dot): Add result_alignment_pointer
17 parameter. Change all callers.
18 (Expression::eval_maybe_dot): Likewise.
19 (class Binary_expression): Add alignment_pointer parameter to
20 left_value and right_value. Change all callers.
21 (BINARY_EXPRESSION): Set result alignment.
22 (class Trinary_expression): Add alignment_pointer parameter to
23 arg2_value and arg3_value. Change all callers.
24 (Trinary_cond::value): Set result alignment.
25 (Max_expression::value, Min_expression::value): Likewise.
26 (Align_expression::value): Likewise.
27 * script-sections.cc (class Sections_element): Add dot_alignment
28 parameter to set_section_addresses virtual function. Update
29 instantiations.
30 (class Output_section_element): Likewise.
31 (Script_sections::create_segments): Add dot_alignment parameter.
32 Change all callers.
33 (Script_sections::create_segments_from_phdrs_clause): Likewise.
34 (Script_sections::set_phdrs_clause_addresses): Likewise.
35 * script-sections.h: Update declarations.
36 * script.h: Update declarations.
37 * output.h (Output_segment::set_minimum_p_align): Don't decrease
38 min_p_align.
39 * testsuite/script_test_3.t: Set large alignment.
40 * testsuite/script_test_3.sh: Make sure that at least one LOAD
41 segment has expected alignment.
42
9c9c98a5
NC
432010-04-22 Nick Clifton <nickc@redhat.com>
44
45 * po/gold.pot: Updated by the Translation project.
46 * po/vi.po: Updated Vietnamese translation.
47
2253bfba
L
482010-04-22 H.J. Lu <hongjiu.lu@intel.com>
49
50 * testsuite/Makefile.am (check_PROGRAMS): Add
51 icf_virtual_function_folding_test.
52 * testsuite/Makefile.in: Regenerated.
53
85fdf906
AH
542010-04-15 Andrew Haley <aph@redhat.com>
55
56 * options.h (merge_exidx_entries): New option.
57 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
58 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
59 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
60 (Target_arm::merge_exidx_entries): New function.
61 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
62 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
63 to Arm_exidx_fixup constructor.
64 Add new arg, merge_exidx_entries.
65 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
66 Arm_output_section::fix_exidx_coverage.
67
ce97fa81
ST
682010-04-18 Sriraman Tallam <tmsriram@google.com>
69
70 * icf.cc (get_section_contents): Check for preemptible functions.
71 Ignore addend when appropriate.
72 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
73 section folded.
74 (add_from_relobj): Check for section folded.
75 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
76 * symtab.h (should_add_dynsym_entry): Add new parameter.
77 * target-reloc.h (scan_relocs): Check for section folded.
78 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
79 Check reloc types for function pointers in shared objects.
80 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
81 case.
82 (icf_preemptible_functions_test): New test case.
83 (icf_string_merge_test): New test case.
84 * testsuite.Makefile.in: Regenerate.
85 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
86 bar_glob. Refactor code.
87 * testsuite/icf_preemptible_functions_test.cc: New file.
88 * testsuite/icf_preemptible_functions_test.sh: New file.
89 * testsuite/icf_string_merge_test.cc: New file.
90 * testsuite/icf_string_merge_test.sh: New file.
91 * testsuite/icf_virtual_function_folding_test.cc: New file.
92 * testsuite/icf_virtual_function_folding_test.sh: New file.
93
04ceb17c
DK
942010-04-14 Doug Kwan <dougkwan@google.com>
95
96 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
97 for local symbol recounting if we remove a section due to ICF.
98 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
99 there are no regular objects in input.
100
153e7da4
DK
1012010-04-13 Doug Kwan <dougkwan@google.com>
102
103 * arm.cc (Arm_input_section::set_final_data_size): Compute
104 accurate final data size instead of using current data size.
105
4dbd9faf
DK
1062010-04-09 Doug Kwan <dougkwan@google.com>
107
108 * layout.cc (Layout::choose_output_section): Handle script section
109 types.
110 (Layout::make_output_section_for_script): Add section type parameter.
111 Handle script section types.
112 * layout.h (Layout::make_output_section_for_script): Add section
113 type parameter.
114 * output.cc (Output_section::Output_section): Initialize data member
115 is_noload_.
116 (Output_section::do_reset_address_and_file_offset): Do not set address
117 to 0 if section is a NOLOAD section.
118 * output.h (Output_section::is_noload): New method.
119 (Output_section::set_is_noload): Ditto.
120 (Output_section::is_noload_): New data member.
121 * script-c.h (Script_section_type): New enum type.
122 (struct Parser_output_section_header): Add new file section_type.
123 * script-sections.cc (Sections_element::output_section_name): Add
124 parameter for returning script section type.
125 (Output_section_definition::output_section_name): Ditto.
126 (Output_section_definition::section_type)P; New method.
127 (Output_section_definiton::script_section_type_name): Ditto.
128 (Output_section_definition::script_section_type_): New data member.
129 (Output_section_definition::Output_section_definition): Initialize
130 data member Output_section_definition::script_section_type_.
131 (Output_section_definition::create_sections): Pass script section type
132 to Layout::make_output_section_for_script.
133 (Output_section_definition::output_section_name): Return script
134 section type to caller.
135 (Output_section_definition::set_section_address): Do not advance
136 dot value and load address if section type is NOLOAD. Set address
137 of NOLOAD sections regardless of section flags.
138 (Output_section_definition::print): Print section type if it is
139 not SCRIPT_SECTION_TYPE_NONE.
140 (Output_section_definition::section_type): New method.
141 (Output_section_definition::script_section_type_name): Ditto.
142 (Script_sections::output_section_name): Add new parameter
143 PSECTION_TYPE for returning script section type. Pass it to
144 section elements. Handle discard sections.
145 (Sort_output_sections::operator()): Handle NOLOAD sections.
146 * script-sections.h (Script_sections::Section_type): New enum type.
147 (Script_sections::output_section_name): Add a new parameter for
148 returning script section type.
149 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
150 INFO and NOLOAD.
151 * yyscript.y (union): Add new field SECTION_TYPE.
152 (COPY, DSECT, INFO, NOLOAD): New tokens.
153 (opt_address_and_section_type): Change type to output_section_header.
154 (section_type): New non-terminal
155 (section_header): Handle section type.
2253bfba 156 (opt_address_and_section_type): Return section type value.
4dbd9faf 157
721ea635
L
1582010-04-09 H.J. Lu <hongjiu.lu@intel.com>
159
160 * testsuite/plugin_common_test_1.c (foo): Add prototype.
161 * testsuite/plugin_common_test_2.c (foo): Likewise.
162
6bf924b0
DK
1632010-04-08 Doug Kwan <dougkwan@google.com>
164
165 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
166 Output_merge_data.
167 * output.cc (Output_section::add_merge_input_section): Simplify
168 code and return status of Output_merge_base::add_input_section.
169 Update merge section map only if Output_merge_base::add_input_section
170 returns true.
171
24af6f92
DK
1722010-04-07 Doug Kwan <dougkwan@google.com>
173
174 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
175 if section is marked as containing instructions but has no mapping
176 symbols.
177 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
178 correct section index.
179 (Arm_relobj::find_linked_text_section): Ditto.
180
00698fc5
CC
1812010-04-07 Cary Coutant <ccoutant@google.com>
182
183 * archive.cc (include_member): Destroy Read_symbols_data object before
184 releasing file.
185 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
186 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
187 (Read_symbols_data::~Read_symbols_data) New destructor.
188 (Section_relocs::Section_relocs) New constructor.
189 (Section_relocs::~Section_relocs) New destructor.
190 (Read_relocs_data::Read_relocs_data) New constructor.
191 (Read_relocs_data::~Read_relocs_data) New destructor.
192 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
193 pointers to NULL after deleting.
194
7296d933
DK
1952010-04-07 Doug Kwan <dougkwan@google.com>
196
197 * arm.cc: Replace "endianity" with "endianness" in comments.
198 (Arm_exidx_cantunwind): Ditto.
199 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
200 (Arm_relobj::merge_flags_and_attributes): New method.
201 (Arm_relobj::merge_flags_and_attributes_): New data member.
202 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
203 (Arm_relobj::scan_sections_for_stubs): Ditto.
204 (Arm_relobj::do_read_symbols): Check to see if we really want to
205 merge processor-specific flags and attributes. Exit early if
206 an object is empty except for section names and the undefined symbol.
207 (Target_arm::do_finalize_sections): Move check for ELF format to
208 Arm_relobj::do_read_symbols. Merge processor specific flags and
209 attributes from a regular object only when we have determined that
210 it is aapropriate. Do not create an .ARM.attributes section in
211 output if there is no regular input object.
212 (Target_arm::merge_processor_specific_flags): Check
213 --warn-mismatch before printing any error.
214 (Target_arm::merge_object_attributes): Ditto.
215 * gold.cc (queue_middle_tasks): Handle the case in which there is
216 no regular object in input.
217 * options.cc (General_options::parse_EB): New method.
218 (General_options::parse_EL): Same.
219 (General_options::General_options): Initialize endianness_.
220 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
221 New options.
222 (General_options::Endianness): New enum.
223 (General_options::endianness): New method.
224 (General_options::endianness_): New data member.
225 * parameters.cc (Parameters::set_options): Check target endianness.
226 (Parameters::set_target_once): Ditto.
227 (Parameters::check_target_endianness): New method.
228 (parameters_force_valid_target): If either -EL or -EB is specified,
229 use it to define endianness of default target.
230 * parameters.h (Parameters::check_target_endianness): New method
231 declaration.
232 * target.h (class Target): Change "endianity" to "endianness"
233 in comments.
234
efc8d4f2
RW
2352010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
236
237 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
238 * configure: Regenerate.
239 * Makefile.in: Regenerate.
240 * testsuite/Makefile.in: Regenerate.
241
be234d88
CC
2422010-04-06 Cary Coutant <ccoutant@google.com>
243
244 gcc PR lto/42757
245 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
246 prevailing definitions of common symbols.
247 * testsuite/plugin_test_6.sh: New test case.
248 * testsuite/plugin_common_test_1.c: New test case.
249 * testsuite/plugin_common_test_2.c: New test case.
250 * testsuite/Makefile.am (plugin_test_6): New test case.
251 * testsuite/Makefile.in: Regenerate.
252
bd32c6bd
NC
2532010-04-06 Nick Clifton <nickc@redhat.com>
254
255 * po/vi.po: New Vietnamese translation.
256
323c532f
DK
2572010-03-30 Doug Kwan <dougkwan@google.com>
258
259 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
260
4fcd97eb
DK
2612010-03-25 Doug Kwan <dougkwan@google.com>
262
263 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
264 to avoid a conversion warning on a 32-bit host.
265
4ebf39db
ILT
2662010-03-24 Ian Lance Taylor <iant@google.com>
267
268 * testsuite/script_test_3.t: Add a TLS segment.
269 * testsuite/Makefile.am (check_PROGRAMS): Add
270 tls_phdrs_script_test.
271 (tls_phdrs_script_test_SOURCES): Define.
272 (tls_phdrs_script_test_DEPENDENCIES): Define.
273 (tls_phdrs_script_test_LDFLAGS): Define.
274 (tls_phdrs_script_test_LDADD): Define.
275 * testsuite/Makefile.in: Rebuild.
276
4a599bdd
CC
2772010-03-23 Cary Coutant <ccoutant@google.com>
278
279 * fileread.cc (find_or_make_view): Fix comment.
280
6c93b22c
ILT
2812010-03-23 Ian Lance Taylor <iant@google.com>
282
283 * script-sections.cc (class Orphan_section_placement): Define
284 PLACE_TLS and PLACE_TLS_BSS.
285 (Orphan_section_placement::Orphan_section_placement): Initialize
286 new places.
287 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
288 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
289 (tls_script_test_SOURCES): Define.
290 (tls_script_test_DEPENDENCIES): Define.
291 (tls_script_test_LDFLAGS): Define.
292 (tls_script_test_LDADD): Define.
293 * testsuite/Makefile.in: Rebuild.
294
a2c7281b
DK
2952010-03-22 Doug Kwan <dougkwan@google.com>
296
297 * arm.cc (Arm_relocate_functions::abs8,
298 Arm_relocate_functions::abs16): Use correct check for overflow
299 specified in the ARM ELF specs.
300 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
301 target of a BLX instruction specially.
302 (Reloc_stub::stub_type_for_reloc): Ditto.
303 (Relocate::relocate): Use symbolic names instead of numeric relocation
304 codes to report error.
305 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
306 workaround.
307 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
308 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
309 thumb2_blx_out_of_range.stdout
310 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
311 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
312 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
313 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
314 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
315 thumb2_blx_in_range, thumb2_blx_in_range.o,
316 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
317 thumb2_blx_out_of_range.o): New rules.
318 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
319 thumb2_blx_in_range and thumb2_blx_out_of_range.
320 * testsuite/Makefile.in: Regenerate.
321 * arm_branch_in_range.sh: Add tests for THUMB BLX.
322 * testsuite/thumb_blx_in_range.s: New file.
323 * testsuite/thumb_blx_out_of_range.s: New file.
324
b0193076
RÁE
3252010-03-22 Rafael Espindola <espindola@google.com>
326
327 * archive.cc (Should_include): Move to archive.h.
328 (should_include_member): Make it a member of Archive.
329 (Lib_group): New.
330 (Add_lib_group_symbols): New.
331 * archive.h: Include options.h.
332 (Archive_member): Moved from Archive.
333 (Should_include): Moved from archive.cc.
334 (Lib_group): New.
335 (Add_lib_group_symbols): New.
336 * dynobj.cc (do_should_include_member): New.
337 * dynobj.h (do_should_include_member): New.
338 * gold.cc (queue_initial_tasks): Update call to queue.
339 * main.cc (main): Print lib group stats.
340 * object.cc (do_should_include_member): New.
341 * object.h: Include archive.h.
342 (Object::should_include_member): New.
343 (Object::do_should_include_member): New.
344 (Sized_relobj::do_should_include_member): New.
345 * options.cc (General_options::parse_start_lib): New.
346 (General_options::parse_end_lib): New.
347 (Input_arguments::add_file): Handle lib groups.
348 (Input_arguments::start_group): Check we are not in a lib.
349 (Input_arguments::start_lib): New.
350 (Input_arguments::end_lib): New.
351 * options.h (General_options): Add start_lib and end_lib.
352 (Input_argument::lib_): New.
353 (Input_argument::lib): New.
354 (Input_argument::is_lib): New.
355 (Input_file_lib): New.
356 (Input_arguments::in_lib_): New.
357 (Input_arguments::in_lib): New.
358 (Input_arguments::start_lib): New.
359 (Input_arguments::end_lib_): New.
360 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
361 in unused members as preempted.
362 (Sized_pluginobj::do_should_include_member): New.
363 * plugin.h (Sized_pluginobj::do_should_include_member): New.
364 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
365 return the blocker.
366 (Read_symbols::do_whole_lib_group): New.
367 (Read_symbols::do_lib_group): New.
368 (Read_symbols::do_read_symbols): Handle lib groups.
369 (Read_symbols::get_name): Handle lib groups.
370 * readsyms.h (Read_symbols): Add an archive member pointer.
371 (Read_symbols::do_whole_lib_group): New.
372 (Read_symbols::do_lib_group): New.
373 (Read_symbols::member_): New.
374 * script.cc (read_input_script): Update call to queue_soon.
375
d099120c
DK
3762010-03-19 Doug Kwan <dougkwan@google.com>
377
378 * arm.cc (Stub_table::Stub_table): Initialize new data members
379 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
380 (Stub_table::add_reloc_stub): Assign stub offset and update
381 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
382 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
383 New data members.
384 (Stub_table::update_data_size_and_addralign): Use
385 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
386 instead of going over all reloc stubs.
387 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
388 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
389 Stringpool_template::offset_ to size of Stringpool_char.
390 (Stringpool_template::new_key_offset): Remove code to initialize
391 Stringpool_template::offset_.
392 * stringpool.h (Stringpool_template::set_no_zero_null): Set
393 Stringpool_template::offset_ to zero.
394
1aa37384
DK
3952010-03-15 Doug Kwan <dougkwan@google.com>
396
397 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
398 offset_.
399 (Stringpool_template::new_key_offset): New method.
400 (Stringpool_template::add_string): Assign offsets when adding new
401 strings.
402 (Stringpool_template::set_string_offsets): Do not set string offsets
403 when not optimizing.
404 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
405 member size_.
406 (Chunked_vector::clear): Clear size_.
407 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
408 (Chunked_vector::size): Return size_.
409 (Chunked_vector::push_back): Use size_ to find insert position.
410 (Chunked_vector::size_): New data member.
411 (Stringpool_template::set_no_zero_null): Assert string set is empty.
412 (Stringpool_template::new_key_offset): New method declaration.
413 (Stringpool_template::offset_): New data member.
414
b672b057
RÁE
4152010-03-15 Rafael Espindola <espindola@google.com>
416
417 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
418 Add_symbols' constructor.
419 * readsyms.h (Add_symbols): Remove the input_group member.
420
b6848d3c
ILT
4212010-03-10 Ian Lance Taylor <iant@google.com>
422
423 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
424 target to ask whether a reference to a symbol requires a stack
425 split.
426 * target.h (Target::is_call_to_non_split): New function.
427 (Target::do_is_call_to_non_split): Declare virtual function.
428 * target.cc: Include "symtab.h".
429 (Target::do_is_call_to_non_split): New function.
430 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
431
a2a5469e
CC
4322010-03-10 Cary Coutant <ccoutant@google.com>
433
434 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
435 (File_read::open[1]): Remove initial mapping of whole_file_view_.
436 (File_read::open[2]): Add whole_file_view_ to list of views.
437 (File_read::make_view): Remove test of whole_file_view_.
438 (File_read::find_or_make_view): Create whole_file_view_ if
439 necessary.
440 (File_read::clear_views): Replace bool parameter with enum;
441 adjust all callers. Don't delete views with permanent data;
442 do delete cached views and views from archives if
443 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
444 if clearing the corresponding view.
445 * fileread.h (File_read::Clear_views_mode): New enum.
446 (File_read::View::is_permanent_view): New method.
447 (File_read::clear_views): Replace bool parameter
448 with enum; adjust all callers.
449 * options.h (General_options): Change keep_files_mapped option;
450 add map_whole_files.
451 * readsyms.cc (Add_symbols::run): Delete sd_ object before
452 releasing the file.
453 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
454 the file.
455
8861f32b
DM
4562010-03-10 David S. Miller <davem@davemloft.net>
457
458 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
459
d62d0f5f
ST
4602010-03-09 Sriraman Tallam <tmsriram@google.com>
461
462 * icf.cc (get_section_contents): Add '@' marker after processing the
463 merge reloc.
464
9177756d
DK
4652010-03-08 Doug Kwan <dougkwan@google.com>
466
467 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
468 due to a conversion warning.
469 (Arm_relobj::update_output_local_symbol_count): Check for local
470 symbol with unset output index.
471
9e9e071b
ILT
4722010-03-05 Ian Lance Taylor <iant@google.com>
473
474 * options.h (class General_options): Add --spare-dynamic-tags.
475 * output.cc (Output_data_dynamic::set_final_data_size): Implement
476 --spare-dynamic-tags.
477
a81ee015
ILT
4782010-03-05 Ian Lance Taylor <iant@google.com>
479
480 * incremental.cc: Include "libiberty.h".
481
44ec90b9
RO
4822010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
483
484 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
485 function, is_info_ member.
486 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
487 (Versions::Versions): Update caller.
488 (Versions::define_base_version): Likewise.
489 (Versions::add_def): Likewise.
490
0897ed3b
ST
4912010-03-03 Sriraman Tallam <tmsriram@google.com>
492
493 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
494 (Scan::possible_function_pointer_reloc): New function.
495 (Scan::local_reloc_may_be_function_pointer): Change to call
496 possible_function_pointer_reloc.
497 (Scan::global_reloc_may_be_function_pointer): Ditto.
498 * icf.h (Icf::check_section_for_function_pointers): Change to reject
499 relocations in ".data.rel.ro._ZTV" section.
500 * testsuite/icf_safe_so_test.sh: Change to pass i386.
501 * testsuite/icf_safe_so_test.cc: Ditto.
502 * testsuite/icf_safe_test.cc: Ditto.
503 * testsuite/icf_safe_test.sh: Ditto.
504
d3bbad62
ILT
5052010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
506 Ian Lance Taylor <iant@google.com>
507
508 * target-reloc.h (relocate_section): Check the symbol table index
509 for -1U before setting the local symbol index.
510 (scan_relocatable_relocs): If copying the relocation, record that
511 the local symbol is required.
512 * object.h (Symbol_value::is_output_symtab_index_set): New
513 function.
514 (Symbol_value::may_be_discarded_from_output_symtab): New
515 function.
516 (Symbol_value::has_output_symtab_entry): New function.
517 (Symbol_value::needs_output_symtab_entry): Remove.
518 (Symbol_value::output_symtab_index): Make sure the symbol index is
519 set.
520 (Symbol_value::set_output_symtab_index): Make sure the symbol
521 index is not set. Make sure the new index is valid.
522 (Symbol_value::set_must_have_output_symtab_entry): New function.
523 (Symbol_value::has_output_dynsym_entry): New function.
524 (Symbol_value::set_output_dynsym_index): Make sure the new index
525 is valid.
526 (Sized_relobj::set_must_have_output_symtab_entry): New function.
527 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
528 local symbol if permitted.
529 (Sized_relobj::do_finalize_local_symbols): Call
530 is_output_symtab_index_set rather than needs_output_symtab_entry.
531 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
532 rather than needs_output_symtab_entry. Call
533 has_output_dynsym_entry rather than needs_output_dynsym_entry.
534 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
535 is_output_symtab_index_set rather than needs_output_symtab_entry.
536 * testsuite/discard_locals_relocatable_test.c: New file.
537 * testsuite/discard_locals_test.sh: Test -r.
538 * testsuite/Makefile.am (check_DATA): Add
539 discard_locals_relocatable_test1.syms,
540 discard_local_relocatable_test2.syms.
541 (MOSTLYCLEANFILES): Likewise. Also add
542 discard_locals_relocatable_test1.lout and
543 discard_locals_relocatable_test2.out.
544 (discard_locals_relocatable_test1.syms): New target.
545 (discard_locals_relocatable_test.o): New target.
546 (discard_locals_relocatable_test1.out): New target.
547 (discard_locals_relocatable_test2.syms): New target.
548 (discard_locals_relocatable_test2.out): New target.
549 (various): Add missing ../ld-new dependencies.
550 * testsuite/Makefile.in: Rebuild.
551
7e8ccf26
NC
5522010-03-03 Nick Clifton <nickc@redhat.com>
553
554 * po/fi.po: New Finnish translation.
555
2a0ff005
DK
5562010-03-01 Doug Kwan <dougkwan@google.com>
557
558 * layout.cc (Layout::Layout): Force section types of .init_array*,
559 .preinit_array* and .fini_array* sections.
560 * output.cc (Output_section::Input_section_sort_entry::has_priority):
561 Fix check of return value of std::string::find.().
562 (Output_section::Input_section_sort_compare::operator()): Remove
563 comment about .init_array.
564 (Output_section::Input_section_sort_init_fini_compare::operator()):
565 New method.
566 (Output_section::sort_attached_input_sections): Handle .init_array
567 and .fini_array specially.
568 * output.h (Output_section::Inut_section_sort_compare): Update
569 comment.
570 (Output_section::Input_section_sort_init_fini_compare): New struct.
571
c3e4ae29
DK
5722010-02-26 Doug Kwan <dougkwan@google.com>
573
574 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
575 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
576 * testsuite/debug_msg.sh: Avoid matching source line number for
577 use of global variable undef_int.
578
2fd9ae7a
DK
5792010-02-26 Doug Kwan <dougkwan@google.com>
580
581 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
582 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
583 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
584 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
585 * options.cc (General_options::General_options): Initialize member
586 fix_v4bx_.
587 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
588 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
589 and rm_no_fix_v4bx.stdout
590 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
591 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
592 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
593 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
594 and arm_no_fix_v4bx.
595 * Makefile.in: Regenerate.
596 * testsuite/arm_fix_v4bx.s: New file.
597 * testsuite/arm_fix_v4bx.sh: Ditto.
598
67ec7d0b
DK
5992010-02-24 Doug Kwan <dougkwan@google.com>
600
601 * arm.cc (Target_arm::got_section): Make the .got section the first
602 non RELRO section in the data segment.
603 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
604 suffixes of section names.
605
10165461
DK
6062010-02-24 Doug Kwan <dougkwan@google.com>
607
608 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
609 flags and attributes merging if an input file is a binary file.
610 * fileread.cc (Input_file::open): Record format of original file.
611 * fileread.h (Input_file::Format): New enum type.
612 (Input_file::Input_file): Initialize data member format_.
613 (Input_file::format): New method definition.
614 (Input_file::format_):: New data member.
615
4a54abbb
DK
6162010-02-24 Doug Kwan <dougkwan@google.com>
617
618 * arm.cc (Arm_output_data_got): New class.
619 (ARM_TCB_SIZE): New constant
620 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
621 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
622 If user uses a script with a SECTIONS clause, issue only a warning
623 for a misplaced EXIDX input section. Otherwise, issue an error.
624 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
625 garbage collection.
626 (Target_arm::got_mode_index_entry): Handle static linking.
627 (Target_arm::Scan::local): Ditto.
628 (Target_arm::Scan::global): Ditto.
629 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
630 all incorrectly implemented relocations.
631 (Target_arm::fix_exidx_coverage): Pass layout to
632 Arm_output_section::fix_exidx_coverage.
633 * layout.cc (Layout::section_name_mapping): Remove trailing dots
634 from ".ARM.exidx." and ".ARM.extab.".
635
ca419a6f
ILT
6362010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
637
638 * arm.cc (Target_arm::do_finalize_sections): Create attribute
639 section if it does not already exist.
640 * attributes.cc (Attributes_section_data::Attributes_section_data):
641 Don't crash if size is zero.
642
135b9c78
ILT
6432010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
644 Ian Lance Taylor <iant@google.com>
645
646 * gold.cc (queue_middle_tasks): If no input files were opened,
647 exit.
648 * workqueue.h (Task_function::Task_function): Assert that there is
649 a blocker.
650
bb0bfe4f
DK
6512010-02-22 Doug Kwan <dougkwan@google.com>
652
653 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
654 * icf.cc (get_section_contents): Cast snprintf arguments to long long
655 types to avoid warnings due to different uint64_t implementations
656 on different hosts.
657
2a2b6d42
DK
6582010-02-21 Doug Kwan <dougkwan@google.com>
659
660 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
661 handling of the maximum backward branch offset.
662 (Arm_relocate_functions::thumb_branch_common): Ditto.
663 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
664 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
665 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
666 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
667 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
668 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
669 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
670 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
671 thumb_bl_out_of_range thumb_bl_out_of_range.o,
672 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
673 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
674 thumb2_bl_out_of_range.o): New rules.
675 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
676 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
677 thumb2_bl_out_of_range
678 * testsuite/Makefile.in: Regenerate.
679 * testsuite/arm_bl_in_range.s: New file.
680 * testsuite/arm_bl_out_of_range.s: Ditto.
681 * testsuite/arm_branch_in_range.sh: Ditto.
682 * testsuite/arm_branch_range.t: Ditto.
683 * testsuite/thumb2_branch_range.t: Ditto.
684 * testsuite/thumb_bl_in_range.s: Ditto.
685 * testsuite/thumb_bl_out_of_range.s: Ditto.
686 * testsuite/thumb_branch_range.t: Ditto.
687
b487ad64
ST
6882010-02-20 Sriraman Tallam <tmsriram@google.com>
689
690 * gc.h (gc_process_relocs): Change vectors to point to the new list.
691 Add reloc offset information.
692 * icf.cc (get_section_contents): Change iterators to point to the new
693 vectors. Add reloc offset information to the contents.
694 * icf.h (Icf::Sections_reachable_info): New typedef.
695 (Icf::Sections_reachable_list): New typedef.
696 (Icf::Offset_info): New typedef.
697 (Icf::Reloc_info): New struct typedef.
698 (Icf::Reloc_info_list): New typedef.
699 (Icf::symbol_reloc_list): Delete method.
700 (Icf::addend_reloc_list): Delete method.
701 (Icf::section_reloc_list): Delete method.
702 (Icf::reloc_info_list): New method.
703 (Icf::reloc_info_list_): New member.
704
f96accdf
DK
7052010-02-19 Doug Kwan <dougkwan@google.com>
706
707 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
708 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
709 * arm.cc (Arm_relocation_functions): New forward declaration.
710 (Target_arm::Target_arm): Initialize new data members
711 got_mod_index_offset_ and tls_base_symbol_defined_.
712 (Target_arm::Relocate::relocate_tls): New method.
713 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
714 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
715 New methods.
716 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
717 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
718 (Target_arm::got_mod_index_offset_,
719 Target_arm::tls_base_symbol_defined_): New data members.
720 (Target_arm::Scan::local, Target::Scan::global,
721 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
722 relocations.
723
c8761b9a
DK
7242010-02-18 Doug Kwan <dougkwan@google.com>
725
726 * arm.cc (Arm_relobj::find_linked_text_section): New method.
727 (Arm_relobj::make_exidx_input_section): Pass section index of linked
728 text section as a parameter becuase some broken tools may not set
729 the link in section header.
730 (Target_arm::has_got_section): New method.
731 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
732 without any mapping symbol as data only. Remove warning.
733 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
734 link in its section header, try to discover the link by inspecting the
735 REL31 relocation at the beginning of the section.
736 (Target_arm::Scan::check_non_pic): Report name of offending relocation
737 in error message.
738 (Target_arm::Scan::global): Treat any reference to the symbol
739 _GLOBAL_OFFSET_TABLE_ as a GOT access.
740
21bb3914
ST
7412010-02-12 Sriraman Tallam <tmsriram@google.com>
742
743 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
744 (Scan::global_reloc_may_be_function_pointer): New function.
745 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
746 (Scan::global_reloc_may_be_function_pointer): New function.
747 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
748 (Scan::global_reloc_may_be_function_pointer): New function.
749 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
750 (Scan::global_reloc_may_be_function_pointer): New function.
751 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
752 (Scan::global_reloc_may_be_function_pointer): New function.
753 (Scan::possible_function_pointer_reloc): New function.
754 (Target_x86_64::can_check_for_function_pointers): New function.
755 * gc.h (gc_process_relocs): Scan relocation types to determine if
756 function pointers were taken for targets that support it.
757 * icf.cc (Icf::find_identical_sections): Include functions for
758 folding in safe ICF whose pointer is not taken.
759 * icf.h (Secn_fptr_taken_set): New typedef.
760 (fptr_section_id_): New member.
761 (section_has_function_pointers): New function.
762 (set_section_has_function_pointers): New function.
763 (check_section_for_function_pointers): New function.
764 * options.h: Fix comment for safe ICF option.
765 * target.h (can_check_for_function_pointers): New function.
766 * testsuite/Makefile.am: Add icf_safe_so_test test case.
767 Modify icf_safe_test for X86-64.
768 * testsuite/Makefile.in: Regenerate.
769 * testsuite/icf_safe_so_test.cc: New file.
770 * testsuite/icf_safe_so_test.sh: New file.
771 * testsuite/icf_safe_test.cc (kept_func_3): New function.
772 (main): Change to take pointer to function kept_func_3.
773 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
774 folding is done correctly for X86-64.
775
0da6fa6c
DM
7762010-02-12 David S. Miller <davem@davemloft.net>
777
778 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
779 is_symbolless parameter.
780 (Output_reloc<SHT_REL>::is_symbolless): New.
781 (Output_reloc<SHT_REL>::is_symbolless_): New.
782 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
783 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
784 (Output_reloc<SHT_RELA>::is_symbolless): New.
785 (Output_data_reloc::add_global): Handle is_symbolless.
786 (Output_data_reloc::add_global_relative): Likewise.
787 (Output_data_reloc::add_local): Likewise.
788 (Output_data_reloc::add_local_relative): Likewise.
789 (Output_data_reloc::add_symbolless_global_addend): New.
790 (Output_data_reloc::add_symbolless_local_addend): New.
791 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
792 is_symbolless.
793 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
794 instead of ->is_relative_
795 (Output_reloc::write): Likewise.
796 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
797 (Output_reloc::write_rel): Simplify.
798
799 * sparc.cc (Target_sparc::Scan::local): Use
800 ->add_symbolless_local_addend as needed.
801 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
802 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
803 based upon relocation offset.
804
e4782e83
DK
8052010-02-11 Doug Kwan <dougkwan@google.com>
806
807 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
808 (Target_arm::Scan::global): Ditto. Also remove a comment before the
809 beginning of function.
810 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
811 and MOVT_ABS relocations. Those are non issued in scanning. Fix
812 parameter is_32bit in calls to should_apply_static_reloc.
813 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
814 (check_DATA): Add arm_abs_global.stdout.
815 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
816 arm_abs_global.stdout): New rules.
817 (MOSTLLYCLEANFILES): Add arm_abs_global
818 * Makefile.in: Regenerate.
819 * testsuite/arm_abs_global.s: New file.
820 * testsuite/arm_abs_global.sh: Ditto.
821 * testsuite/arm_abs_lib.s: Ditto.
822
93ceb764
ILT
8232010-02-11 Ian Lance Taylor <iant@google.com>
824
825 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
826 Read_relocs task.
827 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
828 Allocate_commons_task first.
829 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
830 task, rather than symtab_lock_.
831 (Gc_process_relocs::~Gc_process_relocs): New function.
832 (Gc_process_relocs::is_runnable): Check this_blocker_.
833 (Gc_process_relocs::locks): Use next_blocker_ rather than
834 blocker_.
835 (Scan_relocs::~Scan_relocs): New function.
836 (Scan_relocs::is_runnable): Check this_blocker_ rather than
837 symtab_lock_.
838 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
839 next_blocker_.
840 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
841 fields. Add this_blocker_ and next_blocker_ fields. Adjust
842 constructor accordingly.
843 (class Gc_process_relocs): Likewise.
844 (class Scan_relocs): Likewise.
845 * common.h (class Allocate_commons_task): Remove symtab_lock_
846 field, and corresponding constructor parameter.
847 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
848 symtab_lock_.
849 (Allocate_commons_task::locks): Likewise.
850
114dfbe1
ILT
8512010-02-11 Ian Lance Taylor <iant@google.com>
852
853 * gold-threads.h (class Once): Define.
854 (class Initialize_lock): Rewrite as child of Once.
855 * gold-threads.cc (class Once_initialize): Define.
856 (once_pointer_control): New static variable.
857 (once_pointer, once_arg): New static variables.
858 (c_run_once): New static function.
859 (Once::Once, Once::run_once, Once::internal_run): New functions.
860 (class Initialize_lock_once): Remove.
861 (initialize_lock_control): Remove.
862 (initialize_lock_pointer): Remove.
863 (initialize_lock_once): Remove.
864 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
865 (Initialize_lock::initialize): Rewrite.
866 (Initialize_lock::do_run_once): New function.
867 * archive.cc (Archive::interpret_header): Only clear name if it is
868 not already empty.
869 * fileread.cc: Include "gold-threads.h"
870 (file_counts_lock): New static variable.
871 (file_counts_initialize_lock): Likewise.
872 (File_read::release): Only increment counts when using --stats.
873 Use a lock around the increment.
874 * parameters.cc (class Set_parameters_target_once): Define.
875 (set_parameters_target_once): New static variable.
876 (Parameters::Parameters): Move here from parameters.h.
877 (Parameters::set_target): Rewrite.
878 (Parameters::set_target_once): New function.
879 (Parameters::clear_target): Move here and rewrite.
880 * parameters.h (class Parameters): Update declarations. Add
881 set_parameters_target_once_ field.
882 (Parameters::Parameters): Move to parameters.cc.
883 (Parameters::clear_target): Likewise.
884 * readsyms.cc (Read_symbols::do_group): Create a Start_group
885 task.
886 (Start_group::~Start_group): New function.
887 (Start_group::is_runnable): New function.
888 (Start_group::locks, Start_group::run): New functions.
889 (Finish_group::run): Change saw_undefined to size_t.
890 * readsyms.h (class Start_group): Define.
891 (class Finish_group): Change saw_undefined_ field to size_t.
892 (Finish_group::Finish_group): Remove saw_undefined and
893 this_blocker parameters. Change all callers.
894 (Finish_group::set_saw_undefined): New function.
895 (Finish_group::set_blocker): New function.
896 * symtab.h (class Symbol_table): Change saw_undefined to return
897 size_t. Change saw_undefined_ field to size_t.
898 * target-select.cc (Set_target_once::do_run_once): New function.
899 (Target_selector::Target_selector): Initialize set_target_once_
900 field. Don't initialize lock_ and initialize_lock_ fields.
901 (Target_selector::instantiate_target): Rewrite.
902 (Target_selector::set_target): New function.
903 * target-select.h (class Set_target_once): Define.
904 (class Target_selector): Update declarations. Make
905 Set_target_once a friend. Remove lock_ and initialize_lock_
906 fields. Add set_target_once_ field.
907
fa17a3f4
ILT
9082010-02-10 Ian Lance Taylor <iant@google.com>
909
910 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
911 queueing any tasks.
912 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
913 (queue_middle_tasks): Add all blockers before queueing any tasks.
914 (queue_final_tasks): Likewise.
915 * token.h (Task_token::add_blockers): New function.
916 * object.h (Input_objects::number_of_relobjs): New function.
917
c7177d31
ILT
9182010-02-10 Ian Lance Taylor <iant@google.com>
919
5de0e392
ILT
920 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
921 shared, not if not position independent.
922 * x86_64.cc (Relocate::relocate_tls): Likewise.
923 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
924 (tls_pie_pic_test): New target.
925 * testsuite/Makefile.in: Rebuild.
926
c7177d31
ILT
927 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
928 (tls_test_main_pie.o, tls_test_pie.o): New targets.
929 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
930 * testsuite/Makefile.in: Rebuild.
931
684b268a
DM
9322010-02-09 David S. Miller <davem@davemloft.net>
933
934 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
935 R_SPARC_RELATIVE using ->add_local_relative().
936 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
937
612a8d3d
DM
938 * output.h (Output_data_dynamic::add_section_size): New method
939 that takes two Output_data objects.
940 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
941 entry param. Handle it in initializers.
942 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
943 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
944 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
945 arg.
946 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
947 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
948 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
949 for dynrel_includes_plt.
950 * i386.cc (Target_i386::do_finalize_sections): Likewise.
951 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
952 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
953 before .rela.plt
954 (Target_sparc::do_finalize_sections): Update to pass true for
955 dynrel_includes_plt.
956 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
957 output before .rela.plt
958 (Target_powerpc::do_finalize_sections): Update to pass true for
959 dynrel_includes_plt when 32-bit.
960
cb1be87e
DK
9612010-02-08 Doug Kwan <dougkwan@google.com>
962
963 * arm.cc (Arm_relobj::simple_input_section_output_address): New
964 method.
965 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
966 Arm_relobj::scan_section_for_cortex_a8_stubs,
967 Arm_relobj::do_relocation_section): Instead of calling
968 Output_section::output_address, use faster
969 Arm_relobj::simple_input_section_output_address.
970
705b5121
DM
9712010-02-08 David S. Miller <davem@davemloft.net>
972
973 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
974 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
975 relocation helper function.
976
024c4466
DM
977 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
978 just like R_SPARC_GOT{10,13,22}.
979 (Target_sparc::Scan::local): Likewise.
980 (Target_sparc::Relocate:relocate): Likewise.
981
9109c078
ILT
9822010-02-06 Ian Lance Taylor <iant@google.com>
983
984 * configure.ac: Rewrite targetobjs duplicate removal code to use
985 only shell constructs.
986 * configure: Rebuild.
987
cf846138
DK
9882010-02-05 Doug Kwan <dougkwan@google.com>
989
990 PR 11247
991 * arm.cc (Arm_relobj::section_is_scannable): New method.
992 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
993 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
994
6cfaf60b
DK
9952010-02-04 Doug Kwan <dougkwan@google.com>
996
997 PR 11247
998 * arm-reloc-property.cc (cstdio): Include.
999 * configure.ac (targetobjs): Remove duplicates.
1000 * configure: Regenerate.
1001 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
1002 big and little endian version for a given address size.
1003
5c57f1be
DK
10042010-02-03 Doug Kwan <dougkwan@google.com>
1005
1006 * arm-reloc-property.cc
1007 (Arm_reloc_property_table::reloc_name_in_error_message): New method
1008 definition.
1009 * arm-reloc-property.h
1010 (Arm_reloc_property_table::get_implemented_static_reloc_property):
1011 New method definition.
1012 (Arm_reloc_property_table::reloc_name_in_error_message): New method
1013 declaration.
1014 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
1015 overflow to N.
1016 (GOT_PREL): Change implemented to Y.
1017 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
1018 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
1019 (Arm_relocate_functions::movw_abs_nc): Remove method.
1020 (Arm_relocate_functions::movt_abs): Ditto.
1021 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
1022 (Arm_relocate_functions::thm_movt_abs): Ditto.
1023 (Arm_relocate_functions::movw_rel_nc): Ditto.
1024 (Arm_relocate_functions::movw_rel): Ditto.
1025 (Arm_relocate_functions::movt_rel): Ditto.
1026 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
1027 (Arm_relocate_functions:thm_movw_rel): Ditto.
1028 (Arm_relocate_functions:thm_movt_rel): Ditto.
1029 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
1030 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
1031 New method definitions.
1032 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
1033 (Arm_relocation_functions::arm_grp_ldr): Ditto.
1034 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
1035 (Arm_relocation_functions::arm_grp_ldc): Ditto.
1036 (Target_arm::Relocate::relocate): Check for non-static or
1037 unimplemented relocation code and exit early. Change calls to
1038 Target_arm::reloc_uses_thumb_bit and
1039 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
1040 instead. Refactor code to handle similar relocations to increase
1041 code sharing. Remove check for unsupported relocation code in switch
1042 statement.
1043 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
1044 relocation property table to find out size. Change error message to
1045 print out the name of a relocation code instead of the numeric value.
1046 (Target_arm::scan_reloc_for_stub): Use relocation property table
1047 instead of calling Target_arm::reloc_uses_thumb_bit().
1048
218c5831
DK
10492010-02-02 Doug Kwan <dougkwan@google.com>
1050
1051 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
1052 types of relaxed input section.
1053
0d31c79d
DK
10542010-02-02 Doug Kwan <dougkwan@google.com>
1055
1056 * Makefile.am (HFILES): Add arm-reloc-property.h.
1057 (DEFFILES): New.
1058 (TARGETSOURCES): Add arm-reloc-property.cc
1059 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
1060 (libgold_a_SOURCES): $(DEFFILES)
1061 * Makefile.in: Regenerate.
1062 * arm-reloc-property.cc: New file.
1063 * arm-reloc-property.h: New file.
1064 * arm-reloc.def: New file.
1065 * arm.cc: Update comments.
1066 (arm-reloc-property.h): New included header.
1067 (arm_reloc_property_table): New global variable.
1068 (Target_arm::do_select_as_default_target): New method definition.
1069 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
1070 arm-reloc-property to targ_extra_obj.
1071 * parameters.cc (set_parameters_target): Call
1072 Target::select_as_default_target().
1073 * target.h (Target::select_as_default_target): New method definition.
1074 (Target::do_select_as_default_target): Same.
1075
546c7457
DK
10762010-02-01 Doug Kwan <dougkwan@google.com>
1077
1078 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
1079 first_output_text_section_.
1080 (Arm_exidx_fixup::first_output_text_section): New method definition.
1081 (Arm_exidx_fixup::first_output_text_section_): New data member.
1082 (Arm_exidx_fixup::process_exidx_section): Record the first text
1083 output section seen.
1084 (Arm_output_section::fix_exidx_coverage): Set correct linked section
1085 and entsize in output section header.
1086
11b861d5
DK
10872010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1088
1089 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
1090 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
1091 (Arm_relocate_functions::thm_alu11): New Method.
1092 (Arm_relocate_functions::thm_pc8): New Method.
1093 (Arm_relocate_functions::thm_pc12): New Method.
1094 (Target_arm::Scan::local): Handle the relocations.
1095 (Target_arm::Scan::global): Likewise.
1096 (Target_arm::Relocate::relocate): Likewise.
1097 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
1098
c9a2c125
DK
10992010-01-29 Doug Kwan <dougkwan@google.com>
1100
1101 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
1102 of relocation types as ld.
1103
1521477a
DK
11042010-01-29 Doug Kwan <dougkwan@google.com>
1105
1106 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
1107 to public.
1108 (Arm_relocate_functions::thumb_branch_common): Ditto.
1109 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
1110 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
1111 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
1112 Arm_relocate_functions::jump24): Remove.
1113 (Target_arm::Relocate::relocate): Adjust code to call
1114 Arm_relocation_functions::arm_branch_common and
1115 Arm_relocation_functions::thumb_branch_common instead of their removed
1116 wrappers. Merge switch-cases together to reduce source code size.
1117
e7eca48c
DK
11182010-01-29 Doug Kwan <dougkwan@google.com>
1119
1120 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
1121 output_local_symbol_count_needs_update_.
1122 (Arm_relobj::output_local_symbol_count_needs_update,
1123 Arm_relobj::set_output_local_symbol_count_needs_update,
1124 Arm_relobj::update_output_local_symbol_count): New methods.
1125 (Arm_relobj::output_local_symbol_count_needs_update_): New data
1126 member.
1127 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
1128 of pointed function as in a R_ARM_PREL31 relocation.
1129 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
1130 for output local symbol count updating.
1131 (Target_arm::do_relax): Update output local symbol counts in objects
1132 if necessary.
1133 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
1134
02961d7e
ILT
11352010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1136
1137 * arm.cc: Added support for the ARM relocations:
1138 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
1139 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
1140 (Arm_relocate_functions::movw_rel_nc): Renamed (was
1141 movw_prel_nc).
1142 (Arm_relocate_functions::movw_rel): New method.
1143 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
1144 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
1145 thm_movw_prel_nc).
1146 (Arm_relocate_functions::thm_movw_rel): New method.
1147 (Arm_relocate_functions::thm_movt_rel): Renamed (was
1148 thm_movt_prel).
1149 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
1150 relocations.
1151 (Target_arm::Scan::global): Likewise.
1152 (Target_arm::Relocate::relocate): Likewise.
1153 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1154 Likewise.
1155
b10d2873
ILT
11562010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1157
1158 * arm.cc: Added support for ARM group relocations.
1159 (Target_arm::reloc_needs_sym_origin): New method.
1160 (Arm_relocate_functions::calc_grp_kn): New method.
1161 (Arm_relocate_functions::calc_grp_residual): New method.
1162 (Arm_relocate_functions::calc_grp_gn): New method.
1163 (Arm_relocate_functions::arm_grp_alu): New Method.
1164 (Arm_relocate_functions::arm_grp_ldr): New Method.
1165 (Arm_relocate_functions::arm_grp_ldrs): New Method.
1166 (Arm_relocate_functions::arm_grp_ldc): New Method.
1167 (Target_arm::Scan::local): Handle the ARM group relocations.
1168 (Target_arm::Scan::global): Likewise.
1169 (Target_arm::Relocate::relocate): Likewise.
1170 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1171 Likewise.
1172
2b328d4e
DK
11732010-01-26 Doug Kwan <dougkwan@google.com>
1174
1175 * arm.cc (set): Include.
1176 (class Arm_exidx_fixup): Change type of last_input_section_ to const
1177 pointer type.
1178 (Arm_output_section::Text_section_list): New type.
1179 (Arm_output_section::append_text_sections_to_list): New method.
1180 (Arm_output_section::fix_exidx_coverage): Ditto.
1181 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
1182 (Arm_relobj::convert_input_section_to_relaxed_section): Use
1183 Relobj::set_section_offset() instead of
1184 Sized_relobj::invalidate_section_offset().
1185 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
1186 parameter for section headers. Ignore relocation sections for
1187 unallocated sections and EXIDX sections.
1188 (Target_arm::fix_exidx_coverage): New method.
1189 (Target_arm::output_section_address_less_than): New type.
1190 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
1191 linked text section instead of the EXIDX section.
1192 (Arm_output_section::create_stub_group): Add an assertion to check
1193 that this is not an EXIDX output section.
1194 (Arm_output_section::append_text_sections_to_list): New method.
1195 (Arm_output_section::fix_exidx_coverage): Ditto.
1196 (Arm_relobj::scan_sections_for_stubs): Adjust call to
1197 Arm_relobj::section_needs_reloc_stub_scanning.
1198 (Target_arm::do_relax): Fix EXIDX output section coverage in the
1199 first pass.
1200 (Target_arm::fix_exidx_coverage): New method.
1201 * object.h (Relobj::set_output_section): New method.
1202 (Sized_relobj::invalidate_section_offset): Remove method.
1203 (Sized_relobj::do_invalidate_section_offset): Remove method.
1204 (Sized_relobj::do_set_section_offset): Handle offset value -1.
1205
c7f3c371
DK
12062010-01-25 Doug Kwan <dougkwan@google.com>
1207
1208 * arm.cc (Arm_exidx_merged_section::do_output_offset):
1209 Fix warning due to signed and unsigned comparison on a 32-bit host.
1210
8923b24c
DK
12112010-01-22 Doug Kwan <dougkwan@google.com>
1212
1213 * arm.cc (Target_arm::do_relax): Record an output section for section
1214 offset adjustment it contains any stub table that has changed.
1215 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
1216 offsets in an output section if necessary.
1217 * output.cc (Output_section::Output_section): Initialize
1218 section_offsets_need_adjustments_.
1219 (Output_section::add_input_section_for_script): Renamed to
1220 Output_section::add_simple_input_section.
1221 (Output_section::save_states): Add a comment.
1222 (Output_section::discard_states): New method defintion.
1223 (Output_section::adjust_section_offsets): Same.
1224 * output.h (Output_section::add_input_section_for_script): Renamed to
1225 Output_section::add_simple_input_section.
1226 (Output_section::discard_states): New method declaration.
1227 (Output_section::adjust_section_offsets): Same.
1228 (Output_section::section_offsets_need_adjustment,
1229 Output_section::set_section_offsets_need_adjustment): New method
1230 definitions.
1231 (Output_section::section_offsets_need_adjustment_): New data member.
1232 * script-sections.cc
1233 (Output_section_element_input::set_section_address): Adjust code for
1234 renaming of Output_section::add_input_section_for_script.
1235 (Orphan_output_section::set_section_address): Same.
1236
9b2fd367
DK
12372010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1238
1239 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
1240 Fix_v4bx enum values .
1241 * gold/options.h (General_options): New option definitions.
1242 (General_options::fix_v4bx): New method.
1243 (General_options::Fix_v4bx): New enum.
1244 * gold/options.cc (General_options::parse_fix_v4bx): New method.
1245 (General_options::parse_fix_v4bx_interworking): New method.
1246
80d0d023
DK
12472010-01-22 Doug Kwan <dougkwan@google.com>
1248
1249 * arm.cc (Arm_exidx_fixup): New class.
1250
af2cdeae
DK
12512010-01-21 Doug Kwan <dougkwan@google.com>
1252
1253 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
1254 classes.
1255 (Arm_exidx_section_offset_map): New type.
1256
993d07c1
DK
12572010-01-21 Doug Kwan <dougkwan@google.com>
1258
1259 * arm.cc (Arm_exidx_input_section): New class.
1260 (Arm_relobj::exidx_input_section_by_link,
1261 Arm_relobj::exidx_input_section_by_shndx,
1262 Arm_relobj::make_exidx_input_section): New methods.
1263 (read_arm_attributes_section): Remove.
1264 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
1265 information about them.
1266 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
1267 to here.
1268
5ac169d4
DK
12692010-01-20 Doug Kwan <dougkwan@google.com>
1270
1271 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
1272 Input_section_specifier to Section_id.
1273 (Target_arm::new_arm_input_section: Adjust code for change of key
1274 type.
1275 (Target_arm::find_arm_input_section): Ditto.
1276 * gc.h (object.h): Include for Section_id nand Section_id_hash.
1277 (Section_id): Remove.
1278 (Garbage_collection::Section_id_hash): Remove.
1279 * icf.h (object.h): Include for Section_id nand Section_id_hash.
1280 (Section_id): Remove.
1281 (Icf::Section_id_hash): Remove.
1282 * object.h (Section_id, Const_section_id, Section_id_hash,
1283 Const_section_id_hash): New type definitions.
1284 * output.cc (Output_section::add_relaxed_input_section): Change to
1285 use Const_section_id instead of Input_section_specifier as key type.
1286 (Output_section::add_merge_input_section): Ditto.
1287 (Output_section::build_relaxation_map): Change to use Section_id
1288 instead of Input_section_specifier as key type.
1289 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
1290 Ditto.
1291 (Output_section::convert_input_sections_to_relaxed_sections): Change
1292 to use Const_section_id instead of Input_section_specifier as key type.
1293 (Output_section::find_merge_section): Ditto.
1294 (Output_section::find_relaxed_input_section): Ditto.
1295 * output.h (Input_section_specifier): Remove class.
1296 (Output_section::Output_section_data_by_input_section_map): Change
1297 key type to Const_section_id.
1298 (Output_section::Output_relaxed_input_section_by_input_section_map):
1299 Ditto.
1300 (Output_section::Relaxation_map): Change key type to Section_id.
1301
a2162063
ILT
13022010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1303
1304 * gold/arm.cc: Added support for R_ARM_V4BX relocation
1305 (class Arm_v4bx_stub): New class.
1306 (DEF_STUBS): Updated definition to support v4_veneer_bx.
1307 (Stub_factory::make_arm_v4bx_stub): New method.
1308 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
1309 (Stub_table::empty): Handle v4bx stubs.
1310 (Stub_table::add_arm_v4bx_stub): New method.
1311 (Stub_table::find_arm_v4bx_stub): New method.
1312 (Arm_relocate_functions::v4bx): New method.
1313 (Target_arm::fix_v4bx): New method.
1314 (Target_arm::Target_arm): Handle R_ARM_V4BX.
1315 (Stub_table::relocate_stubs): Likewise.
1316 (Stub_table::do_write): Likewise.
1317 (Stub_table::update_data_size_and_addralign): Likewise.
1318 (Stub_table::finalize_stubs): Likewise.
1319 (Target_arm::Scan::local): Likewise.
1320 (Target_arm::Scan::global): Likewise.
1321 (Target_arm::do_finalize_sections): Likewise.
1322 (Target_arm::Relocate::relocate): Likewise.
1323 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1324 Likewise.
1325 (Target_arm::scan_reloc_for_stub): Likewise.
1326 (Target_arm::scan_reloc_section_for_stubs): Likewise.
1327
5696ab0b
ILT
13282010-01-19 Ian Lance Taylor <iant@google.com>
1329
1330 * output.cc (Output_section_headers::do_sized_write): Write large
1331 segment count to sh_info field.
1332 (Output_file_header::do_sized_write): For large segment count,
1333 write PN_XNUM to e_phnum field.
1334
800d0f56
ILT
13352010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1336
1337 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
1338 (Arm_relocate_functions::thm_jump8): New function.
1339 (Arm_relocate_functions::thm_jump11): New function.
1340 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
1341 R_ARM_THM_JUMP11.
1342 (Target_arm::Scan::global): Likewise.
1343 (Target_arm::Relocate::relocate): Likewise.
1344 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1345 Likewise.
1346
41263c05
DK
13472010-01-14 Doug Kwan <dougkwan@google.com>
1348
1349 * arm.cc (map, utility): Include headers.
1350 (Target_arm::apply_cortex_a8_workaround): New method.
1351 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
1352 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
1353 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
1354 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
1355 the --[no-]fix-cortex-a8 command line options.
1356 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
1357 (Target_arm::relocate_stub): Use addend in instruction template.
1358 * options.h (DEFINE_bool): Set the user-set flag.
1359 (General_options): Add --[no-]-fix-cortex options.
1360 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
1361 : Update fast look-up map after conversion.
1362
459e9b03
ST
13632010-01-14 Sriraman Tallam <tmsriram@google.com>
1364
1365 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
1366 in the first pass of do_layout.
1367
b521dfe4
DK
13682010-01-13 Doug Kwan <dougkwan@google.com>
1369
1370 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
1371 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
1372 apparent compiler problem of not folding static constant integral
1373 data members of elfcpp::Elf_sizes<32>.
1374
44272192
DK
13752010-01-13 Doug Kwan <dougkwan@google.com>
1376
1377 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
1378 Arm_relobj::section_needs_cortex_a8_stub_scanning,
1379 Arm_relobj::scan_section_for_cortex_a8_erratum,
1380 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
1381 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
1382 sections to scan for relocation stubs into a new method
1383 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
1384 relocation and Cortex-A8 stub scanning.
1385 (Target_arm::do_relax): Force stubs to be after stubbed sections
1386 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
1387 the beginning of a new relaxation pass. Update a comment.
1388 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
1389
44b71ece
ILT
13902010-01-12 Ian Lance Taylor <iant@google.com>
1391
1392 * target-reloc.h (visibility_error): New inline function.
1393 (relocate_section): Call visibility_error.
1394 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
1395 (MOSTLYCLEANFILES): Likewise.
1396 (protected_4_pic.o, protected_3.err): New targets.
1397 * testsuite/protected_4.cc: New file.
1398
a120bc7f
DK
13992010-01-12 Doug Kwan <dougkwan@google.com>
1400
1401 * arm.cc (Cortex_a8_reloc): New class.
1402 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
1403 and cortex_a8_relocs_info_.
1404 (Target_arm::fix_cortex_a8): New method definition.
1405 (Target_arm::Cortex_a8_relocs_info): New type.
1406 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
1407 New data member declarations.
1408 (Target_arm::scan_reloc_for_stub): Record information about
1409 relocations for THUMB branches that might be exempted from the
1410 Cortex-A8 workaround.
1411 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
1412 at the beginning of a relaxation pass.
1413
20138696
DK
14142010-01-12 Doug Kwan <dougkwan@google.com>
1415
1416 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
1417 (Arm_relobj::Mapping_symbol_position,
1418 Arm_reloj::Mapping_symbol_position_less,
1419 Arm_relobj::Mapping_symbols_info): New types.
1420 (Target_arm::is_mapping_symbol_name): New method definition.
1421 (Arm_relobj::do_count_local_symbols): Save information about mapping
1422 symbols.
1423
089d69dc
DK
14242010-01-11 Doug Kwan <dougkwan@google.com>
1425
1426 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
1427 Arm_relocate_functions::thumb32_branch_upper,
1428 Arm_relocate_functions::thumb32_branch_lower,
1429 Arm_relocate_functions::thumb32_cond_branch_offset,
1430 Arm_relocate_functions::thumb32_cond_branch_upper,
1431 Arm_relocate_functions::thumb32_cond_branch_lower,
1432 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
1433 branch offset encoding.
1434 (Arm_relocate_functions::thumb_branch_common): Use new branch
1435 offset encoding methods to avoid code duplication.
1436 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
1437 (Stub_addend_reader::operator()): Use new branch encoding method
1438 to avoid code duplication.
1439
99e5bff2
DK
14402010-01-11 Doug Kwan <dougkwan@google.com>
1441
1442 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
1443 (Target_arm::do_finalize_sections): Define special EXIDX section
1444 symbols only if referenced.
1445 * gc.h (Garbage_collection::add_reference): New method.
1446 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
1447 code duplication.
1448
98e090bd
ILT
14492010-01-11 Ian Lance Taylor <iant@google.com>
1450
d0a91bd8
ILT
1451 * script.cc (Version_script_info::build_expression_list_lookup):
1452 Change complaing about duplicate wildcard match from error to
1453 warning.
1454
98e090bd
ILT
1455 * script.cc (class Lazy_demangler): Recreate--revert part of patch
1456 of 2009-12-30.
1457 (Version_script_info::Version_script_info): Initialize globs_,
1458 default_version_, default_is_global_, and exact_. Don't
1459 initialize globals_ or locals_.
1460 (Version_script_info::build_lookup_tables): Build local symbols
1461 first.
1462 (Version_script_info::unquote): New function.
1463 (Version_script_info::add_exact_match): New function.
1464 (Version_script_info::build_expression_list_lookup): Remove lookup
1465 parameter. Add is_global parameter. Change all callers. Handle
1466 wildcard pattern specially. Unquote pattern. Call
1467 add_exact_match.
1468 (Version_script_info::get_name_to_match): New function.
1469 (Version_script_info::get_symbol_version): New function.
1470 (Version_script_info::get_symbol_version_helper): Remove.
1471 (Version_script_info::check_unmatched_names): Call unquote.
1472 * script.h (class Version_script_info): Change get_symbol_version
1473 to be non-inline and add is_global parameter; change all callers.
1474 Rewrite symbol_is_local. Update declarations. Define struct
1475 Version_tree_match, Exact, Globs. Don't define struct Lookup.
1476 Remove globals_ and locals_ members. Add exact_, globs_,
1477 default_version_, is_global_.
1478 (Version_script_info::Glob): Remove pattern, add expression and
1479 is_global. Update constructor. Change all callers.
1480 * dynobj.cc (Versions::finalize): Mark the version symbol as the
1481 default version.
1482 (Versions::symbol_section_contents): If a symbol is undefined, or
1483 defined in a dynamic object, set the version index to
1484 VER_NDX_LOCAL.
1485 * symtab.cc (Symbol_table::add_from_relobj): Don't call
1486 symbol_is_local.
1487 (Symbol_table::add_from_pluginobj): Likewise.
1488 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
1489
d56962d3
DK
14902010-01-11 Doug Kwan <dougkwan@google.com>
1491
1492 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
1493 (incremental_dump_LDADD): Add linking option for libintl.
1494 * Makefile.in: Regenerate.
1495
94e6ee91
L
14962010-01-11 H.J. Lu <hongjiu.lu@intel.com>
1497
1498 PR gold/11144
1499 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
1500 instead of -Ds.
1501 * testsuite/Makefile.in: Regenerated.
1502
e96c574b
DK
15032010-01-10 Doug Kwan <dougkwan@google.com>
1504
1505 * options.h (DEFINE_var): Use parentheses around argument varname__
1506 in macro body to avoid any unintended subsequent substitutions.
1507
7198066b
ILT
15082010-01-10 Ian Lance Taylor <iant@google.com>
1509
ba4d53bf
ILT
1510 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
1511 candidates before doing symbol resolution.
1512
7198066b
ILT
1513 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
1514 ODR candidates if only one is weak.
1515
a2beed37
ILT
15162010-01-08 Ian Lance Taylor <iant@google.com>
1517
1518 * script.cc (Version_script_info::build_expression_list_lookup):
1519 Don't warn about ambiguous version, just record the ambiguity.
1520 (Version_script_info::get_symbol_version_helper): Give error if
1521 version is ambiguous.
1522
2fb7225c
DK
15232010-01-08 Doug Kwan <dougkwan@google.com>
1524
1525 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
1526 prev_data_size_ and prev_addralign_. Remove initializer for
1527 deleted data member has_been_changed_.
1528 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
1529 to determine if the table is empty.
1530 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
1531 Remove.
1532 (Stub_table::add_reloc_stub): Define method in class definition
1533 instead of just declaring it there.
1534 (Stub_table::add_cortex_a8_stub): New method definition.
1535 (Stub_table::update_data_size_and_addralign): Ditto.
1536 (Stub_table::finalize_stubs): Ditto.
1537 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
1538 (Stub_table::do_addralign_): Return address alignment in the
1539 (Stub_table::do_reset_address_and_file_offset): Define method in
1540 class definition instead of declaring it there. Set current data
1541 size to be the data size of the previous pass.
1542 (Stub_table::set_final_data_size): Use current data size as the
1543 final data size.
1544 (Stub_table::relocate_stub): Change parameter type of stub from
1545 Reloc_stub pointer to Stub pointer.
1546 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
1547 (Stub_table::Cortex_a8_stub_list): New typedef.
1548 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
1549 Stub_table::prev_addralign_): New data member.
1550 (Arm_relobj::Arm_relobj): Initialize data member
1551 section_has_cortex_a8_workaround_.
1552 (Arm_relobj::section_has_cortex_a8_workaround,
1553 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
1554 definitions.
1555 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
1556 declarations.
1557 (Target_arm::relocate_stub): Change parameter type of stub from
1558 Reloc_stub pointer to Stub pointer.
1559 (Insn_template::size, Insn_template::alignment): Handle
1560 THUMB16_SPECIAL_TYPE.
1561 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
1562 Stub_table::update_data_size_and_addralign,
1563 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
1564 definitions.
1565 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
1566 (Stub_table::do_write): Ditto.
1567 (Target_arm::do_relax): Adjust code for changes in Stub_table.
1568
880cd20d
ILT
15692010-01-08 Ian Lance Taylor <iant@google.com>
1570
1571 PR 11108
1572 * symtab.h (class Symbol): Remove fields is_target_special_ and
1573 has_plt_offset_. Add field is_defined_in_discarded_section_.
1574 (Symbol::is_defined_in_discarded_section): New function.
1575 (Symbol::set_is_defined_in_discarded_section): New function.
1576 (Symbol::has_plt_offset): Rewrite.
1577 (Symbol::set_plt_offset): Verify that new offset is not -1U.
1578 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
1579 Don't initialize is_target_special_ or has_plt_offset_.
1580 Initialize is_defined_in_discarded_section_.
1581 (Symbol_table::add_from_relobj): If appropriate, set
1582 is_defined_in_discarded_section.
1583 * resolve.cc (Symbol::override_base_with_special): Don't test
1584 is_target_special_. Change has_plt_offset_ to has_plt_offset().
1585 * target-reloc.h (relocate_section): Do special handling for
1586 symbols defined in discarded sections for global symbols as well
1587 as local symbols.
1588
2703e3eb
ILT
15892010-01-08 Ian Lance Taylor <iant@google.com>
1590
1591 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
1592 the SHT_SYMTAB case.
1593
339d40a3
ILT
15942010-01-08 Ian Lance Taylor <iant@google.com>
1595
1596 * object.cc (Sized_relobj::do_layout): Don't get confused if
1597 layout_eh_frame returns NULL.
1598
abecea76
ILT
15992010-01-08 Ian Lance Taylor <iant@google.com>
1600
1601 PR 11084
1602 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
1603 dynamic symbol table, use the normal symbol table.
1604 (Sized_dynobj::do_read_symbols): Remove assertion about type of
1605 symbol table.
1606
6b7dd3f3
ILT
16072010-01-08 Ian Lance Taylor <iant@google.com>
1608
1609 PR 11072
1610 * layout.cc (Layout::include_section): Remove .gnu_debuglink
1611 sections.
1612
36c50e63
L
16132010-01-08 H.J. Lu <hongjiu.lu@intel.com>
1614
1615 * version.cc (print_version): Change to "Copyright 2010".
1616
e291e7b9
ILT
16172010-01-08 Ian Lance Taylor <iant@google.com>
1618
1619 PR 10287
1620 PR 11063
1621 * i386.cc (class Target_i386): Change return type of plt_section
1622 to be non-const.
1623 (class Output_data_plt_i386): Add tls_desc_rel_ field.
1624 (Output_data_plt_i386::Output_data_plt_i386): Initialize
1625 tls_desc_rel_ field.
1626 (Output_data_plt_i386::rel_tls_desc): New function.
1627 (Target_i386::rel_tls_desc_section): New function.
1628 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
1629 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
1630 R_386_TLS_DESC reloc in rel_tls_desc_section.
1631 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
1632 Define struct Tlsdesc_info.
1633 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
1634 (Target_x86_64::do_reloc_symbol_index): New function.
1635 (Target_x86_64::add_tlsdesc_info): New function.
1636 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
1637 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
1638 tlsdesc_rel_ field.
1639 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
1640 all callers.
1641 (Output_data_plt_x86_64::rela_tlsdesc): New function.
1642 (Target_x86_64::rela_tlsdesc_section): New function.
1643 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
1644 handling.
1645 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
1646 (Target_x86_64::do_reloc_addend): New function.
1647 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
1648 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
1649 declarations. Define TARGET_CODE. Add arg field to u1_ union.
1650 (Output_reloc::type): New function.
1651 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
1652 (Output_reloc::is_target_specific): New function.
1653 (Output_reloc::target_arg): New function.
1654 (class Output_reloc) [SHT_RELA]: Add four new constructors for
1655 absolute relocs and target specific relocs.
1656 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
1657 add_target_specific.
1658 (class Output_data_reloc) [SHT_RELA]: Likewise.
1659 * output.cc (Output_reloc::Output_reloc): Add four new versions
1660 for absolute relocs and target specific relocs.
1661 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
1662 (Output_reloc::get_symbol_index): Likewise.
1663 (Output_reloc::local_section_offset): Check that local_sym_index_
1664 is not TARGET_CODE or 0.
1665 (Output_reloc::symbol_value): Likewise.
1666 (Output_reloc::write) [SHT_RELA]: Call target for target specific
1667 reloc.
1668 * target.h (class Target): Add reloc_symbol_index and reloc_addend
1669 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
1670 functions.
1671 * layout.cc (add_target_dynamic_tags): Use output section for
1672 DT_PLTRELSZ and DT_JMPREL.
1673
3a44184e
ILT
16742010-01-07 Ian Lance Taylor <iant@google.com>
1675
1676 PR 11061
1677 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
1678 function.
1679 (class Output_data_reloc_generic): Define.
1680 (class Output_data_reloc_base): Change base class to
1681 Output_data_reloc_generic. Change add() method to call
1682 bump_relative_reloc_count for a relative reloc. Remove
1683 sort_relocs_ field.
1684 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
1685 to sort_relocs().
1686 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
1687 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
1688 appropriate.
1689 * layout.h (class Layout): Update declaration.
1690
ea715a34
ILT
16912010-01-07 Ian Lance Taylor <iant@google.com>
1692
1693 * output.h (class Output_data): Add const version of
1694 output_section and do_output_section.
1695 (class Output_section_data): Add const version of
1696 do_output_section.
1697 (class Output_section): Likewise.
1698 * layout.cc (Layout::add_target_dynamic_tags): New function.
1699 * layout.h (class Layout): Update declarations.
1700 * arm.cc (Target_arm::do_finalize_sections): Use
1701 add_target_dynamic_tags.
1702 * i386.cc (Target_i386::do_finalize_sections): Likewise.
1703 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
1704 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
1705 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
1706
659948a4
ILT
17072010-01-07 Ian Lance Taylor <iant@google.com>
1708
1709 PR 11042
1710 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
1711 object as needed.
1712
9d3b86f6
ILT
17132010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
1714 Ian Lance Taylor <iant@google.com>
1715
1716 PR 11019
1717 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
1718 Xindex::read_symtab_xindex.
1719
bb0d3eb0
DK
17202010-01-07 Doug Kwan <dougkwan@google.com>
1721
1722 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
1723 (Insn_template::thumb16_bcond_insn): New method declaration.
1724 (Insn_template): Fix spelling.
1725 (Stub::thumb16_special): New method declaration.
1726 (Stub::do_write): Define virtual method which was previously pure
1727 virtual.
1728 (Stub::do_thumb16_special): New method declaration.
1729 (Stub::do_fixed_endian_write): New template member.
1730 (Reloc_stub::do_write): Remove.
1731 (Reloc_stub::do_fixed_endian_write): Remove.
1732 (Cortex_a8_stub): New class definition.
1733 (Stub_factory::make_cortex_a8_stub): New method definition.
1734 (Stub_factory::Stub_factory): Add missing static storage class
1735 qualifier for elf32_arm_stub_a8_veneer_blx.
1736
ffeef7df
ILT
17372010-01-07 Ian Lance Taylor <iant@google.com>
1738
dc3f80fe
ILT
1739 PR 10980
1740 * options.h (class General_options): Add --warn-unresolved-symbols
1741 and --error-unresolved-symbols.
1742 * errors.cc (Errors::undefined_symbol): Implement
1743 --warn-unresolved-symbols.
1744
ffeef7df
ILT
1745 * options.h (class General_options): Add -z text and -z textoff.
1746 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
1747
f1ec9ded
ST
17482010-01-06 Sriraman Tallam <tmsriram@google.com>
1749
1750 * gc.h (Garbage_collection::Cident_section_map): New typedef.
1751 (Garbage_collection::cident_sections): New function.
1752 (Garbage_collection::add_cident_section): New function.
1753 (Garbage_collection::cident_sections_): New member.
1754 (gc_process_relocs): Add references to sections whose names are C
1755 identifiers.
1756 * gold.h (cident_section_start_prefix): New constant.
1757 (cident_section_stop_prefix): New constant.
1758 (is_cident): New function.
1759 * layout.cc (Layout::define_section_symbols): Replace string constants
1760 with the newly defined constants.
1761 * object.cc (Sized_relobj::do_layout): Track sections whose names are
1762 C identifiers.
1763 * testsuite/Makefile.am: Add gc_orphan_section_test.
1764 * testsuite/Makefile.in: Regenerate.
1765 * testsuite/gc_orphan_section_test.cc: New file.
1766 * testsuite/gc_orphan_section_test.sh: New file.
1767
6eda8c29
ILT
17682010-01-06 Ian Lance Taylor <iant@google.com>
1769
b9674e17
ILT
1770 PR 10980
1771 * options.h (class General_options): Add --warn-shared-textrel.
1772 * layout.cc (Layout::finish_dynamic_section): Implement
1773 --warn-shared-textrel.
1774
6eda8c29
ILT
1775 PR 10980
1776 * options.h (class General_options): Add --warn-multiple-gp.
1777
32dcd44e
ILT
17782010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1779
1780 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
1781 $(THREADSLIB) and $(LIBDL).
1782 * Makefile.in: Rebuild.
1783
a192ba05
ILT
17842010-01-06 Ian Lance Taylor <iant@google.com>
1785
1786 PR 10980
1787 * options.cc (General_options::parse_section_start): New function.
1788 (General_options::section_start): New function.
1789 (General_options::General_options): Initialize all members.
1790 * options.h: Include <map>
1791 (class General_options): Add --section-start. Add section_starts_
1792 member.
1793 * layout.cc (Layout::attach_allocated_section_to_segment): If
1794 --section-start was used, set the address of the segment. Remove
1795 local sort_sections.
1796 (Layout::relaxation_loop_body): If the address of the load segment
1797 has been set by --section-start, don't use it.
1798 * output.h (Output_segment::update_flags_for_output_section): New
1799 function.
1800 * output.cc (Output_segment::add_output_section): Call
1801 update_flags_for_output_section.
1802
dde3f402
ILT
18032010-01-05 Ian Lance Taylor <iant@google.com>
1804
62dfdd4d
ILT
1805 PR 10980
1806 * options.h (class General_options): Add --undefined-version.
1807 * script.cc (struct Version_expression): Add was_matched_by_symbol
1808 field.
1809 (Version_script_info::matched_symbol): New function.
1810 (Version_script_info::get_symbol_version_helper): Call
1811 matched_symbol.
1812 (Version_script_info::check_unmatched_names): New function.
1813 * script.h (class Version_script_info): Update declarations.
1814 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
1815
9c4ae156
ILT
1816 * options.h (class General_options): Use DEFINE_bool_alias for
1817 allow_multiple_definition.
1818 * resolve.cc (Symbol_table::should_override): Don't test
1819 allow_multiple_definition.
1820
dde3f402
ILT
1821 PR 10980
1822 * options.h (class General_options): Add --cref.
1823 * main.cc (main): Print cref table if --cref. Don't close mapfile
1824 until after printing cref table.
1825 * cref.cc: Include "symtab.h".
1826 (class Cref_inputs): Define Cref_table_compare and Cref_table.
1827 (Cref_table_compare::operator()): New function.
1828 (Cref_inputs::gather_cref): New function.
1829 (filecol): New static const.
1830 (Cref_inputs::print_cref): New function.
1831 (Cref::print_cref): New function.
1832 * cref.h: Include <cstdio>.
1833 (class Cref): Update declarations.
1834 * mapfile.h (Mapfile::file): New function.
1835 * object.h (class Object): Define Symbols. Declare virtual
1836 do_get_global_symbols.
1837 (Object::get_global_symbols): New function.
1838 * object.cc (Input_objects::add_object): Pass object to cref_ if
1839 --cref.
1840 (Input_objects::archive_start): Likewise.
1841 (Input_objects::archive_stop): Likewise.
1842 (Input_objects::print_cref): New function.
1843 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
1844 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
1845 --cref.
1846 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
1847 function.
1848 * plugin.h (class Sized_pluginobj): Update declarations.
1849
8781f709
ILT
18502010-01-05 Ian Lance Taylor <iant@google.com>
1851
1852 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
1853 to is_default_version. Rename insdef to insdefault.
1854 (Symbol_table::add_from_relobj): Rename def to is_default_version
1855 and local to is_forced_local.
1856 (Symbol_table::add_from_pluginobj): Likewise.
1857 (Symbol_table::add_from_dynobj): Likewise.
1858 (Symbol_table::define_special_symbol): Rename insdef to
1859 insdefault.
1860
fe35d28d
ILT
18612010-01-04 Ian Lance Taylor <iant@google.com>
1862
30bc8c46
ILT
1863 PR 10980
1864 * options.h (class General_options): Add
1865 --allow-multiple-definition and -z muldefs.
1866 * resolve.cc (Symbol_table::should_override): Don't warn about a
1867 multiple symbol definition if --allow-multiple-definition or -z
1868 muldefs.
1869
7eaea549
ILT
1870 PR 10980
1871 * options.h (class General_options): Add --add-needed and
1872 --copy-dt-needed-entries. Tweak --as-needed help entry.
1873 * object.cc (Input_objects::check_dynamic_dependencies): Give an
1874 error if --copy-dt-needed-entries aka --add-needed is used and
1875 would cause a change in behaviour.
1876
fe35d28d
ILT
1877 PR 10980
1878 * options.h (class General_options): Add -G as a short version of
1879 --shared. Add no-op options -assert, -g, and -i.
1880
55a2bb35
ST
18812010-01-04 Sriraman Tallam <tmsriram@google.com>
1882
1883 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
1884 check for .text or .gnu.linkonce.t sections.
1885 * icf.cc (Icf::find_identical_sections): Ditto.
1886 Change the detection for mangled function name within the section
1887 name.
1888 * icf.h (is_section_foldable_candidate): New function.
1889
719328e1
ILT
18902009-12-30 Ian Lance Taylor <iant@google.com>
1891
1892 PR 10980
1893 * options.h (class General_options): Permit two dashes with
1894 --retain-symbols-file.
1895
d7bb5745
ILT
18962009-12-30 Ian Lance Taylor <iant@google.com>
1897
403a15dd
ILT
1898 PR 10979
1899 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
1900 don't put the file header and segment headers in the text
1901 segment.
1902
eda294df
ILT
1903 PR 10979
1904 * common.cc (Sort_commons::operator()): Stabilize sort when both
1905 entries are NULL.
1906 (Symbol_table::do_allocate_commons_list): When allocating common
1907 symbols, skip a symbol which is no longer common.
1908 * symtab.h (Symbol::is_common): Test whether the symbol comes from
1909 an object before checking its type.
1910 * testsuite/common_test_2.c: New file.
1911 * testsuite/common_test_3.c: New file.
1912 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
1913 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
1914 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
1915 (common_test_2_pic.o, common_test_2.so): New targets.
1916 (common_test_3_pic.o, common_test_3.so): New targets.
1917 * testsuite/Makefile.in: Rebuild.
1918
d7bb5745
ILT
1919 PR 10979
1920 * script.cc (read_input_script): If we see a new SECTIONS clause,
1921 and we have added an input section, give an error.
1922 * layout.h (class Layout): Add have_added_input_section function.
1923 Add have_added_input_section_ field.
1924 * layout.cc (Layout::Layout): Initialize
1925 have_added_input_section_.
1926 (Layout::layout): Set have_added_input_section_.
1927 (Layout::layout_eh_frame): Likewise.
1928
fc59c572
ILT
19292009-12-30 Ian Lance Taylor <iant@google.com>
1930
1931 PR 10931
1932 * options.h (class General_options): Add --sort-common option.
1933 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
1934 * common.cc (Sort_common): Add sort_order parameter to
1935 constructor. Add sort_order_ field.
1936 (Sort_commons::operator): Check sort_order_.
1937 (Symbol_table::allocate_commons): Determine the sort order.
1938 (Symbol_table::do_allocate_commons): Add sort_order parameter.
1939 Change all callers.
1940 (Symbol_table::do_allocate_commons_list): Likewise.
1941
1c74fab0
ILT
19422009-12-30 Ian Lance Taylor <iant@google.com>
1943
1944 PR 10916
1945 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
1946 symbols from this object, don't change the visibility of an
1947 undefined symbol.
1948 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
1949
6affe781
ILT
19502009-12-30 Ian Lance Taylor <iant@google.com>
1951
1952 PR 10861
1953 * script.h (class Version_script_info): Define Language enum.
1954 Update declarations. Define Glob, Exact, and Lookup types. Add
1955 new fields globals_, locals_, and is_finalized_.
1956 * script.cc: Various formatting fixes.
1957 (class Parser_closure): Change language_stack_ from a vector of
1958 std::string to one of Version_script_info::Language. Adjust all
1959 uses accordingly.
1960 (class Lazy_demangler): Remove.
1961 (struct Version_expression): Change language from std::string to
1962 Version_script_info::Language.
1963 (Version_script_info::Version_script_info): New function.
1964 (Version_script_info::~Version_script_info): Don't call clear.
1965 (Version_script_info::finalize): New function.
1966 (Version_script_info::build_lookup_tables): New function.
1967 (Version_script_info::build_expression_list_lookup): New
1968 function.
1969 (Version_script_info::get_symbol_version_helper): Rewrite to use
1970 lookup tables.
1971 (Version_script_info::print_expression_list): Adjust to use
1972 Version_script_info::Language.
1973 (script_push_lex_into_version_mode): Check that the version script
1974 has not been finalized.
1975 (version_script_push_lang): Change language string to
1976 Version_script_info::Language.
1977 * options.cc (Command_line::version_script): New function.
1978 * options.h (class General_options): Add finalize_dynamic_list
1979 function. Change version_script from declaration to definition.
1980 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
1981 * testsuite/version_script.map: Remove duplicate def of foo.
1982 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
1983 version_script.map.
1984 * testsuite/Makefile.in: Rebuild.
1985
818bf354
ILT
19862009-12-30 Ian Lance Taylor <iant@google.com>
1987
1988 PR 10843
1989 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
1990 if the input symbol index is 0, make the output symbol index 0.
1991
ebcc8304
ILT
19922009-12-30 Ian Lance Taylor <iant@google.com>
1993
1994 PR 10670
1995 * options.h (class General_options): Add -x/--discard-all.
1996 * object.cc (Sized_relobj::do_count_local_symbols): Handle
1997 --discard-all. If the local symbol needs a dynamic entry, check
1998 that before handling --discard-locals.
1999
176fe33f
ILT
20002009-12-30 Ian Lance Taylor <iant@google.com>
2001
bb321bb1
ILT
2002 PR 10450
2003 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
2004 flags to PF_R.
2005 (Output_segment::add_output_section): Don't change the flags if
2006 the type is PT_TLS.
2007
176fe33f
ILT
2008 PR 10450
2009 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
2010 GNU hash table if they need a dynamic value. Otherwise, don't add
2011 them if they are defined in a dynamic object or are forced local.
2012
e8cd95c7
ILT
20132009-12-29 Ian Lance Taylor <iant@google.com>
2014
1b81fb71
ILT
2015 PR 10450
2016 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
2017 .gnu.hash table for a 32-bit target.
2018
8d6d383d
ILT
2019 PR 10450
2020 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
2021 regular and a dynamic object only needs a dynamic symbol table
2022 entry if it is externally visible.
2023
e785ec03
ILT
2024 PR 10450
2025 * i386.cc (class Target_i386): Initialize global_offset_table_ in
2026 constructor. Add global_offset_table_ field.
2027 (Target_i386::got_section): Set global_offset_table_.
2028 (Target_i386::do_finalize_sections): Set global_offset_table_
2029 size.
2030 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
2031 in constructor. Add global_offset_table_ field.
2032 (Target_x86_64::got_section): Set global_offset_table_.
2033 (Target_x86_64::do_finalize_sections): Set global_offset_table_
2034 size.
2035
1a2dff53
ILT
2036 * layout.cc (Layout::Layout): Initialize increase_relro_.
2037 (Layout::get_output_section): Add is_relro, is_last_relro, and
2038 is_first_non_relro parameters. Change all callers.
2039 (Layout::choose_output_section): Likewise.
2040 (Layout::add_output_section_data): Likewise.
2041 (Layout::make_output_section): Likewise.
2042 (Layout::set_segment_offsets): Clear increase_relro when using a
2043 linker script.
2044 * layout.h (class Layout): Add increase_relro method. Add
2045 increase_relro_ field. Update declarations.
2046 * output.cc (Output_section::Output_section): Initialize
2047 is_last_relro_ and is_first_non_relro_.
2048 (Output_segment::add_output_section): Group relro sections is
2049 do_sort is true. Handle is_last_relro and is_first_non_relro.
2050 (Output_segment::maximum_alignment): Remove relro handling.
2051 (Output_segment::set_section_addresses): Add increase_relro
2052 parameter. Change all callers. Add initial alignment to align
2053 relro sections on separate page. Remove old relro handling.
2054 (Output_segment::set_section_list_addresses): Remove in_relro
2055 parameter. Change all callers.
2056 (Output_segment::set_offset): Add increase parameter. Change all
2057 callers. Remove old relro handling.
2058 * output.h (class Output_section): Add new methods: is_last_relro,
2059 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
2060 Add is_last_relro_ and is_first_non_relro_ fields.
2061 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
2062 Create separate .got.plt section. Call increase_relro.
2063 * x86_64.cc (Target_x86_64::got_section): Likewise.
2064 * testsuite/relro_script_test.t: Add .got.plt.
2065
f0ba79e2
ILT
2066 PR 10450
2067 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
2068 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
2069 (Layout::finalize): Call set_dynamic_symbol_size.
2070 (Layout::set_dynamic_symbol_size): New function.
2071 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
2072 set_dynamic_symbol_size.
2073
e8cd95c7
ILT
2074 PR 10450
2075 * output.h (class Output_section): Add is_entsize_zero_ field.
2076 * output.cc (Output_section::Output_section): Initialize
2077 is_entsize_zero_.
2078 (Output_section::set_entsize): If two different entsizes are
2079 requested, force it to zero.
2080 (Output_section::add_input_section): Set flags for .debug_str
2081 before updating section flags. Set entsize.
2082 (Output_section::update_flags_for_input_section): Set SHF_MERGE
2083 and SHF_STRING if all input sections have those flags.
2084
3e1b9a8a
RÁE
20852009-12-29 Rafael Espindola <espindola@google.com>
2086
2087 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
2088 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
2089 reporting.
3e1b9a8a 2090
3dcad376
ST
20912009-12-29 Sriraman Tallam <tmsriram@google.com>
2092
2093 * options.cc (General_options::parse_version): Allow -v to exit
2094 without an error if there is nothing to link.
2095
084e2665
ILT
20962009-12-29 Ian Lance Taylor <iant@google.com>
2097
2098 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
2099 using a version of gcc before 4.1.
2100 * configure: Rebuild.
2101
250acde3
CD
21022009-12-28 Chris Demetriou <cgd@google.com>
2103
2104 * attributes.cc (Output_attributes_section_data::do_write): Use
2105 std::vector::front rather than std::vector::data.
2106
99fff23b
ILT
21072009-12-28 Ian Lance Taylor <iant@google.com>
2108
2109 * symtab.h (class Symbol_table): Add enum Defined.
2110 * resolve.cc (Symbol_table::should_override): Add defined
2111 parameter. Change all callers. Test whether object is NULL
2112 before calling a method on it.
2113 (Symbol_table::report_resolve_problem): Add defined parameter.
2114 Change all callers.
2115 (Symbol_table::should_override_with_special): Likewise.
2116 * symtab.cc (Symbol_table::define_in_output_data): Add defined
2117 parameter. Change all callers.
2118 (Symbol_table::do_define_in_output_data): Likewise.
2119 (Symbol_table::define_in_output_segment): Likewise.
2120 (Symbol_table::do_define_in_output_segment): Likewise.
2121 (Symbol_table::define_as_constant): Likewise.
2122 (Symbol_table::do_define_as_constant): Likewise.
2123 * script.h (class Symbol_assignment): Add is_defsym parameter to
2124 constructor; change all callers.
2125 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
2126 parameter. Change all callers. Add is_defsym_ field.
2127 (class Parser_closure): Add parsing_defsym parameter to
2128 constructor; change all callers. Add parsing_defsym accessor
2129 function. Add parsing_defsym_ field.
2130
556bd683
ILT
21312009-12-28 Ian Lance Taylor <iant@google.com>
2132
2133 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 2134 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 2135
1782c879
ILT
21362009-12-23 Ian Lance Taylor <iant@google.com>
2137
2138 * i386.cc (Target_i386::do_calls_non_split): Recognize
2139 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
2140 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
2141 -fsplit-stack prologue when using %r11.
1782c879 2142
329ca2b1
ST
21432009-12-21 Sriraman Tallam <tmsriram@google.com>
2144
2145 * options.cc (General_options::parse_version): Make -v continue and do
2146 the link like GNU ld does.
2147
d675ff46
RÁE
21482009-12-17 Rafael Avila de Espindola <espindola@google.com>
2149
2150 * Makefile.am (CCFILES): Add timer.cc.
2151 (HFILES): Add timer.h.
2152 * configure.ac: Check for sysconf and times.
2153 * main.cc: include timer.h.
2154 (main): Use Timer instead of get_run_time.
2155 * timer.cc: New.
2156 * timer.h: New.
2157 * workqueue.cc: include timer.h.
2158 (Workqueue::find_and_run_task):
2159 Report user, sys and wall time.
2160 * Makefile.in: Regenerate.
2161 * config.in: Regenerate.
2162 * configure: Regenerate.
2163
d6344fb5
DK
21642009-12-16 Doug Kwan <dougkwan@google.com>
2165
2166 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
2167 sections.
2168 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
2169 relaxed input sections.
2170 * output.cc (Output_section::find_relaxed_input_section): Change
2171 return type to Output_relaxed_input_section pointer. Adjust code
2172 for new type of relaxed_input_section_map_.
2173 * output.h (Output_section::find_relaxed_input_section): Change
2174 return type to Output_relaxed_input_section pointer.
2175 (Output_section::Output_relaxed_input_section_by_input_section_map):
2176 New type.
2177 (Output_section::relaxed_input_section_map_): Change type to
2178 Output_section::Output_relaxed_input_section_by_input_section_map.
2179 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
2180 input section.
2181
0e0d5469
ILT
21822009-12-15 Ian Lance Taylor <iant@google.com>
2183
2184 * layout.cc (Layout::create_shstrtab): Only write out after input
2185 sections if we are compressing debug sections.
2186
0649a889
ILT
21872009-12-15 Ian Lance Taylor <iant@google.com>
2188
2189 * archive.cc (Archive::add_symbols): Only look up a symbol without
2190 a version if there is, in fact, a version.
2191
2ea97941
ILT
21922009-12-14 Ian Lance Taylor <iant@google.com>
2193
2194 Revert -Wshadow changes, all changes from:
2195 2009-12-11 Doug Kwan <dougkwan@google.com>
2196 2009-12-11 Nick Clifton <nickc@redhat.com>
2197 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
2198
b0eec2cc
DK
21992009-12-11 Doug Kwan <dougkwan@google.com>
2200
2201 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
2202 due to -Wshadow.
2203 * attributes.cc (Object_attribute::size): Ditto.
2204 (Attributes_section_data::size): Ditto.
2205 (Attributes_section_data::Attributes_section_data): Ditto.
2206 (Output_attributes_section_data::do_write): Ditto.
2207 * attributes.h (Object_attribute::set_type): Ditto.
2208 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
2209
91d6fa6a
NC
22102009-12-11 Nick Clifton <nickc@redhat.com>
2211
2212 * archive.cc: Fix shadowed variable warnings.
2213 * arm.cc: Likewise.
2214 * compressed_output.cc: Likewise.
2215 * compressed_output.h: Likewise.
2216 * configure: Likewise.
2217 * dwarf_reader.cc: Likewise.
2218 * dynobj.cc: Likewise.
2219 * dynobj.h: Likewise.
2220 * ehframe.cc: Likewise.
2221 * ehframe.h: Likewise.
2222 * errors.cc: Likewise.
2223 * expression.cc: Likewise.
2224 * fileread.cc: Likewise.
2225 * fileread.h: Likewise.
2226 * freebsd.h: Likewise.
2227 * i386.cc: Likewise.
2228 * icf.cc: Likewise.
2229 * incremental.h: Likewise.
2230 * layout.cc: Likewise.
2231 * layout.h: Likewise.
2232 * mapfile.cc: Likewise.
2233 * merge.cc: Likewise.
2234 * merge.h: Likewise.
2235 * object.cc: Likewise.
2236 * object.h: Likewise.
2237 * options.h: Likewise.
2238 * output.cc: Likewise.
2239 * output.h: Likewise.
2240 * parameters.cc: Likewise.
2241 * plugin.cc: Likewise.
2242 * powerpc.cc: Likewise.
2243 * reduced_debug_output.cc: Likewise.
2244 * reduced_debug_output.h: Likewise.
2245 * reloc.cc: Likewise.
2246 * reloc.h: Likewise.
2247 * resolve.cc: Likewise.
2248 * script-sections.cc: Likewise.
2249 * script.cc: Likewise.
2250 * script.h: Likewise.
2251 * sparc.cc: Likewise.
2252 * symtab.cc: Likewise.
2253 * symtab.h: Likewise.
2254 * target-select.cc: Likewise.
2255 * target-select.h: Likewise.
2256 * token.h: Likewise.
2257 * workqueue.cc: Likewise.
2258 * workqueue.h: Likewise.
2259 * x86_64.cc: Likewise.
2260
a0351a69
DK
22612009-12-10 Doug Kwan <dougkwan@google.com>
2262
2263 * arm.cc (attributes.h): New include.
2264 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
2265 (Arm_relobj::~Arm_relobj): Delete object pointed by
2266 attributes_section_data_.
2267 (Arm_relobj::attributes_section_data): New method definition.
2268 (Arm_relobj::attributes_section_data_): New data member declaration.
2269 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
2270 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
2271 attributes_section_data_.
2272 (Arm_dynobj::attributes_section_data): New method definition.
2273 (Arm_dynobj::attributes_section_data_): New data member declaration.
2274 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
2275 initialization value of may_use_blx_ to false.
2276 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
2277 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
2278 object attributes to compute results instead of hard-coding.
2279 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
2280 Target_arm::get_secondary_compatible_arch,
2281 Target_arm::set_secondary_compatible_arch
2282 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
2283 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
2284 New method declarations.
2285 (Target_arm::get_aeabi_object_attribute): New method definition.
2286 (Target_arm::attributes_section_data_): New data member declaration.
2287 (read_arm_attributes_section): New template definition.
2288 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
2289 (Arm_dynobj::do_read_symbols): Ditto.
2290 (Target_arm::do_finalize_sections): Merge attributes sections from
2291 input. Check for BLX use after attributes section merging.
2292 Fix __exidx_start and __exidx_end visibility. Create an
2293 .ARM.attributes section if necessary.
2294 (Target_arm::get_secondary_compatible_arch,
2295 Target_arm::set_secondary_compatible_arch,
2296 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
2297 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
2298 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
2299 New method definitions.
2300
b59befec
ILT
23012009-12-09 Ian Lance Taylor <iant@google.com>
2302
2303 * plugin.cc (Plugin::load): Don't cast from void* to a function
2304 pointer.
2305
1276bc89
ILT
23062009-12-09 Ian Lance Taylor <iant@google.com>
2307
2308 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
2309 information fields.
2310
2f2de248
L
23112009-12-09 H.J. Lu <hongjiu.lu@intel.com>
2312
2313 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
2314 Replace two_file_shared_1.so with two_file_shared_2.so.
2315 * testsuite/Makefile.in: Regenerated.
2316
4f787271
DK
23172009-12-08 Doug Kwan <dougkwan@google.com>
2318
2319 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
2320 (HFILES): Add attributes.h and int_encoding.h.
2321 * Makefile.in: Regenerate.
2322 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
2323 function definitions to int_encoding.cc
2324 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
2325 prototypes to int_encoding.h
2326 * reduced_debug_output.cc (int_encoding.h): New include.
2327 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
2328 function definitions to int_encoding.cc
2329 (insert_into_vector, read_from_pointer): Move template definitions to
2330 int_encoding.h
2331 * attributes.cc: New file.
2332 * attributes.h: New file.
2333 * int_encoding.cc: New file.
2334 * int_encoding.h: New file.
2335
20b52f1a
RÁE
23362009-12-07 Rafael Avila de Espindola <espindola@google.com>
2337
2338 PR gold/11055
2339 * incremental-dump.cc (dump_incremental_inputs): New.
2340 (main): Use dump_incremental_inputs.
2341
53d7974c
L
23422009-12-07 H.J. Lu <hongjiu.lu@intel.com>
2343
2344 PR gold/10893
2345 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
2346 checking elfcpp::STT_FUNC.
2347 (Target_i386::Relocate::relocate): Likewise.
2348 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
2349
2350 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
2351 symbols from shared libraries into normal FUNC symbols.
2352
2353 * symtab.h (Symbol): Add is_func and use it.
2354
05a352e6
DK
23552009-12-05 Doug Kwan <dougkwan@google.com>
2356
2357 * arm.cc (Target_arm::arm_info): Initialize new fields
2358 attributes_section and attributes_vendor.
2359 * i386.cc (Target_i386::i386_info): Same.
2360 * object.cc (Sized_relobj::do_layout): Skip attribute section.
2361 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
2362 fields attributes_section and attributes_vendor.
53d7974c 2363 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
2364 * target.h (Target::attributes_section, Target::attributes_vendor,
2365 Target::is_attributes_section, Target::attribute_arg_type,
2366 Target::attributes_order): New method definitions.
2367 (Target::Target_info::attributes_section,
2368 Target::Target_info::attributes_vendor): New fields.
2369 (Target::do_attribute_arg_type, Target::do_attributes_order): New
2370 virtual method definitions.
2371 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
2372 attributes_section and attributes_vendor.
2373 * testsuite/testfile.cc (Target_test::test_target_info): Same.
2374
f4e5969c
DK
23752009-12-05 Doug Kwan <dougkwan@google.com>
2376
2377 * arm.cc: Update comments about interworking and stub generation.
2378 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
2379 considered as non-PIC.
2380 (Arm_relocate_functions::base_abs): Fix formatting.
2381 (Arm_relocate_functions::got_prel): Fix comment. Change interface
2382 of function to use GOT entry address instead of offset.
2383 (Target_arm::Scan::global): Issue an error if a symbol would need a
2384 PLT does not get one because it is untyped. Remove code to create
2385 dynamic symbols for relative branches.
2386 (Target_arm::Relocate::relocate: Use 0 instead of false since function
2387 takes unsigned integer instead of boolean.
2388
1abce4a6
L
23892009-12-05 H.J. Lu <hongjiu.lu@intel.com>
2390
2391 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
2392 (two_file_test_LDADD): Likewise.
2393 (common_test_1_LDADD): Likewise.
2394 (exception_test_LDADD) Likewise.
2395 (weak_test_LDADD): Likewise.
2396 (many_sections_test_LDADD): Likewise.
2397 (initpri1_LDADD): Likewise.
2398 (script_test_1_LDADD): Likewise.
2399 (script_test_2_LDADD): Likewise.
2400 (justsyms_LDADD): Likewise.
2401 (binary_test_LDADD): Likewise.
2402 (large_LDADD): Likewise.
2403 * testsuite/Makefile.in: Regenerated.
2404
adcf2816 24052009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 2406
adcf2816
L
2407 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
2408 (Symbol_table::override_with_special): Likewise.
2409 (Symbol_table::add_from_object): Likewise.
2410
28e67f5d
RÁE
24112009-12-04 Rafael Avila de Espindola <espindola@google.com>
2412
2413 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
2414 Don't set the data_offset twice.
2415
ae10a101
RÁE
24162009-12-04 Rafael Avila de Espindola <espindola@google.com>
2417
2418 * testsuite/Makefile.in: Regenerate.
2419
f59f41f3
DK
24202009-12-03 Doug Kwan <dougkwan@google.com>
2421
2422 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
2423 (Target_arm::do_finalize_sections): Add parameter for symbol table
2424 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
2425 * i386.cc (Target_i386::do_finalize_sections): Add an additional
2426 parameter for symbol table pointer.
2427 * layout.cc (Layout::finalize): Call Target::finalize_sections with
2428 an additional parameter for a pointer to symbol table.
2429 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
2430 parameter for a symbol table pointer.
2431 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
2432 * target.h (Target::finalize_sections, Target::do_finalize_sections):
2433 Ditto.
2434 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
2435 parameter for a symbol table pointer.
2436
ca55d848
RÁE
24372009-12-03 Rafael Avila de Espindola <espindola@google.com>
2438
2439 * incremental.cc (Incremental_inputs_header)
2440 (Incremental_inputs_header_write, Incremental_inputs_entry)
2441 (Incremental_inputs_entry_write): Move ...
2442 * incremental.h (Incremental_inputs_header)
2443 (Incremental_inputs_header_write, Incremental_inputs_entry)
2444 (Incremental_inputs_entry_write): here.
2445
3aec4f9c
RÁE
24462009-12-02 Rafael Avila de Espindola <espindola@google.com>
2447
2448 * incremental.cc (make_sized_incremental_binary): Set the target.
2449 Error if it is incompatible.
2450 * output.h (Output_file): Add filename method.
2451
9c0ae74d
RÁE
24522009-12-02 Rafael Avila de Espindola <espindola@google.com>
2453
2454 * incremental.cc (Incremental_inputs_entry): Remove unused argument
2455 from the get_* methods.
2456
a45500ae
RÁE
24572009-12-02 Rafael Avila de Espindola <espindola@google.com>
2458
2459 * incremental-dump.cc (main): Check that the offeset of a script is 0.
2460 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
2461 Write 0 for the data_offset of scripts.
2462
325e6408
RÁE
24632009-12-02 Rafael Avila de Espindola <espindola@google.com>
2464
2465 * testsuite/Makefile.am: Add the incremental_test.sh test.
2466 * testsuite/incremental_test.sh: New.
2467 * testsuite/incremental_test_1.c: New.
2468 * testsuite/incremental_test_2.c: New.
2469
954c3e2e
RÁE
24702009-12-01 Rafael Avila de Espindola <espindola@google.com>
2471
2472 * incremental-dump.cc (main): Fix typos.
2473
f8086623
RÁE
24742009-11-27 Rafael Avila de Espindola <espindola@google.com>
2475
2476 PR gold/11025
2477 * incremental-dump.cc (main): Use llu to print 64 bit values.
2478
3b0dd6ac
L
24792009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
2480 H.J. Lu <hongjiu.lu@intel.com>
2481
2482 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
2483 $(LIBDL).
2484 (incremental_dump_LDADD): Likewise.
2485 * Makefile.in: Regenerated.
2486
a6d1ef57
DK
24872009-11-25 Doug Kwan <dougkwan@google.com>
2488
2489 Revert:
2490
2491 2009-11-25 Doug Kwan <dougkwan@google.com>
2492
2493 * arm.cc (Target_arm::Target_arm): Move method definition
2494 outside of class definition. Add code to handle
2495 --target1-rel, --target1-abs and --target2= options.
2496 (Target_arm::get_reloc_reloc_type): Change method to be
2497 non-static and const.
2498 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
2499 New data member declaration.
2500 (Target_arm::Scan::local, Target_arm::Scan::global,
2501 Target_arm::Relocate::relocate,
2502 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
2503 Adjust call to Target_arm::get_real_reloc_type.
2504 (Target_arm::get_real_reloc_type): Use command line options
2505 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
2506 * options.h (--target1-rel, --target1-abs, --target2): New
2507 ARM-only options.
2508
50aeb7d4
DK
25092009-11-25 Doug Kwan <dougkwan@google.com>
2510
2511 * arm.cc (Target_arm::Target_arm): Move method definition outside of
2512 class definition. Add code to handle --target1-rel, --target1-abs
2513 and --target2= options.
2514 (Target_arm::get_reloc_reloc_type): Change method to be non-static
2515 and const.
2516 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
2517 member declaration.
2518 (Target_arm::Scan::local, Target_arm::Scan::global,
2519 Target_arm::Relocate::relocate,
2520 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
2521 call to Target_arm::get_real_reloc_type.
2522 (Target_arm::get_real_reloc_type): Use command line options to
2523 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
2524 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
2525 options.
2526
51938283
DK
25272009-11-25 Doug Kwan <dougkwan@google.com>
2528
2529 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
2530 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
2531 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
2532 formatting.
2533 (Arm_relocate_functions::thm_call): Replace body with a call to
2534 Arm_relocate_functions::thumb_branch_common.
2535 (Arm_relocate_functions::thm_jump24,
2536 Arm_relocate_functions::thm_xpc22): New method definitions.
2537 (Arm_relocate_functions::thumb_branch_common): New method definition.
2538 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
2539 operator.
2540 (Target_arm::Relocate::relocate): Adjust call to thm_call.
2541 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
2542
e2b8f3c4
RÁE
25432009-11-24 Rafael Avila de Espindola <espindola@google.com>
2544
2545 * Makefile.am: Build incremental-dump
2546 * Makefile.in: Regenerate.
2547 * incremental-dump.cc: New.
2548 * incremental.cc (Incremental_inputs_header_data,
2549 Incremental_inputs_entry_data): Move to incremental.h
2550 * incremental.h: (Incremental_inputs_header_data,
2551 Incremental_inputs_entry_data): Move from incremental.cc
2552
bcba9aec
RÁE
25532009-11-24 Rafael Avila de Espindola <espindola@google.com>
2554
2555 * incremental.cc (Incremental_inputs_header,
2556 Incremental_inputs_header_write, Incremental_inputs_entry,
2557 Incremental_inputs_entry_write): Add a typedef with the data type.
2558
7c3afe08
RÁE
25592009-11-24 Rafael Avila de Espindola <espindola@google.com>
2560
2561 * incremental.cc (Incremental_inputs_header,
2562 Incremental_inputs_header_write, Incremental_inputs_entry,
2563 Incremental_inputs_entry_write): Update comment about which
2564 type has the filed descriptions.
2565
d204b6e9
DK
25662009-11-15 Doug Kwan <dougkwan@google.com>
2567
2568 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
2569 (Arm_relocate_functions::arm_branch_common): Change method defintion
2570 in class definition to a method declaration and update list of formal
2571 parameters.
2572 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
2573 Arm_relocation_functions::jump24): Adjust call to
2574 Arm_relocate_functions::arm_branch_common. Update list of formal
2575 parameters.
2576 (Arm_relocate_functions::xpc25): New method definition.
2577 (Arm_relocate_functions::arm_branch_common): Move method defintion
2578 out from class definition. Use stubs for mode-switching and extending
2579 branch ranges.
2580 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
2581 specially. Change code to enable use of stubs in ARM branches.
2582
43d12afe
DK
25832009-11-10 Doug Kwan <dougkwan@google.com>
2584
2585 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
2586 in method declaration.
2587 (Target_arm::relocate_stub): New method declaration.
2588 (Target_arm::default_target): Change to return a pointer instead of
2589 a const reference.
2590 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
2591 Target_arm::default_target.
2592 (Arm_Relobj::do_relocate_sections): Remove options paramater in
2593 method definition.
2594 (Target_arm::relocate_section): Adjust view.
2595 (Target_arm::relocate_stub): New method definition.
2596
ac33a407
DK
25972009-11-10 Doug Kwan <dougkwan@google.com>
2598
2599 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
2600 a format warning.
2601 * incremental.cc (open_incremental_binary): Initialized local
2602 variables to avoid warnings.
2603 * object.cc (make_elf_object): Ditto.
2604 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
2605 a format warning.
2606
88ee28e9
L
2607009-11-09 H.J. Lu <hongjiu.lu@intel.com>
2608
2609 PR gold/10930
2610 * testsuite/plugin_test.c: Include "config.h".
2611
2daedcd6
DK
26122009-11-09 Doug Kwan <dougkwan@google.com>
2613
2614 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
2615 (arm_symbol_value): Remove.
2616 (Arm_relocate_functions::arm_branch_common,
2617 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
2618 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
2619 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
2620 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
2621 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
2622 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
2623 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
2624 Arm_relocate_functions::thm_mobw_abs_nc,
2625 Arm_relocate_functions::thm_mov_abs,
2626 Arm_relocate_functions::movw_prel_nc,
2627 Arm_relocate_functions::thm_movt_abs,
2628 Arm_relocate_functions::movt_prel,
2629 Arm_relocate_functions::thm_movw_prel_nc,
2630 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
2631 (Target_arm::Relocate::relocate): Only decompose address into two
2632 parts if relocation type uses the thumb-bit and pass the actual
2633 bit instead of a flag indicating that the thumb-bit is used. Adjust
2634 calls to methods in Arm_relocate_functions for this change.
2635
1276bc89 26362009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
2637
2638 PR 10925
2639 * reloc.cc: Instantiate
2640 Sized_relobj::initialize_input_to_output_maps and
2641 Sized_relobj:free_input_to_output_maps.
2642
e53ad1b5
ILT
26432009-11-06 Ian Lance Taylor <iant@google.com>
2644
2645 PR 10876
2646 * defstd.cc (in_segment): Set only_if_ref true for "end".
2647
eb44217c
DK
26482009-11-06 Doug Kwan <dougkwan@google.com>
2649
2650 * arm.cc (class Reloc_stub): Correct a comment.
2651 (Target_arm::Target_arm): Initialize arm_input_section_map_.
2652 (Target_arm::scan_section_for_stubs): New method declaration.
2653 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
2654 Change methods from private to protected.
2655 (Target_arm::do_may_relax): New method definition.
2656 (Target_arm::do_relax, Target_arm::group_sections,
2657 Target_arm::scan_reloc_for_stub,
2658 Target_arm::scan_reloc_section_for_stubs): New method declarations.
2659 (Target_arm::arm_input_section_map_): New data member declaration.
2660 (Target_arm::scan_reloc_for_stub,
2661 Target_arm::scan_reloc_section_for_stubs,
2662 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
2663 Target_arm::do_relax): New method definitions.
2664
5d329b7d
ILT
26652009-11-06 Mikolaj Zalewski <mikolaj@google.com>
2666
2667 * configure.ac: Check for (struct stat)::st_mtim
2668 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
2669 * config.in: Regenerate.
2670 * configure: Regenerate.
2671
96a0d71b
ILT
26722009-11-05 Ian Lance Taylor <iant@google.com>
2673
2674 PR 10910
2675 * output.cc (Output_segment::add_output_section): Add missing
2676 return statement.
2677
594c8e5e
ILT
26782009-11-04 Ian Lance Taylor <iant@google.com>
2679
2680 PR 10880
2681 * object.h (class Object): Add is_needed and set_is_needed
2682 methods. Add is_needed_ field. Make bool fields into bitfields.
2683 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
2684 defined in a dynamic object and referenced by a regular object,
2685 set is_needed for the dynamic object.
2686 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
2687 if the file is marked with as_needed and it is not needed.
2688
22b127cc
ILT
26892009-11-04 Ian Lance Taylor <iant@google.com>
2690
2691 PR 10887
2692 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
2693 tags if data is discarded by linker script.
2694 * i386.cc (Target_i386::do_finalize_sections): Likewise.
2695 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
2696 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
2697 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
2698
f5c870d2
ILT
26992009-11-04 Ian Lance Taylor <iant@google.com>
2700
2701 * layout.cc (Layout::get_output_section): Add is_interp and
2702 is_dynamic_linker_section parameters. Change all callers.
2703 (Layout::choose_output_section): Likewise.
2704 (Layout::make_output_section): Likewise.
2705 (Layout::add_output_section_data): Add is_dynamic_linker_section
2706 parameter. Change all callers.
2707 * layout.h (class Layout): Update declarations.
2708 * output.h (class Output_section): Add is_interp, set_is_interp,
2709 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
2710 Add is_interp_, is_dynamic_linker_section_ fields. Change
2711 generate_code_fills_at_write_ to a bitfield.
2712 * output.cc (Output_section::Output_sections): Initialize new
2713 fields.
2714 (Output_segment::add_output_section): Add do_sort parameter.
2715 Change all callers.
2716
1ae4d23b
ILT
27172009-11-03 Ian Lance Taylor <iant@google.com>
2718
2719 PR 10860
2720 * options.h (class General_options): Add --warn-common.
2721 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
2722 merging two common symbols.
2723 (Symbol_table::should_override): Handle --warn-common when merging
2724 a common symbol with a defined symbol. Use report_resolve_problem
2725 for multiple definitions.
2726 (Symbol_table::report_resolve_problem): New function.
2727 * symtab.h (class Symbol_table): Declare report_resolve_problem.
2728
55da9579
DK
27292009-11-03 Doug Kwan <dougkwan@google.com>
2730
2731 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
2732 stub_factory_.
2733 (Target_arm::stub_factory): New method definition.
2734 (Target_arm::new_arm_input_section,
2735 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
2736 Target_arm::reloc_uses_thumb_bit): New method declarations.
2737 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
2738 New type definitions.
2739 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
2740 member declarations.
2741 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
2742 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
2743 New method definitions.
2744
37a9ac43
ILT
27452009-11-03 Ian Lance Taylor <iant@google.com>
2746
2747 * options.h (class General_options): Add --warn_constructors.
2748
b3d6a3d4
ILT
27492009-11-03 Ian Lance Taylor <iant@google.com>
2750
2751 PR 10893
2752 * defstd.cc (in_section): Add entries for __rel_iplt_start,
2753 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
2754
934b01dd
ILT
27552009-11-03 Ian Lance Taylor <iant@google.com>
2756
2757 PR 10895
2758 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
2759 --msgid-bugs-address.
2760 (install-pdf): New target.
2761 (install-data_yes): Look up one directory to find mkinstalldirs.
2762
03c1939b
L
27632009-11-03 H.J. Lu <hongjiu.lu@intel.com>
2764
2765 * po/Make-in (.po.gmo): Don't generate .gmo files in source
2766 tree.
2767
ebd95253
DK
27682009-10-30 Doug Kwan <dougkwan@google.com>
2769
2770 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
2771
e9bbb538
DK
27722009-10-30 Doug Kwan <dougkwan@google.com>
2773
2774 * arm.cc (Stub_addend_reader): New struct template definition
2775 and partial specializations.
2776 (Stub_addend_reader::operator()): New method definition for a
2777 partially specialized template.
2778
d5b40221
DK
27792009-10-30 Doug Kwan <dougkwan@google.com>
2780
2781 * arm.cc (Arm_relobj::processor_specific_flags): New method
2782 definition.
2783 (Arm_relobj::do_read_symbols): New method declaration.
2784 (Arm_relobj::processor_specific_flags_): New data member declaration.
2785 (Arm_dynobj): New class definition.
2786 (Target_arm::do_finalize_sections): Add input_objects parameter.
2787 (Target_arm::do_adjust_elf_header): New method declaration.
2788 (Target_arm::are_eabi_versions_compatible,
2789 (Target_arm::merge_processor_specific_flags): New method declaration.
2790 (Target_arm::do_make_elf_object): New overloaded method definitions
2791 and declaration.
2792 (Arm_relobj::do_read_symbols): New method definition.
2793 (Arm_dynobj::do_read_symbols): Ditto.
2794 (Target_arm::do_finalize_sections): Add input_objects parameters.
2795 Merge processor-specific flags from all input objects.
2796 (Target_arm::are_eabi_versions_compatible,
2797 Target_arm::merge_processor_specific_flags,
2798 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
2799 New method definitions.
2800 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
2801 Input_objects pointer type parameter.
2802 * layout.cc (Layout::finalize): Pass input objects to target's.
2803 finalize_sections function.
2804 * output.cc (Output_file_header::do_sized_write): Set ELF file
2805 header's processor-specific flags.
2806 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
2807 Input_objects pointer type parameter.
2808 * sparc.cc (Target_sparc::do_finalize_sections): Same.
2809 * target.h (Input_objects): New forward class declaration.
2810 (Target::processor_specific_flags,
2811 Target::are_processor_specific_flags_sect): New method definitions.
2812 (Target::finalize_sections): Add input_objects parameter.
2813 (Target::Target): Initialize processor_specific_flags_ and
2814 are_processor_specific_flags_set_.
2815 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
2816 parameter.
2817 (Target::set_processor_specific_flags): New method definition.
2818 (Target::processor_specific_flags_,
2819 Target::are_processor_specific_flags_set_): New data member
2820 declarations.
2821 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
2822 Input_objects pointer type parameter.
2823
ebabffbd
DK
28242009-10-30 Doug Kwan <dougkwan@google.com>
2825
2826 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
2827
ad0f2072
ILT
28282009-10-28 Ian Lance Taylor <iant@google.com>
2829
2830 * object.h (class Relobj): Drop options parameter from
2831 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
2832 do_scan_relocs, do_relocate. Change all callers.
2833 (class Sized_relobj): Drop options parameters from
2834 do_gc_process_relocs, do_scan_relocs, do_relocate,
2835 do_relocate_sections, relocate_sections, emit_relocs_scan,
2836 emit_relocs_scan_reltype. Change all callers.
2837 (struct Relocate_info): Remove options field and all references to
2838 it.
2839 * reloc.h (class Read_relocs): Remove options constructor
2840 parameter and options_ field. Change all callers.
2841 (class Gc_process_relocs, class Scan_relocs): Likewise.
2842 (class Relocate_task): Likewise.
2843 * target-reloc.h (scan_relocs): Remove options parameter. Change
2844 all callers.
2845 (scan_relocatable_relocs): Likewise.
2846 * target.h (class Sized_target): Remove options parameter from
2847 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
2848 all callers.
2849 * gc.h (gc_process_relocs): Remove options parameter. Change all
2850 callers.
2851 * arm.cc: Update functions to remove options parameters.
2852 * i386.cc: Likewise.
2853 * powerpc.cc: Likewise.
2854 * sparc.cc: Likewise.
2855 * x86_64.cc: Likewise.
2856 * testsuite/testfile.cc: Likewise.
2857
8ffa3667
DK
28582009-10-28 Doug Kwan <dougkwan@google.com>
2859
2860 * arm.cc (Arm_relobj): New class definition.
2861 (Arm_relobj::scan_sections_for_stubs,
2862 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
2863 New method definitions.
2864
40f36857
CC
28652009-10-28 Cary Coutant <ccoutant@google.com>
2866
2867 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
2868 (Plugin::cleanup_done_): New member.
2869 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
2870 (Plugin_manager::cleanup_done_): Remove.
2871 (Plugin_manager::add_input_file): Edit error message.
2872 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
2873 (Plugin_manager::cleanup): Remove use of cleanup_done_.
2874
2c849493
ILT
28752009-10-27 Mikolaj Zalewski <mikolajz@google.com>
2876
2877 * fileread.cc: (File_read::View::~View): Use the new
2878 data_ownership_ filed.
2879 (File_read::~File_read): Dispose the new whole_file_view_.
2880 (File_read::open): Mmap the whole file if needed.
2881 (File_read::open): Use whole_file_view_ instead of contents_.
2882 (File_read::find_view): Use whole_file_view_ if applicable.
2883 (File_read::do_read): Use whole_file_view_ instead of contents_.
2884 (File_read::make_view): Use whole_file_view_ instead of contents_,
2885 update File_read::View::View call.
2886 (File_read::find_or_make_view): Update File_read::View::View
2887 call.
2888 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
2889 remove contents_
2890 (File_read::View::Data_ownership): New enum.
2891 (File_read::View::View): Replace bool mapped_ with Data_ownership
2892 argument.
2893 (File_read::View::mapped_): Remove (replaced by data_ownership_).
2894 (File_read::View::data_ownership_): New field.
2895 (File_read::contents_): Remove (replaced by whole_file_view_).
2896 (File_read::whole_file_view_): New field.
2897 * options.h (class General_options): Add --keep-files-mapped.
2898
24998053
CC
28992009-10-27 Cary Coutant <ccoutant@google.com>
2900
2901 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
2902 * testsuite/Makefile.am (plugin_test_5): New test case.
2903 * testsuite/Makefile.in: Regenerate.
2904
72adc4fa
DK
29052009-10-25 Doug Kwan <dougkwan@google.com>
2906
2907 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
2908 from private to protected to allow access by child class.
2909 (Sized_relobj::do_relocate_sections): New method declaration.
2910 (Sized_relobj::relocate_sections): Virtualize.
2911 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
2912 Sized_relobj::relocate_sections. Instantiate template explicitly
2913 for different target sizes and endianity.
2914
07f508a2
DK
29152009-10-24 Doug Kwan <dougkwan@google.com>
2916
2917 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
2918 (Arm_input_section::as_arm_input_section): New method.
2919 (Arm_output_section): New class definition.
2920 (Arm_output_section::create_stub_group,
2921 Arm_output_section::group_sections): New method definitions.
2922
10ad9fe5
DK
29232009-10-22 Doug Kwan <dougkwan@google.com>
2924
2925 * arm.cc (Arm_input_section): New class definition.
2926 (Arm_input_section::init, Arm_input_section:do_write,
2927 Arm_input_section::set_final_data_size,
2928 Arm_input_section::do_reset_address_and_file_offset): New method
2929 definitions.
2930
56ee5e00
DK
29312009-10-21 Doug Kwan <dougkwan@google.com>
2932
2933 * arm.cc (Stub_table, Arm_input_section): New forward class
2934 declarations.
2935 (Stub_table): New class defintion.
2936 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
2937 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
2938 New method definition.
2939
b569affa
DK
29402009-10-21 Doug Kwan <dougkwan@google.com>
2941
2942 * arm.cc: Update copyright comments.
2943 (Target_arm): New forward class template declaration.
2944 (Arm_address): New type.
2945 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
2946 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
2947 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
2948 constants.
2949 (Insn_template): Same.
2950 (DEF_STUBS): New macro.
2951 (Stub_type): New enum type.
2952 (Stub_template): New class definition.
2953 (Stub): Same.
2954 (Reloc_stub): Same.
2955 (Stub_factory): Same.
2956 (Target_arm::Target_arm): Initialize may_use_blx_ and
2957 should_force_pic_veneer_.
2958 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
2959 Target_arm::should_force_pic_veneer,
2960 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
2961 Target_arm::using_thumb_only, Target_arm:;default_target): New
2962 method defintions.
2963 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
2964 New data member declarations.
2965 (Insn_template::size, Insn_template::alignment): New method defintions.
2966 (Stub_template::Stub_template): New method definition.
2967 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
2968 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
2969 (Stub_factory::Stub_factory): New method definition.
2970 * gold.h (string_hash): New template.
2971 * output.h (Input_section_specifier::hash_value): Use
2972 gold::string_hash.
2973 (Input_section_specifier::string_hash): Remove.
2974 * stringpool.cc (Stringpool_template::string_hash): Use
2975 gold::string_hash.
2976
6c172549
DK
29772009-10-20 Doug Kwan <dougkwan@google.com>
2978
2979 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
2980 symbols of relaxed input sections.
2981 * output.h (Output_section::find_relaxed_input_section): Make
2982 method public.
2983
c5617f2f
DK
29842009-10-16 Doug Kwan <dougkwan@google.com>
2985
2986 * dynobj.cc (Versions::Versions): Initialize version_script_.
2987 Only insert base version symbol definition for a shared object
2988 if version script defines any version versions.
2989 (Versions::define_base_version): New method definition.
2990 (Versions::add_def): Check that base version is not needed.
2991 (Versions::add_need): Define base version lazily.
2992 * dynobj.h (Versions::define_base_version): New method declaration.
2993 (Versions::needs_base_version_): New data member declaration.
2994 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
2995 (check_DATA): Add no_version_test.stdout.
2996 (libno_version_test.so, no_version_test.o no_version_test.stdout):
2997 New make rules.
2998 * testsuite/Makefile.in: Regenerate.
2999 * testsuite/no_version_test.c: New file.
3000 * testsuite/no_version_test.sh: Ditto.
3001
3c12dcdb
DK
30022009-10-16 Doug Kwan <dougkwan@google.com>
3003
3004 * expression.cc (class Segment_start_expression): New class definition.
3005 (Segment_start_expression::value): New method definition.
3006 (script_exp_function_segment_start): Return a new
3007 Segment_start_expression.
3008 * gold/script-c.h (script_saw_segment_start_expression): New function
3009 prototype.
3010 * script-sections.cc (Script_sections::Script_sections): Initialize
3011 SAW_SEGMENT_START_EXPRESSION_ to false.
3012 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
3013 and -Tbbs options to specify section addresses if given in
3014 command line and no SEGMENT_START expression is seen in a script.
3015 * script-sections.h (Script_sections::saw_segment_start_expression,
3016 Script_sections::set_saw_segment_start_expression): New method
3017 definition.
3018 (Script_sections::saw_segment_start_expression_): New data member
3019 declaration.
3020 * script.cc (script_saw_segment_start_expression): New function.
3021 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
3022 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
3023 script_test_7.sh and script_test_8.sh.
3024 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
3025 script_test_8.stdout.
3026 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
3027 (script_test_6, script_test_6.stdout, script_test_7,
3028 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
3029 * Makefile.in: Regenerate.
3030 * testsuite/script_test_6.sh: New file.
3031 * testsuite/script_test_6.t: Same.
3032 * testsuite/script_test_7.sh: Same.
3033 * testsuite/script_test_7.t: Same.
3034 * testsuite/script_test_8.sh: Same.
3035
64b1ae37
DK
30362009-10-16 Doug Kwan <dougkwan@google.com>
3037
3038 * output.cc (Output_segment::set_section_list_address): Cast
3039 expressions to unsigned long long type to avoid format warnings.
3040
661be1e2
ILT
30412009-10-15 Ian Lance Taylor <iant@google.com>
3042
12edd763 3043 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 3044 dot assignment to script_sections_.
12edd763
ILT
3045 * script-sections.cc (Script_sections::add_dot_assignment):
3046 Initialize if necessary.
3047
68b6574b
ILT
3048 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
3049 program headers with no load segment if there is a linker script.
3050
661be1e2
ILT
3051 * layout.cc (Layout::set_segment_offsets): Align the file offset
3052 to the segment aligment for -N or -n with no load segment.
3053 * output.cc (Output_segment::add_output_section): Don't crash if
3054 the first section is a TLS section.
3055 (Output_segment::set_section_list_addresses): Print an error
3056 message if the address moves backward in a linker script.
3057 * script-sections.cc
3058 (Output_section_element_input::set_section_addresses): Don't
3059 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
3060 (Orphan_output_section::set_section_addresses): Likewise.
3061
f15f61a7
DK
30622009-10-15 Doug Kwan <dougkwan@google.com>
3063
3064 * layout.cc (Layout::finish_dynamic_section): Generate tags
3065 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
3066 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
3067 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
3068
82bb573a
ILT
30692009-10-14 Ian Lance Taylor <iant@google.com>
3070
3071 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
3072 fields.
3073 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
3074 data_shdr fields of relinfo.
3075 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
3076 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
3077 R_386_TLS_LDO_32, adjust based on section flags.
3078 (Target_i386::Relocate::fix_up_ldo): Remove.
3079
374ad285
ILT
30802009-10-13 Ian Lance Taylor <iant@google.com>
3081
3082 Add support for -pie.
3083 * options.h (class General_options): Add -pie and
3084 --pic-executable.
3085 (General_options::output_is_position_independent): Test -pie.
3086 (General_options::output_is_executable): Return true if not shared
3087 and not relocatable.
3088 (General_options::output_is_pie): Remove.
3089 * options.cc (General_options::finalize): Reject incompatible uses
3090 of -pie.
3091 * gold.cc (queue_middle_tasks): A -pie link is not static.
3092 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
3093 * symtab.cc (Symbol::final_value_is_known): Return false if
3094 output_is_position_independent.
3095 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
3096 output_is_position_independent.
3097 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
3098 output_is_position_independent.
3099 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
3100 output_is_position_independent.
3101 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
3102 two_file_pie_test.
3103 (basic_pie_test.o, basic_pie_test): New targets.
3104 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
3105 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
3106 (two_file_pie_test): New target.
3107 * testsuite/Makefile.in: Rebuild.
3108 * README: Remove note saying that -pie is not supported.
3109
c6585162
ILT
31102009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
3111
3112 * options.h (class General_options): Add -init and -fini.
3113 * layout.cc (Layout::finish_dynamic_section): Emit
3114 given init and fini functions.
3115
032ce4e9
ST
31162009-10-13 Sriraman Tallam <tmsriram@google.com>
3117
3118 * gc.h (gc_process_relocs): Check if icf is enabled using new
3119 function.
3120 * gold.cc (queue_initial_tasks): Likewise.
3121 (queue_middle_tasks): Likewise.
3122 * object.cc (do_layout): Likewise.
3123 * symtab.cc (is_section_folded): Likewise.
3124 * main.cc (main): Likewise.
3125 * reloc.cc (Read_relocs::run): Likewise.
3126 (Sized_relobj::do_scan_relocs): Likewise.
3127 * icf.cc (is_function_ctor_or_dtor): New function.
3128 (Icf::find_identical_sections): Check if function is ctor or dtor when
3129 safe icf is chosen.
3130 * options.h (General_options::icf): Change option to be an enum.
3131 (Icf_status): New enum.
3132 (icf_enabled): New method.
3133 (icf_safe_folding): New method.
3134 (set_icf_status): New method.
3135 (icf_status_): New variable.
3136 * (options.cc) (General_options::finalize): Set icf_status_.
3137 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
3138 icf_test and icf_keep_unique_test to use the --icf enum flag.
3139 * testsuite/icf_safe_test.sh: New file.
3140 * testsuite/icf_safe_test.cc: New file.
3141
f345227a
ST
31422009-10-12 Sriraman Tallam <tmsriram@google.com>
3143
3144 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
3145 includes to gc.h and icf.h.
3146 * arm.cc: Include gc.h.
3147 * gold.cc: Likewise.
3148 * i386.cc: Likewise.
3149 * powerpc.cc: Likewise.
3150 * sparc.cc: Likewise.
3151 * x86_64.cc: Likewise.
3152 * gc.h: Include icf.h.
3153
1c7814ed
ILT
31542009-10-11 Ian Lance Taylor <iant@google.com>
3155
3156 * plugin.cc: Include "gold.h" before other header files.
3157
ae3b5189
CD
31582009-10-10 Chris Demetriou <cgd@google.com>
3159
3160 * options.h (Input_file_argument::Input_file_type): New enum.
3161 (Input_file_argument::is_lib_): Replace with...
3162 (Input_file_argument::type_): New member.
3163 (Input_file_argument::Input_file_argument): Take Input_file_type
3164 'type' rather than boolean 'is_lib' as second argument.
3165 (Input_file_argument::is_lib): Use type_.
3166 (Input_file_argument::is_searched_file): New function.
3167 (Input_file_argument::may_need_search): Handle is_searched_file.
3168 * options.cc (General_options::parse_library): Support -l:filename.
3169 (General_options::parse_just_symbols): Update for Input_file_argument
3170 changes.
3171 (Command_line::process): Likewise.
3172 * archive.cc (Archive::get_file_and_offset): Likewise.
3173 * plugin.cc (Plugin_manager::release_input_file): Likewise.
3174 * script.cc (read_script_file, script_add_file): Likewise.
3175 * fileread.cc (Input_file::Input_file): Likewise.
3176 (Input_file::will_search_for): Handle is_searched_file.
3177 (Input_file::open): Likewise.
3178 * readsyms.cc (Read_symbols::get_name): Likewise.
3179 * testsuite/Makefile.am (searched_file_test): New test.
3180 * testsuite/Makefile.in: Regenerate.
3181 * testsuite/searched_file_test.cc: New file.
3182 * testsuite/searched_file_test_lib.cc: New file.
3183
f3048a1d
ILT
31842009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3185 Ian Lance Taylor <iant@google.com>
3186
3187 * descriptor.cc: Include <cstdio> and "binary-io.h".
3188 (Descriptors::open): Open the files in binary mode always.
3189 * script.cc (Lex::get_token): Treat \r as whitespace.
3190
d4780e57
ILT
31912009-10-09 Ian Lance Taylor <iant@google.com>
3192
3193 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
3194
d9a893b8
ILT
31952009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3196 Ian Lance Taylor <iant@google.com>
3197
3198 * configure.ac: Check for readv function also.
3199 * fileread.cc (readv): Define if not HAVE_READV.
3200 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
3201 does not exist.
3202 * config.in: Regenerate.
3203 * configure: Regenerate.
3204
c0a62865
DK
32052009-10-09 Doug Kwan <dougkwan@google.com>
3206
3207 * layout.cc (Layout::make_output_section): Call target hook to make
3208 ordinary output section.
3209 (Layout::finalize): Adjust parameter list of call the
3210 Target::may_relax().
3211 * layout.h (class Layout::section_list): New method.
3212 * merge.h (Output_merge_base::entsize): Change visibility to public.
3213 (Output_merge_base::is_string, Output_merge_base::do_is_string):
3214 New methods.
3215 (Output_merge_string::do_is_string): New method.
3216 * object.cc (Sized_relobj::do_setup): renamed from
3217 Sized_relobj::set_up.
3218 * object.h (Sized_relobj::adjust_shndx,
3219 Sized_relobj::initializ_input_to_output_maps,
3220 Sized_relobj::free_input_to_output_maps): Change visibilities to
3221 protected.
3222 (Sized_relobj::setup): Virtualize.
3223 (Sized_relobj::do_setup): New method declaration.
3224 (Sized_relobj::invalidate_section_offset,
3225 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
3226 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
3227 * options.cc (parse_int): New function.
3228 * options.h (parse_int): New declaration.
3229 (DEFINE_int): New macro.
3230 (stub_group_size): New option.
3231 * output.cc (Output_section::Output_section): Initialize memebers
3232 merge_section_map_, merge_section_by_properties_map_,
3233 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
3234 (Output_section::add_input_section): Handled deferred code-fill
3235 generation and remove an old comment.
3236 (Output_section::add_relaxed_input_section): New method definition.
3237 (Output_section::add_merge_input_section): Use merge section by
3238 properties map to speed to search. Update merge section maps
3239 as appropriate.
3240 (Output_section::build_relaxation_map): New method definition.
3241 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
3242 Same.
3243 (Output_section::relax_input_section): Renamed to
3244 Output_section::convert_input_sections_to_relaxed_sections and change
3245 interface to take a vector of pointers to relaxed sections.
3246 (Output_section::find_merge_section,
3247 Output_section::find_relaxed_input_section): New method definitions.
3248 (Output_section::is_input_address_mapped,
3249 Output_section::output_offset, Output_section::output_address):
3250 Use output section data maps to speed up searching.
3251 (Output_section::find_starting_output_address): Add comments.
3252 (Output_section::do_write,
3253 Output_section::write_to_postprocessing_buffer): Do code-fill
3254 generation as appropriate.
3255 (Output_section::get_input_sections): Invalidate relaxed input section
3256 map.
3257 (Output_section::restore_states): Adjust type of checkpoint .
3258 Invalidate relaxed input section map.
3259 * output.h (Output_merge_base): New class declaration.
3260 (Input_section_specifier): New class defintion.
3261 (class Output_relaxed_input_section) Change base class to
3262 Output_section_data_build.
3263 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
3264 base class initializer.
3265 (Output_section::add_relaxed_input_section): New method declaration.
3266 (Output_section::Input_section): Change visibility to protected.
3267 (Output_section::Input_section::relobj,
3268 Output_section::Input_section::shndx): Handle relaxed input sections.
3269 Output_section::input_sections) Change visibility to protected. Also
3270 define overload to return a non-const pointer.
3271 (Output_section::Merge_section_properties): New class defintion.
3272 (Output_section::Merge_section_by_properties_map,
3273 Output_section::Output_section_data_by_input_section_map,
3274 Output_section::Relaxation_map): New types.
3275 (Output_section::relax_input_section): Rename method to
3276 Output_section::convert_input_sections_to_relaxed_sections and change
3277 interface to take a vector of relaxed section pointers.
3278 (Output_section::find_merge_section,
3279 Output_section::find_relaxed_input_section,
3280 Output_section::build_relaxation_map,
3281 Output_section::convert_input_sections_in_list_to_relaxed_sections):
3282 New method declarations.
3283 (Output_section::merge_section_map_
3284 Output_section::merge_section_by_properties_map_,
3285 Output_section::relaxed_input_section_map_,
3286 Output_section::is_relaxed_input_section_map_valid_,
3287 Output_section::generate_code_fills_at_write_): New data members.
3288 * script-sections.cc
3289 (Output_section_element_input::set_section_addresses): Call
3290 current_data_size and addralign methods of relaxed input sections.
3291 (Orphan_output_section::set_section_addresses): Call current_data_size
3292 and addralign methods of relaxed input sections.
3293 * symtab.cc (Symbol_table::compute_final_value): Extract template
3294 from the body of Symbol_table::sized_finalize_symbol.
3295 (Symbol_table::sized_finalized_symbol): Call
3296 Symbol_table::compute_final_value.
3297 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
3298 (Symbol_table::compute_final_value): New templated method declaration.
3299 * target.cc (Target::do_make_output_section): New method defintion.
3300 * target.h (Target::make_output_section): New method declaration.
3301 (Target::relax): Add more parameters for input objects, symbol table
3302 and layout. Adjust call to do_relax.
3303 (Target::do_make_output_section): New method declaration.
3304 (Target::do_relax): Add parameters for input objects, symbol table
3305 and layout.
3306
d446d6c4
ILT
33072009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3308
3309 * pread.c: Include stdio.h.
3310
bc06c745
ILT
33112009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3312
3313 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
3314 defined.
3315
75aea3d0
ILT
33162009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
3317
3318 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3319 Change read_shndx type to unsigned int.
3320 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
3321 int.
3322 (Sized_dwarf_line_info::read_line_mappings): Likewise.
3323 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
3324 Change read_shndx type to unsigned int.
3325 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
3326 int.
3327 (Sized_dwarf_line_info::read_line_mappings): Likewise.
3328 * layout.cc (Layout::create_symtab_sections): Cast the result of
3329 local_symcount * symsize to off_t in the gold_assert.
3330
be8fcb75
ILT
33312009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3332
3333 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
3334 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
3335 R_ARM_BASE_ABS.
3336 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
3337 (Arm_relocate_functions::thm_abs5): New function.
3338 (Arm_relocate_functions::abs12): New function.
3339 (Arm_relocate_functions::abs16): New function.
3340 (Arm_relocate_functions::base_abs): New function.
3341 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
3342 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
3343 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
3344 R_ARM_BASE_ABS.
3345 (Scan::global): Likewise.
3346 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
3347 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
3348 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
3349 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
3350 R_ARM_BASE_ABS.
3351
c2a122b6
ILT
33522009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3353
3354 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
3355 (Arm_relocate_functions::movt_prel): New function.
3356 (Arm_relocate_functions::thm_movw_prel_nc): New function.
3357 (Arm_relocate_functions::thm_movt_prel): New function.
3358 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
3359 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
3360 (Scan::global, Relocate::relocate): Likewise.
3361 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
3362
c4aa1e2d
ILT
33632009-10-09 Mikolaj Zalewski <mikolajz@google.com>
3364
3365 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
3366 Incremental_checker.
3367 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
3368 unsigned int.
3369 (class Incremental_inputs_header): New class.
3370 (Incremental_inputs_header_writer): Edit comment.
3371 (Incremental_inputs_entry): New class.
3372 (Incremental_inputs_entry_writer): Edit comment.
3373 (Sized_incremental_binary::do_find_incremental_inputs_section):
3374 Add *strtab_shndx parameter, fill it.
3375 (Sized_incremental_binary::do_check_inputs): New method.
3376 (Incremental_checker::can_incrementally_link_output_file): Use
3377 Sized_incremental_binary::check_inputs.
3378 (Incremental_inputs::report_command_line): Save command line in
3379 command_line_.
3380 * incremental.h:
3381 (Incremental_binary::find_incremental_inputs_section): New
3382 method.
3383 (Incremental_binary::do_find_incremental_inputs_section): Add
3384 strtab_shndx parameter.
3385 (Incremental_binary::do_check_inputs): New pure virtual method.
3386 (Sized_incremental_binary::do_check_inputs): Declare.
3387 (Incremental_checker::Incremental_checker): Add incremental_inputs
3388 parameter, use it to initialize incremental_inputs_.
3389 (Incremental_checker::incremental_inputs_): New field.
3390 (Incremental_checker::command_line): New method.
3391 (Incremental_checker::inputs): New method.
3392 (Incremental_checker::command_line_): New field.
3393
c549a694
ILT
33942009-10-09 Mikolaj Zalewski <mikolajz@google.com>
3395
3396 * incremental.cc: Include <cstdarg> and "target-select.h".
3397 (vexplain_no_incremental): New function.
3398 (explain_no_incremental): New function.
3399 (Incremental_binary::error): New method.
3400 (Sized_incremental_binary::do_find_incremental_inputs_section): New
3401 method.
3402 (make_sized_incremental_binary): New function.
3403 (open_incremental_binary): New function.
3404 (can_incrementally_link_file): Add checks if output is ELF and has
3405 inputs section.
3406 * incremental.h: Include "elfcpp_file.h" and "output.h".
3407 (Incremental_binary): New class.
3408 (Sized_incremental_binary): New class.
3409 (open_incremental_binary): Declare.
3410 * object.cc (is_elf_object): Use
3411 elfcpp::Elf_recognizer::is_elf_file.
3412 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
3413 * output.h (Output_file::filesize): New method.
3414
fd3c5f0b
ILT
34152009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3416
3417 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
3418 New function.
3419 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
3420 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
3421 function.
3422 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
3423 function.
3424 (Arm_relocate_functions::movw_abs_nc): New function.
3425 (Arm_relocate_functions::movt_abs): New function.
3426 (Arm_relocate_functions::thm_movw_abs_nc): New function.
3427 (Arm_relocate_functions::thm_movt_abs): New function.
3428 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
3429 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
3430 (Scan::global): Likewise.
3431 (Relocate::relocate): Likewise.
3432 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
3433
7f5309a5
ILT
34342009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3435
3436 * arm.cc (Arm_relocate_functions::got_prel) New function.
3437 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
3438 (Relocate::relocate): Likewise.
3439 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
3440
364c7fa5
ILT
34412009-10-06 Ian Lance Taylor <iant@google.com>
3442
3443 * options.h (class General_options): Define
3444 split_stack_adjust_size parameter.
3445 * object.h (class Object): Add uses_split_stack_ and
3446 has_no_split_stack_ fields. Add uses_split_stack and
3447 has_no_split_stack accessor functions. Declare
3448 handle_split_stack_section.
3449 (class Reloc_symbol_changes): Define.
3450 (class Sized_relobj): Define Function_offsets. Declare
3451 split_stack_adjust, split_stack_adjust_reltype, and
3452 find_functions.
3453 * object.cc (Object::handle_split_stack_section): New function.
3454 (Sized_relobj::do_layout): Call handle_split_stack_section.
3455 * dynobj.cc (Sized_dynobj::do_layout): Call
3456 handle_split_stack_section.
3457 * reloc.cc (Sized_relobj::relocate_sections): Call
3458 split_stack_adjust for executable sections in split_stack
3459 objects. Pass reloc_map to relocate_section.
3460 (Sized_relobj::split_stack_adjust): New function.
3461 (Sized_relobj::split_stack_adjust_reltype): New function.
3462 (Sized_relobj::find_functions): New function.
3463 * target-reloc.h: Include "object.h".
3464 (relocate_section): Add reloc_symbol_changes parameter. Change
3465 all callers.
3466 * target.h (class Target): Add calls_non_split method. Declare
3467 do_calls_non_split virtual method. Declare match_view and
3468 set_view_to_nop.
3469 * target.cc: Include "elfcpp.h".
3470 (Target::do_calls_non_split): New function.
3471 (Target::match_view): New function.
3472 (Target::set_view_to_nop): New function.
3473 * gold.cc (queue_middle_tasks): Give an error if mixing
3474 split-stack and non-split-stack objects with -r.
3475 * i386.cc (Target_i386::relocate_section): Add
3476 reloc_symbol_changes parameter.
3477 (Target_i386::do_calls_non_split): New function.
3478 * x86_64.cc (Target_x86_64::relocate_section): Add
3479 reloc_symbol_changes parameter.
3480 (Target_x86_64::do_calls_non_split): New function.
3481 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
3482 parameter.
3483 * powerpc.cc (Target_powerpc::relocate_section): Add
3484 reloc_symbol_changes parameter.
3485 * sparc.cc (Target_sparc::relocate_section): Add
3486 reloc_symbol_changes parameter.
3487 * configure.ac: Call AM_CONDITIONAL for the default target.
3488 * configure: Rebuild.
3489 * testsuite/Makefile.am (TEST_AS): New variable.
3490 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
3491 (check_DATA): Add split_i386 and split_x86_64 files.
3492 (SPLIT_DEFSYMS): Define.
3493 (split_i386_[1234n].o): New targets.
3494 (split_i386_[124]): New targets.
3495 (split_i386_[1234r].stdout): New targets.
3496 (split_x86_64_[1234n].o): New targets.
3497 (split_x86_64_[124]): New targets.
3498 (split_x86_64_[1234r].stdout): New targets.
3499 (MOSTLYCLEANFILES): Add new executables.
3500 * testsuite/split_i386.sh: New file.
3501 * testsuite/split_x86_64.sh: New file.
3502 * testsuite/split_i386_1.s: New file.
3503 * testsuite/split_i386_2.s: New file.
3504 * testsuite/split_i386_3.s: New file.
3505 * testsuite/split_i386_4.s: New file.
3506 * testsuite/split_i386_n.s: New file.
3507 * testsuite/split_x86_64_1.s: New file.
3508 * testsuite/split_x86_64_2.s: New file.
3509 * testsuite/split_x86_64_3.s: New file.
3510 * testsuite/split_x86_64_4.s: New file.
3511 * testsuite/split_x86_64_n.s: New file.
3512 * testsuite/testfile.cc (Target_test): Update relocation_section
3513 function.
3514 * testsuite/Makefile.in: Rebuild.
3515
e8a9fcda
ILT
35162009-10-06 Ian Lance Taylor <iant@google.com>
3517
3518 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
3519 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
3520 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
3521 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
3522 the address on ldo_addrs_.
3523 (Target_i386::Relocate::fix_up_ldo): New function.
3524
e99daf92
ILT
35252009-10-06 Rafael Espindola <espindola@google.com>
3526
3527 * plugin.cc (add_input_library): New.
3528 (Plugin::load): Add add_input_library to tv.
3529 (Plugin_manager::add_input_file): Add the is_lib argument.
3530 (add_input_file): Update call to Plugin_manager::add_input_file.
3531 (add_input_library): New.
3532 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
3533
966d4097
DK
35342009-09-30 Doug Kwan <dougkwan@google.com>
3535
3536 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
3537 symbol and call Symbol::may_need_copy_reloc to determine if
3538 a copy reloc is needed.
3539 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
3540 nocopyreloc is given in command line.
3541 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
3542 given in command line.
3543 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
3544 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
3545 of the removed Target_i386::may_need_copy_reloc.
3546 * options.h (copyreloc): New option with default value false.
3547 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
3548 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
3549 instead of the removed Target_powerpc::may_need_copy_reloc.
3550 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
3551 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
3552 instead of the removed Target_sparc::may_need_copy_reloc.
3553 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
3554 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
3555 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
3556 instead of the removed Target_x86_64::may_need_copy_reloc.
3557
029ba973
ILT
35582009-09-30 Ian Lance Taylor <iant@google.com>
3559
3560 * object.h (class Object): Remove target_ field, and target,
3561 sized_target, and set_target methods.
3562 (Object::sized_target): Remove.
3563 (class Sized_relobj): Update declarations. Remove sized_target.
3564 * object.cc (Sized_relobj::setup): Remove target parameter.
3565 Change all callers.
3566 (Input_objects::add_object): Don't do anything with the target.
3567 (make_elf_sized_object): Add punconfigured parameter. Change all
3568 callers. Set or test parameter target.
3569 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
3570 Change all callers.
3571 * parameters.cc (Parameters::set_target): Change parameter type to
3572 be non-const.
3573 (Parameters::default_target): Remove.
3574 (set_parameters_target): Change parameter type to be non-const.
3575 (parameters_force_valid_target): New function.
3576 (parameters_clear_target): New function.
3577 * parameters.h (class Parameters): Update declarations. Remove
3578 default_target method. Add sized_target and clear_target
3579 methods. Change target_ to be non-const.
3580 (set_parameters_target): Update declaration.
3581 (parameters_force_valid_target): Declare.
3582 (parameters_clear_target): Declare.
3583 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
3584 as NULL if we aren't searching.
3585 (Add_symbols::run): Don't check for compatible target.
3586 * fileread.cc (Input_file::open_binary): Call
3587 parameters_force_valid_target.
3588 * gold.cc (queue_middle_tasks): Likewise.
3589 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
3590 set_target on object.
3591 * dynobj.h (class Sized_dynobj): Update declarations.
3592 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
3593 make_elf_object returns NULL.
3594 (Archive::include_member): Don't check whether object target is
3595 compatible.
3596 * output.cc (Output_section::add_input_section): Get target from
3597 parameters.
3598 (Output_section::relax_input_section): Likewise.
3599 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
3600 parameters.
3601 (Sized_relobj::do_scan_relocs): Likewise.
3602 (Sized_relobj::relocate_sections): Likewise.
3603 * resolve.cc (Symbol_table::resolve): Likewise.
3604 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
3605 parameter. Change all callers.
3606 (Symbol_table::add_from_object): Get target from parameters.
3607 (Symbol_table::add_from_relobj): Don't check object target.
3608 (Symbol_table::add_from_dynobj): Likewise.
3609 (Symbol_table::define_special_symbol): Get target from
3610 parameters.
3611 * symtab.h (class Symbol_table): Update declaration.
3612 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
3613 parameter. Change all callers. Clear parameter target.
3614 (Binary_test): Test target here.
3615 * testsuite/object_unittest.cc (gold_testsuite): Remove
3616 target_test_pointer parameter. Change all callers.
3617 (Object_test): Test target here.
3618
a6a22b83
ILT
36192009-09-26 Ian Lance Taylor <iant@google.com>
3620
3621 * testsuite/initpri1.c: Don't try to use constructor priorities if
3622 compiling with gcc before 4.3.
3623
6a8f49fe
ILT
36242009-09-22 Mikolaj Zalewski <mikolajz@google.com>
3625
3626 * testsuite/retain_symbols_file_test.sh (check_present): Change
3627 output file name to retain_symbols_file_test.stdout.
3628 (check_absent): Likewise.
3629
8c604651
CS
36302009-09-18 Craig Silverstein <csilvers@google.com>
3631
3632 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
3633 * options.cc: Include <cerrno> and <fstream>.
3634 (General_options::finalize): Parse -retain-symbols-file tag.
3635 * options.h: New flag.
3636 (General_options): New method should_retain_symbol, new
3637 variable symbols_to_retain.
3638 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
3639 should_retain_symbol map.
3640 * testsuite/Makefile.am (retain_symbols_file_test): New test.
3641 * testsuite/Makefile.in: Regenerate.
3642 * testsuite/retain_symbols_file_test.sh: New file.
3643
ca58b19f
NC
36442009-09-18 Nick Clifton <nickc@redhat.com>
3645
3646 * po/es.po: Updated Spanish translation.
3647
20e6d0d6
DK
36482009-09-17 Doug Kwan <dougkwan@google.com>
3649
3650 * debug.h (DEBUG_RELAXATION): New constant.
3651 (DEBUG_ALL): Add DEBUG_RELAXATION.
3652 (debug_string_to_enum): Add relaxation debug option.
3653 * layout.cc
3654 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
3655 Layout::Relaxation_debug_check::read_sections,
3656 Layout::Relaxation_debug_check::read_sections): New method definitions.
3657 (Layout::Layout): Initialize data members
3658 record_output_section_data_from_scrips_,
3659 script_output_section_data_list_ and relaxation_debug_check_.
3660 (Layout::save_segments, Layout::restore_segments,
3661 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
3662 Layout::relaxation_loop_body): New method definitions.
3663 (Layout::finalize): Support relaxation. Move section layout code to
3664 Layout::relaxation_loop_body.
3665 (Layout::set_asection_address_from_script): Move code for orphan
3666 section placement out.
3667 (Layout::place_orphan_sections_in_script): New method definition.
3668 * layout.h (Output_segment_headers, Output_file_header):
3669 New forward class declarations.
3670 (Layout::~Layout): Define.
3671 (Layout::new_output_section_data_from_script): New method definition.
3672 (Layout::place_orphan_sections_in_script): New method declaration.
3673 (Layout::Segment_states): New type declaration.
3674 (Layout::save_segments, Layout::restore_segments,
3675 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
3676 Layout::relaxation_loop_body): New method declarations.
3677 (Layout::Output_section_data_list): New type declaration.
3678 (Layout::Relaxation_debug_check): New class definition.
3679 (Layout::record_output_section_data_from_script_,
3680 Layout::script_output_section_data_list_, Layout::segment_states_,
3681 Layout::relaxation_debug_check_): New data members.
3682 * output.cc: (Output_section_headers::do_size): New method definition.
3683 (Output_section_headers::Output_section_headers): Move size
3684 computation to Output_section_headers::do_size.
3685 (Output_segment_headers::do_size): New method definition.
3686 (Output_file_header::Output_file_header): Move size computation to
3687 Output_file_header::do_size and call it.
3688 (Output_file_header::do_size): New method definition.
3689 (Output_data_group::Output_data_group): Adjust call to
3690 Output_section_data.
3691 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
3692 (Output_symtab_xindex::do_write): Add array bound check.
3693 (Output_section::Input_section::print_to_mapfile): Handle
3694 RELAXED_INPUT_SECTION_CODE.
3695 (Output_section::Output_section): Initialize data member checkpoint_.
3696 (Output_section::~Output_section): Delete checkpoint object pointed
3697 by checkpoint_.
3698 (Output_section::add_input_section): Always add an Input_section if
3699 relaxing.
3700 (Output_section::add_merge_input_section): Add assert.
3701 (Output_section::relax_input_section): New method definition.
3702 (Output_section::set_final_data_size): Set load address to zero for
3703 an unallocated section.
3704 (Output_section::do_address_and_file_offset_have_reset_values):
3705 New method definition.
3706 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
3707 Handle relaxed input section.
3708 (Output_section::sort_attached_input_sections): Checkpoint input
3709 section list lazily.
3710 (Output_section::get_input_sections): Change type of input_sections to
3711 list of Simple_input_section pointers. Checkpoint input section list
3712 lazily. Also handle relaxed input sections.
3713 (Output_section::add_input_section_for_script): Take a reference to
3714 a Simple_input_section object instead of Relobj pointer and section
3715 index as parameter. Handle relaxed input sections.
3716 (Output_section::save_states, Output_section::restore_states): New
3717 method definitions.
3718 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
3719 (Output_data::is_data_size_fixed): New method definition.
3720 (Output_data::reset_addresss_and_file_offset): Do not reset data size
3721 if it is fixed.
3722 (Output_data::address_and_file_offset_have_reset_values): New method
3723 definition.
3724 (Output_data::do_address_and_file_offset_have_reset_values): New method
3725 definition.
3726 (Output_data::set_data_size): Check that data size is not fixed.
3727 (Output_data::fix_data_size): New method definition.
3728 (Output_data::is_data_size_fixed_): New data member.
3729 (Output_section_headers::set_final_data_size): New method definition.
3730 (Output_section_headers::do_size): New method declaration.
3731 (Output_segment_headers::set_final_data_size): New method definition.
3732 (Output_segment_headers::do_size): New method declaration.
3733 (Output_file_header::set_final_data_size)::New method definition.
3734 (Output_file_header::do_size)::New method declaration.
3735 (Output_section_data::Output_section_data): Add new parameter
3736 is_data_size_fixed and use it to fix data size.
3737 (Output_data_const::Output_data_const): Adjust call to base class
3738 constructor and fix data size.
3739 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
3740 base class constructor and fix data size.
3741 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
3742 base class constructor and fix data size.
3743 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
3744 class constructor and fix data size.
3745 (Output_data_group::set_final_data_size): New method definition.
3746 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
3747 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
3748 class constructor and fix data size.
3749 (Output_relaxed_input_section): New class definition.
3750 (Output_section::Simple_input_section): New class definition.
3751 (Output_section::get_input_sections): Adjust parameter list.
3752 (Output_section::add_input_section_for_script): Same.
3753 (Output_section::save_states, Output_section::restore_states,
3754 Output_section::do_address_and_file_offset_have_reset_values,
3755 (Output_section::Input_section::Input_section): Handle
3756 RELAXED_INPUT_SECTION_CODE. Add new overload for
3757 Output_relaxed_input_section.
3758 (Output_section::Input_section::is_input_section,
3759 Output_section::Input_section::set_output_section): Handle relaxed
3760 input section.
3761 (Output_section::Input_section::is_relaxed_input_section,
3762 Output_section::Input_section::output_section_data,
3763 Output_section::Input_section::relaxed_input_section): New method
3764 definitions.
3765 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
3766 value.
3767 (Output_section::Input_section::u1_): Update comments.
3768 (Output_section::Input_section::u2_): Add new union member poris.
3769 (Output_section::Checkpoint_output_section): New classs definition.
3770 (Output_section::relax_input_section): New method declaration.
3771 (Output_section::checkpoint_): New data member.
3772 (Output_segment): Update comments.
3773 (Output_segment::Output_segment): Un-privatize copy constructor.
3774 (Output_segment::operator=): Un-privatize.
3775 * script-sections.cc (Output_section_element::Input_section_list):
3776 Change element type to Output_section::Simple_input_section.
3777 (Output_section_element_dot_assignment::set_section_addresses):
3778 Register output section data for relaxation clean up.
3779 (Output_data_exression::Output_data_expression): Adjust call to base
3780 constructor to fix data size.
3781 (Output_section_element_data::set_section_addresses): Register
3782 Output_data_expression object for relaxation clean up.
3783 (struct Input_section_info): Replace Relobj pointer and section index
3784 pair with Output_section::Simple_input_section and Convert struct to a
3785 class.
3786 (Input_section_sorter::operator()): Adjust access to
3787 Input_section_info data member to use accessors.
3788 (Output_section_element_input::set_section_addresses): Use layout
3789 parameter. Adjust code to use Output_section::Simple_input_section
3790 and Input_secction_info classes. Register filler for relaxation
3791 clean up.
3792 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
3793 and section index pair with Output_section::Simple_input_section
3794 class. Adjust code accordingly.
3795 (Phdrs_element::release_segment): New method definition.
3796 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
3797 segment list.
3798 (Script_sections::release_segments): New method definition.
3799 * gold/script-sections.h (Script_sections::release_segments): New
3800 method declaration.
3801 * gold/target.h (Target::may_relax, Target::relax,
3802 Target::do_may_relax, Target::do_relax): New method definitions.
3803
5e445df6
ILT
38042009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3805
3806 * arm.cc (has_signed_unsigned_overflow): New function.
3807 (Arm_relocate_functions::abs8): New function.
3808 (Target_arm::Scan::local): Handle R_ARM_ABS8.
3809 (Target_arm::Scan::global): Likewise.
3810 (Target_arm::relocate::relocate): Likewise.
3811 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3812 Likewise.
3813
8c604651 38142009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
3815
3816 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
3817 * testsuite/Makefile.in: Regenerate.
3818
1e9cc1c2
NC
38192009-09-11 Nick Clifton <nickc@redhat.com>
3820
3821 * po/gold.pot: Updated by the Translation project.
3822
6a89f575
CC
38232009-09-08 Cary Coutant <ccoutant@google.com>
3824
3825 * output.cc (Output_file::open): Add execute permission to empty file.
3826 * testsuite/Makefile.am (permission_test): New test.
3827 * testsuite/Makefile.in: Regenerate.
3828
fdcac5af
ILT
38292009-09-02 Ian Lance Taylor <iant@google.com>
3830
3831 * output.cc (Output_file::resize): Call map_no_anonymous rather
3832 than map.
3833
44453f85
ILT
38342009-09-01 Mikolaj Zalewski <mikolajz@google.com>
3835
3836 * gold.cc: Include "incremental.h".
3837 (queue_initial_tasks): Call Incremental_checker methods.
3838 * incremental.cc: Include "output.h".
3839 (Incremental_checker::can_incrementally_link_output_file): New
3840 method.
3841 * incremental.h (Incremental_checker): New class.
3842
3843 * output.cc (Output_file::open_for_modification): New method.
3844 (Output_file::map_anonymous): Changed return type to bool. Record
3845 map in base_ field.
3846 (Output_file::map_no_anonymous): New method, broken out of map.
3847 (Output_file::map): Use map_no_anonymous and map_anonymous.
3848 * output.h (class Output_file): Update declarations.
3849
293c1386
CC
38502009-08-24 Cary Coutant <ccoutant@google.com>
3851
3852 * options.h (Command_line::Pre_options): New class.
3853 (Command_line::pre_options): New member.
3854 * options.cc (gold::options::ready_to_register): New variable.
3855 (One_option::register_option): Do nothing if not registering options.
3856 Assert if same short option registered twice.
3857 (General_options::General_options): Turn off option registration when
3858 done constructing.
3859 (Command_line::Pre_options::Pre_options): New constructor.
3860
f773f3d2
CC
38612009-08-24 Cary Coutant <ccoutant@google.com>
3862
06a73cfe
CC
3863 * options.h (General_options::no_keep_memory): Remove incorrect
3864 short option.
f773f3d2 3865
a15af8e2
RW
38662009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3867
3868 * Makefile.am (am__skiplex, am__skipyacc): New.
3869 * Makefile.in: Regenerate.
3870
c462b41b
RW
38712009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3872
14ec8efd
RW
3873 * Makefile.am (AM_CPPFLAGS): Renamed from ...
3874 (INCLUDES): ... this.
3875 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
3876 (AM_CPPFLAGS): Renamed from ...
3877 (INCLUDE): ... this.
3878 * Makefile.in, testsuite/Makefile.in: Regenerate.
3879
81ecdfbb
RW
3880 * Makefile.in: Regenerate.
3881 * aclocal.m4: Likewise.
3882 * config.in: Likewise.
3883 * configure: Likewise.
3884 * testsuite/Makefile.in: Likewise.
3885
c462b41b
RW
3886 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
3887 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
3888 * Makefile.in: Regenerate.
3889 * testsuite/Makefile.in: Regenerate.
3890
2da73f13
CC
38912009-08-19 Cary Coutant <ccoutant@google.com>
3892
3893 * resolve.cc (Symbol_table::resolve): Don't complain about defined
3894 symbols in shared libraries overridden by hidden or internal symbols
3895 in the main program.
3896
2db70501
CD
38972009-08-19 Chris Demetriou <cgd@google.com>
3898
3899 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
3900 checking source file names in error messages.
3901
f733487b
DK
39022009-08-18 Doug Kwan <dougkwan@google.com>
3903
3904 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
3905 an elcpp::Ehdr as parameter. Adjust call to set_target.
3906 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
3907 an elfcpp::Ehdr as parameter.
3908 * object.cc (Object::set_target): Remove the version that looks up
3909 a target and sets it.
3910 (Sized_relobj::setup): Take a Target object instead of
3911 an elfcpp::Ehdr as parameter. Adjust call to set_target.
3912 (make_elf_sized_object): Find target and ask target to
3913 make an ELF object.
3914 * object.h: (Object::set_target): Remove the version that looks up
3915 a target and sets it.
3916 (Sized_relobj::setup): Take a Target object instead of
3917 an elfcpp:Ehdr as parameter.
3918 * target.cc: Include dynobj.h.
3919 (Target::do_make_elf_object_implementation): New.
3920 (Target::do_make_elf_object): New.
3921 * target.h (Target::make_elf_object): New template declaration.
3922 (Target::do_make_elf_object): New method declarations.
3923 (Target::do_make_elf_object_implementation): New template declaration.
3924
cc70f101
ILT
39252009-08-14 Ian Lance Taylor <iant@google.com>
3926
3927 * gold.h (FUNCTION_NAME): Define.
3928 (gold_unreachable): Use FUNCTION_NAME.
3929
ef5e0cb1
ST
39302009-08-12 Sriraman Tallam <tmsriram@google.com>
3931
3932 * icf.cc (Icf::find_identical_sections): Issue a warning when a
3933 symbol in the --keep-unique list is not found.
3934
48c187ce
ST
39352009-08-12 Sriraman Tallam <tmsriram@google.com>
3936
3937 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
3938 been maked as --keep-unique.
3939 (Icf::unfold_section): New function.
3940 * icf.h (Icf::unfold_section): New function.
3941 * options.h (General_options::keep_unique): New option.
3942 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
3943 * testsuite/Makefile.in: Regenerate.
3944 * testsuite/icf_keep_unique_test.sh: New file.
3945 * testsuite/icf_keep_unique_test.cc: New file.
3946
645afe0c
CC
39472009-08-12 Cary Coutant <ccoutant@google.com>
3948
3949 PR 10471
3950 * resolve.cc (Symbol_table::resolve): Check for references from
3951 dynamic objects to hidden and internal symbols.
3952 * testsuite/Makefile.am (hidden_test.sh): New test.
3953 * testsuite/Makefile.in: Regenerate.
3954 * testsuite/hidden_test.sh: New script.
3955 * testsuite/hidden_test_1.c: New test source.
3956 * testsuite/hidden_test_main.c: New test source.
3957
11af873f
DK
39582009-08-11 Doug Kwan <dougkwan@google.com>
3959
3960 * arm.cc: Update comments.
3961 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
3962 segment to locate the .ARM.exidx section if present.
3963
b9f7d72d
DK
39642009-08-09 Doug Kwan <dougkwan@google.com>
3965
3966 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
3967 patch.
3968
ddd3c53c
ST
39692009-08-07 Sriraman Tallam <tmsriram@google.com>
3970 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
3971 compiler warnings.
3972
27721062
ST
39732009-08-06 Sriraman Tallam <tmsriram@google.com>
3974
3975 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
3976 valid tls_segment only for non-debug-section relocations.
3977 * testsuite/Makefile.am: Add gc_tls_test.
3978 * testsuite/Makefile.in: Regenerate.
3979 * testsuite/gc_tls_test.cc: New file.
3980 * testsuite/gc_tls_test.sh: New file.
3981
ef15dade
ST
39822009-08-05 Sriraman Tallam <tmsriram@google.com>
3983
3984 * icf.cc: New file.
3985 * icf.h: New file.
3986 * Makefile.am (CCFILES): Add icf.cc.
3987 (HFILES): Add icf.h
3988 * Makefile.in: Regenerate.
3989 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
3990 * gc.h (gc_process_relocs): Populate lists used by icf to contain
3991 section, symbol and addend information for the relocs.
3992 * gold.cc (queue_middle_tasks): Call identical code folding.
3993 * gold.h: Add defines for multimap.
3994 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
3995 to the call of finalize_local_symbols.
3996 * main.cc (main): Create object of class Icf.
3997 * object.cc (Sized_relobj::do_layout): Allow this function to be
3998 called twice during icf.
3999 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
4000 to sections marked as identical by icf.
4001 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
4002 when available.
4003 (Sized_relobj::do_section_entsize): New function.
4004 * object.h (Object::section_entsize): New function.
4005 (Object::do_section_entsize): New pure virtual function.
4006 (Relobj::finalize_local_symbols): Add new parameter.
4007 (Relobj::do_section_entsize): New function.
4008 * options.h (General_options::icf): New option.
4009 (General_options::icf_iterations): New option.
4010 (General_options::print_icf_sections): New option.
4011 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
4012 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
4013 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
4014 icf.
4015 * symtab.cc (Symbol_table::is_section_folded): New function.
4016 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
4017 to sections marked as identical by icf.
4018 * symtab.h (Symbol_table::set_icf): New function.
4019 (Symbol_table::icf): New function.
4020 (Symbol_table::is_section_folded): New function.
4021 (Symbol_table::icf_): New data member.
4022 * target-reloc.h (relocate_section): Ignore sections folded by icf.
4023 * testsuite/Makefile.am: Add commands to build icf_test.
4024 * testsuite/Makefile.in: Regenerate.
4025 * testsuite/icf_test.sh: New file.
4026 * testsuite/icf_test.cc: New file.
4027
c3b65ac4
CD
40282009-07-24 Chris Demetriou <cgd@google.com>
4029
4030 * layout.cc (is_compressible_debug_section): Fix incorrect
4031 comment about compressed section names.
4032
1caf2c51
ILT
40332009-07-20 Ian Lance Taylor <ian@airs.com>
4034
4035 PR 10419
4036 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
4037
1ef4d87f
ILT
40382009-07-16 Ian Lance Taylor <iant@google.com>
4039
4040 PR 10400
4041 * layout.h: #include <map>.
4042 (class Kept_section): Change from struct to class. Add accessors
4043 and setters. Add section size to Comdat_group mapping. Change
4044 Comdat_group to std::map. Add is_comdat_ field. Add
4045 linkonce_size field in union.
4046 (class Layout): Update declaration of find_or_add_kept_section.
4047 Don't declare find_kept_object.
4048 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
4049 parameter. Add object, shndx, is_comdat, and is_group_name
4050 parameters. Change all callers. Adjust for new Kept_section.
4051 (Layout::find_kept_object): Remove.
4052 * object.cc (Sized_relobj::include_section_group): Update use of
4053 Kept_section. Rename secnum to shndx. Only record
4054 Kept_comdat_section if sections are the same size.
4055 (Sized_relobj::include_linkonce_section): Update use of
4056 Kept_section. Only record Kept_comdat_section if sections are the
4057 same size. Set size of linkonce section.
4058 (Sized_relobj::map_to_kept_section): Update call to
4059 get_kept_comdat_section.
4060 * object.h (class Sized_relobj): Rename fields in
4061 Kept_comdat_section to drop trailing underscores; change object
4062 field to Relobj*. Change Kept_comdat_section_table to store
4063 struct rather than pointer.
4064 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
4065 Add kept_object and kept_shndx parameters. Change all callers.
4066 (Sized_relobj::get_kept_comdat_section): Change return type to
4067 bool. Add kept_object and kept_shndx parameters. Change all
4068 callers.
4069 * plugin.cc (Pluginobj::include_comdat_group): Update call to
4070 Layout::find_or_add_kept_section.
4071
37c3b7b0
ILT
40722009-07-09 Ian Lance Taylor <iant@google.com>
4073
4074 * merge.cc (Object_merge_map::initialize_input_to_output_map):
4075 Reserve space in the hash table.
4076
98fa85cb
ILT
40772009-07-06 Mikolaj Zalewski <mikolajz@google.com>
4078
4079 * fileread.cc (File_read::get_mtime): New method.
4080 * fileread.h (Timespec): New structure.
4081 (File_read::get_mtime): New method.
4082 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
4083 Renamed from timestamp_nsec.
4084 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
4085 Elf_Xword.
4086 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
4087 timestamp_nsec.
4088 (Incremental_inputs::report_archive): Save mtime; style fix.
4089 (Incremental_inputs::report_obejct): Save mtime; style fix.
4090 (Incremental_inputs::report_script): Save mtime; style fix.
4091 (Incremental_inputs::finalize_inputs): Style fix.
4092 (Incremental_inputs::finalize): Style fix.
4093 (Incremental_inputs::create_input_section_data): Store inputs
4094 mtime.
4095 * incremental.h (Incremental_inputs::report_script): Add mtime
4096 argument.
4097 (Incremental_inputs::Input_info::Input_info): Intialize only one
4098 union member.
4099 (Incremental_inputs::Input_info::archive): Move to nameless
4100 union.
4101 (Incremental_inputs::Input_info::obejct): Move to nameless union.
4102 (Incremental_inputs::Input_info::script): Move to nameless union.
4103 (Incremental_inputs::mtime): New field.
4104 * script.cc (read_input_script): Pass file mtime to
4105 Incremental_input.
4106 * script.h (Script_info::inputs): Style fix.
4107
c9d70757
ILT
41082009-07-01 Ian Lance Taylor <ian@airs.com>
4109
4110 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
4111 instead of 32.
4112
9c547ec3
ILT
41132009-06-24 Ian Lance Taylor <iant@google.com>
4114
4115 PR 10156
4116 * layout.cc (Layout::choose_output_section): If we find an
4117 existing section, update the flags.
4118 (Layout::create_notes): New function, broken out of
4119 Layout::finalize.
4120 (Layout::finalize): Don't create note sections.
4121 (Layout::create_note): Don't crash if linker script discards
4122 section.
4123 (Layout::create_gold_note): Likewise.
4124 (Layout::create_build_id): Likewise. Don't set
4125 after_input_sections on the section.
4126 (Layout::create_executable_stack_info): Remove target parameter.
4127 Change caller.
4128 * layout.h (class Layout): Declare create_notes. Update
4129 declaration of create_executable_stack_info.
4130 * gold.cc (queue_middle_tasks): Call create_notes.
4131 * output.cc (Output_section::update_flags_for_input_section): Move
4132 here from output.h. If SHF_ALLOC flag is newly set, mark address
4133 invalid.
4134 * output.h (Output_data::mark_address_invalid): New function.
4135 (class Output_section): Only declare, not define,
4136 update_flags_for_input_section. Remove set_flags.
4137
55458500
ILT
41382009-06-24 Ian Lance Taylor <iant@google.com>
4139
4140 * script-sections.cc (Output_section_definition::
4141 set_section_addresses): Rename shadowing local load_address to
4142 laddr.
4143
1307d6cd
ILT
41442009-06-24 Ian Lance Taylor <iant@google.com>
4145
4146 PR 10244
4147 * reloc.cc (relocate_sections): Skip empty relocation sections.
4148
ec3f783e
ILT
41492009-06-23 Ian Lance Taylor <iant@google.com>
4150
4151 PR 10156
4152 * layout.cc (Layout::create_note): Use choose_output_section
4153 rather than make_output_section.
4154
459c9f1c
ILT
41552009-06-23 Ian Lance Taylor <iant@google.com>
4156
4157 PR 10237
4158 * options.cc (General_options::parse_V): Set printed_version_.
4159 (General_options::General_options): Initialize printed_version_.
4160 * options.h (class General_options): Add printed_version_ field.
4161 * gold.cc (queue_initial_tasks): If there are no input files,
4162 don't give a fatal error if we printed the version information.
4163 (queue_middle_tasks): If using -r with a shared object, give a
4164 fatal error rather than an ordinary error.
4165
1518dc8f
ILT
41662009-06-23 Ian Lance Taylor <iant@google.com>
4167
4168 PR 10219
4169 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
4170 (Layout::make_output_section): Set have_stabstr_section_ if we see
4171 a .stab*str section.
4172 (Layout::finalize): Call link_stabs_sections.
4173 (Layout::link_stabs_sections): New file.
4174 * layout.h (class Layout): Add have_stabstr_section_ field.
4175 Declare link_stabs_sections.
4176
3d857b98
DK
41772009-06-23 Doug Kwan <dougkwan@google.com>
4178
4179 * Makefile.am (libgold_a_LIBADD): New.
4180 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
4181 * Makefile.in: Regenerate.
4182 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
4183 * configure: Regenerate.
4184 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
4185 * fileread.cc: Include sys/state.h
4186 * gold.h: Declare memmem and strndup if found missing.
4187 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
4188
0639a6f6
ILT
41892009-06-23 Ian Lance Taylor <iant@google.com>
4190
4191 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
4192 * configure: Rebuild.
4193
8d63875c
ILT
41942009-06-23 Ian Lance Taylor <iant@google.com>
4195
4196 PR 10147
4197 * object.cc (Object::section_contents): Don't try to get a view if
4198 the section has length zero.
4199 (Object::handle_gnu_warning_section): If the section is empty, use
4200 the name of the section as the warning.
4201
f7c8a183
ILT
42022009-06-23 Ian Lance Taylor <iant@google.com>
4203
4204 PR 10133
4205 * stringpool.h (class Stringpool_template): Add optimize_ field.
4206 (Stringpool_template::set_optimize): New function.
4207 * stringpool.cc (Stringpool_template::Stringpool_template):
4208 Initialize optimize_ field.
4209 (Stringpool_template::set_string_offsets): Test local optimize
4210 fild rather than parameter.
4211 * layout.cc (Layout::Layout): Call set_optimize on the section
4212 name stringpool.
4213
e6a307ba
ILT
42142009-06-22 Ian Lance Taylor <iant@google.com>
4215
4216 PR 10030
4217 * yyscript.y: Parse TARGET.
4218 * script.cc (script_set_target): New function.
4219 * script-c.h (script_set_target): Declare.
4220 * options.cc (General_options::string_to_object_format): Rename
4221 from string_to_object_format in anonymous namespace. Change
4222 callers.
4223 * options.h (class General_options): Declare
4224 string_to_object_format.
4225
3ee173de
ILT
42262009-06-22 Ian Lance Taylor <iant@google.com>
4227
4228 * script-sections.cc (Script_sections::create_segments): Don't put
4229 program headers in a PT_LOAD segment if -n or -N.
4230
42312009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
4232
4233 PR 10141
4234 * options.h (class General_options): Add -z lazy and -z now. Sort
4235 -z options into alphabetical order.
4236 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
4237
cd6739a1 42382009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
4239
4240 * layout.cc (Layout::make_output_section): Call
4241 Target::new_output_section.
4242 (Layout::attach_allocated_section_to_segment): Put large section
4243 sections in a separate load segment with the large segment flag
4244 set.
4245 (Layout::segment_precedes): Sort large data segments after other
4246 load segments.
4247 (align_file_offset): New static function.
4248 (Layout::set_segment_offsets): Use align_file_offset.
4249 * output.h (class Output_section): Add is_small_section_ and
4250 is_large_section_ fields.
4251 (Output_section::is_small_section): New function.
4252 (Output_section::set_is_small_section): New function.
4253 (Output_section::is_large_section): New function.
4254 (Output_section::set_is_large_section): New function.
4255 (Output_section::is_large_data_section): New function.
4256 (class Output_segment): Add is_large_data_segment_ field.
4257 (Output_segment::is_large_data_segment): New function.
4258 (Output_segment::set_is_large_data_segment): New function.
4259 * output.cc (Output_section::Output_section): Initialize new
4260 fields.
4261 (Output_segment::Output_segment): Likewise.
4262 (Output_segment::add_output_section): Add assertion that large
4263 data sections always go in large data segments. Force small data
4264 sections to the end of the list of data sections. Force small BSS
4265 sections to the start of the list of BSS sections. For large BSS
4266 sections to the end of the list of BSS sections.
4267 * symtab.h (class Symbol): Declare is_common_shndx.
4268 (Symbol::is_defined): Check Symbol::is_common_shndx.
4269 (Symbol::is_common): Likewise.
4270 (class Symbol_table): Define enum Commons_section_type. Update
4271 declarations. Add small_commons_ and large_commons_ fields.
4272 * symtab.cc (Symbol::is_common_shndx): New function.
4273 (Symbol_table::Symbol_table): Initialize new fields.
4274 (Symbol_table::add_from_object): Put small and large common
4275 symbols in the right list.
4276 (Symbol_table::sized_finalized_symbol): Check
4277 Symbol::is_common_shndx.
4278 (Symbol_table::sized_write_globals): Likewise.
4279 * common.cc (Symbol_table::do_allocate_commons): Allocate new
4280 common symbol lists. Don't call do_allocate_commons_list if the
4281 list is empty.
4282 (Symbol_table::do_allocate_commons_list): Remove is_tls
4283 parameter. Add comons_section_type parameter. Change all
4284 callers. Handle small and large common symbols.
4285 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
4286 Symbol::is_common_shndx.
4287 * resolve.cc (symbol_to_bits): Likewise.
4288 * target.h (Target::small_common_shndx): New function.
4289 (Target::small_common_section_flags): New function.
4290 (Target::large_common_shndx): New function.
4291 (Target::large_common_section_flags): New function.
4292 (Target::new_output_section): New function.
4293 (Target::Target_info): Add small_common_shndx, large_common_shndx,
4294 small_common_section_flags, and large_common_section_flags
4295 fields.
4296 (Target::do_new_output_section): New virtual function.
4297 * arm.cc (Target_arm::arm_info): Initialize new fields.
4298 * i386.cc (Target_i386::i386_info): Likewise.
4299 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
4300 Likewise.
4301 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
4302 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
4303 (Target_x86_64::do_new_output_section): New function.
4304 * configure.ac: Define conditional MCMODEL_MEDIUM.
4305 * testsuite/Makefile.am (check_PROGRAMS): Add large.
4306 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
4307 (large_LDFLAGS): Define.
4308 * testsuite/large.c: New file.
4309 * testsuite/testfile.cc (Target_test::test_target_info):
4310 Initialize new fields.
4311 * configure, testsuite/Makefile.in: Rebuild.
4312
bb04269c
DK
43132009-06-05 Doug Kwan <dougkwan@google.com>
4314
4315 * Makefile.am (CCFILES): Add target.cc.
4316 * Makefile.in: Regenerate.
4317 * i386.cc (class Target_i386): Define new virtual method to
4318 override do_is_local_label_name in parent.
4319 * object.cc (Sized_relobj::do_count_local_symbols): Discard
4320 local symbols if --discard-locals or -X is given.
4321 * options.h (class General_options): Declare new options
4322 '--discard-locals' and '-X' for discarding locals.
4323 * target.h (class Target): Define new methods is_local_label_name.
4324 Declare new virtual method do_is_local_label_name.
4325 * target.cc: New file.
4326 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
4327 (check_SCRIPTS): Add discard_locals_test.sh.
4328 (check_DATA): Add discard_local_tests.syms.
4329 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
4330 (discard_local_tests.syms, discard_locals_test.o): New make rules.
4331 * testsuite/Makefile.in: Regenerate.
4332 * testsuite/discard_locals_test.c: New file.
4333 * testsuite/discard_locals_test.sh: Same.
4334
805bb01c
DK
43352009-06-05 Doug Kwan <dougkwan@google.com>
4336
4337 * object.cc (Sized_relobj::Sized_relobj): Initialize
4338 discarded_eh_frame_shndx_ to -1U.
4339 (Sized_relobj::do_layout): Record index of a discard .eh_frame
4340 section.
4341 (Sized_relobj::do_count_local_symbols): Skip local symbols in
4342 a discarded .eh_frame section.
4343 (Sized_relobj::do_finalize_local_symbols): Ditto.
4344 * object.h (class Sized_relobj): Declare new member
4345 discarded_eh_frame_shndx_.
4346 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
4347 (local_labels_test.o, local_labels_test): New rules.
4348 * testsuite/Makefile.in: Regenerate.
4349
1dcd334d
DK
43502009-06-04 Doug Kwan <dougkwan@google.com>
4351
4352 * layout.cc (Layout::section_name_mapping): Add mapping for
4353 special ARM sections.
4354
96d49306
DK
43552009-06-03 Doug Kwan <dougkwan@google.com>
4356
4357 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
4358 (utils::has_overflow): Same.
4359
dff16297
ILT
43602009-06-03 Ian Lance Taylor <iant@google.com>
4361
4362 * layout.cc (Layout::section_name_mapping): New array, replacing
4363 Layout::linkonce_mapping.
4364 (Layout::section_name_mapping_count): New variable, replacing
4365 Layout::linkonce_mapping_count.
4366 (Layout::linkonce_output_name): Remove.
4367 (Layout::output_section_name): Rewrite.
4368 * layout.h (class Layout): Rename Linkonce_mapping to
4369 Section_name_mapping, linkonce_mapping to section_name_mapping,
4370 linkonce_mapping_count to section_name_mapping_count. Don't
4371 declare linkonce_output_name.
4372
c121c671
DK
43732009-06-03 Doug Kwan <dougkwan@google.com>
4374
4375 * gold/arm.cc (namespace utils): New.
4376 (Target_arm::reloc_is_non_pic): Define new method.
4377 (class Arm_relocate_functions): New.
4378 (Target_arm::Relocate::relocate): Handle relocation types used by
4379 Android.
4380
07800fab
ILT
43812009-06-03 Ian Lance Taylor <iant@google.com>
4382
4383 * arm.cc (Target_arm::scan::global): Use || instead of |.
4384
c121c671
DK
43852009-06-02 Doug Kwan <dougkwan@google.com>
4386
4387 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
4388 issued_non_pic_error_.
4389 (class Target_arm::Scan): Declare new method check_non_pic.
4390 Define new method symbol_needs_plt_entry.
4391 Declare new data member issued_non_pic_error_.
4392 (class Target_arm::Relocate): Declare new method
4393 should_apply_static_reloc.
4394 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
4395 (Target_arm::Scan::check_non_pic): Define new method.
4396 (Target_arm::Scan::local): Handle a small subset of reloc types used
4397 by Android.
4398 (Target_arm::Scan::local): Same.
4399 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
4400
b19b0c6d
ILT
44012009-05-31 Mikolaj Zalewski <mikolajz@google.com>
4402
4403 * incremental.cc (Incremental_inputs::report_command_line): Filter
4404 out --incremental-* options.
4405
94cdfcff
DK
44062009-05-29 Doug Kwan <dougkwan@google.com>
4407
4408 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
4409 template class.
4410 (class Target_arm): Update comment.
4411 (Target_arm::Target_arm): Initialize new data members GOT_,
4412 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
4413 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
4414 and Target_arm::rel_dyn_section.
4415 Declare new_enum Target_arm::Got_type.
4416 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
4417 and DYNBSS_.
4418 Update commments for member do_dynsym_value.
4419 (Target_arm::got_size, Target_arm::plt_section,
4420 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
4421 new methods inside class defintion.
4422 (Target_arm::got_section): Define new method.
4423 (Target_arm::rel_dyn_section): Same.
4424 (Output_data_plt_arm): New template class.
4425 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
4426 (Output_data_plt_arm:do_adjust_output_section): Define new method.
4427 (Output_data_plt_arm::add_entry): Same.
4428 (Output_data_plt_arm::first_plt_entry): Define new
4429 static data member for PLT instruction template.
4430 (Output_data_plt_arm::plt_entry): Same.
4431 (Output_data_plt_arm::do_write): Define new method.
4432 (Target_arm::make_plt_entry): Same.
4433 (Target_arm::do_finalize_sections): Same.
4434 (Target_arm::do_dynsym_value): Same.
4435
4a657b0d
DK
44362009-05-28 Doug Kwan <dougkwan@google.com>
4437
4438 * Makefile.am (TARGETSOURCES): Add arm.cc.
4439 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
4440 * Makefile.in: Regenerate.
4441 * arm.cc: New file.
4442 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
4443
e7ae8c36
DK
44442009-05-26 Doug Kwan <dougkwan@google.com>
4445
4446 * options.cc (General_options::parse_exclude_libs). Fix a comment.
4447 (General_options::check_excluded_libs): Strip off directories in
4448 archive name before matching like GNU ld does.
4449 * testsuite/Makefile.am (MOSTLYCLEANFILES,
4450 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
4451 (exclude_libs_test_LDFLAGS): Add linker option
4452 -Wl,--exclude-libs,libexclude_libs_test_3
4453 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
4454 an explicit archive without using -l.
4455 (alt/libexclude_libs_test_3.a): New make rule.
4456 * testsuite/Makefile.in: Regenerate.
4457 * testsuite/exclude_libs_test.c : Declare lib3_default().
4458 (main): Call it.
4459 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
4460 * exclude_libs_test_3.c: New file.
4461
f12e7348
NC
44622009-05-26 Nick Clifton <nickc@redhat.com>
4463
4464 * po/id.po: New Indonesian translation.
4465 * po/gold.pot: Updated template file.
4466
4daadc0d
ST
44672009-05-22 Sriraman Tallam <tmsriram@google.com>
4468
4469 * testsuite/Makefile.am: Add -ffunction-sections to compile
4470 gc_comdat_test files. Add -Wl,--gc-sections to build
4471 gc_comdat_test.
4472 * testsuite/Makefile.in: Regenerate.
4473 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
4474
531813ad
ST
44752009-05-21 Sriraman Tallam <tmsriram@google.com>
4476
4477 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
4478 kept comdat section was garbage collected.
4479 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
4480 * testsuite/Makefile.in: Regenerate.
4481 * testsuite/gc_comdat_test.sh: New file.
4482 * testsuite/gc_comdat_test_1.cc: New file.
4483 * testsuite/gc_comdat_test_2.cc: New file.
4484
65514900
CC
44852009-05-19 Doug Kwan <dougkwan@google.com>
4486
4487 * archive.cc (Archive::Archive): Move constructor from archive.h
4488 to here. Initialize no_export_.
4489 (Archive::get_elf_object_for_member): Set no_export flag of object.
4490 * archive.h (Archive::Archive): Move constructor body to
4491 archive.cc.
4492 (Archive::no_export): New method.
4493 (Archive::no_export_): New field.
4494 * object.h (Object::Object): Initialize no_export_ to false.
4495 (Object::no_export, Object::set_no_export): New methods.
4496 (Object::no_export_): New field.
4497 * options.cc (General_options::parse_exclude_libs): New method.
4498 (General_options::check_excluded_libs) Same.
4499 * options.h (exclude_libs): New option.
4500 (General_options::check_excluded_libs): New method declaration.
4501 (General_options::excluded_libs_): New field.
4502 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
4503 default or protected visibility if an object has no-export flag set.
4504 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
4505 (check_SCRIPTS): Add exclude_libs_test.sh.
4506 (check_DATA): Add exclude_libs_test.syms.
4507 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
4508 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
4509 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
4510 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
4511 (exclude_libs_test.syms, libexclude_libs_test_1.a,
4512 libexclude_libs_test_2.a): New rules.
4513 * testsuite/Makefile.in: Regenerate.
4514 * testsuite/exclude_libs_test.c: New file.
4515 * testsuite/exclude_libs_test.sh: Ditto.
4516 * testsuite/exclude_libs_test_1.c: Ditto.
4517 * testsuite/exclude_libs_test_2.c: Ditto.
4518
1b77ea50
ILT
45192009-05-15 Ian Lance Taylor <iant@google.com>
4520
4521 * configure.ac: Check for declarations for cases where libiberty.h
4522 checks HAVE_DECL_xxx.
4523 * configure, config.in: Rebuild.
4524
072fe7ce
ILT
45252009-05-15 Mikolaj Zalewski <mikolajz@google.com>
4526
4527 * gold.h (Incremental_argument_list): Remove (invalid) forward
4528 declaration.
4529 * incremental.cc (Incremental_inputs::report_achive): New method.
4530 (Incremental_inputs::report_object): New method.
4531 (Incremental_inputs::report_script): New method.
4532 (Incremental_inputs::finalize_inputs): New method.
4533 (Incremental_inputs::finalize): Call finalize_inputs().
4534 (Incremental_inputs::sized_create_incremental_inputs_section_data):
4535 Create inputs entries.
4536 * incremental.h (Incremental_input_type): New enum.
4537 (Incremental_inputs::Incremental_input): Initialize new fields.
4538 (Incremental_inputs::report_inputs): New method.
4539 (Incremental_inputs::report_achive): New method.
4540 (Incremental_inputs::report_object): New method.
4541 (Incremental_inputs::report_script): New method.
4542 (Incremental_inputs::finalize_inputs): New method.
4543 (Incremental_inputs::Input_info): New struct.
4544 (Incremental_inputs::Input_info_map): New typedef.
4545 (Incremental_inputs::lock_): New field.
4546 (Incremental_inputs::Inputs_): New field.
4547 (Incremental_inputs::Inputs_map): New field.
4548 * main.cc (main): Call Incremental_input::report_inputs.
4549 * options.h (Input_argument_list): Typedef moved from
4550 Input_arguments.
4551 (Input_file_group::Files): Remove, use ::Input_argument_list.
4552 (Input_file_group::Input_argument_list): Remove, use
4553 ::Input_argument_list.
4554 * plugin.cc (Plugin_manager::add_input_file): Add error in
4555 incremental build.
4556 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
4557 functions.
4558 * script.cc (read_input_script): Call
4559 Incremental_input::report_script.
4560 * script.h (Script_info): New class.
4561
b0481b0b
ILT
45622009-04-27 Ian Lance Taylor <iant@google.com>
4563
4564 * x86_64.cc (do_adjust_output_section): Set entsize to
4565 plt_entry_size.
4566
b22a5a41 45672009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
4568
4569 * output.cc (Output_file::close): After short writes, continue
4570 writing from the correct offset in the buffer being written.
4571
40fde488
CD
45722009-04-23 Chris Demetriou <cgd@google.com>
4573
4574 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
4575 * configure: Regenerate.
4576 * config.in: Regenerate.
4577 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
4578 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
4579
3ce2c28e
ILT
45802009-04-21 Mikolaj Zalewski <mikolajz@google.com>
4581
4582 * incremental.cc (Incremental_inputs_header_data): Renamed from
4583 Incremental_input_header_data.
4584 (Incremental_inputs_header_data::data_size): New field.
4585 (Incremental_inputs_header_data::put_input_file_count): Renamed
4586 from input_file_count.
4587 (Incremental_inputs_header_data::put_command_line_offset): Renamed
4588 from command_line_offset.
4589 (Incremental_inputs_header_data::put_reserved): Renamed from
4590 put_reserved.
4591 (Incremental_inputs_entry_data): Renamed from
4592 Incremental_input_entry_data.
4593 (Incremental_inputs_entry_data::data_size): New field.
4594 (Incremental_inputs::report_command_line): New method.
4595 (Incremental_inputs::finalize): New method.
4596 (Incremental_inputs::create_incremental_inputs_data): New method.
4597 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
4598 * incremental.h: New file.
4599 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
4600 (Layout::finalize): Create incremental inputs section in
4601 incremental builds.
4602 (Layout::create_incremental_info_sections): New method.
4603 * layout.h (Layout::incremental_inputs): New method.
4604 (Layout::create_incremental_info_sections): New method.
4605 (Layout::incremental_inputs_): New field.
4606 * main.cc (main): Notify Incremental_input of the command line.
4607
e55bde5e
ILT
46082009-04-01 Ian Lance Taylor <iant@google.com>
4609 Mikolaj Zalewski <mikolajz@google.com>
4610
4611 * gold.h (reserve_unordered_map): Define, three versions, one for
4612 each version of Unordered_map.
4613 * layout.cc (Layout::Layout): Remove options parameter. Add
4614 number_of_input_files parameter. Don't initialize options_.
4615 Initialize number_of_input_files_ and resized_signatures_. Move
4616 sections_are_attached_.
4617 (Layout::layout_group): Reserve space for group_signatures_.
4618 (Layout::find_or_add_kept_section): Change name parameter to be a
4619 reference. Resize signatures_ map when it gets large enough.
4620 (Layout::layout_eh_frame): Use parameters->options() instead of
4621 this->options_.
4622 (Layout::make_output_section): Likewise.
4623 (Layout::attach_allocated_section_to_segment): Likewise.
4624 (Layout::finalize, Layout::create_executable_stack): Likewise.
4625 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
4626 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
4627 * layout.h (class Layout): Update declarations. Remove options_
4628 field. Add number_of_input_files_ and resized_signatures_
4629 fields. Move sections_are_attached_ field.
4630 * main.cc (main): Pass number of input files to Layout
4631 constructor. Don't pass options.
4632
154b857c
ILT
46332009-03-30 Ian Lance Taylor <iant@google.com>
4634
4635 * ffsll.c (ffsll): Correct implementation.
4636
2f35ab9b
ILT
46372009-03-27 Ian Lance Taylor <iant@google.com>
4638
fd03461a
ILT
4639 * ffsll.c: New file.
4640 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
4641 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
4642 * ftruncate.c (ftruncate): Declare before definition.
4643 * mremap.c (mremap): Likewise.
4644 * pread.c (pread): Likewise.
4645 * configure, Makefile.in, config.in: Rebuild.
4646
2f35ab9b
ILT
4647 * mremap.c: New file.
4648 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
4649 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
4650 (mremap): Declare if HAVE_MREMAP is not defined.
4651 * configure, Makefile.in, config.in: Rebuild.
4652
33aea2fd
CC
46532009-03-27 Cary Coutant <ccoutant@google.com>
4654
4655 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
4656 position independent.
4657 * sparc.cc (Target_sparc::check_non_pic): Likewise.
4658 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
4659
6d479619
CC
46602009-03-24 Cary Coutant <ccoutant@google.com>
4661
4662 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
4663 an executable.
4664 (needs_dynamic_reloc): Likewise.
4665
afc06bb8
ILT
46662009-03-24 Ian Lance Taylor <iant@google.com>
4667
4668 * yyscript.y (file_cmd): Recognize EXTERN.
4669 (extern_name_list, extern_name_list_body): New nonterminals.
4670 * script.cc (script_add_extern): Define.
4671 * script-c.h (script_add_extern): Declare.
4672
f6060a4d
ILT
46732009-03-24 Rafael Avila de Espindola <espindola@google.com>
4674
4675 * object.cc (is_elf_object): Define.
4676 * object.h (is_elf_object): Declare.
4677 * archive.cc (Archive::get_elf_object_for_member): Call
4678 is_elf_object.
33aea2fd 4679 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 4680
26736d8e
ILT
46812009-03-24 Elliott Hughes <enh@google.com>
4682
4683 * output.cc (Output_file::map_anonymous): Define.
4684 (Output_file::map): Use map_anonymous. If the regular mmap fails,
4685 try an anonymous one. Report the size if the mmap fails.
4686 * output.h (class Output_file): Declare map_anonymous.
4687
22fd9730
ILT
46882009-03-24 Ian Lance Taylor <iant@google.com>
4689
4690 * target-select.cc (instantiate_target): Don't acquire the lock if
4691 the instantiated_target_ field has already been set.
4692
cb010894
ILT
46932009-03-23 Ian Lance Taylor <iant@google.com>
4694
7f055c20
ILT
4695 * gold-threads.h (class Initialize_lock): Define.
4696 * gold-threads.cc (class Initialize_lock_once): Define.
4697 (initialize_lock_control): New static variable.
4698 (initialize_lock_pointer): New static variable.
4699 (initialize_lock_once): New static function.
4700 (Initialize_lock::Initialize_lock): Define.
4701 (Initialize_lock::initialize): Define.
4702 * target-select.h: Include "gold-threads.h".
4703 (class Target_selector): Add lock_ and initialize_lock_ fields.
4704 Don't define instantiate_target, just declare it.
4705 * target-select.cc (Target_selector::Target_selector): Initialize
4706 new fields.
4707 (Target_selector::instantiate_target): Define.
4708 * descriptors.h: Include "gold-threads.h".
4709 (class Descriptors): Add initialize_lock_ field.
4710 * descriptors.cc (Descriptors::Descriptors): Initialize new
4711 field.
4712 (Descriptors::open): Use initialize_lock_ field
4713 * errors.h (class Errors): Add initialize_lock_ field.
4714 * errors.cc (Errors::Errors): Initialize new field.
4715 (Errors::initialize_lock): Use initialize_lock_ field.
4716 * powerpc.cc (class Target_selector_powerpc): Remove
4717 instantiated_target_ field. In do_recognize call
4718 instantiate_target rather than do_instantiate_target. In
4719 do_instantiate_target just allocate a new target.
4720 * sparc.cc (class Target_selector_sparc): Likewise.
4721
36959681
ILT
4722 * freebsd.h: New file.
4723 * i386.cc: Include "freebsd.h".
4724 (Target_i386): Derive from Target_freebsd rather than
4725 Sized_target.
4726 (Target_selector_i386): Derive from Target_selector_freebsd rather
4727 than Target_selector.
4728 * x86_64.cc: Include "freebsd.h".
4729 (Target_x86_64): Derive from Target_freebsd rather than
4730 Sized_target.
4731 (Target_selector_x86_64): Derive from Target_selector_freebsd
4732 rather than Target_selector.
4733 * target.h (class Target): Add adjust_elf_header and
4734 do_adjust_elf_header.
4735 * output.cc (Output_file_header:: do_sized_write): Call target
4736 adjust_elf_header routine.
4737 * configure.tgt: Set targ_osabi.
4738 * configure.ac: Define GOLD_DEFAULT_OSABI.
4739 * parameters.cc (Parameters::default_target): Pass
4740 GOLD_DEFAULT_OSABI to select_target.
4741 * target-select.h (class Target_selector): Make instantiate_target
4742 protected rather than private.
4743 * Makefile.am (HFILES): Add freebsd.h.
4744 * configure, Makefile.in, config.in: Rebuild.
4745
cb010894
ILT
4746 * merge.cc (do_add_input_section): Correct pend value. Change
4747 message about last entry not being null terminated from error to
4748 warning.
4749
0e879927
ILT
47502009-03-20 Mikolaj Zalewski <mikolajz@google.com>
4751
4752 * incremental.cc: New file.
4753 * Makefile.am (CCFILES): Add incremental.cc.
4754 * Makefile.in: Rebuild.
4755
41105937
PP
47562009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
4757
4758 * layout.cc (Layout::output_section_name): Preserve names
4759 of '.note.' sections.
4760
60439920
ILT
47612009-03-19 Ian Lance Taylor <iant@google.com>
4762
4763 * descriptors.cc (Descriptors::open): Check that the options are
4764 valid before using them.
4765
0d371ad3
ILT
47662009-03-18 Ian Lance Taylor <iant@google.com>
4767
4768 * script-sections.h: Include <list>.
4769 (class Script_sections): Change Sections_elements from std::vector
4770 to std::list. Typedef public Elements_iterator. Add
4771 orphan_section_placement_, data_segment_align_start_, and
4772 saw_data_segment_align_ fields. Remove data_segment_align_index_
4773 field.
4774 * script-sections.cc (class Orphan_section_placement): New class.
4775 (class Sections_element): Add virtual functions is_relro and
4776 orphan_section_init. Remove virtual function place_orphan_here.
4777 (class Output_section_definition): Add is_relro and
4778 orphan_section_init. Remove place_orphan_here.
4779 (class Orphan_output_section): Likewise.
4780 (Script_sections::Script_sections): Update for field changes.
4781 (Script_sections::data_segment_align): Set saw_data_segment_align_
4782 and data_segment_align_start_, not data_segment_align_index.
4783 (Script_sections::data_segment_relro_end): Check
4784 saw_data_segment_align_. Use data_segment_align_start_ rather
4785 than data_segment_align_index_.
4786 (Script_sections::place_orphan): Rewrite to use
4787 Orphan_section_placement.
4788
9201d894
ILT
47892009-03-17 Ian Lance Taylor <iant@google.com>
4790
9c5b8369
ILT
4791 * archive.cc (Archive::add_symbols): Check for a version attached
4792 to the symbol name in the archive map.
4793 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
4794 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
4795 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
4796 (ver_test_11.a): New target.
4797 * testsuite/Makefile.in: Rebuild.
4798
9201d894
ILT
4799 * configure.ac: Check for chsize and posix_fallocate. Replace
4800 ftruncate.
4801 * ftruncate.c: New file, from gnulib.
4802 * output.cc (posix_fallocate): Define dummy version if not
4803 HAVE_POSIX_FALLOCATE.
4804 (Output_file::map): Call posix_fallocate rather than lseek and
4805 write.
4806 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
4807 * configure, Makefile.in, config.in: Rebuild.
4808
ef4ab7a8
PP
48092009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4810
4811 * layout.h (Layout::create_note): Add section_name parameter.
4812 * layout.cc (Layout::create_note): Likewise.
4813 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
4814
8c500701
ILT
48152009-03-17 Ian Lance Taylor <iant@google.com>
4816
e85b18e1
ILT
4817 * descriptors.cc: Include "options.h".
4818 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
4819 (Descriptors::open): Always use O_CLOEXEC when opening a new
4820 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
4821 then set FD_CLOEXEC.
4822
9efe6174
ILT
4823 * sparc.cc (class Target_sparc): Add has_got_section.
4824 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
4825 make sure we have a GOT section.
4826
4827 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
4828 (Target_sparc::Scan::local): Likewise.
4829 (Target_sparc::Scan::global): Likewise.
4830 (Target_sparc::Relocate::relocate): Likewise.
4831 (Target_sparc::Relocate::relocate_tls): Likewise.
4832
8c500701
ILT
4833 * symtab.cc (Symbol_table::define_default_version): New function,
4834 broken out of add_from_object.
4835 (Symbol_table::add_from_object): Call define_default_version.
4836 (Symbol_table::define_special_symbol): Add resolve_oldsym
4837 parameter. Change all callers. If the version for a symbol comes
4838 from a version script, resolve it with the symbol with the same
4839 name with no version. Also add the symbol without a version if
4840 appropriate.
4841 (do_define_in_output_data): If resolving with oldsym, don't delete
4842 sym.
4843 (do_define_in_output_segment): Likewise.
4844 (do_define_as_constant): Likewise.
4845 * symtab.h (class Symbol_table): Update declarations.
4846
f1ed28fb
ILT
48472009-03-13 Ian Lance Taylor <iant@google.com>
4848
15f8229b
ILT
4849 * readsyms.cc (Read_symbols::incompatible_warning): New function.
4850 (Read_symbols::requeue): New function.
4851 (Read_symbols::do_read_symbols): If make_elf_object fails because
4852 the target type is not configured, and the file was searched for,
4853 issue a warning and retry with the next directory.
4854 (Add_symbols::run): If the file has an incompatible format, and
4855 it was searched for, requeue the Read_symbols task. On error,
4856 release the object.
4857 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
4858 dirindex parameter to constructor. Change all callers. Declare
4859 incompatible_warning and requeue.
4860 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
4861 input_argument_ and input_group_ fields. Add them to
4862 constructor. Change all callers.
4863 (class Read_script): Add dirindex_ field. Add it to constructor.
4864 Change all callers.
4865 * archive.cc (Archive::setup): Remove input_objects parameter.
4866 Change all callers.
4867 (Archive::get_file_and_offset): Likewise.
4868 (Archive::read_all_symbols): Likewise.
4869 (Archive::read_symbols): Likewise.
4870 (Archive::get_elf_object_for_member): Remove input_objects
4871 parameter. Add punconfigured parameter. Change all callers.
4872 (Archive::add_symbols): Change return type to bool. Check return
4873 value of include_member.
4874 (Archive::include_all_members): Likewise.
4875 (Archive::include_member): Change return type to bool. Return
4876 false if first included object has incompatible target. Set
4877 included_member_ field.
4878 (Add_archive_symbols::run): If add_symbols returns false, requeue
4879 Read_symbols task.
4880 * archive.h (class Archive): Add included_member_ field.
4881 Initialize it in constructor. Add input_file and searched_for
4882 methods. Update declarations.
4883 (class Add_archive_symbols): Add dirpath_, dirindex_, and
4884 input_argument_ fields. Add them to constructor. Change all
4885 callers.
4886 * script.cc: Include "target-select.h".
4887 (class Parser_closure): Add skip_on_incompatible_target_ and
4888 found_incompatible_target_ fields. Add
4889 skip_on_incompatible_target parameter to constructor. Change all
4890 callers. Add methods skip_on_incompatible_target,
4891 clear_skip_on_incompatible_target, found_incompatible_target, and
4892 set_found_incompatible_target.
4893 (read_input_script): Add dirindex parameter. Change all callers.
4894 If parser finds an incompatible target, requeue Read_symbols
4895 task.
4896 (script_set_symbol): Clear skip_on_incompatible_target in
4897 closure.
4898 (script_add_assertion, script_parse_option): Likewise.
4899 (script_start_sections, script_add_phdr): Likewise.
4900 (script_check_output_format): New function.
4901 * script.h (read_input_script): Update declaration.
4902 * script-c.h (script_check_output_format): Declare.
4903 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
4904 (ignore_cmd): Remove OUTPUT_FORMAT.
4905 * fileread.cc (Input_file::Input_file): Add explicit this.
4906 (Input_file::will_search_for): New function.
4907 (Input_file::open): Add pindex parameter. Change all callers.
4908 * fileread.h (class Input_file): Add input_file_argument method.
4909 Declare will_search_for. Update declarations.
4910 * object.cc (make_elf_object): Add punconfigured parameter.
4911 Change all callers.
4912 * object.h (class Object): Make input_file public. Add
4913 searched_for method.
4914 (make_elf_object): Update declaration.
4915 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
4916 restart search.
4917 * dirsearch.h (class Dirsearch): Update declaration.
4918 * options.h (class General_options): Add --warn-search-mismatch.
4919 * parameters.cc (Parameters::is_compatible_target): New function.
4920 * parameters.h (class Parameters): Declare is_compatible_target.
4921 * workqueue.cc (Workqueue::add_blocker): New function.
4922 * workqueue.h (class Workqueue): Declare add_blocker.
4923
f1ed28fb
ILT
4924 * fileread.cc (Input_file::open): Remove options parameter.
4925 Change all callers.
4926 (Input_file::open_binary): Likewise.
4927 * script.cc (read_input_script): Likewise.
4928 * readsyms.h (class Read_symbols): Remove options_ field. Remove
4929 options parameter from constructor. Change all callers.
4930 (class Read_script): Likewise.
4931 * fileread.h (class Input_file): Update declarations.
4932 * script.h (read_input_script): Update declaration.
4933
34dd024a
NC
49342009-03-10 Nick Clifton <nickc@redhat.com>
4935
4936 * po/es.po: New Spanish translation.
4937
6d71b17c
CC
49382009-03-06 Cary Coutant <ccoutant@google.com>
4939
4940 * options.cc (parse_short_option): Keep dash_z from registering itself.
4941
031cdbed
ILT
49422009-03-03 Ian Lance Taylor <iant@google.com>
4943
4944 PR 9918
4945 * target-reloc.h (relocate_section): Pass output_section to
4946 relocate.
4947 * i386.cc (Target_i386::should_apply_static_reloc): Add
4948 output_section parameter. Change all callers.
4949 (Target_i386::Relocate::relocate): Add output_section parameter.
4950 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
4951 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
4952 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
4953 * testsuite/two_file_shared.sh: New script.
4954 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
4955 (check_DATA): Add two_file_shared.dbg.
4956 (two_file_shared.dbg): New target.
4957 * testsuite/Makefile.in: Rebuild.
4958
15d5fa16
ILT
49592009-03-01 Ian Lance Taylor <iant@google.com>
4960
4961 * configure.ac: Check for byteswap.h.
4962 * configure: Rebuild.
4963 * config.in: Rebuild.
4964
8a4c0b0d
ILT
49652009-03-01 Mikolaj Zalewski <mikolajz@google.com>
4966
4967 * layout.cc (Layout::find_or_add_kept_section): New function.
4968 (Layout::add_comdat): Removed.
4969 * layout.h (struct Kept_section): Move out of class Layout.
4970 Remove trailing underscores from field names. Add group_sections
4971 field. Rename group_ field to is_group. Change all uses.
4972 (class Layout): Declare find_or_add_kept_section, not add_comdat.
4973 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
4974 comdat_groups_ field.
4975 (Sized_relobj::include_section_group): Use
4976 find_or_add_kept_section and Kept_section::group_sections.
4977 (Sized_relobj::include_linkonce_section): Likewise.
4978 * object.cc (class Sized_relobj): Don't define Comdat_group or
4979 Comdat_group_table. Remove find_comdat_group and
4980 add_comdat_group. Remove comdat_groups_ field.
4981 * plugin.cc (include_comdat_group): Use
4982 Layout::find_or_add_kept_section.
4983
b4ecf66b
ILT
49842009-02-28 Ian Lance Taylor <iant@google.com>
4985
14359ca0
ILT
4986 * README: --gc-sections and map files are now supported. Document
4987 some build requirements.
4988
b4ecf66b
ILT
4989 PR 6992
4990 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
4991 relocatable link set the value of the section symbol to zero.
4992 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
4993 relocatable link don't include the section address in the local
4994 symbol value.
4995
0602e05a
ILT
49962009-02-27 Ian Lance Taylor <iant@google.com>
4997
fd9d194f
ILT
4998 PR 6811
4999 * options.h (class Search_directory): Add is_system_directory.
5000 (class General_options): Declare is_in_system_directory.
5001 * options.cc (get_relative_sysroot): Make static.
5002 (get_default_sysroot): Make static.
5003 (General_optoins::is_in_system_directory): New function.
5004 * fileread.cc (Input_file::is_in_system_directory): New function.
5005 * fileread.h (class Input_file): Declare is_in_system_directory.
5006 * object.h (class Object): Add is_in_system_directory.
5007 (class Input_objects): Remove system_library_directory_ field.
5008 * object.cc (Input_objects::add_object): Don't set
5009 system_library_directory_.
5010 (input_objects::found_in_system_library_directory): Remove.
5011 * symtab.cc (Symbol_table::write_globals): Remove input_objects
5012 parameter. Change all callers.
5013 (Symbol_table::sized_write_globals): Likewise.
5014 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
5015 Call Object::is_in_system_directory.
5016 * symtab.h (class Symbol_table): Update declarations.
5017
61edd21f
ILT
5018 PR 5990
5019 * descriptors.h (Open_descriptor): Add is_on_stack field.
5020 * descriptors.cc (Descriptors::open): If the descriptor is on the
5021 top of the stack, remove it. Initialize is_on_stack field.
5022 (Descriptors::release): Only add pod to stack if it is not on the
5023 stack already.
5024 (Descriptors::close_some_descriptor): Clear stack_next and
5025 is_on_stack fields.
5026
e29e076a
ILT
5027 PR 7091
5028 * output.cc (Output_section::find_starting_output_address): Rename
5029 from starting_output_address; add PADDR parameter; change return
5030 type.
5031 * output.h (class Output_section): Declare
5032 find_starting_output_address instead of starting_output_address.
5033 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
5034 section symbol for which we can't find a merge section.
5035
0602e05a
ILT
5036 PR 9836
5037 * symtab.cc (Symbol_table::add_from_object): If the visibility is
5038 hidden or internal, force the symbol to be local.
5039 * resolve.cc (Symbol::override_visibility): Define.
5040 (Symbol::override_base): Use override_visibility.
5041 (Symbol_table::resolve): Likewise.
5042 (Symbol::override_base_with_special): Likewise.
5043 (Symbol_table::override_with_special): If the visibility is hidden
5044 or internal, force the symbol to be local.
5045 * symtab.h (class Symbol): Add set_visibility and
5046 override_visibility.
5047 * testsuite/ver_test_1.sh: New file.
5048 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
5049 (check_DATA): Add ver_test_1.syms.
5050 (ver_test_1.syms): New target.
5051 * testsuite/Makefile.in: Rebuild.
5052
401a9a73
CC
50532009-02-25 Cary Coutant <ccoutant@google.com>
5054
5055 * layout.cc (Layout::choose_output_section): Don't rename sections
5056 when using a linker script that has a SECTIONS clause.
5057 * Makefile.in: Regenerate.
5058
5059 * testsuite/Makefile.am (script_test_5.sh): New test case.
5060 * testsuite/Makefile.in: Regenerate.
5061 * testsuite/script_test_5.cc: New file.
5062 * testsuite/script_test_5.sh: New file.
5063 * testsuite/script_test_5.t: New file.
5064
f488e4b0
CC
50652009-02-13 Rafael Avila de Espindola <espindola@google.com>
5066
5067 * archive.cc (Archive::include_member): Update calls to add_symbols.
5068 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
5069 the Layout argument.
5070 * dynobj.h (do_add_symbols): Add the Layout argument.
5071 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
5072 Layout argument.
5073 * object.h (Object::add_symbols): Add the Layout argument.
5074 (Object::do_add_symbols): Add the Layout argument.
5075 (Sized_relobj::do_add_symbols): Add the Layout argument.
5076 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
5077 Unify the two versions.
5078 (Add_plugin_symbols): Remove.
5079 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
5080 (Sized_pluginobj::do_add_symbols): Unify the two versions.
5081 (Add_plugin_symbols): Remove.
5082 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
5083 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
5084 (Add_symbols::run): Make it work with Pulginobj.
5085
89dd1680
ILT
50862009-02-06 Ian Lance Taylor <iant@google.com>
5087
5088 * object.cc (Sized_relobj::do_layout): Make info message start
5089 with lower case letter.
5090
266d0a74
ILT
50912009-02-06 Mikolaj Zalewski <mikolajz@google.com>
5092
602b464e
ILT
5093 * binary.cc: Fix file comment.
5094
266d0a74
ILT
5095 * options.h (enum Incremental_disposition): Define.
5096 (class General_options): Add new options: --incremental,
5097 --incremental_changed, --incremental_unchanged,
5098 --incremental_unknown. Add incremental_disposition_ and
5099 implicit_incremental_ fields.
5100 (General_options::incremental_disposition): New function.
5101 (class Position_dependent_options): Add incremental_disposition
5102 option.
5103 (Position_dependent_options::copy_from_options): Set incremental
5104 dispositions.
5105 * options.cc (General_options::parse_incremental_changed): New
5106 function.
5107 (General_options::parse_incremental_unchanged): New function.
5108 (General_options::parse_incremental_unknown): New function.
5109 (General_options::General_options): Initialize new fields
5110 incremental_disposition_ and implicit_incremental_.
5111 (General_options::finalize): Check for uasge of --incremental-*
5112 without --incremental.
5113
f073bbf7
CD
51142009-02-06 Chris Demetriou <cgd@google.com>
5115
5116 * gold.h (gold_undefined_symbol): Change to take only a Symbol
5117 pointer and to report location as the file name associated with
5118 the symbol.
5119 (gold_undefined_symbol_at_location): New function to replace the
5120 old gold_undefined_symbol functionality.
5121 * target-reloc.h (relocate_section): Update to use
5122 gold_undefined_symbol_at_location.
5123 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
5124 Call gold_undefined_symbol function rather than gold_error.
5125 * errors.h (Errors::undefined_symbol): Take location as a
5126 string, rather than calculating it from a relocation.
5127 * errors.cc (Errors::fatal): Print "fatal error:" before the
5128 formatted message.
5129 (Errors::error, Errors::error_at_location): Print "error: "
5130 before the formatted message.
5131 (Errors::undefined_symbol): Take location as a string, rather
5132 than calculating it from a relocation.
5133 (gold_undefined_symbol_at_location): New function akin to
5134 old gold_undefined_symbol, calculates location from relocation.
5135 (gold_undefined_symbol): Change to take only a Symbol pointer
5136 and to report location as the file name associated with the symbol.
5137 * testsuite/debug_msg.sh: Update for changed error messages.
5138 * testsuite/undef_symbol.sh: Likewise.
5139
8e94a90c
ILT
51402009-02-04 Duncan Sands <baldrick@free.fr>
5141
5142 PR 9812
5143 * reduced_debug_output.h
5144 (Output_reduced_debug_abbrev_section::failed): Use format for
5145 gold_warning.
5146 (Output_reduced_debug_info_section::faild): Likewise.
5147
88a0e15b
ILT
51482009-01-31 Mikolaj Zalewski <mikolajz@google.com>
5149
5150 * script.cc (Lazy_demangler): New class.
5151 (Version_script_info::get_symbol_version_helper): Demangle a
5152 symbol only once.
5153
5efc7cd2
CC
51542009-01-29 Cary Coutant <ccoutant@google.com>
5155
5156 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
5157 to __tls_get_addr.
5158 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
5159
e0ebcf42
ILT
51602009-01-28 Ian Lance Taylor <iant@google.com>
5161
5efc7cd2 5162 * version.cc (version_string): Bump to 1.9.
75fe7426 5163
e0ebcf42
ILT
5164 * gold.h: Include <cstring> and <stdint.h>.
5165 * version.cc: Include <cstdio>.
5166 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
5167 warning.
5168 * reduced_debug_output.cc (insert_into_vector): Rename from
5169 Insert_into_vector; change all callers. Use Swap_unaligned to
5170 avoid aliasing issue; remove union since it is unnecessary.
5171
8e2813be 51722009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
5173
5174 * Makefile.am (CCFILES): Add gc.cc.
5175 (HFILES): Add gc.h.
5176 * Makefile.in: Regenerate.
5177 * gold.cc (Gc_runner): New class.
5178 (queue_initial_tasks): Call garbage collection related tasks
5179 when corresponding options are invoked.
5180 (queue_middle_gc_tasks): New function.
5181 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
5182 processed early before laying out sections during garbage collection.
5183 * gold.h (queue_middle_gc_tasks): New function.
5184 (is_prefix_of): Move from "layout.cc".
5185 * i386.cc (Target_i386::gc_process_relocs): New function.
5186 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
5187 * main.cc (main): Create object of class "Garbage_collection".
5188 * object.cc (Relobj::copy_symbols_data): New function.
5189 (Relobj::is_section_name_included): New function.
5190 (Sized_relobj::do_layout): Allow this function to be called twice
5191 during garbage collection and defer layout of section during the
5192 first call.
5193 * object.h (Relobj::get_symbols_data): New function.
5194 (Relobj::is_section_name_included): New function.
5195 (Relobj::copy_symbols_data): New function.
5196 (Relobj::set_symbols_data): New function.
5197 (Relobj::get_relocs_data): New function.
5198 (Relobj::set_relocs_data): New function.
5199 (Relobj::is_output_section_offset_invalid): New pure virtual function.
5200 (Relobj::gc_process_relocs): New function.
5201 (Relobj::do_gc_process_relocs): New pure virtual function.
5202 (Relobj::sd_): New data member.
5203 (Sized_relobj::is_output_section_offset_invalid): New function.
5204 (Sized_relobj::do_gc_process_relocs): New function.
5205 * options.h (General_options::gc_sections): Modify to not be a no-op.
5206 (General_options::print_gc_sections): New option.
5207 * plugin.cc (Plugin_finish::run): Remove function call to
5208 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
5209 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
5210 * reloc.cc (Read_relocs::run): Add task to process relocs and
5211 determine unreferenced sections when doing garbage collection.
5212 (Gc_process_relocs): New class.
5213 (Sized_relobj::do_gc_process_relocs): New function.
5214 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
5215 sections that are garbage collected.
5216 * reloc.h (Gc_process_relocs): New class.
5217 * sparc.cc (Target_sparc::gc_process_relocs): New function.
5218 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
5219 symbols whose corresponding sections are garbage collected.
5220 (Symbol_table::Symbol_table): Add new parameter for the garbage
5221 collection object.
5222 (Symbol_table::gc_mark_undef_symbols): New function.
5223 (Symbol_table::gc_mark_symbol_for_shlib): New function.
5224 (Symbol_table::gc_mark_dyn_syms): New function.
5225 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
5226 as garbage.
5227 (Symbol_table::add_from_object): Likewise.
5228 (Symbol_table::add_from_relobj): When building shared objects, do not
5229 treat externally visible symbols as garbage.
5230 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
5231 table information for static and relocatable links.
5232 * symtab.h (Symbol_table::set_gc): New function.
5233 (Symbol_table::gc): New function.
5234 (Symbol_table::gc_mark_undef_symbols): New function.
5235 (Symbol_table::gc_mark_symbol_for_shlib): New function.
5236 (Symbol_table::gc_mark_dyn_syms): New function.
5237 (Symbol_table::gc_): New data member.
5238 * target.h (Sized_target::gc_process_relocs): New pure virtual
5239 function.
5240 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
5241 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
5242
3b293544
CF
52432009-01-20 Chris Faylor <me.sourceware@sourceware.org>
5244
5245 * options.h (General_options::gc_sections): Define as a no-op for now.
5246 (General_options::no_keep_memory): Ditto.
5247 (General_options::Bshareable): Define.
5248 * options.cc (General_options::finalize): Honor -Bshareable.
5249
83d22aa8
AS
52502009-01-20 Andreas Schwab <schwab@suse.de>
5251
5252 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
5253 read the value in the contents, since we don't use it. Use the
5254 template endianness when writing.
5255 (Relocate::relocate): Use it for R_PPC_REL16_HA.
5256
cd536b21
AS
52572009-01-19 Andreas Schwab <schwab@suse.de>
5258
5259 * configure.tgt (powerpc64-*): Fix targ_obj.
5260
99e9a495
ILT
52612009-01-15 Ian Lance Taylor <iant@google.com>
5262
5263 * object.cc (Sized_relobj::write_local_symbols): Don't write out
5264 local symbols when stripping all symbols.
5265
bbbfea06
CC
52662009-01-14 Cary Coutant <ccoutant@google.com>
5267
99e9a495 5268 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 5269
0f7c0701
CC
52702009-01-14 Cary Coutant <ccoutant@google.com>
5271
5272 * archive.cc (Archive::get_elf_object_for_member): Remove call
5273 to File_read::claim_for_plugin.
5274 * descriptors.cc (Descriptors::open): Remove reference to
5275 is_claimed.
5276 (Descriptors::claim_for_plugin): Remove.
5277 * descriptors.h (Descriptors::claim_for_plugin): Remove.
5278 (Descriptors::is_claimed): Remove.
5279 (claim_descriptor_for_plugin): Remove.
5280 * fileread.cc (File_read::claim_for_plugin): Remove.
5281 * fileread.h (File_read::claim_for_plugin): Remove.
5282 (File_read::descriptor): Reopen descriptor if necessary.
5283 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
5284 (Plugin_manager::all_symbols_read): Add task parameter. Change
5285 all callers.
5286 (Plugin_manager::get_input_file): New function.
5287 (Plugin_manager::release_input_file): New function.
5288 (Pluginobj::Pluginobj): Add filesize parameter and initialize
5289 corresponding data member.
5290 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
5291 and pass to base constructor. Change all callers.
5292 (get_input_file, release_input_file): New functions.
5293 (make_sized_plugin_object): Add filesize parameter. Change all callers.
5294 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
5295 (Plugin_manager::all_symbols_read): Add task parameter.
5296 (Plugin_manager::get_input_file): New function.
5297 (Plugin_manager::release_input_file): New function.
5298 (Plugin_manager::task_): New data member.
5299 (Pluginobj::Pluginobj): Add filesize parameter.
5300 (Pluginobj::filename): New function.
5301 (Pluginobj::descriptor): New function.
5302 (Pluginobj::filesize): New function.
5303 (Pluginobj::filesize_): New data member.
5304 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
5305 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
5306 File_read::claim_for_plugin; use Object::unlock to unlock the file.
5307
5308 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
5309 with archive libraries.
5310 * testsuite/Makefile.in: Regenerate.
5311 * testsuite/plugin_test.c (struct sym_info): New type.
5312 (get_input_file, release_input_file): New static variables.
5313 (onload): Capture new transfer vector entries.
5314 (claim_file_hook): Stop reading at end of file according to filesize.
5315 Factor out parsing of readelf output into separate function.
5316 (all_symbols_read_hook): Exercise get_input_file and release_input_file
5317 APIs and get the source file name from the symbol table. Convert
5318 source file name to corresponding object file name. Print info
5319 message when adding new input files.
5320 (parse_readelf_line): New function.
5321 * testsuite/plugin_test_1.sh: Add checks for new info messages.
5322 * testsuite/plugin_test_2.sh: Likewise.
5323 * testsuite/plugin_test_3.sh: Likewise.
5324 * testsuite/plugin_test_4.sh: New test case.
5325
62a6d109
ILT
53262009-01-07 Ian Lance Taylor <iant@google.com>
5327
5328 * version.cc (version_string): Bump to 1.8.
5329
483620e8
CC
53302008-12-23 Cary Coutant <ccoutant@google.com>
5331
5332 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
5333 * plugin.cc (Plugin_manager::finish): Rename as
5334 layout_deferred_objects. Move cleanup to separate function.
5335 (Plugin_manager::cleanup): New function.
5336 (Plugin_finish::run): Call layout_deferred_objects and cleanup
5337 separately.
5338 * plugin.h (Plugin_manager::finish): Rename as
5339 layout_deferred_objects.
5340 (Plugin_manager::cleanup): New function.
5341 (Plugin_manager::cleanup_done): New field.
5342
d66a9eb3
CC
53432008-12-23 Cary Coutant <ccoutant@google.com>
5344
5345 * plugin.cc (is_visible_from_outside): New function.
5346 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
5347 so we don't return "IR only" status for exported symbols or -r links.
5348
5349 * testsuite/Makefile.am (plugin_test_3): New test case.
5350 * testsuite/Makefile.in: Regenerate.
5351 * testsuite/plugin_test_3.sh: New file.
5352
5995b570
CC
53532008-12-22 Cary Coutant <ccoutant@google.com>
5354
5355 * object.cc (Sized_relobj::layout_section): New function.
5356 (Sized_relobj::do_layout): Defer layout of input sections until after
5357 plugin has provided replacement files.
5358 (Sized_relobj::do_layout_deferred_sections): New function.
5359 * object.h (Relobj::set_section_offset): Remove virtual keyword.
5360 (Relobj::layout_deferred_sections): New function.
5361 (Relobj::do_layout_deferred_sections): New function.
5362 (Sized_relobj::do_layout_deferred_sections): New function.
5363 (Sized_relobj::layout_section): New function.
5364 (Sized_relobj::Deferred_layout): New structure.
5365 (Sized_relobj::deferred_layout_): New field.
5366 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
5367 Change all callers. Layout deferred sections.
5368 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
5369 references.
5370 (Plugin_hook::run): Move code from do_plugin_hook inline.
5371 (Plugin_hook::do_plugin_hook): Remove.
5372 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
5373 (Plugin_manager::finish): Renamed, was cleanup.
5374 (Plugin_manager::should_defer_layout): New function.
5375 (Plugin_manager::add_deferred_layout_object): New function.
5376 (Plugin_manager::Deferred_layout_list): New type.
5377 (Plugin_manager::deferred_layout_objects_): New field.
5378 (Plugin_hook::do_plugin_hook): Remove.
5379
ee769c88
ILT
53802008-12-17 Ian Lance Taylor <iant@google.com>
5381
5382 * options.h (class General_options): Add --no case for
5383 --export-dynamic.
5384
abc8dcba
CC
53852008-12-16 Cary Coutant <ccoutant@google.com>
5386
5387 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
5388 vector.
5389 (Plugin_manager::claim_file): Create plugin object even if
5390 plugin did not call the add_symbols callback.
5391 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
5392 asking for more symbols than were added.
5393 * testsuite/Makefile.am (plugin_test_1): Add test case with
5394 no global symbols.
5395 (empty.syms): New target.
5396 * testsuite/Makefile.in: Regenerate.
5397 * testsuite/plugin_test.c (claim_file_hook): Add new debug
5398 message. Don't call add_symbols if no globals.
5399 (all_symbols_read_hook): Don't provide replacement for empty
5400 claimed file.
5401
b0074644
ILT
54022008-12-12 Ian Lance Taylor <iant@google.com>
5403
68943102
ILT
5404 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
5405 r_type == 0 for a local symbol with r_sym == 0.
5406 (scan_relocatable_relocs): Pass r_sym to
5407 local_non_section_strategy.
5408 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
5409 r_sym parameter.
5410
b0074644
ILT
5411 * configure.ac: Update test for TLS descriptors: they are
5412 supported as of glibc 2.9.
5413 * configure: Rebuild.
5414
c2508178
ILT
54152008-12-11 Ian Lance Taylor <iant@google.com>
5416
5417 PR 7091
5418 * target-reloc.h (Default_scan_relocatable_relocs): For each
5419 function, map r_type == 0 to RELOC_DISCARD.
5420
2756a258
CC
54212008-12-10 Cary Coutant <ccoutant@google.com>
5422
5423 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
5424 object to override a kept COMDAT group from a plugin object.
5425
bb6f53d3
ILT
54262008-12-09 Ian Lance Taylor <iant@google.com>
5427
fbc558e1
ILT
5428 PR 7088
5429 * yyscript.y (file_cmd): Handle INPUT.
5430
bb6f53d3
ILT
5431 * testsuite/initpri1.c: Change all declarations to be full
5432 prototypes by adding void, to avoid compiler warnings.
5433
4674ecfc
CC
54342008-12-05 Rafael Avila de Espindola <espindola@google.com>
5435
5436 * options.cc (General_options::parse_plugin_opt): New.
5437 (General_options::add_plugin): The argument now is just the filename.
5438 (General_options::add_plugin_option): New.
5439 * options.h (plugin_opt): New.
5440 (add_plugin): Change argument name.
5441 (add_plugin_option): New.
5442 * plugin.cc (Plugin::load): Don't parse the plugin option.
5443 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
5444 (Plugin::add_option): New.
5445 (Plugin::args_): Change type.
5446 (Plugin::filename_): New.
5447 (Plugin_manager::add_plugin_option): New.
5448 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
5449 * testsuite/Makefile.in: Regenerate.
5450
fd06b4aa
CC
54512008-12-05 Cary Coutant <ccoutant@google.com>
5452
5453 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
5454 Handle --strip-lto-sections option.
5455 * options.h (strip_lto_sections): New option.
5456
6c52134c
CC
54572008-12-01 Cary Coutant <ccoutant@google.com>
5458
5459 * plugin.cc (ld_plugin_message): Change format parameter to const.
5460 Fix mismatch between new[] and delete.
5461
a45248e0
CC
54622008-11-14 Cary Coutant <ccoutant@google.com>
5463
5464 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
5465 instead of -1U.
5466
c82fbeee
CS
54672008-11-05 Craig Silverstein <csilvers@google.com>
5468
5469 * options.cc (General_options::parse_dynamic_list): New function.
5470 * options.h (General_options): New flags dynamic_list,
5471 dynamic_list_data, dynamic_list_cpp_new, and
5472 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
5473 (General_options::in_dynamic_list): New function.
5474 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
5475 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
5476 (Lex::can_continue_name): Likewise.
5477 (yylex): Likewise.
5478 (read_script_file): New parameter script_options.
5479 (read_dynamic_list): New function.
5480 (Script_options::define_dynamic_list): New function.
5481 (dynamic_list_keyword_parsecodes): New variable.
5482 (dynamic_list_keywords): New variable.
5483 * script.h (Script_options::define_dynamic_list): New function
5484 prototype.
5485 (read_dynamic_list): New function prototype.
5486 * symtab.cc (strprefix): New macro.
5487 (Symbol::should_add_dynsym_entry): Support dynamic_list,
5488 dynamic_list_data, dynamic_list_cpp_new, and
5489 dynamic_list_cpp_typeinfo.
5490 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
5491 (dynamic_list_expr): New rule.
5492 (dynamic_list_nodes): Likewise.
5493 (dynamic_list_node): Likewise.
5494 * testsuite/Makefile.am (dynamic_list): New test.
5495 * testsuite/Makefile.in: Regenerated.
5496 * testsuite/dynamic_list.t: New file.
5497 * testsuite/dynamic_list.sh: New file.
5498
e0bb29a5
CS
54992008-11-05 Craig Silverstein <csilvers@google.com>
5500
5501 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
5502 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
5503 (t11_last): Likewise.
5504 * testsuite/ver_test_6.c (main): Likewise.
5505
4e1e25e0
CC
55062008-10-07 Cary Coutant <ccoutant@google.com>
5507
5508 * options.c (General_options::finalize): Add check for -static and
5509 -shared.
5510 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
5511 is not empty.
5512
92f03fcb
CC
55132008-10-02 Cary Coutant <ccoutant@google.com>
5514
5515 * plugin.cc (make_sized_plugin_object): Fix conditional
5516 compilation to work when not all targets are enabled.
5517
fbd8a257
CC
55182008-09-29 Cary Coutant <ccoutant@google.com>
5519
5520 * archive.cc (Archive::get_file_and_offset): Use filename instead
5521 of name to get library path.
5522 (Archive::include_member): Unlock external member of a thin archive.
5523
5524 * testsuite/Makefile.am (TEST_AR): New variable.
5525 (thin_archive_test_1): New test.
5526 (thin_archive_test_2): New test.
81636b3f
CC
5527 * testsuite/Makefile.in: Regenerate.
5528 * testsuite/thin_archive_main.cc: New file.
5529 * testsuite/thin_archive_test_1.cc: New file.
5530 * testsuite/thin_archive_test_2.cc: New file.
5531 * testsuite/thin_archive_test_3.cc: New file.
5532 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 5533
eff45813
CC
55342008-09-29 Cary Coutant <ccoutant@google.com>
5535
5536 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
5537 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
5538 instead of -1U.
5539 (Sized_relobj::do_finalize_local_symbols): Likewise.
5540 (Sized_relobj::map_to_kept_section): Likewise.
5541 * object.h (Sized_relobj::invalid_address): New constant.
5542 (Sized_relobj::do_output_section_offset): Check for invalid_address
5543 and return -1ULL.
5544 * output.cc (Output_reloc::local_section_offset): Use constant
5545 invalid_address instead of -1U.
5546 (Output_reloc::get_address): Likewise.
5547 (Output_section::output_address): Change -1U to -1ULL.
5548 * output.h (Output_reloc::invalid_address): New constant.
5549 * reloc.cc (Sized_relobj::write_sections): Use constant
5550 invalid_address instead of -1U.
5551 (Sized_relobj::relocate_sections): Likewise.
5552 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
5553 values for merge sections.
5554 * target-reloc.h (relocate_for_relocatable): Use constant
5555 invalid_address instead of -1U.
5556
89fc3421
CC
55572008-09-19 Cary Coutant <ccoutant@google.com>
5558
5559 Add plugin functionality for link-time optimization (LTO).
5560 * configure.ac (plugins): Add --enable-plugins option.
5561 * configure: Regenerate.
5562 * config.in: Regenerate.
5563 * Makefile.am (LIBDL): New variable.
5564 (CCFILES): Add plugin.cc.
5565 (HFILES): Add plugin.h.
5566 (ldadd_var): Add LIBDL.
5567 * Makefile.in: Regenerate.
5568
5569 * archive.cc: Include "plugin.h".
5570 (Archive::setup): Don't preread archive symbols when using a plugin.
5571 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
5572 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
5573 files.
5574 (Archive::include_member): Add symbols from plugin objects.
5575 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
5576 * descriptors.cc (Descriptors::open): Check for file descriptors
5577 abandoned by plugins.
5578 (Descriptors::claim_for_plugin): New function.
5579 * descriptors.h (Descriptors::claim_for_plugin): New function.
5580 (Open_descriptor::is_claimed): New field.
5581 (claim_descriptor_for_plugin): New function.
5582 * fileread.cc (File_read::claim_for_plugin): New function.
5583 * fileread.h (File_read::claim_for_plugin): New function.
5584 (File_read::descriptor): New function.
5585 * gold.cc: Include "plugin.h".
5586 (queue_initial_tasks): Add task to call plugin hooks for generating
5587 new object files.
5588 * main.cc: Include "plugin.h".
5589 (main): Load plugin libraries.
5590 * object.h (Pluginobj): Declare.
5591 (Object::pluginobj): New function.
5592 (Object::do_pluginobj): New function.
5593 (Object::set_target): New function.
5594 * options.cc: Include "plugin.h".
5595 (General_options::parse_plugin): New function.
5596 (General_options::General_options): Initialize plugins_ field.
5597 (General_options::add_plugin): New function.
5598 * options.h (Plugin_manager): Declare.
5599 (General_options): Add --plugin option.
5600 (General_options::has_plugins): New function.
5601 (General_options::plugins): New function.
5602 (General_options::add_plugin): New function.
5603 (General_options::plugins_): New field.
5604 * plugin.cc: New file.
5605 * plugin.h: New file.
5606 * readsyms.cc: Include "plugin.h".
5607 (Read_symbols::do_read_symbols): Check for archive before checking
5608 for ELF file. Call plugin hooks to claim files.
5609 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
5610 from a real object file; force override when processing replacement
5611 files.
5612 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
5613 (Symbol::init_base_object): Likewise.
5614 (Symbol::init_base_output_data): Likewise.
5615 (Symbol::init_base_output_segment): Likewise.
5616 (Symbol::init_base_constant): Likewise.
5617 (Symbol::init_base_undefined): Likewise.
5618 (Symbol::output_section): Assert that object is not a plugin.
5619 (Symbol_table::add_from_pluginobj): New function.
5620 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
5621 undefined.
5622 (Symbol_table::sized_write_globals): Likewise.
5623 (Symbol_table::add_from_pluginobj): Instantiate template.
5624 * symtab.h (Sized_pluginobj): Declare.
5625 (Symbol::in_real_elf): New function.
5626 (Symbol::set_in_real_elf): New function.
5627 (Symbol::in_real_elf_): New field.
5628 (Symbol_table::add_from_pluginobj): New function.
5629
5630 * testsuite/Makefile.am (AM_CFLAGS): New variable.
5631 (LIBDL): New variable.
5632 (LDADD): Add LIBDL.
5633 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
5634 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
5635 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
5636 (MOSTLYCLEANFILES): Likewise.
5637 * testsuite/Makefile.in: Regenerate.
5638 * testsuite/plugin_test.c: New file.
5639 * testsuite/plugin_test_1.sh: New file.
5640 * testsuite/plugin_test_2.sh: New file.
5641
de31bda5
ILT
56422008-09-16 Ian Lance Taylor <iant@google.com>
5643
9c2d0ef9
ILT
5644 * target-reloc.h (relocate_section): Check whether a symbol is
5645 defined by the ABI before reporting an undefined symbol error.
5646 * target.h (Target::is_defined_by_abi): Make parameter const.
5647 (Target::do_is_defined_by_abi): Likewise.
5648 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
5649 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
5650 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
5651 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
5652 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
5653 * testsuite/Makefile.in: Rebuild.
5654
de31bda5
ILT
5655 * fileread.cc (make_view): Add casts to avoid warning.
5656
9fa33bee
AO
56572008-09-16 Alexandre Oliva <aoliva@redhat.com>
5658
5659 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
5660 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
5661
183fd0e3
AO
56622008-09-16 Alexandre Oliva <aoliva@redhat.com>
5663
5664 * options.h (General_options::output_is_executable): New.
5665 (General_options::output_is_pie): New.
5666 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
5667 for shared libraries.
5668 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
5669
7be8330a
CD
56702008-09-11 Chris Demetriou <cgd@google.com>
5671
5672 * options.h (origin): New -z option.
5673 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
5674 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
5675 in DT_FLAGS_1.
5676
a9caad02
CC
56772008-09-05 Cary Coutant <ccoutant@google.com>
5678
5679 * fileread.cc (File_read::make_view): Add check for attempt to map
5680 beyond end of file.
5681
ae6dce4d
CC
56822008-09-05 Cary Coutant <ccoutant@google.com>
5683
5684 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
5685 explicit instantiations.
5686
d7ab2a47
KVH
56872008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
5688
5689 PR gold/6858
5690 * options.cc (General_options::finalize): Allow undefined symbols
5691 in shlibs if linking -shared.
5692
5693 PR gold/6859
5694 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
5695 symbols as not needing a dynsym entry.
5696
1e52a9c1
CS
56972008-08-20 Craig Silverstein <csilvers@google.com>
5698
5699 * fileread.cc (File_read::open): Do not lock the file unless it
5700 was successfully opened.
5701
d85c80a3
CC
57022008-08-14 Cary Coutant <ccoutant@google.com>
5703
5704 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
5705 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
5706 * testsuite/tls_test.cc (struct int128): 128-bit struct
5707 for testing TLS relocs with non-zero addend.
5708 (v12): New TLS variable.
5709 (t12): New test.
5710 (t_last): Add check for v12.
5711 * testsuite/tls_test.h (t12): New function.
5712 * testsuite/tls_test_main.cc (thread_routine): Call new test.
5713
2d924fd9
ILT
57142008-08-13 Ian Lance Taylor <iant@google.com>
5715
5716 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
5717 set tls_segment_ or relro_segment_.
5718 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
5719 when appropriate.
5720 * output.h (Output_section::clear_is_relro): New function.
5721 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
5722 sections specially even when output_data_ is empty.
5723 (Output_segment::maximum_alignment): When first section is relro,
5724 only force alignment for PT_LOAD segments.
5725 * script.cc (script_data_segment_align): New function.
5726 (script_data_segment_relro_end): New function.
5727 * script-c.h (script_data_segment_align): Declare.
5728 (script_data_segment_relro_end): Declare.
5729 * script-sections.h (class Script_sections): Declare
5730 data_segment_align and data_segment_relro_end. Add fields
5731 segment_align_index_ and saw_relro_end_.
5732 * script-sections.cc (class Sections_element): Add set_is_relro
5733 virtual function. Add new bool* parameter to place_orphan_here.
5734 Add get_output_section virtual function.
5735 (class Output_section_definition): Add set_is_relro. Add new
5736 bool* parameter to place_orphan_here. Add get_output_section.
5737 Add is_relro_ field.
5738 (Output_section_definition::Output_section_definition): Initialize
5739 evaluated_address_, evaluated_load_address, evaluated_addralign_,
5740 and is_relro_ fields.
5741 (Output_section_definition::place_orphan_here): Add is_relro
5742 parameter.
5743 (Output_section_definition::set_section_addresses): Set relro for
5744 output section.
5745 (Output_section_definition::alternate_constraint): Likewise.
5746 (class Orphan_output_section): Add new bool* parameter to
5747 place_orphan_here. Add get_output_section.
5748 (Orphan_output_section::place_orphan_here): Add is_relro
5749 parameter.
5750 (Script_sections::Script_sections): Initialize
5751 data_segment_align_index_ and saw_relro_end_.
5752 (Script_sections::data_segment_align): New function.
5753 (Script_sections::data_segment_relro_end): New function.
5754 (Script_sections::place_orphan): Set or clear is_relro.
5755 (Script_sections::set_section_addresses): Force alignment of first
5756 TLS section.
5757 * yyscript.y (exp): Call script_data_segment_align and
5758 script_data_segment_relro_end.
5759 * testsuite/relro_script_test.t: New file.
5760 * testsuite/relro_test.cc (using_script): Declare.
5761 (t1, t2): Test using_script.
5762 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
5763 (relro_script_test_SOURCES): Define.
5764 (relro_script_test_DEPENDENCIES): Define.
5765 (relro_script_test_LDFLAGS): Define.
5766 (relro_script_test_LDADD): Define.
5767 (relro_script_test.so): New target.
5768 * testsuite/Makefile.in: Rebuild.
5769
f827c9a9
CC
57702008-08-06 Cary Coutant <ccoutant@google.com>
5771
5772 * archive.cc (Archive::total_archives, Archive::total_members)
5773 (Archive::total_members_loaded): New variables.
5774 (Archive::setup): Add parameter. Add option to preread
5775 archive symbols.
5776 (Archive::read_armap): Add counter.
5777 (Archive::get_file_and_offset): New function.
5778 (Archive::get_elf_object_for_member): New function.
5779 (Archive::read_all_symbols): New function.
5780 (Archive::read_symbols): New function.
5781 (Archive::add_symbols): Add counters.
5782 (Archive::include_all_members): Use armap to find members if it's
5783 already built.
5784 (Archive::include_member): Skip reading symbols if already read.
5785 Factored code into Archive::get_file_and_offset and
5786 Archive::get_elf_object_for_member. Changed call to
5787 Mapfile::report_include_archive_member.
5788 (Archive::print_stats): New function.
5789 * archive.h: Declare Object and Read_symbols_data classes.
5790 (Archive::Archive): Add initializers for new members.
5791 (Archive::setup): Add parameter.
5792 (Archive::print_stats): New function.
5793 (Archive::total_archives, Archive::total_members)
5794 (Archive::total_members_loaded): New variables.
5795 (Archive::get_file_and_offset): New function.
5796 (Archive::get_elf_object_for_member): New function.
5797 (Archive::read_all_symbols): New function.
5798 (Archive::read_symbols): New function.
5799 (Archive::Archive_member): New class.
5800 (Archive::members_): New member.
5801 (Archive::num_members_): New member.
5802 * main.cc: Include archive.h.
5803 (main): Call Archive::print_stats.
5804 * mapfile.cc (Mapfile::report_include_archive_member): Delete
5805 archive parameter; member_name is now the fully-decorated name.
5806 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
5807 * options.h: (General_options): Add --preread-archive-symbols option.
5808 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
5809 Archive::setup.
5810
de4c45bd
ILT
58112008-08-04 Ian Lance Taylor <iant@google.com>
5812
5813 * symtab.h (Symbol::use_plt_offset): New function.
5814 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
5815 * powerpc.cc (Relocate::relocate): Likewise.
5816 * sparc.cc (Relocate::relocate): Likewise.
5817 * x86_64.cc (Relocate::relocate): Likewise.
5818 * testsuite/weak_plt.sh: New test.
5819 * testsuite/weak_plt_main.cc: New test.
5820 * testsuite/weak_plt_shared.cc: New test.
5821 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
5822 (check_PROGRAMS): Add weak_plt.
5823 (check_DATA): Add weak_plt_shared.so.
5824 (weak_plt_main_pic.o, weak_plt): New targets.
5825 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
5826 * testsuite/Makefile.in: Rebuild.
5827
5828 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
5829 gcctestdir/ld.
5830 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
5831 * testsuite/Makefile.in: Rebuild.
5832
323ee3f4
AM
58332008-08-04 Alan Modra <amodra@bigpond.net.au>
5834
5835 * Makefile.am (POTFILES.in): Set LC_ALL=C.
5836 * Makefile.in: Regenerate.
5837 * po/POTFILES.in: Regenerate.
5838
7c07ecec
ILT
58392008-07-29 Ian Lance Taylor <iant@google.com>
5840
5841 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
5842 symbols before other symbols.
5843 * testsuite/script_test_2.cc (test_addr): Declare.
5844 (test_addr_alias): Declare.
5845 (main): Check that test_addr and test_addr_alias have the right
cd536b21 5846 values.
7c07ecec
ILT
5847 * testsuite/script_test_2.t: Define test_addr_alias and
5848 test_addr.
5849
5778530e
ILT
58502008-07-24 Ian Lance Taylor <iant@google.com>
5851
2a00e4fb
ILT
5852 PR 5990
5853 * descriptors.cc: New file.
5854 * descriptors.h: New file.
5855 * gold-threads.h (class Hold_optional_lock): New class.
5856 * fileread.cc: Include "descriptors.h".
5857 (File_read::~File_read): Release descriptor rather than closing
5858 it.
5859 (File_read::open) [file]: Call open_descriptor rather than open.
5860 Set is_descriptor_opened_.
5861 (File_read::open) [memory]: Assert that descriptor is not open.
5862 (File_read::reopen_descriptor): New function.
5863 (File_read::release): Release descriptor.
5864 (File_read::do_read): Make non-const. Reopen descriptor.
5865 (File_read::read): Make non-const.
5866 (File_read::make_view): Reopen descriptor.
5867 (File_read::do_readv): Likewise.
5868 * fileread.h (class File_read): Add is_descriptor_opened_ field.
5869 Update declarations.
5870 * layout.cc: Include "descriptors.h".
5871 (Layout::create_build_id): Use open_descriptor rather than open.
5872 * output.cc: Include "descriptors.h".
5873 (Output_file::open): Use open_descriptor rather than open.
5874 * archive.cc (Archive::const_iterator): Change Archive to be
5875 non-const.
5876 (Archive::begin, Archive::end): Make non-const.
5877 (Archive::count_members): Likewise.
5878 * archive.h (class Archive): Update declarations.
5879 * object.h (Object::read): Make non-const.
5880 * Makefile.am (CCFILES): Add descriptors.cc.
5881 (HFILES): Add descriptors.h.
5882 * Makefile.in: Rebuild.
5883
801647d1
ILT
5884 PR 6716
5885 * gold.h: Always include <clocale>. Add Solaris workarounds
5886 following code in binutils/sysdep.h.
5887
5edd166e
ILT
5888 PR 6048
5889 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
5890 this->eh_frame_hdr_ is NULL before using it.
5891
c89ad728
ILT
5892 * dynobj.cc (Versions::Versions): Update comment.
5893
aa86f06b
ILT
5894 * dynobj.cc (Versions::Versions): If there is an soname, use it as
5895 the base version name.
5896
5778530e
ILT
5897 * stringpool.cc (Stringpool_template::add_with_length): Set key to
5898 array size plus one.
5899 (Stringpool_template::set_string_offsets): Subtract one from key
5900 before using it as an array index.
5901 (Stringpool_template::get_offset_with_length): Likewise.
5902 (Stringpool_template::write_to_buffer): Likewise.
5903 * stringpool.h (Stringpool_template::get_offset_from_key):
5904 Likewise.
5905
057ead22
ILT
59062008-07-23 Ian Lance Taylor <iant@google.com>
5907
7f649c59
ILT
5908 PR 6658
5909 * object.h (Merged_symbol_value::value): Do our best to handle a
5910 negative addend.
5911
057ead22
ILT
5912 PR 6647
5913 * script.cc (Version_script_info::get_versions): Don't add empty
5914 version tag to return value.
5915 (Version_script_info::get_symbol_version_helper): Change return
5916 type to bool. Add pversion parameter. Change all callers.
5917 (script_register_vers_node): Don't require a non-NULL tag.
5918 * script.h (class Version_script_info): Update declarations.
5919 (Version_script_info::get_symbol_version): Change return type to
5920 bool. Add version parameter. Change all callers.
5921 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
5922 handling. Handle an empty version from a version script.
5923 (Symbol_table::define_special_symbol): Likewise.
5924 * testsuite/ver_test_10.script: New file.
5925 * testsuite/ver_test_10.sh: New file.
5926 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
5927 (check_DATA): Add ver_test_10.syms.
5928 (ver_test_10.syms, ver_test_10.so): New target.
5929 * testsuite/Makefile.in: Rebuild.
5930
58e54ac2
CD
59312008-07-23 Simon Baldwin <simonb@google.com>
5932
5933 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
5934 to zero for undefined symbols from dynamic libraries.
5935
95d14cd3
ILT
59362008-07-23 Ian Lance Taylor <iant@google.com>
5937
5938 * symtab.cc (Symbol_table::resolve): Remove version parameter.
5939 Change all callers.
5940 * symtab.h (class Symbol_table): Update declaration.
5941 * testsuite/ver_test_9.cc: New file.
5942 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
5943 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
5944 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
5945 (ver_test_9.so, ver_test_9.o): New targets.
5946 * testsuite/Makefile.in: Rebuild.
5947
92de84a6
ILT
59482008-07-22 Ian Lance Taylor <iant@google.com>
5949
34810851
ILT
5950 * options.h (class General_options): Define --check-sections.
5951 * layout.cc (Layout::set_segment_offsets): Handle
5952 --check-sections.
5953
af6156ef
ILT
5954 * options.h (class General_options): Define -n/--nmagic and
5955 -N/--omagic.
5956 * options.cc (General_options::finalize): For -n/--nmagic or
5957 -N/--omagic, set -static.
5958 * layout.cc (Layout::attach_allocated_section_to_segment): If
5959 -N/--omagic, don't put read-only and read-write sections in
5960 different segments.
5961 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
5962 finding a read-only segment.
5963 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
5964 don't set the minimum segment alignment to the common page size,
5965 and don't set the file offset to the address modulo the page size.
5966 * script-sections.cc (Script_sections::create_segments): If
5967 -n/--omagic, don't put read-only and read-write sections in
5968 different segments.
5969
92de84a6
ILT
5970 * cref.cc: New file.
5971 * cref.h: New file.
5972 * options.h (class General_options): Add --print-symbol-counts.
5973 * main.cc (main): Issue defined symbol report if requested.
5974 * archive.cc (Archive::interpret_header): Make into a const member
5975 function.
5976 (Archive::add_symbols): Call Input_objects::archive_start and
5977 archive_stop.
5978 (Archive::const_iterator): Define new class.
5979 (Archive::begin, Archive::end): New functions.
5980 (Archive::include_all_members): Rewrite to use iterator.
5981 (Archive::count_members): New function.
5982 * archive.h (class Archive): Update declarations.
5983 (Archive::filename): New function.
5984 * object.cc: Include "cref.h".
5985 (Sized_relobj::Sized_relobj): Initialize defined_count_.
5986 (Sized_relobj::do_get_global_symbol_counts): New function.
5987 (Input_objects::add_object): Add object to cross-referencer.
5988 (Input_objects::archive_start): New function.
5989 (Input_objects::archive_stop): New function.
5990 (Input_objects::print_symbol_counts): New function.
5991 * object.h: Declare Cref and Archive.
5992 (Object::get_global_symbol_counts): New function.
5993 (Object::do_get_global_symbol_counts): New pure virtual function.
5994 (class Sized_relobj): Add defined_count_ field. Update
5995 declarations.
5996 (class Input_objects): Add cref_ field. Update constructor.
5997 Update declarations.
5998 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
5999 defined_count_.
6000 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
6001 symbol counts.
6002 (Sized_dynobj::do_get_global_symbol_counts): New function.
6003 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
6004 defined_count_. Update declarations. Define Symbols typedef.
6005 * symtab.cc (Symbol_table::add_from_relobj): Add defined
6006 parameter. Change all callers.
6007 (Symbol_table::add_from_dynobj): Add sympointers and defined
6008 parameters. Change all callers.
6009 * symtab.h (class Symbol_table): Update declarations.
6010 * Makefile.am (CCFILES): Add cref.cc.
6011 (HFILES): Add cref.h.
6012 * Makefile.in: Rebuild.
6013
3f7c5e1d
CD
60142008-07-22 Simon Baldwin <simonb@google.com>
6015
6016 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
6017 to zero when writing undefined symbols.
6018
e0b64032
ILT
60192008-07-22 Ian Lance Taylor <iant@google.com>
6020
6021 * output.cc (Output_section::add_input_section): Don't try to
6022 merge empty merge sections.
6023
096b02cf
CS
60242008-07-21 Craig Silverstein <csilvers@google.com>
6025
6026 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
6027 Include symbol version in error message.
cd536b21 6028
1d1f116d
CD
60292008-07-20 Chris Demetriou <cgd@google.com>
6030
cd536b21 6031 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
6032 (RANDOM_SEED_CFLAGS): New substituted variable.
6033 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
6034 * configure: Rebuild.
6035 * Makefile.in: Likewise.
6036 * testsuite/Makefile.in: Likewise.
6037
a18f591e
ILT
60382008-07-18 Ian Lance Taylor <iant@google.com>
6039
6040 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
6041 where we see NAME/NULL and NAME/VERSION as separate symbols.
6042 * testsuite/ver_test_main.cc (main): Call t4.
6043 (t4, t4_2a): Define.
6044 * testsuite/ver_test_2.cc (t4_2): Define.
6045 * testsuite/ver_test_2.script: Put t4_2a in VER2.
6046 * testsuite/ver_test_4.cc (t4_2a): Define.
6047 * testsuite/ver_test_4.script: Put t4_2a in VER2.
6048 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
6049
c6e3f6ed
ILT
60502008-07-17 Ian Lance Taylor <iant@google.com>
6051
6052 * dynobj.cc (Versions::add_def): If we give an error about a
6053 missing version, go ahead and create the version anyhow.
6054
ef9beddf
ILT
60552008-07-10 Ian Lance Taylor <iant@google.com>
6056
6057 Handle output sections with more than 0x7fffffff bytes.
6058 * object.h (class Relobj): Change map_to_output_ to
6059 output_sections_, and just keep a section pointer. Change all
6060 uses. Move comdat group support to Sized_relobj.
6061 (Relobj::is_section_specially_mapped): Remove.
6062 (Relobj::output_section): Remove poff parameter. Change all
6063 callers.
6064 (Relobj::output_section_offset): New function.
6065 (Relobj::set_section_offset): Rewrite.
6066 (Relobj::map_to_output): Remove.
6067 (Relobj::output_sections): New function.
6068 (Relobj::do_output_section_offset): New pure virtual function.
6069 (Relobj::do_set_section_offset): Likewise.
6070 (class Sized_relobj): Add section_offsets_ field. Add comdat
6071 group support from Relobj. Update declarations.
6072 (Sized_relobj::get_output_section_offset): New function.
6073 (Sized_relobj::do_output_section_offset): New function.
6074 (Sized_relobj::do_set_section_offset): New function.
6075 * object.cc (Relobj::output_section_address): Remove.
6076 (Sized_relobj::Sized_relobj): Initialize new fields.
6077 (Sized_relobj::include_section_group): Cast find_kept_object to
6078 Sized_relobj.
6079 (Sized_relobj::include_linkonce_section): Likewise.
6080 (Sized_relobj::do_layout): Use separate arrays for output section
6081 and output offset.
6082 (Sized_relobj::do_count_local_symbols): Change map_to_output to
6083 output_sections.
6084 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
6085 output_sections and section_offsets.
6086 (Sized_relobj::write_local_symbols): Likewise.
6087 (map_to_kept_section): Compute output address directly.
6088 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
6089 output_sections and section_offsets.
6090 (Sized_relobj::write_sections): Likewise.
6091 (Sized_relobj::relocate_sections): Likewise.
6092 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
6093 * output.h (class Output_reloc): Update declarations. Change
6094 u2_.relobj to Sized_relobj*.
6095 (class Output_data_reloc): Change add functions to use
6096 Sized_relobj*.
6097 * output.cc (Output_reloc::Output_reloc): Change relobj to
6098 Sized_relobj*.
6099 (Output_reloc::local_section_offset): Change return type to
6100 Elf_Addr. Use get_output_section_offset.
6101 (Output_reloc::get_address): Likewise.
6102 (Output_section::is_input_address_mapped): Don't call
6103 is_section_specially_mapped.
6104 (Output_section::output_offset): Likewise.
6105 (Output_section::output_address): Likewise.
6106 (Output_section::starting_output_address): Likewise.
6107 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
6108 parameter to Sized_relobj*.
6109 (Copy_relocs::need_copy_reloc): Likewise.
6110 (Copy_relocs::save): Likewise.
6111 * copy-relocs.h (class Copy_relocs): Update declarations.
6112 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
6113 Sized_relobj*. Change relobj_ field to Sized_relobj*.
6114 * target-reloc.h (relocate_for_relocatable): Change
6115 offset_in_output_section type to Elf_Addr. Change code that uses
6116 it as well.
6117 * layout.cc (Layout::layout): Always set *off.
6118 * mapfile.cc (Mapfile::print_input_section): Use
6119 output_section_offset.
6120 * i386.cc (Target_i386::copy_reloc): Change object parameter to
6121 Sized_relobj*.
6122 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
6123 * sparc.cc (Target_sparc::copy_reloc): Likewise.
6124 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
6125
5cb66f97
ILT
61262008-07-03 Ian Lance Taylor <iant@google.com>
6127
6128 * layout.cc (Layout::include_section): Do not discard unrecognized
6129 SHT_STRTAB sections.
6130
afe47622
CS
61312008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
6132
6133 * script.cc (Lex::can_continue_name): Make '?' allowable in
6134 version-script names.
6135 * testsuite/version_script.map: Change glob pattern to use '?'
6136
5adf9721
ILT
61372008-06-30 Manish Singh <yosh@gimp.org>
6138
6139 PR 6585
6140 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
6141 Correct typo.
6142
e6fde208
ILT
61432008-06-30 Ian Lance Taylor <iant@google.com>
6144
6145 PR 6660
6146 PR 6682
6147 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
6148 versions]: Don't try to read the value in the contents, since we
6149 don't use it. Use the template endianness when writing.
6150
3f2e6a2d
CC
61512008-06-25 Cary Coutant <ccoutant@google.com>
6152
6153 * fileread.cc (File_read::make_view): Assert on zero-length view.
6154 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
6155 symbol table when there are no symbols to read.
6156
c43d3a48
CS
61572008-06-23 Craig Silverstein <csilvers@google.com>
6158
6159 * version.cc (version_string): Bump to 1.7
6160
5f494ea0
CS
61612008-06-18 Craig Silverstein <csilvers@google.com>
6162
6163 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
6164 constant 0xFFFF to type Valtype.
6165 (Powerpc_relocate_functions::rel16_ha): Likewise.
6166
c42e122e
ILT
61672008-06-17 Ian Lance Taylor <iant@google.com>
6168
f34787f8
ILT
6169 * output.h (Output_section::Input_section): Initialize p2align_ to
6170 zero for Output_section_data constructors.
6171 (Output_section::Input_section::addralign): If not an input
6172 section, return the alignment of the Output_section_data.
6173 * testsuite/copy_test.cc: New file.
6174 * testsuite/copy_test_1.cc: New file.
6175 * testsuite/copy_test_2.cc: New file.
6176 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
6177 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
6178 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
6179 (copy_test_1_pic.o, copy_test_1.so): New targets.
6180 (copy_test_2_pic.o, copy_test_2.so): New targets.
6181 * testsuite/Makefile.in: Rebuild.
6182
c42e122e
ILT
6183 * script-sections.cc (Script_sections::place_orphan): Initialize
6184 local variable exact.
6185
ce3ac18a
DE
61862008-06-13 David Edelsohn <edelsohn@gnu.org>
6187
6188 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
6189
42cacb20
DE
61902008-06-12 David Edelsohn <edelsohn@gnu.org>
6191 David S. Miller <davem@davemloft.net>
6192
6193 * powerpc.cc: New file.
6194 * Makefile.am (TARGETSOURCES): Add powerpc.cc
6195 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
6196 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
6197 * Makefile.in: Rebuild.
6198
7b308235
ILT
61992008-06-09 Ian Lance Taylor <iant@google.com>
6200
6201 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
6202 <exception>.
6203 (throwing, orig_terminate): New static variables.
6204 (terminate_handler): New static function.
6205 (t2): Set terminate handler.
6206
f0b886e3
ILT
62072008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
6208
6209 PR 6584
cd536b21 6210 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
6211 alignment.
6212
3e90f135
CC
62132008-05-30 Cary Coutant <ccoutant@google.com>
6214
6215 * archive.cc (Archive::include_all_members) Correct to step
6216 over symbol table and extended name table in thin archives.
6217
e09ad04a
ILT
62182008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
6219
6220 PR 6407
6221 * target-reloc.h (relocate_for_relocatable): Fix new_offset
6222 calculation.
6223
62b01cb5
ILT
62242008-05-28 Caleb Howe <cshowe@google.com>
6225
6226 * reduced_debug_output.cc: New file.
6227 * reduced_debug_output.h: New file.
92de84a6 6228 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
6229 * options.cc (General_options::finalize): Add strip_debug_non_line
6230 to the strip heirarchy.
6231 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
6232 fields.
6233 * layout.cc: Include "reduced_debug_output.h".
6234 (Layout::Layout): Initialize new fields.
6235 (line_only_debug_sections): New static array.
6236 (is_lines_only_debug_sections): New static inline function.
6237 (Layout::include_section): Handle --strip-debug-non-line.
6238 (Layout::make_output_section): If --strip-debug-non-line, build
6239 new output sections for .debug_abbrev and .debug_info.
6240 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
6241 gold. Warn about possible overflow.
6242 (read_signed_LEB_128): Likewise.
6243 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
6244 (read_signed_LEB_128): Declare.
6245 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
6246 (HFILES): Add reduced_debug_output.h.
6247 * Makefile.in: Rebuild.
6248
7d9e3d98
ILT
62492008-05-21 Ian Lance Taylor <iant@google.com>
6250
6251 * mapfile.cc: New file.
6252 * mapfile.h: New file.
6253 * options.h (class General_options): Add -M/--print-map and -Map.
6254 * options.cc (General_options::finalize): Make -M equivalent to
6255 -Map -.
6256 * main.cc: Include <cstdio> and "mapfile.h".
6257 (main): Open mapfile if requested.
6258 * gold.cc (class Middle_runner): Add mapfile_ field. Update
6259 constructor. Change caller.
6260 (queue_initial_tasks): Add mapfile parameter. Change caller.
6261 (queue_middle_tasks): Likewise.
6262 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
6263 declarations.
6264 * archive.cc: Include "mapfile.h".
6265 (Archive::add_symbols): Add mapfile parameter. Change all
6266 callers. Pass mapfile, symbol, and reason to include_member.
6267 (Archive::include_all_members): Add mapfile parameter. Change all
6268 callers.
6269 (Archive::include_member): Add mapfile, sym, and why parameters.
6270 Change all callers. Report inclusion to map file.
6271 * archive.h: Include "fileread.h".
6272 (class Archive): Update declarations.
6273 (Archive::file): New const method.
6274 (class Add_archive_symbols): Add mapfile_ field. Update
6275 constructor. Change all callers.
6276 * readsyms.h (class Read_symbols): Likewise.
6277 (class Finish_group): Likewise.
6278 (class Read_script): Likewise.
6279 * common.cc: Include "mapfile.h".
6280 (Symbol_table::allocate_commons): Add mapfile parameter. Change
6281 all callers.
6282 (Symbol_table::do_allocate_commons): Likewise.
6283 (Symbol_table::do_allocate_commons_list): Likewise. Report common
6284 symbol allocation to mapfile.
6285 * common.h (class Allocate_commons_task): Add mapfile_ field.
6286 Update constructor. Change all callers.
6287 * symtab.h (class Symbol_table): Update declarations.
6288 * layout.cc: Include "mapfile.h".
6289 (Layout_task_runner::run): Print information to mapfile.
6290 (Layout::create_gold_note): Change Output_data_fixed_space to
6291 Output_data_zero_fill.
6292 (Layout::create_build_id): Likewise.
6293 (Layout::print_to_mapfile): New function.
6294 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
6295 constructor. Change caller.
6296 (class Layout): Declare print_to_mapfile.
6297 * output.cc (Output_section::Input_section::print_to_mapfile): New
6298 function.
6299 (Output_section::add_input_section): If producing a map, always
6300 add to input_sections_ list.
6301 (Output_section::do_print_to_mapfile): New function.
6302 (Output_segment::print_sections_to_mapfile): New function.
6303 (Output_segment::print_section_list_to_mapfile): New function.
6304 * output.h: Include "mapfile.h".
6305 (Output_data::print_to_mapfile): New function.
6306 (Output_data::do_print_to_mapfile): New virtual function.
6307 (Output_segment_headers::do_print_to_mapfile): New function.
6308 (Output_file_header::do_print_to_mapfile): New function.
6309 (Output_data_const::do_print_to_mapfile): New function.
6310 (class Output_data_const_buffer): Add map_name_ field. Update
6311 constructor. Change all callers. Add do_print_to_mapfile
6312 function.
6313 (class Output_data_fixed_space): Likewise.
6314 (class Output_data_space): Likewise.
6315 (class Output_data_zero_fill): New class.
6316 (Output_data_strtab::do_print_to_mapfile): New function.
6317 (Output_data_reloc_base::do_print_to_mapfile): New function.
6318 (Output_relocatable_relocs::do_print_to_mapfile): New function.
6319 (Output_data_group::do_print_to_mapfile): New function.
6320 (Output_data_got::do_print_to_mapfile): New function.
6321 (Output_data_dynamic::do_print_to_mapfile): New function.
6322 (Output_symtab_xindex::do_print_to_mapfile): New function.
6323 (class Output_section): Declare do_print_to_mapflie. Declare
6324 print_to_mapfile in Input_section.
6325 (class Output_segment): Declare new functions.
6326 * object.h (Sized_relobj::symbol_count): New function.
6327 * script-sections.cc
6328 (Output_section_element_dot_assignment::set_section_addresses):
6329 Change Output_data_fixed_space to Output_data_zero_fill.
6330 (Output_data_expression::do_print_to_mapfile): New function.
6331 * script.cc (read_input_script): Add mapfile parameter. Change
6332 all callers.
6333 * script.h (read_input_script): Update declaration.
6334 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
6335 (Eh_frame::do_print_to_mapfile): New function.
6336 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
6337 (Output_merge_string::do_print_to_mapfile): New function.
6338 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
6339 function.
6340 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
6341 function.
6342 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
6343 function.
6344 * Makefile.am (CCFILES): Add mapfile.cc.
6345 (HFILES): Add mapfile.h.
6346 * Makefile.in: Rebuild.
6347
9f1d377b
ILT
63482008-05-19 Ian Lance Taylor <iant@google.com>
6349
6350 * options.h (class General_options): Add -z relro.
6351 * layout.cc (Layout::Layout): Initialize relro_segment_.
6352 (Layout::add_output_section_data): Return the output section.
6353 (Layout::make_output_section): Rcognize relro sections and mark
6354 them appropriately.
6355 (Layout::attach_allocated_section_to_segment): Put relro sections
6356 in a PT_GNU_RELRO segment.
6357 (Layout::create_initial_dynamic_sections): Mark the .dynamic
6358 section as relro.
6359 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
6360 PT_TLS segments.
6361 (Layout::linkonce_mapping): Map d.rel.ro.local to
6362 .data.rel.ro.local.
6363 (Layout::output_section_name): Us .data.rel.ro.local for any
6364 section which begins with that.
6365 * layout.h (class Layout): Update add_output_section_data
6366 declaration. Add relro_segment_ field.
6367 * output.cc (Output_section::Output_section): Initialize is_relro_
6368 and is_relro_local_ fields.
6369 (Output_segment::add_output_section): Group relro sections.
6370 (Output_segment::is_first_section_relro): New function.
6371 (Output_segment::maximum_alignment): If there is a relro section,
6372 align the segment to the common page size.
6373 (Output_segment::set_section_addresses): Track whether we are
6374 looking at relro sections. If the last section is a relro
6375 section, align to the common page size.
6376 (Output_segment::set_section_list_addresses): Add in_relro
6377 parameter. Change all callers. Align to the page size when
6378 moving from relro to non-relro section.
6379 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
6380 segment.
6381 * output.h (class Output_section): Add is_relro_ and
6382 is_relro_local_ fields.
6383 (Output_section::is_relro): New function.
6384 (Output_section::set_is_relro): New function.
6385 (Output_section::is_relro_local): New function.
6386 (Output_section::set_is_relro_local): New function.
6387 (class Output_segment): Update declarations.
6388 * i386.cc (Target_i386::got_section): Mark .got section as relro.
6389 * sparc.cc (Target_sparc::got_section): Likewise.
6390 * x86_64.cc (Target_x86_64::got_section): Likewise.
6391 * testsuite/relro_test_main.cc: New file.
6392 * testsuite/relro_test.cc: New file.
6393 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
6394 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
6395 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
6396 (relro_test.so, relro_test_pic.o): New targets.
6397 * testsuite/Makefile.in: Rebuild.
6398
a984ee1d
ILT
63992008-05-16 Ian Lance Taylor <iant@google.com>
6400
01676dcd
ILT
6401 * output.cc (Output_segment::add_output_section): Remove front
6402 parameter.
6403 * output.h (class Output_segment): Remove
6404 add_initial_output_section and overloaded add_output_section.
6405 Update declaration of remaining add_output_section.
6406 * layout.cc (Layout::create_interp): Call add_output_section
6407 rather than add_initial_output_section.
6408 (Layout::finish_dynamic_section): Likewise.
6409
497897f9
ILT
6410 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
6411 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
6412 know the dynamic type.
6413 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
6414 field. Initialize it in constructor.
6415 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
6416 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
6417 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
6418 reloc.
6419
a984ee1d
ILT
6420 * output.cc (Output_reloc::get_address): Change return type to
6421 Elf_Addr.
6422 * output.h (class Output_reloc): Update get_address declaration.
6423 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
6424 for section addresses.
6425
55ba0940
ILT
64262008-05-09 Ian Lance Taylor <iant@google.com>
6427
6428 PR 6493
6429 * gold.cc (gold_nomem): Use return value of write.
6430
75517b77
ILT
64312008-05-08 Ian Lance Taylor <iant@google.com>
6432
6433 * symtab.c (Symbol::init_base_output_data): Add version
6434 parameter. Change all callers.
6435 (Symbol::init_base_output_segment): Likewise.
6436 (Symbol::init_base_constant): Likewise.
6437 (Symbol::init_base_undefined): Likewise.
6438 (Sized_symbol::init_output_data): Likewise.
6439 (Sized_symbol::init_output_segment): Likewise.
6440 (Sized_symbol::init_constant): Likewise.
6441 (Sized_symbol::init_undefined): Likewise.
6442 (Symbol_table::do_define_in_output_data): If the new symbol has a
6443 version, mark it as the default.
6444 (Symbol_table::do_define_in_output_segment): Likewise.
6445 (Symbol_table::do_define_as_constant): Likewise.
6446 * symtab.h (class Symbol): Update declarations.
6447 (class Sized_symbol): Likewise.
6448 * resolve.cc (Symbol::override_version): New function.
c42e122e 6449 (Symbol::override_base): Call override_version.
75517b77
ILT
6450 (Symbol::override_base_with_special): Likewise.
6451 * testsuite/ver_script_8.script: New file.
6452 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
6453 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
6454 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
6455 (ver_test_8_1.so, ver_test_8_2.so): New targets.
6456
f1f70eae
ILT
64572008-05-06 Ian Lance Taylor <iant@google.com>
6458
f3e9c5c5
ILT
6459 PR 6049
6460 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
6461 functions.
6462 (class General_options): Remove existing --undefined, and add
6463 --no-undefined instead. Add new --undefined as synonym for -u.
6464 * archive.cc (Archive::add_symbols): Check whether symbol was
6465 named with -u.
6466 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
6467 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
6468 all uses. Add IS_UNDEFINED. Update declarations to split
6469 different versions of init_base. Declare init_base_undefined.
6470 (Symbol::is_defined): Handle IS_UNDEFINED.
6471 (Symbol::is_undefined): Likewise.
6472 (Symbol::is_weak_undefined): Call is_undefined.
6473 (Symbol::is_absolute): Handle IS_CONSTANT.
6474 (class Sized_symbol): Update declarations to split different
6475 versions of init. Declare init_undefined.
6476 (class Symbol_table): Declare new functions.
6477 * symtab.cc (Symbol::init_base_object): Rename from init_base.
6478 Change all callers.
6479 (Symbol::init_base_output_data): Likewise.
6480 (Symbol::init_base_output_segment): Likewise.
6481 (Symbol::init_base_constant): Likewise.
6482 (Symbol::init_base_undefined): New function.
6483 (Sized_symbol::init_object): Rename from init. Change all
6484 callers.
6485 (Sized_symbol::init_output_data): Likewise.
6486 (Sized_symbol::init_output_segment): Likewise.
6487 (Sized_symbol::init_constant): Likewise.
6488 (Sized_symbol::init_undefined): New function.
6489 (Symbol_table::add_undefined_symbols_from_command_line): New
6490 function.
6491 (Symbol_table::do_add_undefined_symbols_from_command_line): New
6492 function.
6493 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
6494 (Symbol::output_section): Likewise.
6495 (Symbol::set_output_section): Likewise.
6496 (Symbol_table::sized_finalize_symbol): Likewise.
6497 (Symbol_table::sized_write_globals): Likewise.
6498 * resolve.cc (Symbol_table::should_override): Likewise.
6499 (Symbol::override_base_with_special): Likewise.
6500
8bdcdf2c
ILT
6501 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
6502 symbol, change it to have default visibility.
6503 * testsuite/protected_1.cc: New file.
6504 * testsuite/protected_2.cc: New file.
6505 * testsuite/protected_3.cc: New file.
6506 * testsuite/protected_main_1.cc: New file.
6507 * testsuite/protected_main_2.cc: New file.
6508 * testsuite/protected_main_3.cc: New file.
6509 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
6510 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
6511 (protected_1_LDFLAGS, protected_1_LDADD): Define.
6512 (protected_1.so): New target.
6513 (protected_1_pic.o, protected_2_pic.o): New targets.
6514 (protected_3_pic.o): New target.
6515 (check_PROGRAMS): Add protected_2.
6516 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
6517 (protected_2_LDFLAGS, protected_2_LDADD): Define.
6518 * testsuite/Makefile.in: Rebuild.
6519
2b706932
ILT
6520 * options.h (DEFINE_var): Add set_user_set_##varname__.
6521 (DEFINE_bool_alias): New macro.
6522 (class General_options): Define -Bstatic using DEFINE_bool_alias
6523 rather than DEFINE_special. Add --undefined as an alias for -z
6524 defs.
6525 * options.cc (General_options::parse_Bstatic): Remove.
6526
d82a5bcc
ILT
6527 * options.h (class General_options): Add --fatal-warnings.
6528 * main.cc (main): Implement --fatal-warnings.
6529 * errors.h (Errors::warning_count): New function.
6530
f1f70eae
ILT
6531 * options.h (class General_options): Add -Bsymbolic-functions.
6532 * symtab.h (Symbol::is_preemptible): Check for
6533 -Bsymbolic-functions.
6534
8825ac63
ILT
65352008-05-05 Ian Lance Taylor <iant@google.com>
6536
d98bc257
ILT
6537 * options.h (DEFINE_bool): For DASH_Z, create the negative option
6538 as noVARNAME rather than no-VARNAME.
6539 (class General_options): Add option -z combreloc.
6540 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
6541 get_address.
6542 (Output_reloc::sort_before) [SHT_REL]: New function.
6543 (Output_reloc::sort_before) [SHT_RELA]: New function.
6544 (class Output_data_reloc_base): Add sort_relocs_ field. Define
6545 Sort_relocs_comparison.
6546 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
6547 parameter. Change all callers.
6548 (Output_data_reloc::Output_data_reloc) [both versions]: Add
6549 sort_relocs parameter. Change all callers.
6550 * output.cc (Output_reloc::get_address): New function, broken out
6551 of write_rel.
6552 (Output_reloc::write_rel): Call it.
6553 (Output_reloc::compare): New function.
6554 (Output_data_reloc_base::do_write): Optionally sort relocs.
6555
60b2b4e7
ILT
6556 * configure.ac: If targ_extra_obj is set, link it in.
6557 * configure.tgt: Initialize all variables.
6558 (x86_64*): Set targ_extra_obj and targ_extra_size.
6559 * configure: Rebuild.
6560
8825ac63
ILT
6561 * object.cc (Sized_relobj::include_section_group): Adjust section
6562 indexes read from group data. Build vector to pass to
6563 layout_group.
6564 * layout.cc (Layout::layout_group): Add flags and shndxes
6565 parameters. Remove contents parameter. Change caller. Update
6566 explicit instantiations.
6567 * layout.h (class Layout): Update layout_group declaration.
6568 * output.cc (Output_data_group::Output_data_group): Add flags and
6569 input_shndxes parameters. Remove contents parameter. Change
6570 caller.
6571 (Output_data_group::do_write): Change input_sections_ to
6572 input_shndxes_.
6573 * output.h (class Output_data_group): Update constructor
6574 declaration. Rename input_sections_ to input_shndxes_.
6575 * testsuite/many_sections_test.cc: Add template.
6576
e94cf127
CC
65772008-04-30 Cary Coutant <ccoutant@google.com>
6578
4418b2d5
CC
6579 * target-reloc.h (relocate_section): Fix dead-pointer bug.
6580
e94cf127
CC
6581 * layout.cc (Layout::include_section): Refactored check for debug
6582 info section.
6583 (Layout::add_comdat): Add new parameters. Change type
6584 of signature parameter. Add object and shndx to signatures table.
6585 (Layout::find_kept_object): New function.
6586 * layout.h: Include <cstring>.
6587 (Layout::is_debug_info_section): New function.
6588 (Layout::add_comdat): Add new parameters.
6589 (Layout::find_kept_object): New function.
6590 (Layout::Kept_section): New struct.
6591 (Layout::Signatures): Change type of map range.
6592 * object.cc (Relobj::output_section_address): New function.
6593 (Sized_relobj::include_section_group): Add new parameters. Change
6594 calls to Layout::add_comdat. Change to build table of kept comdat
6595 groups and table mapping discarded sections to kept sections.
6596 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
6597 (Sized_relobj::do_layout): Change calls to include_section_group and
6598 include_linkonce_section.
6599 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
6600 value to zero when section is discarded.
6601 (Sized_relobj::map_to_kept_section): New function.
6602 * object.h (Relobj::output_section_address): New function.
6603 (Relobj::Comdat_group): New type.
6604 (Relobj::find_comdat_group): New function.
6605 (Relobj::Comdat_group_table): New type.
6606 (Relobj::Kept_comdat_section): New type.
6607 (Relobj::Kept_comdat_section_table): New type.
6608 (Relobj::add_comdat_group): New function.
6609 (Relobj::set_kept_comdat_section): New function.
6610 (Relobj::get_kept_comdat_section): New function.
6611 (Relobj::comdat_groups_): New field.
6612 (Relobj::kept_comdat_sections_): New field.
6613 (Symbol_value::input_value): Update comment.
6614 (Sized_relobj::map_to_kept_section) New function.
6615 (Sized_relobj::include_linkonce_section): Add new parameter.
6616 * target-reloc.h (Comdat_behavior): New type.
6617 (get_comdat_behavior): New function.
6618 (relocate_section): Add code to map a discarded section to the
6619 corresponding kept section when applying a relocation.
6620
e4e5049b
CS
66212008-04-30 Craig Silverstein <csilvers@google.com>
6622
6623 * dwarf_reader.cc (next_generation_count): New static var.
6624 (Addr2line_cache_entry): New struct.
6625 (addr2line_cache): New static var.
6626 (Dwarf_line_info::one_addr2line): Added caching.
6627 (Dwarf_line_info::clear_addr2line_cache): New function.
6628 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
6629 cache-size parameter.
6630 (Dwarf_line_info::one_addr2line_cache): New function.
6631 * symtab.cc (Symbol_table::detect_odr_violations): Pass
6632 new cache-size argument to one_addr2line(), and clear cache.
6633
d09e9154
CC
66342008-04-28 Cary Coutant <ccoutant@google.com>
6635
6636 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
6637 R_386_PC8 relocations.
6638
7ef73768
ILT
66392008-04-23 Ian Lance Taylor <iant@google.com>
6640
55438702
ILT
6641 * object.cc (Sized_relobj::include_section_group): Check for
6642 invalid section group.
6643
c165fb93
ILT
6644 * object.cc (make_elf_object): Correct test for 64-bit ELF file
6645 header size.
6646
7ef73768
ILT
6647 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
6648 than read for file header.
6649 * archive.cc (Archive::include_member): Likewise.
6650
6194aaab
L
66512008-04-23 Paolo Bonzini <bonzini@gnu.org>
6652
6653 * aclocal.m4: Regenerate.
6654 * configure: Regenerate.
6655
d491d34e
ILT
66562008-04-19 Ian Lance Taylor <iant@google.com>
6657
5ea2bac6
ILT
6658 * version.cc (version_string): Bump to 1.6.
6659
7bc3e21a
ILT
6660 * testsuite/Makefile.am (many_sections_r_test): New target.
6661 (many_sections_r_test_SOURCES): Remove.
6662 (many_sections_r_test_DEPENDENCIES): Remove.
6663 (many_sections_r_test_LDFLAGS): Remove.
6664 (many_sections_r_test_LDADD): Remove.
6665
7fcd3aa9
ILT
6666 * object.cc (Sized_relobj::do_add_symbols): Always pass
6667 local_symbol_count_ to add_from_relobj.
6668
4c94d6ae
ILT
6669 * testsuite/Makefile.am (many_sections_check.h): Only check one in
6670 every thousand variables.
6671 * testsuite/Makefile.in: Rebuild.
6672
d491d34e
ILT
6673 * object.cc (Xindex::initialize_symtab_xindex): New function.
6674 (Xindex::read_symtab_xindex): New function.
6675 (Xindex::sym_xindex_to_shndx): New function.
6676 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
6677 available.
6678 (Sized_relobj::do_initialize_xindex): New function.
6679 (Sized_relobj::do_read_symbols): Adjust section links.
6680 (Sized_relobj::symbol_section_and_value): Add is_ordinary
6681 parameter. Change all callers.
6682 (Sized_relobj::include_section_group): Adjust section links and
6683 symbol section indexes.
6684 (Sized_relobj::do_layout): Adjust section links.
6685 (Sized_relobj::do_count_local_symbols): Adjust section links and
6686 symbol section indexes.
6687 (Sized_relobj::do_finalize_local_symbols): Distinguish between
6688 ordinary and special symbols.
6689 (Sized_relobj::write_local_symbols): Add symtab_xindex and
6690 dynsym_xindex parameters. Change all callers. Adjust section
6691 links. Use SHN_XINDEX when needed.
6692 (Sized_relobj::get_symbol_location_info): Adjust section links.
6693 Don't get fooled by special symbols.
6694 * object.h (class Xindex): Define.
6695 (class Object): Add xindex_ parameter. Declare virtual functoin
6696 do_initialize_xindex.
6697 (Object::adjust_sym_shndx): New function.
6698 (Object::set_xindex): New protected function.
6699 (class Symbol_value): Add is_ordinary_shndx_ field.
6700 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
6701 (Symbol_value::value): Assert ordinary section.
6702 (Symbol_value::initialize_input_to_output_map): Likewise.
6703 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
6704 Change all callers.
6705 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
6706 all callers.
6707 (class Sized_relobj): Update declarations.
6708 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
6709 parameter. Change all callers.
6710 (Sized_relobj::adjust_shndx): New function.
6711 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
6712 field.
6713 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
6714 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
6715 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
6716 (Sized_dynobj::read_dynsym_section): Adjust section links.
6717 (Sized_dynobj::read_dynamic): Likewise.
6718 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
6719 section links.
6720 (Sized_dynobj::do_initialize_xindex): New function.
6721 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
6722 do_initialize_xindex.
6723 (Sized_dynobj::adjust_shndx): New function.
6724 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
6725 dynsym_xindex_ fields.
6726 (Layout::finalize): Add a call to set_section_indexes before
6727 creating the symtab sections.
6728 (Layout::set_section_indexes): Don't do anything if the section
6729 already has a section index.
6730 (Layout::create_symtab_sections): Add shnum parameter. Change
6731 caller. Create .symtab_shndx section if needed.
6732 (Layout::create_shdrs): Add shstrtab_section parameter. Change
6733 caller.
6734 (Layout::allocated_output_section_count): New function.
6735 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
6736 needed.
6737 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
6738 fields. Update declarations.
6739 (Layout::symtab_xindex): New function.
6740 (Layout::dynsym_xindex): New function.
6741 (class Write_symbols_task): Add layout_ field.
6742 (Write_symbols_task::Write_symbols_task): Add layout parameter.
6743 Change caller.
6744 * output.cc (Output_section_headers::Output_section_headers): Add
6745 shstrtab_section parameter. Change all callers.
6746 (Output_section_headers::do_sized_write): Store overflow values
6747 for section count and section string table section index in
6748 section header zero.
6749 (Output_file_header::do_sized_write): Check for overflow of
6750 section count and section string table section index.
6751 (Output_symtab_xindex::do_write): New function.
6752 (Output_symtab_xindex::endian_do_write): New function.
6753 * output.h (class Output_section_headers): Add shstrtab_section_.
6754 Update declarations.
6755 (class Output_symtab_xindex): Define.
6756 (Output_section::has_out_shndx): New function.
6757 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
6758 field.
6759 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
6760 Change all callers.
6761 (Sized_symbol::init): Likewise.
6762 (Symbol::output_section): Check for ordinary symbol.
6763 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
6764 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
6765 callers.
6766 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
6767 Change all callers. Simplify handling of symbols from sections
6768 not included in the link.
6769 (Symbol_table::add_from_dynobj): Handle ordinary symbol
6770 distinction.
6771 (Weak_alias_sorter::operator()): Assert that symbols are
6772 ordinary.
6773 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
6774 distinction.
6775 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
6776 parameters. Change all callers.
6777 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
6778 symbol distinction. Use SHN_XINDEX when needed.
6779 (Symbol_table::write_section_symbol): Add symtab_xindex
6780 parameter. Change all callers.
6781 (Symbol_table::sized_write_section_symbol): Likewise. Use
6782 SHN_XINDEX when needed.
6783 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
6784 declarations.
6785 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
6786 (Symbol::is_defined): Check is_ordinary.
6787 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
6788 (Symbol::is_absolute, Symbol::is_common): Likewise.
6789 (class Sized_symbol): Update declarations.
6790 (class Symbol_table): Update declarations.
6791 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
6792 parameters. Change all callers.
6793 (Sized_symbol::override): Likewise.
6794 (Symbol_table::override): Likewise.
6795 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
6796 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
6797 is_ordinary, and orig_st_shndx parameters. Change all callers.
6798 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
6799 to be in an ordinary section.
6800 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
6801 object and is_ordinary parameters. Change all callers.
6802 (Sized_dwarf_line_info::read_relocs): Add object parameter.
6803 Change all callers. Don't add undefined or non-ordinary symbols
6804 to reloc_map_.
6805 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
6806 Change all callers.
6807 * dwarf_reader.h (class Sized_dwarf_line_info): Update
6808 declarations.
6809 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
6810 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
6811 (Sized_relobj::relocate_sections): Likewise.
6812 * target-reloc.h (scan_relocs): Adjust section symbol index.
6813 (scan_relocatable_relocs): Likewise.
6814 * i386.cc (Scan::local): Check for ordinary symbols.
6815 * sparc.cc (Scan::local): Likewise.
6816 * x86_64.cc (Scan::local): Likewise.
6817 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
6818 to symbol_section_and_value.
6819 * testsuite/many_sections_test.cc: New file.
6820 * testsuite/Makefile.am (BUILT_SOURCES): Define.
6821 (check_PROGRAMS): Add many_sections_test.
6822 (many_sections_test_SOURCES): Define.
6823 (many_sections_test_DEPENDENCIES): Define.
6824 (many_sections_test_LDFLAGS): Define.
6825 (BUILT_SOURCES): Add many_sections_define.h.
6826 (many_sections_define.h): New target.
6827 (BUILT_SOURCES): Add many_sections_check.h.
6828 (many_sections_check.h): New target.
6829 (check_PROGRAMS): Add many_sections_r_test.
6830 (many_sections_r_test_SOURCES): Define.
6831 (many_sections_r_test_DEPENDENCIES): Define.
6832 (many_sections_r_test_LDFLAGS): Define.
6833 (many_sections_r_test_LDADD): Define.
6834 (many_sections_r_test.o): New target.
6835 * testsuite/Makefile.in: Rebuild.
6836
c5818ff1
CC
68372008-04-17 Cary Coutant <ccoutant@google.com>
6838
6839 * errors.cc (Errors::info): New function.
6840 (gold_info): New function.
6841 * errors.h (Errors::info): New function.
6842 * gold.h (gold_info): New function.
6843 * object.cc (Input_objects::add_object): Print trace output.
6844 * options.cc (options::parse_set): New function.
6845 (General_options::parse_wrap): Deleted.
6846 (General_options::General_options): Deleted initializer.
6847 * options.h (options::String_set): New typedef.
6848 (options::parse_set): New function.
6849 (DEFINE_set): New macro.
6850 (General_options::wrap): Changed to use DEFINE_set. Changed
6851 callers of any_wrap_symbols and is_wrap_symbol.
6852 (General_options::trace, General_options::trace_symbol):
6853 New options.
6854 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
6855 (General_options::wrap_symbols_): Deleted.
6856 * symtab.cc (Symbol_table::add_from_object): Print trace output.
6857
b5be4a7c
DM
68582008-04-17 David S. Miller <davem@davemloft.net>
6859
6860 * options.cc (General_options::parse_V): New function.
6861 * options.h: Add entries for -V and -Qy.
6862
155a0dd7
ILT
68632008-04-17 Ian Lance Taylor <iant@google.com>
6864
6865 * common.cc (Symbol_table::allocate_commons): Remove options
6866 parameter. Change caller.
6867 (Symbol_table::do_allocate_commons): Remove options parameter.
6868 Change caller. Just call do_allocate_commons_list twice.
6869 (Symbol_table::do_allocate_commons_list): New function, broken out
6870 of do_allocate_commons.
6871 * common.h (class Allocate_commons_task): Remove options_ field.
6872 Update constructor.
6873 * symtab.cc (Symbol_table::Symbol_table): Initialize
6874 tls_commons_.
6875 (Symbol_table::add_from_object): Put TLS common symbols on
6876 tls_commons_ list.
6877 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
6878 which are IN_OUTPUT_DATA.
6879 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
6880 allocate_commons and do_allocate_commons declarations. Declare
6881 do_allocate_commons_list.
6882 * gold.cc (queue_middle_tasks): Update creation of
6883 Allocate_commons_task to not pass options.
6884 * testsuite/Makefile.am (INCLUDES): Add -I.. .
6885 (TLS_TEST_C_FLAGS): New variable.
6886 (tls_test_c_pic.o): New target.
6887 (tls_test_shared.so): Link in tls_test_c_pic.o.
6888 (tls_test_c_pic_ie.o): New target.
6889 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
6890 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
6891 (tls_test_c.o): New target.
6892 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
6893 (tls_pic_test_LDADD): Likewise.
6894 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
6895 (tls_shared_gd_to_ie_test_LDADD): Likewise.
6896 (tls_test_c_gnu2.o): New target.
6897 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
6898 tls_test_c_gnu2.o.
6899 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
6900 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
6901 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
6902 * testsuite/tls_test.cc: Include "config.h".
6903 (t_last): Call t11_last.
6904 * testsuite/tls_test.h (t11, t11_last): Declare.
6905 * testsuite/tls_test_c.c: New file.
6906 * testsuite/tls_test_main.cc (thread_routine): Call t11.
6907 * configure.ac: Check for OpenMP support.
6908 * configure, config.in, Makefile.in: Rebuild.
6909 * testsuite/Makefile.in: Rebuild.
6910
edfbb029
CC
69112008-04-16 Cary Coutant <ccoutant@google.com>
6912
6913 * i386.cc (Target_i386::define_tls_base_symbol): New function.
6914 (Target_i386::tls_base_symbol_defined_): New field.
6915 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
6916 (Target_i386::Scan::global): Likewise.
6917 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
6918 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
6919 (Target_x86_64::tls_base_symbol_defined_): New field.
6920 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
6921 (Target_x86_64::Scan::global): Likewise.
6922
f3c69fca
CC
69232008-04-16 Cary Coutant <ccoutant@google.com>
6924
6925 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
6926 (Symbol::needs_plt_entry): Allow weak undefined symbols.
6927 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
6928 building shared libraries.
6929 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
6930 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
6931 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
6932 * testsuite/Makefile.in: Rebuild.
6933 * testsuite/weak_undef.h: New file.
6934 * testsuite/weak_undef_file1.cc: Add extra test cases.
6935 * testsuite/weak_undef_file2.cc: Likewise.
6936 * testsuite/weak_undef_test.cc: Likewise.
6937
7c414435
DM
69382008-04-16 David S. Miller <davem@davemloft.net>
6939
32b769e1
DM
6940 * sparc.cc (Target_sparc::Scan): Change from struct to class.
6941 Add issued_non_pic_error_ field. Declare check_non_pic.
6942 (Target_sparc::Scan::check_non_pic): New function.
6943 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
6944 (Target_sparc::Scan::global): Likewise.
6945
11936fb1
DM
6946 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
6947 * configure: Rebuild.
6948
7c414435
DM
6949 * options.h (DEFINE_enable): New macro.
6950 (new_dtags): New enable option.
6951 (initfirst, interpose, loadfltr, nodefaultlib,
6952 nodelete, nodlopen, nodump): New -z options.
6953 * layout.cc (Layout:finish_dynamic_section): If new
6954 dtags enabled, emit DT_RUNPATH. Also, emit a
6955 DT_FLAGS_1 containing any specified -z flags.
6956
85c7bf8b
ILT
69572008-04-16 Ian Lance Taylor <iant@google.com>
6958
12c0daef
ILT
6959 * copy-relocs.cc: New file.
6960 * copy-relocs.h: New file.
6961 * reloc.cc: Remove Copy_relocs code.
6962 * reloc.h: Likewise.
6963 * reloc-types.h (struct Reloc_types) [both versions]: Add
6964 get_reloc_addend_noerror.
6965 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
6966 variants of add_global which take an addend which must be zero.
6967 * i386.cc: Include "copy-relocs.h".
6968 (class Target_i386): Change type of copy_relocs_ to variable,
6969 update initializer.
6970 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
6971 Change all callers.
6972 (Target_i386::do_finalize_sections): Change handling of
6973 copy_relocs_.
6974 * sparc.cc: Include "copy-relocs.h".
6975 (class Target_sparc): Change type of copy_relocs_ to variable,
6976 update initializer.
6977 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
6978 Change all callers.
6979 (Target_sparc::do_finalize_sections): Change handling of
6980 copy_relocs_.
6981 * x86_64.cc: Include "copy-relocs.h".
6982 (class Target_x86_64): Change type of copy_relocs_ to variable,
6983 update initializer.
6984 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
6985 class. Change all callers.
6986 (Target_x86_64::do_finalize_sections): Change handling of
6987 copy_relocs_.
6988 * Makefile.am (CCFILES): Add copy-relocs.cc.
6989 (HFILES): Add copy-relocs.h.
6990
4f4995b6
ILT
6991 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
6992
85c7bf8b
ILT
6993 * testsuite/script_test_4.sh: Permit leading zeroes.
6994
4f2a9edd
ILT
69952008-04-15 Ian Lance Taylor <iant@google.com>
6996
e6188289
ILT
6997 * script-sections.cc (Script_sections::create_segments): Use
6998 header_size_adjustment even when there is enough room for the
6999 headers.
7000 * testsuite/script_test_4.sh: New file.
7001 * testsuite/script_test_4.t: New file.
7002 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
7003 (check_DATA): Add script_test_4.stdout.
7004 (MOSTLYCLEANFILES): Likewise.
7005 (script_test_4): New target.
7006 (script_test_4.stdout): New target.
7007 * testsuite/Makefile.in: Rebuild.
7008
4f2a9edd
ILT
7009 * sparc.cc: Add definitions for Output_data_plt_sparc class
7010 constants.
7011
f5314dd5
DM
70122008-04-14 David S. Miller <davem@davemloft.net>
7013
7014 * sparc.cc: New file.
7015 * Makefile.am (TARGETSOURCES): Add sparc.cc
7016 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
7017 * configure.tgt: Document targ_extra_size and
7018 targ_extra_big_endian. Add entries for sparc-* and
7019 sparc64-*.
7020 * configure.ac: Handle targ_extra_size and
7021 targ_extra_big_endian.
7022 * Makefile.in: Rebuild.
7023 * configure: Likewise.
7024 * po/POTFILES.in: Likewise.
7025 * po/gold.pot: Likewise.
7026
154e0e9a
ILT
70272008-04-14 Ian Lance Taylor <iant@google.com>
7028
7029 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
7030 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
7031 in the name/type/flags to section mapping. Don't call
7032 allocate_output_section.
7033 (Layout::choose_output_section): Change parameter from adjust_name
7034 to is_input_section. Don't permit input sections after sections
7035 are attached to segments. Don't call allocate_output_section.
7036 (Layout::layout_eh_frame): Call update_flags_for_input_section,
7037 not write_enable_output_section.
7038 (Layout::make_output_section): Don't push to
7039 unattached_section_list_ nor call attach_to_segment. Call
7040 attach_section_to_segment if sections are attached.
7041 (Layout::attach_sections_to_segments): New function.
7042 (Layout::attach_section_to_segment): New function.
7043 (Layout::attach_allocated_section_to_segment): Rename from
7044 attach_to_segment. Remove flags parameter.
7045 (Layout::allocate_output_section): Remove function.
7046 (Layout::write_enable_output_section): Remove function.
7047 * layout.h (class Layout): Update for above changes. Add new
7048 field sections_are_attached_.
7049 * output.h (Output_section::update_flags_for_input_section): New
7050 function.
7051 * output.cc (Output_section::add_input_section): Call
7052 update_flags_for_input_section.
7053 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
7054
009a67a2
CC
70552008-04-11 Cary Coutant <ccoutant@google.com>
7056
7057 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
7058 thought unnecessary.
7059 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
7060
759b1a24
ILT
70612008-04-11 Ian Lance Taylor <iant@google.com>
7062
7063 * output.h (class Output_section_data): Remove inline definition
7064 of set_addralign.
7065 * output.cc (Output_section_data::set_addralign): New function.
7066
c2b45e22
CC
70672008-04-11 Cary Coutant <ccoutant@google.com>
7068
7069 Add support for TLS descriptors for i386 and x86_64.
7070 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
7071 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
7072 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
7073 GOT_TYPE_TLS_DESC.
7074 (Target_i386::got_mod_index_entry): Remove unnecessary code.
7075 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
7076 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
7077 relocations.
7078 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
7079 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
7080 Fix problem with initial-exec relocations.
7081 (Target_i386::Relocate::relocate_tls): Likewise.
7082 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
7083 relaxation.
7084 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
7085 support for section-plus-offset dynamic table entries.
7086 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
7087 (Output_data_dynamic::Dynamic_entry): Add support for
7088 section-plus-offset dynamic table entries.
7089 (Output_data_dynamic::Classification): Likewise.
7090 (Output_data_dynamic::classification_): Renamed offset_.
7091 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
7092 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
7093 (Target_x86_64::make_plt_section): New function.
7094 (Target_x86_64::reserve_tlsdesc_entries): New function.
7095 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
7096 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
7097 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
7098 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
7099 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
7100 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
7101 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
7102 add extra PLT entry for TLS descriptors.
7103 (Output_data_plt_x86_64::got_): New field.
7104 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
7105 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
7106 fields.
7107 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
7108 descriptors.
7109 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
7110 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
7111 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
7112 R_386_TLS_DESC_CALL relocations.
7113 (Target_x86_64::Scan::global): Likewise.
7114 (Target_x86_64::do_finalize_sections): Add dynamic table entries
7115 for TLS descriptors.
7116 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
7117 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
7118 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
7119 GD-to-IE relaxation.
7120 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
7121 and TLS_DESCRIPTORS.
7122 * Makefile.in: Rebuild.
7123 * configure: Rebuild.
7124 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
7125 (tls_test_shared2.so): New target.
7126 (tls_shared_gd_to_ie_test_SOURCES): New variable.
7127 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
7128 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
7129 (tls_shared_gd_to_ie_test_LDADD): New variable.
7130 (tls_shared_gnu2_gd_to_ie_test): New target.
7131 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
7132 New targets.
7133 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
7134 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
7135 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
7136 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
7137 (tls_shared_gnu2_test): New target.
7138 (tls_test_gnu2_shared.so): New target.
7139 (tls_shared_gnu2_test_SOURCES): New variable.
7140 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
7141 (tls_shared_gnu2_test_LDFLAGS): New variable.
7142 (tls_shared_gnu2_test_LDADD): New variable.
7143 * testsuite/Makefile.in: Rebuild.
7144 * testsuite/Makefile.
7145
83bfb6b7
ILT
71462008-04-11 Ian Lance Taylor <iant@google.com>
7147
7148 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
7149 justsyms.t.
7150 * testsuite/Makefile.in: Rebuild.
7151
7152 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
7153 long.
7154 * testsuite/script_test_2.cc (main): Adjust test.
7155
706e1f5e
ILT
71562008-04-11 David S. Miller <davem@davemloft.net>
7157 Ian Lance Taylor <iant@google.com>
7158
7159 * options.h (General_options): Add entries for '-Y' and
7160 '-relax'.
7161 * options.cc (General_options:finalize): If -Y was used, add those
7162 entries to the library path instead of the default "/lib" and
7163 "/usr/lib".
7164
7c98e6bb
DM
71652008-04-11 David S. Miller <davem@davemloft.net>
7166
7167 * testsuite/justsyms.t: Start at 0x100.
7168 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
7169 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
7170 long.
7171 * testsuite/script_test_2.cc: Adjust string and section length
7172 checks.
7c98e6bb 7173
99a37bfd
ILT
71742008-04-09 Ian Lance Taylor <iant@google.com>
7175
2cefc357
ILT
7176 PR gold/5996
7177 * script-sections.cc (Sections_element::allocate_to_segment): Add
7178 orphan parameter.
7179 (Output_section_definition::allocate_to_segment): Likewise.
7180 (Orphan_output_section::allocate_to_segment): Likewise.
7181 (Script_sections::attach_sections_using_phdrs_clause): Don't
7182 propagate non-PT_LOAD segments to orphan sections.
7183 * testsuite/Makefile.am (script_test_3.stdout): Generate using
7184 readelf rather than objdump.
7185 * testsuite/script_test_3.sh: Adjust accordingly. Test that
7186 .interp section and PT_INTERP segment are the same size.
7187 * testsuite/Makefile.in: Rebuild.
7188
99a37bfd
ILT
7189 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
7190 aliases for symbols defined in the same object.
7191 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
7192 (weak_alias_test_SOURCES): New variable.
7193 (weak_alias_test_DEPENDENCIES): New variable.
7194 (weak_alias_test_LDFLAGS): New variable.
7195 (weak_alias_test_LDADD): New variable.
7196 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
7197 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
7198 (weak_alias_test_3.o): New target.
7199 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
7200 * testsuite/weak_alias_test_main.cc: New file.
7201 * testsuite/weak_alias_test_1.cc: New file.
7202 * testsuite/weak_alias_test_2.cc: New file.
7203 * testsuite/weak_alias_test_3.cc: New file.
7204
780e49c5
ILT
72052008-04-08 Ian Lance Taylor <iant@google.com>
7206
cdb0b8f5
ILT
7207 * options.h (class General_options): Add --noinhibit-exec option.
7208 * main.cc (main): Check --noinhibit-exec.
7209
0864d551
ILT
7210 * options.h (class General_options): Define --wrap as a special
7211 option. Add wrap_symbols_ field.
7212 (General_options::any_wrap_symbols): New function.
7213 (General_options::is_wrap_symbol): New function.
7214 * options.cc (General_options::parse_wrap): New function.
7215 (General_options::General_options): Initialize wrap_symbols_.
7216 * symtab.cc (Symbol_table::wrap_symbol): New function.
7217 (Symbol_table::add_from_object): Handle --wrap.
7218 * symtab.h (class Symbol_table): Declare wrap_symbol.
7219 * target.h (Target::wrap_char): New function.
7220 (Target::Target_info): Add wrap_char field.
7221 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
7222 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
7223 * testsuite/testfile.cc (Target_test::test_target_info):
7224 Likewise.
7225
789aa6de
ILT
7226 * errors.cc (Errors::undefined_symbol): Mention symbol version if
7227 there is one.
7228
2c38906f
ILT
7229 * layout.h (class Layout): Add added_eh_frame_data_ field.
7230 * layout.cc (Layout::Layout): Initialize new field.
7231 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
7232 output section until we find a section we merged successfully.
7233 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
7234 that the size be non-zero.
7235
780e49c5
ILT
7236 * merge.cc (Object_merge_map::get_output_offset): Remove inline
7237 qualifier.
7238
7fcd0256
ILT
72392008-04-08 Craig Silverstein <csilvers@google.com>
7240
7241 * configure.ac: Export new conditional variable HAVE_ZLIB.
7242 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
7243 on HAVE_ZLIB.
7244 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
7245 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7246
6835af53
ILT
72472008-04-07 Ian Lance Taylor <iant@google.com>
7248
e24f324c
ILT
7249 * version.cc (version_string): Set to "1.5".
7250
a036edd8
ILT
7251 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
7252 Add issued_non_pic_error_ field. Declare check_non_pic.
7253 (Target_x86_64::Scan::check_non_pic): New function.
7254 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
7255 (Target_x86_64::Scan::global): Likewise.
7256
624f8810
ILT
7257 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
7258 addend parameter. Change caller. Handle merge sections.
7259 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
7260 Address to Addend. Don't add in the result of
7261 local_section_offset, pass down the addend and use the returned
7262 value.
7263 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
7264 Update declarations of local_section_offset and symbol_value.
7265 * testsuite/two_file_test_1.cc (t18): New function.
7266 * testsuite/two_file_test_2.cc (f18): New function.
7267 * testsuite/two_file_test_main.cc (main): Call t18.
7268 * testsuite/two_file_test.h (t18, f18): Declare.
7269
6835af53
ILT
7270 * configure.ac: Don't test for objdump, c++filt, or readelf.
7271 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
7272 conditionals.
7273 (TEST_READELF): New variable.
7274 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
7275 (check_PROGRAMS): Add two_file_strip_test.
7276 (two_file_strip_test): New target.
7277 (check_PROGRAMS): Add two_file_same_shared_strip_test.
7278 (two_file_same_shared_strip_test_SOURCES): New variable.
7279 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
7280 (two_file_same_shared_strip_test_LDFLAGS): New variable.
7281 (two_file_same_shared_strip_test_LDADD): New variable.
7282 (two_file_shared_strip.so): New target.
7283 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
7284 (ver_test_5.syms, ver_test_7.syms): Likewise.
7285 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
7286 (strip_test_3.stdout): Use TEST_OBJDUMP.
7287 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7288
86925eef
CC
72892008-04-04 Cary Coutant <ccoutant@google.com>
7290
7291 * symtab.h (Symbol::is_weak_undefined): New function.
7292 (Symbol::is_strong_undefined): New function.
7293 (Symbol::is_absolute): New function.
7294 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
7295 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
7296 absolute symbols.
7297 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
7298 (weak_undef_test): New target.
7299 * testsuite/Makefile.in: Rebuild.
7300 * testsuite/weak_undef_file1.cc: New file.
7301 * testsuite/weak_undef_file2.cc: New file.
7302 * testsuite/weak_undef_test.cc: New file.
7303
126f3ece
ILT
73042008-04-03 Craig Silverstein <csilvers@google.com>
7305
7306 * compressed_output.h (class Output_compressed_section): Use
7307 unsigned buffer.
7308 * compressed_output.cc (zlib_compress): Use unsigned buffers,
7309 add zlib header.
7310 (zlib_compressed_suffix): Removed.
7311 (Output_compressed_section::set_final_data_size): Use unsigned
7312 buffers.
7313 * testsuite/Makefile.am (flagstest_compress_debug_sections):
7314 Fix linker invocation.
7315 (flagstest_o_specialfile_and_compress_debug_sections):
7316 Likewise.
7317 * testsuite/Makefile.in: Regenerated.
7318
deae2a14
DM
73192008-04-02 David S. Miller <davem@davemloft.net>
7320
7321 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
7322 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
7323
70752818
ILT
73242008-04-02 Craig Silverstein <csilvers@google.com>
7325
7326 * TODO: New file.
7327
39d0cb0e
ILT
73282008-04-02 Ian Lance Taylor <iant@google.com>
7329
7330 * fileread.cc (File_read::find_view): Add byteshift and vshifted
7331 parameters. Update for new key type to views_. Change all
7332 callers.
7333 (File_read::read): Adjust for byteshift in returned view.
7334 (File_read::add_view): New function, broken out of
7335 find_and_make_view.
7336 (File_read::make_view): New function, broken out of
7337 find_and_make_view.
7338 (File_read::find_or_make_view): Add offset and aligned
7339 parameters. Rewrite accordingly. Change all callers.
7340 (File_read::get_view): Add offset and aligned parameters. Adjust
7341 for byteshift in return value.
7342 (File_read::get_lasting_view): Likewise.
7343 * fileread.h (class File_read): Update declarations.
7344 (class File_read::View): Add byteshift_ field. Add byteshift to
7345 constructor. Add byteshift method.
7346 * archive.h (Archive::clear_uncached_views): New function.
7347 (Archive::get_view): Add aligned parameter. Change all callers.
7348 * object.h (Object::get_view): Add aligned parameter. Change all
7349 callers.
7350 (Object::get_lasting_view): Likewise.
7351
7352 * fileread.cc (File_read::release): Don't call clear_views if
7353 there are multiple objects.
7354 * fileread.h (File_read::clear_uncached_views): New function.
7355 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
7356 on the archive.
7357
a1207466
CC
73582008-03-31 Cary Coutant <ccoutant@google.com>
7359
7360 Add thin archive support.
7361 * archive.cc (Archive::armagt): New const.
7362 (Archive::setup): Remove task parameter and calls to unlock.
7363 (Archive::unlock_nested_archives): New function.
7364 (Archive::read_header): Add nested_off parameter. Change
7365 all callers.
7366 (Archive::interpret_header): Likewise.
7367 (Archive::include_all_members): Change to handle thin
7368 archives.
7369 (Archive::include_member): Likewise.
7370 * archive.h (Archive::Archive): Add new parameters and
7371 initializers.
7372 (Archive::armagt): New const.
7373 (Archive::setup): Remove task parameter.
7374 (Archive::unlock_nested_archives): New function.
7375 (Archive::read_header): Add nested_off parameter.
7376 (Archive::interpret_header): Likewise.
7377 (Archive::Nested_archive_table): New typedef.
7378 (Archive::is_thin_archive_): New field.
7379 (Archive::nested_archives_): New field.
7380 (Archive::options_): New field.
7381 (Archive::dirpath_): New field.
7382 (Archive::task_): New field.
7383 * readsyms.cc (Read_symbols::do_read_symbols): Add check
7384 for thin archives. Pass additional parameters to
7385 Archive::Archive. Unlock the archive file after calling
7386 Archive::setup.
cd536b21 7387
479f6503
ILT
73882008-03-29 Ian Lance Taylor <iant@google.com>
7389
686c8caf
ILT
7390 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
7391 version symbol to be local.
7392 * testsuite/ver_test_4.sh: New file.
7393 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
7394 (check_DATA): Add ver_test_4.syms.
7395 (ver_test_4.syms): New target.
7396 * testsuite/Makefile.in: Rebuild.
7397
ab794b6b
ILT
7398 * output.cc
7399 (Output_section::Input_section_sort_entry::has_priority): New
7400 function.
7401 (Output_section::Input_section_sort_entry::match_file_name): New
7402 function.
7403 (Output_section::Input_section_sort_entry::match_section_name):
7404 Remove.
7405 (Output_section::Input_section_sort_entry::match_section_name_prefix):
7406 Remove.
7407 (Output_section::Input_section_sort_entry::match_section_file):
7408 Remove.
7409 (Output_section::Input_section_sort_compare::operator()): Rewrite
7410 using new Input_section_sort_entry functions. Sort crtbegin and
7411 crtend first. Sort sections with no priority before sections with
7412 a priority.
7413 * testsuite/initpri1.c (d3): Check j != 4.
7414 (cd5): New constructor/destructor function.
7415 (main): Check j != 2.
7416
479f6503
ILT
7417 * symtab.cc (Symbol_table::add_from_object): If we don't use the
7418 new symbol when resolving, don't call set_is_default.
7419 * testsuite/ver_test_7.cc: New file.
7420 * testsuite/ver_test_7.sh: New file.
7421 * testsuite/Makefile.am (ver_test_7.so): New target.
7422 (ver_test_7.o): New target.
7423 (check_SCRIPTS): Add ver_test_7.sh.
7424 (check_DATA): Add ver_test_7.syms.
7425 (ver_test_7.syms): New target.
7426
2fd32231
ILT
74272008-03-28 Ian Lance Taylor <iant@google.com>
7428
7429 * layout.cc (Layout::layout): If we see an input section with a
7430 name that needs sorting, set the must_sort flag for the output
7431 section.
7432 (Layout::make_output_section): If the name of the output section
7433 indicates that it might require sorting, set the may_sort flag.
7434 * output.h (Output_section::may_sort_attached_input_sections): New
7435 function.
7436 (Output_section::set_may_sort_attached_input_sections): New
7437 function.
7438 (Output_section::must_sort_attached_input_sections): New
7439 function.
7440 (Output_section::set_must_sort_attached_input_sections): New
7441 function.
7442 (class Output_section): Declare Input_section_sort_entry. Define
7443 Input_section_sort_compare. Declare
7444 sort_attached_input_sections. Add new fields:
7445 may_sort_attached_input_sections_,
7446 must_sort_attached_input_sections_,
7447 attached_input_sections_are_sorted_.
7448 * output.cc (Output_section::Output_section): Initialize new
7449 fields.
7450 (Output_section::add_input_section): Add an entry to
7451 input_sections_ if may_sort or must_sort are true.
7452 (Output_section::set_final_data_size): Call
7453 sort_attached_input_sections if necessary.
7454 (Output_section::Input_section_sort_entry): Define new class.
7455 (Output_section::Input_section_sort_compare::operator()): New
7456 function.
7457 (Output_section::sort_attached_input_sections): New function.
7458 * configure.ac: Check whether the compiler supports constructor
7459 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
7460 * testsuite/initpri1.c: New file.
7461 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
7462 CONSTRUCTOR_PRIORITY.
7463 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
7464 (initpri1_LDFLAGS): New variable.
7465 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
7466
18e6b24e
ILT
74672008-03-27 Ian Lance Taylor <iant@google.com>
7468
49bdd526
ILT
7469 * common.cc (Sort_commons::operator): Correct sorting algorithm.
7470 * testsuite/common_test_1.c: New file.
7471 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
7472 (common_test_1_SOURCES): New variable.
7473 (common_test_1_DEPENDENCIES): New variable.
7474 (common_test_1_LDFLAGS): New variable.
7475
18e6b24e
ILT
7476 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
7477 and commons_ correctly when NAME/VERSION does not override
7478 NAME/NULL.
7479 * testsuite/ver_test_6.c: New file.
7480 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
7481 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
7482 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
7483
04bf7072
ILT
74842008-03-26 Ian Lance Taylor <iant@google.com>
7485
5871526f
ILT
7486 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
7487 of an undefined symbol from a version script.
7488 * testsuite/Makefile.am (ver_test_5.so): New target.
7489 (ver_test_5.o): New target.
7490 (check_SCRIPTS): Add ver_test_5.sh.
7491 (check_DATA): Add ver_test_5.syms.
7492 (ver_test_5.syms): New target.
7493 * testsuite/ver_test_5.cc: New file.
7494 * testsuite/ver_test_5.script: New file.
7495 * testsuite/ver_test_5.sh: New file.
7496 * Makefile.in, testsuite/Makefile.in: Rebuild.
7497
04bf7072
ILT
7498 PR gold/5986
7499 Fix problems building gold with gcc 4.3.0.
7500 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
7501 (gold_error_at_location, gold_warning_at_location): Use it.
7502 * configure.ac: Check whether we can compile and use a template
7503 function with a printf attribute.
7504 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
7505 when jumping over bytes.
7506 * object.cc: Instantiate Object::read_section_data.
7507 * debug.h: Include <cstring>
7508 * dwarf_reader.cc: Include <algorithm>
7509 * main.cc: Include <cstring>.
7510 * options.cc: Include <cstring>.
7511 * output.cc: Include <cstring>.
7512 * script.cc: Include <cstring>.
7513 * script.h: Include <string>.
7514 * symtab.cc: Include <cstring> and <algorithm>.
7515 * target-select.cc: Include <cstring>.
7516 * version.cc: Include <string>.
7517 * testsuite/testmain.cc: Include <cstdlib>.
7518 * configure, config.in: Rebuild.
7519
874c5b28
ILT
75202008-03-25 Ian Lance Taylor <iant@google.com>
7521
819d6c3a
ILT
7522 * options.cc: Include "../bfd/bfdver.h".
7523 (options::help): Print bug reporting address.
7524
f4b2c6f5
ILT
7525 * version.cc (print_version): Adjust output for current value of
7526 BFD_VERSION_STRING.
7527
7528 * NEWS: New file.
7529
e96caa79
ILT
7530 * options.cc (options::help): Print list of supported targets.
7531 * target-select.h: Include <vector>.
7532 (class Target_selector): Make machine_, size_, and is_big_endian_
7533 fields const. Add bfd_name_ and instantiated_target_ fields.
7534 (Target_selector::Target_selector): Add bfd_name parameter.
7535 (Target_selector::recognize): Make non-virtual, call
7536 do_recognize.
7537 (Target_selector::recognize_by_name): Make non-virtual, call
7538 do_recognize_by_name.
7539 (Target_selector::supported_names): New function.
7540 (Target_selector::bfd_name): New function.
7541 (Target_selector::do_instantiate_target): New pure virtual
7542 function.
7543 (Target_selector::do_recognize): New virtual function.
7544 (Target_selector::do_recognize_by_name): New virtual function.
7545 (Target_selector::instantiate_target): New private function.
7546 (supported_target_names): Declare.
7547 * target-select.cc (Target_selector::Target_selector): Update for
7548 new parameter and fields.
7549 (select_target_by_name): Check that the name matches before
7550 calling recognize_by_name.
7551 (supported_target_names): New function.
7552 * i386.cc (class Target_selector_i386): Update Target_selector
7553 constructor call. Remove recognize and recognize_by_name. Add
7554 do_instantiate_target.
7555 * x86_64.cc (class Target_selector_x86_64): Likewise.
7556 * testsuite/testfile.cc (class Target_selector_test): Update for
7557 changes to Target_selector.
7558
874c5b28
ILT
7559 * README: Rewrite, with some notes on unsupported features.
7560
0a65a3a7
CC
75612008-03-24 Cary Coutant <ccoutant@google.com>
7562
7563 * i386.cc (Target_i386::Got_type): New enum declaration.
7564 (Target_i386::Scan::local): Updated callers of Output_data_got
7565 member functions.
7566 (Target_i386::Scan::global): Likewise.
7567 (Target_i386::Relocate::relocate): Likewise.
7568 (Target_i386::Relocate::relocate_tls): Likewise.
7569 * object.h (Got_offset_list): New class.
7570 (Sized_relobj::local_has_got_offset): Added got_type parameter.
7571 (Sized_relobj::local_got_offset): Likewise.
7572 (Sized_relobj::set_local_got_offset): Likewise.
7573 (Sized_relobj::local_has_tls_got_offset): Removed.
7574 (Sized_relobj::local_tls_got_offset): Removed.
7575 (Sized_relobj::set_local_tls_got_offset): Removed.
7576 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
7577 * output.cc (Output_data_got::add_global): Added got_type parameter.
7578 (Output_data_got::add_global_with_rel): Likewise.
7579 (Output_data_got::add_global_with_rela): Likewise.
7580 (Output_data_got::add_global_pair_with_rel): New function.
7581 (Output_data_got::add_global_pair_with_rela): New function.
7582 (Output_data_got::add_local): Added got_type parameter.
7583 (Output_data_got::add_local_with_rel): Likewise.
7584 (Output_data_got::add_local_with_rela): Likewise.
7585 (Output_data_got::add_local_pair_with_rel): New function.
7586 (Output_data_got::add_local_pair_with_rela): New function.
7587 (Output_data_got::add_global_tls): Removed.
7588 (Output_data_got::add_global_tls_with_rel): Removed.
7589 (Output_data_got::add_global_tls_with_rela): Removed.
7590 (Output_data_got::add_local_tls): Removed.
7591 (Output_data_got::add_local_tls_with_rel): Removed.
7592 (Output_data_got::add_local_tls_with_rela): Removed.
7593 * output.h (Output_data_got::add_global): Added got_type parameter.
7594 (Output_data_got::add_global_with_rel): Likewise.
7595 (Output_data_got::add_global_with_rela): Likewise.
7596 (Output_data_got::add_global_pair_with_rel): New function.
7597 (Output_data_got::add_global_pair_with_rela): New function.
7598 (Output_data_got::add_local): Added got_type parameter.
7599 (Output_data_got::add_local_with_rel): Likewise.
7600 (Output_data_got::add_local_with_rela): Likewise.
7601 (Output_data_got::add_local_pair_with_rel): New function.
7602 (Output_data_got::add_local_pair_with_rela): New function.
7603 (Output_data_got::add_global_tls): Removed.
7604 (Output_data_got::add_global_tls_with_rel): Removed.
7605 (Output_data_got::add_global_tls_with_rela): Removed.
7606 (Output_data_got::add_local_tls): Removed.
7607 (Output_data_got::add_local_tls_with_rel): Removed.
7608 (Output_data_got::add_local_tls_with_rela): Removed.
7609 * resolve.cc (Symbol::override_base_with_special): Removed
7610 reference to has_got_offset_ field.
7611 * symtab.cc (Symbol::init_fields): Replaced initialization
7612 of got_offset_ with got_offsets_. Removed initialization
7613 of has_got_offset_
53fcba31 7614 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
7615 (Symbol::got_offset): Likewise.
7616 (Symbol::set_got_offset): Likewise.
7617 (Symbol::has_tls_got_offset): Removed.
7618 (Symbol::tls_got_offset): Removed.
7619 (Symbol::set_tls_got_offset): Removed.
7620 (Symbol::got_offset_): Removed.
7621 (Symbol::tls_mod_got_offset_): Removed.
7622 (Symbol::tls_pair_got_offset_): Removed.
7623 (Symbol::got_offsets_): New field.
7624 (Symbol::has_got_offset): Removed.
7625 (Symbol::has_tls_mod_got_offset): Removed.
7626 (Symbol::has_tls_pair_got_offset): Removed.
7627 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
7628 (Target_x86_64::Scan::local): Updated callers of Output_data_got
7629 member functions.
7630 (Target_x86_64::Scan::global): Likewise.
7631 (Target_x86_64::Relocate::relocate): Likewise.
7632 (Target_x86_64::Relocate::relocate_tls): Likewise.
7633
bd52eafb
BE
76342008-03-25 Ben Elliston <bje@au.ibm.com>
7635
7636 * yyscript.y: Fix spelling error in comment.
7637
8b105e34
ILT
76382008-03-24 Ian Lance Taylor <iant@google.com>
7639
8ed814a9
ILT
7640 * options.h (class General_options): Define build_id option.
7641 * layout.h (class Layout): Declare write_build_id, create_note,
7642 create_build_id. Add build_id_note_ member.
7643 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
7644 "libiberty.h", "md5.h", "sha1.h".
7645 (Layout::Layout): Initialize eh_frame_data_,
7646 eh_frame_hdr_section_, and build_id_note_.
7647 (Layout::finalize): Call create_build_id.
7648 (Layout::create_note): New function, broken out of
7649 Layout::create_gold_note.
7650 (Layout::create_gold_note): Call create_note.
7651 (Layout::create_build_id): New function.
7652 (Layout::write_build_id): New function.
7653 (Close_task_runner::run): Call write_build_id.
7654
8b105e34
ILT
7655 * x86_64.cc: Correct license to GPLv3.
7656
086a1841
ILT
76572008-03-23 Ian Lance Taylor <iant@google.com>
7658
7659 * options.cc: Include "demangle.h".
7660 (parse_optional_string): New function.
7661 (parse_long_option): Handle takes_optional_argument.
7662 (parse_short_option): Update dash_z initializer. Handle
7663 takes_optional_argument.
7664 (General_options::General_options): Initialize do_demangle_.
7665 (General_options::finalize): Set do_demangle_. Handle demangling
7666 style.
7667 * options.h (parse_optional_string): Declare.
7668 (struct One_option): Add optional_arg field. Update constructor.
7669 Update call constructor calls. Add takes_optional_argument
7670 function.
7671 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
7672 (DEFINE_optional_string): Define.
7673 (General_options::demangle): Change from DEFINE_bool to
7674 DEFINE_optional_string.
7675 (General_options::no_demangle): New function.
7676 (General_options::do_demangle): New function.
7677 (General_options::set_do_demangle): New function.
7678 (General_options::execstack_status_): Move definition to end of
7679 class definition.
7680 (General_options::static_): Likewise.
7681 (General_options::do_demangle_): New field.
7682 * object.cc (big_endian>::get_symbol_location_info): Call
7683 Options::do_demangle, not Options::demangle.
7684 * symtab.cc (demangle): Likewise.
7685
cbb93e63
ILT
76862008-03-22 Ian Lance Taylor <iant@google.com>
7687
7688 * gold.h: Include <cstddef> and <sys/types.h>
7689 * options.h: Include <cstring>.
7690
ec531623
ILT
76912008-03-21 Ian Lance Taylor <iant@google.com>
7692
7693 * Added source code to GNU binutils.
This page took 0.437766 seconds and 4 git commands to generate.