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