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