* tui/tui-regs.c (tui_register_format): Remove dead code.
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
880473a6
DK
12011-01-25 Doug Kwan <dougkwan@google.com>
2
3 * gold/icf.cc (get_section_contents): Always lock section's object.
4
f30f86fa
ILT
52011-01-24 Ian Lance Taylor <iant@google.com>
6
7 * options.h (class General_options): Accept
8 --no-detect-odr-violations.
9
8e51a0b9
ILT
102011-01-24 Ian Lance Taylor <iant@google.com>
11
12 * version.cc (version_string): Bump to 1.11.
13
0f3b89d8
ILT
142011-01-24 Ian Lance Taylor <iant@google.com>
15
16 * plugin.cc (class Plugin_rescan): Define new class.
17 (Plugin_manager::claim_file): Set any_claimed_.
18 (Plugin_manager::save_archive): New function.
19 (Plugin_manager::save_input_group): New function.
20 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
21 necessary.
22 (Plugin_manager::new_undefined_symbol): New function.
23 (Plugin_manager::rescan): New function.
24 (Plugin_manager::rescannable_defines): New function.
25 (Plugin_manager::add_input_file): Set any_added_.
26 * plugin.h (class Plugin_manager): define new fields rescannable_,
27 undefined_symbols_, any_claimed_, and any_added_. Declare
28 Plugin_rescan as friend. Declare new functions.
29 (Plugin_manager::Rescannable): Define type.
30 (Plugin_manager::Rescannable_list): Define type.
31 (Plugin_manager::Undefined_symbol_list): Define type.
32 (Plugin_manager::Plugin_manager): Initialize new fields.
33 * archive.cc (Archive::defines_symbol): New function.
34 (Add_archive_symbols::run): Pass archive to plugins if any.
35 * archive.h (class Archive): Declare defines_symbol.
36 * readsyms.cc (Input_group::~Input_group): New function.
37 (Finish_group::run): Pass input_group to plugins if any.
38 * readsyms.h (class Input_group): Declare destructor.
39 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
40 any.
41
3bb951e5
ILT
422011-01-10 Ian Lance Taylor <iant@google.com>
43
44 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
45 section as relro.
46 (Layout::set_segment_offsets): Reset increase_relro before calling
47 set_section_addresses a second time.
48
0aa45fac
CC
492011-01-04 Cary Coutant <ccoutant@google.com>
50
51 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
52 sections before NOBITS sections.
53
0db46eb4
L
542011-01-01 H.J. Lu <hongjiu.lu@intel.com>
55
56 * version.cc (print_version): Update copyright to 2011.
57
829c9745
CC
582010-12-23 Cary Coutant <ccoutant@google.com>
59
60 * output.h (Output_data_reloc::add_output_section): Pass OD instead
61 of OS to this->add. Add OD parameter to second form of the function.
62
7500420b
ILT
632010-12-20 Ian Lance Taylor <iant@google.com>
64
65 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
66 second of two consecutive entries with same offset.
67
f8e9a930
RW
682010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
69
70 * testsuite/Makefile.am (ifuncmain2static_LDADD)
71 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
72 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
73 to avoid unneeded links against $(LDADD).
74 * testsuite/Makefile.in: Regenerate.
75
2fbb4320
ILT
762010-12-15 Ian Lance Taylor <iant@google.com>
77
78 PR gold/12324
79 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
80 for R_X86_64_32 and R_X86_64_PC32.
81 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
82 ver_matching_def_pic.o.
83 (ver_matching_def_pic.o): New target.
84
fedb228d
RW
852010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
86
87 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
88 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
89 Move definition before File_read::View member definitions.
90 (File_read::View::~View): Initialize and hold lock before
91 updating current_mapped_bytes.
92
9b547ce6
RW
932010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
94
95 * dwarf_reader.cc: Remove outdated comment.
96 * gold-threads.cc: Fix typo in error message.
97 * archive.cc: Fix typos in comments.
98 * archive.h: Likewise.
99 * arm-reloc-property.cc: Likewise.
100 * arm-reloc-property.h: Likewise.
101 * arm-reloc.def: Likewise.
102 * arm.cc: Likewise.
103 * attributes.h: Likewise.
104 * cref.cc: Likewise.
105 * ehframe.cc: Likewise.
106 * fileread.h: Likewise.
107 * gold.h: Likewise.
108 * i386.cc: Likewise.
109 * icf.cc: Likewise.
110 * incremental.h: Likewise.
111 * int_encoding.cc: Likewise.
112 * layout.h: Likewise.
113 * main.cc: Likewise.
114 * merge.h: Likewise.
115 * object.cc: Likewise.
116 * object.h: Likewise.
117 * options.cc: Likewise.
118 * readsyms.cc: Likewise.
119 * reduced_debug_output.cc: Likewise.
120 * reloc.cc: Likewise.
121 * script-sections.cc: Likewise.
122 * sparc.cc: Likewise.
123 * symtab.h: Likewise.
124 * target-reloc.h: Likewise.
125 * target.cc: Likewise.
126 * target.h: Likewise.
127 * timer.cc: Likewise.
128 * timer.h: Likewise.
129 * x86_64.cc: Likewise.
130
83e17bd5
CC
1312010-12-09 Cary Coutant <ccoutant@google.com>
132
133 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
134 stack.
135 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
136 parameter; change all callers.
137 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
138 * options.h (warn_execstack): New option.
139
017257f8
DK
1402010-12-07 Doug Kwan <dougkwan@google.com>
141
142 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
143 like function call relocations.
144
c20cbc06
ILT
1452010-12-07 Ian Lance Taylor <iant@google.com>
146
147 * archive.cc (Archive::get_elf_object_for_member): Permit
148 punconfigured to be NULL.
149 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
150 (Archive::include_member): Pass NULL to get_elf_object_for_member
151 if we searched for the archive and this is the first included
152 object.
153
4dbfafcc
ILT
1542010-12-01 Ian Lance Taylor <iant@google.com>
155
156 * dwarf_reader.h (class Sized_dwarf_line_info): Add
157 track_relocs_type_ field.
158 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
159 Set track_relocs_type_.
160 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
161 contents when using RELA relocs.
162 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
163 reloc_map_.
164 * reloc.cc (Track_relocs::next_addend): New function.
165 * reloc.h (class Track_relocs): Declare next_addend.
166
e5e19edd
ILT
1672010-12-01 Ian Lance Taylor <iant@google.com>
168
169 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
170 virtual destructor.
171
9a5ce24c
ILT
1722010-12-01 Ian Lance Taylor <iant@google.com>
173
174 * README: Update compilers known to work and fail.
175
c7791212
NC
1762010-11-23 Matthias Klose <doko@ubuntu.com>
177
178 * configure.in: For --enable-gold, handle value `default' instead of
179 `both*'. Always install ld as ld.bfd, install as ld if gold is
180 not the default.
181 * configure: Regenerate.
182
0ad220c9
DK
1832010-11-18 Doug Kwan <dougkwan@google.com>
184
185 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
186 and right_alignment to be zero. Store result alignment only if it is
187 greater than existing alignment.
188
ab8056e0
CC
1892010-11-16 Cary Coutant <ccoutant@google.com>
190
191 PR gold/12220
192 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
193 Check for ".zdebug_line".
194
fd064a5b
CC
1952010-11-16 Doug Kwan <dougkwan@google.com>
196 Cary Coutant <ccoutant@google.com>
197
198 * output.h (Output_segment::set_section_addresses): Pass increase_relro
199 by reference; adjust all callers.
200 * output.cc (Output_segment::set_section_addresses): Adjust references
201 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
202 list is empty.
203 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
204 end at page boundary.
205
6fc6ea19
CC
2062010-11-16 Cary Coutant <ccoutant@google.com>
207
208 PR gold/12220
209 * layout.cc (Layout::choose_output_section): Transform names of
210 compressed sections even when using a script with a SECTIONS clause.
211 (Layout::output_section_name): Remove code to transform
212 compressed debug section names.
213 * output.cc (Output_section::add_input_section): Use uncompressed
214 section size when tracking input sections.
215
95a2c8d6
RS
2162010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
217
218 * symtab.h (Symbol::NON_PIC_REF): Remove.
219 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
220 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
221 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
222 (Symbol::use_plt_offset): Take a flags argument and pass it
223 directly to needs_dynamic_reloc. Restrict check for undefined
224 weak symbols to function calls.
225 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
226 (Target_arm::Scan::global): Use it.
227 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
228 (Target_arm::Relocate::relocate): Likewise.
229 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
230 parameter with an r_type parameter. Use get_reference_flags
231 to get the flags.
232 (Target_arm::Relocate::relocate): Update accordingly.
233 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
234 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
235 (Target_i386::Scan::global): Likewise.
236 (Target_i386::Relocate::relocate): Likewise.
237 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
238 parameter with an r_type parameter. Use get_reference_flags
239 to get the flags.
240 (Target_i386::Relocate::relocate): Update accordingly.
241 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
242 (Target_powerpc::Scan::global): Use it.
243 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
244 (Target_powerpc::Relocate::relocate): Likewise.
245 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
246 (Target_sparc::Scan::global): Use it.
247 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
248 (Target_sparc::Relocate::relocate): Likewise.
249 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
250 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
251 (Target_x86_64::Scan::global): Likewise.
252 (Target_x86_64::Relocate::relocate): Likewise.
253
f625ae50
DK
2542010-11-08 Doug Kwan <dougkwan@google.com>
255 Cary Coutant <ccoutant@google.com>
256
257 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
258 (Arm_exidx_merge_section::section_contents_): New data member.
259 (Arm_input_section::Arm_input_section): Initialize original_contents_.
260 (Arm_input_section::~Arm_input_section): De-allocate memory.
261 (Arm_input_section::original_contents_): New data member.
262 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
263 in parameters instead of calling Object::section_contents without
264 locking.
265 (Arm_output_section::group_section): New parameter TASK. Pass it
266 to callees that need locking objects.
267 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
268 to lock EXIDX input sections. Fix a formatting issue. Call
269 Arm_exidx_merged_section::build_contents to create merged section
270 contents.
271 (Arm_output_section::create_stub_group): New parameter TASK. Use it
272 to lock object of stub table owner.
273 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
274 TEXT_SIZE to initialize data member TEXT_SIZE_.
275 (Arm_exidx_input_section::addralign): Fix typo in comment.
276 (Arm_exidx_input_section::text_size): New method.
277 (Target_arm::do_relax): New parameter TASK. Pass it to callees
278 that require locking objects. Lock objects before scanning for stubs
279 and updating local symbols.
280 (Arm_input_section<big_endian>::init): Copy contents of original
281 input section.
282 (Arm_input_section<big_endian>::do_write): Use saved contents of
283 original input section instead of calling Object::section_contents
284 without locking.
285 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
286 size without calling Object::section_size().
287 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
288 for size. Allocate a buffer for merged EXIDX entries.
289 (Arm_exidx_merged_section::build_contents): New method.
290 (Arm_exidx_merged_section::do_write): Move merge section contents
291 building code to Arm_exidx_merged_section::build_contetns. Write
292 out contetns in buffer instead of building it on the fly.
293 (Arm_relobj::make_exidx_input_section): Also pass text section size
294 to Arm_exidx_input_section constructor.
295 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
296 (Arm_dynobj::do_read_symbols): Fix memory leak.
297 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
298 * target.h: (class Task): Add forward declaration.
299 (Target::relax): Add new parameter TASK and pass it to
300 Target::do_relax().
301 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
302
5f9bcf58
CC
3032010-11-05 Cary Coutant <ccoutant@google.com>
304
305 PR gold/10708
306 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
307 object when reading from the file.
308 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
309 second layout pass.
310 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
311 when reading section contents.
312 (get_section_contents): Likewise.
313 (icf::find_identical_sections): Likewise.
314 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
315 object when reading from the file.
316 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
317 the object when doing deferred section layout.
318
e597fa08
NC
3192010-11-03 Nick Clifton <nickc@redhat.com>
320
321 PR gold/12001
322 * script.h (class Symbol_assignment: name): New member. Returns
323 the name of the symbol.
324 * scrfipt.cc (Script_options::is_pending_assignment): New member.
325 Returns true if the given symbol name is on the list of
326 assignments wating to be processed.
327 * archive.cc (should_incldue_member): If the symbol is undefined,
328 check to see if it is on the list of symbols pending assignment.
329
3f9a3278
ILT
3302010-11-03 Ryan Mansfield <rmansfield@qnx.com>
331
332 * script-sections.cc (Script_sections::find_memory_region): Check
333 for a NULL output section pointer.
334
d06fb4d1
DK
3352010-10-29 Doug Kwan <dougkwan@google.com>
336
337 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
338 Output_section::add_relaxed_input_section.
339 * output.cc (Output_section::add_relaxed_input_section): Add new
340 arguments LAYOUT and NAME. Set section order index.
341 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
342 Copy section order index.
343 * output.h (Output_section::add_relaxed_input_section): Add new
344 arguments LAYOUT and NAME.
345
90e24de5
ILT
3462010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
347
348 * testsuite/Makefile.am: Move gcctestdir/ld rule to
349 NATIVE_OR_CROSS_LINKER.
350 * testsuite/Makefile.in: Regenerate.
351
c9484ea5
DK
3522010-10-20 Doug Kwan <dougkwan@google.com>
353
354 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
355 without SHF_LINK_ORDER flags.
356 * layout.cc (Layout::choose_output_section): Do not filter
357 SHF_LINK_ORDER flag in a relocatable link.
358
5bc2f5be
CC
3592010-10-17 Cary Coutant <ccoutant@google.com>
360
361 * output.h (Output_segment::set_section_addresses): Change function
362 signature. Update all callers.
363 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
364 sections.
365 (Output_segment::set_section_addresses): Align after last TLS
366 section. Add padding before last relro section instead of after.
367
0c91cf04
DK
3682010-10-17 Doug Kwan <dougkwan@google.com>
369
370 * gold/arm.cc (Target_arm::got_section): Use correct order and set
371 GOT output section to be writable.
372
8c21d9d3
CC
3732010-10-14 Cary Coutant <ccoutant@google.com>
374
375 * debug.h (DEBUG_INCREMENTAL): New flag.
376 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
377 * gold.cc (queue_initial_tasks): Check parameters for incremental link
378 mode.
379 * incremental.cc (report_command_line): Ignore all forms of
380 --incremental.
381 * layout.cc (Layout::Layout): Check parameters for incremental link
382 mode.
383 * options.cc (General_options::parse_incremental): New function.
384 (General_options::parse_no_incremental): New function.
385 (General_options::parse_incremental_full): New function.
386 (General_options::parse_incremental_update): New function.
387 (General_options::incremental_mode_): New data member.
388 (General_options::finalize): Check incremental_mode_.
389 * options.h (General_options): Update help text for --incremental.
390 Add --no-incremental, --incremental-full, --incremental-update.
391 (General_options::Incremental_mode): New enum type.
392 (General_options::incremental_mode): New function.
393 (General_options::incremental_mode_): New data member.
394 * parameters.cc (Parameters::incremental_mode_): New data member.
395 (Parameters::set_options): Set incremental_mode_.
396 (Parameters::set_incremental_full): New function.
397 (Parameters::incremental): New function.
398 (Parameters::incremental_update): New function.
399 (set_parameters_incremental_full): New function.
400 * parameters.h (Parameters::set_incremental_full): New function.
401 (Parameters::incremental): New function.
402 (Parameters::incremental_update): New function.
403 (Parameters::incremental_mode_): New data member.
404 (set_parameters_incremental_full): New function.
405 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
406 incremental link mode.
407 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
408 (Sized_relobj::do_relocate_sections): Likewise.
409 * testsuite/Makefile.am (incremental_test): Use --incremental-full
410 option.
411 * testsuite/Makefile.in: Regenerate.
412 * testsuite/incremental_test.sh: Filter all forms of --incremental.
413
bb32aa18 4142010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
415
416 * script-sections.h (class Script_sections): Make
417 Sections_elements typedef public.
418 * script-sections.cc (class Sort_output_sections): Add elements_
419 field. Add constructor which sets it; change all callers.
420 (Sort_output_sections::is_before): New function.
421 (Sort_output_sections::operator()): Call is_before.
422 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
423 conditional.
424 * testsuite/script_test_10.sh: New test. Test script section
425 order.
426 * testsuite/script_test_10.t: Likewise.
427 * testsuite/script_test_10.s: Likewise.
428 * testsuite/Makefile.am: Wrap the cross linker tests and the
429 common tests into NATIVE_OR_CROSS_LINKER.
430 (check_SCRIPTS): Add script_test_10.sh.
431 (check_DATA): Add script_test_10.stdout.
432 (script_test_10.o, script_test_10): New targets.
433 (script_test_10.stdout): New target.
434 * configure, testsuite/Makefile.in: Regenerate.
435
3cef7179
ILT
4362010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
437
438 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
439 error for the deprecated relocations.
440 (Target_arm::Scan::global): Likewise.
441 (Target_arm::Relocate::relocate): Likewise.
442
7411e9a8
RS
4432010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
444
445 * fileread.cc (Input_file::find_file): Initialize *found_name
446 and *namep when using the fallback search for case 4.
447
6a9da32a
CC
4482010-10-11 Cary Coutant <ccoutant@google.com>
449
450 * options.h (class General_options): Redefine -z lazy as an alias for
451 the negation of -z now.
452
ac897c20
ILT
4532010-10-11 Ian Lance Taylor <iant@google.com>
454
455 * resolve.cc (symbol_to_bits): Report the value of the unsupported
456 binding.
457
ea5cae92
NC
4582010-10-06 Nick Clifton <nickc@redhat.com>
459
460 * script-sections.cc(class Memory_region): Remove
461 current_lma_offset_ field. Rename current_vma_offset_ to
462 current_offset_. Add last_section_ field.
463 (Memory_region::get_current_vma_address): Rename to
464 get_current_address.
465 (Memory_region::get_current_lma_address): Delete.
466 (Memory_region::increment_vma_offset): Rename to
467 increment_offset.
468 (Memory_region::increment_lma_offset): Delete.
469 (Memory_region::attributes_compatible): New method. Returns
470 true if the provided section is compatible with the region.
471 (Memory_region::get_last_section): New method. Returns the last
472 section to use the region.
473 (Memory_region::set_last_section): New method. Stores the last
474 section to use the region.
475 (Script_sections::block_in_region): New method. Returns true if
476 a block of memory is contained within a region.
477 (Script_sections::find_memory_region): New method. Locates a
478 memory region to be used to set a VMA or LMA address.
479 (Output_section_definition::set_section_addresses): Add code to
480 check for addresses set by memory regions.
481 (Output_segment::set_section_addresses): Remove memory region
482 walking code.
483 (Script_sections::create_segment): Add a warning if a header
484 segment is created outside of any region.
485 * script-sections.h (class Script_sections): Add prototypes for
486 find_memory_region and block_in_region methods.
487 * testsuite/memory_test.s: Use .long instead of .word.
488 * testsuite/memory_test.t: Add some more output sections.
489 * testsuite/memory_test.sh: Update expected output.
490
a9bfd952
DK
4912010-10-02 Doug Kwan <dougkwan@google.com>
492
493 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
494 defintion to symtab.h
495 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
496 declaration to defintion.
497
bacff3ab
NC
4982010-10-01 Nick Clifton <nickc@redhat.com>
499
500 * expression.cc (eval): Replace dummy argument with NULL.
501 (eval_maybe_dot): Check for a NULL result section pointer.
502 (Symbol_expression::value): Likewise.
503 (Dot_expression::value): Likewise.
504 (BINARY_EXPRESSION): Likewise.
505 (Max_expression::value): Likewise.
506 (Min_expression::value): Likewise.
507 (Absolute_expression::value): Likewise.
508 (Addr_expression::value_from_output_section): Likewise.
509 (Loaddddr_expression::value_from_output_section): Likewise.
510 (Segment_start_expression::value): Likewise.
511 * script-sections.cc
512 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
513 argument with NULL.
514 (Sections_elememt_dot_assignment::set_section_addresses):
515 Likewise.
516 (Output_data_expression::do_write_to_buffer): Likewise.
517 (Output_section_definition::finalize_symbols): Likewise.
518 (Output_section_definition::set_section_addresses): Likewise.
519
f81bc8b5
DK
5202010-09-30 Doug Kwan <dougkwan@google.com>
521
522 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
523
c95e9f27
ST
5242010-09-28 Sriraman Tallam <tmsriram@google.com>
525
526 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 527 function.
c95e9f27
ST
528 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
529 virtual function.
530 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
531 virtual function.
532 * icf.cc (get_section_contents): Inline merge sections only when
533 target allows it.
534
3cac54d2
RW
5352010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
536
537 * configure: Regenerate.
538
2904037a
ILT
5392010-09-17 Ian Lance Taylor <iant@google.com>
540
541 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
542 * testsuite/Makefile.am (memory_test.o): New target.
543 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
544 memory_test.t.
545 * testsuite/Makefile.in: Rebuild.
2904037a 546
bca7fb63
DK
5472010-09-17 Doug Kwan <dougkwan@google.com>
548
549 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
550 defintion if relocation uses GOT entries of the symbol.
551 * testsuite/icf_safe_test.sh: Fix test.
552 * testsuite/icf_safe_so_test.sh: Fix test.
553
4ef28648
CC
5542010-09-16 Cary Coutant <ccoutant@google.com>
555
556 * script_sections.cc (class Memory_region): Remove "NULL" from
557 vector initializations.
558
793990de
CC
5592010-09-15 Cary Coutant <ccoutant@google.com>
560
561 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
562 Resolve forwarding symbols.
563
81e015e2
DK
5642010-09-15 Doug Kwan <dougkwan@google.com>
565
566 * gold/testsuite/script_test_3.t: Add ARM special sections.
567 * gold/testsuite/script_test_4.t: Same.
568 * gold/testsuite/script_test_5.t: Same.
569 * gold/testsuite/script_test_6.t: Same.
570 * gold/testsuite/script_test_7.t: Same.
571 * gold/testsuite/script_test_7.t: Same.
572 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
573
36171d64
CC
5742010-09-14 Cary Coutant <ccoutant@google.com>
575
576 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
577 (Target_x86_64::Relocate::relocate_tls): Replace check for
578 saw_tls_block_reloc_ with test for executable section.
579
d89051bd
CC
5802010-09-12 Cary Coutant <ccoutant@google.com>
581
582 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
583 position-independent executables to shared libraries need dynamic
584 relocations.
585 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
586 position-independent executables.
587 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
588 * testsuite/Makefile.in: Regenerate.
589
fca41f0f
NC
5902010-09-10 Nick Clifton <nickc@redhat.com>
591
592 PR gold/11997
593 * testsuite/memory_test.t: Discard any sections that are not
594 needed.
595
6695e4b3
L
5962010-09-09 H.J. Lu <hongjiu.lu@intel.com>
597
598 PR gold/11996
599 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
600 "This::" to work around a bug in gcc 4.2.
601
602 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
603
0f72bf6f
RÁE
6042010-09-09 Rafael Espindola <espindola@google.com>
605
606 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
607 sections with different PF_X flags in the same segment.
608 (Layout::find_first_load_seg): Search all segments to find the first
609 one.
610 * options.h (rosegment): New.
611
6122010-09-08 Rafael Espindola <espindola@google.com>
a6577478 613
05a79166 614 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 615
aa98ff75
DK
6162010-09-08 Doug Kwan <dougkwan@google.com>
617
618 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
619 (Arm_relobj::do_relocate_sections): Add new parameter for output
620 file to match the parent.
621 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
622 of local symbols instead of input values. Update code to track
623 changes in gold::relocate_section.
624 * object.cc (Sized_relobj::compute_final_local_value): New methods.
625 (Sized_relobj::compute_final_local_value_internal): New methods.
626 (Sized_relobj::do_finalize_local_symbols): Move code from loop
627 body into private version of Sized_relobj::compute_final_local_value.
628 Call the inline method.
629 * object.h (Symbol_value::Symbol_value): Define destructor. Free
630 merged symbol value if there is one.
631 (Symbol_value::has_output_value): New method defintiion.
632 (Sized_relobj::Compute_final_local_value_status): New enum type.
633 (Sized_relobj::compute_final_local_value): New methods.
634 (Sized_relobj::compute_final_local_value_internal): New methods.
635 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
636 and arm_cortex_a8.sh.
637 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
638 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
639 New tests.
640 * Makefile.in: Regenerate.
641 * testsuite/arm_bl_out_of_range.s: Update test.
642 * testsuite/thumb_bl_out_of_range.s: Ditto.
643 * testsuite/thumb_blx_out_of_range.s: Ditto.
644 * testsuite/arm_branch_out_of_range.sh: New file.
645 * testsuite/arm_cortex_a8.sh: Ditto.
646 * testsuite/arm_cortex_a8_b.s: Ditto.
647 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
648 * testsuite/arm_cortex_a8_b_local.s: Ditto.
649 * testsuite/arm_cortex_a8_bl.s: Ditto.
650 * testsuite/arm_cortex_a8_blx.s: Ditto.
651 * testsuite/arm_cortex_a8_local.s: Ditto.
652 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
653 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
654
05a79166
L
6552010-09-08 Rafael Espindola <espindola@google.com>
656
657 * Makefile.am (memory_test.stdout): Run readelf with -W.
658 * Makefile.in: Regenerate.
659 * testsuite/memory_test.sh: Make the regexps accept both 32 and
660 64 bit output.
661
33dbc701
RÁE
6622010-09-08 Rafael Espindola <espindola@google.com>
663
664 * script-sections.cc (Script_sections::add_memory_region): Convert
665 field precision to int.
666 * script.cc (script_set_section_region, script_set_section_region):
667 Convert field precision to int.
668
731ca54a
RÁE
6692010-09-08 Rafael Espindola <espindola@google.com>
670
671 * arm.cc (do_finalize_sections): Create the __exidx_start and
672 __exdix_end symbols even when the section is missing.
673
7f8cd844
NC
6742010-09-08 Nick Clifton <nickc@redhat.com>
675
676 * README: Remove claim that MEMORY is not supported.
677 * expression.cc (script_exp_function_origin)
678 (script_exp_function_length): Move from here to ...
679 * script.cc: ... here.
680 (script_set_section_region, script_add_memory)
681 (script_parse_memory_attr, script_include_directive): New
682 functions.
683 * script-sections.cc
684 (class Memory_region): New class.
685 (class Output_section_definition): Add set_memory_region,
686 set_section_vma, set_section_lma and get_section_name methods.
687 (class Script_Sections): Add add_memory_region,
688 find_memory_region, find_memory_region_origin,
689 find_memory_region_length and set_memory_region methods.
690 Have set_section_addresses method walk the list of set memory
691 regions.
692 Extend the print methos to display memory regions.
693 * script-sections.h: Add prototypes for new methods.
694 Add enum for MEMORY region attributes.
695 * yyscript.y: Add support for parsing MEMORY regions.
696 * script-c.h: Add prototypes for new functions.
697 * testsuite/Makefile.am: Add test of MEMORY region functionality.
698 * testsuite/Makefile.in: Regenerate.
699 * testsuite/memory_test.sh: New script.
700 * testsuite/memory_test.s: New assembler source file.
701 * testsuite/memory_test.t: New linker script.
702
a4649286
DK
7032010-08-27 Doug Kwan <dougkwan@google.com>
704
705 * gold/resolve.cc (Symbol_table::should_override): Let a weak
706 reference override an existing dynamic weak reference.
707 * testsuite/Makefile.am: Add new test dyn_weak_ref.
708 * testsuite/Makefile.in: Regenerate.
709 * testsuite/dyn_weak_ref.sh: New file.
710 * testsuite/dyn_weak_ref_1.c: Ditto.
711 * testsuite/dyn_weak_ref_2.c: Ditto.
712
b56648ad
ILT
7132010-08-27 Ian Lance Taylor <iant@google.com>
714
715 * incremental.h (class Incremental_input_entry): Add virtual
716 destructor.
717
809313cb
ILT
7182010-08-27 Ian Lance Taylor <iant@google.com>
719
720 * testsuite/start_lib_test_3.c: Mark t3 as used.
721
11e32464
NC
7222010-08-27 Nick Clifton <nickc@redhat.com>
723
724 * options.cc (version_script): Fix small typo in previous
725 whitespace tidyup.
726
ca09d69a
NC
7272010-08-25 Nick Clifton <nickc@redhat.com>
728
729 * archive.cc: Formatting fixes: Remove whitespace between
730 typename and following asterisk. Remove whitespace between
731 function name and opening parenthesis.
732 * archive.h: Likewise.
733 * arm.cc: Likewise.
734 * attributes.cc: Likewise.
735 * attributes.h: Likewise.
736 * common.cc: Likewise.
737 * copy-relocs.cc: Likewise.
738 * dirsearch.h: Likewise.
739 * dynobj.cc: Likewise.
740 * ehframe.cc: Likewise.
741 * ehframe.h: Likewise.
742 * expression.cc: Likewise.
743 * fileread.cc: Likewise.
744 * fileread.h: Likewise.
745 * gc.h: Likewise.
746 * gold-threads.cc: Likewise.
747 * gold.cc: Likewise.
748 * i386.cc: Likewise.
749 * icf.h: Likewise.
750 * incremental-dump.cc: Likewise.
751 * incremental.cc: Likewise.
752 * layout.cc: Likewise.
753 * layout.h: Likewise.
754 * main.cc: Likewise.
755 * merge.cc: Likewise.
756 * merge.h: Likewise.
757 * object.cc: Likewise.
758 * object.h: Likewise.
759 * options.cc: Likewise.
760 * options.h: Likewise.
761 * output.cc: Likewise.
762 * output.h: Likewise.
763 * plugin.cc: Likewise.
764 * plugin.h: Likewise.
765 * powerpc.cc: Likewise.
766 * reloc.cc: Likewise.
767 * script-c.h: Likewise.
768 * script-sections.cc: Likewise.
769 * script.cc: Likewise.
770 * stringpool.cc: Likewise.
771 * symtab.cc: Likewise.
772 * symtab.h: Likewise.
773 * target.cc: Likewise.
774 * timer.cc: Likewise.
775 * timer.h: Likewise.
776 * version.cc: Likewise.
777 * x86_64.cc: Likewise.
778
b8fa8750
NC
7792010-08-24 Nick Clifton <nickc@redhat.com>
780
781 PR 11899
782 * layout.cc (segment_precedes): Sort segments by their physical
783 addresses, if they have been set.
784
9919d93b
CC
7852010-08-23 Cary Coutant <ccoutant@google.com>
786
787 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
788 symbols data.
789 (Lib_group::include_member): Unlock object after deleting its
790 symbols data.
791 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
792 the bug fixed here.
793
97b4be1c
CC
7942010-08-19 Neil Vachharajani <nvachhar@google.com>
795 Cary Coutant <ccoutant@google.com>
796
797 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
798 constructor, and set_blocker.
799 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
800 readsyms_blocker_.
801 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
802 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
803 * testsuite/Makefile.am (start_lib_test): New test case.
804 * testsuite/Makefile.in: Regenerate.
805 * testsuite/start_lib_test_main.c: New file.
806 * testsuite/start_lib_test_1.c: New file.
807 * testsuite/start_lib_test_2.c: New file.
808 * testsuite/start_lib_test_3.c: New file.
809
dd0b1884
ILT
8102010-08-19 Ian Lance Taylor <iant@google.com>
811
812 * Makefile.in: Rebuild with automake 1.11.1.
813 * aclocal.m4: Likewise.
814 * testsuite/Makefile.in: Likewise.
815
7223e9ca
ILT
8162010-08-19 Ian Lance Taylor <iant@google.com>
817
818 PR 10893
819 * i386.cc (class Output_data_plt_i386): Update declarations.
820 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
821 local_ifuncs_ fields.
822 (Target_i386::do_plt_section_for_global): New function.
823 (Target_i386::do_plt_section_for_local): New function.
824 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
825 parameter; change all callers. Initialize global_ifuncs_ and
826 local_ifuncs_. If doing a static link define __rel_iplt_start and
827 __rel_iplt_end.
828 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
829 (Output_data_plt_i386::add_local_ifunc_entry): New function.
830 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
831 symbols.
832 (Target_i386::make_plt_section): New function, broken out of
833 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
834 (Target_i386::make_plt_entry): Call make_plt_section.
835 (Target_i386::make_local_ifunc_plt_entry): New function.
836 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
837 (Target_i386::Scan::local): Handle IFUNC symbols. Add
838 R_386_IRELATIVE to switch.
839 (Target_i386::Scan::global): Likewise.
840 (Target_i386::Relocate::relocate): Likewise.
841 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
842 switch.
843 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
844 (Target_x86_64::do_plt_section_for_global): New function.
845 (Target_x86_64::do_plt_section_for_local): New function.
846 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
847 parameter; change all callers. If doing a static link define
848 __rela_iplt_start and __rela_iplt_end.
849 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
850 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
851 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
852 to point to .plt.
853 (Target_x86_64::make_local_ifunc_plt_entry): New function.
854 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
855 switch.
856 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
857 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
858 R_X86_64_IRELATIVE to switch.
859 (Target_x86_64::Scan::global): Likewise.
860 (Target_x86_64::Relocate::relocate): Likewise.
861 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
862 switch.
863 * target.h (class Target): Add plt_section_for_global and
864 plt_section_for_local functions. Add do_plt_section_for_global
865 and do_plt_section_for_local virtual functions.
866 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
867 clarifying comments.
868 (Symbol::use_plt_offset): Handle IFUNC symbol.
869 * object.cc (Sized_relobj::Sized_relobj): Initialize
870 local_plt_offsets_.
871 (Sized_relobj::local_has_plt_offset): New function.
872 (Sized_relobj::local_plt_offset): New function.
873 (Sized_relobj::set_local_plt_offset): New function.
874 (Sized_relobj::do_count): Handle IFUNC symbol.
875 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
876 a bit away from input_shndx_ field. Add set_is_func_symbol and
877 is_ifunc_symbol functions.
878 (class Sized_relobj): Update declarations. Remove Tls_got_entry
879 and Local_tls_got_offsets. Define Local_plt_offsets. Add
880 local_plt_offsets_ field.
881 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
882 * output.h (class Output_section_data): Add non-const
883 output_section function.
884 (class Output_data_got): Update declarations.
885 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
886 Add use_plt_offset parameter to global and local constructors.
887 Change all callers. Change local_sym_index_ field to 31 bits.
888 Change GSYM_CODE and CONSTANT_CODE accordingly.
889 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
890 doing a static link don't set sh_link field.
891 (Output_data_got::Got_entry::write): Use PLT offset if
892 appropriate.
893 (Output_data_got::add_global_plt): New function.
894 (Output_data_got::add_local_plt): New function.
895 * target-reloc.h (relocate_section): Handle IFUNC symbol.
896 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
897 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
898 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
899 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
900 IFUNC conditional.
901 * testsuite/ifunc-sel.h: New file.
902 * testsuite/ifuncmain1.c: New file.
903 * testsuite/ifuncmain1vis.c: New file.
904 * testsuite/ifuncmod1.c: New file.
905 * testsuite/ifuncdep2.c: New file.
906 * testsuite/ifuncmain2.c: New file.
907 * testsuite/ifuncmain3.c: New file.
908 * testsuite/ifuncmod3.c: New file.
909 * testsuite/ifuncmain4.c: New file.
910 * testsuite/ifuncmain5.c: New file.
911 * testsuite/ifuncmod5.c: New file.
912 * testsuite/ifuncmain6pie.c: New file.
913 * testsuite/ifuncmod6.c: New file.
914 * testsuite/ifuncmain7.c: New file.
915 * configure, testsuite/Makefile.in: Rebuild.
916
56f75c03
ILT
9172010-08-18 Ian Lance Taylor <iant@google.com>
918
919 * incremental.cc
920 (Output_section_incremental_inputs::write_input_files): Add cast
921 to avoid signed/unsigned comparison warning.
922 (Output_section_incremental_inputs::write_info_blocks): Likewise.
923
55455f89
CC
9242010-08-12 Cary Coutant <ccoutant@google.com>
925
926 * common.cc (Sort_commons::operator()): Remove unnecessary code.
927
e2054bcb
ILT
9282010-08-13 Ian Lance Taylor <iant@google.com>
929
930 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
931
74f67560
DK
9322010-08-12 Cary Coutant <ccoutant@google.com>
933 Doug Kwan <dougkwan@google.com>
934
935 * resolve.cc (Symbol_table::should_override): When a weak dynamic
936 defintion overrides non-weak undef, remember that the original undef
937 is not weak.
938 * symtab.cc (Symbol_table::sized_write_global): For undef without
939 an original weak binding, set binding to global in output.
940 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
941 * testsuite/Makefile.in: Regenerate.
942 * testsuite/strong_ref_weak_def.sh: New file.
943 * testsuite/strong_ref_weak_def_1.c: Ditto.
944 * testsuite/strong_ref_weak_def_2.c: Ditto.
945
d1238d12
CC
9462010-08-12 Cary Coutant <ccoutant@google.com>
947
948 * testsuite/incremental_test.sh: Rewrite.
949 * testsuite/incremental_test_1.c: Rewrite.
950 * testsuite/incremental_test_2.c: Rewrite.
951
0e70b911
CC
9522010-08-12 Cary Coutant <ccoutant@google.com>
953
954 * arm.cc (Target_arm::got_size): Add const.
955 (Target_arm::got_entry_count): New function.
956 (Target_arm::plt_entry_count): New function.
957 (Target_arm::first_plt_entry_offset): New function.
958 (Target_arm::plt_entry_size): New function.
959 (Output_data_plt_arm::entry_count): New function.
960 (Output_data_plt_arm::first_plt_entry_offset): New function.
961 (Output_data_plt_arm::get_plt_entry_size): New function.
962 * i386.cc (Target_i386::got_size): Add const.
963 (Target_i386::got_entry_count): New function.
964 (Target_i386::plt_entry_count): New function.
965 (Target_i386::first_plt_entry_offset): New function.
966 (Target_i386::plt_entry_size): New function.
967 (Output_data_plt_i386::entry_count): New function.
968 (Output_data_plt_i386::first_plt_entry_offset): New function.
969 (Output_data_plt_i386::get_plt_entry_size): New function.
970 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
971 find_incremental_inputs_sections. Dump incremental_got_plt section.
972 * incremental.cc: Include target.h.
973 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
974 parameter. Adjust all callers. Find incremental_got_plt section.
975 (Incremental_inputs::create_data_sections): Create incremental_got_plt
976 section.
977 (Output_section_incremental_inputs::set_final_data_size): Calculate
978 size of incremental_got_plt section.
979 (Output_section_incremental_inputs::do_write): Write the
980 incremental_got_plt section.
981 (Got_plt_view_info): New struct.
982 (Local_got_offset_visitor): New class.
983 (Global_got_offset_visitor): New class.
984 (Global_symbol_visitor_got_plt): New class.
985 (Output_section_incremental_inputs::write_got_plt): New function.
986 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
987 Add parameter. Adjust all callers.
988 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
989 (Incremental_inputs::got_plt_section): New function.
990 (Incremental_inputs::got_plt_section_): New data member.
991 (Incremental_got_plt_reader): New class.
992 * layout.cc (Layout::create_incremental_info_sections): Add the
993 incremental_got_plt section.
994 * object.h (Got_offset_list::get_list): New function.
995 (Got offset_list::for_all_got_offsets): New function.
996 (Sized_relobj::local_got_offset_list): New function.
997 * powerpc.cc (Target_powerpc::got_size): Add const.
998 (Target_powerpc::got_entry_count): New function.
999 (Target_powerpc::plt_entry_count): New function.
1000 (Target_powerpc::first_plt_entry_offset): New function.
1001 (Target_powerpc::plt_entry_size): New function.
1002 (Output_data_plt_powerpc::entry_count): New function.
1003 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
1004 (Output_data_plt_powerpc::get_plt_entry_size): New function.
1005 * sparc.cc (Target_sparc::got_size): Add const.
1006 (Target_sparc::got_entry_count): New function.
1007 (Target_sparc::plt_entry_count): New function.
1008 (Target_sparc::first_plt_entry_offset): New function.
1009 (Target_sparc::plt_entry_size): New function.
1010 (Output_data_plt_sparc::entry_count): New function.
1011 (Output_data_plt_sparc::first_plt_entry_offset): New function.
1012 (Output_data_plt_sparc::get_plt_entry_size): New function.
1013 * symtab.h (Symbol::got_offset_list): New function.
1014 (Symbol_table::for_all_symbols): New function.
1015 * target.h (Sized_target::got_entry_count): New function.
1016 (Sized_target::plt_entry_count): New function.
1017 (Sized_target::plt_entry_size): New function.
1018 * x86_64.cc (Target_x86_64::got_size): Add const.
1019 (Target_x86_64::got_entry_count): New function.
1020 (Target_x86_64::plt_entry_count): New function.
1021 (Target_x86_64::first_plt_entry_offset): New function.
1022 (Target_x86_64::plt_entry_size): New function.
1023 (Output_data_plt_x86_64::entry_count): New function.
1024 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
1025 (Output_data_plt_x86_64::get_plt_entry_size): New function.
1026
09ec0418
CC
10272010-08-12 Cary Coutant <ccoutant@google.com>
1028
1029 * archive.cc: Include incremental.h.
1030 (Archive::Archive): Initialize incremental_info_.
1031 (Archive::include_member): Record archive members in incremental info.
1032 (Add_archive_symbols::run): Record begin and end of an archive in
1033 incremental info.
1034 (Lib_group::include_member): Record objects in incremental info.
1035 * archive.h (Incremental_archive_entry): Forward declaration.
1036 (Archive::set_incremental_info): New member function.
1037 (Archive::incremental_info): New member function.
1038 (Archive::Unused_symbol_iterator): New class.
1039 (Archive::unused_symbols_begin): New member function.
1040 (Archive::unused_symbols_end): New member function.
1041 (Archive::incremental_info_): New data member.
1042 * incremental-dump.cc (find_input_containing_global): New function.
1043 (dump_incremental_inputs): Dump new incremental info sections.
1044 * incremental.cc: Include symtab.h.
1045 (Output_section_incremental_inputs): New class.
1046 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
1047 new incremental info sections.
1048 (Sized_incremental_binary::do_check_inputs): Likewise.
1049 (Incremental_inputs::report_archive): Remove.
1050 (Incremental_inputs::report_archive_begin): New function.
1051 (Incremental_inputs::report_archive_end): New function.
1052 (Incremental_inputs::report_object): New function.
1053 (Incremental_inputs::finalize_inputs): Remove.
1054 (Incremental_inputs::report_input_section): New function.
1055 (Incremental_inputs::report_script): Rewrite.
1056 (Incremental_inputs::finalize): Do nothing but finalize string table.
1057 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
1058 (Incremental_inputs::sized_create_inputs_section_data): Remove.
1059 (Incremental_inputs::create_data_sections): New function.
1060 (Incremental_inputs::relocs_entsize): New function.
1061 (Output_section_incremental_inputs::set_final_data_size): New function.
1062 (Output_section_incremental_inputs::do_write): New function.
1063 (Output_section_incremental_inputs::write_header): New function.
1064 (Output_section_incremental_inputs::write_input_files): New function.
1065 (Output_section_incremental_inputs::write_info_blocks): New function.
1066 (Output_section_incremental_inputs::write_symtab): New function.
1067 * incremental.h (Incremental_script_entry): Forward declaration.
1068 (Incremental_object_entry): Forward declaration.
1069 (Incremental_archive_entry): Forward declaration.
1070 (Incremental_inputs): Forward declaration.
1071 (Incremental_inputs_header_data): Remove.
1072 (Incremental_inputs_header): Remove.
1073 (Incremental_inputs_header_write): Remove.
1074 (Incremental_inputs_entry_data): Remove.
1075 (Incremental_inputs_entry): Remove.
1076 (Incremental_inputs_entry_write): Remove.
1077 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
1078 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
1079 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
1080 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
1081 Likewise.
1082 (Incremental_input_entry): New class.
1083 (Incremental_script_entry): New class.
1084 (Incremental_object_entry): New class.
1085 (Incremental_archive_entry): New class.
1086 (Incremental_inputs::Incremental_inputs): Initialize new data members.
1087 (Incremental_inputs::report_inputs): Remove.
1088 (Incremental_inputs::report_archive): Remove.
1089 (Incremental_inputs::report_archive_begin): New function.
1090 (Incremental_inputs::report_archive_end): New function.
1091 (Incremental_inputs::report_object): Change prototype.
1092 (Incremental_inputs::report_input_section): New function.
1093 (Incremental_inputs::report_script): Change prototype.
1094 (Incremental_inputs::get_reloc_count): New function.
1095 (Incremental_inputs::set_reloc_count): New function.
1096 (Incremental_inputs::create_data_sections): New function.
1097 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
1098 (Incremental_inputs::inputs_section): New function.
1099 (Incremental_inputs::symtab_section): New function.
1100 (Incremental_inputs::relocs_section): New function.
1101 (Incremental_inputs::get_stringpool): Add const.
1102 (Incremental_inputs::command_line): Add const.
1103 (Incremental_inputs::inputs): Remove.
1104 (Incremental_inputs::command_line_key): New function.
1105 (Incremental_inputs::input_file_count): New function.
1106 (Incremental_inputs::input_files): New function.
1107 (Incremental_inputs::relocs_entsize): New function.
1108 (Incremental_inputs::sized_create_inputs_section_data): Remove.
1109 (Incremental_inputs::finalize_inputs): Remove.
1110 (Incremental_inputs::Input_info): Remove.
1111 (Incremental_inputs::lock_): Remove.
1112 (Incremental_inputs::inputs_): Change type.
1113 (Incremental_inputs::inputs_map_): Remove.
1114 (Incremental_inputs::current_object_entry_): New data member.
1115 (Incremental_inputs::inputs_section_): New data member.
1116 (Incremental_inputs::symtab_section_): New data member.
1117 (Incremental_inputs::relocs_section_): New data member.
1118 (Incremental_inputs::reloc_count_): New data member.
1119 (Incremental_inputs_reader): New class.
1120 (Incremental_symtab_reader): New class.
1121 (Incremental_relocs_reader): New class.
1122 * layout.cc (Layout::finalize): Move finalization of incremental info
1123 and creation of incremental info sections to follow finalization of
1124 symbol table. Set offsets for postprocessing sections.
1125 (Layout::create_incremental_info_sections): Call
1126 Incremental_inputs::create_data_sections. Add incremental symtab
1127 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
1128 sections to layout after input sections.
1129 * layout.h (struct Timespec): Forward declaration.
1130 (Layout::incremental_inputs): Add const.
1131 (Layout::create_incremental_info_sections): Add parameter.
1132 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
1133 * object.cc: Include incremental.h.
1134 (Relobj::finalize_incremental_relocs): New function.
1135 (Sized_relobj::do_layout): Record input sections in incremental info.
1136 * object.h (Object::output_section): New function.
1137 (Object::output_section_offset): Moved from Relobj.
1138 (Object::get_incremental_reloc_base): New function.
1139 (Object::get_incremental_reloc_count): New function.
1140 (Object::do_output_section): New function.
1141 (Object::do_output_section_offset): Moved from Relobj.
1142 (Object::do_get_incremental_reloc_base): New function.
1143 (Object::do_get_incremental_reloc_count): New function.
1144 (Object::Object): Initialize new data members.
1145 (Relobj::output_section): Renamed do_output_section and moved to
1146 protected.
1147 (Relobj::output_section_offset): Moved to Object.
1148 (Relobj::do_get_incremental_reloc_base): New function.
1149 (Relobj::do_get_incremental_reloc_count): New function.
1150 (Relobj::allocate_incremental_reloc_counts): New function.
1151 (Relobj::count_incremental_reloc): New function.
1152 (Relobj::finalize_incremental_relocs): New function.
1153 (Relobj::next_incremental_reloc_index): New function.
1154 (Relobj::reloc_counts_): New data member.
1155 (Relobj::reloc_bases_): New data member.
1156 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
1157 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
1158 (Sized_relobj::incremental_relocs_scan): New function.
1159 (Sized_relobj::incremental_relocs_scan_reltype): New function.
1160 (Sized_relobj::incremental_relocs_write): New function.
1161 (Sized_relobj::incremental_relocs_write_reltype): New function.
1162 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
1163 incremental link.
1164 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
1165 archives and object files elsewhere.
1166 (Add_symbols::run): Report object files here.
1167 (Finish_group::run): Report end of archive at end of group.
1168 * reloc.cc: Include layout.h, incremental.h.
1169 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
1170 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
1171 (Sized_relobj::incremental_relocs_scan): New function.
1172 (Sized_relobj::incremental_relocs_scan_reltype): New function.
1173 (Sized_relobj::do_relocate_sections): Write incremental relocations.
1174 (Sized_relobj::incremental_relocs_write): New function.
1175 (Sized_relobj::incremental_relocs_write_reltype): New function.
1176 * script.cc (read_input_script): Rewrite test for incremental link.
1177 Change call to Incremental_inputs::report_script.
1178 * symtab.h (Symbol_table::first_global_index): New function.
1179 (Symbol_table::output_count): New function.
1180
ce0d1972
DK
11812010-08-12 Doug Kwan <dougkwan@google.com>
1182
1183 * arm.cc (Target_arm::merge_object_attributes): Check command line
1184 options --no-wchar-size-warning and --no-enum-size-warning.
1185 * options.h (General_options): Add ld-compatible options
1186 --no-enum-size-warning and --no-wchar-size-warning.
1187
6e5710ce
ILT
11882010-08-04 Ian Lance Taylor <iant@google.com>
1189
1190 * x86_64.cc (Target_x86_64::Scan::local): Use
1191 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
1192 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
1193 (Target_x86_64::Scan::global): Likewise.
1194 (Target_x86_64::Relocate::relocate): Likewise.
1195 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
1196 Likewise.
1197
fef830db
CC
11982010-08-03 Cary Coutant <ccoutant@google.com>
1199
1200 * merge.cc (Output_merge_string::do_add_input_section): Count strings
1201 to reserve space in merged_strings vector. Keep total input size
1202 for stats.
1203 (Output_merge_string::do_print_merge_stats): Print total input size.
1204 * merge.h (Output_merge_string): Add input_size_ field.
1205 * stringpool.cc (Stringpool_template::string_length): Move
1206 implementations out of Stringpool_template class and place in
1207 stringpool.h.
1208 * stringpool.h (string_length): Move out of Stringpool_template.
1209
1e3811b0
ILT
12102010-08-03 Ian Lance Taylor <iant@google.com>
1211
1212 PR 11712
1213 * layout.cc (relaxation_loop_body): If address of load segment is
1214 set, adjust address to include headers if possible.
1215
7af0c620
ILT
12162010-08-03 Ian Lance Taylor <iant@google.com>
1217
1218 * version.cc (version_string): Bump to 1.10.
1219
22f0da72
ILT
12202010-08-03 Ian Lance Taylor <iant@google.com>
1221
1222 PR 11805
1223 * layout.h (enum Output_section_order): Define.
1224 (class Layout): Update declarations.
1225 * layout.cc (Layout::get_output_section): Add order parameter.
1226 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
1227 is_first_non_relro parameters. Change all callers.
1228 (Layout::choose_output_section): Likewise.
1229 (Layout::add_output_section_data): Likewise.
1230 (Layout::make_output_section): Likewise. Set order.
1231 (Layout::default_section_order): New function.
1232 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
1233 * output.cc (Output_section::Output_section): Initialize order_.
1234 Don't initialize deleted fields.
1235 (Output_segment::Output_segment): Don't initialize deleted
1236 fields.
1237 (Output_segment::add_output_section_to_load): New function
1238 replacing add_output_section. Change all callers to call this or
1239 add_output_section_to_nonload.
1240 (Output_segment::add_output_section_to_nonload): New function.
1241 (Output_segment::remove_output_section): Rewrite.
1242 (Output_segment::add_initial_output_data): Likewise.
1243 (Output_segment::has_any_data_sections): Likewise.
1244 (Output_segment::is_first_section_relro): Likewise.
1245 (Output_segment::maximum_alignment): Likewise.
1246 (Output_segment::has_dynamic_reloc): New function replacing
1247 dynamic_reloc_count. Change all callers.
1248 (Output_segment::has_dynamic_reloc_list): New function replacing
1249 dynamic_reloc_count_list. Change all callers.
1250 (Output_segment::set_section_addresses): Rewrite.
1251 (Output_segment::set_offset): Rewrite.
1252 (Output_segment::find_first_and_last_list): Remove.
1253 (Output_segment::set_tls_offsets): Rewrite.
1254 (Output_segment::first_section_load_address): Likewise.
1255 (Output_segment::output_section_count): Likewise.
1256 (Output_segment::section_with_lowest_load_address): Likewise.
1257 (Output_segment::write_section_headers): Likewise.
1258 (Output_segment::print_sections_to_map): Likewise.
1259 * output.h (class Output_data): Remove dynamic_reloc_count_
1260 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
1261 (Output_data::add_dynamic_reloc): Rewrite.
1262 (Output_data::has_dynamic_reloc): New function.
1263 (Output_data::dynamic_reloc_count): Remove.
1264 (class Output_section): Add order_ field. Remvoe is_relro_local_,
1265 is_last_relro_, is_first_non_relro_, is_interp_,
1266 is_dynamic_linker_section_ fields. Add order and set_order
1267 functions. Remove is_relro_local, set_is_relro_local,
1268 is_last_relro, set_is_last_relro, is_first_non_relro,
1269 set_is_first_non_relro functions, is_interp, set_is_interp,
1270 is_dynamic_linker_section, and set_is_dynamic_linker_section
1271 functions.
1272 (class Output_segment): Change Output_data_list from std::list to
1273 std:;vector. Add output_lists_ field. Remove output_data_ and
1274 output_bss_ fields. Update declarations.
1275
3ff2ccb0
ILT
12762010-08-02 Ian Lance Taylor <iant@google.com>
1277
1278 * arm.cc (Target_arm::gc_process_relocs): Use typename.
1279 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
1280 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
1281
88a4108b
ILT
12822010-08-02 Ian Lance Taylor <iant@google.com>
1283
1284 PR 11855
1285 * script.cc (Script_options::Script_options): Initialize
1286 symbol_definitions_ and symbol_references_.
1287 (Script_options::add_symbol_assignment): Update
1288 symbol_definitions_ and symbol_references_.
1289 (Script_options::add_symbol_reference): New function.
1290 (script_symbol): New function.
1291 * script.h (class Script_options): Add symbol_definitions_ and
1292 symbol_references_ fields.
1293 (Script_options::referenced_const_iterator): New type.
1294 (Script_options::referenced_begin): New function.
1295 (Script_options::referenced_end): New function.
1296 (Script_options::is_referenced): New function.
1297 (Script_options::any_unreferenced): New function.
1298 * script-c.h (script_symbol): Declare.
1299 * yyscript.y (exp): Call script_symbol.
1300 * symtab.cc: Include "script.h".
1301 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
1302 Change all callers. Check symbols referenced by scripts.
1303 (Symbol_table::add_undefined_symbols_from_command_line): Add
1304 layout parameter. Change all callers.
1305 (Symbol_table::do_add_undefined_symbols_from_command_line):
1306 Likewise. Break out loop body. Check symbols referenced by
1307 scripts.
1308 (Symbol_table::add_undefined_symbol_from_command_line): New
1309 function broken out of
1310 do_add_undefined_symbols_from_command_line.
1311 * symtab.h (class Symbol_table): Update declarations.
1312 * archive.cc: Include "layout.h".
1313 (Archive::should_include_member): Add layout parameter. Change
1314 all callers. Check for symbol mentioned in expression.
1315 * archive.h (class Archive): Update declaration.
1316 * object.cc (Sized_relobj::do_should_include_member): Add layout
1317 parameter.
1318 * object.h (Object::should_include_member): Add layout parameter.
1319 Change all callers.
1320 (Object::do_should_include_member): Add layout parameter.
1321 (class Sized_relobj): Update declaration.
1322 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
1323 parameter.
1324 * dynobj.h (class Sized_dynobj): Update declaration.
1325 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
1326 layout parameter.
1327 * plugin.h (class Sized_pluginobj): Update declaration.
1328
5f1ab67a
ILT
13292010-08-02 Ian Lance Taylor <iant@google.com>
1330
1331 PR 11866
1332 * output.cc (Output_segment::set_offset): Search for the first and
1333 last sections rather than assuming that the list is in order.
1334 (Output_segment::find_first_and_last_list): New function.
1335 * output.h (class Output_segment): Update declarations.
1336 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
1337 (relro_strip_test_SOURCES): New variable.
1338 (relro_strip_test_DEPENDENCIES): New variable.
1339 (relro_strip_test_LDFLAGS): New variable.
1340 (relro_strip_test_LDADD): New variable.
1341 (relro_strip_test.so): New target.
1342
a8df5856
ILT
13432010-08-02 Ian Lance Taylor <iant@google.com>
1344
1345 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
1346 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
1347 (Target_i386::got_tlsdesc_section): New function.
1348 (Target_i386::got_section): Create space for GOT entries for
1349 TLSDESC relocations.
1350 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
1351 R_386_TLS_GOTDESC.
1352 (Target_i386::Scan::global): Likewise.
1353 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
1354 using TLSDESC GOT.
1355 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
1356 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
1357 (Target_x86_64::got_tlsdesc_section): New function.
1358 (Target_x86_64::got_section): Create space for GOT entries for
1359 TLSDESC relocations.
1360 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
1361 R_386_TLS_GOTDESC.
1362 (Target_x86_64::Scan::global): Likewise.
1363 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
1364 using TLSDESC GOT.
1365
0c10a0a6
ILT
13662010-08-02 Ian Lance Taylor <iant@google.com>
1367
1368 * testsuite/final_layout.sh: Use dc to convert from hex to
1369 decimal.
1370
41cbeecc
ST
13712010-07-29 Sriraman Tallam <tmsriram@google.com>
1372
1373 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
1374 paramter to the call to gold::gc_process_relocs.
1375 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
1376 paramter to the call to gold::gc_process_relocs.
1377 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
1378 parameter to the call to gold::gc_process_relocs.
1379 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
1380 template parameter to the call to gold::gc_process_relocs.
1381 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
1382 paramter to the call to gold::gc_process_relocs.
1383 * gc.h (get_embedded_addend_size): New function.
1384 (gc_process_relocs): Save the size of the reloc for use by ICF.
1385 * icf.cc (get_section_contents): Get the addend from the text section
1386 for SHT_REL relocation sections.
1387 * icf.h (Icf::Reloc_addend_size_info): New typedef.
1388 (Icf::Reloc_info): Add new member reloc_addend_size_info.
1389 * int_encoding.h (read_from_pointer): New overloaded function.
1390 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
1391 * testsuite/icf_sht_rel_addend_test.sh: New file.
1392 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
1393 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
1394
6ea55b82
RW
13952010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1396
1397 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
1398 * Makefile.in: Regenerate.
1399 * testsuite/Makefile.in: Regenerate.
1400
9691462b
ILT
14012010-07-27 Jeffrey Yasskin <jyasskin@google.com>
1402
1403 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
1404 * gold/testsuite/debug_msg.cc: Likewise.
1405 * gold/testsuite/odr_violation1.cc
1406 * gold/testsuite/odr_violation2.cc
1407
76897331
CC
14082010-07-21 Cary Coutant <ccoutant@google.com>
1409
1410 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
1411 string, and length fields.
1412 (Output_merge_string::Merged_strings_list): New type.
1413 (Output_merge_string::Merged_strings_lists): New typedef.
1414 (Output_merge_string): Replace merged_strings_ with
1415 merged_strings_lists_.
1416 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
1417 Merged_strings_list per input object and section. Don't store pointer
1418 to the string. Don't store length with each merged string entry.
1419 (Output_merge_string::finalize_merged_data): Loop over list of merged
1420 strings lists. Recompute length of each merged string.
1421
78384e8f
CC
14222010-07-15 Cary Coutant <ccoutant@google.com>
1423
1424 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
1425 here.
1426
783659f9
ILT
14272010-07-14 Ian Lance Taylor <iant@google.com>
1428
1429 * descriptors.cc (Descriptors::open): Report correct name in error
1430 message.
1431
131687b4
DK
14322010-07-13 Doug Kwan <dougkwan@google.com>
1433
1434 * arm.cc (Arm_input_section::Arm_input_section): For a
1435 SHT_ARM_EXIDX section, always keeps the input sections.
1436 (Arm_input_section::set_exidx_section_link): New method.
1437 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
1438 has_errors_ to false.
1439 (Arm_exidx_input_section::has_errors,
1440 Arm_exidx_input_section::set_has_errors): New methods.
1441 (Arm_exidx_input_section::has_errors_): New data member.
1442 (Arm_relobj::get_exidx_shndx_list): New method.
1443 (Arm_output_section::append_text_sections_to_list): Do not skip
1444 section without SHF_EXECINSTR.
1445 (Arm_output_section::fix_exidx_coverage): Skip input sections with
1446 errors.
1447 (Arm_relobj::make_exidx_input_section): Add new parameter for text
1448 section header. Make error messages more verbose. Check for
1449 a non-executable section linked to an EXIDX section.
1450 (Arm_relobj::do_read_symbols): Remove error checking, which has been
1451 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
1452 check that there is no deferred EXIDX section if we exit early.
1453 Instead of not making an EXIDX section in case of an error, make one
1454 and set the has_errors flag of it.
1455 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
1456 in a relocatable link.
1457 (Target_arm::do_relax): Look for the EXIDX output section instead of
1458 assuming that it is called .ARM.exidx.
1459 (Target_arm::fix_exidx_coverage): Add a new parameter for input
1460 section list. Do not check for SHF_EXECINSTR section flags but
1461 skip any input section with errors.
1462 * output.cc (Output_section::Output_section): Initialize
1463 always_keeps_input_sections_ to false.
1464 (Output_section::add_input_section): Check for
1465 always_keeps_input_sections_.
1466 * output.h (Output_section::always_keeps_input_sections,
1467 Output_section::set_always_keeps_input_sections): New methods.
1468 (Output_section::always_keeps_input_sections): New data member.
1469
69517287
RÁE
14702010-07-13 Rafael Espindola <espindola@google.com>
1471
1472 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
1473 * fileread.h (Input_file): Add try_extra_search_path and find_file.
1474
82742395
ILT
14752010-07-13 Philip Herron <herron.philip@googlemail.com>
1476 Ian Lance Taylor <iant@google.com>
1477
1478 * output.h (Output_section_lookup_maps::add_merge_section):
1479 Correct check of whether value was inserted.
1480 (Output_section_lookup_maps::add_merge_input_section): Likewise.
1481 (Output_section_lookup_maps::add_relaxed_input_section):
1482 Likewise.
1483 * arm.cc (Target_arm::got_section): Remove used local os.
1484 * i386.cc (Target_i386::got_section): Likewise.
1485 * x86_64.cc (Target_x86_64::got_section): Likewise.
1486 * sparc.cc (Target_sparc::got_section): Likewise.
1487 (Target_sparc::relocate): Remove unused local have_got_offset.
1488 * powerpc.cc (Target_powerpc::relocate): Likewise.
1489
f2d707b5
ILT
14902010-07-13 Ian Lance Taylor <iant@google.com>
1491
241531d6
ILT
1492 * compressed_output.cc (zlib_decompress): Fix signature in
1493 !HAVE_ZLIB_H case.
1494
f2d707b5
ILT
1495 * archive.cc (Archive::include_member): Unlock an external member
1496 of a thin archive. Don't bother to delete an object we know is
1497 NULL.
1498
a2e47362
CC
14992010-07-12 Cary Coutant <ccoutant@google.com>
1500
1501 * compressed_output.cc (zlib_decompress): New function.
1502 (get_uncompressed_size): New function.
1503 (decompress_input_section): New function.
1504 * compressed_output.h (get_uncompressed_size): New function.
1505 (decompress_input_section): New function.
1506 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
1507 Handle compressed debug sections.
1508 * layout.cc (is_compressed_debug_section): New function.
1509 (Layout::output_section_name): Map compressed section names to
1510 canonical names.
1511 * layout.h (is_compressed_debug_section): New function.
1512 (is_debug_info_section): Recognize compressed debug sections.
1513 * merge.cc: Include compressed_output.h.
1514 (Output_merge_data::do_add_input_section): Handle compressed
1515 debug sections.
1516 (Output_merge_string::do_add_input_section): Handle compressed
1517 debug sections.
1518 * object.cc: Include compressed_output.h.
1519 (Sized_relobj::Sized_relobj): Initialize new data members.
1520 (build_compressed_section_map): New function.
1521 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
1522 * object.h (Object::section_is_compressed): New method.
1523 (Object::do_section_is_compressed): New method.
1524 (Sized_relobj::Compressed_section_map): New type.
1525 (Sized_relobj::do_section_is_compressed): New method.
1526 (Sized_relobj::compressed_sections_): New data member.
1527 * output.cc (Output_section::add_input_section): Handle compressed
1528 debug sections.
1529 * reloc.cc: Include compressed_output.h.
1530 (Sized_relobj::write_sections): Handle compressed debug sections.
1531
ce279a62
CC
15322010-07-08 Cary Coutant <ccoutant@google.com>
1533
1534 * resolve.cc (Symbol_table::resolve): Remember whether undef was
1535 weak when resolving to a dynamic def.
1536 (Symbol_table::should_override): Add adjust_dyndef flag; set it
1537 for weak undef/dynamic def cases. Adjust callers.
1538 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
1539 undef_binding_weak_.
1540 (Symbol_table::sized_write_globals): Adjust symbol binding.
1541 (Symbol_table::sized_write_symbol): Add binding parameter.
1542 * symtab.h (Symbol::set_undef_binding): New method.
1543 (Symbol::is_undef_binding_weak): New method.
1544 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
1545 (Symbol_table::should_override): Add new parameter.
1546 (Symbol_table::sized_write_symbol): Add new parameter.
1547
1548 * testsuite/weak_undef_file1.cc: Add new test case.
1549 * testsuite/weak_undef_file2.cc: Fix header comment.
1550 * testsuite/weak_undef_test.cc: Add new test case.
1551
b2286c10
DK
15522010-06-29 Doug Kwan <dougkwan@google.com>
1553
1554 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
1555 Initialize USE_SYMBOL_.
1556 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
1557 definition.
1558 (Arm_reloc_property::uses_symbol_): New data member declaration.
1559 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
1560 uses symbol value and symbol is undefined but not weakly undefined.
1561
4802450a
RÁE
15622010-06-28 Rafael Espindola <espindola@google.com>
1563
1564 * plugin.cc (Plugin::load): Use dlerror.
1565
e5ca47ba
ILT
15662010-06-26 Jeffrey Yaskin <jyasskin@google.com>
1567
1568 * symtab.cc (detect_odr_violations): When reporting an ODR
1569 violation, report an object where the symbol is defined.
1570
8a75a161
DK
15712010-06-25 Doug Kwan <dougkwan@google.com>
1572
1573 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
1574 (Target_arm::section_may_have_icf_unsafe_pointers): New method
1575 definition.
1576 (Target_arm::Scan::local_reloc_may_be_function_pointer,
1577 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
1578 target hook to detect function points.
1579 (Target_arm::Scan::possible_function_pointer_reloc): New method.
1580 * icf.h (Icf::check_section_for_function_pointers): Change type of
1581 parameter SECTION_NAME to const reference to std::string. Use
1582 target hook to determine if section may have unsafe pointers.
1583 * target.h (Target::section_may_have_icf_unsafe_pointers): New
1584 method definition.
1585
42218b9f
RÁE
15862010-06-21 Rafael Espindola <espindola@google.com>
1587
1588 * fileread.cc (Input_file::find_fie): New
1589 (Input_file::open): Use Input_file::find_fie.
1590 * fileread.h (Input_file::find_fie): New
1591 * plugin.cc (set_extra_library_path): New.
1592 (Plugin::load): Add set_extra_library_path to the transfer vector.
1593 (Plugin_manager::set_extra_library_path): New.
1594 (Plugin_manager::add_input_file): Use the extra search path if set.
1595 (set_extra_library_path(): New.
1596 * plugin.h (Plugin_manager): Add set_extra_library_path and
1597 extra_search_path_.
1598
a0506cca
CC
15992010-06-19 Cary Coutant <ccoutant@google.com>
1600
1601 * layout.cc (gdb_sections): Add .debug_types.
1602 (lines_only_debug_sections): Likewise.
1603
6508b958
RÁE
16042010-06-18 Rafael Espindola <espindola@google.com>
1605
1606 * plugin.cc (add_input_file,add_input_library)
1607 (Plugin_manager::add_input_file): Make filename arguments const.
1608 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
1609 const.
1610
3e235302
DK
16112010-06-16 Doug Kwan <dougkwan@google.com>
1612
1613 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
1614 .ARM.attributes section if we have not merged any input
1615 attributes sections.
1616
106e8a6c
DK
16172010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1618
1619 * arm.cc: Allow combining objects with no EABI version
1620 information.
1621
91ff43fe
RÁE
16222010-06-15 Rafael Espindola <espindola@google.com>
1623
1624 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
1625
68ed838c
ILT
16262010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1627
1628 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
1629 (struct iovec): Correct !HAVE_READV definition.
1630
f3a2388f
CC
16312010-06-10 Cary Coutant <ccoutant@google.com>
1632
1633 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
1634 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
1635 reloc sections.
1636 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
1637
1638 PR 11683
1639 * symtab.h (Symbol::is_placeholder): New member function.
1640 * target-reloc.h (relocate_section): Check for placeholder symbols.
1641
1642 * testsuite/Makefile.am (plugin_test_8): New test.
1643 (plugin_test_9): New test.
1644 * testsuite/Makefile.in: Regenerate.
1645
e1df38aa
NC
16462010-06-09 Nick Clifton <nickc@redhat.com>
1647
1648 * yyscript.y (input_list_element): Allow strings prefixed with
1649 the '-' character. Treat these as libraries.
1650 * script.cc (script_add_library): New function. Adds a library
1651 specified by "-l<name>" found in an input script.
1652 * script-c.h: Add prototype for script_add_library.
1653
25bbe950
DK
16542010-06-07 Doug Kwan <dougkwan@google.com>
1655
1656 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
1657 Restrict stub-group size to be within long conditional branch
1658 range when working around cortex-A8 erratum.
1659
0f32ea4c
ILT
16602010-06-07 Damien Diederen <dd@crosstwine.com>
1661
1662 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
1663 #ifdef typo.
1664
8fe2a369
ST
16652010-06-03 Sriraman Tallam <tmsriram@google.com>
1666
1667 PR gold/11658
1668 * output.cc
1669 (Output_section::Input_section_sort_entry::compare_section_ordering):
1670 Change to return non-zero correctly.
1671 (Output_section::Input_section_sort_section_order_index_compare
1672 ::operator()): Change to fix ambiguity in comparisons.
1673
6e9ba2ca
ST
16742010-06-01 Sriraman Tallam <tmsriram@google.com>
1675
1676 * gold.h (is_wildcard_string): New function.
1677 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
1678 (Layout::layout_eh_frame): Ditto.
1679 (Layout::find_section_order_index): New method.
1680 (Layout::read_layout_from_file): New method.
1681 * layout.h (Layout::find_section_order_index): New method.
1682 (Layout::read_layout_from_file): New method.
1683 (Layout::input_section_position_): New private member.
1684 (Layout::input_section_glob_): New private member.
1685 * main.cc (main): Call read_layout_from_file here.
1686 * options.h (--section-ordering-file): New option.
1687 * output.cc (Output_section::input_section_order_specified_): New
1688 member.
1689 (Output_section::Output_section): Initialize new member.
1690 (Output_section::add_input_section): Add new parameter.
1691 Keep input sections when --section-ordering-file is used.
1692 (Output_section::set_final_data_size): Sort input sections when
1693 section ordering file is specified.
1694 (Output_section::Input_section_sort_entry): Add new parameter.
1695 Check sorting type.
1696 (Output_section::Input_section_sort_entry::compare_section_ordering):
1697 New method.
1698 (Output_section::Input_section_sort_compare::operator()): Change to
1699 consider section_order_index.
1700 (Output_section::Input_section_sort_init_fini_compare::operator()):
1701 Change to consider section_order_index.
1702 (Output_section::Input_section_sort_section_order_index_compare
1703 ::operator()): New method.
1704 (Output_section::sort_attached_input_sections): Change to sort
1705 according to section order when specified.
e1df38aa
NC
1706 (Output_section::add_input_section<32, true>): Add new parameter.
1707 (Output_section::add_input_section<64, true>): Add new parameter.
1708 (Output_section::add_input_section<32, false>): Add new parameter.
1709 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
1710 * output.h (Output_section::add_input_section): Add new parameter.
1711 (Output_section::input_section_order_specified): New
1712 method.
1713 (Output_section::set_input_section_order_specified): New method.
1714 (Input_section::Input_section): Initialize section_order_index_.
1715 (Input_section::section_order_index): New method.
1716 (Input_section::set_section_order_index): New method.
1717 (Input_section::section_order_index_): New member.
1718 (Input_section::Input_section_sort_section_order_index_compare): New
1719 struct.
1720 (Output_section::input_section_order_specified_): New member.
1721 * script-sections.cc (is_wildcard_string): Delete and move modified
1722 method to gold.h.
1723 (Output_section_element_input::Output_section_element_input): Modify
1724 call to is_wildcard_string.
1725 (Output_section_element_input::Input_section_pattern
1726 ::Input_section_pattern): Ditto.
1727 (Output_section_element_input::Output_section_element_input): Ditto.
1728 * testsuite/Makefile.am (final_layout): New test case.
1729 * testsuite/Makefile.in: Regenerate.
1730 * testsuite/final_layout.cc: New file.
1731 * testsuite/final_layout.sh: New file.
1732
3537c84b
RÁE
17332010-06-01 Rafael Espindola <espindola@google.com>
1734
1735 * plugin.cc (Plugin::load): Pass the output name to the plugin.
1736
105b6afd
RÁE
17372010-06-01 Rafael Espindola <espindola@google.com>
1738
1739 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
1740 visibility of symbols.
1741
29e11421
DK
17422010-05-27 Doug Kwan <dougkwan@google.com>
1743
1744 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
1745 from start of output section instead of address for a local symbol
1746 in a merged or relaxed section when doing a relocatable link.
1747
5e0f337e
RÁE
17482010-05-26 Rafael Espindola <espindola@google.com>
1749
1750 PR 11604
1751 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
1752 adding sections the garbage collector removed.
1753 * gold/testsuite/Makefile.am: Add test.
1754 * gold/testsuite/Makefile.in: Regenerate.
1755 * gold/testsuite/plugin_test_7.sh: New.
1756 * gold/testsuite/plugin_test_7_1.c: New.
1757 * gold/testsuite/plugin_test_7_2.c: New.
1758
f4187277
RÁE
17592010-05-26 Rafael Espindola <espindola@google.com>
1760
1761 * script-sections.cc (Output_section_definition::set_section_addresses):
1762 Check for --section-start.
1763
5c388529
DK
17642010-05-26 Doug Kwan <dougkwan@google.com>
1765
1766 * arm.cc (Arm_scan_relocatable_relocs): New class.
1767 (Target_arm::relocate_special_relocatable): New method.
1768 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
1769 (Arm_relocate_functions::thumb_branch_common): Same.
1770 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
1771 instead of Default_scan_relocatable_relocs.
1772 * target-reloc.h (relocate_for_relocatable): Let target handle
1773 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
1774 * target.h (Sized_target::relocate_special_relocatable): New method.
1775
bca1c3ae
ILT
17762010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1777
1778 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
1779
0439c796
DK
17802010-05-23 Doug Kwan <dougkwan@google.com>
1781
1782 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
1783 instead of a cast.
1784 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
1785 with a direct branch, not a conditional branch, to a stub.
1786 * merge.cc (Output_merge_base::record_input_section): New method
1787 defintion.
1788 (Output_merge_data::do_add_input_section): Record input section if
1789 keeps-input-sections flag is set.
1790 (Output_merge_string::do_add_input_section): Ditto.
1791 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
1792 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
1793 INPUT_SECTIONS_.
1794 (Output_merge_base::keeps_input_sections,
1795 Output_merge_base::set_keeps_input_sections,
1796 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
1797 method definitions.
1798 (Output_merge_base::Input_sections): New type declaration.
1799 (Output_merge_base::input_sections_begin,
1800 Output_merge_base::input_sections_end,
1801 Output_merge_base::do_set_keeps_input_sections): New method definitions.
1802 (Output_merge_base::bool keeps_input_sections_,
1803 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
1804 Output_merge_base::input_sections_): New data members.
1805 (Output_merge_data::do_set_keeps_input_sections): New method
1806 defintion.
1807 (Output_merge_string::do_set_keeps_input_sections): Ditto.
1808 * output.cc (Output_section::Input_section::relobj): Move method
1809 defintion from class declaration to here and handle merge sections.
1810 (Output_section::Input_section::shndx): Ditto.
1811 (Output_section::Output_section): Remove initializations of removed
1812 data members and initialize new data member LOOKUP_MAPS_.
1813 (Output_section::add_input_section): Set keeps-input-sections flag
1814 for a newly created merge output section as appropriate. Adjust code
1815 to use Output_section_lookup_maps class.
1816 (Output_section::add_relaxed_input_section): Adjst code for lookup
1817 maps code refactoring.
1818 (Output_section::add_merge_input_section): Add a new parameter
1819 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
1820 class. If adding input section to a newly created merge output
1821 section fails, remove the new merge section.
1822 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 1823 Adjust code for use of the Output_section_lookup_maps class.
0439c796
DK
1824 (Output_section::find_merge_section): Ditto.
1825 (Output_section::build_lookup_maps): New method defintion.
1826 (Output_section::find_relaxed_input_section): Adjust code to use
1827 Output_section_lookup_maps class.
1828 (Output_section::get_input_sections): Export merge sections. Adjust
1829 code to use Output_section_lookup_maps class.
1830 (Output_section:::add_script_input_section): Adjust code to use
1831 Output_section_lookup_maps class. Update lookup maps for merge
1832 sections also.
1833 (Output_section::discard_states): Use Output_section_lookup_maps.
1834 (Output_section::restore_states): Same.
1835 * output.h (Merge_section_properties): Move class defintion out of
1836 Output_section.
1837 (Output_section_lookup_maps): New class.
1838 (Output_section::Input_section::is_merge_section): New method
1839 defintion.
1840 (Output_section::Input_section::relobj): Move defintion out of class
1841 defintion. Declare method only.
1842 (Output_section::Input_section::shndx): Ditto.
1843 (Output_section::Input_section::output_merge_base): New method defintion.
1844 (Output_section::Input_section::u2_.pomb): New union field.
1845 (Output_section::Merge_section_by_properties_map,
1846 Output_section::Output_section_data_by_input_section_map,
1847 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
1848 Remove types.
1849 (Output_section::add_merge_input_section): Add new parameter
1850 KEEPS_INPUT_SECTIONS.
1851 (Output_section::build_lookup_maps): New method declaration.
1852 (Output_section::merge_section_map_,
1853 Output_section::merge_section_by_properties_map_,
1854 Output_section::relaxed_input_section_map_,
1855 Output_section::is_relaxed_input_section_map_valid_): Remove data
1856 members.
1857 (Output_section::lookup_maps_): New data member.
1858
76295588
L
18592010-05-21 Doug Kwan <dougkwan@google.com>
1860
1861 PR gold/11619
1862 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
1863 avoid a compilation error.
1864
d103a984
RÁE
18652010-05-19 Rafael Espindola <espindola@google.com>
1866
1867 * script-sections.cc (Output_section_definition::allocate_to_segment):
1868 Update the phdrs_list even when the output section is NULL.
1869 * testsuite/Makefile.am: Add test.
1870 * testsuite/Makefile.in: Regenerate.
1871 * testsuite/script_test_9.cc: New.
1872 * testsuite/script_test_9.sh: New.
1873 * testsuite/script_test_9.t: New.
1874
6625d24e
DK
18752010-05-19 Doug Kwan <dougkwan@google.com>
1876
1877 * arm.cc (Arm_input_section::original_size): New method.
1878 (Arm_input_section::do_addralign): Add a cast.
1879 (Arm_input_section::do_output_offset): Remove static cast.
1880 (Arm_input_section::original_addralign,
1881 Arm_input_section::original_size_): Change type to uint32_t.
1882 (Arm_input_section::init): Add safe casts for section alignment
1883 and size.
1884 (Arm_input_section::set_final_data_size): Do not set address and
1885 offset of stub table.
1886 (Arm_output_section::fix_exidx_coverage): Change use of of
1887 Output_section::Simple_input_section to that of
1888 Output_section::Input_section.
1889 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
1890 except for the first pass.
1891 * output.cc (Output_section::get_input_sections): Change type of
1892 input_sections to std::list<Input_section>.
1893 (Output_section::add_script_input_section): Rename from
1894 Output_section::add_simple_input_section. Change type of SIS
1895 parameter from Simple_input_section to Input_section.
1896 * output.h (Output_section::Simple_input_section): Remove class.
1897 (Output_section::Input_section): Change class visibility to public.
1898 (Output_section::Input_section::addralign): Use stored alignments
1899 for special input sections if set.
1900 (Output_section::Input_section::set_addralign): New method.
1901 (Output_section::get_input_sections): Change parameter type from
1902 list of Simple_input_section to list of Input_section.
1903 (Output_section::add_script_input_section): Rename from
1904 Output_section::add_simple_input_section. Change first parameter's
1905 type from Simple_input_section to Input_section and remove the
1906 second and third parameters.
1907 * script-sections.cc (Input_section::Input_section_list): Change
1908 type to list of Output_section::Input_section/
1909 (Input_section_info::Input_section_info): Change parameter type of
1910 INPUT_SECTION to Output_section::Input_section.
1911 (Input_section_info::input_section): Change return type.
1912 (Input_section_info::input_section_): Change type to
1913 Output_section::Input_section.
1914 (Output_section_element_input::set_section_addresses): Adjust code
1915 to use Output_section::Input_section instead of
1916 Output_section::Simple_input_section. Adjust code for renaming
1917 of Output_section::add_simple_input_section.
1918 (Orphan_output_section::set_section_addresses): Ditto.
1919
e1e82ea4
RW
19202010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
1921
1922 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
1923 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
1924
91e75c8a
RÁE
19252010-05-18 Rafael Espindola <espindola@google.com>
1926
1927 * options.cc (General_options::finalize): Handle -nostdlib.
1928 * options.h (nostdlib): New option.
1929 * script.cc (script_add_search_dir): Handle -nostdlib.
1930
da59ad79
DK
19312010-05-12 Doug Kwan <dougkwan@google.com>
1932
1933 * arm.cc (Target_arm::do_finalize_sections): Create an empty
1934 attributes section only if there no attributes section after merging.
1935 (Target_arm::merge_object_attributes): Move value of
e1df38aa 1936 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
1937 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
1938 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
1939 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
1940 and arm_attr_merge_7.stdout.
1941 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
1942 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
1943 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
1944 arm_attr_merge_7b.o): New rules.
1945 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
1946 arm_attr_merge_7
1947 * testsuite/Makefile.in: Regenerate.
1948 * testsuite/arm_attr_merge.sh: New file.
1949 * testsuite/arm_attr_merge_[67][ab].s: Same.
1950
3e01a7fd
NC
19512010-05-05 Nick Clifton <nickc@redhat.com>
1952
1953 * po/es.po: Updated Spanish translation.
1954
7ad2014a
L
19552010-04-27 H.J. Lu <hongjiu.lu@intel.com>
1956
1957 * Makefile.am (install-exec-local): Properly install gold as
1958 default cross linker.
1959 * Makefile.in: Regenerated.
1960
4fda8867
NC
19612010-04-27 H.J. Lu <hongjiu.lu@intel.com>
1962 Nick Clifton <nickc@redhat.com>
1963
1964 * configure.ac (install_as_default): Define and set to false
1965 unless --enable-gold or --enable-gold=both/gold has been
1966 specified.
1967 * configure: Regenerate.
1968
1969 * Makefile.am (install-exec-local): Install the executable as
1970 'ld.gold'. If install_as_default is true then also install it as
1971 'ld'.
1972 * Makefile.in: Regenerated.
1973
bd288ea2
ILT
19742010-04-24 Ian Lance Taylor <iant@google.com>
1975
1976 * layout.cc (Layout::layout_reloc): In relocatable link don't
1977 combine reloc sections for grouped sections.
1978
ef38fd8a
ST
19792010-04-23 Sriraman Tallam <tmsriram@google.com>
1980
1981 * gc.h (gc_process_relocs): Pass information on relocs pointing to
1982 sections that are not ordinary to icf.
1983 * icf.cc (get_section_contents): Handle relocation pointing to section
1984 with no object or shndx information.
1985 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
1986 * testsuite/Makefile.in: Regenerate.
1987 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
1988 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
1989
f6973bdc
ILT
19902010-04-22 Ian Lance Taylor <iant@google.com>
1991
1992 * expression.cc (Expression::Expression_eval_info): Add
1993 result_alignment_pointer field.
1994 (Expression::eval_with_dot): Add result_alignment_pointer
1995 parameter. Change all callers.
1996 (Expression::eval_maybe_dot): Likewise.
1997 (class Binary_expression): Add alignment_pointer parameter to
1998 left_value and right_value. Change all callers.
1999 (BINARY_EXPRESSION): Set result alignment.
2000 (class Trinary_expression): Add alignment_pointer parameter to
2001 arg2_value and arg3_value. Change all callers.
2002 (Trinary_cond::value): Set result alignment.
2003 (Max_expression::value, Min_expression::value): Likewise.
2004 (Align_expression::value): Likewise.
2005 * script-sections.cc (class Sections_element): Add dot_alignment
2006 parameter to set_section_addresses virtual function. Update
2007 instantiations.
2008 (class Output_section_element): Likewise.
2009 (Script_sections::create_segments): Add dot_alignment parameter.
2010 Change all callers.
2011 (Script_sections::create_segments_from_phdrs_clause): Likewise.
2012 (Script_sections::set_phdrs_clause_addresses): Likewise.
2013 * script-sections.h: Update declarations.
2014 * script.h: Update declarations.
2015 * output.h (Output_segment::set_minimum_p_align): Don't decrease
2016 min_p_align.
2017 * testsuite/script_test_3.t: Set large alignment.
2018 * testsuite/script_test_3.sh: Make sure that at least one LOAD
2019 segment has expected alignment.
2020
9c9c98a5
NC
20212010-04-22 Nick Clifton <nickc@redhat.com>
2022
2023 * po/gold.pot: Updated by the Translation project.
2024 * po/vi.po: Updated Vietnamese translation.
2025
2253bfba
L
20262010-04-22 H.J. Lu <hongjiu.lu@intel.com>
2027
2028 * testsuite/Makefile.am (check_PROGRAMS): Add
2029 icf_virtual_function_folding_test.
2030 * testsuite/Makefile.in: Regenerated.
2031
85fdf906
AH
20322010-04-15 Andrew Haley <aph@redhat.com>
2033
2034 * options.h (merge_exidx_entries): New option.
2035 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
2036 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
2037 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
2038 (Target_arm::merge_exidx_entries): New function.
2039 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
2040 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
2041 to Arm_exidx_fixup constructor.
2042 Add new arg, merge_exidx_entries.
2043 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
2044 Arm_output_section::fix_exidx_coverage.
2045
ce97fa81
ST
20462010-04-18 Sriraman Tallam <tmsriram@google.com>
2047
2048 * icf.cc (get_section_contents): Check for preemptible functions.
2049 Ignore addend when appropriate.
2050 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
2051 section folded.
2052 (add_from_relobj): Check for section folded.
2053 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
2054 * symtab.h (should_add_dynsym_entry): Add new parameter.
2055 * target-reloc.h (scan_relocs): Check for section folded.
2056 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
2057 Check reloc types for function pointers in shared objects.
2058 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
2059 case.
2060 (icf_preemptible_functions_test): New test case.
2061 (icf_string_merge_test): New test case.
2062 * testsuite.Makefile.in: Regenerate.
2063 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
2064 bar_glob. Refactor code.
2065 * testsuite/icf_preemptible_functions_test.cc: New file.
2066 * testsuite/icf_preemptible_functions_test.sh: New file.
2067 * testsuite/icf_string_merge_test.cc: New file.
2068 * testsuite/icf_string_merge_test.sh: New file.
2069 * testsuite/icf_virtual_function_folding_test.cc: New file.
2070 * testsuite/icf_virtual_function_folding_test.sh: New file.
2071
04ceb17c
DK
20722010-04-14 Doug Kwan <dougkwan@google.com>
2073
2074 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
2075 for local symbol recounting if we remove a section due to ICF.
2076 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
2077 there are no regular objects in input.
2078
153e7da4
DK
20792010-04-13 Doug Kwan <dougkwan@google.com>
2080
2081 * arm.cc (Arm_input_section::set_final_data_size): Compute
2082 accurate final data size instead of using current data size.
2083
4dbd9faf
DK
20842010-04-09 Doug Kwan <dougkwan@google.com>
2085
2086 * layout.cc (Layout::choose_output_section): Handle script section
2087 types.
2088 (Layout::make_output_section_for_script): Add section type parameter.
2089 Handle script section types.
2090 * layout.h (Layout::make_output_section_for_script): Add section
2091 type parameter.
2092 * output.cc (Output_section::Output_section): Initialize data member
2093 is_noload_.
2094 (Output_section::do_reset_address_and_file_offset): Do not set address
2095 to 0 if section is a NOLOAD section.
2096 * output.h (Output_section::is_noload): New method.
2097 (Output_section::set_is_noload): Ditto.
2098 (Output_section::is_noload_): New data member.
2099 * script-c.h (Script_section_type): New enum type.
2100 (struct Parser_output_section_header): Add new file section_type.
2101 * script-sections.cc (Sections_element::output_section_name): Add
2102 parameter for returning script section type.
2103 (Output_section_definition::output_section_name): Ditto.
2104 (Output_section_definition::section_type)P; New method.
2105 (Output_section_definiton::script_section_type_name): Ditto.
2106 (Output_section_definition::script_section_type_): New data member.
2107 (Output_section_definition::Output_section_definition): Initialize
2108 data member Output_section_definition::script_section_type_.
2109 (Output_section_definition::create_sections): Pass script section type
2110 to Layout::make_output_section_for_script.
2111 (Output_section_definition::output_section_name): Return script
2112 section type to caller.
2113 (Output_section_definition::set_section_address): Do not advance
2114 dot value and load address if section type is NOLOAD. Set address
2115 of NOLOAD sections regardless of section flags.
2116 (Output_section_definition::print): Print section type if it is
2117 not SCRIPT_SECTION_TYPE_NONE.
2118 (Output_section_definition::section_type): New method.
2119 (Output_section_definition::script_section_type_name): Ditto.
2120 (Script_sections::output_section_name): Add new parameter
2121 PSECTION_TYPE for returning script section type. Pass it to
2122 section elements. Handle discard sections.
2123 (Sort_output_sections::operator()): Handle NOLOAD sections.
2124 * script-sections.h (Script_sections::Section_type): New enum type.
2125 (Script_sections::output_section_name): Add a new parameter for
2126 returning script section type.
2127 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
2128 INFO and NOLOAD.
2129 * yyscript.y (union): Add new field SECTION_TYPE.
2130 (COPY, DSECT, INFO, NOLOAD): New tokens.
2131 (opt_address_and_section_type): Change type to output_section_header.
2132 (section_type): New non-terminal
2133 (section_header): Handle section type.
2253bfba 2134 (opt_address_and_section_type): Return section type value.
4dbd9faf 2135
721ea635
L
21362010-04-09 H.J. Lu <hongjiu.lu@intel.com>
2137
2138 * testsuite/plugin_common_test_1.c (foo): Add prototype.
2139 * testsuite/plugin_common_test_2.c (foo): Likewise.
2140
6bf924b0
DK
21412010-04-08 Doug Kwan <dougkwan@google.com>
2142
2143 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
2144 Output_merge_data.
2145 * output.cc (Output_section::add_merge_input_section): Simplify
2146 code and return status of Output_merge_base::add_input_section.
e1df38aa 2147 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
2148 returns true.
2149
24af6f92
DK
21502010-04-07 Doug Kwan <dougkwan@google.com>
2151
2152 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
2153 if section is marked as containing instructions but has no mapping
2154 symbols.
2155 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
2156 correct section index.
2157 (Arm_relobj::find_linked_text_section): Ditto.
2158
00698fc5
CC
21592010-04-07 Cary Coutant <ccoutant@google.com>
2160
2161 * archive.cc (include_member): Destroy Read_symbols_data object before
2162 releasing file.
2163 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
2164 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
2165 (Read_symbols_data::~Read_symbols_data) New destructor.
2166 (Section_relocs::Section_relocs) New constructor.
2167 (Section_relocs::~Section_relocs) New destructor.
2168 (Read_relocs_data::Read_relocs_data) New constructor.
2169 (Read_relocs_data::~Read_relocs_data) New destructor.
2170 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
2171 pointers to NULL after deleting.
2172
7296d933
DK
21732010-04-07 Doug Kwan <dougkwan@google.com>
2174
2175 * arm.cc: Replace "endianity" with "endianness" in comments.
2176 (Arm_exidx_cantunwind): Ditto.
2177 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
2178 (Arm_relobj::merge_flags_and_attributes): New method.
2179 (Arm_relobj::merge_flags_and_attributes_): New data member.
2180 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
2181 (Arm_relobj::scan_sections_for_stubs): Ditto.
2182 (Arm_relobj::do_read_symbols): Check to see if we really want to
2183 merge processor-specific flags and attributes. Exit early if
2184 an object is empty except for section names and the undefined symbol.
2185 (Target_arm::do_finalize_sections): Move check for ELF format to
2186 Arm_relobj::do_read_symbols. Merge processor specific flags and
2187 attributes from a regular object only when we have determined that
2188 it is aapropriate. Do not create an .ARM.attributes section in
2189 output if there is no regular input object.
2190 (Target_arm::merge_processor_specific_flags): Check
2191 --warn-mismatch before printing any error.
2192 (Target_arm::merge_object_attributes): Ditto.
2193 * gold.cc (queue_middle_tasks): Handle the case in which there is
2194 no regular object in input.
2195 * options.cc (General_options::parse_EB): New method.
2196 (General_options::parse_EL): Same.
2197 (General_options::General_options): Initialize endianness_.
2198 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
2199 New options.
2200 (General_options::Endianness): New enum.
2201 (General_options::endianness): New method.
2202 (General_options::endianness_): New data member.
2203 * parameters.cc (Parameters::set_options): Check target endianness.
2204 (Parameters::set_target_once): Ditto.
2205 (Parameters::check_target_endianness): New method.
2206 (parameters_force_valid_target): If either -EL or -EB is specified,
2207 use it to define endianness of default target.
2208 * parameters.h (Parameters::check_target_endianness): New method
2209 declaration.
2210 * target.h (class Target): Change "endianity" to "endianness"
2211 in comments.
2212
efc8d4f2
RW
22132010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
2214
2215 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
2216 * configure: Regenerate.
2217 * Makefile.in: Regenerate.
2218 * testsuite/Makefile.in: Regenerate.
2219
be234d88
CC
22202010-04-06 Cary Coutant <ccoutant@google.com>
2221
2222 gcc PR lto/42757
2223 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
2224 prevailing definitions of common symbols.
2225 * testsuite/plugin_test_6.sh: New test case.
2226 * testsuite/plugin_common_test_1.c: New test case.
2227 * testsuite/plugin_common_test_2.c: New test case.
2228 * testsuite/Makefile.am (plugin_test_6): New test case.
2229 * testsuite/Makefile.in: Regenerate.
2230
bd32c6bd
NC
22312010-04-06 Nick Clifton <nickc@redhat.com>
2232
2233 * po/vi.po: New Vietnamese translation.
2234
323c532f
DK
22352010-03-30 Doug Kwan <dougkwan@google.com>
2236
2237 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
2238
4fcd97eb
DK
22392010-03-25 Doug Kwan <dougkwan@google.com>
2240
2241 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
2242 to avoid a conversion warning on a 32-bit host.
2243
4ebf39db
ILT
22442010-03-24 Ian Lance Taylor <iant@google.com>
2245
2246 * testsuite/script_test_3.t: Add a TLS segment.
2247 * testsuite/Makefile.am (check_PROGRAMS): Add
2248 tls_phdrs_script_test.
2249 (tls_phdrs_script_test_SOURCES): Define.
2250 (tls_phdrs_script_test_DEPENDENCIES): Define.
2251 (tls_phdrs_script_test_LDFLAGS): Define.
2252 (tls_phdrs_script_test_LDADD): Define.
2253 * testsuite/Makefile.in: Rebuild.
2254
4a599bdd
CC
22552010-03-23 Cary Coutant <ccoutant@google.com>
2256
2257 * fileread.cc (find_or_make_view): Fix comment.
2258
6c93b22c
ILT
22592010-03-23 Ian Lance Taylor <iant@google.com>
2260
2261 * script-sections.cc (class Orphan_section_placement): Define
2262 PLACE_TLS and PLACE_TLS_BSS.
2263 (Orphan_section_placement::Orphan_section_placement): Initialize
2264 new places.
2265 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
2266 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
2267 (tls_script_test_SOURCES): Define.
2268 (tls_script_test_DEPENDENCIES): Define.
2269 (tls_script_test_LDFLAGS): Define.
2270 (tls_script_test_LDADD): Define.
2271 * testsuite/Makefile.in: Rebuild.
2272
a2c7281b
DK
22732010-03-22 Doug Kwan <dougkwan@google.com>
2274
2275 * arm.cc (Arm_relocate_functions::abs8,
2276 Arm_relocate_functions::abs16): Use correct check for overflow
2277 specified in the ARM ELF specs.
2278 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
2279 target of a BLX instruction specially.
2280 (Reloc_stub::stub_type_for_reloc): Ditto.
2281 (Relocate::relocate): Use symbolic names instead of numeric relocation
2282 codes to report error.
2283 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
2284 workaround.
2285 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
2286 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
2287 thumb2_blx_out_of_range.stdout
2288 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
2289 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
2290 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
2291 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
2292 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
2293 thumb2_blx_in_range, thumb2_blx_in_range.o,
2294 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
2295 thumb2_blx_out_of_range.o): New rules.
2296 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
2297 thumb2_blx_in_range and thumb2_blx_out_of_range.
2298 * testsuite/Makefile.in: Regenerate.
2299 * arm_branch_in_range.sh: Add tests for THUMB BLX.
2300 * testsuite/thumb_blx_in_range.s: New file.
2301 * testsuite/thumb_blx_out_of_range.s: New file.
2302
b0193076
RÁE
23032010-03-22 Rafael Espindola <espindola@google.com>
2304
2305 * archive.cc (Should_include): Move to archive.h.
2306 (should_include_member): Make it a member of Archive.
2307 (Lib_group): New.
2308 (Add_lib_group_symbols): New.
2309 * archive.h: Include options.h.
2310 (Archive_member): Moved from Archive.
2311 (Should_include): Moved from archive.cc.
2312 (Lib_group): New.
2313 (Add_lib_group_symbols): New.
2314 * dynobj.cc (do_should_include_member): New.
2315 * dynobj.h (do_should_include_member): New.
2316 * gold.cc (queue_initial_tasks): Update call to queue.
2317 * main.cc (main): Print lib group stats.
2318 * object.cc (do_should_include_member): New.
2319 * object.h: Include archive.h.
2320 (Object::should_include_member): New.
2321 (Object::do_should_include_member): New.
2322 (Sized_relobj::do_should_include_member): New.
2323 * options.cc (General_options::parse_start_lib): New.
2324 (General_options::parse_end_lib): New.
2325 (Input_arguments::add_file): Handle lib groups.
2326 (Input_arguments::start_group): Check we are not in a lib.
2327 (Input_arguments::start_lib): New.
2328 (Input_arguments::end_lib): New.
2329 * options.h (General_options): Add start_lib and end_lib.
2330 (Input_argument::lib_): New.
2331 (Input_argument::lib): New.
2332 (Input_argument::is_lib): New.
2333 (Input_file_lib): New.
2334 (Input_arguments::in_lib_): New.
2335 (Input_arguments::in_lib): New.
2336 (Input_arguments::start_lib): New.
2337 (Input_arguments::end_lib_): New.
2338 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
2339 in unused members as preempted.
2340 (Sized_pluginobj::do_should_include_member): New.
2341 * plugin.h (Sized_pluginobj::do_should_include_member): New.
2342 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
2343 return the blocker.
2344 (Read_symbols::do_whole_lib_group): New.
2345 (Read_symbols::do_lib_group): New.
2346 (Read_symbols::do_read_symbols): Handle lib groups.
2347 (Read_symbols::get_name): Handle lib groups.
2348 * readsyms.h (Read_symbols): Add an archive member pointer.
2349 (Read_symbols::do_whole_lib_group): New.
2350 (Read_symbols::do_lib_group): New.
2351 (Read_symbols::member_): New.
2352 * script.cc (read_input_script): Update call to queue_soon.
2353
d099120c
DK
23542010-03-19 Doug Kwan <dougkwan@google.com>
2355
2356 * arm.cc (Stub_table::Stub_table): Initialize new data members
2357 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
2358 (Stub_table::add_reloc_stub): Assign stub offset and update
2359 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
2360 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
2361 New data members.
2362 (Stub_table::update_data_size_and_addralign): Use
2363 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
2364 instead of going over all reloc stubs.
2365 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
2366 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
2367 Stringpool_template::offset_ to size of Stringpool_char.
2368 (Stringpool_template::new_key_offset): Remove code to initialize
2369 Stringpool_template::offset_.
2370 * stringpool.h (Stringpool_template::set_no_zero_null): Set
2371 Stringpool_template::offset_ to zero.
2372
1aa37384
DK
23732010-03-15 Doug Kwan <dougkwan@google.com>
2374
2375 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
2376 offset_.
2377 (Stringpool_template::new_key_offset): New method.
2378 (Stringpool_template::add_string): Assign offsets when adding new
2379 strings.
2380 (Stringpool_template::set_string_offsets): Do not set string offsets
2381 when not optimizing.
2382 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
2383 member size_.
2384 (Chunked_vector::clear): Clear size_.
2385 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
2386 (Chunked_vector::size): Return size_.
2387 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 2388 (Chunked_vector::size_): New data member.
1aa37384
DK
2389 (Stringpool_template::set_no_zero_null): Assert string set is empty.
2390 (Stringpool_template::new_key_offset): New method declaration.
2391 (Stringpool_template::offset_): New data member.
2392
b672b057
RÁE
23932010-03-15 Rafael Espindola <espindola@google.com>
2394
2395 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
2396 Add_symbols' constructor.
2397 * readsyms.h (Add_symbols): Remove the input_group member.
2398
b6848d3c
ILT
23992010-03-10 Ian Lance Taylor <iant@google.com>
2400
2401 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
2402 target to ask whether a reference to a symbol requires a stack
2403 split.
2404 * target.h (Target::is_call_to_non_split): New function.
2405 (Target::do_is_call_to_non_split): Declare virtual function.
2406 * target.cc: Include "symtab.h".
2407 (Target::do_is_call_to_non_split): New function.
2408 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
2409
a2a5469e
CC
24102010-03-10 Cary Coutant <ccoutant@google.com>
2411
2412 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
2413 (File_read::open[1]): Remove initial mapping of whole_file_view_.
2414 (File_read::open[2]): Add whole_file_view_ to list of views.
2415 (File_read::make_view): Remove test of whole_file_view_.
2416 (File_read::find_or_make_view): Create whole_file_view_ if
2417 necessary.
2418 (File_read::clear_views): Replace bool parameter with enum;
2419 adjust all callers. Don't delete views with permanent data;
2420 do delete cached views and views from archives if
2421 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
2422 if clearing the corresponding view.
2423 * fileread.h (File_read::Clear_views_mode): New enum.
2424 (File_read::View::is_permanent_view): New method.
2425 (File_read::clear_views): Replace bool parameter
2426 with enum; adjust all callers.
2427 * options.h (General_options): Change keep_files_mapped option;
2428 add map_whole_files.
2429 * readsyms.cc (Add_symbols::run): Delete sd_ object before
2430 releasing the file.
2431 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
2432 the file.
2433
8861f32b
DM
24342010-03-10 David S. Miller <davem@davemloft.net>
2435
2436 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
2437
d62d0f5f
ST
24382010-03-09 Sriraman Tallam <tmsriram@google.com>
2439
2440 * icf.cc (get_section_contents): Add '@' marker after processing the
2441 merge reloc.
2442
9177756d
DK
24432010-03-08 Doug Kwan <dougkwan@google.com>
2444
2445 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
2446 due to a conversion warning.
2447 (Arm_relobj::update_output_local_symbol_count): Check for local
2448 symbol with unset output index.
2449
9e9e071b
ILT
24502010-03-05 Ian Lance Taylor <iant@google.com>
2451
2452 * options.h (class General_options): Add --spare-dynamic-tags.
2453 * output.cc (Output_data_dynamic::set_final_data_size): Implement
2454 --spare-dynamic-tags.
2455
a81ee015
ILT
24562010-03-05 Ian Lance Taylor <iant@google.com>
2457
2458 * incremental.cc: Include "libiberty.h".
2459
44ec90b9
RO
24602010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
2461
2462 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
2463 function, is_info_ member.
2464 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
2465 (Versions::Versions): Update caller.
2466 (Versions::define_base_version): Likewise.
2467 (Versions::add_def): Likewise.
2468
0897ed3b
ST
24692010-03-03 Sriraman Tallam <tmsriram@google.com>
2470
2471 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
2472 (Scan::possible_function_pointer_reloc): New function.
2473 (Scan::local_reloc_may_be_function_pointer): Change to call
2474 possible_function_pointer_reloc.
2475 (Scan::global_reloc_may_be_function_pointer): Ditto.
2476 * icf.h (Icf::check_section_for_function_pointers): Change to reject
2477 relocations in ".data.rel.ro._ZTV" section.
2478 * testsuite/icf_safe_so_test.sh: Change to pass i386.
2479 * testsuite/icf_safe_so_test.cc: Ditto.
2480 * testsuite/icf_safe_test.cc: Ditto.
2481 * testsuite/icf_safe_test.sh: Ditto.
2482
d3bbad62
ILT
24832010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2484 Ian Lance Taylor <iant@google.com>
2485
2486 * target-reloc.h (relocate_section): Check the symbol table index
2487 for -1U before setting the local symbol index.
2488 (scan_relocatable_relocs): If copying the relocation, record that
2489 the local symbol is required.
2490 * object.h (Symbol_value::is_output_symtab_index_set): New
2491 function.
2492 (Symbol_value::may_be_discarded_from_output_symtab): New
2493 function.
2494 (Symbol_value::has_output_symtab_entry): New function.
2495 (Symbol_value::needs_output_symtab_entry): Remove.
2496 (Symbol_value::output_symtab_index): Make sure the symbol index is
2497 set.
2498 (Symbol_value::set_output_symtab_index): Make sure the symbol
2499 index is not set. Make sure the new index is valid.
2500 (Symbol_value::set_must_have_output_symtab_entry): New function.
2501 (Symbol_value::has_output_dynsym_entry): New function.
2502 (Symbol_value::set_output_dynsym_index): Make sure the new index
2503 is valid.
2504 (Sized_relobj::set_must_have_output_symtab_entry): New function.
2505 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
2506 local symbol if permitted.
2507 (Sized_relobj::do_finalize_local_symbols): Call
2508 is_output_symtab_index_set rather than needs_output_symtab_entry.
2509 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
2510 rather than needs_output_symtab_entry. Call
2511 has_output_dynsym_entry rather than needs_output_dynsym_entry.
2512 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
2513 is_output_symtab_index_set rather than needs_output_symtab_entry.
2514 * testsuite/discard_locals_relocatable_test.c: New file.
2515 * testsuite/discard_locals_test.sh: Test -r.
2516 * testsuite/Makefile.am (check_DATA): Add
2517 discard_locals_relocatable_test1.syms,
2518 discard_local_relocatable_test2.syms.
2519 (MOSTLYCLEANFILES): Likewise. Also add
2520 discard_locals_relocatable_test1.lout and
2521 discard_locals_relocatable_test2.out.
2522 (discard_locals_relocatable_test1.syms): New target.
2523 (discard_locals_relocatable_test.o): New target.
2524 (discard_locals_relocatable_test1.out): New target.
2525 (discard_locals_relocatable_test2.syms): New target.
2526 (discard_locals_relocatable_test2.out): New target.
2527 (various): Add missing ../ld-new dependencies.
2528 * testsuite/Makefile.in: Rebuild.
2529
7e8ccf26
NC
25302010-03-03 Nick Clifton <nickc@redhat.com>
2531
2532 * po/fi.po: New Finnish translation.
2533
2a0ff005
DK
25342010-03-01 Doug Kwan <dougkwan@google.com>
2535
2536 * layout.cc (Layout::Layout): Force section types of .init_array*,
2537 .preinit_array* and .fini_array* sections.
2538 * output.cc (Output_section::Input_section_sort_entry::has_priority):
2539 Fix check of return value of std::string::find.().
2540 (Output_section::Input_section_sort_compare::operator()): Remove
2541 comment about .init_array.
2542 (Output_section::Input_section_sort_init_fini_compare::operator()):
2543 New method.
2544 (Output_section::sort_attached_input_sections): Handle .init_array
2545 and .fini_array specially.
2546 * output.h (Output_section::Inut_section_sort_compare): Update
2547 comment.
2548 (Output_section::Input_section_sort_init_fini_compare): New struct.
2549
c3e4ae29
DK
25502010-02-26 Doug Kwan <dougkwan@google.com>
2551
2552 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
2553 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
2554 * testsuite/debug_msg.sh: Avoid matching source line number for
2555 use of global variable undef_int.
2556
2fd9ae7a
DK
25572010-02-26 Doug Kwan <dougkwan@google.com>
2558
2559 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
2560 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
2561 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
2562 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
2563 * options.cc (General_options::General_options): Initialize member
2564 fix_v4bx_.
2565 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
2566 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
2567 and rm_no_fix_v4bx.stdout
2568 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
2569 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
2570 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
2571 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
2572 and arm_no_fix_v4bx.
2573 * Makefile.in: Regenerate.
2574 * testsuite/arm_fix_v4bx.s: New file.
2575 * testsuite/arm_fix_v4bx.sh: Ditto.
2576
67ec7d0b
DK
25772010-02-24 Doug Kwan <dougkwan@google.com>
2578
2579 * arm.cc (Target_arm::got_section): Make the .got section the first
2580 non RELRO section in the data segment.
2581 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
2582 suffixes of section names.
2583
10165461
DK
25842010-02-24 Doug Kwan <dougkwan@google.com>
2585
2586 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
2587 flags and attributes merging if an input file is a binary file.
2588 * fileread.cc (Input_file::open): Record format of original file.
2589 * fileread.h (Input_file::Format): New enum type.
2590 (Input_file::Input_file): Initialize data member format_.
2591 (Input_file::format): New method definition.
2592 (Input_file::format_):: New data member.
2593
4a54abbb
DK
25942010-02-24 Doug Kwan <dougkwan@google.com>
2595
2596 * arm.cc (Arm_output_data_got): New class.
2597 (ARM_TCB_SIZE): New constant
2598 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
2599 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
2600 If user uses a script with a SECTIONS clause, issue only a warning
2601 for a misplaced EXIDX input section. Otherwise, issue an error.
2602 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
2603 garbage collection.
2604 (Target_arm::got_mode_index_entry): Handle static linking.
2605 (Target_arm::Scan::local): Ditto.
2606 (Target_arm::Scan::global): Ditto.
2607 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
2608 all incorrectly implemented relocations.
e1df38aa 2609 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
2610 Arm_output_section::fix_exidx_coverage.
2611 * layout.cc (Layout::section_name_mapping): Remove trailing dots
2612 from ".ARM.exidx." and ".ARM.extab.".
2613
ca419a6f
ILT
26142010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2615
2616 * arm.cc (Target_arm::do_finalize_sections): Create attribute
2617 section if it does not already exist.
2618 * attributes.cc (Attributes_section_data::Attributes_section_data):
2619 Don't crash if size is zero.
2620
135b9c78
ILT
26212010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2622 Ian Lance Taylor <iant@google.com>
2623
2624 * gold.cc (queue_middle_tasks): If no input files were opened,
2625 exit.
2626 * workqueue.h (Task_function::Task_function): Assert that there is
2627 a blocker.
2628
bb0bfe4f
DK
26292010-02-22 Doug Kwan <dougkwan@google.com>
2630
2631 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
2632 * icf.cc (get_section_contents): Cast snprintf arguments to long long
2633 types to avoid warnings due to different uint64_t implementations
2634 on different hosts.
2635
2a2b6d42
DK
26362010-02-21 Doug Kwan <dougkwan@google.com>
2637
2638 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
2639 handling of the maximum backward branch offset.
2640 (Arm_relocate_functions::thumb_branch_common): Ditto.
2641 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
2642 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 2643 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
2644 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
2645 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
2646 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
2647 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
2648 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
2649 thumb_bl_out_of_range thumb_bl_out_of_range.o,
2650 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
2651 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
2652 thumb2_bl_out_of_range.o): New rules.
2653 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
2654 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
2655 thumb2_bl_out_of_range
2656 * testsuite/Makefile.in: Regenerate.
2657 * testsuite/arm_bl_in_range.s: New file.
2658 * testsuite/arm_bl_out_of_range.s: Ditto.
2659 * testsuite/arm_branch_in_range.sh: Ditto.
2660 * testsuite/arm_branch_range.t: Ditto.
2661 * testsuite/thumb2_branch_range.t: Ditto.
2662 * testsuite/thumb_bl_in_range.s: Ditto.
2663 * testsuite/thumb_bl_out_of_range.s: Ditto.
2664 * testsuite/thumb_branch_range.t: Ditto.
2665
b487ad64
ST
26662010-02-20 Sriraman Tallam <tmsriram@google.com>
2667
2668 * gc.h (gc_process_relocs): Change vectors to point to the new list.
2669 Add reloc offset information.
2670 * icf.cc (get_section_contents): Change iterators to point to the new
2671 vectors. Add reloc offset information to the contents.
2672 * icf.h (Icf::Sections_reachable_info): New typedef.
2673 (Icf::Sections_reachable_list): New typedef.
2674 (Icf::Offset_info): New typedef.
2675 (Icf::Reloc_info): New struct typedef.
2676 (Icf::Reloc_info_list): New typedef.
2677 (Icf::symbol_reloc_list): Delete method.
2678 (Icf::addend_reloc_list): Delete method.
2679 (Icf::section_reloc_list): Delete method.
2680 (Icf::reloc_info_list): New method.
2681 (Icf::reloc_info_list_): New member.
2682
f96accdf
DK
26832010-02-19 Doug Kwan <dougkwan@google.com>
2684
2685 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
2686 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
2687 * arm.cc (Arm_relocation_functions): New forward declaration.
2688 (Target_arm::Target_arm): Initialize new data members
2689 got_mod_index_offset_ and tls_base_symbol_defined_.
2690 (Target_arm::Relocate::relocate_tls): New method.
2691 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
2692 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
2693 New methods.
2694 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
2695 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
2696 (Target_arm::got_mod_index_offset_,
2697 Target_arm::tls_base_symbol_defined_): New data members.
2698 (Target_arm::Scan::local, Target::Scan::global,
2699 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
2700 relocations.
2701
c8761b9a
DK
27022010-02-18 Doug Kwan <dougkwan@google.com>
2703
2704 * arm.cc (Arm_relobj::find_linked_text_section): New method.
2705 (Arm_relobj::make_exidx_input_section): Pass section index of linked
2706 text section as a parameter becuase some broken tools may not set
2707 the link in section header.
2708 (Target_arm::has_got_section): New method.
2709 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
2710 without any mapping symbol as data only. Remove warning.
2711 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
2712 link in its section header, try to discover the link by inspecting the
2713 REL31 relocation at the beginning of the section.
2714 (Target_arm::Scan::check_non_pic): Report name of offending relocation
2715 in error message.
2716 (Target_arm::Scan::global): Treat any reference to the symbol
2717 _GLOBAL_OFFSET_TABLE_ as a GOT access.
2718
21bb3914
ST
27192010-02-12 Sriraman Tallam <tmsriram@google.com>
2720
2721 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
2722 (Scan::global_reloc_may_be_function_pointer): New function.
2723 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
2724 (Scan::global_reloc_may_be_function_pointer): New function.
2725 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
2726 (Scan::global_reloc_may_be_function_pointer): New function.
2727 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
2728 (Scan::global_reloc_may_be_function_pointer): New function.
2729 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
2730 (Scan::global_reloc_may_be_function_pointer): New function.
2731 (Scan::possible_function_pointer_reloc): New function.
2732 (Target_x86_64::can_check_for_function_pointers): New function.
2733 * gc.h (gc_process_relocs): Scan relocation types to determine if
2734 function pointers were taken for targets that support it.
2735 * icf.cc (Icf::find_identical_sections): Include functions for
2736 folding in safe ICF whose pointer is not taken.
2737 * icf.h (Secn_fptr_taken_set): New typedef.
2738 (fptr_section_id_): New member.
2739 (section_has_function_pointers): New function.
2740 (set_section_has_function_pointers): New function.
2741 (check_section_for_function_pointers): New function.
2742 * options.h: Fix comment for safe ICF option.
2743 * target.h (can_check_for_function_pointers): New function.
2744 * testsuite/Makefile.am: Add icf_safe_so_test test case.
2745 Modify icf_safe_test for X86-64.
2746 * testsuite/Makefile.in: Regenerate.
2747 * testsuite/icf_safe_so_test.cc: New file.
2748 * testsuite/icf_safe_so_test.sh: New file.
2749 * testsuite/icf_safe_test.cc (kept_func_3): New function.
2750 (main): Change to take pointer to function kept_func_3.
2751 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
2752 folding is done correctly for X86-64.
2753
0da6fa6c
DM
27542010-02-12 David S. Miller <davem@davemloft.net>
2755
2756 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
2757 is_symbolless parameter.
2758 (Output_reloc<SHT_REL>::is_symbolless): New.
2759 (Output_reloc<SHT_REL>::is_symbolless_): New.
2760 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
2761 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
2762 (Output_reloc<SHT_RELA>::is_symbolless): New.
2763 (Output_data_reloc::add_global): Handle is_symbolless.
2764 (Output_data_reloc::add_global_relative): Likewise.
2765 (Output_data_reloc::add_local): Likewise.
2766 (Output_data_reloc::add_local_relative): Likewise.
2767 (Output_data_reloc::add_symbolless_global_addend): New.
2768 (Output_data_reloc::add_symbolless_local_addend): New.
2769 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
2770 is_symbolless.
2771 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
2772 instead of ->is_relative_
2773 (Output_reloc::write): Likewise.
2774 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
2775 (Output_reloc::write_rel): Simplify.
2776
2777 * sparc.cc (Target_sparc::Scan::local): Use
2778 ->add_symbolless_local_addend as needed.
2779 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
2780 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
2781 based upon relocation offset.
2782
e4782e83
DK
27832010-02-11 Doug Kwan <dougkwan@google.com>
2784
2785 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
2786 (Target_arm::Scan::global): Ditto. Also remove a comment before the
2787 beginning of function.
2788 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
2789 and MOVT_ABS relocations. Those are non issued in scanning. Fix
2790 parameter is_32bit in calls to should_apply_static_reloc.
2791 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
2792 (check_DATA): Add arm_abs_global.stdout.
2793 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
2794 arm_abs_global.stdout): New rules.
2795 (MOSTLLYCLEANFILES): Add arm_abs_global
2796 * Makefile.in: Regenerate.
2797 * testsuite/arm_abs_global.s: New file.
2798 * testsuite/arm_abs_global.sh: Ditto.
2799 * testsuite/arm_abs_lib.s: Ditto.
2800
93ceb764
ILT
28012010-02-11 Ian Lance Taylor <iant@google.com>
2802
2803 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
2804 Read_relocs task.
2805 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
2806 Allocate_commons_task first.
2807 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
2808 task, rather than symtab_lock_.
2809 (Gc_process_relocs::~Gc_process_relocs): New function.
2810 (Gc_process_relocs::is_runnable): Check this_blocker_.
2811 (Gc_process_relocs::locks): Use next_blocker_ rather than
2812 blocker_.
2813 (Scan_relocs::~Scan_relocs): New function.
2814 (Scan_relocs::is_runnable): Check this_blocker_ rather than
2815 symtab_lock_.
2816 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
2817 next_blocker_.
2818 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
2819 fields. Add this_blocker_ and next_blocker_ fields. Adjust
2820 constructor accordingly.
2821 (class Gc_process_relocs): Likewise.
2822 (class Scan_relocs): Likewise.
2823 * common.h (class Allocate_commons_task): Remove symtab_lock_
2824 field, and corresponding constructor parameter.
2825 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
2826 symtab_lock_.
2827 (Allocate_commons_task::locks): Likewise.
2828
114dfbe1
ILT
28292010-02-11 Ian Lance Taylor <iant@google.com>
2830
2831 * gold-threads.h (class Once): Define.
2832 (class Initialize_lock): Rewrite as child of Once.
2833 * gold-threads.cc (class Once_initialize): Define.
2834 (once_pointer_control): New static variable.
2835 (once_pointer, once_arg): New static variables.
2836 (c_run_once): New static function.
2837 (Once::Once, Once::run_once, Once::internal_run): New functions.
2838 (class Initialize_lock_once): Remove.
2839 (initialize_lock_control): Remove.
2840 (initialize_lock_pointer): Remove.
2841 (initialize_lock_once): Remove.
2842 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
2843 (Initialize_lock::initialize): Rewrite.
2844 (Initialize_lock::do_run_once): New function.
2845 * archive.cc (Archive::interpret_header): Only clear name if it is
2846 not already empty.
2847 * fileread.cc: Include "gold-threads.h"
2848 (file_counts_lock): New static variable.
2849 (file_counts_initialize_lock): Likewise.
2850 (File_read::release): Only increment counts when using --stats.
2851 Use a lock around the increment.
2852 * parameters.cc (class Set_parameters_target_once): Define.
2853 (set_parameters_target_once): New static variable.
2854 (Parameters::Parameters): Move here from parameters.h.
2855 (Parameters::set_target): Rewrite.
2856 (Parameters::set_target_once): New function.
2857 (Parameters::clear_target): Move here and rewrite.
2858 * parameters.h (class Parameters): Update declarations. Add
2859 set_parameters_target_once_ field.
2860 (Parameters::Parameters): Move to parameters.cc.
2861 (Parameters::clear_target): Likewise.
2862 * readsyms.cc (Read_symbols::do_group): Create a Start_group
2863 task.
2864 (Start_group::~Start_group): New function.
2865 (Start_group::is_runnable): New function.
2866 (Start_group::locks, Start_group::run): New functions.
2867 (Finish_group::run): Change saw_undefined to size_t.
2868 * readsyms.h (class Start_group): Define.
2869 (class Finish_group): Change saw_undefined_ field to size_t.
2870 (Finish_group::Finish_group): Remove saw_undefined and
2871 this_blocker parameters. Change all callers.
2872 (Finish_group::set_saw_undefined): New function.
2873 (Finish_group::set_blocker): New function.
2874 * symtab.h (class Symbol_table): Change saw_undefined to return
2875 size_t. Change saw_undefined_ field to size_t.
2876 * target-select.cc (Set_target_once::do_run_once): New function.
2877 (Target_selector::Target_selector): Initialize set_target_once_
2878 field. Don't initialize lock_ and initialize_lock_ fields.
2879 (Target_selector::instantiate_target): Rewrite.
2880 (Target_selector::set_target): New function.
2881 * target-select.h (class Set_target_once): Define.
2882 (class Target_selector): Update declarations. Make
2883 Set_target_once a friend. Remove lock_ and initialize_lock_
2884 fields. Add set_target_once_ field.
2885
fa17a3f4
ILT
28862010-02-10 Ian Lance Taylor <iant@google.com>
2887
2888 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
2889 queueing any tasks.
2890 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
2891 (queue_middle_tasks): Add all blockers before queueing any tasks.
2892 (queue_final_tasks): Likewise.
2893 * token.h (Task_token::add_blockers): New function.
2894 * object.h (Input_objects::number_of_relobjs): New function.
2895
c7177d31
ILT
28962010-02-10 Ian Lance Taylor <iant@google.com>
2897
5de0e392
ILT
2898 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
2899 shared, not if not position independent.
2900 * x86_64.cc (Relocate::relocate_tls): Likewise.
2901 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
2902 (tls_pie_pic_test): New target.
2903 * testsuite/Makefile.in: Rebuild.
2904
c7177d31
ILT
2905 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
2906 (tls_test_main_pie.o, tls_test_pie.o): New targets.
2907 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
2908 * testsuite/Makefile.in: Rebuild.
2909
684b268a
DM
29102010-02-09 David S. Miller <davem@davemloft.net>
2911
2912 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
2913 R_SPARC_RELATIVE using ->add_local_relative().
2914 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
2915
612a8d3d
DM
2916 * output.h (Output_data_dynamic::add_section_size): New method
2917 that takes two Output_data objects.
2918 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
2919 entry param. Handle it in initializers.
2920 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
2921 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
2922 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
2923 arg.
2924 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
2925 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
2926 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
2927 for dynrel_includes_plt.
2928 * i386.cc (Target_i386::do_finalize_sections): Likewise.
2929 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
2930 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
2931 before .rela.plt
2932 (Target_sparc::do_finalize_sections): Update to pass true for
2933 dynrel_includes_plt.
2934 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
2935 output before .rela.plt
2936 (Target_powerpc::do_finalize_sections): Update to pass true for
2937 dynrel_includes_plt when 32-bit.
2938
cb1be87e
DK
29392010-02-08 Doug Kwan <dougkwan@google.com>
2940
2941 * arm.cc (Arm_relobj::simple_input_section_output_address): New
2942 method.
2943 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
2944 Arm_relobj::scan_section_for_cortex_a8_stubs,
2945 Arm_relobj::do_relocation_section): Instead of calling
2946 Output_section::output_address, use faster
2947 Arm_relobj::simple_input_section_output_address.
2948
705b5121
DM
29492010-02-08 David S. Miller <davem@davemloft.net>
2950
2951 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
2952 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
2953 relocation helper function.
2954
024c4466
DM
2955 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
2956 just like R_SPARC_GOT{10,13,22}.
2957 (Target_sparc::Scan::local): Likewise.
2958 (Target_sparc::Relocate:relocate): Likewise.
2959
9109c078
ILT
29602010-02-06 Ian Lance Taylor <iant@google.com>
2961
2962 * configure.ac: Rewrite targetobjs duplicate removal code to use
2963 only shell constructs.
2964 * configure: Rebuild.
2965
cf846138
DK
29662010-02-05 Doug Kwan <dougkwan@google.com>
2967
2968 PR 11247
2969 * arm.cc (Arm_relobj::section_is_scannable): New method.
2970 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
2971 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
2972
6cfaf60b
DK
29732010-02-04 Doug Kwan <dougkwan@google.com>
2974
2975 PR 11247
2976 * arm-reloc-property.cc (cstdio): Include.
2977 * configure.ac (targetobjs): Remove duplicates.
2978 * configure: Regenerate.
2979 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
2980 big and little endian version for a given address size.
2981
5c57f1be
DK
29822010-02-03 Doug Kwan <dougkwan@google.com>
2983
2984 * arm-reloc-property.cc
2985 (Arm_reloc_property_table::reloc_name_in_error_message): New method
2986 definition.
2987 * arm-reloc-property.h
2988 (Arm_reloc_property_table::get_implemented_static_reloc_property):
2989 New method definition.
2990 (Arm_reloc_property_table::reloc_name_in_error_message): New method
2991 declaration.
2992 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
2993 overflow to N.
2994 (GOT_PREL): Change implemented to Y.
2995 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
2996 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
2997 (Arm_relocate_functions::movw_abs_nc): Remove method.
2998 (Arm_relocate_functions::movt_abs): Ditto.
2999 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
3000 (Arm_relocate_functions::thm_movt_abs): Ditto.
3001 (Arm_relocate_functions::movw_rel_nc): Ditto.
3002 (Arm_relocate_functions::movw_rel): Ditto.
3003 (Arm_relocate_functions::movt_rel): Ditto.
3004 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
3005 (Arm_relocate_functions:thm_movw_rel): Ditto.
3006 (Arm_relocate_functions:thm_movt_rel): Ditto.
3007 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
3008 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
3009 New method definitions.
3010 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
3011 (Arm_relocation_functions::arm_grp_ldr): Ditto.
3012 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
3013 (Arm_relocation_functions::arm_grp_ldc): Ditto.
3014 (Target_arm::Relocate::relocate): Check for non-static or
3015 unimplemented relocation code and exit early. Change calls to
3016 Target_arm::reloc_uses_thumb_bit and
3017 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
3018 instead. Refactor code to handle similar relocations to increase
3019 code sharing. Remove check for unsupported relocation code in switch
3020 statement.
3021 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
3022 relocation property table to find out size. Change error message to
3023 print out the name of a relocation code instead of the numeric value.
3024 (Target_arm::scan_reloc_for_stub): Use relocation property table
3025 instead of calling Target_arm::reloc_uses_thumb_bit().
3026
218c5831
DK
30272010-02-02 Doug Kwan <dougkwan@google.com>
3028
3029 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
3030 types of relaxed input section.
3031
0d31c79d
DK
30322010-02-02 Doug Kwan <dougkwan@google.com>
3033
3034 * Makefile.am (HFILES): Add arm-reloc-property.h.
3035 (DEFFILES): New.
3036 (TARGETSOURCES): Add arm-reloc-property.cc
3037 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
3038 (libgold_a_SOURCES): $(DEFFILES)
3039 * Makefile.in: Regenerate.
3040 * arm-reloc-property.cc: New file.
3041 * arm-reloc-property.h: New file.
3042 * arm-reloc.def: New file.
3043 * arm.cc: Update comments.
3044 (arm-reloc-property.h): New included header.
3045 (arm_reloc_property_table): New global variable.
3046 (Target_arm::do_select_as_default_target): New method definition.
3047 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
3048 arm-reloc-property to targ_extra_obj.
3049 * parameters.cc (set_parameters_target): Call
3050 Target::select_as_default_target().
3051 * target.h (Target::select_as_default_target): New method definition.
3052 (Target::do_select_as_default_target): Same.
3053
546c7457
DK
30542010-02-01 Doug Kwan <dougkwan@google.com>
3055
3056 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
3057 first_output_text_section_.
3058 (Arm_exidx_fixup::first_output_text_section): New method definition.
3059 (Arm_exidx_fixup::first_output_text_section_): New data member.
3060 (Arm_exidx_fixup::process_exidx_section): Record the first text
3061 output section seen.
3062 (Arm_output_section::fix_exidx_coverage): Set correct linked section
3063 and entsize in output section header.
3064
11b861d5
DK
30652010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3066
3067 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
3068 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
3069 (Arm_relocate_functions::thm_alu11): New Method.
3070 (Arm_relocate_functions::thm_pc8): New Method.
3071 (Arm_relocate_functions::thm_pc12): New Method.
3072 (Target_arm::Scan::local): Handle the relocations.
3073 (Target_arm::Scan::global): Likewise.
3074 (Target_arm::Relocate::relocate): Likewise.
3075 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
3076
c9a2c125
DK
30772010-01-29 Doug Kwan <dougkwan@google.com>
3078
3079 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
3080 of relocation types as ld.
3081
1521477a
DK
30822010-01-29 Doug Kwan <dougkwan@google.com>
3083
3084 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
3085 to public.
3086 (Arm_relocate_functions::thumb_branch_common): Ditto.
3087 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
3088 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
3089 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
3090 Arm_relocate_functions::jump24): Remove.
3091 (Target_arm::Relocate::relocate): Adjust code to call
3092 Arm_relocation_functions::arm_branch_common and
3093 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 3094 wrappers. Merge switch-cases together to reduce source code size.
1521477a 3095
e7eca48c
DK
30962010-01-29 Doug Kwan <dougkwan@google.com>
3097
3098 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
3099 output_local_symbol_count_needs_update_.
3100 (Arm_relobj::output_local_symbol_count_needs_update,
3101 Arm_relobj::set_output_local_symbol_count_needs_update,
3102 Arm_relobj::update_output_local_symbol_count): New methods.
3103 (Arm_relobj::output_local_symbol_count_needs_update_): New data
3104 member.
3105 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
3106 of pointed function as in a R_ARM_PREL31 relocation.
3107 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
3108 for output local symbol count updating.
3109 (Target_arm::do_relax): Update output local symbol counts in objects
3110 if necessary.
3111 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
3112
02961d7e
ILT
31132010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3114
3115 * arm.cc: Added support for the ARM relocations:
3116 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
3117 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
3118 (Arm_relocate_functions::movw_rel_nc): Renamed (was
3119 movw_prel_nc).
3120 (Arm_relocate_functions::movw_rel): New method.
3121 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
3122 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
3123 thm_movw_prel_nc).
3124 (Arm_relocate_functions::thm_movw_rel): New method.
3125 (Arm_relocate_functions::thm_movt_rel): Renamed (was
3126 thm_movt_prel).
3127 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
3128 relocations.
3129 (Target_arm::Scan::global): Likewise.
3130 (Target_arm::Relocate::relocate): Likewise.
3131 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3132 Likewise.
3133
b10d2873
ILT
31342010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3135
3136 * arm.cc: Added support for ARM group relocations.
3137 (Target_arm::reloc_needs_sym_origin): New method.
3138 (Arm_relocate_functions::calc_grp_kn): New method.
3139 (Arm_relocate_functions::calc_grp_residual): New method.
3140 (Arm_relocate_functions::calc_grp_gn): New method.
3141 (Arm_relocate_functions::arm_grp_alu): New Method.
3142 (Arm_relocate_functions::arm_grp_ldr): New Method.
3143 (Arm_relocate_functions::arm_grp_ldrs): New Method.
3144 (Arm_relocate_functions::arm_grp_ldc): New Method.
3145 (Target_arm::Scan::local): Handle the ARM group relocations.
3146 (Target_arm::Scan::global): Likewise.
3147 (Target_arm::Relocate::relocate): Likewise.
3148 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3149 Likewise.
3150
2b328d4e
DK
31512010-01-26 Doug Kwan <dougkwan@google.com>
3152
3153 * arm.cc (set): Include.
3154 (class Arm_exidx_fixup): Change type of last_input_section_ to const
3155 pointer type.
3156 (Arm_output_section::Text_section_list): New type.
3157 (Arm_output_section::append_text_sections_to_list): New method.
3158 (Arm_output_section::fix_exidx_coverage): Ditto.
3159 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
3160 (Arm_relobj::convert_input_section_to_relaxed_section): Use
3161 Relobj::set_section_offset() instead of
3162 Sized_relobj::invalidate_section_offset().
3163 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
3164 parameter for section headers. Ignore relocation sections for
3165 unallocated sections and EXIDX sections.
3166 (Target_arm::fix_exidx_coverage): New method.
3167 (Target_arm::output_section_address_less_than): New type.
3168 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
3169 linked text section instead of the EXIDX section.
3170 (Arm_output_section::create_stub_group): Add an assertion to check
3171 that this is not an EXIDX output section.
3172 (Arm_output_section::append_text_sections_to_list): New method.
3173 (Arm_output_section::fix_exidx_coverage): Ditto.
3174 (Arm_relobj::scan_sections_for_stubs): Adjust call to
3175 Arm_relobj::section_needs_reloc_stub_scanning.
3176 (Target_arm::do_relax): Fix EXIDX output section coverage in the
3177 first pass.
3178 (Target_arm::fix_exidx_coverage): New method.
3179 * object.h (Relobj::set_output_section): New method.
3180 (Sized_relobj::invalidate_section_offset): Remove method.
3181 (Sized_relobj::do_invalidate_section_offset): Remove method.
3182 (Sized_relobj::do_set_section_offset): Handle offset value -1.
3183
c7f3c371
DK
31842010-01-25 Doug Kwan <dougkwan@google.com>
3185
3186 * arm.cc (Arm_exidx_merged_section::do_output_offset):
3187 Fix warning due to signed and unsigned comparison on a 32-bit host.
3188
8923b24c
DK
31892010-01-22 Doug Kwan <dougkwan@google.com>
3190
3191 * arm.cc (Target_arm::do_relax): Record an output section for section
3192 offset adjustment it contains any stub table that has changed.
3193 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
3194 offsets in an output section if necessary.
3195 * output.cc (Output_section::Output_section): Initialize
3196 section_offsets_need_adjustments_.
3197 (Output_section::add_input_section_for_script): Renamed to
3198 Output_section::add_simple_input_section.
3199 (Output_section::save_states): Add a comment.
3200 (Output_section::discard_states): New method defintion.
3201 (Output_section::adjust_section_offsets): Same.
3202 * output.h (Output_section::add_input_section_for_script): Renamed to
3203 Output_section::add_simple_input_section.
3204 (Output_section::discard_states): New method declaration.
3205 (Output_section::adjust_section_offsets): Same.
3206 (Output_section::section_offsets_need_adjustment,
3207 Output_section::set_section_offsets_need_adjustment): New method
3208 definitions.
3209 (Output_section::section_offsets_need_adjustment_): New data member.
3210 * script-sections.cc
3211 (Output_section_element_input::set_section_address): Adjust code for
3212 renaming of Output_section::add_input_section_for_script.
3213 (Orphan_output_section::set_section_address): Same.
3214
9b2fd367
DK
32152010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3216
3217 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
3218 Fix_v4bx enum values .
3219 * gold/options.h (General_options): New option definitions.
3220 (General_options::fix_v4bx): New method.
3221 (General_options::Fix_v4bx): New enum.
3222 * gold/options.cc (General_options::parse_fix_v4bx): New method.
3223 (General_options::parse_fix_v4bx_interworking): New method.
3224
80d0d023
DK
32252010-01-22 Doug Kwan <dougkwan@google.com>
3226
3227 * arm.cc (Arm_exidx_fixup): New class.
3228
af2cdeae
DK
32292010-01-21 Doug Kwan <dougkwan@google.com>
3230
3231 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
3232 classes.
3233 (Arm_exidx_section_offset_map): New type.
3234
993d07c1
DK
32352010-01-21 Doug Kwan <dougkwan@google.com>
3236
3237 * arm.cc (Arm_exidx_input_section): New class.
3238 (Arm_relobj::exidx_input_section_by_link,
3239 Arm_relobj::exidx_input_section_by_shndx,
3240 Arm_relobj::make_exidx_input_section): New methods.
3241 (read_arm_attributes_section): Remove.
3242 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
3243 information about them.
3244 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
3245 to here.
3246
5ac169d4
DK
32472010-01-20 Doug Kwan <dougkwan@google.com>
3248
3249 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
3250 Input_section_specifier to Section_id.
3251 (Target_arm::new_arm_input_section: Adjust code for change of key
3252 type.
3253 (Target_arm::find_arm_input_section): Ditto.
3254 * gc.h (object.h): Include for Section_id nand Section_id_hash.
3255 (Section_id): Remove.
3256 (Garbage_collection::Section_id_hash): Remove.
3257 * icf.h (object.h): Include for Section_id nand Section_id_hash.
3258 (Section_id): Remove.
3259 (Icf::Section_id_hash): Remove.
3260 * object.h (Section_id, Const_section_id, Section_id_hash,
3261 Const_section_id_hash): New type definitions.
3262 * output.cc (Output_section::add_relaxed_input_section): Change to
3263 use Const_section_id instead of Input_section_specifier as key type.
3264 (Output_section::add_merge_input_section): Ditto.
3265 (Output_section::build_relaxation_map): Change to use Section_id
3266 instead of Input_section_specifier as key type.
3267 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
3268 Ditto.
3269 (Output_section::convert_input_sections_to_relaxed_sections): Change
3270 to use Const_section_id instead of Input_section_specifier as key type.
3271 (Output_section::find_merge_section): Ditto.
3272 (Output_section::find_relaxed_input_section): Ditto.
3273 * output.h (Input_section_specifier): Remove class.
3274 (Output_section::Output_section_data_by_input_section_map): Change
3275 key type to Const_section_id.
3276 (Output_section::Output_relaxed_input_section_by_input_section_map):
3277 Ditto.
3278 (Output_section::Relaxation_map): Change key type to Section_id.
3279
a2162063
ILT
32802010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3281
3282 * gold/arm.cc: Added support for R_ARM_V4BX relocation
3283 (class Arm_v4bx_stub): New class.
3284 (DEF_STUBS): Updated definition to support v4_veneer_bx.
3285 (Stub_factory::make_arm_v4bx_stub): New method.
3286 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
3287 (Stub_table::empty): Handle v4bx stubs.
3288 (Stub_table::add_arm_v4bx_stub): New method.
3289 (Stub_table::find_arm_v4bx_stub): New method.
3290 (Arm_relocate_functions::v4bx): New method.
3291 (Target_arm::fix_v4bx): New method.
3292 (Target_arm::Target_arm): Handle R_ARM_V4BX.
3293 (Stub_table::relocate_stubs): Likewise.
3294 (Stub_table::do_write): Likewise.
3295 (Stub_table::update_data_size_and_addralign): Likewise.
3296 (Stub_table::finalize_stubs): Likewise.
3297 (Target_arm::Scan::local): Likewise.
3298 (Target_arm::Scan::global): Likewise.
3299 (Target_arm::do_finalize_sections): Likewise.
3300 (Target_arm::Relocate::relocate): Likewise.
3301 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3302 Likewise.
3303 (Target_arm::scan_reloc_for_stub): Likewise.
3304 (Target_arm::scan_reloc_section_for_stubs): Likewise.
3305
5696ab0b
ILT
33062010-01-19 Ian Lance Taylor <iant@google.com>
3307
3308 * output.cc (Output_section_headers::do_sized_write): Write large
3309 segment count to sh_info field.
3310 (Output_file_header::do_sized_write): For large segment count,
3311 write PN_XNUM to e_phnum field.
3312
800d0f56
ILT
33132010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3314
3315 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
3316 (Arm_relocate_functions::thm_jump8): New function.
3317 (Arm_relocate_functions::thm_jump11): New function.
3318 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
3319 R_ARM_THM_JUMP11.
3320 (Target_arm::Scan::global): Likewise.
3321 (Target_arm::Relocate::relocate): Likewise.
3322 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3323 Likewise.
3324
41263c05
DK
33252010-01-14 Doug Kwan <dougkwan@google.com>
3326
3327 * arm.cc (map, utility): Include headers.
3328 (Target_arm::apply_cortex_a8_workaround): New method.
3329 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
3330 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
3331 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
3332 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
3333 the --[no-]fix-cortex-a8 command line options.
3334 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
3335 (Target_arm::relocate_stub): Use addend in instruction template.
3336 * options.h (DEFINE_bool): Set the user-set flag.
3337 (General_options): Add --[no-]-fix-cortex options.
3338 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 3339 : Update fast look-up map after conversion.
41263c05 3340
459e9b03
ST
33412010-01-14 Sriraman Tallam <tmsriram@google.com>
3342
3343 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
3344 in the first pass of do_layout.
3345
b521dfe4
DK
33462010-01-13 Doug Kwan <dougkwan@google.com>
3347
3348 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
3349 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
3350 apparent compiler problem of not folding static constant integral
3351 data members of elfcpp::Elf_sizes<32>.
3352
44272192
DK
33532010-01-13 Doug Kwan <dougkwan@google.com>
3354
3355 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
3356 Arm_relobj::section_needs_cortex_a8_stub_scanning,
3357 Arm_relobj::scan_section_for_cortex_a8_erratum,
3358 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
3359 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
3360 sections to scan for relocation stubs into a new method
3361 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
3362 relocation and Cortex-A8 stub scanning.
3363 (Target_arm::do_relax): Force stubs to be after stubbed sections
3364 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 3365 the beginning of a new relaxation pass. Update a comment.
44272192
DK
3366 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
3367
44b71ece
ILT
33682010-01-12 Ian Lance Taylor <iant@google.com>
3369
3370 * target-reloc.h (visibility_error): New inline function.
3371 (relocate_section): Call visibility_error.
3372 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
3373 (MOSTLYCLEANFILES): Likewise.
3374 (protected_4_pic.o, protected_3.err): New targets.
3375 * testsuite/protected_4.cc: New file.
3376
a120bc7f
DK
33772010-01-12 Doug Kwan <dougkwan@google.com>
3378
3379 * arm.cc (Cortex_a8_reloc): New class.
3380 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
3381 and cortex_a8_relocs_info_.
3382 (Target_arm::fix_cortex_a8): New method definition.
3383 (Target_arm::Cortex_a8_relocs_info): New type.
3384 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
3385 New data member declarations.
3386 (Target_arm::scan_reloc_for_stub): Record information about
3387 relocations for THUMB branches that might be exempted from the
3388 Cortex-A8 workaround.
3389 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
3390 at the beginning of a relaxation pass.
3391
20138696
DK
33922010-01-12 Doug Kwan <dougkwan@google.com>
3393
3394 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
3395 (Arm_relobj::Mapping_symbol_position,
3396 Arm_reloj::Mapping_symbol_position_less,
3397 Arm_relobj::Mapping_symbols_info): New types.
3398 (Target_arm::is_mapping_symbol_name): New method definition.
3399 (Arm_relobj::do_count_local_symbols): Save information about mapping
3400 symbols.
3401
089d69dc
DK
34022010-01-11 Doug Kwan <dougkwan@google.com>
3403
3404 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
3405 Arm_relocate_functions::thumb32_branch_upper,
3406 Arm_relocate_functions::thumb32_branch_lower,
3407 Arm_relocate_functions::thumb32_cond_branch_offset,
3408 Arm_relocate_functions::thumb32_cond_branch_upper,
3409 Arm_relocate_functions::thumb32_cond_branch_lower,
3410 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
3411 branch offset encoding.
3412 (Arm_relocate_functions::thumb_branch_common): Use new branch
3413 offset encoding methods to avoid code duplication.
3414 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
3415 (Stub_addend_reader::operator()): Use new branch encoding method
3416 to avoid code duplication.
3417
99e5bff2
DK
34182010-01-11 Doug Kwan <dougkwan@google.com>
3419
3420 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
3421 (Target_arm::do_finalize_sections): Define special EXIDX section
3422 symbols only if referenced.
3423 * gc.h (Garbage_collection::add_reference): New method.
3424 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
3425 code duplication.
3426
98e090bd
ILT
34272010-01-11 Ian Lance Taylor <iant@google.com>
3428
d0a91bd8
ILT
3429 * script.cc (Version_script_info::build_expression_list_lookup):
3430 Change complaing about duplicate wildcard match from error to
3431 warning.
3432
98e090bd
ILT
3433 * script.cc (class Lazy_demangler): Recreate--revert part of patch
3434 of 2009-12-30.
3435 (Version_script_info::Version_script_info): Initialize globs_,
3436 default_version_, default_is_global_, and exact_. Don't
3437 initialize globals_ or locals_.
3438 (Version_script_info::build_lookup_tables): Build local symbols
3439 first.
3440 (Version_script_info::unquote): New function.
3441 (Version_script_info::add_exact_match): New function.
3442 (Version_script_info::build_expression_list_lookup): Remove lookup
3443 parameter. Add is_global parameter. Change all callers. Handle
3444 wildcard pattern specially. Unquote pattern. Call
3445 add_exact_match.
3446 (Version_script_info::get_name_to_match): New function.
3447 (Version_script_info::get_symbol_version): New function.
3448 (Version_script_info::get_symbol_version_helper): Remove.
3449 (Version_script_info::check_unmatched_names): Call unquote.
3450 * script.h (class Version_script_info): Change get_symbol_version
3451 to be non-inline and add is_global parameter; change all callers.
3452 Rewrite symbol_is_local. Update declarations. Define struct
3453 Version_tree_match, Exact, Globs. Don't define struct Lookup.
3454 Remove globals_ and locals_ members. Add exact_, globs_,
3455 default_version_, is_global_.
3456 (Version_script_info::Glob): Remove pattern, add expression and
3457 is_global. Update constructor. Change all callers.
3458 * dynobj.cc (Versions::finalize): Mark the version symbol as the
3459 default version.
3460 (Versions::symbol_section_contents): If a symbol is undefined, or
3461 defined in a dynamic object, set the version index to
3462 VER_NDX_LOCAL.
3463 * symtab.cc (Symbol_table::add_from_relobj): Don't call
3464 symbol_is_local.
3465 (Symbol_table::add_from_pluginobj): Likewise.
3466 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
3467
d56962d3
DK
34682010-01-11 Doug Kwan <dougkwan@google.com>
3469
3470 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
3471 (incremental_dump_LDADD): Add linking option for libintl.
3472 * Makefile.in: Regenerate.
3473
94e6ee91
L
34742010-01-11 H.J. Lu <hongjiu.lu@intel.com>
3475
3476 PR gold/11144
3477 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
3478 instead of -Ds.
3479 * testsuite/Makefile.in: Regenerated.
3480
e96c574b
DK
34812010-01-10 Doug Kwan <dougkwan@google.com>
3482
3483 * options.h (DEFINE_var): Use parentheses around argument varname__
3484 in macro body to avoid any unintended subsequent substitutions.
3485
7198066b
ILT
34862010-01-10 Ian Lance Taylor <iant@google.com>
3487
ba4d53bf
ILT
3488 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
3489 candidates before doing symbol resolution.
3490
7198066b
ILT
3491 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
3492 ODR candidates if only one is weak.
3493
a2beed37
ILT
34942010-01-08 Ian Lance Taylor <iant@google.com>
3495
3496 * script.cc (Version_script_info::build_expression_list_lookup):
3497 Don't warn about ambiguous version, just record the ambiguity.
3498 (Version_script_info::get_symbol_version_helper): Give error if
3499 version is ambiguous.
3500
2fb7225c
DK
35012010-01-08 Doug Kwan <dougkwan@google.com>
3502
3503 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
3504 prev_data_size_ and prev_addralign_. Remove initializer for
3505 deleted data member has_been_changed_.
3506 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
3507 to determine if the table is empty.
3508 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
3509 Remove.
3510 (Stub_table::add_reloc_stub): Define method in class definition
3511 instead of just declaring it there.
3512 (Stub_table::add_cortex_a8_stub): New method definition.
3513 (Stub_table::update_data_size_and_addralign): Ditto.
3514 (Stub_table::finalize_stubs): Ditto.
3515 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
3516 (Stub_table::do_addralign_): Return address alignment in the
3517 (Stub_table::do_reset_address_and_file_offset): Define method in
3518 class definition instead of declaring it there. Set current data
3519 size to be the data size of the previous pass.
3520 (Stub_table::set_final_data_size): Use current data size as the
3521 final data size.
3522 (Stub_table::relocate_stub): Change parameter type of stub from
3523 Reloc_stub pointer to Stub pointer.
3524 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
3525 (Stub_table::Cortex_a8_stub_list): New typedef.
3526 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
3527 Stub_table::prev_addralign_): New data member.
3528 (Arm_relobj::Arm_relobj): Initialize data member
3529 section_has_cortex_a8_workaround_.
3530 (Arm_relobj::section_has_cortex_a8_workaround,
3531 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
3532 definitions.
3533 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
3534 declarations.
3535 (Target_arm::relocate_stub): Change parameter type of stub from
3536 Reloc_stub pointer to Stub pointer.
3537 (Insn_template::size, Insn_template::alignment): Handle
3538 THUMB16_SPECIAL_TYPE.
3539 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
3540 Stub_table::update_data_size_and_addralign,
3541 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
3542 definitions.
3543 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
3544 (Stub_table::do_write): Ditto.
3545 (Target_arm::do_relax): Adjust code for changes in Stub_table.
3546
880cd20d
ILT
35472010-01-08 Ian Lance Taylor <iant@google.com>
3548
3549 PR 11108
3550 * symtab.h (class Symbol): Remove fields is_target_special_ and
3551 has_plt_offset_. Add field is_defined_in_discarded_section_.
3552 (Symbol::is_defined_in_discarded_section): New function.
3553 (Symbol::set_is_defined_in_discarded_section): New function.
3554 (Symbol::has_plt_offset): Rewrite.
3555 (Symbol::set_plt_offset): Verify that new offset is not -1U.
3556 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
3557 Don't initialize is_target_special_ or has_plt_offset_.
3558 Initialize is_defined_in_discarded_section_.
3559 (Symbol_table::add_from_relobj): If appropriate, set
3560 is_defined_in_discarded_section.
3561 * resolve.cc (Symbol::override_base_with_special): Don't test
3562 is_target_special_. Change has_plt_offset_ to has_plt_offset().
3563 * target-reloc.h (relocate_section): Do special handling for
3564 symbols defined in discarded sections for global symbols as well
3565 as local symbols.
3566
2703e3eb
ILT
35672010-01-08 Ian Lance Taylor <iant@google.com>
3568
3569 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
3570 the SHT_SYMTAB case.
3571
339d40a3
ILT
35722010-01-08 Ian Lance Taylor <iant@google.com>
3573
3574 * object.cc (Sized_relobj::do_layout): Don't get confused if
3575 layout_eh_frame returns NULL.
3576
abecea76
ILT
35772010-01-08 Ian Lance Taylor <iant@google.com>
3578
3579 PR 11084
3580 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
3581 dynamic symbol table, use the normal symbol table.
3582 (Sized_dynobj::do_read_symbols): Remove assertion about type of
3583 symbol table.
3584
6b7dd3f3
ILT
35852010-01-08 Ian Lance Taylor <iant@google.com>
3586
3587 PR 11072
3588 * layout.cc (Layout::include_section): Remove .gnu_debuglink
3589 sections.
3590
36c50e63
L
35912010-01-08 H.J. Lu <hongjiu.lu@intel.com>
3592
3593 * version.cc (print_version): Change to "Copyright 2010".
3594
e291e7b9
ILT
35952010-01-08 Ian Lance Taylor <iant@google.com>
3596
3597 PR 10287
3598 PR 11063
3599 * i386.cc (class Target_i386): Change return type of plt_section
3600 to be non-const.
3601 (class Output_data_plt_i386): Add tls_desc_rel_ field.
3602 (Output_data_plt_i386::Output_data_plt_i386): Initialize
3603 tls_desc_rel_ field.
3604 (Output_data_plt_i386::rel_tls_desc): New function.
3605 (Target_i386::rel_tls_desc_section): New function.
3606 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
3607 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
3608 R_386_TLS_DESC reloc in rel_tls_desc_section.
3609 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
3610 Define struct Tlsdesc_info.
3611 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
3612 (Target_x86_64::do_reloc_symbol_index): New function.
3613 (Target_x86_64::add_tlsdesc_info): New function.
3614 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
3615 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
3616 tlsdesc_rel_ field.
3617 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
3618 all callers.
3619 (Output_data_plt_x86_64::rela_tlsdesc): New function.
3620 (Target_x86_64::rela_tlsdesc_section): New function.
3621 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
3622 handling.
3623 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
3624 (Target_x86_64::do_reloc_addend): New function.
3625 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
3626 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
3627 declarations. Define TARGET_CODE. Add arg field to u1_ union.
3628 (Output_reloc::type): New function.
3629 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
3630 (Output_reloc::is_target_specific): New function.
3631 (Output_reloc::target_arg): New function.
3632 (class Output_reloc) [SHT_RELA]: Add four new constructors for
3633 absolute relocs and target specific relocs.
3634 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
3635 add_target_specific.
3636 (class Output_data_reloc) [SHT_RELA]: Likewise.
3637 * output.cc (Output_reloc::Output_reloc): Add four new versions
3638 for absolute relocs and target specific relocs.
3639 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
3640 (Output_reloc::get_symbol_index): Likewise.
3641 (Output_reloc::local_section_offset): Check that local_sym_index_
3642 is not TARGET_CODE or 0.
3643 (Output_reloc::symbol_value): Likewise.
3644 (Output_reloc::write) [SHT_RELA]: Call target for target specific
3645 reloc.
3646 * target.h (class Target): Add reloc_symbol_index and reloc_addend
3647 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
3648 functions.
3649 * layout.cc (add_target_dynamic_tags): Use output section for
3650 DT_PLTRELSZ and DT_JMPREL.
3651
3a44184e
ILT
36522010-01-07 Ian Lance Taylor <iant@google.com>
3653
3654 PR 11061
3655 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
3656 function.
3657 (class Output_data_reloc_generic): Define.
3658 (class Output_data_reloc_base): Change base class to
3659 Output_data_reloc_generic. Change add() method to call
3660 bump_relative_reloc_count for a relative reloc. Remove
3661 sort_relocs_ field.
3662 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
3663 to sort_relocs().
3664 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
3665 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
3666 appropriate.
3667 * layout.h (class Layout): Update declaration.
3668
ea715a34
ILT
36692010-01-07 Ian Lance Taylor <iant@google.com>
3670
3671 * output.h (class Output_data): Add const version of
3672 output_section and do_output_section.
3673 (class Output_section_data): Add const version of
3674 do_output_section.
3675 (class Output_section): Likewise.
3676 * layout.cc (Layout::add_target_dynamic_tags): New function.
3677 * layout.h (class Layout): Update declarations.
3678 * arm.cc (Target_arm::do_finalize_sections): Use
3679 add_target_dynamic_tags.
3680 * i386.cc (Target_i386::do_finalize_sections): Likewise.
3681 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
3682 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
3683 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
3684
659948a4
ILT
36852010-01-07 Ian Lance Taylor <iant@google.com>
3686
3687 PR 11042
3688 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
3689 object as needed.
3690
9d3b86f6
ILT
36912010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
3692 Ian Lance Taylor <iant@google.com>
3693
3694 PR 11019
3695 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
3696 Xindex::read_symtab_xindex.
3697
bb0d3eb0
DK
36982010-01-07 Doug Kwan <dougkwan@google.com>
3699
3700 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
3701 (Insn_template::thumb16_bcond_insn): New method declaration.
3702 (Insn_template): Fix spelling.
3703 (Stub::thumb16_special): New method declaration.
3704 (Stub::do_write): Define virtual method which was previously pure
3705 virtual.
3706 (Stub::do_thumb16_special): New method declaration.
3707 (Stub::do_fixed_endian_write): New template member.
3708 (Reloc_stub::do_write): Remove.
3709 (Reloc_stub::do_fixed_endian_write): Remove.
3710 (Cortex_a8_stub): New class definition.
3711 (Stub_factory::make_cortex_a8_stub): New method definition.
3712 (Stub_factory::Stub_factory): Add missing static storage class
3713 qualifier for elf32_arm_stub_a8_veneer_blx.
3714
ffeef7df
ILT
37152010-01-07 Ian Lance Taylor <iant@google.com>
3716
dc3f80fe
ILT
3717 PR 10980
3718 * options.h (class General_options): Add --warn-unresolved-symbols
3719 and --error-unresolved-symbols.
3720 * errors.cc (Errors::undefined_symbol): Implement
3721 --warn-unresolved-symbols.
3722
ffeef7df
ILT
3723 * options.h (class General_options): Add -z text and -z textoff.
3724 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
3725
f1ec9ded
ST
37262010-01-06 Sriraman Tallam <tmsriram@google.com>
3727
3728 * gc.h (Garbage_collection::Cident_section_map): New typedef.
3729 (Garbage_collection::cident_sections): New function.
3730 (Garbage_collection::add_cident_section): New function.
3731 (Garbage_collection::cident_sections_): New member.
3732 (gc_process_relocs): Add references to sections whose names are C
3733 identifiers.
3734 * gold.h (cident_section_start_prefix): New constant.
3735 (cident_section_stop_prefix): New constant.
3736 (is_cident): New function.
3737 * layout.cc (Layout::define_section_symbols): Replace string constants
3738 with the newly defined constants.
3739 * object.cc (Sized_relobj::do_layout): Track sections whose names are
3740 C identifiers.
3741 * testsuite/Makefile.am: Add gc_orphan_section_test.
3742 * testsuite/Makefile.in: Regenerate.
3743 * testsuite/gc_orphan_section_test.cc: New file.
3744 * testsuite/gc_orphan_section_test.sh: New file.
3745
6eda8c29
ILT
37462010-01-06 Ian Lance Taylor <iant@google.com>
3747
b9674e17
ILT
3748 PR 10980
3749 * options.h (class General_options): Add --warn-shared-textrel.
3750 * layout.cc (Layout::finish_dynamic_section): Implement
3751 --warn-shared-textrel.
3752
6eda8c29
ILT
3753 PR 10980
3754 * options.h (class General_options): Add --warn-multiple-gp.
3755
32dcd44e
ILT
37562010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3757
3758 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
3759 $(THREADSLIB) and $(LIBDL).
3760 * Makefile.in: Rebuild.
3761
a192ba05
ILT
37622010-01-06 Ian Lance Taylor <iant@google.com>
3763
3764 PR 10980
3765 * options.cc (General_options::parse_section_start): New function.
3766 (General_options::section_start): New function.
3767 (General_options::General_options): Initialize all members.
3768 * options.h: Include <map>
3769 (class General_options): Add --section-start. Add section_starts_
3770 member.
3771 * layout.cc (Layout::attach_allocated_section_to_segment): If
3772 --section-start was used, set the address of the segment. Remove
3773 local sort_sections.
3774 (Layout::relaxation_loop_body): If the address of the load segment
3775 has been set by --section-start, don't use it.
3776 * output.h (Output_segment::update_flags_for_output_section): New
3777 function.
3778 * output.cc (Output_segment::add_output_section): Call
3779 update_flags_for_output_section.
3780
dde3f402
ILT
37812010-01-05 Ian Lance Taylor <iant@google.com>
3782
62dfdd4d
ILT
3783 PR 10980
3784 * options.h (class General_options): Add --undefined-version.
3785 * script.cc (struct Version_expression): Add was_matched_by_symbol
3786 field.
3787 (Version_script_info::matched_symbol): New function.
3788 (Version_script_info::get_symbol_version_helper): Call
3789 matched_symbol.
3790 (Version_script_info::check_unmatched_names): New function.
3791 * script.h (class Version_script_info): Update declarations.
3792 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
3793
9c4ae156
ILT
3794 * options.h (class General_options): Use DEFINE_bool_alias for
3795 allow_multiple_definition.
3796 * resolve.cc (Symbol_table::should_override): Don't test
3797 allow_multiple_definition.
3798
dde3f402
ILT
3799 PR 10980
3800 * options.h (class General_options): Add --cref.
3801 * main.cc (main): Print cref table if --cref. Don't close mapfile
3802 until after printing cref table.
3803 * cref.cc: Include "symtab.h".
3804 (class Cref_inputs): Define Cref_table_compare and Cref_table.
3805 (Cref_table_compare::operator()): New function.
3806 (Cref_inputs::gather_cref): New function.
3807 (filecol): New static const.
3808 (Cref_inputs::print_cref): New function.
3809 (Cref::print_cref): New function.
3810 * cref.h: Include <cstdio>.
3811 (class Cref): Update declarations.
3812 * mapfile.h (Mapfile::file): New function.
3813 * object.h (class Object): Define Symbols. Declare virtual
3814 do_get_global_symbols.
3815 (Object::get_global_symbols): New function.
3816 * object.cc (Input_objects::add_object): Pass object to cref_ if
3817 --cref.
3818 (Input_objects::archive_start): Likewise.
3819 (Input_objects::archive_stop): Likewise.
3820 (Input_objects::print_cref): New function.
3821 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
3822 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
3823 --cref.
3824 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
3825 function.
3826 * plugin.h (class Sized_pluginobj): Update declarations.
3827
8781f709
ILT
38282010-01-05 Ian Lance Taylor <iant@google.com>
3829
3830 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
3831 to is_default_version. Rename insdef to insdefault.
3832 (Symbol_table::add_from_relobj): Rename def to is_default_version
3833 and local to is_forced_local.
3834 (Symbol_table::add_from_pluginobj): Likewise.
3835 (Symbol_table::add_from_dynobj): Likewise.
3836 (Symbol_table::define_special_symbol): Rename insdef to
3837 insdefault.
3838
fe35d28d
ILT
38392010-01-04 Ian Lance Taylor <iant@google.com>
3840
30bc8c46
ILT
3841 PR 10980
3842 * options.h (class General_options): Add
3843 --allow-multiple-definition and -z muldefs.
3844 * resolve.cc (Symbol_table::should_override): Don't warn about a
3845 multiple symbol definition if --allow-multiple-definition or -z
3846 muldefs.
3847
7eaea549
ILT
3848 PR 10980
3849 * options.h (class General_options): Add --add-needed and
3850 --copy-dt-needed-entries. Tweak --as-needed help entry.
3851 * object.cc (Input_objects::check_dynamic_dependencies): Give an
3852 error if --copy-dt-needed-entries aka --add-needed is used and
3853 would cause a change in behaviour.
3854
fe35d28d
ILT
3855 PR 10980
3856 * options.h (class General_options): Add -G as a short version of
3857 --shared. Add no-op options -assert, -g, and -i.
3858
55a2bb35
ST
38592010-01-04 Sriraman Tallam <tmsriram@google.com>
3860
3861 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
3862 check for .text or .gnu.linkonce.t sections.
3863 * icf.cc (Icf::find_identical_sections): Ditto.
3864 Change the detection for mangled function name within the section
3865 name.
3866 * icf.h (is_section_foldable_candidate): New function.
3867
719328e1
ILT
38682009-12-30 Ian Lance Taylor <iant@google.com>
3869
3870 PR 10980
3871 * options.h (class General_options): Permit two dashes with
3872 --retain-symbols-file.
3873
d7bb5745
ILT
38742009-12-30 Ian Lance Taylor <iant@google.com>
3875
403a15dd
ILT
3876 PR 10979
3877 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
3878 don't put the file header and segment headers in the text
3879 segment.
3880
eda294df
ILT
3881 PR 10979
3882 * common.cc (Sort_commons::operator()): Stabilize sort when both
3883 entries are NULL.
3884 (Symbol_table::do_allocate_commons_list): When allocating common
3885 symbols, skip a symbol which is no longer common.
3886 * symtab.h (Symbol::is_common): Test whether the symbol comes from
3887 an object before checking its type.
3888 * testsuite/common_test_2.c: New file.
3889 * testsuite/common_test_3.c: New file.
3890 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
3891 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
3892 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
3893 (common_test_2_pic.o, common_test_2.so): New targets.
3894 (common_test_3_pic.o, common_test_3.so): New targets.
3895 * testsuite/Makefile.in: Rebuild.
3896
d7bb5745
ILT
3897 PR 10979
3898 * script.cc (read_input_script): If we see a new SECTIONS clause,
3899 and we have added an input section, give an error.
3900 * layout.h (class Layout): Add have_added_input_section function.
3901 Add have_added_input_section_ field.
3902 * layout.cc (Layout::Layout): Initialize
3903 have_added_input_section_.
3904 (Layout::layout): Set have_added_input_section_.
3905 (Layout::layout_eh_frame): Likewise.
3906
fc59c572
ILT
39072009-12-30 Ian Lance Taylor <iant@google.com>
3908
3909 PR 10931
3910 * options.h (class General_options): Add --sort-common option.
3911 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
3912 * common.cc (Sort_common): Add sort_order parameter to
3913 constructor. Add sort_order_ field.
3914 (Sort_commons::operator): Check sort_order_.
3915 (Symbol_table::allocate_commons): Determine the sort order.
3916 (Symbol_table::do_allocate_commons): Add sort_order parameter.
3917 Change all callers.
3918 (Symbol_table::do_allocate_commons_list): Likewise.
3919
1c74fab0
ILT
39202009-12-30 Ian Lance Taylor <iant@google.com>
3921
3922 PR 10916
3923 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
3924 symbols from this object, don't change the visibility of an
3925 undefined symbol.
3926 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
3927
6affe781
ILT
39282009-12-30 Ian Lance Taylor <iant@google.com>
3929
3930 PR 10861
3931 * script.h (class Version_script_info): Define Language enum.
3932 Update declarations. Define Glob, Exact, and Lookup types. Add
3933 new fields globals_, locals_, and is_finalized_.
3934 * script.cc: Various formatting fixes.
3935 (class Parser_closure): Change language_stack_ from a vector of
3936 std::string to one of Version_script_info::Language. Adjust all
3937 uses accordingly.
3938 (class Lazy_demangler): Remove.
3939 (struct Version_expression): Change language from std::string to
3940 Version_script_info::Language.
3941 (Version_script_info::Version_script_info): New function.
3942 (Version_script_info::~Version_script_info): Don't call clear.
3943 (Version_script_info::finalize): New function.
3944 (Version_script_info::build_lookup_tables): New function.
3945 (Version_script_info::build_expression_list_lookup): New
3946 function.
3947 (Version_script_info::get_symbol_version_helper): Rewrite to use
3948 lookup tables.
3949 (Version_script_info::print_expression_list): Adjust to use
3950 Version_script_info::Language.
3951 (script_push_lex_into_version_mode): Check that the version script
3952 has not been finalized.
3953 (version_script_push_lang): Change language string to
3954 Version_script_info::Language.
3955 * options.cc (Command_line::version_script): New function.
3956 * options.h (class General_options): Add finalize_dynamic_list
3957 function. Change version_script from declaration to definition.
3958 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
3959 * testsuite/version_script.map: Remove duplicate def of foo.
3960 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
3961 version_script.map.
3962 * testsuite/Makefile.in: Rebuild.
3963
818bf354
ILT
39642009-12-30 Ian Lance Taylor <iant@google.com>
3965
3966 PR 10843
3967 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
3968 if the input symbol index is 0, make the output symbol index 0.
3969
ebcc8304
ILT
39702009-12-30 Ian Lance Taylor <iant@google.com>
3971
3972 PR 10670
3973 * options.h (class General_options): Add -x/--discard-all.
3974 * object.cc (Sized_relobj::do_count_local_symbols): Handle
3975 --discard-all. If the local symbol needs a dynamic entry, check
3976 that before handling --discard-locals.
3977
176fe33f
ILT
39782009-12-30 Ian Lance Taylor <iant@google.com>
3979
bb321bb1
ILT
3980 PR 10450
3981 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
3982 flags to PF_R.
3983 (Output_segment::add_output_section): Don't change the flags if
3984 the type is PT_TLS.
3985
176fe33f
ILT
3986 PR 10450
3987 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
3988 GNU hash table if they need a dynamic value. Otherwise, don't add
3989 them if they are defined in a dynamic object or are forced local.
3990
e8cd95c7
ILT
39912009-12-29 Ian Lance Taylor <iant@google.com>
3992
1b81fb71
ILT
3993 PR 10450
3994 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
3995 .gnu.hash table for a 32-bit target.
3996
8d6d383d
ILT
3997 PR 10450
3998 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
3999 regular and a dynamic object only needs a dynamic symbol table
4000 entry if it is externally visible.
4001
e785ec03
ILT
4002 PR 10450
4003 * i386.cc (class Target_i386): Initialize global_offset_table_ in
4004 constructor. Add global_offset_table_ field.
4005 (Target_i386::got_section): Set global_offset_table_.
4006 (Target_i386::do_finalize_sections): Set global_offset_table_
4007 size.
4008 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
4009 in constructor. Add global_offset_table_ field.
4010 (Target_x86_64::got_section): Set global_offset_table_.
4011 (Target_x86_64::do_finalize_sections): Set global_offset_table_
4012 size.
4013
1a2dff53
ILT
4014 * layout.cc (Layout::Layout): Initialize increase_relro_.
4015 (Layout::get_output_section): Add is_relro, is_last_relro, and
4016 is_first_non_relro parameters. Change all callers.
4017 (Layout::choose_output_section): Likewise.
4018 (Layout::add_output_section_data): Likewise.
4019 (Layout::make_output_section): Likewise.
4020 (Layout::set_segment_offsets): Clear increase_relro when using a
4021 linker script.
4022 * layout.h (class Layout): Add increase_relro method. Add
4023 increase_relro_ field. Update declarations.
4024 * output.cc (Output_section::Output_section): Initialize
4025 is_last_relro_ and is_first_non_relro_.
4026 (Output_segment::add_output_section): Group relro sections is
4027 do_sort is true. Handle is_last_relro and is_first_non_relro.
4028 (Output_segment::maximum_alignment): Remove relro handling.
4029 (Output_segment::set_section_addresses): Add increase_relro
4030 parameter. Change all callers. Add initial alignment to align
4031 relro sections on separate page. Remove old relro handling.
4032 (Output_segment::set_section_list_addresses): Remove in_relro
4033 parameter. Change all callers.
4034 (Output_segment::set_offset): Add increase parameter. Change all
4035 callers. Remove old relro handling.
4036 * output.h (class Output_section): Add new methods: is_last_relro,
4037 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
4038 Add is_last_relro_ and is_first_non_relro_ fields.
4039 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
4040 Create separate .got.plt section. Call increase_relro.
4041 * x86_64.cc (Target_x86_64::got_section): Likewise.
4042 * testsuite/relro_script_test.t: Add .got.plt.
4043
f0ba79e2
ILT
4044 PR 10450
4045 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
4046 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
4047 (Layout::finalize): Call set_dynamic_symbol_size.
4048 (Layout::set_dynamic_symbol_size): New function.
4049 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
4050 set_dynamic_symbol_size.
4051
e8cd95c7
ILT
4052 PR 10450
4053 * output.h (class Output_section): Add is_entsize_zero_ field.
4054 * output.cc (Output_section::Output_section): Initialize
4055 is_entsize_zero_.
4056 (Output_section::set_entsize): If two different entsizes are
4057 requested, force it to zero.
4058 (Output_section::add_input_section): Set flags for .debug_str
4059 before updating section flags. Set entsize.
4060 (Output_section::update_flags_for_input_section): Set SHF_MERGE
4061 and SHF_STRING if all input sections have those flags.
4062
3e1b9a8a
RÁE
40632009-12-29 Rafael Espindola <espindola@google.com>
4064
4065 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
4066 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
4067 reporting.
3e1b9a8a 4068
3dcad376
ST
40692009-12-29 Sriraman Tallam <tmsriram@google.com>
4070
4071 * options.cc (General_options::parse_version): Allow -v to exit
4072 without an error if there is nothing to link.
4073
084e2665
ILT
40742009-12-29 Ian Lance Taylor <iant@google.com>
4075
4076 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
4077 using a version of gcc before 4.1.
4078 * configure: Rebuild.
4079
250acde3
CD
40802009-12-28 Chris Demetriou <cgd@google.com>
4081
4082 * attributes.cc (Output_attributes_section_data::do_write): Use
4083 std::vector::front rather than std::vector::data.
4084
99fff23b
ILT
40852009-12-28 Ian Lance Taylor <iant@google.com>
4086
4087 * symtab.h (class Symbol_table): Add enum Defined.
4088 * resolve.cc (Symbol_table::should_override): Add defined
4089 parameter. Change all callers. Test whether object is NULL
4090 before calling a method on it.
4091 (Symbol_table::report_resolve_problem): Add defined parameter.
4092 Change all callers.
4093 (Symbol_table::should_override_with_special): Likewise.
4094 * symtab.cc (Symbol_table::define_in_output_data): Add defined
4095 parameter. Change all callers.
4096 (Symbol_table::do_define_in_output_data): Likewise.
4097 (Symbol_table::define_in_output_segment): Likewise.
4098 (Symbol_table::do_define_in_output_segment): Likewise.
4099 (Symbol_table::define_as_constant): Likewise.
4100 (Symbol_table::do_define_as_constant): Likewise.
4101 * script.h (class Symbol_assignment): Add is_defsym parameter to
4102 constructor; change all callers.
4103 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
4104 parameter. Change all callers. Add is_defsym_ field.
4105 (class Parser_closure): Add parsing_defsym parameter to
4106 constructor; change all callers. Add parsing_defsym accessor
4107 function. Add parsing_defsym_ field.
4108
556bd683
ILT
41092009-12-28 Ian Lance Taylor <iant@google.com>
4110
4111 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 4112 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 4113
1782c879
ILT
41142009-12-23 Ian Lance Taylor <iant@google.com>
4115
4116 * i386.cc (Target_i386::do_calls_non_split): Recognize
4117 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
4118 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
4119 -fsplit-stack prologue when using %r11.
1782c879 4120
329ca2b1
ST
41212009-12-21 Sriraman Tallam <tmsriram@google.com>
4122
4123 * options.cc (General_options::parse_version): Make -v continue and do
4124 the link like GNU ld does.
4125
d675ff46
RÁE
41262009-12-17 Rafael Avila de Espindola <espindola@google.com>
4127
4128 * Makefile.am (CCFILES): Add timer.cc.
4129 (HFILES): Add timer.h.
4130 * configure.ac: Check for sysconf and times.
4131 * main.cc: include timer.h.
4132 (main): Use Timer instead of get_run_time.
4133 * timer.cc: New.
4134 * timer.h: New.
4135 * workqueue.cc: include timer.h.
4136 (Workqueue::find_and_run_task):
4137 Report user, sys and wall time.
4138 * Makefile.in: Regenerate.
4139 * config.in: Regenerate.
4140 * configure: Regenerate.
4141
d6344fb5
DK
41422009-12-16 Doug Kwan <dougkwan@google.com>
4143
4144 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
4145 sections.
4146 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
4147 relaxed input sections.
4148 * output.cc (Output_section::find_relaxed_input_section): Change
4149 return type to Output_relaxed_input_section pointer. Adjust code
4150 for new type of relaxed_input_section_map_.
4151 * output.h (Output_section::find_relaxed_input_section): Change
4152 return type to Output_relaxed_input_section pointer.
4153 (Output_section::Output_relaxed_input_section_by_input_section_map):
4154 New type.
4155 (Output_section::relaxed_input_section_map_): Change type to
4156 Output_section::Output_relaxed_input_section_by_input_section_map.
4157 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
4158 input section.
4159
0e0d5469
ILT
41602009-12-15 Ian Lance Taylor <iant@google.com>
4161
4162 * layout.cc (Layout::create_shstrtab): Only write out after input
4163 sections if we are compressing debug sections.
4164
0649a889
ILT
41652009-12-15 Ian Lance Taylor <iant@google.com>
4166
4167 * archive.cc (Archive::add_symbols): Only look up a symbol without
4168 a version if there is, in fact, a version.
4169
2ea97941
ILT
41702009-12-14 Ian Lance Taylor <iant@google.com>
4171
4172 Revert -Wshadow changes, all changes from:
4173 2009-12-11 Doug Kwan <dougkwan@google.com>
4174 2009-12-11 Nick Clifton <nickc@redhat.com>
4175 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
4176
b0eec2cc
DK
41772009-12-11 Doug Kwan <dougkwan@google.com>
4178
4179 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
4180 due to -Wshadow.
4181 * attributes.cc (Object_attribute::size): Ditto.
4182 (Attributes_section_data::size): Ditto.
4183 (Attributes_section_data::Attributes_section_data): Ditto.
4184 (Output_attributes_section_data::do_write): Ditto.
4185 * attributes.h (Object_attribute::set_type): Ditto.
4186 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
4187
91d6fa6a
NC
41882009-12-11 Nick Clifton <nickc@redhat.com>
4189
4190 * archive.cc: Fix shadowed variable warnings.
4191 * arm.cc: Likewise.
4192 * compressed_output.cc: Likewise.
4193 * compressed_output.h: Likewise.
4194 * configure: Likewise.
4195 * dwarf_reader.cc: Likewise.
4196 * dynobj.cc: Likewise.
4197 * dynobj.h: Likewise.
4198 * ehframe.cc: Likewise.
4199 * ehframe.h: Likewise.
4200 * errors.cc: Likewise.
4201 * expression.cc: Likewise.
4202 * fileread.cc: Likewise.
4203 * fileread.h: Likewise.
4204 * freebsd.h: Likewise.
4205 * i386.cc: Likewise.
4206 * icf.cc: Likewise.
4207 * incremental.h: Likewise.
4208 * layout.cc: Likewise.
4209 * layout.h: Likewise.
4210 * mapfile.cc: Likewise.
4211 * merge.cc: Likewise.
4212 * merge.h: Likewise.
4213 * object.cc: Likewise.
4214 * object.h: Likewise.
4215 * options.h: Likewise.
4216 * output.cc: Likewise.
4217 * output.h: Likewise.
4218 * parameters.cc: Likewise.
4219 * plugin.cc: Likewise.
4220 * powerpc.cc: Likewise.
4221 * reduced_debug_output.cc: Likewise.
4222 * reduced_debug_output.h: Likewise.
4223 * reloc.cc: Likewise.
4224 * reloc.h: Likewise.
4225 * resolve.cc: Likewise.
4226 * script-sections.cc: Likewise.
4227 * script.cc: Likewise.
4228 * script.h: Likewise.
4229 * sparc.cc: Likewise.
4230 * symtab.cc: Likewise.
4231 * symtab.h: Likewise.
4232 * target-select.cc: Likewise.
4233 * target-select.h: Likewise.
4234 * token.h: Likewise.
4235 * workqueue.cc: Likewise.
4236 * workqueue.h: Likewise.
4237 * x86_64.cc: Likewise.
4238
a0351a69
DK
42392009-12-10 Doug Kwan <dougkwan@google.com>
4240
4241 * arm.cc (attributes.h): New include.
4242 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
4243 (Arm_relobj::~Arm_relobj): Delete object pointed by
4244 attributes_section_data_.
4245 (Arm_relobj::attributes_section_data): New method definition.
4246 (Arm_relobj::attributes_section_data_): New data member declaration.
4247 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
4248 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
4249 attributes_section_data_.
4250 (Arm_dynobj::attributes_section_data): New method definition.
4251 (Arm_dynobj::attributes_section_data_): New data member declaration.
4252 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
4253 initialization value of may_use_blx_ to false.
4254 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
4255 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
4256 object attributes to compute results instead of hard-coding.
4257 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
4258 Target_arm::get_secondary_compatible_arch,
4259 Target_arm::set_secondary_compatible_arch
4260 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
4261 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
4262 New method declarations.
4263 (Target_arm::get_aeabi_object_attribute): New method definition.
4264 (Target_arm::attributes_section_data_): New data member declaration.
4265 (read_arm_attributes_section): New template definition.
4266 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
4267 (Arm_dynobj::do_read_symbols): Ditto.
4268 (Target_arm::do_finalize_sections): Merge attributes sections from
4269 input. Check for BLX use after attributes section merging.
4270 Fix __exidx_start and __exidx_end visibility. Create an
4271 .ARM.attributes section if necessary.
4272 (Target_arm::get_secondary_compatible_arch,
4273 Target_arm::set_secondary_compatible_arch,
4274 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
4275 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 4276 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
4277 New method definitions.
4278
b59befec
ILT
42792009-12-09 Ian Lance Taylor <iant@google.com>
4280
4281 * plugin.cc (Plugin::load): Don't cast from void* to a function
4282 pointer.
4283
1276bc89
ILT
42842009-12-09 Ian Lance Taylor <iant@google.com>
4285
4286 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
4287 information fields.
4288
2f2de248
L
42892009-12-09 H.J. Lu <hongjiu.lu@intel.com>
4290
4291 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
4292 Replace two_file_shared_1.so with two_file_shared_2.so.
4293 * testsuite/Makefile.in: Regenerated.
4294
4f787271
DK
42952009-12-08 Doug Kwan <dougkwan@google.com>
4296
4297 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
4298 (HFILES): Add attributes.h and int_encoding.h.
4299 * Makefile.in: Regenerate.
4300 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
4301 function definitions to int_encoding.cc
4302 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
4303 prototypes to int_encoding.h
4304 * reduced_debug_output.cc (int_encoding.h): New include.
4305 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
4306 function definitions to int_encoding.cc
4307 (insert_into_vector, read_from_pointer): Move template definitions to
4308 int_encoding.h
4309 * attributes.cc: New file.
4310 * attributes.h: New file.
4311 * int_encoding.cc: New file.
4312 * int_encoding.h: New file.
4313
20b52f1a
RÁE
43142009-12-07 Rafael Avila de Espindola <espindola@google.com>
4315
4316 PR gold/11055
4317 * incremental-dump.cc (dump_incremental_inputs): New.
4318 (main): Use dump_incremental_inputs.
4319
53d7974c
L
43202009-12-07 H.J. Lu <hongjiu.lu@intel.com>
4321
4322 PR gold/10893
4323 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
4324 checking elfcpp::STT_FUNC.
4325 (Target_i386::Relocate::relocate): Likewise.
4326 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4327
4328 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
4329 symbols from shared libraries into normal FUNC symbols.
4330
4331 * symtab.h (Symbol): Add is_func and use it.
4332
05a352e6
DK
43332009-12-05 Doug Kwan <dougkwan@google.com>
4334
4335 * arm.cc (Target_arm::arm_info): Initialize new fields
4336 attributes_section and attributes_vendor.
4337 * i386.cc (Target_i386::i386_info): Same.
4338 * object.cc (Sized_relobj::do_layout): Skip attribute section.
4339 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
4340 fields attributes_section and attributes_vendor.
53d7974c 4341 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
4342 * target.h (Target::attributes_section, Target::attributes_vendor,
4343 Target::is_attributes_section, Target::attribute_arg_type,
4344 Target::attributes_order): New method definitions.
4345 (Target::Target_info::attributes_section,
4346 Target::Target_info::attributes_vendor): New fields.
4347 (Target::do_attribute_arg_type, Target::do_attributes_order): New
4348 virtual method definitions.
4349 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
4350 attributes_section and attributes_vendor.
4351 * testsuite/testfile.cc (Target_test::test_target_info): Same.
4352
f4e5969c
DK
43532009-12-05 Doug Kwan <dougkwan@google.com>
4354
4355 * arm.cc: Update comments about interworking and stub generation.
4356 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
4357 considered as non-PIC.
4358 (Arm_relocate_functions::base_abs): Fix formatting.
4359 (Arm_relocate_functions::got_prel): Fix comment. Change interface
4360 of function to use GOT entry address instead of offset.
4361 (Target_arm::Scan::global): Issue an error if a symbol would need a
4362 PLT does not get one because it is untyped. Remove code to create
4363 dynamic symbols for relative branches.
4364 (Target_arm::Relocate::relocate: Use 0 instead of false since function
4365 takes unsigned integer instead of boolean.
4366
1abce4a6
L
43672009-12-05 H.J. Lu <hongjiu.lu@intel.com>
4368
4369 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
4370 (two_file_test_LDADD): Likewise.
4371 (common_test_1_LDADD): Likewise.
4372 (exception_test_LDADD) Likewise.
4373 (weak_test_LDADD): Likewise.
4374 (many_sections_test_LDADD): Likewise.
4375 (initpri1_LDADD): Likewise.
4376 (script_test_1_LDADD): Likewise.
4377 (script_test_2_LDADD): Likewise.
4378 (justsyms_LDADD): Likewise.
4379 (binary_test_LDADD): Likewise.
4380 (large_LDADD): Likewise.
4381 * testsuite/Makefile.in: Regenerated.
4382
adcf2816 43832009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 4384
adcf2816
L
4385 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
4386 (Symbol_table::override_with_special): Likewise.
4387 (Symbol_table::add_from_object): Likewise.
4388
28e67f5d
RÁE
43892009-12-04 Rafael Avila de Espindola <espindola@google.com>
4390
4391 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
4392 Don't set the data_offset twice.
4393
ae10a101
RÁE
43942009-12-04 Rafael Avila de Espindola <espindola@google.com>
4395
4396 * testsuite/Makefile.in: Regenerate.
4397
f59f41f3
DK
43982009-12-03 Doug Kwan <dougkwan@google.com>
4399
4400 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
4401 (Target_arm::do_finalize_sections): Add parameter for symbol table
4402 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
4403 * i386.cc (Target_i386::do_finalize_sections): Add an additional
4404 parameter for symbol table pointer.
4405 * layout.cc (Layout::finalize): Call Target::finalize_sections with
4406 an additional parameter for a pointer to symbol table.
4407 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
4408 parameter for a symbol table pointer.
4409 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
4410 * target.h (Target::finalize_sections, Target::do_finalize_sections):
4411 Ditto.
4412 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
4413 parameter for a symbol table pointer.
4414
ca55d848
RÁE
44152009-12-03 Rafael Avila de Espindola <espindola@google.com>
4416
4417 * incremental.cc (Incremental_inputs_header)
4418 (Incremental_inputs_header_write, Incremental_inputs_entry)
4419 (Incremental_inputs_entry_write): Move ...
4420 * incremental.h (Incremental_inputs_header)
4421 (Incremental_inputs_header_write, Incremental_inputs_entry)
4422 (Incremental_inputs_entry_write): here.
4423
3aec4f9c
RÁE
44242009-12-02 Rafael Avila de Espindola <espindola@google.com>
4425
4426 * incremental.cc (make_sized_incremental_binary): Set the target.
4427 Error if it is incompatible.
4428 * output.h (Output_file): Add filename method.
4429
9c0ae74d
RÁE
44302009-12-02 Rafael Avila de Espindola <espindola@google.com>
4431
4432 * incremental.cc (Incremental_inputs_entry): Remove unused argument
4433 from the get_* methods.
4434
a45500ae
RÁE
44352009-12-02 Rafael Avila de Espindola <espindola@google.com>
4436
4437 * incremental-dump.cc (main): Check that the offeset of a script is 0.
4438 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
4439 Write 0 for the data_offset of scripts.
4440
325e6408
RÁE
44412009-12-02 Rafael Avila de Espindola <espindola@google.com>
4442
4443 * testsuite/Makefile.am: Add the incremental_test.sh test.
4444 * testsuite/incremental_test.sh: New.
4445 * testsuite/incremental_test_1.c: New.
4446 * testsuite/incremental_test_2.c: New.
4447
954c3e2e
RÁE
44482009-12-01 Rafael Avila de Espindola <espindola@google.com>
4449
4450 * incremental-dump.cc (main): Fix typos.
4451
f8086623
RÁE
44522009-11-27 Rafael Avila de Espindola <espindola@google.com>
4453
4454 PR gold/11025
4455 * incremental-dump.cc (main): Use llu to print 64 bit values.
4456
3b0dd6ac
L
44572009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
4458 H.J. Lu <hongjiu.lu@intel.com>
4459
4460 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
4461 $(LIBDL).
4462 (incremental_dump_LDADD): Likewise.
4463 * Makefile.in: Regenerated.
4464
a6d1ef57 44652009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 4466
a6d1ef57
DK
4467 Revert:
4468
4469 2009-11-25 Doug Kwan <dougkwan@google.com>
4470
4471 * arm.cc (Target_arm::Target_arm): Move method definition
4472 outside of class definition. Add code to handle
4473 --target1-rel, --target1-abs and --target2= options.
4474 (Target_arm::get_reloc_reloc_type): Change method to be
4475 non-static and const.
4476 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
4477 New data member declaration.
4478 (Target_arm::Scan::local, Target_arm::Scan::global,
4479 Target_arm::Relocate::relocate,
4480 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
4481 Adjust call to Target_arm::get_real_reloc_type.
4482 (Target_arm::get_real_reloc_type): Use command line options
4483 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
4484 * options.h (--target1-rel, --target1-abs, --target2): New
4485 ARM-only options.
4486
50aeb7d4
DK
44872009-11-25 Doug Kwan <dougkwan@google.com>
4488
4489 * arm.cc (Target_arm::Target_arm): Move method definition outside of
4490 class definition. Add code to handle --target1-rel, --target1-abs
4491 and --target2= options.
4492 (Target_arm::get_reloc_reloc_type): Change method to be non-static
4493 and const.
4494 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
4495 member declaration.
4496 (Target_arm::Scan::local, Target_arm::Scan::global,
4497 Target_arm::Relocate::relocate,
4498 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
4499 call to Target_arm::get_real_reloc_type.
4500 (Target_arm::get_real_reloc_type): Use command line options to
4501 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
4502 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
4503 options.
4504
51938283
DK
45052009-11-25 Doug Kwan <dougkwan@google.com>
4506
4507 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
4508 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
4509 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
4510 formatting.
4511 (Arm_relocate_functions::thm_call): Replace body with a call to
4512 Arm_relocate_functions::thumb_branch_common.
4513 (Arm_relocate_functions::thm_jump24,
4514 Arm_relocate_functions::thm_xpc22): New method definitions.
4515 (Arm_relocate_functions::thumb_branch_common): New method definition.
4516 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
4517 operator.
4518 (Target_arm::Relocate::relocate): Adjust call to thm_call.
4519 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
4520
e2b8f3c4
RÁE
45212009-11-24 Rafael Avila de Espindola <espindola@google.com>
4522
4523 * Makefile.am: Build incremental-dump
4524 * Makefile.in: Regenerate.
4525 * incremental-dump.cc: New.
4526 * incremental.cc (Incremental_inputs_header_data,
4527 Incremental_inputs_entry_data): Move to incremental.h
4528 * incremental.h: (Incremental_inputs_header_data,
4529 Incremental_inputs_entry_data): Move from incremental.cc
4530
bcba9aec
RÁE
45312009-11-24 Rafael Avila de Espindola <espindola@google.com>
4532
4533 * incremental.cc (Incremental_inputs_header,
4534 Incremental_inputs_header_write, Incremental_inputs_entry,
4535 Incremental_inputs_entry_write): Add a typedef with the data type.
4536
7c3afe08
RÁE
45372009-11-24 Rafael Avila de Espindola <espindola@google.com>
4538
4539 * incremental.cc (Incremental_inputs_header,
4540 Incremental_inputs_header_write, Incremental_inputs_entry,
4541 Incremental_inputs_entry_write): Update comment about which
4542 type has the filed descriptions.
4543
d204b6e9
DK
45442009-11-15 Doug Kwan <dougkwan@google.com>
4545
4546 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
4547 (Arm_relocate_functions::arm_branch_common): Change method defintion
4548 in class definition to a method declaration and update list of formal
4549 parameters.
4550 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
4551 Arm_relocation_functions::jump24): Adjust call to
4552 Arm_relocate_functions::arm_branch_common. Update list of formal
4553 parameters.
4554 (Arm_relocate_functions::xpc25): New method definition.
4555 (Arm_relocate_functions::arm_branch_common): Move method defintion
4556 out from class definition. Use stubs for mode-switching and extending
4557 branch ranges.
4558 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
4559 specially. Change code to enable use of stubs in ARM branches.
4560
43d12afe
DK
45612009-11-10 Doug Kwan <dougkwan@google.com>
4562
4563 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
4564 in method declaration.
4565 (Target_arm::relocate_stub): New method declaration.
4566 (Target_arm::default_target): Change to return a pointer instead of
4567 a const reference.
4568 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
4569 Target_arm::default_target.
4570 (Arm_Relobj::do_relocate_sections): Remove options paramater in
4571 method definition.
4572 (Target_arm::relocate_section): Adjust view.
4573 (Target_arm::relocate_stub): New method definition.
4574
ac33a407
DK
45752009-11-10 Doug Kwan <dougkwan@google.com>
4576
4577 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
4578 a format warning.
4579 * incremental.cc (open_incremental_binary): Initialized local
4580 variables to avoid warnings.
4581 * object.cc (make_elf_object): Ditto.
4582 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
4583 a format warning.
e1df38aa 4584
88ee28e9
L
4585009-11-09 H.J. Lu <hongjiu.lu@intel.com>
4586
4587 PR gold/10930
4588 * testsuite/plugin_test.c: Include "config.h".
4589
2daedcd6
DK
45902009-11-09 Doug Kwan <dougkwan@google.com>
4591
4592 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
4593 (arm_symbol_value): Remove.
4594 (Arm_relocate_functions::arm_branch_common,
4595 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
4596 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
4597 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
4598 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
4599 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
4600 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
4601 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
4602 Arm_relocate_functions::thm_mobw_abs_nc,
4603 Arm_relocate_functions::thm_mov_abs,
4604 Arm_relocate_functions::movw_prel_nc,
4605 Arm_relocate_functions::thm_movt_abs,
4606 Arm_relocate_functions::movt_prel,
4607 Arm_relocate_functions::thm_movw_prel_nc,
4608 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
4609 (Target_arm::Relocate::relocate): Only decompose address into two
4610 parts if relocation type uses the thumb-bit and pass the actual
4611 bit instead of a flag indicating that the thumb-bit is used. Adjust
4612 calls to methods in Arm_relocate_functions for this change.
4613
1276bc89 46142009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
4615
4616 PR 10925
4617 * reloc.cc: Instantiate
4618 Sized_relobj::initialize_input_to_output_maps and
4619 Sized_relobj:free_input_to_output_maps.
4620
e53ad1b5
ILT
46212009-11-06 Ian Lance Taylor <iant@google.com>
4622
4623 PR 10876
4624 * defstd.cc (in_segment): Set only_if_ref true for "end".
4625
eb44217c
DK
46262009-11-06 Doug Kwan <dougkwan@google.com>
4627
4628 * arm.cc (class Reloc_stub): Correct a comment.
4629 (Target_arm::Target_arm): Initialize arm_input_section_map_.
4630 (Target_arm::scan_section_for_stubs): New method declaration.
4631 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
4632 Change methods from private to protected.
4633 (Target_arm::do_may_relax): New method definition.
4634 (Target_arm::do_relax, Target_arm::group_sections,
4635 Target_arm::scan_reloc_for_stub,
4636 Target_arm::scan_reloc_section_for_stubs): New method declarations.
4637 (Target_arm::arm_input_section_map_): New data member declaration.
4638 (Target_arm::scan_reloc_for_stub,
4639 Target_arm::scan_reloc_section_for_stubs,
4640 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
4641 Target_arm::do_relax): New method definitions.
4642
5d329b7d
ILT
46432009-11-06 Mikolaj Zalewski <mikolaj@google.com>
4644
4645 * configure.ac: Check for (struct stat)::st_mtim
4646 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
4647 * config.in: Regenerate.
4648 * configure: Regenerate.
4649
96a0d71b
ILT
46502009-11-05 Ian Lance Taylor <iant@google.com>
4651
4652 PR 10910
4653 * output.cc (Output_segment::add_output_section): Add missing
4654 return statement.
4655
594c8e5e
ILT
46562009-11-04 Ian Lance Taylor <iant@google.com>
4657
4658 PR 10880
4659 * object.h (class Object): Add is_needed and set_is_needed
4660 methods. Add is_needed_ field. Make bool fields into bitfields.
4661 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
4662 defined in a dynamic object and referenced by a regular object,
4663 set is_needed for the dynamic object.
4664 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
4665 if the file is marked with as_needed and it is not needed.
4666
22b127cc
ILT
46672009-11-04 Ian Lance Taylor <iant@google.com>
4668
4669 PR 10887
4670 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
4671 tags if data is discarded by linker script.
4672 * i386.cc (Target_i386::do_finalize_sections): Likewise.
4673 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
4674 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
4675 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4676
f5c870d2
ILT
46772009-11-04 Ian Lance Taylor <iant@google.com>
4678
4679 * layout.cc (Layout::get_output_section): Add is_interp and
4680 is_dynamic_linker_section parameters. Change all callers.
4681 (Layout::choose_output_section): Likewise.
4682 (Layout::make_output_section): Likewise.
4683 (Layout::add_output_section_data): Add is_dynamic_linker_section
4684 parameter. Change all callers.
4685 * layout.h (class Layout): Update declarations.
4686 * output.h (class Output_section): Add is_interp, set_is_interp,
4687 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
4688 Add is_interp_, is_dynamic_linker_section_ fields. Change
4689 generate_code_fills_at_write_ to a bitfield.
4690 * output.cc (Output_section::Output_sections): Initialize new
4691 fields.
4692 (Output_segment::add_output_section): Add do_sort parameter.
4693 Change all callers.
4694
1ae4d23b
ILT
46952009-11-03 Ian Lance Taylor <iant@google.com>
4696
4697 PR 10860
4698 * options.h (class General_options): Add --warn-common.
4699 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
4700 merging two common symbols.
4701 (Symbol_table::should_override): Handle --warn-common when merging
4702 a common symbol with a defined symbol. Use report_resolve_problem
4703 for multiple definitions.
4704 (Symbol_table::report_resolve_problem): New function.
4705 * symtab.h (class Symbol_table): Declare report_resolve_problem.
4706
55da9579
DK
47072009-11-03 Doug Kwan <dougkwan@google.com>
4708
4709 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
4710 stub_factory_.
4711 (Target_arm::stub_factory): New method definition.
4712 (Target_arm::new_arm_input_section,
4713 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
4714 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 4715 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
4716 New type definitions.
4717 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
4718 member declarations.
4719 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
4720 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
4721 New method definitions.
4722
37a9ac43
ILT
47232009-11-03 Ian Lance Taylor <iant@google.com>
4724
4725 * options.h (class General_options): Add --warn_constructors.
4726
b3d6a3d4
ILT
47272009-11-03 Ian Lance Taylor <iant@google.com>
4728
4729 PR 10893
4730 * defstd.cc (in_section): Add entries for __rel_iplt_start,
4731 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
4732
934b01dd
ILT
47332009-11-03 Ian Lance Taylor <iant@google.com>
4734
4735 PR 10895
4736 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
4737 --msgid-bugs-address.
4738 (install-pdf): New target.
4739 (install-data_yes): Look up one directory to find mkinstalldirs.
4740
03c1939b
L
47412009-11-03 H.J. Lu <hongjiu.lu@intel.com>
4742
4743 * po/Make-in (.po.gmo): Don't generate .gmo files in source
4744 tree.
4745
ebd95253
DK
47462009-10-30 Doug Kwan <dougkwan@google.com>
4747
4748 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
4749
e9bbb538
DK
47502009-10-30 Doug Kwan <dougkwan@google.com>
4751
4752 * arm.cc (Stub_addend_reader): New struct template definition
4753 and partial specializations.
4754 (Stub_addend_reader::operator()): New method definition for a
4755 partially specialized template.
4756
d5b40221
DK
47572009-10-30 Doug Kwan <dougkwan@google.com>
4758
4759 * arm.cc (Arm_relobj::processor_specific_flags): New method
4760 definition.
4761 (Arm_relobj::do_read_symbols): New method declaration.
4762 (Arm_relobj::processor_specific_flags_): New data member declaration.
4763 (Arm_dynobj): New class definition.
4764 (Target_arm::do_finalize_sections): Add input_objects parameter.
4765 (Target_arm::do_adjust_elf_header): New method declaration.
4766 (Target_arm::are_eabi_versions_compatible,
4767 (Target_arm::merge_processor_specific_flags): New method declaration.
4768 (Target_arm::do_make_elf_object): New overloaded method definitions
4769 and declaration.
4770 (Arm_relobj::do_read_symbols): New method definition.
4771 (Arm_dynobj::do_read_symbols): Ditto.
4772 (Target_arm::do_finalize_sections): Add input_objects parameters.
4773 Merge processor-specific flags from all input objects.
4774 (Target_arm::are_eabi_versions_compatible,
4775 Target_arm::merge_processor_specific_flags,
4776 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
4777 New method definitions.
4778 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
4779 Input_objects pointer type parameter.
4780 * layout.cc (Layout::finalize): Pass input objects to target's.
4781 finalize_sections function.
4782 * output.cc (Output_file_header::do_sized_write): Set ELF file
4783 header's processor-specific flags.
4784 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
4785 Input_objects pointer type parameter.
4786 * sparc.cc (Target_sparc::do_finalize_sections): Same.
4787 * target.h (Input_objects): New forward class declaration.
4788 (Target::processor_specific_flags,
4789 Target::are_processor_specific_flags_sect): New method definitions.
4790 (Target::finalize_sections): Add input_objects parameter.
4791 (Target::Target): Initialize processor_specific_flags_ and
4792 are_processor_specific_flags_set_.
4793 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
4794 parameter.
4795 (Target::set_processor_specific_flags): New method definition.
4796 (Target::processor_specific_flags_,
4797 Target::are_processor_specific_flags_set_): New data member
4798 declarations.
4799 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
4800 Input_objects pointer type parameter.
4801
ebabffbd
DK
48022009-10-30 Doug Kwan <dougkwan@google.com>
4803
4804 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
4805
ad0f2072
ILT
48062009-10-28 Ian Lance Taylor <iant@google.com>
4807
4808 * object.h (class Relobj): Drop options parameter from
4809 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
4810 do_scan_relocs, do_relocate. Change all callers.
4811 (class Sized_relobj): Drop options parameters from
4812 do_gc_process_relocs, do_scan_relocs, do_relocate,
4813 do_relocate_sections, relocate_sections, emit_relocs_scan,
4814 emit_relocs_scan_reltype. Change all callers.
4815 (struct Relocate_info): Remove options field and all references to
4816 it.
4817 * reloc.h (class Read_relocs): Remove options constructor
4818 parameter and options_ field. Change all callers.
4819 (class Gc_process_relocs, class Scan_relocs): Likewise.
4820 (class Relocate_task): Likewise.
4821 * target-reloc.h (scan_relocs): Remove options parameter. Change
4822 all callers.
4823 (scan_relocatable_relocs): Likewise.
4824 * target.h (class Sized_target): Remove options parameter from
4825 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
4826 all callers.
4827 * gc.h (gc_process_relocs): Remove options parameter. Change all
4828 callers.
4829 * arm.cc: Update functions to remove options parameters.
4830 * i386.cc: Likewise.
4831 * powerpc.cc: Likewise.
4832 * sparc.cc: Likewise.
4833 * x86_64.cc: Likewise.
4834 * testsuite/testfile.cc: Likewise.
4835
8ffa3667
DK
48362009-10-28 Doug Kwan <dougkwan@google.com>
4837
4838 * arm.cc (Arm_relobj): New class definition.
e1df38aa 4839 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
4840 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
4841 New method definitions.
4842
40f36857
CC
48432009-10-28 Cary Coutant <ccoutant@google.com>
4844
4845 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
4846 (Plugin::cleanup_done_): New member.
4847 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
4848 (Plugin_manager::cleanup_done_): Remove.
4849 (Plugin_manager::add_input_file): Edit error message.
4850 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
4851 (Plugin_manager::cleanup): Remove use of cleanup_done_.
4852
2c849493
ILT
48532009-10-27 Mikolaj Zalewski <mikolajz@google.com>
4854
4855 * fileread.cc: (File_read::View::~View): Use the new
4856 data_ownership_ filed.
4857 (File_read::~File_read): Dispose the new whole_file_view_.
4858 (File_read::open): Mmap the whole file if needed.
4859 (File_read::open): Use whole_file_view_ instead of contents_.
4860 (File_read::find_view): Use whole_file_view_ if applicable.
4861 (File_read::do_read): Use whole_file_view_ instead of contents_.
4862 (File_read::make_view): Use whole_file_view_ instead of contents_,
4863 update File_read::View::View call.
4864 (File_read::find_or_make_view): Update File_read::View::View
4865 call.
4866 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
4867 remove contents_
4868 (File_read::View::Data_ownership): New enum.
4869 (File_read::View::View): Replace bool mapped_ with Data_ownership
4870 argument.
4871 (File_read::View::mapped_): Remove (replaced by data_ownership_).
4872 (File_read::View::data_ownership_): New field.
4873 (File_read::contents_): Remove (replaced by whole_file_view_).
4874 (File_read::whole_file_view_): New field.
4875 * options.h (class General_options): Add --keep-files-mapped.
4876
24998053
CC
48772009-10-27 Cary Coutant <ccoutant@google.com>
4878
4879 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
4880 * testsuite/Makefile.am (plugin_test_5): New test case.
4881 * testsuite/Makefile.in: Regenerate.
4882
72adc4fa
DK
48832009-10-25 Doug Kwan <dougkwan@google.com>
4884
4885 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
4886 from private to protected to allow access by child class.
4887 (Sized_relobj::do_relocate_sections): New method declaration.
4888 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 4889 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
4890 Sized_relobj::relocate_sections. Instantiate template explicitly
4891 for different target sizes and endianity.
4892
07f508a2
DK
48932009-10-24 Doug Kwan <dougkwan@google.com>
4894
4895 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
4896 (Arm_input_section::as_arm_input_section): New method.
4897 (Arm_output_section): New class definition.
4898 (Arm_output_section::create_stub_group,
4899 Arm_output_section::group_sections): New method definitions.
4900
10ad9fe5
DK
49012009-10-22 Doug Kwan <dougkwan@google.com>
4902
4903 * arm.cc (Arm_input_section): New class definition.
4904 (Arm_input_section::init, Arm_input_section:do_write,
4905 Arm_input_section::set_final_data_size,
4906 Arm_input_section::do_reset_address_and_file_offset): New method
4907 definitions.
4908
56ee5e00
DK
49092009-10-21 Doug Kwan <dougkwan@google.com>
4910
4911 * arm.cc (Stub_table, Arm_input_section): New forward class
4912 declarations.
4913 (Stub_table): New class defintion.
4914 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
4915 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
4916 New method definition.
4917
b569affa
DK
49182009-10-21 Doug Kwan <dougkwan@google.com>
4919
4920 * arm.cc: Update copyright comments.
4921 (Target_arm): New forward class template declaration.
4922 (Arm_address): New type.
4923 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
4924 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
4925 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
4926 constants.
4927 (Insn_template): Same.
4928 (DEF_STUBS): New macro.
4929 (Stub_type): New enum type.
4930 (Stub_template): New class definition.
4931 (Stub): Same.
4932 (Reloc_stub): Same.
4933 (Stub_factory): Same.
4934 (Target_arm::Target_arm): Initialize may_use_blx_ and
4935 should_force_pic_veneer_.
4936 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
4937 Target_arm::should_force_pic_veneer,
4938 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
4939 Target_arm::using_thumb_only, Target_arm:;default_target): New
4940 method defintions.
4941 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
4942 New data member declarations.
4943 (Insn_template::size, Insn_template::alignment): New method defintions.
4944 (Stub_template::Stub_template): New method definition.
4945 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
4946 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
4947 (Stub_factory::Stub_factory): New method definition.
4948 * gold.h (string_hash): New template.
4949 * output.h (Input_section_specifier::hash_value): Use
4950 gold::string_hash.
4951 (Input_section_specifier::string_hash): Remove.
4952 * stringpool.cc (Stringpool_template::string_hash): Use
4953 gold::string_hash.
4954
6c172549
DK
49552009-10-20 Doug Kwan <dougkwan@google.com>
4956
4957 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
4958 symbols of relaxed input sections.
4959 * output.h (Output_section::find_relaxed_input_section): Make
4960 method public.
4961
c5617f2f
DK
49622009-10-16 Doug Kwan <dougkwan@google.com>
4963
4964 * dynobj.cc (Versions::Versions): Initialize version_script_.
4965 Only insert base version symbol definition for a shared object
4966 if version script defines any version versions.
4967 (Versions::define_base_version): New method definition.
4968 (Versions::add_def): Check that base version is not needed.
4969 (Versions::add_need): Define base version lazily.
4970 * dynobj.h (Versions::define_base_version): New method declaration.
4971 (Versions::needs_base_version_): New data member declaration.
4972 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
4973 (check_DATA): Add no_version_test.stdout.
4974 (libno_version_test.so, no_version_test.o no_version_test.stdout):
4975 New make rules.
4976 * testsuite/Makefile.in: Regenerate.
4977 * testsuite/no_version_test.c: New file.
4978 * testsuite/no_version_test.sh: Ditto.
4979
3c12dcdb
DK
49802009-10-16 Doug Kwan <dougkwan@google.com>
4981
4982 * expression.cc (class Segment_start_expression): New class definition.
4983 (Segment_start_expression::value): New method definition.
4984 (script_exp_function_segment_start): Return a new
4985 Segment_start_expression.
4986 * gold/script-c.h (script_saw_segment_start_expression): New function
4987 prototype.
4988 * script-sections.cc (Script_sections::Script_sections): Initialize
4989 SAW_SEGMENT_START_EXPRESSION_ to false.
4990 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
4991 and -Tbbs options to specify section addresses if given in
4992 command line and no SEGMENT_START expression is seen in a script.
4993 * script-sections.h (Script_sections::saw_segment_start_expression,
4994 Script_sections::set_saw_segment_start_expression): New method
4995 definition.
4996 (Script_sections::saw_segment_start_expression_): New data member
4997 declaration.
4998 * script.cc (script_saw_segment_start_expression): New function.
4999 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
5000 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
5001 script_test_7.sh and script_test_8.sh.
5002 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
5003 script_test_8.stdout.
5004 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
5005 (script_test_6, script_test_6.stdout, script_test_7,
5006 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
5007 * Makefile.in: Regenerate.
5008 * testsuite/script_test_6.sh: New file.
5009 * testsuite/script_test_6.t: Same.
5010 * testsuite/script_test_7.sh: Same.
5011 * testsuite/script_test_7.t: Same.
5012 * testsuite/script_test_8.sh: Same.
5013
64b1ae37
DK
50142009-10-16 Doug Kwan <dougkwan@google.com>
5015
5016 * output.cc (Output_segment::set_section_list_address): Cast
5017 expressions to unsigned long long type to avoid format warnings.
5018
661be1e2
ILT
50192009-10-15 Ian Lance Taylor <iant@google.com>
5020
12edd763 5021 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 5022 dot assignment to script_sections_.
12edd763
ILT
5023 * script-sections.cc (Script_sections::add_dot_assignment):
5024 Initialize if necessary.
5025
68b6574b
ILT
5026 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
5027 program headers with no load segment if there is a linker script.
5028
661be1e2
ILT
5029 * layout.cc (Layout::set_segment_offsets): Align the file offset
5030 to the segment aligment for -N or -n with no load segment.
5031 * output.cc (Output_segment::add_output_section): Don't crash if
5032 the first section is a TLS section.
5033 (Output_segment::set_section_list_addresses): Print an error
5034 message if the address moves backward in a linker script.
5035 * script-sections.cc
5036 (Output_section_element_input::set_section_addresses): Don't
5037 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
5038 (Orphan_output_section::set_section_addresses): Likewise.
5039
f15f61a7
DK
50402009-10-15 Doug Kwan <dougkwan@google.com>
5041
5042 * layout.cc (Layout::finish_dynamic_section): Generate tags
5043 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
5044 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
5045 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
5046
82bb573a
ILT
50472009-10-14 Ian Lance Taylor <iant@google.com>
5048
5049 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
5050 fields.
5051 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
5052 data_shdr fields of relinfo.
5053 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
5054 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
5055 R_386_TLS_LDO_32, adjust based on section flags.
5056 (Target_i386::Relocate::fix_up_ldo): Remove.
5057
374ad285
ILT
50582009-10-13 Ian Lance Taylor <iant@google.com>
5059
5060 Add support for -pie.
5061 * options.h (class General_options): Add -pie and
5062 --pic-executable.
5063 (General_options::output_is_position_independent): Test -pie.
5064 (General_options::output_is_executable): Return true if not shared
5065 and not relocatable.
5066 (General_options::output_is_pie): Remove.
5067 * options.cc (General_options::finalize): Reject incompatible uses
5068 of -pie.
5069 * gold.cc (queue_middle_tasks): A -pie link is not static.
5070 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
5071 * symtab.cc (Symbol::final_value_is_known): Return false if
5072 output_is_position_independent.
5073 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
5074 output_is_position_independent.
5075 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
5076 output_is_position_independent.
5077 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
5078 output_is_position_independent.
5079 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
5080 two_file_pie_test.
5081 (basic_pie_test.o, basic_pie_test): New targets.
5082 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
5083 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
5084 (two_file_pie_test): New target.
5085 * testsuite/Makefile.in: Rebuild.
5086 * README: Remove note saying that -pie is not supported.
5087
c6585162
ILT
50882009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
5089
5090 * options.h (class General_options): Add -init and -fini.
5091 * layout.cc (Layout::finish_dynamic_section): Emit
5092 given init and fini functions.
5093
032ce4e9
ST
50942009-10-13 Sriraman Tallam <tmsriram@google.com>
5095
5096 * gc.h (gc_process_relocs): Check if icf is enabled using new
5097 function.
5098 * gold.cc (queue_initial_tasks): Likewise.
5099 (queue_middle_tasks): Likewise.
5100 * object.cc (do_layout): Likewise.
5101 * symtab.cc (is_section_folded): Likewise.
5102 * main.cc (main): Likewise.
5103 * reloc.cc (Read_relocs::run): Likewise.
5104 (Sized_relobj::do_scan_relocs): Likewise.
5105 * icf.cc (is_function_ctor_or_dtor): New function.
5106 (Icf::find_identical_sections): Check if function is ctor or dtor when
5107 safe icf is chosen.
5108 * options.h (General_options::icf): Change option to be an enum.
5109 (Icf_status): New enum.
5110 (icf_enabled): New method.
5111 (icf_safe_folding): New method.
5112 (set_icf_status): New method.
5113 (icf_status_): New variable.
5114 * (options.cc) (General_options::finalize): Set icf_status_.
5115 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
5116 icf_test and icf_keep_unique_test to use the --icf enum flag.
5117 * testsuite/icf_safe_test.sh: New file.
e1df38aa 5118 * testsuite/icf_safe_test.cc: New file.
032ce4e9 5119
f345227a
ST
51202009-10-12 Sriraman Tallam <tmsriram@google.com>
5121
5122 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
5123 includes to gc.h and icf.h.
5124 * arm.cc: Include gc.h.
5125 * gold.cc: Likewise.
5126 * i386.cc: Likewise.
5127 * powerpc.cc: Likewise.
5128 * sparc.cc: Likewise.
5129 * x86_64.cc: Likewise.
5130 * gc.h: Include icf.h.
5131
1c7814ed
ILT
51322009-10-11 Ian Lance Taylor <iant@google.com>
5133
5134 * plugin.cc: Include "gold.h" before other header files.
5135
ae3b5189
CD
51362009-10-10 Chris Demetriou <cgd@google.com>
5137
5138 * options.h (Input_file_argument::Input_file_type): New enum.
5139 (Input_file_argument::is_lib_): Replace with...
5140 (Input_file_argument::type_): New member.
5141 (Input_file_argument::Input_file_argument): Take Input_file_type
5142 'type' rather than boolean 'is_lib' as second argument.
5143 (Input_file_argument::is_lib): Use type_.
5144 (Input_file_argument::is_searched_file): New function.
5145 (Input_file_argument::may_need_search): Handle is_searched_file.
5146 * options.cc (General_options::parse_library): Support -l:filename.
5147 (General_options::parse_just_symbols): Update for Input_file_argument
5148 changes.
5149 (Command_line::process): Likewise.
5150 * archive.cc (Archive::get_file_and_offset): Likewise.
5151 * plugin.cc (Plugin_manager::release_input_file): Likewise.
5152 * script.cc (read_script_file, script_add_file): Likewise.
5153 * fileread.cc (Input_file::Input_file): Likewise.
5154 (Input_file::will_search_for): Handle is_searched_file.
5155 (Input_file::open): Likewise.
5156 * readsyms.cc (Read_symbols::get_name): Likewise.
5157 * testsuite/Makefile.am (searched_file_test): New test.
5158 * testsuite/Makefile.in: Regenerate.
5159 * testsuite/searched_file_test.cc: New file.
5160 * testsuite/searched_file_test_lib.cc: New file.
5161
f3048a1d
ILT
51622009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
5163 Ian Lance Taylor <iant@google.com>
5164
5165 * descriptor.cc: Include <cstdio> and "binary-io.h".
5166 (Descriptors::open): Open the files in binary mode always.
5167 * script.cc (Lex::get_token): Treat \r as whitespace.
5168
d4780e57
ILT
51692009-10-09 Ian Lance Taylor <iant@google.com>
5170
5171 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
5172
d9a893b8
ILT
51732009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
5174 Ian Lance Taylor <iant@google.com>
5175
5176 * configure.ac: Check for readv function also.
5177 * fileread.cc (readv): Define if not HAVE_READV.
5178 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
5179 does not exist.
5180 * config.in: Regenerate.
5181 * configure: Regenerate.
5182
c0a62865
DK
51832009-10-09 Doug Kwan <dougkwan@google.com>
5184
5185 * layout.cc (Layout::make_output_section): Call target hook to make
5186 ordinary output section.
5187 (Layout::finalize): Adjust parameter list of call the
5188 Target::may_relax().
5189 * layout.h (class Layout::section_list): New method.
5190 * merge.h (Output_merge_base::entsize): Change visibility to public.
5191 (Output_merge_base::is_string, Output_merge_base::do_is_string):
5192 New methods.
5193 (Output_merge_string::do_is_string): New method.
5194 * object.cc (Sized_relobj::do_setup): renamed from
5195 Sized_relobj::set_up.
5196 * object.h (Sized_relobj::adjust_shndx,
5197 Sized_relobj::initializ_input_to_output_maps,
5198 Sized_relobj::free_input_to_output_maps): Change visibilities to
5199 protected.
5200 (Sized_relobj::setup): Virtualize.
5201 (Sized_relobj::do_setup): New method declaration.
5202 (Sized_relobj::invalidate_section_offset,
5203 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
5204 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
5205 * options.cc (parse_int): New function.
5206 * options.h (parse_int): New declaration.
5207 (DEFINE_int): New macro.
5208 (stub_group_size): New option.
5209 * output.cc (Output_section::Output_section): Initialize memebers
5210 merge_section_map_, merge_section_by_properties_map_,
5211 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
5212 (Output_section::add_input_section): Handled deferred code-fill
5213 generation and remove an old comment.
5214 (Output_section::add_relaxed_input_section): New method definition.
5215 (Output_section::add_merge_input_section): Use merge section by
5216 properties map to speed to search. Update merge section maps
5217 as appropriate.
5218 (Output_section::build_relaxation_map): New method definition.
5219 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5220 Same.
5221 (Output_section::relax_input_section): Renamed to
5222 Output_section::convert_input_sections_to_relaxed_sections and change
5223 interface to take a vector of pointers to relaxed sections.
5224 (Output_section::find_merge_section,
5225 Output_section::find_relaxed_input_section): New method definitions.
5226 (Output_section::is_input_address_mapped,
5227 Output_section::output_offset, Output_section::output_address):
5228 Use output section data maps to speed up searching.
5229 (Output_section::find_starting_output_address): Add comments.
5230 (Output_section::do_write,
5231 Output_section::write_to_postprocessing_buffer): Do code-fill
5232 generation as appropriate.
5233 (Output_section::get_input_sections): Invalidate relaxed input section
5234 map.
5235 (Output_section::restore_states): Adjust type of checkpoint .
5236 Invalidate relaxed input section map.
5237 * output.h (Output_merge_base): New class declaration.
5238 (Input_section_specifier): New class defintion.
5239 (class Output_relaxed_input_section) Change base class to
5240 Output_section_data_build.
5241 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
5242 base class initializer.
5243 (Output_section::add_relaxed_input_section): New method declaration.
5244 (Output_section::Input_section): Change visibility to protected.
5245 (Output_section::Input_section::relobj,
5246 Output_section::Input_section::shndx): Handle relaxed input sections.
5247 Output_section::input_sections) Change visibility to protected. Also
5248 define overload to return a non-const pointer.
5249 (Output_section::Merge_section_properties): New class defintion.
5250 (Output_section::Merge_section_by_properties_map,
5251 Output_section::Output_section_data_by_input_section_map,
5252 Output_section::Relaxation_map): New types.
5253 (Output_section::relax_input_section): Rename method to
5254 Output_section::convert_input_sections_to_relaxed_sections and change
5255 interface to take a vector of relaxed section pointers.
5256 (Output_section::find_merge_section,
5257 Output_section::find_relaxed_input_section,
5258 Output_section::build_relaxation_map,
5259 Output_section::convert_input_sections_in_list_to_relaxed_sections):
5260 New method declarations.
5261 (Output_section::merge_section_map_
5262 Output_section::merge_section_by_properties_map_,
5263 Output_section::relaxed_input_section_map_,
5264 Output_section::is_relaxed_input_section_map_valid_,
5265 Output_section::generate_code_fills_at_write_): New data members.
5266 * script-sections.cc
5267 (Output_section_element_input::set_section_addresses): Call
5268 current_data_size and addralign methods of relaxed input sections.
5269 (Orphan_output_section::set_section_addresses): Call current_data_size
5270 and addralign methods of relaxed input sections.
5271 * symtab.cc (Symbol_table::compute_final_value): Extract template
5272 from the body of Symbol_table::sized_finalize_symbol.
5273 (Symbol_table::sized_finalized_symbol): Call
5274 Symbol_table::compute_final_value.
5275 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
5276 (Symbol_table::compute_final_value): New templated method declaration.
5277 * target.cc (Target::do_make_output_section): New method defintion.
5278 * target.h (Target::make_output_section): New method declaration.
5279 (Target::relax): Add more parameters for input objects, symbol table
5280 and layout. Adjust call to do_relax.
5281 (Target::do_make_output_section): New method declaration.
5282 (Target::do_relax): Add parameters for input objects, symbol table
5283 and layout.
5284
d446d6c4
ILT
52852009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
5286
5287 * pread.c: Include stdio.h.
5288
bc06c745
ILT
52892009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
5290
5291 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
5292 defined.
5293
75aea3d0
ILT
52942009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
5295
5296 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
5297 Change read_shndx type to unsigned int.
5298 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
5299 int.
5300 (Sized_dwarf_line_info::read_line_mappings): Likewise.
5301 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
5302 Change read_shndx type to unsigned int.
5303 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
5304 int.
5305 (Sized_dwarf_line_info::read_line_mappings): Likewise.
5306 * layout.cc (Layout::create_symtab_sections): Cast the result of
5307 local_symcount * symsize to off_t in the gold_assert.
5308
be8fcb75
ILT
53092009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5310
5311 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
5312 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
5313 R_ARM_BASE_ABS.
5314 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
5315 (Arm_relocate_functions::thm_abs5): New function.
5316 (Arm_relocate_functions::abs12): New function.
5317 (Arm_relocate_functions::abs16): New function.
5318 (Arm_relocate_functions::base_abs): New function.
5319 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
5320 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
5321 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
5322 R_ARM_BASE_ABS.
5323 (Scan::global): Likewise.
5324 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
5325 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
5326 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
5327 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
5328 R_ARM_BASE_ABS.
5329
c2a122b6
ILT
53302009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5331
5332 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
5333 (Arm_relocate_functions::movt_prel): New function.
5334 (Arm_relocate_functions::thm_movw_prel_nc): New function.
5335 (Arm_relocate_functions::thm_movt_prel): New function.
5336 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
5337 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
5338 (Scan::global, Relocate::relocate): Likewise.
5339 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
5340
c4aa1e2d
ILT
53412009-10-09 Mikolaj Zalewski <mikolajz@google.com>
5342
5343 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
5344 Incremental_checker.
5345 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
5346 unsigned int.
5347 (class Incremental_inputs_header): New class.
5348 (Incremental_inputs_header_writer): Edit comment.
5349 (Incremental_inputs_entry): New class.
5350 (Incremental_inputs_entry_writer): Edit comment.
5351 (Sized_incremental_binary::do_find_incremental_inputs_section):
5352 Add *strtab_shndx parameter, fill it.
5353 (Sized_incremental_binary::do_check_inputs): New method.
5354 (Incremental_checker::can_incrementally_link_output_file): Use
5355 Sized_incremental_binary::check_inputs.
5356 (Incremental_inputs::report_command_line): Save command line in
5357 command_line_.
5358 * incremental.h:
5359 (Incremental_binary::find_incremental_inputs_section): New
5360 method.
5361 (Incremental_binary::do_find_incremental_inputs_section): Add
5362 strtab_shndx parameter.
5363 (Incremental_binary::do_check_inputs): New pure virtual method.
5364 (Sized_incremental_binary::do_check_inputs): Declare.
5365 (Incremental_checker::Incremental_checker): Add incremental_inputs
5366 parameter, use it to initialize incremental_inputs_.
5367 (Incremental_checker::incremental_inputs_): New field.
5368 (Incremental_checker::command_line): New method.
5369 (Incremental_checker::inputs): New method.
5370 (Incremental_checker::command_line_): New field.
5371
c549a694
ILT
53722009-10-09 Mikolaj Zalewski <mikolajz@google.com>
5373
5374 * incremental.cc: Include <cstdarg> and "target-select.h".
5375 (vexplain_no_incremental): New function.
5376 (explain_no_incremental): New function.
5377 (Incremental_binary::error): New method.
5378 (Sized_incremental_binary::do_find_incremental_inputs_section): New
5379 method.
5380 (make_sized_incremental_binary): New function.
5381 (open_incremental_binary): New function.
5382 (can_incrementally_link_file): Add checks if output is ELF and has
5383 inputs section.
5384 * incremental.h: Include "elfcpp_file.h" and "output.h".
5385 (Incremental_binary): New class.
5386 (Sized_incremental_binary): New class.
5387 (open_incremental_binary): Declare.
5388 * object.cc (is_elf_object): Use
5389 elfcpp::Elf_recognizer::is_elf_file.
5390 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
5391 * output.h (Output_file::filesize): New method.
5392
fd3c5f0b
ILT
53932009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5394
5395 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
5396 New function.
5397 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
5398 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
5399 function.
5400 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
5401 function.
5402 (Arm_relocate_functions::movw_abs_nc): New function.
5403 (Arm_relocate_functions::movt_abs): New function.
5404 (Arm_relocate_functions::thm_movw_abs_nc): New function.
5405 (Arm_relocate_functions::thm_movt_abs): New function.
5406 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
5407 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
5408 (Scan::global): Likewise.
5409 (Relocate::relocate): Likewise.
5410 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
5411
7f5309a5
ILT
54122009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5413
5414 * arm.cc (Arm_relocate_functions::got_prel) New function.
5415 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
5416 (Relocate::relocate): Likewise.
5417 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
5418
364c7fa5
ILT
54192009-10-06 Ian Lance Taylor <iant@google.com>
5420
5421 * options.h (class General_options): Define
5422 split_stack_adjust_size parameter.
5423 * object.h (class Object): Add uses_split_stack_ and
5424 has_no_split_stack_ fields. Add uses_split_stack and
5425 has_no_split_stack accessor functions. Declare
5426 handle_split_stack_section.
5427 (class Reloc_symbol_changes): Define.
5428 (class Sized_relobj): Define Function_offsets. Declare
5429 split_stack_adjust, split_stack_adjust_reltype, and
5430 find_functions.
5431 * object.cc (Object::handle_split_stack_section): New function.
5432 (Sized_relobj::do_layout): Call handle_split_stack_section.
5433 * dynobj.cc (Sized_dynobj::do_layout): Call
5434 handle_split_stack_section.
5435 * reloc.cc (Sized_relobj::relocate_sections): Call
5436 split_stack_adjust for executable sections in split_stack
5437 objects. Pass reloc_map to relocate_section.
5438 (Sized_relobj::split_stack_adjust): New function.
5439 (Sized_relobj::split_stack_adjust_reltype): New function.
5440 (Sized_relobj::find_functions): New function.
5441 * target-reloc.h: Include "object.h".
5442 (relocate_section): Add reloc_symbol_changes parameter. Change
5443 all callers.
5444 * target.h (class Target): Add calls_non_split method. Declare
5445 do_calls_non_split virtual method. Declare match_view and
5446 set_view_to_nop.
5447 * target.cc: Include "elfcpp.h".
5448 (Target::do_calls_non_split): New function.
5449 (Target::match_view): New function.
5450 (Target::set_view_to_nop): New function.
5451 * gold.cc (queue_middle_tasks): Give an error if mixing
5452 split-stack and non-split-stack objects with -r.
5453 * i386.cc (Target_i386::relocate_section): Add
5454 reloc_symbol_changes parameter.
5455 (Target_i386::do_calls_non_split): New function.
5456 * x86_64.cc (Target_x86_64::relocate_section): Add
5457 reloc_symbol_changes parameter.
5458 (Target_x86_64::do_calls_non_split): New function.
5459 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
5460 parameter.
5461 * powerpc.cc (Target_powerpc::relocate_section): Add
5462 reloc_symbol_changes parameter.
5463 * sparc.cc (Target_sparc::relocate_section): Add
5464 reloc_symbol_changes parameter.
5465 * configure.ac: Call AM_CONDITIONAL for the default target.
5466 * configure: Rebuild.
5467 * testsuite/Makefile.am (TEST_AS): New variable.
5468 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
5469 (check_DATA): Add split_i386 and split_x86_64 files.
5470 (SPLIT_DEFSYMS): Define.
5471 (split_i386_[1234n].o): New targets.
5472 (split_i386_[124]): New targets.
5473 (split_i386_[1234r].stdout): New targets.
5474 (split_x86_64_[1234n].o): New targets.
5475 (split_x86_64_[124]): New targets.
5476 (split_x86_64_[1234r].stdout): New targets.
5477 (MOSTLYCLEANFILES): Add new executables.
5478 * testsuite/split_i386.sh: New file.
5479 * testsuite/split_x86_64.sh: New file.
5480 * testsuite/split_i386_1.s: New file.
5481 * testsuite/split_i386_2.s: New file.
5482 * testsuite/split_i386_3.s: New file.
5483 * testsuite/split_i386_4.s: New file.
5484 * testsuite/split_i386_n.s: New file.
5485 * testsuite/split_x86_64_1.s: New file.
5486 * testsuite/split_x86_64_2.s: New file.
5487 * testsuite/split_x86_64_3.s: New file.
5488 * testsuite/split_x86_64_4.s: New file.
5489 * testsuite/split_x86_64_n.s: New file.
5490 * testsuite/testfile.cc (Target_test): Update relocation_section
5491 function.
5492 * testsuite/Makefile.in: Rebuild.
5493
e8a9fcda
ILT
54942009-10-06 Ian Lance Taylor <iant@google.com>
5495
5496 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
5497 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
5498 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
5499 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
5500 the address on ldo_addrs_.
5501 (Target_i386::Relocate::fix_up_ldo): New function.
5502
e99daf92
ILT
55032009-10-06 Rafael Espindola <espindola@google.com>
5504
5505 * plugin.cc (add_input_library): New.
5506 (Plugin::load): Add add_input_library to tv.
5507 (Plugin_manager::add_input_file): Add the is_lib argument.
5508 (add_input_file): Update call to Plugin_manager::add_input_file.
5509 (add_input_library): New.
5510 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
5511
966d4097
DK
55122009-09-30 Doug Kwan <dougkwan@google.com>
5513
5514 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
5515 symbol and call Symbol::may_need_copy_reloc to determine if
5516 a copy reloc is needed.
5517 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
5518 nocopyreloc is given in command line.
5519 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
5520 given in command line.
5521 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
5522 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
5523 of the removed Target_i386::may_need_copy_reloc.
5524 * options.h (copyreloc): New option with default value false.
5525 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
5526 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
5527 instead of the removed Target_powerpc::may_need_copy_reloc.
5528 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
5529 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
5530 instead of the removed Target_sparc::may_need_copy_reloc.
5531 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
5532 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
5533 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
5534 instead of the removed Target_x86_64::may_need_copy_reloc.
5535
029ba973
ILT
55362009-09-30 Ian Lance Taylor <iant@google.com>
5537
5538 * object.h (class Object): Remove target_ field, and target,
5539 sized_target, and set_target methods.
5540 (Object::sized_target): Remove.
5541 (class Sized_relobj): Update declarations. Remove sized_target.
5542 * object.cc (Sized_relobj::setup): Remove target parameter.
5543 Change all callers.
5544 (Input_objects::add_object): Don't do anything with the target.
5545 (make_elf_sized_object): Add punconfigured parameter. Change all
5546 callers. Set or test parameter target.
5547 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
5548 Change all callers.
5549 * parameters.cc (Parameters::set_target): Change parameter type to
5550 be non-const.
5551 (Parameters::default_target): Remove.
5552 (set_parameters_target): Change parameter type to be non-const.
5553 (parameters_force_valid_target): New function.
5554 (parameters_clear_target): New function.
5555 * parameters.h (class Parameters): Update declarations. Remove
5556 default_target method. Add sized_target and clear_target
5557 methods. Change target_ to be non-const.
5558 (set_parameters_target): Update declaration.
5559 (parameters_force_valid_target): Declare.
5560 (parameters_clear_target): Declare.
5561 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
5562 as NULL if we aren't searching.
5563 (Add_symbols::run): Don't check for compatible target.
5564 * fileread.cc (Input_file::open_binary): Call
5565 parameters_force_valid_target.
5566 * gold.cc (queue_middle_tasks): Likewise.
5567 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
5568 set_target on object.
5569 * dynobj.h (class Sized_dynobj): Update declarations.
5570 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
5571 make_elf_object returns NULL.
5572 (Archive::include_member): Don't check whether object target is
5573 compatible.
5574 * output.cc (Output_section::add_input_section): Get target from
5575 parameters.
5576 (Output_section::relax_input_section): Likewise.
5577 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
5578 parameters.
5579 (Sized_relobj::do_scan_relocs): Likewise.
5580 (Sized_relobj::relocate_sections): Likewise.
5581 * resolve.cc (Symbol_table::resolve): Likewise.
5582 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
5583 parameter. Change all callers.
5584 (Symbol_table::add_from_object): Get target from parameters.
5585 (Symbol_table::add_from_relobj): Don't check object target.
5586 (Symbol_table::add_from_dynobj): Likewise.
5587 (Symbol_table::define_special_symbol): Get target from
5588 parameters.
5589 * symtab.h (class Symbol_table): Update declaration.
5590 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
5591 parameter. Change all callers. Clear parameter target.
5592 (Binary_test): Test target here.
5593 * testsuite/object_unittest.cc (gold_testsuite): Remove
5594 target_test_pointer parameter. Change all callers.
5595 (Object_test): Test target here.
5596
a6a22b83
ILT
55972009-09-26 Ian Lance Taylor <iant@google.com>
5598
5599 * testsuite/initpri1.c: Don't try to use constructor priorities if
5600 compiling with gcc before 4.3.
5601
6a8f49fe
ILT
56022009-09-22 Mikolaj Zalewski <mikolajz@google.com>
5603
5604 * testsuite/retain_symbols_file_test.sh (check_present): Change
5605 output file name to retain_symbols_file_test.stdout.
5606 (check_absent): Likewise.
5607
8c604651
CS
56082009-09-18 Craig Silverstein <csilvers@google.com>
5609
5610 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
5611 * options.cc: Include <cerrno> and <fstream>.
5612 (General_options::finalize): Parse -retain-symbols-file tag.
5613 * options.h: New flag.
5614 (General_options): New method should_retain_symbol, new
5615 variable symbols_to_retain.
5616 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
5617 should_retain_symbol map.
5618 * testsuite/Makefile.am (retain_symbols_file_test): New test.
5619 * testsuite/Makefile.in: Regenerate.
5620 * testsuite/retain_symbols_file_test.sh: New file.
5621
ca58b19f
NC
56222009-09-18 Nick Clifton <nickc@redhat.com>
5623
5624 * po/es.po: Updated Spanish translation.
5625
20e6d0d6
DK
56262009-09-17 Doug Kwan <dougkwan@google.com>
5627
5628 * debug.h (DEBUG_RELAXATION): New constant.
5629 (DEBUG_ALL): Add DEBUG_RELAXATION.
5630 (debug_string_to_enum): Add relaxation debug option.
5631 * layout.cc
5632 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
5633 Layout::Relaxation_debug_check::read_sections,
5634 Layout::Relaxation_debug_check::read_sections): New method definitions.
5635 (Layout::Layout): Initialize data members
5636 record_output_section_data_from_scrips_,
5637 script_output_section_data_list_ and relaxation_debug_check_.
5638 (Layout::save_segments, Layout::restore_segments,
5639 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
5640 Layout::relaxation_loop_body): New method definitions.
5641 (Layout::finalize): Support relaxation. Move section layout code to
5642 Layout::relaxation_loop_body.
5643 (Layout::set_asection_address_from_script): Move code for orphan
5644 section placement out.
5645 (Layout::place_orphan_sections_in_script): New method definition.
5646 * layout.h (Output_segment_headers, Output_file_header):
5647 New forward class declarations.
5648 (Layout::~Layout): Define.
5649 (Layout::new_output_section_data_from_script): New method definition.
5650 (Layout::place_orphan_sections_in_script): New method declaration.
5651 (Layout::Segment_states): New type declaration.
5652 (Layout::save_segments, Layout::restore_segments,
5653 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
5654 Layout::relaxation_loop_body): New method declarations.
5655 (Layout::Output_section_data_list): New type declaration.
5656 (Layout::Relaxation_debug_check): New class definition.
5657 (Layout::record_output_section_data_from_script_,
5658 Layout::script_output_section_data_list_, Layout::segment_states_,
5659 Layout::relaxation_debug_check_): New data members.
5660 * output.cc: (Output_section_headers::do_size): New method definition.
5661 (Output_section_headers::Output_section_headers): Move size
5662 computation to Output_section_headers::do_size.
5663 (Output_segment_headers::do_size): New method definition.
e1df38aa 5664 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
5665 Output_file_header::do_size and call it.
5666 (Output_file_header::do_size): New method definition.
5667 (Output_data_group::Output_data_group): Adjust call to
5668 Output_section_data.
5669 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
5670 (Output_symtab_xindex::do_write): Add array bound check.
5671 (Output_section::Input_section::print_to_mapfile): Handle
5672 RELAXED_INPUT_SECTION_CODE.
5673 (Output_section::Output_section): Initialize data member checkpoint_.
5674 (Output_section::~Output_section): Delete checkpoint object pointed
5675 by checkpoint_.
5676 (Output_section::add_input_section): Always add an Input_section if
5677 relaxing.
5678 (Output_section::add_merge_input_section): Add assert.
5679 (Output_section::relax_input_section): New method definition.
5680 (Output_section::set_final_data_size): Set load address to zero for
5681 an unallocated section.
5682 (Output_section::do_address_and_file_offset_have_reset_values):
5683 New method definition.
5684 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
5685 Handle relaxed input section.
5686 (Output_section::sort_attached_input_sections): Checkpoint input
5687 section list lazily.
5688 (Output_section::get_input_sections): Change type of input_sections to
5689 list of Simple_input_section pointers. Checkpoint input section list
5690 lazily. Also handle relaxed input sections.
5691 (Output_section::add_input_section_for_script): Take a reference to
5692 a Simple_input_section object instead of Relobj pointer and section
5693 index as parameter. Handle relaxed input sections.
5694 (Output_section::save_states, Output_section::restore_states): New
5695 method definitions.
5696 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
5697 (Output_data::is_data_size_fixed): New method definition.
5698 (Output_data::reset_addresss_and_file_offset): Do not reset data size
5699 if it is fixed.
5700 (Output_data::address_and_file_offset_have_reset_values): New method
5701 definition.
5702 (Output_data::do_address_and_file_offset_have_reset_values): New method
5703 definition.
5704 (Output_data::set_data_size): Check that data size is not fixed.
5705 (Output_data::fix_data_size): New method definition.
5706 (Output_data::is_data_size_fixed_): New data member.
5707 (Output_section_headers::set_final_data_size): New method definition.
5708 (Output_section_headers::do_size): New method declaration.
5709 (Output_segment_headers::set_final_data_size): New method definition.
5710 (Output_segment_headers::do_size): New method declaration.
5711 (Output_file_header::set_final_data_size)::New method definition.
5712 (Output_file_header::do_size)::New method declaration.
5713 (Output_section_data::Output_section_data): Add new parameter
5714 is_data_size_fixed and use it to fix data size.
5715 (Output_data_const::Output_data_const): Adjust call to base class
5716 constructor and fix data size.
5717 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
5718 base class constructor and fix data size.
5719 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
5720 base class constructor and fix data size.
5721 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
5722 class constructor and fix data size.
5723 (Output_data_group::set_final_data_size): New method definition.
5724 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
5725 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
5726 class constructor and fix data size.
5727 (Output_relaxed_input_section): New class definition.
5728 (Output_section::Simple_input_section): New class definition.
5729 (Output_section::get_input_sections): Adjust parameter list.
5730 (Output_section::add_input_section_for_script): Same.
5731 (Output_section::save_states, Output_section::restore_states,
5732 Output_section::do_address_and_file_offset_have_reset_values,
5733 (Output_section::Input_section::Input_section): Handle
5734 RELAXED_INPUT_SECTION_CODE. Add new overload for
5735 Output_relaxed_input_section.
5736 (Output_section::Input_section::is_input_section,
5737 Output_section::Input_section::set_output_section): Handle relaxed
5738 input section.
5739 (Output_section::Input_section::is_relaxed_input_section,
5740 Output_section::Input_section::output_section_data,
5741 Output_section::Input_section::relaxed_input_section): New method
5742 definitions.
5743 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
5744 value.
5745 (Output_section::Input_section::u1_): Update comments.
5746 (Output_section::Input_section::u2_): Add new union member poris.
5747 (Output_section::Checkpoint_output_section): New classs definition.
5748 (Output_section::relax_input_section): New method declaration.
5749 (Output_section::checkpoint_): New data member.
5750 (Output_segment): Update comments.
5751 (Output_segment::Output_segment): Un-privatize copy constructor.
5752 (Output_segment::operator=): Un-privatize.
5753 * script-sections.cc (Output_section_element::Input_section_list):
5754 Change element type to Output_section::Simple_input_section.
5755 (Output_section_element_dot_assignment::set_section_addresses):
5756 Register output section data for relaxation clean up.
5757 (Output_data_exression::Output_data_expression): Adjust call to base
5758 constructor to fix data size.
5759 (Output_section_element_data::set_section_addresses): Register
5760 Output_data_expression object for relaxation clean up.
5761 (struct Input_section_info): Replace Relobj pointer and section index
5762 pair with Output_section::Simple_input_section and Convert struct to a
5763 class.
5764 (Input_section_sorter::operator()): Adjust access to
e1df38aa 5765 Input_section_info data member to use accessors.
20e6d0d6
DK
5766 (Output_section_element_input::set_section_addresses): Use layout
5767 parameter. Adjust code to use Output_section::Simple_input_section
5768 and Input_secction_info classes. Register filler for relaxation
5769 clean up.
5770 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
5771 and section index pair with Output_section::Simple_input_section
5772 class. Adjust code accordingly.
5773 (Phdrs_element::release_segment): New method definition.
5774 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
5775 segment list.
5776 (Script_sections::release_segments): New method definition.
5777 * gold/script-sections.h (Script_sections::release_segments): New
5778 method declaration.
5779 * gold/target.h (Target::may_relax, Target::relax,
5780 Target::do_may_relax, Target::do_relax): New method definitions.
5781
5e445df6
ILT
57822009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
5783
5784 * arm.cc (has_signed_unsigned_overflow): New function.
5785 (Arm_relocate_functions::abs8): New function.
5786 (Target_arm::Scan::local): Handle R_ARM_ABS8.
5787 (Target_arm::Scan::global): Likewise.
5788 (Target_arm::relocate::relocate): Likewise.
5789 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
5790 Likewise.
5791
8c604651 57922009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
5793
5794 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
5795 * testsuite/Makefile.in: Regenerate.
5796
1e9cc1c2
NC
57972009-09-11 Nick Clifton <nickc@redhat.com>
5798
5799 * po/gold.pot: Updated by the Translation project.
5800
6a89f575
CC
58012009-09-08 Cary Coutant <ccoutant@google.com>
5802
5803 * output.cc (Output_file::open): Add execute permission to empty file.
5804 * testsuite/Makefile.am (permission_test): New test.
5805 * testsuite/Makefile.in: Regenerate.
5806
fdcac5af
ILT
58072009-09-02 Ian Lance Taylor <iant@google.com>
5808
5809 * output.cc (Output_file::resize): Call map_no_anonymous rather
5810 than map.
5811
44453f85
ILT
58122009-09-01 Mikolaj Zalewski <mikolajz@google.com>
5813
5814 * gold.cc: Include "incremental.h".
5815 (queue_initial_tasks): Call Incremental_checker methods.
5816 * incremental.cc: Include "output.h".
5817 (Incremental_checker::can_incrementally_link_output_file): New
5818 method.
5819 * incremental.h (Incremental_checker): New class.
5820
5821 * output.cc (Output_file::open_for_modification): New method.
5822 (Output_file::map_anonymous): Changed return type to bool. Record
5823 map in base_ field.
5824 (Output_file::map_no_anonymous): New method, broken out of map.
5825 (Output_file::map): Use map_no_anonymous and map_anonymous.
5826 * output.h (class Output_file): Update declarations.
5827
293c1386
CC
58282009-08-24 Cary Coutant <ccoutant@google.com>
5829
5830 * options.h (Command_line::Pre_options): New class.
5831 (Command_line::pre_options): New member.
5832 * options.cc (gold::options::ready_to_register): New variable.
5833 (One_option::register_option): Do nothing if not registering options.
5834 Assert if same short option registered twice.
5835 (General_options::General_options): Turn off option registration when
5836 done constructing.
5837 (Command_line::Pre_options::Pre_options): New constructor.
5838
f773f3d2
CC
58392009-08-24 Cary Coutant <ccoutant@google.com>
5840
06a73cfe
CC
5841 * options.h (General_options::no_keep_memory): Remove incorrect
5842 short option.
f773f3d2 5843
a15af8e2
RW
58442009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5845
5846 * Makefile.am (am__skiplex, am__skipyacc): New.
5847 * Makefile.in: Regenerate.
5848
c462b41b
RW
58492009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
5850
14ec8efd
RW
5851 * Makefile.am (AM_CPPFLAGS): Renamed from ...
5852 (INCLUDES): ... this.
5853 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
5854 (AM_CPPFLAGS): Renamed from ...
5855 (INCLUDE): ... this.
5856 * Makefile.in, testsuite/Makefile.in: Regenerate.
5857
81ecdfbb
RW
5858 * Makefile.in: Regenerate.
5859 * aclocal.m4: Likewise.
5860 * config.in: Likewise.
5861 * configure: Likewise.
5862 * testsuite/Makefile.in: Likewise.
5863
c462b41b
RW
5864 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
5865 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
5866 * Makefile.in: Regenerate.
5867 * testsuite/Makefile.in: Regenerate.
5868
2da73f13
CC
58692009-08-19 Cary Coutant <ccoutant@google.com>
5870
5871 * resolve.cc (Symbol_table::resolve): Don't complain about defined
5872 symbols in shared libraries overridden by hidden or internal symbols
5873 in the main program.
5874
2db70501
CD
58752009-08-19 Chris Demetriou <cgd@google.com>
5876
5877 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
5878 checking source file names in error messages.
5879
f733487b
DK
58802009-08-18 Doug Kwan <dougkwan@google.com>
5881
5882 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
5883 an elcpp::Ehdr as parameter. Adjust call to set_target.
5884 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
5885 an elfcpp::Ehdr as parameter.
5886 * object.cc (Object::set_target): Remove the version that looks up
5887 a target and sets it.
5888 (Sized_relobj::setup): Take a Target object instead of
5889 an elfcpp::Ehdr as parameter. Adjust call to set_target.
5890 (make_elf_sized_object): Find target and ask target to
5891 make an ELF object.
5892 * object.h: (Object::set_target): Remove the version that looks up
5893 a target and sets it.
5894 (Sized_relobj::setup): Take a Target object instead of
5895 an elfcpp:Ehdr as parameter.
5896 * target.cc: Include dynobj.h.
5897 (Target::do_make_elf_object_implementation): New.
5898 (Target::do_make_elf_object): New.
5899 * target.h (Target::make_elf_object): New template declaration.
5900 (Target::do_make_elf_object): New method declarations.
5901 (Target::do_make_elf_object_implementation): New template declaration.
5902
cc70f101
ILT
59032009-08-14 Ian Lance Taylor <iant@google.com>
5904
5905 * gold.h (FUNCTION_NAME): Define.
5906 (gold_unreachable): Use FUNCTION_NAME.
5907
ef5e0cb1
ST
59082009-08-12 Sriraman Tallam <tmsriram@google.com>
5909
5910 * icf.cc (Icf::find_identical_sections): Issue a warning when a
5911 symbol in the --keep-unique list is not found.
5912
48c187ce
ST
59132009-08-12 Sriraman Tallam <tmsriram@google.com>
5914
5915 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
5916 been maked as --keep-unique.
5917 (Icf::unfold_section): New function.
5918 * icf.h (Icf::unfold_section): New function.
5919 * options.h (General_options::keep_unique): New option.
5920 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
5921 * testsuite/Makefile.in: Regenerate.
5922 * testsuite/icf_keep_unique_test.sh: New file.
5923 * testsuite/icf_keep_unique_test.cc: New file.
5924
645afe0c
CC
59252009-08-12 Cary Coutant <ccoutant@google.com>
5926
5927 PR 10471
5928 * resolve.cc (Symbol_table::resolve): Check for references from
5929 dynamic objects to hidden and internal symbols.
5930 * testsuite/Makefile.am (hidden_test.sh): New test.
5931 * testsuite/Makefile.in: Regenerate.
5932 * testsuite/hidden_test.sh: New script.
5933 * testsuite/hidden_test_1.c: New test source.
5934 * testsuite/hidden_test_main.c: New test source.
5935
11af873f
DK
59362009-08-11 Doug Kwan <dougkwan@google.com>
5937
5938 * arm.cc: Update comments.
5939 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
5940 segment to locate the .ARM.exidx section if present.
5941
b9f7d72d
DK
59422009-08-09 Doug Kwan <dougkwan@google.com>
5943
5944 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
5945 patch.
5946
ddd3c53c
ST
59472009-08-07 Sriraman Tallam <tmsriram@google.com>
5948 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
5949 compiler warnings.
5950
27721062
ST
59512009-08-06 Sriraman Tallam <tmsriram@google.com>
5952
5953 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
5954 valid tls_segment only for non-debug-section relocations.
5955 * testsuite/Makefile.am: Add gc_tls_test.
5956 * testsuite/Makefile.in: Regenerate.
5957 * testsuite/gc_tls_test.cc: New file.
5958 * testsuite/gc_tls_test.sh: New file.
5959
ef15dade 59602009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 5961
ef15dade
ST
5962 * icf.cc: New file.
5963 * icf.h: New file.
5964 * Makefile.am (CCFILES): Add icf.cc.
5965 (HFILES): Add icf.h
5966 * Makefile.in: Regenerate.
5967 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
5968 * gc.h (gc_process_relocs): Populate lists used by icf to contain
5969 section, symbol and addend information for the relocs.
5970 * gold.cc (queue_middle_tasks): Call identical code folding.
5971 * gold.h: Add defines for multimap.
5972 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
5973 to the call of finalize_local_symbols.
5974 * main.cc (main): Create object of class Icf.
5975 * object.cc (Sized_relobj::do_layout): Allow this function to be
5976 called twice during icf.
5977 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
5978 to sections marked as identical by icf.
5979 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
5980 when available.
5981 (Sized_relobj::do_section_entsize): New function.
5982 * object.h (Object::section_entsize): New function.
5983 (Object::do_section_entsize): New pure virtual function.
5984 (Relobj::finalize_local_symbols): Add new parameter.
5985 (Relobj::do_section_entsize): New function.
5986 * options.h (General_options::icf): New option.
5987 (General_options::icf_iterations): New option.
5988 (General_options::print_icf_sections): New option.
5989 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
5990 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
5991 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
5992 icf.
5993 * symtab.cc (Symbol_table::is_section_folded): New function.
5994 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
5995 to sections marked as identical by icf.
5996 * symtab.h (Symbol_table::set_icf): New function.
5997 (Symbol_table::icf): New function.
5998 (Symbol_table::is_section_folded): New function.
5999 (Symbol_table::icf_): New data member.
6000 * target-reloc.h (relocate_section): Ignore sections folded by icf.
6001 * testsuite/Makefile.am: Add commands to build icf_test.
6002 * testsuite/Makefile.in: Regenerate.
6003 * testsuite/icf_test.sh: New file.
6004 * testsuite/icf_test.cc: New file.
6005
c3b65ac4
CD
60062009-07-24 Chris Demetriou <cgd@google.com>
6007
6008 * layout.cc (is_compressible_debug_section): Fix incorrect
6009 comment about compressed section names.
6010
1caf2c51
ILT
60112009-07-20 Ian Lance Taylor <ian@airs.com>
6012
6013 PR 10419
6014 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
6015
1ef4d87f
ILT
60162009-07-16 Ian Lance Taylor <iant@google.com>
6017
6018 PR 10400
6019 * layout.h: #include <map>.
6020 (class Kept_section): Change from struct to class. Add accessors
6021 and setters. Add section size to Comdat_group mapping. Change
6022 Comdat_group to std::map. Add is_comdat_ field. Add
6023 linkonce_size field in union.
6024 (class Layout): Update declaration of find_or_add_kept_section.
6025 Don't declare find_kept_object.
6026 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
6027 parameter. Add object, shndx, is_comdat, and is_group_name
6028 parameters. Change all callers. Adjust for new Kept_section.
6029 (Layout::find_kept_object): Remove.
6030 * object.cc (Sized_relobj::include_section_group): Update use of
6031 Kept_section. Rename secnum to shndx. Only record
6032 Kept_comdat_section if sections are the same size.
6033 (Sized_relobj::include_linkonce_section): Update use of
6034 Kept_section. Only record Kept_comdat_section if sections are the
6035 same size. Set size of linkonce section.
6036 (Sized_relobj::map_to_kept_section): Update call to
6037 get_kept_comdat_section.
6038 * object.h (class Sized_relobj): Rename fields in
6039 Kept_comdat_section to drop trailing underscores; change object
6040 field to Relobj*. Change Kept_comdat_section_table to store
6041 struct rather than pointer.
6042 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
6043 Add kept_object and kept_shndx parameters. Change all callers.
6044 (Sized_relobj::get_kept_comdat_section): Change return type to
6045 bool. Add kept_object and kept_shndx parameters. Change all
6046 callers.
6047 * plugin.cc (Pluginobj::include_comdat_group): Update call to
6048 Layout::find_or_add_kept_section.
6049
37c3b7b0
ILT
60502009-07-09 Ian Lance Taylor <iant@google.com>
6051
6052 * merge.cc (Object_merge_map::initialize_input_to_output_map):
6053 Reserve space in the hash table.
6054
98fa85cb
ILT
60552009-07-06 Mikolaj Zalewski <mikolajz@google.com>
6056
6057 * fileread.cc (File_read::get_mtime): New method.
6058 * fileread.h (Timespec): New structure.
6059 (File_read::get_mtime): New method.
6060 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
6061 Renamed from timestamp_nsec.
6062 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
6063 Elf_Xword.
e1df38aa 6064 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 6065 timestamp_nsec.
e1df38aa 6066 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
6067 (Incremental_inputs::report_obejct): Save mtime; style fix.
6068 (Incremental_inputs::report_script): Save mtime; style fix.
6069 (Incremental_inputs::finalize_inputs): Style fix.
6070 (Incremental_inputs::finalize): Style fix.
6071 (Incremental_inputs::create_input_section_data): Store inputs
6072 mtime.
6073 * incremental.h (Incremental_inputs::report_script): Add mtime
6074 argument.
6075 (Incremental_inputs::Input_info::Input_info): Intialize only one
6076 union member.
6077 (Incremental_inputs::Input_info::archive): Move to nameless
6078 union.
6079 (Incremental_inputs::Input_info::obejct): Move to nameless union.
6080 (Incremental_inputs::Input_info::script): Move to nameless union.
6081 (Incremental_inputs::mtime): New field.
6082 * script.cc (read_input_script): Pass file mtime to
6083 Incremental_input.
6084 * script.h (Script_info::inputs): Style fix.
6085
c9d70757
ILT
60862009-07-01 Ian Lance Taylor <ian@airs.com>
6087
6088 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
6089 instead of 32.
6090
9c547ec3
ILT
60912009-06-24 Ian Lance Taylor <iant@google.com>
6092
6093 PR 10156
6094 * layout.cc (Layout::choose_output_section): If we find an
6095 existing section, update the flags.
6096 (Layout::create_notes): New function, broken out of
6097 Layout::finalize.
6098 (Layout::finalize): Don't create note sections.
6099 (Layout::create_note): Don't crash if linker script discards
6100 section.
6101 (Layout::create_gold_note): Likewise.
6102 (Layout::create_build_id): Likewise. Don't set
6103 after_input_sections on the section.
6104 (Layout::create_executable_stack_info): Remove target parameter.
6105 Change caller.
6106 * layout.h (class Layout): Declare create_notes. Update
6107 declaration of create_executable_stack_info.
6108 * gold.cc (queue_middle_tasks): Call create_notes.
6109 * output.cc (Output_section::update_flags_for_input_section): Move
6110 here from output.h. If SHF_ALLOC flag is newly set, mark address
6111 invalid.
6112 * output.h (Output_data::mark_address_invalid): New function.
6113 (class Output_section): Only declare, not define,
6114 update_flags_for_input_section. Remove set_flags.
6115
55458500
ILT
61162009-06-24 Ian Lance Taylor <iant@google.com>
6117
6118 * script-sections.cc (Output_section_definition::
6119 set_section_addresses): Rename shadowing local load_address to
6120 laddr.
6121
1307d6cd
ILT
61222009-06-24 Ian Lance Taylor <iant@google.com>
6123
6124 PR 10244
6125 * reloc.cc (relocate_sections): Skip empty relocation sections.
6126
ec3f783e
ILT
61272009-06-23 Ian Lance Taylor <iant@google.com>
6128
6129 PR 10156
6130 * layout.cc (Layout::create_note): Use choose_output_section
6131 rather than make_output_section.
6132
459c9f1c
ILT
61332009-06-23 Ian Lance Taylor <iant@google.com>
6134
6135 PR 10237
6136 * options.cc (General_options::parse_V): Set printed_version_.
6137 (General_options::General_options): Initialize printed_version_.
6138 * options.h (class General_options): Add printed_version_ field.
6139 * gold.cc (queue_initial_tasks): If there are no input files,
6140 don't give a fatal error if we printed the version information.
6141 (queue_middle_tasks): If using -r with a shared object, give a
6142 fatal error rather than an ordinary error.
6143
1518dc8f
ILT
61442009-06-23 Ian Lance Taylor <iant@google.com>
6145
6146 PR 10219
6147 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
6148 (Layout::make_output_section): Set have_stabstr_section_ if we see
6149 a .stab*str section.
6150 (Layout::finalize): Call link_stabs_sections.
6151 (Layout::link_stabs_sections): New file.
6152 * layout.h (class Layout): Add have_stabstr_section_ field.
6153 Declare link_stabs_sections.
6154
3d857b98
DK
61552009-06-23 Doug Kwan <dougkwan@google.com>
6156
6157 * Makefile.am (libgold_a_LIBADD): New.
6158 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
6159 * Makefile.in: Regenerate.
6160 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
6161 * configure: Regenerate.
6162 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
6163 * fileread.cc: Include sys/state.h
6164 * gold.h: Declare memmem and strndup if found missing.
6165 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
6166
0639a6f6
ILT
61672009-06-23 Ian Lance Taylor <iant@google.com>
6168
6169 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
6170 * configure: Rebuild.
6171
8d63875c
ILT
61722009-06-23 Ian Lance Taylor <iant@google.com>
6173
6174 PR 10147
6175 * object.cc (Object::section_contents): Don't try to get a view if
6176 the section has length zero.
6177 (Object::handle_gnu_warning_section): If the section is empty, use
6178 the name of the section as the warning.
6179
f7c8a183
ILT
61802009-06-23 Ian Lance Taylor <iant@google.com>
6181
6182 PR 10133
6183 * stringpool.h (class Stringpool_template): Add optimize_ field.
6184 (Stringpool_template::set_optimize): New function.
6185 * stringpool.cc (Stringpool_template::Stringpool_template):
6186 Initialize optimize_ field.
6187 (Stringpool_template::set_string_offsets): Test local optimize
6188 fild rather than parameter.
6189 * layout.cc (Layout::Layout): Call set_optimize on the section
6190 name stringpool.
6191
e6a307ba
ILT
61922009-06-22 Ian Lance Taylor <iant@google.com>
6193
6194 PR 10030
6195 * yyscript.y: Parse TARGET.
6196 * script.cc (script_set_target): New function.
6197 * script-c.h (script_set_target): Declare.
6198 * options.cc (General_options::string_to_object_format): Rename
6199 from string_to_object_format in anonymous namespace. Change
6200 callers.
6201 * options.h (class General_options): Declare
6202 string_to_object_format.
6203
3ee173de
ILT
62042009-06-22 Ian Lance Taylor <iant@google.com>
6205
6206 * script-sections.cc (Script_sections::create_segments): Don't put
6207 program headers in a PT_LOAD segment if -n or -N.
6208
62092009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
6210
6211 PR 10141
6212 * options.h (class General_options): Add -z lazy and -z now. Sort
6213 -z options into alphabetical order.
6214 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
6215
cd6739a1 62162009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
6217
6218 * layout.cc (Layout::make_output_section): Call
6219 Target::new_output_section.
6220 (Layout::attach_allocated_section_to_segment): Put large section
6221 sections in a separate load segment with the large segment flag
6222 set.
6223 (Layout::segment_precedes): Sort large data segments after other
6224 load segments.
6225 (align_file_offset): New static function.
6226 (Layout::set_segment_offsets): Use align_file_offset.
6227 * output.h (class Output_section): Add is_small_section_ and
6228 is_large_section_ fields.
6229 (Output_section::is_small_section): New function.
6230 (Output_section::set_is_small_section): New function.
6231 (Output_section::is_large_section): New function.
6232 (Output_section::set_is_large_section): New function.
6233 (Output_section::is_large_data_section): New function.
6234 (class Output_segment): Add is_large_data_segment_ field.
6235 (Output_segment::is_large_data_segment): New function.
6236 (Output_segment::set_is_large_data_segment): New function.
6237 * output.cc (Output_section::Output_section): Initialize new
6238 fields.
6239 (Output_segment::Output_segment): Likewise.
6240 (Output_segment::add_output_section): Add assertion that large
6241 data sections always go in large data segments. Force small data
6242 sections to the end of the list of data sections. Force small BSS
6243 sections to the start of the list of BSS sections. For large BSS
6244 sections to the end of the list of BSS sections.
6245 * symtab.h (class Symbol): Declare is_common_shndx.
6246 (Symbol::is_defined): Check Symbol::is_common_shndx.
6247 (Symbol::is_common): Likewise.
6248 (class Symbol_table): Define enum Commons_section_type. Update
6249 declarations. Add small_commons_ and large_commons_ fields.
6250 * symtab.cc (Symbol::is_common_shndx): New function.
6251 (Symbol_table::Symbol_table): Initialize new fields.
6252 (Symbol_table::add_from_object): Put small and large common
6253 symbols in the right list.
6254 (Symbol_table::sized_finalized_symbol): Check
6255 Symbol::is_common_shndx.
6256 (Symbol_table::sized_write_globals): Likewise.
6257 * common.cc (Symbol_table::do_allocate_commons): Allocate new
6258 common symbol lists. Don't call do_allocate_commons_list if the
6259 list is empty.
6260 (Symbol_table::do_allocate_commons_list): Remove is_tls
6261 parameter. Add comons_section_type parameter. Change all
6262 callers. Handle small and large common symbols.
6263 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
6264 Symbol::is_common_shndx.
6265 * resolve.cc (symbol_to_bits): Likewise.
6266 * target.h (Target::small_common_shndx): New function.
6267 (Target::small_common_section_flags): New function.
6268 (Target::large_common_shndx): New function.
6269 (Target::large_common_section_flags): New function.
6270 (Target::new_output_section): New function.
6271 (Target::Target_info): Add small_common_shndx, large_common_shndx,
6272 small_common_section_flags, and large_common_section_flags
6273 fields.
6274 (Target::do_new_output_section): New virtual function.
6275 * arm.cc (Target_arm::arm_info): Initialize new fields.
6276 * i386.cc (Target_i386::i386_info): Likewise.
6277 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
6278 Likewise.
6279 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
6280 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
6281 (Target_x86_64::do_new_output_section): New function.
6282 * configure.ac: Define conditional MCMODEL_MEDIUM.
6283 * testsuite/Makefile.am (check_PROGRAMS): Add large.
6284 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
6285 (large_LDFLAGS): Define.
6286 * testsuite/large.c: New file.
6287 * testsuite/testfile.cc (Target_test::test_target_info):
6288 Initialize new fields.
6289 * configure, testsuite/Makefile.in: Rebuild.
6290
bb04269c
DK
62912009-06-05 Doug Kwan <dougkwan@google.com>
6292
6293 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 6294 * Makefile.in: Regenerate.
bb04269c
DK
6295 * i386.cc (class Target_i386): Define new virtual method to
6296 override do_is_local_label_name in parent.
6297 * object.cc (Sized_relobj::do_count_local_symbols): Discard
6298 local symbols if --discard-locals or -X is given.
6299 * options.h (class General_options): Declare new options
6300 '--discard-locals' and '-X' for discarding locals.
6301 * target.h (class Target): Define new methods is_local_label_name.
6302 Declare new virtual method do_is_local_label_name.
6303 * target.cc: New file.
6304 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
6305 (check_SCRIPTS): Add discard_locals_test.sh.
6306 (check_DATA): Add discard_local_tests.syms.
6307 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
6308 (discard_local_tests.syms, discard_locals_test.o): New make rules.
6309 * testsuite/Makefile.in: Regenerate.
6310 * testsuite/discard_locals_test.c: New file.
6311 * testsuite/discard_locals_test.sh: Same.
6312
805bb01c
DK
63132009-06-05 Doug Kwan <dougkwan@google.com>
6314
6315 * object.cc (Sized_relobj::Sized_relobj): Initialize
6316 discarded_eh_frame_shndx_ to -1U.
6317 (Sized_relobj::do_layout): Record index of a discard .eh_frame
6318 section.
6319 (Sized_relobj::do_count_local_symbols): Skip local symbols in
6320 a discarded .eh_frame section.
6321 (Sized_relobj::do_finalize_local_symbols): Ditto.
6322 * object.h (class Sized_relobj): Declare new member
6323 discarded_eh_frame_shndx_.
6324 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
6325 (local_labels_test.o, local_labels_test): New rules.
6326 * testsuite/Makefile.in: Regenerate.
6327
1dcd334d
DK
63282009-06-04 Doug Kwan <dougkwan@google.com>
6329
6330 * layout.cc (Layout::section_name_mapping): Add mapping for
6331 special ARM sections.
6332
96d49306
DK
63332009-06-03 Doug Kwan <dougkwan@google.com>
6334
6335 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
6336 (utils::has_overflow): Same.
6337
dff16297
ILT
63382009-06-03 Ian Lance Taylor <iant@google.com>
6339
6340 * layout.cc (Layout::section_name_mapping): New array, replacing
6341 Layout::linkonce_mapping.
6342 (Layout::section_name_mapping_count): New variable, replacing
6343 Layout::linkonce_mapping_count.
6344 (Layout::linkonce_output_name): Remove.
6345 (Layout::output_section_name): Rewrite.
6346 * layout.h (class Layout): Rename Linkonce_mapping to
6347 Section_name_mapping, linkonce_mapping to section_name_mapping,
6348 linkonce_mapping_count to section_name_mapping_count. Don't
6349 declare linkonce_output_name.
6350
c121c671
DK
63512009-06-03 Doug Kwan <dougkwan@google.com>
6352
6353 * gold/arm.cc (namespace utils): New.
6354 (Target_arm::reloc_is_non_pic): Define new method.
6355 (class Arm_relocate_functions): New.
6356 (Target_arm::Relocate::relocate): Handle relocation types used by
6357 Android.
6358
07800fab
ILT
63592009-06-03 Ian Lance Taylor <iant@google.com>
6360
6361 * arm.cc (Target_arm::scan::global): Use || instead of |.
6362
c121c671
DK
63632009-06-02 Doug Kwan <dougkwan@google.com>
6364
6365 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
6366 issued_non_pic_error_.
6367 (class Target_arm::Scan): Declare new method check_non_pic.
6368 Define new method symbol_needs_plt_entry.
6369 Declare new data member issued_non_pic_error_.
6370 (class Target_arm::Relocate): Declare new method
6371 should_apply_static_reloc.
6372 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
6373 (Target_arm::Scan::check_non_pic): Define new method.
6374 (Target_arm::Scan::local): Handle a small subset of reloc types used
6375 by Android.
6376 (Target_arm::Scan::local): Same.
6377 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
6378
b19b0c6d
ILT
63792009-05-31 Mikolaj Zalewski <mikolajz@google.com>
6380
6381 * incremental.cc (Incremental_inputs::report_command_line): Filter
6382 out --incremental-* options.
6383
94cdfcff
DK
63842009-05-29 Doug Kwan <dougkwan@google.com>
6385
6386 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
6387 template class.
6388 (class Target_arm): Update comment.
6389 (Target_arm::Target_arm): Initialize new data members GOT_,
6390 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
6391 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
6392 and Target_arm::rel_dyn_section.
6393 Declare new_enum Target_arm::Got_type.
6394 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
6395 and DYNBSS_.
6396 Update commments for member do_dynsym_value.
6397 (Target_arm::got_size, Target_arm::plt_section,
6398 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
6399 new methods inside class defintion.
6400 (Target_arm::got_section): Define new method.
6401 (Target_arm::rel_dyn_section): Same.
6402 (Output_data_plt_arm): New template class.
6403 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
6404 (Output_data_plt_arm:do_adjust_output_section): Define new method.
6405 (Output_data_plt_arm::add_entry): Same.
6406 (Output_data_plt_arm::first_plt_entry): Define new
6407 static data member for PLT instruction template.
6408 (Output_data_plt_arm::plt_entry): Same.
6409 (Output_data_plt_arm::do_write): Define new method.
6410 (Target_arm::make_plt_entry): Same.
6411 (Target_arm::do_finalize_sections): Same.
6412 (Target_arm::do_dynsym_value): Same.
6413
4a657b0d
DK
64142009-05-28 Doug Kwan <dougkwan@google.com>
6415
6416 * Makefile.am (TARGETSOURCES): Add arm.cc.
6417 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
6418 * Makefile.in: Regenerate.
6419 * arm.cc: New file.
6420 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
6421
e7ae8c36
DK
64222009-05-26 Doug Kwan <dougkwan@google.com>
6423
6424 * options.cc (General_options::parse_exclude_libs). Fix a comment.
6425 (General_options::check_excluded_libs): Strip off directories in
6426 archive name before matching like GNU ld does.
6427 * testsuite/Makefile.am (MOSTLYCLEANFILES,
6428 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
6429 (exclude_libs_test_LDFLAGS): Add linker option
6430 -Wl,--exclude-libs,libexclude_libs_test_3
6431 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
6432 an explicit archive without using -l.
6433 (alt/libexclude_libs_test_3.a): New make rule.
6434 * testsuite/Makefile.in: Regenerate.
6435 * testsuite/exclude_libs_test.c : Declare lib3_default().
6436 (main): Call it.
6437 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
6438 * exclude_libs_test_3.c: New file.
6439
f12e7348
NC
64402009-05-26 Nick Clifton <nickc@redhat.com>
6441
6442 * po/id.po: New Indonesian translation.
6443 * po/gold.pot: Updated template file.
6444
4daadc0d
ST
64452009-05-22 Sriraman Tallam <tmsriram@google.com>
6446
e1df38aa 6447 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
6448 gc_comdat_test files. Add -Wl,--gc-sections to build
6449 gc_comdat_test.
6450 * testsuite/Makefile.in: Regenerate.
6451 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
6452
531813ad
ST
64532009-05-21 Sriraman Tallam <tmsriram@google.com>
6454
6455 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
6456 kept comdat section was garbage collected.
6457 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
6458 * testsuite/Makefile.in: Regenerate.
6459 * testsuite/gc_comdat_test.sh: New file.
6460 * testsuite/gc_comdat_test_1.cc: New file.
6461 * testsuite/gc_comdat_test_2.cc: New file.
6462
65514900
CC
64632009-05-19 Doug Kwan <dougkwan@google.com>
6464
6465 * archive.cc (Archive::Archive): Move constructor from archive.h
6466 to here. Initialize no_export_.
6467 (Archive::get_elf_object_for_member): Set no_export flag of object.
6468 * archive.h (Archive::Archive): Move constructor body to
6469 archive.cc.
6470 (Archive::no_export): New method.
6471 (Archive::no_export_): New field.
6472 * object.h (Object::Object): Initialize no_export_ to false.
6473 (Object::no_export, Object::set_no_export): New methods.
6474 (Object::no_export_): New field.
6475 * options.cc (General_options::parse_exclude_libs): New method.
6476 (General_options::check_excluded_libs) Same.
6477 * options.h (exclude_libs): New option.
6478 (General_options::check_excluded_libs): New method declaration.
6479 (General_options::excluded_libs_): New field.
6480 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
6481 default or protected visibility if an object has no-export flag set.
6482 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
6483 (check_SCRIPTS): Add exclude_libs_test.sh.
6484 (check_DATA): Add exclude_libs_test.syms.
6485 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
6486 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
6487 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
6488 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
6489 (exclude_libs_test.syms, libexclude_libs_test_1.a,
6490 libexclude_libs_test_2.a): New rules.
6491 * testsuite/Makefile.in: Regenerate.
6492 * testsuite/exclude_libs_test.c: New file.
6493 * testsuite/exclude_libs_test.sh: Ditto.
6494 * testsuite/exclude_libs_test_1.c: Ditto.
6495 * testsuite/exclude_libs_test_2.c: Ditto.
6496
1b77ea50
ILT
64972009-05-15 Ian Lance Taylor <iant@google.com>
6498
6499 * configure.ac: Check for declarations for cases where libiberty.h
6500 checks HAVE_DECL_xxx.
6501 * configure, config.in: Rebuild.
6502
072fe7ce
ILT
65032009-05-15 Mikolaj Zalewski <mikolajz@google.com>
6504
6505 * gold.h (Incremental_argument_list): Remove (invalid) forward
6506 declaration.
6507 * incremental.cc (Incremental_inputs::report_achive): New method.
6508 (Incremental_inputs::report_object): New method.
6509 (Incremental_inputs::report_script): New method.
6510 (Incremental_inputs::finalize_inputs): New method.
6511 (Incremental_inputs::finalize): Call finalize_inputs().
6512 (Incremental_inputs::sized_create_incremental_inputs_section_data):
6513 Create inputs entries.
6514 * incremental.h (Incremental_input_type): New enum.
6515 (Incremental_inputs::Incremental_input): Initialize new fields.
6516 (Incremental_inputs::report_inputs): New method.
6517 (Incremental_inputs::report_achive): New method.
6518 (Incremental_inputs::report_object): New method.
6519 (Incremental_inputs::report_script): New method.
6520 (Incremental_inputs::finalize_inputs): New method.
6521 (Incremental_inputs::Input_info): New struct.
6522 (Incremental_inputs::Input_info_map): New typedef.
6523 (Incremental_inputs::lock_): New field.
6524 (Incremental_inputs::Inputs_): New field.
6525 (Incremental_inputs::Inputs_map): New field.
6526 * main.cc (main): Call Incremental_input::report_inputs.
6527 * options.h (Input_argument_list): Typedef moved from
6528 Input_arguments.
6529 (Input_file_group::Files): Remove, use ::Input_argument_list.
6530 (Input_file_group::Input_argument_list): Remove, use
6531 ::Input_argument_list.
6532 * plugin.cc (Plugin_manager::add_input_file): Add error in
6533 incremental build.
6534 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
6535 functions.
6536 * script.cc (read_input_script): Call
6537 Incremental_input::report_script.
6538 * script.h (Script_info): New class.
6539
b0481b0b
ILT
65402009-04-27 Ian Lance Taylor <iant@google.com>
6541
6542 * x86_64.cc (do_adjust_output_section): Set entsize to
6543 plt_entry_size.
6544
b22a5a41 65452009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
6546
6547 * output.cc (Output_file::close): After short writes, continue
6548 writing from the correct offset in the buffer being written.
6549
40fde488
CD
65502009-04-23 Chris Demetriou <cgd@google.com>
6551
6552 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
6553 * configure: Regenerate.
6554 * config.in: Regenerate.
6555 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
6556 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
6557
3ce2c28e
ILT
65582009-04-21 Mikolaj Zalewski <mikolajz@google.com>
6559
6560 * incremental.cc (Incremental_inputs_header_data): Renamed from
6561 Incremental_input_header_data.
6562 (Incremental_inputs_header_data::data_size): New field.
6563 (Incremental_inputs_header_data::put_input_file_count): Renamed
6564 from input_file_count.
6565 (Incremental_inputs_header_data::put_command_line_offset): Renamed
6566 from command_line_offset.
6567 (Incremental_inputs_header_data::put_reserved): Renamed from
6568 put_reserved.
6569 (Incremental_inputs_entry_data): Renamed from
6570 Incremental_input_entry_data.
6571 (Incremental_inputs_entry_data::data_size): New field.
6572 (Incremental_inputs::report_command_line): New method.
6573 (Incremental_inputs::finalize): New method.
6574 (Incremental_inputs::create_incremental_inputs_data): New method.
6575 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
6576 * incremental.h: New file.
6577 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
6578 (Layout::finalize): Create incremental inputs section in
6579 incremental builds.
6580 (Layout::create_incremental_info_sections): New method.
6581 * layout.h (Layout::incremental_inputs): New method.
6582 (Layout::create_incremental_info_sections): New method.
6583 (Layout::incremental_inputs_): New field.
6584 * main.cc (main): Notify Incremental_input of the command line.
6585
e55bde5e
ILT
65862009-04-01 Ian Lance Taylor <iant@google.com>
6587 Mikolaj Zalewski <mikolajz@google.com>
6588
6589 * gold.h (reserve_unordered_map): Define, three versions, one for
6590 each version of Unordered_map.
6591 * layout.cc (Layout::Layout): Remove options parameter. Add
6592 number_of_input_files parameter. Don't initialize options_.
6593 Initialize number_of_input_files_ and resized_signatures_. Move
6594 sections_are_attached_.
6595 (Layout::layout_group): Reserve space for group_signatures_.
6596 (Layout::find_or_add_kept_section): Change name parameter to be a
6597 reference. Resize signatures_ map when it gets large enough.
6598 (Layout::layout_eh_frame): Use parameters->options() instead of
6599 this->options_.
6600 (Layout::make_output_section): Likewise.
6601 (Layout::attach_allocated_section_to_segment): Likewise.
6602 (Layout::finalize, Layout::create_executable_stack): Likewise.
6603 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
6604 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
6605 * layout.h (class Layout): Update declarations. Remove options_
6606 field. Add number_of_input_files_ and resized_signatures_
6607 fields. Move sections_are_attached_ field.
6608 * main.cc (main): Pass number of input files to Layout
6609 constructor. Don't pass options.
6610
154b857c
ILT
66112009-03-30 Ian Lance Taylor <iant@google.com>
6612
6613 * ffsll.c (ffsll): Correct implementation.
6614
2f35ab9b
ILT
66152009-03-27 Ian Lance Taylor <iant@google.com>
6616
fd03461a
ILT
6617 * ffsll.c: New file.
6618 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
6619 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
6620 * ftruncate.c (ftruncate): Declare before definition.
6621 * mremap.c (mremap): Likewise.
6622 * pread.c (pread): Likewise.
6623 * configure, Makefile.in, config.in: Rebuild.
6624
2f35ab9b
ILT
6625 * mremap.c: New file.
6626 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
6627 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
6628 (mremap): Declare if HAVE_MREMAP is not defined.
6629 * configure, Makefile.in, config.in: Rebuild.
6630
33aea2fd
CC
66312009-03-27 Cary Coutant <ccoutant@google.com>
6632
6633 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
6634 position independent.
6635 * sparc.cc (Target_sparc::check_non_pic): Likewise.
6636 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
6637
6d479619
CC
66382009-03-24 Cary Coutant <ccoutant@google.com>
6639
6640 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
6641 an executable.
6642 (needs_dynamic_reloc): Likewise.
6643
afc06bb8
ILT
66442009-03-24 Ian Lance Taylor <iant@google.com>
6645
6646 * yyscript.y (file_cmd): Recognize EXTERN.
6647 (extern_name_list, extern_name_list_body): New nonterminals.
6648 * script.cc (script_add_extern): Define.
6649 * script-c.h (script_add_extern): Declare.
6650
f6060a4d
ILT
66512009-03-24 Rafael Avila de Espindola <espindola@google.com>
6652
6653 * object.cc (is_elf_object): Define.
6654 * object.h (is_elf_object): Declare.
6655 * archive.cc (Archive::get_elf_object_for_member): Call
6656 is_elf_object.
33aea2fd 6657 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 6658
26736d8e
ILT
66592009-03-24 Elliott Hughes <enh@google.com>
6660
6661 * output.cc (Output_file::map_anonymous): Define.
6662 (Output_file::map): Use map_anonymous. If the regular mmap fails,
6663 try an anonymous one. Report the size if the mmap fails.
6664 * output.h (class Output_file): Declare map_anonymous.
6665
22fd9730
ILT
66662009-03-24 Ian Lance Taylor <iant@google.com>
6667
6668 * target-select.cc (instantiate_target): Don't acquire the lock if
6669 the instantiated_target_ field has already been set.
6670
cb010894
ILT
66712009-03-23 Ian Lance Taylor <iant@google.com>
6672
7f055c20
ILT
6673 * gold-threads.h (class Initialize_lock): Define.
6674 * gold-threads.cc (class Initialize_lock_once): Define.
6675 (initialize_lock_control): New static variable.
6676 (initialize_lock_pointer): New static variable.
6677 (initialize_lock_once): New static function.
6678 (Initialize_lock::Initialize_lock): Define.
6679 (Initialize_lock::initialize): Define.
6680 * target-select.h: Include "gold-threads.h".
6681 (class Target_selector): Add lock_ and initialize_lock_ fields.
6682 Don't define instantiate_target, just declare it.
6683 * target-select.cc (Target_selector::Target_selector): Initialize
6684 new fields.
6685 (Target_selector::instantiate_target): Define.
6686 * descriptors.h: Include "gold-threads.h".
6687 (class Descriptors): Add initialize_lock_ field.
6688 * descriptors.cc (Descriptors::Descriptors): Initialize new
6689 field.
6690 (Descriptors::open): Use initialize_lock_ field
6691 * errors.h (class Errors): Add initialize_lock_ field.
6692 * errors.cc (Errors::Errors): Initialize new field.
6693 (Errors::initialize_lock): Use initialize_lock_ field.
6694 * powerpc.cc (class Target_selector_powerpc): Remove
6695 instantiated_target_ field. In do_recognize call
6696 instantiate_target rather than do_instantiate_target. In
6697 do_instantiate_target just allocate a new target.
6698 * sparc.cc (class Target_selector_sparc): Likewise.
6699
36959681
ILT
6700 * freebsd.h: New file.
6701 * i386.cc: Include "freebsd.h".
6702 (Target_i386): Derive from Target_freebsd rather than
6703 Sized_target.
6704 (Target_selector_i386): Derive from Target_selector_freebsd rather
6705 than Target_selector.
6706 * x86_64.cc: Include "freebsd.h".
6707 (Target_x86_64): Derive from Target_freebsd rather than
6708 Sized_target.
6709 (Target_selector_x86_64): Derive from Target_selector_freebsd
6710 rather than Target_selector.
6711 * target.h (class Target): Add adjust_elf_header and
6712 do_adjust_elf_header.
6713 * output.cc (Output_file_header:: do_sized_write): Call target
6714 adjust_elf_header routine.
6715 * configure.tgt: Set targ_osabi.
6716 * configure.ac: Define GOLD_DEFAULT_OSABI.
6717 * parameters.cc (Parameters::default_target): Pass
6718 GOLD_DEFAULT_OSABI to select_target.
6719 * target-select.h (class Target_selector): Make instantiate_target
6720 protected rather than private.
6721 * Makefile.am (HFILES): Add freebsd.h.
6722 * configure, Makefile.in, config.in: Rebuild.
6723
cb010894
ILT
6724 * merge.cc (do_add_input_section): Correct pend value. Change
6725 message about last entry not being null terminated from error to
6726 warning.
6727
0e879927
ILT
67282009-03-20 Mikolaj Zalewski <mikolajz@google.com>
6729
6730 * incremental.cc: New file.
6731 * Makefile.am (CCFILES): Add incremental.cc.
6732 * Makefile.in: Rebuild.
6733
41105937
PP
67342009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
6735
6736 * layout.cc (Layout::output_section_name): Preserve names
6737 of '.note.' sections.
e1df38aa 6738
60439920
ILT
67392009-03-19 Ian Lance Taylor <iant@google.com>
6740
6741 * descriptors.cc (Descriptors::open): Check that the options are
6742 valid before using them.
6743
0d371ad3
ILT
67442009-03-18 Ian Lance Taylor <iant@google.com>
6745
6746 * script-sections.h: Include <list>.
6747 (class Script_sections): Change Sections_elements from std::vector
6748 to std::list. Typedef public Elements_iterator. Add
6749 orphan_section_placement_, data_segment_align_start_, and
6750 saw_data_segment_align_ fields. Remove data_segment_align_index_
6751 field.
6752 * script-sections.cc (class Orphan_section_placement): New class.
6753 (class Sections_element): Add virtual functions is_relro and
6754 orphan_section_init. Remove virtual function place_orphan_here.
6755 (class Output_section_definition): Add is_relro and
6756 orphan_section_init. Remove place_orphan_here.
6757 (class Orphan_output_section): Likewise.
6758 (Script_sections::Script_sections): Update for field changes.
6759 (Script_sections::data_segment_align): Set saw_data_segment_align_
6760 and data_segment_align_start_, not data_segment_align_index.
6761 (Script_sections::data_segment_relro_end): Check
6762 saw_data_segment_align_. Use data_segment_align_start_ rather
6763 than data_segment_align_index_.
6764 (Script_sections::place_orphan): Rewrite to use
6765 Orphan_section_placement.
6766
9201d894
ILT
67672009-03-17 Ian Lance Taylor <iant@google.com>
6768
9c5b8369
ILT
6769 * archive.cc (Archive::add_symbols): Check for a version attached
6770 to the symbol name in the archive map.
6771 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
6772 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
6773 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
6774 (ver_test_11.a): New target.
6775 * testsuite/Makefile.in: Rebuild.
6776
9201d894
ILT
6777 * configure.ac: Check for chsize and posix_fallocate. Replace
6778 ftruncate.
6779 * ftruncate.c: New file, from gnulib.
6780 * output.cc (posix_fallocate): Define dummy version if not
6781 HAVE_POSIX_FALLOCATE.
6782 (Output_file::map): Call posix_fallocate rather than lseek and
6783 write.
6784 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
6785 * configure, Makefile.in, config.in: Rebuild.
6786
ef4ab7a8 67872009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 6788
ef4ab7a8
PP
6789 * layout.h (Layout::create_note): Add section_name parameter.
6790 * layout.cc (Layout::create_note): Likewise.
6791 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 6792
8c500701
ILT
67932009-03-17 Ian Lance Taylor <iant@google.com>
6794
e85b18e1
ILT
6795 * descriptors.cc: Include "options.h".
6796 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
6797 (Descriptors::open): Always use O_CLOEXEC when opening a new
6798 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
6799 then set FD_CLOEXEC.
6800
9efe6174
ILT
6801 * sparc.cc (class Target_sparc): Add has_got_section.
6802 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
6803 make sure we have a GOT section.
6804
6805 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
6806 (Target_sparc::Scan::local): Likewise.
6807 (Target_sparc::Scan::global): Likewise.
6808 (Target_sparc::Relocate::relocate): Likewise.
6809 (Target_sparc::Relocate::relocate_tls): Likewise.
6810
8c500701
ILT
6811 * symtab.cc (Symbol_table::define_default_version): New function,
6812 broken out of add_from_object.
6813 (Symbol_table::add_from_object): Call define_default_version.
6814 (Symbol_table::define_special_symbol): Add resolve_oldsym
6815 parameter. Change all callers. If the version for a symbol comes
6816 from a version script, resolve it with the symbol with the same
6817 name with no version. Also add the symbol without a version if
6818 appropriate.
6819 (do_define_in_output_data): If resolving with oldsym, don't delete
6820 sym.
6821 (do_define_in_output_segment): Likewise.
6822 (do_define_as_constant): Likewise.
6823 * symtab.h (class Symbol_table): Update declarations.
6824
f1ed28fb
ILT
68252009-03-13 Ian Lance Taylor <iant@google.com>
6826
15f8229b
ILT
6827 * readsyms.cc (Read_symbols::incompatible_warning): New function.
6828 (Read_symbols::requeue): New function.
6829 (Read_symbols::do_read_symbols): If make_elf_object fails because
6830 the target type is not configured, and the file was searched for,
6831 issue a warning and retry with the next directory.
6832 (Add_symbols::run): If the file has an incompatible format, and
6833 it was searched for, requeue the Read_symbols task. On error,
6834 release the object.
6835 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
6836 dirindex parameter to constructor. Change all callers. Declare
6837 incompatible_warning and requeue.
6838 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
6839 input_argument_ and input_group_ fields. Add them to
6840 constructor. Change all callers.
6841 (class Read_script): Add dirindex_ field. Add it to constructor.
6842 Change all callers.
6843 * archive.cc (Archive::setup): Remove input_objects parameter.
6844 Change all callers.
6845 (Archive::get_file_and_offset): Likewise.
6846 (Archive::read_all_symbols): Likewise.
6847 (Archive::read_symbols): Likewise.
6848 (Archive::get_elf_object_for_member): Remove input_objects
6849 parameter. Add punconfigured parameter. Change all callers.
6850 (Archive::add_symbols): Change return type to bool. Check return
6851 value of include_member.
6852 (Archive::include_all_members): Likewise.
6853 (Archive::include_member): Change return type to bool. Return
6854 false if first included object has incompatible target. Set
6855 included_member_ field.
6856 (Add_archive_symbols::run): If add_symbols returns false, requeue
6857 Read_symbols task.
6858 * archive.h (class Archive): Add included_member_ field.
6859 Initialize it in constructor. Add input_file and searched_for
6860 methods. Update declarations.
6861 (class Add_archive_symbols): Add dirpath_, dirindex_, and
6862 input_argument_ fields. Add them to constructor. Change all
6863 callers.
6864 * script.cc: Include "target-select.h".
6865 (class Parser_closure): Add skip_on_incompatible_target_ and
6866 found_incompatible_target_ fields. Add
6867 skip_on_incompatible_target parameter to constructor. Change all
6868 callers. Add methods skip_on_incompatible_target,
6869 clear_skip_on_incompatible_target, found_incompatible_target, and
6870 set_found_incompatible_target.
6871 (read_input_script): Add dirindex parameter. Change all callers.
6872 If parser finds an incompatible target, requeue Read_symbols
6873 task.
6874 (script_set_symbol): Clear skip_on_incompatible_target in
6875 closure.
6876 (script_add_assertion, script_parse_option): Likewise.
6877 (script_start_sections, script_add_phdr): Likewise.
6878 (script_check_output_format): New function.
6879 * script.h (read_input_script): Update declaration.
6880 * script-c.h (script_check_output_format): Declare.
6881 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
6882 (ignore_cmd): Remove OUTPUT_FORMAT.
6883 * fileread.cc (Input_file::Input_file): Add explicit this.
6884 (Input_file::will_search_for): New function.
6885 (Input_file::open): Add pindex parameter. Change all callers.
6886 * fileread.h (class Input_file): Add input_file_argument method.
6887 Declare will_search_for. Update declarations.
6888 * object.cc (make_elf_object): Add punconfigured parameter.
6889 Change all callers.
6890 * object.h (class Object): Make input_file public. Add
6891 searched_for method.
6892 (make_elf_object): Update declaration.
6893 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
6894 restart search.
6895 * dirsearch.h (class Dirsearch): Update declaration.
6896 * options.h (class General_options): Add --warn-search-mismatch.
6897 * parameters.cc (Parameters::is_compatible_target): New function.
6898 * parameters.h (class Parameters): Declare is_compatible_target.
6899 * workqueue.cc (Workqueue::add_blocker): New function.
6900 * workqueue.h (class Workqueue): Declare add_blocker.
6901
f1ed28fb
ILT
6902 * fileread.cc (Input_file::open): Remove options parameter.
6903 Change all callers.
6904 (Input_file::open_binary): Likewise.
6905 * script.cc (read_input_script): Likewise.
6906 * readsyms.h (class Read_symbols): Remove options_ field. Remove
6907 options parameter from constructor. Change all callers.
6908 (class Read_script): Likewise.
6909 * fileread.h (class Input_file): Update declarations.
6910 * script.h (read_input_script): Update declaration.
6911
34dd024a
NC
69122009-03-10 Nick Clifton <nickc@redhat.com>
6913
6914 * po/es.po: New Spanish translation.
6915
6d71b17c
CC
69162009-03-06 Cary Coutant <ccoutant@google.com>
6917
6918 * options.cc (parse_short_option): Keep dash_z from registering itself.
6919
031cdbed
ILT
69202009-03-03 Ian Lance Taylor <iant@google.com>
6921
6922 PR 9918
6923 * target-reloc.h (relocate_section): Pass output_section to
6924 relocate.
6925 * i386.cc (Target_i386::should_apply_static_reloc): Add
6926 output_section parameter. Change all callers.
6927 (Target_i386::Relocate::relocate): Add output_section parameter.
6928 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
6929 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
6930 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
6931 * testsuite/two_file_shared.sh: New script.
6932 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
6933 (check_DATA): Add two_file_shared.dbg.
6934 (two_file_shared.dbg): New target.
6935 * testsuite/Makefile.in: Rebuild.
6936
15d5fa16
ILT
69372009-03-01 Ian Lance Taylor <iant@google.com>
6938
6939 * configure.ac: Check for byteswap.h.
6940 * configure: Rebuild.
6941 * config.in: Rebuild.
6942
8a4c0b0d
ILT
69432009-03-01 Mikolaj Zalewski <mikolajz@google.com>
6944
6945 * layout.cc (Layout::find_or_add_kept_section): New function.
6946 (Layout::add_comdat): Removed.
6947 * layout.h (struct Kept_section): Move out of class Layout.
6948 Remove trailing underscores from field names. Add group_sections
6949 field. Rename group_ field to is_group. Change all uses.
6950 (class Layout): Declare find_or_add_kept_section, not add_comdat.
6951 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
6952 comdat_groups_ field.
6953 (Sized_relobj::include_section_group): Use
6954 find_or_add_kept_section and Kept_section::group_sections.
6955 (Sized_relobj::include_linkonce_section): Likewise.
6956 * object.cc (class Sized_relobj): Don't define Comdat_group or
6957 Comdat_group_table. Remove find_comdat_group and
6958 add_comdat_group. Remove comdat_groups_ field.
6959 * plugin.cc (include_comdat_group): Use
6960 Layout::find_or_add_kept_section.
6961
b4ecf66b
ILT
69622009-02-28 Ian Lance Taylor <iant@google.com>
6963
14359ca0
ILT
6964 * README: --gc-sections and map files are now supported. Document
6965 some build requirements.
6966
b4ecf66b
ILT
6967 PR 6992
6968 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
6969 relocatable link set the value of the section symbol to zero.
6970 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
6971 relocatable link don't include the section address in the local
6972 symbol value.
6973
0602e05a
ILT
69742009-02-27 Ian Lance Taylor <iant@google.com>
6975
fd9d194f
ILT
6976 PR 6811
6977 * options.h (class Search_directory): Add is_system_directory.
6978 (class General_options): Declare is_in_system_directory.
6979 * options.cc (get_relative_sysroot): Make static.
6980 (get_default_sysroot): Make static.
6981 (General_optoins::is_in_system_directory): New function.
6982 * fileread.cc (Input_file::is_in_system_directory): New function.
6983 * fileread.h (class Input_file): Declare is_in_system_directory.
6984 * object.h (class Object): Add is_in_system_directory.
6985 (class Input_objects): Remove system_library_directory_ field.
6986 * object.cc (Input_objects::add_object): Don't set
6987 system_library_directory_.
6988 (input_objects::found_in_system_library_directory): Remove.
6989 * symtab.cc (Symbol_table::write_globals): Remove input_objects
6990 parameter. Change all callers.
6991 (Symbol_table::sized_write_globals): Likewise.
6992 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
6993 Call Object::is_in_system_directory.
6994 * symtab.h (class Symbol_table): Update declarations.
6995
61edd21f
ILT
6996 PR 5990
6997 * descriptors.h (Open_descriptor): Add is_on_stack field.
6998 * descriptors.cc (Descriptors::open): If the descriptor is on the
6999 top of the stack, remove it. Initialize is_on_stack field.
7000 (Descriptors::release): Only add pod to stack if it is not on the
7001 stack already.
7002 (Descriptors::close_some_descriptor): Clear stack_next and
7003 is_on_stack fields.
7004
e29e076a
ILT
7005 PR 7091
7006 * output.cc (Output_section::find_starting_output_address): Rename
7007 from starting_output_address; add PADDR parameter; change return
7008 type.
7009 * output.h (class Output_section): Declare
7010 find_starting_output_address instead of starting_output_address.
7011 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
7012 section symbol for which we can't find a merge section.
7013
0602e05a
ILT
7014 PR 9836
7015 * symtab.cc (Symbol_table::add_from_object): If the visibility is
7016 hidden or internal, force the symbol to be local.
7017 * resolve.cc (Symbol::override_visibility): Define.
7018 (Symbol::override_base): Use override_visibility.
7019 (Symbol_table::resolve): Likewise.
7020 (Symbol::override_base_with_special): Likewise.
7021 (Symbol_table::override_with_special): If the visibility is hidden
7022 or internal, force the symbol to be local.
7023 * symtab.h (class Symbol): Add set_visibility and
7024 override_visibility.
7025 * testsuite/ver_test_1.sh: New file.
7026 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
7027 (check_DATA): Add ver_test_1.syms.
7028 (ver_test_1.syms): New target.
7029 * testsuite/Makefile.in: Rebuild.
7030
401a9a73
CC
70312009-02-25 Cary Coutant <ccoutant@google.com>
7032
7033 * layout.cc (Layout::choose_output_section): Don't rename sections
7034 when using a linker script that has a SECTIONS clause.
7035 * Makefile.in: Regenerate.
7036
7037 * testsuite/Makefile.am (script_test_5.sh): New test case.
7038 * testsuite/Makefile.in: Regenerate.
7039 * testsuite/script_test_5.cc: New file.
7040 * testsuite/script_test_5.sh: New file.
7041 * testsuite/script_test_5.t: New file.
7042
f488e4b0
CC
70432009-02-13 Rafael Avila de Espindola <espindola@google.com>
7044
7045 * archive.cc (Archive::include_member): Update calls to add_symbols.
7046 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
7047 the Layout argument.
7048 * dynobj.h (do_add_symbols): Add the Layout argument.
7049 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
7050 Layout argument.
7051 * object.h (Object::add_symbols): Add the Layout argument.
7052 (Object::do_add_symbols): Add the Layout argument.
7053 (Sized_relobj::do_add_symbols): Add the Layout argument.
7054 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
7055 Unify the two versions.
7056 (Add_plugin_symbols): Remove.
7057 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
7058 (Sized_pluginobj::do_add_symbols): Unify the two versions.
7059 (Add_plugin_symbols): Remove.
7060 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
7061 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
7062 (Add_symbols::run): Make it work with Pulginobj.
7063
89dd1680
ILT
70642009-02-06 Ian Lance Taylor <iant@google.com>
7065
7066 * object.cc (Sized_relobj::do_layout): Make info message start
7067 with lower case letter.
7068
266d0a74
ILT
70692009-02-06 Mikolaj Zalewski <mikolajz@google.com>
7070
602b464e
ILT
7071 * binary.cc: Fix file comment.
7072
266d0a74
ILT
7073 * options.h (enum Incremental_disposition): Define.
7074 (class General_options): Add new options: --incremental,
7075 --incremental_changed, --incremental_unchanged,
7076 --incremental_unknown. Add incremental_disposition_ and
7077 implicit_incremental_ fields.
7078 (General_options::incremental_disposition): New function.
7079 (class Position_dependent_options): Add incremental_disposition
7080 option.
7081 (Position_dependent_options::copy_from_options): Set incremental
7082 dispositions.
7083 * options.cc (General_options::parse_incremental_changed): New
7084 function.
7085 (General_options::parse_incremental_unchanged): New function.
7086 (General_options::parse_incremental_unknown): New function.
7087 (General_options::General_options): Initialize new fields
7088 incremental_disposition_ and implicit_incremental_.
7089 (General_options::finalize): Check for uasge of --incremental-*
7090 without --incremental.
7091
f073bbf7
CD
70922009-02-06 Chris Demetriou <cgd@google.com>
7093
7094 * gold.h (gold_undefined_symbol): Change to take only a Symbol
7095 pointer and to report location as the file name associated with
7096 the symbol.
7097 (gold_undefined_symbol_at_location): New function to replace the
7098 old gold_undefined_symbol functionality.
7099 * target-reloc.h (relocate_section): Update to use
7100 gold_undefined_symbol_at_location.
7101 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
7102 Call gold_undefined_symbol function rather than gold_error.
7103 * errors.h (Errors::undefined_symbol): Take location as a
7104 string, rather than calculating it from a relocation.
7105 * errors.cc (Errors::fatal): Print "fatal error:" before the
7106 formatted message.
7107 (Errors::error, Errors::error_at_location): Print "error: "
7108 before the formatted message.
7109 (Errors::undefined_symbol): Take location as a string, rather
7110 than calculating it from a relocation.
7111 (gold_undefined_symbol_at_location): New function akin to
7112 old gold_undefined_symbol, calculates location from relocation.
7113 (gold_undefined_symbol): Change to take only a Symbol pointer
7114 and to report location as the file name associated with the symbol.
7115 * testsuite/debug_msg.sh: Update for changed error messages.
7116 * testsuite/undef_symbol.sh: Likewise.
7117
8e94a90c
ILT
71182009-02-04 Duncan Sands <baldrick@free.fr>
7119
7120 PR 9812
7121 * reduced_debug_output.h
7122 (Output_reduced_debug_abbrev_section::failed): Use format for
7123 gold_warning.
7124 (Output_reduced_debug_info_section::faild): Likewise.
7125
88a0e15b
ILT
71262009-01-31 Mikolaj Zalewski <mikolajz@google.com>
7127
7128 * script.cc (Lazy_demangler): New class.
7129 (Version_script_info::get_symbol_version_helper): Demangle a
7130 symbol only once.
7131
5efc7cd2
CC
71322009-01-29 Cary Coutant <ccoutant@google.com>
7133
7134 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
7135 to __tls_get_addr.
7136 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
7137
e0ebcf42
ILT
71382009-01-28 Ian Lance Taylor <iant@google.com>
7139
5efc7cd2 7140 * version.cc (version_string): Bump to 1.9.
75fe7426 7141
e0ebcf42
ILT
7142 * gold.h: Include <cstring> and <stdint.h>.
7143 * version.cc: Include <cstdio>.
7144 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
7145 warning.
7146 * reduced_debug_output.cc (insert_into_vector): Rename from
7147 Insert_into_vector; change all callers. Use Swap_unaligned to
7148 avoid aliasing issue; remove union since it is unnecessary.
7149
8e2813be 71502009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
7151
7152 * Makefile.am (CCFILES): Add gc.cc.
7153 (HFILES): Add gc.h.
7154 * Makefile.in: Regenerate.
7155 * gold.cc (Gc_runner): New class.
7156 (queue_initial_tasks): Call garbage collection related tasks
7157 when corresponding options are invoked.
7158 (queue_middle_gc_tasks): New function.
7159 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
7160 processed early before laying out sections during garbage collection.
7161 * gold.h (queue_middle_gc_tasks): New function.
7162 (is_prefix_of): Move from "layout.cc".
7163 * i386.cc (Target_i386::gc_process_relocs): New function.
7164 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
7165 * main.cc (main): Create object of class "Garbage_collection".
7166 * object.cc (Relobj::copy_symbols_data): New function.
7167 (Relobj::is_section_name_included): New function.
e1df38aa
NC
7168 (Sized_relobj::do_layout): Allow this function to be called twice
7169 during garbage collection and defer layout of section during the
6d03d481
ST
7170 first call.
7171 * object.h (Relobj::get_symbols_data): New function.
7172 (Relobj::is_section_name_included): New function.
7173 (Relobj::copy_symbols_data): New function.
7174 (Relobj::set_symbols_data): New function.
7175 (Relobj::get_relocs_data): New function.
7176 (Relobj::set_relocs_data): New function.
7177 (Relobj::is_output_section_offset_invalid): New pure virtual function.
7178 (Relobj::gc_process_relocs): New function.
7179 (Relobj::do_gc_process_relocs): New pure virtual function.
7180 (Relobj::sd_): New data member.
7181 (Sized_relobj::is_output_section_offset_invalid): New function.
7182 (Sized_relobj::do_gc_process_relocs): New function.
7183 * options.h (General_options::gc_sections): Modify to not be a no-op.
7184 (General_options::print_gc_sections): New option.
7185 * plugin.cc (Plugin_finish::run): Remove function call to
7186 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
7187 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
7188 * reloc.cc (Read_relocs::run): Add task to process relocs and
7189 determine unreferenced sections when doing garbage collection.
7190 (Gc_process_relocs): New class.
7191 (Sized_relobj::do_gc_process_relocs): New function.
7192 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
7193 sections that are garbage collected.
7194 * reloc.h (Gc_process_relocs): New class.
7195 * sparc.cc (Target_sparc::gc_process_relocs): New function.
7196 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
7197 symbols whose corresponding sections are garbage collected.
7198 (Symbol_table::Symbol_table): Add new parameter for the garbage
7199 collection object.
7200 (Symbol_table::gc_mark_undef_symbols): New function.
7201 (Symbol_table::gc_mark_symbol_for_shlib): New function.
7202 (Symbol_table::gc_mark_dyn_syms): New function.
7203 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
7204 as garbage.
7205 (Symbol_table::add_from_object): Likewise.
7206 (Symbol_table::add_from_relobj): When building shared objects, do not
7207 treat externally visible symbols as garbage.
7208 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
7209 table information for static and relocatable links.
7210 * symtab.h (Symbol_table::set_gc): New function.
7211 (Symbol_table::gc): New function.
7212 (Symbol_table::gc_mark_undef_symbols): New function.
7213 (Symbol_table::gc_mark_symbol_for_shlib): New function.
7214 (Symbol_table::gc_mark_dyn_syms): New function.
7215 (Symbol_table::gc_): New data member.
e1df38aa 7216 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
7217 function.
7218 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
7219 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
7220
3b293544
CF
72212009-01-20 Chris Faylor <me.sourceware@sourceware.org>
7222
7223 * options.h (General_options::gc_sections): Define as a no-op for now.
7224 (General_options::no_keep_memory): Ditto.
7225 (General_options::Bshareable): Define.
7226 * options.cc (General_options::finalize): Honor -Bshareable.
7227
83d22aa8
AS
72282009-01-20 Andreas Schwab <schwab@suse.de>
7229
7230 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
7231 read the value in the contents, since we don't use it. Use the
7232 template endianness when writing.
7233 (Relocate::relocate): Use it for R_PPC_REL16_HA.
7234
cd536b21
AS
72352009-01-19 Andreas Schwab <schwab@suse.de>
7236
7237 * configure.tgt (powerpc64-*): Fix targ_obj.
7238
99e9a495
ILT
72392009-01-15 Ian Lance Taylor <iant@google.com>
7240
7241 * object.cc (Sized_relobj::write_local_symbols): Don't write out
7242 local symbols when stripping all symbols.
7243
bbbfea06
CC
72442009-01-14 Cary Coutant <ccoutant@google.com>
7245
99e9a495 7246 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 7247
0f7c0701
CC
72482009-01-14 Cary Coutant <ccoutant@google.com>
7249
7250 * archive.cc (Archive::get_elf_object_for_member): Remove call
7251 to File_read::claim_for_plugin.
7252 * descriptors.cc (Descriptors::open): Remove reference to
7253 is_claimed.
7254 (Descriptors::claim_for_plugin): Remove.
7255 * descriptors.h (Descriptors::claim_for_plugin): Remove.
7256 (Descriptors::is_claimed): Remove.
7257 (claim_descriptor_for_plugin): Remove.
7258 * fileread.cc (File_read::claim_for_plugin): Remove.
7259 * fileread.h (File_read::claim_for_plugin): Remove.
7260 (File_read::descriptor): Reopen descriptor if necessary.
7261 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
7262 (Plugin_manager::all_symbols_read): Add task parameter. Change
7263 all callers.
7264 (Plugin_manager::get_input_file): New function.
7265 (Plugin_manager::release_input_file): New function.
7266 (Pluginobj::Pluginobj): Add filesize parameter and initialize
7267 corresponding data member.
7268 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
7269 and pass to base constructor. Change all callers.
7270 (get_input_file, release_input_file): New functions.
7271 (make_sized_plugin_object): Add filesize parameter. Change all callers.
7272 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
7273 (Plugin_manager::all_symbols_read): Add task parameter.
7274 (Plugin_manager::get_input_file): New function.
7275 (Plugin_manager::release_input_file): New function.
7276 (Plugin_manager::task_): New data member.
7277 (Pluginobj::Pluginobj): Add filesize parameter.
7278 (Pluginobj::filename): New function.
7279 (Pluginobj::descriptor): New function.
7280 (Pluginobj::filesize): New function.
7281 (Pluginobj::filesize_): New data member.
7282 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
7283 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
7284 File_read::claim_for_plugin; use Object::unlock to unlock the file.
7285
7286 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
7287 with archive libraries.
7288 * testsuite/Makefile.in: Regenerate.
7289 * testsuite/plugin_test.c (struct sym_info): New type.
7290 (get_input_file, release_input_file): New static variables.
7291 (onload): Capture new transfer vector entries.
7292 (claim_file_hook): Stop reading at end of file according to filesize.
7293 Factor out parsing of readelf output into separate function.
7294 (all_symbols_read_hook): Exercise get_input_file and release_input_file
7295 APIs and get the source file name from the symbol table. Convert
7296 source file name to corresponding object file name. Print info
7297 message when adding new input files.
7298 (parse_readelf_line): New function.
7299 * testsuite/plugin_test_1.sh: Add checks for new info messages.
7300 * testsuite/plugin_test_2.sh: Likewise.
7301 * testsuite/plugin_test_3.sh: Likewise.
7302 * testsuite/plugin_test_4.sh: New test case.
7303
62a6d109
ILT
73042009-01-07 Ian Lance Taylor <iant@google.com>
7305
7306 * version.cc (version_string): Bump to 1.8.
7307
483620e8
CC
73082008-12-23 Cary Coutant <ccoutant@google.com>
7309
7310 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
7311 * plugin.cc (Plugin_manager::finish): Rename as
7312 layout_deferred_objects. Move cleanup to separate function.
7313 (Plugin_manager::cleanup): New function.
7314 (Plugin_finish::run): Call layout_deferred_objects and cleanup
7315 separately.
7316 * plugin.h (Plugin_manager::finish): Rename as
7317 layout_deferred_objects.
7318 (Plugin_manager::cleanup): New function.
7319 (Plugin_manager::cleanup_done): New field.
7320
d66a9eb3
CC
73212008-12-23 Cary Coutant <ccoutant@google.com>
7322
7323 * plugin.cc (is_visible_from_outside): New function.
7324 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
7325 so we don't return "IR only" status for exported symbols or -r links.
7326
7327 * testsuite/Makefile.am (plugin_test_3): New test case.
7328 * testsuite/Makefile.in: Regenerate.
7329 * testsuite/plugin_test_3.sh: New file.
7330
5995b570
CC
73312008-12-22 Cary Coutant <ccoutant@google.com>
7332
7333 * object.cc (Sized_relobj::layout_section): New function.
7334 (Sized_relobj::do_layout): Defer layout of input sections until after
7335 plugin has provided replacement files.
7336 (Sized_relobj::do_layout_deferred_sections): New function.
7337 * object.h (Relobj::set_section_offset): Remove virtual keyword.
7338 (Relobj::layout_deferred_sections): New function.
7339 (Relobj::do_layout_deferred_sections): New function.
7340 (Sized_relobj::do_layout_deferred_sections): New function.
7341 (Sized_relobj::layout_section): New function.
7342 (Sized_relobj::Deferred_layout): New structure.
7343 (Sized_relobj::deferred_layout_): New field.
7344 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
7345 Change all callers. Layout deferred sections.
7346 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
7347 references.
7348 (Plugin_hook::run): Move code from do_plugin_hook inline.
7349 (Plugin_hook::do_plugin_hook): Remove.
7350 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
7351 (Plugin_manager::finish): Renamed, was cleanup.
7352 (Plugin_manager::should_defer_layout): New function.
7353 (Plugin_manager::add_deferred_layout_object): New function.
7354 (Plugin_manager::Deferred_layout_list): New type.
7355 (Plugin_manager::deferred_layout_objects_): New field.
7356 (Plugin_hook::do_plugin_hook): Remove.
7357
ee769c88
ILT
73582008-12-17 Ian Lance Taylor <iant@google.com>
7359
7360 * options.h (class General_options): Add --no case for
7361 --export-dynamic.
7362
abc8dcba
CC
73632008-12-16 Cary Coutant <ccoutant@google.com>
7364
7365 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
7366 vector.
7367 (Plugin_manager::claim_file): Create plugin object even if
7368 plugin did not call the add_symbols callback.
7369 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
7370 asking for more symbols than were added.
7371 * testsuite/Makefile.am (plugin_test_1): Add test case with
7372 no global symbols.
7373 (empty.syms): New target.
7374 * testsuite/Makefile.in: Regenerate.
7375 * testsuite/plugin_test.c (claim_file_hook): Add new debug
7376 message. Don't call add_symbols if no globals.
7377 (all_symbols_read_hook): Don't provide replacement for empty
7378 claimed file.
7379
b0074644
ILT
73802008-12-12 Ian Lance Taylor <iant@google.com>
7381
68943102
ILT
7382 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
7383 r_type == 0 for a local symbol with r_sym == 0.
7384 (scan_relocatable_relocs): Pass r_sym to
7385 local_non_section_strategy.
7386 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
7387 r_sym parameter.
7388
b0074644
ILT
7389 * configure.ac: Update test for TLS descriptors: they are
7390 supported as of glibc 2.9.
7391 * configure: Rebuild.
7392
c2508178
ILT
73932008-12-11 Ian Lance Taylor <iant@google.com>
7394
7395 PR 7091
7396 * target-reloc.h (Default_scan_relocatable_relocs): For each
7397 function, map r_type == 0 to RELOC_DISCARD.
7398
2756a258
CC
73992008-12-10 Cary Coutant <ccoutant@google.com>
7400
7401 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
7402 object to override a kept COMDAT group from a plugin object.
7403
bb6f53d3
ILT
74042008-12-09 Ian Lance Taylor <iant@google.com>
7405
fbc558e1
ILT
7406 PR 7088
7407 * yyscript.y (file_cmd): Handle INPUT.
7408
bb6f53d3
ILT
7409 * testsuite/initpri1.c: Change all declarations to be full
7410 prototypes by adding void, to avoid compiler warnings.
7411
4674ecfc
CC
74122008-12-05 Rafael Avila de Espindola <espindola@google.com>
7413
7414 * options.cc (General_options::parse_plugin_opt): New.
7415 (General_options::add_plugin): The argument now is just the filename.
7416 (General_options::add_plugin_option): New.
7417 * options.h (plugin_opt): New.
7418 (add_plugin): Change argument name.
7419 (add_plugin_option): New.
7420 * plugin.cc (Plugin::load): Don't parse the plugin option.
7421 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
7422 (Plugin::add_option): New.
7423 (Plugin::args_): Change type.
7424 (Plugin::filename_): New.
7425 (Plugin_manager::add_plugin_option): New.
7426 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
7427 * testsuite/Makefile.in: Regenerate.
7428
fd06b4aa
CC
74292008-12-05 Cary Coutant <ccoutant@google.com>
7430
7431 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
7432 Handle --strip-lto-sections option.
7433 * options.h (strip_lto_sections): New option.
7434
6c52134c
CC
74352008-12-01 Cary Coutant <ccoutant@google.com>
7436
7437 * plugin.cc (ld_plugin_message): Change format parameter to const.
7438 Fix mismatch between new[] and delete.
7439
a45248e0
CC
74402008-11-14 Cary Coutant <ccoutant@google.com>
7441
7442 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
7443 instead of -1U.
7444
c82fbeee
CS
74452008-11-05 Craig Silverstein <csilvers@google.com>
7446
7447 * options.cc (General_options::parse_dynamic_list): New function.
7448 * options.h (General_options): New flags dynamic_list,
7449 dynamic_list_data, dynamic_list_cpp_new, and
7450 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
7451 (General_options::in_dynamic_list): New function.
7452 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
7453 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
7454 (Lex::can_continue_name): Likewise.
7455 (yylex): Likewise.
7456 (read_script_file): New parameter script_options.
7457 (read_dynamic_list): New function.
7458 (Script_options::define_dynamic_list): New function.
7459 (dynamic_list_keyword_parsecodes): New variable.
7460 (dynamic_list_keywords): New variable.
7461 * script.h (Script_options::define_dynamic_list): New function
7462 prototype.
7463 (read_dynamic_list): New function prototype.
7464 * symtab.cc (strprefix): New macro.
7465 (Symbol::should_add_dynsym_entry): Support dynamic_list,
7466 dynamic_list_data, dynamic_list_cpp_new, and
7467 dynamic_list_cpp_typeinfo.
7468 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
7469 (dynamic_list_expr): New rule.
7470 (dynamic_list_nodes): Likewise.
7471 (dynamic_list_node): Likewise.
7472 * testsuite/Makefile.am (dynamic_list): New test.
7473 * testsuite/Makefile.in: Regenerated.
7474 * testsuite/dynamic_list.t: New file.
7475 * testsuite/dynamic_list.sh: New file.
7476
e0bb29a5
CS
74772008-11-05 Craig Silverstein <csilvers@google.com>
7478
7479 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
7480 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
7481 (t11_last): Likewise.
7482 * testsuite/ver_test_6.c (main): Likewise.
7483
4e1e25e0
CC
74842008-10-07 Cary Coutant <ccoutant@google.com>
7485
7486 * options.c (General_options::finalize): Add check for -static and
7487 -shared.
7488 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
7489 is not empty.
7490
92f03fcb
CC
74912008-10-02 Cary Coutant <ccoutant@google.com>
7492
7493 * plugin.cc (make_sized_plugin_object): Fix conditional
7494 compilation to work when not all targets are enabled.
7495
fbd8a257
CC
74962008-09-29 Cary Coutant <ccoutant@google.com>
7497
7498 * archive.cc (Archive::get_file_and_offset): Use filename instead
7499 of name to get library path.
7500 (Archive::include_member): Unlock external member of a thin archive.
7501
7502 * testsuite/Makefile.am (TEST_AR): New variable.
7503 (thin_archive_test_1): New test.
7504 (thin_archive_test_2): New test.
81636b3f
CC
7505 * testsuite/Makefile.in: Regenerate.
7506 * testsuite/thin_archive_main.cc: New file.
7507 * testsuite/thin_archive_test_1.cc: New file.
7508 * testsuite/thin_archive_test_2.cc: New file.
7509 * testsuite/thin_archive_test_3.cc: New file.
7510 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 7511
eff45813
CC
75122008-09-29 Cary Coutant <ccoutant@google.com>
7513
7514 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
7515 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
7516 instead of -1U.
7517 (Sized_relobj::do_finalize_local_symbols): Likewise.
7518 (Sized_relobj::map_to_kept_section): Likewise.
7519 * object.h (Sized_relobj::invalid_address): New constant.
7520 (Sized_relobj::do_output_section_offset): Check for invalid_address
7521 and return -1ULL.
7522 * output.cc (Output_reloc::local_section_offset): Use constant
7523 invalid_address instead of -1U.
7524 (Output_reloc::get_address): Likewise.
7525 (Output_section::output_address): Change -1U to -1ULL.
7526 * output.h (Output_reloc::invalid_address): New constant.
7527 * reloc.cc (Sized_relobj::write_sections): Use constant
7528 invalid_address instead of -1U.
7529 (Sized_relobj::relocate_sections): Likewise.
7530 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
7531 values for merge sections.
7532 * target-reloc.h (relocate_for_relocatable): Use constant
7533 invalid_address instead of -1U.
7534
89fc3421
CC
75352008-09-19 Cary Coutant <ccoutant@google.com>
7536
7537 Add plugin functionality for link-time optimization (LTO).
7538 * configure.ac (plugins): Add --enable-plugins option.
7539 * configure: Regenerate.
7540 * config.in: Regenerate.
7541 * Makefile.am (LIBDL): New variable.
7542 (CCFILES): Add plugin.cc.
7543 (HFILES): Add plugin.h.
7544 (ldadd_var): Add LIBDL.
7545 * Makefile.in: Regenerate.
7546
7547 * archive.cc: Include "plugin.h".
7548 (Archive::setup): Don't preread archive symbols when using a plugin.
7549 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
7550 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
7551 files.
7552 (Archive::include_member): Add symbols from plugin objects.
7553 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
7554 * descriptors.cc (Descriptors::open): Check for file descriptors
7555 abandoned by plugins.
7556 (Descriptors::claim_for_plugin): New function.
7557 * descriptors.h (Descriptors::claim_for_plugin): New function.
7558 (Open_descriptor::is_claimed): New field.
7559 (claim_descriptor_for_plugin): New function.
7560 * fileread.cc (File_read::claim_for_plugin): New function.
7561 * fileread.h (File_read::claim_for_plugin): New function.
7562 (File_read::descriptor): New function.
7563 * gold.cc: Include "plugin.h".
7564 (queue_initial_tasks): Add task to call plugin hooks for generating
7565 new object files.
7566 * main.cc: Include "plugin.h".
7567 (main): Load plugin libraries.
7568 * object.h (Pluginobj): Declare.
7569 (Object::pluginobj): New function.
7570 (Object::do_pluginobj): New function.
7571 (Object::set_target): New function.
7572 * options.cc: Include "plugin.h".
7573 (General_options::parse_plugin): New function.
7574 (General_options::General_options): Initialize plugins_ field.
7575 (General_options::add_plugin): New function.
7576 * options.h (Plugin_manager): Declare.
7577 (General_options): Add --plugin option.
7578 (General_options::has_plugins): New function.
7579 (General_options::plugins): New function.
7580 (General_options::add_plugin): New function.
7581 (General_options::plugins_): New field.
7582 * plugin.cc: New file.
7583 * plugin.h: New file.
7584 * readsyms.cc: Include "plugin.h".
7585 (Read_symbols::do_read_symbols): Check for archive before checking
7586 for ELF file. Call plugin hooks to claim files.
7587 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
7588 from a real object file; force override when processing replacement
7589 files.
7590 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
7591 (Symbol::init_base_object): Likewise.
7592 (Symbol::init_base_output_data): Likewise.
7593 (Symbol::init_base_output_segment): Likewise.
7594 (Symbol::init_base_constant): Likewise.
7595 (Symbol::init_base_undefined): Likewise.
7596 (Symbol::output_section): Assert that object is not a plugin.
7597 (Symbol_table::add_from_pluginobj): New function.
7598 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
7599 undefined.
7600 (Symbol_table::sized_write_globals): Likewise.
7601 (Symbol_table::add_from_pluginobj): Instantiate template.
7602 * symtab.h (Sized_pluginobj): Declare.
7603 (Symbol::in_real_elf): New function.
7604 (Symbol::set_in_real_elf): New function.
7605 (Symbol::in_real_elf_): New field.
7606 (Symbol_table::add_from_pluginobj): New function.
7607
7608 * testsuite/Makefile.am (AM_CFLAGS): New variable.
7609 (LIBDL): New variable.
7610 (LDADD): Add LIBDL.
7611 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
7612 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
7613 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
7614 (MOSTLYCLEANFILES): Likewise.
7615 * testsuite/Makefile.in: Regenerate.
7616 * testsuite/plugin_test.c: New file.
7617 * testsuite/plugin_test_1.sh: New file.
7618 * testsuite/plugin_test_2.sh: New file.
7619
de31bda5
ILT
76202008-09-16 Ian Lance Taylor <iant@google.com>
7621
9c2d0ef9
ILT
7622 * target-reloc.h (relocate_section): Check whether a symbol is
7623 defined by the ABI before reporting an undefined symbol error.
7624 * target.h (Target::is_defined_by_abi): Make parameter const.
7625 (Target::do_is_defined_by_abi): Likewise.
7626 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
7627 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
7628 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
7629 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
7630 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
7631 * testsuite/Makefile.in: Rebuild.
7632
de31bda5
ILT
7633 * fileread.cc (make_view): Add casts to avoid warning.
7634
9fa33bee
AO
76352008-09-16 Alexandre Oliva <aoliva@redhat.com>
7636
7637 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
7638 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
7639
183fd0e3
AO
76402008-09-16 Alexandre Oliva <aoliva@redhat.com>
7641
7642 * options.h (General_options::output_is_executable): New.
7643 (General_options::output_is_pie): New.
7644 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
7645 for shared libraries.
7646 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
7647
7be8330a
CD
76482008-09-11 Chris Demetriou <cgd@google.com>
7649
7650 * options.h (origin): New -z option.
7651 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
7652 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
7653 in DT_FLAGS_1.
7654
a9caad02
CC
76552008-09-05 Cary Coutant <ccoutant@google.com>
7656
7657 * fileread.cc (File_read::make_view): Add check for attempt to map
7658 beyond end of file.
7659
ae6dce4d
CC
76602008-09-05 Cary Coutant <ccoutant@google.com>
7661
7662 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
7663 explicit instantiations.
7664
d7ab2a47
KVH
76652008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
7666
7667 PR gold/6858
7668 * options.cc (General_options::finalize): Allow undefined symbols
7669 in shlibs if linking -shared.
7670
7671 PR gold/6859
7672 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
7673 symbols as not needing a dynsym entry.
7674
1e52a9c1
CS
76752008-08-20 Craig Silverstein <csilvers@google.com>
7676
7677 * fileread.cc (File_read::open): Do not lock the file unless it
7678 was successfully opened.
7679
d85c80a3
CC
76802008-08-14 Cary Coutant <ccoutant@google.com>
7681
7682 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
7683 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
7684 * testsuite/tls_test.cc (struct int128): 128-bit struct
7685 for testing TLS relocs with non-zero addend.
7686 (v12): New TLS variable.
7687 (t12): New test.
7688 (t_last): Add check for v12.
7689 * testsuite/tls_test.h (t12): New function.
7690 * testsuite/tls_test_main.cc (thread_routine): Call new test.
7691
2d924fd9
ILT
76922008-08-13 Ian Lance Taylor <iant@google.com>
7693
7694 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
7695 set tls_segment_ or relro_segment_.
7696 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
7697 when appropriate.
7698 * output.h (Output_section::clear_is_relro): New function.
7699 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
7700 sections specially even when output_data_ is empty.
7701 (Output_segment::maximum_alignment): When first section is relro,
7702 only force alignment for PT_LOAD segments.
7703 * script.cc (script_data_segment_align): New function.
7704 (script_data_segment_relro_end): New function.
7705 * script-c.h (script_data_segment_align): Declare.
7706 (script_data_segment_relro_end): Declare.
7707 * script-sections.h (class Script_sections): Declare
7708 data_segment_align and data_segment_relro_end. Add fields
7709 segment_align_index_ and saw_relro_end_.
7710 * script-sections.cc (class Sections_element): Add set_is_relro
7711 virtual function. Add new bool* parameter to place_orphan_here.
7712 Add get_output_section virtual function.
7713 (class Output_section_definition): Add set_is_relro. Add new
7714 bool* parameter to place_orphan_here. Add get_output_section.
7715 Add is_relro_ field.
7716 (Output_section_definition::Output_section_definition): Initialize
7717 evaluated_address_, evaluated_load_address, evaluated_addralign_,
7718 and is_relro_ fields.
7719 (Output_section_definition::place_orphan_here): Add is_relro
7720 parameter.
7721 (Output_section_definition::set_section_addresses): Set relro for
7722 output section.
7723 (Output_section_definition::alternate_constraint): Likewise.
7724 (class Orphan_output_section): Add new bool* parameter to
7725 place_orphan_here. Add get_output_section.
7726 (Orphan_output_section::place_orphan_here): Add is_relro
7727 parameter.
7728 (Script_sections::Script_sections): Initialize
7729 data_segment_align_index_ and saw_relro_end_.
7730 (Script_sections::data_segment_align): New function.
7731 (Script_sections::data_segment_relro_end): New function.
7732 (Script_sections::place_orphan): Set or clear is_relro.
7733 (Script_sections::set_section_addresses): Force alignment of first
7734 TLS section.
7735 * yyscript.y (exp): Call script_data_segment_align and
7736 script_data_segment_relro_end.
7737 * testsuite/relro_script_test.t: New file.
7738 * testsuite/relro_test.cc (using_script): Declare.
7739 (t1, t2): Test using_script.
7740 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
7741 (relro_script_test_SOURCES): Define.
7742 (relro_script_test_DEPENDENCIES): Define.
7743 (relro_script_test_LDFLAGS): Define.
7744 (relro_script_test_LDADD): Define.
7745 (relro_script_test.so): New target.
7746 * testsuite/Makefile.in: Rebuild.
7747
f827c9a9
CC
77482008-08-06 Cary Coutant <ccoutant@google.com>
7749
7750 * archive.cc (Archive::total_archives, Archive::total_members)
7751 (Archive::total_members_loaded): New variables.
7752 (Archive::setup): Add parameter. Add option to preread
7753 archive symbols.
7754 (Archive::read_armap): Add counter.
7755 (Archive::get_file_and_offset): New function.
7756 (Archive::get_elf_object_for_member): New function.
7757 (Archive::read_all_symbols): New function.
7758 (Archive::read_symbols): New function.
7759 (Archive::add_symbols): Add counters.
7760 (Archive::include_all_members): Use armap to find members if it's
7761 already built.
7762 (Archive::include_member): Skip reading symbols if already read.
7763 Factored code into Archive::get_file_and_offset and
7764 Archive::get_elf_object_for_member. Changed call to
7765 Mapfile::report_include_archive_member.
7766 (Archive::print_stats): New function.
7767 * archive.h: Declare Object and Read_symbols_data classes.
7768 (Archive::Archive): Add initializers for new members.
7769 (Archive::setup): Add parameter.
7770 (Archive::print_stats): New function.
7771 (Archive::total_archives, Archive::total_members)
7772 (Archive::total_members_loaded): New variables.
7773 (Archive::get_file_and_offset): New function.
7774 (Archive::get_elf_object_for_member): New function.
7775 (Archive::read_all_symbols): New function.
7776 (Archive::read_symbols): New function.
7777 (Archive::Archive_member): New class.
7778 (Archive::members_): New member.
7779 (Archive::num_members_): New member.
7780 * main.cc: Include archive.h.
7781 (main): Call Archive::print_stats.
7782 * mapfile.cc (Mapfile::report_include_archive_member): Delete
7783 archive parameter; member_name is now the fully-decorated name.
7784 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
7785 * options.h: (General_options): Add --preread-archive-symbols option.
7786 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
7787 Archive::setup.
7788
de4c45bd
ILT
77892008-08-04 Ian Lance Taylor <iant@google.com>
7790
7791 * symtab.h (Symbol::use_plt_offset): New function.
7792 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
7793 * powerpc.cc (Relocate::relocate): Likewise.
7794 * sparc.cc (Relocate::relocate): Likewise.
7795 * x86_64.cc (Relocate::relocate): Likewise.
7796 * testsuite/weak_plt.sh: New test.
7797 * testsuite/weak_plt_main.cc: New test.
7798 * testsuite/weak_plt_shared.cc: New test.
7799 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
7800 (check_PROGRAMS): Add weak_plt.
7801 (check_DATA): Add weak_plt_shared.so.
7802 (weak_plt_main_pic.o, weak_plt): New targets.
7803 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
7804 * testsuite/Makefile.in: Rebuild.
7805
7806 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
7807 gcctestdir/ld.
7808 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
7809 * testsuite/Makefile.in: Rebuild.
7810
323ee3f4
AM
78112008-08-04 Alan Modra <amodra@bigpond.net.au>
7812
7813 * Makefile.am (POTFILES.in): Set LC_ALL=C.
7814 * Makefile.in: Regenerate.
7815 * po/POTFILES.in: Regenerate.
7816
7c07ecec
ILT
78172008-07-29 Ian Lance Taylor <iant@google.com>
7818
7819 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
7820 symbols before other symbols.
7821 * testsuite/script_test_2.cc (test_addr): Declare.
7822 (test_addr_alias): Declare.
7823 (main): Check that test_addr and test_addr_alias have the right
cd536b21 7824 values.
7c07ecec
ILT
7825 * testsuite/script_test_2.t: Define test_addr_alias and
7826 test_addr.
7827
5778530e
ILT
78282008-07-24 Ian Lance Taylor <iant@google.com>
7829
2a00e4fb
ILT
7830 PR 5990
7831 * descriptors.cc: New file.
7832 * descriptors.h: New file.
7833 * gold-threads.h (class Hold_optional_lock): New class.
7834 * fileread.cc: Include "descriptors.h".
7835 (File_read::~File_read): Release descriptor rather than closing
7836 it.
7837 (File_read::open) [file]: Call open_descriptor rather than open.
7838 Set is_descriptor_opened_.
7839 (File_read::open) [memory]: Assert that descriptor is not open.
7840 (File_read::reopen_descriptor): New function.
7841 (File_read::release): Release descriptor.
7842 (File_read::do_read): Make non-const. Reopen descriptor.
7843 (File_read::read): Make non-const.
7844 (File_read::make_view): Reopen descriptor.
7845 (File_read::do_readv): Likewise.
7846 * fileread.h (class File_read): Add is_descriptor_opened_ field.
7847 Update declarations.
7848 * layout.cc: Include "descriptors.h".
7849 (Layout::create_build_id): Use open_descriptor rather than open.
7850 * output.cc: Include "descriptors.h".
7851 (Output_file::open): Use open_descriptor rather than open.
7852 * archive.cc (Archive::const_iterator): Change Archive to be
7853 non-const.
7854 (Archive::begin, Archive::end): Make non-const.
7855 (Archive::count_members): Likewise.
7856 * archive.h (class Archive): Update declarations.
7857 * object.h (Object::read): Make non-const.
7858 * Makefile.am (CCFILES): Add descriptors.cc.
7859 (HFILES): Add descriptors.h.
7860 * Makefile.in: Rebuild.
7861
801647d1
ILT
7862 PR 6716
7863 * gold.h: Always include <clocale>. Add Solaris workarounds
7864 following code in binutils/sysdep.h.
7865
5edd166e
ILT
7866 PR 6048
7867 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
7868 this->eh_frame_hdr_ is NULL before using it.
7869
c89ad728
ILT
7870 * dynobj.cc (Versions::Versions): Update comment.
7871
aa86f06b
ILT
7872 * dynobj.cc (Versions::Versions): If there is an soname, use it as
7873 the base version name.
7874
5778530e
ILT
7875 * stringpool.cc (Stringpool_template::add_with_length): Set key to
7876 array size plus one.
7877 (Stringpool_template::set_string_offsets): Subtract one from key
7878 before using it as an array index.
7879 (Stringpool_template::get_offset_with_length): Likewise.
7880 (Stringpool_template::write_to_buffer): Likewise.
7881 * stringpool.h (Stringpool_template::get_offset_from_key):
7882 Likewise.
7883
057ead22
ILT
78842008-07-23 Ian Lance Taylor <iant@google.com>
7885
7f649c59
ILT
7886 PR 6658
7887 * object.h (Merged_symbol_value::value): Do our best to handle a
7888 negative addend.
7889
057ead22
ILT
7890 PR 6647
7891 * script.cc (Version_script_info::get_versions): Don't add empty
7892 version tag to return value.
7893 (Version_script_info::get_symbol_version_helper): Change return
7894 type to bool. Add pversion parameter. Change all callers.
7895 (script_register_vers_node): Don't require a non-NULL tag.
7896 * script.h (class Version_script_info): Update declarations.
7897 (Version_script_info::get_symbol_version): Change return type to
7898 bool. Add version parameter. Change all callers.
7899 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
7900 handling. Handle an empty version from a version script.
7901 (Symbol_table::define_special_symbol): Likewise.
7902 * testsuite/ver_test_10.script: New file.
7903 * testsuite/ver_test_10.sh: New file.
7904 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
7905 (check_DATA): Add ver_test_10.syms.
7906 (ver_test_10.syms, ver_test_10.so): New target.
7907 * testsuite/Makefile.in: Rebuild.
7908
58e54ac2
CD
79092008-07-23 Simon Baldwin <simonb@google.com>
7910
7911 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
7912 to zero for undefined symbols from dynamic libraries.
7913
95d14cd3
ILT
79142008-07-23 Ian Lance Taylor <iant@google.com>
7915
7916 * symtab.cc (Symbol_table::resolve): Remove version parameter.
7917 Change all callers.
7918 * symtab.h (class Symbol_table): Update declaration.
7919 * testsuite/ver_test_9.cc: New file.
7920 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
7921 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
7922 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
7923 (ver_test_9.so, ver_test_9.o): New targets.
7924 * testsuite/Makefile.in: Rebuild.
7925
92de84a6
ILT
79262008-07-22 Ian Lance Taylor <iant@google.com>
7927
34810851
ILT
7928 * options.h (class General_options): Define --check-sections.
7929 * layout.cc (Layout::set_segment_offsets): Handle
7930 --check-sections.
7931
af6156ef
ILT
7932 * options.h (class General_options): Define -n/--nmagic and
7933 -N/--omagic.
7934 * options.cc (General_options::finalize): For -n/--nmagic or
7935 -N/--omagic, set -static.
7936 * layout.cc (Layout::attach_allocated_section_to_segment): If
7937 -N/--omagic, don't put read-only and read-write sections in
7938 different segments.
7939 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
7940 finding a read-only segment.
7941 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
7942 don't set the minimum segment alignment to the common page size,
7943 and don't set the file offset to the address modulo the page size.
7944 * script-sections.cc (Script_sections::create_segments): If
7945 -n/--omagic, don't put read-only and read-write sections in
7946 different segments.
7947
92de84a6
ILT
7948 * cref.cc: New file.
7949 * cref.h: New file.
7950 * options.h (class General_options): Add --print-symbol-counts.
7951 * main.cc (main): Issue defined symbol report if requested.
7952 * archive.cc (Archive::interpret_header): Make into a const member
7953 function.
7954 (Archive::add_symbols): Call Input_objects::archive_start and
7955 archive_stop.
7956 (Archive::const_iterator): Define new class.
7957 (Archive::begin, Archive::end): New functions.
7958 (Archive::include_all_members): Rewrite to use iterator.
7959 (Archive::count_members): New function.
7960 * archive.h (class Archive): Update declarations.
7961 (Archive::filename): New function.
7962 * object.cc: Include "cref.h".
7963 (Sized_relobj::Sized_relobj): Initialize defined_count_.
7964 (Sized_relobj::do_get_global_symbol_counts): New function.
7965 (Input_objects::add_object): Add object to cross-referencer.
7966 (Input_objects::archive_start): New function.
7967 (Input_objects::archive_stop): New function.
7968 (Input_objects::print_symbol_counts): New function.
7969 * object.h: Declare Cref and Archive.
7970 (Object::get_global_symbol_counts): New function.
7971 (Object::do_get_global_symbol_counts): New pure virtual function.
7972 (class Sized_relobj): Add defined_count_ field. Update
7973 declarations.
7974 (class Input_objects): Add cref_ field. Update constructor.
7975 Update declarations.
7976 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
7977 defined_count_.
7978 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
7979 symbol counts.
7980 (Sized_dynobj::do_get_global_symbol_counts): New function.
7981 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
7982 defined_count_. Update declarations. Define Symbols typedef.
7983 * symtab.cc (Symbol_table::add_from_relobj): Add defined
7984 parameter. Change all callers.
7985 (Symbol_table::add_from_dynobj): Add sympointers and defined
7986 parameters. Change all callers.
7987 * symtab.h (class Symbol_table): Update declarations.
7988 * Makefile.am (CCFILES): Add cref.cc.
7989 (HFILES): Add cref.h.
7990 * Makefile.in: Rebuild.
7991
3f7c5e1d
CD
79922008-07-22 Simon Baldwin <simonb@google.com>
7993
7994 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
7995 to zero when writing undefined symbols.
7996
e0b64032
ILT
79972008-07-22 Ian Lance Taylor <iant@google.com>
7998
7999 * output.cc (Output_section::add_input_section): Don't try to
8000 merge empty merge sections.
8001
096b02cf
CS
80022008-07-21 Craig Silverstein <csilvers@google.com>
8003
8004 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
8005 Include symbol version in error message.
cd536b21 8006
1d1f116d
CD
80072008-07-20 Chris Demetriou <cgd@google.com>
8008
cd536b21 8009 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
8010 (RANDOM_SEED_CFLAGS): New substituted variable.
8011 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
8012 * configure: Rebuild.
8013 * Makefile.in: Likewise.
8014 * testsuite/Makefile.in: Likewise.
8015
a18f591e
ILT
80162008-07-18 Ian Lance Taylor <iant@google.com>
8017
8018 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
8019 where we see NAME/NULL and NAME/VERSION as separate symbols.
8020 * testsuite/ver_test_main.cc (main): Call t4.
8021 (t4, t4_2a): Define.
8022 * testsuite/ver_test_2.cc (t4_2): Define.
8023 * testsuite/ver_test_2.script: Put t4_2a in VER2.
8024 * testsuite/ver_test_4.cc (t4_2a): Define.
8025 * testsuite/ver_test_4.script: Put t4_2a in VER2.
8026 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
8027
c6e3f6ed
ILT
80282008-07-17 Ian Lance Taylor <iant@google.com>
8029
8030 * dynobj.cc (Versions::add_def): If we give an error about a
8031 missing version, go ahead and create the version anyhow.
8032
ef9beddf
ILT
80332008-07-10 Ian Lance Taylor <iant@google.com>
8034
8035 Handle output sections with more than 0x7fffffff bytes.
8036 * object.h (class Relobj): Change map_to_output_ to
8037 output_sections_, and just keep a section pointer. Change all
8038 uses. Move comdat group support to Sized_relobj.
8039 (Relobj::is_section_specially_mapped): Remove.
8040 (Relobj::output_section): Remove poff parameter. Change all
8041 callers.
8042 (Relobj::output_section_offset): New function.
8043 (Relobj::set_section_offset): Rewrite.
8044 (Relobj::map_to_output): Remove.
8045 (Relobj::output_sections): New function.
8046 (Relobj::do_output_section_offset): New pure virtual function.
8047 (Relobj::do_set_section_offset): Likewise.
8048 (class Sized_relobj): Add section_offsets_ field. Add comdat
8049 group support from Relobj. Update declarations.
8050 (Sized_relobj::get_output_section_offset): New function.
8051 (Sized_relobj::do_output_section_offset): New function.
8052 (Sized_relobj::do_set_section_offset): New function.
8053 * object.cc (Relobj::output_section_address): Remove.
8054 (Sized_relobj::Sized_relobj): Initialize new fields.
8055 (Sized_relobj::include_section_group): Cast find_kept_object to
8056 Sized_relobj.
8057 (Sized_relobj::include_linkonce_section): Likewise.
8058 (Sized_relobj::do_layout): Use separate arrays for output section
8059 and output offset.
8060 (Sized_relobj::do_count_local_symbols): Change map_to_output to
8061 output_sections.
8062 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
8063 output_sections and section_offsets.
8064 (Sized_relobj::write_local_symbols): Likewise.
8065 (map_to_kept_section): Compute output address directly.
8066 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
8067 output_sections and section_offsets.
8068 (Sized_relobj::write_sections): Likewise.
8069 (Sized_relobj::relocate_sections): Likewise.
8070 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
8071 * output.h (class Output_reloc): Update declarations. Change
8072 u2_.relobj to Sized_relobj*.
8073 (class Output_data_reloc): Change add functions to use
8074 Sized_relobj*.
8075 * output.cc (Output_reloc::Output_reloc): Change relobj to
8076 Sized_relobj*.
8077 (Output_reloc::local_section_offset): Change return type to
8078 Elf_Addr. Use get_output_section_offset.
8079 (Output_reloc::get_address): Likewise.
8080 (Output_section::is_input_address_mapped): Don't call
8081 is_section_specially_mapped.
8082 (Output_section::output_offset): Likewise.
8083 (Output_section::output_address): Likewise.
8084 (Output_section::starting_output_address): Likewise.
8085 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
8086 parameter to Sized_relobj*.
8087 (Copy_relocs::need_copy_reloc): Likewise.
8088 (Copy_relocs::save): Likewise.
8089 * copy-relocs.h (class Copy_relocs): Update declarations.
8090 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
8091 Sized_relobj*. Change relobj_ field to Sized_relobj*.
8092 * target-reloc.h (relocate_for_relocatable): Change
8093 offset_in_output_section type to Elf_Addr. Change code that uses
8094 it as well.
8095 * layout.cc (Layout::layout): Always set *off.
8096 * mapfile.cc (Mapfile::print_input_section): Use
8097 output_section_offset.
8098 * i386.cc (Target_i386::copy_reloc): Change object parameter to
8099 Sized_relobj*.
8100 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
8101 * sparc.cc (Target_sparc::copy_reloc): Likewise.
8102 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
8103
5cb66f97
ILT
81042008-07-03 Ian Lance Taylor <iant@google.com>
8105
8106 * layout.cc (Layout::include_section): Do not discard unrecognized
8107 SHT_STRTAB sections.
8108
afe47622
CS
81092008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
8110
8111 * script.cc (Lex::can_continue_name): Make '?' allowable in
8112 version-script names.
8113 * testsuite/version_script.map: Change glob pattern to use '?'
8114
5adf9721
ILT
81152008-06-30 Manish Singh <yosh@gimp.org>
8116
8117 PR 6585
8118 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
8119 Correct typo.
8120
e6fde208
ILT
81212008-06-30 Ian Lance Taylor <iant@google.com>
8122
8123 PR 6660
8124 PR 6682
8125 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
8126 versions]: Don't try to read the value in the contents, since we
8127 don't use it. Use the template endianness when writing.
8128
3f2e6a2d
CC
81292008-06-25 Cary Coutant <ccoutant@google.com>
8130
8131 * fileread.cc (File_read::make_view): Assert on zero-length view.
8132 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
8133 symbol table when there are no symbols to read.
8134
c43d3a48
CS
81352008-06-23 Craig Silverstein <csilvers@google.com>
8136
8137 * version.cc (version_string): Bump to 1.7
8138
5f494ea0
CS
81392008-06-18 Craig Silverstein <csilvers@google.com>
8140
8141 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
8142 constant 0xFFFF to type Valtype.
8143 (Powerpc_relocate_functions::rel16_ha): Likewise.
8144
c42e122e
ILT
81452008-06-17 Ian Lance Taylor <iant@google.com>
8146
f34787f8
ILT
8147 * output.h (Output_section::Input_section): Initialize p2align_ to
8148 zero for Output_section_data constructors.
8149 (Output_section::Input_section::addralign): If not an input
8150 section, return the alignment of the Output_section_data.
8151 * testsuite/copy_test.cc: New file.
8152 * testsuite/copy_test_1.cc: New file.
8153 * testsuite/copy_test_2.cc: New file.
8154 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
8155 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
8156 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
8157 (copy_test_1_pic.o, copy_test_1.so): New targets.
8158 (copy_test_2_pic.o, copy_test_2.so): New targets.
8159 * testsuite/Makefile.in: Rebuild.
8160
c42e122e
ILT
8161 * script-sections.cc (Script_sections::place_orphan): Initialize
8162 local variable exact.
8163
ce3ac18a
DE
81642008-06-13 David Edelsohn <edelsohn@gnu.org>
8165
8166 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
8167
42cacb20
DE
81682008-06-12 David Edelsohn <edelsohn@gnu.org>
8169 David S. Miller <davem@davemloft.net>
8170
8171 * powerpc.cc: New file.
8172 * Makefile.am (TARGETSOURCES): Add powerpc.cc
8173 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
8174 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
8175 * Makefile.in: Rebuild.
8176
7b308235
ILT
81772008-06-09 Ian Lance Taylor <iant@google.com>
8178
8179 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
8180 <exception>.
8181 (throwing, orig_terminate): New static variables.
8182 (terminate_handler): New static function.
8183 (t2): Set terminate handler.
8184
f0b886e3
ILT
81852008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
8186
8187 PR 6584
cd536b21 8188 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
8189 alignment.
8190
3e90f135
CC
81912008-05-30 Cary Coutant <ccoutant@google.com>
8192
8193 * archive.cc (Archive::include_all_members) Correct to step
8194 over symbol table and extended name table in thin archives.
8195
e09ad04a
ILT
81962008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
8197
8198 PR 6407
8199 * target-reloc.h (relocate_for_relocatable): Fix new_offset
8200 calculation.
8201
62b01cb5
ILT
82022008-05-28 Caleb Howe <cshowe@google.com>
8203
8204 * reduced_debug_output.cc: New file.
8205 * reduced_debug_output.h: New file.
92de84a6 8206 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
8207 * options.cc (General_options::finalize): Add strip_debug_non_line
8208 to the strip heirarchy.
8209 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
8210 fields.
8211 * layout.cc: Include "reduced_debug_output.h".
8212 (Layout::Layout): Initialize new fields.
8213 (line_only_debug_sections): New static array.
8214 (is_lines_only_debug_sections): New static inline function.
8215 (Layout::include_section): Handle --strip-debug-non-line.
8216 (Layout::make_output_section): If --strip-debug-non-line, build
8217 new output sections for .debug_abbrev and .debug_info.
8218 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
8219 gold. Warn about possible overflow.
8220 (read_signed_LEB_128): Likewise.
8221 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
8222 (read_signed_LEB_128): Declare.
8223 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
8224 (HFILES): Add reduced_debug_output.h.
8225 * Makefile.in: Rebuild.
8226
7d9e3d98
ILT
82272008-05-21 Ian Lance Taylor <iant@google.com>
8228
8229 * mapfile.cc: New file.
8230 * mapfile.h: New file.
8231 * options.h (class General_options): Add -M/--print-map and -Map.
8232 * options.cc (General_options::finalize): Make -M equivalent to
8233 -Map -.
8234 * main.cc: Include <cstdio> and "mapfile.h".
8235 (main): Open mapfile if requested.
8236 * gold.cc (class Middle_runner): Add mapfile_ field. Update
8237 constructor. Change caller.
8238 (queue_initial_tasks): Add mapfile parameter. Change caller.
8239 (queue_middle_tasks): Likewise.
8240 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
8241 declarations.
8242 * archive.cc: Include "mapfile.h".
8243 (Archive::add_symbols): Add mapfile parameter. Change all
8244 callers. Pass mapfile, symbol, and reason to include_member.
8245 (Archive::include_all_members): Add mapfile parameter. Change all
8246 callers.
8247 (Archive::include_member): Add mapfile, sym, and why parameters.
8248 Change all callers. Report inclusion to map file.
8249 * archive.h: Include "fileread.h".
8250 (class Archive): Update declarations.
8251 (Archive::file): New const method.
8252 (class Add_archive_symbols): Add mapfile_ field. Update
8253 constructor. Change all callers.
8254 * readsyms.h (class Read_symbols): Likewise.
8255 (class Finish_group): Likewise.
8256 (class Read_script): Likewise.
8257 * common.cc: Include "mapfile.h".
8258 (Symbol_table::allocate_commons): Add mapfile parameter. Change
8259 all callers.
8260 (Symbol_table::do_allocate_commons): Likewise.
8261 (Symbol_table::do_allocate_commons_list): Likewise. Report common
8262 symbol allocation to mapfile.
8263 * common.h (class Allocate_commons_task): Add mapfile_ field.
8264 Update constructor. Change all callers.
8265 * symtab.h (class Symbol_table): Update declarations.
8266 * layout.cc: Include "mapfile.h".
8267 (Layout_task_runner::run): Print information to mapfile.
8268 (Layout::create_gold_note): Change Output_data_fixed_space to
8269 Output_data_zero_fill.
8270 (Layout::create_build_id): Likewise.
8271 (Layout::print_to_mapfile): New function.
8272 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
8273 constructor. Change caller.
8274 (class Layout): Declare print_to_mapfile.
8275 * output.cc (Output_section::Input_section::print_to_mapfile): New
8276 function.
8277 (Output_section::add_input_section): If producing a map, always
8278 add to input_sections_ list.
8279 (Output_section::do_print_to_mapfile): New function.
8280 (Output_segment::print_sections_to_mapfile): New function.
8281 (Output_segment::print_section_list_to_mapfile): New function.
8282 * output.h: Include "mapfile.h".
8283 (Output_data::print_to_mapfile): New function.
8284 (Output_data::do_print_to_mapfile): New virtual function.
8285 (Output_segment_headers::do_print_to_mapfile): New function.
8286 (Output_file_header::do_print_to_mapfile): New function.
8287 (Output_data_const::do_print_to_mapfile): New function.
8288 (class Output_data_const_buffer): Add map_name_ field. Update
8289 constructor. Change all callers. Add do_print_to_mapfile
8290 function.
8291 (class Output_data_fixed_space): Likewise.
8292 (class Output_data_space): Likewise.
8293 (class Output_data_zero_fill): New class.
8294 (Output_data_strtab::do_print_to_mapfile): New function.
8295 (Output_data_reloc_base::do_print_to_mapfile): New function.
8296 (Output_relocatable_relocs::do_print_to_mapfile): New function.
8297 (Output_data_group::do_print_to_mapfile): New function.
8298 (Output_data_got::do_print_to_mapfile): New function.
8299 (Output_data_dynamic::do_print_to_mapfile): New function.
8300 (Output_symtab_xindex::do_print_to_mapfile): New function.
8301 (class Output_section): Declare do_print_to_mapflie. Declare
8302 print_to_mapfile in Input_section.
8303 (class Output_segment): Declare new functions.
8304 * object.h (Sized_relobj::symbol_count): New function.
8305 * script-sections.cc
8306 (Output_section_element_dot_assignment::set_section_addresses):
8307 Change Output_data_fixed_space to Output_data_zero_fill.
8308 (Output_data_expression::do_print_to_mapfile): New function.
8309 * script.cc (read_input_script): Add mapfile parameter. Change
8310 all callers.
8311 * script.h (read_input_script): Update declaration.
8312 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
8313 (Eh_frame::do_print_to_mapfile): New function.
8314 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
8315 (Output_merge_string::do_print_to_mapfile): New function.
8316 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
8317 function.
8318 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
8319 function.
8320 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
8321 function.
8322 * Makefile.am (CCFILES): Add mapfile.cc.
8323 (HFILES): Add mapfile.h.
8324 * Makefile.in: Rebuild.
8325
9f1d377b
ILT
83262008-05-19 Ian Lance Taylor <iant@google.com>
8327
8328 * options.h (class General_options): Add -z relro.
8329 * layout.cc (Layout::Layout): Initialize relro_segment_.
8330 (Layout::add_output_section_data): Return the output section.
8331 (Layout::make_output_section): Rcognize relro sections and mark
8332 them appropriately.
8333 (Layout::attach_allocated_section_to_segment): Put relro sections
8334 in a PT_GNU_RELRO segment.
8335 (Layout::create_initial_dynamic_sections): Mark the .dynamic
8336 section as relro.
8337 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
8338 PT_TLS segments.
8339 (Layout::linkonce_mapping): Map d.rel.ro.local to
8340 .data.rel.ro.local.
8341 (Layout::output_section_name): Us .data.rel.ro.local for any
8342 section which begins with that.
8343 * layout.h (class Layout): Update add_output_section_data
8344 declaration. Add relro_segment_ field.
8345 * output.cc (Output_section::Output_section): Initialize is_relro_
8346 and is_relro_local_ fields.
8347 (Output_segment::add_output_section): Group relro sections.
8348 (Output_segment::is_first_section_relro): New function.
8349 (Output_segment::maximum_alignment): If there is a relro section,
8350 align the segment to the common page size.
8351 (Output_segment::set_section_addresses): Track whether we are
8352 looking at relro sections. If the last section is a relro
8353 section, align to the common page size.
8354 (Output_segment::set_section_list_addresses): Add in_relro
8355 parameter. Change all callers. Align to the page size when
8356 moving from relro to non-relro section.
8357 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
8358 segment.
8359 * output.h (class Output_section): Add is_relro_ and
8360 is_relro_local_ fields.
8361 (Output_section::is_relro): New function.
8362 (Output_section::set_is_relro): New function.
8363 (Output_section::is_relro_local): New function.
8364 (Output_section::set_is_relro_local): New function.
8365 (class Output_segment): Update declarations.
8366 * i386.cc (Target_i386::got_section): Mark .got section as relro.
8367 * sparc.cc (Target_sparc::got_section): Likewise.
8368 * x86_64.cc (Target_x86_64::got_section): Likewise.
8369 * testsuite/relro_test_main.cc: New file.
8370 * testsuite/relro_test.cc: New file.
8371 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
8372 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
8373 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
8374 (relro_test.so, relro_test_pic.o): New targets.
8375 * testsuite/Makefile.in: Rebuild.
8376
a984ee1d
ILT
83772008-05-16 Ian Lance Taylor <iant@google.com>
8378
01676dcd
ILT
8379 * output.cc (Output_segment::add_output_section): Remove front
8380 parameter.
8381 * output.h (class Output_segment): Remove
8382 add_initial_output_section and overloaded add_output_section.
8383 Update declaration of remaining add_output_section.
8384 * layout.cc (Layout::create_interp): Call add_output_section
8385 rather than add_initial_output_section.
8386 (Layout::finish_dynamic_section): Likewise.
8387
497897f9
ILT
8388 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
8389 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
8390 know the dynamic type.
8391 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
8392 field. Initialize it in constructor.
8393 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
8394 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
8395 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
8396 reloc.
8397
a984ee1d
ILT
8398 * output.cc (Output_reloc::get_address): Change return type to
8399 Elf_Addr.
8400 * output.h (class Output_reloc): Update get_address declaration.
8401 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
8402 for section addresses.
8403
55ba0940
ILT
84042008-05-09 Ian Lance Taylor <iant@google.com>
8405
8406 PR 6493
8407 * gold.cc (gold_nomem): Use return value of write.
8408
75517b77
ILT
84092008-05-08 Ian Lance Taylor <iant@google.com>
8410
8411 * symtab.c (Symbol::init_base_output_data): Add version
8412 parameter. Change all callers.
8413 (Symbol::init_base_output_segment): Likewise.
8414 (Symbol::init_base_constant): Likewise.
8415 (Symbol::init_base_undefined): Likewise.
8416 (Sized_symbol::init_output_data): Likewise.
8417 (Sized_symbol::init_output_segment): Likewise.
8418 (Sized_symbol::init_constant): Likewise.
8419 (Sized_symbol::init_undefined): Likewise.
8420 (Symbol_table::do_define_in_output_data): If the new symbol has a
8421 version, mark it as the default.
8422 (Symbol_table::do_define_in_output_segment): Likewise.
8423 (Symbol_table::do_define_as_constant): Likewise.
8424 * symtab.h (class Symbol): Update declarations.
8425 (class Sized_symbol): Likewise.
8426 * resolve.cc (Symbol::override_version): New function.
c42e122e 8427 (Symbol::override_base): Call override_version.
75517b77
ILT
8428 (Symbol::override_base_with_special): Likewise.
8429 * testsuite/ver_script_8.script: New file.
8430 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
8431 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
8432 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
8433 (ver_test_8_1.so, ver_test_8_2.so): New targets.
8434
f1f70eae
ILT
84352008-05-06 Ian Lance Taylor <iant@google.com>
8436
f3e9c5c5
ILT
8437 PR 6049
8438 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
8439 functions.
8440 (class General_options): Remove existing --undefined, and add
8441 --no-undefined instead. Add new --undefined as synonym for -u.
8442 * archive.cc (Archive::add_symbols): Check whether symbol was
8443 named with -u.
8444 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
8445 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
8446 all uses. Add IS_UNDEFINED. Update declarations to split
8447 different versions of init_base. Declare init_base_undefined.
8448 (Symbol::is_defined): Handle IS_UNDEFINED.
8449 (Symbol::is_undefined): Likewise.
8450 (Symbol::is_weak_undefined): Call is_undefined.
8451 (Symbol::is_absolute): Handle IS_CONSTANT.
8452 (class Sized_symbol): Update declarations to split different
8453 versions of init. Declare init_undefined.
8454 (class Symbol_table): Declare new functions.
8455 * symtab.cc (Symbol::init_base_object): Rename from init_base.
8456 Change all callers.
8457 (Symbol::init_base_output_data): Likewise.
8458 (Symbol::init_base_output_segment): Likewise.
8459 (Symbol::init_base_constant): Likewise.
8460 (Symbol::init_base_undefined): New function.
8461 (Sized_symbol::init_object): Rename from init. Change all
8462 callers.
8463 (Sized_symbol::init_output_data): Likewise.
8464 (Sized_symbol::init_output_segment): Likewise.
8465 (Sized_symbol::init_constant): Likewise.
8466 (Sized_symbol::init_undefined): New function.
8467 (Symbol_table::add_undefined_symbols_from_command_line): New
8468 function.
8469 (Symbol_table::do_add_undefined_symbols_from_command_line): New
8470 function.
8471 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
8472 (Symbol::output_section): Likewise.
8473 (Symbol::set_output_section): Likewise.
8474 (Symbol_table::sized_finalize_symbol): Likewise.
8475 (Symbol_table::sized_write_globals): Likewise.
8476 * resolve.cc (Symbol_table::should_override): Likewise.
8477 (Symbol::override_base_with_special): Likewise.
8478
8bdcdf2c
ILT
8479 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
8480 symbol, change it to have default visibility.
8481 * testsuite/protected_1.cc: New file.
8482 * testsuite/protected_2.cc: New file.
8483 * testsuite/protected_3.cc: New file.
8484 * testsuite/protected_main_1.cc: New file.
8485 * testsuite/protected_main_2.cc: New file.
8486 * testsuite/protected_main_3.cc: New file.
8487 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
8488 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
8489 (protected_1_LDFLAGS, protected_1_LDADD): Define.
8490 (protected_1.so): New target.
8491 (protected_1_pic.o, protected_2_pic.o): New targets.
8492 (protected_3_pic.o): New target.
8493 (check_PROGRAMS): Add protected_2.
8494 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
8495 (protected_2_LDFLAGS, protected_2_LDADD): Define.
8496 * testsuite/Makefile.in: Rebuild.
8497
2b706932
ILT
8498 * options.h (DEFINE_var): Add set_user_set_##varname__.
8499 (DEFINE_bool_alias): New macro.
8500 (class General_options): Define -Bstatic using DEFINE_bool_alias
8501 rather than DEFINE_special. Add --undefined as an alias for -z
8502 defs.
8503 * options.cc (General_options::parse_Bstatic): Remove.
8504
d82a5bcc
ILT
8505 * options.h (class General_options): Add --fatal-warnings.
8506 * main.cc (main): Implement --fatal-warnings.
8507 * errors.h (Errors::warning_count): New function.
8508
f1f70eae
ILT
8509 * options.h (class General_options): Add -Bsymbolic-functions.
8510 * symtab.h (Symbol::is_preemptible): Check for
8511 -Bsymbolic-functions.
8512
8825ac63
ILT
85132008-05-05 Ian Lance Taylor <iant@google.com>
8514
d98bc257
ILT
8515 * options.h (DEFINE_bool): For DASH_Z, create the negative option
8516 as noVARNAME rather than no-VARNAME.
8517 (class General_options): Add option -z combreloc.
8518 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
8519 get_address.
8520 (Output_reloc::sort_before) [SHT_REL]: New function.
8521 (Output_reloc::sort_before) [SHT_RELA]: New function.
8522 (class Output_data_reloc_base): Add sort_relocs_ field. Define
8523 Sort_relocs_comparison.
8524 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
8525 parameter. Change all callers.
8526 (Output_data_reloc::Output_data_reloc) [both versions]: Add
8527 sort_relocs parameter. Change all callers.
8528 * output.cc (Output_reloc::get_address): New function, broken out
8529 of write_rel.
8530 (Output_reloc::write_rel): Call it.
8531 (Output_reloc::compare): New function.
8532 (Output_data_reloc_base::do_write): Optionally sort relocs.
8533
60b2b4e7
ILT
8534 * configure.ac: If targ_extra_obj is set, link it in.
8535 * configure.tgt: Initialize all variables.
8536 (x86_64*): Set targ_extra_obj and targ_extra_size.
8537 * configure: Rebuild.
8538
8825ac63
ILT
8539 * object.cc (Sized_relobj::include_section_group): Adjust section
8540 indexes read from group data. Build vector to pass to
8541 layout_group.
8542 * layout.cc (Layout::layout_group): Add flags and shndxes
8543 parameters. Remove contents parameter. Change caller. Update
8544 explicit instantiations.
8545 * layout.h (class Layout): Update layout_group declaration.
8546 * output.cc (Output_data_group::Output_data_group): Add flags and
8547 input_shndxes parameters. Remove contents parameter. Change
8548 caller.
8549 (Output_data_group::do_write): Change input_sections_ to
8550 input_shndxes_.
8551 * output.h (class Output_data_group): Update constructor
8552 declaration. Rename input_sections_ to input_shndxes_.
8553 * testsuite/many_sections_test.cc: Add template.
8554
e94cf127
CC
85552008-04-30 Cary Coutant <ccoutant@google.com>
8556
4418b2d5
CC
8557 * target-reloc.h (relocate_section): Fix dead-pointer bug.
8558
e94cf127
CC
8559 * layout.cc (Layout::include_section): Refactored check for debug
8560 info section.
8561 (Layout::add_comdat): Add new parameters. Change type
8562 of signature parameter. Add object and shndx to signatures table.
8563 (Layout::find_kept_object): New function.
8564 * layout.h: Include <cstring>.
8565 (Layout::is_debug_info_section): New function.
8566 (Layout::add_comdat): Add new parameters.
8567 (Layout::find_kept_object): New function.
8568 (Layout::Kept_section): New struct.
8569 (Layout::Signatures): Change type of map range.
8570 * object.cc (Relobj::output_section_address): New function.
8571 (Sized_relobj::include_section_group): Add new parameters. Change
8572 calls to Layout::add_comdat. Change to build table of kept comdat
8573 groups and table mapping discarded sections to kept sections.
8574 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
8575 (Sized_relobj::do_layout): Change calls to include_section_group and
8576 include_linkonce_section.
8577 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
8578 value to zero when section is discarded.
8579 (Sized_relobj::map_to_kept_section): New function.
8580 * object.h (Relobj::output_section_address): New function.
8581 (Relobj::Comdat_group): New type.
8582 (Relobj::find_comdat_group): New function.
8583 (Relobj::Comdat_group_table): New type.
8584 (Relobj::Kept_comdat_section): New type.
8585 (Relobj::Kept_comdat_section_table): New type.
8586 (Relobj::add_comdat_group): New function.
8587 (Relobj::set_kept_comdat_section): New function.
8588 (Relobj::get_kept_comdat_section): New function.
8589 (Relobj::comdat_groups_): New field.
8590 (Relobj::kept_comdat_sections_): New field.
8591 (Symbol_value::input_value): Update comment.
8592 (Sized_relobj::map_to_kept_section) New function.
8593 (Sized_relobj::include_linkonce_section): Add new parameter.
8594 * target-reloc.h (Comdat_behavior): New type.
8595 (get_comdat_behavior): New function.
8596 (relocate_section): Add code to map a discarded section to the
8597 corresponding kept section when applying a relocation.
8598
e4e5049b
CS
85992008-04-30 Craig Silverstein <csilvers@google.com>
8600
8601 * dwarf_reader.cc (next_generation_count): New static var.
8602 (Addr2line_cache_entry): New struct.
8603 (addr2line_cache): New static var.
8604 (Dwarf_line_info::one_addr2line): Added caching.
8605 (Dwarf_line_info::clear_addr2line_cache): New function.
8606 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
8607 cache-size parameter.
8608 (Dwarf_line_info::one_addr2line_cache): New function.
8609 * symtab.cc (Symbol_table::detect_odr_violations): Pass
8610 new cache-size argument to one_addr2line(), and clear cache.
8611
d09e9154
CC
86122008-04-28 Cary Coutant <ccoutant@google.com>
8613
8614 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
8615 R_386_PC8 relocations.
8616
7ef73768
ILT
86172008-04-23 Ian Lance Taylor <iant@google.com>
8618
55438702
ILT
8619 * object.cc (Sized_relobj::include_section_group): Check for
8620 invalid section group.
8621
c165fb93
ILT
8622 * object.cc (make_elf_object): Correct test for 64-bit ELF file
8623 header size.
8624
7ef73768
ILT
8625 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
8626 than read for file header.
8627 * archive.cc (Archive::include_member): Likewise.
8628
6194aaab
L
86292008-04-23 Paolo Bonzini <bonzini@gnu.org>
8630
8631 * aclocal.m4: Regenerate.
8632 * configure: Regenerate.
8633
d491d34e
ILT
86342008-04-19 Ian Lance Taylor <iant@google.com>
8635
5ea2bac6
ILT
8636 * version.cc (version_string): Bump to 1.6.
8637
7bc3e21a
ILT
8638 * testsuite/Makefile.am (many_sections_r_test): New target.
8639 (many_sections_r_test_SOURCES): Remove.
8640 (many_sections_r_test_DEPENDENCIES): Remove.
8641 (many_sections_r_test_LDFLAGS): Remove.
8642 (many_sections_r_test_LDADD): Remove.
8643
7fcd3aa9
ILT
8644 * object.cc (Sized_relobj::do_add_symbols): Always pass
8645 local_symbol_count_ to add_from_relobj.
8646
4c94d6ae
ILT
8647 * testsuite/Makefile.am (many_sections_check.h): Only check one in
8648 every thousand variables.
8649 * testsuite/Makefile.in: Rebuild.
8650
d491d34e
ILT
8651 * object.cc (Xindex::initialize_symtab_xindex): New function.
8652 (Xindex::read_symtab_xindex): New function.
8653 (Xindex::sym_xindex_to_shndx): New function.
8654 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
8655 available.
8656 (Sized_relobj::do_initialize_xindex): New function.
8657 (Sized_relobj::do_read_symbols): Adjust section links.
8658 (Sized_relobj::symbol_section_and_value): Add is_ordinary
8659 parameter. Change all callers.
8660 (Sized_relobj::include_section_group): Adjust section links and
8661 symbol section indexes.
8662 (Sized_relobj::do_layout): Adjust section links.
8663 (Sized_relobj::do_count_local_symbols): Adjust section links and
8664 symbol section indexes.
8665 (Sized_relobj::do_finalize_local_symbols): Distinguish between
8666 ordinary and special symbols.
8667 (Sized_relobj::write_local_symbols): Add symtab_xindex and
8668 dynsym_xindex parameters. Change all callers. Adjust section
8669 links. Use SHN_XINDEX when needed.
8670 (Sized_relobj::get_symbol_location_info): Adjust section links.
8671 Don't get fooled by special symbols.
8672 * object.h (class Xindex): Define.
8673 (class Object): Add xindex_ parameter. Declare virtual functoin
8674 do_initialize_xindex.
8675 (Object::adjust_sym_shndx): New function.
8676 (Object::set_xindex): New protected function.
8677 (class Symbol_value): Add is_ordinary_shndx_ field.
8678 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
8679 (Symbol_value::value): Assert ordinary section.
8680 (Symbol_value::initialize_input_to_output_map): Likewise.
8681 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
8682 Change all callers.
8683 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
8684 all callers.
8685 (class Sized_relobj): Update declarations.
8686 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
8687 parameter. Change all callers.
8688 (Sized_relobj::adjust_shndx): New function.
8689 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
8690 field.
8691 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
8692 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
8693 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
8694 (Sized_dynobj::read_dynsym_section): Adjust section links.
8695 (Sized_dynobj::read_dynamic): Likewise.
8696 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
8697 section links.
8698 (Sized_dynobj::do_initialize_xindex): New function.
8699 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
8700 do_initialize_xindex.
8701 (Sized_dynobj::adjust_shndx): New function.
8702 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
8703 dynsym_xindex_ fields.
8704 (Layout::finalize): Add a call to set_section_indexes before
8705 creating the symtab sections.
8706 (Layout::set_section_indexes): Don't do anything if the section
8707 already has a section index.
8708 (Layout::create_symtab_sections): Add shnum parameter. Change
8709 caller. Create .symtab_shndx section if needed.
8710 (Layout::create_shdrs): Add shstrtab_section parameter. Change
8711 caller.
8712 (Layout::allocated_output_section_count): New function.
8713 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
8714 needed.
8715 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
8716 fields. Update declarations.
8717 (Layout::symtab_xindex): New function.
8718 (Layout::dynsym_xindex): New function.
8719 (class Write_symbols_task): Add layout_ field.
8720 (Write_symbols_task::Write_symbols_task): Add layout parameter.
8721 Change caller.
8722 * output.cc (Output_section_headers::Output_section_headers): Add
8723 shstrtab_section parameter. Change all callers.
8724 (Output_section_headers::do_sized_write): Store overflow values
8725 for section count and section string table section index in
8726 section header zero.
8727 (Output_file_header::do_sized_write): Check for overflow of
8728 section count and section string table section index.
8729 (Output_symtab_xindex::do_write): New function.
8730 (Output_symtab_xindex::endian_do_write): New function.
8731 * output.h (class Output_section_headers): Add shstrtab_section_.
8732 Update declarations.
8733 (class Output_symtab_xindex): Define.
8734 (Output_section::has_out_shndx): New function.
8735 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
8736 field.
8737 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
8738 Change all callers.
8739 (Sized_symbol::init): Likewise.
8740 (Symbol::output_section): Check for ordinary symbol.
8741 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
8742 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
8743 callers.
8744 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
8745 Change all callers. Simplify handling of symbols from sections
8746 not included in the link.
8747 (Symbol_table::add_from_dynobj): Handle ordinary symbol
8748 distinction.
8749 (Weak_alias_sorter::operator()): Assert that symbols are
8750 ordinary.
8751 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
8752 distinction.
8753 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
8754 parameters. Change all callers.
8755 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
8756 symbol distinction. Use SHN_XINDEX when needed.
8757 (Symbol_table::write_section_symbol): Add symtab_xindex
8758 parameter. Change all callers.
8759 (Symbol_table::sized_write_section_symbol): Likewise. Use
8760 SHN_XINDEX when needed.
8761 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
8762 declarations.
8763 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
8764 (Symbol::is_defined): Check is_ordinary.
8765 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
8766 (Symbol::is_absolute, Symbol::is_common): Likewise.
8767 (class Sized_symbol): Update declarations.
8768 (class Symbol_table): Update declarations.
8769 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
8770 parameters. Change all callers.
8771 (Sized_symbol::override): Likewise.
8772 (Symbol_table::override): Likewise.
8773 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
8774 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
8775 is_ordinary, and orig_st_shndx parameters. Change all callers.
8776 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
8777 to be in an ordinary section.
8778 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
8779 object and is_ordinary parameters. Change all callers.
8780 (Sized_dwarf_line_info::read_relocs): Add object parameter.
8781 Change all callers. Don't add undefined or non-ordinary symbols
8782 to reloc_map_.
8783 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
8784 Change all callers.
8785 * dwarf_reader.h (class Sized_dwarf_line_info): Update
8786 declarations.
8787 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
8788 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
8789 (Sized_relobj::relocate_sections): Likewise.
8790 * target-reloc.h (scan_relocs): Adjust section symbol index.
8791 (scan_relocatable_relocs): Likewise.
8792 * i386.cc (Scan::local): Check for ordinary symbols.
8793 * sparc.cc (Scan::local): Likewise.
8794 * x86_64.cc (Scan::local): Likewise.
8795 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
8796 to symbol_section_and_value.
8797 * testsuite/many_sections_test.cc: New file.
8798 * testsuite/Makefile.am (BUILT_SOURCES): Define.
8799 (check_PROGRAMS): Add many_sections_test.
8800 (many_sections_test_SOURCES): Define.
8801 (many_sections_test_DEPENDENCIES): Define.
8802 (many_sections_test_LDFLAGS): Define.
8803 (BUILT_SOURCES): Add many_sections_define.h.
8804 (many_sections_define.h): New target.
8805 (BUILT_SOURCES): Add many_sections_check.h.
8806 (many_sections_check.h): New target.
8807 (check_PROGRAMS): Add many_sections_r_test.
8808 (many_sections_r_test_SOURCES): Define.
8809 (many_sections_r_test_DEPENDENCIES): Define.
8810 (many_sections_r_test_LDFLAGS): Define.
8811 (many_sections_r_test_LDADD): Define.
8812 (many_sections_r_test.o): New target.
8813 * testsuite/Makefile.in: Rebuild.
8814
c5818ff1
CC
88152008-04-17 Cary Coutant <ccoutant@google.com>
8816
8817 * errors.cc (Errors::info): New function.
8818 (gold_info): New function.
8819 * errors.h (Errors::info): New function.
8820 * gold.h (gold_info): New function.
8821 * object.cc (Input_objects::add_object): Print trace output.
8822 * options.cc (options::parse_set): New function.
8823 (General_options::parse_wrap): Deleted.
8824 (General_options::General_options): Deleted initializer.
8825 * options.h (options::String_set): New typedef.
8826 (options::parse_set): New function.
8827 (DEFINE_set): New macro.
8828 (General_options::wrap): Changed to use DEFINE_set. Changed
8829 callers of any_wrap_symbols and is_wrap_symbol.
8830 (General_options::trace, General_options::trace_symbol):
8831 New options.
8832 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
8833 (General_options::wrap_symbols_): Deleted.
8834 * symtab.cc (Symbol_table::add_from_object): Print trace output.
8835
b5be4a7c
DM
88362008-04-17 David S. Miller <davem@davemloft.net>
8837
8838 * options.cc (General_options::parse_V): New function.
8839 * options.h: Add entries for -V and -Qy.
8840
155a0dd7
ILT
88412008-04-17 Ian Lance Taylor <iant@google.com>
8842
8843 * common.cc (Symbol_table::allocate_commons): Remove options
8844 parameter. Change caller.
8845 (Symbol_table::do_allocate_commons): Remove options parameter.
8846 Change caller. Just call do_allocate_commons_list twice.
8847 (Symbol_table::do_allocate_commons_list): New function, broken out
8848 of do_allocate_commons.
8849 * common.h (class Allocate_commons_task): Remove options_ field.
8850 Update constructor.
8851 * symtab.cc (Symbol_table::Symbol_table): Initialize
8852 tls_commons_.
8853 (Symbol_table::add_from_object): Put TLS common symbols on
8854 tls_commons_ list.
8855 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
8856 which are IN_OUTPUT_DATA.
8857 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
8858 allocate_commons and do_allocate_commons declarations. Declare
8859 do_allocate_commons_list.
8860 * gold.cc (queue_middle_tasks): Update creation of
8861 Allocate_commons_task to not pass options.
8862 * testsuite/Makefile.am (INCLUDES): Add -I.. .
8863 (TLS_TEST_C_FLAGS): New variable.
8864 (tls_test_c_pic.o): New target.
8865 (tls_test_shared.so): Link in tls_test_c_pic.o.
8866 (tls_test_c_pic_ie.o): New target.
8867 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
8868 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
8869 (tls_test_c.o): New target.
8870 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
8871 (tls_pic_test_LDADD): Likewise.
8872 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
8873 (tls_shared_gd_to_ie_test_LDADD): Likewise.
8874 (tls_test_c_gnu2.o): New target.
8875 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
8876 tls_test_c_gnu2.o.
8877 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
8878 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
8879 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
8880 * testsuite/tls_test.cc: Include "config.h".
8881 (t_last): Call t11_last.
8882 * testsuite/tls_test.h (t11, t11_last): Declare.
8883 * testsuite/tls_test_c.c: New file.
8884 * testsuite/tls_test_main.cc (thread_routine): Call t11.
8885 * configure.ac: Check for OpenMP support.
8886 * configure, config.in, Makefile.in: Rebuild.
8887 * testsuite/Makefile.in: Rebuild.
8888
edfbb029
CC
88892008-04-16 Cary Coutant <ccoutant@google.com>
8890
8891 * i386.cc (Target_i386::define_tls_base_symbol): New function.
8892 (Target_i386::tls_base_symbol_defined_): New field.
8893 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
8894 (Target_i386::Scan::global): Likewise.
8895 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
8896 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
8897 (Target_x86_64::tls_base_symbol_defined_): New field.
8898 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
8899 (Target_x86_64::Scan::global): Likewise.
8900
f3c69fca
CC
89012008-04-16 Cary Coutant <ccoutant@google.com>
8902
8903 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
8904 (Symbol::needs_plt_entry): Allow weak undefined symbols.
8905 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
8906 building shared libraries.
8907 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
8908 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
8909 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
8910 * testsuite/Makefile.in: Rebuild.
8911 * testsuite/weak_undef.h: New file.
8912 * testsuite/weak_undef_file1.cc: Add extra test cases.
8913 * testsuite/weak_undef_file2.cc: Likewise.
8914 * testsuite/weak_undef_test.cc: Likewise.
8915
7c414435
DM
89162008-04-16 David S. Miller <davem@davemloft.net>
8917
32b769e1
DM
8918 * sparc.cc (Target_sparc::Scan): Change from struct to class.
8919 Add issued_non_pic_error_ field. Declare check_non_pic.
8920 (Target_sparc::Scan::check_non_pic): New function.
8921 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
8922 (Target_sparc::Scan::global): Likewise.
8923
11936fb1
DM
8924 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
8925 * configure: Rebuild.
8926
7c414435
DM
8927 * options.h (DEFINE_enable): New macro.
8928 (new_dtags): New enable option.
8929 (initfirst, interpose, loadfltr, nodefaultlib,
8930 nodelete, nodlopen, nodump): New -z options.
8931 * layout.cc (Layout:finish_dynamic_section): If new
8932 dtags enabled, emit DT_RUNPATH. Also, emit a
8933 DT_FLAGS_1 containing any specified -z flags.
8934
85c7bf8b
ILT
89352008-04-16 Ian Lance Taylor <iant@google.com>
8936
12c0daef
ILT
8937 * copy-relocs.cc: New file.
8938 * copy-relocs.h: New file.
8939 * reloc.cc: Remove Copy_relocs code.
8940 * reloc.h: Likewise.
8941 * reloc-types.h (struct Reloc_types) [both versions]: Add
8942 get_reloc_addend_noerror.
8943 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
8944 variants of add_global which take an addend which must be zero.
8945 * i386.cc: Include "copy-relocs.h".
8946 (class Target_i386): Change type of copy_relocs_ to variable,
8947 update initializer.
8948 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
8949 Change all callers.
8950 (Target_i386::do_finalize_sections): Change handling of
8951 copy_relocs_.
8952 * sparc.cc: Include "copy-relocs.h".
8953 (class Target_sparc): Change type of copy_relocs_ to variable,
8954 update initializer.
8955 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
8956 Change all callers.
8957 (Target_sparc::do_finalize_sections): Change handling of
8958 copy_relocs_.
8959 * x86_64.cc: Include "copy-relocs.h".
8960 (class Target_x86_64): Change type of copy_relocs_ to variable,
8961 update initializer.
8962 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
8963 class. Change all callers.
8964 (Target_x86_64::do_finalize_sections): Change handling of
8965 copy_relocs_.
8966 * Makefile.am (CCFILES): Add copy-relocs.cc.
8967 (HFILES): Add copy-relocs.h.
8968
4f4995b6
ILT
8969 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
8970
85c7bf8b
ILT
8971 * testsuite/script_test_4.sh: Permit leading zeroes.
8972
4f2a9edd
ILT
89732008-04-15 Ian Lance Taylor <iant@google.com>
8974
e6188289
ILT
8975 * script-sections.cc (Script_sections::create_segments): Use
8976 header_size_adjustment even when there is enough room for the
8977 headers.
8978 * testsuite/script_test_4.sh: New file.
8979 * testsuite/script_test_4.t: New file.
8980 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
8981 (check_DATA): Add script_test_4.stdout.
8982 (MOSTLYCLEANFILES): Likewise.
8983 (script_test_4): New target.
8984 (script_test_4.stdout): New target.
8985 * testsuite/Makefile.in: Rebuild.
8986
4f2a9edd
ILT
8987 * sparc.cc: Add definitions for Output_data_plt_sparc class
8988 constants.
8989
f5314dd5
DM
89902008-04-14 David S. Miller <davem@davemloft.net>
8991
8992 * sparc.cc: New file.
8993 * Makefile.am (TARGETSOURCES): Add sparc.cc
8994 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
8995 * configure.tgt: Document targ_extra_size and
8996 targ_extra_big_endian. Add entries for sparc-* and
8997 sparc64-*.
8998 * configure.ac: Handle targ_extra_size and
8999 targ_extra_big_endian.
9000 * Makefile.in: Rebuild.
9001 * configure: Likewise.
9002 * po/POTFILES.in: Likewise.
9003 * po/gold.pot: Likewise.
9004
154e0e9a
ILT
90052008-04-14 Ian Lance Taylor <iant@google.com>
9006
9007 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
9008 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
9009 in the name/type/flags to section mapping. Don't call
9010 allocate_output_section.
9011 (Layout::choose_output_section): Change parameter from adjust_name
9012 to is_input_section. Don't permit input sections after sections
9013 are attached to segments. Don't call allocate_output_section.
9014 (Layout::layout_eh_frame): Call update_flags_for_input_section,
9015 not write_enable_output_section.
9016 (Layout::make_output_section): Don't push to
9017 unattached_section_list_ nor call attach_to_segment. Call
9018 attach_section_to_segment if sections are attached.
9019 (Layout::attach_sections_to_segments): New function.
9020 (Layout::attach_section_to_segment): New function.
9021 (Layout::attach_allocated_section_to_segment): Rename from
9022 attach_to_segment. Remove flags parameter.
9023 (Layout::allocate_output_section): Remove function.
9024 (Layout::write_enable_output_section): Remove function.
9025 * layout.h (class Layout): Update for above changes. Add new
9026 field sections_are_attached_.
9027 * output.h (Output_section::update_flags_for_input_section): New
9028 function.
9029 * output.cc (Output_section::add_input_section): Call
9030 update_flags_for_input_section.
9031 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
9032
009a67a2
CC
90332008-04-11 Cary Coutant <ccoutant@google.com>
9034
9035 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
9036 thought unnecessary.
9037 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
9038
759b1a24
ILT
90392008-04-11 Ian Lance Taylor <iant@google.com>
9040
9041 * output.h (class Output_section_data): Remove inline definition
9042 of set_addralign.
9043 * output.cc (Output_section_data::set_addralign): New function.
9044
c2b45e22
CC
90452008-04-11 Cary Coutant <ccoutant@google.com>
9046
9047 Add support for TLS descriptors for i386 and x86_64.
9048 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
9049 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
9050 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
9051 GOT_TYPE_TLS_DESC.
9052 (Target_i386::got_mod_index_entry): Remove unnecessary code.
9053 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
9054 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
9055 relocations.
9056 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
9057 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
9058 Fix problem with initial-exec relocations.
9059 (Target_i386::Relocate::relocate_tls): Likewise.
9060 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
9061 relaxation.
9062 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
9063 support for section-plus-offset dynamic table entries.
9064 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
9065 (Output_data_dynamic::Dynamic_entry): Add support for
9066 section-plus-offset dynamic table entries.
9067 (Output_data_dynamic::Classification): Likewise.
9068 (Output_data_dynamic::classification_): Renamed offset_.
9069 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
9070 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
9071 (Target_x86_64::make_plt_section): New function.
9072 (Target_x86_64::reserve_tlsdesc_entries): New function.
9073 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
9074 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
9075 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
9076 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
9077 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
9078 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
9079 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
9080 add extra PLT entry for TLS descriptors.
9081 (Output_data_plt_x86_64::got_): New field.
9082 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
9083 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
9084 fields.
9085 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
9086 descriptors.
9087 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
9088 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
9089 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
9090 R_386_TLS_DESC_CALL relocations.
9091 (Target_x86_64::Scan::global): Likewise.
9092 (Target_x86_64::do_finalize_sections): Add dynamic table entries
9093 for TLS descriptors.
9094 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
9095 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
9096 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
9097 GD-to-IE relaxation.
9098 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
9099 and TLS_DESCRIPTORS.
9100 * Makefile.in: Rebuild.
9101 * configure: Rebuild.
9102 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
9103 (tls_test_shared2.so): New target.
9104 (tls_shared_gd_to_ie_test_SOURCES): New variable.
9105 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
9106 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
9107 (tls_shared_gd_to_ie_test_LDADD): New variable.
9108 (tls_shared_gnu2_gd_to_ie_test): New target.
9109 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
9110 New targets.
9111 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
9112 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
9113 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
9114 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
9115 (tls_shared_gnu2_test): New target.
9116 (tls_test_gnu2_shared.so): New target.
9117 (tls_shared_gnu2_test_SOURCES): New variable.
9118 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
9119 (tls_shared_gnu2_test_LDFLAGS): New variable.
9120 (tls_shared_gnu2_test_LDADD): New variable.
9121 * testsuite/Makefile.in: Rebuild.
9122 * testsuite/Makefile.
9123
83bfb6b7
ILT
91242008-04-11 Ian Lance Taylor <iant@google.com>
9125
9126 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
9127 justsyms.t.
9128 * testsuite/Makefile.in: Rebuild.
9129
9130 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
9131 long.
9132 * testsuite/script_test_2.cc (main): Adjust test.
9133
706e1f5e
ILT
91342008-04-11 David S. Miller <davem@davemloft.net>
9135 Ian Lance Taylor <iant@google.com>
9136
9137 * options.h (General_options): Add entries for '-Y' and
9138 '-relax'.
9139 * options.cc (General_options:finalize): If -Y was used, add those
9140 entries to the library path instead of the default "/lib" and
9141 "/usr/lib".
9142
7c98e6bb
DM
91432008-04-11 David S. Miller <davem@davemloft.net>
9144
9145 * testsuite/justsyms.t: Start at 0x100.
9146 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
9147 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
9148 long.
9149 * testsuite/script_test_2.cc: Adjust string and section length
9150 checks.
7c98e6bb 9151
99a37bfd
ILT
91522008-04-09 Ian Lance Taylor <iant@google.com>
9153
2cefc357
ILT
9154 PR gold/5996
9155 * script-sections.cc (Sections_element::allocate_to_segment): Add
9156 orphan parameter.
9157 (Output_section_definition::allocate_to_segment): Likewise.
9158 (Orphan_output_section::allocate_to_segment): Likewise.
9159 (Script_sections::attach_sections_using_phdrs_clause): Don't
9160 propagate non-PT_LOAD segments to orphan sections.
9161 * testsuite/Makefile.am (script_test_3.stdout): Generate using
9162 readelf rather than objdump.
9163 * testsuite/script_test_3.sh: Adjust accordingly. Test that
9164 .interp section and PT_INTERP segment are the same size.
9165 * testsuite/Makefile.in: Rebuild.
9166
99a37bfd
ILT
9167 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
9168 aliases for symbols defined in the same object.
9169 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
9170 (weak_alias_test_SOURCES): New variable.
9171 (weak_alias_test_DEPENDENCIES): New variable.
9172 (weak_alias_test_LDFLAGS): New variable.
9173 (weak_alias_test_LDADD): New variable.
9174 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
9175 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
9176 (weak_alias_test_3.o): New target.
9177 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
9178 * testsuite/weak_alias_test_main.cc: New file.
9179 * testsuite/weak_alias_test_1.cc: New file.
9180 * testsuite/weak_alias_test_2.cc: New file.
9181 * testsuite/weak_alias_test_3.cc: New file.
9182
780e49c5
ILT
91832008-04-08 Ian Lance Taylor <iant@google.com>
9184
cdb0b8f5
ILT
9185 * options.h (class General_options): Add --noinhibit-exec option.
9186 * main.cc (main): Check --noinhibit-exec.
9187
0864d551
ILT
9188 * options.h (class General_options): Define --wrap as a special
9189 option. Add wrap_symbols_ field.
9190 (General_options::any_wrap_symbols): New function.
9191 (General_options::is_wrap_symbol): New function.
9192 * options.cc (General_options::parse_wrap): New function.
9193 (General_options::General_options): Initialize wrap_symbols_.
9194 * symtab.cc (Symbol_table::wrap_symbol): New function.
9195 (Symbol_table::add_from_object): Handle --wrap.
9196 * symtab.h (class Symbol_table): Declare wrap_symbol.
9197 * target.h (Target::wrap_char): New function.
9198 (Target::Target_info): Add wrap_char field.
9199 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
9200 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
9201 * testsuite/testfile.cc (Target_test::test_target_info):
9202 Likewise.
9203
789aa6de
ILT
9204 * errors.cc (Errors::undefined_symbol): Mention symbol version if
9205 there is one.
9206
2c38906f
ILT
9207 * layout.h (class Layout): Add added_eh_frame_data_ field.
9208 * layout.cc (Layout::Layout): Initialize new field.
9209 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
9210 output section until we find a section we merged successfully.
9211 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
9212 that the size be non-zero.
9213
780e49c5
ILT
9214 * merge.cc (Object_merge_map::get_output_offset): Remove inline
9215 qualifier.
9216
7fcd0256
ILT
92172008-04-08 Craig Silverstein <csilvers@google.com>
9218
9219 * configure.ac: Export new conditional variable HAVE_ZLIB.
9220 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
9221 on HAVE_ZLIB.
9222 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
9223 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
9224
6835af53
ILT
92252008-04-07 Ian Lance Taylor <iant@google.com>
9226
e24f324c
ILT
9227 * version.cc (version_string): Set to "1.5".
9228
a036edd8
ILT
9229 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
9230 Add issued_non_pic_error_ field. Declare check_non_pic.
9231 (Target_x86_64::Scan::check_non_pic): New function.
9232 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
9233 (Target_x86_64::Scan::global): Likewise.
9234
624f8810
ILT
9235 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
9236 addend parameter. Change caller. Handle merge sections.
9237 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
9238 Address to Addend. Don't add in the result of
9239 local_section_offset, pass down the addend and use the returned
9240 value.
9241 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
9242 Update declarations of local_section_offset and symbol_value.
9243 * testsuite/two_file_test_1.cc (t18): New function.
9244 * testsuite/two_file_test_2.cc (f18): New function.
9245 * testsuite/two_file_test_main.cc (main): Call t18.
9246 * testsuite/two_file_test.h (t18, f18): Declare.
9247
6835af53
ILT
9248 * configure.ac: Don't test for objdump, c++filt, or readelf.
9249 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
9250 conditionals.
9251 (TEST_READELF): New variable.
9252 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
9253 (check_PROGRAMS): Add two_file_strip_test.
9254 (two_file_strip_test): New target.
9255 (check_PROGRAMS): Add two_file_same_shared_strip_test.
9256 (two_file_same_shared_strip_test_SOURCES): New variable.
9257 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
9258 (two_file_same_shared_strip_test_LDFLAGS): New variable.
9259 (two_file_same_shared_strip_test_LDADD): New variable.
9260 (two_file_shared_strip.so): New target.
9261 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
9262 (ver_test_5.syms, ver_test_7.syms): Likewise.
9263 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
9264 (strip_test_3.stdout): Use TEST_OBJDUMP.
9265 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
9266
86925eef
CC
92672008-04-04 Cary Coutant <ccoutant@google.com>
9268
9269 * symtab.h (Symbol::is_weak_undefined): New function.
9270 (Symbol::is_strong_undefined): New function.
9271 (Symbol::is_absolute): New function.
9272 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
9273 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
9274 absolute symbols.
9275 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
9276 (weak_undef_test): New target.
9277 * testsuite/Makefile.in: Rebuild.
9278 * testsuite/weak_undef_file1.cc: New file.
9279 * testsuite/weak_undef_file2.cc: New file.
9280 * testsuite/weak_undef_test.cc: New file.
9281
126f3ece
ILT
92822008-04-03 Craig Silverstein <csilvers@google.com>
9283
9284 * compressed_output.h (class Output_compressed_section): Use
9285 unsigned buffer.
9286 * compressed_output.cc (zlib_compress): Use unsigned buffers,
9287 add zlib header.
9288 (zlib_compressed_suffix): Removed.
9289 (Output_compressed_section::set_final_data_size): Use unsigned
9290 buffers.
9291 * testsuite/Makefile.am (flagstest_compress_debug_sections):
9292 Fix linker invocation.
9293 (flagstest_o_specialfile_and_compress_debug_sections):
9294 Likewise.
9295 * testsuite/Makefile.in: Regenerated.
9296
deae2a14
DM
92972008-04-02 David S. Miller <davem@davemloft.net>
9298
9299 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
9300 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
9301
70752818
ILT
93022008-04-02 Craig Silverstein <csilvers@google.com>
9303
9304 * TODO: New file.
9305
39d0cb0e
ILT
93062008-04-02 Ian Lance Taylor <iant@google.com>
9307
9308 * fileread.cc (File_read::find_view): Add byteshift and vshifted
9309 parameters. Update for new key type to views_. Change all
9310 callers.
9311 (File_read::read): Adjust for byteshift in returned view.
9312 (File_read::add_view): New function, broken out of
9313 find_and_make_view.
9314 (File_read::make_view): New function, broken out of
9315 find_and_make_view.
9316 (File_read::find_or_make_view): Add offset and aligned
9317 parameters. Rewrite accordingly. Change all callers.
9318 (File_read::get_view): Add offset and aligned parameters. Adjust
9319 for byteshift in return value.
9320 (File_read::get_lasting_view): Likewise.
9321 * fileread.h (class File_read): Update declarations.
9322 (class File_read::View): Add byteshift_ field. Add byteshift to
9323 constructor. Add byteshift method.
9324 * archive.h (Archive::clear_uncached_views): New function.
9325 (Archive::get_view): Add aligned parameter. Change all callers.
9326 * object.h (Object::get_view): Add aligned parameter. Change all
9327 callers.
9328 (Object::get_lasting_view): Likewise.
9329
9330 * fileread.cc (File_read::release): Don't call clear_views if
9331 there are multiple objects.
9332 * fileread.h (File_read::clear_uncached_views): New function.
9333 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
9334 on the archive.
9335
a1207466
CC
93362008-03-31 Cary Coutant <ccoutant@google.com>
9337
9338 Add thin archive support.
9339 * archive.cc (Archive::armagt): New const.
9340 (Archive::setup): Remove task parameter and calls to unlock.
9341 (Archive::unlock_nested_archives): New function.
9342 (Archive::read_header): Add nested_off parameter. Change
9343 all callers.
9344 (Archive::interpret_header): Likewise.
9345 (Archive::include_all_members): Change to handle thin
9346 archives.
9347 (Archive::include_member): Likewise.
9348 * archive.h (Archive::Archive): Add new parameters and
9349 initializers.
9350 (Archive::armagt): New const.
9351 (Archive::setup): Remove task parameter.
9352 (Archive::unlock_nested_archives): New function.
9353 (Archive::read_header): Add nested_off parameter.
9354 (Archive::interpret_header): Likewise.
9355 (Archive::Nested_archive_table): New typedef.
9356 (Archive::is_thin_archive_): New field.
9357 (Archive::nested_archives_): New field.
9358 (Archive::options_): New field.
9359 (Archive::dirpath_): New field.
9360 (Archive::task_): New field.
9361 * readsyms.cc (Read_symbols::do_read_symbols): Add check
9362 for thin archives. Pass additional parameters to
9363 Archive::Archive. Unlock the archive file after calling
9364 Archive::setup.
cd536b21 9365
479f6503
ILT
93662008-03-29 Ian Lance Taylor <iant@google.com>
9367
686c8caf
ILT
9368 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
9369 version symbol to be local.
9370 * testsuite/ver_test_4.sh: New file.
9371 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
9372 (check_DATA): Add ver_test_4.syms.
9373 (ver_test_4.syms): New target.
9374 * testsuite/Makefile.in: Rebuild.
9375
ab794b6b
ILT
9376 * output.cc
9377 (Output_section::Input_section_sort_entry::has_priority): New
9378 function.
9379 (Output_section::Input_section_sort_entry::match_file_name): New
9380 function.
9381 (Output_section::Input_section_sort_entry::match_section_name):
9382 Remove.
9383 (Output_section::Input_section_sort_entry::match_section_name_prefix):
9384 Remove.
9385 (Output_section::Input_section_sort_entry::match_section_file):
9386 Remove.
9387 (Output_section::Input_section_sort_compare::operator()): Rewrite
9388 using new Input_section_sort_entry functions. Sort crtbegin and
9389 crtend first. Sort sections with no priority before sections with
9390 a priority.
9391 * testsuite/initpri1.c (d3): Check j != 4.
9392 (cd5): New constructor/destructor function.
9393 (main): Check j != 2.
9394
479f6503
ILT
9395 * symtab.cc (Symbol_table::add_from_object): If we don't use the
9396 new symbol when resolving, don't call set_is_default.
9397 * testsuite/ver_test_7.cc: New file.
9398 * testsuite/ver_test_7.sh: New file.
9399 * testsuite/Makefile.am (ver_test_7.so): New target.
9400 (ver_test_7.o): New target.
9401 (check_SCRIPTS): Add ver_test_7.sh.
9402 (check_DATA): Add ver_test_7.syms.
9403 (ver_test_7.syms): New target.
9404
2fd32231
ILT
94052008-03-28 Ian Lance Taylor <iant@google.com>
9406
9407 * layout.cc (Layout::layout): If we see an input section with a
9408 name that needs sorting, set the must_sort flag for the output
9409 section.
9410 (Layout::make_output_section): If the name of the output section
9411 indicates that it might require sorting, set the may_sort flag.
9412 * output.h (Output_section::may_sort_attached_input_sections): New
9413 function.
9414 (Output_section::set_may_sort_attached_input_sections): New
9415 function.
9416 (Output_section::must_sort_attached_input_sections): New
9417 function.
9418 (Output_section::set_must_sort_attached_input_sections): New
9419 function.
9420 (class Output_section): Declare Input_section_sort_entry. Define
9421 Input_section_sort_compare. Declare
9422 sort_attached_input_sections. Add new fields:
9423 may_sort_attached_input_sections_,
9424 must_sort_attached_input_sections_,
9425 attached_input_sections_are_sorted_.
9426 * output.cc (Output_section::Output_section): Initialize new
9427 fields.
9428 (Output_section::add_input_section): Add an entry to
9429 input_sections_ if may_sort or must_sort are true.
9430 (Output_section::set_final_data_size): Call
9431 sort_attached_input_sections if necessary.
9432 (Output_section::Input_section_sort_entry): Define new class.
9433 (Output_section::Input_section_sort_compare::operator()): New
9434 function.
9435 (Output_section::sort_attached_input_sections): New function.
9436 * configure.ac: Check whether the compiler supports constructor
9437 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
9438 * testsuite/initpri1.c: New file.
9439 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
9440 CONSTRUCTOR_PRIORITY.
9441 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
9442 (initpri1_LDFLAGS): New variable.
9443 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
9444
18e6b24e
ILT
94452008-03-27 Ian Lance Taylor <iant@google.com>
9446
49bdd526
ILT
9447 * common.cc (Sort_commons::operator): Correct sorting algorithm.
9448 * testsuite/common_test_1.c: New file.
9449 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
9450 (common_test_1_SOURCES): New variable.
9451 (common_test_1_DEPENDENCIES): New variable.
9452 (common_test_1_LDFLAGS): New variable.
9453
18e6b24e
ILT
9454 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
9455 and commons_ correctly when NAME/VERSION does not override
9456 NAME/NULL.
9457 * testsuite/ver_test_6.c: New file.
9458 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
9459 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
9460 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
9461
04bf7072
ILT
94622008-03-26 Ian Lance Taylor <iant@google.com>
9463
5871526f
ILT
9464 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
9465 of an undefined symbol from a version script.
9466 * testsuite/Makefile.am (ver_test_5.so): New target.
9467 (ver_test_5.o): New target.
9468 (check_SCRIPTS): Add ver_test_5.sh.
9469 (check_DATA): Add ver_test_5.syms.
9470 (ver_test_5.syms): New target.
9471 * testsuite/ver_test_5.cc: New file.
9472 * testsuite/ver_test_5.script: New file.
9473 * testsuite/ver_test_5.sh: New file.
9474 * Makefile.in, testsuite/Makefile.in: Rebuild.
9475
04bf7072
ILT
9476 PR gold/5986
9477 Fix problems building gold with gcc 4.3.0.
9478 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
9479 (gold_error_at_location, gold_warning_at_location): Use it.
9480 * configure.ac: Check whether we can compile and use a template
9481 function with a printf attribute.
9482 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
9483 when jumping over bytes.
9484 * object.cc: Instantiate Object::read_section_data.
9485 * debug.h: Include <cstring>
9486 * dwarf_reader.cc: Include <algorithm>
9487 * main.cc: Include <cstring>.
9488 * options.cc: Include <cstring>.
9489 * output.cc: Include <cstring>.
9490 * script.cc: Include <cstring>.
9491 * script.h: Include <string>.
9492 * symtab.cc: Include <cstring> and <algorithm>.
9493 * target-select.cc: Include <cstring>.
9494 * version.cc: Include <string>.
9495 * testsuite/testmain.cc: Include <cstdlib>.
9496 * configure, config.in: Rebuild.
9497
874c5b28
ILT
94982008-03-25 Ian Lance Taylor <iant@google.com>
9499
819d6c3a
ILT
9500 * options.cc: Include "../bfd/bfdver.h".
9501 (options::help): Print bug reporting address.
9502
f4b2c6f5
ILT
9503 * version.cc (print_version): Adjust output for current value of
9504 BFD_VERSION_STRING.
9505
9506 * NEWS: New file.
9507
e96caa79
ILT
9508 * options.cc (options::help): Print list of supported targets.
9509 * target-select.h: Include <vector>.
9510 (class Target_selector): Make machine_, size_, and is_big_endian_
9511 fields const. Add bfd_name_ and instantiated_target_ fields.
9512 (Target_selector::Target_selector): Add bfd_name parameter.
9513 (Target_selector::recognize): Make non-virtual, call
9514 do_recognize.
9515 (Target_selector::recognize_by_name): Make non-virtual, call
9516 do_recognize_by_name.
9517 (Target_selector::supported_names): New function.
9518 (Target_selector::bfd_name): New function.
9519 (Target_selector::do_instantiate_target): New pure virtual
9520 function.
9521 (Target_selector::do_recognize): New virtual function.
9522 (Target_selector::do_recognize_by_name): New virtual function.
9523 (Target_selector::instantiate_target): New private function.
9524 (supported_target_names): Declare.
9525 * target-select.cc (Target_selector::Target_selector): Update for
9526 new parameter and fields.
9527 (select_target_by_name): Check that the name matches before
9528 calling recognize_by_name.
9529 (supported_target_names): New function.
9530 * i386.cc (class Target_selector_i386): Update Target_selector
9531 constructor call. Remove recognize and recognize_by_name. Add
9532 do_instantiate_target.
9533 * x86_64.cc (class Target_selector_x86_64): Likewise.
9534 * testsuite/testfile.cc (class Target_selector_test): Update for
9535 changes to Target_selector.
9536
874c5b28
ILT
9537 * README: Rewrite, with some notes on unsupported features.
9538
0a65a3a7
CC
95392008-03-24 Cary Coutant <ccoutant@google.com>
9540
9541 * i386.cc (Target_i386::Got_type): New enum declaration.
9542 (Target_i386::Scan::local): Updated callers of Output_data_got
9543 member functions.
9544 (Target_i386::Scan::global): Likewise.
9545 (Target_i386::Relocate::relocate): Likewise.
9546 (Target_i386::Relocate::relocate_tls): Likewise.
9547 * object.h (Got_offset_list): New class.
9548 (Sized_relobj::local_has_got_offset): Added got_type parameter.
9549 (Sized_relobj::local_got_offset): Likewise.
9550 (Sized_relobj::set_local_got_offset): Likewise.
9551 (Sized_relobj::local_has_tls_got_offset): Removed.
9552 (Sized_relobj::local_tls_got_offset): Removed.
9553 (Sized_relobj::set_local_tls_got_offset): Removed.
9554 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
9555 * output.cc (Output_data_got::add_global): Added got_type parameter.
9556 (Output_data_got::add_global_with_rel): Likewise.
9557 (Output_data_got::add_global_with_rela): Likewise.
9558 (Output_data_got::add_global_pair_with_rel): New function.
9559 (Output_data_got::add_global_pair_with_rela): New function.
9560 (Output_data_got::add_local): Added got_type parameter.
9561 (Output_data_got::add_local_with_rel): Likewise.
9562 (Output_data_got::add_local_with_rela): Likewise.
9563 (Output_data_got::add_local_pair_with_rel): New function.
9564 (Output_data_got::add_local_pair_with_rela): New function.
9565 (Output_data_got::add_global_tls): Removed.
9566 (Output_data_got::add_global_tls_with_rel): Removed.
9567 (Output_data_got::add_global_tls_with_rela): Removed.
9568 (Output_data_got::add_local_tls): Removed.
9569 (Output_data_got::add_local_tls_with_rel): Removed.
9570 (Output_data_got::add_local_tls_with_rela): Removed.
9571 * output.h (Output_data_got::add_global): Added got_type parameter.
9572 (Output_data_got::add_global_with_rel): Likewise.
9573 (Output_data_got::add_global_with_rela): Likewise.
9574 (Output_data_got::add_global_pair_with_rel): New function.
9575 (Output_data_got::add_global_pair_with_rela): New function.
9576 (Output_data_got::add_local): Added got_type parameter.
9577 (Output_data_got::add_local_with_rel): Likewise.
9578 (Output_data_got::add_local_with_rela): Likewise.
9579 (Output_data_got::add_local_pair_with_rel): New function.
9580 (Output_data_got::add_local_pair_with_rela): New function.
9581 (Output_data_got::add_global_tls): Removed.
9582 (Output_data_got::add_global_tls_with_rel): Removed.
9583 (Output_data_got::add_global_tls_with_rela): Removed.
9584 (Output_data_got::add_local_tls): Removed.
9585 (Output_data_got::add_local_tls_with_rel): Removed.
9586 (Output_data_got::add_local_tls_with_rela): Removed.
9587 * resolve.cc (Symbol::override_base_with_special): Removed
9588 reference to has_got_offset_ field.
9589 * symtab.cc (Symbol::init_fields): Replaced initialization
9590 of got_offset_ with got_offsets_. Removed initialization
9591 of has_got_offset_
53fcba31 9592 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
9593 (Symbol::got_offset): Likewise.
9594 (Symbol::set_got_offset): Likewise.
9595 (Symbol::has_tls_got_offset): Removed.
9596 (Symbol::tls_got_offset): Removed.
9597 (Symbol::set_tls_got_offset): Removed.
9598 (Symbol::got_offset_): Removed.
9599 (Symbol::tls_mod_got_offset_): Removed.
9600 (Symbol::tls_pair_got_offset_): Removed.
9601 (Symbol::got_offsets_): New field.
9602 (Symbol::has_got_offset): Removed.
9603 (Symbol::has_tls_mod_got_offset): Removed.
9604 (Symbol::has_tls_pair_got_offset): Removed.
9605 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
9606 (Target_x86_64::Scan::local): Updated callers of Output_data_got
9607 member functions.
9608 (Target_x86_64::Scan::global): Likewise.
9609 (Target_x86_64::Relocate::relocate): Likewise.
9610 (Target_x86_64::Relocate::relocate_tls): Likewise.
9611
bd52eafb
BE
96122008-03-25 Ben Elliston <bje@au.ibm.com>
9613
9614 * yyscript.y: Fix spelling error in comment.
9615
8b105e34
ILT
96162008-03-24 Ian Lance Taylor <iant@google.com>
9617
8ed814a9
ILT
9618 * options.h (class General_options): Define build_id option.
9619 * layout.h (class Layout): Declare write_build_id, create_note,
9620 create_build_id. Add build_id_note_ member.
9621 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
9622 "libiberty.h", "md5.h", "sha1.h".
9623 (Layout::Layout): Initialize eh_frame_data_,
9624 eh_frame_hdr_section_, and build_id_note_.
9625 (Layout::finalize): Call create_build_id.
9626 (Layout::create_note): New function, broken out of
9627 Layout::create_gold_note.
9628 (Layout::create_gold_note): Call create_note.
9629 (Layout::create_build_id): New function.
9630 (Layout::write_build_id): New function.
9631 (Close_task_runner::run): Call write_build_id.
9632
8b105e34
ILT
9633 * x86_64.cc: Correct license to GPLv3.
9634
086a1841
ILT
96352008-03-23 Ian Lance Taylor <iant@google.com>
9636
9637 * options.cc: Include "demangle.h".
9638 (parse_optional_string): New function.
9639 (parse_long_option): Handle takes_optional_argument.
9640 (parse_short_option): Update dash_z initializer. Handle
9641 takes_optional_argument.
9642 (General_options::General_options): Initialize do_demangle_.
9643 (General_options::finalize): Set do_demangle_. Handle demangling
9644 style.
9645 * options.h (parse_optional_string): Declare.
9646 (struct One_option): Add optional_arg field. Update constructor.
9647 Update call constructor calls. Add takes_optional_argument
9648 function.
9649 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
9650 (DEFINE_optional_string): Define.
9651 (General_options::demangle): Change from DEFINE_bool to
9652 DEFINE_optional_string.
9653 (General_options::no_demangle): New function.
9654 (General_options::do_demangle): New function.
9655 (General_options::set_do_demangle): New function.
9656 (General_options::execstack_status_): Move definition to end of
9657 class definition.
9658 (General_options::static_): Likewise.
9659 (General_options::do_demangle_): New field.
9660 * object.cc (big_endian>::get_symbol_location_info): Call
9661 Options::do_demangle, not Options::demangle.
9662 * symtab.cc (demangle): Likewise.
9663
cbb93e63
ILT
96642008-03-22 Ian Lance Taylor <iant@google.com>
9665
9666 * gold.h: Include <cstddef> and <sys/types.h>
9667 * options.h: Include <cstring>.
9668
ec531623
ILT
96692008-03-21 Ian Lance Taylor <iant@google.com>
9670
9671 * Added source code to GNU binutils.
This page took 0.69124 seconds and 4 git commands to generate.