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