PR 11019
[external/binutils.git] / gold / ChangeLog
1 2010-01-07  Dmitry Gorbachev  <d.g.gorbachev@gmail.com>
2             Ian Lance Taylor  <iant@google.com>
3
4         PR 11019
5         * object.cc: Instantiate Xindex::initialize_symtab_xindex and
6         Xindex::read_symtab_xindex.
7
8 2010-01-07  Doug Kwan  <dougkwan@google.com>
9
10         * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
11         (Insn_template::thumb16_bcond_insn): New method declaration.
12         (Insn_template): Fix spelling.
13         (Stub::thumb16_special): New method declaration.
14         (Stub::do_write): Define virtual method which was previously pure
15         virtual.
16         (Stub::do_thumb16_special): New method declaration.
17         (Stub::do_fixed_endian_write): New template member.
18         (Reloc_stub::do_write): Remove.
19         (Reloc_stub::do_fixed_endian_write): Remove.
20         (Cortex_a8_stub): New class definition.
21         (Stub_factory::make_cortex_a8_stub): New method definition.
22         (Stub_factory::Stub_factory): Add missing static storage class
23         qualifier for elf32_arm_stub_a8_veneer_blx.
24
25 2010-01-07  Ian Lance Taylor  <iant@google.com>
26
27         PR 10980
28         * options.h (class General_options): Add --warn-unresolved-symbols
29         and --error-unresolved-symbols.
30         * errors.cc (Errors::undefined_symbol): Implement
31         --warn-unresolved-symbols.
32
33         * options.h (class General_options): Add -z text and -z textoff.
34         * layout.cc (Layout::finish_dynamic_section): Implement -z text.
35
36 2010-01-06  Sriraman Tallam  <tmsriram@google.com>
37
38         * gc.h (Garbage_collection::Cident_section_map): New typedef.
39         (Garbage_collection::cident_sections): New function.
40         (Garbage_collection::add_cident_section): New function.
41         (Garbage_collection::cident_sections_): New member.
42         (gc_process_relocs): Add references to sections whose names are C
43         identifiers.
44         * gold.h (cident_section_start_prefix): New constant.
45         (cident_section_stop_prefix): New constant.
46         (is_cident): New function.
47         * layout.cc (Layout::define_section_symbols): Replace string constants
48         with the newly defined constants.
49         * object.cc (Sized_relobj::do_layout): Track sections whose names are
50         C identifiers.
51         * testsuite/Makefile.am: Add gc_orphan_section_test.
52         * testsuite/Makefile.in: Regenerate.
53         * testsuite/gc_orphan_section_test.cc: New file.
54         * testsuite/gc_orphan_section_test.sh: New file.
55
56 2010-01-06  Ian Lance Taylor  <iant@google.com>
57
58         PR 10980
59         * options.h (class General_options): Add --warn-shared-textrel.
60         * layout.cc (Layout::finish_dynamic_section): Implement
61         --warn-shared-textrel.
62
63         PR 10980
64         * options.h (class General_options): Add --warn-multiple-gp.
65
66 2010-01-06  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
67
68         * Makefile.am (incremental_dump_DEPENDENCIES): Remove
69         $(THREADSLIB) and $(LIBDL).
70         * Makefile.in: Rebuild.
71
72 2010-01-06  Ian Lance Taylor  <iant@google.com>
73
74         PR 10980
75         * options.cc (General_options::parse_section_start): New function.
76         (General_options::section_start): New function.
77         (General_options::General_options): Initialize all members.
78         * options.h: Include <map>
79         (class General_options): Add --section-start.  Add section_starts_
80         member.
81         * layout.cc (Layout::attach_allocated_section_to_segment): If
82         --section-start was used, set the address of the segment.  Remove
83         local sort_sections.
84         (Layout::relaxation_loop_body): If the address of the load segment
85         has been set by --section-start, don't use it.
86         * output.h (Output_segment::update_flags_for_output_section): New
87         function.
88         * output.cc (Output_segment::add_output_section): Call
89         update_flags_for_output_section.
90
91 2010-01-05  Ian Lance Taylor  <iant@google.com>
92
93         PR 10980
94         * options.h (class General_options): Add --undefined-version.
95         * script.cc (struct Version_expression): Add was_matched_by_symbol
96         field.
97         (Version_script_info::matched_symbol): New function.
98         (Version_script_info::get_symbol_version_helper): Call
99         matched_symbol.
100         (Version_script_info::check_unmatched_names): New function.
101         * script.h (class Version_script_info): Update declarations.
102         * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
103
104         * options.h (class General_options): Use DEFINE_bool_alias for
105         allow_multiple_definition.
106         * resolve.cc (Symbol_table::should_override): Don't test
107         allow_multiple_definition.
108
109         PR 10980
110         * options.h (class General_options): Add --cref.
111         * main.cc (main): Print cref table if --cref.  Don't close mapfile
112         until after printing cref table.
113         * cref.cc: Include "symtab.h".
114         (class Cref_inputs): Define Cref_table_compare and Cref_table.
115         (Cref_table_compare::operator()): New function.
116         (Cref_inputs::gather_cref): New function.
117         (filecol): New static const.
118         (Cref_inputs::print_cref): New function.
119         (Cref::print_cref): New function.
120         * cref.h: Include <cstdio>.
121         (class Cref): Update declarations.
122         * mapfile.h (Mapfile::file): New function.
123         * object.h (class Object): Define Symbols.  Declare virtual
124         do_get_global_symbols.
125         (Object::get_global_symbols): New function.
126         * object.cc (Input_objects::add_object): Pass object to cref_ if
127         --cref.
128         (Input_objects::archive_start): Likewise.
129         (Input_objects::archive_stop): Likewise.
130         (Input_objects::print_cref): New function.
131         * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
132         * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
133         --cref.
134         * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
135         function.
136         * plugin.h (class Sized_pluginobj): Update declarations.
137
138 2010-01-05  Ian Lance Taylor  <iant@google.com>
139
140         * symtab.cc (Symbol_table::add_from_object): Rename def parameter
141         to is_default_version.  Rename insdef to insdefault.
142         (Symbol_table::add_from_relobj): Rename def to is_default_version
143         and local to is_forced_local.
144         (Symbol_table::add_from_pluginobj): Likewise.
145         (Symbol_table::add_from_dynobj): Likewise.
146         (Symbol_table::define_special_symbol): Rename insdef to
147         insdefault.
148
149 2010-01-04  Ian Lance Taylor  <iant@google.com>
150
151         PR 10980
152         * options.h (class General_options): Add
153         --allow-multiple-definition and -z muldefs.
154         * resolve.cc (Symbol_table::should_override): Don't warn about a
155         multiple symbol definition if --allow-multiple-definition or -z
156         muldefs.
157
158         PR 10980
159         * options.h (class General_options): Add --add-needed and
160         --copy-dt-needed-entries.  Tweak --as-needed help entry.
161         * object.cc (Input_objects::check_dynamic_dependencies): Give an
162         error if --copy-dt-needed-entries aka --add-needed is used and
163         would cause a change in behaviour.
164
165         PR 10980
166         * options.h (class General_options): Add -G as a short version of
167         --shared.  Add no-op options -assert, -g, and -i.
168
169 2010-01-04  Sriraman Tallam  <tmsriram@google.com>
170
171         * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
172         check for .text or .gnu.linkonce.t sections.
173         * icf.cc (Icf::find_identical_sections): Ditto.
174         Change the detection for mangled function name within the section
175         name.
176         * icf.h (is_section_foldable_candidate): New function.
177
178 2009-12-30  Ian Lance Taylor  <iant@google.com>
179
180         PR 10980
181         * options.h (class General_options): Permit two dashes with
182         --retain-symbols-file.
183
184 2009-12-30  Ian Lance Taylor  <iant@google.com>
185
186         PR 10979
187         * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
188         don't put the file header and segment headers in the text
189         segment.
190
191         PR 10979
192         * common.cc (Sort_commons::operator()): Stabilize sort when both
193         entries are NULL.
194         (Symbol_table::do_allocate_commons_list): When allocating common
195         symbols, skip a symbol which is no longer common.
196         * symtab.h (Symbol::is_common): Test whether the symbol comes from
197         an object before checking its type.
198         * testsuite/common_test_2.c: New file.
199         * testsuite/common_test_3.c: New file.
200         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
201         (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
202         (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
203         (common_test_2_pic.o, common_test_2.so): New targets.
204         (common_test_3_pic.o, common_test_3.so): New targets.
205         * testsuite/Makefile.in: Rebuild.
206
207         PR 10979
208         * script.cc (read_input_script): If we see a new SECTIONS clause,
209         and we have added an input section, give an error.
210         * layout.h (class Layout): Add have_added_input_section function.
211         Add have_added_input_section_ field.
212         * layout.cc (Layout::Layout): Initialize
213         have_added_input_section_.
214         (Layout::layout): Set have_added_input_section_.
215         (Layout::layout_eh_frame): Likewise.
216
217 2009-12-30  Ian Lance Taylor  <iant@google.com>
218
219         PR 10931
220         * options.h (class General_options): Add --sort-common option.
221         * symtab.h (class Symbol_table): Define Sort_commons_order enum.
222         * common.cc (Sort_common): Add sort_order parameter to
223         constructor.  Add sort_order_ field.
224         (Sort_commons::operator): Check sort_order_.
225         (Symbol_table::allocate_commons): Determine the sort order.
226         (Symbol_table::do_allocate_commons): Add sort_order parameter.
227         Change all callers.
228         (Symbol_table::do_allocate_commons_list): Likewise.
229
230 2009-12-30  Ian Lance Taylor  <iant@google.com>
231
232         PR 10916
233         * symtab.cc (Symbol_table::add_from_relobj): When not exporting
234         symbols from this object, don't change the visibility of an
235         undefined symbol.
236         * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
237
238 2009-12-30  Ian Lance Taylor  <iant@google.com>
239
240         PR 10861
241         * script.h (class Version_script_info): Define Language enum.
242         Update declarations.  Define Glob, Exact, and Lookup types.  Add
243         new fields globals_, locals_, and is_finalized_.
244         * script.cc: Various formatting fixes.
245         (class Parser_closure): Change language_stack_ from a vector of
246         std::string to one of Version_script_info::Language.  Adjust all
247         uses accordingly.
248         (class Lazy_demangler): Remove.
249         (struct Version_expression): Change language from std::string to
250         Version_script_info::Language.
251         (Version_script_info::Version_script_info): New function.
252         (Version_script_info::~Version_script_info): Don't call clear.
253         (Version_script_info::finalize): New function.
254         (Version_script_info::build_lookup_tables): New function.
255         (Version_script_info::build_expression_list_lookup): New
256         function.
257         (Version_script_info::get_symbol_version_helper): Rewrite to use
258         lookup tables.
259         (Version_script_info::print_expression_list): Adjust to use
260         Version_script_info::Language.
261         (script_push_lex_into_version_mode): Check that the version script
262         has not been finalized.
263         (version_script_push_lang): Change language string to
264         Version_script_info::Language.
265         * options.cc (Command_line::version_script): New function.
266         * options.h (class General_options): Add finalize_dynamic_list
267         function.  Change version_script from declaration to definition.
268         * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
269         * testsuite/version_script.map: Remove duplicate def of foo.
270         * testsuite/Makefile.am (ver_matching_def.so): Depend upon
271         version_script.map.
272         * testsuite/Makefile.in: Rebuild.
273
274 2009-12-30  Ian Lance Taylor  <iant@google.com>
275
276         PR 10843
277         * target-reloc.h (relocate_for_relocatable): When copying a reloc,
278         if the input symbol index is 0, make the output symbol index 0.
279
280 2009-12-30  Ian Lance Taylor  <iant@google.com>
281
282         PR 10670
283         * options.h (class General_options): Add -x/--discard-all.
284         * object.cc (Sized_relobj::do_count_local_symbols): Handle
285         --discard-all.  If the local symbol needs a dynamic entry, check
286         that before handling --discard-locals.
287
288 2009-12-30  Ian Lance Taylor  <iant@google.com>
289
290         PR 10450
291         * output.cc (Output_segment::Output_segment): If PT_TLS, set the
292         flags to PF_R.
293         (Output_segment::add_output_section): Don't change the flags if
294         the type is PT_TLS.
295
296         PR 10450
297         * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
298         GNU hash table if they need a dynamic value.  Otherwise, don't add
299         them if they are defined in a dynamic object or are forced local.
300
301 2009-12-29  Ian Lance Taylor  <iant@google.com>
302
303         PR 10450
304         * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
305         .gnu.hash table for a 32-bit target.
306
307         PR 10450
308         * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
309         regular and a dynamic object only needs a dynamic symbol table
310         entry if it is externally visible.
311
312         PR 10450
313         * i386.cc (class Target_i386): Initialize global_offset_table_ in
314         constructor.  Add global_offset_table_ field.
315         (Target_i386::got_section): Set global_offset_table_.
316         (Target_i386::do_finalize_sections): Set global_offset_table_
317         size.
318         * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
319         in constructor.  Add global_offset_table_ field.
320         (Target_x86_64::got_section): Set global_offset_table_.
321         (Target_x86_64::do_finalize_sections): Set global_offset_table_
322         size.
323
324         * layout.cc (Layout::Layout): Initialize increase_relro_.
325         (Layout::get_output_section): Add is_relro, is_last_relro, and
326         is_first_non_relro parameters.  Change all callers.
327         (Layout::choose_output_section): Likewise.
328         (Layout::add_output_section_data): Likewise.
329         (Layout::make_output_section): Likewise.
330         (Layout::set_segment_offsets): Clear increase_relro when using a
331         linker script.
332         * layout.h (class Layout): Add increase_relro method.  Add
333         increase_relro_ field.  Update declarations.
334         * output.cc (Output_section::Output_section): Initialize
335         is_last_relro_ and is_first_non_relro_.
336         (Output_segment::add_output_section): Group relro sections is
337         do_sort is true.  Handle is_last_relro and is_first_non_relro.
338         (Output_segment::maximum_alignment): Remove relro handling.
339         (Output_segment::set_section_addresses): Add increase_relro
340         parameter.  Change all callers.  Add initial alignment to align
341         relro sections on separate page.  Remove old relro handling.
342         (Output_segment::set_section_list_addresses): Remove in_relro
343         parameter.  Change all callers.
344         (Output_segment::set_offset): Add increase parameter.  Change all
345         callers.  Remove old relro handling.
346         * output.h (class Output_section): Add new methods: is_last_relro,
347         set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
348         Add is_last_relro_ and is_first_non_relro_ fields.
349         * i386.cc (Target_i386::got_section): Don't call set_is_relro.
350         Create separate .got.plt section.  Call increase_relro.
351         * x86_64.cc (Target_x86_64::got_section): Likewise.
352         * testsuite/relro_script_test.t: Add .got.plt.
353
354         PR 10450
355         * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
356         (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
357         (Layout::finalize): Call set_dynamic_symbol_size.
358         (Layout::set_dynamic_symbol_size): New function.
359         * layout.h (class Layout): Add dynamic_symbol_ field.  Declare
360         set_dynamic_symbol_size.
361
362         PR 10450
363         * output.h (class Output_section): Add is_entsize_zero_ field.
364         * output.cc (Output_section::Output_section): Initialize
365         is_entsize_zero_.
366         (Output_section::set_entsize): If two different entsizes are
367         requested, force it to zero.
368         (Output_section::add_input_section): Set flags for .debug_str
369         before updating section flags.  Set entsize.
370         (Output_section::update_flags_for_input_section): Set SHF_MERGE
371         and SHF_STRING if all input sections have those flags.
372
373 2009-12-29   Rafael Espindola  <espindola@google.com>
374
375         * main.cc (main): Fix the sys time reporting.
376         * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
377         reporting.
378
379 2009-12-29  Sriraman Tallam  <tmsriram@google.com>
380
381         * options.cc (General_options::parse_version): Allow -v to exit
382         without an error if there is nothing to link.
383
384 2009-12-29  Ian Lance Taylor  <iant@google.com>
385
386         * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
387         using a version of gcc before 4.1.
388         * configure: Rebuild.
389
390 2009-12-28  Chris Demetriou  <cgd@google.com>
391
392         * attributes.cc (Output_attributes_section_data::do_write): Use
393         std::vector::front rather than std::vector::data.
394
395 2009-12-28  Ian Lance Taylor  <iant@google.com>
396
397         * symtab.h (class Symbol_table): Add enum Defined.
398         * resolve.cc (Symbol_table::should_override): Add defined
399         parameter.  Change all callers.  Test whether object is NULL
400         before calling a method on it.
401         (Symbol_table::report_resolve_problem): Add defined parameter.
402         Change all callers.
403         (Symbol_table::should_override_with_special): Likewise.
404         * symtab.cc (Symbol_table::define_in_output_data): Add defined
405         parameter.  Change all callers.
406         (Symbol_table::do_define_in_output_data): Likewise.
407         (Symbol_table::define_in_output_segment): Likewise.
408         (Symbol_table::do_define_in_output_segment): Likewise.
409         (Symbol_table::define_as_constant): Likewise.
410         (Symbol_table::do_define_as_constant): Likewise.
411         * script.h (class Symbol_assignment): Add is_defsym parameter to
412         constructor; change all callers.
413         * script.cc (Script_options::add_symbol_assignment): Add is_defsym
414         parameter.  Change all callers.  Add is_defsym_ field.
415         (class Parser_closure): Add parsing_defsym parameter to
416         constructor; change all callers.  Add parsing_defsym accessor
417         function.  Add parsing_defsym_ field.
418
419 2009-12-28  Ian Lance Taylor  <iant@google.com>
420
421         * gold.cc (queue_middle_tasks): Fix formatting.
422         * object.cc (Relobj::is_section_name_included): Likewise.
423
424 2009-12-23  Ian Lance Taylor  <iant@google.com>
425
426         * i386.cc (Target_i386::do_calls_non_split): Recognize
427         -fsplit-stack prologue for a function with a static chain.
428         * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
429         -fsplit-stack prologue when using %r11.
430
431 2009-12-21  Sriraman Tallam  <tmsriram@google.com>
432
433         * options.cc (General_options::parse_version): Make -v continue and do
434         the link like GNU ld does.
435
436 2009-12-17  Rafael Avila de Espindola  <espindola@google.com>
437
438         * Makefile.am (CCFILES): Add timer.cc.
439         (HFILES): Add timer.h.
440         * configure.ac: Check for sysconf and times.
441         * main.cc: include timer.h.
442         (main): Use Timer instead of get_run_time.
443         * timer.cc: New.
444         * timer.h: New.
445         * workqueue.cc: include timer.h.
446         (Workqueue::find_and_run_task):
447         Report user, sys and wall time.
448         * Makefile.in: Regenerate.
449         * config.in: Regenerate.
450         * configure: Regenerate.
451
452 2009-12-16  Doug Kwan  <dougkwan@google.com>
453
454         * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
455         sections.
456         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
457         relaxed input sections.
458         * output.cc (Output_section::find_relaxed_input_section): Change
459         return type to Output_relaxed_input_section pointer.  Adjust code
460         for new type of relaxed_input_section_map_.
461         * output.h (Output_section::find_relaxed_input_section): Change
462         return type to Output_relaxed_input_section pointer.
463         (Output_section::Output_relaxed_input_section_by_input_section_map):
464         New type.
465         (Output_section::relaxed_input_section_map_): Change type to
466         Output_section::Output_relaxed_input_section_by_input_section_map.
467         * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
468         input section.
469
470 2009-12-15  Ian Lance Taylor  <iant@google.com>
471
472         * layout.cc (Layout::create_shstrtab): Only write out after input
473         sections if we are compressing debug sections.
474
475 2009-12-15  Ian Lance Taylor  <iant@google.com>
476
477         * archive.cc (Archive::add_symbols): Only look up a symbol without
478         a version if there is, in fact, a version.
479
480 2009-12-14  Ian Lance Taylor  <iant@google.com>
481
482         Revert -Wshadow changes, all changes from:
483         2009-12-11  Doug Kwan  <dougkwan@google.com>
484         2009-12-11  Nick Clifton  <nickc@redhat.com>
485         * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
486
487 2009-12-11  Doug Kwan  <dougkwan@google.com>
488
489         * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
490         due to -Wshadow.
491         * attributes.cc (Object_attribute::size): Ditto.
492         (Attributes_section_data::size): Ditto.
493         (Attributes_section_data::Attributes_section_data): Ditto.
494         (Output_attributes_section_data::do_write): Ditto.
495         * attributes.h (Object_attribute::set_type): Ditto.
496         * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
497
498 2009-12-11  Nick Clifton  <nickc@redhat.com>
499
500         * archive.cc: Fix shadowed variable warnings.
501         * arm.cc: Likewise.
502         * compressed_output.cc: Likewise.
503         * compressed_output.h: Likewise.
504         * configure: Likewise.
505         * dwarf_reader.cc: Likewise.
506         * dynobj.cc: Likewise.
507         * dynobj.h: Likewise.
508         * ehframe.cc: Likewise.
509         * ehframe.h: Likewise.
510         * errors.cc: Likewise.
511         * expression.cc: Likewise.
512         * fileread.cc: Likewise.
513         * fileread.h: Likewise.
514         * freebsd.h: Likewise.
515         * i386.cc: Likewise.
516         * icf.cc: Likewise.
517         * incremental.h: Likewise.
518         * layout.cc: Likewise.
519         * layout.h: Likewise.
520         * mapfile.cc: Likewise.
521         * merge.cc: Likewise.
522         * merge.h: Likewise.
523         * object.cc: Likewise.
524         * object.h: Likewise.
525         * options.h: Likewise.
526         * output.cc: Likewise.
527         * output.h: Likewise.
528         * parameters.cc: Likewise.
529         * plugin.cc: Likewise.
530         * powerpc.cc: Likewise.
531         * reduced_debug_output.cc: Likewise.
532         * reduced_debug_output.h: Likewise.
533         * reloc.cc: Likewise.
534         * reloc.h: Likewise.
535         * resolve.cc: Likewise.
536         * script-sections.cc: Likewise.
537         * script.cc: Likewise.
538         * script.h: Likewise.
539         * sparc.cc: Likewise.
540         * symtab.cc: Likewise.
541         * symtab.h: Likewise.
542         * target-select.cc: Likewise.
543         * target-select.h: Likewise.
544         * token.h: Likewise.
545         * workqueue.cc: Likewise.
546         * workqueue.h: Likewise.
547         * x86_64.cc: Likewise.
548
549 2009-12-10  Doug Kwan  <dougkwan@google.com>
550
551         * arm.cc (attributes.h): New include.
552         (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
553         (Arm_relobj::~Arm_relobj): Delete object pointed by
554         attributes_section_data_.
555         (Arm_relobj::attributes_section_data): New method definition.
556         (Arm_relobj::attributes_section_data_): New data member declaration.
557         (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
558         (Arm_dynobj::~Arm_dynobj): Delete object pointed by
559         attributes_section_data_.
560         (Arm_dynobj::attributes_section_data): New method definition.
561         (Arm_dynobj::attributes_section_data_): New data member declaration.
562         (Target_arm::Target_arm): Initialize attributes_section_data_.  Change
563         initialization value of may_use_blx_ to false.
564         (Target_arm::using_thumb2, Target_arm::using_thumb_only,
565         Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
566         object attributes to compute results instead of hard-coding.
567         (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
568         Target_arm::get_secondary_compatible_arch,
569         Target_arm::set_secondary_compatible_arch
570         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
571         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
572         New method declarations.
573         (Target_arm::get_aeabi_object_attribute): New method definition.
574         (Target_arm::attributes_section_data_): New data member declaration.
575         (read_arm_attributes_section): New template definition.
576         (Arm_relobj::do_read_symbols): Read attributes section if it exists.
577         (Arm_dynobj::do_read_symbols): Ditto.
578         (Target_arm::do_finalize_sections): Merge attributes sections from
579         input.  Check for BLX use after attributes section merging.
580         Fix __exidx_start and __exidx_end visibility.  Create an
581         .ARM.attributes section if necessary.
582         (Target_arm::get_secondary_compatible_arch,
583         Target_arm::set_secondary_compatible_arch,
584         Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
585         Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
586         Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order): 
587         New method definitions.
588
589 2009-12-09  Ian Lance Taylor  <iant@google.com>
590
591         * plugin.cc (Plugin::load): Don't cast from void* to a function
592         pointer.
593
594 2009-12-09  Ian Lance Taylor  <iant@google.com>
595
596         * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
597         information fields.
598
599 2009-12-09  H.J. Lu  <hongjiu.lu@intel.com>
600
601         * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
602         Replace two_file_shared_1.so with two_file_shared_2.so.
603         * testsuite/Makefile.in: Regenerated.
604
605 2009-12-08  Doug Kwan  <dougkwan@google.com>
606
607         * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
608         (HFILES): Add attributes.h and int_encoding.h.
609         * Makefile.in: Regenerate.
610         * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
611         function definitions to int_encoding.cc
612         * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
613         prototypes to int_encoding.h
614         * reduced_debug_output.cc (int_encoding.h): New include.
615         (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
616         function definitions to int_encoding.cc
617         (insert_into_vector, read_from_pointer): Move template definitions to
618         int_encoding.h
619         * attributes.cc: New file.
620         * attributes.h: New file.
621         * int_encoding.cc: New file.
622         * int_encoding.h: New file.
623
624 2009-12-07  Rafael Avila de Espindola  <espindola@google.com>
625
626         PR gold/11055
627         * incremental-dump.cc (dump_incremental_inputs): New.
628         (main): Use dump_incremental_inputs.
629
630 2009-12-07  H.J. Lu  <hongjiu.lu@intel.com>
631
632         PR gold/10893
633         * i386.cc (Target_i386::Scan::globa): Use is_func instead of
634         checking elfcpp::STT_FUNC.
635         (Target_i386::Relocate::relocate): Likewise.
636         * x86_64.cc (Target_x86_64::Scan::global): Likewise.
637
638         * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
639         symbols from shared libraries into normal FUNC symbols.
640
641         * symtab.h (Symbol): Add is_func and use it.
642
643 2009-12-05  Doug Kwan  <dougkwan@google.com>
644
645         * arm.cc (Target_arm::arm_info): Initialize new fields
646         attributes_section and attributes_vendor.
647         * i386.cc (Target_i386::i386_info): Same.
648         * object.cc (Sized_relobj::do_layout): Skip attribute section.
649         * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
650         fields attributes_section and attributes_vendor.
651         * sparc.cc (Target_sparc::sparc_info): Same.
652         * target.h (Target::attributes_section, Target::attributes_vendor,
653         Target::is_attributes_section, Target::attribute_arg_type,
654         Target::attributes_order): New method definitions.
655         (Target::Target_info::attributes_section,
656         Target::Target_info::attributes_vendor): New fields.
657         (Target::do_attribute_arg_type, Target::do_attributes_order): New
658         virtual method definitions.
659         * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
660         attributes_section and attributes_vendor.
661         * testsuite/testfile.cc (Target_test::test_target_info): Same.
662
663 2009-12-05  Doug Kwan  <dougkwan@google.com>
664
665         * arm.cc: Update comments about interworking and stub generation.
666         (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
667         considered as non-PIC.
668         (Arm_relocate_functions::base_abs): Fix formatting.
669         (Arm_relocate_functions::got_prel): Fix comment.  Change interface
670         of function to use GOT entry address instead of offset.
671         (Target_arm::Scan::global): Issue an error if a symbol would need a
672         PLT does not get one because it is untyped.  Remove code to create
673         dynamic symbols for relative branches.
674         (Target_arm::Relocate::relocate: Use 0 instead of false since function
675         takes unsigned integer instead of boolean.
676
677 2009-12-05  H.J. Lu  <hongjiu.lu@intel.com>
678
679         * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
680         (two_file_test_LDADD): Likewise.
681         (common_test_1_LDADD): Likewise.
682         (exception_test_LDADD) Likewise.
683         (weak_test_LDADD): Likewise.
684         (many_sections_test_LDADD): Likewise.
685         (initpri1_LDADD): Likewise.
686         (script_test_1_LDADD): Likewise.
687         (script_test_2_LDADD): Likewise.
688         (justsyms_LDADD): Likewise.
689         (binary_test_LDADD): Likewise.
690         (large_LDADD): Likewise.
691         * testsuite/Makefile.in: Regenerated.
692
693 2009-12-04  H.J. Lu  <hongjiu.lu@intel.com>
694
695         * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
696         (Symbol_table::override_with_special): Likewise.
697         (Symbol_table::add_from_object): Likewise.
698
699 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
700
701         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
702         Don't set the data_offset twice.
703
704 2009-12-04  Rafael Avila de Espindola  <espindola@google.com>
705
706         * testsuite/Makefile.in: Regenerate.
707
708 2009-12-03  Doug Kwan  <dougkwan@google.com>
709
710         * arm.cc: Remove comment about missing .ARM.exidx section symbols.
711         (Target_arm::do_finalize_sections): Add parameter for symbol table
712         pointer.  Add __exidx_start and __exidx_end symbols as appropriate.
713         * i386.cc (Target_i386::do_finalize_sections): Add an additional
714         parameter for symbol table pointer.
715         * layout.cc (Layout::finalize): Call Target::finalize_sections with
716         an additional parameter for a pointer to symbol table.
717         * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
718         parameter for a symbol table pointer.
719         * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
720         * target.h (Target::finalize_sections, Target::do_finalize_sections):
721         Ditto.
722         * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
723         parameter for a symbol table pointer.
724
725 2009-12-03  Rafael Avila de Espindola  <espindola@google.com>
726
727         * incremental.cc (Incremental_inputs_header)
728         (Incremental_inputs_header_write, Incremental_inputs_entry)
729         (Incremental_inputs_entry_write): Move ...
730         * incremental.h (Incremental_inputs_header)
731         (Incremental_inputs_header_write, Incremental_inputs_entry)
732         (Incremental_inputs_entry_write): here.
733
734 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
735
736         * incremental.cc (make_sized_incremental_binary): Set the target.
737         Error if it is incompatible.
738         * output.h (Output_file): Add filename method.
739
740 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
741
742         * incremental.cc (Incremental_inputs_entry): Remove unused argument
743         from the get_* methods.
744
745 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
746
747         * incremental-dump.cc (main): Check that the offeset of a script is 0.
748         * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
749         Write 0 for the data_offset of scripts.
750
751 2009-12-02  Rafael Avila de Espindola  <espindola@google.com>
752
753         * testsuite/Makefile.am: Add the incremental_test.sh test.
754         * testsuite/incremental_test.sh: New.
755         * testsuite/incremental_test_1.c: New.
756         * testsuite/incremental_test_2.c: New.
757
758 2009-12-01  Rafael Avila de Espindola  <espindola@google.com>
759
760        * incremental-dump.cc (main): Fix typos.
761
762 2009-11-27  Rafael Avila de Espindola  <espindola@google.com>
763
764         PR gold/11025
765         * incremental-dump.cc (main): Use llu to print 64 bit values.
766
767 2009-11-26  Per Ã˜yvind Karlsen <peroyvind@mandriva.org>
768             H.J. Lu  <hongjiu.lu@intel.com>
769
770         * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
771         $(LIBDL).
772         (incremental_dump_LDADD): Likewise.
773         * Makefile.in: Regenerated.
774
775 2009-11-25  Doug Kwan  <dougkwan@google.com>
776         
777         Revert:
778
779         2009-11-25  Doug Kwan  <dougkwan@google.com>
780
781                 * arm.cc (Target_arm::Target_arm): Move method definition
782                 outside of class definition.  Add code to handle
783                 --target1-rel, --target1-abs and --target2= options.
784                 (Target_arm::get_reloc_reloc_type): Change method to be
785                 non-static and const.
786                 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
787                 New data member declaration.
788                 (Target_arm::Scan::local, Target_arm::Scan::global,
789                 Target_arm::Relocate::relocate,
790                 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
791                 Adjust call to Target_arm::get_real_reloc_type.
792                 (Target_arm::get_real_reloc_type): Use command line options
793                 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
794                 * options.h (--target1-rel, --target1-abs, --target2): New
795                 ARM-only options.
796
797 2009-11-25  Doug Kwan  <dougkwan@google.com>
798
799         * arm.cc (Target_arm::Target_arm): Move method definition outside of
800         class definition.  Add code to handle --target1-rel, --target1-abs
801         and --target2= options.
802         (Target_arm::get_reloc_reloc_type): Change method to be non-static
803         and const.
804         (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
805         member declaration.
806         (Target_arm::Scan::local, Target_arm::Scan::global,
807         Target_arm::Relocate::relocate,
808         Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
809         call to Target_arm::get_real_reloc_type.
810         (Target_arm::get_real_reloc_type): Use command line options to
811         determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
812         * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
813         options.
814
815 2009-11-25  Doug Kwan  <dougkwan@google.com>
816
817         * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
818         (Arm_relocate_functions::thumb_branch_common): New metod declaration.
819         (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
820         formatting.
821         (Arm_relocate_functions::thm_call): Replace body with a call to
822         Arm_relocate_functions::thumb_branch_common.
823         (Arm_relocate_functions::thm_jump24,
824         Arm_relocate_functions::thm_xpc22): New method definitions.
825         (Arm_relocate_functions::thumb_branch_common): New method definition.
826         (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
827         operator.
828         (Target_arm::Relocate::relocate): Adjust call to thm_call.
829         Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
830
831 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
832
833         * Makefile.am: Build incremental-dump
834         * Makefile.in: Regenerate.
835         * incremental-dump.cc: New.
836         * incremental.cc (Incremental_inputs_header_data,
837         Incremental_inputs_entry_data): Move to incremental.h
838         * incremental.h: (Incremental_inputs_header_data,
839         Incremental_inputs_entry_data): Move from incremental.cc
840
841 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
842
843         * incremental.cc (Incremental_inputs_header,
844         Incremental_inputs_header_write, Incremental_inputs_entry,
845         Incremental_inputs_entry_write): Add a typedef with the data type.
846
847 2009-11-24  Rafael Avila de Espindola  <espindola@google.com>
848
849         * incremental.cc (Incremental_inputs_header,
850         Incremental_inputs_header_write, Incremental_inputs_entry,
851         Incremental_inputs_entry_write): Update comment about which
852         type has the filed descriptions.
853
854 2009-11-15  Doug Kwan  <dougkwan@google.com>
855
856         * arm.cc (Target_arm::may_use_arm_nop): New method definition.
857         (Arm_relocate_functions::arm_branch_common): Change method defintion
858         in class definition to a method declaration and update list of formal
859         parameters.
860         (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
861         Arm_relocation_functions::jump24): Adjust call to
862         Arm_relocate_functions::arm_branch_common.  Update list of formal
863         parameters.
864         (Arm_relocate_functions::xpc25): New method definition.
865         (Arm_relocate_functions::arm_branch_common): Move method defintion
866         out from class definition.  Use stubs for mode-switching and extending
867         branch ranges.
868         (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
869         specially.  Change code to enable use of stubs in ARM branches.
870
871 2009-11-10  Doug Kwan  <dougkwan@google.com>
872
873         * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
874         in method declaration.
875         (Target_arm::relocate_stub): New method declaration.
876         (Target_arm::default_target): Change to return a pointer instead of
877         a const reference.
878         (Reloc_stub::stub_type_for_reloc): Adjust for the change in
879         Target_arm::default_target.
880         (Arm_Relobj::do_relocate_sections): Remove options paramater in
881         method definition.
882         (Target_arm::relocate_section): Adjust view.
883         (Target_arm::relocate_stub): New method definition.
884
885 2009-11-10  Doug Kwan  <dougkwan@google.com>
886
887         * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
888         a format warning.
889         * incremental.cc (open_incremental_binary): Initialized local
890         variables to avoid warnings.
891         * object.cc (make_elf_object): Ditto.
892         * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
893         a format warning.
894  
895 009-11-09  H.J. Lu  <hongjiu.lu@intel.com>
896
897         PR gold/10930
898         * testsuite/plugin_test.c: Include "config.h".
899
900 2009-11-09  Doug Kwan  <dougkwan@google.com>
901
902         * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
903         (arm_symbol_value): Remove.
904         (Arm_relocate_functions::arm_branch_common,
905         Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
906         Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
907         Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
908         Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
909         Arm_relocate_functions::call, Arm_relocate_functions::jump24,
910         Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
911         Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
912         Arm_relocate_functions::thm_mobw_abs_nc,
913         Arm_relocate_functions::thm_mov_abs,
914         Arm_relocate_functions::movw_prel_nc,
915         Arm_relocate_functions::thm_movt_abs,
916         Arm_relocate_functions::movt_prel,
917         Arm_relocate_functions::thm_movw_prel_nc,
918         Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
919         (Target_arm::Relocate::relocate): Only decompose address into two
920         parts if relocation type uses the thumb-bit and pass the actual
921         bit instead of a flag indicating that the thumb-bit is used.  Adjust
922         calls to methods in Arm_relocate_functions for this change.
923
924 2009-11-08  Ian Lance Taylor  <iant@google.com>
925
926         PR 10925
927         * reloc.cc: Instantiate
928         Sized_relobj::initialize_input_to_output_maps and
929         Sized_relobj:free_input_to_output_maps.
930
931 2009-11-06  Ian Lance Taylor  <iant@google.com>
932
933         PR 10876
934         * defstd.cc (in_segment): Set only_if_ref true for "end".
935
936 2009-11-06  Doug Kwan  <dougkwan@google.com>
937
938         * arm.cc (class Reloc_stub): Correct a comment.
939         (Target_arm::Target_arm): Initialize arm_input_section_map_.
940         (Target_arm::scan_section_for_stubs): New method declaration.
941         (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
942         Change methods from private to protected.
943         (Target_arm::do_may_relax): New method definition.
944         (Target_arm::do_relax, Target_arm::group_sections,
945         Target_arm::scan_reloc_for_stub,
946         Target_arm::scan_reloc_section_for_stubs): New method declarations.
947         (Target_arm::arm_input_section_map_): New data member declaration.
948         (Target_arm::scan_reloc_for_stub,
949         Target_arm::scan_reloc_section_for_stubs,
950         Target_arm::scan_section_for_stubs, Target_arm::group_sections,
951         Target_arm::do_relax): New method definitions.
952
953 2009-11-06  Mikolaj Zalewski  <mikolaj@google.com>
954
955         * configure.ac: Check for (struct stat)::st_mtim
956         * fileread.cc (File_read::get_mtime): Use st_mtim if available.
957         * config.in: Regenerate.
958         * configure: Regenerate.
959
960 2009-11-05  Ian Lance Taylor  <iant@google.com>
961
962         PR 10910
963         * output.cc (Output_segment::add_output_section): Add missing
964         return statement.
965
966 2009-11-04  Ian Lance Taylor  <iant@google.com>
967
968         PR 10880
969         * object.h (class Object): Add is_needed and set_is_needed
970         methods.  Add is_needed_ field.  Make bool fields into bitfields.
971         * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
972         defined in a dynamic object and referenced by a regular object,
973         set is_needed for the dynamic object.
974         * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
975         if the file is marked with as_needed and it is not needed.
976
977 2009-11-04  Ian Lance Taylor  <iant@google.com>
978
979         PR 10887
980         * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
981         tags if data is discarded by linker script.
982         * i386.cc (Target_i386::do_finalize_sections): Likewise.
983         * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
984         * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
985         * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
986
987 2009-11-04  Ian Lance Taylor  <iant@google.com>
988
989         * layout.cc (Layout::get_output_section): Add is_interp and
990         is_dynamic_linker_section parameters.  Change all callers.
991         (Layout::choose_output_section): Likewise.
992         (Layout::make_output_section): Likewise.
993         (Layout::add_output_section_data): Add is_dynamic_linker_section
994         parameter.  Change all callers.
995         * layout.h (class Layout): Update declarations.
996         * output.h (class Output_section): Add is_interp, set_is_interp,
997         is_dynamic_linker_section, set_is_dynamic_linker_section methods.
998         Add is_interp_, is_dynamic_linker_section_ fields.  Change
999         generate_code_fills_at_write_ to a bitfield.
1000         * output.cc (Output_section::Output_sections): Initialize new
1001         fields.
1002         (Output_segment::add_output_section): Add do_sort parameter.
1003         Change all callers.
1004
1005 2009-11-03  Ian Lance Taylor  <iant@google.com>
1006
1007         PR 10860
1008         * options.h (class General_options): Add --warn-common.
1009         * resolve.cc (Symbol_table::resolve): Handle --warn-common when
1010         merging two common symbols.
1011         (Symbol_table::should_override): Handle --warn-common when merging
1012         a common symbol with a defined symbol.  Use report_resolve_problem
1013         for multiple definitions.
1014         (Symbol_table::report_resolve_problem): New function.
1015         * symtab.h (class Symbol_table): Declare report_resolve_problem.
1016
1017 2009-11-03  Doug Kwan  <dougkwan@google.com>
1018
1019         * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
1020         stub_factory_.
1021         (Target_arm::stub_factory): New method definition.
1022         (Target_arm::new_arm_input_section,
1023         Target_arm::find_arm_input_section, Target_arm::new_stub_table,
1024         Target_arm::reloc_uses_thumb_bit): New method declarations.
1025         (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map): 
1026         New type definitions.
1027         (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
1028         member declarations.
1029         (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
1030         Target_arm::find_arm_input_section, Target_arm::new_stub_table):
1031         New method definitions.
1032
1033 2009-11-03  Ian Lance Taylor  <iant@google.com>
1034
1035         * options.h (class General_options): Add --warn_constructors.
1036
1037 2009-11-03  Ian Lance Taylor  <iant@google.com>
1038
1039         PR 10893
1040         * defstd.cc (in_section): Add entries for __rel_iplt_start,
1041         __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
1042
1043 2009-11-03  Ian Lance Taylor  <iant@google.com>
1044
1045         PR 10895
1046         * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
1047         --msgid-bugs-address.
1048         (install-pdf): New target.
1049         (install-data_yes): Look up one directory to find mkinstalldirs.
1050
1051 2009-11-03  H.J. Lu  <hongjiu.lu@intel.com>
1052
1053         * po/Make-in (.po.gmo): Don't generate .gmo files in source
1054         tree.
1055
1056 2009-10-30  Doug Kwan  <dougkwan@google.com>
1057
1058         * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
1059
1060 2009-10-30  Doug Kwan  <dougkwan@google.com>
1061
1062         * arm.cc (Stub_addend_reader): New struct template definition
1063         and partial specializations.
1064         (Stub_addend_reader::operator()): New method definition for a
1065         partially specialized template.
1066
1067 2009-10-30  Doug Kwan  <dougkwan@google.com>
1068
1069         * arm.cc (Arm_relobj::processor_specific_flags): New method
1070         definition.
1071         (Arm_relobj::do_read_symbols): New method declaration.
1072         (Arm_relobj::processor_specific_flags_): New data member declaration.
1073         (Arm_dynobj): New class definition.
1074         (Target_arm::do_finalize_sections): Add input_objects parameter.
1075         (Target_arm::do_adjust_elf_header): New method declaration.
1076         (Target_arm::are_eabi_versions_compatible,
1077         (Target_arm::merge_processor_specific_flags): New method declaration.
1078         (Target_arm::do_make_elf_object): New overloaded method definitions
1079         and declaration.
1080         (Arm_relobj::do_read_symbols): New method definition.
1081         (Arm_dynobj::do_read_symbols): Ditto.
1082         (Target_arm::do_finalize_sections): Add input_objects parameters.
1083         Merge processor-specific flags from all input objects.
1084         (Target_arm::are_eabi_versions_compatible,
1085         Target_arm::merge_processor_specific_flags,
1086         Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
1087         New method definitions.
1088         * i386.cc (Target_i386::do_finalize_sections): Add unnamed
1089         Input_objects pointer type parameter.
1090         * layout.cc (Layout::finalize): Pass input objects to target's.
1091         finalize_sections function.
1092         * output.cc (Output_file_header::do_sized_write): Set ELF file
1093         header's processor-specific flags.
1094         * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
1095         Input_objects pointer type parameter.
1096         * sparc.cc (Target_sparc::do_finalize_sections): Same.
1097         * target.h (Input_objects): New forward class declaration.
1098         (Target::processor_specific_flags,
1099         Target::are_processor_specific_flags_sect): New method definitions.
1100         (Target::finalize_sections): Add input_objects parameter.
1101         (Target::Target): Initialize processor_specific_flags_ and
1102         are_processor_specific_flags_set_.
1103         (Target::do_finalize_sections): Add unnamed Input_objects pointer type
1104         parameter.
1105         (Target::set_processor_specific_flags): New method definition.
1106         (Target::processor_specific_flags_,
1107         Target::are_processor_specific_flags_set_): New data member
1108         declarations.
1109         * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
1110         Input_objects pointer type parameter.
1111
1112 2009-10-30  Doug Kwan  <dougkwan@google.com>
1113
1114         * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
1115
1116 2009-10-28  Ian Lance Taylor  <iant@google.com>
1117
1118         * object.h (class Relobj): Drop options parameter from
1119         gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
1120         do_scan_relocs, do_relocate.  Change all callers.
1121         (class Sized_relobj): Drop options parameters from
1122         do_gc_process_relocs, do_scan_relocs, do_relocate,
1123         do_relocate_sections, relocate_sections, emit_relocs_scan,
1124         emit_relocs_scan_reltype.  Change all callers.
1125         (struct Relocate_info): Remove options field and all references to
1126         it.
1127         * reloc.h (class Read_relocs): Remove options constructor
1128         parameter and options_ field.  Change all callers.
1129         (class Gc_process_relocs, class Scan_relocs): Likewise.
1130         (class Relocate_task): Likewise.
1131         * target-reloc.h (scan_relocs): Remove options parameter.  Change
1132         all callers.
1133         (scan_relocatable_relocs): Likewise.
1134         * target.h (class Sized_target): Remove options parameter from
1135         gc_process_relocs, scan_relocs, scan_relocatable_relocs.  Change
1136         all callers.
1137         * gc.h (gc_process_relocs): Remove options parameter.  Change all
1138         callers.
1139         * arm.cc: Update functions to remove options parameters.
1140         * i386.cc: Likewise.
1141         * powerpc.cc: Likewise.
1142         * sparc.cc: Likewise.
1143         * x86_64.cc: Likewise.
1144         * testsuite/testfile.cc: Likewise.
1145
1146 2009-10-28  Doug Kwan  <dougkwan@google.com>
1147
1148         * arm.cc (Arm_relobj): New class definition.
1149         (Arm_relobj::scan_sections_for_stubs, 
1150         Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
1151         New method definitions.
1152
1153 2009-10-28  Cary Coutant  <ccoutant@google.com>
1154
1155         * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
1156         (Plugin::cleanup_done_): New member.
1157         (Plugin_manager::Plugin_manager): Remove cleanup_done_.
1158         (Plugin_manager::cleanup_done_): Remove.
1159         (Plugin_manager::add_input_file): Edit error message.
1160         * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
1161         (Plugin_manager::cleanup): Remove use of cleanup_done_.
1162
1163 2009-10-27  Mikolaj Zalewski  <mikolajz@google.com>
1164
1165         * fileread.cc: (File_read::View::~View): Use the new
1166         data_ownership_ filed.
1167         (File_read::~File_read): Dispose the new whole_file_view_.
1168         (File_read::open): Mmap the whole file if needed.
1169         (File_read::open): Use whole_file_view_ instead of contents_.
1170         (File_read::find_view): Use whole_file_view_ if applicable.
1171         (File_read::do_read): Use whole_file_view_ instead of contents_.
1172         (File_read::make_view): Use whole_file_view_ instead of contents_,
1173         update File_read::View::View call.
1174         (File_read::find_or_make_view): Update File_read::View::View
1175         call.
1176         * fileread.h: (File_read::File_read): Initialize whole_file_view_,
1177         remove contents_
1178         (File_read::View::Data_ownership): New enum.
1179         (File_read::View::View): Replace bool mapped_ with Data_ownership
1180         argument.
1181         (File_read::View::mapped_): Remove (replaced by data_ownership_).
1182         (File_read::View::data_ownership_): New field.
1183         (File_read::contents_): Remove (replaced by whole_file_view_).
1184         (File_read::whole_file_view_): New field.
1185         * options.h (class General_options): Add --keep-files-mapped.
1186
1187 2009-10-27  Cary Coutant  <ccoutant@google.com>
1188
1189         * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
1190         * testsuite/Makefile.am (plugin_test_5): New test case.
1191         * testsuite/Makefile.in: Regenerate.
1192
1193 2009-10-25  Doug Kwan  <dougkwan@google.com>
1194
1195         * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
1196         from private to protected to allow access by child class.
1197         (Sized_relobj::do_relocate_sections): New method declaration.
1198         (Sized_relobj::relocate_sections): Virtualize.
1199         * reloc.cc (Sized_relobj::do_relocate_sections): Rename from 
1200         Sized_relobj::relocate_sections.  Instantiate template explicitly
1201         for different target sizes and endianity.
1202
1203 2009-10-24  Doug Kwan  <dougkwan@google.com>
1204
1205         * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
1206         (Arm_input_section::as_arm_input_section): New method.
1207         (Arm_output_section): New class definition.
1208         (Arm_output_section::create_stub_group,
1209         Arm_output_section::group_sections): New method definitions.
1210
1211 2009-10-22  Doug Kwan  <dougkwan@google.com>
1212
1213         * arm.cc (Arm_input_section): New class definition.
1214         (Arm_input_section::init, Arm_input_section:do_write,
1215         Arm_input_section::set_final_data_size,
1216         Arm_input_section::do_reset_address_and_file_offset): New method
1217         definitions.
1218
1219 2009-10-21  Doug Kwan  <dougkwan@google.com>
1220
1221         * arm.cc (Stub_table, Arm_input_section): New forward class
1222         declarations.
1223         (Stub_table): New class defintion.
1224         (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
1225         Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
1226         New method definition.
1227
1228 2009-10-21  Doug Kwan  <dougkwan@google.com>
1229
1230         * arm.cc: Update copyright comments.
1231         (Target_arm): New forward class template declaration.
1232         (Arm_address): New type.
1233         (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
1234         THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
1235         THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
1236         constants.
1237         (Insn_template): Same.
1238         (DEF_STUBS): New macro.
1239         (Stub_type): New enum type.
1240         (Stub_template): New class definition.
1241         (Stub): Same.
1242         (Reloc_stub): Same.
1243         (Stub_factory): Same.
1244         (Target_arm::Target_arm): Initialize may_use_blx_ and
1245         should_force_pic_veneer_.
1246         (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
1247         Target_arm::should_force_pic_veneer,
1248         Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
1249         Target_arm::using_thumb_only, Target_arm:;default_target): New
1250         method defintions.
1251         (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
1252         New data member declarations.
1253         (Insn_template::size, Insn_template::alignment): New method defintions.
1254         (Stub_template::Stub_template): New method definition.
1255         (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
1256         Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
1257         (Stub_factory::Stub_factory): New method definition.
1258         * gold.h (string_hash): New template.
1259         * output.h (Input_section_specifier::hash_value): Use
1260         gold::string_hash.
1261         (Input_section_specifier::string_hash): Remove.
1262         * stringpool.cc (Stringpool_template::string_hash): Use
1263         gold::string_hash.
1264
1265 2009-10-20  Doug Kwan  <dougkwan@google.com>
1266
1267         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
1268         symbols of relaxed input sections.
1269         * output.h (Output_section::find_relaxed_input_section): Make
1270         method public.
1271
1272 2009-10-16  Doug Kwan  <dougkwan@google.com>
1273
1274         * dynobj.cc (Versions::Versions): Initialize version_script_.
1275         Only insert base version symbol definition for a shared object
1276         if version script defines any version versions.
1277         (Versions::define_base_version): New method definition.
1278         (Versions::add_def): Check that base version is not needed.
1279         (Versions::add_need): Define base version lazily.
1280         * dynobj.h (Versions::define_base_version): New method declaration.
1281         (Versions::needs_base_version_): New data member declaration.
1282         * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
1283         (check_DATA): Add no_version_test.stdout.
1284         (libno_version_test.so, no_version_test.o no_version_test.stdout):
1285         New make rules.
1286         * testsuite/Makefile.in: Regenerate.
1287         * testsuite/no_version_test.c: New file.
1288         * testsuite/no_version_test.sh: Ditto.
1289
1290 2009-10-16  Doug Kwan  <dougkwan@google.com>
1291
1292         * expression.cc (class Segment_start_expression): New class definition.
1293         (Segment_start_expression::value): New method definition.
1294         (script_exp_function_segment_start): Return a new
1295         Segment_start_expression.
1296         * gold/script-c.h (script_saw_segment_start_expression): New function
1297         prototype.
1298         * script-sections.cc (Script_sections::Script_sections): Initialize
1299         SAW_SEGMENT_START_EXPRESSION_ to false.
1300         (Script_sections::set_section_addresses): Use -Ttext, -Tdata
1301         and -Tbbs options to specify section addresses if given in
1302         command line and no SEGMENT_START expression is seen in a script.
1303         * script-sections.h (Script_sections::saw_segment_start_expression,
1304         Script_sections::set_saw_segment_start_expression): New method
1305         definition.
1306         (Script_sections::saw_segment_start_expression_): New data member
1307         declaration.
1308         * script.cc (script_saw_segment_start_expression): New function.
1309         * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
1310         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
1311         script_test_7.sh and script_test_8.sh.
1312         (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
1313         script_test_8.stdout.
1314         (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
1315         (script_test_6, script_test_6.stdout, script_test_7,
1316         script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
1317         * Makefile.in: Regenerate.
1318         * testsuite/script_test_6.sh: New file.
1319         * testsuite/script_test_6.t: Same.
1320         * testsuite/script_test_7.sh: Same.
1321         * testsuite/script_test_7.t: Same.
1322         * testsuite/script_test_8.sh: Same.
1323
1324 2009-10-16  Doug Kwan  <dougkwan@google.com>
1325
1326         * output.cc (Output_segment::set_section_list_address): Cast
1327         expressions to unsigned long long type to avoid format warnings.
1328
1329 2009-10-15  Ian Lance Taylor  <iant@google.com>
1330
1331         * script.cc (Script_options::add_symbol_assignment): Always add a
1332         dot assignment to script_sections_.
1333         * script-sections.cc (Script_sections::add_dot_assignment):
1334         Initialize if necessary.
1335
1336         * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
1337         program headers with no load segment if there is a linker script.
1338
1339         * layout.cc (Layout::set_segment_offsets): Align the file offset
1340         to the segment aligment for -N or -n with no load segment.
1341         * output.cc (Output_segment::add_output_section): Don't crash if
1342         the first section is a TLS section.
1343         (Output_segment::set_section_list_addresses): Print an error
1344         message if the address moves backward in a linker script.
1345         * script-sections.cc
1346         (Output_section_element_input::set_section_addresses): Don't
1347         increase *dot_value for a SHF_TLS/SHT_NOBITS section.
1348         (Orphan_output_section::set_section_addresses): Likewise.
1349
1350 2009-10-15  Doug Kwan  <dougkwan@google.com>
1351
1352         * layout.cc (Layout::finish_dynamic_section): Generate tags
1353         DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
1354         DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
1355         used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
1356
1357 2009-10-14  Ian Lance Taylor  <iant@google.com>
1358
1359         * object.h (class Relocate_info): Add reloc_shdr and data_shdr
1360         fields.
1361         * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
1362         data_shdr fields of relinfo.
1363         * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
1364         (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo.  For
1365         R_386_TLS_LDO_32, adjust based on section flags.
1366         (Target_i386::Relocate::fix_up_ldo): Remove.
1367
1368 2009-10-13  Ian Lance Taylor  <iant@google.com>
1369
1370         Add support for -pie.
1371         * options.h (class General_options): Add -pie and
1372         --pic-executable.
1373         (General_options::output_is_position_independent): Test -pie.
1374         (General_options::output_is_executable): Return true if not shared
1375         and not relocatable.
1376         (General_options::output_is_pie): Remove.
1377         * options.cc (General_options::finalize): Reject incompatible uses
1378         of -pie.
1379         * gold.cc (queue_middle_tasks): A -pie link is not static.
1380         * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
1381         * symtab.cc (Symbol::final_value_is_known): Return false if
1382         output_is_position_independent.
1383         * layout.cc (Layout::set_segment_offsets): Start at address 0 if
1384         output_is_position_independent.
1385         * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
1386         output_is_position_independent.
1387         * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
1388         output_is_position_independent.
1389         * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
1390         two_file_pie_test.
1391         (basic_pie_test.o, basic_pie_test): New targets.
1392         (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
1393         (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
1394         (two_file_pie_test): New target.
1395         * testsuite/Makefile.in: Rebuild.
1396         * README: Remove note saying that -pie is not supported.
1397
1398 2009-10-13  Bernhard Reutner-Fischer  <aldot@gcc.gnu.org>
1399
1400         * options.h (class General_options): Add -init and -fini.
1401         * layout.cc (Layout::finish_dynamic_section): Emit
1402         given init and fini functions.
1403
1404 2009-10-13  Sriraman Tallam  <tmsriram@google.com>
1405
1406         * gc.h (gc_process_relocs): Check if icf is enabled using new
1407         function.
1408         * gold.cc (queue_initial_tasks): Likewise.
1409         (queue_middle_tasks): Likewise.
1410         * object.cc (do_layout): Likewise.
1411         * symtab.cc (is_section_folded): Likewise.
1412         * main.cc (main): Likewise.
1413         * reloc.cc (Read_relocs::run): Likewise.
1414         (Sized_relobj::do_scan_relocs): Likewise.
1415         * icf.cc (is_function_ctor_or_dtor): New function.
1416         (Icf::find_identical_sections): Check if function is ctor or dtor when
1417         safe icf is chosen.
1418         * options.h (General_options::icf): Change option to be an enum.
1419         (Icf_status): New enum.
1420         (icf_enabled): New method.
1421         (icf_safe_folding): New method.
1422         (set_icf_status): New method.
1423         (icf_status_): New variable.
1424         * (options.cc) (General_options::finalize): Set icf_status_.
1425         * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
1426         icf_test and icf_keep_unique_test to use the --icf enum flag.
1427         * testsuite/icf_safe_test.sh: New file.
1428         * testsuite/icf_safe_test.cc: New file. 
1429
1430 2009-10-12  Sriraman Tallam  <tmsriram@google.com>
1431
1432         * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
1433         includes to gc.h and icf.h.
1434         * arm.cc: Include gc.h.
1435         * gold.cc: Likewise.
1436         * i386.cc: Likewise.
1437         * powerpc.cc: Likewise.
1438         * sparc.cc: Likewise.
1439         * x86_64.cc: Likewise.
1440         * gc.h: Include icf.h.
1441
1442 2009-10-11  Ian Lance Taylor  <iant@google.com>
1443
1444         * plugin.cc: Include "gold.h" before other header files.
1445
1446 2009-10-10  Chris Demetriou  <cgd@google.com>
1447
1448         * options.h (Input_file_argument::Input_file_type): New enum.
1449         (Input_file_argument::is_lib_): Replace with...
1450         (Input_file_argument::type_): New member.
1451         (Input_file_argument::Input_file_argument): Take Input_file_type
1452         'type' rather than boolean 'is_lib' as second argument.
1453         (Input_file_argument::is_lib): Use type_.
1454         (Input_file_argument::is_searched_file): New function.
1455         (Input_file_argument::may_need_search): Handle is_searched_file.
1456         * options.cc (General_options::parse_library): Support -l:filename.
1457         (General_options::parse_just_symbols): Update for Input_file_argument
1458         changes.
1459         (Command_line::process): Likewise.
1460         * archive.cc (Archive::get_file_and_offset): Likewise.
1461         * plugin.cc (Plugin_manager::release_input_file): Likewise.
1462         * script.cc (read_script_file, script_add_file): Likewise.
1463         * fileread.cc (Input_file::Input_file): Likewise.
1464         (Input_file::will_search_for): Handle is_searched_file.
1465         (Input_file::open): Likewise.
1466         * readsyms.cc (Read_symbols::get_name): Likewise.
1467         * testsuite/Makefile.am (searched_file_test): New test.
1468         * testsuite/Makefile.in: Regenerate.
1469         * testsuite/searched_file_test.cc: New file.
1470         * testsuite/searched_file_test_lib.cc: New file.
1471
1472 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1473             Ian Lance Taylor  <iant@google.com>
1474
1475         * descriptor.cc: Include <cstdio> and "binary-io.h".
1476         (Descriptors::open): Open the files in binary mode always.
1477         * script.cc (Lex::get_token): Treat \r as whitespace.
1478
1479 2009-10-09  Ian Lance Taylor  <iant@google.com>
1480
1481         * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
1482
1483 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1484             Ian Lance Taylor  <iant@google.com>
1485
1486         * configure.ac: Check for readv function also.
1487         * fileread.cc (readv): Define if not HAVE_READV.
1488         * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
1489         does not exist.
1490         * config.in: Regenerate.
1491         * configure: Regenerate.
1492
1493 2009-10-09  Doug Kwan  <dougkwan@google.com>
1494
1495         * layout.cc (Layout::make_output_section): Call target hook to make
1496         ordinary output section.
1497         (Layout::finalize): Adjust parameter list of call the
1498         Target::may_relax().
1499         * layout.h (class Layout::section_list): New method.
1500         * merge.h (Output_merge_base::entsize): Change visibility to public.
1501         (Output_merge_base::is_string, Output_merge_base::do_is_string):
1502         New methods.
1503         (Output_merge_string::do_is_string): New method.
1504         * object.cc (Sized_relobj::do_setup): renamed from
1505         Sized_relobj::set_up.
1506         * object.h (Sized_relobj::adjust_shndx,
1507         Sized_relobj::initializ_input_to_output_maps,
1508         Sized_relobj::free_input_to_output_maps): Change visibilities to
1509         protected.
1510         (Sized_relobj::setup): Virtualize.
1511         (Sized_relobj::do_setup): New method declaration.
1512         (Sized_relobj::invalidate_section_offset,
1513         Sized_relobj::do_invalidate_section_offset): New method decfinitions.
1514         (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
1515         * options.cc (parse_int): New function.
1516         * options.h (parse_int): New declaration.
1517         (DEFINE_int): New macro.
1518         (stub_group_size): New option.
1519         * output.cc (Output_section::Output_section): Initialize memebers
1520         merge_section_map_, merge_section_by_properties_map_,
1521         relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
1522         (Output_section::add_input_section): Handled deferred code-fill
1523         generation and remove an old comment.
1524         (Output_section::add_relaxed_input_section): New method definition.
1525         (Output_section::add_merge_input_section): Use merge section by
1526         properties map to speed to search.  Update merge section maps
1527         as appropriate.
1528         (Output_section::build_relaxation_map): New method definition.
1529         (Output_section::convert_input_sections_in_list_to_relaxed_sections):
1530         Same.
1531         (Output_section::relax_input_section): Renamed to
1532         Output_section::convert_input_sections_to_relaxed_sections and change
1533         interface to take a vector of pointers to relaxed sections.
1534         (Output_section::find_merge_section,
1535         Output_section::find_relaxed_input_section): New method definitions.
1536         (Output_section::is_input_address_mapped,
1537         Output_section::output_offset, Output_section::output_address):
1538         Use output section data maps to speed up searching.
1539         (Output_section::find_starting_output_address): Add comments.
1540         (Output_section::do_write,
1541         Output_section::write_to_postprocessing_buffer): Do code-fill
1542         generation as appropriate.
1543         (Output_section::get_input_sections): Invalidate relaxed input section
1544         map.
1545         (Output_section::restore_states): Adjust type of checkpoint .
1546         Invalidate relaxed input section map.
1547         * output.h (Output_merge_base): New class declaration.
1548         (Input_section_specifier): New class defintion.
1549         (class Output_relaxed_input_section) Change base class to
1550         Output_section_data_build.
1551         (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
1552         base class initializer.
1553         (Output_section::add_relaxed_input_section): New method declaration.
1554         (Output_section::Input_section): Change visibility to protected.
1555         (Output_section::Input_section::relobj,
1556         Output_section::Input_section::shndx): Handle relaxed input sections.
1557         Output_section::input_sections) Change visibility to protected.  Also
1558         define overload to return a non-const pointer.
1559         (Output_section::Merge_section_properties): New class defintion.
1560         (Output_section::Merge_section_by_properties_map,
1561         Output_section::Output_section_data_by_input_section_map,
1562         Output_section::Relaxation_map): New types.
1563         (Output_section::relax_input_section): Rename method to
1564         Output_section::convert_input_sections_to_relaxed_sections and change
1565         interface to take a vector of relaxed section pointers.
1566         (Output_section::find_merge_section,
1567         Output_section::find_relaxed_input_section,
1568         Output_section::build_relaxation_map,
1569         Output_section::convert_input_sections_in_list_to_relaxed_sections):
1570         New method declarations.
1571         (Output_section::merge_section_map_
1572         Output_section::merge_section_by_properties_map_,
1573         Output_section::relaxed_input_section_map_,
1574         Output_section::is_relaxed_input_section_map_valid_,
1575         Output_section::generate_code_fills_at_write_): New data members.
1576         * script-sections.cc
1577         (Output_section_element_input::set_section_addresses): Call
1578         current_data_size and addralign methods of relaxed input sections.
1579         (Orphan_output_section::set_section_addresses): Call current_data_size
1580         and addralign methods of relaxed input sections.
1581         * symtab.cc (Symbol_table::compute_final_value): Extract template
1582         from the body of Symbol_table::sized_finalize_symbol.
1583         (Symbol_table::sized_finalized_symbol): Call
1584         Symbol_table::compute_final_value.
1585         * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
1586         (Symbol_table::compute_final_value): New templated method declaration.
1587         * target.cc (Target::do_make_output_section): New method defintion.
1588         * target.h (Target::make_output_section): New method declaration.
1589         (Target::relax): Add more parameters for input objects, symbol table
1590         and layout.  Adjust call to do_relax.
1591         (Target::do_make_output_section): New method declaration.
1592         (Target::do_relax): Add parameters for input objects, symbol table
1593         and layout.
1594
1595 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1596
1597         * pread.c: Include stdio.h.
1598
1599 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1600
1601         * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
1602         defined.
1603
1604 2009-10-09  Andrew Pinski  <andrew_pinski@playstation.sony.com>
1605
1606         * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
1607         Change read_shndx type to unsigned int.
1608         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
1609         int.
1610         (Sized_dwarf_line_info::read_line_mappings): Likewise.
1611         * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
1612         Change read_shndx type to unsigned int.
1613         (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
1614         int.
1615         (Sized_dwarf_line_info::read_line_mappings): Likewise.
1616         * layout.cc (Layout::create_symtab_sections): Cast the result of
1617         local_symcount * symsize to off_t in the gold_assert.
1618
1619 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
1620
1621         * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
1622         R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
1623         R_ARM_BASE_ABS.
1624         (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
1625         (Arm_relocate_functions::thm_abs5): New function.
1626         (Arm_relocate_functions::abs12): New function.
1627         (Arm_relocate_functions::abs16): New function.
1628         (Arm_relocate_functions::base_abs): New function.
1629         (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
1630         (Scan::local): Remove special handling of R_ARM_ABS8.  Handle
1631         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
1632         R_ARM_BASE_ABS.
1633         (Scan::global): Likewise.
1634         (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
1635         R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
1636         (Relocatable_size_for_reloc::get_size_for_reloc): Handle
1637         R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
1638         R_ARM_BASE_ABS.
1639
1640 2009-10-09  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
1641
1642         * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
1643         (Arm_relocate_functions::movt_prel): New function.
1644         (Arm_relocate_functions::thm_movw_prel_nc): New function.
1645         (Arm_relocate_functions::thm_movt_prel): New function.
1646         (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
1647         R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
1648         (Scan::global, Relocate::relocate): Likewise.
1649         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
1650
1651 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
1652
1653         * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
1654         Incremental_checker.
1655         * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
1656         unsigned int.
1657         (class Incremental_inputs_header): New class.
1658         (Incremental_inputs_header_writer): Edit comment.
1659         (Incremental_inputs_entry): New class.
1660         (Incremental_inputs_entry_writer): Edit comment.
1661         (Sized_incremental_binary::do_find_incremental_inputs_section):
1662         Add *strtab_shndx parameter, fill it.
1663         (Sized_incremental_binary::do_check_inputs): New method.
1664         (Incremental_checker::can_incrementally_link_output_file): Use
1665         Sized_incremental_binary::check_inputs.
1666         (Incremental_inputs::report_command_line): Save command line in
1667         command_line_.
1668         * incremental.h:
1669         (Incremental_binary::find_incremental_inputs_section): New
1670         method.
1671         (Incremental_binary::do_find_incremental_inputs_section): Add
1672         strtab_shndx parameter.
1673         (Incremental_binary::do_check_inputs): New pure virtual method.
1674         (Sized_incremental_binary::do_check_inputs): Declare.
1675         (Incremental_checker::Incremental_checker): Add incremental_inputs
1676         parameter, use it to initialize incremental_inputs_.
1677         (Incremental_checker::incremental_inputs_): New field.
1678         (Incremental_checker::command_line): New method.
1679         (Incremental_checker::inputs): New method.
1680         (Incremental_checker::command_line_): New field.
1681
1682 2009-10-09  Mikolaj Zalewski  <mikolajz@google.com>
1683
1684         * incremental.cc: Include <cstdarg> and "target-select.h".
1685         (vexplain_no_incremental): New function.
1686         (explain_no_incremental): New function.
1687         (Incremental_binary::error): New method.
1688         (Sized_incremental_binary::do_find_incremental_inputs_section): New
1689         method.
1690         (make_sized_incremental_binary): New function.
1691         (open_incremental_binary): New function.
1692         (can_incrementally_link_file): Add checks if output is ELF and has
1693         inputs section.
1694         * incremental.h: Include "elfcpp_file.h" and "output.h".
1695         (Incremental_binary): New class.
1696         (Sized_incremental_binary): New class.
1697         (open_incremental_binary): Declare.
1698         * object.cc (is_elf_object): Use
1699         elfcpp::Elf_recognizer::is_elf_file.
1700         (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
1701         * output.h (Output_file::filesize): New method.
1702
1703 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
1704
1705         * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
1706         New function.
1707         (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
1708         (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
1709         function.
1710         (Arm_relocate_functions::insert_val_thumb_movw_movt): New
1711         function.
1712         (Arm_relocate_functions::movw_abs_nc): New function.
1713         (Arm_relocate_functions::movt_abs): New function.
1714         (Arm_relocate_functions::thm_movw_abs_nc): New function.
1715         (Arm_relocate_functions::thm_movt_abs): New function.
1716         (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
1717         R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
1718         (Scan::global): Likewise.
1719         (Relocate::relocate): Likewise.
1720         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
1721
1722 2009-10-07  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
1723
1724         * arm.cc (Arm_relocate_functions::got_prel) New function.
1725         (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
1726         (Relocate::relocate): Likewise.
1727         (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
1728
1729 2009-10-06  Ian Lance Taylor  <iant@google.com>
1730
1731         * options.h (class General_options): Define
1732         split_stack_adjust_size parameter.
1733         * object.h (class Object): Add uses_split_stack_ and
1734         has_no_split_stack_ fields.  Add uses_split_stack and
1735         has_no_split_stack accessor functions.  Declare
1736         handle_split_stack_section.
1737         (class Reloc_symbol_changes): Define.
1738         (class Sized_relobj): Define Function_offsets.  Declare
1739         split_stack_adjust, split_stack_adjust_reltype, and
1740         find_functions.
1741         * object.cc (Object::handle_split_stack_section): New function.
1742         (Sized_relobj::do_layout): Call handle_split_stack_section.
1743         * dynobj.cc (Sized_dynobj::do_layout): Call
1744         handle_split_stack_section.
1745         * reloc.cc (Sized_relobj::relocate_sections): Call
1746         split_stack_adjust for executable sections in split_stack
1747         objects.  Pass reloc_map to relocate_section.
1748         (Sized_relobj::split_stack_adjust): New function.
1749         (Sized_relobj::split_stack_adjust_reltype): New function.
1750         (Sized_relobj::find_functions): New function.
1751         * target-reloc.h: Include "object.h".
1752         (relocate_section): Add reloc_symbol_changes parameter.  Change
1753         all callers.
1754         * target.h (class Target): Add calls_non_split method.  Declare
1755         do_calls_non_split virtual method.  Declare match_view and
1756         set_view_to_nop.
1757         * target.cc: Include "elfcpp.h".
1758         (Target::do_calls_non_split): New function.
1759         (Target::match_view): New function.
1760         (Target::set_view_to_nop): New function.
1761         * gold.cc (queue_middle_tasks): Give an error if mixing
1762         split-stack and non-split-stack objects with -r.
1763         * i386.cc (Target_i386::relocate_section): Add
1764         reloc_symbol_changes parameter.
1765         (Target_i386::do_calls_non_split): New function.
1766         * x86_64.cc (Target_x86_64::relocate_section): Add
1767         reloc_symbol_changes parameter.
1768         (Target_x86_64::do_calls_non_split): New function.
1769         * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
1770         parameter.
1771         * powerpc.cc (Target_powerpc::relocate_section): Add
1772         reloc_symbol_changes parameter.
1773         * sparc.cc (Target_sparc::relocate_section): Add
1774         reloc_symbol_changes parameter.
1775         * configure.ac: Call AM_CONDITIONAL for the default target.
1776         * configure: Rebuild.
1777         * testsuite/Makefile.am (TEST_AS): New variable.
1778         (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
1779         (check_DATA): Add split_i386 and split_x86_64 files.
1780         (SPLIT_DEFSYMS): Define.
1781         (split_i386_[1234n].o): New targets.
1782         (split_i386_[124]): New targets.
1783         (split_i386_[1234r].stdout): New targets.
1784         (split_x86_64_[1234n].o): New targets.
1785         (split_x86_64_[124]): New targets.
1786         (split_x86_64_[1234r].stdout): New targets.
1787         (MOSTLYCLEANFILES): Add new executables.
1788         * testsuite/split_i386.sh: New file.
1789         * testsuite/split_x86_64.sh: New file.
1790         * testsuite/split_i386_1.s: New file.
1791         * testsuite/split_i386_2.s: New file.
1792         * testsuite/split_i386_3.s: New file.
1793         * testsuite/split_i386_4.s: New file.
1794         * testsuite/split_i386_n.s: New file.
1795         * testsuite/split_x86_64_1.s: New file.
1796         * testsuite/split_x86_64_2.s: New file.
1797         * testsuite/split_x86_64_3.s: New file.
1798         * testsuite/split_x86_64_4.s: New file.
1799         * testsuite/split_x86_64_n.s: New file.
1800         * testsuite/testfile.cc (Target_test): Update relocation_section
1801         function.
1802         * testsuite/Makefile.in: Rebuild.
1803
1804 2009-10-06  Ian Lance Taylor  <iant@google.com>
1805
1806         * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
1807         (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
1808         changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE.  When
1809         handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
1810         the address on ldo_addrs_.
1811         (Target_i386::Relocate::fix_up_ldo): New function.
1812
1813 2009-10-06   Rafael Espindola  <espindola@google.com>
1814
1815         * plugin.cc (add_input_library): New.
1816         (Plugin::load): Add add_input_library to tv.
1817         (Plugin_manager::add_input_file): Add the is_lib argument.
1818         (add_input_file): Update call to Plugin_manager::add_input_file.
1819         (add_input_library): New.
1820         * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
1821
1822 2009-09-30  Doug Kwan  <dougkwan@google.com>
1823
1824         * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
1825         symbol and call Symbol::may_need_copy_reloc to determine if
1826         a copy reloc is needed.
1827         * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
1828         nocopyreloc is given in command line.
1829         (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
1830         given in command line.
1831         * i386.cc (Target_i386::may_need_copy_reloc): Remove.
1832         (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
1833         of the removed Target_i386::may_need_copy_reloc.
1834         * options.h (copyreloc): New option with default value false.
1835         * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
1836         (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
1837         instead of the removed Target_powerpc::may_need_copy_reloc.
1838         * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
1839         (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
1840         instead of the removed Target_sparc::may_need_copy_reloc.
1841         * symtab.h (Symbol::may_need_copy_reloc): New method definition.
1842         * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
1843         (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
1844         instead of the removed Target_x86_64::may_need_copy_reloc.
1845
1846 2009-09-30  Ian Lance Taylor  <iant@google.com>
1847
1848         * object.h (class Object): Remove target_ field, and target,
1849         sized_target, and set_target methods.
1850         (Object::sized_target): Remove.
1851         (class Sized_relobj): Update declarations.  Remove sized_target.
1852         * object.cc (Sized_relobj::setup): Remove target parameter.
1853         Change all callers.
1854         (Input_objects::add_object): Don't do anything with the target.
1855         (make_elf_sized_object): Add punconfigured parameter.  Change all
1856         callers.  Set or test parameter target.
1857         * dynobj.cc (Sized_dynobj::target): Remove target parameter.
1858         Change all callers.
1859         * parameters.cc (Parameters::set_target): Change parameter type to
1860         be non-const.
1861         (Parameters::default_target): Remove.
1862         (set_parameters_target): Change parameter type to be non-const.
1863         (parameters_force_valid_target): New function.
1864         (parameters_clear_target): New function.
1865         * parameters.h (class Parameters): Update declarations.  Remove
1866         default_target method.  Add sized_target and clear_target
1867         methods.  Change target_ to be non-const.
1868         (set_parameters_target): Update declaration.
1869         (parameters_force_valid_target): Declare.
1870         (parameters_clear_target): Declare.
1871         * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
1872         as NULL if we aren't searching.
1873         (Add_symbols::run): Don't check for compatible target.
1874         * fileread.cc (Input_file::open_binary): Call
1875         parameters_force_valid_target.
1876         * gold.cc (queue_middle_tasks): Likewise.
1877         * plugin.cc (make_sized_plugin_object): Likewise.  Don't call
1878         set_target on object.
1879         * dynobj.h (class Sized_dynobj): Update declarations.
1880         * archive.cc (Archive::get_elf_object_for_member): Return NULL if
1881         make_elf_object returns NULL.
1882         (Archive::include_member): Don't check whether object target is
1883         compatible.
1884         * output.cc (Output_section::add_input_section): Get target from
1885         parameters.
1886         (Output_section::relax_input_section): Likewise.
1887         * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
1888         parameters.
1889         (Sized_relobj::do_scan_relocs): Likewise.
1890         (Sized_relobj::relocate_sections): Likewise.
1891         * resolve.cc (Symbol_table::resolve): Likewise.
1892         * symtab.cc (Symbol_table::wrap_symbol): Likewise.  Remove object
1893         parameter.  Change all callers.
1894         (Symbol_table::add_from_object): Get target from parameters.
1895         (Symbol_table::add_from_relobj): Don't check object target.
1896         (Symbol_table::add_from_dynobj): Likewise.
1897         (Symbol_table::define_special_symbol): Get target from
1898         parameters.
1899         * symtab.h (class Symbol_table): Update declaration.
1900         * testsuite/binary_unittest.cc (gold_testsuite): Remove target
1901         parameter.  Change all callers.  Clear parameter target.
1902         (Binary_test): Test target here.
1903         * testsuite/object_unittest.cc (gold_testsuite): Remove
1904         target_test_pointer parameter.  Change all callers.
1905         (Object_test): Test target here.
1906
1907 2009-09-26  Ian Lance Taylor  <iant@google.com>
1908
1909         * testsuite/initpri1.c: Don't try to use constructor priorities if
1910         compiling with gcc before 4.3.
1911
1912 2009-09-22  Mikolaj Zalewski  <mikolajz@google.com>
1913
1914         * testsuite/retain_symbols_file_test.sh (check_present): Change
1915         output file name to retain_symbols_file_test.stdout.
1916         (check_absent): Likewise.
1917
1918 2009-09-18  Craig Silverstein  <csilvers@google.com>
1919
1920         * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
1921         * options.cc: Include <cerrno> and <fstream>.
1922         (General_options::finalize): Parse -retain-symbols-file tag.
1923         * options.h: New flag.
1924         (General_options): New method should_retain_symbol, new
1925         variable symbols_to_retain.
1926         * symtab.cc (Symbol_table::sized_finalize_symbol): Test
1927         should_retain_symbol map.
1928         * testsuite/Makefile.am (retain_symbols_file_test): New test.
1929         * testsuite/Makefile.in: Regenerate.
1930         * testsuite/retain_symbols_file_test.sh: New file.
1931
1932 2009-09-18  Nick Clifton  <nickc@redhat.com>
1933
1934         * po/es.po: Updated Spanish translation.
1935
1936 2009-09-17  Doug Kwan  <dougkwan@google.com>
1937
1938         * debug.h (DEBUG_RELAXATION): New constant.
1939         (DEBUG_ALL): Add DEBUG_RELAXATION.
1940         (debug_string_to_enum): Add relaxation debug option.
1941         * layout.cc
1942         (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
1943         Layout::Relaxation_debug_check::read_sections,
1944         Layout::Relaxation_debug_check::read_sections): New method definitions.
1945         (Layout::Layout): Initialize data members
1946         record_output_section_data_from_scrips_,
1947         script_output_section_data_list_ and relaxation_debug_check_.
1948         (Layout::save_segments, Layout::restore_segments,
1949         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
1950         Layout::relaxation_loop_body): New method definitions.
1951         (Layout::finalize): Support relaxation.  Move section layout code to
1952         Layout::relaxation_loop_body.
1953         (Layout::set_asection_address_from_script): Move code for orphan
1954         section placement out.
1955         (Layout::place_orphan_sections_in_script): New method definition.
1956         * layout.h (Output_segment_headers, Output_file_header):
1957         New forward class declarations.
1958         (Layout::~Layout): Define.
1959         (Layout::new_output_section_data_from_script): New method definition.
1960         (Layout::place_orphan_sections_in_script): New method declaration.
1961         (Layout::Segment_states): New type declaration.
1962         (Layout::save_segments, Layout::restore_segments,
1963         Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
1964         Layout::relaxation_loop_body): New method declarations.
1965         (Layout::Output_section_data_list): New type declaration.
1966         (Layout::Relaxation_debug_check): New class definition.
1967         (Layout::record_output_section_data_from_script_,
1968         Layout::script_output_section_data_list_, Layout::segment_states_,
1969         Layout::relaxation_debug_check_): New data members.
1970         * output.cc: (Output_section_headers::do_size): New method definition.
1971         (Output_section_headers::Output_section_headers): Move size
1972         computation to Output_section_headers::do_size.
1973         (Output_segment_headers::do_size): New method definition.
1974         (Output_file_header::Output_file_header): Move size computation to 
1975         Output_file_header::do_size and call it.
1976         (Output_file_header::do_size): New method definition.
1977         (Output_data_group::Output_data_group): Adjust call to
1978         Output_section_data.
1979         (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
1980         (Output_symtab_xindex::do_write): Add array bound check.
1981         (Output_section::Input_section::print_to_mapfile): Handle
1982         RELAXED_INPUT_SECTION_CODE.
1983         (Output_section::Output_section): Initialize data member checkpoint_.
1984         (Output_section::~Output_section): Delete checkpoint object pointed
1985         by checkpoint_.
1986         (Output_section::add_input_section): Always add an Input_section if
1987         relaxing.
1988         (Output_section::add_merge_input_section): Add assert.
1989         (Output_section::relax_input_section): New method definition.
1990         (Output_section::set_final_data_size): Set load address to zero for
1991         an unallocated section.
1992         (Output_section::do_address_and_file_offset_have_reset_values):
1993         New method definition.
1994         (Output_section::Input_section_sort_enty::Input_section_sort_enty):
1995         Handle relaxed input section.
1996         (Output_section::sort_attached_input_sections): Checkpoint input
1997         section list lazily.
1998         (Output_section::get_input_sections): Change type of input_sections to
1999         list of Simple_input_section pointers.  Checkpoint input section list
2000         lazily.  Also handle relaxed input sections.
2001         (Output_section::add_input_section_for_script): Take a reference to
2002         a Simple_input_section object instead of Relobj pointer and section
2003         index as parameter.  Handle relaxed input sections.
2004         (Output_section::save_states, Output_section::restore_states): New
2005         method definitions.
2006         * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
2007         (Output_data::is_data_size_fixed): New method definition.
2008         (Output_data::reset_addresss_and_file_offset): Do not reset data size
2009         if it is fixed.
2010         (Output_data::address_and_file_offset_have_reset_values): New method
2011         definition.
2012         (Output_data::do_address_and_file_offset_have_reset_values): New method
2013         definition.
2014         (Output_data::set_data_size): Check that data size is not fixed.
2015         (Output_data::fix_data_size): New method definition.
2016         (Output_data::is_data_size_fixed_): New data member.
2017         (Output_section_headers::set_final_data_size): New method definition.
2018         (Output_section_headers::do_size): New method declaration.
2019         (Output_segment_headers::set_final_data_size): New method definition.
2020         (Output_segment_headers::do_size): New method declaration.
2021         (Output_file_header::set_final_data_size)::New method definition.
2022         (Output_file_header::do_size)::New method declaration.
2023         (Output_section_data::Output_section_data): Add new parameter
2024         is_data_size_fixed and use it to fix data size.
2025         (Output_data_const::Output_data_const): Adjust call to base class
2026         constructor and fix data size.
2027         (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
2028         base class constructor and fix data size.
2029         (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
2030         base class constructor and fix data size.
2031         (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
2032         class constructor and fix data size.
2033         (Output_data_group::set_final_data_size): New method definition.
2034         (Output_data_dynamic::Dynamic_entry::tag): New method definition.
2035         (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
2036         class constructor and fix data size.
2037         (Output_relaxed_input_section): New class definition.
2038         (Output_section::Simple_input_section): New class definition.
2039         (Output_section::get_input_sections): Adjust parameter list.
2040         (Output_section::add_input_section_for_script): Same.
2041         (Output_section::save_states, Output_section::restore_states,
2042         Output_section::do_address_and_file_offset_have_reset_values,
2043         (Output_section::Input_section::Input_section): Handle
2044         RELAXED_INPUT_SECTION_CODE.  Add new overload for
2045         Output_relaxed_input_section.
2046         (Output_section::Input_section::is_input_section,
2047         Output_section::Input_section::set_output_section): Handle relaxed
2048         input section.
2049         (Output_section::Input_section::is_relaxed_input_section,
2050         Output_section::Input_section::output_section_data,
2051         Output_section::Input_section::relaxed_input_section): New method
2052         definitions.
2053         (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
2054         value.
2055         (Output_section::Input_section::u1_): Update comments.
2056         (Output_section::Input_section::u2_): Add new union member poris.
2057         (Output_section::Checkpoint_output_section): New classs definition.
2058         (Output_section::relax_input_section): New method declaration.
2059         (Output_section::checkpoint_): New data member.
2060         (Output_segment): Update comments.
2061         (Output_segment::Output_segment): Un-privatize copy constructor.
2062         (Output_segment::operator=): Un-privatize.
2063         * script-sections.cc (Output_section_element::Input_section_list):
2064         Change element type to Output_section::Simple_input_section.
2065         (Output_section_element_dot_assignment::set_section_addresses):
2066         Register output section data for relaxation clean up.
2067         (Output_data_exression::Output_data_expression): Adjust call to base
2068         constructor to fix data size.
2069         (Output_section_element_data::set_section_addresses): Register
2070         Output_data_expression object for relaxation clean up.
2071         (struct Input_section_info): Replace Relobj pointer and section index
2072         pair with Output_section::Simple_input_section and Convert struct to a
2073         class.
2074         (Input_section_sorter::operator()): Adjust access to
2075         Input_section_info data member to use accessors. 
2076         (Output_section_element_input::set_section_addresses): Use layout
2077         parameter.  Adjust code to use Output_section::Simple_input_section
2078         and Input_secction_info classes.  Register filler for relaxation
2079         clean up.
2080         (Orphan_output_section::set_section_addresses): Replace Relobj pointer
2081         and section index pair with Output_section::Simple_input_section
2082         class.  Adjust code accordingly.
2083         (Phdrs_element::release_segment): New method definition.
2084         (Script_sections::attach_sections_using_phdrs_clause): Do not modify
2085         segment list.
2086         (Script_sections::release_segments): New method definition.
2087         * gold/script-sections.h (Script_sections::release_segments): New
2088         method declaration.
2089         * gold/target.h (Target::may_relax, Target::relax,
2090         Target::do_may_relax, Target::do_relax): New method definitions.
2091
2092 2009-09-17  Viktor Kutuzov  <vkutuzov@accesssoftek.com>
2093
2094         * arm.cc (has_signed_unsigned_overflow): New function.
2095         (Arm_relocate_functions::abs8): New function.
2096         (Target_arm::Scan::local): Handle R_ARM_ABS8.
2097         (Target_arm::Scan::global): Likewise.
2098         (Target_arm::relocate::relocate): Likewise.
2099         (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
2100         Likewise.
2101
2102 2009-09-16  Cary Coutant  <ccoutant@google.com>
2103
2104         * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
2105         * testsuite/Makefile.in: Regenerate.
2106
2107 2009-09-11  Nick Clifton  <nickc@redhat.com>
2108
2109         * po/gold.pot: Updated by the Translation project.
2110
2111 2009-09-08  Cary Coutant  <ccoutant@google.com>
2112
2113         * output.cc (Output_file::open): Add execute permission to empty file.
2114         * testsuite/Makefile.am (permission_test): New test.
2115         * testsuite/Makefile.in: Regenerate.
2116
2117 2009-09-02  Ian Lance Taylor  <iant@google.com>
2118
2119         * output.cc (Output_file::resize): Call map_no_anonymous rather
2120         than map.
2121
2122 2009-09-01  Mikolaj Zalewski  <mikolajz@google.com>
2123
2124         * gold.cc: Include "incremental.h".
2125         (queue_initial_tasks): Call Incremental_checker methods.
2126         * incremental.cc: Include "output.h".
2127         (Incremental_checker::can_incrementally_link_output_file): New
2128         method.
2129         * incremental.h (Incremental_checker): New class.
2130
2131         * output.cc (Output_file::open_for_modification): New method.
2132         (Output_file::map_anonymous): Changed return type to bool.  Record
2133         map in base_ field.
2134         (Output_file::map_no_anonymous): New method, broken out of map.
2135         (Output_file::map): Use map_no_anonymous and map_anonymous.
2136         * output.h (class Output_file): Update declarations.
2137
2138 2009-08-24  Cary Coutant  <ccoutant@google.com>
2139
2140         * options.h (Command_line::Pre_options): New class.
2141         (Command_line::pre_options): New member.
2142         * options.cc (gold::options::ready_to_register): New variable.
2143         (One_option::register_option): Do nothing if not registering options.
2144         Assert if same short option registered twice.
2145         (General_options::General_options): Turn off option registration when
2146         done constructing.
2147         (Command_line::Pre_options::Pre_options): New constructor.
2148
2149 2009-08-24  Cary Coutant  <ccoutant@google.com>
2150
2151         * options.h (General_options::no_keep_memory): Remove incorrect
2152         short option.
2153
2154 2009-08-24  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2155
2156         * Makefile.am (am__skiplex, am__skipyacc): New.
2157         * Makefile.in: Regenerate.
2158
2159 2009-08-22  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
2160
2161         * Makefile.am (AM_CPPFLAGS): Renamed from ...
2162         (INCLUDES): ... this.
2163         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
2164         (AM_CPPFLAGS): Renamed from ...
2165         (INCLUDE): ... this.
2166         * Makefile.in, testsuite/Makefile.in: Regenerate.
2167
2168         * Makefile.in: Regenerate.
2169         * aclocal.m4: Likewise.
2170         * config.in: Likewise.
2171         * configure: Likewise.
2172         * testsuite/Makefile.in: Likewise.
2173
2174         * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
2175         * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
2176         * Makefile.in: Regenerate.
2177         * testsuite/Makefile.in: Regenerate.
2178
2179 2009-08-19  Cary Coutant  <ccoutant@google.com>
2180
2181         * resolve.cc (Symbol_table::resolve): Don't complain about defined
2182         symbols in shared libraries overridden by hidden or internal symbols
2183         in the main program.
2184
2185 2009-08-19  Chris Demetriou  <cgd@google.com>
2186
2187         * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
2188         checking source file names in error messages.
2189
2190 2009-08-18  Doug Kwan  <dougkwan@google.com>
2191
2192         * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
2193         an elcpp::Ehdr as parameter.  Adjust call to set_target.
2194         * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
2195         an elfcpp::Ehdr as parameter.
2196         * object.cc (Object::set_target): Remove the version that looks up
2197         a target and sets it.
2198         (Sized_relobj::setup): Take a Target object instead of
2199         an elfcpp::Ehdr as parameter.  Adjust call to set_target.
2200         (make_elf_sized_object): Find target and ask target to
2201         make an ELF object.
2202         * object.h: (Object::set_target): Remove the version that looks up
2203         a target and sets it.
2204         (Sized_relobj::setup): Take a Target object instead of
2205         an elfcpp:Ehdr as parameter.
2206         * target.cc: Include dynobj.h.
2207         (Target::do_make_elf_object_implementation): New.
2208         (Target::do_make_elf_object): New.
2209         * target.h (Target::make_elf_object): New template declaration.
2210         (Target::do_make_elf_object): New method declarations.
2211         (Target::do_make_elf_object_implementation): New template declaration.
2212
2213 2009-08-14  Ian Lance Taylor  <iant@google.com>
2214
2215         * gold.h (FUNCTION_NAME): Define.
2216         (gold_unreachable): Use FUNCTION_NAME.
2217
2218 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
2219
2220         * icf.cc (Icf::find_identical_sections): Issue a warning when a
2221         symbol in the --keep-unique list is not found.
2222
2223 2009-08-12  Sriraman Tallam  <tmsriram@google.com>
2224
2225         * icf.cc (Icf::find_identical_sections): Unfold symbols that have
2226         been maked as --keep-unique.
2227         (Icf::unfold_section): New function.
2228         * icf.h (Icf::unfold_section): New function.
2229         * options.h (General_options::keep_unique): New option.
2230         * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
2231         * testsuite/Makefile.in: Regenerate.
2232         * testsuite/icf_keep_unique_test.sh: New file.
2233         * testsuite/icf_keep_unique_test.cc: New file.
2234
2235 2009-08-12  Cary Coutant  <ccoutant@google.com>
2236
2237         PR 10471
2238         * resolve.cc (Symbol_table::resolve): Check for references from
2239         dynamic objects to hidden and internal symbols.
2240         * testsuite/Makefile.am (hidden_test.sh): New test.
2241         * testsuite/Makefile.in: Regenerate.
2242         * testsuite/hidden_test.sh: New script.
2243         * testsuite/hidden_test_1.c: New test source.
2244         * testsuite/hidden_test_main.c: New test source.
2245
2246 2009-08-11  Doug Kwan  <dougkwan@google.com>
2247
2248         * arm.cc: Update comments.
2249         (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
2250         segment to locate the .ARM.exidx section if present.
2251
2252 2009-08-09  Doug Kwan  <dougkwan@google.com>
2253
2254         * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
2255         patch.
2256
2257 2009-08-07  Sriraman Tallam  <tmsriram@google.com>
2258         * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
2259         compiler warnings.
2260
2261 2009-08-06  Sriraman Tallam  <tmsriram@google.com>
2262
2263         * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
2264         valid tls_segment only for non-debug-section relocations.
2265         * testsuite/Makefile.am: Add gc_tls_test.
2266         * testsuite/Makefile.in: Regenerate.
2267         * testsuite/gc_tls_test.cc: New file.
2268         * testsuite/gc_tls_test.sh: New file.
2269
2270 2009-08-05  Sriraman Tallam  <tmsriram@google.com>
2271         
2272         * icf.cc: New file.
2273         * icf.h: New file.
2274         * Makefile.am (CCFILES): Add icf.cc.
2275         (HFILES): Add icf.h
2276         * Makefile.in: Regenerate.
2277         * dynobj.h (Sized_dynobj::do_section_entsize): New function.
2278         * gc.h (gc_process_relocs): Populate lists used by icf to contain
2279         section, symbol and addend information for the relocs.
2280         * gold.cc (queue_middle_tasks): Call identical code folding.
2281         * gold.h: Add defines for multimap.
2282         * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
2283         to the call of finalize_local_symbols.
2284         * main.cc (main): Create object of class Icf.
2285         * object.cc (Sized_relobj::do_layout): Allow this function to be
2286         called twice during icf.
2287         (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
2288         to sections marked as identical by icf.
2289         (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
2290         when available.
2291         (Sized_relobj::do_section_entsize): New function.
2292         * object.h (Object::section_entsize): New function.
2293         (Object::do_section_entsize): New pure virtual function.
2294         (Relobj::finalize_local_symbols): Add new parameter.
2295         (Relobj::do_section_entsize): New function.
2296         * options.h (General_options::icf): New option.
2297         (General_options::icf_iterations): New option.
2298         (General_options::print_icf_sections): New option.
2299         * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
2300         * plugin.h (Sized_pluginobj::do_section_entsize): New function.
2301         * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
2302         icf.
2303         * symtab.cc (Symbol_table::is_section_folded): New function.
2304         (Symbol_table::sized_finalize_symbol):  Fold symbols corresponding
2305         to sections marked as identical by icf.
2306         * symtab.h (Symbol_table::set_icf): New function.
2307         (Symbol_table::icf): New function.
2308         (Symbol_table::is_section_folded): New function.
2309         (Symbol_table::icf_): New data member.
2310         * target-reloc.h (relocate_section): Ignore sections folded by icf.
2311         * testsuite/Makefile.am: Add commands to build icf_test.
2312         * testsuite/Makefile.in: Regenerate.
2313         * testsuite/icf_test.sh: New file.
2314         * testsuite/icf_test.cc: New file.
2315
2316 2009-07-24  Chris Demetriou  <cgd@google.com>
2317
2318         * layout.cc (is_compressible_debug_section): Fix incorrect
2319         comment about compressed section names.
2320
2321 2009-07-20  Ian Lance Taylor  <ian@airs.com>
2322
2323         PR 10419
2324         * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
2325
2326 2009-07-16  Ian Lance Taylor  <iant@google.com>
2327
2328         PR 10400
2329         * layout.h: #include <map>.
2330         (class Kept_section): Change from struct to class.  Add accessors
2331         and setters.  Add section size to Comdat_group mapping.  Change
2332         Comdat_group to std::map.  Add is_comdat_ field.  Add
2333         linkonce_size field in union.
2334         (class Layout): Update declaration of find_or_add_kept_section.
2335         Don't declare find_kept_object.
2336         * layout.cc (Layout::find_or_add_kept_section): Remove candidate
2337         parameter.  Add object, shndx, is_comdat, and is_group_name
2338         parameters.  Change all callers.  Adjust for new Kept_section.
2339         (Layout::find_kept_object): Remove.
2340         * object.cc (Sized_relobj::include_section_group): Update use of
2341         Kept_section.  Rename secnum to shndx.  Only record
2342         Kept_comdat_section if sections are the same size.
2343         (Sized_relobj::include_linkonce_section): Update use of
2344         Kept_section.  Only record Kept_comdat_section if sections are the
2345         same size.  Set size of linkonce section.
2346         (Sized_relobj::map_to_kept_section): Update call to
2347         get_kept_comdat_section.
2348         * object.h (class Sized_relobj): Rename fields in
2349         Kept_comdat_section to drop trailing underscores; change object
2350         field to Relobj*.  Change Kept_comdat_section_table to store
2351         struct rather than pointer.
2352         (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
2353         Add kept_object and kept_shndx parameters.  Change all callers.
2354         (Sized_relobj::get_kept_comdat_section): Change return type to
2355         bool.  Add kept_object and kept_shndx parameters.  Change all
2356         callers.
2357         * plugin.cc (Pluginobj::include_comdat_group): Update call to
2358         Layout::find_or_add_kept_section.
2359
2360 2009-07-09  Ian Lance Taylor  <iant@google.com>
2361
2362         * merge.cc (Object_merge_map::initialize_input_to_output_map):
2363         Reserve space in the hash table.
2364
2365 2009-07-06  Mikolaj Zalewski  <mikolajz@google.com>
2366
2367         * fileread.cc (File_read::get_mtime): New method.
2368         * fileread.h (Timespec): New structure.
2369         (File_read::get_mtime): New method.
2370         * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
2371         Renamed from timestamp_nsec.
2372         (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
2373         Elf_Xword.
2374         (Incremental_inputs_entry_write::timestamp_usec): Renamed from 
2375         timestamp_nsec.
2376         (Incremental_inputs::report_archive): Save mtime; style fix. 
2377         (Incremental_inputs::report_obejct): Save mtime; style fix.
2378         (Incremental_inputs::report_script): Save mtime; style fix.
2379         (Incremental_inputs::finalize_inputs): Style fix.
2380         (Incremental_inputs::finalize): Style fix.
2381         (Incremental_inputs::create_input_section_data): Store inputs
2382         mtime.
2383         * incremental.h (Incremental_inputs::report_script): Add mtime
2384         argument.
2385         (Incremental_inputs::Input_info::Input_info): Intialize only one
2386         union member.
2387         (Incremental_inputs::Input_info::archive): Move to nameless
2388         union.
2389         (Incremental_inputs::Input_info::obejct): Move to nameless union.
2390         (Incremental_inputs::Input_info::script): Move to nameless union.
2391         (Incremental_inputs::mtime): New field.
2392         * script.cc (read_input_script): Pass file mtime to
2393         Incremental_input.
2394         * script.h (Script_info::inputs): Style fix.
2395
2396 2009-07-01  Ian Lance Taylor  <ian@airs.com>
2397
2398         * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
2399         instead of 32.
2400
2401 2009-06-24  Ian Lance Taylor  <iant@google.com>
2402
2403         PR 10156
2404         * layout.cc (Layout::choose_output_section): If we find an
2405         existing section, update the flags.
2406         (Layout::create_notes): New function, broken out of
2407         Layout::finalize.
2408         (Layout::finalize): Don't create note sections.
2409         (Layout::create_note): Don't crash if linker script discards
2410         section.
2411         (Layout::create_gold_note): Likewise.
2412         (Layout::create_build_id): Likewise.  Don't set
2413         after_input_sections on the section.
2414         (Layout::create_executable_stack_info): Remove target parameter.
2415         Change caller.
2416         * layout.h (class Layout): Declare create_notes.  Update
2417         declaration of create_executable_stack_info.
2418         * gold.cc (queue_middle_tasks): Call create_notes.
2419         * output.cc (Output_section::update_flags_for_input_section): Move
2420         here from output.h.  If SHF_ALLOC flag is newly set, mark address
2421         invalid.
2422         * output.h (Output_data::mark_address_invalid): New function.
2423         (class Output_section): Only declare, not define,
2424         update_flags_for_input_section.  Remove set_flags.
2425
2426 2009-06-24  Ian Lance Taylor  <iant@google.com>
2427
2428         * script-sections.cc (Output_section_definition::
2429         set_section_addresses): Rename shadowing local load_address to
2430         laddr.
2431
2432 2009-06-24  Ian Lance Taylor  <iant@google.com>
2433
2434         PR 10244
2435         * reloc.cc (relocate_sections): Skip empty relocation sections.
2436
2437 2009-06-23  Ian Lance Taylor  <iant@google.com>
2438
2439         PR 10156
2440         * layout.cc (Layout::create_note): Use choose_output_section
2441         rather than make_output_section.
2442
2443 2009-06-23  Ian Lance Taylor  <iant@google.com>
2444
2445         PR 10237
2446         * options.cc (General_options::parse_V): Set printed_version_.
2447         (General_options::General_options): Initialize printed_version_.
2448         * options.h (class General_options): Add printed_version_ field.
2449         * gold.cc (queue_initial_tasks): If there are no input files,
2450         don't give a fatal error if we printed the version information.
2451         (queue_middle_tasks): If using -r with a shared object, give a
2452         fatal error rather than an ordinary error.
2453
2454 2009-06-23  Ian Lance Taylor  <iant@google.com>
2455
2456         PR 10219
2457         * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
2458         (Layout::make_output_section): Set have_stabstr_section_ if we see
2459         a .stab*str section.
2460         (Layout::finalize): Call link_stabs_sections.
2461         (Layout::link_stabs_sections): New file.
2462         * layout.h (class Layout): Add have_stabstr_section_ field.
2463         Declare link_stabs_sections.
2464
2465 2009-06-23  Doug Kwan  <dougkwan@google.com>
2466
2467         * Makefile.am (libgold_a_LIBADD): New.
2468         (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2469         * Makefile.in: Regenerate.
2470         * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
2471         * configure: Regenerate.
2472         * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
2473         * fileread.cc: Include sys/state.h
2474         * gold.h: Declare memmem and strndup if found missing.
2475         * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
2476
2477 2009-06-23  Ian Lance Taylor  <iant@google.com>
2478
2479         * configure.ac: Call AC_CHECK_DECLS using C, not C++.
2480         * configure: Rebuild.
2481
2482 2009-06-23  Ian Lance Taylor  <iant@google.com>
2483
2484         PR 10147
2485         * object.cc (Object::section_contents): Don't try to get a view if
2486         the section has length zero.
2487         (Object::handle_gnu_warning_section): If the section is empty, use
2488         the name of the section as the warning.
2489
2490 2009-06-23  Ian Lance Taylor  <iant@google.com>
2491
2492         PR 10133
2493         * stringpool.h (class Stringpool_template): Add optimize_ field.
2494         (Stringpool_template::set_optimize): New function.
2495         * stringpool.cc (Stringpool_template::Stringpool_template):
2496         Initialize optimize_ field.
2497         (Stringpool_template::set_string_offsets): Test local optimize
2498         fild rather than parameter.
2499         * layout.cc (Layout::Layout): Call set_optimize on the section
2500         name stringpool.
2501
2502 2009-06-22  Ian Lance Taylor  <iant@google.com>
2503
2504         PR 10030
2505         * yyscript.y: Parse TARGET.
2506         * script.cc (script_set_target): New function.
2507         * script-c.h (script_set_target): Declare.
2508         * options.cc (General_options::string_to_object_format): Rename
2509         from string_to_object_format in anonymous namespace.  Change
2510         callers.
2511         * options.h (class General_options): Declare
2512         string_to_object_format.
2513
2514 2009-06-22  Ian Lance Taylor  <iant@google.com>
2515
2516         * script-sections.cc (Script_sections::create_segments): Don't put
2517         program headers in a PT_LOAD segment if -n or -N.
2518
2519 2009-06-22  Ian Lance Taylor  <iant@google.com>
2520
2521         PR 10141
2522         * options.h (class General_options): Add -z lazy and -z now.  Sort
2523         -z options into alphabetical order.
2524         * layout.cc (Layout::finish_dynamic_section): Handle -z now.
2525
2526 2009-06-21  Ian Lance Taylor  <iant@google.com>
2527
2528         * layout.cc (Layout::make_output_section): Call
2529         Target::new_output_section.
2530         (Layout::attach_allocated_section_to_segment): Put large section
2531         sections in a separate load segment with the large segment flag
2532         set.
2533         (Layout::segment_precedes): Sort large data segments after other
2534         load segments.
2535         (align_file_offset): New static function.
2536         (Layout::set_segment_offsets): Use align_file_offset.
2537         * output.h (class Output_section): Add is_small_section_ and
2538         is_large_section_ fields.
2539         (Output_section::is_small_section): New function.
2540         (Output_section::set_is_small_section):  New function.
2541         (Output_section::is_large_section): New function.
2542         (Output_section::set_is_large_section): New function.
2543         (Output_section::is_large_data_section): New function.
2544         (class Output_segment): Add is_large_data_segment_ field.
2545         (Output_segment::is_large_data_segment): New function.
2546         (Output_segment::set_is_large_data_segment): New function.
2547         * output.cc (Output_section::Output_section): Initialize new
2548         fields.
2549         (Output_segment::Output_segment): Likewise.
2550         (Output_segment::add_output_section): Add assertion that large
2551         data sections always go in large data segments.  Force small data
2552         sections to the end of the list of data sections.  Force small BSS
2553         sections to the start of the list of BSS sections.  For large BSS
2554         sections to the end of the list of BSS sections.
2555         * symtab.h (class Symbol): Declare is_common_shndx.
2556         (Symbol::is_defined): Check Symbol::is_common_shndx.
2557         (Symbol::is_common): Likewise.
2558         (class Symbol_table): Define enum Commons_section_type.  Update
2559         declarations.  Add small_commons_ and large_commons_ fields.
2560         * symtab.cc (Symbol::is_common_shndx): New function.
2561         (Symbol_table::Symbol_table): Initialize new fields.
2562         (Symbol_table::add_from_object): Put small and large common
2563         symbols in the right list.
2564         (Symbol_table::sized_finalized_symbol): Check
2565         Symbol::is_common_shndx.
2566         (Symbol_table::sized_write_globals): Likewise.
2567         * common.cc (Symbol_table::do_allocate_commons): Allocate new
2568         common symbol lists.  Don't call do_allocate_commons_list if the
2569         list is empty.
2570         (Symbol_table::do_allocate_commons_list): Remove is_tls
2571         parameter.  Add comons_section_type parameter.  Change all
2572         callers.  Handle small and large common symbols.
2573         * object.cc (Sized_relobj::do_finalize_local_symbols): Check
2574         Symbol::is_common_shndx.
2575         * resolve.cc (symbol_to_bits): Likewise.
2576         * target.h (Target::small_common_shndx): New function.
2577         (Target::small_common_section_flags): New function.
2578         (Target::large_common_shndx): New function.
2579         (Target::large_common_section_flags): New function.
2580         (Target::new_output_section): New function.
2581         (Target::Target_info): Add small_common_shndx, large_common_shndx,
2582         small_common_section_flags, and large_common_section_flags
2583         fields.
2584         (Target::do_new_output_section): New virtual function.
2585         * arm.cc (Target_arm::arm_info): Initialize new fields.
2586         * i386.cc (Target_i386::i386_info): Likewise.
2587         * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
2588         Likewise.
2589         * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
2590         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
2591         (Target_x86_64::do_new_output_section): New function.
2592         * configure.ac: Define conditional MCMODEL_MEDIUM.
2593         * testsuite/Makefile.am (check_PROGRAMS): Add large.
2594         (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
2595         (large_LDFLAGS): Define.
2596         * testsuite/large.c: New file.
2597         * testsuite/testfile.cc (Target_test::test_target_info):
2598         Initialize new fields.
2599         * configure, testsuite/Makefile.in: Rebuild.
2600
2601 2009-06-05  Doug Kwan  <dougkwan@google.com>
2602
2603         * Makefile.am (CCFILES): Add target.cc.
2604         * Makefile.in: Regenerate. 
2605         * i386.cc (class Target_i386): Define new virtual method to
2606         override do_is_local_label_name in parent.
2607         * object.cc (Sized_relobj::do_count_local_symbols): Discard
2608         local symbols if --discard-locals or -X is given.
2609         * options.h (class General_options): Declare new options
2610         '--discard-locals' and '-X' for discarding locals.
2611         * target.h (class Target): Define new methods is_local_label_name.
2612         Declare new virtual method do_is_local_label_name.
2613         * target.cc: New file.
2614         * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
2615         (check_SCRIPTS): Add discard_locals_test.sh.
2616         (check_DATA): Add discard_local_tests.syms.
2617         (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
2618         (discard_local_tests.syms, discard_locals_test.o): New make rules.
2619         * testsuite/Makefile.in: Regenerate.
2620         * testsuite/discard_locals_test.c: New file.
2621         * testsuite/discard_locals_test.sh: Same.
2622
2623 2009-06-05  Doug Kwan  <dougkwan@google.com>
2624
2625         * object.cc (Sized_relobj::Sized_relobj): Initialize
2626         discarded_eh_frame_shndx_ to -1U.
2627         (Sized_relobj::do_layout): Record index of a discard .eh_frame
2628         section.
2629         (Sized_relobj::do_count_local_symbols): Skip local symbols in
2630         a discarded .eh_frame section.
2631         (Sized_relobj::do_finalize_local_symbols): Ditto.
2632         * object.h (class Sized_relobj): Declare new member
2633         discarded_eh_frame_shndx_.
2634         * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
2635         (local_labels_test.o, local_labels_test): New rules.
2636         * testsuite/Makefile.in: Regenerate.
2637
2638 2009-06-04  Doug Kwan  <dougkwan@google.com>
2639
2640         * layout.cc (Layout::section_name_mapping): Add mapping for
2641         special ARM sections.
2642
2643 2009-06-03  Doug Kwan  <dougkwan@google.com>
2644
2645         * arm.cc (utils::sign_extend): Reverse test in gold_assert.
2646         (utils::has_overflow): Same.
2647
2648 2009-06-03  Ian Lance Taylor  <iant@google.com>
2649
2650         * layout.cc (Layout::section_name_mapping): New array, replacing
2651         Layout::linkonce_mapping.
2652         (Layout::section_name_mapping_count): New variable, replacing
2653         Layout::linkonce_mapping_count.
2654         (Layout::linkonce_output_name): Remove.
2655         (Layout::output_section_name): Rewrite.
2656         * layout.h (class Layout): Rename Linkonce_mapping to
2657         Section_name_mapping, linkonce_mapping to section_name_mapping,
2658         linkonce_mapping_count to section_name_mapping_count.  Don't
2659         declare linkonce_output_name.
2660
2661 2009-06-03  Doug Kwan  <dougkwan@google.com>
2662
2663         * gold/arm.cc (namespace utils): New.
2664         (Target_arm::reloc_is_non_pic): Define new method.
2665         (class Arm_relocate_functions): New.
2666         (Target_arm::Relocate::relocate): Handle relocation types used by
2667         Android.
2668
2669 2009-06-03  Ian Lance Taylor  <iant@google.com>
2670
2671         * arm.cc (Target_arm::scan::global): Use || instead of |.
2672
2673 2009-06-02  Doug Kwan  <dougkwan@google.com>
2674
2675         * gold/arm.cc (Target_arm::Scan::Scan):  Initialize
2676         issued_non_pic_error_.
2677         (class Target_arm::Scan): Declare new method check_non_pic.
2678         Define new method symbol_needs_plt_entry.
2679         Declare new data member issued_non_pic_error_.
2680         (class Target_arm::Relocate): Declare new method
2681         should_apply_static_reloc.
2682         (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
2683         (Target_arm::Scan::check_non_pic): Define new method.
2684         (Target_arm::Scan::local): Handle a small subset of reloc types used
2685         by Android.
2686         (Target_arm::Scan::local): Same.
2687         (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
2688
2689 2009-05-31  Mikolaj Zalewski  <mikolajz@google.com>
2690
2691         * incremental.cc (Incremental_inputs::report_command_line): Filter
2692         out --incremental-* options.
2693
2694 2009-05-29  Doug Kwan  <dougkwan@google.com>
2695
2696         * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
2697         template class.
2698         (class Target_arm): Update comment.
2699         (Target_arm::Target_arm): Initialize new data members GOT_,
2700         PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
2701         Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
2702         and Target_arm::rel_dyn_section.
2703         Declare new_enum Target_arm::Got_type.
2704         Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
2705         and DYNBSS_.
2706         Update commments for member do_dynsym_value.
2707         (Target_arm::got_size, Target_arm::plt_section,
2708         Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
2709         new methods inside class defintion.
2710         (Target_arm::got_section): Define new method.
2711         (Target_arm::rel_dyn_section): Same.
2712         (Output_data_plt_arm): New template class.
2713         (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
2714         (Output_data_plt_arm:do_adjust_output_section): Define new method.
2715         (Output_data_plt_arm::add_entry): Same.
2716         (Output_data_plt_arm::first_plt_entry): Define new
2717         static data member for PLT instruction template.
2718         (Output_data_plt_arm::plt_entry): Same.
2719         (Output_data_plt_arm::do_write): Define new method.
2720         (Target_arm::make_plt_entry): Same.
2721         (Target_arm::do_finalize_sections): Same.
2722         (Target_arm::do_dynsym_value): Same.
2723
2724 2009-05-28  Doug Kwan  <dougkwan@google.com>
2725
2726         * Makefile.am (TARGETSOURCES): Add arm.cc.
2727         (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
2728         * Makefile.in: Regenerate.
2729         * arm.cc: New file.
2730         * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
2731
2732 2009-05-26  Doug Kwan  <dougkwan@google.com>
2733
2734         * options.cc (General_options::parse_exclude_libs).  Fix a comment.
2735         (General_options::check_excluded_libs): Strip off directories in
2736         archive name before matching like GNU ld does.
2737         * testsuite/Makefile.am (MOSTLYCLEANFILES,
2738         exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
2739         (exclude_libs_test_LDFLAGS): Add linker option
2740         -Wl,--exclude-libs,libexclude_libs_test_3
2741         (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
2742         an explicit archive without using -l.
2743         (alt/libexclude_libs_test_3.a): New make rule.
2744         * testsuite/Makefile.in: Regenerate.
2745         * testsuite/exclude_libs_test.c : Declare lib3_default().
2746         (main): Call it.
2747         * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
2748         * exclude_libs_test_3.c: New file.
2749
2750 2009-05-26  Nick Clifton  <nickc@redhat.com>
2751
2752         * po/id.po: New Indonesian translation.
2753         * po/gold.pot: Updated template file.
2754
2755 2009-05-22  Sriraman Tallam  <tmsriram@google.com>
2756
2757         * testsuite/Makefile.am: Add -ffunction-sections to compile 
2758         gc_comdat_test files.  Add -Wl,--gc-sections to build
2759         gc_comdat_test.
2760         * testsuite/Makefile.in: Regenerate.
2761         * testsuite/gc_comdat_test.sh: Fix the condition around grep.
2762
2763 2009-05-21  Sriraman Tallam  <tmsriram@google.com>
2764
2765         * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
2766         kept comdat section was garbage collected.
2767         * testsuite/Makefile.am: Add test gc_comdat_test.sh.
2768         * testsuite/Makefile.in: Regenerate.
2769         * testsuite/gc_comdat_test.sh: New file.
2770         * testsuite/gc_comdat_test_1.cc: New file.
2771         * testsuite/gc_comdat_test_2.cc: New file.
2772
2773 2009-05-19  Doug Kwan  <dougkwan@google.com>
2774
2775         * archive.cc (Archive::Archive): Move constructor from archive.h
2776         to here.  Initialize no_export_.
2777         (Archive::get_elf_object_for_member): Set no_export flag of object.
2778         * archive.h (Archive::Archive): Move constructor body to
2779         archive.cc.
2780         (Archive::no_export): New method.
2781         (Archive::no_export_): New field.
2782         * object.h (Object::Object): Initialize no_export_ to false.
2783         (Object::no_export, Object::set_no_export): New methods.
2784         (Object::no_export_): New field.
2785         * options.cc (General_options::parse_exclude_libs): New method.
2786         (General_options::check_excluded_libs) Same.
2787         * options.h (exclude_libs): New option.
2788         (General_options::check_excluded_libs): New method declaration.
2789         (General_options::excluded_libs_): New field.
2790         * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
2791         default or protected visibility if an object has no-export flag set.
2792         testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
2793         (check_SCRIPTS): Add exclude_libs_test.sh.
2794         (check_DATA): Add exclude_libs_test.syms.
2795         (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
2796         libexclude_libs_test_1.a and libexclude_libs_test_2.a.
2797         (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
2798         exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
2799         (exclude_libs_test.syms, libexclude_libs_test_1.a,
2800         libexclude_libs_test_2.a): New rules.
2801         * testsuite/Makefile.in: Regenerate.
2802         * testsuite/exclude_libs_test.c: New file.
2803         * testsuite/exclude_libs_test.sh: Ditto.
2804         * testsuite/exclude_libs_test_1.c: Ditto.
2805         * testsuite/exclude_libs_test_2.c: Ditto.
2806
2807 2009-05-15  Ian Lance Taylor  <iant@google.com>
2808
2809         * configure.ac: Check for declarations for cases where libiberty.h
2810         checks HAVE_DECL_xxx.
2811         * configure, config.in: Rebuild.
2812
2813 2009-05-15  Mikolaj Zalewski  <mikolajz@google.com>
2814
2815         * gold.h (Incremental_argument_list): Remove (invalid) forward
2816         declaration.
2817         * incremental.cc (Incremental_inputs::report_achive): New method.
2818         (Incremental_inputs::report_object): New method.
2819         (Incremental_inputs::report_script): New method.
2820         (Incremental_inputs::finalize_inputs): New method.
2821         (Incremental_inputs::finalize): Call finalize_inputs().
2822         (Incremental_inputs::sized_create_incremental_inputs_section_data):
2823         Create inputs entries.
2824         * incremental.h (Incremental_input_type): New enum.
2825         (Incremental_inputs::Incremental_input): Initialize new fields.
2826         (Incremental_inputs::report_inputs): New method.
2827         (Incremental_inputs::report_achive): New method.
2828         (Incremental_inputs::report_object): New method.
2829         (Incremental_inputs::report_script): New method.
2830         (Incremental_inputs::finalize_inputs): New method.
2831         (Incremental_inputs::Input_info): New struct.
2832         (Incremental_inputs::Input_info_map): New typedef.
2833         (Incremental_inputs::lock_): New field.
2834         (Incremental_inputs::Inputs_): New field.
2835         (Incremental_inputs::Inputs_map): New field.
2836         * main.cc (main): Call Incremental_input::report_inputs.
2837         * options.h (Input_argument_list): Typedef moved from
2838         Input_arguments.
2839         (Input_file_group::Files): Remove, use ::Input_argument_list.
2840         (Input_file_group::Input_argument_list): Remove, use
2841         ::Input_argument_list.
2842         * plugin.cc (Plugin_manager::add_input_file): Add error in
2843         incremental build.
2844         * read_syms.cc (do_read_syms): Call Incremental_input::report_*
2845         functions.
2846         * script.cc (read_input_script): Call
2847         Incremental_input::report_script.
2848         * script.h (Script_info): New class.
2849
2850 2009-04-27  Ian Lance Taylor  <iant@google.com>
2851
2852         * x86_64.cc (do_adjust_output_section): Set entsize to
2853         plt_entry_size.
2854
2855 2009-04-23  Elliott Hughes  <enh@google.com>
2856
2857         * output.cc (Output_file::close): After short writes, continue
2858         writing from the correct offset in the buffer being written.
2859
2860 2009-04-23  Chris Demetriou  <cgd@google.com>
2861
2862         * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
2863         * configure: Regenerate.
2864         * config.in: Regenerate.
2865         * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
2866         if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
2867
2868 2009-04-21  Mikolaj Zalewski  <mikolajz@google.com>
2869
2870         * incremental.cc (Incremental_inputs_header_data): Renamed from
2871         Incremental_input_header_data.
2872         (Incremental_inputs_header_data::data_size): New field.
2873         (Incremental_inputs_header_data::put_input_file_count): Renamed
2874         from input_file_count.
2875         (Incremental_inputs_header_data::put_command_line_offset): Renamed
2876         from command_line_offset.
2877         (Incremental_inputs_header_data::put_reserved): Renamed from
2878         put_reserved.
2879         (Incremental_inputs_entry_data): Renamed from
2880         Incremental_input_entry_data.
2881         (Incremental_inputs_entry_data::data_size): New field.
2882         (Incremental_inputs::report_command_line): New method.
2883         (Incremental_inputs::finalize): New method.
2884         (Incremental_inputs::create_incremental_inputs_data): New method.
2885         (Incremental_inputs::sized_create_incremental_inputs_data): New method.
2886         * incremental.h: New file.
2887         * layout.cc (Layout::Layout): Handle new incremental_inputs_.
2888        (Layout::finalize): Create incremental inputs section in
2889         incremental builds.
2890        (Layout::create_incremental_info_sections): New method.
2891         * layout.h (Layout::incremental_inputs): New method.
2892        (Layout::create_incremental_info_sections): New method.
2893        (Layout::incremental_inputs_): New field.
2894         * main.cc (main): Notify Incremental_input of the command line.
2895
2896 2009-04-01  Ian Lance Taylor  <iant@google.com>
2897             Mikolaj Zalewski  <mikolajz@google.com>
2898
2899         * gold.h (reserve_unordered_map): Define, three versions, one for
2900         each version of Unordered_map.
2901         * layout.cc (Layout::Layout): Remove options parameter.  Add
2902         number_of_input_files parameter.  Don't initialize options_.
2903         Initialize number_of_input_files_ and resized_signatures_.  Move
2904         sections_are_attached_.
2905         (Layout::layout_group): Reserve space for group_signatures_.
2906         (Layout::find_or_add_kept_section): Change name parameter to be a
2907         reference.  Resize signatures_ map when it gets large enough.
2908         (Layout::layout_eh_frame): Use parameters->options() instead of
2909         this->options_.
2910         (Layout::make_output_section): Likewise.
2911         (Layout::attach_allocated_section_to_segment): Likewise.
2912         (Layout::finalize, Layout::create_executable_stack): Likewise.
2913         (Layout::set_segment_offsets, Layout::create_interp): Likewise.
2914         (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
2915         * layout.h (class Layout): Update declarations.  Remove options_
2916         field.  Add number_of_input_files_ and resized_signatures_
2917         fields.  Move sections_are_attached_ field.
2918         * main.cc (main): Pass number of input files to Layout
2919         constructor.  Don't pass options.
2920
2921 2009-03-30  Ian Lance Taylor  <iant@google.com>
2922
2923         * ffsll.c (ffsll): Correct implementation.
2924
2925 2009-03-27  Ian Lance Taylor  <iant@google.com>
2926
2927         * ffsll.c: New file.
2928         * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
2929         * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
2930         * ftruncate.c (ftruncate): Declare before definition.
2931         * mremap.c (mremap): Likewise.
2932         * pread.c (pread): Likewise.
2933         * configure, Makefile.in, config.in: Rebuild.
2934
2935         * mremap.c: New file.
2936         * configure.ac: Call AC_REPLACE_FUNCS on mremap.
2937         * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
2938         (mremap): Declare if HAVE_MREMAP is not defined.
2939         * configure, Makefile.in, config.in: Rebuild.
2940
2941 2009-03-27  Cary Coutant  <ccoutant@google.com>
2942
2943         * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
2944         position independent.
2945         * sparc.cc (Target_sparc::check_non_pic): Likewise.
2946         * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
2947
2948 2009-03-24  Cary Coutant  <ccoutant@google.com>
2949
2950         * symtab.h (needs_plt_entry): Check for unsatisfied reference from
2951         an executable.
2952         (needs_dynamic_reloc): Likewise.
2953
2954 2009-03-24  Ian Lance Taylor  <iant@google.com>
2955
2956         * yyscript.y (file_cmd): Recognize EXTERN.
2957         (extern_name_list, extern_name_list_body): New nonterminals.
2958         * script.cc (script_add_extern): Define.
2959         * script-c.h (script_add_extern): Declare.
2960
2961 2009-03-24  Rafael Avila de Espindola  <espindola@google.com>
2962
2963         * object.cc (is_elf_object): Define.
2964         * object.h (is_elf_object): Declare.
2965         * archive.cc (Archive::get_elf_object_for_member): Call
2966         is_elf_object.
2967         * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
2968
2969 2009-03-24  Elliott Hughes  <enh@google.com>
2970
2971         * output.cc (Output_file::map_anonymous): Define.
2972         (Output_file::map): Use map_anonymous.  If the regular mmap fails,
2973         try an anonymous one.  Report the size if the mmap fails.
2974         * output.h (class Output_file): Declare map_anonymous.
2975
2976 2009-03-24  Ian Lance Taylor  <iant@google.com>
2977
2978         * target-select.cc (instantiate_target): Don't acquire the lock if
2979         the instantiated_target_ field has already been set.
2980
2981 2009-03-23  Ian Lance Taylor  <iant@google.com>
2982
2983         * gold-threads.h (class Initialize_lock): Define.
2984         * gold-threads.cc (class Initialize_lock_once): Define.
2985         (initialize_lock_control): New static variable.
2986         (initialize_lock_pointer): New static variable.
2987         (initialize_lock_once): New static function.
2988         (Initialize_lock::Initialize_lock): Define.
2989         (Initialize_lock::initialize): Define.
2990         * target-select.h: Include "gold-threads.h".
2991         (class Target_selector): Add lock_ and initialize_lock_ fields.
2992         Don't define instantiate_target, just declare it.
2993         * target-select.cc (Target_selector::Target_selector): Initialize
2994         new fields.
2995         (Target_selector::instantiate_target): Define.
2996         * descriptors.h: Include "gold-threads.h".
2997         (class Descriptors): Add initialize_lock_ field.
2998         * descriptors.cc (Descriptors::Descriptors): Initialize new
2999         field.
3000         (Descriptors::open): Use initialize_lock_ field
3001         * errors.h (class Errors): Add initialize_lock_ field.
3002         * errors.cc (Errors::Errors): Initialize new field.
3003         (Errors::initialize_lock): Use initialize_lock_ field.
3004         * powerpc.cc (class Target_selector_powerpc): Remove
3005         instantiated_target_ field.  In do_recognize call
3006         instantiate_target rather than do_instantiate_target.  In
3007         do_instantiate_target just allocate a new target.
3008         * sparc.cc (class Target_selector_sparc): Likewise.
3009
3010         * freebsd.h: New file.
3011         * i386.cc: Include "freebsd.h".
3012         (Target_i386): Derive from Target_freebsd rather than
3013         Sized_target.
3014         (Target_selector_i386): Derive from Target_selector_freebsd rather
3015         than Target_selector.
3016         * x86_64.cc: Include "freebsd.h".
3017         (Target_x86_64): Derive from Target_freebsd rather than
3018         Sized_target.
3019         (Target_selector_x86_64): Derive from Target_selector_freebsd
3020         rather than Target_selector.
3021         * target.h (class Target): Add adjust_elf_header and
3022         do_adjust_elf_header.
3023         * output.cc (Output_file_header:: do_sized_write): Call target
3024         adjust_elf_header routine.
3025         * configure.tgt: Set targ_osabi.
3026         * configure.ac: Define GOLD_DEFAULT_OSABI.
3027         * parameters.cc (Parameters::default_target): Pass
3028         GOLD_DEFAULT_OSABI to select_target.
3029         * target-select.h (class Target_selector): Make instantiate_target
3030         protected rather than private.
3031         * Makefile.am (HFILES): Add freebsd.h.
3032         * configure, Makefile.in, config.in: Rebuild.
3033
3034         * merge.cc (do_add_input_section): Correct pend value.  Change
3035         message about last entry not being null terminated from error to
3036         warning.
3037
3038 2009-03-20  Mikolaj Zalewski  <mikolajz@google.com>
3039
3040         * incremental.cc: New file.
3041         * Makefile.am (CCFILES): Add incremental.cc.
3042         * Makefile.in: Rebuild.
3043
3044 2009-03-19  Paul Pluzhnikov  <ppluzhnikov@google.com>
3045
3046         * layout.cc (Layout::output_section_name): Preserve names
3047         of '.note.' sections.
3048         
3049 2009-03-19  Ian Lance Taylor  <iant@google.com>
3050
3051         * descriptors.cc (Descriptors::open): Check that the options are
3052         valid before using them.
3053
3054 2009-03-18  Ian Lance Taylor  <iant@google.com>
3055
3056         * script-sections.h: Include <list>.
3057         (class Script_sections): Change Sections_elements from std::vector
3058         to std::list.  Typedef public Elements_iterator.  Add
3059         orphan_section_placement_, data_segment_align_start_, and
3060         saw_data_segment_align_ fields.  Remove data_segment_align_index_
3061         field.
3062         * script-sections.cc (class Orphan_section_placement): New class.
3063         (class Sections_element): Add virtual functions is_relro and
3064         orphan_section_init.  Remove virtual function place_orphan_here.
3065         (class Output_section_definition): Add is_relro and
3066         orphan_section_init.  Remove place_orphan_here.
3067         (class Orphan_output_section): Likewise.
3068         (Script_sections::Script_sections): Update for field changes.
3069         (Script_sections::data_segment_align): Set saw_data_segment_align_
3070         and data_segment_align_start_, not data_segment_align_index.
3071         (Script_sections::data_segment_relro_end): Check
3072         saw_data_segment_align_.  Use data_segment_align_start_ rather
3073         than data_segment_align_index_.
3074         (Script_sections::place_orphan): Rewrite to use
3075         Orphan_section_placement.
3076
3077 2009-03-17  Ian Lance Taylor  <iant@google.com>
3078
3079         * archive.cc (Archive::add_symbols): Check for a version attached
3080         to the symbol name in the archive map.
3081         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
3082         (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
3083         (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
3084         (ver_test_11.a): New target.
3085         * testsuite/Makefile.in: Rebuild.
3086
3087         * configure.ac: Check for chsize and posix_fallocate.  Replace
3088         ftruncate.
3089         * ftruncate.c: New file, from gnulib.
3090         * output.cc (posix_fallocate): Define dummy version if not
3091         HAVE_POSIX_FALLOCATE.
3092         (Output_file::map): Call posix_fallocate rather than lseek and
3093         write.
3094         * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
3095         * configure, Makefile.in, config.in: Rebuild.
3096
3097 2009-03-17  Paul Pluzhnikov  <ppluzhnikov@google.com>
3098         
3099         * layout.h (Layout::create_note): Add section_name parameter.
3100         * layout.cc (Layout::create_note): Likewise.
3101         (Layout::create_build_id, Layout::create_gold_note): Fix callers.
3102         
3103 2009-03-17  Ian Lance Taylor  <iant@google.com>
3104
3105         * descriptors.cc: Include "options.h".
3106         (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
3107         (Descriptors::open): Always use O_CLOEXEC when opening a new
3108         descriptor.  If we have a plugin, and O_CLOEXEC was not defined,
3109         then set FD_CLOEXEC.
3110
3111         * sparc.cc (class Target_sparc): Add has_got_section.
3112         (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
3113         make sure we have a GOT section.
3114
3115         * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
3116         (Target_sparc::Scan::local): Likewise.
3117         (Target_sparc::Scan::global): Likewise.
3118         (Target_sparc::Relocate::relocate): Likewise.
3119         (Target_sparc::Relocate::relocate_tls): Likewise.
3120
3121         * symtab.cc (Symbol_table::define_default_version): New function,
3122         broken out of add_from_object.
3123         (Symbol_table::add_from_object): Call define_default_version.
3124         (Symbol_table::define_special_symbol): Add resolve_oldsym
3125         parameter.  Change all callers.  If the version for a symbol comes
3126         from a version script, resolve it with the symbol with the same
3127         name with no version.  Also add the symbol without a version if
3128         appropriate.
3129         (do_define_in_output_data): If resolving with oldsym, don't delete
3130         sym.
3131         (do_define_in_output_segment): Likewise.
3132         (do_define_as_constant): Likewise.
3133         * symtab.h (class Symbol_table): Update declarations.
3134
3135 2009-03-13  Ian Lance Taylor  <iant@google.com>
3136
3137         * readsyms.cc (Read_symbols::incompatible_warning): New function.
3138         (Read_symbols::requeue): New function.
3139         (Read_symbols::do_read_symbols): If make_elf_object fails because
3140         the target type is not configured, and the file was searched for,
3141         issue a warning and retry with the next directory.
3142         (Add_symbols::run): If the file has an incompatible format, and
3143         it was searched for, requeue the Read_symbols task.  On error,
3144         release the object.
3145         * readsyms.h (class Read_symbols): Add dirindex_ field.  Add
3146         dirindex parameter to constructor.  Change all callers.  Declare
3147         incompatible_warning and requeue.
3148         (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
3149         input_argument_ and input_group_ fields.  Add them to
3150         constructor.  Change all callers.
3151         (class Read_script): Add dirindex_ field.  Add it to constructor.
3152         Change all callers.
3153         * archive.cc (Archive::setup): Remove input_objects parameter.
3154         Change all callers.
3155         (Archive::get_file_and_offset): Likewise.
3156         (Archive::read_all_symbols): Likewise.
3157         (Archive::read_symbols): Likewise.
3158         (Archive::get_elf_object_for_member): Remove input_objects
3159         parameter.  Add punconfigured parameter.  Change all callers.
3160         (Archive::add_symbols): Change return type to bool.  Check return
3161         value of include_member.
3162         (Archive::include_all_members): Likewise.
3163         (Archive::include_member): Change return type to bool.  Return
3164         false if first included object has incompatible target.  Set
3165         included_member_ field.
3166         (Add_archive_symbols::run): If add_symbols returns false, requeue
3167         Read_symbols task.
3168         * archive.h (class Archive): Add included_member_ field.
3169         Initialize it in constructor.  Add input_file and searched_for
3170         methods.  Update declarations.
3171         (class Add_archive_symbols): Add dirpath_, dirindex_, and
3172         input_argument_ fields.  Add them to constructor.  Change all
3173         callers.
3174         * script.cc: Include "target-select.h".
3175         (class Parser_closure): Add skip_on_incompatible_target_ and
3176         found_incompatible_target_ fields.  Add
3177         skip_on_incompatible_target parameter to constructor.  Change all
3178         callers.  Add methods skip_on_incompatible_target,
3179         clear_skip_on_incompatible_target, found_incompatible_target, and
3180         set_found_incompatible_target.
3181         (read_input_script): Add dirindex parameter.  Change all callers.
3182         If parser finds an incompatible target, requeue Read_symbols
3183         task.
3184         (script_set_symbol): Clear skip_on_incompatible_target in
3185         closure.
3186         (script_add_assertion, script_parse_option): Likewise.
3187         (script_start_sections, script_add_phdr): Likewise.
3188         (script_check_output_format): New function.
3189         * script.h (read_input_script): Update declaration.
3190         * script-c.h (script_check_output_format): Declare.
3191         * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
3192         (ignore_cmd): Remove OUTPUT_FORMAT.
3193         * fileread.cc (Input_file::Input_file): Add explicit this.
3194         (Input_file::will_search_for): New function.
3195         (Input_file::open): Add pindex parameter.  Change all callers.
3196         * fileread.h (class Input_file): Add input_file_argument method.
3197         Declare will_search_for.  Update declarations.
3198         * object.cc (make_elf_object): Add punconfigured parameter.
3199         Change all callers.
3200         * object.h (class Object): Make input_file public.  Add
3201         searched_for method.
3202         (make_elf_object): Update declaration.
3203         * dirsearch.cc (Dirsearch::find): Add pindex parameter.  Use it to
3204         restart search.
3205         * dirsearch.h (class Dirsearch): Update declaration.
3206         * options.h (class General_options): Add --warn-search-mismatch.
3207         * parameters.cc (Parameters::is_compatible_target): New function.
3208         * parameters.h (class Parameters): Declare is_compatible_target.
3209         * workqueue.cc (Workqueue::add_blocker): New function.
3210         * workqueue.h (class Workqueue): Declare add_blocker.
3211
3212         * fileread.cc (Input_file::open): Remove options parameter.
3213         Change all callers.
3214         (Input_file::open_binary): Likewise.
3215         * script.cc (read_input_script): Likewise.
3216         * readsyms.h (class Read_symbols): Remove options_ field.  Remove
3217         options parameter from constructor.  Change all callers.
3218         (class Read_script): Likewise.
3219         * fileread.h (class Input_file): Update declarations.
3220         * script.h (read_input_script): Update declaration.
3221
3222 2009-03-10  Nick Clifton  <nickc@redhat.com>
3223
3224         * po/es.po: New Spanish translation.
3225
3226 2009-03-06  Cary Coutant  <ccoutant@google.com>
3227
3228         * options.cc (parse_short_option): Keep dash_z from registering itself.
3229
3230 2009-03-03  Ian Lance Taylor  <iant@google.com>
3231
3232         PR 9918
3233         * target-reloc.h (relocate_section): Pass output_section to
3234         relocate.
3235         * i386.cc (Target_i386::should_apply_static_reloc): Add
3236         output_section parameter.  Change all callers.
3237         (Target_i386::Relocate::relocate): Add output_section parameter.
3238         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
3239         * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
3240         * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
3241         * testsuite/two_file_shared.sh: New script.
3242         * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
3243         (check_DATA): Add two_file_shared.dbg.
3244         (two_file_shared.dbg): New target.
3245         * testsuite/Makefile.in: Rebuild.
3246
3247 2009-03-01  Ian Lance Taylor  <iant@google.com>
3248
3249         * configure.ac: Check for byteswap.h.
3250         * configure: Rebuild.
3251         * config.in: Rebuild.
3252
3253 2009-03-01  Mikolaj Zalewski  <mikolajz@google.com>
3254
3255         * layout.cc (Layout::find_or_add_kept_section): New function.
3256         (Layout::add_comdat): Removed.
3257         * layout.h (struct Kept_section): Move out of class Layout.
3258         Remove trailing underscores from field names.  Add group_sections
3259         field.  Rename group_ field to is_group.  Change all uses.
3260         (class Layout): Declare find_or_add_kept_section, not add_comdat.
3261         * object.cc (Sized_relobj::Sized_relobj): Don't initialize
3262         comdat_groups_ field.
3263         (Sized_relobj::include_section_group): Use
3264         find_or_add_kept_section and Kept_section::group_sections.
3265         (Sized_relobj::include_linkonce_section): Likewise.
3266         * object.cc (class Sized_relobj): Don't define Comdat_group or
3267         Comdat_group_table.  Remove find_comdat_group and
3268         add_comdat_group.  Remove comdat_groups_ field.
3269         * plugin.cc (include_comdat_group): Use
3270         Layout::find_or_add_kept_section.
3271
3272 2009-02-28  Ian Lance Taylor  <iant@google.com>
3273
3274         * README: --gc-sections and map files are now supported.  Document
3275         some build requirements.
3276
3277         PR 6992
3278         * symtab.cc (Symbol_table::sized_write_section_symbol): In a
3279         relocatable link set the value of the section symbol to zero.
3280         * object.cc (Sized_relobj::do_finalize_local_symbols): In a
3281         relocatable link don't include the section address in the local
3282         symbol value.
3283
3284 2009-02-27  Ian Lance Taylor  <iant@google.com>
3285
3286         PR 6811
3287         * options.h (class Search_directory): Add is_system_directory.
3288         (class General_options): Declare is_in_system_directory.
3289         * options.cc (get_relative_sysroot): Make static.
3290         (get_default_sysroot): Make static.
3291         (General_optoins::is_in_system_directory): New function.
3292         * fileread.cc (Input_file::is_in_system_directory): New function.
3293         * fileread.h (class Input_file): Declare is_in_system_directory.
3294         * object.h (class Object): Add is_in_system_directory.
3295         (class Input_objects): Remove system_library_directory_ field.
3296         * object.cc (Input_objects::add_object): Don't set
3297         system_library_directory_.
3298         (input_objects::found_in_system_library_directory): Remove.
3299         * symtab.cc (Symbol_table::write_globals): Remove input_objects
3300         parameter.  Change all callers.
3301         (Symbol_table::sized_write_globals): Likewise.
3302         (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
3303         Call Object::is_in_system_directory.
3304         * symtab.h (class Symbol_table): Update declarations.
3305
3306         PR 5990
3307         * descriptors.h (Open_descriptor): Add is_on_stack field.
3308         * descriptors.cc (Descriptors::open): If the descriptor is on the
3309         top of the stack, remove it.  Initialize is_on_stack field.
3310         (Descriptors::release): Only add pod to stack if it is not on the
3311         stack already.
3312         (Descriptors::close_some_descriptor): Clear stack_next and
3313         is_on_stack fields.
3314
3315         PR 7091
3316         * output.cc (Output_section::find_starting_output_address): Rename
3317         from starting_output_address; add PADDR parameter; change return
3318         type.
3319         * output.h (class Output_section): Declare
3320         find_starting_output_address instead of starting_output_address.
3321         * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
3322         section symbol for which we can't find a merge section.
3323
3324         PR 9836
3325         * symtab.cc (Symbol_table::add_from_object): If the visibility is
3326         hidden or internal, force the symbol to be local.
3327         * resolve.cc (Symbol::override_visibility): Define.
3328         (Symbol::override_base): Use override_visibility.
3329         (Symbol_table::resolve): Likewise.
3330         (Symbol::override_base_with_special): Likewise.
3331         (Symbol_table::override_with_special): If the visibility is hidden
3332         or internal, force the symbol to be local.
3333         * symtab.h (class Symbol): Add set_visibility and
3334         override_visibility.
3335         * testsuite/ver_test_1.sh: New file.
3336         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
3337         (check_DATA): Add ver_test_1.syms.
3338         (ver_test_1.syms): New target.
3339         * testsuite/Makefile.in: Rebuild.
3340
3341 2009-02-25  Cary Coutant  <ccoutant@google.com>
3342
3343         * layout.cc (Layout::choose_output_section): Don't rename sections
3344         when using a linker script that has a SECTIONS clause.
3345         * Makefile.in: Regenerate.
3346
3347         * testsuite/Makefile.am (script_test_5.sh): New test case.
3348         * testsuite/Makefile.in: Regenerate.
3349         * testsuite/script_test_5.cc: New file.
3350         * testsuite/script_test_5.sh: New file.
3351         * testsuite/script_test_5.t: New file.
3352
3353 2009-02-13  Rafael Avila de Espindola  <espindola@google.com>
3354
3355         * archive.cc (Archive::include_member): Update calls to add_symbols.
3356         * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
3357         the Layout argument.
3358         * dynobj.h (do_add_symbols): Add the Layout argument.
3359         * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
3360         Layout argument.
3361         * object.h (Object::add_symbols): Add the Layout argument.
3362         (Object::do_add_symbols): Add the Layout argument.
3363         (Sized_relobj::do_add_symbols): Add the Layout argument.
3364         * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
3365         Unify the two versions.
3366         (Add_plugin_symbols): Remove.
3367         * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
3368         (Sized_pluginobj::do_add_symbols): Unify the two versions.
3369         (Add_plugin_symbols): Remove.
3370         * readsyms.cc (Read_symbols::do_read_symbols): Update call to
3371         Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
3372         (Add_symbols::run): Make it work with Pulginobj.
3373
3374 2009-02-06  Ian Lance Taylor  <iant@google.com>
3375
3376         * object.cc (Sized_relobj::do_layout): Make info message start
3377         with lower case letter.
3378
3379 2009-02-06  Mikolaj Zalewski  <mikolajz@google.com>
3380
3381         * binary.cc: Fix file comment.
3382
3383         * options.h (enum Incremental_disposition): Define.
3384         (class General_options): Add new options: --incremental,
3385         --incremental_changed, --incremental_unchanged,
3386         --incremental_unknown.  Add incremental_disposition_ and
3387         implicit_incremental_ fields.
3388         (General_options::incremental_disposition): New function.
3389         (class Position_dependent_options): Add incremental_disposition
3390         option.
3391         (Position_dependent_options::copy_from_options): Set incremental
3392         dispositions.
3393         * options.cc (General_options::parse_incremental_changed): New
3394         function.
3395         (General_options::parse_incremental_unchanged): New function.
3396         (General_options::parse_incremental_unknown): New function.
3397         (General_options::General_options): Initialize new fields
3398         incremental_disposition_ and implicit_incremental_.
3399         (General_options::finalize): Check for uasge of --incremental-*
3400         without --incremental.
3401
3402 2009-02-06  Chris Demetriou  <cgd@google.com>
3403
3404         * gold.h (gold_undefined_symbol): Change to take only a Symbol
3405         pointer and to report location as the file name associated with
3406         the symbol.
3407         (gold_undefined_symbol_at_location): New function to replace the
3408         old gold_undefined_symbol functionality.
3409         * target-reloc.h (relocate_section): Update to use
3410         gold_undefined_symbol_at_location.
3411         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
3412         Call gold_undefined_symbol function rather than gold_error.
3413         * errors.h (Errors::undefined_symbol): Take location as a
3414         string, rather than calculating it from a relocation.
3415         * errors.cc (Errors::fatal): Print "fatal error:" before the
3416         formatted message.
3417         (Errors::error, Errors::error_at_location): Print "error: "
3418         before the formatted message.
3419         (Errors::undefined_symbol): Take location as a string, rather
3420         than calculating it from a relocation.
3421         (gold_undefined_symbol_at_location): New function akin to
3422         old gold_undefined_symbol, calculates location from relocation.
3423         (gold_undefined_symbol): Change to take only a Symbol pointer
3424         and to report location as the file name associated with the symbol.
3425         * testsuite/debug_msg.sh: Update for changed error messages.
3426         * testsuite/undef_symbol.sh: Likewise.
3427
3428 2009-02-04  Duncan Sands  <baldrick@free.fr>
3429
3430         PR 9812
3431         * reduced_debug_output.h
3432         (Output_reduced_debug_abbrev_section::failed): Use format for
3433         gold_warning.
3434         (Output_reduced_debug_info_section::faild): Likewise.
3435
3436 2009-01-31  Mikolaj Zalewski  <mikolajz@google.com>
3437
3438         * script.cc (Lazy_demangler): New class.
3439         (Version_script_info::get_symbol_version_helper): Demangle a
3440         symbol only once.
3441
3442 2009-01-29  Cary Coutant  <ccoutant@google.com>
3443
3444         * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
3445         to __tls_get_addr.
3446         * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
3447
3448 2009-01-28  Ian Lance Taylor  <iant@google.com>
3449
3450         * version.cc (version_string): Bump to 1.9.
3451
3452         * gold.h: Include <cstring> and <stdint.h>.
3453         * version.cc: Include <cstdio>.
3454         * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
3455         warning.
3456         * reduced_debug_output.cc (insert_into_vector): Rename from
3457         Insert_into_vector; change all callers.  Use Swap_unaligned to
3458         avoid aliasing issue; remove union since it is unnecessary.
3459
3460 2009-01-27  Sriraman Tallam  <tmsriram@google.com>
3461
3462         * Makefile.am (CCFILES): Add gc.cc.
3463         (HFILES): Add gc.h.
3464         * Makefile.in: Regenerate.
3465         * gold.cc (Gc_runner): New class.
3466         (queue_initial_tasks): Call garbage collection related tasks
3467         when corresponding options are invoked.
3468         (queue_middle_gc_tasks): New function.
3469         (queue_middle_tasks): Reorder tasks to allow relocs to be read and
3470         processed early before laying out sections during garbage collection.
3471         * gold.h (queue_middle_gc_tasks): New function.
3472         (is_prefix_of): Move from "layout.cc".
3473         * i386.cc (Target_i386::gc_process_relocs): New function.
3474         * layout.cc (is_prefix_of): Remove. Move to "gold.h"
3475         * main.cc (main): Create object of class "Garbage_collection".
3476         * object.cc (Relobj::copy_symbols_data): New function.
3477         (Relobj::is_section_name_included): New function.
3478         (Sized_relobj::do_layout): Allow this function to be called twice 
3479         during garbage collection and defer layout of section during the 
3480         first call.
3481         * object.h (Relobj::get_symbols_data): New function.
3482         (Relobj::is_section_name_included): New function.
3483         (Relobj::copy_symbols_data): New function.
3484         (Relobj::set_symbols_data): New function.
3485         (Relobj::get_relocs_data): New function.
3486         (Relobj::set_relocs_data): New function.
3487         (Relobj::is_output_section_offset_invalid): New pure virtual function.
3488         (Relobj::gc_process_relocs): New function.
3489         (Relobj::do_gc_process_relocs): New pure virtual function.
3490         (Relobj::sd_): New data member.
3491         (Sized_relobj::is_output_section_offset_invalid): New function.
3492         (Sized_relobj::do_gc_process_relocs): New function.
3493         * options.h (General_options::gc_sections): Modify to not be a no-op.
3494         (General_options::print_gc_sections): New option.
3495         * plugin.cc (Plugin_finish::run): Remove function call to
3496         Plugin_manager::layout_deferred_objects.  Move it to "gold.cc".
3497         * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
3498         * reloc.cc (Read_relocs::run): Add task to process relocs and
3499         determine unreferenced sections when doing garbage collection.
3500         (Gc_process_relocs): New class.
3501         (Sized_relobj::do_gc_process_relocs): New function.
3502         (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
3503         sections that are garbage collected.
3504         * reloc.h (Gc_process_relocs): New class.
3505         * sparc.cc (Target_sparc::gc_process_relocs): New function.
3506         * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
3507         symbols whose corresponding sections are garbage collected.
3508         (Symbol_table::Symbol_table): Add new parameter for the garbage
3509         collection object.
3510         (Symbol_table::gc_mark_undef_symbols): New function.
3511         (Symbol_table::gc_mark_symbol_for_shlib): New function.
3512         (Symbol_table::gc_mark_dyn_syms): New function.
3513         (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
3514         as garbage.
3515         (Symbol_table::add_from_object): Likewise.
3516         (Symbol_table::add_from_relobj): When building shared objects, do not
3517         treat externally visible symbols as garbage.
3518         (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
3519         table information for static and relocatable links.
3520         * symtab.h (Symbol_table::set_gc): New function.
3521         (Symbol_table::gc): New function.
3522         (Symbol_table::gc_mark_undef_symbols): New function.
3523         (Symbol_table::gc_mark_symbol_for_shlib): New function.
3524         (Symbol_table::gc_mark_dyn_syms): New function.
3525         (Symbol_table::gc_): New data member.
3526         * target.h (Sized_target::gc_process_relocs): New pure virtual 
3527         function.
3528         * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
3529         * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
3530
3531 2009-01-20  Chris Faylor <me.sourceware@sourceware.org>
3532
3533         * options.h (General_options::gc_sections): Define as a no-op for now.
3534         (General_options::no_keep_memory): Ditto.
3535         (General_options::Bshareable): Define.
3536         * options.cc (General_options::finalize): Honor -Bshareable.
3537
3538 2009-01-20  Andreas Schwab  <schwab@suse.de>
3539
3540         * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
3541         read the value in the contents, since we don't use it.  Use the
3542         template endianness when writing.
3543         (Relocate::relocate): Use it for R_PPC_REL16_HA.
3544
3545 2009-01-19  Andreas Schwab  <schwab@suse.de>
3546
3547         * configure.tgt (powerpc64-*): Fix targ_obj.
3548
3549 2009-01-15  Ian Lance Taylor  <iant@google.com>
3550
3551         * object.cc (Sized_relobj::write_local_symbols): Don't write out
3552         local symbols when stripping all symbols.
3553
3554 2009-01-14  Cary Coutant  <ccoutant@google.com>
3555
3556         * output.cc (Output_reloc): Add explicit instantiations.
3557
3558 2009-01-14  Cary Coutant  <ccoutant@google.com>
3559
3560         * archive.cc (Archive::get_elf_object_for_member): Remove call
3561         to File_read::claim_for_plugin.
3562         * descriptors.cc (Descriptors::open): Remove reference to
3563         is_claimed.
3564         (Descriptors::claim_for_plugin): Remove.
3565         * descriptors.h (Descriptors::claim_for_plugin): Remove.
3566         (Descriptors::is_claimed): Remove.
3567         (claim_descriptor_for_plugin): Remove.
3568         * fileread.cc (File_read::claim_for_plugin): Remove.
3569         * fileread.h (File_read::claim_for_plugin): Remove.
3570         (File_read::descriptor): Reopen descriptor if necessary.
3571         * plugin.cc  (Plugin::load): Add two new APIs to transfer vector.
3572         (Plugin_manager::all_symbols_read): Add task parameter. Change
3573         all callers.
3574         (Plugin_manager::get_input_file): New function.
3575         (Plugin_manager::release_input_file): New function.
3576         (Pluginobj::Pluginobj): Add filesize parameter and initialize
3577         corresponding data member.
3578         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
3579         and pass to base constructor. Change all callers.
3580         (get_input_file, release_input_file): New functions.
3581         (make_sized_plugin_object): Add filesize parameter. Change all callers.
3582         * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
3583         (Plugin_manager::all_symbols_read): Add task parameter.
3584         (Plugin_manager::get_input_file): New function.
3585         (Plugin_manager::release_input_file): New function.
3586         (Plugin_manager::task_): New data member.
3587         (Pluginobj::Pluginobj): Add filesize parameter.
3588         (Pluginobj::filename): New function.
3589         (Pluginobj::descriptor): New function.
3590         (Pluginobj::filesize): New function.
3591         (Pluginobj::filesize_): New data member.
3592         (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
3593         * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
3594         File_read::claim_for_plugin; use Object::unlock to unlock the file.
3595
3596         * testsuite/Makefile.am (plugin_test_4): New test case for plugins
3597         with archive libraries.
3598         * testsuite/Makefile.in: Regenerate.
3599         * testsuite/plugin_test.c (struct sym_info): New type.
3600         (get_input_file, release_input_file): New static variables.
3601         (onload): Capture new transfer vector entries.
3602         (claim_file_hook): Stop reading at end of file according to filesize.
3603         Factor out parsing of readelf output into separate function.
3604         (all_symbols_read_hook): Exercise get_input_file and release_input_file
3605         APIs and get the source file name from the symbol table.  Convert
3606         source file name to corresponding object file name.  Print info
3607         message when adding new input files.
3608         (parse_readelf_line): New function.
3609         * testsuite/plugin_test_1.sh: Add checks for new info messages.
3610         * testsuite/plugin_test_2.sh: Likewise.
3611         * testsuite/plugin_test_3.sh: Likewise.
3612         * testsuite/plugin_test_4.sh: New test case.
3613
3614 2009-01-07  Ian Lance Taylor  <iant@google.com>
3615
3616         * version.cc (version_string): Bump to 1.8.
3617
3618 2008-12-23  Cary Coutant  <ccoutant@google.com>
3619
3620         * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
3621         * plugin.cc (Plugin_manager::finish): Rename as
3622         layout_deferred_objects.  Move cleanup to separate function.
3623         (Plugin_manager::cleanup): New function.
3624         (Plugin_finish::run): Call layout_deferred_objects and cleanup
3625         separately.
3626         * plugin.h (Plugin_manager::finish): Rename as
3627         layout_deferred_objects.
3628         (Plugin_manager::cleanup): New function.
3629         (Plugin_manager::cleanup_done): New field.
3630
3631 2008-12-23  Cary Coutant  <ccoutant@google.com>
3632
3633         * plugin.cc (is_visible_from_outside): New function.
3634         (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
3635         so we don't return "IR only" status for exported symbols or -r links.
3636
3637         * testsuite/Makefile.am (plugin_test_3): New test case.
3638         * testsuite/Makefile.in: Regenerate.
3639         * testsuite/plugin_test_3.sh: New file.
3640
3641 2008-12-22  Cary Coutant  <ccoutant@google.com>
3642
3643         * object.cc (Sized_relobj::layout_section): New function.
3644         (Sized_relobj::do_layout): Defer layout of input sections until after
3645         plugin has provided replacement files.
3646         (Sized_relobj::do_layout_deferred_sections): New function.
3647         * object.h (Relobj::set_section_offset): Remove virtual keyword.
3648         (Relobj::layout_deferred_sections): New function.
3649         (Relobj::do_layout_deferred_sections): New function.
3650         (Sized_relobj::do_layout_deferred_sections): New function.
3651         (Sized_relobj::layout_section): New function.
3652         (Sized_relobj::Deferred_layout): New structure.
3653         (Sized_relobj::deferred_layout_): New field.
3654         * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
3655         Change all callers.  Layout deferred sections.
3656         (class Plugin_finish): Renamed, was Plugin_cleanup.  Change all
3657         references.
3658         (Plugin_hook::run): Move code from do_plugin_hook inline.
3659         (Plugin_hook::do_plugin_hook): Remove.
3660         * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
3661         (Plugin_manager::finish): Renamed, was cleanup.
3662         (Plugin_manager::should_defer_layout): New function.
3663         (Plugin_manager::add_deferred_layout_object): New function.
3664         (Plugin_manager::Deferred_layout_list): New type.
3665         (Plugin_manager::deferred_layout_objects_): New field.
3666         (Plugin_hook::do_plugin_hook): Remove.
3667
3668 2008-12-17  Ian Lance Taylor  <iant@google.com>
3669
3670         * options.h (class General_options): Add --no case for
3671         --export-dynamic.
3672
3673 2008-12-16  Cary Coutant  <ccoutant@google.com>
3674
3675         * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
3676         vector.
3677         (Plugin_manager::claim_file): Create plugin object even if
3678         plugin did not call the add_symbols callback.
3679         (Plugin_obj::get_symbol_resolution_info): Guard against plugin
3680         asking for more symbols than were added.
3681         * testsuite/Makefile.am (plugin_test_1): Add test case with
3682         no global symbols.
3683         (empty.syms): New target.
3684         * testsuite/Makefile.in: Regenerate.
3685         * testsuite/plugin_test.c (claim_file_hook): Add new debug
3686         message. Don't call add_symbols if no globals.
3687         (all_symbols_read_hook): Don't provide replacement for empty
3688         claimed file.
3689
3690 2008-12-12  Ian Lance Taylor  <iant@google.com>
3691
3692         * target-reloc.h (Default_scan_relocatable_relocs): Only discard
3693         r_type == 0 for a local symbol with r_sym == 0.
3694         (scan_relocatable_relocs): Pass r_sym to
3695         local_non_section_strategy.
3696         * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
3697         r_sym parameter.
3698
3699         * configure.ac: Update test for TLS descriptors: they are
3700         supported as of glibc 2.9.
3701         * configure: Rebuild.
3702
3703 2008-12-11  Ian Lance Taylor  <iant@google.com>
3704
3705         PR 7091
3706         * target-reloc.h (Default_scan_relocatable_relocs): For each
3707         function, map r_type == 0 to RELOC_DISCARD.
3708
3709 2008-12-10  Cary Coutant  <ccoutant@google.com>
3710
3711         * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
3712         object to override a kept COMDAT group from a plugin object.
3713
3714 2008-12-09  Ian Lance Taylor  <iant@google.com>
3715
3716         PR 7088
3717         * yyscript.y (file_cmd): Handle INPUT.
3718
3719         * testsuite/initpri1.c: Change all declarations to be full
3720         prototypes by adding void, to avoid compiler warnings.
3721
3722 2008-12-05  Rafael Avila de Espindola  <espindola@google.com>
3723
3724         * options.cc (General_options::parse_plugin_opt): New.
3725         (General_options::add_plugin): The argument now is just the filename.
3726         (General_options::add_plugin_option): New.
3727         * options.h (plugin_opt): New.
3728         (add_plugin): Change argument name.
3729         (add_plugin_option): New.
3730         * plugin.cc (Plugin::load): Don't parse the plugin option.
3731         * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
3732         (Plugin::add_option): New.
3733         (Plugin::args_): Change type.
3734         (Plugin::filename_): New.
3735         (Plugin_manager::add_plugin_option): New.
3736         * testsuite/Makefile.am (plugin_test_1): Use new syntax.
3737         * testsuite/Makefile.in: Regenerate.
3738
3739 2008-12-05  Cary Coutant  <ccoutant@google.com>
3740
3741         * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
3742         Handle --strip-lto-sections option.
3743         * options.h (strip_lto_sections): New option.
3744
3745 2008-12-01  Cary Coutant  <ccoutant@google.com>
3746
3747         * plugin.cc (ld_plugin_message): Change format parameter to const.
3748         Fix mismatch between new[] and delete.
3749
3750 2008-11-14  Cary Coutant  <ccoutant@google.com>
3751
3752         * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
3753         instead of -1U.
3754
3755 2008-11-05  Craig Silverstein  <csilvers@google.com>
3756
3757         * options.cc (General_options::parse_dynamic_list): New function.
3758         * options.h (General_options): New flags dynamic_list,
3759         dynamic_list_data, dynamic_list_cpp_new, and
3760         dynamic_list_cpp_typeinfo.  New variable dynamic_list_.
3761         (General_options::in_dynamic_list): New function.
3762         * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
3763         (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
3764         (Lex::can_continue_name): Likewise.
3765         (yylex): Likewise.
3766         (read_script_file): New parameter script_options.
3767         (read_dynamic_list): New function.
3768         (Script_options::define_dynamic_list): New function.
3769         (dynamic_list_keyword_parsecodes): New variable.
3770         (dynamic_list_keywords): New variable.
3771         * script.h (Script_options::define_dynamic_list): New function
3772         prototype.
3773         (read_dynamic_list): New function prototype.
3774         * symtab.cc (strprefix): New macro.
3775         (Symbol::should_add_dynsym_entry): Support dynamic_list,
3776         dynamic_list_data, dynamic_list_cpp_new, and
3777         dynamic_list_cpp_typeinfo.
3778         * yyscript.y (PARSING_DYNAMIC_LIST): New token.
3779         (dynamic_list_expr): New rule.
3780         (dynamic_list_nodes): Likewise.
3781         (dynamic_list_node): Likewise.
3782         * testsuite/Makefile.am (dynamic_list): New test.
3783         * testsuite/Makefile.in: Regenerated.
3784         * testsuite/dynamic_list.t: New file.
3785         * testsuite/dynamic_list.sh: New file.
3786
3787 2008-11-05  Craig Silverstein  <csilvers@google.com>
3788
3789         * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
3790         * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
3791         (t11_last): Likewise.
3792         * testsuite/ver_test_6.c (main): Likewise.
3793
3794 2008-10-07  Cary Coutant  <ccoutant@google.com>
3795
3796         * options.c (General_options::finalize): Add check for -static and
3797         -shared.
3798         * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
3799         is not empty.
3800
3801 2008-10-02  Cary Coutant  <ccoutant@google.com>
3802
3803         * plugin.cc (make_sized_plugin_object): Fix conditional
3804         compilation to work when not all targets are enabled.
3805
3806 2008-09-29  Cary Coutant  <ccoutant@google.com>
3807
3808         * archive.cc (Archive::get_file_and_offset): Use filename instead
3809         of name to get library path.
3810         (Archive::include_member): Unlock external member of a thin archive.
3811
3812         * testsuite/Makefile.am (TEST_AR): New variable.
3813         (thin_archive_test_1): New test.
3814         (thin_archive_test_2): New test.
3815         * testsuite/Makefile.in: Regenerate.
3816         * testsuite/thin_archive_main.cc: New file.
3817         * testsuite/thin_archive_test_1.cc: New file.
3818         * testsuite/thin_archive_test_2.cc: New file.
3819         * testsuite/thin_archive_test_3.cc: New file.
3820         * testsuite/thin_archive_test_4.cc: New file.
3821
3822 2008-09-29  Cary Coutant  <ccoutant@google.com>
3823
3824         * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
3825         * object.cc (Sized_relobj::do_layout): Use constant invalid_address
3826         instead of -1U.
3827         (Sized_relobj::do_finalize_local_symbols): Likewise.
3828         (Sized_relobj::map_to_kept_section): Likewise.
3829         * object.h (Sized_relobj::invalid_address): New constant.
3830         (Sized_relobj::do_output_section_offset): Check for invalid_address
3831         and return -1ULL.
3832         * output.cc (Output_reloc::local_section_offset): Use constant
3833         invalid_address instead of -1U.
3834         (Output_reloc::get_address): Likewise.
3835         (Output_section::output_address): Change -1U to -1ULL.
3836         * output.h (Output_reloc::invalid_address): New constant.
3837         * reloc.cc (Sized_relobj::write_sections): Use constant
3838         invalid_address instead of -1U.
3839         (Sized_relobj::relocate_sections): Likewise.
3840         * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
3841         values for merge sections.
3842         * target-reloc.h (relocate_for_relocatable): Use constant
3843         invalid_address instead of -1U.
3844
3845 2008-09-19  Cary Coutant  <ccoutant@google.com>
3846
3847         Add plugin functionality for link-time optimization (LTO).
3848         * configure.ac (plugins): Add --enable-plugins option.
3849         * configure: Regenerate.
3850         * config.in: Regenerate.
3851         * Makefile.am (LIBDL): New variable.
3852         (CCFILES): Add plugin.cc.
3853         (HFILES): Add plugin.h.
3854         (ldadd_var): Add LIBDL.
3855         * Makefile.in: Regenerate.
3856
3857         * archive.cc: Include "plugin.h".
3858         (Archive::setup): Don't preread archive symbols when using a plugin.
3859         (Archive::get_file_and_offset): Add memsize parameter.  Change callers.
3860         (Archive::get_elf_object_for_member): Call plugin hooks for claiming
3861         files.
3862         (Archive::include_member): Add symbols from plugin objects.
3863         * archive.h (Archive::get_file_and_offset): Add memsize parameter.
3864         * descriptors.cc (Descriptors::open): Check for file descriptors
3865         abandoned by plugins.
3866         (Descriptors::claim_for_plugin): New function.
3867         * descriptors.h (Descriptors::claim_for_plugin): New function.
3868         (Open_descriptor::is_claimed): New field.
3869         (claim_descriptor_for_plugin): New function.
3870         * fileread.cc (File_read::claim_for_plugin): New function.
3871         * fileread.h (File_read::claim_for_plugin): New function.
3872         (File_read::descriptor): New function.
3873         * gold.cc: Include "plugin.h".
3874         (queue_initial_tasks): Add task to call plugin hooks for generating
3875         new object files.
3876         * main.cc: Include "plugin.h".
3877         (main): Load plugin libraries.
3878         * object.h (Pluginobj): Declare.
3879         (Object::pluginobj): New function.
3880         (Object::do_pluginobj): New function.
3881         (Object::set_target): New function.
3882         * options.cc: Include "plugin.h".
3883         (General_options::parse_plugin): New function.
3884         (General_options::General_options): Initialize plugins_ field.
3885         (General_options::add_plugin): New function.
3886         * options.h (Plugin_manager): Declare.
3887         (General_options): Add --plugin option.
3888         (General_options::has_plugins): New function.
3889         (General_options::plugins): New function.
3890         (General_options::add_plugin): New function.
3891         (General_options::plugins_): New field.
3892         * plugin.cc: New file.
3893         * plugin.h: New file.
3894         * readsyms.cc: Include "plugin.h".
3895         (Read_symbols::do_read_symbols): Check for archive before checking
3896         for ELF file.  Call plugin hooks to claim files.
3897         * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
3898         from a real object file; force override when processing replacement
3899         files.
3900         * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
3901         (Symbol::init_base_object): Likewise.
3902         (Symbol::init_base_output_data): Likewise.
3903         (Symbol::init_base_output_segment): Likewise.
3904         (Symbol::init_base_constant): Likewise.
3905         (Symbol::init_base_undefined): Likewise.
3906         (Symbol::output_section): Assert that object is not a plugin.
3907         (Symbol_table::add_from_pluginobj): New function.
3908         (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
3909         undefined.
3910         (Symbol_table::sized_write_globals): Likewise.
3911         (Symbol_table::add_from_pluginobj): Instantiate template.
3912         * symtab.h (Sized_pluginobj): Declare.
3913         (Symbol::in_real_elf): New function.
3914         (Symbol::set_in_real_elf): New function.
3915         (Symbol::in_real_elf_): New field.
3916         (Symbol_table::add_from_pluginobj): New function.
3917
3918         * testsuite/Makefile.am (AM_CFLAGS): New variable.
3919         (LIBDL): New variable.
3920         (LDADD): Add LIBDL.
3921         (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
3922         (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
3923         (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
3924         (MOSTLYCLEANFILES): Likewise.
3925         * testsuite/Makefile.in: Regenerate.
3926         * testsuite/plugin_test.c: New file.
3927         * testsuite/plugin_test_1.sh: New file.
3928         * testsuite/plugin_test_2.sh: New file.
3929
3930 2008-09-16  Ian Lance Taylor  <iant@google.com>
3931
3932         * target-reloc.h (relocate_section): Check whether a symbol is
3933         defined by the ABI before reporting an undefined symbol error.
3934         * target.h (Target::is_defined_by_abi): Make parameter const.
3935         (Target::do_is_defined_by_abi): Likewise.
3936         * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
3937         * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
3938         * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
3939         * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
3940         * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
3941         * testsuite/Makefile.in: Rebuild.
3942
3943         * fileread.cc (make_view): Add casts to avoid warning.
3944
3945 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
3946
3947         * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
3948         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
3949
3950 2008-09-16  Alexandre Oliva  <aoliva@redhat.com>
3951
3952         * options.h (General_options::output_is_executable): New.
3953         (General_options::output_is_pie): New.
3954         * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
3955         for shared libraries.
3956         * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
3957
3958 2008-09-11  Chris Demetriou  <cgd@google.com>
3959
3960         * options.h (origin): New -z option.
3961         * layout.cc (Layout:finish_dynamic_section): If "-z origin"
3962         is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
3963         in DT_FLAGS_1.
3964
3965 2008-09-05  Cary Coutant  <ccoutant@google.com>
3966
3967         * fileread.cc (File_read::make_view): Add check for attempt to map
3968         beyond end of file.
3969
3970 2008-09-05  Cary Coutant  <ccoutant@google.com>
3971
3972         * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
3973         explicit instantiations.
3974
3975 2008-08-28  Kris Van Hees  <kris.van.hees@oracle.com>
3976
3977         PR gold/6858
3978         * options.cc (General_options::finalize): Allow undefined symbols
3979         in shlibs if linking -shared.
3980
3981         PR gold/6859
3982         * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
3983         symbols as not needing a dynsym entry.
3984
3985 2008-08-20  Craig Silverstein  <csilvers@google.com>
3986
3987         * fileread.cc (File_read::open): Do not lock the file unless it
3988         was successfully opened.
3989
3990 2008-08-14  Cary Coutant  <ccoutant@google.com>
3991
3992         * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
3993         Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
3994         * testsuite/tls_test.cc (struct int128): 128-bit struct
3995         for testing TLS relocs with non-zero addend.
3996         (v12): New TLS variable.
3997         (t12): New test.
3998         (t_last): Add check for v12.
3999         * testsuite/tls_test.h (t12): New function.
4000         * testsuite/tls_test_main.cc (thread_routine): Call new test.
4001
4002 2008-08-13  Ian Lance Taylor  <iant@google.com>
4003
4004         * layout.cc (Layout::attach_allocated_section_to_segment): Don't
4005         set tls_segment_ or relro_segment_.
4006         (Layout::make_output_segment): Set tls_segment_ and relro_segment_
4007         when appropriate.
4008         * output.h (Output_section::clear_is_relro): New function.
4009         * output.cc (Output_segment::add_output_section): Handle SHF_TLS
4010         sections specially even when output_data_ is empty.
4011         (Output_segment::maximum_alignment): When first section is relro,
4012         only force alignment for PT_LOAD segments.
4013         * script.cc (script_data_segment_align): New function.
4014         (script_data_segment_relro_end): New function.
4015         * script-c.h (script_data_segment_align): Declare.
4016         (script_data_segment_relro_end): Declare.
4017         * script-sections.h (class Script_sections): Declare
4018         data_segment_align and data_segment_relro_end.  Add fields
4019         segment_align_index_ and saw_relro_end_.
4020         * script-sections.cc (class Sections_element): Add set_is_relro
4021         virtual function.  Add new bool* parameter to place_orphan_here.
4022         Add get_output_section virtual function.
4023         (class Output_section_definition): Add set_is_relro.  Add new
4024         bool* parameter to place_orphan_here.  Add get_output_section.
4025         Add is_relro_ field.
4026         (Output_section_definition::Output_section_definition): Initialize
4027         evaluated_address_, evaluated_load_address, evaluated_addralign_,
4028         and is_relro_ fields.
4029         (Output_section_definition::place_orphan_here): Add is_relro
4030         parameter.
4031         (Output_section_definition::set_section_addresses): Set relro for
4032         output section.
4033         (Output_section_definition::alternate_constraint): Likewise.
4034         (class Orphan_output_section): Add new bool* parameter to
4035         place_orphan_here.  Add get_output_section.
4036         (Orphan_output_section::place_orphan_here): Add is_relro
4037         parameter.
4038         (Script_sections::Script_sections): Initialize
4039         data_segment_align_index_ and saw_relro_end_.
4040         (Script_sections::data_segment_align): New function.
4041         (Script_sections::data_segment_relro_end): New function.
4042         (Script_sections::place_orphan): Set or clear is_relro.
4043         (Script_sections::set_section_addresses): Force alignment of first
4044         TLS section.
4045         * yyscript.y (exp): Call script_data_segment_align and
4046         script_data_segment_relro_end.
4047         * testsuite/relro_script_test.t: New file.
4048         * testsuite/relro_test.cc (using_script): Declare.
4049         (t1, t2): Test using_script.
4050         * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
4051         (relro_script_test_SOURCES): Define.
4052         (relro_script_test_DEPENDENCIES): Define.
4053         (relro_script_test_LDFLAGS): Define.
4054         (relro_script_test_LDADD): Define.
4055         (relro_script_test.so): New target.
4056         * testsuite/Makefile.in: Rebuild.
4057
4058 2008-08-06  Cary Coutant <ccoutant@google.com>
4059
4060         * archive.cc (Archive::total_archives, Archive::total_members)
4061         (Archive::total_members_loaded): New variables.
4062         (Archive::setup): Add parameter.  Add option to preread
4063         archive symbols.
4064         (Archive::read_armap): Add counter.
4065         (Archive::get_file_and_offset): New function.
4066         (Archive::get_elf_object_for_member): New function.
4067         (Archive::read_all_symbols): New function.
4068         (Archive::read_symbols): New function.
4069         (Archive::add_symbols): Add counters.
4070         (Archive::include_all_members): Use armap to find members if it's
4071         already built.
4072         (Archive::include_member): Skip reading symbols if already read.
4073         Factored code into Archive::get_file_and_offset and
4074         Archive::get_elf_object_for_member.  Changed call to
4075         Mapfile::report_include_archive_member.
4076         (Archive::print_stats): New function.
4077         * archive.h: Declare Object and Read_symbols_data classes.
4078         (Archive::Archive): Add initializers for new members.
4079         (Archive::setup): Add parameter.
4080         (Archive::print_stats): New function.
4081         (Archive::total_archives, Archive::total_members)
4082         (Archive::total_members_loaded): New variables.
4083         (Archive::get_file_and_offset): New function.
4084         (Archive::get_elf_object_for_member): New function.
4085         (Archive::read_all_symbols): New function.
4086         (Archive::read_symbols): New function.
4087         (Archive::Archive_member): New class.
4088         (Archive::members_): New member.
4089         (Archive::num_members_): New member.
4090         * main.cc: Include archive.h.
4091         (main): Call Archive::print_stats.
4092         * mapfile.cc (Mapfile::report_include_archive_member): Delete
4093         archive parameter; member_name is now the fully-decorated name.
4094         * mapfile.h (Mapfile::report_include_archive_member): Likewise.
4095         * options.h: (General_options): Add --preread-archive-symbols option.
4096         * readsyms.cc (Read_symbols::do_read_symbols): Change call to
4097         Archive::setup.
4098
4099 2008-08-04  Ian Lance Taylor  <iant@google.com>
4100
4101         * symtab.h (Symbol::use_plt_offset): New function.
4102         * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
4103         * powerpc.cc (Relocate::relocate): Likewise.
4104         * sparc.cc (Relocate::relocate): Likewise.
4105         * x86_64.cc (Relocate::relocate): Likewise.
4106         * testsuite/weak_plt.sh: New test.
4107         * testsuite/weak_plt_main.cc: New test.
4108         * testsuite/weak_plt_shared.cc: New test.
4109         * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
4110         (check_PROGRAMS): Add weak_plt.
4111         (check_DATA): Add weak_plt_shared.so.
4112         (weak_plt_main_pic.o, weak_plt): New targets.
4113         (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
4114         * testsuite/Makefile.in: Rebuild.
4115
4116         * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
4117         gcctestdir/ld.
4118         (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
4119         * testsuite/Makefile.in: Rebuild.
4120
4121 2008-08-04  Alan Modra  <amodra@bigpond.net.au>
4122
4123         * Makefile.am (POTFILES.in): Set LC_ALL=C.
4124         * Makefile.in: Regenerate.
4125         * po/POTFILES.in: Regenerate.
4126
4127 2008-07-29  Ian Lance Taylor  <iant@google.com>
4128
4129         * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
4130         symbols before other symbols.
4131         * testsuite/script_test_2.cc (test_addr): Declare.
4132         (test_addr_alias): Declare.
4133         (main): Check that test_addr and test_addr_alias have the right
4134         values.
4135         * testsuite/script_test_2.t: Define test_addr_alias and
4136         test_addr.
4137
4138 2008-07-24  Ian Lance Taylor  <iant@google.com>
4139
4140         PR 5990
4141         * descriptors.cc: New file.
4142         * descriptors.h: New file.
4143         * gold-threads.h (class Hold_optional_lock): New class.
4144         * fileread.cc: Include "descriptors.h".
4145         (File_read::~File_read): Release descriptor rather than closing
4146         it.
4147         (File_read::open) [file]: Call open_descriptor rather than open.
4148         Set is_descriptor_opened_.
4149         (File_read::open) [memory]: Assert that descriptor is not open.
4150         (File_read::reopen_descriptor): New function.
4151         (File_read::release): Release descriptor.
4152         (File_read::do_read): Make non-const.  Reopen descriptor.
4153         (File_read::read): Make non-const.
4154         (File_read::make_view): Reopen descriptor.
4155         (File_read::do_readv): Likewise.
4156         * fileread.h (class File_read): Add is_descriptor_opened_ field.
4157         Update declarations.
4158         * layout.cc: Include "descriptors.h".
4159         (Layout::create_build_id): Use open_descriptor rather than open.
4160         * output.cc: Include "descriptors.h".
4161         (Output_file::open): Use open_descriptor rather than open.
4162         * archive.cc (Archive::const_iterator): Change Archive to be
4163         non-const.
4164         (Archive::begin, Archive::end): Make non-const.
4165         (Archive::count_members): Likewise.
4166         * archive.h (class Archive): Update declarations.
4167         * object.h (Object::read): Make non-const.
4168         * Makefile.am (CCFILES): Add descriptors.cc.
4169         (HFILES): Add descriptors.h.
4170         * Makefile.in: Rebuild.
4171
4172         PR 6716
4173         * gold.h: Always include <clocale>.  Add Solaris workarounds
4174         following code in binutils/sysdep.h.
4175
4176         PR 6048
4177         * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
4178         this->eh_frame_hdr_ is NULL before using it.
4179
4180         * dynobj.cc (Versions::Versions): Update comment.
4181
4182         * dynobj.cc (Versions::Versions): If there is an soname, use it as
4183         the base version name.
4184
4185         * stringpool.cc (Stringpool_template::add_with_length): Set key to
4186         array size plus one.
4187         (Stringpool_template::set_string_offsets): Subtract one from key
4188         before using it as an array index.
4189         (Stringpool_template::get_offset_with_length): Likewise.
4190         (Stringpool_template::write_to_buffer): Likewise.
4191         * stringpool.h (Stringpool_template::get_offset_from_key):
4192         Likewise.
4193
4194 2008-07-23  Ian Lance Taylor  <iant@google.com>
4195
4196         PR 6658
4197         * object.h (Merged_symbol_value::value): Do our best to handle a
4198         negative addend.
4199
4200         PR 6647
4201         * script.cc (Version_script_info::get_versions): Don't add empty
4202         version tag to return value.
4203         (Version_script_info::get_symbol_version_helper): Change return
4204         type to bool.  Add pversion parameter.  Change all callers.
4205         (script_register_vers_node): Don't require a non-NULL tag.
4206         * script.h (class Version_script_info): Update declarations.
4207         (Version_script_info::get_symbol_version): Change return type to
4208         bool.  Add version parameter.  Change all callers.
4209         * symtab.cc (Sized_symbol::add_from_relobj): Rework version
4210         handling.  Handle an empty version from a version script.
4211         (Symbol_table::define_special_symbol): Likewise.
4212         * testsuite/ver_test_10.script: New file.
4213         * testsuite/ver_test_10.sh: New file.
4214         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
4215         (check_DATA): Add ver_test_10.syms.
4216         (ver_test_10.syms, ver_test_10.so): New target.
4217         * testsuite/Makefile.in: Rebuild.
4218
4219 2008-07-23  Simon Baldwin  <simonb@google.com>
4220
4221         * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
4222         to zero for undefined symbols from dynamic libraries.
4223
4224 2008-07-23  Ian Lance Taylor  <iant@google.com>
4225
4226         * symtab.cc (Symbol_table::resolve): Remove version parameter.
4227         Change all callers.
4228         * symtab.h (class Symbol_table): Update declaration.
4229         * testsuite/ver_test_9.cc: New file.
4230         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
4231         (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
4232         (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
4233         (ver_test_9.so, ver_test_9.o): New targets.
4234         * testsuite/Makefile.in: Rebuild.
4235
4236 2008-07-22  Ian Lance Taylor  <iant@google.com>
4237
4238         * options.h (class General_options): Define --check-sections.
4239         * layout.cc (Layout::set_segment_offsets): Handle
4240         --check-sections.
4241
4242         * options.h (class General_options): Define -n/--nmagic and
4243         -N/--omagic.
4244         * options.cc (General_options::finalize): For -n/--nmagic or
4245         -N/--omagic, set -static.
4246         * layout.cc (Layout::attach_allocated_section_to_segment): If
4247         -N/--omagic, don't put read-only and read-write sections in
4248         different segments.
4249         (Layout::find_first_load_seg): If -N/--omagic, don't insist on
4250         finding a read-only segment.
4251         (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
4252         don't set the minimum segment alignment to the common page size,
4253         and don't set the file offset to the address modulo the page size.
4254         * script-sections.cc (Script_sections::create_segments): If
4255         -n/--omagic, don't put read-only and read-write sections in
4256         different segments.
4257
4258         * cref.cc: New file.
4259         * cref.h: New file.
4260         * options.h (class General_options): Add --print-symbol-counts.
4261         * main.cc (main): Issue defined symbol report if requested.
4262         * archive.cc (Archive::interpret_header): Make into a const member
4263         function.
4264         (Archive::add_symbols): Call Input_objects::archive_start and
4265         archive_stop.
4266         (Archive::const_iterator): Define new class.
4267         (Archive::begin, Archive::end): New functions.
4268         (Archive::include_all_members): Rewrite to use iterator.
4269         (Archive::count_members): New function.
4270         * archive.h (class Archive): Update declarations.
4271         (Archive::filename): New function.
4272         * object.cc: Include "cref.h".
4273         (Sized_relobj::Sized_relobj): Initialize defined_count_.
4274         (Sized_relobj::do_get_global_symbol_counts): New function.
4275         (Input_objects::add_object): Add object to cross-referencer.
4276         (Input_objects::archive_start): New function.
4277         (Input_objects::archive_stop): New function.
4278         (Input_objects::print_symbol_counts): New function.
4279         * object.h: Declare Cref and Archive.
4280         (Object::get_global_symbol_counts): New function.
4281         (Object::do_get_global_symbol_counts): New pure virtual function.
4282         (class Sized_relobj): Add defined_count_ field.  Update
4283         declarations.
4284         (class Input_objects): Add cref_ field.  Update constructor.
4285         Update declarations.
4286         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
4287         defined_count_.
4288         (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
4289         symbol counts.
4290         (Sized_dynobj::do_get_global_symbol_counts): New function.
4291         * dynobj.h (class Sized_dynobj): Add fields symbols_ and
4292         defined_count_.  Update declarations.  Define Symbols typedef.
4293         * symtab.cc (Symbol_table::add_from_relobj): Add defined
4294         parameter.  Change all callers.
4295         (Symbol_table::add_from_dynobj): Add sympointers and defined
4296         parameters.  Change all callers.
4297         * symtab.h (class Symbol_table): Update declarations.
4298         * Makefile.am (CCFILES): Add cref.cc.
4299         (HFILES): Add cref.h.
4300         * Makefile.in: Rebuild.
4301
4302 2008-07-22  Simon Baldwin  <simonb@google.com>
4303
4304         * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
4305         to zero when writing undefined symbols.
4306
4307 2008-07-22  Ian Lance Taylor  <iant@google.com>
4308
4309         * output.cc (Output_section::add_input_section): Don't try to
4310         merge empty merge sections.
4311
4312 2008-07-21  Craig Silverstein  <csilvers@google.com>
4313
4314         * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
4315         Include symbol version in error message.
4316
4317 2008-07-20  Chris Demetriou  <cgd@google.com>
4318
4319         * configure.ac (gold_cv_c_random_seed): New configured variable.
4320         (RANDOM_SEED_CFLAGS): New substituted variable.
4321         * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
4322         * configure: Rebuild.
4323         * Makefile.in: Likewise.
4324         * testsuite/Makefile.in: Likewise.
4325
4326 2008-07-18  Ian Lance Taylor  <iant@google.com>
4327
4328         * symtab.cc (Symbol_table::add_from_object): Rewrite the case
4329         where we see NAME/NULL and NAME/VERSION  as separate symbols.
4330         * testsuite/ver_test_main.cc (main): Call t4.
4331         (t4, t4_2a): Define.
4332         * testsuite/ver_test_2.cc (t4_2): Define.
4333         * testsuite/ver_test_2.script: Put t4_2a in VER2.
4334         * testsuite/ver_test_4.cc (t4_2a): Define.
4335         * testsuite/ver_test_4.script: Put t4_2a in VER2.
4336         * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
4337
4338 2008-07-17  Ian Lance Taylor  <iant@google.com>
4339
4340         * dynobj.cc (Versions::add_def): If we give an error about a
4341         missing version, go ahead and create the version anyhow.
4342
4343 2008-07-10  Ian Lance Taylor  <iant@google.com>
4344
4345         Handle output sections with more than 0x7fffffff bytes.
4346         * object.h (class Relobj): Change map_to_output_ to
4347         output_sections_, and just keep a section pointer.  Change all
4348         uses.  Move comdat group support to Sized_relobj.
4349         (Relobj::is_section_specially_mapped): Remove.
4350         (Relobj::output_section): Remove poff parameter.  Change all
4351         callers.
4352         (Relobj::output_section_offset): New function.
4353         (Relobj::set_section_offset): Rewrite.
4354         (Relobj::map_to_output): Remove.
4355         (Relobj::output_sections): New function.
4356         (Relobj::do_output_section_offset): New pure virtual function.
4357         (Relobj::do_set_section_offset): Likewise.
4358         (class Sized_relobj): Add section_offsets_ field.  Add comdat
4359         group support from Relobj.  Update declarations.
4360         (Sized_relobj::get_output_section_offset): New function.
4361         (Sized_relobj::do_output_section_offset): New function.
4362         (Sized_relobj::do_set_section_offset): New function.
4363         * object.cc (Relobj::output_section_address): Remove.
4364         (Sized_relobj::Sized_relobj): Initialize new fields.
4365         (Sized_relobj::include_section_group): Cast find_kept_object to
4366         Sized_relobj.
4367         (Sized_relobj::include_linkonce_section): Likewise.
4368         (Sized_relobj::do_layout): Use separate arrays for output section
4369         and output offset.
4370         (Sized_relobj::do_count_local_symbols): Change map_to_output to
4371         output_sections.
4372         (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
4373         output_sections and section_offsets.
4374         (Sized_relobj::write_local_symbols): Likewise.
4375         (map_to_kept_section): Compute output address directly.
4376         * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
4377         output_sections and section_offsets.
4378         (Sized_relobj::write_sections): Likewise.
4379         (Sized_relobj::relocate_sections): Likewise.
4380         * symtab.cc (sized_finalize_symbol): Use output_section_offset.
4381         * output.h (class Output_reloc): Update declarations.  Change
4382         u2_.relobj to Sized_relobj*.
4383         (class Output_data_reloc): Change add functions to use
4384         Sized_relobj*.
4385         * output.cc (Output_reloc::Output_reloc): Change relobj to
4386         Sized_relobj*.
4387         (Output_reloc::local_section_offset): Change return type to
4388         Elf_Addr.  Use get_output_section_offset.
4389         (Output_reloc::get_address): Likewise.
4390         (Output_section::is_input_address_mapped): Don't call
4391         is_section_specially_mapped.
4392         (Output_section::output_offset): Likewise.
4393         (Output_section::output_address): Likewise.
4394         (Output_section::starting_output_address): Likewise.
4395         * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
4396         parameter to Sized_relobj*.
4397         (Copy_relocs::need_copy_reloc): Likewise.
4398         (Copy_relocs::save): Likewise.
4399         * copy-relocs.h (class Copy_relocs): Update declarations.
4400         (class Copy_relocs::Copy_reloc_entry): Change constructor to use
4401         Sized_relobj*.  Change relobj_ field to Sized_relobj*.
4402         * target-reloc.h (relocate_for_relocatable): Change
4403         offset_in_output_section type to Elf_Addr.  Change code that uses
4404         it as well.
4405         * layout.cc (Layout::layout): Always set *off.
4406         * mapfile.cc (Mapfile::print_input_section): Use
4407         output_section_offset.
4408         * i386.cc (Target_i386::copy_reloc): Change object parameter to
4409         Sized_relobj*.
4410         * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
4411         * sparc.cc (Target_sparc::copy_reloc): Likewise.
4412         * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
4413
4414 2008-07-03  Ian Lance Taylor  <iant@google.com>
4415
4416         * layout.cc (Layout::include_section): Do not discard unrecognized
4417         SHT_STRTAB sections.
4418
4419 2008-06-30  Craig Silverstein  <csilvers@cs.stanford.edu>
4420
4421         * script.cc (Lex::can_continue_name): Make '?' allowable in
4422         version-script names.
4423         * testsuite/version_script.map: Change glob pattern to use '?'
4424
4425 2008-06-30  Manish Singh  <yosh@gimp.org>
4426
4427         PR 6585
4428         * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
4429         Correct typo.
4430
4431 2008-06-30  Ian Lance Taylor  <iant@google.com>
4432
4433         PR 6660
4434         PR 6682
4435         * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
4436         versions]: Don't try to read the value in the contents, since we
4437         don't use it.  Use the template endianness when writing.
4438
4439 2008-06-25  Cary Coutant  <ccoutant@google.com>
4440
4441         * fileread.cc (File_read::make_view): Assert on zero-length view.
4442         * object.cc (Sized_relobj::do_read_symbols): Don't try to read
4443         symbol table when there are no symbols to read.
4444
4445 2008-06-23  Craig Silverstein  <csilvers@google.com>
4446
4447         * version.cc (version_string): Bump to 1.7
4448
4449 2008-06-18  Craig Silverstein  <csilvers@google.com>
4450
4451         * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
4452         constant 0xFFFF to type Valtype.
4453         (Powerpc_relocate_functions::rel16_ha): Likewise.
4454
4455 2008-06-17  Ian Lance Taylor  <iant@google.com>
4456
4457         * output.h (Output_section::Input_section): Initialize p2align_ to
4458         zero for Output_section_data constructors.
4459         (Output_section::Input_section::addralign): If not an input
4460         section, return the alignment of the Output_section_data.
4461         * testsuite/copy_test.cc: New file.
4462         * testsuite/copy_test_1.cc: New file.
4463         * testsuite/copy_test_2.cc: New file.
4464         * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
4465         (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
4466         (copy_test_LDFLAGS, copy_test_LDADD): New variables.
4467         (copy_test_1_pic.o, copy_test_1.so): New targets.
4468         (copy_test_2_pic.o, copy_test_2.so): New targets.
4469         * testsuite/Makefile.in: Rebuild.
4470
4471         * script-sections.cc (Script_sections::place_orphan): Initialize
4472         local variable exact.
4473
4474 2008-06-13  David Edelsohn  <edelsohn@gnu.org>
4475
4476         * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
4477
4478 2008-06-12  David Edelsohn  <edelsohn@gnu.org>
4479             David S. Miller  <davem@davemloft.net>
4480
4481         * powerpc.cc: New file.
4482         * Makefile.am (TARGETSOURCES): Add powerpc.cc
4483         (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
4484         * configure.tgt: Add entries for powerpc-* and powerpc64-*.
4485         * Makefile.in: Rebuild.
4486
4487 2008-06-09  Ian Lance Taylor  <iant@google.com>
4488
4489         * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
4490         <exception>.
4491         (throwing, orig_terminate): New static variables.
4492         (terminate_handler): New static function.
4493         (t2): Set terminate handler.
4494
4495 2008-06-05  Kris Van Hees  <kris.van.hees@oracle.com>
4496
4497         PR 6584
4498         * binary.cc (Binary_to_elf::sized_convert): Fix .data
4499         alignment.
4500
4501 2008-05-30  Cary Coutant  <ccoutant@google.com>
4502
4503         * archive.cc (Archive::include_all_members) Correct to step
4504         over symbol table and extended name table in thin archives.
4505
4506 2008-05-29  Kris Van Hees  <kris.van.hees@oracle.com>
4507
4508         PR 6407
4509         * target-reloc.h (relocate_for_relocatable): Fix new_offset
4510         calculation.
4511
4512 2008-05-28  Caleb Howe  <cshowe@google.com>
4513
4514         * reduced_debug_output.cc: New file.
4515         * reduced_debug_output.h: New file.
4516         * options.h (class General_options): Add --strip-debug-non-line.
4517         * options.cc (General_options::finalize): Add strip_debug_non_line
4518         to the strip heirarchy.
4519         * layout.h (class Layout): Add debug_abbrev_ and debug_info_
4520         fields.
4521         * layout.cc: Include "reduced_debug_output.h".
4522         (Layout::Layout): Initialize new fields.
4523         (line_only_debug_sections): New static array.
4524         (is_lines_only_debug_sections): New static inline function.
4525         (Layout::include_section): Handle --strip-debug-non-line.
4526         (Layout::make_output_section): If --strip-debug-non-line, build
4527         new output sections for .debug_abbrev and .debug_info.
4528         * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
4529         gold.  Warn about possible overflow.
4530         (read_signed_LEB_128): Likewise.
4531         * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
4532         (read_signed_LEB_128): Declare.
4533         * Makefile.am (CCFILES): Add reduced_debug_output.cc.
4534         (HFILES): Add reduced_debug_output.h.
4535         * Makefile.in: Rebuild.
4536
4537 2008-05-21  Ian Lance Taylor  <iant@google.com>
4538
4539         * mapfile.cc: New file.
4540         * mapfile.h: New file.
4541         * options.h (class General_options): Add -M/--print-map and -Map.
4542         * options.cc (General_options::finalize): Make -M equivalent to
4543         -Map -.
4544         * main.cc: Include <cstdio> and "mapfile.h".
4545         (main): Open mapfile if requested.
4546         * gold.cc (class Middle_runner): Add mapfile_ field.  Update
4547         constructor.  Change caller.
4548         (queue_initial_tasks): Add mapfile parameter.  Change caller.
4549         (queue_middle_tasks): Likewise.
4550         * gold.h (queue_initial_tasks, queue_middle_tasks): Update
4551         declarations.
4552         * archive.cc: Include "mapfile.h".
4553         (Archive::add_symbols): Add mapfile parameter.  Change all
4554         callers.  Pass mapfile, symbol, and reason to include_member.
4555         (Archive::include_all_members): Add mapfile parameter.  Change all
4556         callers.
4557         (Archive::include_member): Add mapfile, sym, and why parameters.
4558         Change all callers.  Report inclusion to map file.
4559         * archive.h: Include "fileread.h".
4560         (class Archive): Update declarations.
4561         (Archive::file): New const method.
4562         (class Add_archive_symbols): Add mapfile_ field.  Update
4563         constructor.  Change all callers.
4564         * readsyms.h (class Read_symbols): Likewise.
4565         (class Finish_group): Likewise.
4566         (class Read_script): Likewise.
4567         * common.cc: Include "mapfile.h".
4568         (Symbol_table::allocate_commons): Add mapfile parameter.  Change
4569         all callers.
4570         (Symbol_table::do_allocate_commons): Likewise.
4571         (Symbol_table::do_allocate_commons_list): Likewise.  Report common
4572         symbol allocation to mapfile.
4573         * common.h (class Allocate_commons_task): Add mapfile_ field.
4574         Update constructor.  Change all callers.
4575         * symtab.h (class Symbol_table): Update declarations.
4576         * layout.cc: Include "mapfile.h".
4577         (Layout_task_runner::run): Print information to mapfile.
4578         (Layout::create_gold_note): Change Output_data_fixed_space to
4579         Output_data_zero_fill.
4580         (Layout::create_build_id): Likewise.
4581         (Layout::print_to_mapfile): New function.
4582         * layout.h (class Layout_task_runner): Add mapfile_ field.  Update
4583         constructor.  Change caller.
4584         (class Layout): Declare print_to_mapfile.
4585         * output.cc (Output_section::Input_section::print_to_mapfile): New
4586         function.
4587         (Output_section::add_input_section): If producing a map, always
4588         add to input_sections_ list.
4589         (Output_section::do_print_to_mapfile): New function.
4590         (Output_segment::print_sections_to_mapfile): New function.
4591         (Output_segment::print_section_list_to_mapfile): New function.
4592         * output.h: Include "mapfile.h".
4593         (Output_data::print_to_mapfile): New function.
4594         (Output_data::do_print_to_mapfile): New virtual function.
4595         (Output_segment_headers::do_print_to_mapfile): New function.
4596         (Output_file_header::do_print_to_mapfile): New function.
4597         (Output_data_const::do_print_to_mapfile): New function.
4598         (class Output_data_const_buffer): Add map_name_ field.  Update
4599         constructor.  Change all callers.  Add do_print_to_mapfile
4600         function.
4601         (class Output_data_fixed_space): Likewise.
4602         (class Output_data_space): Likewise.
4603         (class Output_data_zero_fill): New class.
4604         (Output_data_strtab::do_print_to_mapfile): New function.
4605         (Output_data_reloc_base::do_print_to_mapfile): New function.
4606         (Output_relocatable_relocs::do_print_to_mapfile): New function.
4607         (Output_data_group::do_print_to_mapfile): New function.
4608         (Output_data_got::do_print_to_mapfile): New function.
4609         (Output_data_dynamic::do_print_to_mapfile): New function.
4610         (Output_symtab_xindex::do_print_to_mapfile): New function.
4611         (class Output_section): Declare do_print_to_mapflie.  Declare
4612         print_to_mapfile in Input_section.
4613         (class Output_segment): Declare new functions.
4614         * object.h (Sized_relobj::symbol_count): New function.
4615         * script-sections.cc
4616         (Output_section_element_dot_assignment::set_section_addresses):
4617         Change Output_data_fixed_space to Output_data_zero_fill.
4618         (Output_data_expression::do_print_to_mapfile): New function.
4619         * script.cc (read_input_script): Add mapfile parameter.  Change
4620         all callers.
4621         * script.h (read_input_script): Update declaration.
4622         * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
4623         (Eh_frame::do_print_to_mapfile): New function.
4624         * merge.h (Output_merge_data::do_print_to_mapfile): New function.
4625         (Output_merge_string::do_print_to_mapfile): New function.
4626         * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
4627         function.
4628         * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
4629         function.
4630         * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
4631         function.
4632         * Makefile.am (CCFILES): Add mapfile.cc.
4633         (HFILES): Add mapfile.h.
4634         * Makefile.in: Rebuild.
4635
4636 2008-05-19  Ian Lance Taylor  <iant@google.com>
4637
4638         * options.h (class General_options): Add -z relro.
4639         * layout.cc (Layout::Layout): Initialize relro_segment_.
4640         (Layout::add_output_section_data): Return the output section.
4641         (Layout::make_output_section): Rcognize relro sections and mark
4642         them appropriately.
4643         (Layout::attach_allocated_section_to_segment): Put relro sections
4644         in a PT_GNU_RELRO segment.
4645         (Layout::create_initial_dynamic_sections): Mark the .dynamic
4646         section as relro.
4647         (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
4648         PT_TLS segments.
4649         (Layout::linkonce_mapping): Map d.rel.ro.local to
4650         .data.rel.ro.local.
4651         (Layout::output_section_name): Us .data.rel.ro.local for any
4652         section which begins with that.
4653         * layout.h (class Layout): Update add_output_section_data
4654         declaration.  Add relro_segment_ field.
4655         * output.cc (Output_section::Output_section): Initialize is_relro_
4656         and is_relro_local_ fields.
4657         (Output_segment::add_output_section): Group relro sections.
4658         (Output_segment::is_first_section_relro): New function.
4659         (Output_segment::maximum_alignment): If there is a relro section,
4660         align the segment to the common page size.
4661         (Output_segment::set_section_addresses): Track whether we are
4662         looking at relro sections.  If the last section is a relro
4663         section, align to the common page size.
4664         (Output_segment::set_section_list_addresses): Add in_relro
4665         parameter.  Change all callers.  Align to the page size when
4666         moving from relro to non-relro section.
4667         (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
4668         segment.
4669         * output.h (class Output_section): Add is_relro_ and
4670         is_relro_local_ fields.
4671         (Output_section::is_relro): New function.
4672         (Output_section::set_is_relro): New function.
4673         (Output_section::is_relro_local): New function.
4674         (Output_section::set_is_relro_local): New function.
4675         (class Output_segment): Update declarations.
4676         * i386.cc (Target_i386::got_section): Mark .got section as relro.
4677         * sparc.cc (Target_sparc::got_section): Likewise.
4678         * x86_64.cc (Target_x86_64::got_section): Likewise.
4679         * testsuite/relro_test_main.cc: New file.
4680         * testsuite/relro_test.cc: New file.
4681         * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
4682         (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
4683         (relro_test_LDFLAGS, relro_test_LDADD): New variables.
4684         (relro_test.so, relro_test_pic.o): New targets.
4685         * testsuite/Makefile.in: Rebuild.
4686
4687 2008-05-16  Ian Lance Taylor  <iant@google.com>
4688
4689         * output.cc (Output_segment::add_output_section): Remove front
4690         parameter.
4691         * output.h (class Output_segment): Remove
4692         add_initial_output_section and overloaded add_output_section.
4693         Update declaration of remaining add_output_section.
4694         * layout.cc (Layout::create_interp): Call add_output_section
4695         rather than add_initial_output_section.
4696         (Layout::finish_dynamic_section): Likewise.
4697
4698         * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
4699         for TLS_GOTDESC and TLS_DESC_CALL.  Only optimize TLS_LDO_32 if we
4700         know the dynamic type.
4701         * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
4702         field.  Initialize it in constructor.
4703         (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
4704         block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
4705         Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
4706         reloc.
4707
4708         * output.cc (Output_reloc::get_address): Change return type to
4709         Elf_Addr.
4710         * output.h (class Output_reloc): Update get_address declaration.
4711         * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
4712         for section addresses.
4713
4714 2008-05-09  Ian Lance Taylor  <iant@google.com>
4715
4716         PR 6493
4717         * gold.cc (gold_nomem): Use return value of write.
4718
4719 2008-05-08  Ian Lance Taylor  <iant@google.com>
4720
4721         * symtab.c (Symbol::init_base_output_data): Add version
4722         parameter.  Change all callers.
4723         (Symbol::init_base_output_segment): Likewise.
4724         (Symbol::init_base_constant): Likewise.
4725         (Symbol::init_base_undefined): Likewise.
4726         (Sized_symbol::init_output_data): Likewise.
4727         (Sized_symbol::init_output_segment): Likewise.
4728         (Sized_symbol::init_constant): Likewise.
4729         (Sized_symbol::init_undefined): Likewise.
4730         (Symbol_table::do_define_in_output_data): If the new symbol has a
4731         version, mark it as the default.
4732         (Symbol_table::do_define_in_output_segment): Likewise.
4733         (Symbol_table::do_define_as_constant): Likewise.
4734         * symtab.h (class Symbol): Update declarations.
4735         (class Sized_symbol): Likewise.
4736         * resolve.cc (Symbol::override_version): New function.
4737         (Symbol::override_base): Call override_version.
4738         (Symbol::override_base_with_special): Likewise.
4739         * testsuite/ver_script_8.script: New file.
4740         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
4741         (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
4742         (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
4743         (ver_test_8_1.so, ver_test_8_2.so): New targets.
4744
4745 2008-05-06  Ian Lance Taylor  <iant@google.com>
4746
4747         PR 6049
4748         * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
4749         functions.
4750         (class General_options): Remove existing --undefined, and add
4751         --no-undefined instead.  Add new --undefined as synonym for -u.
4752         * archive.cc (Archive::add_symbols): Check whether symbol was
4753         named with -u.
4754         * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
4755         * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
4756         all uses.  Add IS_UNDEFINED.  Update declarations to split
4757         different versions of init_base.  Declare init_base_undefined.
4758         (Symbol::is_defined): Handle IS_UNDEFINED.
4759         (Symbol::is_undefined): Likewise.
4760         (Symbol::is_weak_undefined): Call is_undefined.
4761         (Symbol::is_absolute): Handle IS_CONSTANT.
4762         (class Sized_symbol): Update declarations to split different
4763         versions of init.  Declare init_undefined.
4764         (class Symbol_table): Declare new functions.
4765         * symtab.cc (Symbol::init_base_object): Rename from init_base.
4766         Change all callers.
4767         (Symbol::init_base_output_data): Likewise.
4768         (Symbol::init_base_output_segment): Likewise.
4769         (Symbol::init_base_constant): Likewise.
4770         (Symbol::init_base_undefined): New function.
4771         (Sized_symbol::init_object): Rename from init.  Change all
4772         callers.
4773         (Sized_symbol::init_output_data): Likewise.
4774         (Sized_symbol::init_output_segment): Likewise.
4775         (Sized_symbol::init_constant): Likewise.
4776         (Sized_symbol::init_undefined): New function.
4777         (Symbol_table::add_undefined_symbols_from_command_line): New
4778         function.
4779         (Symbol_table::do_add_undefined_symbols_from_command_line): New
4780         function.
4781         (Symbol::final_value_is_known): Handle IS_UNDEFINED.
4782         (Symbol::output_section): Likewise.
4783         (Symbol::set_output_section): Likewise.
4784         (Symbol_table::sized_finalize_symbol): Likewise.
4785         (Symbol_table::sized_write_globals): Likewise.
4786         * resolve.cc (Symbol_table::should_override): Likewise.
4787         (Symbol::override_base_with_special): Likewise.
4788
4789         * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
4790         symbol, change it to have default visibility.
4791         * testsuite/protected_1.cc: New file.
4792         * testsuite/protected_2.cc: New file.
4793         * testsuite/protected_3.cc: New file.
4794         * testsuite/protected_main_1.cc: New file.
4795         * testsuite/protected_main_2.cc: New file.
4796         * testsuite/protected_main_3.cc: New file.
4797         * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
4798         (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
4799         (protected_1_LDFLAGS, protected_1_LDADD): Define.
4800         (protected_1.so): New target.
4801         (protected_1_pic.o, protected_2_pic.o): New targets.
4802         (protected_3_pic.o): New target.
4803         (check_PROGRAMS): Add protected_2.
4804         (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
4805         (protected_2_LDFLAGS, protected_2_LDADD): Define.
4806         * testsuite/Makefile.in: Rebuild.
4807
4808         * options.h (DEFINE_var): Add set_user_set_##varname__.
4809         (DEFINE_bool_alias): New macro.
4810         (class General_options): Define -Bstatic using DEFINE_bool_alias
4811         rather than DEFINE_special.  Add --undefined as an alias for -z
4812         defs.
4813         * options.cc (General_options::parse_Bstatic): Remove.
4814
4815         * options.h (class General_options): Add --fatal-warnings.
4816         * main.cc (main): Implement --fatal-warnings.
4817         * errors.h (Errors::warning_count): New function.
4818
4819         * options.h (class General_options): Add -Bsymbolic-functions.
4820         * symtab.h (Symbol::is_preemptible): Check for
4821         -Bsymbolic-functions.
4822
4823 2008-05-05  Ian Lance Taylor  <iant@google.com>
4824
4825         * options.h (DEFINE_bool): For DASH_Z, create the negative option
4826         as noVARNAME rather than no-VARNAME.
4827         (class General_options): Add option -z combreloc.
4828         * output.h (class Output_reloc) [SHT_REL]: Declare compare and
4829         get_address.
4830         (Output_reloc::sort_before) [SHT_REL]: New function.
4831         (Output_reloc::sort_before) [SHT_RELA]: New function.
4832         (class Output_data_reloc_base): Add sort_relocs_ field.  Define
4833         Sort_relocs_comparison.
4834         (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
4835         parameter.  Change all callers.
4836         (Output_data_reloc::Output_data_reloc) [both versions]: Add
4837         sort_relocs parameter.  Change all callers.
4838         * output.cc (Output_reloc::get_address): New function, broken out
4839         of write_rel.
4840         (Output_reloc::write_rel): Call it.
4841         (Output_reloc::compare): New function.
4842         (Output_data_reloc_base::do_write): Optionally sort relocs.
4843
4844         * configure.ac: If targ_extra_obj is set, link it in.
4845         * configure.tgt: Initialize all variables.
4846         (x86_64*): Set targ_extra_obj and targ_extra_size.
4847         * configure: Rebuild.
4848
4849         * object.cc (Sized_relobj::include_section_group): Adjust section
4850         indexes read from group data.  Build vector to pass to
4851         layout_group.
4852         * layout.cc (Layout::layout_group): Add flags and shndxes
4853         parameters.  Remove contents parameter.  Change caller.  Update
4854         explicit instantiations.
4855         * layout.h (class Layout): Update layout_group declaration.
4856         * output.cc (Output_data_group::Output_data_group): Add flags and
4857         input_shndxes parameters.  Remove contents parameter.  Change
4858         caller.
4859         (Output_data_group::do_write): Change input_sections_ to
4860         input_shndxes_.
4861         * output.h (class Output_data_group): Update constructor
4862         declaration.  Rename input_sections_ to input_shndxes_.
4863         * testsuite/many_sections_test.cc: Add template.
4864
4865 2008-04-30  Cary Coutant  <ccoutant@google.com>
4866
4867         * target-reloc.h (relocate_section): Fix dead-pointer bug.
4868
4869         * layout.cc (Layout::include_section): Refactored check for debug
4870         info section.
4871         (Layout::add_comdat): Add new parameters.  Change type
4872         of signature parameter.  Add object and shndx to signatures table.
4873         (Layout::find_kept_object): New function.
4874         * layout.h: Include <cstring>.
4875         (Layout::is_debug_info_section): New function.
4876         (Layout::add_comdat): Add new parameters.
4877         (Layout::find_kept_object): New function.
4878         (Layout::Kept_section): New struct.
4879         (Layout::Signatures): Change type of map range.
4880         * object.cc (Relobj::output_section_address): New function.
4881         (Sized_relobj::include_section_group): Add new parameters.  Change
4882         calls to Layout::add_comdat.  Change to build table of kept comdat
4883         groups and table mapping discarded sections to kept sections.
4884         (Sized_relobj::include_linkonce_section): Likewise.  Add new parameter.
4885         (Sized_relobj::do_layout): Change calls to include_section_group and
4886         include_linkonce_section.
4887         (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
4888         value to zero when section is discarded.
4889         (Sized_relobj::map_to_kept_section): New function.
4890         * object.h (Relobj::output_section_address): New function.
4891         (Relobj::Comdat_group): New type.
4892         (Relobj::find_comdat_group): New function.
4893         (Relobj::Comdat_group_table): New type.
4894         (Relobj::Kept_comdat_section): New type.
4895         (Relobj::Kept_comdat_section_table): New type.
4896         (Relobj::add_comdat_group): New function.
4897         (Relobj::set_kept_comdat_section): New function.
4898         (Relobj::get_kept_comdat_section): New function.
4899         (Relobj::comdat_groups_): New field.
4900         (Relobj::kept_comdat_sections_): New field.
4901         (Symbol_value::input_value): Update comment.
4902         (Sized_relobj::map_to_kept_section) New function.
4903         (Sized_relobj::include_linkonce_section): Add new parameter.
4904         * target-reloc.h (Comdat_behavior): New type.
4905         (get_comdat_behavior): New function.
4906         (relocate_section): Add code to map a discarded section to the
4907         corresponding kept section when applying a relocation.
4908
4909 2008-04-30  Craig Silverstein  <csilvers@google.com>
4910
4911         * dwarf_reader.cc (next_generation_count): New static var.
4912         (Addr2line_cache_entry): New struct.
4913         (addr2line_cache): New static var.
4914         (Dwarf_line_info::one_addr2line): Added caching.
4915         (Dwarf_line_info::clear_addr2line_cache): New function.
4916         * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
4917         cache-size parameter.
4918         (Dwarf_line_info::one_addr2line_cache): New function.
4919         * symtab.cc (Symbol_table::detect_odr_violations): Pass
4920         new cache-size argument to one_addr2line(), and clear cache.
4921
4922 2008-04-28  Cary Coutant  <ccoutant@google.com>
4923
4924         * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
4925         R_386_PC8 relocations.
4926
4927 2008-04-23  Ian Lance Taylor  <iant@google.com>
4928
4929         * object.cc (Sized_relobj::include_section_group): Check for
4930         invalid section group.
4931
4932         * object.cc (make_elf_object): Correct test for 64-bit ELF file
4933         header size.
4934
4935         * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
4936         than read for file header.
4937         * archive.cc (Archive::include_member): Likewise.
4938
4939 2008-04-23  Paolo Bonzini  <bonzini@gnu.org>
4940
4941         * aclocal.m4: Regenerate.
4942         * configure: Regenerate.
4943
4944 2008-04-19  Ian Lance Taylor  <iant@google.com>
4945
4946         * version.cc (version_string): Bump to 1.6.
4947
4948         * testsuite/Makefile.am (many_sections_r_test): New target.
4949         (many_sections_r_test_SOURCES): Remove.
4950         (many_sections_r_test_DEPENDENCIES): Remove.
4951         (many_sections_r_test_LDFLAGS): Remove.
4952         (many_sections_r_test_LDADD): Remove.
4953
4954         * object.cc (Sized_relobj::do_add_symbols): Always pass
4955         local_symbol_count_ to add_from_relobj.
4956
4957         * testsuite/Makefile.am (many_sections_check.h): Only check one in
4958         every thousand variables.
4959         * testsuite/Makefile.in: Rebuild.
4960
4961         * object.cc (Xindex::initialize_symtab_xindex): New function.
4962         (Xindex::read_symtab_xindex): New function.
4963         (Xindex::sym_xindex_to_shndx): New function.
4964         (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
4965         available.
4966         (Sized_relobj::do_initialize_xindex): New function.
4967         (Sized_relobj::do_read_symbols): Adjust section links.
4968         (Sized_relobj::symbol_section_and_value): Add is_ordinary
4969         parameter.  Change all callers.
4970         (Sized_relobj::include_section_group): Adjust section links and
4971         symbol section indexes.
4972         (Sized_relobj::do_layout): Adjust section links.
4973         (Sized_relobj::do_count_local_symbols): Adjust section links and
4974         symbol section indexes.
4975         (Sized_relobj::do_finalize_local_symbols): Distinguish between
4976         ordinary and special symbols.
4977         (Sized_relobj::write_local_symbols): Add symtab_xindex and
4978         dynsym_xindex parameters.  Change all callers.  Adjust section
4979         links.  Use SHN_XINDEX when needed.
4980         (Sized_relobj::get_symbol_location_info): Adjust section links.
4981         Don't get fooled by special symbols.
4982         * object.h (class Xindex): Define.
4983         (class Object): Add xindex_ parameter.  Declare virtual functoin
4984         do_initialize_xindex.
4985         (Object::adjust_sym_shndx): New function.
4986         (Object::set_xindex): New protected function.
4987         (class Symbol_value): Add is_ordinary_shndx_ field.
4988         (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
4989         (Symbol_value::value): Assert ordinary section.
4990         (Symbol_value::initialize_input_to_output_map): Likewise.
4991         (Symbol_value::set_input_shndx): Add is_ordinary parameter.
4992         Change all callers.
4993         (Symbol_value::input_shndx): Add is_ordinary parameter.  Change
4994         all callers.
4995         (class Sized_relobj): Update declarations.
4996         (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
4997         parameter.  Change all callers.
4998         (Sized_relobj::adjust_shndx): New function.
4999         * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
5000         field.
5001         (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
5002         parameter.  Change all callers.  Pick up SHT_DYNSYM_SHNDX section
5003         for SHT_DYNSYM section if available.  Set dynsym_shndx_ field.
5004         (Sized_dynobj::read_dynsym_section): Adjust section links.
5005         (Sized_dynobj::read_dynamic): Likewise.
5006         (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field.  Adjust
5007         section links.
5008         (Sized_dynobj::do_initialize_xindex): New function.
5009         * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field.  Declare
5010         do_initialize_xindex.
5011         (Sized_dynobj::adjust_shndx): New function.
5012         * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
5013         dynsym_xindex_ fields.
5014         (Layout::finalize): Add a call to set_section_indexes before
5015         creating the symtab sections.
5016         (Layout::set_section_indexes): Don't do anything if the section
5017         already has a section index.
5018         (Layout::create_symtab_sections): Add shnum parameter.  Change
5019         caller.  Create .symtab_shndx section if needed.
5020         (Layout::create_shdrs): Add shstrtab_section parameter.  Change
5021         caller.
5022         (Layout::allocated_output_section_count): New function.
5023         (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
5024         needed.
5025         * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
5026         fields.  Update declarations.
5027         (Layout::symtab_xindex): New function.
5028         (Layout::dynsym_xindex): New function.
5029         (class Write_symbols_task): Add layout_ field.
5030         (Write_symbols_task::Write_symbols_task): Add layout parameter.
5031         Change caller.
5032         * output.cc (Output_section_headers::Output_section_headers): Add
5033         shstrtab_section parameter.  Change all callers.
5034         (Output_section_headers::do_sized_write): Store overflow values
5035         for section count and section string table section index in
5036         section header zero.
5037         (Output_file_header::do_sized_write): Check for overflow of
5038         section count and section string table section index.
5039         (Output_symtab_xindex::do_write): New function.
5040         (Output_symtab_xindex::endian_do_write): New function.
5041         * output.h (class Output_section_headers): Add shstrtab_section_.
5042         Update declarations.
5043         (class Output_symtab_xindex): Define.
5044         (Output_section::has_out_shndx): New function.
5045         * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
5046         field.
5047         (Symbol::init_base): Add st_shndx and is_ordinary parameters.
5048         Change all callers.
5049         (Sized_symbol::init): Likewise.
5050         (Symbol::output_section): Check for ordinary symbol.
5051         (Symbol_table::add_from_object): Remove orig_sym parameter.  Add
5052         st_shndx, is_ordinary, and orig_st_shndx parameters.  Change all
5053         callers.
5054         (Symbol_table::add_from_relobj): Add symndx_offset parameter.
5055         Change all callers.  Simplify handling of symbols from sections
5056         not included in the link.
5057         (Symbol_table::add_from_dynobj): Handle ordinary symbol
5058         distinction.
5059         (Weak_alias_sorter::operator()): Assert that symbols are
5060         ordinary.
5061         (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
5062         distinction.
5063         (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
5064         parameters.  Change all callers.
5065         (Symbol_table::sized_write_globals): Likewise.  Handle ordinary
5066         symbol distinction.  Use SHN_XINDEX when needed.
5067         (Symbol_table::write_section_symbol): Add symtab_xindex
5068         parameter.  Change all callers.
5069         (Symbol_table::sized_write_section_symbol): Likewise.  Use
5070         SHN_XINDEX when needed.
5071         * symtab.h (class Symbol): Add is_ordinary_shndx_ field.  Update
5072         declarations.
5073         (Symbol::shndx): Add is_ordinary parameter.  Change all callers.
5074         (Symbol::is_defined): Check is_ordinary.
5075         (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
5076         (Symbol::is_absolute, Symbol::is_common): Likewise.
5077         (class Sized_symbol): Update declarations.
5078         (class Symbol_table): Update declarations.
5079         * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
5080         parameters.  Change all callers.
5081         (Sized_symbol::override): Likewise.
5082         (Symbol_table::override): Likewise.
5083         (symbol_to_bits): Add is_ordinary parameter.  Change all callers.
5084         (Symbol_table::resolve): Remove orig_sym parameter.  Add st_shndx,
5085         is_ordinary, and orig_st_shndx parameters.  Change all callers.
5086         * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
5087         to be in an ordinary section.
5088         * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
5089         object and is_ordinary parameters.  Change all callers.
5090         (Sized_dwarf_line_info::read_relocs): Add object parameter.
5091         Change all callers.  Don't add undefined or non-ordinary symbols
5092         to reloc_map_.
5093         (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
5094         Change all callers.
5095         * dwarf_reader.h (class Sized_dwarf_line_info): Update
5096         declarations.
5097         * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
5098         * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
5099         (Sized_relobj::relocate_sections): Likewise.
5100         * target-reloc.h (scan_relocs): Adjust section symbol index.
5101         (scan_relocatable_relocs): Likewise.
5102         * i386.cc (Scan::local): Check for ordinary symbols.
5103         * sparc.cc (Scan::local): Likewise.
5104         * x86_64.cc (Scan::local): Likewise.
5105         * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
5106         to symbol_section_and_value.
5107         * testsuite/many_sections_test.cc: New file.
5108         * testsuite/Makefile.am (BUILT_SOURCES): Define.
5109         (check_PROGRAMS): Add many_sections_test.
5110         (many_sections_test_SOURCES): Define.
5111         (many_sections_test_DEPENDENCIES): Define.
5112         (many_sections_test_LDFLAGS): Define.
5113         (BUILT_SOURCES): Add many_sections_define.h.
5114         (many_sections_define.h): New target.
5115         (BUILT_SOURCES): Add many_sections_check.h.
5116         (many_sections_check.h): New target.
5117         (check_PROGRAMS): Add many_sections_r_test.
5118         (many_sections_r_test_SOURCES): Define.
5119         (many_sections_r_test_DEPENDENCIES): Define.
5120         (many_sections_r_test_LDFLAGS): Define.
5121         (many_sections_r_test_LDADD): Define.
5122         (many_sections_r_test.o): New target.
5123         * testsuite/Makefile.in: Rebuild.
5124
5125 2008-04-17  Cary Coutant  <ccoutant@google.com>
5126
5127         * errors.cc (Errors::info): New function.
5128         (gold_info): New function.
5129         * errors.h (Errors::info): New function.
5130         * gold.h (gold_info): New function.
5131         * object.cc (Input_objects::add_object): Print trace output.
5132         * options.cc (options::parse_set): New function.
5133         (General_options::parse_wrap): Deleted.
5134         (General_options::General_options): Deleted initializer.
5135         * options.h (options::String_set): New typedef.
5136         (options::parse_set): New function.
5137         (DEFINE_set): New macro.
5138         (General_options::wrap): Changed to use DEFINE_set. Changed
5139         callers of any_wrap_symbols and is_wrap_symbol.
5140         (General_options::trace, General_options::trace_symbol):
5141         New options.
5142         (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
5143         (General_options::wrap_symbols_): Deleted.
5144         * symtab.cc (Symbol_table::add_from_object): Print trace output.
5145
5146 2008-04-17  David S. Miller  <davem@davemloft.net>
5147
5148         * options.cc (General_options::parse_V): New function.
5149         * options.h: Add entries for -V and -Qy.
5150
5151 2008-04-17  Ian Lance Taylor  <iant@google.com>
5152
5153         * common.cc (Symbol_table::allocate_commons): Remove options
5154         parameter.  Change caller.
5155         (Symbol_table::do_allocate_commons): Remove options parameter.
5156         Change caller.  Just call do_allocate_commons_list twice.
5157         (Symbol_table::do_allocate_commons_list): New function, broken out
5158         of do_allocate_commons.
5159         * common.h (class Allocate_commons_task): Remove options_ field.
5160         Update constructor.
5161         * symtab.cc (Symbol_table::Symbol_table): Initialize
5162         tls_commons_.
5163         (Symbol_table::add_from_object): Put TLS common symbols on
5164         tls_commons_ list.
5165         (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
5166         which are IN_OUTPUT_DATA.
5167         * symtab.h (class Symbol_table): Add tls_commons_ field.  Update
5168         allocate_commons and do_allocate_commons declarations.  Declare
5169         do_allocate_commons_list.
5170         * gold.cc (queue_middle_tasks): Update creation of
5171         Allocate_commons_task to not pass options.
5172         * testsuite/Makefile.am (INCLUDES): Add -I.. .
5173         (TLS_TEST_C_FLAGS): New variable.
5174         (tls_test_c_pic.o): New target.
5175         (tls_test_shared.so): Link in tls_test_c_pic.o.
5176         (tls_test_c_pic_ie.o): New target.
5177         (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
5178         (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
5179         (tls_test_c.o): New target.
5180         (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
5181         (tls_pic_test_LDADD): Likewise.
5182         (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
5183         (tls_shared_gd_to_ie_test_LDADD): Likewise.
5184         (tls_test_c_gnu2.o): New target.
5185         (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
5186         tls_test_c_gnu2.o.
5187         (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
5188         (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
5189         (tls_test_shared_nonpic.so): Link in tls_test_c.o.
5190         * testsuite/tls_test.cc: Include "config.h".
5191         (t_last): Call t11_last.
5192         * testsuite/tls_test.h (t11, t11_last): Declare.
5193         * testsuite/tls_test_c.c: New file.
5194         * testsuite/tls_test_main.cc (thread_routine): Call t11.
5195         * configure.ac: Check for OpenMP support.
5196         * configure, config.in, Makefile.in: Rebuild.
5197         * testsuite/Makefile.in: Rebuild.
5198
5199 2008-04-16  Cary Coutant  <ccoutant@google.com>
5200
5201         * i386.cc (Target_i386::define_tls_base_symbol): New function.
5202         (Target_i386::tls_base_symbol_defined_): New field.
5203         (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
5204         (Target_i386::Scan::global): Likewise.
5205         * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
5206         * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
5207         (Target_x86_64::tls_base_symbol_defined_): New field.
5208         (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
5209         (Target_x86_64::Scan::global): Likewise.
5210
5211 2008-04-16  Cary Coutant  <ccoutant@google.com>
5212
5213         * symtab.h (Symbol::is_strong_undefined): Removed unused function.
5214         (Symbol::needs_plt_entry): Allow weak undefined symbols.
5215         (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
5216         building shared libraries.
5217         * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
5218         (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
5219         (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
5220         * testsuite/Makefile.in: Rebuild.
5221         * testsuite/weak_undef.h: New file.
5222         * testsuite/weak_undef_file1.cc: Add extra test cases.
5223         * testsuite/weak_undef_file2.cc: Likewise.
5224         * testsuite/weak_undef_test.cc: Likewise.
5225
5226 2008-04-16  David S. Miller  <davem@davemloft.net>
5227
5228         * sparc.cc (Target_sparc::Scan): Change from struct to class.
5229         Add issued_non_pic_error_ field.  Declare check_non_pic.
5230         (Target_sparc::Scan::check_non_pic): New function.
5231         (Target_sparc::Scan::local): Call check_non_pic as appropriate.
5232         (Target_sparc::Scan::global): Likewise.
5233
5234         * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
5235         * configure: Rebuild.
5236
5237         * options.h (DEFINE_enable): New macro.
5238         (new_dtags): New enable option.
5239         (initfirst, interpose, loadfltr, nodefaultlib,
5240         nodelete, nodlopen, nodump): New -z options.
5241         * layout.cc (Layout:finish_dynamic_section): If new
5242         dtags enabled, emit DT_RUNPATH.  Also, emit a
5243         DT_FLAGS_1 containing any specified -z flags.
5244
5245 2008-04-16  Ian Lance Taylor  <iant@google.com>
5246
5247         * copy-relocs.cc: New file.
5248         * copy-relocs.h: New file.
5249         * reloc.cc: Remove Copy_relocs code.
5250         * reloc.h: Likewise.
5251         * reloc-types.h (struct Reloc_types) [both versions]: Add
5252         get_reloc_addend_noerror.
5253         * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
5254         variants of add_global which take an addend which must be zero.
5255         * i386.cc: Include "copy-relocs.h".
5256         (class Target_i386): Change type of copy_relocs_ to variable,
5257         update initializer.
5258         (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
5259         Change all callers.
5260         (Target_i386::do_finalize_sections): Change handling of
5261         copy_relocs_.
5262         * sparc.cc: Include "copy-relocs.h".
5263         (class Target_sparc): Change type of copy_relocs_ to variable,
5264         update initializer.
5265         (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
5266         Change all callers.
5267         (Target_sparc::do_finalize_sections): Change handling of
5268         copy_relocs_.
5269         * x86_64.cc: Include "copy-relocs.h".
5270         (class Target_x86_64): Change type of copy_relocs_ to variable,
5271         update initializer.
5272         (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
5273         class.  Change all callers.
5274         (Target_x86_64::do_finalize_sections): Change handling of
5275         copy_relocs_.
5276         * Makefile.am (CCFILES): Add copy-relocs.cc.
5277         (HFILES): Add copy-relocs.h.
5278
5279         * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
5280
5281         * testsuite/script_test_4.sh: Permit leading zeroes.
5282
5283 2008-04-15  Ian Lance Taylor  <iant@google.com>
5284
5285         * script-sections.cc (Script_sections::create_segments): Use
5286         header_size_adjustment even when there is enough room for the
5287         headers.
5288         * testsuite/script_test_4.sh: New file.
5289         * testsuite/script_test_4.t: New file.
5290         * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
5291         (check_DATA): Add script_test_4.stdout.
5292         (MOSTLYCLEANFILES): Likewise.
5293         (script_test_4): New target.
5294         (script_test_4.stdout): New target.
5295         * testsuite/Makefile.in: Rebuild.
5296
5297         * sparc.cc: Add definitions for Output_data_plt_sparc class
5298         constants.
5299
5300 2008-04-14  David S. Miller  <davem@davemloft.net>
5301
5302         * sparc.cc: New file.
5303         * Makefile.am (TARGETSOURCES): Add sparc.cc
5304         (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
5305         * configure.tgt: Document targ_extra_size and
5306         targ_extra_big_endian.  Add entries for sparc-* and
5307         sparc64-*.
5308         * configure.ac: Handle targ_extra_size and
5309         targ_extra_big_endian.
5310         * Makefile.in: Rebuild.
5311         * configure: Likewise.
5312         * po/POTFILES.in: Likewise.
5313         * po/gold.pot: Likewise.
5314
5315 2008-04-14  Ian Lance Taylor  <iant@google.com>
5316
5317         * layout.cc (Layout::Layout): Initialize sections_are_attached_.
5318         (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
5319         in the name/type/flags to section mapping.  Don't call
5320         allocate_output_section.
5321         (Layout::choose_output_section): Change parameter from adjust_name
5322         to is_input_section.  Don't permit input sections after sections
5323         are attached to segments.  Don't call allocate_output_section.
5324         (Layout::layout_eh_frame): Call update_flags_for_input_section,
5325         not write_enable_output_section.
5326         (Layout::make_output_section): Don't push to
5327         unattached_section_list_ nor call attach_to_segment.  Call
5328         attach_section_to_segment if sections are attached.
5329         (Layout::attach_sections_to_segments): New function.
5330         (Layout::attach_section_to_segment): New function.
5331         (Layout::attach_allocated_section_to_segment): Rename from
5332         attach_to_segment.  Remove flags parameter.
5333         (Layout::allocate_output_section): Remove function.
5334         (Layout::write_enable_output_section): Remove function.
5335         * layout.h (class Layout): Update for above changes.  Add new
5336         field sections_are_attached_.
5337         * output.h (Output_section::update_flags_for_input_section): New
5338         function.
5339         * output.cc (Output_section::add_input_section): Call
5340         update_flags_for_input_section.
5341         * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
5342
5343 2008-04-11  Cary Coutant  <ccoutant@google.com>
5344
5345         * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
5346         thought unnecessary.
5347         * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
5348
5349 2008-04-11  Ian Lance Taylor  <iant@google.com>
5350
5351         * output.h (class Output_section_data): Remove inline definition
5352         of set_addralign.
5353         * output.cc (Output_section_data::set_addralign): New function.
5354
5355 2008-04-11  Cary Coutant  <ccoutant@google.com>
5356
5357         Add support for TLS descriptors for i386 and x86_64.
5358         * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
5359         (Target_i386::Relocate::tls_desc_gd_to_le): New function.
5360         (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
5361         GOT_TYPE_TLS_DESC.
5362         (Target_i386::got_mod_index_entry): Remove unnecessary code.
5363         (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
5364         R_386_TLS_DESC_CALL relocations.  Fix problem with initial-exec
5365         relocations.
5366         (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
5367         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
5368         Fix problem with initial-exec relocations.
5369         (Target_i386::Relocate::relocate_tls): Likewise.
5370         (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
5371         relaxation.
5372         * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
5373         support for section-plus-offset dynamic table entries.
5374         * output.h (Output_data_dynamic::add_section_plus_offset): New function.
5375         (Output_data_dynamic::Dynamic_entry): Add support for
5376         section-plus-offset dynamic table entries.
5377         (Output_data_dynamic::Classification): Likewise.
5378         (Output_data_dynamic::classification_): Renamed offset_.
5379         * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
5380         (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
5381         (Target_x86_64::make_plt_section): New function.
5382         (Target_x86_64::reserve_tlsdesc_entries): New function.
5383         (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
5384         (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
5385         (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
5386         (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
5387         (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
5388         (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
5389         (Output_data_plt_x86_64::set_final_data_size): Move out of line;
5390         add extra PLT entry for TLS descriptors.
5391         (Output_data_plt_x86_64::got_): New field.
5392         (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
5393         (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
5394         fields.
5395         (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
5396         descriptors.
5397         (Target_x86_64::make_plt_entry): Factor out make_plt_section.
5398         (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
5399         (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
5400         R_386_TLS_DESC_CALL relocations.
5401         (Target_x86_64::Scan::global): Likewise.
5402         (Target_x86_64::do_finalize_sections): Add dynamic table entries
5403         for TLS descriptors.
5404         (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
5405         Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
5406         (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
5407         GD-to-IE relaxation.
5408         * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
5409         and TLS_DESCRIPTORS.
5410         * Makefile.in: Rebuild.
5411         * configure: Rebuild.
5412         * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
5413         (tls_test_shared2.so): New target.
5414         (tls_shared_gd_to_ie_test_SOURCES): New variable.
5415         (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
5416         (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
5417         (tls_shared_gd_to_ie_test_LDADD): New variable.
5418         (tls_shared_gnu2_gd_to_ie_test): New target.
5419         (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
5420         New targets.
5421         (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
5422         (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
5423         (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
5424         (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
5425         (tls_shared_gnu2_test): New target.
5426         (tls_test_gnu2_shared.so): New target.
5427         (tls_shared_gnu2_test_SOURCES): New variable.
5428         (tls_shared_gnu2_test_DEPENDENCIES): New variable.
5429         (tls_shared_gnu2_test_LDFLAGS): New variable.
5430         (tls_shared_gnu2_test_LDADD): New variable.
5431         * testsuite/Makefile.in: Rebuild.
5432         * testsuite/Makefile.
5433
5434 2008-04-11  Ian Lance Taylor  <iant@google.com>
5435
5436         * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
5437         justsyms.t.
5438         * testsuite/Makefile.in: Rebuild.
5439
5440         * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
5441         long.
5442         * testsuite/script_test_2.cc (main): Adjust test.
5443
5444 2008-04-11  David S. Miller  <davem@davemloft.net>
5445             Ian Lance Taylor  <iant@google.com>
5446
5447         * options.h (General_options): Add entries for '-Y' and
5448         '-relax'.
5449         * options.cc (General_options:finalize): If -Y was used, add those
5450         entries to the library path instead of the default "/lib" and
5451         "/usr/lib".
5452
5453 2008-04-11  David S. Miller  <davem@davemloft.net>
5454
5455         * testsuite/justsyms.t: Start at 0x100.
5456         * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
5457         * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
5458         long.
5459         * testsuite/script_test_2.cc: Adjust string and section length
5460         checks.
5461
5462 2008-04-09  Ian Lance Taylor  <iant@google.com>
5463
5464         PR gold/5996
5465         * script-sections.cc (Sections_element::allocate_to_segment): Add
5466         orphan parameter.
5467         (Output_section_definition::allocate_to_segment): Likewise.
5468         (Orphan_output_section::allocate_to_segment): Likewise.
5469         (Script_sections::attach_sections_using_phdrs_clause): Don't
5470         propagate non-PT_LOAD segments to orphan sections.
5471         * testsuite/Makefile.am (script_test_3.stdout): Generate using
5472         readelf rather than objdump.
5473         * testsuite/script_test_3.sh: Adjust accordingly.  Test that
5474         .interp section and PT_INTERP segment are the same size.
5475         * testsuite/Makefile.in: Rebuild.
5476
5477         * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
5478         aliases for symbols defined in the same object.
5479         * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
5480         (weak_alias_test_SOURCES): New variable.
5481         (weak_alias_test_DEPENDENCIES): New variable.
5482         (weak_alias_test_LDFLAGS): New variable.
5483         (weak_alias_test_LDADD): New variable.
5484         (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
5485         (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
5486         (weak_alias_test_3.o): New target.
5487         (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
5488         * testsuite/weak_alias_test_main.cc: New file.
5489         * testsuite/weak_alias_test_1.cc: New file.
5490         * testsuite/weak_alias_test_2.cc: New file.
5491         * testsuite/weak_alias_test_3.cc: New file.
5492
5493 2008-04-08  Ian Lance Taylor  <iant@google.com>
5494
5495         * options.h (class General_options): Add --noinhibit-exec option.
5496         * main.cc (main): Check --noinhibit-exec.
5497
5498         * options.h (class General_options): Define --wrap as a special
5499         option.  Add wrap_symbols_ field.
5500         (General_options::any_wrap_symbols): New function.
5501         (General_options::is_wrap_symbol): New function.
5502         * options.cc (General_options::parse_wrap): New function.
5503         (General_options::General_options): Initialize wrap_symbols_.
5504         * symtab.cc (Symbol_table::wrap_symbol): New function.
5505         (Symbol_table::add_from_object): Handle --wrap.
5506         * symtab.h (class Symbol_table): Declare wrap_symbol.
5507         * target.h (Target::wrap_char): New function.
5508         (Target::Target_info): Add wrap_char field.
5509         * i386.cc (Target_i386::i386_info): Initialize wrap_char.
5510         * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
5511         * testsuite/testfile.cc (Target_test::test_target_info):
5512         Likewise.
5513
5514         * errors.cc (Errors::undefined_symbol): Mention symbol version if
5515         there is one.
5516
5517         * layout.h (class Layout): Add added_eh_frame_data_ field.
5518         * layout.cc (Layout::Layout): Initialize new field.
5519         (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
5520         output section until we find a section we merged successfully.
5521         * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
5522         that the size be non-zero.
5523
5524         * merge.cc (Object_merge_map::get_output_offset): Remove inline
5525         qualifier.
5526
5527 2008-04-08  Craig Silverstein  <csilvers@google.com>
5528
5529         * configure.ac: Export new conditional variable HAVE_ZLIB.
5530         * testsuite/Makefile.am (flagstest_o_specialfile): Condition
5531         on HAVE_ZLIB.
5532         (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
5533         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
5534
5535 2008-04-07  Ian Lance Taylor  <iant@google.com>
5536
5537         * version.cc (version_string): Set to "1.5".
5538
5539         * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
5540         Add issued_non_pic_error_ field.  Declare check_non_pic.
5541         (Target_x86_64::Scan::check_non_pic): New function.
5542         (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
5543         (Target_x86_64::Scan::global): Likewise.
5544
5545         * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
5546         addend parameter.  Change caller.  Handle merge sections.
5547         (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
5548         Address to Addend.  Don't add in the result of
5549         local_section_offset, pass down the addend and use the returned
5550         value.
5551         * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
5552         Update declarations of local_section_offset and symbol_value.
5553         * testsuite/two_file_test_1.cc (t18): New function.
5554         * testsuite/two_file_test_2.cc (f18): New function.
5555         * testsuite/two_file_test_main.cc (main): Call t18.
5556         * testsuite/two_file_test.h (t18, f18): Declare.
5557
5558         * configure.ac: Don't test for objdump, c++filt, or readelf.
5559         * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
5560         conditionals.
5561         (TEST_READELF): New variable.
5562         (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
5563         (check_PROGRAMS): Add two_file_strip_test.
5564         (two_file_strip_test): New target.
5565         (check_PROGRAMS): Add two_file_same_shared_strip_test.
5566         (two_file_same_shared_strip_test_SOURCES): New variable.
5567         (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
5568         (two_file_same_shared_strip_test_LDFLAGS): New variable.
5569         (two_file_same_shared_strip_test_LDADD): New variable.
5570         (two_file_shared_strip.so): New target.
5571         (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
5572         (ver_test_5.syms, ver_test_7.syms): Likewise.
5573         (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
5574         (strip_test_3.stdout): Use TEST_OBJDUMP.
5575         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
5576
5577 2008-04-04  Cary Coutant  <ccoutant@google.com>
5578
5579         * symtab.h (Symbol::is_weak_undefined): New function.
5580         (Symbol::is_strong_undefined): New function.
5581         (Symbol::is_absolute): New function.
5582         (Symbol::needs_plt_entry): Exclude weak undefined symbols.
5583         (Symbol::needs_dynamic_reloc): Exclude weak undefined and
5584         absolute symbols.
5585         * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
5586         (weak_undef_test): New target.
5587         * testsuite/Makefile.in: Rebuild.
5588         * testsuite/weak_undef_file1.cc: New file.
5589         * testsuite/weak_undef_file2.cc: New file.
5590         * testsuite/weak_undef_test.cc: New file.
5591
5592 2008-04-03  Craig Silverstein  <csilvers@google.com>
5593
5594         * compressed_output.h (class Output_compressed_section): Use
5595         unsigned buffer.
5596         * compressed_output.cc (zlib_compress): Use unsigned buffers,
5597         add zlib header.
5598         (zlib_compressed_suffix): Removed.
5599         (Output_compressed_section::set_final_data_size): Use unsigned
5600         buffers.
5601         * testsuite/Makefile.am (flagstest_compress_debug_sections):
5602         Fix linker invocation.
5603         (flagstest_o_specialfile_and_compress_debug_sections):
5604         Likewise.
5605         * testsuite/Makefile.in: Regenerated.
5606
5607 2008-04-02  David S. Miller  <davem@davemloft.net>
5608
5609         *  dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
5610         Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
5611
5612 2008-04-02  Craig Silverstein  <csilvers@google.com>
5613
5614         * TODO: New file.
5615
5616 2008-04-02  Ian Lance Taylor  <iant@google.com>
5617
5618         * fileread.cc (File_read::find_view): Add byteshift and vshifted
5619         parameters.  Update for new key type to views_.  Change all
5620         callers.
5621         (File_read::read): Adjust for byteshift in returned view.
5622         (File_read::add_view): New function, broken out of
5623         find_and_make_view.
5624         (File_read::make_view): New function, broken out of
5625         find_and_make_view.
5626         (File_read::find_or_make_view): Add offset and aligned
5627         parameters.  Rewrite accordingly.  Change all callers.
5628         (File_read::get_view): Add offset and aligned parameters.  Adjust
5629         for byteshift in return value.
5630         (File_read::get_lasting_view): Likewise.
5631         * fileread.h (class File_read): Update declarations.
5632         (class File_read::View): Add byteshift_ field.  Add byteshift to
5633         constructor.  Add byteshift method.
5634         * archive.h (Archive::clear_uncached_views): New function.
5635         (Archive::get_view): Add aligned parameter.  Change all callers.
5636         * object.h (Object::get_view): Add aligned parameter.  Change all
5637         callers.
5638         (Object::get_lasting_view): Likewise.
5639
5640         * fileread.cc (File_read::release): Don't call clear_views if
5641         there are multiple objects.
5642         * fileread.h (File_read::clear_uncached_views): New function.
5643         * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
5644         on the archive.
5645
5646 2008-03-31  Cary Coutant  <ccoutant@google.com>
5647
5648         Add thin archive support.
5649         * archive.cc (Archive::armagt): New const.
5650         (Archive::setup): Remove task parameter and calls to unlock.
5651         (Archive::unlock_nested_archives): New function.
5652         (Archive::read_header): Add nested_off parameter. Change
5653         all callers.
5654         (Archive::interpret_header): Likewise.
5655         (Archive::include_all_members): Change to handle thin
5656         archives.
5657         (Archive::include_member): Likewise.
5658         * archive.h (Archive::Archive): Add new parameters and
5659         initializers.
5660         (Archive::armagt): New const.
5661         (Archive::setup): Remove task parameter.
5662         (Archive::unlock_nested_archives): New function.
5663         (Archive::read_header): Add nested_off parameter.
5664         (Archive::interpret_header): Likewise.
5665         (Archive::Nested_archive_table): New typedef.
5666         (Archive::is_thin_archive_): New field.
5667         (Archive::nested_archives_): New field.
5668         (Archive::options_): New field.
5669         (Archive::dirpath_): New field.
5670         (Archive::task_): New field.
5671         * readsyms.cc (Read_symbols::do_read_symbols): Add check
5672         for thin archives.  Pass additional parameters to
5673         Archive::Archive.  Unlock the archive file after calling
5674         Archive::setup.
5675
5676 2008-03-29  Ian Lance Taylor  <iant@google.com>
5677
5678         * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
5679         version symbol to be local.
5680         * testsuite/ver_test_4.sh: New file.
5681         * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
5682         (check_DATA): Add ver_test_4.syms.
5683         (ver_test_4.syms): New target.
5684         * testsuite/Makefile.in: Rebuild.
5685
5686         * output.cc
5687         (Output_section::Input_section_sort_entry::has_priority): New
5688         function.
5689         (Output_section::Input_section_sort_entry::match_file_name): New
5690         function.
5691         (Output_section::Input_section_sort_entry::match_section_name):
5692         Remove.
5693         (Output_section::Input_section_sort_entry::match_section_name_prefix):
5694         Remove.
5695         (Output_section::Input_section_sort_entry::match_section_file):
5696         Remove.
5697         (Output_section::Input_section_sort_compare::operator()): Rewrite
5698         using new Input_section_sort_entry functions.  Sort crtbegin and
5699         crtend first.  Sort sections with no priority before sections with
5700         a priority.
5701         * testsuite/initpri1.c (d3): Check j != 4.
5702         (cd5): New constructor/destructor function.
5703         (main): Check j != 2.
5704
5705         * symtab.cc (Symbol_table::add_from_object): If we don't use the
5706         new symbol when resolving, don't call set_is_default.
5707         * testsuite/ver_test_7.cc: New file.
5708         * testsuite/ver_test_7.sh: New file.
5709         * testsuite/Makefile.am (ver_test_7.so): New target.
5710         (ver_test_7.o): New target.
5711         (check_SCRIPTS): Add ver_test_7.sh.
5712         (check_DATA): Add ver_test_7.syms.
5713         (ver_test_7.syms): New target.
5714
5715 2008-03-28  Ian Lance Taylor  <iant@google.com>
5716
5717         * layout.cc (Layout::layout): If we see an input section with a
5718         name that needs sorting, set the must_sort flag for the output
5719         section.
5720         (Layout::make_output_section): If the name of the output section
5721         indicates that it might require sorting, set the may_sort flag.
5722         * output.h (Output_section::may_sort_attached_input_sections): New
5723         function.
5724         (Output_section::set_may_sort_attached_input_sections): New
5725         function.
5726         (Output_section::must_sort_attached_input_sections): New
5727         function.
5728         (Output_section::set_must_sort_attached_input_sections): New
5729         function.
5730         (class Output_section): Declare Input_section_sort_entry.  Define
5731         Input_section_sort_compare.  Declare
5732         sort_attached_input_sections.  Add new fields:
5733         may_sort_attached_input_sections_,
5734         must_sort_attached_input_sections_,
5735         attached_input_sections_are_sorted_.
5736         * output.cc (Output_section::Output_section): Initialize new
5737         fields.
5738         (Output_section::add_input_section): Add an entry to
5739         input_sections_ if may_sort or must_sort are true.
5740         (Output_section::set_final_data_size): Call
5741         sort_attached_input_sections if necessary.
5742         (Output_section::Input_section_sort_entry): Define new class.
5743         (Output_section::Input_section_sort_compare::operator()): New
5744         function.
5745         (Output_section::sort_attached_input_sections): New function.
5746         * configure.ac: Check whether the compiler supports constructor
5747         priorities.  Define a CONSTRUCTOR_PRIORITY automake conditional.
5748         * testsuite/initpri1.c: New file.
5749         * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
5750         CONSTRUCTOR_PRIORITY.
5751         (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
5752         (initpri1_LDFLAGS): New variable.
5753         * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
5754
5755 2008-03-27  Ian Lance Taylor  <iant@google.com>
5756
5757         * common.cc (Sort_commons::operator): Correct sorting algorithm.
5758         * testsuite/common_test_1.c: New file.
5759         * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
5760         (common_test_1_SOURCES): New variable.
5761         (common_test_1_DEPENDENCIES): New variable.
5762         (common_test_1_LDFLAGS): New variable.
5763
5764         * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
5765         and commons_ correctly when NAME/VERSION does not override
5766         NAME/NULL.
5767         * testsuite/ver_test_6.c: New file.
5768         * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
5769         (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
5770         (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
5771
5772 2008-03-26  Ian Lance Taylor  <iant@google.com>
5773
5774         * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
5775         of an undefined symbol from a version script.
5776         * testsuite/Makefile.am (ver_test_5.so): New target.
5777         (ver_test_5.o): New target.
5778         (check_SCRIPTS): Add ver_test_5.sh.
5779         (check_DATA): Add ver_test_5.syms.
5780         (ver_test_5.syms): New target.
5781         * testsuite/ver_test_5.cc: New file.
5782         * testsuite/ver_test_5.script: New file.
5783         * testsuite/ver_test_5.sh: New file.
5784         * Makefile.in, testsuite/Makefile.in: Rebuild.
5785
5786         PR gold/5986
5787         Fix problems building gold with gcc 4.3.0.
5788         * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
5789         (gold_error_at_location, gold_warning_at_location): Use it.
5790         * configure.ac: Check whether we can compile and use a template
5791         function with a printf attribute.
5792         * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
5793         when jumping over bytes.
5794         * object.cc: Instantiate Object::read_section_data.
5795         * debug.h: Include <cstring>
5796         * dwarf_reader.cc: Include <algorithm>
5797         * main.cc: Include <cstring>.
5798         * options.cc: Include <cstring>.
5799         * output.cc: Include <cstring>.
5800         * script.cc: Include <cstring>.
5801         * script.h: Include <string>.
5802         * symtab.cc: Include <cstring> and <algorithm>.
5803         * target-select.cc: Include <cstring>.
5804         * version.cc: Include <string>.
5805         * testsuite/testmain.cc: Include <cstdlib>.
5806         * configure, config.in: Rebuild.
5807
5808 2008-03-25  Ian Lance Taylor  <iant@google.com>
5809
5810         * options.cc: Include "../bfd/bfdver.h".
5811         (options::help): Print bug reporting address.
5812
5813         * version.cc (print_version): Adjust output for current value of
5814         BFD_VERSION_STRING.
5815
5816         * NEWS: New file.
5817
5818         * options.cc (options::help): Print list of supported targets.
5819         * target-select.h: Include <vector>.
5820         (class Target_selector): Make machine_, size_, and is_big_endian_
5821         fields const.  Add bfd_name_ and instantiated_target_ fields.
5822         (Target_selector::Target_selector): Add bfd_name parameter.
5823         (Target_selector::recognize): Make non-virtual, call
5824         do_recognize.
5825         (Target_selector::recognize_by_name): Make non-virtual, call
5826         do_recognize_by_name.
5827         (Target_selector::supported_names): New function.
5828         (Target_selector::bfd_name): New function.
5829         (Target_selector::do_instantiate_target): New pure virtual
5830         function.
5831         (Target_selector::do_recognize): New virtual function.
5832         (Target_selector::do_recognize_by_name): New virtual function.
5833         (Target_selector::instantiate_target): New private function.
5834         (supported_target_names): Declare.
5835         * target-select.cc (Target_selector::Target_selector): Update for
5836         new parameter and fields.
5837         (select_target_by_name): Check that the name matches before
5838         calling recognize_by_name.
5839         (supported_target_names): New function.
5840         * i386.cc (class Target_selector_i386): Update Target_selector
5841         constructor call.  Remove recognize and recognize_by_name.  Add
5842         do_instantiate_target.
5843         * x86_64.cc (class Target_selector_x86_64): Likewise.
5844         * testsuite/testfile.cc (class Target_selector_test): Update for
5845         changes to Target_selector.
5846
5847         * README: Rewrite, with some notes on unsupported features.
5848
5849 2008-03-24  Cary Coutant  <ccoutant@google.com>
5850
5851         * i386.cc (Target_i386::Got_type): New enum declaration.
5852         (Target_i386::Scan::local): Updated callers of Output_data_got
5853         member functions.
5854         (Target_i386::Scan::global): Likewise.
5855         (Target_i386::Relocate::relocate): Likewise.
5856         (Target_i386::Relocate::relocate_tls): Likewise.
5857         * object.h (Got_offset_list): New class.
5858         (Sized_relobj::local_has_got_offset): Added got_type parameter.
5859         (Sized_relobj::local_got_offset): Likewise.
5860         (Sized_relobj::set_local_got_offset): Likewise.
5861         (Sized_relobj::local_has_tls_got_offset): Removed.
5862         (Sized_relobj::local_tls_got_offset): Removed.
5863         (Sized_relobj::set_local_tls_got_offset): Removed.
5864         (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
5865         * output.cc (Output_data_got::add_global): Added got_type parameter.
5866         (Output_data_got::add_global_with_rel): Likewise.
5867         (Output_data_got::add_global_with_rela): Likewise.
5868         (Output_data_got::add_global_pair_with_rel): New function.
5869         (Output_data_got::add_global_pair_with_rela): New function.
5870         (Output_data_got::add_local): Added got_type parameter.
5871         (Output_data_got::add_local_with_rel): Likewise.
5872         (Output_data_got::add_local_with_rela): Likewise.
5873         (Output_data_got::add_local_pair_with_rel): New function.
5874         (Output_data_got::add_local_pair_with_rela): New function.
5875         (Output_data_got::add_global_tls): Removed.
5876         (Output_data_got::add_global_tls_with_rel): Removed.
5877         (Output_data_got::add_global_tls_with_rela): Removed.
5878         (Output_data_got::add_local_tls): Removed.
5879         (Output_data_got::add_local_tls_with_rel): Removed.
5880         (Output_data_got::add_local_tls_with_rela): Removed.
5881         * output.h (Output_data_got::add_global): Added got_type parameter.
5882         (Output_data_got::add_global_with_rel): Likewise.
5883         (Output_data_got::add_global_with_rela): Likewise.
5884         (Output_data_got::add_global_pair_with_rel): New function.
5885         (Output_data_got::add_global_pair_with_rela): New function.
5886         (Output_data_got::add_local): Added got_type parameter.
5887         (Output_data_got::add_local_with_rel): Likewise.
5888         (Output_data_got::add_local_with_rela): Likewise.
5889         (Output_data_got::add_local_pair_with_rel): New function.
5890         (Output_data_got::add_local_pair_with_rela): New function.
5891         (Output_data_got::add_global_tls): Removed.
5892         (Output_data_got::add_global_tls_with_rel): Removed.
5893         (Output_data_got::add_global_tls_with_rela): Removed.
5894         (Output_data_got::add_local_tls): Removed.
5895         (Output_data_got::add_local_tls_with_rel): Removed.
5896         (Output_data_got::add_local_tls_with_rela): Removed.
5897         * resolve.cc (Symbol::override_base_with_special): Removed
5898         reference to has_got_offset_ field.
5899         * symtab.cc (Symbol::init_fields): Replaced initialization
5900         of got_offset_ with got_offsets_.  Removed initialization
5901         of has_got_offset_
5902         * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
5903         (Symbol::got_offset): Likewise.
5904         (Symbol::set_got_offset): Likewise.
5905         (Symbol::has_tls_got_offset): Removed.
5906         (Symbol::tls_got_offset): Removed.
5907         (Symbol::set_tls_got_offset): Removed.
5908         (Symbol::got_offset_): Removed.
5909         (Symbol::tls_mod_got_offset_): Removed.
5910         (Symbol::tls_pair_got_offset_): Removed.
5911         (Symbol::got_offsets_): New field.
5912         (Symbol::has_got_offset): Removed.
5913         (Symbol::has_tls_mod_got_offset): Removed.
5914         (Symbol::has_tls_pair_got_offset): Removed.
5915         * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
5916         (Target_x86_64::Scan::local): Updated callers of Output_data_got
5917         member functions.
5918         (Target_x86_64::Scan::global): Likewise.
5919         (Target_x86_64::Relocate::relocate): Likewise.
5920         (Target_x86_64::Relocate::relocate_tls): Likewise.
5921
5922 2008-03-25  Ben Elliston  <bje@au.ibm.com>
5923
5924         * yyscript.y: Fix spelling error in comment.
5925
5926 2008-03-24  Ian Lance Taylor  <iant@google.com>
5927
5928         * options.h (class General_options): Define build_id option.
5929         * layout.h (class Layout): Declare write_build_id, create_note,
5930         create_build_id.  Add build_id_note_ member.
5931         * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
5932         "libiberty.h", "md5.h", "sha1.h".
5933         (Layout::Layout): Initialize eh_frame_data_,
5934         eh_frame_hdr_section_, and build_id_note_.
5935         (Layout::finalize): Call create_build_id.
5936         (Layout::create_note): New function, broken out of
5937         Layout::create_gold_note.
5938         (Layout::create_gold_note): Call create_note.
5939         (Layout::create_build_id): New function.
5940         (Layout::write_build_id): New function.
5941         (Close_task_runner::run): Call write_build_id.
5942
5943         * x86_64.cc: Correct license to GPLv3.
5944
5945 2008-03-23  Ian Lance Taylor  <iant@google.com>
5946
5947         * options.cc: Include "demangle.h".
5948         (parse_optional_string): New function.
5949         (parse_long_option): Handle takes_optional_argument.
5950         (parse_short_option): Update dash_z initializer.  Handle
5951         takes_optional_argument.
5952         (General_options::General_options): Initialize do_demangle_.
5953         (General_options::finalize): Set do_demangle_.  Handle demangling
5954         style.
5955         * options.h (parse_optional_string): Declare.
5956         (struct One_option): Add optional_arg field.  Update constructor.
5957         Update call constructor calls.  Add takes_optional_argument
5958         function.
5959         (DEFINE_var): Add optional_arg__ parameter.  Change all callers.
5960         (DEFINE_optional_string): Define.
5961         (General_options::demangle): Change from DEFINE_bool to
5962         DEFINE_optional_string.
5963         (General_options::no_demangle): New function.
5964         (General_options::do_demangle): New function.
5965         (General_options::set_do_demangle): New function.
5966         (General_options::execstack_status_): Move definition to end of
5967         class definition.
5968         (General_options::static_): Likewise.
5969         (General_options::do_demangle_): New field.
5970         * object.cc (big_endian>::get_symbol_location_info): Call
5971         Options::do_demangle, not Options::demangle.
5972         * symtab.cc (demangle): Likewise.
5973
5974 2008-03-22  Ian Lance Taylor  <iant@google.com>
5975
5976         * gold.h: Include <cstddef> and <sys/types.h>
5977         * options.h: Include <cstring>.
5978
5979 2008-03-21  Ian Lance Taylor  <iant@google.com>
5980
5981         * Added source code to GNU binutils.