PR gdb/11321
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
4a54abbb
DK
12010-02-24 Doug Kwan <dougkwan@google.com>
2
3 * arm.cc (Arm_output_data_got): New class.
4 (ARM_TCB_SIZE): New constant
5 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
6 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
7 If user uses a script with a SECTIONS clause, issue only a warning
8 for a misplaced EXIDX input section. Otherwise, issue an error.
9 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
10 garbage collection.
11 (Target_arm::got_mode_index_entry): Handle static linking.
12 (Target_arm::Scan::local): Ditto.
13 (Target_arm::Scan::global): Ditto.
14 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
15 all incorrectly implemented relocations.
16 (Target_arm::fix_exidx_coverage): Pass layout to
17 Arm_output_section::fix_exidx_coverage.
18 * layout.cc (Layout::section_name_mapping): Remove trailing dots
19 from ".ARM.exidx." and ".ARM.extab.".
20
ca419a6f
ILT
212010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
22
23 * arm.cc (Target_arm::do_finalize_sections): Create attribute
24 section if it does not already exist.
25 * attributes.cc (Attributes_section_data::Attributes_section_data):
26 Don't crash if size is zero.
27
135b9c78
ILT
282010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
29 Ian Lance Taylor <iant@google.com>
30
31 * gold.cc (queue_middle_tasks): If no input files were opened,
32 exit.
33 * workqueue.h (Task_function::Task_function): Assert that there is
34 a blocker.
35
bb0bfe4f
DK
362010-02-22 Doug Kwan <dougkwan@google.com>
37
38 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
39 * icf.cc (get_section_contents): Cast snprintf arguments to long long
40 types to avoid warnings due to different uint64_t implementations
41 on different hosts.
42
2a2b6d42
DK
432010-02-21 Doug Kwan <dougkwan@google.com>
44
45 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
46 handling of the maximum backward branch offset.
47 (Arm_relocate_functions::thumb_branch_common): Ditto.
48 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
49 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
50 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
51 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
52 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
53 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
54 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
55 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
56 thumb_bl_out_of_range thumb_bl_out_of_range.o,
57 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
58 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
59 thumb2_bl_out_of_range.o): New rules.
60 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
61 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
62 thumb2_bl_out_of_range
63 * testsuite/Makefile.in: Regenerate.
64 * testsuite/arm_bl_in_range.s: New file.
65 * testsuite/arm_bl_out_of_range.s: Ditto.
66 * testsuite/arm_branch_in_range.sh: Ditto.
67 * testsuite/arm_branch_range.t: Ditto.
68 * testsuite/thumb2_branch_range.t: Ditto.
69 * testsuite/thumb_bl_in_range.s: Ditto.
70 * testsuite/thumb_bl_out_of_range.s: Ditto.
71 * testsuite/thumb_branch_range.t: Ditto.
72
b487ad64
ST
732010-02-20 Sriraman Tallam <tmsriram@google.com>
74
75 * gc.h (gc_process_relocs): Change vectors to point to the new list.
76 Add reloc offset information.
77 * icf.cc (get_section_contents): Change iterators to point to the new
78 vectors. Add reloc offset information to the contents.
79 * icf.h (Icf::Sections_reachable_info): New typedef.
80 (Icf::Sections_reachable_list): New typedef.
81 (Icf::Offset_info): New typedef.
82 (Icf::Reloc_info): New struct typedef.
83 (Icf::Reloc_info_list): New typedef.
84 (Icf::symbol_reloc_list): Delete method.
85 (Icf::addend_reloc_list): Delete method.
86 (Icf::section_reloc_list): Delete method.
87 (Icf::reloc_info_list): New method.
88 (Icf::reloc_info_list_): New member.
89
f96accdf
DK
902010-02-19 Doug Kwan <dougkwan@google.com>
91
92 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
93 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
94 * arm.cc (Arm_relocation_functions): New forward declaration.
95 (Target_arm::Target_arm): Initialize new data members
96 got_mod_index_offset_ and tls_base_symbol_defined_.
97 (Target_arm::Relocate::relocate_tls): New method.
98 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
99 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
100 New methods.
101 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
102 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
103 (Target_arm::got_mod_index_offset_,
104 Target_arm::tls_base_symbol_defined_): New data members.
105 (Target_arm::Scan::local, Target::Scan::global,
106 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
107 relocations.
108
c8761b9a
DK
1092010-02-18 Doug Kwan <dougkwan@google.com>
110
111 * arm.cc (Arm_relobj::find_linked_text_section): New method.
112 (Arm_relobj::make_exidx_input_section): Pass section index of linked
113 text section as a parameter becuase some broken tools may not set
114 the link in section header.
115 (Target_arm::has_got_section): New method.
116 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
117 without any mapping symbol as data only. Remove warning.
118 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
119 link in its section header, try to discover the link by inspecting the
120 REL31 relocation at the beginning of the section.
121 (Target_arm::Scan::check_non_pic): Report name of offending relocation
122 in error message.
123 (Target_arm::Scan::global): Treat any reference to the symbol
124 _GLOBAL_OFFSET_TABLE_ as a GOT access.
125
21bb3914
ST
1262010-02-12 Sriraman Tallam <tmsriram@google.com>
127
128 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
129 (Scan::global_reloc_may_be_function_pointer): New function.
130 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
131 (Scan::global_reloc_may_be_function_pointer): New function.
132 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
133 (Scan::global_reloc_may_be_function_pointer): New function.
134 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
135 (Scan::global_reloc_may_be_function_pointer): New function.
136 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
137 (Scan::global_reloc_may_be_function_pointer): New function.
138 (Scan::possible_function_pointer_reloc): New function.
139 (Target_x86_64::can_check_for_function_pointers): New function.
140 * gc.h (gc_process_relocs): Scan relocation types to determine if
141 function pointers were taken for targets that support it.
142 * icf.cc (Icf::find_identical_sections): Include functions for
143 folding in safe ICF whose pointer is not taken.
144 * icf.h (Secn_fptr_taken_set): New typedef.
145 (fptr_section_id_): New member.
146 (section_has_function_pointers): New function.
147 (set_section_has_function_pointers): New function.
148 (check_section_for_function_pointers): New function.
149 * options.h: Fix comment for safe ICF option.
150 * target.h (can_check_for_function_pointers): New function.
151 * testsuite/Makefile.am: Add icf_safe_so_test test case.
152 Modify icf_safe_test for X86-64.
153 * testsuite/Makefile.in: Regenerate.
154 * testsuite/icf_safe_so_test.cc: New file.
155 * testsuite/icf_safe_so_test.sh: New file.
156 * testsuite/icf_safe_test.cc (kept_func_3): New function.
157 (main): Change to take pointer to function kept_func_3.
158 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
159 folding is done correctly for X86-64.
160
0da6fa6c
DM
1612010-02-12 David S. Miller <davem@davemloft.net>
162
163 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
164 is_symbolless parameter.
165 (Output_reloc<SHT_REL>::is_symbolless): New.
166 (Output_reloc<SHT_REL>::is_symbolless_): New.
167 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
168 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
169 (Output_reloc<SHT_RELA>::is_symbolless): New.
170 (Output_data_reloc::add_global): Handle is_symbolless.
171 (Output_data_reloc::add_global_relative): Likewise.
172 (Output_data_reloc::add_local): Likewise.
173 (Output_data_reloc::add_local_relative): Likewise.
174 (Output_data_reloc::add_symbolless_global_addend): New.
175 (Output_data_reloc::add_symbolless_local_addend): New.
176 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
177 is_symbolless.
178 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
179 instead of ->is_relative_
180 (Output_reloc::write): Likewise.
181 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
182 (Output_reloc::write_rel): Simplify.
183
184 * sparc.cc (Target_sparc::Scan::local): Use
185 ->add_symbolless_local_addend as needed.
186 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
187 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
188 based upon relocation offset.
189
e4782e83
DK
1902010-02-11 Doug Kwan <dougkwan@google.com>
191
192 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
193 (Target_arm::Scan::global): Ditto. Also remove a comment before the
194 beginning of function.
195 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
196 and MOVT_ABS relocations. Those are non issued in scanning. Fix
197 parameter is_32bit in calls to should_apply_static_reloc.
198 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
199 (check_DATA): Add arm_abs_global.stdout.
200 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
201 arm_abs_global.stdout): New rules.
202 (MOSTLLYCLEANFILES): Add arm_abs_global
203 * Makefile.in: Regenerate.
204 * testsuite/arm_abs_global.s: New file.
205 * testsuite/arm_abs_global.sh: Ditto.
206 * testsuite/arm_abs_lib.s: Ditto.
207
93ceb764
ILT
2082010-02-11 Ian Lance Taylor <iant@google.com>
209
210 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
211 Read_relocs task.
212 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
213 Allocate_commons_task first.
214 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
215 task, rather than symtab_lock_.
216 (Gc_process_relocs::~Gc_process_relocs): New function.
217 (Gc_process_relocs::is_runnable): Check this_blocker_.
218 (Gc_process_relocs::locks): Use next_blocker_ rather than
219 blocker_.
220 (Scan_relocs::~Scan_relocs): New function.
221 (Scan_relocs::is_runnable): Check this_blocker_ rather than
222 symtab_lock_.
223 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
224 next_blocker_.
225 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
226 fields. Add this_blocker_ and next_blocker_ fields. Adjust
227 constructor accordingly.
228 (class Gc_process_relocs): Likewise.
229 (class Scan_relocs): Likewise.
230 * common.h (class Allocate_commons_task): Remove symtab_lock_
231 field, and corresponding constructor parameter.
232 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
233 symtab_lock_.
234 (Allocate_commons_task::locks): Likewise.
235
114dfbe1
ILT
2362010-02-11 Ian Lance Taylor <iant@google.com>
237
238 * gold-threads.h (class Once): Define.
239 (class Initialize_lock): Rewrite as child of Once.
240 * gold-threads.cc (class Once_initialize): Define.
241 (once_pointer_control): New static variable.
242 (once_pointer, once_arg): New static variables.
243 (c_run_once): New static function.
244 (Once::Once, Once::run_once, Once::internal_run): New functions.
245 (class Initialize_lock_once): Remove.
246 (initialize_lock_control): Remove.
247 (initialize_lock_pointer): Remove.
248 (initialize_lock_once): Remove.
249 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
250 (Initialize_lock::initialize): Rewrite.
251 (Initialize_lock::do_run_once): New function.
252 * archive.cc (Archive::interpret_header): Only clear name if it is
253 not already empty.
254 * fileread.cc: Include "gold-threads.h"
255 (file_counts_lock): New static variable.
256 (file_counts_initialize_lock): Likewise.
257 (File_read::release): Only increment counts when using --stats.
258 Use a lock around the increment.
259 * parameters.cc (class Set_parameters_target_once): Define.
260 (set_parameters_target_once): New static variable.
261 (Parameters::Parameters): Move here from parameters.h.
262 (Parameters::set_target): Rewrite.
263 (Parameters::set_target_once): New function.
264 (Parameters::clear_target): Move here and rewrite.
265 * parameters.h (class Parameters): Update declarations. Add
266 set_parameters_target_once_ field.
267 (Parameters::Parameters): Move to parameters.cc.
268 (Parameters::clear_target): Likewise.
269 * readsyms.cc (Read_symbols::do_group): Create a Start_group
270 task.
271 (Start_group::~Start_group): New function.
272 (Start_group::is_runnable): New function.
273 (Start_group::locks, Start_group::run): New functions.
274 (Finish_group::run): Change saw_undefined to size_t.
275 * readsyms.h (class Start_group): Define.
276 (class Finish_group): Change saw_undefined_ field to size_t.
277 (Finish_group::Finish_group): Remove saw_undefined and
278 this_blocker parameters. Change all callers.
279 (Finish_group::set_saw_undefined): New function.
280 (Finish_group::set_blocker): New function.
281 * symtab.h (class Symbol_table): Change saw_undefined to return
282 size_t. Change saw_undefined_ field to size_t.
283 * target-select.cc (Set_target_once::do_run_once): New function.
284 (Target_selector::Target_selector): Initialize set_target_once_
285 field. Don't initialize lock_ and initialize_lock_ fields.
286 (Target_selector::instantiate_target): Rewrite.
287 (Target_selector::set_target): New function.
288 * target-select.h (class Set_target_once): Define.
289 (class Target_selector): Update declarations. Make
290 Set_target_once a friend. Remove lock_ and initialize_lock_
291 fields. Add set_target_once_ field.
292
fa17a3f4
ILT
2932010-02-10 Ian Lance Taylor <iant@google.com>
294
295 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
296 queueing any tasks.
297 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
298 (queue_middle_tasks): Add all blockers before queueing any tasks.
299 (queue_final_tasks): Likewise.
300 * token.h (Task_token::add_blockers): New function.
301 * object.h (Input_objects::number_of_relobjs): New function.
302
c7177d31
ILT
3032010-02-10 Ian Lance Taylor <iant@google.com>
304
5de0e392
ILT
305 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
306 shared, not if not position independent.
307 * x86_64.cc (Relocate::relocate_tls): Likewise.
308 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
309 (tls_pie_pic_test): New target.
310 * testsuite/Makefile.in: Rebuild.
311
c7177d31
ILT
312 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
313 (tls_test_main_pie.o, tls_test_pie.o): New targets.
314 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
315 * testsuite/Makefile.in: Rebuild.
316
684b268a
DM
3172010-02-09 David S. Miller <davem@davemloft.net>
318
319 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
320 R_SPARC_RELATIVE using ->add_local_relative().
321 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
322
612a8d3d
DM
323 * output.h (Output_data_dynamic::add_section_size): New method
324 that takes two Output_data objects.
325 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
326 entry param. Handle it in initializers.
327 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
328 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
329 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
330 arg.
331 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
332 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
333 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
334 for dynrel_includes_plt.
335 * i386.cc (Target_i386::do_finalize_sections): Likewise.
336 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
337 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
338 before .rela.plt
339 (Target_sparc::do_finalize_sections): Update to pass true for
340 dynrel_includes_plt.
341 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
342 output before .rela.plt
343 (Target_powerpc::do_finalize_sections): Update to pass true for
344 dynrel_includes_plt when 32-bit.
345
cb1be87e
DK
3462010-02-08 Doug Kwan <dougkwan@google.com>
347
348 * arm.cc (Arm_relobj::simple_input_section_output_address): New
349 method.
350 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
351 Arm_relobj::scan_section_for_cortex_a8_stubs,
352 Arm_relobj::do_relocation_section): Instead of calling
353 Output_section::output_address, use faster
354 Arm_relobj::simple_input_section_output_address.
355
705b5121
DM
3562010-02-08 David S. Miller <davem@davemloft.net>
357
358 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
359 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
360 relocation helper function.
361
024c4466
DM
362 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
363 just like R_SPARC_GOT{10,13,22}.
364 (Target_sparc::Scan::local): Likewise.
365 (Target_sparc::Relocate:relocate): Likewise.
366
9109c078
ILT
3672010-02-06 Ian Lance Taylor <iant@google.com>
368
369 * configure.ac: Rewrite targetobjs duplicate removal code to use
370 only shell constructs.
371 * configure: Rebuild.
372
cf846138
DK
3732010-02-05 Doug Kwan <dougkwan@google.com>
374
375 PR 11247
376 * arm.cc (Arm_relobj::section_is_scannable): New method.
377 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
378 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
379
6cfaf60b
DK
3802010-02-04 Doug Kwan <dougkwan@google.com>
381
382 PR 11247
383 * arm-reloc-property.cc (cstdio): Include.
384 * configure.ac (targetobjs): Remove duplicates.
385 * configure: Regenerate.
386 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
387 big and little endian version for a given address size.
388
5c57f1be
DK
3892010-02-03 Doug Kwan <dougkwan@google.com>
390
391 * arm-reloc-property.cc
392 (Arm_reloc_property_table::reloc_name_in_error_message): New method
393 definition.
394 * arm-reloc-property.h
395 (Arm_reloc_property_table::get_implemented_static_reloc_property):
396 New method definition.
397 (Arm_reloc_property_table::reloc_name_in_error_message): New method
398 declaration.
399 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
400 overflow to N.
401 (GOT_PREL): Change implemented to Y.
402 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
403 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
404 (Arm_relocate_functions::movw_abs_nc): Remove method.
405 (Arm_relocate_functions::movt_abs): Ditto.
406 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
407 (Arm_relocate_functions::thm_movt_abs): Ditto.
408 (Arm_relocate_functions::movw_rel_nc): Ditto.
409 (Arm_relocate_functions::movw_rel): Ditto.
410 (Arm_relocate_functions::movt_rel): Ditto.
411 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
412 (Arm_relocate_functions:thm_movw_rel): Ditto.
413 (Arm_relocate_functions:thm_movt_rel): Ditto.
414 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
415 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
416 New method definitions.
417 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
418 (Arm_relocation_functions::arm_grp_ldr): Ditto.
419 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
420 (Arm_relocation_functions::arm_grp_ldc): Ditto.
421 (Target_arm::Relocate::relocate): Check for non-static or
422 unimplemented relocation code and exit early. Change calls to
423 Target_arm::reloc_uses_thumb_bit and
424 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
425 instead. Refactor code to handle similar relocations to increase
426 code sharing. Remove check for unsupported relocation code in switch
427 statement.
428 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
429 relocation property table to find out size. Change error message to
430 print out the name of a relocation code instead of the numeric value.
431 (Target_arm::scan_reloc_for_stub): Use relocation property table
432 instead of calling Target_arm::reloc_uses_thumb_bit().
433
218c5831
DK
4342010-02-02 Doug Kwan <dougkwan@google.com>
435
436 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
437 types of relaxed input section.
438
0d31c79d
DK
4392010-02-02 Doug Kwan <dougkwan@google.com>
440
441 * Makefile.am (HFILES): Add arm-reloc-property.h.
442 (DEFFILES): New.
443 (TARGETSOURCES): Add arm-reloc-property.cc
444 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
445 (libgold_a_SOURCES): $(DEFFILES)
446 * Makefile.in: Regenerate.
447 * arm-reloc-property.cc: New file.
448 * arm-reloc-property.h: New file.
449 * arm-reloc.def: New file.
450 * arm.cc: Update comments.
451 (arm-reloc-property.h): New included header.
452 (arm_reloc_property_table): New global variable.
453 (Target_arm::do_select_as_default_target): New method definition.
454 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
455 arm-reloc-property to targ_extra_obj.
456 * parameters.cc (set_parameters_target): Call
457 Target::select_as_default_target().
458 * target.h (Target::select_as_default_target): New method definition.
459 (Target::do_select_as_default_target): Same.
460
546c7457
DK
4612010-02-01 Doug Kwan <dougkwan@google.com>
462
463 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
464 first_output_text_section_.
465 (Arm_exidx_fixup::first_output_text_section): New method definition.
466 (Arm_exidx_fixup::first_output_text_section_): New data member.
467 (Arm_exidx_fixup::process_exidx_section): Record the first text
468 output section seen.
469 (Arm_output_section::fix_exidx_coverage): Set correct linked section
470 and entsize in output section header.
471
11b861d5
DK
4722010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
473
474 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
475 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
476 (Arm_relocate_functions::thm_alu11): New Method.
477 (Arm_relocate_functions::thm_pc8): New Method.
478 (Arm_relocate_functions::thm_pc12): New Method.
479 (Target_arm::Scan::local): Handle the relocations.
480 (Target_arm::Scan::global): Likewise.
481 (Target_arm::Relocate::relocate): Likewise.
482 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
483
c9a2c125
DK
4842010-01-29 Doug Kwan <dougkwan@google.com>
485
486 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
487 of relocation types as ld.
488
1521477a
DK
4892010-01-29 Doug Kwan <dougkwan@google.com>
490
491 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
492 to public.
493 (Arm_relocate_functions::thumb_branch_common): Ditto.
494 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
495 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
496 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
497 Arm_relocate_functions::jump24): Remove.
498 (Target_arm::Relocate::relocate): Adjust code to call
499 Arm_relocation_functions::arm_branch_common and
500 Arm_relocation_functions::thumb_branch_common instead of their removed
501 wrappers. Merge switch-cases together to reduce source code size.
502
e7eca48c
DK
5032010-01-29 Doug Kwan <dougkwan@google.com>
504
505 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
506 output_local_symbol_count_needs_update_.
507 (Arm_relobj::output_local_symbol_count_needs_update,
508 Arm_relobj::set_output_local_symbol_count_needs_update,
509 Arm_relobj::update_output_local_symbol_count): New methods.
510 (Arm_relobj::output_local_symbol_count_needs_update_): New data
511 member.
512 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
513 of pointed function as in a R_ARM_PREL31 relocation.
514 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
515 for output local symbol count updating.
516 (Target_arm::do_relax): Update output local symbol counts in objects
517 if necessary.
518 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
519
02961d7e
ILT
5202010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
521
522 * arm.cc: Added support for the ARM relocations:
523 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
524 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
525 (Arm_relocate_functions::movw_rel_nc): Renamed (was
526 movw_prel_nc).
527 (Arm_relocate_functions::movw_rel): New method.
528 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
529 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
530 thm_movw_prel_nc).
531 (Arm_relocate_functions::thm_movw_rel): New method.
532 (Arm_relocate_functions::thm_movt_rel): Renamed (was
533 thm_movt_prel).
534 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
535 relocations.
536 (Target_arm::Scan::global): Likewise.
537 (Target_arm::Relocate::relocate): Likewise.
538 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
539 Likewise.
540
b10d2873
ILT
5412010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
542
543 * arm.cc: Added support for ARM group relocations.
544 (Target_arm::reloc_needs_sym_origin): New method.
545 (Arm_relocate_functions::calc_grp_kn): New method.
546 (Arm_relocate_functions::calc_grp_residual): New method.
547 (Arm_relocate_functions::calc_grp_gn): New method.
548 (Arm_relocate_functions::arm_grp_alu): New Method.
549 (Arm_relocate_functions::arm_grp_ldr): New Method.
550 (Arm_relocate_functions::arm_grp_ldrs): New Method.
551 (Arm_relocate_functions::arm_grp_ldc): New Method.
552 (Target_arm::Scan::local): Handle the ARM group relocations.
553 (Target_arm::Scan::global): Likewise.
554 (Target_arm::Relocate::relocate): Likewise.
555 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
556 Likewise.
557
2b328d4e
DK
5582010-01-26 Doug Kwan <dougkwan@google.com>
559
560 * arm.cc (set): Include.
561 (class Arm_exidx_fixup): Change type of last_input_section_ to const
562 pointer type.
563 (Arm_output_section::Text_section_list): New type.
564 (Arm_output_section::append_text_sections_to_list): New method.
565 (Arm_output_section::fix_exidx_coverage): Ditto.
566 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
567 (Arm_relobj::convert_input_section_to_relaxed_section): Use
568 Relobj::set_section_offset() instead of
569 Sized_relobj::invalidate_section_offset().
570 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
571 parameter for section headers. Ignore relocation sections for
572 unallocated sections and EXIDX sections.
573 (Target_arm::fix_exidx_coverage): New method.
574 (Target_arm::output_section_address_less_than): New type.
575 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
576 linked text section instead of the EXIDX section.
577 (Arm_output_section::create_stub_group): Add an assertion to check
578 that this is not an EXIDX output section.
579 (Arm_output_section::append_text_sections_to_list): New method.
580 (Arm_output_section::fix_exidx_coverage): Ditto.
581 (Arm_relobj::scan_sections_for_stubs): Adjust call to
582 Arm_relobj::section_needs_reloc_stub_scanning.
583 (Target_arm::do_relax): Fix EXIDX output section coverage in the
584 first pass.
585 (Target_arm::fix_exidx_coverage): New method.
586 * object.h (Relobj::set_output_section): New method.
587 (Sized_relobj::invalidate_section_offset): Remove method.
588 (Sized_relobj::do_invalidate_section_offset): Remove method.
589 (Sized_relobj::do_set_section_offset): Handle offset value -1.
590
c7f3c371
DK
5912010-01-25 Doug Kwan <dougkwan@google.com>
592
593 * arm.cc (Arm_exidx_merged_section::do_output_offset):
594 Fix warning due to signed and unsigned comparison on a 32-bit host.
595
8923b24c
DK
5962010-01-22 Doug Kwan <dougkwan@google.com>
597
598 * arm.cc (Target_arm::do_relax): Record an output section for section
599 offset adjustment it contains any stub table that has changed.
600 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
601 offsets in an output section if necessary.
602 * output.cc (Output_section::Output_section): Initialize
603 section_offsets_need_adjustments_.
604 (Output_section::add_input_section_for_script): Renamed to
605 Output_section::add_simple_input_section.
606 (Output_section::save_states): Add a comment.
607 (Output_section::discard_states): New method defintion.
608 (Output_section::adjust_section_offsets): Same.
609 * output.h (Output_section::add_input_section_for_script): Renamed to
610 Output_section::add_simple_input_section.
611 (Output_section::discard_states): New method declaration.
612 (Output_section::adjust_section_offsets): Same.
613 (Output_section::section_offsets_need_adjustment,
614 Output_section::set_section_offsets_need_adjustment): New method
615 definitions.
616 (Output_section::section_offsets_need_adjustment_): New data member.
617 * script-sections.cc
618 (Output_section_element_input::set_section_address): Adjust code for
619 renaming of Output_section::add_input_section_for_script.
620 (Orphan_output_section::set_section_address): Same.
621
9b2fd367
DK
6222010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
623
624 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
625 Fix_v4bx enum values .
626 * gold/options.h (General_options): New option definitions.
627 (General_options::fix_v4bx): New method.
628 (General_options::Fix_v4bx): New enum.
629 * gold/options.cc (General_options::parse_fix_v4bx): New method.
630 (General_options::parse_fix_v4bx_interworking): New method.
631
80d0d023
DK
6322010-01-22 Doug Kwan <dougkwan@google.com>
633
634 * arm.cc (Arm_exidx_fixup): New class.
635
af2cdeae
DK
6362010-01-21 Doug Kwan <dougkwan@google.com>
637
638 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
639 classes.
640 (Arm_exidx_section_offset_map): New type.
641
993d07c1
DK
6422010-01-21 Doug Kwan <dougkwan@google.com>
643
644 * arm.cc (Arm_exidx_input_section): New class.
645 (Arm_relobj::exidx_input_section_by_link,
646 Arm_relobj::exidx_input_section_by_shndx,
647 Arm_relobj::make_exidx_input_section): New methods.
648 (read_arm_attributes_section): Remove.
649 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
650 information about them.
651 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
652 to here.
653
5ac169d4
DK
6542010-01-20 Doug Kwan <dougkwan@google.com>
655
656 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
657 Input_section_specifier to Section_id.
658 (Target_arm::new_arm_input_section: Adjust code for change of key
659 type.
660 (Target_arm::find_arm_input_section): Ditto.
661 * gc.h (object.h): Include for Section_id nand Section_id_hash.
662 (Section_id): Remove.
663 (Garbage_collection::Section_id_hash): Remove.
664 * icf.h (object.h): Include for Section_id nand Section_id_hash.
665 (Section_id): Remove.
666 (Icf::Section_id_hash): Remove.
667 * object.h (Section_id, Const_section_id, Section_id_hash,
668 Const_section_id_hash): New type definitions.
669 * output.cc (Output_section::add_relaxed_input_section): Change to
670 use Const_section_id instead of Input_section_specifier as key type.
671 (Output_section::add_merge_input_section): Ditto.
672 (Output_section::build_relaxation_map): Change to use Section_id
673 instead of Input_section_specifier as key type.
674 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
675 Ditto.
676 (Output_section::convert_input_sections_to_relaxed_sections): Change
677 to use Const_section_id instead of Input_section_specifier as key type.
678 (Output_section::find_merge_section): Ditto.
679 (Output_section::find_relaxed_input_section): Ditto.
680 * output.h (Input_section_specifier): Remove class.
681 (Output_section::Output_section_data_by_input_section_map): Change
682 key type to Const_section_id.
683 (Output_section::Output_relaxed_input_section_by_input_section_map):
684 Ditto.
685 (Output_section::Relaxation_map): Change key type to Section_id.
686
a2162063
ILT
6872010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
688
689 * gold/arm.cc: Added support for R_ARM_V4BX relocation
690 (class Arm_v4bx_stub): New class.
691 (DEF_STUBS): Updated definition to support v4_veneer_bx.
692 (Stub_factory::make_arm_v4bx_stub): New method.
693 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
694 (Stub_table::empty): Handle v4bx stubs.
695 (Stub_table::add_arm_v4bx_stub): New method.
696 (Stub_table::find_arm_v4bx_stub): New method.
697 (Arm_relocate_functions::v4bx): New method.
698 (Target_arm::fix_v4bx): New method.
699 (Target_arm::Target_arm): Handle R_ARM_V4BX.
700 (Stub_table::relocate_stubs): Likewise.
701 (Stub_table::do_write): Likewise.
702 (Stub_table::update_data_size_and_addralign): Likewise.
703 (Stub_table::finalize_stubs): Likewise.
704 (Target_arm::Scan::local): Likewise.
705 (Target_arm::Scan::global): Likewise.
706 (Target_arm::do_finalize_sections): Likewise.
707 (Target_arm::Relocate::relocate): Likewise.
708 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
709 Likewise.
710 (Target_arm::scan_reloc_for_stub): Likewise.
711 (Target_arm::scan_reloc_section_for_stubs): Likewise.
712
5696ab0b
ILT
7132010-01-19 Ian Lance Taylor <iant@google.com>
714
715 * output.cc (Output_section_headers::do_sized_write): Write large
716 segment count to sh_info field.
717 (Output_file_header::do_sized_write): For large segment count,
718 write PN_XNUM to e_phnum field.
719
800d0f56
ILT
7202010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
721
722 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
723 (Arm_relocate_functions::thm_jump8): New function.
724 (Arm_relocate_functions::thm_jump11): New function.
725 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
726 R_ARM_THM_JUMP11.
727 (Target_arm::Scan::global): Likewise.
728 (Target_arm::Relocate::relocate): Likewise.
729 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
730 Likewise.
731
41263c05
DK
7322010-01-14 Doug Kwan <dougkwan@google.com>
733
734 * arm.cc (map, utility): Include headers.
735 (Target_arm::apply_cortex_a8_workaround): New method.
736 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
737 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
738 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
739 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
740 the --[no-]fix-cortex-a8 command line options.
741 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
742 (Target_arm::relocate_stub): Use addend in instruction template.
743 * options.h (DEFINE_bool): Set the user-set flag.
744 (General_options): Add --[no-]-fix-cortex options.
745 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
746 : Update fast look-up map after conversion.
747
459e9b03
ST
7482010-01-14 Sriraman Tallam <tmsriram@google.com>
749
750 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
751 in the first pass of do_layout.
752
b521dfe4
DK
7532010-01-13 Doug Kwan <dougkwan@google.com>
754
755 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
756 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
757 apparent compiler problem of not folding static constant integral
758 data members of elfcpp::Elf_sizes<32>.
759
44272192
DK
7602010-01-13 Doug Kwan <dougkwan@google.com>
761
762 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
763 Arm_relobj::section_needs_cortex_a8_stub_scanning,
764 Arm_relobj::scan_section_for_cortex_a8_erratum,
765 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
766 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
767 sections to scan for relocation stubs into a new method
768 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
769 relocation and Cortex-A8 stub scanning.
770 (Target_arm::do_relax): Force stubs to be after stubbed sections
771 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
772 the beginning of a new relaxation pass. Update a comment.
773 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
774
44b71ece
ILT
7752010-01-12 Ian Lance Taylor <iant@google.com>
776
777 * target-reloc.h (visibility_error): New inline function.
778 (relocate_section): Call visibility_error.
779 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
780 (MOSTLYCLEANFILES): Likewise.
781 (protected_4_pic.o, protected_3.err): New targets.
782 * testsuite/protected_4.cc: New file.
783
a120bc7f
DK
7842010-01-12 Doug Kwan <dougkwan@google.com>
785
786 * arm.cc (Cortex_a8_reloc): New class.
787 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
788 and cortex_a8_relocs_info_.
789 (Target_arm::fix_cortex_a8): New method definition.
790 (Target_arm::Cortex_a8_relocs_info): New type.
791 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
792 New data member declarations.
793 (Target_arm::scan_reloc_for_stub): Record information about
794 relocations for THUMB branches that might be exempted from the
795 Cortex-A8 workaround.
796 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
797 at the beginning of a relaxation pass.
798
20138696
DK
7992010-01-12 Doug Kwan <dougkwan@google.com>
800
801 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
802 (Arm_relobj::Mapping_symbol_position,
803 Arm_reloj::Mapping_symbol_position_less,
804 Arm_relobj::Mapping_symbols_info): New types.
805 (Target_arm::is_mapping_symbol_name): New method definition.
806 (Arm_relobj::do_count_local_symbols): Save information about mapping
807 symbols.
808
089d69dc
DK
8092010-01-11 Doug Kwan <dougkwan@google.com>
810
811 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
812 Arm_relocate_functions::thumb32_branch_upper,
813 Arm_relocate_functions::thumb32_branch_lower,
814 Arm_relocate_functions::thumb32_cond_branch_offset,
815 Arm_relocate_functions::thumb32_cond_branch_upper,
816 Arm_relocate_functions::thumb32_cond_branch_lower,
817 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
818 branch offset encoding.
819 (Arm_relocate_functions::thumb_branch_common): Use new branch
820 offset encoding methods to avoid code duplication.
821 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
822 (Stub_addend_reader::operator()): Use new branch encoding method
823 to avoid code duplication.
824
99e5bff2
DK
8252010-01-11 Doug Kwan <dougkwan@google.com>
826
827 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
828 (Target_arm::do_finalize_sections): Define special EXIDX section
829 symbols only if referenced.
830 * gc.h (Garbage_collection::add_reference): New method.
831 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
832 code duplication.
833
98e090bd
ILT
8342010-01-11 Ian Lance Taylor <iant@google.com>
835
d0a91bd8
ILT
836 * script.cc (Version_script_info::build_expression_list_lookup):
837 Change complaing about duplicate wildcard match from error to
838 warning.
839
98e090bd
ILT
840 * script.cc (class Lazy_demangler): Recreate--revert part of patch
841 of 2009-12-30.
842 (Version_script_info::Version_script_info): Initialize globs_,
843 default_version_, default_is_global_, and exact_. Don't
844 initialize globals_ or locals_.
845 (Version_script_info::build_lookup_tables): Build local symbols
846 first.
847 (Version_script_info::unquote): New function.
848 (Version_script_info::add_exact_match): New function.
849 (Version_script_info::build_expression_list_lookup): Remove lookup
850 parameter. Add is_global parameter. Change all callers. Handle
851 wildcard pattern specially. Unquote pattern. Call
852 add_exact_match.
853 (Version_script_info::get_name_to_match): New function.
854 (Version_script_info::get_symbol_version): New function.
855 (Version_script_info::get_symbol_version_helper): Remove.
856 (Version_script_info::check_unmatched_names): Call unquote.
857 * script.h (class Version_script_info): Change get_symbol_version
858 to be non-inline and add is_global parameter; change all callers.
859 Rewrite symbol_is_local. Update declarations. Define struct
860 Version_tree_match, Exact, Globs. Don't define struct Lookup.
861 Remove globals_ and locals_ members. Add exact_, globs_,
862 default_version_, is_global_.
863 (Version_script_info::Glob): Remove pattern, add expression and
864 is_global. Update constructor. Change all callers.
865 * dynobj.cc (Versions::finalize): Mark the version symbol as the
866 default version.
867 (Versions::symbol_section_contents): If a symbol is undefined, or
868 defined in a dynamic object, set the version index to
869 VER_NDX_LOCAL.
870 * symtab.cc (Symbol_table::add_from_relobj): Don't call
871 symbol_is_local.
872 (Symbol_table::add_from_pluginobj): Likewise.
873 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
874
d56962d3
DK
8752010-01-11 Doug Kwan <dougkwan@google.com>
876
877 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
878 (incremental_dump_LDADD): Add linking option for libintl.
879 * Makefile.in: Regenerate.
880
94e6ee91
L
8812010-01-11 H.J. Lu <hongjiu.lu@intel.com>
882
883 PR gold/11144
884 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
885 instead of -Ds.
886 * testsuite/Makefile.in: Regenerated.
887
e96c574b
DK
8882010-01-10 Doug Kwan <dougkwan@google.com>
889
890 * options.h (DEFINE_var): Use parentheses around argument varname__
891 in macro body to avoid any unintended subsequent substitutions.
892
7198066b
ILT
8932010-01-10 Ian Lance Taylor <iant@google.com>
894
ba4d53bf
ILT
895 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
896 candidates before doing symbol resolution.
897
7198066b
ILT
898 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
899 ODR candidates if only one is weak.
900
a2beed37
ILT
9012010-01-08 Ian Lance Taylor <iant@google.com>
902
903 * script.cc (Version_script_info::build_expression_list_lookup):
904 Don't warn about ambiguous version, just record the ambiguity.
905 (Version_script_info::get_symbol_version_helper): Give error if
906 version is ambiguous.
907
2fb7225c
DK
9082010-01-08 Doug Kwan <dougkwan@google.com>
909
910 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
911 prev_data_size_ and prev_addralign_. Remove initializer for
912 deleted data member has_been_changed_.
913 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
914 to determine if the table is empty.
915 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
916 Remove.
917 (Stub_table::add_reloc_stub): Define method in class definition
918 instead of just declaring it there.
919 (Stub_table::add_cortex_a8_stub): New method definition.
920 (Stub_table::update_data_size_and_addralign): Ditto.
921 (Stub_table::finalize_stubs): Ditto.
922 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
923 (Stub_table::do_addralign_): Return address alignment in the
924 (Stub_table::do_reset_address_and_file_offset): Define method in
925 class definition instead of declaring it there. Set current data
926 size to be the data size of the previous pass.
927 (Stub_table::set_final_data_size): Use current data size as the
928 final data size.
929 (Stub_table::relocate_stub): Change parameter type of stub from
930 Reloc_stub pointer to Stub pointer.
931 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
932 (Stub_table::Cortex_a8_stub_list): New typedef.
933 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
934 Stub_table::prev_addralign_): New data member.
935 (Arm_relobj::Arm_relobj): Initialize data member
936 section_has_cortex_a8_workaround_.
937 (Arm_relobj::section_has_cortex_a8_workaround,
938 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
939 definitions.
940 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
941 declarations.
942 (Target_arm::relocate_stub): Change parameter type of stub from
943 Reloc_stub pointer to Stub pointer.
944 (Insn_template::size, Insn_template::alignment): Handle
945 THUMB16_SPECIAL_TYPE.
946 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
947 Stub_table::update_data_size_and_addralign,
948 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
949 definitions.
950 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
951 (Stub_table::do_write): Ditto.
952 (Target_arm::do_relax): Adjust code for changes in Stub_table.
953
880cd20d
ILT
9542010-01-08 Ian Lance Taylor <iant@google.com>
955
956 PR 11108
957 * symtab.h (class Symbol): Remove fields is_target_special_ and
958 has_plt_offset_. Add field is_defined_in_discarded_section_.
959 (Symbol::is_defined_in_discarded_section): New function.
960 (Symbol::set_is_defined_in_discarded_section): New function.
961 (Symbol::has_plt_offset): Rewrite.
962 (Symbol::set_plt_offset): Verify that new offset is not -1U.
963 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
964 Don't initialize is_target_special_ or has_plt_offset_.
965 Initialize is_defined_in_discarded_section_.
966 (Symbol_table::add_from_relobj): If appropriate, set
967 is_defined_in_discarded_section.
968 * resolve.cc (Symbol::override_base_with_special): Don't test
969 is_target_special_. Change has_plt_offset_ to has_plt_offset().
970 * target-reloc.h (relocate_section): Do special handling for
971 symbols defined in discarded sections for global symbols as well
972 as local symbols.
973
2703e3eb
ILT
9742010-01-08 Ian Lance Taylor <iant@google.com>
975
976 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
977 the SHT_SYMTAB case.
978
339d40a3
ILT
9792010-01-08 Ian Lance Taylor <iant@google.com>
980
981 * object.cc (Sized_relobj::do_layout): Don't get confused if
982 layout_eh_frame returns NULL.
983
abecea76
ILT
9842010-01-08 Ian Lance Taylor <iant@google.com>
985
986 PR 11084
987 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
988 dynamic symbol table, use the normal symbol table.
989 (Sized_dynobj::do_read_symbols): Remove assertion about type of
990 symbol table.
991
6b7dd3f3
ILT
9922010-01-08 Ian Lance Taylor <iant@google.com>
993
994 PR 11072
995 * layout.cc (Layout::include_section): Remove .gnu_debuglink
996 sections.
997
36c50e63
L
9982010-01-08 H.J. Lu <hongjiu.lu@intel.com>
999
1000 * version.cc (print_version): Change to "Copyright 2010".
1001
e291e7b9
ILT
10022010-01-08 Ian Lance Taylor <iant@google.com>
1003
1004 PR 10287
1005 PR 11063
1006 * i386.cc (class Target_i386): Change return type of plt_section
1007 to be non-const.
1008 (class Output_data_plt_i386): Add tls_desc_rel_ field.
1009 (Output_data_plt_i386::Output_data_plt_i386): Initialize
1010 tls_desc_rel_ field.
1011 (Output_data_plt_i386::rel_tls_desc): New function.
1012 (Target_i386::rel_tls_desc_section): New function.
1013 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
1014 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
1015 R_386_TLS_DESC reloc in rel_tls_desc_section.
1016 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
1017 Define struct Tlsdesc_info.
1018 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
1019 (Target_x86_64::do_reloc_symbol_index): New function.
1020 (Target_x86_64::add_tlsdesc_info): New function.
1021 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
1022 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
1023 tlsdesc_rel_ field.
1024 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
1025 all callers.
1026 (Output_data_plt_x86_64::rela_tlsdesc): New function.
1027 (Target_x86_64::rela_tlsdesc_section): New function.
1028 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
1029 handling.
1030 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
1031 (Target_x86_64::do_reloc_addend): New function.
1032 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
1033 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
1034 declarations. Define TARGET_CODE. Add arg field to u1_ union.
1035 (Output_reloc::type): New function.
1036 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
1037 (Output_reloc::is_target_specific): New function.
1038 (Output_reloc::target_arg): New function.
1039 (class Output_reloc) [SHT_RELA]: Add four new constructors for
1040 absolute relocs and target specific relocs.
1041 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
1042 add_target_specific.
1043 (class Output_data_reloc) [SHT_RELA]: Likewise.
1044 * output.cc (Output_reloc::Output_reloc): Add four new versions
1045 for absolute relocs and target specific relocs.
1046 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
1047 (Output_reloc::get_symbol_index): Likewise.
1048 (Output_reloc::local_section_offset): Check that local_sym_index_
1049 is not TARGET_CODE or 0.
1050 (Output_reloc::symbol_value): Likewise.
1051 (Output_reloc::write) [SHT_RELA]: Call target for target specific
1052 reloc.
1053 * target.h (class Target): Add reloc_symbol_index and reloc_addend
1054 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
1055 functions.
1056 * layout.cc (add_target_dynamic_tags): Use output section for
1057 DT_PLTRELSZ and DT_JMPREL.
1058
3a44184e
ILT
10592010-01-07 Ian Lance Taylor <iant@google.com>
1060
1061 PR 11061
1062 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
1063 function.
1064 (class Output_data_reloc_generic): Define.
1065 (class Output_data_reloc_base): Change base class to
1066 Output_data_reloc_generic. Change add() method to call
1067 bump_relative_reloc_count for a relative reloc. Remove
1068 sort_relocs_ field.
1069 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
1070 to sort_relocs().
1071 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
1072 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
1073 appropriate.
1074 * layout.h (class Layout): Update declaration.
1075
ea715a34
ILT
10762010-01-07 Ian Lance Taylor <iant@google.com>
1077
1078 * output.h (class Output_data): Add const version of
1079 output_section and do_output_section.
1080 (class Output_section_data): Add const version of
1081 do_output_section.
1082 (class Output_section): Likewise.
1083 * layout.cc (Layout::add_target_dynamic_tags): New function.
1084 * layout.h (class Layout): Update declarations.
1085 * arm.cc (Target_arm::do_finalize_sections): Use
1086 add_target_dynamic_tags.
1087 * i386.cc (Target_i386::do_finalize_sections): Likewise.
1088 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
1089 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
1090 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
1091
659948a4
ILT
10922010-01-07 Ian Lance Taylor <iant@google.com>
1093
1094 PR 11042
1095 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
1096 object as needed.
1097
9d3b86f6
ILT
10982010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
1099 Ian Lance Taylor <iant@google.com>
1100
1101 PR 11019
1102 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
1103 Xindex::read_symtab_xindex.
1104
bb0d3eb0
DK
11052010-01-07 Doug Kwan <dougkwan@google.com>
1106
1107 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
1108 (Insn_template::thumb16_bcond_insn): New method declaration.
1109 (Insn_template): Fix spelling.
1110 (Stub::thumb16_special): New method declaration.
1111 (Stub::do_write): Define virtual method which was previously pure
1112 virtual.
1113 (Stub::do_thumb16_special): New method declaration.
1114 (Stub::do_fixed_endian_write): New template member.
1115 (Reloc_stub::do_write): Remove.
1116 (Reloc_stub::do_fixed_endian_write): Remove.
1117 (Cortex_a8_stub): New class definition.
1118 (Stub_factory::make_cortex_a8_stub): New method definition.
1119 (Stub_factory::Stub_factory): Add missing static storage class
1120 qualifier for elf32_arm_stub_a8_veneer_blx.
1121
ffeef7df
ILT
11222010-01-07 Ian Lance Taylor <iant@google.com>
1123
dc3f80fe
ILT
1124 PR 10980
1125 * options.h (class General_options): Add --warn-unresolved-symbols
1126 and --error-unresolved-symbols.
1127 * errors.cc (Errors::undefined_symbol): Implement
1128 --warn-unresolved-symbols.
1129
ffeef7df
ILT
1130 * options.h (class General_options): Add -z text and -z textoff.
1131 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
1132
f1ec9ded
ST
11332010-01-06 Sriraman Tallam <tmsriram@google.com>
1134
1135 * gc.h (Garbage_collection::Cident_section_map): New typedef.
1136 (Garbage_collection::cident_sections): New function.
1137 (Garbage_collection::add_cident_section): New function.
1138 (Garbage_collection::cident_sections_): New member.
1139 (gc_process_relocs): Add references to sections whose names are C
1140 identifiers.
1141 * gold.h (cident_section_start_prefix): New constant.
1142 (cident_section_stop_prefix): New constant.
1143 (is_cident): New function.
1144 * layout.cc (Layout::define_section_symbols): Replace string constants
1145 with the newly defined constants.
1146 * object.cc (Sized_relobj::do_layout): Track sections whose names are
1147 C identifiers.
1148 * testsuite/Makefile.am: Add gc_orphan_section_test.
1149 * testsuite/Makefile.in: Regenerate.
1150 * testsuite/gc_orphan_section_test.cc: New file.
1151 * testsuite/gc_orphan_section_test.sh: New file.
1152
6eda8c29
ILT
11532010-01-06 Ian Lance Taylor <iant@google.com>
1154
b9674e17
ILT
1155 PR 10980
1156 * options.h (class General_options): Add --warn-shared-textrel.
1157 * layout.cc (Layout::finish_dynamic_section): Implement
1158 --warn-shared-textrel.
1159
6eda8c29
ILT
1160 PR 10980
1161 * options.h (class General_options): Add --warn-multiple-gp.
1162
32dcd44e
ILT
11632010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
1164
1165 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
1166 $(THREADSLIB) and $(LIBDL).
1167 * Makefile.in: Rebuild.
1168
a192ba05
ILT
11692010-01-06 Ian Lance Taylor <iant@google.com>
1170
1171 PR 10980
1172 * options.cc (General_options::parse_section_start): New function.
1173 (General_options::section_start): New function.
1174 (General_options::General_options): Initialize all members.
1175 * options.h: Include <map>
1176 (class General_options): Add --section-start. Add section_starts_
1177 member.
1178 * layout.cc (Layout::attach_allocated_section_to_segment): If
1179 --section-start was used, set the address of the segment. Remove
1180 local sort_sections.
1181 (Layout::relaxation_loop_body): If the address of the load segment
1182 has been set by --section-start, don't use it.
1183 * output.h (Output_segment::update_flags_for_output_section): New
1184 function.
1185 * output.cc (Output_segment::add_output_section): Call
1186 update_flags_for_output_section.
1187
dde3f402
ILT
11882010-01-05 Ian Lance Taylor <iant@google.com>
1189
62dfdd4d
ILT
1190 PR 10980
1191 * options.h (class General_options): Add --undefined-version.
1192 * script.cc (struct Version_expression): Add was_matched_by_symbol
1193 field.
1194 (Version_script_info::matched_symbol): New function.
1195 (Version_script_info::get_symbol_version_helper): Call
1196 matched_symbol.
1197 (Version_script_info::check_unmatched_names): New function.
1198 * script.h (class Version_script_info): Update declarations.
1199 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
1200
9c4ae156
ILT
1201 * options.h (class General_options): Use DEFINE_bool_alias for
1202 allow_multiple_definition.
1203 * resolve.cc (Symbol_table::should_override): Don't test
1204 allow_multiple_definition.
1205
dde3f402
ILT
1206 PR 10980
1207 * options.h (class General_options): Add --cref.
1208 * main.cc (main): Print cref table if --cref. Don't close mapfile
1209 until after printing cref table.
1210 * cref.cc: Include "symtab.h".
1211 (class Cref_inputs): Define Cref_table_compare and Cref_table.
1212 (Cref_table_compare::operator()): New function.
1213 (Cref_inputs::gather_cref): New function.
1214 (filecol): New static const.
1215 (Cref_inputs::print_cref): New function.
1216 (Cref::print_cref): New function.
1217 * cref.h: Include <cstdio>.
1218 (class Cref): Update declarations.
1219 * mapfile.h (Mapfile::file): New function.
1220 * object.h (class Object): Define Symbols. Declare virtual
1221 do_get_global_symbols.
1222 (Object::get_global_symbols): New function.
1223 * object.cc (Input_objects::add_object): Pass object to cref_ if
1224 --cref.
1225 (Input_objects::archive_start): Likewise.
1226 (Input_objects::archive_stop): Likewise.
1227 (Input_objects::print_cref): New function.
1228 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
1229 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
1230 --cref.
1231 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
1232 function.
1233 * plugin.h (class Sized_pluginobj): Update declarations.
1234
8781f709
ILT
12352010-01-05 Ian Lance Taylor <iant@google.com>
1236
1237 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
1238 to is_default_version. Rename insdef to insdefault.
1239 (Symbol_table::add_from_relobj): Rename def to is_default_version
1240 and local to is_forced_local.
1241 (Symbol_table::add_from_pluginobj): Likewise.
1242 (Symbol_table::add_from_dynobj): Likewise.
1243 (Symbol_table::define_special_symbol): Rename insdef to
1244 insdefault.
1245
fe35d28d
ILT
12462010-01-04 Ian Lance Taylor <iant@google.com>
1247
30bc8c46
ILT
1248 PR 10980
1249 * options.h (class General_options): Add
1250 --allow-multiple-definition and -z muldefs.
1251 * resolve.cc (Symbol_table::should_override): Don't warn about a
1252 multiple symbol definition if --allow-multiple-definition or -z
1253 muldefs.
1254
7eaea549
ILT
1255 PR 10980
1256 * options.h (class General_options): Add --add-needed and
1257 --copy-dt-needed-entries. Tweak --as-needed help entry.
1258 * object.cc (Input_objects::check_dynamic_dependencies): Give an
1259 error if --copy-dt-needed-entries aka --add-needed is used and
1260 would cause a change in behaviour.
1261
fe35d28d
ILT
1262 PR 10980
1263 * options.h (class General_options): Add -G as a short version of
1264 --shared. Add no-op options -assert, -g, and -i.
1265
55a2bb35
ST
12662010-01-04 Sriraman Tallam <tmsriram@google.com>
1267
1268 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
1269 check for .text or .gnu.linkonce.t sections.
1270 * icf.cc (Icf::find_identical_sections): Ditto.
1271 Change the detection for mangled function name within the section
1272 name.
1273 * icf.h (is_section_foldable_candidate): New function.
1274
719328e1
ILT
12752009-12-30 Ian Lance Taylor <iant@google.com>
1276
1277 PR 10980
1278 * options.h (class General_options): Permit two dashes with
1279 --retain-symbols-file.
1280
d7bb5745
ILT
12812009-12-30 Ian Lance Taylor <iant@google.com>
1282
403a15dd
ILT
1283 PR 10979
1284 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
1285 don't put the file header and segment headers in the text
1286 segment.
1287
eda294df
ILT
1288 PR 10979
1289 * common.cc (Sort_commons::operator()): Stabilize sort when both
1290 entries are NULL.
1291 (Symbol_table::do_allocate_commons_list): When allocating common
1292 symbols, skip a symbol which is no longer common.
1293 * symtab.h (Symbol::is_common): Test whether the symbol comes from
1294 an object before checking its type.
1295 * testsuite/common_test_2.c: New file.
1296 * testsuite/common_test_3.c: New file.
1297 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
1298 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
1299 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
1300 (common_test_2_pic.o, common_test_2.so): New targets.
1301 (common_test_3_pic.o, common_test_3.so): New targets.
1302 * testsuite/Makefile.in: Rebuild.
1303
d7bb5745
ILT
1304 PR 10979
1305 * script.cc (read_input_script): If we see a new SECTIONS clause,
1306 and we have added an input section, give an error.
1307 * layout.h (class Layout): Add have_added_input_section function.
1308 Add have_added_input_section_ field.
1309 * layout.cc (Layout::Layout): Initialize
1310 have_added_input_section_.
1311 (Layout::layout): Set have_added_input_section_.
1312 (Layout::layout_eh_frame): Likewise.
1313
fc59c572
ILT
13142009-12-30 Ian Lance Taylor <iant@google.com>
1315
1316 PR 10931
1317 * options.h (class General_options): Add --sort-common option.
1318 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
1319 * common.cc (Sort_common): Add sort_order parameter to
1320 constructor. Add sort_order_ field.
1321 (Sort_commons::operator): Check sort_order_.
1322 (Symbol_table::allocate_commons): Determine the sort order.
1323 (Symbol_table::do_allocate_commons): Add sort_order parameter.
1324 Change all callers.
1325 (Symbol_table::do_allocate_commons_list): Likewise.
1326
1c74fab0
ILT
13272009-12-30 Ian Lance Taylor <iant@google.com>
1328
1329 PR 10916
1330 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
1331 symbols from this object, don't change the visibility of an
1332 undefined symbol.
1333 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
1334
6affe781
ILT
13352009-12-30 Ian Lance Taylor <iant@google.com>
1336
1337 PR 10861
1338 * script.h (class Version_script_info): Define Language enum.
1339 Update declarations. Define Glob, Exact, and Lookup types. Add
1340 new fields globals_, locals_, and is_finalized_.
1341 * script.cc: Various formatting fixes.
1342 (class Parser_closure): Change language_stack_ from a vector of
1343 std::string to one of Version_script_info::Language. Adjust all
1344 uses accordingly.
1345 (class Lazy_demangler): Remove.
1346 (struct Version_expression): Change language from std::string to
1347 Version_script_info::Language.
1348 (Version_script_info::Version_script_info): New function.
1349 (Version_script_info::~Version_script_info): Don't call clear.
1350 (Version_script_info::finalize): New function.
1351 (Version_script_info::build_lookup_tables): New function.
1352 (Version_script_info::build_expression_list_lookup): New
1353 function.
1354 (Version_script_info::get_symbol_version_helper): Rewrite to use
1355 lookup tables.
1356 (Version_script_info::print_expression_list): Adjust to use
1357 Version_script_info::Language.
1358 (script_push_lex_into_version_mode): Check that the version script
1359 has not been finalized.
1360 (version_script_push_lang): Change language string to
1361 Version_script_info::Language.
1362 * options.cc (Command_line::version_script): New function.
1363 * options.h (class General_options): Add finalize_dynamic_list
1364 function. Change version_script from declaration to definition.
1365 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
1366 * testsuite/version_script.map: Remove duplicate def of foo.
1367 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
1368 version_script.map.
1369 * testsuite/Makefile.in: Rebuild.
1370
818bf354
ILT
13712009-12-30 Ian Lance Taylor <iant@google.com>
1372
1373 PR 10843
1374 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
1375 if the input symbol index is 0, make the output symbol index 0.
1376
ebcc8304
ILT
13772009-12-30 Ian Lance Taylor <iant@google.com>
1378
1379 PR 10670
1380 * options.h (class General_options): Add -x/--discard-all.
1381 * object.cc (Sized_relobj::do_count_local_symbols): Handle
1382 --discard-all. If the local symbol needs a dynamic entry, check
1383 that before handling --discard-locals.
1384
176fe33f
ILT
13852009-12-30 Ian Lance Taylor <iant@google.com>
1386
bb321bb1
ILT
1387 PR 10450
1388 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
1389 flags to PF_R.
1390 (Output_segment::add_output_section): Don't change the flags if
1391 the type is PT_TLS.
1392
176fe33f
ILT
1393 PR 10450
1394 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
1395 GNU hash table if they need a dynamic value. Otherwise, don't add
1396 them if they are defined in a dynamic object or are forced local.
1397
e8cd95c7
ILT
13982009-12-29 Ian Lance Taylor <iant@google.com>
1399
1b81fb71
ILT
1400 PR 10450
1401 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
1402 .gnu.hash table for a 32-bit target.
1403
8d6d383d
ILT
1404 PR 10450
1405 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
1406 regular and a dynamic object only needs a dynamic symbol table
1407 entry if it is externally visible.
1408
e785ec03
ILT
1409 PR 10450
1410 * i386.cc (class Target_i386): Initialize global_offset_table_ in
1411 constructor. Add global_offset_table_ field.
1412 (Target_i386::got_section): Set global_offset_table_.
1413 (Target_i386::do_finalize_sections): Set global_offset_table_
1414 size.
1415 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
1416 in constructor. Add global_offset_table_ field.
1417 (Target_x86_64::got_section): Set global_offset_table_.
1418 (Target_x86_64::do_finalize_sections): Set global_offset_table_
1419 size.
1420
1a2dff53
ILT
1421 * layout.cc (Layout::Layout): Initialize increase_relro_.
1422 (Layout::get_output_section): Add is_relro, is_last_relro, and
1423 is_first_non_relro parameters. Change all callers.
1424 (Layout::choose_output_section): Likewise.
1425 (Layout::add_output_section_data): Likewise.
1426 (Layout::make_output_section): Likewise.
1427 (Layout::set_segment_offsets): Clear increase_relro when using a
1428 linker script.
1429 * layout.h (class Layout): Add increase_relro method. Add
1430 increase_relro_ field. Update declarations.
1431 * output.cc (Output_section::Output_section): Initialize
1432 is_last_relro_ and is_first_non_relro_.
1433 (Output_segment::add_output_section): Group relro sections is
1434 do_sort is true. Handle is_last_relro and is_first_non_relro.
1435 (Output_segment::maximum_alignment): Remove relro handling.
1436 (Output_segment::set_section_addresses): Add increase_relro
1437 parameter. Change all callers. Add initial alignment to align
1438 relro sections on separate page. Remove old relro handling.
1439 (Output_segment::set_section_list_addresses): Remove in_relro
1440 parameter. Change all callers.
1441 (Output_segment::set_offset): Add increase parameter. Change all
1442 callers. Remove old relro handling.
1443 * output.h (class Output_section): Add new methods: is_last_relro,
1444 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
1445 Add is_last_relro_ and is_first_non_relro_ fields.
1446 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
1447 Create separate .got.plt section. Call increase_relro.
1448 * x86_64.cc (Target_x86_64::got_section): Likewise.
1449 * testsuite/relro_script_test.t: Add .got.plt.
1450
f0ba79e2
ILT
1451 PR 10450
1452 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
1453 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
1454 (Layout::finalize): Call set_dynamic_symbol_size.
1455 (Layout::set_dynamic_symbol_size): New function.
1456 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
1457 set_dynamic_symbol_size.
1458
e8cd95c7
ILT
1459 PR 10450
1460 * output.h (class Output_section): Add is_entsize_zero_ field.
1461 * output.cc (Output_section::Output_section): Initialize
1462 is_entsize_zero_.
1463 (Output_section::set_entsize): If two different entsizes are
1464 requested, force it to zero.
1465 (Output_section::add_input_section): Set flags for .debug_str
1466 before updating section flags. Set entsize.
1467 (Output_section::update_flags_for_input_section): Set SHF_MERGE
1468 and SHF_STRING if all input sections have those flags.
1469
3e1b9a8a
RÁE
14702009-12-29 Rafael Espindola <espindola@google.com>
1471
1472 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
1473 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
1474 reporting.
3e1b9a8a 1475
3dcad376
ST
14762009-12-29 Sriraman Tallam <tmsriram@google.com>
1477
1478 * options.cc (General_options::parse_version): Allow -v to exit
1479 without an error if there is nothing to link.
1480
084e2665
ILT
14812009-12-29 Ian Lance Taylor <iant@google.com>
1482
1483 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
1484 using a version of gcc before 4.1.
1485 * configure: Rebuild.
1486
250acde3
CD
14872009-12-28 Chris Demetriou <cgd@google.com>
1488
1489 * attributes.cc (Output_attributes_section_data::do_write): Use
1490 std::vector::front rather than std::vector::data.
1491
99fff23b
ILT
14922009-12-28 Ian Lance Taylor <iant@google.com>
1493
1494 * symtab.h (class Symbol_table): Add enum Defined.
1495 * resolve.cc (Symbol_table::should_override): Add defined
1496 parameter. Change all callers. Test whether object is NULL
1497 before calling a method on it.
1498 (Symbol_table::report_resolve_problem): Add defined parameter.
1499 Change all callers.
1500 (Symbol_table::should_override_with_special): Likewise.
1501 * symtab.cc (Symbol_table::define_in_output_data): Add defined
1502 parameter. Change all callers.
1503 (Symbol_table::do_define_in_output_data): Likewise.
1504 (Symbol_table::define_in_output_segment): Likewise.
1505 (Symbol_table::do_define_in_output_segment): Likewise.
1506 (Symbol_table::define_as_constant): Likewise.
1507 (Symbol_table::do_define_as_constant): Likewise.
1508 * script.h (class Symbol_assignment): Add is_defsym parameter to
1509 constructor; change all callers.
1510 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
1511 parameter. Change all callers. Add is_defsym_ field.
1512 (class Parser_closure): Add parsing_defsym parameter to
1513 constructor; change all callers. Add parsing_defsym accessor
1514 function. Add parsing_defsym_ field.
1515
556bd683
ILT
15162009-12-28 Ian Lance Taylor <iant@google.com>
1517
1518 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 1519 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 1520
1782c879
ILT
15212009-12-23 Ian Lance Taylor <iant@google.com>
1522
1523 * i386.cc (Target_i386::do_calls_non_split): Recognize
1524 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
1525 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
1526 -fsplit-stack prologue when using %r11.
1782c879 1527
329ca2b1
ST
15282009-12-21 Sriraman Tallam <tmsriram@google.com>
1529
1530 * options.cc (General_options::parse_version): Make -v continue and do
1531 the link like GNU ld does.
1532
d675ff46
RÁE
15332009-12-17 Rafael Avila de Espindola <espindola@google.com>
1534
1535 * Makefile.am (CCFILES): Add timer.cc.
1536 (HFILES): Add timer.h.
1537 * configure.ac: Check for sysconf and times.
1538 * main.cc: include timer.h.
1539 (main): Use Timer instead of get_run_time.
1540 * timer.cc: New.
1541 * timer.h: New.
1542 * workqueue.cc: include timer.h.
1543 (Workqueue::find_and_run_task):
1544 Report user, sys and wall time.
1545 * Makefile.in: Regenerate.
1546 * config.in: Regenerate.
1547 * configure: Regenerate.
1548
d6344fb5
DK
15492009-12-16 Doug Kwan <dougkwan@google.com>
1550
1551 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
1552 sections.
1553 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
1554 relaxed input sections.
1555 * output.cc (Output_section::find_relaxed_input_section): Change
1556 return type to Output_relaxed_input_section pointer. Adjust code
1557 for new type of relaxed_input_section_map_.
1558 * output.h (Output_section::find_relaxed_input_section): Change
1559 return type to Output_relaxed_input_section pointer.
1560 (Output_section::Output_relaxed_input_section_by_input_section_map):
1561 New type.
1562 (Output_section::relaxed_input_section_map_): Change type to
1563 Output_section::Output_relaxed_input_section_by_input_section_map.
1564 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
1565 input section.
1566
0e0d5469
ILT
15672009-12-15 Ian Lance Taylor <iant@google.com>
1568
1569 * layout.cc (Layout::create_shstrtab): Only write out after input
1570 sections if we are compressing debug sections.
1571
0649a889
ILT
15722009-12-15 Ian Lance Taylor <iant@google.com>
1573
1574 * archive.cc (Archive::add_symbols): Only look up a symbol without
1575 a version if there is, in fact, a version.
1576
2ea97941
ILT
15772009-12-14 Ian Lance Taylor <iant@google.com>
1578
1579 Revert -Wshadow changes, all changes from:
1580 2009-12-11 Doug Kwan <dougkwan@google.com>
1581 2009-12-11 Nick Clifton <nickc@redhat.com>
1582 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
1583
b0eec2cc
DK
15842009-12-11 Doug Kwan <dougkwan@google.com>
1585
1586 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
1587 due to -Wshadow.
1588 * attributes.cc (Object_attribute::size): Ditto.
1589 (Attributes_section_data::size): Ditto.
1590 (Attributes_section_data::Attributes_section_data): Ditto.
1591 (Output_attributes_section_data::do_write): Ditto.
1592 * attributes.h (Object_attribute::set_type): Ditto.
1593 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
1594
91d6fa6a
NC
15952009-12-11 Nick Clifton <nickc@redhat.com>
1596
1597 * archive.cc: Fix shadowed variable warnings.
1598 * arm.cc: Likewise.
1599 * compressed_output.cc: Likewise.
1600 * compressed_output.h: Likewise.
1601 * configure: Likewise.
1602 * dwarf_reader.cc: Likewise.
1603 * dynobj.cc: Likewise.
1604 * dynobj.h: Likewise.
1605 * ehframe.cc: Likewise.
1606 * ehframe.h: Likewise.
1607 * errors.cc: Likewise.
1608 * expression.cc: Likewise.
1609 * fileread.cc: Likewise.
1610 * fileread.h: Likewise.
1611 * freebsd.h: Likewise.
1612 * i386.cc: Likewise.
1613 * icf.cc: Likewise.
1614 * incremental.h: Likewise.
1615 * layout.cc: Likewise.
1616 * layout.h: Likewise.
1617 * mapfile.cc: Likewise.
1618 * merge.cc: Likewise.
1619 * merge.h: Likewise.
1620 * object.cc: Likewise.
1621 * object.h: Likewise.
1622 * options.h: Likewise.
1623 * output.cc: Likewise.
1624 * output.h: Likewise.
1625 * parameters.cc: Likewise.
1626 * plugin.cc: Likewise.
1627 * powerpc.cc: Likewise.
1628 * reduced_debug_output.cc: Likewise.
1629 * reduced_debug_output.h: Likewise.
1630 * reloc.cc: Likewise.
1631 * reloc.h: Likewise.
1632 * resolve.cc: Likewise.
1633 * script-sections.cc: Likewise.
1634 * script.cc: Likewise.
1635 * script.h: Likewise.
1636 * sparc.cc: Likewise.
1637 * symtab.cc: Likewise.
1638 * symtab.h: Likewise.
1639 * target-select.cc: Likewise.
1640 * target-select.h: Likewise.
1641 * token.h: Likewise.
1642 * workqueue.cc: Likewise.
1643 * workqueue.h: Likewise.
1644 * x86_64.cc: Likewise.
1645
a0351a69
DK
16462009-12-10 Doug Kwan <dougkwan@google.com>
1647
1648 * arm.cc (attributes.h): New include.
1649 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
1650 (Arm_relobj::~Arm_relobj): Delete object pointed by
1651 attributes_section_data_.
1652 (Arm_relobj::attributes_section_data): New method definition.
1653 (Arm_relobj::attributes_section_data_): New data member declaration.
1654 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
1655 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
1656 attributes_section_data_.
1657 (Arm_dynobj::attributes_section_data): New method definition.
1658 (Arm_dynobj::attributes_section_data_): New data member declaration.
1659 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
1660 initialization value of may_use_blx_ to false.
1661 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
1662 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
1663 object attributes to compute results instead of hard-coding.
1664 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
1665 Target_arm::get_secondary_compatible_arch,
1666 Target_arm::set_secondary_compatible_arch
1667 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
1668 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
1669 New method declarations.
1670 (Target_arm::get_aeabi_object_attribute): New method definition.
1671 (Target_arm::attributes_section_data_): New data member declaration.
1672 (read_arm_attributes_section): New template definition.
1673 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
1674 (Arm_dynobj::do_read_symbols): Ditto.
1675 (Target_arm::do_finalize_sections): Merge attributes sections from
1676 input. Check for BLX use after attributes section merging.
1677 Fix __exidx_start and __exidx_end visibility. Create an
1678 .ARM.attributes section if necessary.
1679 (Target_arm::get_secondary_compatible_arch,
1680 Target_arm::set_secondary_compatible_arch,
1681 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
1682 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
1683 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
1684 New method definitions.
1685
b59befec
ILT
16862009-12-09 Ian Lance Taylor <iant@google.com>
1687
1688 * plugin.cc (Plugin::load): Don't cast from void* to a function
1689 pointer.
1690
1276bc89
ILT
16912009-12-09 Ian Lance Taylor <iant@google.com>
1692
1693 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
1694 information fields.
1695
2f2de248
L
16962009-12-09 H.J. Lu <hongjiu.lu@intel.com>
1697
1698 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
1699 Replace two_file_shared_1.so with two_file_shared_2.so.
1700 * testsuite/Makefile.in: Regenerated.
1701
4f787271
DK
17022009-12-08 Doug Kwan <dougkwan@google.com>
1703
1704 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
1705 (HFILES): Add attributes.h and int_encoding.h.
1706 * Makefile.in: Regenerate.
1707 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
1708 function definitions to int_encoding.cc
1709 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
1710 prototypes to int_encoding.h
1711 * reduced_debug_output.cc (int_encoding.h): New include.
1712 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
1713 function definitions to int_encoding.cc
1714 (insert_into_vector, read_from_pointer): Move template definitions to
1715 int_encoding.h
1716 * attributes.cc: New file.
1717 * attributes.h: New file.
1718 * int_encoding.cc: New file.
1719 * int_encoding.h: New file.
1720
20b52f1a
RÁE
17212009-12-07 Rafael Avila de Espindola <espindola@google.com>
1722
1723 PR gold/11055
1724 * incremental-dump.cc (dump_incremental_inputs): New.
1725 (main): Use dump_incremental_inputs.
1726
53d7974c
L
17272009-12-07 H.J. Lu <hongjiu.lu@intel.com>
1728
1729 PR gold/10893
1730 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
1731 checking elfcpp::STT_FUNC.
1732 (Target_i386::Relocate::relocate): Likewise.
1733 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
1734
1735 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
1736 symbols from shared libraries into normal FUNC symbols.
1737
1738 * symtab.h (Symbol): Add is_func and use it.
1739
05a352e6
DK
17402009-12-05 Doug Kwan <dougkwan@google.com>
1741
1742 * arm.cc (Target_arm::arm_info): Initialize new fields
1743 attributes_section and attributes_vendor.
1744 * i386.cc (Target_i386::i386_info): Same.
1745 * object.cc (Sized_relobj::do_layout): Skip attribute section.
1746 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
1747 fields attributes_section and attributes_vendor.
53d7974c 1748 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
1749 * target.h (Target::attributes_section, Target::attributes_vendor,
1750 Target::is_attributes_section, Target::attribute_arg_type,
1751 Target::attributes_order): New method definitions.
1752 (Target::Target_info::attributes_section,
1753 Target::Target_info::attributes_vendor): New fields.
1754 (Target::do_attribute_arg_type, Target::do_attributes_order): New
1755 virtual method definitions.
1756 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
1757 attributes_section and attributes_vendor.
1758 * testsuite/testfile.cc (Target_test::test_target_info): Same.
1759
f4e5969c
DK
17602009-12-05 Doug Kwan <dougkwan@google.com>
1761
1762 * arm.cc: Update comments about interworking and stub generation.
1763 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
1764 considered as non-PIC.
1765 (Arm_relocate_functions::base_abs): Fix formatting.
1766 (Arm_relocate_functions::got_prel): Fix comment. Change interface
1767 of function to use GOT entry address instead of offset.
1768 (Target_arm::Scan::global): Issue an error if a symbol would need a
1769 PLT does not get one because it is untyped. Remove code to create
1770 dynamic symbols for relative branches.
1771 (Target_arm::Relocate::relocate: Use 0 instead of false since function
1772 takes unsigned integer instead of boolean.
1773
1abce4a6
L
17742009-12-05 H.J. Lu <hongjiu.lu@intel.com>
1775
1776 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
1777 (two_file_test_LDADD): Likewise.
1778 (common_test_1_LDADD): Likewise.
1779 (exception_test_LDADD) Likewise.
1780 (weak_test_LDADD): Likewise.
1781 (many_sections_test_LDADD): Likewise.
1782 (initpri1_LDADD): Likewise.
1783 (script_test_1_LDADD): Likewise.
1784 (script_test_2_LDADD): Likewise.
1785 (justsyms_LDADD): Likewise.
1786 (binary_test_LDADD): Likewise.
1787 (large_LDADD): Likewise.
1788 * testsuite/Makefile.in: Regenerated.
1789
adcf2816 17902009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 1791
adcf2816
L
1792 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
1793 (Symbol_table::override_with_special): Likewise.
1794 (Symbol_table::add_from_object): Likewise.
1795
28e67f5d
RÁE
17962009-12-04 Rafael Avila de Espindola <espindola@google.com>
1797
1798 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
1799 Don't set the data_offset twice.
1800
ae10a101
RÁE
18012009-12-04 Rafael Avila de Espindola <espindola@google.com>
1802
1803 * testsuite/Makefile.in: Regenerate.
1804
f59f41f3
DK
18052009-12-03 Doug Kwan <dougkwan@google.com>
1806
1807 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
1808 (Target_arm::do_finalize_sections): Add parameter for symbol table
1809 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
1810 * i386.cc (Target_i386::do_finalize_sections): Add an additional
1811 parameter for symbol table pointer.
1812 * layout.cc (Layout::finalize): Call Target::finalize_sections with
1813 an additional parameter for a pointer to symbol table.
1814 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
1815 parameter for a symbol table pointer.
1816 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
1817 * target.h (Target::finalize_sections, Target::do_finalize_sections):
1818 Ditto.
1819 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
1820 parameter for a symbol table pointer.
1821
ca55d848
RÁE
18222009-12-03 Rafael Avila de Espindola <espindola@google.com>
1823
1824 * incremental.cc (Incremental_inputs_header)
1825 (Incremental_inputs_header_write, Incremental_inputs_entry)
1826 (Incremental_inputs_entry_write): Move ...
1827 * incremental.h (Incremental_inputs_header)
1828 (Incremental_inputs_header_write, Incremental_inputs_entry)
1829 (Incremental_inputs_entry_write): here.
1830
3aec4f9c
RÁE
18312009-12-02 Rafael Avila de Espindola <espindola@google.com>
1832
1833 * incremental.cc (make_sized_incremental_binary): Set the target.
1834 Error if it is incompatible.
1835 * output.h (Output_file): Add filename method.
1836
9c0ae74d
RÁE
18372009-12-02 Rafael Avila de Espindola <espindola@google.com>
1838
1839 * incremental.cc (Incremental_inputs_entry): Remove unused argument
1840 from the get_* methods.
1841
a45500ae
RÁE
18422009-12-02 Rafael Avila de Espindola <espindola@google.com>
1843
1844 * incremental-dump.cc (main): Check that the offeset of a script is 0.
1845 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
1846 Write 0 for the data_offset of scripts.
1847
325e6408
RÁE
18482009-12-02 Rafael Avila de Espindola <espindola@google.com>
1849
1850 * testsuite/Makefile.am: Add the incremental_test.sh test.
1851 * testsuite/incremental_test.sh: New.
1852 * testsuite/incremental_test_1.c: New.
1853 * testsuite/incremental_test_2.c: New.
1854
954c3e2e
RÁE
18552009-12-01 Rafael Avila de Espindola <espindola@google.com>
1856
1857 * incremental-dump.cc (main): Fix typos.
1858
f8086623
RÁE
18592009-11-27 Rafael Avila de Espindola <espindola@google.com>
1860
1861 PR gold/11025
1862 * incremental-dump.cc (main): Use llu to print 64 bit values.
1863
3b0dd6ac
L
18642009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
1865 H.J. Lu <hongjiu.lu@intel.com>
1866
1867 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
1868 $(LIBDL).
1869 (incremental_dump_LDADD): Likewise.
1870 * Makefile.in: Regenerated.
1871
a6d1ef57
DK
18722009-11-25 Doug Kwan <dougkwan@google.com>
1873
1874 Revert:
1875
1876 2009-11-25 Doug Kwan <dougkwan@google.com>
1877
1878 * arm.cc (Target_arm::Target_arm): Move method definition
1879 outside of class definition. Add code to handle
1880 --target1-rel, --target1-abs and --target2= options.
1881 (Target_arm::get_reloc_reloc_type): Change method to be
1882 non-static and const.
1883 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
1884 New data member declaration.
1885 (Target_arm::Scan::local, Target_arm::Scan::global,
1886 Target_arm::Relocate::relocate,
1887 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
1888 Adjust call to Target_arm::get_real_reloc_type.
1889 (Target_arm::get_real_reloc_type): Use command line options
1890 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
1891 * options.h (--target1-rel, --target1-abs, --target2): New
1892 ARM-only options.
1893
50aeb7d4
DK
18942009-11-25 Doug Kwan <dougkwan@google.com>
1895
1896 * arm.cc (Target_arm::Target_arm): Move method definition outside of
1897 class definition. Add code to handle --target1-rel, --target1-abs
1898 and --target2= options.
1899 (Target_arm::get_reloc_reloc_type): Change method to be non-static
1900 and const.
1901 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
1902 member declaration.
1903 (Target_arm::Scan::local, Target_arm::Scan::global,
1904 Target_arm::Relocate::relocate,
1905 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
1906 call to Target_arm::get_real_reloc_type.
1907 (Target_arm::get_real_reloc_type): Use command line options to
1908 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
1909 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
1910 options.
1911
51938283
DK
19122009-11-25 Doug Kwan <dougkwan@google.com>
1913
1914 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
1915 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
1916 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
1917 formatting.
1918 (Arm_relocate_functions::thm_call): Replace body with a call to
1919 Arm_relocate_functions::thumb_branch_common.
1920 (Arm_relocate_functions::thm_jump24,
1921 Arm_relocate_functions::thm_xpc22): New method definitions.
1922 (Arm_relocate_functions::thumb_branch_common): New method definition.
1923 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
1924 operator.
1925 (Target_arm::Relocate::relocate): Adjust call to thm_call.
1926 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
1927
e2b8f3c4
RÁE
19282009-11-24 Rafael Avila de Espindola <espindola@google.com>
1929
1930 * Makefile.am: Build incremental-dump
1931 * Makefile.in: Regenerate.
1932 * incremental-dump.cc: New.
1933 * incremental.cc (Incremental_inputs_header_data,
1934 Incremental_inputs_entry_data): Move to incremental.h
1935 * incremental.h: (Incremental_inputs_header_data,
1936 Incremental_inputs_entry_data): Move from incremental.cc
1937
bcba9aec
RÁE
19382009-11-24 Rafael Avila de Espindola <espindola@google.com>
1939
1940 * incremental.cc (Incremental_inputs_header,
1941 Incremental_inputs_header_write, Incremental_inputs_entry,
1942 Incremental_inputs_entry_write): Add a typedef with the data type.
1943
7c3afe08
RÁE
19442009-11-24 Rafael Avila de Espindola <espindola@google.com>
1945
1946 * incremental.cc (Incremental_inputs_header,
1947 Incremental_inputs_header_write, Incremental_inputs_entry,
1948 Incremental_inputs_entry_write): Update comment about which
1949 type has the filed descriptions.
1950
d204b6e9
DK
19512009-11-15 Doug Kwan <dougkwan@google.com>
1952
1953 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
1954 (Arm_relocate_functions::arm_branch_common): Change method defintion
1955 in class definition to a method declaration and update list of formal
1956 parameters.
1957 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
1958 Arm_relocation_functions::jump24): Adjust call to
1959 Arm_relocate_functions::arm_branch_common. Update list of formal
1960 parameters.
1961 (Arm_relocate_functions::xpc25): New method definition.
1962 (Arm_relocate_functions::arm_branch_common): Move method defintion
1963 out from class definition. Use stubs for mode-switching and extending
1964 branch ranges.
1965 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
1966 specially. Change code to enable use of stubs in ARM branches.
1967
43d12afe
DK
19682009-11-10 Doug Kwan <dougkwan@google.com>
1969
1970 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
1971 in method declaration.
1972 (Target_arm::relocate_stub): New method declaration.
1973 (Target_arm::default_target): Change to return a pointer instead of
1974 a const reference.
1975 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
1976 Target_arm::default_target.
1977 (Arm_Relobj::do_relocate_sections): Remove options paramater in
1978 method definition.
1979 (Target_arm::relocate_section): Adjust view.
1980 (Target_arm::relocate_stub): New method definition.
1981
ac33a407
DK
19822009-11-10 Doug Kwan <dougkwan@google.com>
1983
1984 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
1985 a format warning.
1986 * incremental.cc (open_incremental_binary): Initialized local
1987 variables to avoid warnings.
1988 * object.cc (make_elf_object): Ditto.
1989 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
1990 a format warning.
1991
88ee28e9
L
1992009-11-09 H.J. Lu <hongjiu.lu@intel.com>
1993
1994 PR gold/10930
1995 * testsuite/plugin_test.c: Include "config.h".
1996
2daedcd6
DK
19972009-11-09 Doug Kwan <dougkwan@google.com>
1998
1999 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
2000 (arm_symbol_value): Remove.
2001 (Arm_relocate_functions::arm_branch_common,
2002 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
2003 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
2004 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
2005 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
2006 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
2007 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
2008 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
2009 Arm_relocate_functions::thm_mobw_abs_nc,
2010 Arm_relocate_functions::thm_mov_abs,
2011 Arm_relocate_functions::movw_prel_nc,
2012 Arm_relocate_functions::thm_movt_abs,
2013 Arm_relocate_functions::movt_prel,
2014 Arm_relocate_functions::thm_movw_prel_nc,
2015 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
2016 (Target_arm::Relocate::relocate): Only decompose address into two
2017 parts if relocation type uses the thumb-bit and pass the actual
2018 bit instead of a flag indicating that the thumb-bit is used. Adjust
2019 calls to methods in Arm_relocate_functions for this change.
2020
1276bc89 20212009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
2022
2023 PR 10925
2024 * reloc.cc: Instantiate
2025 Sized_relobj::initialize_input_to_output_maps and
2026 Sized_relobj:free_input_to_output_maps.
2027
e53ad1b5
ILT
20282009-11-06 Ian Lance Taylor <iant@google.com>
2029
2030 PR 10876
2031 * defstd.cc (in_segment): Set only_if_ref true for "end".
2032
eb44217c
DK
20332009-11-06 Doug Kwan <dougkwan@google.com>
2034
2035 * arm.cc (class Reloc_stub): Correct a comment.
2036 (Target_arm::Target_arm): Initialize arm_input_section_map_.
2037 (Target_arm::scan_section_for_stubs): New method declaration.
2038 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
2039 Change methods from private to protected.
2040 (Target_arm::do_may_relax): New method definition.
2041 (Target_arm::do_relax, Target_arm::group_sections,
2042 Target_arm::scan_reloc_for_stub,
2043 Target_arm::scan_reloc_section_for_stubs): New method declarations.
2044 (Target_arm::arm_input_section_map_): New data member declaration.
2045 (Target_arm::scan_reloc_for_stub,
2046 Target_arm::scan_reloc_section_for_stubs,
2047 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
2048 Target_arm::do_relax): New method definitions.
2049
5d329b7d
ILT
20502009-11-06 Mikolaj Zalewski <mikolaj@google.com>
2051
2052 * configure.ac: Check for (struct stat)::st_mtim
2053 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
2054 * config.in: Regenerate.
2055 * configure: Regenerate.
2056
96a0d71b
ILT
20572009-11-05 Ian Lance Taylor <iant@google.com>
2058
2059 PR 10910
2060 * output.cc (Output_segment::add_output_section): Add missing
2061 return statement.
2062
594c8e5e
ILT
20632009-11-04 Ian Lance Taylor <iant@google.com>
2064
2065 PR 10880
2066 * object.h (class Object): Add is_needed and set_is_needed
2067 methods. Add is_needed_ field. Make bool fields into bitfields.
2068 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
2069 defined in a dynamic object and referenced by a regular object,
2070 set is_needed for the dynamic object.
2071 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
2072 if the file is marked with as_needed and it is not needed.
2073
22b127cc
ILT
20742009-11-04 Ian Lance Taylor <iant@google.com>
2075
2076 PR 10887
2077 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
2078 tags if data is discarded by linker script.
2079 * i386.cc (Target_i386::do_finalize_sections): Likewise.
2080 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
2081 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
2082 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
2083
f5c870d2
ILT
20842009-11-04 Ian Lance Taylor <iant@google.com>
2085
2086 * layout.cc (Layout::get_output_section): Add is_interp and
2087 is_dynamic_linker_section parameters. Change all callers.
2088 (Layout::choose_output_section): Likewise.
2089 (Layout::make_output_section): Likewise.
2090 (Layout::add_output_section_data): Add is_dynamic_linker_section
2091 parameter. Change all callers.
2092 * layout.h (class Layout): Update declarations.
2093 * output.h (class Output_section): Add is_interp, set_is_interp,
2094 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
2095 Add is_interp_, is_dynamic_linker_section_ fields. Change
2096 generate_code_fills_at_write_ to a bitfield.
2097 * output.cc (Output_section::Output_sections): Initialize new
2098 fields.
2099 (Output_segment::add_output_section): Add do_sort parameter.
2100 Change all callers.
2101
1ae4d23b
ILT
21022009-11-03 Ian Lance Taylor <iant@google.com>
2103
2104 PR 10860
2105 * options.h (class General_options): Add --warn-common.
2106 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
2107 merging two common symbols.
2108 (Symbol_table::should_override): Handle --warn-common when merging
2109 a common symbol with a defined symbol. Use report_resolve_problem
2110 for multiple definitions.
2111 (Symbol_table::report_resolve_problem): New function.
2112 * symtab.h (class Symbol_table): Declare report_resolve_problem.
2113
55da9579
DK
21142009-11-03 Doug Kwan <dougkwan@google.com>
2115
2116 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
2117 stub_factory_.
2118 (Target_arm::stub_factory): New method definition.
2119 (Target_arm::new_arm_input_section,
2120 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
2121 Target_arm::reloc_uses_thumb_bit): New method declarations.
2122 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
2123 New type definitions.
2124 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
2125 member declarations.
2126 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
2127 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
2128 New method definitions.
2129
37a9ac43
ILT
21302009-11-03 Ian Lance Taylor <iant@google.com>
2131
2132 * options.h (class General_options): Add --warn_constructors.
2133
b3d6a3d4
ILT
21342009-11-03 Ian Lance Taylor <iant@google.com>
2135
2136 PR 10893
2137 * defstd.cc (in_section): Add entries for __rel_iplt_start,
2138 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
2139
934b01dd
ILT
21402009-11-03 Ian Lance Taylor <iant@google.com>
2141
2142 PR 10895
2143 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
2144 --msgid-bugs-address.
2145 (install-pdf): New target.
2146 (install-data_yes): Look up one directory to find mkinstalldirs.
2147
03c1939b
L
21482009-11-03 H.J. Lu <hongjiu.lu@intel.com>
2149
2150 * po/Make-in (.po.gmo): Don't generate .gmo files in source
2151 tree.
2152
ebd95253
DK
21532009-10-30 Doug Kwan <dougkwan@google.com>
2154
2155 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
2156
e9bbb538
DK
21572009-10-30 Doug Kwan <dougkwan@google.com>
2158
2159 * arm.cc (Stub_addend_reader): New struct template definition
2160 and partial specializations.
2161 (Stub_addend_reader::operator()): New method definition for a
2162 partially specialized template.
2163
d5b40221
DK
21642009-10-30 Doug Kwan <dougkwan@google.com>
2165
2166 * arm.cc (Arm_relobj::processor_specific_flags): New method
2167 definition.
2168 (Arm_relobj::do_read_symbols): New method declaration.
2169 (Arm_relobj::processor_specific_flags_): New data member declaration.
2170 (Arm_dynobj): New class definition.
2171 (Target_arm::do_finalize_sections): Add input_objects parameter.
2172 (Target_arm::do_adjust_elf_header): New method declaration.
2173 (Target_arm::are_eabi_versions_compatible,
2174 (Target_arm::merge_processor_specific_flags): New method declaration.
2175 (Target_arm::do_make_elf_object): New overloaded method definitions
2176 and declaration.
2177 (Arm_relobj::do_read_symbols): New method definition.
2178 (Arm_dynobj::do_read_symbols): Ditto.
2179 (Target_arm::do_finalize_sections): Add input_objects parameters.
2180 Merge processor-specific flags from all input objects.
2181 (Target_arm::are_eabi_versions_compatible,
2182 Target_arm::merge_processor_specific_flags,
2183 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
2184 New method definitions.
2185 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
2186 Input_objects pointer type parameter.
2187 * layout.cc (Layout::finalize): Pass input objects to target's.
2188 finalize_sections function.
2189 * output.cc (Output_file_header::do_sized_write): Set ELF file
2190 header's processor-specific flags.
2191 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
2192 Input_objects pointer type parameter.
2193 * sparc.cc (Target_sparc::do_finalize_sections): Same.
2194 * target.h (Input_objects): New forward class declaration.
2195 (Target::processor_specific_flags,
2196 Target::are_processor_specific_flags_sect): New method definitions.
2197 (Target::finalize_sections): Add input_objects parameter.
2198 (Target::Target): Initialize processor_specific_flags_ and
2199 are_processor_specific_flags_set_.
2200 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
2201 parameter.
2202 (Target::set_processor_specific_flags): New method definition.
2203 (Target::processor_specific_flags_,
2204 Target::are_processor_specific_flags_set_): New data member
2205 declarations.
2206 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
2207 Input_objects pointer type parameter.
2208
ebabffbd
DK
22092009-10-30 Doug Kwan <dougkwan@google.com>
2210
2211 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
2212
ad0f2072
ILT
22132009-10-28 Ian Lance Taylor <iant@google.com>
2214
2215 * object.h (class Relobj): Drop options parameter from
2216 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
2217 do_scan_relocs, do_relocate. Change all callers.
2218 (class Sized_relobj): Drop options parameters from
2219 do_gc_process_relocs, do_scan_relocs, do_relocate,
2220 do_relocate_sections, relocate_sections, emit_relocs_scan,
2221 emit_relocs_scan_reltype. Change all callers.
2222 (struct Relocate_info): Remove options field and all references to
2223 it.
2224 * reloc.h (class Read_relocs): Remove options constructor
2225 parameter and options_ field. Change all callers.
2226 (class Gc_process_relocs, class Scan_relocs): Likewise.
2227 (class Relocate_task): Likewise.
2228 * target-reloc.h (scan_relocs): Remove options parameter. Change
2229 all callers.
2230 (scan_relocatable_relocs): Likewise.
2231 * target.h (class Sized_target): Remove options parameter from
2232 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
2233 all callers.
2234 * gc.h (gc_process_relocs): Remove options parameter. Change all
2235 callers.
2236 * arm.cc: Update functions to remove options parameters.
2237 * i386.cc: Likewise.
2238 * powerpc.cc: Likewise.
2239 * sparc.cc: Likewise.
2240 * x86_64.cc: Likewise.
2241 * testsuite/testfile.cc: Likewise.
2242
8ffa3667
DK
22432009-10-28 Doug Kwan <dougkwan@google.com>
2244
2245 * arm.cc (Arm_relobj): New class definition.
2246 (Arm_relobj::scan_sections_for_stubs,
2247 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
2248 New method definitions.
2249
40f36857
CC
22502009-10-28 Cary Coutant <ccoutant@google.com>
2251
2252 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
2253 (Plugin::cleanup_done_): New member.
2254 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
2255 (Plugin_manager::cleanup_done_): Remove.
2256 (Plugin_manager::add_input_file): Edit error message.
2257 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
2258 (Plugin_manager::cleanup): Remove use of cleanup_done_.
2259
2c849493
ILT
22602009-10-27 Mikolaj Zalewski <mikolajz@google.com>
2261
2262 * fileread.cc: (File_read::View::~View): Use the new
2263 data_ownership_ filed.
2264 (File_read::~File_read): Dispose the new whole_file_view_.
2265 (File_read::open): Mmap the whole file if needed.
2266 (File_read::open): Use whole_file_view_ instead of contents_.
2267 (File_read::find_view): Use whole_file_view_ if applicable.
2268 (File_read::do_read): Use whole_file_view_ instead of contents_.
2269 (File_read::make_view): Use whole_file_view_ instead of contents_,
2270 update File_read::View::View call.
2271 (File_read::find_or_make_view): Update File_read::View::View
2272 call.
2273 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
2274 remove contents_
2275 (File_read::View::Data_ownership): New enum.
2276 (File_read::View::View): Replace bool mapped_ with Data_ownership
2277 argument.
2278 (File_read::View::mapped_): Remove (replaced by data_ownership_).
2279 (File_read::View::data_ownership_): New field.
2280 (File_read::contents_): Remove (replaced by whole_file_view_).
2281 (File_read::whole_file_view_): New field.
2282 * options.h (class General_options): Add --keep-files-mapped.
2283
24998053
CC
22842009-10-27 Cary Coutant <ccoutant@google.com>
2285
2286 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
2287 * testsuite/Makefile.am (plugin_test_5): New test case.
2288 * testsuite/Makefile.in: Regenerate.
2289
72adc4fa
DK
22902009-10-25 Doug Kwan <dougkwan@google.com>
2291
2292 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
2293 from private to protected to allow access by child class.
2294 (Sized_relobj::do_relocate_sections): New method declaration.
2295 (Sized_relobj::relocate_sections): Virtualize.
2296 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
2297 Sized_relobj::relocate_sections. Instantiate template explicitly
2298 for different target sizes and endianity.
2299
07f508a2
DK
23002009-10-24 Doug Kwan <dougkwan@google.com>
2301
2302 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
2303 (Arm_input_section::as_arm_input_section): New method.
2304 (Arm_output_section): New class definition.
2305 (Arm_output_section::create_stub_group,
2306 Arm_output_section::group_sections): New method definitions.
2307
10ad9fe5
DK
23082009-10-22 Doug Kwan <dougkwan@google.com>
2309
2310 * arm.cc (Arm_input_section): New class definition.
2311 (Arm_input_section::init, Arm_input_section:do_write,
2312 Arm_input_section::set_final_data_size,
2313 Arm_input_section::do_reset_address_and_file_offset): New method
2314 definitions.
2315
56ee5e00
DK
23162009-10-21 Doug Kwan <dougkwan@google.com>
2317
2318 * arm.cc (Stub_table, Arm_input_section): New forward class
2319 declarations.
2320 (Stub_table): New class defintion.
2321 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
2322 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
2323 New method definition.
2324
b569affa
DK
23252009-10-21 Doug Kwan <dougkwan@google.com>
2326
2327 * arm.cc: Update copyright comments.
2328 (Target_arm): New forward class template declaration.
2329 (Arm_address): New type.
2330 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
2331 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
2332 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
2333 constants.
2334 (Insn_template): Same.
2335 (DEF_STUBS): New macro.
2336 (Stub_type): New enum type.
2337 (Stub_template): New class definition.
2338 (Stub): Same.
2339 (Reloc_stub): Same.
2340 (Stub_factory): Same.
2341 (Target_arm::Target_arm): Initialize may_use_blx_ and
2342 should_force_pic_veneer_.
2343 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
2344 Target_arm::should_force_pic_veneer,
2345 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
2346 Target_arm::using_thumb_only, Target_arm:;default_target): New
2347 method defintions.
2348 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
2349 New data member declarations.
2350 (Insn_template::size, Insn_template::alignment): New method defintions.
2351 (Stub_template::Stub_template): New method definition.
2352 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
2353 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
2354 (Stub_factory::Stub_factory): New method definition.
2355 * gold.h (string_hash): New template.
2356 * output.h (Input_section_specifier::hash_value): Use
2357 gold::string_hash.
2358 (Input_section_specifier::string_hash): Remove.
2359 * stringpool.cc (Stringpool_template::string_hash): Use
2360 gold::string_hash.
2361
6c172549
DK
23622009-10-20 Doug Kwan <dougkwan@google.com>
2363
2364 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
2365 symbols of relaxed input sections.
2366 * output.h (Output_section::find_relaxed_input_section): Make
2367 method public.
2368
c5617f2f
DK
23692009-10-16 Doug Kwan <dougkwan@google.com>
2370
2371 * dynobj.cc (Versions::Versions): Initialize version_script_.
2372 Only insert base version symbol definition for a shared object
2373 if version script defines any version versions.
2374 (Versions::define_base_version): New method definition.
2375 (Versions::add_def): Check that base version is not needed.
2376 (Versions::add_need): Define base version lazily.
2377 * dynobj.h (Versions::define_base_version): New method declaration.
2378 (Versions::needs_base_version_): New data member declaration.
2379 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
2380 (check_DATA): Add no_version_test.stdout.
2381 (libno_version_test.so, no_version_test.o no_version_test.stdout):
2382 New make rules.
2383 * testsuite/Makefile.in: Regenerate.
2384 * testsuite/no_version_test.c: New file.
2385 * testsuite/no_version_test.sh: Ditto.
2386
3c12dcdb
DK
23872009-10-16 Doug Kwan <dougkwan@google.com>
2388
2389 * expression.cc (class Segment_start_expression): New class definition.
2390 (Segment_start_expression::value): New method definition.
2391 (script_exp_function_segment_start): Return a new
2392 Segment_start_expression.
2393 * gold/script-c.h (script_saw_segment_start_expression): New function
2394 prototype.
2395 * script-sections.cc (Script_sections::Script_sections): Initialize
2396 SAW_SEGMENT_START_EXPRESSION_ to false.
2397 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
2398 and -Tbbs options to specify section addresses if given in
2399 command line and no SEGMENT_START expression is seen in a script.
2400 * script-sections.h (Script_sections::saw_segment_start_expression,
2401 Script_sections::set_saw_segment_start_expression): New method
2402 definition.
2403 (Script_sections::saw_segment_start_expression_): New data member
2404 declaration.
2405 * script.cc (script_saw_segment_start_expression): New function.
2406 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
2407 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
2408 script_test_7.sh and script_test_8.sh.
2409 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
2410 script_test_8.stdout.
2411 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
2412 (script_test_6, script_test_6.stdout, script_test_7,
2413 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
2414 * Makefile.in: Regenerate.
2415 * testsuite/script_test_6.sh: New file.
2416 * testsuite/script_test_6.t: Same.
2417 * testsuite/script_test_7.sh: Same.
2418 * testsuite/script_test_7.t: Same.
2419 * testsuite/script_test_8.sh: Same.
2420
64b1ae37
DK
24212009-10-16 Doug Kwan <dougkwan@google.com>
2422
2423 * output.cc (Output_segment::set_section_list_address): Cast
2424 expressions to unsigned long long type to avoid format warnings.
2425
661be1e2
ILT
24262009-10-15 Ian Lance Taylor <iant@google.com>
2427
12edd763 2428 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 2429 dot assignment to script_sections_.
12edd763
ILT
2430 * script-sections.cc (Script_sections::add_dot_assignment):
2431 Initialize if necessary.
2432
68b6574b
ILT
2433 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
2434 program headers with no load segment if there is a linker script.
2435
661be1e2
ILT
2436 * layout.cc (Layout::set_segment_offsets): Align the file offset
2437 to the segment aligment for -N or -n with no load segment.
2438 * output.cc (Output_segment::add_output_section): Don't crash if
2439 the first section is a TLS section.
2440 (Output_segment::set_section_list_addresses): Print an error
2441 message if the address moves backward in a linker script.
2442 * script-sections.cc
2443 (Output_section_element_input::set_section_addresses): Don't
2444 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
2445 (Orphan_output_section::set_section_addresses): Likewise.
2446
f15f61a7
DK
24472009-10-15 Doug Kwan <dougkwan@google.com>
2448
2449 * layout.cc (Layout::finish_dynamic_section): Generate tags
2450 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
2451 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
2452 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
2453
82bb573a
ILT
24542009-10-14 Ian Lance Taylor <iant@google.com>
2455
2456 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
2457 fields.
2458 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
2459 data_shdr fields of relinfo.
2460 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
2461 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
2462 R_386_TLS_LDO_32, adjust based on section flags.
2463 (Target_i386::Relocate::fix_up_ldo): Remove.
2464
374ad285
ILT
24652009-10-13 Ian Lance Taylor <iant@google.com>
2466
2467 Add support for -pie.
2468 * options.h (class General_options): Add -pie and
2469 --pic-executable.
2470 (General_options::output_is_position_independent): Test -pie.
2471 (General_options::output_is_executable): Return true if not shared
2472 and not relocatable.
2473 (General_options::output_is_pie): Remove.
2474 * options.cc (General_options::finalize): Reject incompatible uses
2475 of -pie.
2476 * gold.cc (queue_middle_tasks): A -pie link is not static.
2477 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
2478 * symtab.cc (Symbol::final_value_is_known): Return false if
2479 output_is_position_independent.
2480 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
2481 output_is_position_independent.
2482 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
2483 output_is_position_independent.
2484 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
2485 output_is_position_independent.
2486 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
2487 two_file_pie_test.
2488 (basic_pie_test.o, basic_pie_test): New targets.
2489 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
2490 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
2491 (two_file_pie_test): New target.
2492 * testsuite/Makefile.in: Rebuild.
2493 * README: Remove note saying that -pie is not supported.
2494
c6585162
ILT
24952009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
2496
2497 * options.h (class General_options): Add -init and -fini.
2498 * layout.cc (Layout::finish_dynamic_section): Emit
2499 given init and fini functions.
2500
032ce4e9
ST
25012009-10-13 Sriraman Tallam <tmsriram@google.com>
2502
2503 * gc.h (gc_process_relocs): Check if icf is enabled using new
2504 function.
2505 * gold.cc (queue_initial_tasks): Likewise.
2506 (queue_middle_tasks): Likewise.
2507 * object.cc (do_layout): Likewise.
2508 * symtab.cc (is_section_folded): Likewise.
2509 * main.cc (main): Likewise.
2510 * reloc.cc (Read_relocs::run): Likewise.
2511 (Sized_relobj::do_scan_relocs): Likewise.
2512 * icf.cc (is_function_ctor_or_dtor): New function.
2513 (Icf::find_identical_sections): Check if function is ctor or dtor when
2514 safe icf is chosen.
2515 * options.h (General_options::icf): Change option to be an enum.
2516 (Icf_status): New enum.
2517 (icf_enabled): New method.
2518 (icf_safe_folding): New method.
2519 (set_icf_status): New method.
2520 (icf_status_): New variable.
2521 * (options.cc) (General_options::finalize): Set icf_status_.
2522 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
2523 icf_test and icf_keep_unique_test to use the --icf enum flag.
2524 * testsuite/icf_safe_test.sh: New file.
2525 * testsuite/icf_safe_test.cc: New file.
2526
f345227a
ST
25272009-10-12 Sriraman Tallam <tmsriram@google.com>
2528
2529 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
2530 includes to gc.h and icf.h.
2531 * arm.cc: Include gc.h.
2532 * gold.cc: Likewise.
2533 * i386.cc: Likewise.
2534 * powerpc.cc: Likewise.
2535 * sparc.cc: Likewise.
2536 * x86_64.cc: Likewise.
2537 * gc.h: Include icf.h.
2538
1c7814ed
ILT
25392009-10-11 Ian Lance Taylor <iant@google.com>
2540
2541 * plugin.cc: Include "gold.h" before other header files.
2542
ae3b5189
CD
25432009-10-10 Chris Demetriou <cgd@google.com>
2544
2545 * options.h (Input_file_argument::Input_file_type): New enum.
2546 (Input_file_argument::is_lib_): Replace with...
2547 (Input_file_argument::type_): New member.
2548 (Input_file_argument::Input_file_argument): Take Input_file_type
2549 'type' rather than boolean 'is_lib' as second argument.
2550 (Input_file_argument::is_lib): Use type_.
2551 (Input_file_argument::is_searched_file): New function.
2552 (Input_file_argument::may_need_search): Handle is_searched_file.
2553 * options.cc (General_options::parse_library): Support -l:filename.
2554 (General_options::parse_just_symbols): Update for Input_file_argument
2555 changes.
2556 (Command_line::process): Likewise.
2557 * archive.cc (Archive::get_file_and_offset): Likewise.
2558 * plugin.cc (Plugin_manager::release_input_file): Likewise.
2559 * script.cc (read_script_file, script_add_file): Likewise.
2560 * fileread.cc (Input_file::Input_file): Likewise.
2561 (Input_file::will_search_for): Handle is_searched_file.
2562 (Input_file::open): Likewise.
2563 * readsyms.cc (Read_symbols::get_name): Likewise.
2564 * testsuite/Makefile.am (searched_file_test): New test.
2565 * testsuite/Makefile.in: Regenerate.
2566 * testsuite/searched_file_test.cc: New file.
2567 * testsuite/searched_file_test_lib.cc: New file.
2568
f3048a1d
ILT
25692009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
2570 Ian Lance Taylor <iant@google.com>
2571
2572 * descriptor.cc: Include <cstdio> and "binary-io.h".
2573 (Descriptors::open): Open the files in binary mode always.
2574 * script.cc (Lex::get_token): Treat \r as whitespace.
2575
d4780e57
ILT
25762009-10-09 Ian Lance Taylor <iant@google.com>
2577
2578 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
2579
d9a893b8
ILT
25802009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
2581 Ian Lance Taylor <iant@google.com>
2582
2583 * configure.ac: Check for readv function also.
2584 * fileread.cc (readv): Define if not HAVE_READV.
2585 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
2586 does not exist.
2587 * config.in: Regenerate.
2588 * configure: Regenerate.
2589
c0a62865
DK
25902009-10-09 Doug Kwan <dougkwan@google.com>
2591
2592 * layout.cc (Layout::make_output_section): Call target hook to make
2593 ordinary output section.
2594 (Layout::finalize): Adjust parameter list of call the
2595 Target::may_relax().
2596 * layout.h (class Layout::section_list): New method.
2597 * merge.h (Output_merge_base::entsize): Change visibility to public.
2598 (Output_merge_base::is_string, Output_merge_base::do_is_string):
2599 New methods.
2600 (Output_merge_string::do_is_string): New method.
2601 * object.cc (Sized_relobj::do_setup): renamed from
2602 Sized_relobj::set_up.
2603 * object.h (Sized_relobj::adjust_shndx,
2604 Sized_relobj::initializ_input_to_output_maps,
2605 Sized_relobj::free_input_to_output_maps): Change visibilities to
2606 protected.
2607 (Sized_relobj::setup): Virtualize.
2608 (Sized_relobj::do_setup): New method declaration.
2609 (Sized_relobj::invalidate_section_offset,
2610 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
2611 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
2612 * options.cc (parse_int): New function.
2613 * options.h (parse_int): New declaration.
2614 (DEFINE_int): New macro.
2615 (stub_group_size): New option.
2616 * output.cc (Output_section::Output_section): Initialize memebers
2617 merge_section_map_, merge_section_by_properties_map_,
2618 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
2619 (Output_section::add_input_section): Handled deferred code-fill
2620 generation and remove an old comment.
2621 (Output_section::add_relaxed_input_section): New method definition.
2622 (Output_section::add_merge_input_section): Use merge section by
2623 properties map to speed to search. Update merge section maps
2624 as appropriate.
2625 (Output_section::build_relaxation_map): New method definition.
2626 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
2627 Same.
2628 (Output_section::relax_input_section): Renamed to
2629 Output_section::convert_input_sections_to_relaxed_sections and change
2630 interface to take a vector of pointers to relaxed sections.
2631 (Output_section::find_merge_section,
2632 Output_section::find_relaxed_input_section): New method definitions.
2633 (Output_section::is_input_address_mapped,
2634 Output_section::output_offset, Output_section::output_address):
2635 Use output section data maps to speed up searching.
2636 (Output_section::find_starting_output_address): Add comments.
2637 (Output_section::do_write,
2638 Output_section::write_to_postprocessing_buffer): Do code-fill
2639 generation as appropriate.
2640 (Output_section::get_input_sections): Invalidate relaxed input section
2641 map.
2642 (Output_section::restore_states): Adjust type of checkpoint .
2643 Invalidate relaxed input section map.
2644 * output.h (Output_merge_base): New class declaration.
2645 (Input_section_specifier): New class defintion.
2646 (class Output_relaxed_input_section) Change base class to
2647 Output_section_data_build.
2648 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
2649 base class initializer.
2650 (Output_section::add_relaxed_input_section): New method declaration.
2651 (Output_section::Input_section): Change visibility to protected.
2652 (Output_section::Input_section::relobj,
2653 Output_section::Input_section::shndx): Handle relaxed input sections.
2654 Output_section::input_sections) Change visibility to protected. Also
2655 define overload to return a non-const pointer.
2656 (Output_section::Merge_section_properties): New class defintion.
2657 (Output_section::Merge_section_by_properties_map,
2658 Output_section::Output_section_data_by_input_section_map,
2659 Output_section::Relaxation_map): New types.
2660 (Output_section::relax_input_section): Rename method to
2661 Output_section::convert_input_sections_to_relaxed_sections and change
2662 interface to take a vector of relaxed section pointers.
2663 (Output_section::find_merge_section,
2664 Output_section::find_relaxed_input_section,
2665 Output_section::build_relaxation_map,
2666 Output_section::convert_input_sections_in_list_to_relaxed_sections):
2667 New method declarations.
2668 (Output_section::merge_section_map_
2669 Output_section::merge_section_by_properties_map_,
2670 Output_section::relaxed_input_section_map_,
2671 Output_section::is_relaxed_input_section_map_valid_,
2672 Output_section::generate_code_fills_at_write_): New data members.
2673 * script-sections.cc
2674 (Output_section_element_input::set_section_addresses): Call
2675 current_data_size and addralign methods of relaxed input sections.
2676 (Orphan_output_section::set_section_addresses): Call current_data_size
2677 and addralign methods of relaxed input sections.
2678 * symtab.cc (Symbol_table::compute_final_value): Extract template
2679 from the body of Symbol_table::sized_finalize_symbol.
2680 (Symbol_table::sized_finalized_symbol): Call
2681 Symbol_table::compute_final_value.
2682 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
2683 (Symbol_table::compute_final_value): New templated method declaration.
2684 * target.cc (Target::do_make_output_section): New method defintion.
2685 * target.h (Target::make_output_section): New method declaration.
2686 (Target::relax): Add more parameters for input objects, symbol table
2687 and layout. Adjust call to do_relax.
2688 (Target::do_make_output_section): New method declaration.
2689 (Target::do_relax): Add parameters for input objects, symbol table
2690 and layout.
2691
d446d6c4
ILT
26922009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
2693
2694 * pread.c: Include stdio.h.
2695
bc06c745
ILT
26962009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
2697
2698 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
2699 defined.
2700
75aea3d0
ILT
27012009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
2702
2703 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
2704 Change read_shndx type to unsigned int.
2705 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
2706 int.
2707 (Sized_dwarf_line_info::read_line_mappings): Likewise.
2708 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
2709 Change read_shndx type to unsigned int.
2710 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
2711 int.
2712 (Sized_dwarf_line_info::read_line_mappings): Likewise.
2713 * layout.cc (Layout::create_symtab_sections): Cast the result of
2714 local_symcount * symsize to off_t in the gold_assert.
2715
be8fcb75
ILT
27162009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2717
2718 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
2719 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
2720 R_ARM_BASE_ABS.
2721 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
2722 (Arm_relocate_functions::thm_abs5): New function.
2723 (Arm_relocate_functions::abs12): New function.
2724 (Arm_relocate_functions::abs16): New function.
2725 (Arm_relocate_functions::base_abs): New function.
2726 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
2727 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
2728 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
2729 R_ARM_BASE_ABS.
2730 (Scan::global): Likewise.
2731 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
2732 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
2733 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
2734 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
2735 R_ARM_BASE_ABS.
2736
c2a122b6
ILT
27372009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2738
2739 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
2740 (Arm_relocate_functions::movt_prel): New function.
2741 (Arm_relocate_functions::thm_movw_prel_nc): New function.
2742 (Arm_relocate_functions::thm_movt_prel): New function.
2743 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
2744 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
2745 (Scan::global, Relocate::relocate): Likewise.
2746 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
2747
c4aa1e2d
ILT
27482009-10-09 Mikolaj Zalewski <mikolajz@google.com>
2749
2750 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
2751 Incremental_checker.
2752 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
2753 unsigned int.
2754 (class Incremental_inputs_header): New class.
2755 (Incremental_inputs_header_writer): Edit comment.
2756 (Incremental_inputs_entry): New class.
2757 (Incremental_inputs_entry_writer): Edit comment.
2758 (Sized_incremental_binary::do_find_incremental_inputs_section):
2759 Add *strtab_shndx parameter, fill it.
2760 (Sized_incremental_binary::do_check_inputs): New method.
2761 (Incremental_checker::can_incrementally_link_output_file): Use
2762 Sized_incremental_binary::check_inputs.
2763 (Incremental_inputs::report_command_line): Save command line in
2764 command_line_.
2765 * incremental.h:
2766 (Incremental_binary::find_incremental_inputs_section): New
2767 method.
2768 (Incremental_binary::do_find_incremental_inputs_section): Add
2769 strtab_shndx parameter.
2770 (Incremental_binary::do_check_inputs): New pure virtual method.
2771 (Sized_incremental_binary::do_check_inputs): Declare.
2772 (Incremental_checker::Incremental_checker): Add incremental_inputs
2773 parameter, use it to initialize incremental_inputs_.
2774 (Incremental_checker::incremental_inputs_): New field.
2775 (Incremental_checker::command_line): New method.
2776 (Incremental_checker::inputs): New method.
2777 (Incremental_checker::command_line_): New field.
2778
c549a694
ILT
27792009-10-09 Mikolaj Zalewski <mikolajz@google.com>
2780
2781 * incremental.cc: Include <cstdarg> and "target-select.h".
2782 (vexplain_no_incremental): New function.
2783 (explain_no_incremental): New function.
2784 (Incremental_binary::error): New method.
2785 (Sized_incremental_binary::do_find_incremental_inputs_section): New
2786 method.
2787 (make_sized_incremental_binary): New function.
2788 (open_incremental_binary): New function.
2789 (can_incrementally_link_file): Add checks if output is ELF and has
2790 inputs section.
2791 * incremental.h: Include "elfcpp_file.h" and "output.h".
2792 (Incremental_binary): New class.
2793 (Sized_incremental_binary): New class.
2794 (open_incremental_binary): Declare.
2795 * object.cc (is_elf_object): Use
2796 elfcpp::Elf_recognizer::is_elf_file.
2797 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
2798 * output.h (Output_file::filesize): New method.
2799
fd3c5f0b
ILT
28002009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2801
2802 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
2803 New function.
2804 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
2805 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
2806 function.
2807 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
2808 function.
2809 (Arm_relocate_functions::movw_abs_nc): New function.
2810 (Arm_relocate_functions::movt_abs): New function.
2811 (Arm_relocate_functions::thm_movw_abs_nc): New function.
2812 (Arm_relocate_functions::thm_movt_abs): New function.
2813 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
2814 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
2815 (Scan::global): Likewise.
2816 (Relocate::relocate): Likewise.
2817 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
2818
7f5309a5
ILT
28192009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
2820
2821 * arm.cc (Arm_relocate_functions::got_prel) New function.
2822 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
2823 (Relocate::relocate): Likewise.
2824 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
2825
364c7fa5
ILT
28262009-10-06 Ian Lance Taylor <iant@google.com>
2827
2828 * options.h (class General_options): Define
2829 split_stack_adjust_size parameter.
2830 * object.h (class Object): Add uses_split_stack_ and
2831 has_no_split_stack_ fields. Add uses_split_stack and
2832 has_no_split_stack accessor functions. Declare
2833 handle_split_stack_section.
2834 (class Reloc_symbol_changes): Define.
2835 (class Sized_relobj): Define Function_offsets. Declare
2836 split_stack_adjust, split_stack_adjust_reltype, and
2837 find_functions.
2838 * object.cc (Object::handle_split_stack_section): New function.
2839 (Sized_relobj::do_layout): Call handle_split_stack_section.
2840 * dynobj.cc (Sized_dynobj::do_layout): Call
2841 handle_split_stack_section.
2842 * reloc.cc (Sized_relobj::relocate_sections): Call
2843 split_stack_adjust for executable sections in split_stack
2844 objects. Pass reloc_map to relocate_section.
2845 (Sized_relobj::split_stack_adjust): New function.
2846 (Sized_relobj::split_stack_adjust_reltype): New function.
2847 (Sized_relobj::find_functions): New function.
2848 * target-reloc.h: Include "object.h".
2849 (relocate_section): Add reloc_symbol_changes parameter. Change
2850 all callers.
2851 * target.h (class Target): Add calls_non_split method. Declare
2852 do_calls_non_split virtual method. Declare match_view and
2853 set_view_to_nop.
2854 * target.cc: Include "elfcpp.h".
2855 (Target::do_calls_non_split): New function.
2856 (Target::match_view): New function.
2857 (Target::set_view_to_nop): New function.
2858 * gold.cc (queue_middle_tasks): Give an error if mixing
2859 split-stack and non-split-stack objects with -r.
2860 * i386.cc (Target_i386::relocate_section): Add
2861 reloc_symbol_changes parameter.
2862 (Target_i386::do_calls_non_split): New function.
2863 * x86_64.cc (Target_x86_64::relocate_section): Add
2864 reloc_symbol_changes parameter.
2865 (Target_x86_64::do_calls_non_split): New function.
2866 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
2867 parameter.
2868 * powerpc.cc (Target_powerpc::relocate_section): Add
2869 reloc_symbol_changes parameter.
2870 * sparc.cc (Target_sparc::relocate_section): Add
2871 reloc_symbol_changes parameter.
2872 * configure.ac: Call AM_CONDITIONAL for the default target.
2873 * configure: Rebuild.
2874 * testsuite/Makefile.am (TEST_AS): New variable.
2875 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
2876 (check_DATA): Add split_i386 and split_x86_64 files.
2877 (SPLIT_DEFSYMS): Define.
2878 (split_i386_[1234n].o): New targets.
2879 (split_i386_[124]): New targets.
2880 (split_i386_[1234r].stdout): New targets.
2881 (split_x86_64_[1234n].o): New targets.
2882 (split_x86_64_[124]): New targets.
2883 (split_x86_64_[1234r].stdout): New targets.
2884 (MOSTLYCLEANFILES): Add new executables.
2885 * testsuite/split_i386.sh: New file.
2886 * testsuite/split_x86_64.sh: New file.
2887 * testsuite/split_i386_1.s: New file.
2888 * testsuite/split_i386_2.s: New file.
2889 * testsuite/split_i386_3.s: New file.
2890 * testsuite/split_i386_4.s: New file.
2891 * testsuite/split_i386_n.s: New file.
2892 * testsuite/split_x86_64_1.s: New file.
2893 * testsuite/split_x86_64_2.s: New file.
2894 * testsuite/split_x86_64_3.s: New file.
2895 * testsuite/split_x86_64_4.s: New file.
2896 * testsuite/split_x86_64_n.s: New file.
2897 * testsuite/testfile.cc (Target_test): Update relocation_section
2898 function.
2899 * testsuite/Makefile.in: Rebuild.
2900
e8a9fcda
ILT
29012009-10-06 Ian Lance Taylor <iant@google.com>
2902
2903 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
2904 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
2905 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
2906 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
2907 the address on ldo_addrs_.
2908 (Target_i386::Relocate::fix_up_ldo): New function.
2909
e99daf92
ILT
29102009-10-06 Rafael Espindola <espindola@google.com>
2911
2912 * plugin.cc (add_input_library): New.
2913 (Plugin::load): Add add_input_library to tv.
2914 (Plugin_manager::add_input_file): Add the is_lib argument.
2915 (add_input_file): Update call to Plugin_manager::add_input_file.
2916 (add_input_library): New.
2917 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
2918
966d4097
DK
29192009-09-30 Doug Kwan <dougkwan@google.com>
2920
2921 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
2922 symbol and call Symbol::may_need_copy_reloc to determine if
2923 a copy reloc is needed.
2924 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
2925 nocopyreloc is given in command line.
2926 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
2927 given in command line.
2928 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
2929 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
2930 of the removed Target_i386::may_need_copy_reloc.
2931 * options.h (copyreloc): New option with default value false.
2932 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
2933 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
2934 instead of the removed Target_powerpc::may_need_copy_reloc.
2935 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
2936 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
2937 instead of the removed Target_sparc::may_need_copy_reloc.
2938 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
2939 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
2940 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
2941 instead of the removed Target_x86_64::may_need_copy_reloc.
2942
029ba973
ILT
29432009-09-30 Ian Lance Taylor <iant@google.com>
2944
2945 * object.h (class Object): Remove target_ field, and target,
2946 sized_target, and set_target methods.
2947 (Object::sized_target): Remove.
2948 (class Sized_relobj): Update declarations. Remove sized_target.
2949 * object.cc (Sized_relobj::setup): Remove target parameter.
2950 Change all callers.
2951 (Input_objects::add_object): Don't do anything with the target.
2952 (make_elf_sized_object): Add punconfigured parameter. Change all
2953 callers. Set or test parameter target.
2954 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
2955 Change all callers.
2956 * parameters.cc (Parameters::set_target): Change parameter type to
2957 be non-const.
2958 (Parameters::default_target): Remove.
2959 (set_parameters_target): Change parameter type to be non-const.
2960 (parameters_force_valid_target): New function.
2961 (parameters_clear_target): New function.
2962 * parameters.h (class Parameters): Update declarations. Remove
2963 default_target method. Add sized_target and clear_target
2964 methods. Change target_ to be non-const.
2965 (set_parameters_target): Update declaration.
2966 (parameters_force_valid_target): Declare.
2967 (parameters_clear_target): Declare.
2968 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
2969 as NULL if we aren't searching.
2970 (Add_symbols::run): Don't check for compatible target.
2971 * fileread.cc (Input_file::open_binary): Call
2972 parameters_force_valid_target.
2973 * gold.cc (queue_middle_tasks): Likewise.
2974 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
2975 set_target on object.
2976 * dynobj.h (class Sized_dynobj): Update declarations.
2977 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
2978 make_elf_object returns NULL.
2979 (Archive::include_member): Don't check whether object target is
2980 compatible.
2981 * output.cc (Output_section::add_input_section): Get target from
2982 parameters.
2983 (Output_section::relax_input_section): Likewise.
2984 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
2985 parameters.
2986 (Sized_relobj::do_scan_relocs): Likewise.
2987 (Sized_relobj::relocate_sections): Likewise.
2988 * resolve.cc (Symbol_table::resolve): Likewise.
2989 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
2990 parameter. Change all callers.
2991 (Symbol_table::add_from_object): Get target from parameters.
2992 (Symbol_table::add_from_relobj): Don't check object target.
2993 (Symbol_table::add_from_dynobj): Likewise.
2994 (Symbol_table::define_special_symbol): Get target from
2995 parameters.
2996 * symtab.h (class Symbol_table): Update declaration.
2997 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
2998 parameter. Change all callers. Clear parameter target.
2999 (Binary_test): Test target here.
3000 * testsuite/object_unittest.cc (gold_testsuite): Remove
3001 target_test_pointer parameter. Change all callers.
3002 (Object_test): Test target here.
3003
a6a22b83
ILT
30042009-09-26 Ian Lance Taylor <iant@google.com>
3005
3006 * testsuite/initpri1.c: Don't try to use constructor priorities if
3007 compiling with gcc before 4.3.
3008
6a8f49fe
ILT
30092009-09-22 Mikolaj Zalewski <mikolajz@google.com>
3010
3011 * testsuite/retain_symbols_file_test.sh (check_present): Change
3012 output file name to retain_symbols_file_test.stdout.
3013 (check_absent): Likewise.
3014
8c604651
CS
30152009-09-18 Craig Silverstein <csilvers@google.com>
3016
3017 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
3018 * options.cc: Include <cerrno> and <fstream>.
3019 (General_options::finalize): Parse -retain-symbols-file tag.
3020 * options.h: New flag.
3021 (General_options): New method should_retain_symbol, new
3022 variable symbols_to_retain.
3023 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
3024 should_retain_symbol map.
3025 * testsuite/Makefile.am (retain_symbols_file_test): New test.
3026 * testsuite/Makefile.in: Regenerate.
3027 * testsuite/retain_symbols_file_test.sh: New file.
3028
ca58b19f
NC
30292009-09-18 Nick Clifton <nickc@redhat.com>
3030
3031 * po/es.po: Updated Spanish translation.
3032
20e6d0d6
DK
30332009-09-17 Doug Kwan <dougkwan@google.com>
3034
3035 * debug.h (DEBUG_RELAXATION): New constant.
3036 (DEBUG_ALL): Add DEBUG_RELAXATION.
3037 (debug_string_to_enum): Add relaxation debug option.
3038 * layout.cc
3039 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
3040 Layout::Relaxation_debug_check::read_sections,
3041 Layout::Relaxation_debug_check::read_sections): New method definitions.
3042 (Layout::Layout): Initialize data members
3043 record_output_section_data_from_scrips_,
3044 script_output_section_data_list_ and relaxation_debug_check_.
3045 (Layout::save_segments, Layout::restore_segments,
3046 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
3047 Layout::relaxation_loop_body): New method definitions.
3048 (Layout::finalize): Support relaxation. Move section layout code to
3049 Layout::relaxation_loop_body.
3050 (Layout::set_asection_address_from_script): Move code for orphan
3051 section placement out.
3052 (Layout::place_orphan_sections_in_script): New method definition.
3053 * layout.h (Output_segment_headers, Output_file_header):
3054 New forward class declarations.
3055 (Layout::~Layout): Define.
3056 (Layout::new_output_section_data_from_script): New method definition.
3057 (Layout::place_orphan_sections_in_script): New method declaration.
3058 (Layout::Segment_states): New type declaration.
3059 (Layout::save_segments, Layout::restore_segments,
3060 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
3061 Layout::relaxation_loop_body): New method declarations.
3062 (Layout::Output_section_data_list): New type declaration.
3063 (Layout::Relaxation_debug_check): New class definition.
3064 (Layout::record_output_section_data_from_script_,
3065 Layout::script_output_section_data_list_, Layout::segment_states_,
3066 Layout::relaxation_debug_check_): New data members.
3067 * output.cc: (Output_section_headers::do_size): New method definition.
3068 (Output_section_headers::Output_section_headers): Move size
3069 computation to Output_section_headers::do_size.
3070 (Output_segment_headers::do_size): New method definition.
3071 (Output_file_header::Output_file_header): Move size computation to
3072 Output_file_header::do_size and call it.
3073 (Output_file_header::do_size): New method definition.
3074 (Output_data_group::Output_data_group): Adjust call to
3075 Output_section_data.
3076 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
3077 (Output_symtab_xindex::do_write): Add array bound check.
3078 (Output_section::Input_section::print_to_mapfile): Handle
3079 RELAXED_INPUT_SECTION_CODE.
3080 (Output_section::Output_section): Initialize data member checkpoint_.
3081 (Output_section::~Output_section): Delete checkpoint object pointed
3082 by checkpoint_.
3083 (Output_section::add_input_section): Always add an Input_section if
3084 relaxing.
3085 (Output_section::add_merge_input_section): Add assert.
3086 (Output_section::relax_input_section): New method definition.
3087 (Output_section::set_final_data_size): Set load address to zero for
3088 an unallocated section.
3089 (Output_section::do_address_and_file_offset_have_reset_values):
3090 New method definition.
3091 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
3092 Handle relaxed input section.
3093 (Output_section::sort_attached_input_sections): Checkpoint input
3094 section list lazily.
3095 (Output_section::get_input_sections): Change type of input_sections to
3096 list of Simple_input_section pointers. Checkpoint input section list
3097 lazily. Also handle relaxed input sections.
3098 (Output_section::add_input_section_for_script): Take a reference to
3099 a Simple_input_section object instead of Relobj pointer and section
3100 index as parameter. Handle relaxed input sections.
3101 (Output_section::save_states, Output_section::restore_states): New
3102 method definitions.
3103 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
3104 (Output_data::is_data_size_fixed): New method definition.
3105 (Output_data::reset_addresss_and_file_offset): Do not reset data size
3106 if it is fixed.
3107 (Output_data::address_and_file_offset_have_reset_values): New method
3108 definition.
3109 (Output_data::do_address_and_file_offset_have_reset_values): New method
3110 definition.
3111 (Output_data::set_data_size): Check that data size is not fixed.
3112 (Output_data::fix_data_size): New method definition.
3113 (Output_data::is_data_size_fixed_): New data member.
3114 (Output_section_headers::set_final_data_size): New method definition.
3115 (Output_section_headers::do_size): New method declaration.
3116 (Output_segment_headers::set_final_data_size): New method definition.
3117 (Output_segment_headers::do_size): New method declaration.
3118 (Output_file_header::set_final_data_size)::New method definition.
3119 (Output_file_header::do_size)::New method declaration.
3120 (Output_section_data::Output_section_data): Add new parameter
3121 is_data_size_fixed and use it to fix data size.
3122 (Output_data_const::Output_data_const): Adjust call to base class
3123 constructor and fix data size.
3124 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
3125 base class constructor and fix data size.
3126 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
3127 base class constructor and fix data size.
3128 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
3129 class constructor and fix data size.
3130 (Output_data_group::set_final_data_size): New method definition.
3131 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
3132 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
3133 class constructor and fix data size.
3134 (Output_relaxed_input_section): New class definition.
3135 (Output_section::Simple_input_section): New class definition.
3136 (Output_section::get_input_sections): Adjust parameter list.
3137 (Output_section::add_input_section_for_script): Same.
3138 (Output_section::save_states, Output_section::restore_states,
3139 Output_section::do_address_and_file_offset_have_reset_values,
3140 (Output_section::Input_section::Input_section): Handle
3141 RELAXED_INPUT_SECTION_CODE. Add new overload for
3142 Output_relaxed_input_section.
3143 (Output_section::Input_section::is_input_section,
3144 Output_section::Input_section::set_output_section): Handle relaxed
3145 input section.
3146 (Output_section::Input_section::is_relaxed_input_section,
3147 Output_section::Input_section::output_section_data,
3148 Output_section::Input_section::relaxed_input_section): New method
3149 definitions.
3150 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
3151 value.
3152 (Output_section::Input_section::u1_): Update comments.
3153 (Output_section::Input_section::u2_): Add new union member poris.
3154 (Output_section::Checkpoint_output_section): New classs definition.
3155 (Output_section::relax_input_section): New method declaration.
3156 (Output_section::checkpoint_): New data member.
3157 (Output_segment): Update comments.
3158 (Output_segment::Output_segment): Un-privatize copy constructor.
3159 (Output_segment::operator=): Un-privatize.
3160 * script-sections.cc (Output_section_element::Input_section_list):
3161 Change element type to Output_section::Simple_input_section.
3162 (Output_section_element_dot_assignment::set_section_addresses):
3163 Register output section data for relaxation clean up.
3164 (Output_data_exression::Output_data_expression): Adjust call to base
3165 constructor to fix data size.
3166 (Output_section_element_data::set_section_addresses): Register
3167 Output_data_expression object for relaxation clean up.
3168 (struct Input_section_info): Replace Relobj pointer and section index
3169 pair with Output_section::Simple_input_section and Convert struct to a
3170 class.
3171 (Input_section_sorter::operator()): Adjust access to
3172 Input_section_info data member to use accessors.
3173 (Output_section_element_input::set_section_addresses): Use layout
3174 parameter. Adjust code to use Output_section::Simple_input_section
3175 and Input_secction_info classes. Register filler for relaxation
3176 clean up.
3177 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
3178 and section index pair with Output_section::Simple_input_section
3179 class. Adjust code accordingly.
3180 (Phdrs_element::release_segment): New method definition.
3181 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
3182 segment list.
3183 (Script_sections::release_segments): New method definition.
3184 * gold/script-sections.h (Script_sections::release_segments): New
3185 method declaration.
3186 * gold/target.h (Target::may_relax, Target::relax,
3187 Target::do_may_relax, Target::do_relax): New method definitions.
3188
5e445df6
ILT
31892009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
3190
3191 * arm.cc (has_signed_unsigned_overflow): New function.
3192 (Arm_relocate_functions::abs8): New function.
3193 (Target_arm::Scan::local): Handle R_ARM_ABS8.
3194 (Target_arm::Scan::global): Likewise.
3195 (Target_arm::relocate::relocate): Likewise.
3196 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
3197 Likewise.
3198
8c604651 31992009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
3200
3201 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
3202 * testsuite/Makefile.in: Regenerate.
3203
1e9cc1c2
NC
32042009-09-11 Nick Clifton <nickc@redhat.com>
3205
3206 * po/gold.pot: Updated by the Translation project.
3207
6a89f575
CC
32082009-09-08 Cary Coutant <ccoutant@google.com>
3209
3210 * output.cc (Output_file::open): Add execute permission to empty file.
3211 * testsuite/Makefile.am (permission_test): New test.
3212 * testsuite/Makefile.in: Regenerate.
3213
fdcac5af
ILT
32142009-09-02 Ian Lance Taylor <iant@google.com>
3215
3216 * output.cc (Output_file::resize): Call map_no_anonymous rather
3217 than map.
3218
44453f85
ILT
32192009-09-01 Mikolaj Zalewski <mikolajz@google.com>
3220
3221 * gold.cc: Include "incremental.h".
3222 (queue_initial_tasks): Call Incremental_checker methods.
3223 * incremental.cc: Include "output.h".
3224 (Incremental_checker::can_incrementally_link_output_file): New
3225 method.
3226 * incremental.h (Incremental_checker): New class.
3227
3228 * output.cc (Output_file::open_for_modification): New method.
3229 (Output_file::map_anonymous): Changed return type to bool. Record
3230 map in base_ field.
3231 (Output_file::map_no_anonymous): New method, broken out of map.
3232 (Output_file::map): Use map_no_anonymous and map_anonymous.
3233 * output.h (class Output_file): Update declarations.
3234
293c1386
CC
32352009-08-24 Cary Coutant <ccoutant@google.com>
3236
3237 * options.h (Command_line::Pre_options): New class.
3238 (Command_line::pre_options): New member.
3239 * options.cc (gold::options::ready_to_register): New variable.
3240 (One_option::register_option): Do nothing if not registering options.
3241 Assert if same short option registered twice.
3242 (General_options::General_options): Turn off option registration when
3243 done constructing.
3244 (Command_line::Pre_options::Pre_options): New constructor.
3245
f773f3d2
CC
32462009-08-24 Cary Coutant <ccoutant@google.com>
3247
06a73cfe
CC
3248 * options.h (General_options::no_keep_memory): Remove incorrect
3249 short option.
f773f3d2 3250
a15af8e2
RW
32512009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3252
3253 * Makefile.am (am__skiplex, am__skipyacc): New.
3254 * Makefile.in: Regenerate.
3255
c462b41b
RW
32562009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
3257
14ec8efd
RW
3258 * Makefile.am (AM_CPPFLAGS): Renamed from ...
3259 (INCLUDES): ... this.
3260 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
3261 (AM_CPPFLAGS): Renamed from ...
3262 (INCLUDE): ... this.
3263 * Makefile.in, testsuite/Makefile.in: Regenerate.
3264
81ecdfbb
RW
3265 * Makefile.in: Regenerate.
3266 * aclocal.m4: Likewise.
3267 * config.in: Likewise.
3268 * configure: Likewise.
3269 * testsuite/Makefile.in: Likewise.
3270
c462b41b
RW
3271 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
3272 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
3273 * Makefile.in: Regenerate.
3274 * testsuite/Makefile.in: Regenerate.
3275
2da73f13
CC
32762009-08-19 Cary Coutant <ccoutant@google.com>
3277
3278 * resolve.cc (Symbol_table::resolve): Don't complain about defined
3279 symbols in shared libraries overridden by hidden or internal symbols
3280 in the main program.
3281
2db70501
CD
32822009-08-19 Chris Demetriou <cgd@google.com>
3283
3284 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
3285 checking source file names in error messages.
3286
f733487b
DK
32872009-08-18 Doug Kwan <dougkwan@google.com>
3288
3289 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
3290 an elcpp::Ehdr as parameter. Adjust call to set_target.
3291 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
3292 an elfcpp::Ehdr as parameter.
3293 * object.cc (Object::set_target): Remove the version that looks up
3294 a target and sets it.
3295 (Sized_relobj::setup): Take a Target object instead of
3296 an elfcpp::Ehdr as parameter. Adjust call to set_target.
3297 (make_elf_sized_object): Find target and ask target to
3298 make an ELF object.
3299 * object.h: (Object::set_target): Remove the version that looks up
3300 a target and sets it.
3301 (Sized_relobj::setup): Take a Target object instead of
3302 an elfcpp:Ehdr as parameter.
3303 * target.cc: Include dynobj.h.
3304 (Target::do_make_elf_object_implementation): New.
3305 (Target::do_make_elf_object): New.
3306 * target.h (Target::make_elf_object): New template declaration.
3307 (Target::do_make_elf_object): New method declarations.
3308 (Target::do_make_elf_object_implementation): New template declaration.
3309
cc70f101
ILT
33102009-08-14 Ian Lance Taylor <iant@google.com>
3311
3312 * gold.h (FUNCTION_NAME): Define.
3313 (gold_unreachable): Use FUNCTION_NAME.
3314
ef5e0cb1
ST
33152009-08-12 Sriraman Tallam <tmsriram@google.com>
3316
3317 * icf.cc (Icf::find_identical_sections): Issue a warning when a
3318 symbol in the --keep-unique list is not found.
3319
48c187ce
ST
33202009-08-12 Sriraman Tallam <tmsriram@google.com>
3321
3322 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
3323 been maked as --keep-unique.
3324 (Icf::unfold_section): New function.
3325 * icf.h (Icf::unfold_section): New function.
3326 * options.h (General_options::keep_unique): New option.
3327 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
3328 * testsuite/Makefile.in: Regenerate.
3329 * testsuite/icf_keep_unique_test.sh: New file.
3330 * testsuite/icf_keep_unique_test.cc: New file.
3331
645afe0c
CC
33322009-08-12 Cary Coutant <ccoutant@google.com>
3333
3334 PR 10471
3335 * resolve.cc (Symbol_table::resolve): Check for references from
3336 dynamic objects to hidden and internal symbols.
3337 * testsuite/Makefile.am (hidden_test.sh): New test.
3338 * testsuite/Makefile.in: Regenerate.
3339 * testsuite/hidden_test.sh: New script.
3340 * testsuite/hidden_test_1.c: New test source.
3341 * testsuite/hidden_test_main.c: New test source.
3342
11af873f
DK
33432009-08-11 Doug Kwan <dougkwan@google.com>
3344
3345 * arm.cc: Update comments.
3346 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
3347 segment to locate the .ARM.exidx section if present.
3348
b9f7d72d
DK
33492009-08-09 Doug Kwan <dougkwan@google.com>
3350
3351 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
3352 patch.
3353
ddd3c53c
ST
33542009-08-07 Sriraman Tallam <tmsriram@google.com>
3355 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
3356 compiler warnings.
3357
27721062
ST
33582009-08-06 Sriraman Tallam <tmsriram@google.com>
3359
3360 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
3361 valid tls_segment only for non-debug-section relocations.
3362 * testsuite/Makefile.am: Add gc_tls_test.
3363 * testsuite/Makefile.in: Regenerate.
3364 * testsuite/gc_tls_test.cc: New file.
3365 * testsuite/gc_tls_test.sh: New file.
3366
ef15dade
ST
33672009-08-05 Sriraman Tallam <tmsriram@google.com>
3368
3369 * icf.cc: New file.
3370 * icf.h: New file.
3371 * Makefile.am (CCFILES): Add icf.cc.
3372 (HFILES): Add icf.h
3373 * Makefile.in: Regenerate.
3374 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
3375 * gc.h (gc_process_relocs): Populate lists used by icf to contain
3376 section, symbol and addend information for the relocs.
3377 * gold.cc (queue_middle_tasks): Call identical code folding.
3378 * gold.h: Add defines for multimap.
3379 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
3380 to the call of finalize_local_symbols.
3381 * main.cc (main): Create object of class Icf.
3382 * object.cc (Sized_relobj::do_layout): Allow this function to be
3383 called twice during icf.
3384 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
3385 to sections marked as identical by icf.
3386 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
3387 when available.
3388 (Sized_relobj::do_section_entsize): New function.
3389 * object.h (Object::section_entsize): New function.
3390 (Object::do_section_entsize): New pure virtual function.
3391 (Relobj::finalize_local_symbols): Add new parameter.
3392 (Relobj::do_section_entsize): New function.
3393 * options.h (General_options::icf): New option.
3394 (General_options::icf_iterations): New option.
3395 (General_options::print_icf_sections): New option.
3396 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
3397 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
3398 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
3399 icf.
3400 * symtab.cc (Symbol_table::is_section_folded): New function.
3401 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
3402 to sections marked as identical by icf.
3403 * symtab.h (Symbol_table::set_icf): New function.
3404 (Symbol_table::icf): New function.
3405 (Symbol_table::is_section_folded): New function.
3406 (Symbol_table::icf_): New data member.
3407 * target-reloc.h (relocate_section): Ignore sections folded by icf.
3408 * testsuite/Makefile.am: Add commands to build icf_test.
3409 * testsuite/Makefile.in: Regenerate.
3410 * testsuite/icf_test.sh: New file.
3411 * testsuite/icf_test.cc: New file.
3412
c3b65ac4
CD
34132009-07-24 Chris Demetriou <cgd@google.com>
3414
3415 * layout.cc (is_compressible_debug_section): Fix incorrect
3416 comment about compressed section names.
3417
1caf2c51
ILT
34182009-07-20 Ian Lance Taylor <ian@airs.com>
3419
3420 PR 10419
3421 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
3422
1ef4d87f
ILT
34232009-07-16 Ian Lance Taylor <iant@google.com>
3424
3425 PR 10400
3426 * layout.h: #include <map>.
3427 (class Kept_section): Change from struct to class. Add accessors
3428 and setters. Add section size to Comdat_group mapping. Change
3429 Comdat_group to std::map. Add is_comdat_ field. Add
3430 linkonce_size field in union.
3431 (class Layout): Update declaration of find_or_add_kept_section.
3432 Don't declare find_kept_object.
3433 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
3434 parameter. Add object, shndx, is_comdat, and is_group_name
3435 parameters. Change all callers. Adjust for new Kept_section.
3436 (Layout::find_kept_object): Remove.
3437 * object.cc (Sized_relobj::include_section_group): Update use of
3438 Kept_section. Rename secnum to shndx. Only record
3439 Kept_comdat_section if sections are the same size.
3440 (Sized_relobj::include_linkonce_section): Update use of
3441 Kept_section. Only record Kept_comdat_section if sections are the
3442 same size. Set size of linkonce section.
3443 (Sized_relobj::map_to_kept_section): Update call to
3444 get_kept_comdat_section.
3445 * object.h (class Sized_relobj): Rename fields in
3446 Kept_comdat_section to drop trailing underscores; change object
3447 field to Relobj*. Change Kept_comdat_section_table to store
3448 struct rather than pointer.
3449 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
3450 Add kept_object and kept_shndx parameters. Change all callers.
3451 (Sized_relobj::get_kept_comdat_section): Change return type to
3452 bool. Add kept_object and kept_shndx parameters. Change all
3453 callers.
3454 * plugin.cc (Pluginobj::include_comdat_group): Update call to
3455 Layout::find_or_add_kept_section.
3456
37c3b7b0
ILT
34572009-07-09 Ian Lance Taylor <iant@google.com>
3458
3459 * merge.cc (Object_merge_map::initialize_input_to_output_map):
3460 Reserve space in the hash table.
3461
98fa85cb
ILT
34622009-07-06 Mikolaj Zalewski <mikolajz@google.com>
3463
3464 * fileread.cc (File_read::get_mtime): New method.
3465 * fileread.h (Timespec): New structure.
3466 (File_read::get_mtime): New method.
3467 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
3468 Renamed from timestamp_nsec.
3469 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
3470 Elf_Xword.
3471 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
3472 timestamp_nsec.
3473 (Incremental_inputs::report_archive): Save mtime; style fix.
3474 (Incremental_inputs::report_obejct): Save mtime; style fix.
3475 (Incremental_inputs::report_script): Save mtime; style fix.
3476 (Incremental_inputs::finalize_inputs): Style fix.
3477 (Incremental_inputs::finalize): Style fix.
3478 (Incremental_inputs::create_input_section_data): Store inputs
3479 mtime.
3480 * incremental.h (Incremental_inputs::report_script): Add mtime
3481 argument.
3482 (Incremental_inputs::Input_info::Input_info): Intialize only one
3483 union member.
3484 (Incremental_inputs::Input_info::archive): Move to nameless
3485 union.
3486 (Incremental_inputs::Input_info::obejct): Move to nameless union.
3487 (Incremental_inputs::Input_info::script): Move to nameless union.
3488 (Incremental_inputs::mtime): New field.
3489 * script.cc (read_input_script): Pass file mtime to
3490 Incremental_input.
3491 * script.h (Script_info::inputs): Style fix.
3492
c9d70757
ILT
34932009-07-01 Ian Lance Taylor <ian@airs.com>
3494
3495 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
3496 instead of 32.
3497
9c547ec3
ILT
34982009-06-24 Ian Lance Taylor <iant@google.com>
3499
3500 PR 10156
3501 * layout.cc (Layout::choose_output_section): If we find an
3502 existing section, update the flags.
3503 (Layout::create_notes): New function, broken out of
3504 Layout::finalize.
3505 (Layout::finalize): Don't create note sections.
3506 (Layout::create_note): Don't crash if linker script discards
3507 section.
3508 (Layout::create_gold_note): Likewise.
3509 (Layout::create_build_id): Likewise. Don't set
3510 after_input_sections on the section.
3511 (Layout::create_executable_stack_info): Remove target parameter.
3512 Change caller.
3513 * layout.h (class Layout): Declare create_notes. Update
3514 declaration of create_executable_stack_info.
3515 * gold.cc (queue_middle_tasks): Call create_notes.
3516 * output.cc (Output_section::update_flags_for_input_section): Move
3517 here from output.h. If SHF_ALLOC flag is newly set, mark address
3518 invalid.
3519 * output.h (Output_data::mark_address_invalid): New function.
3520 (class Output_section): Only declare, not define,
3521 update_flags_for_input_section. Remove set_flags.
3522
55458500
ILT
35232009-06-24 Ian Lance Taylor <iant@google.com>
3524
3525 * script-sections.cc (Output_section_definition::
3526 set_section_addresses): Rename shadowing local load_address to
3527 laddr.
3528
1307d6cd
ILT
35292009-06-24 Ian Lance Taylor <iant@google.com>
3530
3531 PR 10244
3532 * reloc.cc (relocate_sections): Skip empty relocation sections.
3533
ec3f783e
ILT
35342009-06-23 Ian Lance Taylor <iant@google.com>
3535
3536 PR 10156
3537 * layout.cc (Layout::create_note): Use choose_output_section
3538 rather than make_output_section.
3539
459c9f1c
ILT
35402009-06-23 Ian Lance Taylor <iant@google.com>
3541
3542 PR 10237
3543 * options.cc (General_options::parse_V): Set printed_version_.
3544 (General_options::General_options): Initialize printed_version_.
3545 * options.h (class General_options): Add printed_version_ field.
3546 * gold.cc (queue_initial_tasks): If there are no input files,
3547 don't give a fatal error if we printed the version information.
3548 (queue_middle_tasks): If using -r with a shared object, give a
3549 fatal error rather than an ordinary error.
3550
1518dc8f
ILT
35512009-06-23 Ian Lance Taylor <iant@google.com>
3552
3553 PR 10219
3554 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
3555 (Layout::make_output_section): Set have_stabstr_section_ if we see
3556 a .stab*str section.
3557 (Layout::finalize): Call link_stabs_sections.
3558 (Layout::link_stabs_sections): New file.
3559 * layout.h (class Layout): Add have_stabstr_section_ field.
3560 Declare link_stabs_sections.
3561
3d857b98
DK
35622009-06-23 Doug Kwan <dougkwan@google.com>
3563
3564 * Makefile.am (libgold_a_LIBADD): New.
3565 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
3566 * Makefile.in: Regenerate.
3567 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
3568 * configure: Regenerate.
3569 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
3570 * fileread.cc: Include sys/state.h
3571 * gold.h: Declare memmem and strndup if found missing.
3572 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
3573
0639a6f6
ILT
35742009-06-23 Ian Lance Taylor <iant@google.com>
3575
3576 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
3577 * configure: Rebuild.
3578
8d63875c
ILT
35792009-06-23 Ian Lance Taylor <iant@google.com>
3580
3581 PR 10147
3582 * object.cc (Object::section_contents): Don't try to get a view if
3583 the section has length zero.
3584 (Object::handle_gnu_warning_section): If the section is empty, use
3585 the name of the section as the warning.
3586
f7c8a183
ILT
35872009-06-23 Ian Lance Taylor <iant@google.com>
3588
3589 PR 10133
3590 * stringpool.h (class Stringpool_template): Add optimize_ field.
3591 (Stringpool_template::set_optimize): New function.
3592 * stringpool.cc (Stringpool_template::Stringpool_template):
3593 Initialize optimize_ field.
3594 (Stringpool_template::set_string_offsets): Test local optimize
3595 fild rather than parameter.
3596 * layout.cc (Layout::Layout): Call set_optimize on the section
3597 name stringpool.
3598
e6a307ba
ILT
35992009-06-22 Ian Lance Taylor <iant@google.com>
3600
3601 PR 10030
3602 * yyscript.y: Parse TARGET.
3603 * script.cc (script_set_target): New function.
3604 * script-c.h (script_set_target): Declare.
3605 * options.cc (General_options::string_to_object_format): Rename
3606 from string_to_object_format in anonymous namespace. Change
3607 callers.
3608 * options.h (class General_options): Declare
3609 string_to_object_format.
3610
3ee173de
ILT
36112009-06-22 Ian Lance Taylor <iant@google.com>
3612
3613 * script-sections.cc (Script_sections::create_segments): Don't put
3614 program headers in a PT_LOAD segment if -n or -N.
3615
36162009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
3617
3618 PR 10141
3619 * options.h (class General_options): Add -z lazy and -z now. Sort
3620 -z options into alphabetical order.
3621 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
3622
cd6739a1 36232009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
3624
3625 * layout.cc (Layout::make_output_section): Call
3626 Target::new_output_section.
3627 (Layout::attach_allocated_section_to_segment): Put large section
3628 sections in a separate load segment with the large segment flag
3629 set.
3630 (Layout::segment_precedes): Sort large data segments after other
3631 load segments.
3632 (align_file_offset): New static function.
3633 (Layout::set_segment_offsets): Use align_file_offset.
3634 * output.h (class Output_section): Add is_small_section_ and
3635 is_large_section_ fields.
3636 (Output_section::is_small_section): New function.
3637 (Output_section::set_is_small_section): New function.
3638 (Output_section::is_large_section): New function.
3639 (Output_section::set_is_large_section): New function.
3640 (Output_section::is_large_data_section): New function.
3641 (class Output_segment): Add is_large_data_segment_ field.
3642 (Output_segment::is_large_data_segment): New function.
3643 (Output_segment::set_is_large_data_segment): New function.
3644 * output.cc (Output_section::Output_section): Initialize new
3645 fields.
3646 (Output_segment::Output_segment): Likewise.
3647 (Output_segment::add_output_section): Add assertion that large
3648 data sections always go in large data segments. Force small data
3649 sections to the end of the list of data sections. Force small BSS
3650 sections to the start of the list of BSS sections. For large BSS
3651 sections to the end of the list of BSS sections.
3652 * symtab.h (class Symbol): Declare is_common_shndx.
3653 (Symbol::is_defined): Check Symbol::is_common_shndx.
3654 (Symbol::is_common): Likewise.
3655 (class Symbol_table): Define enum Commons_section_type. Update
3656 declarations. Add small_commons_ and large_commons_ fields.
3657 * symtab.cc (Symbol::is_common_shndx): New function.
3658 (Symbol_table::Symbol_table): Initialize new fields.
3659 (Symbol_table::add_from_object): Put small and large common
3660 symbols in the right list.
3661 (Symbol_table::sized_finalized_symbol): Check
3662 Symbol::is_common_shndx.
3663 (Symbol_table::sized_write_globals): Likewise.
3664 * common.cc (Symbol_table::do_allocate_commons): Allocate new
3665 common symbol lists. Don't call do_allocate_commons_list if the
3666 list is empty.
3667 (Symbol_table::do_allocate_commons_list): Remove is_tls
3668 parameter. Add comons_section_type parameter. Change all
3669 callers. Handle small and large common symbols.
3670 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
3671 Symbol::is_common_shndx.
3672 * resolve.cc (symbol_to_bits): Likewise.
3673 * target.h (Target::small_common_shndx): New function.
3674 (Target::small_common_section_flags): New function.
3675 (Target::large_common_shndx): New function.
3676 (Target::large_common_section_flags): New function.
3677 (Target::new_output_section): New function.
3678 (Target::Target_info): Add small_common_shndx, large_common_shndx,
3679 small_common_section_flags, and large_common_section_flags
3680 fields.
3681 (Target::do_new_output_section): New virtual function.
3682 * arm.cc (Target_arm::arm_info): Initialize new fields.
3683 * i386.cc (Target_i386::i386_info): Likewise.
3684 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
3685 Likewise.
3686 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
3687 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
3688 (Target_x86_64::do_new_output_section): New function.
3689 * configure.ac: Define conditional MCMODEL_MEDIUM.
3690 * testsuite/Makefile.am (check_PROGRAMS): Add large.
3691 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
3692 (large_LDFLAGS): Define.
3693 * testsuite/large.c: New file.
3694 * testsuite/testfile.cc (Target_test::test_target_info):
3695 Initialize new fields.
3696 * configure, testsuite/Makefile.in: Rebuild.
3697
bb04269c
DK
36982009-06-05 Doug Kwan <dougkwan@google.com>
3699
3700 * Makefile.am (CCFILES): Add target.cc.
3701 * Makefile.in: Regenerate.
3702 * i386.cc (class Target_i386): Define new virtual method to
3703 override do_is_local_label_name in parent.
3704 * object.cc (Sized_relobj::do_count_local_symbols): Discard
3705 local symbols if --discard-locals or -X is given.
3706 * options.h (class General_options): Declare new options
3707 '--discard-locals' and '-X' for discarding locals.
3708 * target.h (class Target): Define new methods is_local_label_name.
3709 Declare new virtual method do_is_local_label_name.
3710 * target.cc: New file.
3711 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
3712 (check_SCRIPTS): Add discard_locals_test.sh.
3713 (check_DATA): Add discard_local_tests.syms.
3714 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
3715 (discard_local_tests.syms, discard_locals_test.o): New make rules.
3716 * testsuite/Makefile.in: Regenerate.
3717 * testsuite/discard_locals_test.c: New file.
3718 * testsuite/discard_locals_test.sh: Same.
3719
805bb01c
DK
37202009-06-05 Doug Kwan <dougkwan@google.com>
3721
3722 * object.cc (Sized_relobj::Sized_relobj): Initialize
3723 discarded_eh_frame_shndx_ to -1U.
3724 (Sized_relobj::do_layout): Record index of a discard .eh_frame
3725 section.
3726 (Sized_relobj::do_count_local_symbols): Skip local symbols in
3727 a discarded .eh_frame section.
3728 (Sized_relobj::do_finalize_local_symbols): Ditto.
3729 * object.h (class Sized_relobj): Declare new member
3730 discarded_eh_frame_shndx_.
3731 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
3732 (local_labels_test.o, local_labels_test): New rules.
3733 * testsuite/Makefile.in: Regenerate.
3734
1dcd334d
DK
37352009-06-04 Doug Kwan <dougkwan@google.com>
3736
3737 * layout.cc (Layout::section_name_mapping): Add mapping for
3738 special ARM sections.
3739
96d49306
DK
37402009-06-03 Doug Kwan <dougkwan@google.com>
3741
3742 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
3743 (utils::has_overflow): Same.
3744
dff16297
ILT
37452009-06-03 Ian Lance Taylor <iant@google.com>
3746
3747 * layout.cc (Layout::section_name_mapping): New array, replacing
3748 Layout::linkonce_mapping.
3749 (Layout::section_name_mapping_count): New variable, replacing
3750 Layout::linkonce_mapping_count.
3751 (Layout::linkonce_output_name): Remove.
3752 (Layout::output_section_name): Rewrite.
3753 * layout.h (class Layout): Rename Linkonce_mapping to
3754 Section_name_mapping, linkonce_mapping to section_name_mapping,
3755 linkonce_mapping_count to section_name_mapping_count. Don't
3756 declare linkonce_output_name.
3757
c121c671
DK
37582009-06-03 Doug Kwan <dougkwan@google.com>
3759
3760 * gold/arm.cc (namespace utils): New.
3761 (Target_arm::reloc_is_non_pic): Define new method.
3762 (class Arm_relocate_functions): New.
3763 (Target_arm::Relocate::relocate): Handle relocation types used by
3764 Android.
3765
07800fab
ILT
37662009-06-03 Ian Lance Taylor <iant@google.com>
3767
3768 * arm.cc (Target_arm::scan::global): Use || instead of |.
3769
c121c671
DK
37702009-06-02 Doug Kwan <dougkwan@google.com>
3771
3772 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
3773 issued_non_pic_error_.
3774 (class Target_arm::Scan): Declare new method check_non_pic.
3775 Define new method symbol_needs_plt_entry.
3776 Declare new data member issued_non_pic_error_.
3777 (class Target_arm::Relocate): Declare new method
3778 should_apply_static_reloc.
3779 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
3780 (Target_arm::Scan::check_non_pic): Define new method.
3781 (Target_arm::Scan::local): Handle a small subset of reloc types used
3782 by Android.
3783 (Target_arm::Scan::local): Same.
3784 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
3785
b19b0c6d
ILT
37862009-05-31 Mikolaj Zalewski <mikolajz@google.com>
3787
3788 * incremental.cc (Incremental_inputs::report_command_line): Filter
3789 out --incremental-* options.
3790
94cdfcff
DK
37912009-05-29 Doug Kwan <dougkwan@google.com>
3792
3793 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
3794 template class.
3795 (class Target_arm): Update comment.
3796 (Target_arm::Target_arm): Initialize new data members GOT_,
3797 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
3798 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
3799 and Target_arm::rel_dyn_section.
3800 Declare new_enum Target_arm::Got_type.
3801 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
3802 and DYNBSS_.
3803 Update commments for member do_dynsym_value.
3804 (Target_arm::got_size, Target_arm::plt_section,
3805 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
3806 new methods inside class defintion.
3807 (Target_arm::got_section): Define new method.
3808 (Target_arm::rel_dyn_section): Same.
3809 (Output_data_plt_arm): New template class.
3810 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
3811 (Output_data_plt_arm:do_adjust_output_section): Define new method.
3812 (Output_data_plt_arm::add_entry): Same.
3813 (Output_data_plt_arm::first_plt_entry): Define new
3814 static data member for PLT instruction template.
3815 (Output_data_plt_arm::plt_entry): Same.
3816 (Output_data_plt_arm::do_write): Define new method.
3817 (Target_arm::make_plt_entry): Same.
3818 (Target_arm::do_finalize_sections): Same.
3819 (Target_arm::do_dynsym_value): Same.
3820
4a657b0d
DK
38212009-05-28 Doug Kwan <dougkwan@google.com>
3822
3823 * Makefile.am (TARGETSOURCES): Add arm.cc.
3824 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
3825 * Makefile.in: Regenerate.
3826 * arm.cc: New file.
3827 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
3828
e7ae8c36
DK
38292009-05-26 Doug Kwan <dougkwan@google.com>
3830
3831 * options.cc (General_options::parse_exclude_libs). Fix a comment.
3832 (General_options::check_excluded_libs): Strip off directories in
3833 archive name before matching like GNU ld does.
3834 * testsuite/Makefile.am (MOSTLYCLEANFILES,
3835 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
3836 (exclude_libs_test_LDFLAGS): Add linker option
3837 -Wl,--exclude-libs,libexclude_libs_test_3
3838 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
3839 an explicit archive without using -l.
3840 (alt/libexclude_libs_test_3.a): New make rule.
3841 * testsuite/Makefile.in: Regenerate.
3842 * testsuite/exclude_libs_test.c : Declare lib3_default().
3843 (main): Call it.
3844 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
3845 * exclude_libs_test_3.c: New file.
3846
f12e7348
NC
38472009-05-26 Nick Clifton <nickc@redhat.com>
3848
3849 * po/id.po: New Indonesian translation.
3850 * po/gold.pot: Updated template file.
3851
4daadc0d
ST
38522009-05-22 Sriraman Tallam <tmsriram@google.com>
3853
3854 * testsuite/Makefile.am: Add -ffunction-sections to compile
3855 gc_comdat_test files. Add -Wl,--gc-sections to build
3856 gc_comdat_test.
3857 * testsuite/Makefile.in: Regenerate.
3858 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
3859
531813ad
ST
38602009-05-21 Sriraman Tallam <tmsriram@google.com>
3861
3862 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
3863 kept comdat section was garbage collected.
3864 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
3865 * testsuite/Makefile.in: Regenerate.
3866 * testsuite/gc_comdat_test.sh: New file.
3867 * testsuite/gc_comdat_test_1.cc: New file.
3868 * testsuite/gc_comdat_test_2.cc: New file.
3869
65514900
CC
38702009-05-19 Doug Kwan <dougkwan@google.com>
3871
3872 * archive.cc (Archive::Archive): Move constructor from archive.h
3873 to here. Initialize no_export_.
3874 (Archive::get_elf_object_for_member): Set no_export flag of object.
3875 * archive.h (Archive::Archive): Move constructor body to
3876 archive.cc.
3877 (Archive::no_export): New method.
3878 (Archive::no_export_): New field.
3879 * object.h (Object::Object): Initialize no_export_ to false.
3880 (Object::no_export, Object::set_no_export): New methods.
3881 (Object::no_export_): New field.
3882 * options.cc (General_options::parse_exclude_libs): New method.
3883 (General_options::check_excluded_libs) Same.
3884 * options.h (exclude_libs): New option.
3885 (General_options::check_excluded_libs): New method declaration.
3886 (General_options::excluded_libs_): New field.
3887 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
3888 default or protected visibility if an object has no-export flag set.
3889 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
3890 (check_SCRIPTS): Add exclude_libs_test.sh.
3891 (check_DATA): Add exclude_libs_test.syms.
3892 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
3893 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
3894 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
3895 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
3896 (exclude_libs_test.syms, libexclude_libs_test_1.a,
3897 libexclude_libs_test_2.a): New rules.
3898 * testsuite/Makefile.in: Regenerate.
3899 * testsuite/exclude_libs_test.c: New file.
3900 * testsuite/exclude_libs_test.sh: Ditto.
3901 * testsuite/exclude_libs_test_1.c: Ditto.
3902 * testsuite/exclude_libs_test_2.c: Ditto.
3903
1b77ea50
ILT
39042009-05-15 Ian Lance Taylor <iant@google.com>
3905
3906 * configure.ac: Check for declarations for cases where libiberty.h
3907 checks HAVE_DECL_xxx.
3908 * configure, config.in: Rebuild.
3909
072fe7ce
ILT
39102009-05-15 Mikolaj Zalewski <mikolajz@google.com>
3911
3912 * gold.h (Incremental_argument_list): Remove (invalid) forward
3913 declaration.
3914 * incremental.cc (Incremental_inputs::report_achive): New method.
3915 (Incremental_inputs::report_object): New method.
3916 (Incremental_inputs::report_script): New method.
3917 (Incremental_inputs::finalize_inputs): New method.
3918 (Incremental_inputs::finalize): Call finalize_inputs().
3919 (Incremental_inputs::sized_create_incremental_inputs_section_data):
3920 Create inputs entries.
3921 * incremental.h (Incremental_input_type): New enum.
3922 (Incremental_inputs::Incremental_input): Initialize new fields.
3923 (Incremental_inputs::report_inputs): New method.
3924 (Incremental_inputs::report_achive): New method.
3925 (Incremental_inputs::report_object): New method.
3926 (Incremental_inputs::report_script): New method.
3927 (Incremental_inputs::finalize_inputs): New method.
3928 (Incremental_inputs::Input_info): New struct.
3929 (Incremental_inputs::Input_info_map): New typedef.
3930 (Incremental_inputs::lock_): New field.
3931 (Incremental_inputs::Inputs_): New field.
3932 (Incremental_inputs::Inputs_map): New field.
3933 * main.cc (main): Call Incremental_input::report_inputs.
3934 * options.h (Input_argument_list): Typedef moved from
3935 Input_arguments.
3936 (Input_file_group::Files): Remove, use ::Input_argument_list.
3937 (Input_file_group::Input_argument_list): Remove, use
3938 ::Input_argument_list.
3939 * plugin.cc (Plugin_manager::add_input_file): Add error in
3940 incremental build.
3941 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
3942 functions.
3943 * script.cc (read_input_script): Call
3944 Incremental_input::report_script.
3945 * script.h (Script_info): New class.
3946
b0481b0b
ILT
39472009-04-27 Ian Lance Taylor <iant@google.com>
3948
3949 * x86_64.cc (do_adjust_output_section): Set entsize to
3950 plt_entry_size.
3951
b22a5a41 39522009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
3953
3954 * output.cc (Output_file::close): After short writes, continue
3955 writing from the correct offset in the buffer being written.
3956
40fde488
CD
39572009-04-23 Chris Demetriou <cgd@google.com>
3958
3959 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
3960 * configure: Regenerate.
3961 * config.in: Regenerate.
3962 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
3963 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
3964
3ce2c28e
ILT
39652009-04-21 Mikolaj Zalewski <mikolajz@google.com>
3966
3967 * incremental.cc (Incremental_inputs_header_data): Renamed from
3968 Incremental_input_header_data.
3969 (Incremental_inputs_header_data::data_size): New field.
3970 (Incremental_inputs_header_data::put_input_file_count): Renamed
3971 from input_file_count.
3972 (Incremental_inputs_header_data::put_command_line_offset): Renamed
3973 from command_line_offset.
3974 (Incremental_inputs_header_data::put_reserved): Renamed from
3975 put_reserved.
3976 (Incremental_inputs_entry_data): Renamed from
3977 Incremental_input_entry_data.
3978 (Incremental_inputs_entry_data::data_size): New field.
3979 (Incremental_inputs::report_command_line): New method.
3980 (Incremental_inputs::finalize): New method.
3981 (Incremental_inputs::create_incremental_inputs_data): New method.
3982 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
3983 * incremental.h: New file.
3984 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
3985 (Layout::finalize): Create incremental inputs section in
3986 incremental builds.
3987 (Layout::create_incremental_info_sections): New method.
3988 * layout.h (Layout::incremental_inputs): New method.
3989 (Layout::create_incremental_info_sections): New method.
3990 (Layout::incremental_inputs_): New field.
3991 * main.cc (main): Notify Incremental_input of the command line.
3992
e55bde5e
ILT
39932009-04-01 Ian Lance Taylor <iant@google.com>
3994 Mikolaj Zalewski <mikolajz@google.com>
3995
3996 * gold.h (reserve_unordered_map): Define, three versions, one for
3997 each version of Unordered_map.
3998 * layout.cc (Layout::Layout): Remove options parameter. Add
3999 number_of_input_files parameter. Don't initialize options_.
4000 Initialize number_of_input_files_ and resized_signatures_. Move
4001 sections_are_attached_.
4002 (Layout::layout_group): Reserve space for group_signatures_.
4003 (Layout::find_or_add_kept_section): Change name parameter to be a
4004 reference. Resize signatures_ map when it gets large enough.
4005 (Layout::layout_eh_frame): Use parameters->options() instead of
4006 this->options_.
4007 (Layout::make_output_section): Likewise.
4008 (Layout::attach_allocated_section_to_segment): Likewise.
4009 (Layout::finalize, Layout::create_executable_stack): Likewise.
4010 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
4011 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
4012 * layout.h (class Layout): Update declarations. Remove options_
4013 field. Add number_of_input_files_ and resized_signatures_
4014 fields. Move sections_are_attached_ field.
4015 * main.cc (main): Pass number of input files to Layout
4016 constructor. Don't pass options.
4017
154b857c
ILT
40182009-03-30 Ian Lance Taylor <iant@google.com>
4019
4020 * ffsll.c (ffsll): Correct implementation.
4021
2f35ab9b
ILT
40222009-03-27 Ian Lance Taylor <iant@google.com>
4023
fd03461a
ILT
4024 * ffsll.c: New file.
4025 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
4026 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
4027 * ftruncate.c (ftruncate): Declare before definition.
4028 * mremap.c (mremap): Likewise.
4029 * pread.c (pread): Likewise.
4030 * configure, Makefile.in, config.in: Rebuild.
4031
2f35ab9b
ILT
4032 * mremap.c: New file.
4033 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
4034 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
4035 (mremap): Declare if HAVE_MREMAP is not defined.
4036 * configure, Makefile.in, config.in: Rebuild.
4037
33aea2fd
CC
40382009-03-27 Cary Coutant <ccoutant@google.com>
4039
4040 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
4041 position independent.
4042 * sparc.cc (Target_sparc::check_non_pic): Likewise.
4043 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
4044
6d479619
CC
40452009-03-24 Cary Coutant <ccoutant@google.com>
4046
4047 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
4048 an executable.
4049 (needs_dynamic_reloc): Likewise.
4050
afc06bb8
ILT
40512009-03-24 Ian Lance Taylor <iant@google.com>
4052
4053 * yyscript.y (file_cmd): Recognize EXTERN.
4054 (extern_name_list, extern_name_list_body): New nonterminals.
4055 * script.cc (script_add_extern): Define.
4056 * script-c.h (script_add_extern): Declare.
4057
f6060a4d
ILT
40582009-03-24 Rafael Avila de Espindola <espindola@google.com>
4059
4060 * object.cc (is_elf_object): Define.
4061 * object.h (is_elf_object): Declare.
4062 * archive.cc (Archive::get_elf_object_for_member): Call
4063 is_elf_object.
33aea2fd 4064 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 4065
26736d8e
ILT
40662009-03-24 Elliott Hughes <enh@google.com>
4067
4068 * output.cc (Output_file::map_anonymous): Define.
4069 (Output_file::map): Use map_anonymous. If the regular mmap fails,
4070 try an anonymous one. Report the size if the mmap fails.
4071 * output.h (class Output_file): Declare map_anonymous.
4072
22fd9730
ILT
40732009-03-24 Ian Lance Taylor <iant@google.com>
4074
4075 * target-select.cc (instantiate_target): Don't acquire the lock if
4076 the instantiated_target_ field has already been set.
4077
cb010894
ILT
40782009-03-23 Ian Lance Taylor <iant@google.com>
4079
7f055c20
ILT
4080 * gold-threads.h (class Initialize_lock): Define.
4081 * gold-threads.cc (class Initialize_lock_once): Define.
4082 (initialize_lock_control): New static variable.
4083 (initialize_lock_pointer): New static variable.
4084 (initialize_lock_once): New static function.
4085 (Initialize_lock::Initialize_lock): Define.
4086 (Initialize_lock::initialize): Define.
4087 * target-select.h: Include "gold-threads.h".
4088 (class Target_selector): Add lock_ and initialize_lock_ fields.
4089 Don't define instantiate_target, just declare it.
4090 * target-select.cc (Target_selector::Target_selector): Initialize
4091 new fields.
4092 (Target_selector::instantiate_target): Define.
4093 * descriptors.h: Include "gold-threads.h".
4094 (class Descriptors): Add initialize_lock_ field.
4095 * descriptors.cc (Descriptors::Descriptors): Initialize new
4096 field.
4097 (Descriptors::open): Use initialize_lock_ field
4098 * errors.h (class Errors): Add initialize_lock_ field.
4099 * errors.cc (Errors::Errors): Initialize new field.
4100 (Errors::initialize_lock): Use initialize_lock_ field.
4101 * powerpc.cc (class Target_selector_powerpc): Remove
4102 instantiated_target_ field. In do_recognize call
4103 instantiate_target rather than do_instantiate_target. In
4104 do_instantiate_target just allocate a new target.
4105 * sparc.cc (class Target_selector_sparc): Likewise.
4106
36959681
ILT
4107 * freebsd.h: New file.
4108 * i386.cc: Include "freebsd.h".
4109 (Target_i386): Derive from Target_freebsd rather than
4110 Sized_target.
4111 (Target_selector_i386): Derive from Target_selector_freebsd rather
4112 than Target_selector.
4113 * x86_64.cc: Include "freebsd.h".
4114 (Target_x86_64): Derive from Target_freebsd rather than
4115 Sized_target.
4116 (Target_selector_x86_64): Derive from Target_selector_freebsd
4117 rather than Target_selector.
4118 * target.h (class Target): Add adjust_elf_header and
4119 do_adjust_elf_header.
4120 * output.cc (Output_file_header:: do_sized_write): Call target
4121 adjust_elf_header routine.
4122 * configure.tgt: Set targ_osabi.
4123 * configure.ac: Define GOLD_DEFAULT_OSABI.
4124 * parameters.cc (Parameters::default_target): Pass
4125 GOLD_DEFAULT_OSABI to select_target.
4126 * target-select.h (class Target_selector): Make instantiate_target
4127 protected rather than private.
4128 * Makefile.am (HFILES): Add freebsd.h.
4129 * configure, Makefile.in, config.in: Rebuild.
4130
cb010894
ILT
4131 * merge.cc (do_add_input_section): Correct pend value. Change
4132 message about last entry not being null terminated from error to
4133 warning.
4134
0e879927
ILT
41352009-03-20 Mikolaj Zalewski <mikolajz@google.com>
4136
4137 * incremental.cc: New file.
4138 * Makefile.am (CCFILES): Add incremental.cc.
4139 * Makefile.in: Rebuild.
4140
41105937
PP
41412009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
4142
4143 * layout.cc (Layout::output_section_name): Preserve names
4144 of '.note.' sections.
4145
60439920
ILT
41462009-03-19 Ian Lance Taylor <iant@google.com>
4147
4148 * descriptors.cc (Descriptors::open): Check that the options are
4149 valid before using them.
4150
0d371ad3
ILT
41512009-03-18 Ian Lance Taylor <iant@google.com>
4152
4153 * script-sections.h: Include <list>.
4154 (class Script_sections): Change Sections_elements from std::vector
4155 to std::list. Typedef public Elements_iterator. Add
4156 orphan_section_placement_, data_segment_align_start_, and
4157 saw_data_segment_align_ fields. Remove data_segment_align_index_
4158 field.
4159 * script-sections.cc (class Orphan_section_placement): New class.
4160 (class Sections_element): Add virtual functions is_relro and
4161 orphan_section_init. Remove virtual function place_orphan_here.
4162 (class Output_section_definition): Add is_relro and
4163 orphan_section_init. Remove place_orphan_here.
4164 (class Orphan_output_section): Likewise.
4165 (Script_sections::Script_sections): Update for field changes.
4166 (Script_sections::data_segment_align): Set saw_data_segment_align_
4167 and data_segment_align_start_, not data_segment_align_index.
4168 (Script_sections::data_segment_relro_end): Check
4169 saw_data_segment_align_. Use data_segment_align_start_ rather
4170 than data_segment_align_index_.
4171 (Script_sections::place_orphan): Rewrite to use
4172 Orphan_section_placement.
4173
9201d894
ILT
41742009-03-17 Ian Lance Taylor <iant@google.com>
4175
9c5b8369
ILT
4176 * archive.cc (Archive::add_symbols): Check for a version attached
4177 to the symbol name in the archive map.
4178 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
4179 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
4180 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
4181 (ver_test_11.a): New target.
4182 * testsuite/Makefile.in: Rebuild.
4183
9201d894
ILT
4184 * configure.ac: Check for chsize and posix_fallocate. Replace
4185 ftruncate.
4186 * ftruncate.c: New file, from gnulib.
4187 * output.cc (posix_fallocate): Define dummy version if not
4188 HAVE_POSIX_FALLOCATE.
4189 (Output_file::map): Call posix_fallocate rather than lseek and
4190 write.
4191 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
4192 * configure, Makefile.in, config.in: Rebuild.
4193
ef4ab7a8
PP
41942009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
4195
4196 * layout.h (Layout::create_note): Add section_name parameter.
4197 * layout.cc (Layout::create_note): Likewise.
4198 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
4199
8c500701
ILT
42002009-03-17 Ian Lance Taylor <iant@google.com>
4201
e85b18e1
ILT
4202 * descriptors.cc: Include "options.h".
4203 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
4204 (Descriptors::open): Always use O_CLOEXEC when opening a new
4205 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
4206 then set FD_CLOEXEC.
4207
9efe6174
ILT
4208 * sparc.cc (class Target_sparc): Add has_got_section.
4209 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
4210 make sure we have a GOT section.
4211
4212 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
4213 (Target_sparc::Scan::local): Likewise.
4214 (Target_sparc::Scan::global): Likewise.
4215 (Target_sparc::Relocate::relocate): Likewise.
4216 (Target_sparc::Relocate::relocate_tls): Likewise.
4217
8c500701
ILT
4218 * symtab.cc (Symbol_table::define_default_version): New function,
4219 broken out of add_from_object.
4220 (Symbol_table::add_from_object): Call define_default_version.
4221 (Symbol_table::define_special_symbol): Add resolve_oldsym
4222 parameter. Change all callers. If the version for a symbol comes
4223 from a version script, resolve it with the symbol with the same
4224 name with no version. Also add the symbol without a version if
4225 appropriate.
4226 (do_define_in_output_data): If resolving with oldsym, don't delete
4227 sym.
4228 (do_define_in_output_segment): Likewise.
4229 (do_define_as_constant): Likewise.
4230 * symtab.h (class Symbol_table): Update declarations.
4231
f1ed28fb
ILT
42322009-03-13 Ian Lance Taylor <iant@google.com>
4233
15f8229b
ILT
4234 * readsyms.cc (Read_symbols::incompatible_warning): New function.
4235 (Read_symbols::requeue): New function.
4236 (Read_symbols::do_read_symbols): If make_elf_object fails because
4237 the target type is not configured, and the file was searched for,
4238 issue a warning and retry with the next directory.
4239 (Add_symbols::run): If the file has an incompatible format, and
4240 it was searched for, requeue the Read_symbols task. On error,
4241 release the object.
4242 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
4243 dirindex parameter to constructor. Change all callers. Declare
4244 incompatible_warning and requeue.
4245 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
4246 input_argument_ and input_group_ fields. Add them to
4247 constructor. Change all callers.
4248 (class Read_script): Add dirindex_ field. Add it to constructor.
4249 Change all callers.
4250 * archive.cc (Archive::setup): Remove input_objects parameter.
4251 Change all callers.
4252 (Archive::get_file_and_offset): Likewise.
4253 (Archive::read_all_symbols): Likewise.
4254 (Archive::read_symbols): Likewise.
4255 (Archive::get_elf_object_for_member): Remove input_objects
4256 parameter. Add punconfigured parameter. Change all callers.
4257 (Archive::add_symbols): Change return type to bool. Check return
4258 value of include_member.
4259 (Archive::include_all_members): Likewise.
4260 (Archive::include_member): Change return type to bool. Return
4261 false if first included object has incompatible target. Set
4262 included_member_ field.
4263 (Add_archive_symbols::run): If add_symbols returns false, requeue
4264 Read_symbols task.
4265 * archive.h (class Archive): Add included_member_ field.
4266 Initialize it in constructor. Add input_file and searched_for
4267 methods. Update declarations.
4268 (class Add_archive_symbols): Add dirpath_, dirindex_, and
4269 input_argument_ fields. Add them to constructor. Change all
4270 callers.
4271 * script.cc: Include "target-select.h".
4272 (class Parser_closure): Add skip_on_incompatible_target_ and
4273 found_incompatible_target_ fields. Add
4274 skip_on_incompatible_target parameter to constructor. Change all
4275 callers. Add methods skip_on_incompatible_target,
4276 clear_skip_on_incompatible_target, found_incompatible_target, and
4277 set_found_incompatible_target.
4278 (read_input_script): Add dirindex parameter. Change all callers.
4279 If parser finds an incompatible target, requeue Read_symbols
4280 task.
4281 (script_set_symbol): Clear skip_on_incompatible_target in
4282 closure.
4283 (script_add_assertion, script_parse_option): Likewise.
4284 (script_start_sections, script_add_phdr): Likewise.
4285 (script_check_output_format): New function.
4286 * script.h (read_input_script): Update declaration.
4287 * script-c.h (script_check_output_format): Declare.
4288 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
4289 (ignore_cmd): Remove OUTPUT_FORMAT.
4290 * fileread.cc (Input_file::Input_file): Add explicit this.
4291 (Input_file::will_search_for): New function.
4292 (Input_file::open): Add pindex parameter. Change all callers.
4293 * fileread.h (class Input_file): Add input_file_argument method.
4294 Declare will_search_for. Update declarations.
4295 * object.cc (make_elf_object): Add punconfigured parameter.
4296 Change all callers.
4297 * object.h (class Object): Make input_file public. Add
4298 searched_for method.
4299 (make_elf_object): Update declaration.
4300 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
4301 restart search.
4302 * dirsearch.h (class Dirsearch): Update declaration.
4303 * options.h (class General_options): Add --warn-search-mismatch.
4304 * parameters.cc (Parameters::is_compatible_target): New function.
4305 * parameters.h (class Parameters): Declare is_compatible_target.
4306 * workqueue.cc (Workqueue::add_blocker): New function.
4307 * workqueue.h (class Workqueue): Declare add_blocker.
4308
f1ed28fb
ILT
4309 * fileread.cc (Input_file::open): Remove options parameter.
4310 Change all callers.
4311 (Input_file::open_binary): Likewise.
4312 * script.cc (read_input_script): Likewise.
4313 * readsyms.h (class Read_symbols): Remove options_ field. Remove
4314 options parameter from constructor. Change all callers.
4315 (class Read_script): Likewise.
4316 * fileread.h (class Input_file): Update declarations.
4317 * script.h (read_input_script): Update declaration.
4318
34dd024a
NC
43192009-03-10 Nick Clifton <nickc@redhat.com>
4320
4321 * po/es.po: New Spanish translation.
4322
6d71b17c
CC
43232009-03-06 Cary Coutant <ccoutant@google.com>
4324
4325 * options.cc (parse_short_option): Keep dash_z from registering itself.
4326
031cdbed
ILT
43272009-03-03 Ian Lance Taylor <iant@google.com>
4328
4329 PR 9918
4330 * target-reloc.h (relocate_section): Pass output_section to
4331 relocate.
4332 * i386.cc (Target_i386::should_apply_static_reloc): Add
4333 output_section parameter. Change all callers.
4334 (Target_i386::Relocate::relocate): Add output_section parameter.
4335 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
4336 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
4337 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
4338 * testsuite/two_file_shared.sh: New script.
4339 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
4340 (check_DATA): Add two_file_shared.dbg.
4341 (two_file_shared.dbg): New target.
4342 * testsuite/Makefile.in: Rebuild.
4343
15d5fa16
ILT
43442009-03-01 Ian Lance Taylor <iant@google.com>
4345
4346 * configure.ac: Check for byteswap.h.
4347 * configure: Rebuild.
4348 * config.in: Rebuild.
4349
8a4c0b0d
ILT
43502009-03-01 Mikolaj Zalewski <mikolajz@google.com>
4351
4352 * layout.cc (Layout::find_or_add_kept_section): New function.
4353 (Layout::add_comdat): Removed.
4354 * layout.h (struct Kept_section): Move out of class Layout.
4355 Remove trailing underscores from field names. Add group_sections
4356 field. Rename group_ field to is_group. Change all uses.
4357 (class Layout): Declare find_or_add_kept_section, not add_comdat.
4358 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
4359 comdat_groups_ field.
4360 (Sized_relobj::include_section_group): Use
4361 find_or_add_kept_section and Kept_section::group_sections.
4362 (Sized_relobj::include_linkonce_section): Likewise.
4363 * object.cc (class Sized_relobj): Don't define Comdat_group or
4364 Comdat_group_table. Remove find_comdat_group and
4365 add_comdat_group. Remove comdat_groups_ field.
4366 * plugin.cc (include_comdat_group): Use
4367 Layout::find_or_add_kept_section.
4368
b4ecf66b
ILT
43692009-02-28 Ian Lance Taylor <iant@google.com>
4370
14359ca0
ILT
4371 * README: --gc-sections and map files are now supported. Document
4372 some build requirements.
4373
b4ecf66b
ILT
4374 PR 6992
4375 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
4376 relocatable link set the value of the section symbol to zero.
4377 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
4378 relocatable link don't include the section address in the local
4379 symbol value.
4380
0602e05a
ILT
43812009-02-27 Ian Lance Taylor <iant@google.com>
4382
fd9d194f
ILT
4383 PR 6811
4384 * options.h (class Search_directory): Add is_system_directory.
4385 (class General_options): Declare is_in_system_directory.
4386 * options.cc (get_relative_sysroot): Make static.
4387 (get_default_sysroot): Make static.
4388 (General_optoins::is_in_system_directory): New function.
4389 * fileread.cc (Input_file::is_in_system_directory): New function.
4390 * fileread.h (class Input_file): Declare is_in_system_directory.
4391 * object.h (class Object): Add is_in_system_directory.
4392 (class Input_objects): Remove system_library_directory_ field.
4393 * object.cc (Input_objects::add_object): Don't set
4394 system_library_directory_.
4395 (input_objects::found_in_system_library_directory): Remove.
4396 * symtab.cc (Symbol_table::write_globals): Remove input_objects
4397 parameter. Change all callers.
4398 (Symbol_table::sized_write_globals): Likewise.
4399 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
4400 Call Object::is_in_system_directory.
4401 * symtab.h (class Symbol_table): Update declarations.
4402
61edd21f
ILT
4403 PR 5990
4404 * descriptors.h (Open_descriptor): Add is_on_stack field.
4405 * descriptors.cc (Descriptors::open): If the descriptor is on the
4406 top of the stack, remove it. Initialize is_on_stack field.
4407 (Descriptors::release): Only add pod to stack if it is not on the
4408 stack already.
4409 (Descriptors::close_some_descriptor): Clear stack_next and
4410 is_on_stack fields.
4411
e29e076a
ILT
4412 PR 7091
4413 * output.cc (Output_section::find_starting_output_address): Rename
4414 from starting_output_address; add PADDR parameter; change return
4415 type.
4416 * output.h (class Output_section): Declare
4417 find_starting_output_address instead of starting_output_address.
4418 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
4419 section symbol for which we can't find a merge section.
4420
0602e05a
ILT
4421 PR 9836
4422 * symtab.cc (Symbol_table::add_from_object): If the visibility is
4423 hidden or internal, force the symbol to be local.
4424 * resolve.cc (Symbol::override_visibility): Define.
4425 (Symbol::override_base): Use override_visibility.
4426 (Symbol_table::resolve): Likewise.
4427 (Symbol::override_base_with_special): Likewise.
4428 (Symbol_table::override_with_special): If the visibility is hidden
4429 or internal, force the symbol to be local.
4430 * symtab.h (class Symbol): Add set_visibility and
4431 override_visibility.
4432 * testsuite/ver_test_1.sh: New file.
4433 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
4434 (check_DATA): Add ver_test_1.syms.
4435 (ver_test_1.syms): New target.
4436 * testsuite/Makefile.in: Rebuild.
4437
401a9a73
CC
44382009-02-25 Cary Coutant <ccoutant@google.com>
4439
4440 * layout.cc (Layout::choose_output_section): Don't rename sections
4441 when using a linker script that has a SECTIONS clause.
4442 * Makefile.in: Regenerate.
4443
4444 * testsuite/Makefile.am (script_test_5.sh): New test case.
4445 * testsuite/Makefile.in: Regenerate.
4446 * testsuite/script_test_5.cc: New file.
4447 * testsuite/script_test_5.sh: New file.
4448 * testsuite/script_test_5.t: New file.
4449
f488e4b0
CC
44502009-02-13 Rafael Avila de Espindola <espindola@google.com>
4451
4452 * archive.cc (Archive::include_member): Update calls to add_symbols.
4453 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
4454 the Layout argument.
4455 * dynobj.h (do_add_symbols): Add the Layout argument.
4456 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
4457 Layout argument.
4458 * object.h (Object::add_symbols): Add the Layout argument.
4459 (Object::do_add_symbols): Add the Layout argument.
4460 (Sized_relobj::do_add_symbols): Add the Layout argument.
4461 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
4462 Unify the two versions.
4463 (Add_plugin_symbols): Remove.
4464 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
4465 (Sized_pluginobj::do_add_symbols): Unify the two versions.
4466 (Add_plugin_symbols): Remove.
4467 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
4468 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
4469 (Add_symbols::run): Make it work with Pulginobj.
4470
89dd1680
ILT
44712009-02-06 Ian Lance Taylor <iant@google.com>
4472
4473 * object.cc (Sized_relobj::do_layout): Make info message start
4474 with lower case letter.
4475
266d0a74
ILT
44762009-02-06 Mikolaj Zalewski <mikolajz@google.com>
4477
602b464e
ILT
4478 * binary.cc: Fix file comment.
4479
266d0a74
ILT
4480 * options.h (enum Incremental_disposition): Define.
4481 (class General_options): Add new options: --incremental,
4482 --incremental_changed, --incremental_unchanged,
4483 --incremental_unknown. Add incremental_disposition_ and
4484 implicit_incremental_ fields.
4485 (General_options::incremental_disposition): New function.
4486 (class Position_dependent_options): Add incremental_disposition
4487 option.
4488 (Position_dependent_options::copy_from_options): Set incremental
4489 dispositions.
4490 * options.cc (General_options::parse_incremental_changed): New
4491 function.
4492 (General_options::parse_incremental_unchanged): New function.
4493 (General_options::parse_incremental_unknown): New function.
4494 (General_options::General_options): Initialize new fields
4495 incremental_disposition_ and implicit_incremental_.
4496 (General_options::finalize): Check for uasge of --incremental-*
4497 without --incremental.
4498
f073bbf7
CD
44992009-02-06 Chris Demetriou <cgd@google.com>
4500
4501 * gold.h (gold_undefined_symbol): Change to take only a Symbol
4502 pointer and to report location as the file name associated with
4503 the symbol.
4504 (gold_undefined_symbol_at_location): New function to replace the
4505 old gold_undefined_symbol functionality.
4506 * target-reloc.h (relocate_section): Update to use
4507 gold_undefined_symbol_at_location.
4508 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
4509 Call gold_undefined_symbol function rather than gold_error.
4510 * errors.h (Errors::undefined_symbol): Take location as a
4511 string, rather than calculating it from a relocation.
4512 * errors.cc (Errors::fatal): Print "fatal error:" before the
4513 formatted message.
4514 (Errors::error, Errors::error_at_location): Print "error: "
4515 before the formatted message.
4516 (Errors::undefined_symbol): Take location as a string, rather
4517 than calculating it from a relocation.
4518 (gold_undefined_symbol_at_location): New function akin to
4519 old gold_undefined_symbol, calculates location from relocation.
4520 (gold_undefined_symbol): Change to take only a Symbol pointer
4521 and to report location as the file name associated with the symbol.
4522 * testsuite/debug_msg.sh: Update for changed error messages.
4523 * testsuite/undef_symbol.sh: Likewise.
4524
8e94a90c
ILT
45252009-02-04 Duncan Sands <baldrick@free.fr>
4526
4527 PR 9812
4528 * reduced_debug_output.h
4529 (Output_reduced_debug_abbrev_section::failed): Use format for
4530 gold_warning.
4531 (Output_reduced_debug_info_section::faild): Likewise.
4532
88a0e15b
ILT
45332009-01-31 Mikolaj Zalewski <mikolajz@google.com>
4534
4535 * script.cc (Lazy_demangler): New class.
4536 (Version_script_info::get_symbol_version_helper): Demangle a
4537 symbol only once.
4538
5efc7cd2
CC
45392009-01-29 Cary Coutant <ccoutant@google.com>
4540
4541 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
4542 to __tls_get_addr.
4543 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
4544
e0ebcf42
ILT
45452009-01-28 Ian Lance Taylor <iant@google.com>
4546
5efc7cd2 4547 * version.cc (version_string): Bump to 1.9.
75fe7426 4548
e0ebcf42
ILT
4549 * gold.h: Include <cstring> and <stdint.h>.
4550 * version.cc: Include <cstdio>.
4551 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
4552 warning.
4553 * reduced_debug_output.cc (insert_into_vector): Rename from
4554 Insert_into_vector; change all callers. Use Swap_unaligned to
4555 avoid aliasing issue; remove union since it is unnecessary.
4556
8e2813be 45572009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
4558
4559 * Makefile.am (CCFILES): Add gc.cc.
4560 (HFILES): Add gc.h.
4561 * Makefile.in: Regenerate.
4562 * gold.cc (Gc_runner): New class.
4563 (queue_initial_tasks): Call garbage collection related tasks
4564 when corresponding options are invoked.
4565 (queue_middle_gc_tasks): New function.
4566 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
4567 processed early before laying out sections during garbage collection.
4568 * gold.h (queue_middle_gc_tasks): New function.
4569 (is_prefix_of): Move from "layout.cc".
4570 * i386.cc (Target_i386::gc_process_relocs): New function.
4571 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
4572 * main.cc (main): Create object of class "Garbage_collection".
4573 * object.cc (Relobj::copy_symbols_data): New function.
4574 (Relobj::is_section_name_included): New function.
4575 (Sized_relobj::do_layout): Allow this function to be called twice
4576 during garbage collection and defer layout of section during the
4577 first call.
4578 * object.h (Relobj::get_symbols_data): New function.
4579 (Relobj::is_section_name_included): New function.
4580 (Relobj::copy_symbols_data): New function.
4581 (Relobj::set_symbols_data): New function.
4582 (Relobj::get_relocs_data): New function.
4583 (Relobj::set_relocs_data): New function.
4584 (Relobj::is_output_section_offset_invalid): New pure virtual function.
4585 (Relobj::gc_process_relocs): New function.
4586 (Relobj::do_gc_process_relocs): New pure virtual function.
4587 (Relobj::sd_): New data member.
4588 (Sized_relobj::is_output_section_offset_invalid): New function.
4589 (Sized_relobj::do_gc_process_relocs): New function.
4590 * options.h (General_options::gc_sections): Modify to not be a no-op.
4591 (General_options::print_gc_sections): New option.
4592 * plugin.cc (Plugin_finish::run): Remove function call to
4593 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
4594 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
4595 * reloc.cc (Read_relocs::run): Add task to process relocs and
4596 determine unreferenced sections when doing garbage collection.
4597 (Gc_process_relocs): New class.
4598 (Sized_relobj::do_gc_process_relocs): New function.
4599 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
4600 sections that are garbage collected.
4601 * reloc.h (Gc_process_relocs): New class.
4602 * sparc.cc (Target_sparc::gc_process_relocs): New function.
4603 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
4604 symbols whose corresponding sections are garbage collected.
4605 (Symbol_table::Symbol_table): Add new parameter for the garbage
4606 collection object.
4607 (Symbol_table::gc_mark_undef_symbols): New function.
4608 (Symbol_table::gc_mark_symbol_for_shlib): New function.
4609 (Symbol_table::gc_mark_dyn_syms): New function.
4610 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
4611 as garbage.
4612 (Symbol_table::add_from_object): Likewise.
4613 (Symbol_table::add_from_relobj): When building shared objects, do not
4614 treat externally visible symbols as garbage.
4615 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
4616 table information for static and relocatable links.
4617 * symtab.h (Symbol_table::set_gc): New function.
4618 (Symbol_table::gc): New function.
4619 (Symbol_table::gc_mark_undef_symbols): New function.
4620 (Symbol_table::gc_mark_symbol_for_shlib): New function.
4621 (Symbol_table::gc_mark_dyn_syms): New function.
4622 (Symbol_table::gc_): New data member.
4623 * target.h (Sized_target::gc_process_relocs): New pure virtual
4624 function.
4625 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
4626 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
4627
3b293544
CF
46282009-01-20 Chris Faylor <me.sourceware@sourceware.org>
4629
4630 * options.h (General_options::gc_sections): Define as a no-op for now.
4631 (General_options::no_keep_memory): Ditto.
4632 (General_options::Bshareable): Define.
4633 * options.cc (General_options::finalize): Honor -Bshareable.
4634
83d22aa8
AS
46352009-01-20 Andreas Schwab <schwab@suse.de>
4636
4637 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
4638 read the value in the contents, since we don't use it. Use the
4639 template endianness when writing.
4640 (Relocate::relocate): Use it for R_PPC_REL16_HA.
4641
cd536b21
AS
46422009-01-19 Andreas Schwab <schwab@suse.de>
4643
4644 * configure.tgt (powerpc64-*): Fix targ_obj.
4645
99e9a495
ILT
46462009-01-15 Ian Lance Taylor <iant@google.com>
4647
4648 * object.cc (Sized_relobj::write_local_symbols): Don't write out
4649 local symbols when stripping all symbols.
4650
bbbfea06
CC
46512009-01-14 Cary Coutant <ccoutant@google.com>
4652
99e9a495 4653 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 4654
0f7c0701
CC
46552009-01-14 Cary Coutant <ccoutant@google.com>
4656
4657 * archive.cc (Archive::get_elf_object_for_member): Remove call
4658 to File_read::claim_for_plugin.
4659 * descriptors.cc (Descriptors::open): Remove reference to
4660 is_claimed.
4661 (Descriptors::claim_for_plugin): Remove.
4662 * descriptors.h (Descriptors::claim_for_plugin): Remove.
4663 (Descriptors::is_claimed): Remove.
4664 (claim_descriptor_for_plugin): Remove.
4665 * fileread.cc (File_read::claim_for_plugin): Remove.
4666 * fileread.h (File_read::claim_for_plugin): Remove.
4667 (File_read::descriptor): Reopen descriptor if necessary.
4668 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
4669 (Plugin_manager::all_symbols_read): Add task parameter. Change
4670 all callers.
4671 (Plugin_manager::get_input_file): New function.
4672 (Plugin_manager::release_input_file): New function.
4673 (Pluginobj::Pluginobj): Add filesize parameter and initialize
4674 corresponding data member.
4675 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
4676 and pass to base constructor. Change all callers.
4677 (get_input_file, release_input_file): New functions.
4678 (make_sized_plugin_object): Add filesize parameter. Change all callers.
4679 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
4680 (Plugin_manager::all_symbols_read): Add task parameter.
4681 (Plugin_manager::get_input_file): New function.
4682 (Plugin_manager::release_input_file): New function.
4683 (Plugin_manager::task_): New data member.
4684 (Pluginobj::Pluginobj): Add filesize parameter.
4685 (Pluginobj::filename): New function.
4686 (Pluginobj::descriptor): New function.
4687 (Pluginobj::filesize): New function.
4688 (Pluginobj::filesize_): New data member.
4689 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
4690 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
4691 File_read::claim_for_plugin; use Object::unlock to unlock the file.
4692
4693 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
4694 with archive libraries.
4695 * testsuite/Makefile.in: Regenerate.
4696 * testsuite/plugin_test.c (struct sym_info): New type.
4697 (get_input_file, release_input_file): New static variables.
4698 (onload): Capture new transfer vector entries.
4699 (claim_file_hook): Stop reading at end of file according to filesize.
4700 Factor out parsing of readelf output into separate function.
4701 (all_symbols_read_hook): Exercise get_input_file and release_input_file
4702 APIs and get the source file name from the symbol table. Convert
4703 source file name to corresponding object file name. Print info
4704 message when adding new input files.
4705 (parse_readelf_line): New function.
4706 * testsuite/plugin_test_1.sh: Add checks for new info messages.
4707 * testsuite/plugin_test_2.sh: Likewise.
4708 * testsuite/plugin_test_3.sh: Likewise.
4709 * testsuite/plugin_test_4.sh: New test case.
4710
62a6d109
ILT
47112009-01-07 Ian Lance Taylor <iant@google.com>
4712
4713 * version.cc (version_string): Bump to 1.8.
4714
483620e8
CC
47152008-12-23 Cary Coutant <ccoutant@google.com>
4716
4717 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
4718 * plugin.cc (Plugin_manager::finish): Rename as
4719 layout_deferred_objects. Move cleanup to separate function.
4720 (Plugin_manager::cleanup): New function.
4721 (Plugin_finish::run): Call layout_deferred_objects and cleanup
4722 separately.
4723 * plugin.h (Plugin_manager::finish): Rename as
4724 layout_deferred_objects.
4725 (Plugin_manager::cleanup): New function.
4726 (Plugin_manager::cleanup_done): New field.
4727
d66a9eb3
CC
47282008-12-23 Cary Coutant <ccoutant@google.com>
4729
4730 * plugin.cc (is_visible_from_outside): New function.
4731 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
4732 so we don't return "IR only" status for exported symbols or -r links.
4733
4734 * testsuite/Makefile.am (plugin_test_3): New test case.
4735 * testsuite/Makefile.in: Regenerate.
4736 * testsuite/plugin_test_3.sh: New file.
4737
5995b570
CC
47382008-12-22 Cary Coutant <ccoutant@google.com>
4739
4740 * object.cc (Sized_relobj::layout_section): New function.
4741 (Sized_relobj::do_layout): Defer layout of input sections until after
4742 plugin has provided replacement files.
4743 (Sized_relobj::do_layout_deferred_sections): New function.
4744 * object.h (Relobj::set_section_offset): Remove virtual keyword.
4745 (Relobj::layout_deferred_sections): New function.
4746 (Relobj::do_layout_deferred_sections): New function.
4747 (Sized_relobj::do_layout_deferred_sections): New function.
4748 (Sized_relobj::layout_section): New function.
4749 (Sized_relobj::Deferred_layout): New structure.
4750 (Sized_relobj::deferred_layout_): New field.
4751 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
4752 Change all callers. Layout deferred sections.
4753 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
4754 references.
4755 (Plugin_hook::run): Move code from do_plugin_hook inline.
4756 (Plugin_hook::do_plugin_hook): Remove.
4757 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
4758 (Plugin_manager::finish): Renamed, was cleanup.
4759 (Plugin_manager::should_defer_layout): New function.
4760 (Plugin_manager::add_deferred_layout_object): New function.
4761 (Plugin_manager::Deferred_layout_list): New type.
4762 (Plugin_manager::deferred_layout_objects_): New field.
4763 (Plugin_hook::do_plugin_hook): Remove.
4764
ee769c88
ILT
47652008-12-17 Ian Lance Taylor <iant@google.com>
4766
4767 * options.h (class General_options): Add --no case for
4768 --export-dynamic.
4769
abc8dcba
CC
47702008-12-16 Cary Coutant <ccoutant@google.com>
4771
4772 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
4773 vector.
4774 (Plugin_manager::claim_file): Create plugin object even if
4775 plugin did not call the add_symbols callback.
4776 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
4777 asking for more symbols than were added.
4778 * testsuite/Makefile.am (plugin_test_1): Add test case with
4779 no global symbols.
4780 (empty.syms): New target.
4781 * testsuite/Makefile.in: Regenerate.
4782 * testsuite/plugin_test.c (claim_file_hook): Add new debug
4783 message. Don't call add_symbols if no globals.
4784 (all_symbols_read_hook): Don't provide replacement for empty
4785 claimed file.
4786
b0074644
ILT
47872008-12-12 Ian Lance Taylor <iant@google.com>
4788
68943102
ILT
4789 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
4790 r_type == 0 for a local symbol with r_sym == 0.
4791 (scan_relocatable_relocs): Pass r_sym to
4792 local_non_section_strategy.
4793 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
4794 r_sym parameter.
4795
b0074644
ILT
4796 * configure.ac: Update test for TLS descriptors: they are
4797 supported as of glibc 2.9.
4798 * configure: Rebuild.
4799
c2508178
ILT
48002008-12-11 Ian Lance Taylor <iant@google.com>
4801
4802 PR 7091
4803 * target-reloc.h (Default_scan_relocatable_relocs): For each
4804 function, map r_type == 0 to RELOC_DISCARD.
4805
2756a258
CC
48062008-12-10 Cary Coutant <ccoutant@google.com>
4807
4808 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
4809 object to override a kept COMDAT group from a plugin object.
4810
bb6f53d3
ILT
48112008-12-09 Ian Lance Taylor <iant@google.com>
4812
fbc558e1
ILT
4813 PR 7088
4814 * yyscript.y (file_cmd): Handle INPUT.
4815
bb6f53d3
ILT
4816 * testsuite/initpri1.c: Change all declarations to be full
4817 prototypes by adding void, to avoid compiler warnings.
4818
4674ecfc
CC
48192008-12-05 Rafael Avila de Espindola <espindola@google.com>
4820
4821 * options.cc (General_options::parse_plugin_opt): New.
4822 (General_options::add_plugin): The argument now is just the filename.
4823 (General_options::add_plugin_option): New.
4824 * options.h (plugin_opt): New.
4825 (add_plugin): Change argument name.
4826 (add_plugin_option): New.
4827 * plugin.cc (Plugin::load): Don't parse the plugin option.
4828 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
4829 (Plugin::add_option): New.
4830 (Plugin::args_): Change type.
4831 (Plugin::filename_): New.
4832 (Plugin_manager::add_plugin_option): New.
4833 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
4834 * testsuite/Makefile.in: Regenerate.
4835
fd06b4aa
CC
48362008-12-05 Cary Coutant <ccoutant@google.com>
4837
4838 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
4839 Handle --strip-lto-sections option.
4840 * options.h (strip_lto_sections): New option.
4841
6c52134c
CC
48422008-12-01 Cary Coutant <ccoutant@google.com>
4843
4844 * plugin.cc (ld_plugin_message): Change format parameter to const.
4845 Fix mismatch between new[] and delete.
4846
a45248e0
CC
48472008-11-14 Cary Coutant <ccoutant@google.com>
4848
4849 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
4850 instead of -1U.
4851
c82fbeee
CS
48522008-11-05 Craig Silverstein <csilvers@google.com>
4853
4854 * options.cc (General_options::parse_dynamic_list): New function.
4855 * options.h (General_options): New flags dynamic_list,
4856 dynamic_list_data, dynamic_list_cpp_new, and
4857 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
4858 (General_options::in_dynamic_list): New function.
4859 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
4860 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
4861 (Lex::can_continue_name): Likewise.
4862 (yylex): Likewise.
4863 (read_script_file): New parameter script_options.
4864 (read_dynamic_list): New function.
4865 (Script_options::define_dynamic_list): New function.
4866 (dynamic_list_keyword_parsecodes): New variable.
4867 (dynamic_list_keywords): New variable.
4868 * script.h (Script_options::define_dynamic_list): New function
4869 prototype.
4870 (read_dynamic_list): New function prototype.
4871 * symtab.cc (strprefix): New macro.
4872 (Symbol::should_add_dynsym_entry): Support dynamic_list,
4873 dynamic_list_data, dynamic_list_cpp_new, and
4874 dynamic_list_cpp_typeinfo.
4875 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
4876 (dynamic_list_expr): New rule.
4877 (dynamic_list_nodes): Likewise.
4878 (dynamic_list_node): Likewise.
4879 * testsuite/Makefile.am (dynamic_list): New test.
4880 * testsuite/Makefile.in: Regenerated.
4881 * testsuite/dynamic_list.t: New file.
4882 * testsuite/dynamic_list.sh: New file.
4883
e0bb29a5
CS
48842008-11-05 Craig Silverstein <csilvers@google.com>
4885
4886 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
4887 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
4888 (t11_last): Likewise.
4889 * testsuite/ver_test_6.c (main): Likewise.
4890
4e1e25e0
CC
48912008-10-07 Cary Coutant <ccoutant@google.com>
4892
4893 * options.c (General_options::finalize): Add check for -static and
4894 -shared.
4895 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
4896 is not empty.
4897
92f03fcb
CC
48982008-10-02 Cary Coutant <ccoutant@google.com>
4899
4900 * plugin.cc (make_sized_plugin_object): Fix conditional
4901 compilation to work when not all targets are enabled.
4902
fbd8a257
CC
49032008-09-29 Cary Coutant <ccoutant@google.com>
4904
4905 * archive.cc (Archive::get_file_and_offset): Use filename instead
4906 of name to get library path.
4907 (Archive::include_member): Unlock external member of a thin archive.
4908
4909 * testsuite/Makefile.am (TEST_AR): New variable.
4910 (thin_archive_test_1): New test.
4911 (thin_archive_test_2): New test.
81636b3f
CC
4912 * testsuite/Makefile.in: Regenerate.
4913 * testsuite/thin_archive_main.cc: New file.
4914 * testsuite/thin_archive_test_1.cc: New file.
4915 * testsuite/thin_archive_test_2.cc: New file.
4916 * testsuite/thin_archive_test_3.cc: New file.
4917 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 4918
eff45813
CC
49192008-09-29 Cary Coutant <ccoutant@google.com>
4920
4921 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
4922 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
4923 instead of -1U.
4924 (Sized_relobj::do_finalize_local_symbols): Likewise.
4925 (Sized_relobj::map_to_kept_section): Likewise.
4926 * object.h (Sized_relobj::invalid_address): New constant.
4927 (Sized_relobj::do_output_section_offset): Check for invalid_address
4928 and return -1ULL.
4929 * output.cc (Output_reloc::local_section_offset): Use constant
4930 invalid_address instead of -1U.
4931 (Output_reloc::get_address): Likewise.
4932 (Output_section::output_address): Change -1U to -1ULL.
4933 * output.h (Output_reloc::invalid_address): New constant.
4934 * reloc.cc (Sized_relobj::write_sections): Use constant
4935 invalid_address instead of -1U.
4936 (Sized_relobj::relocate_sections): Likewise.
4937 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
4938 values for merge sections.
4939 * target-reloc.h (relocate_for_relocatable): Use constant
4940 invalid_address instead of -1U.
4941
89fc3421
CC
49422008-09-19 Cary Coutant <ccoutant@google.com>
4943
4944 Add plugin functionality for link-time optimization (LTO).
4945 * configure.ac (plugins): Add --enable-plugins option.
4946 * configure: Regenerate.
4947 * config.in: Regenerate.
4948 * Makefile.am (LIBDL): New variable.
4949 (CCFILES): Add plugin.cc.
4950 (HFILES): Add plugin.h.
4951 (ldadd_var): Add LIBDL.
4952 * Makefile.in: Regenerate.
4953
4954 * archive.cc: Include "plugin.h".
4955 (Archive::setup): Don't preread archive symbols when using a plugin.
4956 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
4957 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
4958 files.
4959 (Archive::include_member): Add symbols from plugin objects.
4960 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
4961 * descriptors.cc (Descriptors::open): Check for file descriptors
4962 abandoned by plugins.
4963 (Descriptors::claim_for_plugin): New function.
4964 * descriptors.h (Descriptors::claim_for_plugin): New function.
4965 (Open_descriptor::is_claimed): New field.
4966 (claim_descriptor_for_plugin): New function.
4967 * fileread.cc (File_read::claim_for_plugin): New function.
4968 * fileread.h (File_read::claim_for_plugin): New function.
4969 (File_read::descriptor): New function.
4970 * gold.cc: Include "plugin.h".
4971 (queue_initial_tasks): Add task to call plugin hooks for generating
4972 new object files.
4973 * main.cc: Include "plugin.h".
4974 (main): Load plugin libraries.
4975 * object.h (Pluginobj): Declare.
4976 (Object::pluginobj): New function.
4977 (Object::do_pluginobj): New function.
4978 (Object::set_target): New function.
4979 * options.cc: Include "plugin.h".
4980 (General_options::parse_plugin): New function.
4981 (General_options::General_options): Initialize plugins_ field.
4982 (General_options::add_plugin): New function.
4983 * options.h (Plugin_manager): Declare.
4984 (General_options): Add --plugin option.
4985 (General_options::has_plugins): New function.
4986 (General_options::plugins): New function.
4987 (General_options::add_plugin): New function.
4988 (General_options::plugins_): New field.
4989 * plugin.cc: New file.
4990 * plugin.h: New file.
4991 * readsyms.cc: Include "plugin.h".
4992 (Read_symbols::do_read_symbols): Check for archive before checking
4993 for ELF file. Call plugin hooks to claim files.
4994 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
4995 from a real object file; force override when processing replacement
4996 files.
4997 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
4998 (Symbol::init_base_object): Likewise.
4999 (Symbol::init_base_output_data): Likewise.
5000 (Symbol::init_base_output_segment): Likewise.
5001 (Symbol::init_base_constant): Likewise.
5002 (Symbol::init_base_undefined): Likewise.
5003 (Symbol::output_section): Assert that object is not a plugin.
5004 (Symbol_table::add_from_pluginobj): New function.
5005 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
5006 undefined.
5007 (Symbol_table::sized_write_globals): Likewise.
5008 (Symbol_table::add_from_pluginobj): Instantiate template.
5009 * symtab.h (Sized_pluginobj): Declare.
5010 (Symbol::in_real_elf): New function.
5011 (Symbol::set_in_real_elf): New function.
5012 (Symbol::in_real_elf_): New field.
5013 (Symbol_table::add_from_pluginobj): New function.
5014
5015 * testsuite/Makefile.am (AM_CFLAGS): New variable.
5016 (LIBDL): New variable.
5017 (LDADD): Add LIBDL.
5018 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
5019 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
5020 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
5021 (MOSTLYCLEANFILES): Likewise.
5022 * testsuite/Makefile.in: Regenerate.
5023 * testsuite/plugin_test.c: New file.
5024 * testsuite/plugin_test_1.sh: New file.
5025 * testsuite/plugin_test_2.sh: New file.
5026
de31bda5
ILT
50272008-09-16 Ian Lance Taylor <iant@google.com>
5028
9c2d0ef9
ILT
5029 * target-reloc.h (relocate_section): Check whether a symbol is
5030 defined by the ABI before reporting an undefined symbol error.
5031 * target.h (Target::is_defined_by_abi): Make parameter const.
5032 (Target::do_is_defined_by_abi): Likewise.
5033 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
5034 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
5035 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
5036 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
5037 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
5038 * testsuite/Makefile.in: Rebuild.
5039
de31bda5
ILT
5040 * fileread.cc (make_view): Add casts to avoid warning.
5041
9fa33bee
AO
50422008-09-16 Alexandre Oliva <aoliva@redhat.com>
5043
5044 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
5045 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
5046
183fd0e3
AO
50472008-09-16 Alexandre Oliva <aoliva@redhat.com>
5048
5049 * options.h (General_options::output_is_executable): New.
5050 (General_options::output_is_pie): New.
5051 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
5052 for shared libraries.
5053 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
5054
7be8330a
CD
50552008-09-11 Chris Demetriou <cgd@google.com>
5056
5057 * options.h (origin): New -z option.
5058 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
5059 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
5060 in DT_FLAGS_1.
5061
a9caad02
CC
50622008-09-05 Cary Coutant <ccoutant@google.com>
5063
5064 * fileread.cc (File_read::make_view): Add check for attempt to map
5065 beyond end of file.
5066
ae6dce4d
CC
50672008-09-05 Cary Coutant <ccoutant@google.com>
5068
5069 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
5070 explicit instantiations.
5071
d7ab2a47
KVH
50722008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
5073
5074 PR gold/6858
5075 * options.cc (General_options::finalize): Allow undefined symbols
5076 in shlibs if linking -shared.
5077
5078 PR gold/6859
5079 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
5080 symbols as not needing a dynsym entry.
5081
1e52a9c1
CS
50822008-08-20 Craig Silverstein <csilvers@google.com>
5083
5084 * fileread.cc (File_read::open): Do not lock the file unless it
5085 was successfully opened.
5086
d85c80a3
CC
50872008-08-14 Cary Coutant <ccoutant@google.com>
5088
5089 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
5090 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
5091 * testsuite/tls_test.cc (struct int128): 128-bit struct
5092 for testing TLS relocs with non-zero addend.
5093 (v12): New TLS variable.
5094 (t12): New test.
5095 (t_last): Add check for v12.
5096 * testsuite/tls_test.h (t12): New function.
5097 * testsuite/tls_test_main.cc (thread_routine): Call new test.
5098
2d924fd9
ILT
50992008-08-13 Ian Lance Taylor <iant@google.com>
5100
5101 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
5102 set tls_segment_ or relro_segment_.
5103 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
5104 when appropriate.
5105 * output.h (Output_section::clear_is_relro): New function.
5106 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
5107 sections specially even when output_data_ is empty.
5108 (Output_segment::maximum_alignment): When first section is relro,
5109 only force alignment for PT_LOAD segments.
5110 * script.cc (script_data_segment_align): New function.
5111 (script_data_segment_relro_end): New function.
5112 * script-c.h (script_data_segment_align): Declare.
5113 (script_data_segment_relro_end): Declare.
5114 * script-sections.h (class Script_sections): Declare
5115 data_segment_align and data_segment_relro_end. Add fields
5116 segment_align_index_ and saw_relro_end_.
5117 * script-sections.cc (class Sections_element): Add set_is_relro
5118 virtual function. Add new bool* parameter to place_orphan_here.
5119 Add get_output_section virtual function.
5120 (class Output_section_definition): Add set_is_relro. Add new
5121 bool* parameter to place_orphan_here. Add get_output_section.
5122 Add is_relro_ field.
5123 (Output_section_definition::Output_section_definition): Initialize
5124 evaluated_address_, evaluated_load_address, evaluated_addralign_,
5125 and is_relro_ fields.
5126 (Output_section_definition::place_orphan_here): Add is_relro
5127 parameter.
5128 (Output_section_definition::set_section_addresses): Set relro for
5129 output section.
5130 (Output_section_definition::alternate_constraint): Likewise.
5131 (class Orphan_output_section): Add new bool* parameter to
5132 place_orphan_here. Add get_output_section.
5133 (Orphan_output_section::place_orphan_here): Add is_relro
5134 parameter.
5135 (Script_sections::Script_sections): Initialize
5136 data_segment_align_index_ and saw_relro_end_.
5137 (Script_sections::data_segment_align): New function.
5138 (Script_sections::data_segment_relro_end): New function.
5139 (Script_sections::place_orphan): Set or clear is_relro.
5140 (Script_sections::set_section_addresses): Force alignment of first
5141 TLS section.
5142 * yyscript.y (exp): Call script_data_segment_align and
5143 script_data_segment_relro_end.
5144 * testsuite/relro_script_test.t: New file.
5145 * testsuite/relro_test.cc (using_script): Declare.
5146 (t1, t2): Test using_script.
5147 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
5148 (relro_script_test_SOURCES): Define.
5149 (relro_script_test_DEPENDENCIES): Define.
5150 (relro_script_test_LDFLAGS): Define.
5151 (relro_script_test_LDADD): Define.
5152 (relro_script_test.so): New target.
5153 * testsuite/Makefile.in: Rebuild.
5154
f827c9a9
CC
51552008-08-06 Cary Coutant <ccoutant@google.com>
5156
5157 * archive.cc (Archive::total_archives, Archive::total_members)
5158 (Archive::total_members_loaded): New variables.
5159 (Archive::setup): Add parameter. Add option to preread
5160 archive symbols.
5161 (Archive::read_armap): Add counter.
5162 (Archive::get_file_and_offset): New function.
5163 (Archive::get_elf_object_for_member): New function.
5164 (Archive::read_all_symbols): New function.
5165 (Archive::read_symbols): New function.
5166 (Archive::add_symbols): Add counters.
5167 (Archive::include_all_members): Use armap to find members if it's
5168 already built.
5169 (Archive::include_member): Skip reading symbols if already read.
5170 Factored code into Archive::get_file_and_offset and
5171 Archive::get_elf_object_for_member. Changed call to
5172 Mapfile::report_include_archive_member.
5173 (Archive::print_stats): New function.
5174 * archive.h: Declare Object and Read_symbols_data classes.
5175 (Archive::Archive): Add initializers for new members.
5176 (Archive::setup): Add parameter.
5177 (Archive::print_stats): New function.
5178 (Archive::total_archives, Archive::total_members)
5179 (Archive::total_members_loaded): New variables.
5180 (Archive::get_file_and_offset): New function.
5181 (Archive::get_elf_object_for_member): New function.
5182 (Archive::read_all_symbols): New function.
5183 (Archive::read_symbols): New function.
5184 (Archive::Archive_member): New class.
5185 (Archive::members_): New member.
5186 (Archive::num_members_): New member.
5187 * main.cc: Include archive.h.
5188 (main): Call Archive::print_stats.
5189 * mapfile.cc (Mapfile::report_include_archive_member): Delete
5190 archive parameter; member_name is now the fully-decorated name.
5191 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
5192 * options.h: (General_options): Add --preread-archive-symbols option.
5193 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
5194 Archive::setup.
5195
de4c45bd
ILT
51962008-08-04 Ian Lance Taylor <iant@google.com>
5197
5198 * symtab.h (Symbol::use_plt_offset): New function.
5199 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
5200 * powerpc.cc (Relocate::relocate): Likewise.
5201 * sparc.cc (Relocate::relocate): Likewise.
5202 * x86_64.cc (Relocate::relocate): Likewise.
5203 * testsuite/weak_plt.sh: New test.
5204 * testsuite/weak_plt_main.cc: New test.
5205 * testsuite/weak_plt_shared.cc: New test.
5206 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
5207 (check_PROGRAMS): Add weak_plt.
5208 (check_DATA): Add weak_plt_shared.so.
5209 (weak_plt_main_pic.o, weak_plt): New targets.
5210 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
5211 * testsuite/Makefile.in: Rebuild.
5212
5213 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
5214 gcctestdir/ld.
5215 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
5216 * testsuite/Makefile.in: Rebuild.
5217
323ee3f4
AM
52182008-08-04 Alan Modra <amodra@bigpond.net.au>
5219
5220 * Makefile.am (POTFILES.in): Set LC_ALL=C.
5221 * Makefile.in: Regenerate.
5222 * po/POTFILES.in: Regenerate.
5223
7c07ecec
ILT
52242008-07-29 Ian Lance Taylor <iant@google.com>
5225
5226 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
5227 symbols before other symbols.
5228 * testsuite/script_test_2.cc (test_addr): Declare.
5229 (test_addr_alias): Declare.
5230 (main): Check that test_addr and test_addr_alias have the right
cd536b21 5231 values.
7c07ecec
ILT
5232 * testsuite/script_test_2.t: Define test_addr_alias and
5233 test_addr.
5234
5778530e
ILT
52352008-07-24 Ian Lance Taylor <iant@google.com>
5236
2a00e4fb
ILT
5237 PR 5990
5238 * descriptors.cc: New file.
5239 * descriptors.h: New file.
5240 * gold-threads.h (class Hold_optional_lock): New class.
5241 * fileread.cc: Include "descriptors.h".
5242 (File_read::~File_read): Release descriptor rather than closing
5243 it.
5244 (File_read::open) [file]: Call open_descriptor rather than open.
5245 Set is_descriptor_opened_.
5246 (File_read::open) [memory]: Assert that descriptor is not open.
5247 (File_read::reopen_descriptor): New function.
5248 (File_read::release): Release descriptor.
5249 (File_read::do_read): Make non-const. Reopen descriptor.
5250 (File_read::read): Make non-const.
5251 (File_read::make_view): Reopen descriptor.
5252 (File_read::do_readv): Likewise.
5253 * fileread.h (class File_read): Add is_descriptor_opened_ field.
5254 Update declarations.
5255 * layout.cc: Include "descriptors.h".
5256 (Layout::create_build_id): Use open_descriptor rather than open.
5257 * output.cc: Include "descriptors.h".
5258 (Output_file::open): Use open_descriptor rather than open.
5259 * archive.cc (Archive::const_iterator): Change Archive to be
5260 non-const.
5261 (Archive::begin, Archive::end): Make non-const.
5262 (Archive::count_members): Likewise.
5263 * archive.h (class Archive): Update declarations.
5264 * object.h (Object::read): Make non-const.
5265 * Makefile.am (CCFILES): Add descriptors.cc.
5266 (HFILES): Add descriptors.h.
5267 * Makefile.in: Rebuild.
5268
801647d1
ILT
5269 PR 6716
5270 * gold.h: Always include <clocale>. Add Solaris workarounds
5271 following code in binutils/sysdep.h.
5272
5edd166e
ILT
5273 PR 6048
5274 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
5275 this->eh_frame_hdr_ is NULL before using it.
5276
c89ad728
ILT
5277 * dynobj.cc (Versions::Versions): Update comment.
5278
aa86f06b
ILT
5279 * dynobj.cc (Versions::Versions): If there is an soname, use it as
5280 the base version name.
5281
5778530e
ILT
5282 * stringpool.cc (Stringpool_template::add_with_length): Set key to
5283 array size plus one.
5284 (Stringpool_template::set_string_offsets): Subtract one from key
5285 before using it as an array index.
5286 (Stringpool_template::get_offset_with_length): Likewise.
5287 (Stringpool_template::write_to_buffer): Likewise.
5288 * stringpool.h (Stringpool_template::get_offset_from_key):
5289 Likewise.
5290
057ead22
ILT
52912008-07-23 Ian Lance Taylor <iant@google.com>
5292
7f649c59
ILT
5293 PR 6658
5294 * object.h (Merged_symbol_value::value): Do our best to handle a
5295 negative addend.
5296
057ead22
ILT
5297 PR 6647
5298 * script.cc (Version_script_info::get_versions): Don't add empty
5299 version tag to return value.
5300 (Version_script_info::get_symbol_version_helper): Change return
5301 type to bool. Add pversion parameter. Change all callers.
5302 (script_register_vers_node): Don't require a non-NULL tag.
5303 * script.h (class Version_script_info): Update declarations.
5304 (Version_script_info::get_symbol_version): Change return type to
5305 bool. Add version parameter. Change all callers.
5306 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
5307 handling. Handle an empty version from a version script.
5308 (Symbol_table::define_special_symbol): Likewise.
5309 * testsuite/ver_test_10.script: New file.
5310 * testsuite/ver_test_10.sh: New file.
5311 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
5312 (check_DATA): Add ver_test_10.syms.
5313 (ver_test_10.syms, ver_test_10.so): New target.
5314 * testsuite/Makefile.in: Rebuild.
5315
58e54ac2
CD
53162008-07-23 Simon Baldwin <simonb@google.com>
5317
5318 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
5319 to zero for undefined symbols from dynamic libraries.
5320
95d14cd3
ILT
53212008-07-23 Ian Lance Taylor <iant@google.com>
5322
5323 * symtab.cc (Symbol_table::resolve): Remove version parameter.
5324 Change all callers.
5325 * symtab.h (class Symbol_table): Update declaration.
5326 * testsuite/ver_test_9.cc: New file.
5327 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
5328 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
5329 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
5330 (ver_test_9.so, ver_test_9.o): New targets.
5331 * testsuite/Makefile.in: Rebuild.
5332
92de84a6
ILT
53332008-07-22 Ian Lance Taylor <iant@google.com>
5334
34810851
ILT
5335 * options.h (class General_options): Define --check-sections.
5336 * layout.cc (Layout::set_segment_offsets): Handle
5337 --check-sections.
5338
af6156ef
ILT
5339 * options.h (class General_options): Define -n/--nmagic and
5340 -N/--omagic.
5341 * options.cc (General_options::finalize): For -n/--nmagic or
5342 -N/--omagic, set -static.
5343 * layout.cc (Layout::attach_allocated_section_to_segment): If
5344 -N/--omagic, don't put read-only and read-write sections in
5345 different segments.
5346 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
5347 finding a read-only segment.
5348 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
5349 don't set the minimum segment alignment to the common page size,
5350 and don't set the file offset to the address modulo the page size.
5351 * script-sections.cc (Script_sections::create_segments): If
5352 -n/--omagic, don't put read-only and read-write sections in
5353 different segments.
5354
92de84a6
ILT
5355 * cref.cc: New file.
5356 * cref.h: New file.
5357 * options.h (class General_options): Add --print-symbol-counts.
5358 * main.cc (main): Issue defined symbol report if requested.
5359 * archive.cc (Archive::interpret_header): Make into a const member
5360 function.
5361 (Archive::add_symbols): Call Input_objects::archive_start and
5362 archive_stop.
5363 (Archive::const_iterator): Define new class.
5364 (Archive::begin, Archive::end): New functions.
5365 (Archive::include_all_members): Rewrite to use iterator.
5366 (Archive::count_members): New function.
5367 * archive.h (class Archive): Update declarations.
5368 (Archive::filename): New function.
5369 * object.cc: Include "cref.h".
5370 (Sized_relobj::Sized_relobj): Initialize defined_count_.
5371 (Sized_relobj::do_get_global_symbol_counts): New function.
5372 (Input_objects::add_object): Add object to cross-referencer.
5373 (Input_objects::archive_start): New function.
5374 (Input_objects::archive_stop): New function.
5375 (Input_objects::print_symbol_counts): New function.
5376 * object.h: Declare Cref and Archive.
5377 (Object::get_global_symbol_counts): New function.
5378 (Object::do_get_global_symbol_counts): New pure virtual function.
5379 (class Sized_relobj): Add defined_count_ field. Update
5380 declarations.
5381 (class Input_objects): Add cref_ field. Update constructor.
5382 Update declarations.
5383 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
5384 defined_count_.
5385 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
5386 symbol counts.
5387 (Sized_dynobj::do_get_global_symbol_counts): New function.
5388 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
5389 defined_count_. Update declarations. Define Symbols typedef.
5390 * symtab.cc (Symbol_table::add_from_relobj): Add defined
5391 parameter. Change all callers.
5392 (Symbol_table::add_from_dynobj): Add sympointers and defined
5393 parameters. Change all callers.
5394 * symtab.h (class Symbol_table): Update declarations.
5395 * Makefile.am (CCFILES): Add cref.cc.
5396 (HFILES): Add cref.h.
5397 * Makefile.in: Rebuild.
5398
3f7c5e1d
CD
53992008-07-22 Simon Baldwin <simonb@google.com>
5400
5401 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
5402 to zero when writing undefined symbols.
5403
e0b64032
ILT
54042008-07-22 Ian Lance Taylor <iant@google.com>
5405
5406 * output.cc (Output_section::add_input_section): Don't try to
5407 merge empty merge sections.
5408
096b02cf
CS
54092008-07-21 Craig Silverstein <csilvers@google.com>
5410
5411 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
5412 Include symbol version in error message.
cd536b21 5413
1d1f116d
CD
54142008-07-20 Chris Demetriou <cgd@google.com>
5415
cd536b21 5416 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
5417 (RANDOM_SEED_CFLAGS): New substituted variable.
5418 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
5419 * configure: Rebuild.
5420 * Makefile.in: Likewise.
5421 * testsuite/Makefile.in: Likewise.
5422
a18f591e
ILT
54232008-07-18 Ian Lance Taylor <iant@google.com>
5424
5425 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
5426 where we see NAME/NULL and NAME/VERSION as separate symbols.
5427 * testsuite/ver_test_main.cc (main): Call t4.
5428 (t4, t4_2a): Define.
5429 * testsuite/ver_test_2.cc (t4_2): Define.
5430 * testsuite/ver_test_2.script: Put t4_2a in VER2.
5431 * testsuite/ver_test_4.cc (t4_2a): Define.
5432 * testsuite/ver_test_4.script: Put t4_2a in VER2.
5433 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
5434
c6e3f6ed
ILT
54352008-07-17 Ian Lance Taylor <iant@google.com>
5436
5437 * dynobj.cc (Versions::add_def): If we give an error about a
5438 missing version, go ahead and create the version anyhow.
5439
ef9beddf
ILT
54402008-07-10 Ian Lance Taylor <iant@google.com>
5441
5442 Handle output sections with more than 0x7fffffff bytes.
5443 * object.h (class Relobj): Change map_to_output_ to
5444 output_sections_, and just keep a section pointer. Change all
5445 uses. Move comdat group support to Sized_relobj.
5446 (Relobj::is_section_specially_mapped): Remove.
5447 (Relobj::output_section): Remove poff parameter. Change all
5448 callers.
5449 (Relobj::output_section_offset): New function.
5450 (Relobj::set_section_offset): Rewrite.
5451 (Relobj::map_to_output): Remove.
5452 (Relobj::output_sections): New function.
5453 (Relobj::do_output_section_offset): New pure virtual function.
5454 (Relobj::do_set_section_offset): Likewise.
5455 (class Sized_relobj): Add section_offsets_ field. Add comdat
5456 group support from Relobj. Update declarations.
5457 (Sized_relobj::get_output_section_offset): New function.
5458 (Sized_relobj::do_output_section_offset): New function.
5459 (Sized_relobj::do_set_section_offset): New function.
5460 * object.cc (Relobj::output_section_address): Remove.
5461 (Sized_relobj::Sized_relobj): Initialize new fields.
5462 (Sized_relobj::include_section_group): Cast find_kept_object to
5463 Sized_relobj.
5464 (Sized_relobj::include_linkonce_section): Likewise.
5465 (Sized_relobj::do_layout): Use separate arrays for output section
5466 and output offset.
5467 (Sized_relobj::do_count_local_symbols): Change map_to_output to
5468 output_sections.
5469 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
5470 output_sections and section_offsets.
5471 (Sized_relobj::write_local_symbols): Likewise.
5472 (map_to_kept_section): Compute output address directly.
5473 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
5474 output_sections and section_offsets.
5475 (Sized_relobj::write_sections): Likewise.
5476 (Sized_relobj::relocate_sections): Likewise.
5477 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
5478 * output.h (class Output_reloc): Update declarations. Change
5479 u2_.relobj to Sized_relobj*.
5480 (class Output_data_reloc): Change add functions to use
5481 Sized_relobj*.
5482 * output.cc (Output_reloc::Output_reloc): Change relobj to
5483 Sized_relobj*.
5484 (Output_reloc::local_section_offset): Change return type to
5485 Elf_Addr. Use get_output_section_offset.
5486 (Output_reloc::get_address): Likewise.
5487 (Output_section::is_input_address_mapped): Don't call
5488 is_section_specially_mapped.
5489 (Output_section::output_offset): Likewise.
5490 (Output_section::output_address): Likewise.
5491 (Output_section::starting_output_address): Likewise.
5492 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
5493 parameter to Sized_relobj*.
5494 (Copy_relocs::need_copy_reloc): Likewise.
5495 (Copy_relocs::save): Likewise.
5496 * copy-relocs.h (class Copy_relocs): Update declarations.
5497 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
5498 Sized_relobj*. Change relobj_ field to Sized_relobj*.
5499 * target-reloc.h (relocate_for_relocatable): Change
5500 offset_in_output_section type to Elf_Addr. Change code that uses
5501 it as well.
5502 * layout.cc (Layout::layout): Always set *off.
5503 * mapfile.cc (Mapfile::print_input_section): Use
5504 output_section_offset.
5505 * i386.cc (Target_i386::copy_reloc): Change object parameter to
5506 Sized_relobj*.
5507 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
5508 * sparc.cc (Target_sparc::copy_reloc): Likewise.
5509 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
5510
5cb66f97
ILT
55112008-07-03 Ian Lance Taylor <iant@google.com>
5512
5513 * layout.cc (Layout::include_section): Do not discard unrecognized
5514 SHT_STRTAB sections.
5515
afe47622
CS
55162008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
5517
5518 * script.cc (Lex::can_continue_name): Make '?' allowable in
5519 version-script names.
5520 * testsuite/version_script.map: Change glob pattern to use '?'
5521
5adf9721
ILT
55222008-06-30 Manish Singh <yosh@gimp.org>
5523
5524 PR 6585
5525 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
5526 Correct typo.
5527
e6fde208
ILT
55282008-06-30 Ian Lance Taylor <iant@google.com>
5529
5530 PR 6660
5531 PR 6682
5532 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
5533 versions]: Don't try to read the value in the contents, since we
5534 don't use it. Use the template endianness when writing.
5535
3f2e6a2d
CC
55362008-06-25 Cary Coutant <ccoutant@google.com>
5537
5538 * fileread.cc (File_read::make_view): Assert on zero-length view.
5539 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
5540 symbol table when there are no symbols to read.
5541
c43d3a48
CS
55422008-06-23 Craig Silverstein <csilvers@google.com>
5543
5544 * version.cc (version_string): Bump to 1.7
5545
5f494ea0
CS
55462008-06-18 Craig Silverstein <csilvers@google.com>
5547
5548 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
5549 constant 0xFFFF to type Valtype.
5550 (Powerpc_relocate_functions::rel16_ha): Likewise.
5551
c42e122e
ILT
55522008-06-17 Ian Lance Taylor <iant@google.com>
5553
f34787f8
ILT
5554 * output.h (Output_section::Input_section): Initialize p2align_ to
5555 zero for Output_section_data constructors.
5556 (Output_section::Input_section::addralign): If not an input
5557 section, return the alignment of the Output_section_data.
5558 * testsuite/copy_test.cc: New file.
5559 * testsuite/copy_test_1.cc: New file.
5560 * testsuite/copy_test_2.cc: New file.
5561 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
5562 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
5563 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
5564 (copy_test_1_pic.o, copy_test_1.so): New targets.
5565 (copy_test_2_pic.o, copy_test_2.so): New targets.
5566 * testsuite/Makefile.in: Rebuild.
5567
c42e122e
ILT
5568 * script-sections.cc (Script_sections::place_orphan): Initialize
5569 local variable exact.
5570
ce3ac18a
DE
55712008-06-13 David Edelsohn <edelsohn@gnu.org>
5572
5573 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
5574
42cacb20
DE
55752008-06-12 David Edelsohn <edelsohn@gnu.org>
5576 David S. Miller <davem@davemloft.net>
5577
5578 * powerpc.cc: New file.
5579 * Makefile.am (TARGETSOURCES): Add powerpc.cc
5580 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
5581 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
5582 * Makefile.in: Rebuild.
5583
7b308235
ILT
55842008-06-09 Ian Lance Taylor <iant@google.com>
5585
5586 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
5587 <exception>.
5588 (throwing, orig_terminate): New static variables.
5589 (terminate_handler): New static function.
5590 (t2): Set terminate handler.
5591
f0b886e3
ILT
55922008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
5593
5594 PR 6584
cd536b21 5595 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
5596 alignment.
5597
3e90f135
CC
55982008-05-30 Cary Coutant <ccoutant@google.com>
5599
5600 * archive.cc (Archive::include_all_members) Correct to step
5601 over symbol table and extended name table in thin archives.
5602
e09ad04a
ILT
56032008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
5604
5605 PR 6407
5606 * target-reloc.h (relocate_for_relocatable): Fix new_offset
5607 calculation.
5608
62b01cb5
ILT
56092008-05-28 Caleb Howe <cshowe@google.com>
5610
5611 * reduced_debug_output.cc: New file.
5612 * reduced_debug_output.h: New file.
92de84a6 5613 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
5614 * options.cc (General_options::finalize): Add strip_debug_non_line
5615 to the strip heirarchy.
5616 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
5617 fields.
5618 * layout.cc: Include "reduced_debug_output.h".
5619 (Layout::Layout): Initialize new fields.
5620 (line_only_debug_sections): New static array.
5621 (is_lines_only_debug_sections): New static inline function.
5622 (Layout::include_section): Handle --strip-debug-non-line.
5623 (Layout::make_output_section): If --strip-debug-non-line, build
5624 new output sections for .debug_abbrev and .debug_info.
5625 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
5626 gold. Warn about possible overflow.
5627 (read_signed_LEB_128): Likewise.
5628 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
5629 (read_signed_LEB_128): Declare.
5630 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
5631 (HFILES): Add reduced_debug_output.h.
5632 * Makefile.in: Rebuild.
5633
7d9e3d98
ILT
56342008-05-21 Ian Lance Taylor <iant@google.com>
5635
5636 * mapfile.cc: New file.
5637 * mapfile.h: New file.
5638 * options.h (class General_options): Add -M/--print-map and -Map.
5639 * options.cc (General_options::finalize): Make -M equivalent to
5640 -Map -.
5641 * main.cc: Include <cstdio> and "mapfile.h".
5642 (main): Open mapfile if requested.
5643 * gold.cc (class Middle_runner): Add mapfile_ field. Update
5644 constructor. Change caller.
5645 (queue_initial_tasks): Add mapfile parameter. Change caller.
5646 (queue_middle_tasks): Likewise.
5647 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
5648 declarations.
5649 * archive.cc: Include "mapfile.h".
5650 (Archive::add_symbols): Add mapfile parameter. Change all
5651 callers. Pass mapfile, symbol, and reason to include_member.
5652 (Archive::include_all_members): Add mapfile parameter. Change all
5653 callers.
5654 (Archive::include_member): Add mapfile, sym, and why parameters.
5655 Change all callers. Report inclusion to map file.
5656 * archive.h: Include "fileread.h".
5657 (class Archive): Update declarations.
5658 (Archive::file): New const method.
5659 (class Add_archive_symbols): Add mapfile_ field. Update
5660 constructor. Change all callers.
5661 * readsyms.h (class Read_symbols): Likewise.
5662 (class Finish_group): Likewise.
5663 (class Read_script): Likewise.
5664 * common.cc: Include "mapfile.h".
5665 (Symbol_table::allocate_commons): Add mapfile parameter. Change
5666 all callers.
5667 (Symbol_table::do_allocate_commons): Likewise.
5668 (Symbol_table::do_allocate_commons_list): Likewise. Report common
5669 symbol allocation to mapfile.
5670 * common.h (class Allocate_commons_task): Add mapfile_ field.
5671 Update constructor. Change all callers.
5672 * symtab.h (class Symbol_table): Update declarations.
5673 * layout.cc: Include "mapfile.h".
5674 (Layout_task_runner::run): Print information to mapfile.
5675 (Layout::create_gold_note): Change Output_data_fixed_space to
5676 Output_data_zero_fill.
5677 (Layout::create_build_id): Likewise.
5678 (Layout::print_to_mapfile): New function.
5679 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
5680 constructor. Change caller.
5681 (class Layout): Declare print_to_mapfile.
5682 * output.cc (Output_section::Input_section::print_to_mapfile): New
5683 function.
5684 (Output_section::add_input_section): If producing a map, always
5685 add to input_sections_ list.
5686 (Output_section::do_print_to_mapfile): New function.
5687 (Output_segment::print_sections_to_mapfile): New function.
5688 (Output_segment::print_section_list_to_mapfile): New function.
5689 * output.h: Include "mapfile.h".
5690 (Output_data::print_to_mapfile): New function.
5691 (Output_data::do_print_to_mapfile): New virtual function.
5692 (Output_segment_headers::do_print_to_mapfile): New function.
5693 (Output_file_header::do_print_to_mapfile): New function.
5694 (Output_data_const::do_print_to_mapfile): New function.
5695 (class Output_data_const_buffer): Add map_name_ field. Update
5696 constructor. Change all callers. Add do_print_to_mapfile
5697 function.
5698 (class Output_data_fixed_space): Likewise.
5699 (class Output_data_space): Likewise.
5700 (class Output_data_zero_fill): New class.
5701 (Output_data_strtab::do_print_to_mapfile): New function.
5702 (Output_data_reloc_base::do_print_to_mapfile): New function.
5703 (Output_relocatable_relocs::do_print_to_mapfile): New function.
5704 (Output_data_group::do_print_to_mapfile): New function.
5705 (Output_data_got::do_print_to_mapfile): New function.
5706 (Output_data_dynamic::do_print_to_mapfile): New function.
5707 (Output_symtab_xindex::do_print_to_mapfile): New function.
5708 (class Output_section): Declare do_print_to_mapflie. Declare
5709 print_to_mapfile in Input_section.
5710 (class Output_segment): Declare new functions.
5711 * object.h (Sized_relobj::symbol_count): New function.
5712 * script-sections.cc
5713 (Output_section_element_dot_assignment::set_section_addresses):
5714 Change Output_data_fixed_space to Output_data_zero_fill.
5715 (Output_data_expression::do_print_to_mapfile): New function.
5716 * script.cc (read_input_script): Add mapfile parameter. Change
5717 all callers.
5718 * script.h (read_input_script): Update declaration.
5719 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
5720 (Eh_frame::do_print_to_mapfile): New function.
5721 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
5722 (Output_merge_string::do_print_to_mapfile): New function.
5723 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
5724 function.
5725 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
5726 function.
5727 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
5728 function.
5729 * Makefile.am (CCFILES): Add mapfile.cc.
5730 (HFILES): Add mapfile.h.
5731 * Makefile.in: Rebuild.
5732
9f1d377b
ILT
57332008-05-19 Ian Lance Taylor <iant@google.com>
5734
5735 * options.h (class General_options): Add -z relro.
5736 * layout.cc (Layout::Layout): Initialize relro_segment_.
5737 (Layout::add_output_section_data): Return the output section.
5738 (Layout::make_output_section): Rcognize relro sections and mark
5739 them appropriately.
5740 (Layout::attach_allocated_section_to_segment): Put relro sections
5741 in a PT_GNU_RELRO segment.
5742 (Layout::create_initial_dynamic_sections): Mark the .dynamic
5743 section as relro.
5744 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
5745 PT_TLS segments.
5746 (Layout::linkonce_mapping): Map d.rel.ro.local to
5747 .data.rel.ro.local.
5748 (Layout::output_section_name): Us .data.rel.ro.local for any
5749 section which begins with that.
5750 * layout.h (class Layout): Update add_output_section_data
5751 declaration. Add relro_segment_ field.
5752 * output.cc (Output_section::Output_section): Initialize is_relro_
5753 and is_relro_local_ fields.
5754 (Output_segment::add_output_section): Group relro sections.
5755 (Output_segment::is_first_section_relro): New function.
5756 (Output_segment::maximum_alignment): If there is a relro section,
5757 align the segment to the common page size.
5758 (Output_segment::set_section_addresses): Track whether we are
5759 looking at relro sections. If the last section is a relro
5760 section, align to the common page size.
5761 (Output_segment::set_section_list_addresses): Add in_relro
5762 parameter. Change all callers. Align to the page size when
5763 moving from relro to non-relro section.
5764 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
5765 segment.
5766 * output.h (class Output_section): Add is_relro_ and
5767 is_relro_local_ fields.
5768 (Output_section::is_relro): New function.
5769 (Output_section::set_is_relro): New function.
5770 (Output_section::is_relro_local): New function.
5771 (Output_section::set_is_relro_local): New function.
5772 (class Output_segment): Update declarations.
5773 * i386.cc (Target_i386::got_section): Mark .got section as relro.
5774 * sparc.cc (Target_sparc::got_section): Likewise.
5775 * x86_64.cc (Target_x86_64::got_section): Likewise.
5776 * testsuite/relro_test_main.cc: New file.
5777 * testsuite/relro_test.cc: New file.
5778 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
5779 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
5780 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
5781 (relro_test.so, relro_test_pic.o): New targets.
5782 * testsuite/Makefile.in: Rebuild.
5783
a984ee1d
ILT
57842008-05-16 Ian Lance Taylor <iant@google.com>
5785
01676dcd
ILT
5786 * output.cc (Output_segment::add_output_section): Remove front
5787 parameter.
5788 * output.h (class Output_segment): Remove
5789 add_initial_output_section and overloaded add_output_section.
5790 Update declaration of remaining add_output_section.
5791 * layout.cc (Layout::create_interp): Call add_output_section
5792 rather than add_initial_output_section.
5793 (Layout::finish_dynamic_section): Likewise.
5794
497897f9
ILT
5795 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
5796 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
5797 know the dynamic type.
5798 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
5799 field. Initialize it in constructor.
5800 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
5801 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
5802 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
5803 reloc.
5804
a984ee1d
ILT
5805 * output.cc (Output_reloc::get_address): Change return type to
5806 Elf_Addr.
5807 * output.h (class Output_reloc): Update get_address declaration.
5808 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
5809 for section addresses.
5810
55ba0940
ILT
58112008-05-09 Ian Lance Taylor <iant@google.com>
5812
5813 PR 6493
5814 * gold.cc (gold_nomem): Use return value of write.
5815
75517b77
ILT
58162008-05-08 Ian Lance Taylor <iant@google.com>
5817
5818 * symtab.c (Symbol::init_base_output_data): Add version
5819 parameter. Change all callers.
5820 (Symbol::init_base_output_segment): Likewise.
5821 (Symbol::init_base_constant): Likewise.
5822 (Symbol::init_base_undefined): Likewise.
5823 (Sized_symbol::init_output_data): Likewise.
5824 (Sized_symbol::init_output_segment): Likewise.
5825 (Sized_symbol::init_constant): Likewise.
5826 (Sized_symbol::init_undefined): Likewise.
5827 (Symbol_table::do_define_in_output_data): If the new symbol has a
5828 version, mark it as the default.
5829 (Symbol_table::do_define_in_output_segment): Likewise.
5830 (Symbol_table::do_define_as_constant): Likewise.
5831 * symtab.h (class Symbol): Update declarations.
5832 (class Sized_symbol): Likewise.
5833 * resolve.cc (Symbol::override_version): New function.
c42e122e 5834 (Symbol::override_base): Call override_version.
75517b77
ILT
5835 (Symbol::override_base_with_special): Likewise.
5836 * testsuite/ver_script_8.script: New file.
5837 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
5838 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
5839 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
5840 (ver_test_8_1.so, ver_test_8_2.so): New targets.
5841
f1f70eae
ILT
58422008-05-06 Ian Lance Taylor <iant@google.com>
5843
f3e9c5c5
ILT
5844 PR 6049
5845 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
5846 functions.
5847 (class General_options): Remove existing --undefined, and add
5848 --no-undefined instead. Add new --undefined as synonym for -u.
5849 * archive.cc (Archive::add_symbols): Check whether symbol was
5850 named with -u.
5851 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
5852 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
5853 all uses. Add IS_UNDEFINED. Update declarations to split
5854 different versions of init_base. Declare init_base_undefined.
5855 (Symbol::is_defined): Handle IS_UNDEFINED.
5856 (Symbol::is_undefined): Likewise.
5857 (Symbol::is_weak_undefined): Call is_undefined.
5858 (Symbol::is_absolute): Handle IS_CONSTANT.
5859 (class Sized_symbol): Update declarations to split different
5860 versions of init. Declare init_undefined.
5861 (class Symbol_table): Declare new functions.
5862 * symtab.cc (Symbol::init_base_object): Rename from init_base.
5863 Change all callers.
5864 (Symbol::init_base_output_data): Likewise.
5865 (Symbol::init_base_output_segment): Likewise.
5866 (Symbol::init_base_constant): Likewise.
5867 (Symbol::init_base_undefined): New function.
5868 (Sized_symbol::init_object): Rename from init. Change all
5869 callers.
5870 (Sized_symbol::init_output_data): Likewise.
5871 (Sized_symbol::init_output_segment): Likewise.
5872 (Sized_symbol::init_constant): Likewise.
5873 (Sized_symbol::init_undefined): New function.
5874 (Symbol_table::add_undefined_symbols_from_command_line): New
5875 function.
5876 (Symbol_table::do_add_undefined_symbols_from_command_line): New
5877 function.
5878 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
5879 (Symbol::output_section): Likewise.
5880 (Symbol::set_output_section): Likewise.
5881 (Symbol_table::sized_finalize_symbol): Likewise.
5882 (Symbol_table::sized_write_globals): Likewise.
5883 * resolve.cc (Symbol_table::should_override): Likewise.
5884 (Symbol::override_base_with_special): Likewise.
5885
8bdcdf2c
ILT
5886 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
5887 symbol, change it to have default visibility.
5888 * testsuite/protected_1.cc: New file.
5889 * testsuite/protected_2.cc: New file.
5890 * testsuite/protected_3.cc: New file.
5891 * testsuite/protected_main_1.cc: New file.
5892 * testsuite/protected_main_2.cc: New file.
5893 * testsuite/protected_main_3.cc: New file.
5894 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
5895 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
5896 (protected_1_LDFLAGS, protected_1_LDADD): Define.
5897 (protected_1.so): New target.
5898 (protected_1_pic.o, protected_2_pic.o): New targets.
5899 (protected_3_pic.o): New target.
5900 (check_PROGRAMS): Add protected_2.
5901 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
5902 (protected_2_LDFLAGS, protected_2_LDADD): Define.
5903 * testsuite/Makefile.in: Rebuild.
5904
2b706932
ILT
5905 * options.h (DEFINE_var): Add set_user_set_##varname__.
5906 (DEFINE_bool_alias): New macro.
5907 (class General_options): Define -Bstatic using DEFINE_bool_alias
5908 rather than DEFINE_special. Add --undefined as an alias for -z
5909 defs.
5910 * options.cc (General_options::parse_Bstatic): Remove.
5911
d82a5bcc
ILT
5912 * options.h (class General_options): Add --fatal-warnings.
5913 * main.cc (main): Implement --fatal-warnings.
5914 * errors.h (Errors::warning_count): New function.
5915
f1f70eae
ILT
5916 * options.h (class General_options): Add -Bsymbolic-functions.
5917 * symtab.h (Symbol::is_preemptible): Check for
5918 -Bsymbolic-functions.
5919
8825ac63
ILT
59202008-05-05 Ian Lance Taylor <iant@google.com>
5921
d98bc257
ILT
5922 * options.h (DEFINE_bool): For DASH_Z, create the negative option
5923 as noVARNAME rather than no-VARNAME.
5924 (class General_options): Add option -z combreloc.
5925 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
5926 get_address.
5927 (Output_reloc::sort_before) [SHT_REL]: New function.
5928 (Output_reloc::sort_before) [SHT_RELA]: New function.
5929 (class Output_data_reloc_base): Add sort_relocs_ field. Define
5930 Sort_relocs_comparison.
5931 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
5932 parameter. Change all callers.
5933 (Output_data_reloc::Output_data_reloc) [both versions]: Add
5934 sort_relocs parameter. Change all callers.
5935 * output.cc (Output_reloc::get_address): New function, broken out
5936 of write_rel.
5937 (Output_reloc::write_rel): Call it.
5938 (Output_reloc::compare): New function.
5939 (Output_data_reloc_base::do_write): Optionally sort relocs.
5940
60b2b4e7
ILT
5941 * configure.ac: If targ_extra_obj is set, link it in.
5942 * configure.tgt: Initialize all variables.
5943 (x86_64*): Set targ_extra_obj and targ_extra_size.
5944 * configure: Rebuild.
5945
8825ac63
ILT
5946 * object.cc (Sized_relobj::include_section_group): Adjust section
5947 indexes read from group data. Build vector to pass to
5948 layout_group.
5949 * layout.cc (Layout::layout_group): Add flags and shndxes
5950 parameters. Remove contents parameter. Change caller. Update
5951 explicit instantiations.
5952 * layout.h (class Layout): Update layout_group declaration.
5953 * output.cc (Output_data_group::Output_data_group): Add flags and
5954 input_shndxes parameters. Remove contents parameter. Change
5955 caller.
5956 (Output_data_group::do_write): Change input_sections_ to
5957 input_shndxes_.
5958 * output.h (class Output_data_group): Update constructor
5959 declaration. Rename input_sections_ to input_shndxes_.
5960 * testsuite/many_sections_test.cc: Add template.
5961
e94cf127
CC
59622008-04-30 Cary Coutant <ccoutant@google.com>
5963
4418b2d5
CC
5964 * target-reloc.h (relocate_section): Fix dead-pointer bug.
5965
e94cf127
CC
5966 * layout.cc (Layout::include_section): Refactored check for debug
5967 info section.
5968 (Layout::add_comdat): Add new parameters. Change type
5969 of signature parameter. Add object and shndx to signatures table.
5970 (Layout::find_kept_object): New function.
5971 * layout.h: Include <cstring>.
5972 (Layout::is_debug_info_section): New function.
5973 (Layout::add_comdat): Add new parameters.
5974 (Layout::find_kept_object): New function.
5975 (Layout::Kept_section): New struct.
5976 (Layout::Signatures): Change type of map range.
5977 * object.cc (Relobj::output_section_address): New function.
5978 (Sized_relobj::include_section_group): Add new parameters. Change
5979 calls to Layout::add_comdat. Change to build table of kept comdat
5980 groups and table mapping discarded sections to kept sections.
5981 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
5982 (Sized_relobj::do_layout): Change calls to include_section_group and
5983 include_linkonce_section.
5984 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
5985 value to zero when section is discarded.
5986 (Sized_relobj::map_to_kept_section): New function.
5987 * object.h (Relobj::output_section_address): New function.
5988 (Relobj::Comdat_group): New type.
5989 (Relobj::find_comdat_group): New function.
5990 (Relobj::Comdat_group_table): New type.
5991 (Relobj::Kept_comdat_section): New type.
5992 (Relobj::Kept_comdat_section_table): New type.
5993 (Relobj::add_comdat_group): New function.
5994 (Relobj::set_kept_comdat_section): New function.
5995 (Relobj::get_kept_comdat_section): New function.
5996 (Relobj::comdat_groups_): New field.
5997 (Relobj::kept_comdat_sections_): New field.
5998 (Symbol_value::input_value): Update comment.
5999 (Sized_relobj::map_to_kept_section) New function.
6000 (Sized_relobj::include_linkonce_section): Add new parameter.
6001 * target-reloc.h (Comdat_behavior): New type.
6002 (get_comdat_behavior): New function.
6003 (relocate_section): Add code to map a discarded section to the
6004 corresponding kept section when applying a relocation.
6005
e4e5049b
CS
60062008-04-30 Craig Silverstein <csilvers@google.com>
6007
6008 * dwarf_reader.cc (next_generation_count): New static var.
6009 (Addr2line_cache_entry): New struct.
6010 (addr2line_cache): New static var.
6011 (Dwarf_line_info::one_addr2line): Added caching.
6012 (Dwarf_line_info::clear_addr2line_cache): New function.
6013 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
6014 cache-size parameter.
6015 (Dwarf_line_info::one_addr2line_cache): New function.
6016 * symtab.cc (Symbol_table::detect_odr_violations): Pass
6017 new cache-size argument to one_addr2line(), and clear cache.
6018
d09e9154
CC
60192008-04-28 Cary Coutant <ccoutant@google.com>
6020
6021 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
6022 R_386_PC8 relocations.
6023
7ef73768
ILT
60242008-04-23 Ian Lance Taylor <iant@google.com>
6025
55438702
ILT
6026 * object.cc (Sized_relobj::include_section_group): Check for
6027 invalid section group.
6028
c165fb93
ILT
6029 * object.cc (make_elf_object): Correct test for 64-bit ELF file
6030 header size.
6031
7ef73768
ILT
6032 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
6033 than read for file header.
6034 * archive.cc (Archive::include_member): Likewise.
6035
6194aaab
L
60362008-04-23 Paolo Bonzini <bonzini@gnu.org>
6037
6038 * aclocal.m4: Regenerate.
6039 * configure: Regenerate.
6040
d491d34e
ILT
60412008-04-19 Ian Lance Taylor <iant@google.com>
6042
5ea2bac6
ILT
6043 * version.cc (version_string): Bump to 1.6.
6044
7bc3e21a
ILT
6045 * testsuite/Makefile.am (many_sections_r_test): New target.
6046 (many_sections_r_test_SOURCES): Remove.
6047 (many_sections_r_test_DEPENDENCIES): Remove.
6048 (many_sections_r_test_LDFLAGS): Remove.
6049 (many_sections_r_test_LDADD): Remove.
6050
7fcd3aa9
ILT
6051 * object.cc (Sized_relobj::do_add_symbols): Always pass
6052 local_symbol_count_ to add_from_relobj.
6053
4c94d6ae
ILT
6054 * testsuite/Makefile.am (many_sections_check.h): Only check one in
6055 every thousand variables.
6056 * testsuite/Makefile.in: Rebuild.
6057
d491d34e
ILT
6058 * object.cc (Xindex::initialize_symtab_xindex): New function.
6059 (Xindex::read_symtab_xindex): New function.
6060 (Xindex::sym_xindex_to_shndx): New function.
6061 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
6062 available.
6063 (Sized_relobj::do_initialize_xindex): New function.
6064 (Sized_relobj::do_read_symbols): Adjust section links.
6065 (Sized_relobj::symbol_section_and_value): Add is_ordinary
6066 parameter. Change all callers.
6067 (Sized_relobj::include_section_group): Adjust section links and
6068 symbol section indexes.
6069 (Sized_relobj::do_layout): Adjust section links.
6070 (Sized_relobj::do_count_local_symbols): Adjust section links and
6071 symbol section indexes.
6072 (Sized_relobj::do_finalize_local_symbols): Distinguish between
6073 ordinary and special symbols.
6074 (Sized_relobj::write_local_symbols): Add symtab_xindex and
6075 dynsym_xindex parameters. Change all callers. Adjust section
6076 links. Use SHN_XINDEX when needed.
6077 (Sized_relobj::get_symbol_location_info): Adjust section links.
6078 Don't get fooled by special symbols.
6079 * object.h (class Xindex): Define.
6080 (class Object): Add xindex_ parameter. Declare virtual functoin
6081 do_initialize_xindex.
6082 (Object::adjust_sym_shndx): New function.
6083 (Object::set_xindex): New protected function.
6084 (class Symbol_value): Add is_ordinary_shndx_ field.
6085 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
6086 (Symbol_value::value): Assert ordinary section.
6087 (Symbol_value::initialize_input_to_output_map): Likewise.
6088 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
6089 Change all callers.
6090 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
6091 all callers.
6092 (class Sized_relobj): Update declarations.
6093 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
6094 parameter. Change all callers.
6095 (Sized_relobj::adjust_shndx): New function.
6096 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
6097 field.
6098 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
6099 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
6100 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
6101 (Sized_dynobj::read_dynsym_section): Adjust section links.
6102 (Sized_dynobj::read_dynamic): Likewise.
6103 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
6104 section links.
6105 (Sized_dynobj::do_initialize_xindex): New function.
6106 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
6107 do_initialize_xindex.
6108 (Sized_dynobj::adjust_shndx): New function.
6109 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
6110 dynsym_xindex_ fields.
6111 (Layout::finalize): Add a call to set_section_indexes before
6112 creating the symtab sections.
6113 (Layout::set_section_indexes): Don't do anything if the section
6114 already has a section index.
6115 (Layout::create_symtab_sections): Add shnum parameter. Change
6116 caller. Create .symtab_shndx section if needed.
6117 (Layout::create_shdrs): Add shstrtab_section parameter. Change
6118 caller.
6119 (Layout::allocated_output_section_count): New function.
6120 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
6121 needed.
6122 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
6123 fields. Update declarations.
6124 (Layout::symtab_xindex): New function.
6125 (Layout::dynsym_xindex): New function.
6126 (class Write_symbols_task): Add layout_ field.
6127 (Write_symbols_task::Write_symbols_task): Add layout parameter.
6128 Change caller.
6129 * output.cc (Output_section_headers::Output_section_headers): Add
6130 shstrtab_section parameter. Change all callers.
6131 (Output_section_headers::do_sized_write): Store overflow values
6132 for section count and section string table section index in
6133 section header zero.
6134 (Output_file_header::do_sized_write): Check for overflow of
6135 section count and section string table section index.
6136 (Output_symtab_xindex::do_write): New function.
6137 (Output_symtab_xindex::endian_do_write): New function.
6138 * output.h (class Output_section_headers): Add shstrtab_section_.
6139 Update declarations.
6140 (class Output_symtab_xindex): Define.
6141 (Output_section::has_out_shndx): New function.
6142 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
6143 field.
6144 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
6145 Change all callers.
6146 (Sized_symbol::init): Likewise.
6147 (Symbol::output_section): Check for ordinary symbol.
6148 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
6149 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
6150 callers.
6151 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
6152 Change all callers. Simplify handling of symbols from sections
6153 not included in the link.
6154 (Symbol_table::add_from_dynobj): Handle ordinary symbol
6155 distinction.
6156 (Weak_alias_sorter::operator()): Assert that symbols are
6157 ordinary.
6158 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
6159 distinction.
6160 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
6161 parameters. Change all callers.
6162 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
6163 symbol distinction. Use SHN_XINDEX when needed.
6164 (Symbol_table::write_section_symbol): Add symtab_xindex
6165 parameter. Change all callers.
6166 (Symbol_table::sized_write_section_symbol): Likewise. Use
6167 SHN_XINDEX when needed.
6168 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
6169 declarations.
6170 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
6171 (Symbol::is_defined): Check is_ordinary.
6172 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
6173 (Symbol::is_absolute, Symbol::is_common): Likewise.
6174 (class Sized_symbol): Update declarations.
6175 (class Symbol_table): Update declarations.
6176 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
6177 parameters. Change all callers.
6178 (Sized_symbol::override): Likewise.
6179 (Symbol_table::override): Likewise.
6180 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
6181 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
6182 is_ordinary, and orig_st_shndx parameters. Change all callers.
6183 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
6184 to be in an ordinary section.
6185 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
6186 object and is_ordinary parameters. Change all callers.
6187 (Sized_dwarf_line_info::read_relocs): Add object parameter.
6188 Change all callers. Don't add undefined or non-ordinary symbols
6189 to reloc_map_.
6190 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
6191 Change all callers.
6192 * dwarf_reader.h (class Sized_dwarf_line_info): Update
6193 declarations.
6194 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
6195 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
6196 (Sized_relobj::relocate_sections): Likewise.
6197 * target-reloc.h (scan_relocs): Adjust section symbol index.
6198 (scan_relocatable_relocs): Likewise.
6199 * i386.cc (Scan::local): Check for ordinary symbols.
6200 * sparc.cc (Scan::local): Likewise.
6201 * x86_64.cc (Scan::local): Likewise.
6202 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
6203 to symbol_section_and_value.
6204 * testsuite/many_sections_test.cc: New file.
6205 * testsuite/Makefile.am (BUILT_SOURCES): Define.
6206 (check_PROGRAMS): Add many_sections_test.
6207 (many_sections_test_SOURCES): Define.
6208 (many_sections_test_DEPENDENCIES): Define.
6209 (many_sections_test_LDFLAGS): Define.
6210 (BUILT_SOURCES): Add many_sections_define.h.
6211 (many_sections_define.h): New target.
6212 (BUILT_SOURCES): Add many_sections_check.h.
6213 (many_sections_check.h): New target.
6214 (check_PROGRAMS): Add many_sections_r_test.
6215 (many_sections_r_test_SOURCES): Define.
6216 (many_sections_r_test_DEPENDENCIES): Define.
6217 (many_sections_r_test_LDFLAGS): Define.
6218 (many_sections_r_test_LDADD): Define.
6219 (many_sections_r_test.o): New target.
6220 * testsuite/Makefile.in: Rebuild.
6221
c5818ff1
CC
62222008-04-17 Cary Coutant <ccoutant@google.com>
6223
6224 * errors.cc (Errors::info): New function.
6225 (gold_info): New function.
6226 * errors.h (Errors::info): New function.
6227 * gold.h (gold_info): New function.
6228 * object.cc (Input_objects::add_object): Print trace output.
6229 * options.cc (options::parse_set): New function.
6230 (General_options::parse_wrap): Deleted.
6231 (General_options::General_options): Deleted initializer.
6232 * options.h (options::String_set): New typedef.
6233 (options::parse_set): New function.
6234 (DEFINE_set): New macro.
6235 (General_options::wrap): Changed to use DEFINE_set. Changed
6236 callers of any_wrap_symbols and is_wrap_symbol.
6237 (General_options::trace, General_options::trace_symbol):
6238 New options.
6239 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
6240 (General_options::wrap_symbols_): Deleted.
6241 * symtab.cc (Symbol_table::add_from_object): Print trace output.
6242
b5be4a7c
DM
62432008-04-17 David S. Miller <davem@davemloft.net>
6244
6245 * options.cc (General_options::parse_V): New function.
6246 * options.h: Add entries for -V and -Qy.
6247
155a0dd7
ILT
62482008-04-17 Ian Lance Taylor <iant@google.com>
6249
6250 * common.cc (Symbol_table::allocate_commons): Remove options
6251 parameter. Change caller.
6252 (Symbol_table::do_allocate_commons): Remove options parameter.
6253 Change caller. Just call do_allocate_commons_list twice.
6254 (Symbol_table::do_allocate_commons_list): New function, broken out
6255 of do_allocate_commons.
6256 * common.h (class Allocate_commons_task): Remove options_ field.
6257 Update constructor.
6258 * symtab.cc (Symbol_table::Symbol_table): Initialize
6259 tls_commons_.
6260 (Symbol_table::add_from_object): Put TLS common symbols on
6261 tls_commons_ list.
6262 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
6263 which are IN_OUTPUT_DATA.
6264 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
6265 allocate_commons and do_allocate_commons declarations. Declare
6266 do_allocate_commons_list.
6267 * gold.cc (queue_middle_tasks): Update creation of
6268 Allocate_commons_task to not pass options.
6269 * testsuite/Makefile.am (INCLUDES): Add -I.. .
6270 (TLS_TEST_C_FLAGS): New variable.
6271 (tls_test_c_pic.o): New target.
6272 (tls_test_shared.so): Link in tls_test_c_pic.o.
6273 (tls_test_c_pic_ie.o): New target.
6274 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
6275 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
6276 (tls_test_c.o): New target.
6277 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
6278 (tls_pic_test_LDADD): Likewise.
6279 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
6280 (tls_shared_gd_to_ie_test_LDADD): Likewise.
6281 (tls_test_c_gnu2.o): New target.
6282 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
6283 tls_test_c_gnu2.o.
6284 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
6285 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
6286 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
6287 * testsuite/tls_test.cc: Include "config.h".
6288 (t_last): Call t11_last.
6289 * testsuite/tls_test.h (t11, t11_last): Declare.
6290 * testsuite/tls_test_c.c: New file.
6291 * testsuite/tls_test_main.cc (thread_routine): Call t11.
6292 * configure.ac: Check for OpenMP support.
6293 * configure, config.in, Makefile.in: Rebuild.
6294 * testsuite/Makefile.in: Rebuild.
6295
edfbb029
CC
62962008-04-16 Cary Coutant <ccoutant@google.com>
6297
6298 * i386.cc (Target_i386::define_tls_base_symbol): New function.
6299 (Target_i386::tls_base_symbol_defined_): New field.
6300 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
6301 (Target_i386::Scan::global): Likewise.
6302 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
6303 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
6304 (Target_x86_64::tls_base_symbol_defined_): New field.
6305 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
6306 (Target_x86_64::Scan::global): Likewise.
6307
f3c69fca
CC
63082008-04-16 Cary Coutant <ccoutant@google.com>
6309
6310 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
6311 (Symbol::needs_plt_entry): Allow weak undefined symbols.
6312 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
6313 building shared libraries.
6314 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
6315 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
6316 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
6317 * testsuite/Makefile.in: Rebuild.
6318 * testsuite/weak_undef.h: New file.
6319 * testsuite/weak_undef_file1.cc: Add extra test cases.
6320 * testsuite/weak_undef_file2.cc: Likewise.
6321 * testsuite/weak_undef_test.cc: Likewise.
6322
7c414435
DM
63232008-04-16 David S. Miller <davem@davemloft.net>
6324
32b769e1
DM
6325 * sparc.cc (Target_sparc::Scan): Change from struct to class.
6326 Add issued_non_pic_error_ field. Declare check_non_pic.
6327 (Target_sparc::Scan::check_non_pic): New function.
6328 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
6329 (Target_sparc::Scan::global): Likewise.
6330
11936fb1
DM
6331 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
6332 * configure: Rebuild.
6333
7c414435
DM
6334 * options.h (DEFINE_enable): New macro.
6335 (new_dtags): New enable option.
6336 (initfirst, interpose, loadfltr, nodefaultlib,
6337 nodelete, nodlopen, nodump): New -z options.
6338 * layout.cc (Layout:finish_dynamic_section): If new
6339 dtags enabled, emit DT_RUNPATH. Also, emit a
6340 DT_FLAGS_1 containing any specified -z flags.
6341
85c7bf8b
ILT
63422008-04-16 Ian Lance Taylor <iant@google.com>
6343
12c0daef
ILT
6344 * copy-relocs.cc: New file.
6345 * copy-relocs.h: New file.
6346 * reloc.cc: Remove Copy_relocs code.
6347 * reloc.h: Likewise.
6348 * reloc-types.h (struct Reloc_types) [both versions]: Add
6349 get_reloc_addend_noerror.
6350 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
6351 variants of add_global which take an addend which must be zero.
6352 * i386.cc: Include "copy-relocs.h".
6353 (class Target_i386): Change type of copy_relocs_ to variable,
6354 update initializer.
6355 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
6356 Change all callers.
6357 (Target_i386::do_finalize_sections): Change handling of
6358 copy_relocs_.
6359 * sparc.cc: Include "copy-relocs.h".
6360 (class Target_sparc): Change type of copy_relocs_ to variable,
6361 update initializer.
6362 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
6363 Change all callers.
6364 (Target_sparc::do_finalize_sections): Change handling of
6365 copy_relocs_.
6366 * x86_64.cc: Include "copy-relocs.h".
6367 (class Target_x86_64): Change type of copy_relocs_ to variable,
6368 update initializer.
6369 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
6370 class. Change all callers.
6371 (Target_x86_64::do_finalize_sections): Change handling of
6372 copy_relocs_.
6373 * Makefile.am (CCFILES): Add copy-relocs.cc.
6374 (HFILES): Add copy-relocs.h.
6375
4f4995b6
ILT
6376 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
6377
85c7bf8b
ILT
6378 * testsuite/script_test_4.sh: Permit leading zeroes.
6379
4f2a9edd
ILT
63802008-04-15 Ian Lance Taylor <iant@google.com>
6381
e6188289
ILT
6382 * script-sections.cc (Script_sections::create_segments): Use
6383 header_size_adjustment even when there is enough room for the
6384 headers.
6385 * testsuite/script_test_4.sh: New file.
6386 * testsuite/script_test_4.t: New file.
6387 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
6388 (check_DATA): Add script_test_4.stdout.
6389 (MOSTLYCLEANFILES): Likewise.
6390 (script_test_4): New target.
6391 (script_test_4.stdout): New target.
6392 * testsuite/Makefile.in: Rebuild.
6393
4f2a9edd
ILT
6394 * sparc.cc: Add definitions for Output_data_plt_sparc class
6395 constants.
6396
f5314dd5
DM
63972008-04-14 David S. Miller <davem@davemloft.net>
6398
6399 * sparc.cc: New file.
6400 * Makefile.am (TARGETSOURCES): Add sparc.cc
6401 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
6402 * configure.tgt: Document targ_extra_size and
6403 targ_extra_big_endian. Add entries for sparc-* and
6404 sparc64-*.
6405 * configure.ac: Handle targ_extra_size and
6406 targ_extra_big_endian.
6407 * Makefile.in: Rebuild.
6408 * configure: Likewise.
6409 * po/POTFILES.in: Likewise.
6410 * po/gold.pot: Likewise.
6411
154e0e9a
ILT
64122008-04-14 Ian Lance Taylor <iant@google.com>
6413
6414 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
6415 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
6416 in the name/type/flags to section mapping. Don't call
6417 allocate_output_section.
6418 (Layout::choose_output_section): Change parameter from adjust_name
6419 to is_input_section. Don't permit input sections after sections
6420 are attached to segments. Don't call allocate_output_section.
6421 (Layout::layout_eh_frame): Call update_flags_for_input_section,
6422 not write_enable_output_section.
6423 (Layout::make_output_section): Don't push to
6424 unattached_section_list_ nor call attach_to_segment. Call
6425 attach_section_to_segment if sections are attached.
6426 (Layout::attach_sections_to_segments): New function.
6427 (Layout::attach_section_to_segment): New function.
6428 (Layout::attach_allocated_section_to_segment): Rename from
6429 attach_to_segment. Remove flags parameter.
6430 (Layout::allocate_output_section): Remove function.
6431 (Layout::write_enable_output_section): Remove function.
6432 * layout.h (class Layout): Update for above changes. Add new
6433 field sections_are_attached_.
6434 * output.h (Output_section::update_flags_for_input_section): New
6435 function.
6436 * output.cc (Output_section::add_input_section): Call
6437 update_flags_for_input_section.
6438 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
6439
009a67a2
CC
64402008-04-11 Cary Coutant <ccoutant@google.com>
6441
6442 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
6443 thought unnecessary.
6444 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
6445
759b1a24
ILT
64462008-04-11 Ian Lance Taylor <iant@google.com>
6447
6448 * output.h (class Output_section_data): Remove inline definition
6449 of set_addralign.
6450 * output.cc (Output_section_data::set_addralign): New function.
6451
c2b45e22
CC
64522008-04-11 Cary Coutant <ccoutant@google.com>
6453
6454 Add support for TLS descriptors for i386 and x86_64.
6455 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
6456 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
6457 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
6458 GOT_TYPE_TLS_DESC.
6459 (Target_i386::got_mod_index_entry): Remove unnecessary code.
6460 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
6461 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
6462 relocations.
6463 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
6464 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
6465 Fix problem with initial-exec relocations.
6466 (Target_i386::Relocate::relocate_tls): Likewise.
6467 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
6468 relaxation.
6469 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
6470 support for section-plus-offset dynamic table entries.
6471 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
6472 (Output_data_dynamic::Dynamic_entry): Add support for
6473 section-plus-offset dynamic table entries.
6474 (Output_data_dynamic::Classification): Likewise.
6475 (Output_data_dynamic::classification_): Renamed offset_.
6476 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
6477 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
6478 (Target_x86_64::make_plt_section): New function.
6479 (Target_x86_64::reserve_tlsdesc_entries): New function.
6480 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
6481 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
6482 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
6483 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
6484 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
6485 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
6486 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
6487 add extra PLT entry for TLS descriptors.
6488 (Output_data_plt_x86_64::got_): New field.
6489 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
6490 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
6491 fields.
6492 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
6493 descriptors.
6494 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
6495 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
6496 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
6497 R_386_TLS_DESC_CALL relocations.
6498 (Target_x86_64::Scan::global): Likewise.
6499 (Target_x86_64::do_finalize_sections): Add dynamic table entries
6500 for TLS descriptors.
6501 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
6502 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
6503 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
6504 GD-to-IE relaxation.
6505 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
6506 and TLS_DESCRIPTORS.
6507 * Makefile.in: Rebuild.
6508 * configure: Rebuild.
6509 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
6510 (tls_test_shared2.so): New target.
6511 (tls_shared_gd_to_ie_test_SOURCES): New variable.
6512 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
6513 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
6514 (tls_shared_gd_to_ie_test_LDADD): New variable.
6515 (tls_shared_gnu2_gd_to_ie_test): New target.
6516 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
6517 New targets.
6518 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
6519 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
6520 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
6521 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
6522 (tls_shared_gnu2_test): New target.
6523 (tls_test_gnu2_shared.so): New target.
6524 (tls_shared_gnu2_test_SOURCES): New variable.
6525 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
6526 (tls_shared_gnu2_test_LDFLAGS): New variable.
6527 (tls_shared_gnu2_test_LDADD): New variable.
6528 * testsuite/Makefile.in: Rebuild.
6529 * testsuite/Makefile.
6530
83bfb6b7
ILT
65312008-04-11 Ian Lance Taylor <iant@google.com>
6532
6533 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
6534 justsyms.t.
6535 * testsuite/Makefile.in: Rebuild.
6536
6537 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
6538 long.
6539 * testsuite/script_test_2.cc (main): Adjust test.
6540
706e1f5e
ILT
65412008-04-11 David S. Miller <davem@davemloft.net>
6542 Ian Lance Taylor <iant@google.com>
6543
6544 * options.h (General_options): Add entries for '-Y' and
6545 '-relax'.
6546 * options.cc (General_options:finalize): If -Y was used, add those
6547 entries to the library path instead of the default "/lib" and
6548 "/usr/lib".
6549
7c98e6bb
DM
65502008-04-11 David S. Miller <davem@davemloft.net>
6551
6552 * testsuite/justsyms.t: Start at 0x100.
6553 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
6554 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
6555 long.
6556 * testsuite/script_test_2.cc: Adjust string and section length
6557 checks.
7c98e6bb 6558
99a37bfd
ILT
65592008-04-09 Ian Lance Taylor <iant@google.com>
6560
2cefc357
ILT
6561 PR gold/5996
6562 * script-sections.cc (Sections_element::allocate_to_segment): Add
6563 orphan parameter.
6564 (Output_section_definition::allocate_to_segment): Likewise.
6565 (Orphan_output_section::allocate_to_segment): Likewise.
6566 (Script_sections::attach_sections_using_phdrs_clause): Don't
6567 propagate non-PT_LOAD segments to orphan sections.
6568 * testsuite/Makefile.am (script_test_3.stdout): Generate using
6569 readelf rather than objdump.
6570 * testsuite/script_test_3.sh: Adjust accordingly. Test that
6571 .interp section and PT_INTERP segment are the same size.
6572 * testsuite/Makefile.in: Rebuild.
6573
99a37bfd
ILT
6574 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
6575 aliases for symbols defined in the same object.
6576 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
6577 (weak_alias_test_SOURCES): New variable.
6578 (weak_alias_test_DEPENDENCIES): New variable.
6579 (weak_alias_test_LDFLAGS): New variable.
6580 (weak_alias_test_LDADD): New variable.
6581 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
6582 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
6583 (weak_alias_test_3.o): New target.
6584 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
6585 * testsuite/weak_alias_test_main.cc: New file.
6586 * testsuite/weak_alias_test_1.cc: New file.
6587 * testsuite/weak_alias_test_2.cc: New file.
6588 * testsuite/weak_alias_test_3.cc: New file.
6589
780e49c5
ILT
65902008-04-08 Ian Lance Taylor <iant@google.com>
6591
cdb0b8f5
ILT
6592 * options.h (class General_options): Add --noinhibit-exec option.
6593 * main.cc (main): Check --noinhibit-exec.
6594
0864d551
ILT
6595 * options.h (class General_options): Define --wrap as a special
6596 option. Add wrap_symbols_ field.
6597 (General_options::any_wrap_symbols): New function.
6598 (General_options::is_wrap_symbol): New function.
6599 * options.cc (General_options::parse_wrap): New function.
6600 (General_options::General_options): Initialize wrap_symbols_.
6601 * symtab.cc (Symbol_table::wrap_symbol): New function.
6602 (Symbol_table::add_from_object): Handle --wrap.
6603 * symtab.h (class Symbol_table): Declare wrap_symbol.
6604 * target.h (Target::wrap_char): New function.
6605 (Target::Target_info): Add wrap_char field.
6606 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
6607 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
6608 * testsuite/testfile.cc (Target_test::test_target_info):
6609 Likewise.
6610
789aa6de
ILT
6611 * errors.cc (Errors::undefined_symbol): Mention symbol version if
6612 there is one.
6613
2c38906f
ILT
6614 * layout.h (class Layout): Add added_eh_frame_data_ field.
6615 * layout.cc (Layout::Layout): Initialize new field.
6616 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
6617 output section until we find a section we merged successfully.
6618 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
6619 that the size be non-zero.
6620
780e49c5
ILT
6621 * merge.cc (Object_merge_map::get_output_offset): Remove inline
6622 qualifier.
6623
7fcd0256
ILT
66242008-04-08 Craig Silverstein <csilvers@google.com>
6625
6626 * configure.ac: Export new conditional variable HAVE_ZLIB.
6627 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
6628 on HAVE_ZLIB.
6629 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
6630 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
6631
6835af53
ILT
66322008-04-07 Ian Lance Taylor <iant@google.com>
6633
e24f324c
ILT
6634 * version.cc (version_string): Set to "1.5".
6635
a036edd8
ILT
6636 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
6637 Add issued_non_pic_error_ field. Declare check_non_pic.
6638 (Target_x86_64::Scan::check_non_pic): New function.
6639 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
6640 (Target_x86_64::Scan::global): Likewise.
6641
624f8810
ILT
6642 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
6643 addend parameter. Change caller. Handle merge sections.
6644 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
6645 Address to Addend. Don't add in the result of
6646 local_section_offset, pass down the addend and use the returned
6647 value.
6648 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
6649 Update declarations of local_section_offset and symbol_value.
6650 * testsuite/two_file_test_1.cc (t18): New function.
6651 * testsuite/two_file_test_2.cc (f18): New function.
6652 * testsuite/two_file_test_main.cc (main): Call t18.
6653 * testsuite/two_file_test.h (t18, f18): Declare.
6654
6835af53
ILT
6655 * configure.ac: Don't test for objdump, c++filt, or readelf.
6656 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
6657 conditionals.
6658 (TEST_READELF): New variable.
6659 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
6660 (check_PROGRAMS): Add two_file_strip_test.
6661 (two_file_strip_test): New target.
6662 (check_PROGRAMS): Add two_file_same_shared_strip_test.
6663 (two_file_same_shared_strip_test_SOURCES): New variable.
6664 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
6665 (two_file_same_shared_strip_test_LDFLAGS): New variable.
6666 (two_file_same_shared_strip_test_LDADD): New variable.
6667 (two_file_shared_strip.so): New target.
6668 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
6669 (ver_test_5.syms, ver_test_7.syms): Likewise.
6670 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
6671 (strip_test_3.stdout): Use TEST_OBJDUMP.
6672 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
6673
86925eef
CC
66742008-04-04 Cary Coutant <ccoutant@google.com>
6675
6676 * symtab.h (Symbol::is_weak_undefined): New function.
6677 (Symbol::is_strong_undefined): New function.
6678 (Symbol::is_absolute): New function.
6679 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
6680 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
6681 absolute symbols.
6682 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
6683 (weak_undef_test): New target.
6684 * testsuite/Makefile.in: Rebuild.
6685 * testsuite/weak_undef_file1.cc: New file.
6686 * testsuite/weak_undef_file2.cc: New file.
6687 * testsuite/weak_undef_test.cc: New file.
6688
126f3ece
ILT
66892008-04-03 Craig Silverstein <csilvers@google.com>
6690
6691 * compressed_output.h (class Output_compressed_section): Use
6692 unsigned buffer.
6693 * compressed_output.cc (zlib_compress): Use unsigned buffers,
6694 add zlib header.
6695 (zlib_compressed_suffix): Removed.
6696 (Output_compressed_section::set_final_data_size): Use unsigned
6697 buffers.
6698 * testsuite/Makefile.am (flagstest_compress_debug_sections):
6699 Fix linker invocation.
6700 (flagstest_o_specialfile_and_compress_debug_sections):
6701 Likewise.
6702 * testsuite/Makefile.in: Regenerated.
6703
deae2a14
DM
67042008-04-02 David S. Miller <davem@davemloft.net>
6705
6706 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
6707 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
6708
70752818
ILT
67092008-04-02 Craig Silverstein <csilvers@google.com>
6710
6711 * TODO: New file.
6712
39d0cb0e
ILT
67132008-04-02 Ian Lance Taylor <iant@google.com>
6714
6715 * fileread.cc (File_read::find_view): Add byteshift and vshifted
6716 parameters. Update for new key type to views_. Change all
6717 callers.
6718 (File_read::read): Adjust for byteshift in returned view.
6719 (File_read::add_view): New function, broken out of
6720 find_and_make_view.
6721 (File_read::make_view): New function, broken out of
6722 find_and_make_view.
6723 (File_read::find_or_make_view): Add offset and aligned
6724 parameters. Rewrite accordingly. Change all callers.
6725 (File_read::get_view): Add offset and aligned parameters. Adjust
6726 for byteshift in return value.
6727 (File_read::get_lasting_view): Likewise.
6728 * fileread.h (class File_read): Update declarations.
6729 (class File_read::View): Add byteshift_ field. Add byteshift to
6730 constructor. Add byteshift method.
6731 * archive.h (Archive::clear_uncached_views): New function.
6732 (Archive::get_view): Add aligned parameter. Change all callers.
6733 * object.h (Object::get_view): Add aligned parameter. Change all
6734 callers.
6735 (Object::get_lasting_view): Likewise.
6736
6737 * fileread.cc (File_read::release): Don't call clear_views if
6738 there are multiple objects.
6739 * fileread.h (File_read::clear_uncached_views): New function.
6740 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
6741 on the archive.
6742
a1207466
CC
67432008-03-31 Cary Coutant <ccoutant@google.com>
6744
6745 Add thin archive support.
6746 * archive.cc (Archive::armagt): New const.
6747 (Archive::setup): Remove task parameter and calls to unlock.
6748 (Archive::unlock_nested_archives): New function.
6749 (Archive::read_header): Add nested_off parameter. Change
6750 all callers.
6751 (Archive::interpret_header): Likewise.
6752 (Archive::include_all_members): Change to handle thin
6753 archives.
6754 (Archive::include_member): Likewise.
6755 * archive.h (Archive::Archive): Add new parameters and
6756 initializers.
6757 (Archive::armagt): New const.
6758 (Archive::setup): Remove task parameter.
6759 (Archive::unlock_nested_archives): New function.
6760 (Archive::read_header): Add nested_off parameter.
6761 (Archive::interpret_header): Likewise.
6762 (Archive::Nested_archive_table): New typedef.
6763 (Archive::is_thin_archive_): New field.
6764 (Archive::nested_archives_): New field.
6765 (Archive::options_): New field.
6766 (Archive::dirpath_): New field.
6767 (Archive::task_): New field.
6768 * readsyms.cc (Read_symbols::do_read_symbols): Add check
6769 for thin archives. Pass additional parameters to
6770 Archive::Archive. Unlock the archive file after calling
6771 Archive::setup.
cd536b21 6772
479f6503
ILT
67732008-03-29 Ian Lance Taylor <iant@google.com>
6774
686c8caf
ILT
6775 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
6776 version symbol to be local.
6777 * testsuite/ver_test_4.sh: New file.
6778 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
6779 (check_DATA): Add ver_test_4.syms.
6780 (ver_test_4.syms): New target.
6781 * testsuite/Makefile.in: Rebuild.
6782
ab794b6b
ILT
6783 * output.cc
6784 (Output_section::Input_section_sort_entry::has_priority): New
6785 function.
6786 (Output_section::Input_section_sort_entry::match_file_name): New
6787 function.
6788 (Output_section::Input_section_sort_entry::match_section_name):
6789 Remove.
6790 (Output_section::Input_section_sort_entry::match_section_name_prefix):
6791 Remove.
6792 (Output_section::Input_section_sort_entry::match_section_file):
6793 Remove.
6794 (Output_section::Input_section_sort_compare::operator()): Rewrite
6795 using new Input_section_sort_entry functions. Sort crtbegin and
6796 crtend first. Sort sections with no priority before sections with
6797 a priority.
6798 * testsuite/initpri1.c (d3): Check j != 4.
6799 (cd5): New constructor/destructor function.
6800 (main): Check j != 2.
6801
479f6503
ILT
6802 * symtab.cc (Symbol_table::add_from_object): If we don't use the
6803 new symbol when resolving, don't call set_is_default.
6804 * testsuite/ver_test_7.cc: New file.
6805 * testsuite/ver_test_7.sh: New file.
6806 * testsuite/Makefile.am (ver_test_7.so): New target.
6807 (ver_test_7.o): New target.
6808 (check_SCRIPTS): Add ver_test_7.sh.
6809 (check_DATA): Add ver_test_7.syms.
6810 (ver_test_7.syms): New target.
6811
2fd32231
ILT
68122008-03-28 Ian Lance Taylor <iant@google.com>
6813
6814 * layout.cc (Layout::layout): If we see an input section with a
6815 name that needs sorting, set the must_sort flag for the output
6816 section.
6817 (Layout::make_output_section): If the name of the output section
6818 indicates that it might require sorting, set the may_sort flag.
6819 * output.h (Output_section::may_sort_attached_input_sections): New
6820 function.
6821 (Output_section::set_may_sort_attached_input_sections): New
6822 function.
6823 (Output_section::must_sort_attached_input_sections): New
6824 function.
6825 (Output_section::set_must_sort_attached_input_sections): New
6826 function.
6827 (class Output_section): Declare Input_section_sort_entry. Define
6828 Input_section_sort_compare. Declare
6829 sort_attached_input_sections. Add new fields:
6830 may_sort_attached_input_sections_,
6831 must_sort_attached_input_sections_,
6832 attached_input_sections_are_sorted_.
6833 * output.cc (Output_section::Output_section): Initialize new
6834 fields.
6835 (Output_section::add_input_section): Add an entry to
6836 input_sections_ if may_sort or must_sort are true.
6837 (Output_section::set_final_data_size): Call
6838 sort_attached_input_sections if necessary.
6839 (Output_section::Input_section_sort_entry): Define new class.
6840 (Output_section::Input_section_sort_compare::operator()): New
6841 function.
6842 (Output_section::sort_attached_input_sections): New function.
6843 * configure.ac: Check whether the compiler supports constructor
6844 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
6845 * testsuite/initpri1.c: New file.
6846 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
6847 CONSTRUCTOR_PRIORITY.
6848 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
6849 (initpri1_LDFLAGS): New variable.
6850 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
6851
18e6b24e
ILT
68522008-03-27 Ian Lance Taylor <iant@google.com>
6853
49bdd526
ILT
6854 * common.cc (Sort_commons::operator): Correct sorting algorithm.
6855 * testsuite/common_test_1.c: New file.
6856 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
6857 (common_test_1_SOURCES): New variable.
6858 (common_test_1_DEPENDENCIES): New variable.
6859 (common_test_1_LDFLAGS): New variable.
6860
18e6b24e
ILT
6861 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
6862 and commons_ correctly when NAME/VERSION does not override
6863 NAME/NULL.
6864 * testsuite/ver_test_6.c: New file.
6865 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
6866 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
6867 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
6868
04bf7072
ILT
68692008-03-26 Ian Lance Taylor <iant@google.com>
6870
5871526f
ILT
6871 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
6872 of an undefined symbol from a version script.
6873 * testsuite/Makefile.am (ver_test_5.so): New target.
6874 (ver_test_5.o): New target.
6875 (check_SCRIPTS): Add ver_test_5.sh.
6876 (check_DATA): Add ver_test_5.syms.
6877 (ver_test_5.syms): New target.
6878 * testsuite/ver_test_5.cc: New file.
6879 * testsuite/ver_test_5.script: New file.
6880 * testsuite/ver_test_5.sh: New file.
6881 * Makefile.in, testsuite/Makefile.in: Rebuild.
6882
04bf7072
ILT
6883 PR gold/5986
6884 Fix problems building gold with gcc 4.3.0.
6885 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
6886 (gold_error_at_location, gold_warning_at_location): Use it.
6887 * configure.ac: Check whether we can compile and use a template
6888 function with a printf attribute.
6889 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
6890 when jumping over bytes.
6891 * object.cc: Instantiate Object::read_section_data.
6892 * debug.h: Include <cstring>
6893 * dwarf_reader.cc: Include <algorithm>
6894 * main.cc: Include <cstring>.
6895 * options.cc: Include <cstring>.
6896 * output.cc: Include <cstring>.
6897 * script.cc: Include <cstring>.
6898 * script.h: Include <string>.
6899 * symtab.cc: Include <cstring> and <algorithm>.
6900 * target-select.cc: Include <cstring>.
6901 * version.cc: Include <string>.
6902 * testsuite/testmain.cc: Include <cstdlib>.
6903 * configure, config.in: Rebuild.
6904
874c5b28
ILT
69052008-03-25 Ian Lance Taylor <iant@google.com>
6906
819d6c3a
ILT
6907 * options.cc: Include "../bfd/bfdver.h".
6908 (options::help): Print bug reporting address.
6909
f4b2c6f5
ILT
6910 * version.cc (print_version): Adjust output for current value of
6911 BFD_VERSION_STRING.
6912
6913 * NEWS: New file.
6914
e96caa79
ILT
6915 * options.cc (options::help): Print list of supported targets.
6916 * target-select.h: Include <vector>.
6917 (class Target_selector): Make machine_, size_, and is_big_endian_
6918 fields const. Add bfd_name_ and instantiated_target_ fields.
6919 (Target_selector::Target_selector): Add bfd_name parameter.
6920 (Target_selector::recognize): Make non-virtual, call
6921 do_recognize.
6922 (Target_selector::recognize_by_name): Make non-virtual, call
6923 do_recognize_by_name.
6924 (Target_selector::supported_names): New function.
6925 (Target_selector::bfd_name): New function.
6926 (Target_selector::do_instantiate_target): New pure virtual
6927 function.
6928 (Target_selector::do_recognize): New virtual function.
6929 (Target_selector::do_recognize_by_name): New virtual function.
6930 (Target_selector::instantiate_target): New private function.
6931 (supported_target_names): Declare.
6932 * target-select.cc (Target_selector::Target_selector): Update for
6933 new parameter and fields.
6934 (select_target_by_name): Check that the name matches before
6935 calling recognize_by_name.
6936 (supported_target_names): New function.
6937 * i386.cc (class Target_selector_i386): Update Target_selector
6938 constructor call. Remove recognize and recognize_by_name. Add
6939 do_instantiate_target.
6940 * x86_64.cc (class Target_selector_x86_64): Likewise.
6941 * testsuite/testfile.cc (class Target_selector_test): Update for
6942 changes to Target_selector.
6943
874c5b28
ILT
6944 * README: Rewrite, with some notes on unsupported features.
6945
0a65a3a7
CC
69462008-03-24 Cary Coutant <ccoutant@google.com>
6947
6948 * i386.cc (Target_i386::Got_type): New enum declaration.
6949 (Target_i386::Scan::local): Updated callers of Output_data_got
6950 member functions.
6951 (Target_i386::Scan::global): Likewise.
6952 (Target_i386::Relocate::relocate): Likewise.
6953 (Target_i386::Relocate::relocate_tls): Likewise.
6954 * object.h (Got_offset_list): New class.
6955 (Sized_relobj::local_has_got_offset): Added got_type parameter.
6956 (Sized_relobj::local_got_offset): Likewise.
6957 (Sized_relobj::set_local_got_offset): Likewise.
6958 (Sized_relobj::local_has_tls_got_offset): Removed.
6959 (Sized_relobj::local_tls_got_offset): Removed.
6960 (Sized_relobj::set_local_tls_got_offset): Removed.
6961 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
6962 * output.cc (Output_data_got::add_global): Added got_type parameter.
6963 (Output_data_got::add_global_with_rel): Likewise.
6964 (Output_data_got::add_global_with_rela): Likewise.
6965 (Output_data_got::add_global_pair_with_rel): New function.
6966 (Output_data_got::add_global_pair_with_rela): New function.
6967 (Output_data_got::add_local): Added got_type parameter.
6968 (Output_data_got::add_local_with_rel): Likewise.
6969 (Output_data_got::add_local_with_rela): Likewise.
6970 (Output_data_got::add_local_pair_with_rel): New function.
6971 (Output_data_got::add_local_pair_with_rela): New function.
6972 (Output_data_got::add_global_tls): Removed.
6973 (Output_data_got::add_global_tls_with_rel): Removed.
6974 (Output_data_got::add_global_tls_with_rela): Removed.
6975 (Output_data_got::add_local_tls): Removed.
6976 (Output_data_got::add_local_tls_with_rel): Removed.
6977 (Output_data_got::add_local_tls_with_rela): Removed.
6978 * output.h (Output_data_got::add_global): Added got_type parameter.
6979 (Output_data_got::add_global_with_rel): Likewise.
6980 (Output_data_got::add_global_with_rela): Likewise.
6981 (Output_data_got::add_global_pair_with_rel): New function.
6982 (Output_data_got::add_global_pair_with_rela): New function.
6983 (Output_data_got::add_local): Added got_type parameter.
6984 (Output_data_got::add_local_with_rel): Likewise.
6985 (Output_data_got::add_local_with_rela): Likewise.
6986 (Output_data_got::add_local_pair_with_rel): New function.
6987 (Output_data_got::add_local_pair_with_rela): New function.
6988 (Output_data_got::add_global_tls): Removed.
6989 (Output_data_got::add_global_tls_with_rel): Removed.
6990 (Output_data_got::add_global_tls_with_rela): Removed.
6991 (Output_data_got::add_local_tls): Removed.
6992 (Output_data_got::add_local_tls_with_rel): Removed.
6993 (Output_data_got::add_local_tls_with_rela): Removed.
6994 * resolve.cc (Symbol::override_base_with_special): Removed
6995 reference to has_got_offset_ field.
6996 * symtab.cc (Symbol::init_fields): Replaced initialization
6997 of got_offset_ with got_offsets_. Removed initialization
6998 of has_got_offset_
53fcba31 6999 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
7000 (Symbol::got_offset): Likewise.
7001 (Symbol::set_got_offset): Likewise.
7002 (Symbol::has_tls_got_offset): Removed.
7003 (Symbol::tls_got_offset): Removed.
7004 (Symbol::set_tls_got_offset): Removed.
7005 (Symbol::got_offset_): Removed.
7006 (Symbol::tls_mod_got_offset_): Removed.
7007 (Symbol::tls_pair_got_offset_): Removed.
7008 (Symbol::got_offsets_): New field.
7009 (Symbol::has_got_offset): Removed.
7010 (Symbol::has_tls_mod_got_offset): Removed.
7011 (Symbol::has_tls_pair_got_offset): Removed.
7012 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
7013 (Target_x86_64::Scan::local): Updated callers of Output_data_got
7014 member functions.
7015 (Target_x86_64::Scan::global): Likewise.
7016 (Target_x86_64::Relocate::relocate): Likewise.
7017 (Target_x86_64::Relocate::relocate_tls): Likewise.
7018
bd52eafb
BE
70192008-03-25 Ben Elliston <bje@au.ibm.com>
7020
7021 * yyscript.y: Fix spelling error in comment.
7022
8b105e34
ILT
70232008-03-24 Ian Lance Taylor <iant@google.com>
7024
8ed814a9
ILT
7025 * options.h (class General_options): Define build_id option.
7026 * layout.h (class Layout): Declare write_build_id, create_note,
7027 create_build_id. Add build_id_note_ member.
7028 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
7029 "libiberty.h", "md5.h", "sha1.h".
7030 (Layout::Layout): Initialize eh_frame_data_,
7031 eh_frame_hdr_section_, and build_id_note_.
7032 (Layout::finalize): Call create_build_id.
7033 (Layout::create_note): New function, broken out of
7034 Layout::create_gold_note.
7035 (Layout::create_gold_note): Call create_note.
7036 (Layout::create_build_id): New function.
7037 (Layout::write_build_id): New function.
7038 (Close_task_runner::run): Call write_build_id.
7039
8b105e34
ILT
7040 * x86_64.cc: Correct license to GPLv3.
7041
086a1841
ILT
70422008-03-23 Ian Lance Taylor <iant@google.com>
7043
7044 * options.cc: Include "demangle.h".
7045 (parse_optional_string): New function.
7046 (parse_long_option): Handle takes_optional_argument.
7047 (parse_short_option): Update dash_z initializer. Handle
7048 takes_optional_argument.
7049 (General_options::General_options): Initialize do_demangle_.
7050 (General_options::finalize): Set do_demangle_. Handle demangling
7051 style.
7052 * options.h (parse_optional_string): Declare.
7053 (struct One_option): Add optional_arg field. Update constructor.
7054 Update call constructor calls. Add takes_optional_argument
7055 function.
7056 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
7057 (DEFINE_optional_string): Define.
7058 (General_options::demangle): Change from DEFINE_bool to
7059 DEFINE_optional_string.
7060 (General_options::no_demangle): New function.
7061 (General_options::do_demangle): New function.
7062 (General_options::set_do_demangle): New function.
7063 (General_options::execstack_status_): Move definition to end of
7064 class definition.
7065 (General_options::static_): Likewise.
7066 (General_options::do_demangle_): New field.
7067 * object.cc (big_endian>::get_symbol_location_info): Call
7068 Options::do_demangle, not Options::demangle.
7069 * symtab.cc (demangle): Likewise.
7070
cbb93e63
ILT
70712008-03-22 Ian Lance Taylor <iant@google.com>
7072
7073 * gold.h: Include <cstddef> and <sys/types.h>
7074 * options.h: Include <cstring>.
7075
ec531623
ILT
70762008-03-21 Ian Lance Taylor <iant@google.com>
7077
7078 * Added source code to GNU binutils.
This page took 0.407457 seconds and 4 git commands to generate.