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