Fix corrupted .eh_frame section with LTO and --gc-sections.
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
c924eb67
CC
12014-11-25 Cary Coutant <ccoutant@google.com>
2
3 PR gold/17639
4 * object.cc (Sized_relobj_file): Initialize is_deferred_layout_.
5 (Sized_relobj_file::do_layout): Handle deferred sections properly
6 during GC pass 1. Don't add reloc sections to deferred list twice.
7 * object.h (Sized_relobj_file::is_deferred_layout): New function.
8 (Sized_relobj_file::is_deferred_layout_): New data member.
9
9d585188
L
102014-11-21 H.J. Lu <hongjiu.lu@intel.com>
11
12 PR gold/17619
13 * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
14 Check PC-relative offset overflow in PLT entry.
15
3ffaac20
AM
162014-11-21 Alan Modra <amodra@gmail.com>
17
18 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
19 for undefined weaks.
20
0cfb0717
AM
212014-11-20 Alan Modra <amodra@gmail.com>
22
23 * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
24 from --stub-group-size parameter divided by 1024.
25 (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
26 template parameter. Update all uses.
27 (Target_powerpc::Relocate::relocate): Rename has_plt_value to
28 has_stub_value. Set for long branches. Don't report overflow for
29 branch to undefined weak symbols. Print info message on
30 overflowing branch to stub.
31
f9dffbf0
AM
322014-11-20 Alan Modra <amodra@gmail.com>
33
34 * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
35
e88ba8d5
L
362014-11-13 H.J. Lu <hongjiu.lu@intel.com>
37
38 * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
39 entry for R_X86_64_GOTPLT64.
40 (Target_x86_64<size>::Relocate::relocate): Update comments for
41 R_X86_64_GOTPLT64.
42
d37ffe25
ED
432014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
44
45 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
46 * plugin.h: add lock definition
47
9726c3c1
HS
482014-10-29 Han Shen <shenhan@google.com>
49 Jing Yu <jingyu@google.com>
50
51 * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
52 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
53 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
54 Symbol::TLS_REF.
55 * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
56 method.
57 (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
58 (Target_aarch64::tls_ld_to_le): New method.
59 (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
60 for 64bit targets.
61 (Output_data_plt_aarch64::irelative_rel_): New data member.
62 (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
63 (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
64 (Output_data_plt_aarch64::add_relocation): New method.
65 (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
66 offset. Add got_irelative size to got size.
67 (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
68 type string with the new typename.
69 (AArch64_relocate_functions::update_adr): Replace parameter x with
70 immed.
71 (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
72 (AArch64_relocate_functions::reloc_common): New method.
73 (AArch64_relocate_funcsions::rela_general): Extract common part out
74 into reloc_common method.
75 (AArch64_relocate_functions::rela_general): Likewise.
76 (AArch64_relocate_functions::pcrela_general): Likewise.
77 (AArch64_relocate_functions::adr): New method.
78 (AArch64_relocate_functions::adrp): Calculate immed before calling
79 update_adr.
80 (AArch64_relocate_functions::adrp): Likewise.
81 (AArch64_relocate_functions::movnz): Cast x to SignedW type when
82 comparing x to 0. Calculate immed from ~x when x < 0.
83 (Target_aarch64::optimize_tls_reloc): Add new cases for
84 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
85 TLSLD_MOVW_DTPREL_G0_NC.
86 (Target_aarch64::possible_function_pointer_reloc): Implement this
87 method.
88 (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
89 comment.
90 (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
91 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
92 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
93 (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
94 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
95 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
96 (Target_aarch64::make_plt_entry): Call add_entry with two more
97 parameters.
98 (Target_aarch64::make_local_ifunc_plt_entry): New method.
99 (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
100 ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
101 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
102 (Target_aarch64::Relocate::relocate_tls): Add cases for
103 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
104 TLSLD_MOVW_DTPREL_G0_NC.
105 * testsuite/icf_safe_so_test.cc: Correct test comment.
106 * testsuite/icf_safe_test.sh: Add AArch64 arch.
107
80272b8c
AM
1082014-10-22 Alan Modra <amodra@gmail.com>
109
110 * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
111 thread_starter.
112
998a69f4
AS
1132014-10-18 Andreas Schwab <schwab@linux-m68k.org>
114
115 * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
116
aed56ec5
CC
1172014-10-17 Cary Coutant <ccoutant@google.com>
118
119 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
120 Add "typename" keyword.
121
83a01957
HS
1222014-09-22 Han Shen <shenhan@google.com>
123 Jing Yu <jingyu@google.com>
124
125 Patch for gold aarch64 backend to support relaxation.
126 * aarch64-reloc.def: Change format.
127 * aarch64.cc (class Reloc_stub): New class.
128 (class Stub_table): New class.
129 (class AArch64_relobj): New class.
130 (class AArch64_input_section): New class.
131 (class AArch64_output_section): New class.
132 (Target_aarch64::new_stub_table): New method.
133 (Target_aarch64::new_aarch64_input_section): New method.
134 (Target_aarch64::find_aarch64_input_section): New method.
135 (Target_aarch64::scan_section_for_stubs): New method.
136 (Target_aarch64::scan_reloc_section_for_stubs): New method.
137 (Target_aarch64::relocate_stub): New method.
138 (Target_aarch64::current_target): New method.
139 (Target_aarch64::do_make_elf_object): New method.
140 (Target_aarch64::do_may_relax): New method.
141 (Target_aarch64::do_relax): New method.
142 (Target_aarch64::group_sections): New method.
143 (Target_aarch64::scan_reloc_for_stub): New method.
144 (Target_aarch64::do_make_output_section): New method.
145 (Target_aarch64::stub_tables_): New data member.
146 (Target_aarch64::aarch64_input_section_map_): New data member.
147 (AArch64_relocate_functions::maybe_apply_stub): New method.
148
db4c9594
CC
1492014-09-30 Cary Coutant <ccoutant@google.com>
150
151 PR gold/17432
152 * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
153
cd6da036
KC
1542014-09-30 Kito Cheng <kito@0xlab.org>
155
156 PR gold/13597
157 * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
158 hash table before sysv-style hash table.
159
5f772412
ST
1602014-09-29 Sriraman Tallam <tmsriram@google.com>
161
162 * options.h (--pic-executable): Add negative to alias to -no-pie.
163
5efeedf6
CC
1642014-09-26 Cary Coutant <ccoutant@google.com>
165
166 PR gold/16773
167 * object.cc (Sized_relobj_file): Compute value of section symbols
168 for TLS sections the same as TLS symbols.
169
1707f183
CC
1702014-09-25 Cary Coutant <ccoutant@google.com>
171
172 PR gold/17432
173 * resolve.cc (Symbol_table::resolve): Override common placeholder
174 symbols, but adjust sizes.
175 * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
176 symbols to common lists.
177
00cac886
AM
1782014-09-24 Alan Modra <amodra@gmail.com>
179
180 * po/POTFILES.in: Regenerate.
181
635aa30e
CC
1822014-09-23 Taiju Tsuiki <tzik@google.com>
183 Cary Coutant <ccoutant@google.com>
184
71b9b91b 185 PR gold/14860
635aa30e
CC
186 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
187 on input_sections_blocker.
188 * layout.cc (Write_sections_task::locks): Unblock
189 input_sections_blocker_.
190 * layout.h (Write_sections_task::Write_sections_task): Add
191 input_sections_blocker.
192 * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
193 to DEPENDENCIES.
194 * testsuite/Makefile.in: Regenerate.
195
c0c71592
RÁE
1962014-09-18 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
197
198 * testsuite/Makefile.am (plugin_test_10): New test.
199 * testsuite/Makefile.in: Regenerate
200 * testsuite/plugin_common_test_2.c (c1): Align to 8.
201 * testsuite/plugin_test_10.sh: New file.
202
6168c2a1
RÁE
2032014-09-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
204
205 * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
206 * resolve.cc (Symbol_table::resolve): Don't override common symbols
207 during the replacement phase.
208
3a531937
JY
2092014-09-17 Han Shen <shenhan@google.com>
210 Jing Yu <jingyu@google.com>
211
212 * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
213 TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
214 * aarch64.cc (Target_aarch64): Add data members
215 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
216 tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
217 constructor.
218 (Target_aarch64::do_reloc_symbol_index): New method.
219 (Target_aarch64::do_reloc_addend): New method.
220 (Target_aarch64::add_tlsdesc_info): New method.
221 (Target_aarch64::do_dynsym_value): New method.
222 (Target_aarch64::do_make_data_plt): Add new parameters: got,
223 got_irelative. Pass them to Output_data_plt_aarch64_standard.
224 (Target_aarch64::make_data_plt): Add new parameters: got,
225 got_irelative. Pass them to do_make_data_plt.
226 (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
227 (Target_aarch64::Relocate:tls_gd_to_le): New method.
228 (Target_aarch64::Relocate:tls_ie_to_le): New method.
229 (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
230 (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
231 (Target_aarch64::got_tlsdesc_section): New method.
232 (Target_aarch64::make_local_ifunc_plt_entry): New method.
233 (Target_aarch64::define_tls_base_symbol): New method.
234 (Target_aarch64::reserve_tlsdesc_entries): New method.
235 (Target_aarch64::got_mod_index_entry): New method.
236 (Target_aarch64::rela_tlsdesc_section): New method.
237 (Target_aarch64::rela_irelative_section): New method.
238 (Target_aarch64::Tlsdesc_info): New struct.
239 (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
240 relocations and tlsdesc relocations.
241 (Target_aarch64::optimize_tls_reloc): Implement method.
242 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
243 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
244 in constructor.
245 (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
246 (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
247 (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
248 (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
249 (Output_data_plt_aarch64::rela_tlsdesc): New method.
250 (Output_data_plt_aarch64::rela_irelative): New method.
251 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
252 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
253 (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
254 (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
255 (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
256 (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
257 (Output_data_plt_aarch64_standard): New member variables:
258 plt_tlsdesc_entry_size, tlsdesc_plt_entry.
259 (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
260 New parameter: got, got_irelative.
261 (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
262 (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
263 (Output_data_plt_aarch64::do_write): Replace got_address with
264 gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
265 (AArch64_relocate_functions::update_movnz): New method.
266 (AArch64_relocate_functions): Correct format.
267 (AArch64_relocate_functions::movnz): New method.
268 (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
269 before the switch. Add new cases to switch.
00cac886 270 Check ie_to_le relaxation on tlsie relocations. Add code handling
3a531937
JY
271 tlsgd tlsdesc cases.
272 (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
273 needed. Add new cases to switch. Insert dynamic RELATIVE relocation
274 when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
275 Call reloc_name_in_error_message to print unsupported reloc.
276 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
277 make_data_plt.
278 (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
279 relocs. Fill in some more dynamic tags.
280 (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
281 Skip call tls_get_addr when tlsgd is relaxed.
282 (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
283 handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
284 tlsdesc->ie relaxation.
285
62661c93
SS
2862014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
287
288 * mips.cc (Target_mips_nacl): New class.
289 (Target_selector_mips_nacl): New class.
290 (target_selector_mips32): Rename from target_selector_mips32be and use
291 Target_selector_mips_nacl instead of Target_selector_mips.
292 (target_selector_mips32el): Rename from target_selector_mips32 and use
293 Target_selector_mips_nacl instead of Target_selector_mips.
294 (target_selector_mips64): Rename from target_selector_mips64be and use
295 Target_selector_mips_nacl instead of Target_selector_mips.
296 (target_selector_mips64el): Rename from target_selector_mips64 and use
297 Target_selector_mips_nacl instead of Target_selector_mips.
298 (Target_mips::mips_info): Add const attribute.
299
54674d38
CC
3002014-09-02 Cary Coutant <ccoutant@google.com>
301
302 * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
303 * dynobj.h (Sized_dynobj::do_section_name): Likewise.
304 * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
305 (Sized_incr_dynobj::do_section_name): Likewise.
306 * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
307 (Sized_incr_dynobj::do_section_name): Likewise.
308 * object.h (Object::section_name): Likewise.
309 (Object::do_section_name): Likewise.
310 (Sized_relobj_file::do_section_name): Likewise.
311 * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
312 * plugin.h (Sized_pluginobj::do_section_name): Likewise.
313
9860cbcf
CC
3142014-09-02 Cary Coutant <ccoutant@google.com>
315
316 PR gold/17005
317 * ehframe.cc (Fde::write): Add output_offset parameter.
318 (Cie::write): Likewise.
319 (Eh_frame::set_final_data_size): Account for offset within output
320 section.
321 (Eh_frame::do_sized_write): Likewise.
322 * ehframe.h (Fde::write): Add output_offset parameter.
323 (Cie::write): Likewise.
324 * output.cc (Output_section::Input_section_sort_entry): Remove
325 section_has_name_; add output_section_name parameter. Use
326 output section name for non-input sections.
327 (Output_section::Input_section_sort_entry::section_has_name): Remove.
328 (Output_section::Input_section_sort_entry::section_has_name_): Remove.
329 (Output_section::Input_section_sort_compare): Remove logic for
330 sections without names.
331 (Output_section::Input_section_sort_init_fini_compare): Likewise.
332 (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
333 Likewise.
334 (Output_section::Input_section_sort_section_name_compare): Likewise.
335
8e33481e
HS
3362014-08-29 Han Shen <shenhan@google.com>
337 Jing Yu <jingyu@google.com>
338
339 * aarch64-reloc-property.cc
340 (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
341 reference reloc property in the table.
342 * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
343 3 other entries.
344 * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
345 2 new overloaded methods.
346 (Output_data_got_aarch64::do_write): Add code to write out
347 static relocs.
348 (class Output_data_got_aarch64::Static_reloc): New class to wrap
349 static relocs.
350 (Output_data_got_aarch64::static_relocs): New vector to
351 hold static relocs.
352 (Target_aarch64::TCB_SIZE): New const static memeber.
353 (Target_aarch64::tcb_size): New method.
354 (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
355 (Target_aarch64::Relocate::relocate_tls): New method.
356 (Target_aarch64::Scan::local): Add code handling new reloc types.
357 (Target_aarch64::Scan::global): Add code handling new reloc types.
358
81233653
ST
3592014-08-13 Sriraman Tallam <tmsriram@google.com>
360
361 * options.h (-no-pie): Add option.
362
9363c7c3
JY
3632014-08-08 Jing Yu <jingyu@google.com>
364 Han Shen <shenhan@google.com>
365
366 * Makefile.am (HFILES): Add aarch64-reloc-property.h.
367 (DEFFILES): add aarch64-reloc.def.
368 (TARGETSOURCES): Add aarch64-reloc-property.cc.
369 (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
370 * Makefile.in: Regenerate.
371 * aarch64-reloc-property.cc: New file.
372 * aarch64-reloc-property.h: New file.
373 * aarch64-reloc.def: New file.
374 * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
375 with tab to make the format consistent.
376 (Output_data_got_aarch64::symbol_table_): New method.
377 (Target_aarch64::do_plt_address_for_global): New method.
378 (Target_aarch64::do_plt_address_for_local): New method.
379 (Target_aarch64::do_select_as_default_target): New method.
380 (Target_aarch64::do_make_data_plt): New method.
381 (Target_aarch64::make_data_plt): New method.
382 (Output_data_plt_aarch64::has_irelative_section): New method.
383 (Output_data_plt_aarch64::address_for_global): New method.
384 (Output_data_plt_aarch64::address_for_local): New method.
385 (Output_data_plt_aarch64::irelative_rel_): New parameter.
386 (Output_data_plt_aarch64::add_entry): Implement contents.
387 (Output_data_plt_aarch64::set_final_data_size): Fix typo.
388 (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
389 the got_pov entry to plt0.
390 (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
391 Implement contents.
392 (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
393 (AArch64_howto): New struct.
394 (aarch64_howto[]): New static const array.
395 (AArch64_relocate_functions): New class.
396 (Target_aarch64::Scan::get_reference_flags): Remove method.
397 (Target_aarch64::Scan::local): Implement to support a few relocations.
398 (Target_aarch64::Scan::global): Implement to support a few relocations.
399 (Target_aarch64::make_plt_section): Implement contents.
400 (Target_aarch64::make_plt_entry): Implement contents.
401 (Target_aarch64::do_finalize_sections): Implement contents.
402 (Target_aarch64::Relocate::relocate): Implement a few relocations.
403 (Target_aarch64::relocate_section): Implement contents.
404
ad9fe6c1
AM
4052014-08-06 Alan Modra <amodra@gmail.com>
406
407 * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
408
7cd4e5b7
AM
4092014-08-06 Alan Modra <amodra@gmail.com>
410
411 PR 13227
412 * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
413
5ad9b0a7
ST
4142014-07-21 Sriraman Tallam <tmsriram@google.com>
415
416 * object.cc (Relobj::is_section_name_included): Add
7c16d96e 417 ".rodata.nptl_version" to not garbage collect this section.
5ad9b0a7 418
e051745c
CC
4192014-07-08 Cary Coutant <ccoutant@google.com>
420
421 * expression.cc (struct Expression::Expression_eval_info): Add
422 new fields type_pointer, vis_pointer, and nonvis_pointer.
423 (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
424 nonvis_pointer parameters. Adjust all calls.
425 (Symbol_expression::value): Update type, visibility, and nonvis bits
426 in caller.
427 * script.cc (Symbol_assignment::sized_finalize): Update type,
428 visibility, and remaining st_other bits for new symbol.
429 * script.h: (Expression::eval_maybe_dot): Add type_pointer,
430 vis_pointer, and nonvis_pointer parameters.
431 * symtab.h (Symbol::set_type): New method.
432
433 * testsuite/Makefile.am (defsym_test): New test.
434 * testsuite/Makefile.in: Regenerate.
435 * testsuite/defsym_test.c: New file.
436 * testsuite/defsym_test.sh: New file.
437
f35c4853
CC
4382014-07-08 Cary Coutant <ccoutant@google.com>
439
440 PR gold/15639
441 * dynobj.h (Sized_dynobj::base_read_symbols): New method.
442 * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
443 (Sized_dynobj::base_read_symbols): ...new method.
444 * object.h (Sized_relobj_file::base_read_symbols): New method.
445 * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
446 (Sized_relobj_file::base_read_symbols): ...new method.
447 * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
448 * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
449 * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
450
2900af2d
AM
4512014-07-04 Alan Modra <amodra@gmail.com>
452
453 * po/POTFILES.in: Regenerate.
454
053a4d68
JY
4552014-07-02 Jing Yu <jingyu@google.com>
456
457 * aarch64.cc: New file
458 * Makefile.am (TARGETSOURCES): Add aarch64.cc
459 (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
460 * Makefile.in: Regenerate.
461 * configure.tgt: Add entries for aarch64*.
462 * configure.ac: Likewise.
463 * configure: Likewise.
464
7b549045
AM
4652014-06-27 Alan Modra <amodra@gmail.com>
466
467 * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
468
cb818dbf
CC
4692014-06-24 Cary Coutant <ccoutant@google.com>
470
471 * dwp.cc (Dwo_file::read): Allow files with no .debug_types
472 sections.
473 (Dwo_file::sized_read_unit_index): Likewise.
474
9810d34d
SS
4752014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
476
477 * mips.cc: New file.
478 * Makefile.am (TARGETSOURCES): Add mips.cc
479 (ALL_TARGETOBJS): Add mips.$(OBJEXT)
480 * configure.tgt: Add entries for mips*.
481 * configure.ac: Likewise.
482 * Makefile.in: Regenerate.
483 * configure: Likewise.
484
9baa787b
CC
4852014-06-09 Cary Coutant <ccoutant@google.com>
486
487 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
488 unit_length is within section bounds.
489
8f89af0a
CC
4902014-06-09 Cary Coutant <ccoutant@google.com>
491
492 PR gold/16980
493 * layout.cc (Layout::print_to_mapfile): Print unattached sections in
494 map.
495
a47622ac
AM
4962014-06-07 Alan Modra <amodra@gmail.com>
497
498 * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
499
4320c691
CC
5002014-06-06 Cary Coutant <ccoutant@google.com>
501
502 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
503 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
504 (Dwarf_pubnames_table::read_header): Likewise.
505 * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
506 .debug_gnu_pubtypes.
507
270c9937
JB
5082014-06-05 Joel Brobecker <brobecker@adacore.com>
509
510 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
511 * Makefile.in, configure: Regenerate.
512
397998fc
AM
5132014-06-03 Alan Modra <amodra@gmail.com>
514
515 * powerpc.cc (addis_12_2): Define.
516 (Stub_table::do_write): Support fusion on ELFv2 stubs.
517
61f5c66f
AM
5182014-06-03 Alan Modra <amodra@gmail.com>
519
520 * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
521 st_other output.
522
f6971787
AM
5232014-06-02 Alan Modra <amodra@gmail.com>
524
525 * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
526 Only ignore relocs on ELFv1.
527 (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
528
f6fb8322
CC
5292014-05-30 Cary Coutant <ccoutant@google.com>
530
531 * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
532 * testsuite/Makefile.in: Regenerate.
533 * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
534
c23dd342
L
5352014-05-27 H.J. Lu <hongjiu.lu@intel.com>
536
537 PR gold/16945
538 * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
539 for got_offset. Properly get GOT address for R_X86_64_PLTOFF64.
540
5fe7ffdc
AM
5412014-05-15 Alan Modra <amodra@gmail.com>
542
543 * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
544 Compare FDE contents with DW_CFA_nop rather than 0.
545
a82bef93
ST
5462014-05-13 Sriraman Tallam <tmsriram@google.com>
547
548 * symtab.h (may_need_copy_reloc): Remove check for position independent
549 code.
550 * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
551 position independence before pc absolute may_need_copy_reloc call.
552 Add check for executable output befor pc relative may_need_copy_reloc
553 call.
554 * i386.cc: Ditto.
555 * arm.cc: Ditto.
556 * sparc.cc: Ditto.
557 * tilegx.cc: Ditto.
558 * powerpc.cc: Add check for no position independence before
559 may_need_copy_reloc calls.
560 * testsuite/pie_copyrelocs_test.cc: New file.
561 * testsuite/pie_copyrelocs_shared_test.cc: New file.
562 * Makefile.am (pie_copyrelocs_test): New test.
5fe7ffdc 563 * Makefile.in: Regenerate.
a82bef93 564
53c66605
ML
5652014-05-08 Martin Liška <mliska@suse.cz>
566
567 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
568
57b2284c
CC
5692014-05-06 Cary Coutant <ccoutant@google.com>
570
571 PR gold/16900
572 * i386.cc (Output_data_got_plt_i386): New class.
573 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
574 parameter. Change all callers.
575 (Output_data_plt_i386::layout_): Remove.
576 (Output_data_plt_i386::got_plt_): Change type.
577 (Target_i386::got_plt_): Change type. Change all references.
578 (Target_i386::got_section): Create instance of new class.
579 (Output_data_got_plt_i386::do_write): New function.
580 * x86_64.cc (Output_data_got_plt_x86_64): New class.
581 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
582 parameter. Change all callers.
583 (Output_data_plt_x86_64::layout_): Remove.
584 (Output_data_plt_x86_64::got_plt_): Change type.
585 (Target_x86_64::got_plt_): Change type. Change all references.
586 (Target_x86_64::got_section): Create instance of new class.
587 (Output_data_got_plt_x86_64::do_write): New function.
588 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
589 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
590 class.
591
6b97515d 5922014-05-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 593
6b97515d
CC
594 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
595 if we have pubnames/pubtypes.
596
d1bddd3c
CC
5972014-05-02 Cary Coutant <ccoutant@google.com>
598
5fe7ffdc
AM
599 * defstd.cc (in_segment): Define __ehdr_start here...
600 * layout.cc (Layout::finalize): ...Instead of here. Set the
601 output segment when known.
602 * resolve.cc (Symbol::override_base_with_special): Remember
603 the original binding.
604 * symtab.cc (Symbol::set_output_segment): New function.
605 (Symbol::set_undefined): New function.
606 * symtab.h (Symbol::is_weak_undefined): Check original undef
607 binding.
608 (Symbol::is_strong_undefined): New function.
609 (Symbol::set_output_segment): New function.
610 (Symbol::set_undefined): New function.
611 * target-reloc.h (is_strong_undefined): Remove.
612 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
613 Check for hidden undefs.
614 (relocate_section): Call Symbol::is_strong_undefined.
615
616 * testsuite/Makefile.am (ehdr_start_test_1)
617 (ehdr_start_test_2, ehdr_start_test_3)
618 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
619 * testsuite/Makefile.in: Regenerate.
620 * testsuite/ehdr_start_def.cc: New source file.
621 * testsuite/ehdr_start_test.cc: New source file.
622 * testsuite/ehdr_start_test.t: New linker script.
623 * testsuite/ehdr_start_test_4.sh: New shell script.
d1bddd3c 624
7849f6d8
CC
6252014-04-23 Cary Coutant <ccoutant@google.com>
626
bf2cc635 627 PR gold/16870
7849f6d8
CC
628 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
629
99fd8cff
CC
6302014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
631
632 * layout.cc (Layout::include_section): Allow a target to decide
633 whether to include a section.
634 * target.h (Target::should_include_section): New function.
635 (Target::do_should_include_section): New function.
636
91f43acd
CC
6372014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
638
639 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
640 inline into ...
641 (Copy_relocs::emit): ... here.
642 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
643 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
644 (Copy_reloc_entry::entries_): Change from private to protected.
645
c4eb27e1
ST
6462014-04-02 Sriraman Tallam <tmsriram@google.com>
647
648 * icf.cc (get_section_contents): Replace copies of reloc
649 vectors with const references.
650
ae447ddd
CC
6512014-04-02 Cary Coutant <ccoutant@google.com>
652
653 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
654 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
655 * configure: Regenerate.
656 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
657 -fno-use-linker-plugin.
658 (LINK1, CXXLINK1): Add it to the link command.
659 * testsuite/Makefile.in: Regenerate.
660
fa47fa92
AM
6612014-03-12 Alan Modra <amodra@gmail.com>
662
663 * Makefile.in: Regenerate.
664
9b12c500
CC
6652014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
666
667 * symtab.h (Symbol::set_nonvis): New function.
668
beacaa96
CC
6692014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
670
671 * symtab.cc (Sized_symbol<32>::init_output_data):
672 Instantiate the template.
673 (Sized_symbol<64>::init_output_data): Likewise.
674
800d9823
CC
6752014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
676
677 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
678 adjust dynamic symbol value.
679 * target.h (Target::adjust_dyn_symbol): New function.
680 (Target::do_adjust_dyn_symbol): New function.
681
918fc1f8 6822014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
5fe7ffdc 683
918fc1f8
CC
684 * output.cc (Output_data_dynamic::Dynamic_entry::write):
685 Get the value of DYNAMIC_CUSTOM dynamic entry.
686 * output.h (Output_data_dynamic::add_custom): New function.
687 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
688 dynamic entry.
689 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
690 * target.h (Target::dynamic_tag_custom_value): New function.
691 (Target::do_dynamic_tag_custom_value): New function.
692
98ff9231
CC
6932014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
694
695 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
696 dynsym indexes.
697 * target.h (Target::has_custom_set_dynsym_indexes): New function.
698 (Target::do_has_custom_set_dynsym_indexes): New function.
699 (Target::set_dynsym_indexes): New function.
700 (Target::do_set_dynsym_indexes): New function.
701
b80eed39
AM
7022014-03-07 Alan Modra <amodra@gmail.com>
703
704 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
705 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
706 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
707 (Powerpc_relocate_functions::has_overflow_bitfield,
708 overflowed): Use the above.
709 (Target_powerpc::Relocate::relocate): Correct overflow checking
710 for a number of relocations. Modify overflow test for 16-bit
711 fields in instructions to signed/unsigned according to whether
712 the field takes a signed or unsigned value.
713
4b95cf5c
AM
7142014-03-05 Alan Modra <amodra@gmail.com>
715
716 Update copyright years.
717
45965137
AM
7182014-03-05 Alan Modra <amodra@gmail.com>
719
720 * powerpc.cc (Target_powerpc::Scan::local, global): Support
721 R_PPC64_ADDR64_LOCAL.
722 (Target_powerpc::Relocate::relocate): Likewise.
723
2c80b753
AM
7242014-03-03 Alan Modra <amodra@gmail.com>
725
726 * dwp.cc (print_version): Update copyright year to current.
727
c1c69e83
AM
7282014-02-10 Alan Modra <amodra@gmail.com>
729
730 * po/gold.pot: Regenerate.
731
dd0c4e70
CC
7322014-02-06 Cary Coutant <ccoutant@google.com>
733
734 Fix problem where -u is ignored when a weak undef is seen.
735
736 * archive.cc (Library_base::should_include_member): Reorder
737 code to check for -u option if a weak undef has already been seen.
738 * testsuite/Makefile.am (weak_undef_test_2): New test case.
739 * testsuite/Makefile.in: Regenerate.
740 * testsuite/weak_undef_file3.cc: New file.
741 * testsuite/weak_undef_file4.cc: New file.
742 * testsuite/weak_undef_test_2.cc: New file.
743
1a221d3d
CC
7442014-02-05 Cary Coutant <ccoutant@google.com>
745
746 Fix issues with gold undefined symbol diagnostics.
747
748 PR binutils/15435
749 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
750 check to here.
751 * target-reloc.h (is_strong_undefined): New function.
752 (relocate_section): Move undef vtable symbol check from here.
753 Check for is_strong_undefined.
754
e889f0a4 7552014-02-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 756
e889f0a4
CC
757 Fix problems with the --dynamic-list option.
758
759 PR gold/13577
760 * options.cc (General_options::parse_dynamic_list):
761 Set have_dynamic_list_.
762 (General_options::General_options): Initialize have_dynamic_list_.
763 (General_options::finalize): Turn off -Bsymbolic and
764 -Bsymbolic-functions if --dynamic-list provided.
765 * options.h (General_options::have_dynamic_list): New function.
766 (General_options::have_dynamic_list_): New data member.
767 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
768 correctly.
5fe7ffdc 769
e889f0a4
CC
770 PR gold/16530
771 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
772 in --dynamic-list, mark it.
5fe7ffdc 773
e889f0a4
CC
774 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
775 (dynamic_list_2): New test case.
776 * testsuite/Makefile.in: Regenerate.
777 * testsuite/dynamic_list_2.cc: New file.
778 * testsuite/dynamic_list_2.t: New file.
779 * testsuite/dynamic_list_lib1.cc: New file.
780 * testsuite/dynamic_list_lib2.cc: New file.
781 * testsuite/gc_dynamic_list_test.c: New file.
782 * testsuite/gc_dynamic_list_test.sh: New file.
783 * testsuite/gc_dynamic_list_test.t: New file.
784
ec673e64
CC
7852014-01-28 Cary Coutant <ccoutant@google.com>
786
787 Add .gdb_index version 7 support.
788
789 * gold/dwarf_reader.cc: include <utility> (for make_pair).
790 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
791 debug sections.
792 (Dwarf_ranges_table::read_ranges_table): Likewise.
793 (Dwarf_pubnames_table::read_section): Check for GNU-style
794 sections, and for compressed debug sections.
795 (Dwarf_pubnames_table::read_header): Compute end address of table.
796 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
797 for end of list by offset, not by offset == 0.
798 (Dwarf_info_reader::do_read_string_table): Check for compressed
799 debug sections.
800 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
801 Initialize new data members.
802 (Dwarf_pubnames_table::next_name): return flag_byte.
803 (Dwarf_pubnames_table::end_of_table_): New data member.
804 (Dwarf_pubnames_table::is_gnu_style_): New data member.
805 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
806 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
807 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
808 read skeleton type unit DIEs.
809 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
810 (Gdb_index::do_write): Write flag_byte.
811 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
812 (Gdb_index::Cu_vector): Store flags along with cu indexes.
813 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
814 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
815
221fd5d5
L
8162014-01-08 H.J. Lu <hongjiu.lu@intel.com>
817
818 * version.cc (print_version): Update copyright year to 2014.
819
6c09fb0b
ILT
8202013-12-19 Dimitry Andric <dimitry@andric.com>
821
822 * stringpool.cc (Stringpool_template::reserve): Add
823 HAVE_UNORDERED_MAP case.
824 * stringpool.cc (Stringpool_template::print_stats): Likewise.
825
8356f2d0
CC
8262013-12-18 Cary Coutant <ccoutant@google.com>
827
828 * configure.ac: Check for <unordered_set> and <unordered_map>.
829 * config.in: Regenerate.
830 * configure: Regenerate.
831 * system.h: Use <unordered_set> and <unordered_map> if available.
832
f2c7d7ee
RM
8332013-12-10 Roland McGrath <mcgrathr@google.com>
834
835 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
836 with $(INSTALL_PROGRAM_ENV).
837 * Makefile.in: Regenerate.
838
6632e8cc
CC
8392013-11-22 Cary Coutant <ccoutant@google.com>
840
841 * configure.ac: Add check for which library is needed for
842 dlopen.
843 * configure: Regenerate.
844
0c075858
CC
8452013-11-22 Cary Coutant <ccoutant@google.com>
846
847 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
848 assembler.
849 * testsuite/Makefile.in: Regenerate.
850
f49fe902
L
8512013-11-17 H.J. Lu <hongjiu.lu@intel.com>
852
853 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
854 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
855 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
856 (Target_x86_64<size>::Scan::local): Likewise.
857 (Target_x86_64<size>::Scan::global): Likewise.
858 (Target_x86_64<size>::Relocate::relocate): Likewise.
859 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
860 Likewise.
861 (Target_x86_64<size>::Scan::check_non_pic(): Handle
862 R_X86_64_PC32_BND.
863
864 * testsuite/Makefile.am (check_PROGRAMS): Add
865 exception_x86_64_bnd_test.
866 (exception_x86_64_bnd_test_SOURCES): New macro.
867 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
868 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
869 (exception_x86_64_bnd_test_LDADD): Likewise.
870 (exception_x86_64_bnd_1.o): New rule.
871 (exception_x86_64_bnd_2.o): Likewise.
872 * testsuite/Makefile.in: Regenerated.
873
9055360d
AM
8742013-11-15 Alan Modra <amodra@gmail.com>
875
876 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
877 accessor.
878 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
879 Only call ppc64_local_entry_offset for 64-bit. Restrict
880 symval_for_branch lookup to ELFv1.
881 (Stub_table::add_plt_call_entry): Use unsigned int off.
882 (Output_data_glink::Address, invalid_address): New.
883 (Output_data_glink::add_eh_frame): Move out of line. Add
884 support for ELFv2.
885 (Output_data_glink::add_global_entry, find_global_entry,
886 global_entry_address): New functions.
887 (Output_data_glink::global_entry_stubs_, end_branch_table_,
888 ge_size): New variables.
889 (Output_data_glink::set_final_data_size): Add global entry
890 stub sizing.
891 (Output_data_glink::do_write): Write global entry stubs.
892 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
893 parameter. Return true for ELFv2. Adjust callers.
894 (Target_powerpc::Scan::local, global): Restrict opd lookup to
895 ELFv1. Similarly for ifunc and dynamic relocation processing
896 specific to ELFv1. Recognize that symbols are defined on
897 their plt entries for ELFv2.
898 (Target_powerpc::symval_for_branch): Assert if called for
899 ELFv2 or ppc32.
900 (Target_powerpc::Relocate::relocate): Use global entry plt
901 stub for symbol value if such exists on ELFv2.
902 (Target_powerpc::Relocate::relocate): Don't call
903 symval_for_branch when ELFv2. Do adjust for local entry
904 offset when ELFv2.
905 (Target_powerpc::do_dynsym_value): Set symbols to global entry
906 plt stub for ELFv2.
907 (Target_powerpc::do_plt_address_for_global): Similarly.
908
cafdd569
CC
9092013-11-14 Cary Coutant <ccoutant@google.com>
910
911 Revert patch -- this did not fix the problem, and there is
912 no race there.
913
914 2013-11-14 Cary Coutant <ccoutant@google.com>
915
916 PR gold/14860
917 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
918 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
919 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
920 updating fde_offsets_.
921 (Eh_frame_hdr::lock_): New data member.
922
94e49e16
CC
9232013-11-14 Cary Coutant <ccoutant@google.com>
924
925 * dwp.cc (Dwo_file_entry): New type.
926 (File_list): Use Dwo_file_entry.
927 (Dwo_file::verify): New function.
928 (Dwo_file::verify_dwo_list): New function.
929 (Dwo_file::sized_verify_dwo_list): New function.
930 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
931 list.
932 (Dwp_options): New enum type.
933 (dwp_options): Add --verify-only.
934 (usage): Likewise.
935 (main): Likewise.
936 * dwp.h (gold_info): Add declaration.
937
7cdd7d57
CC
9382013-11-14 Cary Coutant <ccoutant@google.com>
939
940 PR gold/14860
941 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
942 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
943 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
944 updating fde_offsets_.
945 (Eh_frame_hdr::lock_): New data member.
946
1d946cb3
CC
9472013-11-06 Cary Coutant <ccoutant@google.com>
948
949 PR gold/15758
950 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
951 before reloc sections.
952
4f65b40e
AM
9532013-11-04 Alan Modra <amodra@gmail.com>
954
955 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
956 (Symbol::needs_dynamic_reloc): Test new flag.
957 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
958 (Target_powerpc::Scan::get_reference_flags): Add target param.
959 Return FUNC_DESC_ABI for 64-bit ELFv1.
960 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
961 call.
962 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
963 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
964
908794a9
CC
9652013-10-31 Cary Coutant <ccoutant@google.com>
966
967 Restore support for dwp v2 DWARF package file format.
968
969 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
970 tu_length parameter. Adjust all callers.
971 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
972 * dwp.cc: Include dwarf.h.
973 (Section_bounds): New struct type.
974 (Unit_set): New struct type.
975 (Dwo_file::Dwo_file): Initialize new data member.
976 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
977 Combine and rename to...
978 (Dwo_file::read_unit_index): ...this.
979 (Dwo_file::sized_read_compunit_index)
980 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
981 (Dwo_file::sized_read_unit_index): ...this.
982 (Dwo_file::copy_section): Remove section_name, is_str_offsets
983 parameters; add section_id parameter.
984 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
985 (Dwo_file::add_unit_set): ...this.
986 (Dwo_file::shndx_map_): Remove.
987 (Dwo_file::sect_offsets_): New data member.
988 (Dwp_output_file::Dwp_output_file): Initialize new data members.
989 (Dwp_output_file::add_section): Rename to...
990 (Dwp_output_file::add_contribution): ...this.
991 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
992 (Dwp_output_file::add_tu_set): Likewise.
993 (Dwp_output_file::Contribution): New type.
994 (Dwp_output_file::Section::contributions): New data member.
995 (Dwp_output_file::Cu_or_tu_set): Remove.
996 (Dwp_output_file::Section::Section): New ctor.
997 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
998 (Dwp_output_file::Dwp_index::Section_table): New type.
999 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1000 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1001 parameter.
1002 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1003 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1004 (Dwp_output_file::Dwp_index::section_table): New member function.
1005 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1006 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1007 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1008 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1009 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1010 (Dwp_output_file::Dwp_index::section_table_): New data member.
1011 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1012 (Dwp_output_file::add_output_section): New member function.
1013 (Dwp_output_file::write_new_section): New member function.
1014 (Dwp_output_file::write_contributions): New member function.
1015 (Dwp_output_file::section_id_map_): New data member.
1016 (class Dwo_id_info_reader): Remove.
1017 (class Unit_reader): New class.
1018 (get_dwarf_section_name): New function.
1019 (Dwo_file::read_executable): Adjust initializations of class data.
1020 (Dwo_file::read): Add support for v2 package file format.
1021 (Dwo_file::read_unit_index): Likewise.
1022 (Dwo_file::sized_read_unit_index): Likewise.
1023 (Dwo_file::copy_section): Likewise.
1024 (Dwo_file::add_unit_set): Likewise.
1025 (Dwp_output_file::add_output_section): Likewise.
1026 (Dwp_output_file::add_contribution): Likewise.
1027 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1028 for empty slot.
1029 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1030 file format.
1031 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1032 slot.
1033 (Dwp_output_file::initialize): Remove unused function.
1034 (Dwp_output_file::finalize): Add support for v2 package file format.
1035 (Dwp_output_file::write_index): Likewise.
1036 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1037 function prototype.
1038
2500c017
CC
10392013-10-31 Cary Coutant <ccoutant@google.com>
1040
1041 * configure.ac: Fix check for -fmerge-constants.
1042 * configure.ac: Regenerate.
1043
dd0845d7
RM
10442013-10-30 Roland McGrath <mcgrathr@google.com>
1045
1046 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
1047 Correct 9-byte nop sequence to match what the assembler generates.
1048
b4f7960d
AM
10492013-10-30 Alan Modra <amodra@gmail.com>
1050
1051 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
1052 ppc64_local_entry_offset, ppc64_local_entry_offset,
1053 do_read_symbols): New functions.
1054 (Powerpc_relobj::e_flags_, st_other_): New vars.
1055 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
1056 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
1057 (Powerpc_relobj::e_flags_): New var.
1058 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
1059 and adjust for ELFv2.
1060 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
1061 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
1062 (Powerpc_dynobj::do_find_special_sections): Likewise.
1063 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
1064 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
1065 to ELFv2 local entry.
1066 (Target_powerpc::do_relax): No thread safe barriers needed for
1067 ELFv2.
1068 (Output_data_plt_powerpc::initial_plt_entry_size_,
1069 plt_entry_size): Delete. Replace all uses with
1070 first_plt_entry_offset() and plt_entry_size().
1071 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
1072 reserved_size parm. Update callers.
1073 (Output_data_plt_powerpc::entry_count): Update.
1074 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
1075 and use Target_powerpc::first_plt_entry_offset().
1076 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
1077 rename to plt_entry_size.
1078 (Output_data_plt_powerpc::add_ifunc_entry,
1079 add_local_ifunc_entry): Adjust reloc for ELFv2.
1080 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
1081 (glink_eh_frame_fde_64v2): New.
1082 (Stub_table::plt_call_size): Support ELFv2 sizing.
1083 (Output_data_glink::add_eh_frame): Use the new FDE.
1084 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
1085 (Stub_table::do_write): Write ELFv2 stubs and glink.
1086 (Target_powerpc::Relocate::relocate): Replaces nop after call
1087 with ld 2,24(1) and adjust local offset destination for ELFv2.
1088
f9c6b907
AM
10892013-10-30 Alan Modra <amodra@gmail.com>
1090
1091 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
1092 (Target_powerpc::Scan::global, local): Likewise.
1093 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
1094 on all ppc64 @h and @ha relocs.
1095
e84fe78f
AM
10962013-10-14 Alan Modra <amodra@gmail.com>
1097
1098 * output.h (Output_data_got::add_constant): Tidy.
1099 (Output_data_got::add_constant_pair): New function.
1100 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
1101 methods used so as to first call reserve_ent().
1102
679e4abf
RM
11032013-10-11 Roland McGrath <mcgrathr@google.com>
1104
44dcb735
RM
1105 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
1106 add_got_entry and add_got_entry_pair.
1107
13323c49
RM
1108 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
1109 (HAVE_PUBNAMES): Likewise.
1110 * configure: Regenerate.
1111
1496b446
RM
1112 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
1113 * testsuite/Makefile.in: Regenerate.
1114
cc84c10b
RM
1115 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
1116 Remove const from declaration.
1117 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
1118 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
1119 * output.h (Output_file_header): Remove const from member target_
1120 and corresponding constructor argument.
1121 * output.cc (Output_file_header::Output_file_header): Update prototype.
1122 (Output_file_header::do_sized_write): Use this->target_ in place
1123 of parameters()->target().
1124
52f66a2c
RM
1125 * testsuite/undef_symbol.cc (Foo::get_a): New method.
1126
2b64b551
RM
1127 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
1128 * configure: Regenerate.
1129 * Makefile.in: Regenerate.
1130 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
1131 * testsuite/merge_string_literals_2.c: Likewise.
1132 * testsuite/Makefile.am
1133 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
1134 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
1135 literal -fmerge-constants.
1136 * testsuite/Makefile.in: Regenerate.
1137
43819297
RM
1138 * i386.cc (Target_i386): Remove unused member dynbss_.
1139 * arm.cc (Target_arm): Likewise.
1140 * powerpc.cc (Target_powerpc): Likewise.
1141 * sparc.cc (Target_sparc): Likewise.
1142 * tilegx.cc (Target_tilegx): Likewise.
1143 * x86_64.cc (Target_x86_64): Likewise.
1144 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
1145 type_signature_, type_offset_.
1146 * plugin.h (Plugin_hook): Remove unused member layout_.
1147 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
1148 mapfile_.
1149 (Read_member): Remove unused members input_objects_, symtab_,
1150 mapfile_, layout_.
1151 (Check_library): Remove unused member symtab_.
1152 * archive.h (Lib_group): Remove unused member lib_.
1153 * archive.cc (Lib_group::Lib_group): Update initializer.
1154 * incremental.h (Incremental_binary): Remove unused member target_.
1155 (Incremental_script_entry): Removed unused member script_.
1156 * layout.h (Write_symbols_task): Remove unused member input_objects_.
1157 * icf.h (Icf): Remove unused member num_tracked_relocs.
1158
39d9ead7
RM
1159 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
1160 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
1161 its only use.
1162 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
1163
679e4abf
RM
1164 * archive.h: Use struct rather than class for forward declaration
1165 of Read_symbols_data.
1166
54de2ea6
CC
11672013-10-07 Cary Coutant <ccoutant@google.com>
1168
1169 PR gold/16010
1170 * testsuite/Makefile.am (icf_test): Fix dependencies.
1171 (icf_safe_test): Likewise.
1172 (icf_safe_so_test): Likewise.
1173 (large_symbol_alignment): Add empty _LDADD rule.
1174 * testsuite/Makefile.in: Regenerate.
1175
b14016f0
L
11762013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
1177
1178 PR gold/15927
1179 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
1180 relocation for R_X86_64_32 on x32.
1181
eb426534
RM
11822013-08-27 Roland McGrath <mcgrathr@google.com>
1183
1184 * output.cc (Output_segment::set_section_addresses): Take new
1185 Target* argument. If target->isolate_execinstr() and the segment
1186 is executable and starts at a target->abi_pagesize() boundary,
1187 pad its end out to a target->abi_pagesize() boundary with code fill.
1188 * output.h (Output_segment::set_section_addresses): Update decl.
1189 * layout.h (Layout::check_output_data_for_reset_values): Take new
1190 argument RELAX_OUTPUTS.
1191 (Layout): New member relax_output_list_.
1192 (Layout::add_relax_output): New method.
1193 * layout.cc (Layout::Layout): Update constructor.
1194 (Layout::reset_relax_output): New method.
1195 (Layout::clean_up_after_relaxation): Call it.
1196 (Layout::prepare_for_relaxation): Update caller.
1197 (Layout::set_segment_offsets): Update callers of set_section_addresses.
1198 Call reset_relax_output before re-processing segments for
1199 isolate_execinstr case.
1200 (Layout::write_data): Handle relax_output_list_.
1201 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
1202 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
1203
9aff4b7a
NC
12042013-08-23 Yuri Chornoivan <yurchor@ukr.net>
1205
1206 PR binutils/15834
1207 * object.h: Fix typos.
1208
93f8221c
RM
12092013-08-16 Roland McGrath <mcgrathr@google.com>
1210
1211 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
1212 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
1213
e44c3715
CC
12142013-08-07 Cary Coutant <ccoutant@google.com>
1215
1216 Revert support for v2 DWP files:
1217
1218 2013-03-01 Cary Coutant <ccoutant@google.com>
1219
1220 Add dwp support for v2 DWARF package file format.
1221 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1222 tu_length parameter. Adjust all callers.
1223 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1224 * dwp.cc: Include dwarf.h.
1225 (Section_bounds): New struct type.
1226 (Unit_set): New struct type.
1227 (Dwo_file::Dwo_file): Initialize new data member.
1228 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1229 Combine and rename to...
1230 (Dwo_file::read_unit_index): ...this.
1231 (Dwo_file::sized_read_compunit_index)
1232 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1233 (Dwo_file::sized_read_unit_index): ...this.
1234 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1235 parameters; add section_id parameter.
1236 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1237 (Dwo_file::add_unit_set): ...this.
1238 (Dwo_file::shndx_map_): Remove.
1239 (Dwo_file::sect_offsets_): New data member.
1240 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1241 (Dwp_output_file::add_section): Rename to...
1242 (Dwp_output_file::add_contribution): ...this.
1243 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1244 (Dwp_output_file::add_tu_set): Likewise.
1245 (Dwp_output_file::Contribution): New type.
1246 (Dwp_output_file::Section::contributions): New data member.
1247 (Dwp_output_file::Cu_or_tu_set): Remove.
1248 (Dwp_output_file::Section::Section): New ctor.
1249 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1250 (Dwp_output_file::Dwp_index::Section_table): New type.
1251 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1252 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1253 parameter.
1254 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1255 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1256 (Dwp_output_file::Dwp_index::section_table): New member function.
1257 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1258 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1259 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1260 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1261 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1262 (Dwp_output_file::Dwp_index::section_table_): New data member.
1263 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1264 (Dwp_output_file::add_output_section): New member function.
1265 (Dwp_output_file::write_new_section): New member function.
1266 (Dwp_output_file::write_contributions): New member function.
1267 (Dwp_output_file::section_id_map_): New data member.
1268 (class Dwo_id_info_reader): Remove.
1269 (class Unit_reader): New class.
1270 (get_dwarf_section_name): New function.
1271 (Dwo_file::read_executable): Adjust initializations of class data.
1272 (Dwo_file::read): Add support for v2 package file format.
1273 (Dwo_file::read_unit_index): Likewise.
1274 (Dwo_file::sized_read_unit_index): Likewise.
1275 (Dwo_file::copy_section): Likewise.
1276 (Dwo_file::add_unit_set): Likewise.
1277 (Dwp_output_file::add_output_section): Likewise.
1278 (Dwp_output_file::add_contribution): Likewise.
1279 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1280 for empty slot.
1281 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1282 file format.
1283 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1284 slot.
1285 (Dwp_output_file::initialize): Remove unused function.
1286 (Dwp_output_file::finalize): Add support for v2 package file format.
1287 (Dwp_output_file::write_index): Likewise.
1288 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1289 function prototype.
1290
c6905c28
CC
12912013-07-31 Cary Coutant <ccoutant@google.com>
1292
1293 * object.cc (Sized_relobj::do_output_section_address): New function.
1294 (Sized_relobj): Instantiate explicitly.
1295 * object.h (Object::output_section_address): New function.
1296 (Object::do_output_section_address): New function.
1297 (Sized_relobj::do_output_section_address): New function.
1298 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
1299
13002013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 1301 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
1302
1303 * parameters.cc (Parameters::entry): Return target-specific entry
1304 symbol name.
1305 * target.h (Target::entry_symbol_name): New function.
1306 (Target_info::entry_symbol_name): New data member.
1307
1308 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
1309 * i386.cc (Target_i386::i386_info): Likewise.
1310 (Target_i386_nacl::i386_nacl_info): Likewise.
1311 * sparc.cc (Target_sparc::sparc_info): Likewise.
1312 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
1313 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
1314 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
1315 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
1316
234d4ab8
SA
13172013-07-22 Sterling Augustine <saugustine@google.com>
1318
1319 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
1320 Convert parameter shndx to local variable. Add parameters symtab
1321 and symtab_size. Scan over section names. Find relocation
1322 section corresponding to current section. Create and initialize
1323 reloc_mapper_ and reloc_type_.
1324 (Dwarf_pubnames_table::read_header): Add assertion. Change
1325 unit_length to off_t. Initialize member unit_length_. Fill in field
1326 cu_offset_.
1327 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1328 Initialize new fields unit_length_ and cu_offset_.
1329 (Dwarf_pubnames_table::read_section): Update prototype.
1330 (Dwarf_pubnames_table::cu_offset): New member function.
1331 (Dwarf_pubnames_table::subsection_size): Likewise.
1332 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
1333 New fields.
1334 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
1335 member functions public.
1336 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
1337 Update comment. Rework logic. Move repeated parts to...
1338 (Gdb_index_info_reader::read_pubtable): ...here. New function.
1339 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
1340 pubtypes_table_, and stmt_list_offset.
1341 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
1342 Gdb_index::find_pubtype_offset,
1343 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
1344 (Gdb_index::pubnames_read): Update prototype and rework logic.
1345 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
1346 Forward declare.
1347 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
1348 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
1349 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
1350 Gdb_index::map_pubtable_to_dies):
1351 Declare functions.
1352 (Gdb_index::pubnames_read): Update declaration.
1353 (Gdb_index::Pubname_offset_map): New type.
1354 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
1355 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
1356 Gdb_index::stmt_list_offset): Declare.
1357 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
1358 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
1359 Gdb_index::pubtypes_offset_): Remove.
1360
a3ed37d8
RM
13612013-07-19 Roland McGrath <mcgrathr@google.com>
1362
1363 * options.h (General_options): Add -Trodata-segment option.
1364 * parameters.cc (Parameters::check_rodata_segment): New function.
1365 (Parameters::set_target_once): Call it.
1366 * parameters.h (Parameters): Declare it (private member function).
1367 * layout.cc (load_seg_unusable_for_headers): New function, broken
1368 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
1369 then validate rodata segment rather than text segment.
1370 (relaxation_loop_body): Call that.
1371 (is_text_segment): New function. Don't admit a non-executable
1372 segment if TARGET->isolate_execinstr().
1373 (set_segment_offsets): Call it. Honor -Trodata-segment option.
1374
eb5b4ded
CC
13752013-07-15 Shawn Landden <shawnlandden@gmail.com>
1376
1377 PR gold/15070
1378 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
1379 * nacl.h (Sniff_file::View::View): Request aligned view.
1380
4d5effb9
CC
13812013-07-11 Cary Coutant <ccoutant@google.com>
1382
1383 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
1384 correct BRLT entry size.
1385
ba8ca3e7
AM
13862013-07-03 Alan Modra <amodra@gmail.com>
1387
1388 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
1389 comment.
1390
267257d2
CC
13912013-07-01 Cary Coutant <ccoutant@google.com>
1392
1393 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
1394 reloc_type_.
1395 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
1396 (Dwarf_ranges_table::lookup_reloc): New function.
1397 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
1398 reloc_type_.
1399 (Dwarf_ranges_table::lookup_reloc): New function.
1400 (Dwarf_ranges_table::reloc_type_): New data member.
1401
06f30c9d
CC
14022013-06-27 Jing Yu <jingyu@google.com>
1403
1404 PR gold/15662
1405 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
1406 function.
1407 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
1408 (Target_powerpc::do_relax): Call the above.
1409
a2d7bf59
AM
14102013-06-27 Cary Coutant <ccoutant@google.com>
1411
1412 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
1413 on garbage collected .opd section.
1414
14152013-06-27 Alan Modra <amodra@gmail.com>
1416
1417 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
1418 is non-zero.
1419 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
1420 (Target_powerpc::do_function_location): Likewise for loc->shndx.
1421
32364e50
CC
14222013-06-14 Cary Coutant <ccoutant@google.com>
1423
1424 * resolve.cc (Symbol::override_base): Don't override st_type
1425 from plugin placeholder symbols.
1426 (Symbol_table::resolve): Likewise.
1427 (Symbol_table::should_override): Don't complain about TLS mismatch
1428 if the TO symbol is a plugin placeholder.
1429 * testsuite/Makefile.am (plugin_test_tls): New test.
1430 * testsuite/Makefile.in: Regenerate.
1431 * testsuite/plugin_test_tls.sh: New test script.
1432 * testsuite/two_file_test_2_tls.cc: New test source.
1433 * testsuite/two_file_test_tls.cc: New test source.
1434
7fb47cc9
CC
14352013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
1436
1437 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
1438 the maximum segment alignment is larger than the page size.
1439 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
1440 correctly aligns the symbols with large alignemnt.
1441 * testsuite/Makefile.in: Regenerate.
1442 * testsuite/large_symbol_alignment.cc: New file.
1443
6934001a
CC
14442013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
1445 Sriraman Tallam <tmsriram@google.com>
1446
1447 * options.h (sort_section): New option.
1448 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
1449 Rename from Input_section_sort_section_name_special_ordering_compare.
1450 (Input_section_sort_section_name_compare): New struct.
1451 * output.cc (Output_section::Input_section_sort_section_name_compare::
1452 operator()): New function.
1453 (Output_section::sort_attached_input_sections): Use new sort function
1454 for .text if --sort-section=name is specified.
1455 * layout.cc (Layout::make_output_section):
1456 Add sorting by name when --sort-section=name is specified.
1457 * testsuite/Makefile.am (text_section_grouping): Test option
1458 --sort-section=name.
1459 * testsuite/Makefile.in: Regenerate.
1460 * testsuite/section_sorting_name.cc: New file.
1461 * testsuite/section_sorting_name.sh: New file.
1462
93acabad
CC
14632013-05-21 Cary Coutant <ccoutant@google.com>
1464
1465 * symtab.h (Symbol::is_cxx_vtable): New function.
1466 * target-reloc.h (relocate_section): Check for vtable symbol.
1467 * testsuite/Makefile.am (missing_key_func.sh): New test case.
1468 * testsuite/Makefile.in: Regenerate.
1469 * testsuite/missing_key_func.cc: New test source.
1470 * testsuite/missing_key_func.sh: New test script.
1471
60e8b3fc
CC
14722013-05-21 Cary Coutant <ccoutant@google.com>
1473
2b64b551
RM
1474 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
1475 type of enclosing symbol.
1476 (Relocate_info::location): Check symbol type when describing symbol.
1477 * object.h (Symbol_location_info): Remove unused line_number;
1478 add enclosing_symbol_type.
1479 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 1480
9df9de2c
CC
14812013-05-13 Cary Coutant <ccoutant@google.com>
1482
2b64b551
RM
1483 * configure.ac: Export DEFAULT_TARGET.
1484 * configure: Regenerate.
1485 * Makefile.in: Regenerate.
1486 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
1487 * testsuite/Makefile.in: Regenerate.
1488 * testsuite/debug_msg.sh: Delete duplicate tests.
1489 Don't check undef_int error message match for powerpc where the
1490 source file and line number aren't available.
9df9de2c 1491
bbc5ae17
RM
14922013-05-10 Roland McGrath <mcgrathr@google.com>
1493
1494 * options.h (General_options): Add --rosegment-gap option.
1495 * options.cc (finalize): --rosegment-gap implies --rosegment.
1496 * layout.cc (set_segment_offsets): Let user option override
1497 target->rosegment_gap().
1498
0c6e6c39
RM
14992013-05-10 Roland McGrath <mcgrathr@google.com>
1500
1501 * options.h (General_options): Remove leading space from help
1502 messages for -nostdlib and --rosegment.
1503
cde7cb01
MR
15042013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
1505
1506 PR ld/15365
1507 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
1508
f31ae5b8
AM
15092013-05-03 Alan Modra <amodra@gmail.com>
1510
1511 * merge.cc (Output_merge_string::do_add_input_section): Correct
1512 scan for number of strings. Rename vars to avoid shadowing.
1513 Include missing terminator in input_size_.
1514
d3a7cd45
L
15152013-05-01 H.J. Lu <hongjiu.lu@intel.com>
1516
1517 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
1518 Restore empty string handling.
1519
6ad3daba
CC
15202013-05-01 Cary Coutant <ccoutant@google.com>
1521
1522 * stringpool.cc (Stringpool_template::new_key_offset): Fix
1523 uninitialized warning.
1524
e31908b6
CC
15252013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
1526
1527 * output.cc (Output_section::add_merge_input_section): Allow
1528 to merge sections if the alignment is more than character size.
1529 * merge.h (Output_merge_string::Output_merge_string): Remove
1530 assert.
1531 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
1532 only not-null strings. Check the alignment of strings.
1533 * stringpool.h
1534 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
1535 alignment as the argument.
1536 (Stringpool_template<Stringpool_char>::addralign_): New class member.
1537 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
1538 Align non-zero length strings according to the addralign_.
1539 (Stringpool_template<Stringpool_char>::set_string_offsets):
1540 Updating offsets according to the given alignment.
1541 * testsuite/Makefile.am (text_section_grouping): Test if string
1542 literals are getting merged.
1543 * testsuite/Makefile.in: Regenerate.
1544 * testsuite/merge_string_literals_1.c: New file.
1545 * testsuite/merge_string_literals_2.c: Ditto.
1546 * testsuite/merge_string_literals.sh: Ditto.
1547
0e804863
ILT
15482013-04-26 Ian Lance Taylor <iant@google.com>
1549
1550 * target-reloc.h (relocate_section): If the reloc offset is out of
1551 range, pass VIEW as NULL to relocate.relocate.
1552 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
1553 * i386.cc (Target_i386::Relocate::relocate): Likewise.
1554 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
1555 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
1556 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
1557 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
1558
e7c5ea40
CC
15592013-04-26 Geoff Pike <gpike@chromium.org>
1560
1561 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
1562 * layout.cc (Hash_task): New class.
1563 (Layout::queue_build_id_tasks): New function.
1564 (Layout::write_build_id): Handle single-thread portion of build ID
1565 computation. (In some cases, all of it is single-threaded.) Replace
1566 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
1567 functionality in fewer lines of code.
1568 * layout.h (Layout::queue_build_id_tasks): New function declaration.
1569 * options.h (General_options): make "--build-id" default to tree
1570 rather than sha1. Add two new options related to --build-id=tree:
1571 --build-id-chunk-size-for-treehash and
1572 --build-id-min-file-size-for-treehash.
1573 * Makefile.am: add testing of --build-id=tree and related new options
1574 (these tests will be invoked by "make check").
1575 * Makefile.in: Regenerate.
1576
49926cd0
AM
15772013-04-25 Alan Modra <amodra@gmail.com>
1578
1579 * configure.tgt: Add powerpcle and powerpc64le.
1580
a4034750
AM
15812013-04-22 Alan Modra <amodra@gmail.com>
1582
1583 PR gold/15355
1584 * layout.cc (Layout::segment_precedes): Allow more than one
1585 segment with the same type and flags.
1586
e79c84aa
CC
15872013-04-15 Cary Coutant <ccoutant@google.com>
1588
1589 * layout.cc (Layout::set_relocatable_section_offsets): Don't
1590 allocate space in file for BSS sections.
1591
2199fbe7
CC
15922013-04-15 Cary Coutant <ccoutant@google.com>
1593
1594 * script-sections.cc (Orphan_output_section): Reset address
1595 to zero after each orphaned section for relocatable links.
1596
502e8a84
CC
15972013-04-15 Cary Coutant <ccoutant@google.com>
1598
a4034750
AM
1599 * symtab.cc (Symbol_table::sized_write_globals): Subtract
1600 section starting address for relocatable link.
1601 * testsuite/Makefile.am (script_test_11): New test.
1602 * testsuite/Makefile.in: Regenerate.
1603 * testsuite/script_test_11.c: New source file.
1604 * testsuite/script_test_11.t: New linker script.
502e8a84 1605
0cfdc767
AM
16062013-04-13 Alan Modra <amodra@gmail.com>
1607
1608 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
1609 owner when sections are not adjacent and exceed group size.
1610 (Target_powerpc::group_sections): Handle corner case.
1611 (Target_powerpc::Branch_info::make_stub): Handle case where
1612 stub table doesn't exist due to branches in non-exec sections.
1613 (Target_powerpc::Relocate::relocate): Likewise.
1614
6830ee24
AM
16152013-04-11 Alan Modra <amodra@gmail.com>
1616
1617 PR gold/15354
1618 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
1619 .branch_lt to match bfd ld. Adjust comments throughout file.
1620
54a3d865
ILT
16212013-04-04 Ian Lance Taylor <iant@google.com>
1622
1623 GCC PR c++/56840
1624 * object.cc (do_layout_deferred_sections): Handle .eh_frame
1625 sections before checking whether they are included in the link.
1626
9993ba11
ST
16272013-03-29 Sriraman Tallam <tmsriram@google.com>
1628
1629 * archive.cc (Archive::get_elf_object_for_member): Create the elf
1630 object before calling the plugin claim_file handler. Pass the elf
1631 object of the archive to the plugin. Delete the elf object if the
1632 plugin claims the file.
1633
ebacd51e
AM
16342013-03-21 Alan Modra <amodra@gmail.com>
1635
1636 * layout.cc (Layout::set_segment_offsets): Accept writable .text
1637 segment when omagic.
1638
117be58f
AM
16392013-03-21 Alan Modra <amodra@gmail.com>
1640
1641 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
1642 comparison warning.
1643 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
1644 uninitialized" warning.
1645
32e2b61d
AM
16462013-03-20 Alan Modra <amodra@gmail.com>
1647
1648 * symtab.h (Symbol::clear_version): New function.
1649 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
1650 is_needed by weak references. Clear version for symbols defined
1651 in as-needed objects that are not needed.
1652
b3ccdeb5
AM
16532013-03-15 Alan Modra <amodra@gmail.com>
1654
1655 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
1656 static and public. Add report_err param. Return false for data refs.
1657 (Target_powerpc::rela_dyn_section): New overloaded function.
1658 (Target_powerpc::plt_, iplt_): Elucidate.
1659 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
1660 (Output_data_plt_powerpc::do_write): Don't write .iplt.
1661 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
1662 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
1663 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
1664 push_branch and make_plt_entry for ifunc syms when
1665 reloc_needs_plt_for_ifunc.
1666 (Target_powerpc::Relocate::relocate): Don't use plt entry value
1667 for ifunc unless reloc_needs_plt_for_ifunc.
1668
ad3d8a2f
AM
16692013-03-15 Alan Modra <amodra@gmail.com>
1670
1671 * gc.h (gc_process_relocs): Don't look through function descriptors.
1672 * icf.cc (get_section_contents): Do so here instead.
1673
4d9aa155
AM
16742013-03-13 Alan Modra <amodra@gmail.com>
1675
1676 * powerpc.cc (is_branch_reloc): Forward declare.
1677 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1678 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1679 false for 64-bit, true for 32-bit non-branch relocs.
1680 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1681 * testsuite/Makefile.am (icf_test): Use linker map file instead of
1682 nm output.
1683 (icf_safe_test): Generate linker map file as well as nm output.
1684 (icf_safe_so_test): Likewise.
1685 * testsuite/Makefile.in: Regenerate.
1686 * testsuite/icf_test.sh: Parse linker map file to determine
1687 section folding.
1688 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
1689 * testsuite/icf_safe_so_test.sh: Likewise.
1690 (X86_32_or_ARM_specific_safe_fold): Merge into..
1691 (arch_specific_safe_fold): ..this.
1692 (X86_64_specific_safe_fold): Delete unused function.
1693
57420c20
AM
16942013-03-12 Alan Modra <amodra@gmail.com>
1695
1696 * gc.h (gc_process_relocs): Look through function descriptors
1697 to determine shndx, symvalue and addend used by ICF. Tidy
1698 variable duplication.
1699
dc3714f3
AM
17002013-03-11 Alan Modra <amodra@gmail.com>
1701
1702 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1703 * layout.cc (Layout_task_runner::run): ..to here.
1704 * symtab.h (struct Symbol_location): Extract from..
1705 (class Symbol_table): ..here.
1706 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1707 * target.h (class Target): Add function_location and
1708 do_function_location functions.
1709 (class Sized_target): Add do_function_location.
1710 * object.h (class Sized_relobj_file): Move find_shdr..
1711 (class Object): ..to here.
1712 * object.cc: Likewise. Update to suit. Instantiate.
1713 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1714 * powerpc.cc (class Powerpc_dynobj): New.
1715 (Target_powerpc::do_function_location): New function.
1716 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1717 (Powerpc_dynobj::do_read_symbols): New function.
1718 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1719
956b03bb
ILT
17202013-03-08 Ian Lance Taylor <iant@google.com>
1721
1722 * options.cc (General_options::string_to_object_format): Accept
1723 "default".
1724
4bead2d5
AM
17252013-03-08 Alan Modra <amodra@gmail.com>
1726
1727 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1728 pointer to Post_fde.
1729 (struct Post_fde): Move definition to here..
1730 * ehframe.cc (struct Post_fde): ..from here.
1731 (Cie::write): Don't alloc Post_fde.
1732 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
1733
02e60bf7
AM
17342013-03-07 Alan Modra <amodra@gmail.com>
1735
1736 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1737 relocation referencing .LC0.
1738 * testsuite/discard_locals_test.sh: Remove FIXMEs.
1739
8343f03a
AM
17402013-03-07 Alan Modra <amodra@gmail.com>
1741
1742 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1743 always_inline. Add assembly for powerpc to avoid GOT.
1744
3366d57c
AM
17452013-03-07 Alan Modra <amodra@gmail.com>
1746
1747 * testsuite/script_test_10.sh: Don't test .bss section
1748 header number.
1749
6c77229c
AM
17502013-03-06 Alan Modra <amodra@gmail.com>
1751
1752 * powerpc.cc (class Powerpc_relobj): Move some member functions.
1753 (Target_powerpc::symval_for_branch): Add symtab param. Update
1754 all callers. Handle folded sections.
1755 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1756 to Powerpc_relobj.
1757 (Global_symbol_visitor_opd::operator()): Likewise.
1758
a39e4af6
AM
17592013-03-04 Alan Modra <amodra@gmail.com>
1760
1761 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1762 * testsuite/Makefile.in: Regenerate.
1763
d5834edb
CC
17642013-03-01 Cary Coutant <ccoutant@google.com>
1765
1766 Add dwp support for v2 DWARF package file format.
1767 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1768 tu_length parameter. Adjust all callers.
1769 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1770 * dwp.cc: Include dwarf.h.
1771 (Section_bounds): New struct type.
1772 (Unit_set): New struct type.
1773 (Dwo_file::Dwo_file): Initialize new data member.
1774 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1775 Combine and rename to...
1776 (Dwo_file::read_unit_index): ...this.
1777 (Dwo_file::sized_read_compunit_index)
1778 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1779 (Dwo_file::sized_read_unit_index): ...this.
1780 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1781 parameters; add section_id parameter.
1782 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1783 (Dwo_file::add_unit_set): ...this.
1784 (Dwo_file::shndx_map_): Remove.
1785 (Dwo_file::sect_offsets_): New data member.
1786 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1787 (Dwp_output_file::add_section): Rename to...
1788 (Dwp_output_file::add_contribution): ...this.
1789 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1790 (Dwp_output_file::add_tu_set): Likewise.
1791 (Dwp_output_file::Contribution): New type.
1792 (Dwp_output_file::Section::contributions): New data member.
1793 (Dwp_output_file::Cu_or_tu_set): Remove.
1794 (Dwp_output_file::Section::Section): New ctor.
1795 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1796 (Dwp_output_file::Dwp_index::Section_table): New type.
1797 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1798 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1799 parameter.
1800 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1801 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1802 (Dwp_output_file::Dwp_index::section_table): New member function.
1803 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1804 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1805 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1806 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1807 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1808 (Dwp_output_file::Dwp_index::section_table_): New data member.
1809 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1810 (Dwp_output_file::add_output_section): New member function.
1811 (Dwp_output_file::write_new_section): New member function.
1812 (Dwp_output_file::write_contributions): New member function.
1813 (Dwp_output_file::section_id_map_): New data member.
1814 (class Dwo_id_info_reader): Remove.
1815 (class Unit_reader): New class.
1816 (get_dwarf_section_name): New function.
1817 (Dwo_file::read_executable): Adjust initializations of class data.
1818 (Dwo_file::read): Add support for v2 package file format.
1819 (Dwo_file::read_unit_index): Likewise.
1820 (Dwo_file::sized_read_unit_index): Likewise.
1821 (Dwo_file::copy_section): Likewise.
1822 (Dwo_file::add_unit_set): Likewise.
1823 (Dwp_output_file::add_output_section): Likewise.
1824 (Dwp_output_file::add_contribution): Likewise.
1825 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1826 for empty slot.
1827 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1828 file format.
1829 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1830 slot.
1831 (Dwp_output_file::initialize): Remove unused function.
1832 (Dwp_output_file::finalize): Add support for v2 package file format.
1833 (Dwp_output_file::write_index): Likewise.
1834 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1835 function prototype.
1836
a68a081d
CC
18372013-03-01 Cary Coutant <ccoutant@google.com>
1838
1839 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1840 function into class definition in header file.
1841 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1842 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1843 New function.
1844 (Dwarf_info_reader::check_buffer): Move here from .cc file.
1845
9d5781f8
AM
18462013-02-28 Alan Modra <amodra@gmail.com>
1847
1848 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1849 * target.cc (Target::do_plt_fde_location): New function.
1850 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1851 accessor function, and constructor param.
1852 (struct Post_fde, Post_fdes): Declare.
1853 (Cie::write): Add post_fdes param.
1854 * ehframe.cc (Fde::write): Use plt_fde_location.
1855 (struct Post_fde): Define.
1856 (Cie::write): Stash FDEs added post merge mapping.
1857 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1858 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
1859 (Eh_frame::do_sized_write): Arrange to write post map FDES after
1860 other FDEs.
1861 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1862 (Target_powerpc::has_glink): New function.
1863 (Target_powerpc::do_relax): Add eh_frame info for stubs.
1864 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1865 glink_eh_frame_fde_32, default_fde): New data.
1866 (Stub_table::eh_frame_added_): New var.
1867 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1868 Make const.
1869 (Stub_table::add_eh_frame): New function.
1870 (Output_data_glink::add_eh_frame): New function.
1871 (Target_powerpc::make_glink_section): Call add_eh_frame.
1872
214383dd
ILT
18732013-02-15 Ian Lance Taylor <iant@google.com>
1874
1875 * options.h (DEFINE_uint64_alias): Define.
1876 (class General_options): Add -Ttext-segment as an alias for
1877 -Ttext.
1878
91c2b899
AM
18792013-02-15 Alan Modra <amodra@gmail.com>
1880
1881 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1882 (Stub_table::do_write): ..here, two places.
1883 (Stub_table::plt_call_size): Use it here too.
1884
20e2a8aa
ILT
18852013-02-11 Ian Lance Taylor <iant@google.com>
1886
1887 * descriptors.cc (Descriptors::close_all): New function.
1888 * descriptors.h (class Descriptors): Declare close_all.
1889 (close_all_descriptors): New inline function.
1890 * plugin.cc: Include "descriptors.h".
1891 (Plugin_manager::cleanup): Call close_all_descriptors.
1892
8952bc69
AM
18932013-02-06 Alan Modra <amodra@gmail.com>
1894
1895 * README: Update coding style link.
1896
29bd8b6b
CC
18972013-01-28 Cary Coutant <ccoutant@google.com>
1898
a4034750
AM
1899 * dwp.cc (File_list): New typedef.
1900 (Dwo_name_info_reader): New class.
1901 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1902 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1903 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1904 (Dwo_file::read_executable): New function.
1905 (Dwo_file::read): Move common setup code to ...
1906 (Dwo_file::make_object): ... here.
1907 (dwp_options): Add --exec/-e.
1908 (usage): Likewise.
1909 (main): Likewise.
29bd8b6b 1910
c6ac678d
ST
19112013-01-24 Sriraman Tallam <tmsriram@google.com>
1912
1913 * layout.cc (Layout::layout): Check for option text_reorder.
1914 (Layout::make_output_section): Ditto.
1915 * options.h (text_reorder): New option.
1916 * output.cc (Input_section_sort_compare): Remove special ordering
1917 of section names.
1918 (Output_section::
1919 Input_section_sort_section_name_special_ordering_compare::
1920 operator()): New function.
1921 (Output_section::sort_attached_input_sections): Use new sort function
1922 for .text.
1923 * output.h (Input_section_sort_section_name_special_ordering_compare):
1924 New struct.
1925 * testsuite/Makefile.am (text_section_grouping): Test option
1926 --no-text-reorder
1927 * testsuite/Makefile.in: Regenerate.
1928 * testsuite/text_section_grouping.sh: Check order of functions without
1929 default text reordering.
1930
50701cc1
MF
19312013-01-18 Mike Frysinger <vapier@gentoo.org>
1932
1933 * options.h (General_options): Change default to true for new_dtags.
1934
b1b00fcc
MF
19352013-01-18 Mike Frysinger <vapier@gentoo.org>
1936
1937 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1938 when enable_new_dtags is false. Only add DT_RUNPATH when
1939 enable_new_dtags is true.
1940
ec5b8187
AM
19412013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
1942
1943 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1944 used in declaration and definition consistent.
1945 (Target_powerpc::symval_for_branch): Ditto.
1946
a880d4c4
ST
19472013-01-16 Sriraman Tallam <tmsriram@google.com>
1948
1949 * testsuite/plugin_final_layout.cc: Fix comment.
1950
7c381248
ST
19512013-01-16 Sriraman Tallam <tmsriram@google.com>
1952
1953 * layout.cc (Layout::layout): Do not do default sorting for
1954 text sections when section ordering is specified.
1955 (make_output_section): Ditto.
1956 * testsuite/plugin_final_layout.cc: Name the function sections
1957 to catch reordering issues.
1958
e2458743
AM
19592013-01-15 Alan Modra <amodra@gmail.com>
1960
1961 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1962 plt-thread-safe.
1963
431ed302
AM
19642013-01-15 Alan Modra <amodra@gmail.com>
1965
1966 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1967 * testsuite/Makefile.in: Regenerate.
1968
0ec6429b
AM
19692013-01-14 Alan Modra <amodra@gmail.com>
1970
1971 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1972 * testsuite/Makefile.in: Regenerate.
1973
0bf402d5
ILT
19742013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
1975
36af3926 1976 PR bfd/14430
0bf402d5
ILT
1977 Fix mingw gold build with plugins enabled
1978 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1979 * configure.ac: Export DLOPEN_LIBS and add headers check.
1980 * plugin.cc: Handle non-dlfcn case.
1981 * Makefile.in: Regenerate.
1982 * config.in: Regenerate.
1983 * configure: Regenerate.
1984 * testsuite/Makefile.in: Regenerate.
1985
9e9143bc
ST
19862013-01-09 Sriraman Tallam <tmsriram@google.com>
1987
1988 * output.h (sort_attached_input_sections): Change to be public.
1989 * script-sections.cc
1990 (Output_section_definition::set_section_addresses): Sort
1991 attached input sections according to section order before linker
1992 script assigns section addresses.
1993 (Orphan_output_section::set_section_addresses): Sort
1994 attached input sections according to section order before linker
1995 script assigns section addresses.
1996 * Makefile.am (final_layout.sh): Use a simple linker script to
1997 check if section ordering still works.
1998 * Makefile.in: Regenerate.
1999
679af368
ILT
20002013-01-09 Ben Cheng <bccheng@google.com>
2001
2002 * arm.cc (Target_arm::attributes_accept_div): New function.
2003 (Target_arm::attributes_forbid_div): New function.
2004 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
2005 attribute using the same new functions as what bfd/elf32_arm.c
2006 does.
2007
3136a00e
CC
20082013-01-07 Cary Coutant <ccoutant@google.com>
2009
2010 PR gold/14993
2011 * output.cc (Output_section::add_input_section): For incremental
2012 updates, don't track input sections that are allocated from patch
2013 space.
2014
f2a6224b
L
20152013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2016 Ian Lance Taylor <iant@google.com>
2017
2018 PR gold/14897
2019 * configure.ac (--enable-ld): Removed.
2020 (install_as_default): Set to yes only for --enable-gold=default
2021 or --disable-ld.
2022 * configure: Regenerated.
2023
4f46f626
L
20242013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2025
2026 * options.h (General_options): Add -fuse-ld= for GCC linker
2027 option compatibility.
2028
26e4ef59
CC
20292013-01-04 Cary Coutant <ccoutant@google.com>
2030
2031 * configure.ac: Fix typo restoring CXXFLAGS.
2032 * configure: Regenerate.
2033
3d587466
CC
20342013-01-04 Cary Coutant <ccoutant@google.com>
2035
4f46f626
L
2036 * testsuite/Makefile.am (CXXLINK_S): New macro.
2037 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
2038 * testsuite/Makefile.in: Regenerate.
3d587466 2039
44db6695
L
20402013-01-02 H.J. Lu <hongjiu.lu@intel.com>
2041
2042 * version.cc (print_version): Update copyright year to 2013.
2043
edcac0c1
ILT
20442012-12-20 Ian Lance Taylor <iant@google.com>
2045
2046 * layout.cc (Layout::special_ordering_of_input_section): New
2047 function.
2048 (Layout::layout): If input section requires special ordering, must
2049 sort input sections.
2050 (Layout::make_output_section): May sort .text input sections.
2051 (Layout::is_section_name_prefix_grouped): Remove.
2052 * layout.h (class Layout): Declare
2053 special_ordering_of_input_section. Don't declare
2054 is_section_name_prefix_grouped.
2055 * output.cc (Output_section::add_input_section): Revert last
2056 change.
2057 (Output_section::Input_section_sort::match_file_name): Don't crash
2058 if called on output section data.
2059 (Output_section::Input_section_sort_compare): Sort based on
2060 special ordering.
2061 (Output_section::Input_section_sort_section_order_index_compare):
2062 Revert last patch.
2063 (Output_section::sort_attached_input_sections): Likewise.
2064
28f2a4ac
ST
20652012-12-18 Sriraman Tallam <tmsriram@google.com>
2066
edcac0c1 2067 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
2068 * layout.h (Layout::is_section_name_prefix_grouped): New function.
2069 * output.cc (Output_section::add_input_section): Check if section
2070 name contains special prefix. Keep input sections to sort such
2071 sections.
2072 (Output_section::Input_section_sort_section_order_index_compare
2073 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
2074 (Output_section::sort_attached_input_sections): Add condition to
2075 Input_section_entry constructor call.
28f2a4ac
ST
2076 * testsuite/Makefile.am (text_section_grouping): New test.
2077 * testsuite/Makefile.in: Regenerate.
2078 * testsuite/text_section_grouping.cc: New file.
2079 * testsuite/text_section_grouping.sh: New file.
2080
5bf135a7
NC
20812012-12-17 Nick Clifton <nickc@redhat.com>
2082
2083 * Makefile.am: Add copyright notice.
2084 * NEWS: Likewise.
2085 * README: Likewise.
2086 * configure.ac: Likewise.
2087 * ftruncate.c: Likewise.
2088 * Makefile.in: Regenerate.
2089
59965708
CC
20902012-12-14 Cary Coutant <ccoutant@google.com>
2091
a4034750
AM
2092 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
2093 --no-as-needed flag.
2094 (exception_separate_shared_12_test): Likewise.
2095 (incremental_copy_test): Likewise.
2096 * testsuite/Makefile.in: Regenerate.
59965708 2097
2a77e2ab
CC
20982012-12-14 Cary Coutant <ccoutant@google.com>
2099
2100 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
2101 (Dwp_output_file::Dwp_index::enter_set): Add assert.
2102
e3deeb9c
AM
21032012-12-12 Alan Modra <amodra@gmail.com>
2104
2105 * powerpc.cc (class Track_tls): New.
2106 (class Relocate, class Scan): Inherit Track_tls.
2107 (Target_powerpc::Scan::local, global): Track tls optimization
2108 and avoid creating plt entry for __tls_get_addr if all uses
2109 are optimized away.
2110 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
2111
d8f5a274
AM
21122012-12-12 Alan Modra <amodra@gmail.com>
2113
2114 * options.h (General_options): Add --toc-sort/--no-toc-sort.
2115 Replace no_toc_optimize with toc_optimize.
2116 * output.h (Output_section::input_sections): Provide non-const variant.
2117 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
2118 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
2119 accessors.
2120 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
2121 (class Sort_toc_sections): New.
2122 (Target_powerpc::do_finalize_sections): Sort toc sections.
2123 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
2124
4c8a1de1
RM
21252012-12-10 Roland McGrath <mcgrathr@google.com>
2126
2127 * testsuite/binary_unittest.cc (read_all): New function.
2128 (Sized_binary_test): Use it instead of ::read.
2129 * fileread.cc (do_read): Don't assume pread always reads the whole
2130 amount in a single call.
2131
edc27beb
AM
21322012-12-10 Alan Modra <amodra@gmail.com>
2133
2134 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
2135 Set EM_PPC64 or EM_PPC here.
2136 (Target_selector_powerpc::do_recognize): Delete.
2137
906b9150
AM
21382012-12-10 Alan Modra <amodra@gmail.com>
2139
2140 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
2141 stub_table_.
2142 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
2143
418c15ae
RM
21442012-12-07 Roland McGrath <mcgrathr@google.com>
2145
2146 * testsuite/binary_unittest.cc (Sized_binary_test):
2147 Use open_descriptor rather than ::open.
2148
decdd3bc
AM
21492012-12-07 Alan Modra <amodra@gmail.com>
2150
2151 * powerpc.cc (Stub_table::do_write): Delete redundant Address
2152 typedef and invalid_address constant.
2153 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
2154 instantiate constants.
2155
db399005
ILT
21562012-12-06 Roland McGrath <mcgrathr@google.com>
2157
2158 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
2159 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
2160 * aclocal.m4: Regenerate.
2161 * configure: Regenerate.
2162 * Makefile.in: Regenerate.
2163 * testsuite/Makefile.in: Regenerate.
2164
aba6bc71
AM
21652012-12-07 Alan Modra <amodra@gmail.com>
2166
2167 * options.h (General_options): Add no_toc_optimize.
2168 * powerpc.cc (ok_lo_toc_insn): New function.
2169 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
2170
9e69ed50
AM
21712012-12-06 Alan Modra <amodra@gmail.com>
2172
2173 * options.h (General_options): Add plt_align, plt_static_chain,
2174 plt_thread_safe. Update stub_group_size help text.
2175 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
2176 for new plt_thread_safe_ var.
2177 (use_plt_offset): Correct comments.
2178 (Target_powerpc::do_relax): Look for thread creation symbols to
2179 determine default plt_thread_safe value. Clear plt call stubs
2180 as well as branch stubs each iteration.
2181 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
2182 insn constants.
2183 (l, hi, ha, write_insn): Move earlier.
2184 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
2185 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
2186 plt stubs too.
2187 (Stub_table::update_size): Adjust.
2188 (Stub_table::prev_size, set_prev_size): Delete.
2189 (Stub_table::stub_align): Let --plt-align affect result.
2190 (Stub_table::plt_call_size): Calculate sizes for various stubs.
2191 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
2192 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
2193 (Stub_table::do_write): Support more stub variants.
2194
f43ba157
AM
21952012-12-04 Alan Modra <amodra@gmail.com>
2196
2197 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
2198 (Target_powerpc::do_define_standard_symbols): New function.
2199
34171bc5
AM
22002012-12-03 Alan Modra <amodra@gmail.com>
2201
2202 * output.h: Formatting, whitespace.
2203
dc9589e9 22042012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
2205
2206 * layout.h (Layout::get_executable_sections): Declare.
2207 * layout.cc (Layout::get_executable_sections): New function.
2208 * arm.cc (Target_arm::group_sections): Use it.
2209 (Arm_output_section::group_sections): Delete now redundant test.
2210 * output.cc (Output_reloc::Output_reloc): Add is_relative.
2211 param to handle relative relocs.
2212 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
2213 (Output_data_reloc::add_absolute): Adjust.
2214 (Output_data_reloc::add_relative): New function.
2215 (Output_data::reset_data_size): New function.
2216 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
2217 (Output_section::set_addralign): New function.
2218 (Output_section::checkpoint_set_addralign): New function.
2219 (Output_section::clear_section_offsets_need_adjustment): New function.
2220 (Output_section::input_sections): Make public.
2221 * powerpc.cc (class Output_data_brlt_powerpc): New.
2222 (class Stub_table, class Stub_control): New.
2223 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
2224 stub_table_, set_stub_table, stub_table): New vectors and accessor
2225 functions.
2226 (Target_powerpc::do_may_relax, do_relax, push_branch,
2227 new_stub_table, stub_tables, brlt_section, group_sections,
2228 add_branch_lookup_table, find_branch_lookup_table,
2229 write_branch_lookup_table, make_brlt_section): New functions.
2230 (Target_powerpc::struct Sort_sections, class Branch_info): New.
2231 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
2232 branch_info_): New vars.
2233 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
2234 make call stubs here.
2235 (Output_data_glink): Remove all call stub handling from this class.
2236 (Target_powerpc::Scan::local, global): Save interesting branch
2237 relocs and relocs for ifunc. Adjust calls to plt entry functions.
2238 (Target_powerpc::do_finalize_sections): Only make reg save/restore
2239 functions on final link.
2240 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
2241 Handle long branch destinations too.
2242 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
2243 do_plt_address_for_local): Adjust lookup of plt call stubs.
2244
627b30b7
AM
22452012-11-30 Alan Modra <amodra@gmail.com>
2246
2247 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
2248 relocs against protected symbols when building 32-bit shared libs.
2249
40b469d7
AM
22502012-11-30 Alan Modra <amodra@gmail.com>
2251
2252 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
2253 param. Call got_section() to make .got. Update all callers
2254 and their callers and so on.
2255
bb66a627
AM
22562012-11-30 Alan Modra <amodra@gmail.com>
2257
2258 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
2259 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
2260 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
2261 value if it already exists.
2262
d2cf1c6c
L
22632012-11-19 H.J. Lu <hongjiu.lu@intel.com>
2264
2265 PR gold/14858
2266 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
2267
edccdf7c
RM
22682012-11-14 Roland McGrath <mcgrathr@google.com>
2269
2270 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
2271 than bfc instruction for data sandboxing.
2272
6febeb74
AM
22732012-11-08 Alan Modra <amodra@gmail.com>
2274
2275 * po/POTFILES.in: Regenerate.
2276
0a6f1bf2
AM
22772012-11-05 Alan Modra <amodra@gmail.com>
2278
2279 * configure.ac: Apply 2012-09-10 change to config.in here.
2280 * configure: Regenerate.
2281
26a4e9cb
AM
22822012-11-05 Alan Modra <amodra@gmail.com>
2283
2284 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
2285 (struct Opd_ent): Use "Address" rather than "Offset".
2286 (Output_data_got_powerpc::got_base_offset): Return Valtype.
2287 (Target_powerpc::got_section): Make public.
2288 (Target_powerpc::scan_relocs): Move code setting symbols..
2289 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
2290 Create _SDA_BASE_ only when referenced.
2291
cc928013
RM
22922012-11-02 Roland McGrath <mcgrathr@google.com>
2293
2294 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
2295 from last change.
2296
50ed5eb1
RM
22972012-11-01 Roland McGrath <mcgrathr@google.com>
2298
62fe925a
RM
2299 * target.h (Sized_target::relocate_relocs): Use Elf_Off
2300 for offset_in_output_section parameter.
2301 (Sized_target::relocate_special_relocatable): Likewise.
2302 * arm.cc (Target_arm::relocate_relocs): Likewise.
2303 (Target_arm::relocate_special_relocatable): Likewise.
2304 * i386.cc (Target_i386::relocate_relocs): Likewise.
2305 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
2306 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
2307 * target-reloc.h (relocate_relocs): Likewise.
2308 * testsuite/testfile.cc (Target_test): Likewise.
2309 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
2310 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
2311
2312 * system.h: Move inclusion of <clocale> to after <libintl.h> in
2313 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
2314
2315 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
2316 parameter, which is unused in the [!F_SETFD] case.
2317
50ed5eb1
RM
2318 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
2319 SYMNDX to off_t before comparing it to this->data_size().
2320 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
2321 * incremental.cc (Output_section_incremental_inputs::do_write):
2322 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
2323
2cadc0bf
RM
2324 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
2325
3bfcb652
NC
23262012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
2327
2328 * gold.cc (Target_arm::do_adjust_elf_header): Add the
2329 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
2330 in EABI_VER5.
2331
c1a8d56e
CC
23322012-10-29 Cary Coutant <ccoutant@google.com>
2333
2334 * dwp.cc (usage): Add file and exit status parameters;
2335 add --help and --version options.
2336 (print_version): New function.
2337 (main): Add --help and --version options.
2338
b2490a7b
L
23392012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2340
2341 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
2342 final_layout_sequence.txt.
2343 * testsuite/Makefile.in: Regenerated.
2344
aa543512
L
23452012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2346
2347 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
2348 COMPILE generated by automake.
2349 (LINK1): Likewise.
2350 (CXXCOMPILE1): Likewise.
2351 (CXXLINK1): Likewise.
2352 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
2353 (LINK): Likewise.
2354 (CXXCOMPILE): Likewise.
2355 (CXXLINK): Likewise.
2356 * testsuite/Makefile.in: Regenerated.
2357
d361fafb
L
23582012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2359
2360 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
2361 on bad fwrite return.
2362
598c7410
L
23632012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2364
2365 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
2366 on val.
2367
35c813e2
CC
23682012-10-23 Cary Coutant <ccoutant@google.com>
2369
2370 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
2371 * testsuite/Makefile.in: Regenerate.
2372 * testsuite/dwp_test.h: New source file.
2373 * testsuite/dwp_test_1.cc: New source file.
2374 * testsuite/dwp_test_1.s: New source file.
2375 * testsuite/dwp_test_1.sh: New source file.
2376 * testsuite/dwp_test_1b.cc: New source file.
2377 * testsuite/dwp_test_1b.s: New source file.
2378 * testsuite/dwp_test_2.cc: New source file.
2379 * testsuite/dwp_test_2.s: New source file.
2380 * testsuite/dwp_test_2.sh: New source file.
2381 * testsuite/dwp_test_main.cc: New source file.
2382 * testsuite/dwp_test_main.s: New source file.
2383
77429909
CC
23842012-10-23 Cary Coutant <ccoutant@google.com>
2385
2386 * dwp.h: New header file.
2387 * dwp.cc: New source file.
2388 * gold.h: Move shared declarations to system.h.
2389 * system.h: New header file.
2390 * Makefile.am: Add dwp.
2391 * Makefile.in: Regenerate.
2392
ed5d6712
CC
23932012-10-23 Cary Coutant <ccoutant@google.com>
2394
2395 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
2396 Dwarf_info_reader::read_from_pointer.
2397 (Dwarf_pubnames_table::read_header): Likewise.
2398 (Dwarf_pubnames_table::next_name): Likewise.
2399 (Dwarf_die::read_attributes): Likewise.
2400 (Dwarf_die::skip_attributes): Likewise.
2401 (Dwarf_info_reader::read_from_pointer): New function template.
2402 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
2403 (Dwarf_pubnames_table): Likewise.
2404 (Dwarf_info_reader::read_from_pointer): New function template.
2405 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
2406 Dwarf_pubnames_table ctor.
2407
8787852d
CC
24082012-10-23 Cary Coutant <ccoutant@google.com>
2409
2410 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
2411 abbrev_shndx.
2412 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
2413 abbrev_shndx_.
2414 (Dwarf_info_reader::set_abbrev_shndx): New method.
2415 (Dwarf_info_reader::abbrev_shndx_): New data member.
2416
9fc236f3
CC
24172012-10-23 Cary Coutant <ccoutant@google.com>
2418
2419 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
2420 from object, not parameters.
2421 (Dwarf_info_reader::parse): Likewise.
2422 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
2423 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
2424 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
2425 methods.
2426
effe8365
CC
24272012-10-23 Cary Coutant <ccoutant@google.com>
2428
2429 * fileread.cc (Input_file::Input_file): New constructor.
2430 * fileread.h (class Input_file): Add new constructor.
2431
1698990d
AM
24322012-10-18 Alan Modra <amodra@gmail.com>
2433
2434 PR gold/14727
2435 * object.cc (Relobj::is_section_name_included): Also match
2436 .sdata personality section.
2437
168a4726
AM
24382012-10-18 Alan Modra <amodra@gmail.com>
2439
2440 * target-reloc.h (class Default_comdat_behavior): New, package up..
2441 (get_comdat_behaviour): ..this.
2442 (relocate_section): Add Relocate_comdat_behavior template arg,
2443 adjust code to suit.
2444 * arm.cc (Target_arm::relocate_section): Adjust to suit.
2445 (Target_arm::scan_reloc_section): Likewise.
2446 * i386.cc (Target_i386::relocate_section): Likewise.
2447 * sparc.cc (Target_sparc::relocate_section): Likewise.
2448 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
2449 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
2450 * powerpc.cc (class Relocate_comdat_behavior): New.
2451 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
2452 gold::relocate_section with new template arg.
2453
acc276d8
AM
24542012-10-18 Alan Modra <amodra@gmail.com>
2455
2456 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
2457 dynamic relocs for GOT_TPREL got entries, without symbol if
2458 resolving locally.
2459 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
2460 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
2461 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
2462
e10f9870
AM
24632012-10-17 Alan Modra <amodra@gmail.com>
2464
2465 PR gold/14726
2466 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
2467
ae034989
ST
24682012-10-16 Sriraman Tallam <tmsriram@google.com>
2469
2470 * layout.cc (Layout::include_section): Keep sections marked
2471 SHF_EXCLUDE when doing relocatable links.
2472
f3a0ed29
AM
24732012-10-16 Alan Modra <amodra@gmail.com>
2474
2475 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
2476 (Target_powerpc::do_finalize_sections): Call it.
2477 (Output_data_save_res): New class and supporting functions.
2478 (Target_powerpc::symval_for_branch): Only look up .opd entry for
2479 normal symbols defined in object files.
2480
c6de8ed4
AM
24812012-10-12 Alan Modra <amodra@gmail.com>
2482
2483 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
2484 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
2485 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
2486 section if scan_opd_relocs not yet called.
2487 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
2488
03e25981
AM
24892012-10-12 Alan Modra <amodra@gmail.com>
2490
2491 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
2492 add_local_ifunc_entry): Revert last change.
2493 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
2494
c9824451
AM
24952012-10-05 Alan Modra <amodra@gmail.com>
2496
2497 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
2498 do_plt_address_for_global): New functions.
2499 (Output_data_got_powerpc::do_write): Don't segfault when linking
2500 statically.
2501 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
2502 add_local_ifunc_entry): Return true on adding entry..
2503 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
2504 glink->add_entry call. Remove unused symtab param. Adjust calls.
2505 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
2506 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
2507 set up symbols here.
2508 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
2509 syms here. Do so even when no .iplt. Don't segfault when linking
2510 statically.
2511 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
2512 new variants without reloc param.
2513 (Glink_sym_ent::Glink_sym_ent): Likewise.
2514 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
2515 reloc when refs will resolve to plt call stub.
2516 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
2517 R_PPC_PLTREL24 to resolve locally.
2518 (Target_powerpc::Scan::global): Correct ifunc handling.
2519 (Target_powerpc::Relocate::relocate): Correct local sym glink
2520 lookup. Don't destroy "value" when we have a plt call stub,
2521 and when checking plt call validity.
2522 (Target_powerpc::do_dynsym_value): Simplify.
2523
19fec8c1
AM
25242012-10-05 Alan Modra <amodra@gmail.com>
2525
2526 * i386.cc (Output_data_plt_i386::address_for_global,
2527 address_for_local): Add plt offset to returned value. Adjust uses.
2528 * sparc.cc (Output_data_plt_sparc::address_for_global,
2529 address_for_local): Likewise.
2530 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
2531 address_for_local): Likewise.
2532 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
2533 address_for_local): Likewise.
2534 * target.h (Target::plt_address_for_global, plt_address_for_local):
2535 Update comment.
2536 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
2537 (Output_data_got::Got_entry::write): Nor here.
2538 * output.h: Comment fix.
2539
e867b647
WL
25402012-10-02 Jiong Wang <jiwang@tilera.com>
2541
2542 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
2543 global_offset_table_ value for larget got.
2544 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
2545
e5d5f5ed
AM
25462012-09-29 Alan Modra <amodra@gmail.com>
2547
2548 * powerpc.cc (Target_powerpc::iplt_): New output section.
2549 (Target_powerpc::iplt_section, make_iplt_section,
2550 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
2551 (Target_powerpc::make_plt_entry): Handle ifunc syms.
2552 Target_powerpc::plt_entry_count): Count iplt entries too.
2553 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
2554 reloc section in constructor. New params.
2555 (Target_powerpc::make_plt_section): Create reloc section here instead.
2556 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
2557 functions.
2558 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
2559 (Output_data_glink::add_entry, find_entry): New functions to
2560 deal with local syms.
2561 (Glink_sym_ent): Add support for local syms.
2562 (Output_data_glink::do_write): Handle ifunc plt entries.
2563 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2564 (Target_powerpc::Scan::local, global): Handle ifunc syms.
2565 (Target_powerpc::Relocate::relocate): Likewise.
2566 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
2567
ec4dbad3
AM
25682012-09-25 Alan Modra <amodra@gmail.com>
2569
2570 * object.h (Sized_relobj_file::adjust_local_symbol,
2571 do_adjust_local_symbol): New functions.
2572 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
2573 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
2574 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
2575 and irregular opd entry spacing.
2576 (Powerpc_relobj::do_read_relocs): Add opd size checks.
2577 (Global_symbol_visitor_opd): New functor.
2578 (Target_powerpc::do_finalize_sections): Omit global symbols defined
2579 on deleted opd entries.
2580
5c0b3823
WL
25812012-09-15 Jiong Wang <jiwang@tilera.com>
2582
2583 * tilegx.cc: New file.
2584 * Makefile.am (TARGETSOURCES): Add tilegx.cc
2585 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
2586 * configure.tgt: Add entries for tilegx*.
2587 * configure.ac: Likewise.
2588 * Makefile.in: Rebuild.
2589 * configure: Likewise.
2590 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
2591 tilegx.
2592
bfdfa4cd
AM
25932012-09-13 Alan Modra <amodra@gmail.com>
2594
2595 * target-reloc.h (scan_relocs): Call scan.local for relocs
2596 against symbols in discarded sections. Pass is_discarded
2597 param.
2598 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
2599 Add is_discarded param.
2600 * powerpc (Target_powerpc::Scan::local): Likewise. Use
2601 is_discarded to flag opd entry as discarded. Don't emit dyn
2602 relocs on such entries.
2603 (Target_powerpc::Scan::global): Similarly detect and handle
2604 such opd entries.
2605 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
2606 opd_ent_. Update all uses.
2607 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
2608 (Target_powerpc::relocate_section): Zero out discarded opd
2609 entry relocs.
2610
d77a0555
ILT
26112012-09-12 Ian Lance Taylor <iant@google.com>
2612
2613 PR gold/14570
2614 * output.cc: Rename Output_data_got template parameter from size
2615 to got_size for all functions. Compile all variants of
2616 Output_data_got.
2617 (Output_data_got::Got_entry::write): Correct use of size for
2618 symbol value. Use local_is_tls rather than casting to
2619 Sized_relobj_file.
2620 * object.h (class Object): Add local_is_tls and do_local_is_tls.
2621 (class Sized_relobj_file): Add do_local_is_tls.
2622 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
2623
815a1205
AM
26242012-09-11 Alan Modra <amodra@gmail.com>
2625
2626 PR gold/14566
2627 * layout.cc (Layout::set_segment_offsets): When using
2628 common-page-size alignment, ensure we are on a new max-page-size
2629 page.
2630 * output.cc (Output_segment::set_section_addresses): Use
2631 abi_pagesize, not common_pagesize for relro boundary.
2632 (Output_segment::set_offset): Likewise.
2633
bd73a62d
AM
26342012-09-11 Alan Modra <amodra@gmail.com>
2635
2636 * output.h (Output_data_got::add_global_tls, add_local_tls,
2637 add_local_tls_pair): New functions.
2638 (Output_data_got::add_local_pair_with_rel): Remove second
2639 reloc param. Expand comment.
2640 (Output_data_got::Got_entry): Rename use_plt_offset_ to
2641 use_plt_or_tls_offset_, similarly for constructor param.
2642 (Output_data_got::Got_entry::write): Add got_index param.
2643 * output.cc (Output_data_got::add_global_tls, add_local_tls,
2644 add_local_tls_pair): New functions.
2645 (Output_data_got::Got_entry::write): Handle tls symbols
2646 with use_plt_or_tls_offset_ set specially.
2647 (Output_data_got::add_local_pair_with_rel): Only one reloc.
2648 (Output_data_got::do_write): Replace iterator with index, pass
2649 index to entry write function.
2650 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
2651 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
2652 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
2653 call.
2654 * i386.cc (Target_i386::Scan::local): Likewise.
2655 * sparc.cc (Target_sparc::Scan::local): Likewise.
2656 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
2657 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
2658 do_tls_offset_for_global): New functions.
2659 (Target_powerpc::Scan::local): Correct TLS relocations and got
2660 entry values.
2661 (Target_powerpc::Scan::global): Don't emit unnecessary
2662 dynamic relocations on TLS GOT entries.
2663
00716ab1
AM
26642012-09-10 Matthias Klose <doko@ubuntu.com>
2665
2666 * config.in: Disable sanity check for kfreebsd.
2667
c891b3f9
SA
26682012-09-10 Sterling Augustine <saugustine@google.com>
2669
2670 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2671 (Gdb_index::pubtypes_read): New parameter.
2672 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2673 to calls.
2674 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2675 pubtypes_object_.
2676
e81fea4d
AM
26772012-09-09 Alan Modra <amodra@gmail.com>
2678
2679 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2680 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2681 * gc.h (gc_process_relocs): Call target gc_add_reference.
2682 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2683 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2684 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2685 unnecessary cast.
2686 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2687 to cater for when we don't need code offset. Update use.
2688 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2689 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2690 set_opd_valid): New functions.
2691 (Target_powerpc::do_gc_add_reference): New function.
2692 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2693 stashed refs.
2694 (Target_powerpc::do_gc_mark_symbol): New function.
2695
d2d60eef
CC
26962012-09-06 Cary Coutant <ccoutant@google.com>
2697
2698 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2699 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2700 (Dwarf_die::skip_attributes): Likewise.
2701 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2702 * testsuite/gdb_index_test.cc (inline_func_1): New function.
2703 (main): Call it.
2704 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2705
32ed4573
L
27062012-09-05 H.J. Lu <hongjiu.lu@intel.com>
2707
2708 * testsuite/script_test_3.t: Add .got.plt output section
2709 statement.
2710 * testsuite/script_test_4.t: Likewise.
2711
f4baf0d4
AM
27122012-09-05 Alan Modra <amodra@gmail.com>
2713
2714 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2715 update all uses and lose "enum" when using type.
2716
864a1b56
AM
27172012-09-05 Alan Modra <amodra@gmail.com>
2718
2719 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2720 * configure: Regenerate.
2721 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2722 (plugin_final_layout.stdout): Likewise.
2723 (memory_test): Set page sizes to 0x1000.
2724 * testsuite/Makefile.in: Regenerate.
2725 * testsuite/discard_locals_test.sh: Add FIXME comment.
2726 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2727 * testsuite/pr14265.t: Add .got output section statement.
2728 * testsuite/script_test_2.t: Likewise.
2729 * testsuite/script_test_3.t: Likewise.
2730 * testsuite/script_test_4.t: Likewise.
2731 * testsuite/script_test_5.t: Likewise.
2732 * testsuite/script_test_6.t: Likewise.
2733 * testsuite/script_test_7.t: Likewise.
2734 * testsuite/script_test_9.t: Likewise.
2735
3ea0a085
AM
27362012-09-05 Alan Modra <amodra@gmail.com>
2737
2738 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2739 (Powerpc_relocate_functions::Status): New typedef.
2740 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2741 (Target_powerpc::Scan::local): Handle REL64.
2742 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2743 for REL32 and REL64.
2744 (Target_powerpc::symval_for_branch): New function, extracted from..
2745 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
2746 checks. Report overflow errors.
2747
7404fe1b
AM
27482012-09-05 Alan Modra <amodra@gmail.com>
2749
2750 * object.h (Sized_relobj_file::emit_relocs): Delete.
2751 (Sized_relobj_file::emit_relocs_reltype): Delete.
2752 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2753 relocate_relocs for --emit-relocs.
2754 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2755 * output.h: Update comment.
2756 (Output_segment::first_section): New function.
2757 (Output_segment::first_section_load_address): Use first_section.
2758 * output.cc (Output_segment::first_section): New function extracted..
2759 (Output_segment::first_section_load_address): ..from here. Delete.
2760 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2761 * target.h (Sized_target::relocate_for_relocatable): Likewise.
2762 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2763 adjust call to target.h function.
2764 * i386.cc (Target_i386): Likewise.
2765 * sparc.cc (Target_sparc): Likewise.
2766 * x86_64.cc (Target_x86_64): Likewise.
2767 * powerpc.cc (Target_powerpc): Likewise.
2768 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
2769 first tls section has section symbol for optimised local dynamic
2770 output relocs.
2771 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2772 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2773 optimised tls code.
2774 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2775 Rename to relocate_relocs. Update error message.
2776
957564c9
AS
27772012-09-04 Andreas Schwab <schwab@linux-m68k.org>
2778
2779 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2780 --just-symbols.
2781
dd93cd0a
AM
27822012-08-31 Alan Modra <amodra@gmail.com>
2783
2784 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2785 (Powerpc_relobj::toc_base_offset): New stub function.
2786 (Target_powerpc): Add tp_offset, dtp_offset. Rename
2787 got_mod_index_offset to tlsld_got_offset. Update all refs.
2788 (Target_powerpc::Relocate::enum skip_tls): New.
2789 (Target_powerpc::call_tls_get_addr_): New var.
2790 (Target_powerpc::is_branch_reloc): Move to file scope.
2791 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2792 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2793 New functions.
2794 (Target_powerpc::enum Got_type): Delete old values, add new ones.
2795 (powerpc_info): Correct common_pagesize for ppc64.
2796 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2797 (Powerpc_relocate_functions): Add overflow check enums and functions.
2798 Add non-shift version of rela, rela_ua. Delete all rel public
2799 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
2800 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2801 addr16_ha3, addr14 functions.
2802 (Output_data_got_powerpc::add_constant_pair): New function.
2803 (Output_data_got_powerpc::got_base_offset): Likewise.
2804 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2805 (instruction constants): Sort, add some more.
2806 (Output_data_glink::do_write): Add and use Address typedef. Use
2807 object->toc_base_offset() stub for 64-bit.
2808 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2809 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2810 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2811 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
2812 Always treat .opd relocs as against locally defined symbol.
2813 Correct condition for RELATIVE relocs.
2814 (Target_powerpc::do_finalize_sections): Test for NULL sections.
2815 (Target_powerpc::Relocate::relocate): Use plt call stub as value
2816 for 32-bit syms with a plt entry. Correct ppc64 toc base
2817 calculations. Handle TLS relocs, and more. Add overflow
2818 checking and adjust for Powerpc_relocate_functions changes.
2819 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2820 Reinstate --emit-relocs code with FIXME.
2821
a1373b60
AM
28222012-08-30 Alan Modra <amodra@gmail.com>
2823
2824 * layout.cc (Layout::set_segment_offsets): Set p_align to
2825 abi_pagesize, not common_pagesize.
2826 (Layout::relaxation_loop_body): Similarly use abi_pagesize
2827 to determine whether file header can go in segment.
2828
703d02da
AM
28292012-08-30 Alan Modra <amodra@gmail.com>
2830
2831 * output.h (Output_reloc::Output_reloc <output section>): Add
2832 is_relative param. Adjust calls.
2833 (Output_reloc::add_output_section_relative): New functions.
2834 * output.cc (Output_reloc::Output_reloc <output section>): Handle
2835 is_relative.
2836 (Output_reloc::symbol_value): Handle SECTION_CODE.
2837
16164a6b
ST
28382012-08-24 Sriraman Tallam <tmsriram@google.com>
2839
2840 * gold.cc (queue_middle_tasks): Call layout again when unique
2841 segments for sections is desired.
2842 * layout.cc (Layout::Layout): Initialize new members.
2843 (Layout::get_output_section_flags): New function.
2844 (Layout::choose_output_section): Call get_output_section_flags.
2845 (Layout::layout): Make output section for mapping to a unique segment.
2846 (Layout::insert_section_segment_map): New function.
2847 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 2848 output sections marked so.
16164a6b
ST
2849 (Layout::segment_precedes): Check for unique segments when sorting.
2850 * layout.h (Layout::Unique_segment_info): New struct.
2851 (Layout::Section_segment_map): New typedef.
2852 (Layout::insert_section_segment_map): New function.
2853 (Layout::get_output_section_flags): New function.
2854 (Layout::is_unique_segment_for_sections_specified): New function.
2855 (Layout::set_unique_segment_for_sections_specified): New function.
2856 (Layout::unique_segment_for_sections_specified_): New member.
2857 (Layout::section_segment_map_): New member.
2858 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2859 Rename is_gc_pass_one to is_pass_one.
2860 Rename is_gc_pass_two to is_pass_two.
2861 Rename is_gc_or_icf to is_two_pass.
2862 Check for which pass based on whether symbols data is present.
2863 Make it two pass when unique segments for sections is desired.
2864 * output.cc (Output_section::Output_section): Initialize new
2865 members.
2866 * output.h (Output_section::is_unique_segment): New function.
2867 (Output_section::set_is_unique_segment): New function.
2868 (Output_section::is_unique_segment_): New member.
2869 (Output_section::extra_segment_flags): New function.
2870 (Output_section::set_extra_segment_flags): New function.
2871 (Output_section::extra_segment_flags_): New member.
2872 (Output_section::segment_alignment): New function.
2873 (Output_section::set_segment_alignment): New function.
2874 (Output_section::segment_alignment_): New member.
2875 (Output_segment::Output_segment): Initialize is_unique_segment_.
2876 (Output_segment::is_unique_segment): New function.
2877 (Output_segment::set_is_unique_segment): New function.
2878 (Output_segment::is_unique_segment_): New member.
2879 * plugin.cc (allow_unique_segment_for_sections): New function.
2880 (unique_segment_for_sections): New function.
2881 (Plugin::load): Add new functions to transfer vector.
2882 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2883 * Makefile.in: Regenerate.
2884 * testsuite/plugin_final_layout.sh: Check if unique segment
2885 functionality works.
2886 * testsuite/plugin_section_order.c (onload): Check if new interfaces
2887 are available.
2888 (allow_unique_segment_for_sections): New global.
2889 (unique_segment_for_sections): New global.
2890 (claim_file_hook): Call allow_unique_segment_for_sections.
2891 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 2892
1e2bee4f
CC
28932012-08-22 Cary Coutant <ccoutant@google.com>
2894
2895 * layout.cc (Layout::include_section): Don't assert on GROUP
2896 sections with --emit-relocs.
2897
1d5dfe78
CC
28982012-08-21 Cary Coutant <ccoutant@google.com>
2899
2900 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2901 if --export-dynamic-symbol names an undef symbol.
2902
c9269dff
AM
29032012-08-18 Alan Modra <amodra@gmail.com>
2904
2905 * powerpc.cc: Formatting and white space.
2906 (Powerpc_relobj): Rename got2_section_ to special_.
2907 Add opd_ent_shndx_ and opd_ent_off_ vectors.
2908 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2909 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2910 (Target_powerpc): Add Address typedef and invalid_address. Use
2911 throughout.
2912 (Target_powerpc::is_branch_reloc): New function.
2913 (Powerpc_relocate_functions): Add Address typedef, use throughout.
2914 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2915 for dst_mask, value and addend.
2916 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2917 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2918 (Output_data_glink::do_write): Correct toc base. Don't try to use
2919 uint16_t for 24-bit offset. Use get_output_section_offset and
2920 check return.
2921 (Target_powerpc::Scan::local): Handle more relocs.
2922 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2923 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2924 Plug in toc restoring insn after plt calls. Translate branches
2925 to function descriptor symbols to corresponding entry point.
2926 (Target_powerpc::relocate_for_relocatable): Check return from
2927 get_output_section_offset.
2928 * symtab.h: Comment typo.
2929
b1759dce
ILT
29302012-08-14 Ian Lance Taylor <iant@google.com>
2931
2932 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2933 unsupported_relocal_local to call unsupported_reloc_global.
2934
b9b2ae8b
NC
29352012-08-14 Nick Clifton <nickc@redhat.com>
2936
2937 PR ld/14265
2938 * script-sections.cc (Sections_element::output_section_name): Add
2939 keep return parameter.
2940 (Output_section_element::match_name): Add keep return parameter.
2941 Return the value of the keep_ member.
2942 * script-sections.h (class Output_section): Update
2943 output_section_name prototype.
2944 * layout.cc (Layout::keep_input_section): New public member
2945 function.
2946 (Layout::choose_output_section): Pass keep parameter to
2947 output_section_name.
2948 * layout.h (class Layout): Add keep_input_section.
2949 * object.cc (Sized_relobj_file::do_layout): Check for kept input
2950 sections.
2951 * testsuite/Makefile.am: Add a test.
2952 * testsuite/Makefile.in: Regenerate.
2953 * testsuite/pr14265.c: Source file for the test.
2954 * testsuite/pr14265.t: Linker script for the test.
2955 * testsuite/pr14265.sh: Shell script for the test.
2956
921b5322
AM
29572012-08-14 Alan Modra <amodra@gmail.com>
2958
2959 * target.h (Target::output_section_name): New function.
2960 (Target::do_output_section_name): New function.
2961 * layout.cc (Layout::choose_output_section): Call the above.
2962 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2963
6ce78956
AM
29642012-08-14 Alan Modra <amodra@gmail.com>
2965
2966 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2967 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2968 for replace_constant call.
2969 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2970 (Output_data_glink::do_print_to_mapfile): New function.
2971 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2972 (Target_powerpc::Relocate::relocate): Likewise.
2973
d1a8cabd
AM
29742012-08-14 Alan Modra <amodra@gmail.com>
2975
2976 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2977 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2978 (Output_data_glink::add_entry,find_entry): Remove shndx param.
2979 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
2980 all references to shndx_. Handle special case for R_PPC_PLTREL24
2981 here.
2982 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2983 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2984 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2985 here.
2986 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2987 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2988
d83ce4e3
AM
29892012-08-12 Alan Modra <amodra@gmail.com>
2990
2991 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
2992 (glink insn constants): Use uint32_t.
2993 (Output_data_glink::add_entry): Use insert, not [] operator.
2994
cf43a2fe
AM
29952012-08-11 Alan Modra <amodra@gmail.com>
2996
2997 * object.h (Sized_relobj_file::find_shdr): New function.
2998 (Sized_relobj_file::find_special_sections): New function.
2999 * object.cc (Sized_relobj_file::find_shdr): New function.
3000 (Sized_relobj_file::find_eh_frame): Use find_shdr.
3001 (Sized_relobj_file::find_special_sections): New function, split out..
3002 (Sized_relobj_file::do_read_symbols): ..from here.
3003 * output.h (Output_data_got::replace_constant): New function.
3004 (Output_data_got::num_entries): New function.
3005 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
3006 (Output_data_got::got_offset): Protected rather than private.
3007 (Output_data_got::replace_got_entry): New function.
3008 * output.cc (Output_data_got::replace_got_entry): New function.
3009 * powerpc.cc (class Powerpc_relobj): New.
3010 (class Powerpc_relocate_functions): Delete all psymval variants or
3011 convert to value,addend type. Delete pcrela, pcrela_unaligned.
3012 Implement _ha functions using corresponding _hi function.
3013 (Powerpc_relobj::find_special_sections): New function.
3014 (Target_powerpc::do_make_elf_object): New function.
3015 (class Output_data_got_powerpc): New.
3016 (class Output_data_glink): New.
3017 (class Powerpc_scan_relocatable_reloc): New.
3018 Many more changes througout file.
3019
3c892704
NC
30202012-08-09 Nick Clifton <nickc@redhat.com>
3021
3022 * po/vi.po: Updated Vietnamese translation.
3023
82435b3b
ILT
30242012-08-07 Ian Lance Taylor <iant@google.com>
3025
3026 * layout.cc (Layout::add_target_dynamic_tags): If
3027 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
3028 plt_rel.
3029
a6dc81d2
NC
30302012-07-30 Nick Clifton <nickc@redhat.com>
3031
3032 * po/gold.pot: Updated template.
3033 * po/es.po: Updated Spanish translation.
3034
f1415016
CC
30352012-07-18 Cary Coutant <ccoutant@google.com>
3036
3037 PR gold/14344
3038 * configure.ac: Add check for -gpubnames support.
3039 * configure: Regenerate.
3040 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
3041 support; force -gno-pubnames.
3042 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
3043 support.
3044 (gdb_index_test_4): New test.
3045 * testsuite/Makefile.in: Regenerate.
3046 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
3047 * testsuite/gdb_index_test_2.sh: Likewise.
3048 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
3049 * testsuite/gdb_index_test_4.sh: New script.
3050 * testsuite/gdb_index_test_comm.sh: New script with common code;
3051 don't look for space after colon.
3052
b7fd7c37
ST
30532012-07-16 Sriraman Tallam <tmsriram@google.com>
3054
3055 * gold.cc (queue_middle_tasks): Update function order only after
3056 deferred objects due to plugins are processed.
3057
1f3212db
ILT
30582012-07-11 Ian Lance Taylor <iant@google.com>
3059
3060 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
3061 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
3062 (Target_arm::scan_reloc_for_stub): Likewise.
3063 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
3064 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
3065 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
3066 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
3067 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
3068
81c82a68
ILT
30692012-07-10 Dodji Seketeli <dodji@redhat.com>
3070 Ian Lance Taylor <iant@google.com>
3071
3072 PR gold/14309
3073 * configure.ac: Test whether std::tr1::hash<off_t> works.
3074 * gold.h: Add a specialization for std::tr1::hash<off_t> if
3075 needed.
3076 * output.h (class Output_fill): Add virtual destructor.
3077 * configure, config.in: Rebuild.
3078
eabc84f4
RM
30792012-06-22 Roland McGrath <mcgrathr@google.com>
3080
3081 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
3082
370e30b6
RÁE
30832012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
3084
3085 * plugin.cc (Plugin::load): Handle position independent executables.
3086
fb1b895d
CC
30872012-06-06 Cary Coutant <ccoutant@google.com>
3088
3089 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
3090 add .debug_macro.
3091 (lines_only_debug_sections): Likewise.
3092 (gdb_fast_lookup_sections): New static array.
3093 (is_gdb_debug_section): Rename formal parameter.
3094 (is_lines_only_debug_section): Likewise.
3095 (is_gdb_fast_lookup_section): New function.
3096 (Layout::include_section): Check for ".zdebug_" prefix; pass
3097 section name suffix to is_gdb_debug_section, et al.; check for
3098 fast-lookup sections when building .gdb_index.
3099 * options.h (--strip-debug-gdb): Update GDB version number.
3100
7c0640fa
CC
31012012-06-06 Cary Coutant <ccoutant@google.com>
3102
3103 * configure.ac: Add check for fallocate.
3104 * configure: Regenerate.
3105 * config.in: Regenerate.
3106
3107 * options.h (class General_options): Add --mmap-output-file and
3108 --posix-fallocate options.
3109 * output.cc: (posix_fallocate): Remove; replace with...
3110 (gold_fallocate): New function.
3111 (Output_file::map_no_anonymous): Call gold_fallocate.
3112 (Output_file::map): Check --mmap-output-file option.
3113
2a49eb69
DK
31142012-06-05 Jing Yu <jingyu@google.com>
3115
3116 * gold.h (textdomain): Add do {} to empty while(0).
3117 (bindtextdomain): Likewise.
3118
fad072ac
CC
31192012-06-04 Cary Coutant <ccoutant@google.com>
3120
3121 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
3122 has_dynsym_index.
3123
8cc69fb6
ST
31242012-05-25 Sriraman Tallam <tmsriram@google.com>
3125
3126 * symtab.cc (Symbol_table::define_special_symbol):
3127 Initialize *poldsym to prevent uninitialized variable errors.
3128
1be75daa
CC
31292012-05-23 Cary Coutant <ccoutant@google.com>
3130
3131 * layout.cc (Layout::section_name_mapping): Add rules to handle
3132 exact match on .data.rel.ro.local or .data.rel.ro.
3133 (Layout::output_section_name): Check for exact matches.
3134
9b689de0
CC
31352012-05-23 Cary Coutant <ccoutant@google.com>
3136
3137 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
3138 more carefully.
3139
b24fdbf5
CC
31402012-05-22 Cary Coutant <ccoutant@google.com>
3141
3142 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
3143 object before exporting symbol.
3144
e550e1a2
L
31452012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3146
3147 * testsuite/tls_test.cc: Include "config.h" first.
3148 * testsuite/tls_test_c.c: Likewise.
3149
df7b86aa
NC
31502012-05-17 Daniel Richard G. <skunk@iskunk.org>
3151 Nick Clifton <nickc@redhat.com>
3152
3153 PR 14072
3154 * configure.in: Add check that sysdep.h has been included before
3155 any system header files.
3156 * configure: Regenerate.
3157 * config.in: Regenerate.
3158
1007b503
CC
31592012-05-14 Cary Coutant <ccoutant@google.com>
3160
3161 * layout.cc (Layout::make_output_section): Mark .tdata section
3162 as RELRO.
3163 * testsuite/relro_test.cc: Add a TLS variable.
3164
fd885f3a
L
31652012-05-10 H.J. Lu <hongjiu.lu@intel.com>
3166
3167 PR gold/14091
3168 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
3169 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
3170 R_X86_64_64.
3171
80f5885c
CC
31722012-05-08 Cary Coutant <ccoutant@google.com>
3173
3174 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
3175 (lines_only_debug_sections): Likewise.
3176
2e702c99
RM
31772012-05-02 Roland McGrath <mcgrathr@google.com>
3178
3179 * nacl.cc: New file.
3180 * nacl.h: New file.
3181 * Makefile.am (CCFILES, HFILES): Add them.
3182 * Makefile.in: Regenerate.
3183 * i386.cc (Output_data_plt_i386_nacl): New class.
3184 (Output_data_plt_i386_nacl_exec): New class.
3185 (Output_data_plt_i386_nacl_dyn): New class.
3186 (Target_i386_nacl): New class.
3187 (Target_selector_i386_nacl): New class.
3188 (target_selector_i386): Use it instead of Target_selector_i386.
3189 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
3190 (Target_x86_64_nacl): New class.
3191 (Target_selector_x86_64_nacl): New class.
3192 (target_selector_x86_64, target_selector_x32): Use it instead of
3193 Target_selector_x86_64.
3194 * arm.cc (Output_data_plt_arm_nacl): New class.
3195 (Target_arm_nacl): New class.
3196 (Target_selector_arm_nacl): New class.
3197 (target_selector_arm, target_selector_armbe): Use it instead of
3198 Target_selector_arm.
3199
3200 * target-select.cc (select_target): Take new Input_file* and off_t
3201 arguments, pass them on to recognize method of selector.
3202 * object.cc (make_elf_sized_object): Update caller.
3203 * parameters.cc (parameters_force_valid_target): Likewise.
3204 * incremental.cc (make_sized_incremental_binary): Likewise.
3205 * target-select.h: Update decl.
3206 (Target_selector::recognize): Take new Input_file* argument,
3207 pass it on to do_recognize.
3208 (Target_selector::do_recognize): Take new Input_file* argument.
3209 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
3210 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
3211 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
3212 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
3213
3214 * target.h (Target::Target_info): New members isolate_execinstr
3215 and rosegment_gap.
3216 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
3217 * arm.cc (Target_arm::arm_info): Update initializer.
3218 * i386.cc (Target_i386::i386_info): Likewise.
3219 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
3220 * sparc.cc (Target_sparc::sparc_info): Likewise.
3221 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
3222 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
3223 * layout.cc (Layout::attach_allocated_section_to_segment):
3224 Take new const Target* argument. If target->isolate_execinstr(), act
3225 like --rosegment.
3226 (Layout::find_first_load_seg): Take new const Target* argument;
3227 if target->isolate_execinstr(), reject PF_X segments.
3228 (Layout::relaxation_loop_body): Update caller.
3229 (Layout::set_segment_offsets): If target->isolate_execinstr(),
3230 reset file offset to zero when we hit LOAD_SEG, and then do a second
3231 loop over the segments before LOAD_SEG to reassign offsets after
3232 addresses have been determined. Handle target->rosegment_gap().
3233 (Layout::attach_section_to_segment): Take new const Target* argument;
3234 pass it to attach_allocated_section_to_segment.
3235 (Layout::make_output_section): Update caller.
3236 (Layout::attach_sections_to_segments): Take new const Target* argument;
3237 pass it to attach_section_to_segment.
3238 * gold.cc (queue_middle_tasks): Update caller.
3239 * layout.h (Layout): Update method decls with new arguments.
3240
3241 * arm.cc (Target_arm::Target_arm): Take optional argument for the
3242 Target_info pointer to use.
3243 (Target_arm::do_make_data_plt): New virtual method.
3244 (Target_arm::make_data_plt): New method that calls it.
3245 (Target_arm::make_plt_entry): Use it.
3246 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
3247 for the section alignment.
3248 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
3249 method.
3250 (Output_data_plt_arm::first_plt_entry_offset): Call it.
3251 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
3252 method.
3253 (Output_data_plt_arm::get_plt_entry_size): Call it.
3254 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
3255 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
3256 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
3257 method.
3258 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
3259 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
3260 method instead of sizeof(plt_entry).
3261 (Output_data_plt_arm::add_entry): Likewise.
3262 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
3263 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
3264 than static method.
3265 (Target_arm::plt_entry_size): Likewise.
3266 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
3267 Move to ...
3268 (Output_data_plt_arm_standard): ... here, new class.
3269 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
3270 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
3271 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
3272
3273 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
3274 Take additional argument for the PLT entry size.
3275 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
3276 Use get_plt_entry_size method rather than plt_entry_size variable.
3277 (Output_data_plt_x86_64::reserve_slot): Likewise.
3278 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
3279 (Output_data_plt_x86_64::add_entry): Likewise.
3280 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
3281 (Output_data_plt_x86_64::address_for_global): Likewise.
3282 (Output_data_plt_x86_64::address_for_local): Likewise.
3283 (Output_data_plt_x86_64::set_final_data_size): Likewise.
3284 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
3285 Make method non-static.
3286 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
3287 method.
3288 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
3289 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
3290 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
3291 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
3292 virtual method.
3293 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
3294 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
3295 virtual method.
3296 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
3297 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
3298 virtual method.
3299 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
3300 (Output_data_plt_x86_64::plt_entry_size)
3301 (Output_data_plt_x86_64::first_plt_entry)
3302 (Output_data_plt_x86_64::plt_entry)
3303 (Output_data_plt_x86_64::tlsdesc_plt_entry)
3304 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
3305 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
3306 (Output_data_plt_x86_64_standard): ... here, new class.
3307 (Target_x86_64::Target_x86_64): Take optional argument for the
3308 Target_info pointer to use.
3309 (Target_x86_64::do_make_data_plt): New virtual method.
3310 (Target_x86_64::make_data_plt): New method to call it.
3311 (Target_x86_64::init_got_plt_for_update): Use that.
3312 Call this->plt_->add_eh_frame method here.
3313 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
3314 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
3315 rather than static method.
3316 (Target_x86_64::plt_entry_size): Likewise.
3317 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
3318 rather than plt_entry_size variable. Move guts of PLT filling to...
3319 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
3320 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
3321 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
3322
3323 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
3324 additional argument for the section alignment.
3325 Don't do add_eh_frame_for_plt here.
3326 (Output_data_plt_i386::first_plt_entry_offset): Make the method
3327 non-static. Use get_plt_entry_size method rather than plt_entry_size
3328 variable.
3329 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
3330 method.
3331 (Output_data_plt_i386::get_plt_entry_size): Call it.
3332 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
3333 (Output_data_plt_i386::add_eh_frame): New method to call it.
3334 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
3335 method.
3336 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
3337 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
3338 method.
3339 (Output_data_plt_i386::fill_plt_entry): New method to call it.
3340 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
3341 method instead of plt_entry_size.
3342 (Output_data_plt_i386::plt_entry_size)
3343 (Output_data_plt_i386::plt_eh_frame_fde_size)
3344 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
3345 (Output_data_plt_i386_standard): ... here, new class.
3346 (Output_data_plt_i386_exec): New class.
3347 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
3348 (Output_data_plt_i386_exec::first_plt_entry): ... here.
3349 (Output_data_plt_i386::exec_plt_entry): Move to ...
3350 (Output_data_plt_i386_exec::plt_entry): ... here.
3351 (Output_data_plt_i386_dyn): New class.
3352 (Output_data_plt_i386::first_plt_entry): Move to ...
3353 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
3354 (Output_data_plt_i386::dyn_plt_entry): Move to ...
3355 (Output_data_plt_i386_dyn::plt_entry): ... here.
3356 (Target_i386::Target_i386): Take optional argument for the Target_info
3357 pointer to use.
3358 (Target_i386::do_make_data_plt): New virtual method.
3359 (Target_i386::make_data_plt): New method to call it.
3360 (Target_i386::make_plt_section): Use that.
3361 Call this->plt_->add_eh_frame method here.
3362 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
3363 rather than plt_entry_size variable.
3364 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
3365 (Output_data_plt_i386::address_for_local): Likewise.
3366 (Output_data_plt_i386::do_write): Likewise.
3367 Move guts of PLT filling to...
3368 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
3369 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
3370 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
3371 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
3372
b9b9f2ee
CC
33732012-05-01 Cary Coutant <ccoutant@google.com>
3374
3375 * dwarf_reader.cc (Dwarf_die::read_attributes)
3376 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
3377 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
3378 * reduced_debug_output.cc
3379 (Output_reduced_debug_info_section::get_die_end): Remove
3380 DW_FORM_GNU_ref_index. Add default case.
3381
57923f48
MW
33822012-04-26 Mark Wielaard <mjw@redhat.com>
3383
3384 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
3385 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
3386 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
3387 DW_AT_high_pc as offset from DW_AT_low_pc.
3388
3389 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
3390 * testsuite/Makefile.in: Regenerate.
3391 * testsuite/gdb_index_test_3.c: New test source file.
3392 * testsuite/gdb_index_test_3.sh: New test source file.
3393
2c54b4f4
ILT
33942012-04-25 Ian Lance Taylor <iant@google.com>
3395
3396 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
3397 pointer.
3398 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
3399 as a class, not a struct.
3400 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
3401 (Target_arm::apply_cortex_a8_workaround): Likewise.
3402 * gc.h: Declare Reloc_types as a struct, not a class.
3403 * object.h: Declare Symbols_data as a struct.
3404 * reloc.h: Declare Read_relocs_data as a struct.
3405 * target.h: Declare Relocate_info as a struct.
3406
a5a5f7a3
DM
34072012-04-24 David S. Miller <davem@davemloft.net>
3408
3409 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
3410 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
3411 and R_SPARC_WPLT30.
3412
f038d496
CC
34132012-04-24 Cary Coutant <ccoutant@google.com>
3414
3415 * incremental-dump.cc (find_input_containing_global): Replace
3416 magic number with symbolic constant.
3417 (dump_incremental_inputs): Update version number.
3418 * incremental.cc (Output_section_incremental_inputs): Update version
3419 number; import symbolic constants from Incremental_inputs_reader.
3420 (Incremental_inputs::create_data_sections): Align relocations
3421 section correctly for 64-bit targets.
3422 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
3423 constants; add padding.
3424 (Output_section_incremental_inputs::write_header): Add assert for
3425 header_size.
3426 (Output_section_incremental_inputs::write_input_files): Add assert
3427 for input_entry_size.
3428 (Output_section_incremental_inputs::write_info_blocks): Add padding;
3429 add assert for object_info_size, input_section_entry_size,
3430 global_sym_entry_size.
3431 * incremental.h (Incremental_inputs_reader): Add symbolic constants
3432 for data structure sizes; use them.
3433 (Incremental_input_entry_reader): Import symbolic constants from
3434 Incremental_inputs_reader; use them.
3435
a4d85145
DM
34362012-04-23 David S. Miller <davem@davemloft.net>
3437
3438 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
3439 and elf_flags_set_.
3440 (Target_sparc::Target_sparc): Initialize new fields.
3441 (Target_sparc::do_make_elf_object): New function.
3442 (Target_sparc::do_adjust_elf_header): New function.
3443
1d509098
CC
34442012-04-23 Cary Coutant <ccoutant@google.com>
3445
3446 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
3447 CU range table of gdb index.
3448
7ebeff7f
DM
34492012-04-20 David S. Miller <davem@davemloft.net>
3450
3451 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
3452 instead of false.
3453
13cf9988
DM
34542012-04-16 David S. Miller <davem@davemloft.net>
3455
2a1079e8
DM
3456 * sparc.cc (Target_sparc::got_address): New function.
3457 (Sparc_relocate_functions::gdop_hix22): New function.
3458 (Sparc_relocate_functions::gdop_lox10): New function.
3459 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
3460 relocs.
3461 (Target_sparc::Scan::local): Likewise if the global symbol is not
3462 preemptible and is not IFUNC.
3463 (Target_sparc::Relocate::relocate): Perform GOTDATA code
3464 transformations for local and non-preemptible non-IFUNC global
3465 symbols.
3466
0bc964fc
DM
3467 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
3468 writing out 64-bit part of ranges.
3469
661d7a80
DM
3470 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
3471 -fpic and -fpie respectively.
3472 * Makefile.in: Regenerate.
3473
8c2bf391
DM
3474 * sparc.cc (class Target_sparc): Add rela_ifunc_.
3475 (Target_sparc::Target_sparc): Initialize new field.
3476 (Target_sparc::do_plt_section_for_global): New function.
3477 (Target_sparc::do_plt_section_for_local): New function.
3478 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
3479 (Target_sparc::make_plt_section): New function, broken out of
3480 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
3481 (Target_sparc::make_plt_entry): Call make_plt_section.
3482 (Target_sparc::make_local_ifunc_plt_entry): New function.
3483 (Target_sparc::rela_ifunc_section): New function.
3484 (Target_sparc::plt_section): Remove const.
3485 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
3486 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
3487 and ifunc_count_ fields.
3488 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
3489 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
3490 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
3491 (Output_data_plt_sparc::rela_ifunc): New function.
3492 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
3493 (Output_data_plt_sparc::has_ifunc_section): New function.
3494 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
3495 (Output_data_plt_sparc::address_for_global): New function.
3496 (Output_data_plt_sparc::address_for_local): New function.
3497 (Output_data_plt_sparc::plt_index_to_offset): New function.
3498 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
3499 and entry_count.
3500 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
3501 entry_count.
3502 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
3503 R_SPARC_JMP_IREL to switch.
3504 (Target_sparc::Scan::check_non_pic): Likewise.
3505 (Target_sparc::Scan::local): Handle IFUNC symbols.
3506 (Target_sparc::Scan::local): Likewise.
3507 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
3508 and plt_address_for_local.
3509 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
3510 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
3511
13cf9988
DM
3512 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
3513 (class Output_data_reloc): Adjust calls to Output_reloc_type.
3514 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
3515 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
3516 global relocs too.
3517 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
3518 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
3519 calls.
3520 * sparc.cc (Target_sparc::Scan::global): Likewise.
3521 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3522
31821be0
CC
35232012-04-16 Cary Coutant <ccoutant@google.com>
3524
3525 * archive.cc (Library_base::should_include_member): Check for
3526 --export-dynamic-symbol.
3527 * options.h (class General_options): Add --export-dynamic-symbol.
3528 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
3529 --export-dynamic-symbol.
3530 (Symbol_table::gc_mark_undef_symbols): Likewise.
3531 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
3532
2615994e
DM
35332012-04-12 David S. Miller <davem@davemloft.net>
3534
3535 * sparc.cc (Reloc::wdisp10): New relocation method.
3536 (Reloc::h34): Likewise.
3537 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
3538 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
3539 R_SPARC_WDISP10.
3540 (Target_sparc::Scan::local): Likewise.
3541 (Target_sparc::Scan::global): Likewise.
3542 (Target_sparc::Relocate::relocate): Likewise.
3543
6782735d
CC
35442012-04-09 Cary Coutant <ccoutant@google.com>
3545
3546 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
3547 low_pc == 0.
3548
8c7a0b00
ILT
35492012-04-06 Ian Lance Taylor <iant@google.com>
3550
3551 * timer.cc: #include <unistd.h>.
3552
58797674
RM
35532012-04-06 Roland McGrath <mcgrathr@google.com>
3554
3555 * configure.in (AC_CHECK_HEADERS): Add locale.h.
3556 * config.in: Regenerate.
3557 * configure: Regenerate.
3558
44350750
NC
35592012-04-05 Nick Clifton <nickc@redhat.com>
3560
3561 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
3562 (AM_LC_MESSAGES): Add.
3563 * aclocal.m4: Regenerate.
3564 * config.in: Regenerate.
3565 * configure: Regenerate.
3566
c1027032
CC
35672012-03-21 Cary Coutant <ccoutant@google.com>
3568
3569 * Makefile.am: Add gdb-index.cc, gdb-index.h.
3570 * Makefile.in: Regenerate.
3571 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
3572 (Sized_elf_reloc_mapper::symbol_section): New function.
3573 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
3574 (make_elf_reloc_mapper): New function.
3575 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
3576 (Dwarf_abbrev_table::do_read_abbrevs): New function.
3577 (Dwarf_abbrev_table::do_get_abbrev): New function.
3578 (Dwarf_ranges_table::read_ranges_table): New function.
3579 (Dwarf_ranges_table::read_range_list): New function.
3580 (Dwarf_pubnames_table::read_section): New function.
3581 (Dwarf_pubnames_table::read_header): New function.
3582 (Dwarf_pubnames_table::next_name): New function.
3583 (Dwarf_die::Dwarf_die): New function.
3584 (Dwarf_die::read_attributes): New function.
3585 (Dwarf_die::skip_attributes): New function.
3586 (Dwarf_die::set_name): New function.
3587 (Dwarf_die::set_linkage_name): New function.
3588 (Dwarf_die::attribute): New function.
3589 (Dwarf_die::string_attribute): New function.
3590 (Dwarf_die::int_attribute): New function.
3591 (Dwarf_die::uint_attribute): New function.
3592 (Dwarf_die::ref_attribute): New function.
3593 (Dwarf_die::child_offset): New function.
3594 (Dwarf_die::sibling_offset): New function.
3595 (Dwarf_info_reader::check_buffer): New function.
3596 (Dwarf_info_reader::parse): New function.
3597 (Dwarf_info_reader::do_parse): New function.
3598 (Dwarf_info_reader::do_read_string_table): New function.
3599 (Dwarf_info_reader::lookup_reloc): New function.
3600 (Dwarf_info_reader::get_string): New function.
3601 (Dwarf_info_reader::visit_compilation_unit): New function.
3602 (Dwarf_info_reader::visit_type_unit): New function.
3603 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
3604 Sized_elf_reloc_mapper.
3605 (Sized_dwarf_line_info::symbol_section): Remove function.
3606 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
3607 (Sized_dwarf_line_info::read_line_mappings): Remove object
3608 parameter, adjust callers.
3609 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
3610 * dwarf_reader.h: Include <sys/types.h>.
3611 (class Track_relocs): Remove forward declaration.
3612 (class Elf_reloc_mapper): New class.
3613 (class Sized_elf_reloc_mapper): New class.
3614 (class Dwarf_abbrev_table): New class.
3615 (class Dwarf_range_list): New class.
3616 (class Dwarf_ranges_table): New class.
3617 (class Dwarf_pubnames_table): New class.
3618 (class Dwarf_die): New class.
3619 (class Dwarf_info_reader): New class.
3620 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
3621 (Sized_dwarf_line_info::symbol_section): Remove member function.
3622 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
3623 base class.
3624 * gdb-index.cc: New source file.
3625 * gdb-index.h: New source file.
3626 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
3627 and .debug_types sections, call Layout::add_to_gdb_index.
3628 (Sized_relobj_incr::do_section_name): Implement.
3629 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
3630 return type; Implement.
3631 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
3632 return type.
3633 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
3634 parameter list and return type.
3635 (Sized_incr_dynobj::do_section_contents): Likewise.
3636 * layout.cc: Include gdb-index.h.
3637 (Layout::Layout): Initialize gdb_index_data_.
3638 (Layout::init_fixed_output_section): Check for .gdb_index section.
3639 (Layout::add_to_gdb_index): New function. Instantiate.
3640 * layout.h: Add forward declaration for class Gdb_index.
3641 (Layout::add_to_gdb_index): New member function.
3642 (Layout::gdb_index_data_): New data member.
3643 * main.cc: Include gdb-index.h.
3644 (main): Print statistics for gdb index.
3645 * object.cc (Object::section_contents): Move code into
3646 do_section_contents.
3647 (need_decompressed_section): Check for sections needed when building
3648 gdb index.
3649 (build_compressed_section_map): Likewise.
3650 (Sized_relobj_file::do_read_symbols): Need local symbols when building
3651 gdb index.
3652 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
3653 sections; call Layout::add_to_gdb_index.
3654 (Sized_relobj_file::do_decompressed_section_contents): Call
3655 do_section_contents directly.
3656 * object.h (Object::do_section_contents): Adjust parameter list and
3657 return type.
3658 (Object::do_decompressed_section_contents): Call do_section_contents
3659 directly.
3660 (Sized_relobj_file::do_section_contents): Adjust parameter list and
3661 return type.
3662 * options.h (class General_options): Add --gdb-index option.
3663 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3664 list and return type.
3665 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3666 * reloc.h (Track_relocs::checkpoint): New function.
3667 (Track_relocs::reset): New function.
3668
3669 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3670 New test cases.
3671 * testsuite/Makefile.in: Regenerate.
3672 * testsuite/gdb_index_test.cc: New test source file.
3673 * testsuite/gdb_index_test_1.sh: New test source file.
3674 * testsuite/gdb_index_test_2.sh: New test source file.
3675
647f1574
DK
36762012-03-19 Doug Kwan <dougkwan@google.com>
3677
3678 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 3679 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
3680 __exidx_start and __exidx_end. Make symbol table parameter
3681 anonymous as it is not used.
3682 * gold.cc (queue_middle_tasks): Call target hook to define any
3683 target-specific symbols.
3684 * target.h (Target::define_standard_symbols): New method.
3685 (Target::do_define_standard_symbols): Same.
3686 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3687 * testsuite/Makefile.in: Regenerate.
3688 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3689 and __exidx_end.
3690 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3691 relocations are generated for __exidx_start and __exidx_end.
3692
7c6109da
DK
36932012-03-16 Doug Kwan <dougkwan@google.com>
3694
3695 * testsuite/Makefile.am: Disable test initpri3b.
3696 * testsuite/Makefile.in: Regenerate.
3697
7b8957f8
DK
36982012-03-15 Doug Kwan <dougkwan@google.com>
3699
3700 * arm.cc (Target_arm::got_section): Make .got section read-only
3701 if -z now is given.
3702
14dc9ef7
ILT
37032012-03-15 Ian Lance Taylor <iant@google.com>
3704
3705 PR gold/13850
3706 * layout.cc (Layout::make_output_section): Correctly mark
3707 SHT_INIT_ARRAY, et. al., as relro.
3708
fa40b62a
DK
37092012-03-14 Doug Kwan <dougkwan@google.com>
3710
3711 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3712 dynamic relocations for protected symbols in shared objects.
3713
fd325007
ILT
37142012-03-13 Ian Lance Taylor <iant@google.com>
3715
3716 * resolve.cc (Symbol_table::resolve): When merging common symbols,
3717 keep the larger alignment.
3718
e8dd54e1
CC
37192012-03-12 Cary Coutant <ccoutant@google.com>
3720
3721 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3722 handling of DW_LNE_define_file.
3723
feb5f3b0
CC
37242012-03-12 Cary Coutant <ccoutant@google.com>
3725
3726 * reduced_debug_output.cc
3727 (Output_reduced_debug_info_section::get_die_end): Add new FORM
3728 codes to switch.
3729
a1fb4256
CC
37302012-02-29 Cary Coutant <ccoutant@google.com>
3731
3732 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3733
5dd8762a
CC
37342012-02-29 Cary Coutant <ccoutant@google.com>
3735
3736 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3737 Call Object::decompressed_section_contents.
3738 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3739 New dtor.
3740 (Sized_dwarf_line_info::buffer_start_): New data member.
3741 * merge.cc (Output_merge_data::do_add_input_section): Call
3742 Object::decompressed_section_contents.
3743 (Output_merge_string::do_add_input_section): Likewise.
3744 * object.cc (need_decompressed_section): New function.
3745 (build_compressed_section_map): Decompress sections needed later.
3746 (Sized_relobj_file::do_decompressed_section_contents): New function.
3747 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3748 * object.h (Object::decompressed_section_contents): New function.
3749 (Object::discard_decompressed_sections): New function.
3750 (Object::do_decompressed_section_contents): New function.
3751 (Object::do_discard_decompressed_sections): New function.
3752 (Compressed_section_info): New type.
3753 (Compressed_section_map): Include decompressed section contents.
3754 (Sized_relobj_file::do_decompressed_section_contents): New function.
3755 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3756
7b5de7ee
CC
37572012-02-16 Cary Coutant <ccoutant@google.com>
3758
3759 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3760 * testsuite/Makefile.in: Regenerate.
3761
f9fa4a63
CC
37622012-02-14 Cary Coutant <ccoutant@google.com>
3763
3764 * options.cc (General_options::finalize): Disallow -pie and -static.
3765
2c175ebc
DK
37662012-02-03 Doug Kwan <dougkwan@google.com>
3767
3768 * arm.cc (Arm_relocate_functions::abs8,
3769 Arm_relocate_functions::abs16): Use
3770 Bits::has_signed_unsigned_overflow32.
3771 (Arm_relocate_functions::thm_abs8): Correct range of
3772 overflow check.
3773 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3774 in assertions.
3775
90cff06f
DK
37762012-02-02 Doug Kwan <dougkwan@google.com>
3777
3778 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3779 position independent outputs, not just shared objects.
3780
63887f3d
L
37812012-01-30 H.J. Lu <hongjiu.lu@intel.com>
3782
3783 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3784 * configure: Regenerated.
3785
bef2b434
ILT
37862012-01-27 Ian Lance Taylor <iant@google.com>
3787
3788 * reloc.h (Bits): New class with static functions, copied from
3789 namespace utils in arm.cc.
3790 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
3791 instead.
3792
c335b55d
L
37932012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3794
3795 * incremental.cc (write_info_blocks): Correct relocation offset.
3796
41194d9f
L
37972012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3798
3799 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3800 (Relocate::tls_gd_to_le): Likewise.
3801
1bae613c
L
38022012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3803
3804 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3805
24482ca0
L
38062012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3807
3808 * configure.ac: Check if -mcmodel=medium works.
3809 * configure: Regenerated.
3810
c2c7840a
CC
38112012-01-24 Cary Coutant <ccoutant@google.com>
3812
3813 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3814 definition and ...
3815 (read_unsigned_LEB_128_x): ... this new function.
3816 (read_signed_LEB_128): Replaced with inline definition and ...
3817 (read_signed_LEB_128_x): ... this new function.
3818 * int_encoding.h (read_unsigned_LEB_128_x): New function.
3819 (read_unsigned_LEB_128): Add inline definition.
3820 (read_signed_LEB_128_x): New function.
3821 (read_signed_LEB_128): Add inline definition.
3822 * testsuite/Makefile.am (leb128_unittest): New unit test.
3823 * testsuite/Makefile.in: Regenerate.
3824 * testsuite/leb128_unittest.cc: New unit test.
3825
833de760 38262012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
3827
3828 PR gold/13617
3829 * i386.cc (Target_i386::do_code_fill): When using a jmp
3830 instruction, pad with nop instructions.
3831 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3832
618d6666
L
38332012-01-22 H.J. Lu <hongjiu.lu@intel.com>
3834
3835 * x86_64.cc (gc_process_relocs): Add typename on types used in
3836 template.
3837 (scan_relocs): Likewise.
3838 (relocate_section): Likewise.
3839 (apply_relocation): Likewise.
3840
3660ff06
L
38412012-01-10 H.J. Lu <hongjiu.lu@intel.com>
3842
3843 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3844 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3845 under x32.
3846
fc51264f
L
38472012-01-09 H.J. Lu <hongjiu.lu@intel.com>
3848
3849 * x86_64.cc: Initial support for x32.
3850
dd74ae06
CC
38512012-01-03 Cary Coutant <ccoutant@google.com>
3852
3853 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3854 Use abstract base class for GOT.
3855 * gold/output.h (class Output_data_got_base): New abstract base class.
3856 (class Output_data_got): Derive from new base class, adjust ctors.
3857 (Output_data_got::reserve_slot): Make virtual; rename to
3858 do_reserve_slot; Adjust callers.
3859 * gold/target.h (Sized_target::init_got_plt_for_update): Return
3860 pointer to abstract base class.
3861 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3862
83896202
ILT
38632011-12-18 Ian Lance Taylor <iant@google.com>
3864
3865 * object.h (Relobj::local_symbol_value): New function.
3866 (Relobj::local_plt_offset): New function.
3867 (Relobj::local_has_got_offset): New function.
3868 (Relobj::local_got_offset): New function.
3869 (Relobj::set_local_got_offset): New function.
3870 (Relobj::do_local_symbol_value): New pure virtual function.
3871 (Relobj::do_local_plt_offset): Likewise.
3872 (Relobj::do_local_has_got_offset): Likewise.
3873 (Relobj::do_local_got_offset): Likewise.
3874 (Relobj::do_set_local_got_offset): Likewise.
3875 (Sized_relobj::do_local_has_got_offset): Rename from
3876 local_has_got_offset.
3877 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3878 (Sized_relobj::do_set_local_got_offset): Rename from
3879 set_local_got_offset.
3880 (Sized_relobj_file::do_local_plt_offset): Rename from
3881 local_plt_offset.
3882 (Sized_relobj_file::do_local_symbol_value): New function.
3883 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3884 local_plt_offset.
3885 * output.cc (Output_data_got::Got_entry::write): Change object to
3886 Relobj. Use local_symbol_value.
3887 (Output_data_got::add_global_with_rel): Change rel_dyn to
3888 Output_data_reloc_generic*. Use add_global_generic.
3889 (Output_data_got::add_global_with_rela): Remove. Change all
3890 callers to use add_global_with_rel.
3891 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3892 Output_data_reloc_generic*. Use add_global_generic.
3893 (Output_data_got::add_global_pair_with_rela): Remove. Change all
3894 callers to use add_global_pair_with_rel.
3895 (Output_data_got::add_local): Change object to Relobj*.
3896 (Output_data_got::add_local_plt): Likewise.
3897 (Output_data_got::add_local_with_rel): Change object to Relobj*,
3898 change rel_dyn to Output_data_reloc_generic*. Use
3899 add_local_generic.
3900 (Output_data_got::add_local_with_rela): Remove. Change all
3901 callers to use all_local_with_rel.
3902 (Output_data_got::add_local_pair_with_rel): Change object to
3903 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
3904 add_output_section_generic.
3905 (Output_data_got::add_local_pair_with_rela): Remove. Change all
3906 callers to use add_local_pair_with_rel.
3907 (Output_data_got::reserve_local): Change object to Relobj*.
3908 * output.h: (class Output_data_reloc_generic): Add pure virtual
3909 declarations for add_global_generic, add_local_generic,
3910 add_output_section_generic.
3911 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3912 functions for Output_data_reloc_generic. Update declarations for
3913 changes listed in output.cc.
3914 (class Output_data_got): Change template parameter to got_size.
3915 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
3916 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3917 function.
3918 (Sized_relobj_incr::do_local_plt_offset): New function.
3919 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3920 add_global_generic.
3921
76677ad0
CC
39222011-12-17 Cary Coutant <ccoutant@google.com>
3923
3924 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3925 * resolve.cc (Symbol_table::resolve): Likewise.
3926 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3927 arrays.
3928 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3929
8b8dd8d5
ILT
39302011-12-16 Ian Lance Taylor <iant@google.com>
3931
3932 * output.h (Output_data_reloc_generic::add): Only call
3933 add_dynamic_reloc if this is a dynamic reloc section.
3934
d55525b9
L
39352011-12-15 H.J. Lu <hongjiu.lu@intel.com>
3936
3937 PR gold/13505
3938 * target-reloc.h (apply_relocation): Replace <64, false> with
3939 <size, big_endian>.
3940
ff81c7c1
NC
39412011-11-25 Nick Clifton <nickc@redhat.com>
3942
3943 * po/it.po: New Italian translation.
3944
628f39be
SA
39452011-11-17 Sterling Augustine <saugustine@google.com>
3946
3947 * script.cc (script_include_directive): Implement.
3948 (read_script_file): New local variables name and search_path. Update
3949 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3950 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3951 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3952
98ef3ea4
SA
39532011-11-11 Sterling Augustine <saugustine@google.com>
3954
3955 * yyscript.y (section_cmd): Add support for INCLUDE directive.
3956 (file_or_sections_cmd): Likewise.
3957
f4a8b6d7
DK
39582011-11-11 Doug Kwan <dougkwan@google.com>
3959
3960 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3961 if --just-symbols is given.
3962
29ab395d
DK
39632011-11-10 Doug Kwan <dougkwan@google.com>
3964
3965 PR gold/13362
3966 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3967 when processing data relocs.
3968 * reloc.h (Relocate_functions::rel_unaligned): New method.
3969 (Relocate_functions::pcrel_unaligned): Ditto.
3970 (Relocate_functions::rel32_unaligned): Ditto.
3971 (Relocate_functions::pcrel32_unaligned): Ditto.
3972
2c339f71
DK
39732011-11-09 Doug Kwan <dougkwan@google.com>
3974
3975 PR gold/13362
3976 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3977 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3978 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3979 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3980 (Relocate_functions::rel_unaligned): New.
3981 (Relocate_functions::rel32_unaligned): New.
3982 * target-reloc.h (relocate_for_relocatable): Add code to handle
3983 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3984 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3985 arm_unaligned_reloc_r): New targets.
3986 * testsuite/Makefile.in: Regenerate.
3987 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3988 linking.
3989
3f3cddf1
ILT
39902011-11-02 Ian Lance Taylor <iant@google.com>
3991
3992 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
3993 NATIVE_LINKER.
3994 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3995 * options.cc (General_options::finalize): Use library search path
3996 from configure script if specified. If not native and no sysroot,
3997 only search TOOLLIBDIR.
3998 * options.h (Search_directory::Search_directory): Change name to
3999 const std::string&.
4000 (General_options::add_to_library_path_with_sysroot): Change arg to
4001 const std::string&.
4002 * configure, Makefile.in, config.in: Rebuild.
4003
a8e2273b
ILT
40042011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4005
4006 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
4007 we are working around the ARM1176 Erratum.
4008 * options.h (General_options::fix_arm1176): Add option.
4009 * testsuite/Makefile.am: Add testcases, and keep current ones
4010 working.
4011 * testsuite/Makefile.in: Regenerate.
4012 * testsuite/arm_fix_1176.s: New file.
4013 * testsuite/arm_fix_1176.sh: Likewise.
4014
cd6eab1c
ILT
40152011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4016
4017 * arm.cc (Target_arm::Target_arm): Remove initialisation of
4018 may_use_blx_.
4019 (Target_arm::may_use_blx): Remove method.
4020 (Target_arm::set_may_use_blx): Likewise.
4021 (Target_arm::may_use_v4t_interworking): New method.
4022 (Target_arm::may_use_v5t_interworking): Likewise.
4023 (Target_arm::may_use_blx_): Remove member variable.
4024 (Arm_relocate_functions::arm_branch_common): Check for v5T
4025 interworking.
4026 (Arm_relocate_functions::thumb_branch_common): Likewise.
4027 (Reloc_stub::stub_type_for_reloc): Likewise.
4028 (Target_arm::do_finalize_sections): Correct interworking checks.
4029 * testsuite/Makefile.am: Add new tests.
4030 * testsuite/Makefile.in: Regenerate.
4031 * testsuite/arm_farcall_arm_arm.s: New test.
4032 * testsuite/arm_farcall_arm_arm.sh: Likewise.
4033 * testsuite/arm_farcall_arm_thumb.s: Likewise.
4034 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
4035 * testsuite/arm_farcall_thumb_arm.s: Likewise.
4036 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
4037 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
4038 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
4039
286adcf4
CC
40402011-10-31 Cary Coutant <ccoutant@google.com>
4041
4042 PR gold/13023
4043 * expression.cc (Expression::eval_with_dot): Add
4044 is_section_dot_assignment parameter.
4045 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
4046 absolute and assigning to dot within a section.
4047 * script-sections.cc
4048 (Output_section_element_assignment::set_section_addresses): Pass
4049 dot_section to set_if_absolute.
4050 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
4051 as is_section_dot_assignment flag to eval_with_dot.
4052 (Output_section_element_dot_assignment::set_section_addresses):
4053 Likewise.
4054 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
4055 parameter. Also set value if relative to dot_section; set the
4056 symbol's output_section.
4057 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
4058 parameter. Adjust all callers.
4059 (Expression::eval_maybe_dot): Likewise.
4060 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
4061 Adjust all callers.
4062 * testsuite/script_test_2.t: Test assignment of an absolute value
4063 to dot within an output section element.
4064
9634ed06
CC
40652011-10-31 Cary Coutant <ccoutant@google.com>
4066
4067 * options.h (class General_options): Add --[no-]gnu-unique options.
4068 * symtab.cc (Symbol_table::sized_write_globals): Convert
4069 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
4070
de4101c7
CC
40712011-10-31 Cary Coutant <ccoutant@google.com>
4072
4073 PR gold/13359
4074 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
4075 unnecessary assertion.
4076 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
4077
7257cc92
ST
40782011-10-31 Sriraman Tallam <tmsriram@google.com>
4079
4080 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4081 gc_mark_symbol.
4082 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4083 gc_mark_symbol.
4084 Change to just keep the section associated with symbol.
4085 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
4086 they are externally visible and --export-dynamic is turned on.
4087 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
4088
bfc34b3f
ILT
40892011-10-19 Ian Lance Taylor <iant@google.com>
4090
4091 PR gold/13163
4092 * script-sections.cc
4093 (Output_section_element_dot_assignment::needs_output_section): New
4094 function.
4095
ea0d8c47
ILT
40962011-10-19 Ian Lance Taylor <iant@google.com>
4097
4098 PR gold/13204
4099 * layout.cc (Layout::segment_precedes): Don't assert failure if a
4100 --section-start option was seen.
4101 * options.h (General_options::any_section_start): New function.
4102
abd242a9
DM
41032011-10-18 David S. Miller <davem@davemloft.net>
4104
4105 PR binutils/13301
4106 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
4107 member to track relocation locations that have moved during TLS
4108 reloc optimizations.
4109 (Target_sparc::Relocate::Relocate): Initialize to NULL.
4110 (Target_sparc::Relocate::relocate): Adjust view down by 4
4111 bytes if it matches reloc_adjust_addr_.
4112 (Target_sparc::Relocate::relocate_tls): Always move the
4113 __tls_get_addr call delay slot instruction forward 4 bytes when
4114 performing relaxation.
4115
bab9090f
CC
41162011-10-18 Cary Coutant <ccoutant@google.com>
4117
4118 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
4119 (Output_file::map_no_anonymous): Check for non-zero
4120 return code from posix_fallocate.
4121
f7c5b166
CC
41222011-10-17 Cary Coutant <ccoutant@google.com>
4123
4124 PR gold/13245
4125 * plugin.cc (is_visible_from_outside): Check for symbols
4126 referenced from dynamic objects.
4127 * resolve.cc (Symbol_table::resolve): Don't count references
4128 from dynamic objects as references from real ELF files.
4129 * testsuite/plugin_test_2.sh: Adjust expected result.
4130
b490c0bb
CC
41312011-10-17 Cary Coutant <ccoutant@google.com>
4132
4133 * gold.cc: Include timer.h.
4134 (queue_middle_tasks): Stamp time.
4135 (queue_final_tasks): Likewise.
4136 * main.cc (main): Store timer in parameters. Print timers
4137 for each pass.
4138 * parameters.cc (Parameters::Parameters): Initialize timer_.
4139 (Parameters::set_timer): New function.
4140 (set_parameters_timer): New function.
4141 * parameters.h (Parameters::set_timer): New function.
4142 (Parameters::timer): New function.
4143 (Parameters::timer_): New data member.
4144 (set_parameters_timer): New function.
4145 * timer.cc (Timer::stamp): New function.
4146 (Timer::get_pass_time): New function.
4147 * timer.h (Timer::stamp): New function.
4148 (Timer::get_pass_time): New function.
4149 (Timer::pass_times_): New data member.
4150
f475cf7b
CC
41512011-10-17 Cary Coutant <ccoutant@google.com>
4152
4153 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
4154 task for members of lib groups.
4155
cdd7e244
CC
41562011-10-17 Cary Coutant <ccoutant@google.com>
4157
4158 PR gold/13288
4f95c8b4 4159 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
4160 (File_read::make_view): Move bounds check (replace with assert)...
4161 (File_read::find_or_make_view): ... to here.
4162
dfb45471
CC
41632011-10-12 Cary Coutant <ccoutant@google.com>
4164
4f95c8b4 4165 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
4166 ::read returns less than requested size.
4167
53bbcc1b
CC
41682011-10-10 Cary Coutant <ccoutant@google.com>
4169
4f95c8b4 4170 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
4171 Initialize defined_count_.
4172 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
4173 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
4174 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
4175 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
4176 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 4177 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
4178 member.
4179 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 4180 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
4181 Return zeroes instead of internal error.
4182
397b129b
CC
41832011-10-10 Cary Coutant <ccoutant@google.com>
4184
4185 PR gold/13249
4f95c8b4 4186 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 4187 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 4188 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
4189 (Output_reloc::type_): Adjust size of bit field.
4190 (Output_reloc::use_plt_offset_): New bit field.
4191 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
4192 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
4193 flag. Adjust all callers.
4f95c8b4 4194 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
4195 creating RELATIVE relocations.
4196
d5698657
NC
41972011-10-10 Nick Clifton <nickc@redhat.com>
4198
4199 * po/es.po: Updated Spanish translation.
4200 * po/fi.po: Updated Finnish translation.
4201
6a59a5c2
DN
42022011-10-03 Diego Novillo <dnovillo@google.com>
4203
4204 * options.cc (parse_uint): Fix dereference of RETVAL.
4205
f0558624
ST
42062011-09-29 Sriraman Tallam <tmsriram@google.com>
4207
4208 * layout.h (section_order_map_): New member.
4209 (get_section_order_map): New member function.
4210 * output.cc (Output_section::add_input_section): Check for patterns
4211 only when --section-ordering-file is specified.
4212 * gold.cc (queue_middle_tasks): Delay updating order of sections till
4213 output_sections have been formed.
4214 * layout.cc (Layout_Layout): Initialize section_order_map_.
4215 * plugin.cc (update_section_order): Store order in order_map. Do not
4216 update the order.
4217 * testsuite/Makefile.am: Add test case for plugin_final_layout.
4218 * testsuite/Makefile.in: Regenerate.
4219 * testsuite/plugin_section_order.c: New file.
4220 * testsuite/plugin_final_layout.cc: New file.
4221 * testsuite/plugin_final_layout.sh: New file.
4222
a7dac153
CC
42232011-09-29 Cary Coutant <ccoutant@google.com>
4224
4f95c8b4 4225 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 4226 Check for NULL.
4f95c8b4 4227 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
4228 symbols during incremental update.
4229 (Symbol_table::add_from_dynobj): Likewise.
4230
eebd87a5
ILT
42312011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4232 Ian Lance Taylor <iant@google.com>
4233
4234 * symtab.cc (Symbol_table::define_special_symbol): Always
4235 canonicalize version string.
4236
403a3331
CC
42372011-09-26 Cary Coutant <ccoutant@google.com>
4238
4f95c8b4
CC
4239 * gold.cc (queue_initial_tasks): Move option checks ...
4240 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
4241 some options; make others fatal.
4242
235061c2
CC
42432011-09-26 Cary Coutant <ccoutant@google.com>
4244
4245 gcc PR lto/47247
4246 * plugin.cc (get_symbols_v2): New function.
4247 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
4248 (is_referenced_from_outside): New function.
4249 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
4250 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
4251 (get_symbols): Pass version parameter.
4252 (get_symbols_v2): New function.
4253 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
4254 parameter.
4255 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
4256 (onload): Add LDPT_GET_SYMBOLS_V2.
4257 (all_symbols_read_hook): Use get_symbols_v2; check for
4258 LDPR_PREVAILING_DEF_IRONLY_EXP.
4259 * testsuite/plugin_test_3.sh: Update expected results.
4260
dc87f620
ILT
42612011-09-23 Simon Baldwin <simonb@google.com>
4262
4263 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
4264 configuration options.
4265 * configure: Regenerate.
4266 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
4267 * Makefile.in: Regenerate.
4268 * testsuite/Makefile.in: Regenerate.
4269
a8279f82
ST
42702011-09-19 Sriraman Tallam <tmsriram@google.com>
4271
4272 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
4273
0c9350c8
CC
42742011-09-19 Cary Coutant <ccoutant@google.com>
4275
4276 * incremental.cc (can_incremental_update): Fix typo in comment.
4277 * incremental.h (can_incremental_update): Likewise.
4278
aa06ae28
CC
42792011-09-18 Cary Coutant <ccoutant@google.com>
4280
4281 * incremental.cc (can_incremental_update): New function.
4282 * incremental.h (can_incremental_update): New function.
4283 * layout.cc (Layout::init_fixed_output_section): Call it.
4284 (Layout::make_output_section): Don't allow patch space in .eh_frame.
4285 * object.cc (Sized_relobj_file::do_layout): Call
4286 can_incremental_update.
4287
ebb300b2
CC
42882011-09-13 Cary Coutant <ccoutant@google.com>
4289
4290 * configure.ac: Check for glibc support for gnu_indirect_function
4291 support with static linking, setting automake conditional
4292 IFUNC_STATIC.
4293 * Makefile.in: Regenerate.
4294 * configure: Regenerate.
4295
4296 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
4297 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
4298 for IFUNC_STATIC.
4299 * testsuite/Makefile.in: Regenerate.
4300
1206d0d5
CC
43012011-09-13 Cary Coutant <ccoutant@google.com>
4302
4303 * incremental.cc (Sized_relobj_incr::do_layout): Call
4304 report_comdat_group for kept comdat sections.
4305 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
4306 * testsuite/Makefile.in: Regenerate.
4307 * testsuite/incr_comdat_test_1.cc: New source file.
4308 * testsuite/incr_comdat_test_2_v1.cc: New source file.
4309 * testsuite/incr_comdat_test_2_v2.cc: New source file.
4310 * testsuite/incr_comdat_test_2_v3.cc: New source file.
4311
40b29874
ILT
43122011-09-13 Ian Lance Taylor <iant@google.com>
4313
4314 * object.cc (Sized_relobj_file::do_layout): Remove unused local
4315 variable external_symbols_offset.
4316
1b045aac
ILT
43172011-09-12 Ian Lance Taylor <iant@google.com>
4318
4319 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
4320 triggered if object has no symbols.
4321
24c6c55a
DM
43222011-09-09 David S. Miller <davem@davemloft.net>
4323
4324 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
4325 (Output_fill_debug_line::do_write): Likewise.
4326
66570254
CC
43272011-08-29 Cary Coutant <ccoutant@google.com>
4328
4329 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
4330 casts to match formatting specs.
4331 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
4332
8ea8cd50
CC
43332011-08-26 Cary Coutant <ccoutant@google.com>
4334
4335 * layout.cc (Free_list::allocate): Provide guarantee of minimum
4336 remaining hole size when allocating.
4337 (Layout::make_output_section): Set fill methods for debug sections.
4338 * layout.h (Free_list::Free_list_node): Move from private to
4339 public.
4340 (Free_list::set_min_hole_size): New function.
4341 (Free_list::begin, Free_list::end): New functions.
4342 (Free_list::min_hole_): New data member.
4343 * output.cc: Include dwarf.h.
4344 (Output_fill_debug_info::do_minimum_hole_size): New function.
4345 (Output_fill_debug_info::do_write): New function.
4346 (Output_fill_debug_line::do_minimum_hole_size): New function.
4347 (Output_fill_debug_line::do_write): New function.
4348 (Output_section::Output_section): Initialize new data member.
4349 (Output_section::set_final_data_size): Ensure patch space is larger
4350 than minimum hole size.
4351 (Output_section::do_write): Fill holes in debug sections.
4352 * output.h (Output_fill): New class.
4353 (Output_fill_debug_info): New class.
4354 (Output_fill_debug_line): New class.
4355 (Output_section::set_free_space_fill): New function.
4356 (Output_section::free_space_fill_): New data member.
4357 * testsuite/Makefile.am (incremental_test_3): Add
4358 --incremental-patch option.
4359 (incremental_test_4): Likewise.
4360 (incremental_test_5): Likewise.
4361 (incremental_test_6): Likewise.
4362 (incremental_copy_test): Likewise.
4363 (incremental_common_test_1): Likewise.
4364 * testsuite/Makefile.in: Regenerate.
4365
7cf80422
NC
43662011-08-26 Nick Clifton <nickc@redhat.com>
4367
4368 * po/es.po: Updated Spanish translation.
4369
c3f7b0e5
CC
43702011-08-01 Cary Coutant <ccoutant@google.com>
4371
4372 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
4373 * gold/testsuite/Makefile.in: Regenerate.
4374 * gold/testsuite/justsyms_exec.c: New source file.
4375 * gold/testsuite/justsyms_lib.c: New source file.
4376
9590bf25
CC
43772011-08-01 Cary Coutant <ccoutant@google.com>
4378
4379 * layout.cc (Layout::set_segment_offsets): Don't realign text
4380 segment if -Ttext was specified.
4381 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
4382 file type.
4383 * object.h (Sized_relobj_file::e_type): New function.
4384 (Sized_relobj_file::e_type_): New data member.
4385 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
4386 base address for ET_EXEC files.
4387 * target.cc (Target::do_make_elf_object_implementation): Allow
4388 ET_EXEC files with --just-symbols option.
4389
dcd8d12e
CC
43902011-07-28 Cary Coutant <ccoutant@google.com>
4391
4392 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
4393 Add thread_number parameter.
4394 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
4395 * workqueue-threads.cc
4396 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
4397 current thread if its thread number is greater than desired thread
4398 count.
4399 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
4400 Add thread_number parameter.
4401 (Workqueue::should_cancel_thread): Likewise.
4402 (Workqueue::find_runnable_or_wait): Pass thread_number to
4403 should_cancel_thread.
4404 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
4405 parameter.
4406
804eb480
ST
44072011-07-22 Sriraman Tallam <tmsriram@google.com>
4408
4409 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
4410 only after checking if it cannot be forced local.
4411 * symtab.h (is_externally_visible): Check if the symbol is not forced
4412 local.
4413
f1ddb600
ILT
44142011-07-15 Ian Lance Taylor <iant@google.com>
4415
4416 * options.h (class General_options): Add --print-output-format.
4417 Move -EL next to -EB, for better --help output.
4418 * target-select.cc: Include <cstdio>, "options.h", and
4419 "parameters.h".
4420 (Target_selector::do_target_bfd_name): New function.
4421 (print_output_format): New function.
4422 * target-select.h (class Target_selector): Update declarations.
4423 (Target_selector::target_bfd_name): New function.
4424 (print_output_format): Declare.
4425 * main.cc: Include "target-select.h".
4426 (main): Handle --print-output-format.
4427 * gold.cc: Include "target-select.h".
4428 (queue_initial_tasks): Handle --print-output-format when there are
4429 no input files.
4430 * parameters.cc (parameters_force_valid_target): Give a better
4431 error message if -EB/-EL does not match target.
4432 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
4433 function.
4434
7d172687
ILT
44352011-07-15 Ian Lance Taylor <iant@google.com>
4436
4437 * i386.cc (class Output_data_plt_i386): Add layout_ field.
4438 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
4439 (Output_data_plt_i386::do_write): Write address of .dynamic
4440 section to first entry in .got.plt section.
4441 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
4442 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4443 Initialize layout_.
4444 (Output_data_plt_x86_64::do_write): Write address of .dynamic
4445 section to first entry in .got.plt section.
4446 * layout.h (Layout::dynamic_section): New function.
4447
e9552f7e
ST
44482011-07-13 Sriraman Tallam <tmsriram@google.com>
4449
4450 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
4451 to claim_file call.
4452 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
4453 input_section_position_, and input_section_glob_.
4454 (read_layout_from_file): Call function section_ordering_specified.
4455 * layout.h (is_section_ordering_specified): New function.
4456 (section_ordering_specified): New function.
4457 (section_ordering_specified_): New boolean member.
4458 * main.cc(main): Call load_plugins after layout object is defined.
4459 * output.cc (Output_section::add_input_section): Use
4460 function section_ordering_specified to check if section ordering is
4461 needed.
4462 * output.cc (Output_section::add_relaxed_input_section): Use
4463 function section_ordering_specified to check if section ordering is
4464 needed.
4465 (Output_section::update_section_layout): New function.
4466 (Output_section::sort_attached_input_sections): Check if input section
4467 must be reordered.
4468 * output.h (Output_section::update_section_layout): New function.
4469 * plugin.cc (get_section_count): New function.
4470 (get_section_type): New function.
4471 (get_section_name): New function.
4472 (get_section_contents): New function.
4473 (update_section_order): New function.
58797674 4474 (allow_section_ordering): New function.
e9552f7e
ST
4475 (Plugin::load): Add the new interfaces to the transfer vector.
4476 (Plugin_manager::load_plugins): New parameter.
4477 (Plugin_manager::all_symbols_read): New parameter.
4478 (Plugin_manager::claim_file): New parameter. Save the elf object for
4479 unclaimed objects.
4480 (Plugin_manager::get_elf_object): New function.
4481 (Plugin_manager::get_view): Change to directly use the bool to check
4482 if get_view is called from claim_file_hook.
4483 * plugin.h (input_objects): New function
4484 (Plugin__manager::load_plugins): New parameter.
4485 (Plugin_manager::claim_file): New parameter.
4486 (Plugin_manager::get_elf_object): New function.
4487 (Plugin_manager::in_claim_file_handler): New function.
4488 (Plugin_manager::in_claim_file_handler_): New member.
4489 (layout): New function.
4490 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
4491 handler with an extra parameter. Make the elf object before calling
4492 claim_file handler.
4493 * testsuite/plugin_test.c (get_section_count): New function pointer.
4494 (get_section_type): New function pointer.
4495 (get_section_name): New function pointer.
4496 (get_section_contents): New function pointer.
4497 (update_section_order): New function pointer.
4498 (allow_section_ordering): New function pointer.
4499 (onload): Check if the new interfaces exist.
4500
9446efde
ILT
45012011-07-13 Ian Lance Taylor <iant@google.com>
4502
4503 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
4504 relro section.
4505 * x86_64.cc (Target_x86_64::got_section): Likewise.
4506 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
4507 (relro_now_test_SOURCES): New variable.
4508 (relro_now_test_DEPENDENCIES): New variable.
4509 (relro_now_test_LDFLAGS): New variable.
4510 (relro_now_test_LDADD): New variable.
4511 (relro_now_test.so): New target.
4512 * testsuite/Makefile.in: Rebuild.
4513
07aa62f2
ILT
45142011-07-12 Ian Lance Taylor <iant@google.com>
4515
4516 PR gold/12980
4517 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
4518 GLOB_DAT relocation rather than a RELATIVE relocation for a
4519 protected symbol when creating a shared library.
4520 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4521 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
4522 * testsuite/protected_main_1.cc (main): Test that protected
4523 function has same address.
4524
e2153196
ILT
45252011-07-11 Ian Lance Taylor <iant@google.com>
4526
4527 PR gold/12979
4528 * options.h (class General_options): Add -Bgroup.
4529 * options.cc (General_options::finalize): If -Bgroup is set,
4530 default to --unresolved-symbols=report-all.
4531 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
4532 * target-reloc.h (issue_undefined_symbol_error): Handle
4533 --unresolved-symbols=report-all.
4534
6daf5215
ILT
45352011-07-08 Ian Lance Taylor <iant@google.com>
4536
4537 PR gold/11985
4538 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
4539 if linker script discards key sections.
4540 (Layout::create_dynamic_symtab): Likewise.
4541 (Layout::assign_local_dynsym_offsets): Likewise.
4542 (Layout::sized_create_version_sections): Likewise.
4543 (Layout::create_interp): Likewise.
4544 (Layout::finish_dynamic_section): Likewise.
4545 (Layout::set_dynamic_symbol_size): Likewise.
4546
beabb2c6
ILT
45472011-07-08 Ian Lance Taylor <iant@google.com>
4548
4549 PR gold/12386
4550 * options.h (class General_options): Add --unresolved-symbols.
4551 * target-reloc.h (issue_undefined_symbol_error): Check
4552 --unresolved-symbols. Add comments.
4553
9c16daf1
ILT
45542011-07-08 Ian Lance Taylor <iant@google.com>
4555
4556 * testsuite/odr_violation2.cc (Ordering::operator()): Make
4557 expression more complex.
4558
191f1a2d
ILT
45592011-07-08 Ian Lance Taylor <iant@google.com>
4560
4561 PR gold/11317
4562 * target-reloc.h (issue_undefined_symbol_error): New inline
4563 function, broken out of relocate_section.
4564 (relocate_section): Call issue_undefined_symbol_error.
4565 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4566 there is no TLS segment if we are about to issue an undefined
4567 symbol error.
4568 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4569
62855347
ILT
45702011-07-08 Ian Lance Taylor <iant@google.com>
4571
4572 PR gold/12279
4573 * resolve.cc (Symbol_table::should_override): Add fromtype
4574 parameter. Change all callers. Give error when linking together
4575 TLS and non-TLS symbol.
4576 (Symbol_table::should_override_with_special): Add fromtype
4577 parameter. Change all callers.
4578 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4579 there is no TLS segment if we have reported some errors.
4580 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4581
67181c72
ILT
45822011-07-08 Ian Lance Taylor <iant@google.com>
4583
4584 PR gold/12372
4585 * target.h (Target::plt_address_for_global): New function.
4586 (Target::plt_address_for_local): New function.
4587 (Target::plt_section_for_global): Remove.
4588 (Target::plt_section_for_local): Remove.
4589 (Target::do_plt_address_for_global): New virtual function.
4590 (Target::do_plt_address_for_local): New virtual function.
4591 (Target::do_plt_section_for_global): Remove.
4592 (Target::do_plt_section_for_local): Remove.
4593 (Target::register_global_plt_entry): Add Symbol_table and Layout
4594 parameters.
4595 * output.cc (Output_data_got::Got_entry::write): Use
4596 plt_address_for_global and plt_address_for_local.
4597 * layout.cc (Layout::add_target_dynamic_tags): Use size and
4598 address of output section.
4599 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
4600 got_irelative_, and irelative_count_ fields. Update
4601 declarations.
4602 (Output_data_plt_i386::has_irelative_section): New function.
4603 (Output_data_plt_i386::entry_count): Add irelative_count_.
4604 (Output_data_plt_i386::set_final_data_size): Likewise.
4605 (class Target_i386): Add got_irelative_ and rel_irelative_
4606 fields. Update declarations.
4607 (Target_i386::Target_i386): Initialize new fields.
4608 (Target_i386::do_plt_address_for_global): New function replacing
4609 do_plt_section_for_global.
4610 (Target_i386::do_plt_address_for_local): New function replacing
4611 do_plt_section_for_local.
4612 (Target_i386::got_section): Create got_irelative_.
4613 (Target_i386::rel_irelative_section): New function.
4614 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
4615 fields. Don't define __rel_iplt_{start,end}.
4616 (Output_data_plt_i386::add_entry): Add symtab and layout
4617 parameters. Change all callers. Use different PLT and GOT for
4618 IFUNC symbols.
4619 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
4620 layout parameters. Change all callers. Use different PLT and
4621 GOT.
4622 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
4623 (Output_data_plt_i386::rel_irelative): New function.
4624 (Output_data_plt_i386::address_for_global): New function.
4625 (Output_data_plt_i386::address_for_local): New function.
4626 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
4627 IRELATIVE GOT when changing IFUNC GOT entries.
4628 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
4629 reloc.
4630 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
4631 if we didn't create an IRELATIVE GOT.
4632 (Target_i386::Relocate::relocate): Use plt_address_for_global and
4633 plt_address_for_local.
4634 (Target_i386::do_dynsym_value): Use plt_address_for_global.
4635 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
4636 got_irelative_, and irelative_count_ fields. Update
4637 declarations.
4638 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4639 Initialize new fields. Remove symtab parameter. Change all
4640 callers.
4641 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
4642 irelative_count_.
4643 (Output_data_plt_x86_64::has_irelative_section): New function.
4644 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
4645 (class Target_x86_64): Add got_irelative_ and rel_irelative_
4646 fields. Update declarations.
4647 (Target_x86_64::Target_x86_64): Initialize new fields.
4648 (Target_x86_64::do_plt_address_for_global): New function replacing
4649 do_plt_section_for_global.
4650 (Target_x86_64::do_plt_address_for_local): New function replacing
4651 do_plt_section_for_local.
4652 (Target_x86_64::got_section): Create got_irelative_.
4653 (Target_x86_64::rela_irelative_section): New function.
4654 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
4655 all callers. Don't create __rel_iplt_{start,end}.
4656 (Output_data_plt_x86_64::add_entry): Add symtab and layout
4657 parameters. Change all callers. Use different PLT and GOT for
4658 IFUNC symbols.
4659 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
4660 layout parameters. Change all callers. Use different PLT and
4661 GOT.
4662 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
4663 parameters. Change all callers. Use different PLT and GOT for
4664 IFUNC symbols.
4665 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4666 (Output_data_plt_x86_64::rela_irelative): New function.
4667 (Output_data_plt_x86_64::address_for_global): New function.
4668 (Output_data_plt_x86_64::address_for_local): New function.
4669 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4670 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4671 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4672 (Target_x86_64::register_global_plt_entry): Add symtab and layout
4673 parameters.
4674 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4675 reloc.
4676 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4677 symbols if we didn't create an IRELATIVE GOT.
4678 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4679 plt_address_for_local.
4680 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4681 * testsuite/ifuncvar1.c: New test file.
4682 * testsuite/ifuncvar2.c: New test file.
4683 * testsuite/ifuncvar3.c: New test file.
4684 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4685 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4686 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4687 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4688 * testsuite/Makefile.in: Rebuild.
4689
33c15b45
CC
46902011-07-07 Cary Coutant <ccoutant@google.com>
4691
4692 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4693 (two_file_test_1_ndebug.o): Likewise.
4694 (two_file_test_1b_ndebug.o): Likewise.
4695 (two_file_test_2_ndebug.o): Likewise.
4696 (two_file_test_main_ndebug.o): Likewise.
4697 (incremental_test_2): Link with no-debug versions.
4698
f48b5fb7
CC
46992011-07-06 Cary Coutant <ccoutant@google.com>
4700
4701 * gold/incremental.cc
4702 (Output_section_incremental_inputs::write_info_blocks): Check for
4703 hidden and internal symbols.
4704
221597a5
CC
47052011-07-06 Cary Coutant <ccoutant@google.com>
4706
4707 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4708 Check disposition for startup file.
4709 (Incremental_inputs::report_command_line): Ignore
4710 --incremental-startup-unchanged option.
4711 * options.cc (General_options::parse_incremental_startup_unchanged):
4712 New function.
4713 (General_options::General_options): Initialize new data member.
4714 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4715 (General_options): Add --incremental-startup-unchanged option.
4716 (General_options::incremental_startup_disposition): New function.
4717 (General_options::incremental_startup_disposition_): New data member.
4718
e24719f6
CC
47192011-07-06 Cary Coutant <ccoutant@google.com>
4720
4721 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4722 input file index to Script_info ctor.
4723 (Sized_incremental_binary::do_file_has_changed): Find the
4724 command-line argument for files named in scripts.
4725 * incremental.h (Script_info::Script_info): New ctor
4726 with input file index.
4727 (Script_info::input_file_index): New function.
4728 (Script_info::input_file_index_): New data member.
4729 (Incremental_binary::get_library): Add const.
4730 (Incremental_binary::get_script_info): Add const.
4731 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4732 * testsuite/Makefile.am (incremental_test_5): New test case.
4733 (incremental_test_6): New test case.
4734 * testsuite/Makefile.in: Regenerate.
4735
8f7c81e8
CC
47362011-07-06 Cary Coutant <ccoutant@google.com>
4737
4738 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4739 debug output when command lines differ.
4740
9fbd3822
CC
47412011-07-06 Cary Coutant <ccoutant@google.com>
4742
4743 * incremental.cc (Incremental_inputs::report_command_line): Ignore
4744 --incremental-patch option.
4745 * layout.cc (Free_list::allocate): Extend allocation beyond original
4746 end if enabled.
4747 (Layout::make_output_section): Mark sections that should get
4748 patch space.
4749 * options.cc (parse_percent): New function.
4750 * options.h (parse_percent): New function.
4751 (DEFINE_percent): New macro.
4752 (General_options): Add --incremental-patch option.
4753 * output.cc (Output_section::Output_section): Initialize new data
4754 members.
4755 (Output_section::add_input_section): Print section name when out
4756 of patch space.
4757 (Output_section::add_output_section_data): Likewise.
4758 (Output_section::set_final_data_size): Add patch space when
4759 doing --incremental-full.
4760 (Output_section::do_reset_address_and_file_offset): Remove patch
4761 space.
4762 (Output_segment::set_section_list_addresses): Print debug output
4763 only if --incremental-update.
4764 * output.h (Output_section::set_is_patch_space_allowed): New function.
4765 (Output_section::is_patch_space_allowed_): New data member.
4766 (Output_section::patch_space_): New data member.
4767 * parameters.cc (Parameters::incremental_full): New function.
4768 * parameters.h (Parameters::incremental_full): New function
4769 * testsuite/Makefile.am (incremental_test_2): Add test for
4770 --incremental-patch option.
4771 * testsuite/Makefile.in: Regenerate.
4772 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4773 (t18): Remove function body.
4774
f6cccc2c
DK
47752011-07-05 Doug Kwan <dougkwan@google.com>
4776
4777 PR gold/12771
4778 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4779 Arm_Address type for relocation result.
4780 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
4781 overflow check.
4782 (Arm_relocate_functions::abs32): Use unaligned access.
4783 (Arm_relocate_functions::rel32): Ditto.
4784 (Arm_relocate_functions::prel31): Ditto.
4785 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4786 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4787 static data relocations.
4788 * testsuite/Makefile.in: Regnerate.
4789 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4790
28a13fec
ILT
47912011-07-05 Ian Lance Taylor <iant@google.com>
4792
4793 PR gold/12392
4794 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4795 symbols if necessary.
4796 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4797
24d47b34
ILT
47982011-07-05 Ian Lance Taylor <iant@google.com>
4799
4800 PR gold/12952
4801 * resolve.cc (Symbol::override_base_with_special): Simply override
4802 version with special symbol version, ignoring previous version.
4803
41f9cbbe
ILT
48042011-07-05 Ian Lance Taylor <iant@google.com>
4805
4806 * object.cc (Sized_relobj_file::include_section_group): Add
4807 information to comment about signature location.
4808
886288f1
ILT
48092011-07-02 Ian Lance Taylor <iant@google.com>
4810
4811 PR gold/12957
4812 * options.h (class General_options): Add -f and -F.
4813 * options.cc (General_options::finalize): Fatal error if -f/-F
4814 are used without -shared.
4815 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4816
ae3a6d4f
ILT
48172011-07-02 Ian Lance Taylor <iant@google.com>
4818
4819 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4820
21131061
ILT
48212011-07-01 Ian Lance Taylor <iant@google.com>
4822
4823 PR gold/12525
4824 PR gold/12952
4825 * resolve.cc (Symbol::override_base_with_special): Don't override
4826 the version if the overriding symbol has a different name.
4827 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
4828 all callers. If we give an error about an undefined version,
4829 define the base version if necessary.
4830 * dynobj.h (class Versions): Update declaration.
4831 * testsuite/weak_alias_test_5.cc: New file.
4832 * testsuite/weak_alias_test.script: New file.
4833 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4834 and versioned_alias have the right value, and call t2.
4835 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4836 weak_alias_test_5.so.
4837 (weak_alias_test_LDADD): Likewise.
4838 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4839 * testsuite/Makefile.in: Rebuild.
4840
611062c0
ILT
48412011-07-01 Ian Lance Taylor <iant@google.com>
4842
4843 PR gold/12525
4844 * options.h (class General_options): Support -z notext.
4845 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4846 -Wl,-z,notext.
4847 (two_file_shared_nonpic.so): Likewise.
4848 (two_file_shared_mixed.so): Likewise.
4849 (two_file_shared_mixed_1.so): Likewise.
4850 (weak_undef_lib_nonpic.so): Likewise.
4851 (alt/weak_undef_lib_nonpic.so): Likewise.
4852 (tls_test_shared_nonpic.so): Likewise.
4853 * testsuite/Makefile.in: Rebuild.
4854
328c7c2f
ILT
48552011-07-01 Ian Lance Taylor <iant@google.com>
4856
4857 PR gold/12525
4858 * configure.ac: Test whether static linking works, setting
4859 the automake conditional HAVE_STATIC.
4860 * testsuite/Makefile.am: Disable tests using -static if
4861 HAVE_STATIC is not true.
4862 * configure, testsuite/Makefile.in: Rebuild.
4863
02d7cd44
ILT
48642011-07-01 Ian Lance Taylor <iant@google.com>
4865
4866 PR gold/12525
4867 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4868 Assert if we see DW_EH_PE_indirect.
4869 * target.h (Target::ehframe_datarel_base): New function.
4870 (Target::do_ehframe_datarel_base): New target function.
4871 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4872 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4873 function.
4874
07a60597
ILT
48752011-07-01 Ian Lance Taylor <iant@google.com>
4876
4877 PR gold/12571
4878 * options.h (class General_options): Add
4879 --ld-generated-unwind-info.
4880 * ehframe.cc (Fde::write): Add address parameter. Change all
4881 callers. If associated with PLT, fill in address and size.
4882 (Cie::set_output_offset): Only add merge mapping if there is an
4883 object.
4884 (Cie::write): Add address parameter. Change all callers.
4885 (Eh_frame::add_ehframe_for_plt): New function.
4886 * ehframe.h (class Fde): Update declarations. Move shndx_ and
4887 input_offset_ fields into union u_, with new plt field.
4888 (Fde::Fde): Adjust for new union field.
4889 (Fde::Fde) [Output_data version]: New constructor.
4890 (Fde::add_mapping): Only add merge mapping if there is an object.
4891 (class Cie): Update declarations.
4892 (class Eh_frame): Declare add_ehframe_for_plt.
4893 * layout.cc (Layout::layout_eh_frame): Break out code into
4894 make_eh_frame_section, and call it.
4895 (Layout::make_eh_frame_section): New function.
4896 (Layout::add_eh_frame_for_plt): New function.
4897 * layout.h (class Layout): Update declarations.
4898 * merge.cc (Merge_map::add_mapping): Add assertion.
4899 * i386.cc: Include "dwarf.h".
4900 (class Output_data_plt_i386): Make first_plt_entry,
4901 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
4902 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4903 and plt_eh_frame_fde.
4904 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4905 boundary. Call add_eh_frame_for_plt if appropriate.
4906 * x86_64.cc: Include "dwarf.h".
4907 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
4908 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
4909 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4910 and plt_eh_frame_fde.
4911 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4912 appropriate.
4913
14788a3f
ILT
49142011-06-29 Ian Lance Taylor <iant@google.com>
4915
4916 PR gold/12629
4917 * object.cc (Sized_relobj_file::layout_section): Change shdr
4918 parameter to be const.
4919 (Sized_relobj_file::layout_eh_frame_section): New function, broken
4920 out of do_layout.
4921 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4922 appropriate. Call layout_eh_frame_section.
4923 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4924 sections.
4925 * object.h (class Sized_relobj_file): Update declarations.
4926
6c21fce1
ILT
49272011-06-29 Ian Lance Taylor <iant@google.com>
4928
37e41b03 4929 PR gold/12652
6c21fce1
ILT
4930 * script.cc (Token::integer_value): Accept trailing M/m/K/k
4931 modifier.
4932 (Lex::gather_token): Accept trailing M/m/K/k for integers.
4933
4d5e4e62
ILT
49342011-06-29 Ian Lance Taylor <iant@google.com>
4935
4936 PR gold/12675
4937 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4938 SHT_X86_64_UNWIND.
4939 * layout.cc (Layout::layout_eh_frame): Likewise.
4940
886f533a
ILT
49412011-06-29 Ian Lance Taylor <iant@google.com>
4942
4943 PR gold/12695
4944 * layout.cc (Layout::symtab_section_shndx): New function.
4945 * layout.h (class Layout): Declare symtab_section_shndx.
4946 * output.cc (Output_section::write_header): Call it.
4947
f3ae1b28
ILT
49482011-06-29 Ian Lance Taylor <iant@google.com>
4949
4950 PR gold/12818
4951 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4952 symbols which are not used in a relocation.
4953
aecf301f
ILT
49542011-06-28 Ian Lance Taylor <iant@google.com>
4955
4956 PR gold/12898
4957 * layout.cc (Layout::segment_precedes): Don't crash if a linker
4958 script create indistinguishable segments.
4959 (Layout::set_segment_offsets): Use stable_sort when sorting
4960 segments. Pass this to Compare_segments constructor.
4961 * layout.h (class Layout): Make segment_precedes non-static.
4962 (class Compare_segments): Change from struct to class. Add
4963 layout_ field. Add constructor.
4964 * script-sections.cc
4965 (Script_sections::attach_sections_using_phdrs_clause): Rename
4966 local orphan to is_orphan. Don't report failure to put empty
4967 section in segment. On attachment failure, report name of
4968 section, and attach to first PT_LOAD segment.
4969
03ef7571
ILT
49702011-06-28 Ian Lance Taylor <iant@google.com>
4971
4972 PR gold/12934
4973 * target-select.cc (Target_selector::Target_selector): Add
4974 emulation parameter. Change all callers.
4975 (select_target_by_bfd_name): Rename from select_target_by_name.
4976 Change all callers.
4977 (select_target_by_emulation): New function.
4978 (supported_emulation_names): New function.
4979 * target-select.h (class Target_selector): Add emulation_ field.
4980 Update declarations.
4981 (Target_selector::recognize_by_bfd_name): Rename from
4982 recognize_by_name. Change all callers.
4983 (Target_selector::supported_bfd_names): Rename from
4984 supported_names. Change all callers.
4985 (Target_selector::recognize_by_emulation): New function.
4986 (Target_selector::supported_emulations): New function.
4987 (Target_selector::emulation): New function.
4988 (Target_selector::do_recognize_by_bfd_name): Rename from
4989 do_recognize_by_name. Change all callers.
4990 (Target_selector::do_supported_bfd_names): Rename from
4991 do_supported_names. Change all callers.
4992 (Target_selector::do_recognize_by_emulation): New function.
4993 (Target_selector::do_supported_emulations): New function.
4994 (select_target_by_bfd_name): Change name in declaration.
4995 (select_target_by_emulation): Declare.
4996 (supported_emulation_names): Declare.
4997 * parameters.cc (parameters_force_valid_target): Try to find
4998 target based on emulation from -m option.
4999 * options.h (class General_options): Change doc string for -m.
5000 * options.cc (help): Print emulations.
5001 (General_options::parse_V): Likewise.
5002 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
5003 Add emulation parameter. Change all callers.
5004
200b2bb9
ILT
50052011-06-28 Ian Lance Taylor <iant@google.com>
5006
5007 * target.h (class Target): Add osabi_ field.
5008 (Target::osabi): New function.
5009 (Target::set_osabi): New function.
5010 (Target::Target): Initialize osabi_.
5011 (Target::do_adjust_elf_header): Make pure virtual.
5012 (Sized_target::do_adjust_elf_header): Declare.
5013 * target.cc (Sized_target::do_adjust_elf_header): New function.
5014 (class Sized_target): Instantiate all versions.
5015 * freebsd.h (class Target_freebsd): Remove.
5016 (Target_selector_freebsd::do_recognize): Call set_osabi on
5017 Target.
5018 (Target_selector_freebsd::do_recognize_by_name): Likewise.
5019 (Target_selector_freebsd::set_osabi): Remove.
5020 * i386.cc (class Target_i386): Inherit from Sized_target rather
5021 than Target_freebsd.
5022 * x86_64.cc (class Target_x86_64): Likewise.
5023
b3ce541e
ILT
50242011-06-28 Ian Lance Taylor <iant@google.com>
5025
5026 * target.h (Target::can_check_for_function_pointers): Rewrite.
5027 Make non-virtual.
5028 (Target::can_icf_inline_merge_sections): Likewise.
5029 (Target::section_may_have_icf_unsafe_poineters): Likewise.
5030 (Target::Target_info): Add can_icf_inline_merge_sections field.
5031 (Target::do_can_check_for_function_pointers): New virtual
5032 function.
5033 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
5034 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
5035 from can_check_for_function_pointers, move in file.
5036 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
5037 section_may_have_icf_unsafe_poineters, move in file.
5038 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
5039 * i386.cc (Target_i386::do_can_check_for_function_pointers):
5040 Rename from can_check_for_function_pointers, move in file.
5041 (Target_i386::can_icf_inline_merge_sections): Remove.
5042 (Target_i386::i386_info): Initialize
5043 can_icf_inline_merge_sections.
5044 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
5045 Initialize can_icf_inline_merge_sections.
5046 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
5047 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
5048 Rename from can_check_for_function_pointers, move in file.
5049 (Target_x86_64::can_icf_inline_merge_sections): Remove.
5050 (Target_x86_64::x86_64_info): Initialize
5051 can_icf_inline_merge_sections.
5052 * testsuite/testfile.cc (Target_test::test_target_info):
5053 Likewise.
5054 * icf.cc (get_section_contents): Correct formatting.
5055
6d1c4efb
ILT
50562011-06-27 Ian Lance Taylor <iant@google.com>
5057
5058 * symtab.cc (Symbol::versioned_name): New function.
5059 (Symbol_table::add_to_final_symtab): Use versioned_name when
5060 appropriate.
5061 (Symbol_table::sized_write_symbol): Likewise.
5062 * symtab.h (class Symbol): Declare versioned_name.
5063 * stringpool.h (class Stringpool_template): Add variant of add
5064 which takes a std::basic_string.
5065 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
5066 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
5067 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
5068 (ver_test_12.o): New target.
5069 * testsuite/Makefile.in: Rebuild.
5070
57eb9b50
DK
50712011-06-27 Doug Kwan <dougkwan@google.com>
5072
5073 * arm.cc (Arm_relocate_functions::thm_jump8,
5074 Arm_relocate_functions::thm_jump11): Use a wider signed
5075 type to compute offset.
5076 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
5077 arm_thm_jump8.
5078 * testsuite/Makefile.in: Regenerate.
5079 * testsuite/arm_branch_in_range.sh: Check test results of
5080 arm_thm_jump11 and arm_thm_jump8.
5081 * testsuite/arm_thm_jump11.s: New test source file.
5082 * testsuite/arm_thm_jump11.t: New linker script.
5083 * testsuite/arm_thm_jump8.s: New test source file.
5084 * testsuite/arm_thm_jump8.t: New linker script.
5085
487b39df
ILT
50862011-06-24 Ian Lance Taylor <iant@google.com>
5087
5088 * layout.cc: Include "object.h".
5089 (ctors_sections_in_init_array): New static variable.
5090 (Layout::is_ctors_in_init_array): New function.
5091 (Layout::layout): Add entry to ctors_sections_in_init_array if
5092 appropriate.
5093 * layout.h (class Layout): Declare is_ctors_in_init_array.
5094 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
5095 is_ctors_reverse_view is set.
5096 (Sized_relobj_file::write_sections): Add layout parameter. Change
5097 all callers. Set is_ctors_reverse_view field of View_size.
5098 (Sized_relobj_file::reverse_words): New function.
5099 * object.h (Sized_relobj_file::View_size): Add
5100 is_ctors_reverse_view field.
5101 (class Sized_relobj_file): Update declarations.
5102 * testsuite/initpri3.c: New test.
5103 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
5104 initpri3b.
5105 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
5106 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
5107 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
5108 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
5109 * testsuite/Makefile.in: Rebuild.
5110
472076e4
CC
51112011-06-24 Cary Coutant <ccoutant@google.com>
5112
5113 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
5114 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
5115 (debug_msg_cdebug.err): New targets.
5116 * testsuite/Makefile.in: Regenerate.
5117 * testsuite/debug_msg.sh: Check output of link with compressed debug.
5118 Fix checks for link with shared library.
5119
a60af0db
DK
51202011-06-24 Doug Kwan <dougkwan@google.com>
5121
5122 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
5123 skip empty text sections.
5124 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
5125
5393d741
ILT
51262011-06-22 Ian Lance Taylor <iant@google.com>
5127
5128 PR gold/12910
5129 * options.h (class General_options): Add --ctors-in-init-array.
5130 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
5131 friends as SHT_PROGBITS for merging sections.
5132 (Layout::layout): Remove special handling of .init_array and
5133 friends. Don't sort if doing relocatable link. Sort for .ctors
5134 and .dtors if ctors_in_init_array.
5135 (Layout::make_output_section): Force correct section types for
5136 .init_array and friends. Don't sort if doing relocatable link,
5137 Don't sort .ctors and .dtors if ctors_in_init_array.
5138 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
5139 (Layout::output_section_name): Add relobj parameter. Change all
5140 callers. Handle .ctors. and .dtors. in code rather than table.
5141 Handle .ctors and .dtors if ctors_in_init_array.
5142 (Layout::match_file_name): New function, moved from output.cc.
5143 * layout.h (class Layout): Update declarations.
5144 * output.cc: Include "layout.h".
5145 (Input_section_sort_entry::get_priority): New function.
5146 (Input_section_sort_entry::match_file_name): Just call
5147 Layout::match_file_name.
5148 (Output_section::Input_section_sort_init_fini_compare::operator()):
5149 Handle .ctors and .dtors. Sort by explicit priority rather than
5150 by name.
5151 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
5152 * testsuite/initpri2.c: New test.
5153 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
5154 (check_PROGRAMS): Add initpri2.
5155 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
5156 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
5157 * configure, testsuite/Makefile.in: Rebuild.
5158
e1f74f98
ILT
51592011-06-19 Ian Lance Taylor <iant@google.com>
5160
5161 PR gold/12880
5162 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
5163 .interp section to a PT_INTERP segment even if we have seen a
5164 --dynamic-linker option. Don't do it if we have seen a PHDRS
5165 clause in a linker script.
5166 (Layout::finalize): Don't create a .interp section if we've
5167 already create a PT_INTERP segment.
5168 (Layout::create_interp): Always call choose_output_section (revert
5169 patch of 2011-06-17). Don't create PT_INTERP segment.
5170 * script-sections.cc
5171 (Script_sections::create_note_and_tls_segments): Add a .interp
5172 section to a PT_INTERP segment even if we have seen a
5173 --dynamic-linker option.
5174
766f91bb
ILT
51752011-06-18 Ian Lance Taylor <iant@google.com>
5176
5177 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
5178 merely because a non-PT_LOAD segment has a dynamic reloc.
5179
0d212c3a
ILT
51802011-06-18 Ian Lance Taylor <iant@google.com>
5181
5182 * layout.cc (Layout::finish_dynamic_section): Don't create
5183 DT_FLAGS entry if not needed.
5184
911a5072
ILT
51852011-06-18 Ian Lance Taylor <iant@google.com>
5186
5187 PR gold/12745
5188 * layout.cc (Layout::layout_eh_frame): Correct handling of
5189 writable .eh_frame section.
5190
534b4e5f
ILT
51912011-06-17 Ian Lance Taylor <iant@google.com>
5192
5193 PR gold/12893
5194 * resolve.cc (Symbol_table::resolve): Don't give an error if a
5195 symbol is redefined with the exact same object and value.
5196
10b4f102
ILT
51972011-06-17 Ian Lance Taylor <iant@google.com>
5198
5199 PR gold/12880
5200 * layout.h (class Layout): Add interp_segment_ field.
5201 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
5202 (Layout::attach_allocated_section_to_segment): If making shared
5203 library, put .interp section in PT_INTERP segment.
5204 (Layout::finalize): Also call create_interp if -dynamic-linker
5205 option was used.
5206 (Layout::create_interp): Assert that there is no PT_INTERP
5207 segment. If not using a SECTIONS clause, use make_output_section.
5208 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
5209 * script-sections.cc
5210 (Script_sections::create_note_and_tls_segments): If making shared
5211 library, put .interp section in PT_INTERP segment.
5212
a29b0dad
ILT
52132011-06-17 Ian Lance Taylor <iant@google.com>
5214
e588ea8d
ILT
5215 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
5216 when making a shared library.
5217
52182011-06-17 Ian Lance Taylor <iant@google.com>
5219
5220 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
5221 parameter. Change all callers. Don't issue warning about PC32
5222 against locally defined symbol.
a29b0dad 5223
9d3b0698
ILT
52242011-06-16 Ian Lance Taylor <iant@google.com>
5225
5226 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
5227 occurs in same object.
5228
85b0f90c
AM
52292011-06-14 Alan Modra <amodra@gmail.com>
5230
5231 * po/POTFILES.in: Regenerate.
5232
a94907d9
ILT
52332011-06-09 Ian Lance Taylor <iant@google.com>
5234
5235 * script-sections.cc
5236 (Orphan_output_section::set_section_addresses): For a relocatable
5237 link set address to 0.
5238
4fb3a1c3
CC
52392011-06-09 Cary Coutant <ccoutant@google.com>
5240
5241 PR gold/12804
5242 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
5243 used with --compress-debug-sections.
5244 * gold/object.cc (Sized_relobj_file::do_layout): Report
5245 uncompressed size of compressed input sections.
5246
61220854
CC
52472011-06-08 Cary Coutant <ccoutant@google.com>
5248
5249 PR gold/12804
5250 * testsuite/two_file_test_2_v1.cc: Change initialization of
5251 v2 to keep it in .data.
5252
e6455dfb
CC
52532011-06-07 Cary Coutant <ccoutant@google.com>
5254
5255 * common.cc (Symbol_table::do_allocate_commons_list): Call
5256 gold_fallback.
5257 * errors.cc (Errors::fatal): Adjust call to gold_exit.
5258 (Errors::fallback): New function.
5259 (gold_fallback): New function.
5260 * errors.h (Errors::fallback): New function.
5261 * gold.cc (gold_exit): Change status parameter to enum; adjust
5262 all callers.
5263 (queue_initial_tasks): Call gold_fallback.
5264 * gold.h: Include cstdlib.
5265 (Exit_status): New enum type.
5266 (gold_exit): Change status parameter to enum.
5267 (gold_fallback): New function.
5268 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
5269 (Layout::create_symtab_sections): Likewise.
5270 (Layout::create_shdrs): Likewise.
5271 * main.cc (main): Adjust call to gold_exit.
5272 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
5273 (Output_data_got::add_got_entry_pair): Likewise.
5274 (Output_section::add_input_section): Likewise.
5275 (Output_section::add_output_section_data): Likewise.
5276 (Output_segment::set_section_list_addresses): Likewise.
5277 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
5278
fb0e076f
CC
52792011-06-07 Cary Coutant <ccoutant@google.com>
5280
5281 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
5282 for incremental links.
5283 * output.cc (Output_segment::set_section_list_addresses): Remove
5284 FIXME and test for TLS or BSS.
5285
a5ee4d5d
CC
52862011-06-07 Cary Coutant <ccoutant@google.com>
5287
5288 * testsuite/Makefile.am: Add incremental_copy_test,
5289 incremental_common_test_1.
5290 * testsuite/Makefile.in: Regenerate.
5291 * testsuite/common_test_1_v1.c: New source file.
5292 * testsuite/common_test_1_v2.c: New source file.
5293 * testsuite/copy_test_v1.cc: New source file.
5294
5146f448
CC
52952011-06-07 Cary Coutant <ccoutant@google.com>
5296
5297 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
5298 update, allocate common from bss section's free list.
5299 * incremental-dump.cc (dump_incremental_inputs): Print flag for
5300 linker-defined symbols.
5301 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
5302 Skip GOT and PLT entries that are no longer referenced.
5303 (Output_section_incremental_inputs::write_info_blocks): Mark
5304 linker-defined symbols.
5305 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
5306 * output.cc (Output_section::allocate): New function.
5307 * output.h (Output_section::allocate): New function.
5308 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
5309 linker-defined symbols.
5310 (Symbol::override_base_with_special): Copy is_predefined_ flag.
5311 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
5312 (Symbol::init_base_output_data): Likewise.
5313 (Symbol::init_base_output_segment): Likewise.
5314 (Symbol::init_base_constant): Likewise.
5315 (Sized_symbol::init_output_data): Likewise.
5316 (Sized_symbol::init_output_segment): Likewise.
5317 (Sized_symbol::init_constant): Likewise.
5318 (Symbol_table::do_define_in_output_data): Likewise.
5319 (Symbol_table::do_define_in_output_segment): Likewise.
5320 (Symbol_table::do_define_as_constant): Likewise.
5321 * symtab.h (Symbol::is_predefined): New function.
5322 (Symbol::init_base_output_data): Add is_predefined parameter.
5323 (Symbol::init_base_output_segment): Likewise.
5324 (Symbol::init_base_constant): Likewise.
5325 (Symbol::is_predefined_): New data member.
5326 (Sized_symbol::init_output_data): Add is_predefined parameter.
5327 (Sized_symbol::init_output_segment): Likewise.
5328 (Sized_symbol::init_constant): Likewise.
5329 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
5330
26d3c67d
CC
53312011-06-07 Cary Coutant <ccoutant@google.com>
5332
5333 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
5334 instead of emit_copy_reloc.
5335 (Copy_relocs::emit_copy_reloc): Refactor.
5336 (Copy_relocs::make_copy_reloc): New function.
5337 (Copy_relocs::add_copy_reloc): Remove.
5338 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
5339 section.
5340 (Copy_relocs::make_copy_reloc): New function.
5341 (Copy_relocs::add_copy_reloc): Remove.
5342 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
5343 unchanged input files.
5344 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
5345 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
5346 Reserve BSS space for COPY relocations.
5347 (Sized_incremental_binary::do_emit_copy_relocs): New function.
5348 (Output_section_incremental_inputs::write_info_blocks): Record
5349 whether a symbol is copied from a shared object.
5350 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
5351 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
5352 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
5353 (Incremental_input_entry_reader::get_output_symbol_index): Add
5354 is_copy parameter.
5355 (Incremental_binary::emit_copy_relocs): New function.
5356 (Incremental_binary::do_emit_copy_relocs): New function.
5357 (Sized_incremental_binary::Sized_incremental_binary): Initialize
5358 new data member.
5359 (Sized_incremental_binary::add_copy_reloc): New function.
5360 (Sized_incremental_binary::do_emit_copy_relocs): New function.
5361 (Sized_incremental_binary::Copy_reloc): New struct.
5362 (Sized_incremental_binary::Copy_relocs): New typedef.
5363 (Sized_incremental_binary::copy_relocs_): New data member.
5364 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
5365 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
5366 * target.h (Sized_target::emit_copy_reloc): New function.
5367 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
5368
7cdb37d9
CC
53692011-06-02 Cary Coutant <ccoutant@google.com>
5370
5371 PR gold/12163
5372 * gold/archive.cc (Archive::Archive): Initialize new data member.
5373 (Archive::include_all_members): Return if archive has already been
5374 included.
5375 * gold/archive.h (Archive::include_all_members_): New data member.
5376
cc643b88
NC
53772011-06-02 Nick Clifton <nickc@redhat.com>
5378
5379 * dynobj.h: Fix spelling mistake in comment.
5380 * output.cc: Likewise.
5381
f62a3ca7 53822011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 5383 Asier Llano
f62a3ca7
DK
5384
5385 PR gold/12826
cc643b88 5386 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
5387 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
5388 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
5389 redundant arm_exidx_test.so.
5390 * testsuite/Makefile.in: Regenerate.
5391 (check_SCRIPTS): Add pr12826.sh
5392 (check_DATA): Add pr12826.stdout
5393 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
5394 * testsuite/pr12826.sh: New file.
5395 * testsuite/pr12826_1.s: Ditto.
5396 * testsuite/pr12826_1.s: Ditto.
5397
8dbe1edc
ILT
53982011-05-30 Ian Lance Taylor <iant@google.com>
5399
5400 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
5401 sections.
5402
c49875be
ILT
54032011-05-29 Ian Lance Taylor <iant@google.com>
5404
5405 PR gold/12804
5406 * testsuite/Makefile.am: Use different file name for two_file_test
5407 temporary file for each incremental test.
5408 * testsuite/Makefile.in: Rebuild.
5409
69d53f7a
ILT
54102011-05-29 Ian Lance Taylor <iant@google.com>
5411
5412 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
5413 binary input file is empty.
5414
41d0ab5f
ILT
54152011-05-27 Ian Lance Taylor <iant@google.com>
5416
5417 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
5418 (ver_test_9.so): Likewise.
5419 * testsuite/Makefile.in: Rebuild.
5420
89d8a36b
CC
54212011-05-26 Cary Coutant <ccoutant@google.com>
5422
5423 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
5424 * incremental.cc (Incremental_inputs::report_input_section): Fix
5425 comment, indentation.
5426 (Incremental_inputs::report_comdat_group): New function.
5427 (Output_section_incremental_inputs::set_final_data_size): Adjust size
5428 of data for incremental input file entry.
5429 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
5430 group count, COMDAT group signatures.
5431 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
5432 an unchanged input file.
5433 * incremental.h (Incremental_object_entry::Incremental_object_entry):
5434 Initialize new data member.
5435 (Incremental_object_entry::add_comdat_group): New function.
5436 (Incremental_object_entry::get_comdat_group_count): New function.
5437 (Incremental_object_entry::get_comdat_signature_key): New function.
5438 (Incremental_object_entry::groups_): New data member.
5439 (Incremental_inputs::report_comdat_group): New function.
5440 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
5441 data for incremental input file entry.
5442 (Incremental_input_entry_reader::get_comdat_group_count): New function.
5443 (Incremental_input_entry_reader::get_input_section): Adjust size of
5444 data for incremental input file entry.
5445 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
5446 (Incremental_input_entry_reader::get_comdat_group_signature): New
5447 function.
5448 * object.cc (Sized_relobj::include_section_group): Report kept
5449 COMDAT groups for incremental links.
5450
1706a06f
ILT
54512011-05-24 David Meyer <pdox@google.com>
5452
5453 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
5454 with name parameter. Add found_name parameter.
5455 * fileread.cc (Input_file::find_file): Adjust code accordingly.
5456 * dirsearch.h (class Dirsearch): Update declaration.
5457
a10ae760
ILT
54582011-05-24 Ian Lance Taylor <iant@google.com>
5459
5460 * archive.cc (Library_base::should_include_member): Pull in object
5461 from archive if it defines the entry symbol.
5462 * parameters.cc (Parameters::entry): New function.
5463 * parameters.h (class Parameters): Declare entry.
5464 * output.h (class Output_file_header): Remove entry_ field.
5465 * output.cc (Output_file_header::Output_file_header): Remove entry
5466 parameter. Change all callers.
5467 (Output_file_header::entry): Use parameters->entry.
5468 * gold.cc (queue_middle_tasks): Likewise.
5469 * plugin.cc (Plugin_hook::run): Likewise.
5470
aa92d6ed
CC
54712011-05-24 Cary Coutant <ccoutant@google.com>
5472
5473 * gold.cc (queue_initial_tasks): Pass incremental base filename
5474 to Output_file::open_base_file; don't print error message.
5475 * incremental-dump.cc (main): Adjust call to
5476 Output_file::open_for_modification.
5477 * incremental-dump.cc (main): Likewise.
5478 * incremental.cc (Incremental_inputs::report_command_line):
5479 Ignore --incremental-base option when comparing command lines.
5480 Ignore parameter when given as separate argument.
5481 * options.h (class General_options): Add --incremental-base.
5482 * output.cc (Output_file::Output_file):
5483 (Output_file::open_base_file): Add base_name and writable parameters;
5484 read base file into new file; print error message here.
5485 (Output_file::map_no_anonymous): Add writable parameter; adjust all
5486 callers.
5487 * output.h (Output_file::open_for_modification): Rename to...
5488 (Output_file::open_base_file): ...this; add base_name and
5489 writable parameters; adjust all callers.
5490 (Output_file::map_no_anonymous): Add writable parameter; adjust all
5491 callers.
5492 * testsuite/Makefile.am (incremental_test_4): Test
5493 --incremental-base.
5494 * testsuite/Makefile.in: Regenerate.
5495
2eedd706
CC
54962011-05-24 Cary Coutant <ccoutant@google.com>
5497
5498 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
5499 incremental_test_4.
5500 * testsuite/Makefile.in: Regenerate.
5501 * testsuite/two_file_test_1_v1.cc: New test source file.
5502 * testsuite/two_file_test_1b_v1.cc: New test source file.
5503 * testsuite/two_file_test_2_v1.cc: New test source file.
5504
0f1c85a6
CC
55052011-05-24 Cary Coutant <ccoutant@google.com>
5506
5507 * dynobj.h (Dynobj::do_dynobj): New function.
5508 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
5509 flag and soname for shared objects.
5510 * incremental.cc (Incremental_inputs::report_object): Make
5511 either Incremental_object_entry or Incremental_dynobj_entry; add
5512 soname to string table.
5513 (Incremental_inputs::report_input_section): Add assertion.
5514 (Output_section_incremental_inputs::set_final_data_size): Adjust
5515 type of input file entry for shared libraries; adjust size of
5516 shared library info entry.
5517 (Output_section_incremental_inputs::write_input_files): Write
5518 as_needed flag for shared libraries.
5519 (Output_section_incremental_inputs::write_info_blocks): Adjust type
5520 of input file entry for shared libraries; write soname.
5521 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
5522 soname from incremental info.
5523 * incremental.h (enum Incremental_input_flags): Add
5524 INCREMENTAL_INPUT_AS_NEEDED.
5525 (Incremental_input_entry::Incremental_input_entry): Initialize new
5526 data member.
5527 (Incremental_input_entry::set_as_needed): New function.
5528 (Incremental_input_entry::as_needed): New function.
5529 (Incremental_input_entry::do_dynobj_entry): New function.
5530 (Incremental_input_entry::as_needed_): New data member.
5531 (Incremental_object_entry::Incremental_object_entry): Don't check
5532 for shared library.
5533 (Incremental_object_entry::do_type): Likewise.
5534 (class Incremental_dynobj_entry): New class.
5535 (Incremental_input_entry_reader::as_needed): New function.
5536 (Incremental_input_entry_reader::get_soname): New function.
5537 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
5538 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
5539 size of shared library info entry.
58797674 5540 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
5541 incremental link when adding DT_NEEDED entries.
5542 * object.h (Object::Object): Initialize new data member.
5543 (Object::dynobj): New function.
5544 (Object::set_as_needed): New function.
5545 (Object::as_needed): New function.
5546 (Object::do_dynobj): New function.
5547 (Object::as_needed_): New data member.
5548
6fa2a40b
CC
55492011-05-24 Cary Coutant <ccoutant@google.com>
5550
5551 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
5552 info; adjust display of GOT entries.
5553 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5554 vector of input objects; remove file_status_.
5555 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
5556 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
5557 got_plt reader; call target hooks to reserve GOT entries.
5558 (Output_section_incremental_inputs::set_final_data_size): Adjust size
5559 of input file info header and GOT info entry.
5560 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
5561 relocation info.
5562 (Got_plt_view_info::got_descriptor): Remove.
5563 (Got_plt_view_info::sym_index): New data member.
5564 (Got_plt_view_info::input_index): New data member.
5565 (Local_got_offset_visitor::visit): Write input file index.
5566 (Global_got_offset_visitor::visit): Write 0 for input file index.
5567 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
5568 with sym_index and input_index.
5569 (Output_section_incremental_inputs::write_got_plt): Adjust size of
5570 incremental info GOT entry; replace got_descriptor with input_index.
5571 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
5572 map from input file index to object.
5573 (Sized_relobj_incr::do_layout): Replace direct data member reference
5574 with accessor function.
5575 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
5576 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
5577 Adjust size of input file info header.
5578 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
5579 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
5580 (Incremental_input_entry_reader::get_input_section): Adjust size of
5581 input file info header.
5582 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
5583 of incremental info GOT entry.
5584 (Incremental_got_plt_reader::get_got_desc): Remove.
5585 (Incremental_got_plt_reader::get_got_symndx): New function.
5586 (Incremental_got_plt_reader::get_got_input_index): New function.
5587 (Sized_incremental_binary::Sized_incremental_binary): Remove
5588 file_status_; add input_objects_.
5589 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
5590 (Sized_incremental_binary::set_file_is_unchanged): Remove.
5591 (Sized_incremental_binary::file_is_unchanged): Remove.
5592 (Sized_incremental_binary::set_input_object): New function.
5593 (Sized_incremental_binary::input_object): New function.
5594 (Sized_incremental_binary::file_status_): Remove.
5595 (Sized_incremental_binary::input_objects_): New data member.
5596 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
5597 references.
5598 (Sized_relobj_incr::invalid_address): Move to base class.
5599 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
5600 class.
5601 (Sized_relobj_incr::do_output_section_offset): Likewise.
5602 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
5603 (Sized_relobj_incr::section_offsets_): Likewise.
5604 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
5605 function.
5606 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
5607 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
5608 with accessor function.
5609 (Sized_relobj_file::do_layout): Likewise.
5610 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
5611 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
5612 (Sized_relobj_file::compute_final_local_value): Replace refs to
5613 section_offsets_ with accessor function.
5614 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
5615 * object.h (Relobj::Relobj): Initialize new data members.
5616 (Relobj::add_dyn_reloc): New function.
5617 (Relobj::first_dyn_reloc): New function.
5618 (Relobj::dyn_reloc_count): New function.
5619 (Relobj::first_dyn_reloc_): New data member.
5620 (Relobj::dyn_reloc_count_): New data member.
5621 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
5622 references.
5623 (Sized_relobj::Address): New typedef.
5624 (Sized_relobj::invalid_address): Move here from child class.
5625 (Sized_relobj::Sized_relobj): Initialize new data members.
5626 (Sized_relobj::sized_relobj): New function.
5627 (Sized_relobj::is_output_section_offset_invalid): Move here from
5628 child class.
5629 (Sized_relobj::get_output_section_offset): Likewise.
5630 (Sized_relobj::local_has_got_offset): Likewise.
5631 (Sized_relobj::local_got_offset): Likewise.
5632 (Sized_relobj::set_local_got_offset): Likewise.
5633 (Sized_relobj::do_for_all_local_got_entries): Likewise.
5634 (Sized_relobj::clear_got_offsets): New function.
5635 (Sized_relobj::section_offsets): Move here from child class.
5636 (Sized_relobj::do_output_section_offset): Likewise.
5637 (Sized_relobj::do_set_section_offset): Likewise.
5638 (Sized_relobj::Local_got_offsets): Likewise.
5639 (Sized_relobj::local_got_offsets_): Likewise.
5640 (Sized_relobj::section_offsets_): Likewise.
5641 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
5642 references.
5643 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
5644 class.
5645 (Sized_relobj_file::sized_relobj): New function
5646 (Sized_relobj_file::local_has_got_offset): Move to base class.
5647 (Sized_relobj_file::local_got_offset): Likewise.
5648 (Sized_relobj_file::set_local_got_offset): Likewise.
5649 (Sized_relobj_file::get_output_section_offset): Likewise.
5650 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
5651 (Sized_relobj_file::do_output_section_offset): Likewise.
5652 (Sized_relobj_file::do_set_section_offset): Likewise.
5653 (Sized_relobj_file::Local_got_offsets): Likewise.
5654 (Sized_relobj_file::local_got_offsets_): Likewise.
5655 (Sized_relobj_file::section_offsets_): Likewise.
5656 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
5657 (all constructors).
5658 (set_needs_dynsym_index): Convert relobj to derived class pointer.
5659 (Output_reloc::get_symbol_index): Likewise.
5660 (Output_reloc::local_section_offset): Likewise.
5661 (Output_reloc::get_address): Likewise.
5662 (Output_reloc::symbol_value): Likewise.
5663 (Output_data_got::reserve_slot): Move to class definition.
5664 (Output_data_got::reserve_local): New function.
5665 (Output_data_got::reserve_slot_for_global): Remove.
5666 (Output_data_got::reserve_global): New function.
5667 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5668 (all constructors, two instantiations).
5669 (Output_reloc::get_relobj): New function (two instantiations).
5670 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5671 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5672 (Output_data_reloc::add_global): Adjust type of relobj.
5673 (Output_data_reloc::add_global_relative): Likewise.
5674 (Output_data_reloc::add_symbolless_global_addend): Likewise.
5675 (Output_data_reloc::add_local): Likewise.
5676 (Output_data_reloc::add_local_relative): Likewise.
5677 (Output_data_reloc::add_symbolless_local_addend): Likewise.
5678 (Output_data_reloc::add_local_section): Likewise.
5679 (Output_data_reloc::add_output_section): Likewise.
5680 (Output_data_reloc::add_absolute): Likewise.
5681 (Output_data_reloc::add_target_specific): Likewise.
5682 (Output_data_got::reserve_slot): Move definition here.
5683 (Output_data_got::reserve_local): New function.
5684 (Output_data_got::reserve_global): New function.
5685 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5686 section_offsets_ with accessor function.
5687 (Sized_relobj_file::write_sections): Likewise.
5688 (Sized_relobj_file::do_relocate_sections): Likewise.
5689 * target.h (Sized_target::reserve_local_got_entry): New function.
5690 (Sized_target::reserve_global_got_entry): New function.
5691 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5692 (Target_x86_64::reserve_global_got_entry): New function.
5693 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5694
4829d394
CC
56952011-05-23 Cary Coutant <ccoutant@google.com>
5696
5697 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5698 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5699 bit when checking got_type.
5700 * incremental.cc (Sized_incremental_binary::setup_readers):
5701 Store symbol table and string table locations; initialize bit vector
5702 of file status flags.
5703 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5704 unchanged files.
5705 (Sized_incremental_binary::do_process_got_plt): New function.
5706 (Sized_incremental_binary::get_symtab_view): Use stored locations.
5707 (Output_section_incremental_inputs::set_final_data_size): Record
5708 file index for each input file.
5709 (Output_section_incremental_inputs::write_got_plt): Store file index
5710 instead of input entry offset for each GOT entry.
5711 * incremental.h
5712 (Incremental_input_entry::Incremental_input_entry): Initialize new
5713 data member.
5714 (Incremental_input_entry::set_offset): Store file index.
5715 (Incremental_input_entry::get_file_index): New function.
5716 (Incremental_input_entry::file_index_): New data member.
5717 (Incremental_binary::process_got_plt): New function.
5718 (Incremental_binary::do_process_got_plt): New function.
5719 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5720 data members.
5721 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5722 (Sized_incremental_binary::set_file_is_unchanged): New function.
5723 (Sized_incremental_binary::file_is_unchanged): New function.
5724 (Sized_incremental_binary::do_process_got_plt): New function.
5725 (Sized_incremental_binary::file_status_): New data member.
5726 (Sized_incremental_binary::main_symtab_loc_): New data member.
5727 (Sized_incremental_binary::main_strtab_loc_): New data member.
5728 * output.cc (Output_data_got::Got_entry::write): Add case
5729 RESERVED_CODE.
5730 (Output_data_got::add_global): Call add_got_entry.
5731 (Output_data_got::add_global_plt): Likewise.
5732 (Output_data_got::add_global_with_rel): Likewise.
5733 (Output_data_got::add_global_with_rela): Likewise.
5734 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5735 (Output_data_got::add_global_pair_with_rela): Likewise.
5736 (Output_data_got::add_local): Call add_got_entry.
5737 (Output_data_got::add_local_plt): Likewise.
5738 (Output_data_got::add_local_with_rel): Likewise.
5739 (Output_data_got::add_local_with_rela): Likewise.
5740 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5741 (Output_data_got::add_local_pair_with_rela): Likewise.
5742 (Output_data_got::reserve_slot): New function.
5743 (Output_data_got::reserve_slot_for_global): New function.
5744 (Output_data_got::add_got_entry): New function.
5745 (Output_data_got::add_got_entry_pair): New function.
5746 (Output_section::add_output_section_data): Edit FIXME.
5747 * output.h
5748 (Output_section_data_build::Output_section_data_build): New
5749 constructor with size parameter.
5750 (Output_data_space::Output_data_space): Likewise.
5751 (Output_data_got::Output_data_got): Initialize new data member; new
5752 constructor with size parameter.
5753 (Output_data_got::add_constant): Call add_got_entry.
5754 (Output_data_got::reserve_slot): New function.
5755 (Output_data_got::reserve_slot_for_global): New function.
5756 (class Output_data_got::Got_entry): Add RESERVED_CODE.
5757 (Output_data_got::add_got_entry): New function.
5758 (Output_data_got::add_got_entry_pair): New function.
5759 (Output_data_got::free_list_): New data member.
5760 * target.h (Sized_target::init_got_plt_for_update): New function.
5761 (Sized_target::register_global_plt_entry): New function.
5762 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5763 Initialize new data member; call init; add constructor with PLT count.
5764 (Output_data_plt_x86_64::init): New function.
5765 (Output_data_plt_x86_64::add_relocation): New function.
5766 (Output_data_plt_x86_64::reserve_slot): New function.
5767 (Output_data_plt_x86_64::free_list_): New data member.
5768 (Target_x86_64::init_got_plt_for_update): New function.
5769 (Target_x86_64::register_global_plt_entry): New function.
5770 (Output_data_plt_x86_64::add_entry): Allocate from free list for
5771 incremental updates.
5772 (Output_data_plt_x86_64::add_relocation): New function.
5773 * testsuite/object_unittest.cc (Object_test): Set default options.
5774
ec69d6da
ILT
57752011-05-16 Ian Lance Taylor <iant@google.com>
5776
5777 * options.h (class General_options): Make -i a synonym for -r.
5778
732e31de
ILT
57792011-05-16 Ian Lance Taylor <iant@google.com>
5780
5781 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5782
403676b5
CC
57832011-05-10 Cary Coutant <ccoutant@google.com>
5784
5785 * object.cc (Sized_relobj::do_count_local_symbols): Check for
5786 strip_all (-s).
5787
5b7b7d6e
ILT
57882011-05-06 Ian Lance Taylor <iant@google.com>
5789
5790 * layout.cc (Layout::layout): If the output section flags change,
5791 update the ordering.
5792
f0f9babf
CC
57932011-04-25 Cary Coutant <ccoutant@google.com>
5794
5795 * incremental-dump.cc (dump_incremental_inputs): Print local
5796 symbol info for each input file.
5797 * incremental.cc
5798 (Output_section_incremental_inputs::set_final_data_size): Add local
5799 symbol info to input file entries in incremental info.
5800 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5801 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5802 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5803 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5804 implementation.
5805 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5806 (Sized_incr_relobj::do_relocate): Write the local symbols.
5807 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5808 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5809 Adjust size of input file header.
5810 (Incremental_inputs_reader::get_local_symbol_offset): New function.
5811 (Incremental_inputs_reader::get_local_symbol_count): New function.
5812 (Incremental_inputs_reader::get_input_section): Adjust size of input
5813 file header.
5814 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5815 (Sized_incr_relobj::This): New typedef.
5816 (Sized_incr_relobj::sym_size): New const data member.
5817 (Sized_incr_relobj::Local_symbol): New struct.
5818 (Sized_incr_relobj::do_output_local_symbol_count): New function.
5819 (Sized_incr_relobj::do_local_symbol_offset): New function.
5820 (Sized_incr_relobj::local_symbol_count_): New data member.
5821 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5822 (Sized_incr_relobj::local_symbol_index_): New data member.
5823 (Sized_incr_relobj::local_symbol_offset_): New data member.
5824 (Sized_incr_relobj::local_dynsym_offset_): New data member.
5825 (Sized_incr_relobj::local_symbols_): New data member.
5826 * object.h (Relobj::output_local_symbol_count): New function.
5827 (Relobj::local_symbol_offset): New function.
5828 (Relobj::do_output_local_symbol_count): New function.
5829 (Relobj::do_local_symbol_offset): New function.
5830 (Sized_relobj::do_output_local_symbol_count): New function.
5831 (Sized_relobj::do_local_symbol_offset): New function.
5832
d0a9ace3
ILT
58332011-04-22 Vladimir Simonov <sv@sw.ru>
5834
5835 * descriptors.cc (set_close_on_exec): New function.
5836 (Descriptors::open): Use set_close_on_exec.
5837 * output.cc (S_ISLNK): Define if not defined.
5838
94a3fc8b
CC
58392011-04-22 Cary Coutant <ccoutant@google.com>
5840
5841 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5842 global symbol map.
5843 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5844 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5845 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5846 relocations.
5847 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5848 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5849 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5850 * incremental.h
5851 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5852 function.
5853 (Incremental_binary::apply_incremental_relocs): New function.
5854 (Incremental_binary::do_apply_incremental_relocs): New function.
5855 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5856 data member.
5857 (Sized_incremental_binary::add_global_symbol): New function.
5858 (Sized_incremental_binary::global_symbol): New function.
5859 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5860 (Sized_incremental_binary::symbol_map_): New data member.
5861 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5862 * target.h (Sized_target::apply_relocation): New function.
5863 * target-reloc.h (apply_relocation): New function.
5864 * x86_64.cc (Target_x86_64::apply_relocation): New function.
5865
c87e4302
DK
58662011-04-22 Doug Kwan <dougkwan@google.com>
5867
5868 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5869 flag of a SHT_ARM_EXIDX section.
2e702c99 5870 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
5871 * testsuite/Makefile.in: Regenerate.
5872 * testsuite/arm_exidx_test.s: New file.
5873 * testsuite/arm_exidx_test.sh: Same.
5874
e7782cf6
CC
58752011-04-20 Cary Coutant <ccoutant@google.com>
5876
5877 PR gold/12689
5878 * archive.h (Incremental_archive_entry::Archive_member):
5879 Initialize arg_serial_ (second constructor).
5880
308ecdc7
ILT
58812011-04-17 Ian Lance Taylor <iant@google.com>
5882
5883 * object.cc (Relocate_info::location): Simplify location string.
5884 * errors.cc (Errors::error_at_location): Don't print program
5885 name.
5886 (Errors::warning_at_location): Likewise.
5887 (Errors::undefined_symbol): Likewise.
5888 * testsuite/debug_msg.sh: Update accordingly.
5889
bec5b579
CC
58902011-04-14 Cary Coutant <ccoutant@google.com>
5891
5892 * gold/layout.cc (Layout::symtab_section_offset): New function.
5893 * gold/layout.h (Layout::symtab_section_offset): New function.
5894 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5895
88597d34
ILT
58962011-04-12 Ian Lance Taylor <iant@google.com>
5897
5898 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
5899 with MREMAP_MAYMOVE.
5900 * output.h (class Output_file): Add map_is_allocated_ field.
5901 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
5902 not available, provide stubs. If mremap is not available, #define
5903 it to gold_mremap.
5904 (MREMAP_MAYMOVE): Define if not defined.
5905 (Output_file::Output_file): Initialize map_is_allocated_.
5906 (Output_file::resize): Check map_is_allocated_.
5907 (Output_file::map_anonymous): If mmap fails, use malloc.
5908 (Output_file::unmap): Don't do anything for an anonymous map.
5909 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
5910 is not available, provide stubs.
5911 (File_read::View::~View): Use free rather than delete[].
5912 (File_read::make_view): Use malloc rather than new[]. If mmap
5913 fails, use malloc.
5914 (File_read::find_or_make_view): Use malloc rather than new[].
5915 * gold.h: Remove HAVE_REMAP code.
5916 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
5917 exists. Rename mremap to gold_mremap. If mmap is not available
5918 don't do anything.
5919 * configure, config.in: Rebuild.
5920
11e361bc
ILT
59212011-04-11 Ian Lance Taylor <iant@google.com>
5922
5923 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5924 initialize local variable v.
5925
cdc29364
CC
59262011-04-11 Cary Coutant <ccoutant@google.com>
5927
5928 * archive.cc (Archive::include_member): Adjust call to
5929 report_object.
5930 (Add_archive_symbols::run): Track argument serial numbers.
5931 (Lib_group::include_member): Likewise.
5932 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5933 * archive.h (Incremental_archive_entry::Archive_member):
5934 Initialize arg_serial_.
5935 (Archive_member::arg_serial_): New data member.
5936 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5937 (Sized_dynobj::do_add_symbols): Track symbols when doing an
5938 incremental link.
5939 (Sized_dynobj::do_for_all_local_got_entries): New function.
5940 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5941 function.
5942 * fileread.cc (get_mtime): New function.
5943 * fileread.h (get_mtime): New function.
5944 * gold.cc (queue_initial_tasks): Check for incremental update.
5945 (process_incremental_input): New function.
5946 (queue_middle_tasks): Don't force valid target for incremental
5947 update.
5948 * incremental-dump.cc (find_input_containing_global): Adjust
5949 size of symbol info entry.
5950 (dump_incremental_inputs): Dump argument serial number and
5951 in_system_directory flag; bias shndx by 1; print symbol names
5952 when dumping per-file symbol lists; use new symbol info readers.
5953 * incremental.cc
5954 (Output_section_incremental_inputs:update_data_size): New function.
5955 (Sized_incremental_binary::setup_readers): Setup input readers
5956 for each input file; build maps for files added from libraries
5957 and scripts.
5958 (Sized_incremental_binary::check_input_args): New function.
5959 (Sized_incremental_binary::do_check_inputs): Build map of argument
5960 serial numbers to input arguments.
5961 (Sized_incremental_binary::do_file_has_changed): Rename
5962 do_file_is_unchanged to this; compare file modification times.
5963 (Sized_incremental_binary::do_init_layout): New function.
5964 (Sized_incremental_binary::do_reserve_layout): New function.
5965 (Sized_incremental_binary::do_get_input_reader): Remove.
5966 (Sized_incremental_binary::get_symtab_view): New function.
5967 (Incremental_checker::can_incrementally_link_output_file): Remove.
5968 (Incremental_inputs::report_command_line): Exclude --debug options.
5969 (Incremental_inputs::report_archive_begin): Add parameter; track
5970 argument serial numbers; don't put input file entry for archive
5971 before archive members.
5972 (Incremental_inputs::report_archive_end): Put input file entry
5973 for archive after archive members.
5974 (Incremental_inputs::report_object): Add parameter; track argument
5975 serial numbers and in_system_directory flag.
5976 (Incremental_inputs::report_script): Add parameter; track argument
5977 serial numbers.
5978 (Output_section_incremental_inputs::set_final_data_size): Adjust
5979 size of symbol info entry; check for forwarding symbols.
5980 (Output_section_incremental_inputs::write_input_files): Write
5981 in_system_directory flag and argument serial number.
5982 (Output_section_incremental_inputs::write_info_blocks): Map section
5983 indices between incremental info and original input file; store
5984 input section index for each symbol.
5985 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5986 change operator() to visit().
5987 (class Global_got_offset_visitor): Likewise.
5988 (class Global_symbol_visitor_got_plt):
5989 (Output_section_incremental_inputs::write_got_plt): Use new visitor
5990 classes.
5991 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5992 (Sized_incr_relobj::do_read_symbols): New function.
5993 (Sized_incr_relobj::do_layout): New function.
5994 (Sized_incr_relobj::do_layout_deferred_sections): New function.
5995 (Sized_incr_relobj::do_add_symbols): New function.
5996 (Sized_incr_relobj::do_should_include_member): New function.
5997 (Sized_incr_relobj::do_for_all_global_symbols): New function.
5998 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5999 (Sized_incr_relobj::do_section_size): New function.
6000 (Sized_incr_relobj::do_section_name): New function.
6001 (Sized_incr_relobj::do_section_contents): New function.
6002 (Sized_incr_relobj::do_section_flags): New function.
6003 (Sized_incr_relobj::do_section_entsize): New function.
6004 (Sized_incr_relobj::do_section_address): New function.
6005 (Sized_incr_relobj::do_section_type): New function.
6006 (Sized_incr_relobj::do_section_link): New function.
6007 (Sized_incr_relobj::do_section_info): New function.
6008 (Sized_incr_relobj::do_section_addralign): New function.
6009 (Sized_incr_relobj::do_initialize_xindex): New function.
6010 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
6011 (Sized_incr_relobj::do_read_relocs): New function.
6012 (Sized_incr_relobj::do_gc_process_relocs): New function.
6013 (Sized_incr_relobj::do_scan_relocs): New function.
6014 (Sized_incr_relobj::do_count_local_symbols): New function.
6015 (Sized_incr_relobj::do_finalize_local_symbols): New function.
6016 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
6017 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
6018 (Sized_incr_relobj::do_relocate): New function.
6019 (Sized_incr_relobj::do_set_section_offset): New function.
6020 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
6021 (Sized_incr_dynobj::do_read_symbols): New function.
6022 (Sized_incr_dynobj::do_layout): New function.
6023 (Sized_incr_dynobj::do_add_symbols): New function.
6024 (Sized_incr_dynobj::do_should_include_member): New function.
6025 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
6026 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
6027 (Sized_incr_dynobj::do_section_size): New function.
6028 (Sized_incr_dynobj::do_section_name): New function.
6029 (Sized_incr_dynobj::do_section_contents): New function.
6030 (Sized_incr_dynobj::do_section_flags): New function.
6031 (Sized_incr_dynobj::do_section_entsize): New function.
6032 (Sized_incr_dynobj::do_section_address): New function.
6033 (Sized_incr_dynobj::do_section_type): New function.
6034 (Sized_incr_dynobj::do_section_link): New function.
6035 (Sized_incr_dynobj::do_section_info): New function.
6036 (Sized_incr_dynobj::do_section_addralign): New function.
6037 (Sized_incr_dynobj::do_initialize_xindex): New function.
6038 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
6039 (make_sized_incremental_object): New function.
6040 (Incremental_library::copy_unused_symbols): New function.
6041 (Incremental_library::do_for_all_unused_symbols): New function.
6042 * incremental.h (enum Incremental_input_flags): New type.
6043 (class Incremental_checker): Remove.
6044 (Incremental_input_entry::Incremental_input_entry): Add argument
6045 serial number.
6046 (Incremental_input_entry::arg_serial): New function.
6047 (Incremental_input_entry::set_is_in_system_directory): New function.
6048 (Incremental_input_entry::is_in_system_directory): New function.
6049 (Incremental_input_entry::arg_serial_): New data member.
6050 (Incremental_input_entry::is_in_system_directory_): New data member.
6051 (class Script_info): Move here from script.h.
6052 (Script_info::Script_info): Add filename parameter.
6053 (Script_info::filename): New function.
6054 (Script_info::filename_): New data member.
6055 (Incremental_script_entry::Incremental_script_entry): Add argument
6056 serial number.
6057 (Incremental_object_entry::Incremental_object_entry): Likewise.
6058 (Incremental_object_entry::add_input_section): Build list of input
6059 sections with map to original shndx.
6060 (Incremental_object_entry::get_input_section_index): New function.
6061 (Incremental_object_entry::shndx_): New data member.
6062 (Incremental_object_entry::name_key_): Rename; adjust all refs.
6063 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
6064 (Incremental_archive_entry::Incremental_archive_entry): Add argument
6065 serial number.
6066 (Incremental_inputs::report_archive_begin): Likewise.
6067 (Incremental_inputs::report_object): Likewise.
6068 (Incremental_inputs::report_script): Likewise.
6069 (class Incremental_global_symbol_reader): New class.
6070 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
6071 and store flags and input file type.
6072 (Incremental_input_entry_reader::arg_serial): New function.
6073 (Incremental_input_entry_reader::type): Extract type from flags.
6074 (Incremental_input_entry_reader::is_in_system_directory): New function.
6075 (Incremental_input_entry_reader::get_input_section_count): Call
6076 accessor function for type.
6077 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
6078 function for type; adjust size of global symbol entry.
6079 (Incremental_input_entry_reader::get_global_symbol_count): Call
6080 accessor function for type.
6081 (Incremental_input_entry_reader::get_object_count): Likewise.
6082 (Incremental_input_entry_reader::get_object_offset): Likewise.
6083 (Incremental_input_entry_reader::get_member_count): Likewise.
6084 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
6085 (Incremental_input_entry_reader::get_member_offset): Likewise.
6086 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
6087 (Incremental_input_entry_reader::Global_symbol_info): Remove.
6088 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
6089 (Incremental_input_entry_reader::get_global_symbol_reader): New
6090 function.
6091 (Incremental_input_entry_reader::get_output_symbol_index): New
6092 function.
6093 (Incremental_input_entry_reader::type_): Remove.
6094 (Incremental_input_entry_reader::flags_): New data member.
6095 (Incremental_inputs_reader::input_file_offset): New function.
6096 (Incremental_inputs_reader::input_file_index): New function.
6097 (Incremental_inputs_reader::input_file): Call input_file_offset.
6098 (Incremental_inputs_reader::input_file_at_offset): New function.
6099 (Incremental_relocs_reader::get_r_type): Reformat.
6100 (Incremental_relocs_reader::get_r_shndx): Reformat.
6101 (Incremental_relocs_reader::get_r_offset): Reformat.
6102 (Incremental_relocs_reader::data): New function.
6103 (Incremental_binary::Incremental_binary): Initialize new data members.
6104 (Incremental_binary::check_inputs): Add cmdline parameter.
6105 (Incremental_binary::file_is_unchanged): Remove.
6106 (Input_reader::arg_serial): New function.
6107 (Input_reader::get_unused_symbol_count): New function.
6108 (Input_reader::get_unused_symbol): New function.
6109 (Input_reader::do_arg_serial): New function.
6110 (Input_reader::do_get_unused_symbol_count): New function.
6111 (Input_reader::do_get_unused_symbol): New function.
6112 (Incremental_binary::input_file_count): New function.
6113 (Incremental_binary::get_input_reader): Change signature to use
6114 index instead of filename.
6115 (Incremental_binary::file_has_changed): New function.
6116 (Incremental_binary::get_input_argument): New function.
6117 (Incremental_binary::get_library): New function.
6118 (Incremental_binary::get_script_info): New function.
6119 (Incremental_binary::init_layout): New function.
6120 (Incremental_binary::reserve_layout): New function.
6121 (Incremental_binary::output_file): New function.
6122 (Incremental_binary::do_check_inputs): New function.
6123 (Incremental_binary::do_file_is_unchanged): Remove.
6124 (Incremental_binary::do_file_has_changed): New function.
6125 (Incremental_binary::do_init_layout): New function.
6126 (Incremental_binary::do_reserve_layout): New function.
6127 (Incremental_binary::do_input_file_count): New function.
6128 (Incremental_binary::do_get_input_reader): Change signature.
6129 (Incremental_binary::input_args_map_): New data member.
6130 (Incremental_binary::library_map_): New data member.
6131 (Incremental_binary::script_map_): New data member.
6132 (Sized_incremental_binary::Sized_incremental_binary): Initialize
6133 new data members.
6134 (Sized_incremental_binary::output_section): New function.
6135 (Sized_incremental_binary::inputs_reader): Add const.
6136 (Sized_incremental_binary::symtab_reader): Add const.
6137 (Sized_incremental_binary::relocs_reader): Add const.
6138 (Sized_incremental_binary::got_plt_reader): Add const.
6139 (Sized_incremental_binary::get_symtab_view): New function.
6140 (Sized_incremental_binary::Inputs_reader): New typedef.
6141 (Sized_incremental_binary::Input_entry_reader): New typedef.
6142 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
6143 (Sized_incremental_binary::do_file_is_unchanged): Remove.
6144 (Sized_incremental_binary::do_file_has_changed): New function.
6145 (Sized_incremental_binary::do_init_layout): New function.
6146 (Sized_incremental_binary::do_reserve_layout): New function.
6147 (Sized_input_reader::Inputs_reader): Remove.
6148 (Sized_input_reader::Input_entry_reader): Remove.
6149 (Sized_input_reader::do_arg_serial): New function.
6150 (Sized_input_reader::do_get_unused_symbol_count): New function.
6151 (Sized_input_reader::do_get_unused_symbol): New function.
6152 (Sized_incremental_binary::do_input_file_count): New function.
6153 (Sized_incremental_binary::do_get_input_reader): Change signature;
6154 use index instead of filename.
6155 (Sized_incremental_binary::section_map_): New data member.
6156 (Sized_incremental_binary::input_entry_readers_): New data member.
6157 (class Sized_incr_relobj): New class.
6158 (class Sized_incr_dynobj): New class.
6159 (make_sized_incremental_object): New function.
6160 (class Incremental_library): New class.
6161 * layout.cc (Free_list::num_lists): New static data member.
6162 (Free_list::num_nodes): New static data member.
6163 (Free_list::num_removes): New static data member.
6164 (Free_list::num_remove_visits): New static data member.
6165 (Free_list::num_allocates): New static data member.
6166 (Free_list::num_allocate_visits): New static data member.
6167 (Free_list::init): New function.
6168 (Free_list::remove): New function.
6169 (Free_list::allocate): New function.
6170 (Free_list::dump): New function.
6171 (Free_list::print_stats): New function.
6172 (Layout_task_runner::run): Resize output file for incremental updates.
6173 (Layout::Layout): Initialize new data members.
6174 (Layout::set_incremental_base): New function.
6175 (Layout::init_fixed_output_section): New function.
6176 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
6177 incremental updates.
6178 (Layout::create_gold_note): Do not create gold note section for
6179 incremental updates.
6180 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
6181 for incremental updates.
6182 (Layout::set_section_offsets): For incremental updates, allocate space
6183 from free list.
6184 (Layout::create_symtab_sections): Layout with offsets relative to
6185 start of section; for incremental updates, allocate space from free
6186 list.
6187 (Layout::create_shdrs): For incremental updates, allocate space from
6188 free list.
6189 (Layout::finish_dynamic_section): For incremental updates, do not
6190 check --as-needed (fixed in subsequent patch).
6191 * layout.h (class Free_list): New class.
6192 (Layout::set_incremental_base): New function.
6193 (Layout::incremental_base): New function.
6194 (Layout::init_fixed_output_section): New function.
6195 (Layout::allocate): New function.
6196 (Layout::incremental_base_): New data member.
6197 (Layout::free_list_): New data member.
6198 * main.cc (main): Print Free_list statistics.
6199 * object.cc (Relobj::finalize_incremental_relocs): Add
6200 clear_counts parameter; clear counts only when clear_counts is set.
6201 (Sized_relobj::Sized_relobj): Initialize new base class.
6202 (Sized_relobj::do_layout): Don't report special sections.
6203 (Sized_relobj::do_for_all_local_got_entries): New function.
6204 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
6205 symtab_off to all symbol table offsets.
6206 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
6207 * object.h (class Got_offset_list): Move to top of file.
6208 (Object::Object): Allow case where input_file == NULL.
6209 (Object::~Object): Likewise.
6210 (Object::input_file): Assert that input_file != NULL.
6211 (Object::lock): Allow case where input_file == NULL.
6212 (Object::unlock): Likewise.
6213 (Object::is_locked): Likewise.
6214 (Object::token): Likewise.
6215 (Object::release): Likewise.
6216 (Object::is_incremental): New function.
6217 (Object::get_mtime): New function.
6218 (Object::for_all_local_got_entries): New function.
6219 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
6220 (Object::set_is_in_system_directory): New function.
6221 (Object::is_in_system_directory): New function.
6222 (Object::do_is_incremental): New function.
6223 (Object::do_get_mtime): New function.
6224 (Object::do_for_all_local_got_entries): New function.
6225 (Object::is_in_system_directory_): New data member.
6226 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
6227 (class Sized_relobj_base): New class.
6228 (class Sized_relobj): Derive from Sized_relobj_base.
6229 (class Sized_relobj::Symbols): Redeclare from base class.
6230 (class Sized_relobj::local_got_offset_list): Remove.
6231 (class Sized_relobj::Output_sections): Redeclare from base class.
6232 (class Sized_relobj::do_for_all_local_got_entries): New function.
6233 (class Sized_relobj::write_local_symbols): Add offset parameter.
6234 (class Sized_relobj::local_symbol_offset_): Update comment.
6235 (class Sized_relobj::local_dynsym_offset_): Update comment.
6236 * options.cc (Input_arguments::add_file): Remove const.
6237 * options.h (Input_file_argument::Input_file_argument):
6238 Initialize arg_serial_ (all constructors).
6239 (Input_file_argument::set_arg_serial): New function.
6240 (Input_file_argument::arg_serial): New function.
6241 (Input_file_argument::arg_serial_): New data member.
6242 (Input_arguments::Input_arguments): Initialize file_count_.
6243 (Input_arguments::add_file): Remove const.
6244 (Input_arguments::number_of_input_files): New function.
6245 (Input_arguments::file_count_): New data member.
6246 (Command_line::number_of_input_files): Call
6247 Input_arguments::number_of_input_files.
6248 * output.cc (Output_segment_headers::Output_segment_headers):
6249 Set current size.
6250 (Output_section::Input_section::current_data_size): New function.
6251 (Output_section::Output_section): Initialize new data members.
6252 (Output_section::add_input_section): Don't do merge sections for
6253 an incremental link; allocate space from free list for an
6254 incremental update.
6255 (Output_section::add_output_section_data): Allocate space from
6256 free list for an incremental update.
6257 (Output_section::update_data_size): New function.
6258 (Output_section::set_fixed_layout): New function.
6259 (Output_section::reserve): New function.
6260 (Output_segment::set_section_addresses): Remove const.
6261 (Output_segment::set_section_list_addresses): Remove const; allocate
6262 space from free list for an incremental update.
6263 (Output_segment::set_offset): Adjust size of RELRO segment for an
6264 incremental update.
6265 * output.h (Output_data::current_data_size): Move here from
6266 child classes.
6267 (Output_data::pre_finalize_data_size): New function.
6268 (Output_data::update_data_size): New function.
6269 (Output_section_headers::update_data_size): new function.
6270 (Output_section_data_build::current_data_size): Move to Output_data.
6271 (Output_data_strtab::update_data_size): New function.
6272 (Output_section::current_data_size): Move to Output_data.
6273 (Output_section::set_fixed_layout): New function.
6274 (Output_section::has_fixed_layout): New function.
6275 (Output_section::reserve): New function.
6276 (Output_section::update_data_size): New function.
6277 (Output_section::has_fixed_layout_): New data member.
6278 (Output_section::free_list_): New data member.
6279 (Output_segment::set_section_addresses): Remove const.
6280 (Output_segment::set_section_list_addresses): Remove const.
6281 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
6282 New function.
6283 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
6284 New function.
6285 * readsyms.cc (Read_symbols::do_read_symbols): Add library
6286 parameter when calling Add_symbols constructor; store argument
6287 serial number for members of a lib group.
6288 (Add_symbols::locks): Allow case where token == NULL.
6289 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
6290 (Read_member::~Read_member): New function.
6291 (Read_member::is_runnable): New function.
6292 (Read_member::locks): New function.
6293 (Read_member::run): New function.
6294 (Check_script::~Check_script): New function.
6295 (Check_script::is_runnable): New function.
6296 (Check_script::locks): New function.
6297 (Check_script::run): New function.
6298 (Check_library::~Check_library): New function.
6299 (Check_library::is_runnable): New function.
6300 (Check_library::locks): New function.
6301 (Check_library::run): New function.
6302 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
6303 (Add_symbols::library_): New data member.
6304 (class Read_member): New class.
6305 (class Check_script): New class.
6306 (class Check_library): New class.
6307 * reloc.cc (Read_relocs::is_runnable): Allow case where
6308 token == NULL.
6309 (Read_relocs::locks): Likewise.
6310 (Scan_relocs::locks): Likewise.
6311 (Relocate_task::locks): Likewise.
6312 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
6313 to clear counters.
6314 (Sized_relobj::incremental_relocs_scan): Fix comment.
6315 (Sized_relobj::do_relocate): Pass output file offset to
6316 write_local_symbols.
6317 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
6318 from class declaration.
6319 * script.cc (read_input_script): Allocate Script_info; pass
6320 argument serial number to report_script.
6321 * script.h (class Script_info): Move to incremental.h.
6322 * symtab.cc (Symbol_table::add_from_incrobj): New function.
6323 * symtab.h (Symbol_table::add_from_incrobj): New function.
6324 (Symbol_table::set_file_offset): New function.
6325
b961d0d7
CC
63262011-04-05 Cary Coutant <ccoutant@google.com>
6327
6328 * incremental-dump.cc (dump_incremental_inputs): Change signature
6329 to take a Sized_incremental_binary; change caller. Use readers
6330 in Sized_incremental_binary.
6331 * incremental.cc
6332 (Sized_incremental_binary::find_incremental_inputs_sections):
6333 Rename do_find_incremental_inputs_sections to this.
6334 (Sized_incremental_binary::setup_readers): New function.
6335 (Sized_incremental_binary::do_check_inputs): Check
6336 has_incremental_info_ flag; move setup code to setup_readers;
6337 use input readers.
6338 (Sized_incremental_binary::do_file_is_unchanged): New function.
6339 (Sized_incremental_binary::do_get_input_reader): New function.
6340 * incremental.h (class Incremental_binary): Move to end of file.
6341 (Incremental_binary::file_is_unchanged): New function.
6342 (Incremental_binary::do_file_is_unchanged): New function.
6343 (Incremental_binary::Input_reader): New class.
6344 (Incremental_binary::get_input_reader): New function.
6345 (class Sized_incremental_binary): Move to end of file.
6346 (Sized_incremental_binary::Sized_incremental_binary): Setup the
6347 input section reader classes.
6348 (Sized_incremental_binary::has_incremental_info): New function.
6349 (Sized_incremental_binary::inputs_reader): New function.
6350 (Sized_incremental_binary::symtab_reader): New function.
6351 (Sized_incremental_binary::relocs_reader): New function.
6352 (Sized_incremental_binary::got_plt_reader): New function.
6353 (Sized_incremental_binary::do_file_is_unchanged): New function.
6354 (Sized_incremental_binary::Sized_input_reader): New class.
6355 (Sized_incremental_binary::get_input_reader): New function.
6356 (Sized_incremental_binary::find_incremental_inputs_sections):
6357 Rename do_find_incremental_inputs_sections to this.
6358 (Sized_incremental_binary::setup_readers): New function.
6359 (Sized_incremental_binary::has_incremental_info_): New data member.
6360 (Sized_incremental_binary::inputs_reader_): New data member.
6361 (Sized_incremental_binary::symtab_reader_): New data member.
6362 (Sized_incremental_binary::relocs_reader_): New data member.
6363 (Sized_incremental_binary::got_plt_reader_): New data member.
6364 (Sized_incremental_binary::current_input_file_): New data member.
6365
a869183f
PP
63662011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6367
6368 PR gold/12640
6369 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
6370 violation.
6371
63722011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
6373
6374 * archive.cc (Archive::include_member): Adjust call to report_object.
6375 (Add_archive_symbols::run): Add script_info to call to
6376 report_archive_begin.
6377 (Lib_group::include_member): Adjust call to report_object.
6378 (Add_lib_group_symbols::run): Adjust call to report_object.
6379 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
6380 blocks. Add object count for script input files.
6381 * incremental.cc (Incremental_inputs::report_archive_begin): Add
6382 script_info parameter; change all callers.
6383 (Incremental_inputs::report_object): Add script_info parameter;
6384 change all callers.
6385 (Incremental_inputs::report_script): Store backpointer to
6386 incremental info entry.
6387 (Output_section_incremental_inputs::set_final_data_size): Record
6388 additional information for scripts.
6389 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6390 * incremental.h (Incremental_script_entry::add_object): New function.
6391 (Incremental_script_entry::get_object_count): New function.
6392 (Incremental_script_entry::get_object): New function.
6393 (Incremental_script_entry::objects_): New data member; adjust
6394 constructor.
6395 (Incremental_inputs::report_archive_begin): Add script_info parameter.
6396 (Incremental_inputs::report_object): Add script_info parameter.
6397 (Incremental_inputs_reader::get_object_count): New function.
6398 (Incremental_inputs_reader::get_object_offset): New function.
6399 * options.cc (Input_arguments::add_file): Return reference to
6400 new input argument.
6401 * options.h (Input_argument::set_script_info): New function.
6402 (Input_argument::script_info): New function.
6403 (Input_argument::script_info_): New data member; adjust all
6404 constructors.
6405 (Input_file_group::add_file): Return reference to new input argument.
6406 (Input_file_lib::add_file): Likewise.
6407 (Input_arguments::add_file): Likewise.
6408 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
6409 * script.cc (Parser_closure::Parser_closure): Add script_info
6410 parameter; adjust all callers.
6411 (Parser_closure::script_info): New function.
6412 (Parser_closure::script_info_): New data member.
6413 (read_input_script): Report scripts earlier to incremental info.
6414 (script_add_file): Set script_info in Input_argument.
6415 (script_add_library): Likewise.
6416 * script.h (Script_options::Script_info): Rewrite class.
6417
a869183f 64182011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
6419
6420 * archive.cc (Library_base::should_include_member): Move
6421 method here from class Archive.
6422 (Archive::Archive): Initialize base class.
6423 (Archive::should_include_member): Move to base class.
6424 (Archive::do_for_all_unused_symbols): New function.
6425 (Add_archive_symbols::run): Remove redundant access to
6426 incremental_inputs.
6427 (Lib_group::Lib_group): Initialize base class.
6428 (Lib_group::do_filename): New function.
6429 (Lib_group::include_member): Pass pointer to Lib_group to
6430 report_object.
6431 (Lib_group::do_for_all_unused_symbols): New function.
6432 (Add_lib_group_symbols::run): Report archive information for
6433 incremental links.
6434 * archive.h (class Library_base): New base class.
6435 (class Archive): Derive from Library_base.
6436 (Archive::filename): Move to base class.
6437 (Archive::set_incremental_info): Likewise.
6438 (Archive::incremental_info): Likewise.
6439 (Archive::Should_include): Likewise.
6440 (Archive::should_include_member): Likewise.
6441 (Archive::Armap_entry): Remove.
6442 (Archive::Unused_symbol_iterator): Remove.
6443 (Archive::unused_symbols_begin): Remove.
6444 (Archive::unused_symbols_end): Remove.
6445 (Archive::do_filename): New function.
6446 (Archive::do_get_mtime): New function.
6447 (Archive::do_for_all_unused_symbols): New function.
6448 (Archive::task_): Move to base class.
6449 (Archive::incremental_info_): Likewise.
6450 (class Lib_group): Derive from Library_base.
6451 (Lib_group::do_filename): New function.
6452 (Lib_group::do_get_mtime): New function.
6453 (Lib_group::do_for_all_unused_symbols): New function.
6454 (Lib_group::task_): Move to base class.
6455 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
6456 function.
6457 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
6458 function.
6459 * incremental.cc (Incremental_inputs::report_archive_begin):
6460 Use Library_base; call library's get_mtime; add incremental inputs
6461 entry before members.
6462 (class Unused_symbol_visitor): New class.
6463 (Incremental_inputs::report_archive_end): Use Library_base; use
6464 visitor class to record unused symbols; don't add incremental inputs
6465 entry after members.
6466 (Incremental_inputs::report_object): Use Library_base.
6467 * incremental.h
6468 (Incremental_archive_entry::Incremental_archive_entry): Remove
6469 unused Archive parameter.
6470 (Incremental_inputs::report_archive_begin): Use Library_base.
6471 (Incremental_inputs::report_archive_end): Likewise.
6472 (Incremental_inputs::report_object): Likewise.
6473 * object.cc (Sized_relobj::do_for_all_global_symbols): New
6474 function.
6475 * object.h (Object::for_all_global_symbols): New function.
6476 (Object::do_for_all_global_symbols): New function.
6477 (Sized_relobj::do_for_all_global_symbols): New function.
6478 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
6479 function.
6480 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
6481 function.
6482
61ab3e40
ILT
64832011-03-27 Ian Lance Taylor <iant@google.com>
6484
6485 * archive.cc (Archive::interpret_header): Return -1 if something
6486 goes wrong. Change callers accordingly.
6487
30e1f9e6
CC
64882011-03-25 Cary Coutant <ccoutant@google.com>
6489
6490 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
6491 * testsuite/Makefile.in: Regenerate.
6492
9370ce59 64932011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
6494
6495 * plugin.cc (get_view): New.
6496 (Plugin::load): Pass get_view to the plugin.
6497 (Plugin_manager::get_view): New.
6498
9312bb0a
ILT
64992011-03-21 Ian Lance Taylor <iant@google.com>
6500
6501 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 6502 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 6503
7e12ba9e
ST
65042011-03-21 Sriraman Tallam <tmsriram@google.com>
6505
6506 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
6507 Change == to -eq.
6508 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
6509 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
6510 Change == to -eq.
6511 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
6512 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
6513
fd7a005d
ILT
65142011-03-14 Ian Lance Taylor <iant@google.com>
6515
6516 * script-sections.cc (Sort_output_sections::script_compare):
6517 Rename from is_before, change return type.
6518 (Sort_output_sections::operator()): Adjust accordingly.
6519
ed16fd1b
ILT
65202011-03-11 Jeffrey Yasskin <jyasskin@google.com>
6521
6522 PR gold/12572
6523 * testsuite/odr_violation2.cc: Add comment to make all error line
6524 numbers double digits.
6525 * testsuite/debug_msg.sh: Adjust expected errors.
6526
71ff8986
ILT
65272011-03-09 Jeffrey Yasskin <jyasskin@google.com>
6528
6529 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
6530 but mark earlier ones as non-canonical
6531 (offset_to_iterator): Update search target and example
6532 (do_addr2line): Return extra lines in a vector*
6533 (format_file_lineno): Extract from do_addr2line
6534 (one_addr2line): Add vector* out-param
6535 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
6536 when a lineno entry appeared last for its instruction
6537 (Dwarf_line_info): Add vector* out-param
6538 * object.cc (Relocate_info): Pass NULL for the vector* out-param
6539 * symtab.cc (Odr_violation_compare): Include the lineno in the
6540 comparison again.
6541 (linenos_from_loc): New. Combine the canonical line for an
6542 address with its other lines.
6543 (True_if_intersect): New. Helper functor to make
6544 std::set_intersection a query.
6545 (detect_odr_violations): Compare sets of lines instead of just
6546 one line for each function. This became less deterministic, but
6547 has fewer false positives.
6548 * symtab.h: Declarations.
6549 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
6550 mix an optimized and non-optimized object in the same binary
6551 (odr_violation2.so): Same.
6552 * testsuite/Makefile.in: Regenerate from Makefile.am.
6553 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
6554 * testsuite/debug_msg.sh: Update line numbers and add
6555 assertions.
6556 * testsuite/odr_violation1.cc: Use OdrDerived, in a
6557 non-optimized context.
6558 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
6559 isn't inlined, and use OdrDerived in an optimized context.
6560 * testsuite/odr_header1.h: Defines OdrDerived, where
6561 optimization will change the
6562 first-instruction-in-the-destructor's file and line number.
6563 * testsuite/odr_header2.h: Defines OdrBase.
6564
a19fefdc
ILT
65652011-03-09 Ian Lance Taylor <iant@google.com>
6566
6567 * fileread.cc (File_read::clear_views): Don't delete the whole
6568 file view.
6569
ecb351e9
ILT
65702011-03-08 Ian Lance Taylor <iant@google.com>
6571
6572 PR gold/12525
6573 * fileread.cc: #include <climits>.
6574 (GOLD_IOV_MAX): Define.
6575 (File_read::read_multiple): Limit number of entries by iov_max.
6576 * fileread.h (class File_read): Always set max_readv_entries to
6577 128.
6578
b821d13c
ILT
65792011-03-07 Ian Lance Taylor <iant@google.com>
6580
6581 PR gold/12525
6582 * options.h (class General_options): Add -dy and -dn.
6583
89243142
CC
65842011-03-02 Cary Coutant <ccoutant@google.com>
6585
6586 * testsuite/script_test_9.t: Add TLS segment.
6587
d0773f31
ILT
65882011-03-02 Simon Baldwin <simonb@google.com>
6589
6590 * configure.ac: Add check for gnu_indirect_function support in
6591 the toolchain building binutils.
6592 * configure: Rebuild.
6593
9370ce59 65942011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
6595
6596 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
6597 plugin only symbols.
6598 (Symbol_table::sized_finalize_symbol) Mark symbol only present
6599 in plugin files as not needed in the symbol table.
6600
4cf7a849
ST
66012011-02-11 Sriraman Tallam <tmsriram@google.com>
6602
6603 * output.cc (Output_section::add_input_section): Delay fill
6604 generation for section ordering.
6605
b578bd7d
ILT
66062011-02-09 Ian Lance Taylor <iant@google.com>
6607
6608 PR gold/12316
6609 * object.h (class Sized_relobj): Remove clear_local_symbols.
6610 * reloc.cc (Sized_relobj::do_relocate): Don't call
6611 clear_local_symbols.
6612
9370ce59 66132011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
6614
6615 * plugin.cc (is_visible_from_outside): Return true for symbols
6616 in the -u option.
6617
55382fb7
ILT
66182011-02-04 Jeffrey Yasskin <jyasskin@google.com>
6619
6620 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
6621 filename.
6622
4e271fff
ST
66232011-02-02 Sriraman Tallam <tmsriram@google.com>
6624
6625 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 6626 to std::string.
4e271fff 6627 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 6628 section_name to be std::string.
4e271fff
ST
6629 (is_function_ctor_or_dtor): Change type of parameter to std::string.
6630
d433c3ac
ILT
66312011-01-25 Ian Lance Taylor <iant@google.com>
6632
6633 * script.cc (script_add_extern): Rewrite to use
6634 add_symbol_reference.
6635
880473a6
DK
66362011-01-25 Doug Kwan <dougkwan@google.com>
6637
d433c3ac 6638 * icf.cc (get_section_contents): Always lock section's object.
880473a6 6639
f30f86fa
ILT
66402011-01-24 Ian Lance Taylor <iant@google.com>
6641
6642 * options.h (class General_options): Accept
6643 --no-detect-odr-violations.
6644
8e51a0b9
ILT
66452011-01-24 Ian Lance Taylor <iant@google.com>
6646
6647 * version.cc (version_string): Bump to 1.11.
6648
0f3b89d8
ILT
66492011-01-24 Ian Lance Taylor <iant@google.com>
6650
6651 * plugin.cc (class Plugin_rescan): Define new class.
6652 (Plugin_manager::claim_file): Set any_claimed_.
6653 (Plugin_manager::save_archive): New function.
6654 (Plugin_manager::save_input_group): New function.
6655 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
6656 necessary.
6657 (Plugin_manager::new_undefined_symbol): New function.
6658 (Plugin_manager::rescan): New function.
6659 (Plugin_manager::rescannable_defines): New function.
6660 (Plugin_manager::add_input_file): Set any_added_.
6661 * plugin.h (class Plugin_manager): define new fields rescannable_,
6662 undefined_symbols_, any_claimed_, and any_added_. Declare
6663 Plugin_rescan as friend. Declare new functions.
6664 (Plugin_manager::Rescannable): Define type.
6665 (Plugin_manager::Rescannable_list): Define type.
6666 (Plugin_manager::Undefined_symbol_list): Define type.
6667 (Plugin_manager::Plugin_manager): Initialize new fields.
6668 * archive.cc (Archive::defines_symbol): New function.
6669 (Add_archive_symbols::run): Pass archive to plugins if any.
6670 * archive.h (class Archive): Declare defines_symbol.
6671 * readsyms.cc (Input_group::~Input_group): New function.
6672 (Finish_group::run): Pass input_group to plugins if any.
6673 * readsyms.h (class Input_group): Declare destructor.
6674 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6675 any.
6676
3bb951e5
ILT
66772011-01-10 Ian Lance Taylor <iant@google.com>
6678
6679 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6680 section as relro.
6681 (Layout::set_segment_offsets): Reset increase_relro before calling
6682 set_section_addresses a second time.
6683
0aa45fac
CC
66842011-01-04 Cary Coutant <ccoutant@google.com>
6685
6686 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6687 sections before NOBITS sections.
6688
0db46eb4
L
66892011-01-01 H.J. Lu <hongjiu.lu@intel.com>
6690
6691 * version.cc (print_version): Update copyright to 2011.
6692
829c9745
CC
66932010-12-23 Cary Coutant <ccoutant@google.com>
6694
6695 * output.h (Output_data_reloc::add_output_section): Pass OD instead
6696 of OS to this->add. Add OD parameter to second form of the function.
6697
7500420b
ILT
66982010-12-20 Ian Lance Taylor <iant@google.com>
6699
6700 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6701 second of two consecutive entries with same offset.
6702
f8e9a930
RW
67032010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6704
6705 * testsuite/Makefile.am (ifuncmain2static_LDADD)
6706 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6707 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6708 to avoid unneeded links against $(LDADD).
6709 * testsuite/Makefile.in: Regenerate.
6710
2fbb4320
ILT
67112010-12-15 Ian Lance Taylor <iant@google.com>
6712
6713 PR gold/12324
6714 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6715 for R_X86_64_32 and R_X86_64_PC32.
6716 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6717 ver_matching_def_pic.o.
6718 (ver_matching_def_pic.o): New target.
6719
fedb228d
RW
67202010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6721
6722 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6723 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6724 Move definition before File_read::View member definitions.
6725 (File_read::View::~View): Initialize and hold lock before
6726 updating current_mapped_bytes.
6727
9b547ce6
RW
67282010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6729
6730 * dwarf_reader.cc: Remove outdated comment.
6731 * gold-threads.cc: Fix typo in error message.
6732 * archive.cc: Fix typos in comments.
6733 * archive.h: Likewise.
6734 * arm-reloc-property.cc: Likewise.
6735 * arm-reloc-property.h: Likewise.
6736 * arm-reloc.def: Likewise.
6737 * arm.cc: Likewise.
6738 * attributes.h: Likewise.
6739 * cref.cc: Likewise.
6740 * ehframe.cc: Likewise.
6741 * fileread.h: Likewise.
6742 * gold.h: Likewise.
6743 * i386.cc: Likewise.
6744 * icf.cc: Likewise.
6745 * incremental.h: Likewise.
6746 * int_encoding.cc: Likewise.
6747 * layout.h: Likewise.
6748 * main.cc: Likewise.
6749 * merge.h: Likewise.
6750 * object.cc: Likewise.
6751 * object.h: Likewise.
6752 * options.cc: Likewise.
6753 * readsyms.cc: Likewise.
6754 * reduced_debug_output.cc: Likewise.
6755 * reloc.cc: Likewise.
6756 * script-sections.cc: Likewise.
6757 * sparc.cc: Likewise.
6758 * symtab.h: Likewise.
6759 * target-reloc.h: Likewise.
6760 * target.cc: Likewise.
6761 * target.h: Likewise.
6762 * timer.cc: Likewise.
6763 * timer.h: Likewise.
6764 * x86_64.cc: Likewise.
6765
83e17bd5
CC
67662010-12-09 Cary Coutant <ccoutant@google.com>
6767
6768 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6769 stack.
6770 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6771 parameter; change all callers.
6772 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6773 * options.h (warn_execstack): New option.
6774
017257f8
DK
67752010-12-07 Doug Kwan <dougkwan@google.com>
6776
6777 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6778 like function call relocations.
6779
c20cbc06
ILT
67802010-12-07 Ian Lance Taylor <iant@google.com>
6781
6782 * archive.cc (Archive::get_elf_object_for_member): Permit
6783 punconfigured to be NULL.
6784 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6785 (Archive::include_member): Pass NULL to get_elf_object_for_member
6786 if we searched for the archive and this is the first included
6787 object.
6788
4dbfafcc
ILT
67892010-12-01 Ian Lance Taylor <iant@google.com>
6790
6791 * dwarf_reader.h (class Sized_dwarf_line_info): Add
6792 track_relocs_type_ field.
6793 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6794 Set track_relocs_type_.
6795 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6796 contents when using RELA relocs.
6797 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6798 reloc_map_.
6799 * reloc.cc (Track_relocs::next_addend): New function.
6800 * reloc.h (class Track_relocs): Declare next_addend.
6801
e5e19edd
ILT
68022010-12-01 Ian Lance Taylor <iant@google.com>
6803
6804 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6805 virtual destructor.
6806
9a5ce24c
ILT
68072010-12-01 Ian Lance Taylor <iant@google.com>
6808
6809 * README: Update compilers known to work and fail.
6810
c7791212
NC
68112010-11-23 Matthias Klose <doko@ubuntu.com>
6812
6813 * configure.in: For --enable-gold, handle value `default' instead of
6814 `both*'. Always install ld as ld.bfd, install as ld if gold is
6815 not the default.
6816 * configure: Regenerate.
6817
0ad220c9
DK
68182010-11-18 Doug Kwan <dougkwan@google.com>
6819
6820 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6821 and right_alignment to be zero. Store result alignment only if it is
6822 greater than existing alignment.
6823
ab8056e0
CC
68242010-11-16 Cary Coutant <ccoutant@google.com>
6825
6826 PR gold/12220
6827 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6828 Check for ".zdebug_line".
6829
fd064a5b
CC
68302010-11-16 Doug Kwan <dougkwan@google.com>
6831 Cary Coutant <ccoutant@google.com>
6832
6833 * output.h (Output_segment::set_section_addresses): Pass increase_relro
6834 by reference; adjust all callers.
6835 * output.cc (Output_segment::set_section_addresses): Adjust references
6836 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6837 list is empty.
6838 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6839 end at page boundary.
6840
6fc6ea19
CC
68412010-11-16 Cary Coutant <ccoutant@google.com>
6842
6843 PR gold/12220
6844 * layout.cc (Layout::choose_output_section): Transform names of
6845 compressed sections even when using a script with a SECTIONS clause.
6846 (Layout::output_section_name): Remove code to transform
6847 compressed debug section names.
6848 * output.cc (Output_section::add_input_section): Use uncompressed
6849 section size when tracking input sections.
6850
95a2c8d6
RS
68512010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
6852
6853 * symtab.h (Symbol::NON_PIC_REF): Remove.
6854 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6855 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
6856 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6857 (Symbol::use_plt_offset): Take a flags argument and pass it
6858 directly to needs_dynamic_reloc. Restrict check for undefined
6859 weak symbols to function calls.
6860 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6861 (Target_arm::Scan::global): Use it.
6862 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6863 (Target_arm::Relocate::relocate): Likewise.
6864 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6865 parameter with an r_type parameter. Use get_reference_flags
6866 to get the flags.
6867 (Target_arm::Relocate::relocate): Update accordingly.
6868 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6869 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6870 (Target_i386::Scan::global): Likewise.
6871 (Target_i386::Relocate::relocate): Likewise.
6872 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6873 parameter with an r_type parameter. Use get_reference_flags
6874 to get the flags.
6875 (Target_i386::Relocate::relocate): Update accordingly.
6876 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6877 (Target_powerpc::Scan::global): Use it.
6878 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6879 (Target_powerpc::Relocate::relocate): Likewise.
6880 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6881 (Target_sparc::Scan::global): Use it.
6882 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6883 (Target_sparc::Relocate::relocate): Likewise.
6884 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6885 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6886 (Target_x86_64::Scan::global): Likewise.
6887 (Target_x86_64::Relocate::relocate): Likewise.
6888
f625ae50
DK
68892010-11-08 Doug Kwan <dougkwan@google.com>
6890 Cary Coutant <ccoutant@google.com>
6891
6892 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6893 (Arm_exidx_merge_section::section_contents_): New data member.
6894 (Arm_input_section::Arm_input_section): Initialize original_contents_.
6895 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 6896 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
6897 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6898 in parameters instead of calling Object::section_contents without
6899 locking.
6900 (Arm_output_section::group_section): New parameter TASK. Pass it
6901 to callees that need locking objects.
6902 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
6903 to lock EXIDX input sections. Fix a formatting issue. Call
6904 Arm_exidx_merged_section::build_contents to create merged section
6905 contents.
6906 (Arm_output_section::create_stub_group): New parameter TASK. Use it
6907 to lock object of stub table owner.
6908 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6909 TEXT_SIZE to initialize data member TEXT_SIZE_.
6910 (Arm_exidx_input_section::addralign): Fix typo in comment.
6911 (Arm_exidx_input_section::text_size): New method.
6912 (Target_arm::do_relax): New parameter TASK. Pass it to callees
6913 that require locking objects. Lock objects before scanning for stubs
6914 and updating local symbols.
6915 (Arm_input_section<big_endian>::init): Copy contents of original
6916 input section.
2e702c99 6917 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
6918 original input section instead of calling Object::section_contents
6919 without locking.
6920 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6921 size without calling Object::section_size().
6922 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6923 for size. Allocate a buffer for merged EXIDX entries.
6924 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 6925 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
6926 building code to Arm_exidx_merged_section::build_contetns. Write
6927 out contetns in buffer instead of building it on the fly.
6928 (Arm_relobj::make_exidx_input_section): Also pass text section size
6929 to Arm_exidx_input_section constructor.
6930 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
6931 (Arm_dynobj::do_read_symbols): Fix memory leak.
6932 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6933 * target.h: (class Task): Add forward declaration.
6934 (Target::relax): Add new parameter TASK and pass it to
6935 Target::do_relax().
6936 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
6937
5f9bcf58
CC
69382010-11-05 Cary Coutant <ccoutant@google.com>
6939
6940 PR gold/10708
6941 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6942 object when reading from the file.
6943 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6944 second layout pass.
6945 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6946 when reading section contents.
6947 (get_section_contents): Likewise.
6948 (icf::find_identical_sections): Likewise.
6949 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6950 object when reading from the file.
6951 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6952 the object when doing deferred section layout.
6953
e597fa08
NC
69542010-11-03 Nick Clifton <nickc@redhat.com>
6955
6956 PR gold/12001
6957 * script.h (class Symbol_assignment: name): New member. Returns
6958 the name of the symbol.
6959 * scrfipt.cc (Script_options::is_pending_assignment): New member.
6960 Returns true if the given symbol name is on the list of
6961 assignments wating to be processed.
6962 * archive.cc (should_incldue_member): If the symbol is undefined,
6963 check to see if it is on the list of symbols pending assignment.
6964
3f9a3278
ILT
69652010-11-03 Ryan Mansfield <rmansfield@qnx.com>
6966
6967 * script-sections.cc (Script_sections::find_memory_region): Check
6968 for a NULL output section pointer.
6969
d06fb4d1
DK
69702010-10-29 Doug Kwan <dougkwan@google.com>
6971
6972 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6973 Output_section::add_relaxed_input_section.
6974 * output.cc (Output_section::add_relaxed_input_section): Add new
6975 arguments LAYOUT and NAME. Set section order index.
6976 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6977 Copy section order index.
6978 * output.h (Output_section::add_relaxed_input_section): Add new
6979 arguments LAYOUT and NAME.
6980
90e24de5
ILT
69812010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6982
6983 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 6984 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
6985 * testsuite/Makefile.in: Regenerate.
6986
c9484ea5
DK
69872010-10-20 Doug Kwan <dougkwan@google.com>
6988
6989 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6990 without SHF_LINK_ORDER flags.
6991 * layout.cc (Layout::choose_output_section): Do not filter
6992 SHF_LINK_ORDER flag in a relocatable link.
6993
5bc2f5be
CC
69942010-10-17 Cary Coutant <ccoutant@google.com>
6995
6996 * output.h (Output_segment::set_section_addresses): Change function
6997 signature. Update all callers.
6998 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6999 sections.
7000 (Output_segment::set_section_addresses): Align after last TLS
7001 section. Add padding before last relro section instead of after.
7002
0c91cf04
DK
70032010-10-17 Doug Kwan <dougkwan@google.com>
7004
7005 * gold/arm.cc (Target_arm::got_section): Use correct order and set
7006 GOT output section to be writable.
7007
8c21d9d3
CC
70082010-10-14 Cary Coutant <ccoutant@google.com>
7009
7010 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
7011 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
7012 * gold.cc (queue_initial_tasks): Check parameters for incremental link
7013 mode.
7014 * incremental.cc (report_command_line): Ignore all forms of
7015 --incremental.
7016 * layout.cc (Layout::Layout): Check parameters for incremental link
7017 mode.
7018 * options.cc (General_options::parse_incremental): New function.
7019 (General_options::parse_no_incremental): New function.
7020 (General_options::parse_incremental_full): New function.
7021 (General_options::parse_incremental_update): New function.
7022 (General_options::incremental_mode_): New data member.
7023 (General_options::finalize): Check incremental_mode_.
7024 * options.h (General_options): Update help text for --incremental.
7025 Add --no-incremental, --incremental-full, --incremental-update.
7026 (General_options::Incremental_mode): New enum type.
7027 (General_options::incremental_mode): New function.
7028 (General_options::incremental_mode_): New data member.
7029 * parameters.cc (Parameters::incremental_mode_): New data member.
7030 (Parameters::set_options): Set incremental_mode_.
7031 (Parameters::set_incremental_full): New function.
7032 (Parameters::incremental): New function.
7033 (Parameters::incremental_update): New function.
7034 (set_parameters_incremental_full): New function.
7035 * parameters.h (Parameters::set_incremental_full): New function.
7036 (Parameters::incremental): New function.
7037 (Parameters::incremental_update): New function.
7038 (Parameters::incremental_mode_): New data member.
7039 (set_parameters_incremental_full): New function.
7040 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
7041 incremental link mode.
7042 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
7043 (Sized_relobj::do_relocate_sections): Likewise.
7044 * testsuite/Makefile.am (incremental_test): Use --incremental-full
7045 option.
7046 * testsuite/Makefile.in: Regenerate.
7047 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 7048
bb32aa18 70492010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
7050
7051 * script-sections.h (class Script_sections): Make
7052 Sections_elements typedef public.
7053 * script-sections.cc (class Sort_output_sections): Add elements_
7054 field. Add constructor which sets it; change all callers.
7055 (Sort_output_sections::is_before): New function.
7056 (Sort_output_sections::operator()): Call is_before.
7057 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
7058 conditional.
7059 * testsuite/script_test_10.sh: New test. Test script section
7060 order.
7061 * testsuite/script_test_10.t: Likewise.
7062 * testsuite/script_test_10.s: Likewise.
7063 * testsuite/Makefile.am: Wrap the cross linker tests and the
7064 common tests into NATIVE_OR_CROSS_LINKER.
7065 (check_SCRIPTS): Add script_test_10.sh.
7066 (check_DATA): Add script_test_10.stdout.
7067 (script_test_10.o, script_test_10): New targets.
7068 (script_test_10.stdout): New target.
7069 * configure, testsuite/Makefile.in: Regenerate.
7070
3cef7179
ILT
70712010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7072
7073 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
7074 error for the deprecated relocations.
7075 (Target_arm::Scan::global): Likewise.
7076 (Target_arm::Relocate::relocate): Likewise.
7077
7411e9a8
RS
70782010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
7079
7080 * fileread.cc (Input_file::find_file): Initialize *found_name
7081 and *namep when using the fallback search for case 4.
7082
6a9da32a
CC
70832010-10-11 Cary Coutant <ccoutant@google.com>
7084
7085 * options.h (class General_options): Redefine -z lazy as an alias for
7086 the negation of -z now.
7087
ac897c20
ILT
70882010-10-11 Ian Lance Taylor <iant@google.com>
7089
7090 * resolve.cc (symbol_to_bits): Report the value of the unsupported
7091 binding.
7092
ea5cae92
NC
70932010-10-06 Nick Clifton <nickc@redhat.com>
7094
7095 * script-sections.cc(class Memory_region): Remove
7096 current_lma_offset_ field. Rename current_vma_offset_ to
7097 current_offset_. Add last_section_ field.
7098 (Memory_region::get_current_vma_address): Rename to
7099 get_current_address.
7100 (Memory_region::get_current_lma_address): Delete.
7101 (Memory_region::increment_vma_offset): Rename to
7102 increment_offset.
7103 (Memory_region::increment_lma_offset): Delete.
7104 (Memory_region::attributes_compatible): New method. Returns
7105 true if the provided section is compatible with the region.
7106 (Memory_region::get_last_section): New method. Returns the last
7107 section to use the region.
7108 (Memory_region::set_last_section): New method. Stores the last
7109 section to use the region.
7110 (Script_sections::block_in_region): New method. Returns true if
7111 a block of memory is contained within a region.
7112 (Script_sections::find_memory_region): New method. Locates a
7113 memory region to be used to set a VMA or LMA address.
7114 (Output_section_definition::set_section_addresses): Add code to
7115 check for addresses set by memory regions.
7116 (Output_segment::set_section_addresses): Remove memory region
7117 walking code.
7118 (Script_sections::create_segment): Add a warning if a header
7119 segment is created outside of any region.
7120 * script-sections.h (class Script_sections): Add prototypes for
7121 find_memory_region and block_in_region methods.
7122 * testsuite/memory_test.s: Use .long instead of .word.
7123 * testsuite/memory_test.t: Add some more output sections.
7124 * testsuite/memory_test.sh: Update expected output.
7125
a9bfd952
DK
71262010-10-02 Doug Kwan <dougkwan@google.com>
7127
7128 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
7129 defintion to symtab.h
7130 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
7131 declaration to defintion.
7132
bacff3ab
NC
71332010-10-01 Nick Clifton <nickc@redhat.com>
7134
7135 * expression.cc (eval): Replace dummy argument with NULL.
7136 (eval_maybe_dot): Check for a NULL result section pointer.
7137 (Symbol_expression::value): Likewise.
7138 (Dot_expression::value): Likewise.
7139 (BINARY_EXPRESSION): Likewise.
7140 (Max_expression::value): Likewise.
7141 (Min_expression::value): Likewise.
7142 (Absolute_expression::value): Likewise.
7143 (Addr_expression::value_from_output_section): Likewise.
7144 (Loaddddr_expression::value_from_output_section): Likewise.
7145 (Segment_start_expression::value): Likewise.
7146 * script-sections.cc
7147 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
7148 argument with NULL.
7149 (Sections_elememt_dot_assignment::set_section_addresses):
7150 Likewise.
7151 (Output_data_expression::do_write_to_buffer): Likewise.
7152 (Output_section_definition::finalize_symbols): Likewise.
7153 (Output_section_definition::set_section_addresses): Likewise.
7154
f81bc8b5
DK
71552010-09-30 Doug Kwan <dougkwan@google.com>
7156
7157 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
7158
c95e9f27
ST
71592010-09-28 Sriraman Tallam <tmsriram@google.com>
7160
7161 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 7162 function.
c95e9f27
ST
7163 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
7164 virtual function.
7165 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
7166 virtual function.
7167 * icf.cc (get_section_contents): Inline merge sections only when
7168 target allows it.
7169
3cac54d2
RW
71702010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7171
7172 * configure: Regenerate.
7173
2904037a
ILT
71742010-09-17 Ian Lance Taylor <iant@google.com>
7175
7176 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
7177 * testsuite/Makefile.am (memory_test.o): New target.
7178 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
7179 memory_test.t.
7180 * testsuite/Makefile.in: Rebuild.
2904037a 7181
bca7fb63
DK
71822010-09-17 Doug Kwan <dougkwan@google.com>
7183
7184 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
7185 defintion if relocation uses GOT entries of the symbol.
7186 * testsuite/icf_safe_test.sh: Fix test.
7187 * testsuite/icf_safe_so_test.sh: Fix test.
7188
4ef28648
CC
71892010-09-16 Cary Coutant <ccoutant@google.com>
7190
7191 * script_sections.cc (class Memory_region): Remove "NULL" from
7192 vector initializations.
7193
793990de
CC
71942010-09-15 Cary Coutant <ccoutant@google.com>
7195
7196 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
7197 Resolve forwarding symbols.
7198
81e015e2
DK
71992010-09-15 Doug Kwan <dougkwan@google.com>
7200
7201 * gold/testsuite/script_test_3.t: Add ARM special sections.
7202 * gold/testsuite/script_test_4.t: Same.
7203 * gold/testsuite/script_test_5.t: Same.
7204 * gold/testsuite/script_test_6.t: Same.
7205 * gold/testsuite/script_test_7.t: Same.
7206 * gold/testsuite/script_test_7.t: Same.
7207 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
7208
36171d64
CC
72092010-09-14 Cary Coutant <ccoutant@google.com>
7210
7211 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
7212 (Target_x86_64::Relocate::relocate_tls): Replace check for
7213 saw_tls_block_reloc_ with test for executable section.
7214
d89051bd
CC
72152010-09-12 Cary Coutant <ccoutant@google.com>
7216
7217 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
7218 position-independent executables to shared libraries need dynamic
7219 relocations.
7220 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
7221 position-independent executables.
7222 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
7223 * testsuite/Makefile.in: Regenerate.
7224
fca41f0f
NC
72252010-09-10 Nick Clifton <nickc@redhat.com>
7226
7227 PR gold/11997
7228 * testsuite/memory_test.t: Discard any sections that are not
7229 needed.
7230
6695e4b3
L
72312010-09-09 H.J. Lu <hongjiu.lu@intel.com>
7232
7233 PR gold/11996
7234 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
7235 "This::" to work around a bug in gcc 4.2.
7236
7237 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
7238
0f72bf6f
RÁE
72392010-09-09 Rafael Espindola <espindola@google.com>
7240
7241 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
7242 sections with different PF_X flags in the same segment.
7243 (Layout::find_first_load_seg): Search all segments to find the first
7244 one.
7245 * options.h (rosegment): New.
7246
72472010-09-08 Rafael Espindola <espindola@google.com>
a6577478 7248
05a79166 7249 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 7250
aa98ff75
DK
72512010-09-08 Doug Kwan <dougkwan@google.com>
7252
7253 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
7254 (Arm_relobj::do_relocate_sections): Add new parameter for output
7255 file to match the parent.
7256 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
7257 of local symbols instead of input values. Update code to track
7258 changes in gold::relocate_section.
7259 * object.cc (Sized_relobj::compute_final_local_value): New methods.
7260 (Sized_relobj::compute_final_local_value_internal): New methods.
7261 (Sized_relobj::do_finalize_local_symbols): Move code from loop
7262 body into private version of Sized_relobj::compute_final_local_value.
7263 Call the inline method.
7264 * object.h (Symbol_value::Symbol_value): Define destructor. Free
7265 merged symbol value if there is one.
7266 (Symbol_value::has_output_value): New method defintiion.
7267 (Sized_relobj::Compute_final_local_value_status): New enum type.
7268 (Sized_relobj::compute_final_local_value): New methods.
7269 (Sized_relobj::compute_final_local_value_internal): New methods.
7270 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
7271 and arm_cortex_a8.sh.
7272 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
7273 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
7274 New tests.
7275 * Makefile.in: Regenerate.
7276 * testsuite/arm_bl_out_of_range.s: Update test.
7277 * testsuite/thumb_bl_out_of_range.s: Ditto.
7278 * testsuite/thumb_blx_out_of_range.s: Ditto.
7279 * testsuite/arm_branch_out_of_range.sh: New file.
7280 * testsuite/arm_cortex_a8.sh: Ditto.
7281 * testsuite/arm_cortex_a8_b.s: Ditto.
7282 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
7283 * testsuite/arm_cortex_a8_b_local.s: Ditto.
7284 * testsuite/arm_cortex_a8_bl.s: Ditto.
7285 * testsuite/arm_cortex_a8_blx.s: Ditto.
7286 * testsuite/arm_cortex_a8_local.s: Ditto.
7287 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
7288 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
7289
05a79166
L
72902010-09-08 Rafael Espindola <espindola@google.com>
7291
7292 * Makefile.am (memory_test.stdout): Run readelf with -W.
7293 * Makefile.in: Regenerate.
7294 * testsuite/memory_test.sh: Make the regexps accept both 32 and
7295 64 bit output.
7296
33dbc701
RÁE
72972010-09-08 Rafael Espindola <espindola@google.com>
7298
7299 * script-sections.cc (Script_sections::add_memory_region): Convert
7300 field precision to int.
7301 * script.cc (script_set_section_region, script_set_section_region):
7302 Convert field precision to int.
7303
731ca54a
RÁE
73042010-09-08 Rafael Espindola <espindola@google.com>
7305
7306 * arm.cc (do_finalize_sections): Create the __exidx_start and
7307 __exdix_end symbols even when the section is missing.
7308
7f8cd844
NC
73092010-09-08 Nick Clifton <nickc@redhat.com>
7310
7311 * README: Remove claim that MEMORY is not supported.
7312 * expression.cc (script_exp_function_origin)
7313 (script_exp_function_length): Move from here to ...
7314 * script.cc: ... here.
7315 (script_set_section_region, script_add_memory)
7316 (script_parse_memory_attr, script_include_directive): New
7317 functions.
7318 * script-sections.cc
7319 (class Memory_region): New class.
7320 (class Output_section_definition): Add set_memory_region,
7321 set_section_vma, set_section_lma and get_section_name methods.
7322 (class Script_Sections): Add add_memory_region,
7323 find_memory_region, find_memory_region_origin,
7324 find_memory_region_length and set_memory_region methods.
7325 Have set_section_addresses method walk the list of set memory
7326 regions.
7327 Extend the print methos to display memory regions.
7328 * script-sections.h: Add prototypes for new methods.
7329 Add enum for MEMORY region attributes.
7330 * yyscript.y: Add support for parsing MEMORY regions.
7331 * script-c.h: Add prototypes for new functions.
7332 * testsuite/Makefile.am: Add test of MEMORY region functionality.
7333 * testsuite/Makefile.in: Regenerate.
7334 * testsuite/memory_test.sh: New script.
7335 * testsuite/memory_test.s: New assembler source file.
7336 * testsuite/memory_test.t: New linker script.
7337
a4649286
DK
73382010-08-27 Doug Kwan <dougkwan@google.com>
7339
7340 * gold/resolve.cc (Symbol_table::should_override): Let a weak
7341 reference override an existing dynamic weak reference.
7342 * testsuite/Makefile.am: Add new test dyn_weak_ref.
7343 * testsuite/Makefile.in: Regenerate.
7344 * testsuite/dyn_weak_ref.sh: New file.
7345 * testsuite/dyn_weak_ref_1.c: Ditto.
7346 * testsuite/dyn_weak_ref_2.c: Ditto.
7347
b56648ad
ILT
73482010-08-27 Ian Lance Taylor <iant@google.com>
7349
7350 * incremental.h (class Incremental_input_entry): Add virtual
7351 destructor.
7352
809313cb
ILT
73532010-08-27 Ian Lance Taylor <iant@google.com>
7354
7355 * testsuite/start_lib_test_3.c: Mark t3 as used.
7356
11e32464
NC
73572010-08-27 Nick Clifton <nickc@redhat.com>
7358
7359 * options.cc (version_script): Fix small typo in previous
7360 whitespace tidyup.
7361
ca09d69a
NC
73622010-08-25 Nick Clifton <nickc@redhat.com>
7363
7364 * archive.cc: Formatting fixes: Remove whitespace between
7365 typename and following asterisk. Remove whitespace between
7366 function name and opening parenthesis.
7367 * archive.h: Likewise.
7368 * arm.cc: Likewise.
7369 * attributes.cc: Likewise.
7370 * attributes.h: Likewise.
7371 * common.cc: Likewise.
7372 * copy-relocs.cc: Likewise.
7373 * dirsearch.h: Likewise.
7374 * dynobj.cc: Likewise.
7375 * ehframe.cc: Likewise.
7376 * ehframe.h: Likewise.
7377 * expression.cc: Likewise.
7378 * fileread.cc: Likewise.
7379 * fileread.h: Likewise.
7380 * gc.h: Likewise.
7381 * gold-threads.cc: Likewise.
7382 * gold.cc: Likewise.
7383 * i386.cc: Likewise.
7384 * icf.h: Likewise.
7385 * incremental-dump.cc: Likewise.
7386 * incremental.cc: Likewise.
7387 * layout.cc: Likewise.
7388 * layout.h: Likewise.
7389 * main.cc: Likewise.
7390 * merge.cc: Likewise.
7391 * merge.h: Likewise.
7392 * object.cc: Likewise.
7393 * object.h: Likewise.
7394 * options.cc: Likewise.
7395 * options.h: Likewise.
7396 * output.cc: Likewise.
7397 * output.h: Likewise.
7398 * plugin.cc: Likewise.
7399 * plugin.h: Likewise.
7400 * powerpc.cc: Likewise.
7401 * reloc.cc: Likewise.
7402 * script-c.h: Likewise.
7403 * script-sections.cc: Likewise.
7404 * script.cc: Likewise.
7405 * stringpool.cc: Likewise.
7406 * symtab.cc: Likewise.
7407 * symtab.h: Likewise.
7408 * target.cc: Likewise.
7409 * timer.cc: Likewise.
7410 * timer.h: Likewise.
7411 * version.cc: Likewise.
7412 * x86_64.cc: Likewise.
7413
b8fa8750
NC
74142010-08-24 Nick Clifton <nickc@redhat.com>
7415
7416 PR 11899
7417 * layout.cc (segment_precedes): Sort segments by their physical
7418 addresses, if they have been set.
7419
9919d93b
CC
74202010-08-23 Cary Coutant <ccoutant@google.com>
7421
7422 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
7423 symbols data.
7424 (Lib_group::include_member): Unlock object after deleting its
7425 symbols data.
7426 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
7427 the bug fixed here.
7428
97b4be1c
CC
74292010-08-19 Neil Vachharajani <nvachhar@google.com>
7430 Cary Coutant <ccoutant@google.com>
7431
7432 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
7433 constructor, and set_blocker.
7434 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
7435 readsyms_blocker_.
7436 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
7437 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
7438 * testsuite/Makefile.am (start_lib_test): New test case.
7439 * testsuite/Makefile.in: Regenerate.
7440 * testsuite/start_lib_test_main.c: New file.
7441 * testsuite/start_lib_test_1.c: New file.
7442 * testsuite/start_lib_test_2.c: New file.
7443 * testsuite/start_lib_test_3.c: New file.
7444
dd0b1884
ILT
74452010-08-19 Ian Lance Taylor <iant@google.com>
7446
7447 * Makefile.in: Rebuild with automake 1.11.1.
7448 * aclocal.m4: Likewise.
7449 * testsuite/Makefile.in: Likewise.
7450
7223e9ca
ILT
74512010-08-19 Ian Lance Taylor <iant@google.com>
7452
7453 PR 10893
7454 * i386.cc (class Output_data_plt_i386): Update declarations.
7455 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
7456 local_ifuncs_ fields.
7457 (Target_i386::do_plt_section_for_global): New function.
7458 (Target_i386::do_plt_section_for_local): New function.
7459 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
7460 parameter; change all callers. Initialize global_ifuncs_ and
7461 local_ifuncs_. If doing a static link define __rel_iplt_start and
7462 __rel_iplt_end.
7463 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
7464 (Output_data_plt_i386::add_local_ifunc_entry): New function.
7465 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
7466 symbols.
7467 (Target_i386::make_plt_section): New function, broken out of
7468 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
7469 (Target_i386::make_plt_entry): Call make_plt_section.
7470 (Target_i386::make_local_ifunc_plt_entry): New function.
7471 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
7472 (Target_i386::Scan::local): Handle IFUNC symbols. Add
7473 R_386_IRELATIVE to switch.
7474 (Target_i386::Scan::global): Likewise.
7475 (Target_i386::Relocate::relocate): Likewise.
7476 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
7477 switch.
7478 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
7479 (Target_x86_64::do_plt_section_for_global): New function.
7480 (Target_x86_64::do_plt_section_for_local): New function.
7481 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
7482 parameter; change all callers. If doing a static link define
7483 __rela_iplt_start and __rela_iplt_end.
7484 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
7485 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
7486 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
7487 to point to .plt.
7488 (Target_x86_64::make_local_ifunc_plt_entry): New function.
7489 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
7490 switch.
7491 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
7492 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
7493 R_X86_64_IRELATIVE to switch.
7494 (Target_x86_64::Scan::global): Likewise.
7495 (Target_x86_64::Relocate::relocate): Likewise.
7496 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
7497 switch.
7498 * target.h (class Target): Add plt_section_for_global and
7499 plt_section_for_local functions. Add do_plt_section_for_global
7500 and do_plt_section_for_local virtual functions.
7501 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
7502 clarifying comments.
7503 (Symbol::use_plt_offset): Handle IFUNC symbol.
7504 * object.cc (Sized_relobj::Sized_relobj): Initialize
7505 local_plt_offsets_.
7506 (Sized_relobj::local_has_plt_offset): New function.
7507 (Sized_relobj::local_plt_offset): New function.
7508 (Sized_relobj::set_local_plt_offset): New function.
7509 (Sized_relobj::do_count): Handle IFUNC symbol.
7510 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
7511 a bit away from input_shndx_ field. Add set_is_func_symbol and
7512 is_ifunc_symbol functions.
7513 (class Sized_relobj): Update declarations. Remove Tls_got_entry
7514 and Local_tls_got_offsets. Define Local_plt_offsets. Add
7515 local_plt_offsets_ field.
7516 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
7517 * output.h (class Output_section_data): Add non-const
7518 output_section function.
7519 (class Output_data_got): Update declarations.
7520 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
7521 Add use_plt_offset parameter to global and local constructors.
7522 Change all callers. Change local_sym_index_ field to 31 bits.
7523 Change GSYM_CODE and CONSTANT_CODE accordingly.
7524 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
7525 doing a static link don't set sh_link field.
7526 (Output_data_got::Got_entry::write): Use PLT offset if
7527 appropriate.
7528 (Output_data_got::add_global_plt): New function.
7529 (Output_data_got::add_local_plt): New function.
7530 * target-reloc.h (relocate_section): Handle IFUNC symbol.
7531 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
7532 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
7533 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
7534 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
7535 IFUNC conditional.
7536 * testsuite/ifunc-sel.h: New file.
7537 * testsuite/ifuncmain1.c: New file.
7538 * testsuite/ifuncmain1vis.c: New file.
7539 * testsuite/ifuncmod1.c: New file.
7540 * testsuite/ifuncdep2.c: New file.
7541 * testsuite/ifuncmain2.c: New file.
7542 * testsuite/ifuncmain3.c: New file.
7543 * testsuite/ifuncmod3.c: New file.
7544 * testsuite/ifuncmain4.c: New file.
7545 * testsuite/ifuncmain5.c: New file.
7546 * testsuite/ifuncmod5.c: New file.
7547 * testsuite/ifuncmain6pie.c: New file.
7548 * testsuite/ifuncmod6.c: New file.
7549 * testsuite/ifuncmain7.c: New file.
7550 * configure, testsuite/Makefile.in: Rebuild.
7551
56f75c03
ILT
75522010-08-18 Ian Lance Taylor <iant@google.com>
7553
7554 * incremental.cc
7555 (Output_section_incremental_inputs::write_input_files): Add cast
7556 to avoid signed/unsigned comparison warning.
7557 (Output_section_incremental_inputs::write_info_blocks): Likewise.
7558
55455f89
CC
75592010-08-12 Cary Coutant <ccoutant@google.com>
7560
7561 * common.cc (Sort_commons::operator()): Remove unnecessary code.
7562
e2054bcb
ILT
75632010-08-13 Ian Lance Taylor <iant@google.com>
7564
7565 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
7566
74f67560
DK
75672010-08-12 Cary Coutant <ccoutant@google.com>
7568 Doug Kwan <dougkwan@google.com>
7569
7570 * resolve.cc (Symbol_table::should_override): When a weak dynamic
7571 defintion overrides non-weak undef, remember that the original undef
7572 is not weak.
7573 * symtab.cc (Symbol_table::sized_write_global): For undef without
7574 an original weak binding, set binding to global in output.
7575 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
7576 * testsuite/Makefile.in: Regenerate.
7577 * testsuite/strong_ref_weak_def.sh: New file.
7578 * testsuite/strong_ref_weak_def_1.c: Ditto.
7579 * testsuite/strong_ref_weak_def_2.c: Ditto.
7580
d1238d12
CC
75812010-08-12 Cary Coutant <ccoutant@google.com>
7582
7583 * testsuite/incremental_test.sh: Rewrite.
7584 * testsuite/incremental_test_1.c: Rewrite.
7585 * testsuite/incremental_test_2.c: Rewrite.
7586
0e70b911
CC
75872010-08-12 Cary Coutant <ccoutant@google.com>
7588
7589 * arm.cc (Target_arm::got_size): Add const.
7590 (Target_arm::got_entry_count): New function.
7591 (Target_arm::plt_entry_count): New function.
7592 (Target_arm::first_plt_entry_offset): New function.
7593 (Target_arm::plt_entry_size): New function.
7594 (Output_data_plt_arm::entry_count): New function.
7595 (Output_data_plt_arm::first_plt_entry_offset): New function.
7596 (Output_data_plt_arm::get_plt_entry_size): New function.
7597 * i386.cc (Target_i386::got_size): Add const.
7598 (Target_i386::got_entry_count): New function.
7599 (Target_i386::plt_entry_count): New function.
7600 (Target_i386::first_plt_entry_offset): New function.
7601 (Target_i386::plt_entry_size): New function.
7602 (Output_data_plt_i386::entry_count): New function.
7603 (Output_data_plt_i386::first_plt_entry_offset): New function.
7604 (Output_data_plt_i386::get_plt_entry_size): New function.
7605 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
7606 find_incremental_inputs_sections. Dump incremental_got_plt section.
7607 * incremental.cc: Include target.h.
7608 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
7609 parameter. Adjust all callers. Find incremental_got_plt section.
7610 (Incremental_inputs::create_data_sections): Create incremental_got_plt
7611 section.
7612 (Output_section_incremental_inputs::set_final_data_size): Calculate
7613 size of incremental_got_plt section.
7614 (Output_section_incremental_inputs::do_write): Write the
7615 incremental_got_plt section.
7616 (Got_plt_view_info): New struct.
7617 (Local_got_offset_visitor): New class.
7618 (Global_got_offset_visitor): New class.
7619 (Global_symbol_visitor_got_plt): New class.
7620 (Output_section_incremental_inputs::write_got_plt): New function.
7621 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
7622 Add parameter. Adjust all callers.
7623 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7624 (Incremental_inputs::got_plt_section): New function.
7625 (Incremental_inputs::got_plt_section_): New data member.
7626 (Incremental_got_plt_reader): New class.
7627 * layout.cc (Layout::create_incremental_info_sections): Add the
7628 incremental_got_plt section.
7629 * object.h (Got_offset_list::get_list): New function.
7630 (Got offset_list::for_all_got_offsets): New function.
7631 (Sized_relobj::local_got_offset_list): New function.
7632 * powerpc.cc (Target_powerpc::got_size): Add const.
7633 (Target_powerpc::got_entry_count): New function.
7634 (Target_powerpc::plt_entry_count): New function.
7635 (Target_powerpc::first_plt_entry_offset): New function.
7636 (Target_powerpc::plt_entry_size): New function.
7637 (Output_data_plt_powerpc::entry_count): New function.
7638 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
7639 (Output_data_plt_powerpc::get_plt_entry_size): New function.
7640 * sparc.cc (Target_sparc::got_size): Add const.
7641 (Target_sparc::got_entry_count): New function.
7642 (Target_sparc::plt_entry_count): New function.
7643 (Target_sparc::first_plt_entry_offset): New function.
7644 (Target_sparc::plt_entry_size): New function.
7645 (Output_data_plt_sparc::entry_count): New function.
7646 (Output_data_plt_sparc::first_plt_entry_offset): New function.
7647 (Output_data_plt_sparc::get_plt_entry_size): New function.
7648 * symtab.h (Symbol::got_offset_list): New function.
7649 (Symbol_table::for_all_symbols): New function.
7650 * target.h (Sized_target::got_entry_count): New function.
7651 (Sized_target::plt_entry_count): New function.
7652 (Sized_target::plt_entry_size): New function.
7653 * x86_64.cc (Target_x86_64::got_size): Add const.
7654 (Target_x86_64::got_entry_count): New function.
7655 (Target_x86_64::plt_entry_count): New function.
7656 (Target_x86_64::first_plt_entry_offset): New function.
7657 (Target_x86_64::plt_entry_size): New function.
7658 (Output_data_plt_x86_64::entry_count): New function.
7659 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
7660 (Output_data_plt_x86_64::get_plt_entry_size): New function.
7661
09ec0418
CC
76622010-08-12 Cary Coutant <ccoutant@google.com>
7663
7664 * archive.cc: Include incremental.h.
7665 (Archive::Archive): Initialize incremental_info_.
7666 (Archive::include_member): Record archive members in incremental info.
7667 (Add_archive_symbols::run): Record begin and end of an archive in
7668 incremental info.
7669 (Lib_group::include_member): Record objects in incremental info.
7670 * archive.h (Incremental_archive_entry): Forward declaration.
7671 (Archive::set_incremental_info): New member function.
7672 (Archive::incremental_info): New member function.
7673 (Archive::Unused_symbol_iterator): New class.
7674 (Archive::unused_symbols_begin): New member function.
7675 (Archive::unused_symbols_end): New member function.
7676 (Archive::incremental_info_): New data member.
7677 * incremental-dump.cc (find_input_containing_global): New function.
7678 (dump_incremental_inputs): Dump new incremental info sections.
7679 * incremental.cc: Include symtab.h.
7680 (Output_section_incremental_inputs): New class.
7681 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7682 new incremental info sections.
7683 (Sized_incremental_binary::do_check_inputs): Likewise.
7684 (Incremental_inputs::report_archive): Remove.
7685 (Incremental_inputs::report_archive_begin): New function.
7686 (Incremental_inputs::report_archive_end): New function.
7687 (Incremental_inputs::report_object): New function.
7688 (Incremental_inputs::finalize_inputs): Remove.
7689 (Incremental_inputs::report_input_section): New function.
7690 (Incremental_inputs::report_script): Rewrite.
7691 (Incremental_inputs::finalize): Do nothing but finalize string table.
7692 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7693 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7694 (Incremental_inputs::create_data_sections): New function.
7695 (Incremental_inputs::relocs_entsize): New function.
7696 (Output_section_incremental_inputs::set_final_data_size): New function.
7697 (Output_section_incremental_inputs::do_write): New function.
7698 (Output_section_incremental_inputs::write_header): New function.
7699 (Output_section_incremental_inputs::write_input_files): New function.
7700 (Output_section_incremental_inputs::write_info_blocks): New function.
7701 (Output_section_incremental_inputs::write_symtab): New function.
7702 * incremental.h (Incremental_script_entry): Forward declaration.
7703 (Incremental_object_entry): Forward declaration.
7704 (Incremental_archive_entry): Forward declaration.
7705 (Incremental_inputs): Forward declaration.
7706 (Incremental_inputs_header_data): Remove.
7707 (Incremental_inputs_header): Remove.
7708 (Incremental_inputs_header_write): Remove.
7709 (Incremental_inputs_entry_data): Remove.
7710 (Incremental_inputs_entry): Remove.
7711 (Incremental_inputs_entry_write): Remove.
7712 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7713 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7714 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7715 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7716 Likewise.
7717 (Incremental_input_entry): New class.
7718 (Incremental_script_entry): New class.
7719 (Incremental_object_entry): New class.
7720 (Incremental_archive_entry): New class.
7721 (Incremental_inputs::Incremental_inputs): Initialize new data members.
7722 (Incremental_inputs::report_inputs): Remove.
7723 (Incremental_inputs::report_archive): Remove.
7724 (Incremental_inputs::report_archive_begin): New function.
7725 (Incremental_inputs::report_archive_end): New function.
7726 (Incremental_inputs::report_object): Change prototype.
7727 (Incremental_inputs::report_input_section): New function.
7728 (Incremental_inputs::report_script): Change prototype.
7729 (Incremental_inputs::get_reloc_count): New function.
7730 (Incremental_inputs::set_reloc_count): New function.
7731 (Incremental_inputs::create_data_sections): New function.
7732 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7733 (Incremental_inputs::inputs_section): New function.
7734 (Incremental_inputs::symtab_section): New function.
7735 (Incremental_inputs::relocs_section): New function.
7736 (Incremental_inputs::get_stringpool): Add const.
7737 (Incremental_inputs::command_line): Add const.
7738 (Incremental_inputs::inputs): Remove.
7739 (Incremental_inputs::command_line_key): New function.
7740 (Incremental_inputs::input_file_count): New function.
7741 (Incremental_inputs::input_files): New function.
7742 (Incremental_inputs::relocs_entsize): New function.
7743 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7744 (Incremental_inputs::finalize_inputs): Remove.
7745 (Incremental_inputs::Input_info): Remove.
7746 (Incremental_inputs::lock_): Remove.
7747 (Incremental_inputs::inputs_): Change type.
7748 (Incremental_inputs::inputs_map_): Remove.
7749 (Incremental_inputs::current_object_entry_): New data member.
7750 (Incremental_inputs::inputs_section_): New data member.
7751 (Incremental_inputs::symtab_section_): New data member.
7752 (Incremental_inputs::relocs_section_): New data member.
7753 (Incremental_inputs::reloc_count_): New data member.
7754 (Incremental_inputs_reader): New class.
7755 (Incremental_symtab_reader): New class.
7756 (Incremental_relocs_reader): New class.
7757 * layout.cc (Layout::finalize): Move finalization of incremental info
7758 and creation of incremental info sections to follow finalization of
7759 symbol table. Set offsets for postprocessing sections.
7760 (Layout::create_incremental_info_sections): Call
7761 Incremental_inputs::create_data_sections. Add incremental symtab
7762 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
7763 sections to layout after input sections.
7764 * layout.h (struct Timespec): Forward declaration.
7765 (Layout::incremental_inputs): Add const.
7766 (Layout::create_incremental_info_sections): Add parameter.
7767 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7768 * object.cc: Include incremental.h.
7769 (Relobj::finalize_incremental_relocs): New function.
7770 (Sized_relobj::do_layout): Record input sections in incremental info.
7771 * object.h (Object::output_section): New function.
7772 (Object::output_section_offset): Moved from Relobj.
7773 (Object::get_incremental_reloc_base): New function.
7774 (Object::get_incremental_reloc_count): New function.
7775 (Object::do_output_section): New function.
7776 (Object::do_output_section_offset): Moved from Relobj.
7777 (Object::do_get_incremental_reloc_base): New function.
7778 (Object::do_get_incremental_reloc_count): New function.
7779 (Object::Object): Initialize new data members.
7780 (Relobj::output_section): Renamed do_output_section and moved to
7781 protected.
7782 (Relobj::output_section_offset): Moved to Object.
7783 (Relobj::do_get_incremental_reloc_base): New function.
7784 (Relobj::do_get_incremental_reloc_count): New function.
7785 (Relobj::allocate_incremental_reloc_counts): New function.
7786 (Relobj::count_incremental_reloc): New function.
7787 (Relobj::finalize_incremental_relocs): New function.
7788 (Relobj::next_incremental_reloc_index): New function.
7789 (Relobj::reloc_counts_): New data member.
7790 (Relobj::reloc_bases_): New data member.
7791 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
7792 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
7793 (Sized_relobj::incremental_relocs_scan): New function.
7794 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7795 (Sized_relobj::incremental_relocs_write): New function.
7796 (Sized_relobj::incremental_relocs_write_reltype): New function.
7797 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7798 incremental link.
7799 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7800 archives and object files elsewhere.
7801 (Add_symbols::run): Report object files here.
7802 (Finish_group::run): Report end of archive at end of group.
7803 * reloc.cc: Include layout.h, incremental.h.
7804 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7805 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7806 (Sized_relobj::incremental_relocs_scan): New function.
7807 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7808 (Sized_relobj::do_relocate_sections): Write incremental relocations.
7809 (Sized_relobj::incremental_relocs_write): New function.
7810 (Sized_relobj::incremental_relocs_write_reltype): New function.
7811 * script.cc (read_input_script): Rewrite test for incremental link.
7812 Change call to Incremental_inputs::report_script.
7813 * symtab.h (Symbol_table::first_global_index): New function.
7814 (Symbol_table::output_count): New function.
7815
ce0d1972
DK
78162010-08-12 Doug Kwan <dougkwan@google.com>
7817
7818 * arm.cc (Target_arm::merge_object_attributes): Check command line
7819 options --no-wchar-size-warning and --no-enum-size-warning.
7820 * options.h (General_options): Add ld-compatible options
7821 --no-enum-size-warning and --no-wchar-size-warning.
7822
6e5710ce
ILT
78232010-08-04 Ian Lance Taylor <iant@google.com>
7824
7825 * x86_64.cc (Target_x86_64::Scan::local): Use
7826 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7827 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7828 (Target_x86_64::Scan::global): Likewise.
7829 (Target_x86_64::Relocate::relocate): Likewise.
7830 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7831 Likewise.
7832
fef830db
CC
78332010-08-03 Cary Coutant <ccoutant@google.com>
7834
7835 * merge.cc (Output_merge_string::do_add_input_section): Count strings
7836 to reserve space in merged_strings vector. Keep total input size
7837 for stats.
7838 (Output_merge_string::do_print_merge_stats): Print total input size.
7839 * merge.h (Output_merge_string): Add input_size_ field.
7840 * stringpool.cc (Stringpool_template::string_length): Move
7841 implementations out of Stringpool_template class and place in
7842 stringpool.h.
7843 * stringpool.h (string_length): Move out of Stringpool_template.
7844
1e3811b0
ILT
78452010-08-03 Ian Lance Taylor <iant@google.com>
7846
7847 PR 11712
7848 * layout.cc (relaxation_loop_body): If address of load segment is
7849 set, adjust address to include headers if possible.
7850
7af0c620
ILT
78512010-08-03 Ian Lance Taylor <iant@google.com>
7852
7853 * version.cc (version_string): Bump to 1.10.
7854
22f0da72
ILT
78552010-08-03 Ian Lance Taylor <iant@google.com>
7856
7857 PR 11805
7858 * layout.h (enum Output_section_order): Define.
7859 (class Layout): Update declarations.
7860 * layout.cc (Layout::get_output_section): Add order parameter.
7861 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7862 is_first_non_relro parameters. Change all callers.
7863 (Layout::choose_output_section): Likewise.
7864 (Layout::add_output_section_data): Likewise.
7865 (Layout::make_output_section): Likewise. Set order.
7866 (Layout::default_section_order): New function.
7867 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7868 * output.cc (Output_section::Output_section): Initialize order_.
7869 Don't initialize deleted fields.
7870 (Output_segment::Output_segment): Don't initialize deleted
7871 fields.
7872 (Output_segment::add_output_section_to_load): New function
7873 replacing add_output_section. Change all callers to call this or
7874 add_output_section_to_nonload.
7875 (Output_segment::add_output_section_to_nonload): New function.
7876 (Output_segment::remove_output_section): Rewrite.
7877 (Output_segment::add_initial_output_data): Likewise.
7878 (Output_segment::has_any_data_sections): Likewise.
7879 (Output_segment::is_first_section_relro): Likewise.
7880 (Output_segment::maximum_alignment): Likewise.
7881 (Output_segment::has_dynamic_reloc): New function replacing
7882 dynamic_reloc_count. Change all callers.
7883 (Output_segment::has_dynamic_reloc_list): New function replacing
7884 dynamic_reloc_count_list. Change all callers.
7885 (Output_segment::set_section_addresses): Rewrite.
7886 (Output_segment::set_offset): Rewrite.
7887 (Output_segment::find_first_and_last_list): Remove.
7888 (Output_segment::set_tls_offsets): Rewrite.
7889 (Output_segment::first_section_load_address): Likewise.
7890 (Output_segment::output_section_count): Likewise.
7891 (Output_segment::section_with_lowest_load_address): Likewise.
7892 (Output_segment::write_section_headers): Likewise.
7893 (Output_segment::print_sections_to_map): Likewise.
7894 * output.h (class Output_data): Remove dynamic_reloc_count_
7895 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
7896 (Output_data::add_dynamic_reloc): Rewrite.
7897 (Output_data::has_dynamic_reloc): New function.
7898 (Output_data::dynamic_reloc_count): Remove.
7899 (class Output_section): Add order_ field. Remvoe is_relro_local_,
7900 is_last_relro_, is_first_non_relro_, is_interp_,
7901 is_dynamic_linker_section_ fields. Add order and set_order
7902 functions. Remove is_relro_local, set_is_relro_local,
7903 is_last_relro, set_is_last_relro, is_first_non_relro,
7904 set_is_first_non_relro functions, is_interp, set_is_interp,
7905 is_dynamic_linker_section, and set_is_dynamic_linker_section
7906 functions.
7907 (class Output_segment): Change Output_data_list from std::list to
7908 std:;vector. Add output_lists_ field. Remove output_data_ and
7909 output_bss_ fields. Update declarations.
7910
3ff2ccb0
ILT
79112010-08-02 Ian Lance Taylor <iant@google.com>
7912
7913 * arm.cc (Target_arm::gc_process_relocs): Use typename.
7914 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7915 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7916
88a4108b
ILT
79172010-08-02 Ian Lance Taylor <iant@google.com>
7918
7919 PR 11855
7920 * script.cc (Script_options::Script_options): Initialize
7921 symbol_definitions_ and symbol_references_.
7922 (Script_options::add_symbol_assignment): Update
7923 symbol_definitions_ and symbol_references_.
7924 (Script_options::add_symbol_reference): New function.
7925 (script_symbol): New function.
7926 * script.h (class Script_options): Add symbol_definitions_ and
7927 symbol_references_ fields.
7928 (Script_options::referenced_const_iterator): New type.
7929 (Script_options::referenced_begin): New function.
7930 (Script_options::referenced_end): New function.
7931 (Script_options::is_referenced): New function.
7932 (Script_options::any_unreferenced): New function.
7933 * script-c.h (script_symbol): Declare.
7934 * yyscript.y (exp): Call script_symbol.
7935 * symtab.cc: Include "script.h".
7936 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7937 Change all callers. Check symbols referenced by scripts.
7938 (Symbol_table::add_undefined_symbols_from_command_line): Add
7939 layout parameter. Change all callers.
7940 (Symbol_table::do_add_undefined_symbols_from_command_line):
7941 Likewise. Break out loop body. Check symbols referenced by
7942 scripts.
7943 (Symbol_table::add_undefined_symbol_from_command_line): New
7944 function broken out of
7945 do_add_undefined_symbols_from_command_line.
7946 * symtab.h (class Symbol_table): Update declarations.
7947 * archive.cc: Include "layout.h".
7948 (Archive::should_include_member): Add layout parameter. Change
7949 all callers. Check for symbol mentioned in expression.
7950 * archive.h (class Archive): Update declaration.
7951 * object.cc (Sized_relobj::do_should_include_member): Add layout
7952 parameter.
7953 * object.h (Object::should_include_member): Add layout parameter.
7954 Change all callers.
7955 (Object::do_should_include_member): Add layout parameter.
7956 (class Sized_relobj): Update declaration.
7957 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7958 parameter.
7959 * dynobj.h (class Sized_dynobj): Update declaration.
7960 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7961 layout parameter.
7962 * plugin.h (class Sized_pluginobj): Update declaration.
7963
5f1ab67a
ILT
79642010-08-02 Ian Lance Taylor <iant@google.com>
7965
7966 PR 11866
7967 * output.cc (Output_segment::set_offset): Search for the first and
7968 last sections rather than assuming that the list is in order.
7969 (Output_segment::find_first_and_last_list): New function.
7970 * output.h (class Output_segment): Update declarations.
7971 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7972 (relro_strip_test_SOURCES): New variable.
7973 (relro_strip_test_DEPENDENCIES): New variable.
7974 (relro_strip_test_LDFLAGS): New variable.
7975 (relro_strip_test_LDADD): New variable.
7976 (relro_strip_test.so): New target.
7977
a8df5856
ILT
79782010-08-02 Ian Lance Taylor <iant@google.com>
7979
7980 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7981 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7982 (Target_i386::got_tlsdesc_section): New function.
7983 (Target_i386::got_section): Create space for GOT entries for
7984 TLSDESC relocations.
7985 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7986 R_386_TLS_GOTDESC.
7987 (Target_i386::Scan::global): Likewise.
7988 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7989 using TLSDESC GOT.
7990 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7991 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7992 (Target_x86_64::got_tlsdesc_section): New function.
7993 (Target_x86_64::got_section): Create space for GOT entries for
7994 TLSDESC relocations.
7995 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7996 R_386_TLS_GOTDESC.
7997 (Target_x86_64::Scan::global): Likewise.
7998 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7999 using TLSDESC GOT.
8000
0c10a0a6
ILT
80012010-08-02 Ian Lance Taylor <iant@google.com>
8002
8003 * testsuite/final_layout.sh: Use dc to convert from hex to
8004 decimal.
8005
41cbeecc
ST
80062010-07-29 Sriraman Tallam <tmsriram@google.com>
8007
8008 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
8009 paramter to the call to gold::gc_process_relocs.
8010 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
8011 paramter to the call to gold::gc_process_relocs.
8012 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
8013 parameter to the call to gold::gc_process_relocs.
8014 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
8015 template parameter to the call to gold::gc_process_relocs.
8016 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
8017 paramter to the call to gold::gc_process_relocs.
8018 * gc.h (get_embedded_addend_size): New function.
8019 (gc_process_relocs): Save the size of the reloc for use by ICF.
8020 * icf.cc (get_section_contents): Get the addend from the text section
8021 for SHT_REL relocation sections.
8022 * icf.h (Icf::Reloc_addend_size_info): New typedef.
8023 (Icf::Reloc_info): Add new member reloc_addend_size_info.
8024 * int_encoding.h (read_from_pointer): New overloaded function.
8025 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
8026 * testsuite/icf_sht_rel_addend_test.sh: New file.
8027 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
8028 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
8029
6ea55b82
RW
80302010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8031
8032 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
8033 * Makefile.in: Regenerate.
8034 * testsuite/Makefile.in: Regenerate.
8035
9691462b
ILT
80362010-07-27 Jeffrey Yasskin <jyasskin@google.com>
8037
8038 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
8039 * gold/testsuite/debug_msg.cc: Likewise.
8040 * gold/testsuite/odr_violation1.cc
8041 * gold/testsuite/odr_violation2.cc
8042
76897331
CC
80432010-07-21 Cary Coutant <ccoutant@google.com>
8044
8045 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
8046 string, and length fields.
8047 (Output_merge_string::Merged_strings_list): New type.
8048 (Output_merge_string::Merged_strings_lists): New typedef.
8049 (Output_merge_string): Replace merged_strings_ with
8050 merged_strings_lists_.
8051 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
8052 Merged_strings_list per input object and section. Don't store pointer
8053 to the string. Don't store length with each merged string entry.
8054 (Output_merge_string::finalize_merged_data): Loop over list of merged
8055 strings lists. Recompute length of each merged string.
8056
78384e8f
CC
80572010-07-15 Cary Coutant <ccoutant@google.com>
8058
8059 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
8060 here.
8061
783659f9
ILT
80622010-07-14 Ian Lance Taylor <iant@google.com>
8063
8064 * descriptors.cc (Descriptors::open): Report correct name in error
8065 message.
8066
131687b4
DK
80672010-07-13 Doug Kwan <dougkwan@google.com>
8068
8069 * arm.cc (Arm_input_section::Arm_input_section): For a
8070 SHT_ARM_EXIDX section, always keeps the input sections.
8071 (Arm_input_section::set_exidx_section_link): New method.
8072 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
8073 has_errors_ to false.
8074 (Arm_exidx_input_section::has_errors,
8075 Arm_exidx_input_section::set_has_errors): New methods.
8076 (Arm_exidx_input_section::has_errors_): New data member.
8077 (Arm_relobj::get_exidx_shndx_list): New method.
8078 (Arm_output_section::append_text_sections_to_list): Do not skip
8079 section without SHF_EXECINSTR.
8080 (Arm_output_section::fix_exidx_coverage): Skip input sections with
8081 errors.
2e702c99 8082 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
8083 section header. Make error messages more verbose. Check for
8084 a non-executable section linked to an EXIDX section.
8085 (Arm_relobj::do_read_symbols): Remove error checking, which has been
8086 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
8087 check that there is no deferred EXIDX section if we exit early.
8088 Instead of not making an EXIDX section in case of an error, make one
8089 and set the has_errors flag of it.
8090 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
8091 in a relocatable link.
8092 (Target_arm::do_relax): Look for the EXIDX output section instead of
8093 assuming that it is called .ARM.exidx.
2e702c99 8094 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
8095 section list. Do not check for SHF_EXECINSTR section flags but
8096 skip any input section with errors.
8097 * output.cc (Output_section::Output_section): Initialize
8098 always_keeps_input_sections_ to false.
8099 (Output_section::add_input_section): Check for
8100 always_keeps_input_sections_.
8101 * output.h (Output_section::always_keeps_input_sections,
8102 Output_section::set_always_keeps_input_sections): New methods.
8103 (Output_section::always_keeps_input_sections): New data member.
8104
69517287
RÁE
81052010-07-13 Rafael Espindola <espindola@google.com>
8106
8107 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
8108 * fileread.h (Input_file): Add try_extra_search_path and find_file.
8109
82742395
ILT
81102010-07-13 Philip Herron <herron.philip@googlemail.com>
8111 Ian Lance Taylor <iant@google.com>
8112
8113 * output.h (Output_section_lookup_maps::add_merge_section):
8114 Correct check of whether value was inserted.
8115 (Output_section_lookup_maps::add_merge_input_section): Likewise.
8116 (Output_section_lookup_maps::add_relaxed_input_section):
8117 Likewise.
8118 * arm.cc (Target_arm::got_section): Remove used local os.
8119 * i386.cc (Target_i386::got_section): Likewise.
8120 * x86_64.cc (Target_x86_64::got_section): Likewise.
8121 * sparc.cc (Target_sparc::got_section): Likewise.
8122 (Target_sparc::relocate): Remove unused local have_got_offset.
8123 * powerpc.cc (Target_powerpc::relocate): Likewise.
8124
f2d707b5
ILT
81252010-07-13 Ian Lance Taylor <iant@google.com>
8126
241531d6
ILT
8127 * compressed_output.cc (zlib_decompress): Fix signature in
8128 !HAVE_ZLIB_H case.
8129
f2d707b5
ILT
8130 * archive.cc (Archive::include_member): Unlock an external member
8131 of a thin archive. Don't bother to delete an object we know is
8132 NULL.
8133
a2e47362
CC
81342010-07-12 Cary Coutant <ccoutant@google.com>
8135
8136 * compressed_output.cc (zlib_decompress): New function.
8137 (get_uncompressed_size): New function.
8138 (decompress_input_section): New function.
8139 * compressed_output.h (get_uncompressed_size): New function.
8140 (decompress_input_section): New function.
8141 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
8142 Handle compressed debug sections.
8143 * layout.cc (is_compressed_debug_section): New function.
8144 (Layout::output_section_name): Map compressed section names to
8145 canonical names.
8146 * layout.h (is_compressed_debug_section): New function.
8147 (is_debug_info_section): Recognize compressed debug sections.
8148 * merge.cc: Include compressed_output.h.
8149 (Output_merge_data::do_add_input_section): Handle compressed
8150 debug sections.
8151 (Output_merge_string::do_add_input_section): Handle compressed
8152 debug sections.
8153 * object.cc: Include compressed_output.h.
8154 (Sized_relobj::Sized_relobj): Initialize new data members.
8155 (build_compressed_section_map): New function.
8156 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
8157 * object.h (Object::section_is_compressed): New method.
8158 (Object::do_section_is_compressed): New method.
8159 (Sized_relobj::Compressed_section_map): New type.
8160 (Sized_relobj::do_section_is_compressed): New method.
8161 (Sized_relobj::compressed_sections_): New data member.
8162 * output.cc (Output_section::add_input_section): Handle compressed
8163 debug sections.
8164 * reloc.cc: Include compressed_output.h.
8165 (Sized_relobj::write_sections): Handle compressed debug sections.
8166
ce279a62
CC
81672010-07-08 Cary Coutant <ccoutant@google.com>
8168
8169 * resolve.cc (Symbol_table::resolve): Remember whether undef was
8170 weak when resolving to a dynamic def.
8171 (Symbol_table::should_override): Add adjust_dyndef flag; set it
8172 for weak undef/dynamic def cases. Adjust callers.
8173 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
8174 undef_binding_weak_.
8175 (Symbol_table::sized_write_globals): Adjust symbol binding.
8176 (Symbol_table::sized_write_symbol): Add binding parameter.
8177 * symtab.h (Symbol::set_undef_binding): New method.
8178 (Symbol::is_undef_binding_weak): New method.
8179 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
8180 (Symbol_table::should_override): Add new parameter.
8181 (Symbol_table::sized_write_symbol): Add new parameter.
8182
8183 * testsuite/weak_undef_file1.cc: Add new test case.
8184 * testsuite/weak_undef_file2.cc: Fix header comment.
8185 * testsuite/weak_undef_test.cc: Add new test case.
8186
b2286c10
DK
81872010-06-29 Doug Kwan <dougkwan@google.com>
8188
8189 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
8190 Initialize USE_SYMBOL_.
8191 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
8192 definition.
8193 (Arm_reloc_property::uses_symbol_): New data member declaration.
8194 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
8195 uses symbol value and symbol is undefined but not weakly undefined.
8196
4802450a
RÁE
81972010-06-28 Rafael Espindola <espindola@google.com>
8198
8199 * plugin.cc (Plugin::load): Use dlerror.
8200
e5ca47ba
ILT
82012010-06-26 Jeffrey Yaskin <jyasskin@google.com>
8202
8203 * symtab.cc (detect_odr_violations): When reporting an ODR
8204 violation, report an object where the symbol is defined.
8205
8a75a161
DK
82062010-06-25 Doug Kwan <dougkwan@google.com>
8207
8208 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
8209 (Target_arm::section_may_have_icf_unsafe_pointers): New method
8210 definition.
8211 (Target_arm::Scan::local_reloc_may_be_function_pointer,
8212 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
8213 target hook to detect function points.
8214 (Target_arm::Scan::possible_function_pointer_reloc): New method.
8215 * icf.h (Icf::check_section_for_function_pointers): Change type of
8216 parameter SECTION_NAME to const reference to std::string. Use
8217 target hook to determine if section may have unsafe pointers.
8218 * target.h (Target::section_may_have_icf_unsafe_pointers): New
8219 method definition.
8220
42218b9f
RÁE
82212010-06-21 Rafael Espindola <espindola@google.com>
8222
8223 * fileread.cc (Input_file::find_fie): New
8224 (Input_file::open): Use Input_file::find_fie.
8225 * fileread.h (Input_file::find_fie): New
8226 * plugin.cc (set_extra_library_path): New.
8227 (Plugin::load): Add set_extra_library_path to the transfer vector.
8228 (Plugin_manager::set_extra_library_path): New.
8229 (Plugin_manager::add_input_file): Use the extra search path if set.
8230 (set_extra_library_path(): New.
8231 * plugin.h (Plugin_manager): Add set_extra_library_path and
8232 extra_search_path_.
8233
a0506cca
CC
82342010-06-19 Cary Coutant <ccoutant@google.com>
8235
8236 * layout.cc (gdb_sections): Add .debug_types.
8237 (lines_only_debug_sections): Likewise.
8238
6508b958
RÁE
82392010-06-18 Rafael Espindola <espindola@google.com>
8240
8241 * plugin.cc (add_input_file,add_input_library)
8242 (Plugin_manager::add_input_file): Make filename arguments const.
8243 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
8244 const.
8245
3e235302
DK
82462010-06-16 Doug Kwan <dougkwan@google.com>
8247
8248 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
8249 .ARM.attributes section if we have not merged any input
8250 attributes sections.
8251
106e8a6c
DK
82522010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8253
8254 * arm.cc: Allow combining objects with no EABI version
8255 information.
8256
91ff43fe
RÁE
82572010-06-15 Rafael Espindola <espindola@google.com>
8258
8259 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
8260
68ed838c
ILT
82612010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8262
8263 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
8264 (struct iovec): Correct !HAVE_READV definition.
8265
f3a2388f
CC
82662010-06-10 Cary Coutant <ccoutant@google.com>
8267
8268 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
8269 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
8270 reloc sections.
8271 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
8272
8273 PR 11683
8274 * symtab.h (Symbol::is_placeholder): New member function.
8275 * target-reloc.h (relocate_section): Check for placeholder symbols.
8276
8277 * testsuite/Makefile.am (plugin_test_8): New test.
8278 (plugin_test_9): New test.
8279 * testsuite/Makefile.in: Regenerate.
8280
e1df38aa
NC
82812010-06-09 Nick Clifton <nickc@redhat.com>
8282
8283 * yyscript.y (input_list_element): Allow strings prefixed with
8284 the '-' character. Treat these as libraries.
8285 * script.cc (script_add_library): New function. Adds a library
8286 specified by "-l<name>" found in an input script.
8287 * script-c.h: Add prototype for script_add_library.
8288
25bbe950
DK
82892010-06-07 Doug Kwan <dougkwan@google.com>
8290
8291 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
8292 Restrict stub-group size to be within long conditional branch
8293 range when working around cortex-A8 erratum.
8294
0f32ea4c
ILT
82952010-06-07 Damien Diederen <dd@crosstwine.com>
8296
8297 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
8298 #ifdef typo.
8299
8fe2a369
ST
83002010-06-03 Sriraman Tallam <tmsriram@google.com>
8301
8302 PR gold/11658
8303 * output.cc
8304 (Output_section::Input_section_sort_entry::compare_section_ordering):
8305 Change to return non-zero correctly.
8306 (Output_section::Input_section_sort_section_order_index_compare
8307 ::operator()): Change to fix ambiguity in comparisons.
8308
6e9ba2ca
ST
83092010-06-01 Sriraman Tallam <tmsriram@google.com>
8310
8311 * gold.h (is_wildcard_string): New function.
8312 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
8313 (Layout::layout_eh_frame): Ditto.
8314 (Layout::find_section_order_index): New method.
8315 (Layout::read_layout_from_file): New method.
8316 * layout.h (Layout::find_section_order_index): New method.
8317 (Layout::read_layout_from_file): New method.
8318 (Layout::input_section_position_): New private member.
8319 (Layout::input_section_glob_): New private member.
8320 * main.cc (main): Call read_layout_from_file here.
8321 * options.h (--section-ordering-file): New option.
8322 * output.cc (Output_section::input_section_order_specified_): New
8323 member.
8324 (Output_section::Output_section): Initialize new member.
8325 (Output_section::add_input_section): Add new parameter.
8326 Keep input sections when --section-ordering-file is used.
8327 (Output_section::set_final_data_size): Sort input sections when
8328 section ordering file is specified.
8329 (Output_section::Input_section_sort_entry): Add new parameter.
8330 Check sorting type.
8331 (Output_section::Input_section_sort_entry::compare_section_ordering):
8332 New method.
8333 (Output_section::Input_section_sort_compare::operator()): Change to
8334 consider section_order_index.
8335 (Output_section::Input_section_sort_init_fini_compare::operator()):
8336 Change to consider section_order_index.
8337 (Output_section::Input_section_sort_section_order_index_compare
8338 ::operator()): New method.
8339 (Output_section::sort_attached_input_sections): Change to sort
8340 according to section order when specified.
e1df38aa
NC
8341 (Output_section::add_input_section<32, true>): Add new parameter.
8342 (Output_section::add_input_section<64, true>): Add new parameter.
8343 (Output_section::add_input_section<32, false>): Add new parameter.
8344 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
8345 * output.h (Output_section::add_input_section): Add new parameter.
8346 (Output_section::input_section_order_specified): New
8347 method.
8348 (Output_section::set_input_section_order_specified): New method.
8349 (Input_section::Input_section): Initialize section_order_index_.
8350 (Input_section::section_order_index): New method.
8351 (Input_section::set_section_order_index): New method.
8352 (Input_section::section_order_index_): New member.
8353 (Input_section::Input_section_sort_section_order_index_compare): New
8354 struct.
8355 (Output_section::input_section_order_specified_): New member.
8356 * script-sections.cc (is_wildcard_string): Delete and move modified
8357 method to gold.h.
8358 (Output_section_element_input::Output_section_element_input): Modify
8359 call to is_wildcard_string.
8360 (Output_section_element_input::Input_section_pattern
8361 ::Input_section_pattern): Ditto.
8362 (Output_section_element_input::Output_section_element_input): Ditto.
8363 * testsuite/Makefile.am (final_layout): New test case.
8364 * testsuite/Makefile.in: Regenerate.
8365 * testsuite/final_layout.cc: New file.
8366 * testsuite/final_layout.sh: New file.
8367
3537c84b
RÁE
83682010-06-01 Rafael Espindola <espindola@google.com>
8369
8370 * plugin.cc (Plugin::load): Pass the output name to the plugin.
8371
105b6afd
RÁE
83722010-06-01 Rafael Espindola <espindola@google.com>
8373
8374 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
8375 visibility of symbols.
8376
29e11421
DK
83772010-05-27 Doug Kwan <dougkwan@google.com>
8378
8379 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
8380 from start of output section instead of address for a local symbol
8381 in a merged or relaxed section when doing a relocatable link.
8382
5e0f337e
RÁE
83832010-05-26 Rafael Espindola <espindola@google.com>
8384
703d02da 8385 PR 11604
5e0f337e
RÁE
8386 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
8387 adding sections the garbage collector removed.
8388 * gold/testsuite/Makefile.am: Add test.
8389 * gold/testsuite/Makefile.in: Regenerate.
8390 * gold/testsuite/plugin_test_7.sh: New.
8391 * gold/testsuite/plugin_test_7_1.c: New.
8392 * gold/testsuite/plugin_test_7_2.c: New.
8393
f4187277
RÁE
83942010-05-26 Rafael Espindola <espindola@google.com>
8395
8396 * script-sections.cc (Output_section_definition::set_section_addresses):
8397 Check for --section-start.
8398
5c388529
DK
83992010-05-26 Doug Kwan <dougkwan@google.com>
8400
8401 * arm.cc (Arm_scan_relocatable_relocs): New class.
8402 (Target_arm::relocate_special_relocatable): New method.
8403 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
8404 (Arm_relocate_functions::thumb_branch_common): Same.
8405 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
8406 instead of Default_scan_relocatable_relocs.
8407 * target-reloc.h (relocate_for_relocatable): Let target handle
8408 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
8409 * target.h (Sized_target::relocate_special_relocatable): New method.
8410
bca1c3ae
ILT
84112010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8412
8413 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
8414
0439c796
DK
84152010-05-23 Doug Kwan <dougkwan@google.com>
8416
8417 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
8418 instead of a cast.
8419 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
8420 with a direct branch, not a conditional branch, to a stub.
8421 * merge.cc (Output_merge_base::record_input_section): New method
8422 defintion.
8423 (Output_merge_data::do_add_input_section): Record input section if
8424 keeps-input-sections flag is set.
8425 (Output_merge_string::do_add_input_section): Ditto.
8426 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
8427 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
8428 INPUT_SECTIONS_.
8429 (Output_merge_base::keeps_input_sections,
8430 Output_merge_base::set_keeps_input_sections,
8431 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
8432 method definitions.
8433 (Output_merge_base::Input_sections): New type declaration.
8434 (Output_merge_base::input_sections_begin,
8435 Output_merge_base::input_sections_end,
8436 Output_merge_base::do_set_keeps_input_sections): New method definitions.
8437 (Output_merge_base::bool keeps_input_sections_,
8438 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
8439 Output_merge_base::input_sections_): New data members.
8440 (Output_merge_data::do_set_keeps_input_sections): New method
8441 defintion.
8442 (Output_merge_string::do_set_keeps_input_sections): Ditto.
8443 * output.cc (Output_section::Input_section::relobj): Move method
8444 defintion from class declaration to here and handle merge sections.
8445 (Output_section::Input_section::shndx): Ditto.
8446 (Output_section::Output_section): Remove initializations of removed
8447 data members and initialize new data member LOOKUP_MAPS_.
8448 (Output_section::add_input_section): Set keeps-input-sections flag
8449 for a newly created merge output section as appropriate. Adjust code
8450 to use Output_section_lookup_maps class.
8451 (Output_section::add_relaxed_input_section): Adjst code for lookup
8452 maps code refactoring.
2e702c99 8453 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
8454 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
8455 class. If adding input section to a newly created merge output
8456 section fails, remove the new merge section.
8457 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 8458 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 8459 (Output_section::find_merge_section): Ditto.
0439c796 8460 (Output_section::build_lookup_maps): New method defintion.
2e702c99 8461 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
8462 Output_section_lookup_maps class.
8463 (Output_section::get_input_sections): Export merge sections. Adjust
8464 code to use Output_section_lookup_maps class.
8465 (Output_section:::add_script_input_section): Adjust code to use
8466 Output_section_lookup_maps class. Update lookup maps for merge
8467 sections also.
8468 (Output_section::discard_states): Use Output_section_lookup_maps.
8469 (Output_section::restore_states): Same.
8470 * output.h (Merge_section_properties): Move class defintion out of
8471 Output_section.
8472 (Output_section_lookup_maps): New class.
8473 (Output_section::Input_section::is_merge_section): New method
8474 defintion.
8475 (Output_section::Input_section::relobj): Move defintion out of class
8476 defintion. Declare method only.
8477 (Output_section::Input_section::shndx): Ditto.
8478 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 8479 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
8480 (Output_section::Merge_section_by_properties_map,
8481 Output_section::Output_section_data_by_input_section_map,
8482 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
8483 Remove types.
2e702c99 8484 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
8485 KEEPS_INPUT_SECTIONS.
8486 (Output_section::build_lookup_maps): New method declaration.
8487 (Output_section::merge_section_map_,
8488 Output_section::merge_section_by_properties_map_,
8489 Output_section::relaxed_input_section_map_,
8490 Output_section::is_relaxed_input_section_map_valid_): Remove data
8491 members.
8492 (Output_section::lookup_maps_): New data member.
8493
76295588
L
84942010-05-21 Doug Kwan <dougkwan@google.com>
8495
8496 PR gold/11619
8497 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
8498 avoid a compilation error.
8499
d103a984
RÁE
85002010-05-19 Rafael Espindola <espindola@google.com>
8501
8502 * script-sections.cc (Output_section_definition::allocate_to_segment):
8503 Update the phdrs_list even when the output section is NULL.
8504 * testsuite/Makefile.am: Add test.
8505 * testsuite/Makefile.in: Regenerate.
8506 * testsuite/script_test_9.cc: New.
8507 * testsuite/script_test_9.sh: New.
8508 * testsuite/script_test_9.t: New.
8509
6625d24e
DK
85102010-05-19 Doug Kwan <dougkwan@google.com>
8511
8512 * arm.cc (Arm_input_section::original_size): New method.
8513 (Arm_input_section::do_addralign): Add a cast.
8514 (Arm_input_section::do_output_offset): Remove static cast.
8515 (Arm_input_section::original_addralign,
8516 Arm_input_section::original_size_): Change type to uint32_t.
8517 (Arm_input_section::init): Add safe casts for section alignment
8518 and size.
8519 (Arm_input_section::set_final_data_size): Do not set address and
8520 offset of stub table.
8521 (Arm_output_section::fix_exidx_coverage): Change use of of
8522 Output_section::Simple_input_section to that of
8523 Output_section::Input_section.
8524 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
8525 except for the first pass.
8526 * output.cc (Output_section::get_input_sections): Change type of
8527 input_sections to std::list<Input_section>.
8528 (Output_section::add_script_input_section): Rename from
8529 Output_section::add_simple_input_section. Change type of SIS
8530 parameter from Simple_input_section to Input_section.
8531 * output.h (Output_section::Simple_input_section): Remove class.
8532 (Output_section::Input_section): Change class visibility to public.
8533 (Output_section::Input_section::addralign): Use stored alignments
8534 for special input sections if set.
8535 (Output_section::Input_section::set_addralign): New method.
8536 (Output_section::get_input_sections): Change parameter type from
8537 list of Simple_input_section to list of Input_section.
8538 (Output_section::add_script_input_section): Rename from
8539 Output_section::add_simple_input_section. Change first parameter's
8540 type from Simple_input_section to Input_section and remove the
8541 second and third parameters.
8542 * script-sections.cc (Input_section::Input_section_list): Change
8543 type to list of Output_section::Input_section/
8544 (Input_section_info::Input_section_info): Change parameter type of
8545 INPUT_SECTION to Output_section::Input_section.
8546 (Input_section_info::input_section): Change return type.
8547 (Input_section_info::input_section_): Change type to
8548 Output_section::Input_section.
8549 (Output_section_element_input::set_section_addresses): Adjust code
8550 to use Output_section::Input_section instead of
8551 Output_section::Simple_input_section. Adjust code for renaming
8552 of Output_section::add_simple_input_section.
8553 (Orphan_output_section::set_section_addresses): Ditto.
8554
e1e82ea4
RW
85552010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8556
8557 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
8558 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
8559
91e75c8a
RÁE
85602010-05-18 Rafael Espindola <espindola@google.com>
8561
8562 * options.cc (General_options::finalize): Handle -nostdlib.
8563 * options.h (nostdlib): New option.
8564 * script.cc (script_add_search_dir): Handle -nostdlib.
8565
da59ad79
DK
85662010-05-12 Doug Kwan <dougkwan@google.com>
8567
8568 * arm.cc (Target_arm::do_finalize_sections): Create an empty
8569 attributes section only if there no attributes section after merging.
8570 (Target_arm::merge_object_attributes): Move value of
e1df38aa 8571 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
8572 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
8573 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
8574 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
8575 and arm_attr_merge_7.stdout.
8576 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
8577 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
8578 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
8579 arm_attr_merge_7b.o): New rules.
8580 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
8581 arm_attr_merge_7
8582 * testsuite/Makefile.in: Regenerate.
8583 * testsuite/arm_attr_merge.sh: New file.
8584 * testsuite/arm_attr_merge_[67][ab].s: Same.
8585
3e01a7fd
NC
85862010-05-05 Nick Clifton <nickc@redhat.com>
8587
8588 * po/es.po: Updated Spanish translation.
8589
7ad2014a
L
85902010-04-27 H.J. Lu <hongjiu.lu@intel.com>
8591
8592 * Makefile.am (install-exec-local): Properly install gold as
8593 default cross linker.
8594 * Makefile.in: Regenerated.
8595
4fda8867
NC
85962010-04-27 H.J. Lu <hongjiu.lu@intel.com>
8597 Nick Clifton <nickc@redhat.com>
8598
8599 * configure.ac (install_as_default): Define and set to false
8600 unless --enable-gold or --enable-gold=both/gold has been
8601 specified.
8602 * configure: Regenerate.
8603
8604 * Makefile.am (install-exec-local): Install the executable as
8605 'ld.gold'. If install_as_default is true then also install it as
8606 'ld'.
8607 * Makefile.in: Regenerated.
8608
bd288ea2
ILT
86092010-04-24 Ian Lance Taylor <iant@google.com>
8610
8611 * layout.cc (Layout::layout_reloc): In relocatable link don't
8612 combine reloc sections for grouped sections.
8613
ef38fd8a
ST
86142010-04-23 Sriraman Tallam <tmsriram@google.com>
8615
8616 * gc.h (gc_process_relocs): Pass information on relocs pointing to
8617 sections that are not ordinary to icf.
8618 * icf.cc (get_section_contents): Handle relocation pointing to section
8619 with no object or shndx information.
8620 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
8621 * testsuite/Makefile.in: Regenerate.
8622 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
8623 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
8624
f6973bdc
ILT
86252010-04-22 Ian Lance Taylor <iant@google.com>
8626
8627 * expression.cc (Expression::Expression_eval_info): Add
8628 result_alignment_pointer field.
8629 (Expression::eval_with_dot): Add result_alignment_pointer
8630 parameter. Change all callers.
8631 (Expression::eval_maybe_dot): Likewise.
8632 (class Binary_expression): Add alignment_pointer parameter to
8633 left_value and right_value. Change all callers.
8634 (BINARY_EXPRESSION): Set result alignment.
8635 (class Trinary_expression): Add alignment_pointer parameter to
8636 arg2_value and arg3_value. Change all callers.
8637 (Trinary_cond::value): Set result alignment.
8638 (Max_expression::value, Min_expression::value): Likewise.
8639 (Align_expression::value): Likewise.
8640 * script-sections.cc (class Sections_element): Add dot_alignment
8641 parameter to set_section_addresses virtual function. Update
8642 instantiations.
8643 (class Output_section_element): Likewise.
8644 (Script_sections::create_segments): Add dot_alignment parameter.
8645 Change all callers.
8646 (Script_sections::create_segments_from_phdrs_clause): Likewise.
8647 (Script_sections::set_phdrs_clause_addresses): Likewise.
8648 * script-sections.h: Update declarations.
8649 * script.h: Update declarations.
8650 * output.h (Output_segment::set_minimum_p_align): Don't decrease
8651 min_p_align.
8652 * testsuite/script_test_3.t: Set large alignment.
8653 * testsuite/script_test_3.sh: Make sure that at least one LOAD
8654 segment has expected alignment.
8655
9c9c98a5
NC
86562010-04-22 Nick Clifton <nickc@redhat.com>
8657
8658 * po/gold.pot: Updated by the Translation project.
8659 * po/vi.po: Updated Vietnamese translation.
8660
2253bfba
L
86612010-04-22 H.J. Lu <hongjiu.lu@intel.com>
8662
8663 * testsuite/Makefile.am (check_PROGRAMS): Add
8664 icf_virtual_function_folding_test.
8665 * testsuite/Makefile.in: Regenerated.
8666
85fdf906
AH
86672010-04-15 Andrew Haley <aph@redhat.com>
8668
8669 * options.h (merge_exidx_entries): New option.
8670 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8671 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8672 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8673 (Target_arm::merge_exidx_entries): New function.
8674 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8675 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8676 to Arm_exidx_fixup constructor.
8677 Add new arg, merge_exidx_entries.
8678 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8679 Arm_output_section::fix_exidx_coverage.
8680
ce97fa81
ST
86812010-04-18 Sriraman Tallam <tmsriram@google.com>
8682
8683 * icf.cc (get_section_contents): Check for preemptible functions.
8684 Ignore addend when appropriate.
8685 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
8686 section folded.
8687 (add_from_relobj): Check for section folded.
8688 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8689 * symtab.h (should_add_dynsym_entry): Add new parameter.
8690 * target-reloc.h (scan_relocs): Check for section folded.
8691 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8692 Check reloc types for function pointers in shared objects.
8693 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8694 case.
8695 (icf_preemptible_functions_test): New test case.
8696 (icf_string_merge_test): New test case.
8697 * testsuite.Makefile.in: Regenerate.
8698 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8699 bar_glob. Refactor code.
8700 * testsuite/icf_preemptible_functions_test.cc: New file.
8701 * testsuite/icf_preemptible_functions_test.sh: New file.
8702 * testsuite/icf_string_merge_test.cc: New file.
8703 * testsuite/icf_string_merge_test.sh: New file.
8704 * testsuite/icf_virtual_function_folding_test.cc: New file.
8705 * testsuite/icf_virtual_function_folding_test.sh: New file.
8706
04ceb17c
DK
87072010-04-14 Doug Kwan <dougkwan@google.com>
8708
8709 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8710 for local symbol recounting if we remove a section due to ICF.
8711 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8712 there are no regular objects in input.
8713
153e7da4
DK
87142010-04-13 Doug Kwan <dougkwan@google.com>
8715
8716 * arm.cc (Arm_input_section::set_final_data_size): Compute
8717 accurate final data size instead of using current data size.
8718
4dbd9faf
DK
87192010-04-09 Doug Kwan <dougkwan@google.com>
8720
8721 * layout.cc (Layout::choose_output_section): Handle script section
8722 types.
8723 (Layout::make_output_section_for_script): Add section type parameter.
8724 Handle script section types.
8725 * layout.h (Layout::make_output_section_for_script): Add section
8726 type parameter.
8727 * output.cc (Output_section::Output_section): Initialize data member
8728 is_noload_.
8729 (Output_section::do_reset_address_and_file_offset): Do not set address
8730 to 0 if section is a NOLOAD section.
8731 * output.h (Output_section::is_noload): New method.
8732 (Output_section::set_is_noload): Ditto.
8733 (Output_section::is_noload_): New data member.
8734 * script-c.h (Script_section_type): New enum type.
8735 (struct Parser_output_section_header): Add new file section_type.
8736 * script-sections.cc (Sections_element::output_section_name): Add
8737 parameter for returning script section type.
8738 (Output_section_definition::output_section_name): Ditto.
8739 (Output_section_definition::section_type)P; New method.
8740 (Output_section_definiton::script_section_type_name): Ditto.
8741 (Output_section_definition::script_section_type_): New data member.
8742 (Output_section_definition::Output_section_definition): Initialize
8743 data member Output_section_definition::script_section_type_.
8744 (Output_section_definition::create_sections): Pass script section type
8745 to Layout::make_output_section_for_script.
8746 (Output_section_definition::output_section_name): Return script
8747 section type to caller.
8748 (Output_section_definition::set_section_address): Do not advance
8749 dot value and load address if section type is NOLOAD. Set address
8750 of NOLOAD sections regardless of section flags.
8751 (Output_section_definition::print): Print section type if it is
8752 not SCRIPT_SECTION_TYPE_NONE.
8753 (Output_section_definition::section_type): New method.
8754 (Output_section_definition::script_section_type_name): Ditto.
8755 (Script_sections::output_section_name): Add new parameter
8756 PSECTION_TYPE for returning script section type. Pass it to
8757 section elements. Handle discard sections.
8758 (Sort_output_sections::operator()): Handle NOLOAD sections.
8759 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 8760 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
8761 returning script section type.
8762 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8763 INFO and NOLOAD.
8764 * yyscript.y (union): Add new field SECTION_TYPE.
8765 (COPY, DSECT, INFO, NOLOAD): New tokens.
8766 (opt_address_and_section_type): Change type to output_section_header.
8767 (section_type): New non-terminal
8768 (section_header): Handle section type.
2253bfba 8769 (opt_address_and_section_type): Return section type value.
4dbd9faf 8770
721ea635
L
87712010-04-09 H.J. Lu <hongjiu.lu@intel.com>
8772
8773 * testsuite/plugin_common_test_1.c (foo): Add prototype.
8774 * testsuite/plugin_common_test_2.c (foo): Likewise.
8775
6bf924b0
DK
87762010-04-08 Doug Kwan <dougkwan@google.com>
8777
8778 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8779 Output_merge_data.
8780 * output.cc (Output_section::add_merge_input_section): Simplify
8781 code and return status of Output_merge_base::add_input_section.
e1df38aa 8782 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
8783 returns true.
8784
24af6f92
DK
87852010-04-07 Doug Kwan <dougkwan@google.com>
8786
8787 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8788 if section is marked as containing instructions but has no mapping
8789 symbols.
8790 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8791 correct section index.
8792 (Arm_relobj::find_linked_text_section): Ditto.
8793
00698fc5
CC
87942010-04-07 Cary Coutant <ccoutant@google.com>
8795
8796 * archive.cc (include_member): Destroy Read_symbols_data object before
8797 releasing file.
8798 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8799 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8800 (Read_symbols_data::~Read_symbols_data) New destructor.
8801 (Section_relocs::Section_relocs) New constructor.
8802 (Section_relocs::~Section_relocs) New destructor.
8803 (Read_relocs_data::Read_relocs_data) New constructor.
8804 (Read_relocs_data::~Read_relocs_data) New destructor.
8805 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8806 pointers to NULL after deleting.
8807
7296d933
DK
88082010-04-07 Doug Kwan <dougkwan@google.com>
8809
8810 * arm.cc: Replace "endianity" with "endianness" in comments.
8811 (Arm_exidx_cantunwind): Ditto.
8812 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8813 (Arm_relobj::merge_flags_and_attributes): New method.
8814 (Arm_relobj::merge_flags_and_attributes_): New data member.
8815 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8816 (Arm_relobj::scan_sections_for_stubs): Ditto.
8817 (Arm_relobj::do_read_symbols): Check to see if we really want to
8818 merge processor-specific flags and attributes. Exit early if
8819 an object is empty except for section names and the undefined symbol.
8820 (Target_arm::do_finalize_sections): Move check for ELF format to
8821 Arm_relobj::do_read_symbols. Merge processor specific flags and
8822 attributes from a regular object only when we have determined that
8823 it is aapropriate. Do not create an .ARM.attributes section in
8824 output if there is no regular input object.
8825 (Target_arm::merge_processor_specific_flags): Check
8826 --warn-mismatch before printing any error.
8827 (Target_arm::merge_object_attributes): Ditto.
8828 * gold.cc (queue_middle_tasks): Handle the case in which there is
8829 no regular object in input.
8830 * options.cc (General_options::parse_EB): New method.
8831 (General_options::parse_EL): Same.
8832 (General_options::General_options): Initialize endianness_.
8833 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8834 New options.
8835 (General_options::Endianness): New enum.
8836 (General_options::endianness): New method.
8837 (General_options::endianness_): New data member.
8838 * parameters.cc (Parameters::set_options): Check target endianness.
8839 (Parameters::set_target_once): Ditto.
8840 (Parameters::check_target_endianness): New method.
8841 (parameters_force_valid_target): If either -EL or -EB is specified,
8842 use it to define endianness of default target.
8843 * parameters.h (Parameters::check_target_endianness): New method
8844 declaration.
8845 * target.h (class Target): Change "endianity" to "endianness"
8846 in comments.
8847
efc8d4f2
RW
88482010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8849
8850 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8851 * configure: Regenerate.
8852 * Makefile.in: Regenerate.
8853 * testsuite/Makefile.in: Regenerate.
8854
be234d88
CC
88552010-04-06 Cary Coutant <ccoutant@google.com>
8856
8857 gcc PR lto/42757
8858 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8859 prevailing definitions of common symbols.
8860 * testsuite/plugin_test_6.sh: New test case.
8861 * testsuite/plugin_common_test_1.c: New test case.
8862 * testsuite/plugin_common_test_2.c: New test case.
8863 * testsuite/Makefile.am (plugin_test_6): New test case.
8864 * testsuite/Makefile.in: Regenerate.
8865
bd32c6bd
NC
88662010-04-06 Nick Clifton <nickc@redhat.com>
8867
8868 * po/vi.po: New Vietnamese translation.
8869
323c532f
DK
88702010-03-30 Doug Kwan <dougkwan@google.com>
8871
8872 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8873
4fcd97eb
DK
88742010-03-25 Doug Kwan <dougkwan@google.com>
8875
8876 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8877 to avoid a conversion warning on a 32-bit host.
8878
4ebf39db
ILT
88792010-03-24 Ian Lance Taylor <iant@google.com>
8880
8881 * testsuite/script_test_3.t: Add a TLS segment.
8882 * testsuite/Makefile.am (check_PROGRAMS): Add
8883 tls_phdrs_script_test.
8884 (tls_phdrs_script_test_SOURCES): Define.
8885 (tls_phdrs_script_test_DEPENDENCIES): Define.
8886 (tls_phdrs_script_test_LDFLAGS): Define.
8887 (tls_phdrs_script_test_LDADD): Define.
8888 * testsuite/Makefile.in: Rebuild.
8889
4a599bdd
CC
88902010-03-23 Cary Coutant <ccoutant@google.com>
8891
8892 * fileread.cc (find_or_make_view): Fix comment.
8893
6c93b22c
ILT
88942010-03-23 Ian Lance Taylor <iant@google.com>
8895
8896 * script-sections.cc (class Orphan_section_placement): Define
8897 PLACE_TLS and PLACE_TLS_BSS.
8898 (Orphan_section_placement::Orphan_section_placement): Initialize
8899 new places.
8900 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8901 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8902 (tls_script_test_SOURCES): Define.
8903 (tls_script_test_DEPENDENCIES): Define.
8904 (tls_script_test_LDFLAGS): Define.
8905 (tls_script_test_LDADD): Define.
8906 * testsuite/Makefile.in: Rebuild.
8907
a2c7281b
DK
89082010-03-22 Doug Kwan <dougkwan@google.com>
8909
8910 * arm.cc (Arm_relocate_functions::abs8,
8911 Arm_relocate_functions::abs16): Use correct check for overflow
8912 specified in the ARM ELF specs.
8913 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
8914 target of a BLX instruction specially.
8915 (Reloc_stub::stub_type_for_reloc): Ditto.
8916 (Relocate::relocate): Use symbolic names instead of numeric relocation
8917 codes to report error.
8918 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8919 workaround.
8920 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8921 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8922 thumb2_blx_out_of_range.stdout
8923 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8924 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8925 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8926 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8927 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8928 thumb2_blx_in_range, thumb2_blx_in_range.o,
8929 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8930 thumb2_blx_out_of_range.o): New rules.
2e702c99 8931 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
8932 thumb2_blx_in_range and thumb2_blx_out_of_range.
8933 * testsuite/Makefile.in: Regenerate.
8934 * arm_branch_in_range.sh: Add tests for THUMB BLX.
8935 * testsuite/thumb_blx_in_range.s: New file.
8936 * testsuite/thumb_blx_out_of_range.s: New file.
8937
b0193076
RÁE
89382010-03-22 Rafael Espindola <espindola@google.com>
8939
8940 * archive.cc (Should_include): Move to archive.h.
8941 (should_include_member): Make it a member of Archive.
8942 (Lib_group): New.
8943 (Add_lib_group_symbols): New.
8944 * archive.h: Include options.h.
8945 (Archive_member): Moved from Archive.
8946 (Should_include): Moved from archive.cc.
8947 (Lib_group): New.
8948 (Add_lib_group_symbols): New.
8949 * dynobj.cc (do_should_include_member): New.
8950 * dynobj.h (do_should_include_member): New.
8951 * gold.cc (queue_initial_tasks): Update call to queue.
8952 * main.cc (main): Print lib group stats.
8953 * object.cc (do_should_include_member): New.
8954 * object.h: Include archive.h.
8955 (Object::should_include_member): New.
8956 (Object::do_should_include_member): New.
8957 (Sized_relobj::do_should_include_member): New.
8958 * options.cc (General_options::parse_start_lib): New.
8959 (General_options::parse_end_lib): New.
8960 (Input_arguments::add_file): Handle lib groups.
8961 (Input_arguments::start_group): Check we are not in a lib.
8962 (Input_arguments::start_lib): New.
8963 (Input_arguments::end_lib): New.
8964 * options.h (General_options): Add start_lib and end_lib.
8965 (Input_argument::lib_): New.
8966 (Input_argument::lib): New.
8967 (Input_argument::is_lib): New.
8968 (Input_file_lib): New.
8969 (Input_arguments::in_lib_): New.
8970 (Input_arguments::in_lib): New.
8971 (Input_arguments::start_lib): New.
8972 (Input_arguments::end_lib_): New.
8973 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8974 in unused members as preempted.
8975 (Sized_pluginobj::do_should_include_member): New.
8976 * plugin.h (Sized_pluginobj::do_should_include_member): New.
8977 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8978 return the blocker.
8979 (Read_symbols::do_whole_lib_group): New.
8980 (Read_symbols::do_lib_group): New.
8981 (Read_symbols::do_read_symbols): Handle lib groups.
8982 (Read_symbols::get_name): Handle lib groups.
8983 * readsyms.h (Read_symbols): Add an archive member pointer.
8984 (Read_symbols::do_whole_lib_group): New.
8985 (Read_symbols::do_lib_group): New.
8986 (Read_symbols::member_): New.
8987 * script.cc (read_input_script): Update call to queue_soon.
8988
d099120c
DK
89892010-03-19 Doug Kwan <dougkwan@google.com>
8990
8991 * arm.cc (Stub_table::Stub_table): Initialize new data members
8992 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8993 (Stub_table::add_reloc_stub): Assign stub offset and update
8994 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8995 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8996 New data members.
2e702c99 8997 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
8998 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8999 instead of going over all reloc stubs.
2e702c99 9000 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
9001 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9002 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 9003 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
9004 Stringpool_template::offset_.
9005 * stringpool.h (Stringpool_template::set_no_zero_null): Set
9006 Stringpool_template::offset_ to zero.
9007
1aa37384
DK
90082010-03-15 Doug Kwan <dougkwan@google.com>
9009
9010 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9011 offset_.
9012 (Stringpool_template::new_key_offset): New method.
9013 (Stringpool_template::add_string): Assign offsets when adding new
9014 strings.
9015 (Stringpool_template::set_string_offsets): Do not set string offsets
9016 when not optimizing.
9017 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
9018 member size_.
2e702c99
RM
9019 (Chunked_vector::clear): Clear size_.
9020 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
9021 (Chunked_vector::size): Return size_.
9022 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 9023 (Chunked_vector::size_): New data member.
1aa37384
DK
9024 (Stringpool_template::set_no_zero_null): Assert string set is empty.
9025 (Stringpool_template::new_key_offset): New method declaration.
9026 (Stringpool_template::offset_): New data member.
9027
b672b057
RÁE
90282010-03-15 Rafael Espindola <espindola@google.com>
9029
9030 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
9031 Add_symbols' constructor.
9032 * readsyms.h (Add_symbols): Remove the input_group member.
9033
b6848d3c
ILT
90342010-03-10 Ian Lance Taylor <iant@google.com>
9035
9036 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
9037 target to ask whether a reference to a symbol requires a stack
9038 split.
9039 * target.h (Target::is_call_to_non_split): New function.
9040 (Target::do_is_call_to_non_split): Declare virtual function.
9041 * target.cc: Include "symtab.h".
9042 (Target::do_is_call_to_non_split): New function.
9043 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
9044
a2a5469e
CC
90452010-03-10 Cary Coutant <ccoutant@google.com>
9046
9047 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
9048 (File_read::open[1]): Remove initial mapping of whole_file_view_.
9049 (File_read::open[2]): Add whole_file_view_ to list of views.
9050 (File_read::make_view): Remove test of whole_file_view_.
9051 (File_read::find_or_make_view): Create whole_file_view_ if
9052 necessary.
9053 (File_read::clear_views): Replace bool parameter with enum;
9054 adjust all callers. Don't delete views with permanent data;
9055 do delete cached views and views from archives if
9056 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
9057 if clearing the corresponding view.
9058 * fileread.h (File_read::Clear_views_mode): New enum.
9059 (File_read::View::is_permanent_view): New method.
9060 (File_read::clear_views): Replace bool parameter
9061 with enum; adjust all callers.
9062 * options.h (General_options): Change keep_files_mapped option;
9063 add map_whole_files.
9064 * readsyms.cc (Add_symbols::run): Delete sd_ object before
9065 releasing the file.
9066 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
9067 the file.
9068
8861f32b
DM
90692010-03-10 David S. Miller <davem@davemloft.net>
9070
9071 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
9072
d62d0f5f
ST
90732010-03-09 Sriraman Tallam <tmsriram@google.com>
9074
9075 * icf.cc (get_section_contents): Add '@' marker after processing the
9076 merge reloc.
9077
9177756d
DK
90782010-03-08 Doug Kwan <dougkwan@google.com>
9079
9080 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
9081 due to a conversion warning.
9082 (Arm_relobj::update_output_local_symbol_count): Check for local
9083 symbol with unset output index.
9084
9e9e071b
ILT
90852010-03-05 Ian Lance Taylor <iant@google.com>
9086
9087 * options.h (class General_options): Add --spare-dynamic-tags.
9088 * output.cc (Output_data_dynamic::set_final_data_size): Implement
9089 --spare-dynamic-tags.
9090
a81ee015
ILT
90912010-03-05 Ian Lance Taylor <iant@google.com>
9092
9093 * incremental.cc: Include "libiberty.h".
9094
44ec90b9
RO
90952010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9096
9097 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
9098 function, is_info_ member.
9099 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
9100 (Versions::Versions): Update caller.
9101 (Versions::define_base_version): Likewise.
9102 (Versions::add_def): Likewise.
9103
0897ed3b
ST
91042010-03-03 Sriraman Tallam <tmsriram@google.com>
9105
9106 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
9107 (Scan::possible_function_pointer_reloc): New function.
9108 (Scan::local_reloc_may_be_function_pointer): Change to call
9109 possible_function_pointer_reloc.
9110 (Scan::global_reloc_may_be_function_pointer): Ditto.
9111 * icf.h (Icf::check_section_for_function_pointers): Change to reject
9112 relocations in ".data.rel.ro._ZTV" section.
9113 * testsuite/icf_safe_so_test.sh: Change to pass i386.
9114 * testsuite/icf_safe_so_test.cc: Ditto.
9115 * testsuite/icf_safe_test.cc: Ditto.
9116 * testsuite/icf_safe_test.sh: Ditto.
9117
d3bbad62
ILT
91182010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9119 Ian Lance Taylor <iant@google.com>
9120
9121 * target-reloc.h (relocate_section): Check the symbol table index
9122 for -1U before setting the local symbol index.
9123 (scan_relocatable_relocs): If copying the relocation, record that
9124 the local symbol is required.
9125 * object.h (Symbol_value::is_output_symtab_index_set): New
9126 function.
9127 (Symbol_value::may_be_discarded_from_output_symtab): New
9128 function.
9129 (Symbol_value::has_output_symtab_entry): New function.
9130 (Symbol_value::needs_output_symtab_entry): Remove.
9131 (Symbol_value::output_symtab_index): Make sure the symbol index is
9132 set.
9133 (Symbol_value::set_output_symtab_index): Make sure the symbol
9134 index is not set. Make sure the new index is valid.
9135 (Symbol_value::set_must_have_output_symtab_entry): New function.
9136 (Symbol_value::has_output_dynsym_entry): New function.
9137 (Symbol_value::set_output_dynsym_index): Make sure the new index
9138 is valid.
9139 (Sized_relobj::set_must_have_output_symtab_entry): New function.
9140 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
9141 local symbol if permitted.
9142 (Sized_relobj::do_finalize_local_symbols): Call
9143 is_output_symtab_index_set rather than needs_output_symtab_entry.
9144 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
9145 rather than needs_output_symtab_entry. Call
9146 has_output_dynsym_entry rather than needs_output_dynsym_entry.
9147 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
9148 is_output_symtab_index_set rather than needs_output_symtab_entry.
9149 * testsuite/discard_locals_relocatable_test.c: New file.
9150 * testsuite/discard_locals_test.sh: Test -r.
9151 * testsuite/Makefile.am (check_DATA): Add
9152 discard_locals_relocatable_test1.syms,
9153 discard_local_relocatable_test2.syms.
9154 (MOSTLYCLEANFILES): Likewise. Also add
9155 discard_locals_relocatable_test1.lout and
9156 discard_locals_relocatable_test2.out.
9157 (discard_locals_relocatable_test1.syms): New target.
9158 (discard_locals_relocatable_test.o): New target.
9159 (discard_locals_relocatable_test1.out): New target.
9160 (discard_locals_relocatable_test2.syms): New target.
9161 (discard_locals_relocatable_test2.out): New target.
9162 (various): Add missing ../ld-new dependencies.
9163 * testsuite/Makefile.in: Rebuild.
9164
7e8ccf26
NC
91652010-03-03 Nick Clifton <nickc@redhat.com>
9166
9167 * po/fi.po: New Finnish translation.
9168
2a0ff005
DK
91692010-03-01 Doug Kwan <dougkwan@google.com>
9170
9171 * layout.cc (Layout::Layout): Force section types of .init_array*,
9172 .preinit_array* and .fini_array* sections.
9173 * output.cc (Output_section::Input_section_sort_entry::has_priority):
9174 Fix check of return value of std::string::find.().
9175 (Output_section::Input_section_sort_compare::operator()): Remove
9176 comment about .init_array.
9177 (Output_section::Input_section_sort_init_fini_compare::operator()):
9178 New method.
9179 (Output_section::sort_attached_input_sections): Handle .init_array
9180 and .fini_array specially.
9181 * output.h (Output_section::Inut_section_sort_compare): Update
9182 comment.
9183 (Output_section::Input_section_sort_init_fini_compare): New struct.
9184
c3e4ae29
DK
91852010-02-26 Doug Kwan <dougkwan@google.com>
9186
9187 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
9188 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
9189 * testsuite/debug_msg.sh: Avoid matching source line number for
9190 use of global variable undef_int.
9191
2fd9ae7a
DK
91922010-02-26 Doug Kwan <dougkwan@google.com>
9193
9194 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
9195 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
9196 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
9197 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
9198 * options.cc (General_options::General_options): Initialize member
9199 fix_v4bx_.
9200 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
9201 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
9202 and rm_no_fix_v4bx.stdout
9203 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
9204 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
9205 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
9206 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
9207 and arm_no_fix_v4bx.
9208 * Makefile.in: Regenerate.
9209 * testsuite/arm_fix_v4bx.s: New file.
9210 * testsuite/arm_fix_v4bx.sh: Ditto.
9211
67ec7d0b
DK
92122010-02-24 Doug Kwan <dougkwan@google.com>
9213
9214 * arm.cc (Target_arm::got_section): Make the .got section the first
9215 non RELRO section in the data segment.
9216 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
9217 suffixes of section names.
9218
10165461
DK
92192010-02-24 Doug Kwan <dougkwan@google.com>
9220
9221 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
9222 flags and attributes merging if an input file is a binary file.
9223 * fileread.cc (Input_file::open): Record format of original file.
9224 * fileread.h (Input_file::Format): New enum type.
2e702c99 9225 (Input_file::Input_file): Initialize data member format_.
10165461
DK
9226 (Input_file::format): New method definition.
9227 (Input_file::format_):: New data member.
9228
4a54abbb
DK
92292010-02-24 Doug Kwan <dougkwan@google.com>
9230
9231 * arm.cc (Arm_output_data_got): New class.
9232 (ARM_TCB_SIZE): New constant
9233 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
9234 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
9235 If user uses a script with a SECTIONS clause, issue only a warning
9236 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 9237 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
9238 garbage collection.
9239 (Target_arm::got_mode_index_entry): Handle static linking.
9240 (Target_arm::Scan::local): Ditto.
9241 (Target_arm::Scan::global): Ditto.
9242 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
9243 all incorrectly implemented relocations.
e1df38aa 9244 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
9245 Arm_output_section::fix_exidx_coverage.
9246 * layout.cc (Layout::section_name_mapping): Remove trailing dots
9247 from ".ARM.exidx." and ".ARM.extab.".
9248
ca419a6f
ILT
92492010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9250
9251 * arm.cc (Target_arm::do_finalize_sections): Create attribute
9252 section if it does not already exist.
9253 * attributes.cc (Attributes_section_data::Attributes_section_data):
9254 Don't crash if size is zero.
9255
135b9c78
ILT
92562010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9257 Ian Lance Taylor <iant@google.com>
9258
9259 * gold.cc (queue_middle_tasks): If no input files were opened,
9260 exit.
9261 * workqueue.h (Task_function::Task_function): Assert that there is
9262 a blocker.
9263
bb0bfe4f
DK
92642010-02-22 Doug Kwan <dougkwan@google.com>
9265
9266 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
9267 * icf.cc (get_section_contents): Cast snprintf arguments to long long
9268 types to avoid warnings due to different uint64_t implementations
9269 on different hosts.
9270
2a2b6d42
DK
92712010-02-21 Doug Kwan <dougkwan@google.com>
9272
9273 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
9274 handling of the maximum backward branch offset.
2e702c99 9275 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
9276 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
9277 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 9278 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
9279 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
9280 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
9281 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
9282 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
9283 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
9284 thumb_bl_out_of_range thumb_bl_out_of_range.o,
9285 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
9286 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
9287 thumb2_bl_out_of_range.o): New rules.
9288 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
9289 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
9290 thumb2_bl_out_of_range
9291 * testsuite/Makefile.in: Regenerate.
9292 * testsuite/arm_bl_in_range.s: New file.
9293 * testsuite/arm_bl_out_of_range.s: Ditto.
9294 * testsuite/arm_branch_in_range.sh: Ditto.
9295 * testsuite/arm_branch_range.t: Ditto.
9296 * testsuite/thumb2_branch_range.t: Ditto.
9297 * testsuite/thumb_bl_in_range.s: Ditto.
9298 * testsuite/thumb_bl_out_of_range.s: Ditto.
9299 * testsuite/thumb_branch_range.t: Ditto.
9300
b487ad64
ST
93012010-02-20 Sriraman Tallam <tmsriram@google.com>
9302
9303 * gc.h (gc_process_relocs): Change vectors to point to the new list.
9304 Add reloc offset information.
9305 * icf.cc (get_section_contents): Change iterators to point to the new
9306 vectors. Add reloc offset information to the contents.
9307 * icf.h (Icf::Sections_reachable_info): New typedef.
9308 (Icf::Sections_reachable_list): New typedef.
9309 (Icf::Offset_info): New typedef.
9310 (Icf::Reloc_info): New struct typedef.
9311 (Icf::Reloc_info_list): New typedef.
9312 (Icf::symbol_reloc_list): Delete method.
9313 (Icf::addend_reloc_list): Delete method.
9314 (Icf::section_reloc_list): Delete method.
9315 (Icf::reloc_info_list): New method.
9316 (Icf::reloc_info_list_): New member.
9317
f96accdf
DK
93182010-02-19 Doug Kwan <dougkwan@google.com>
9319
9320 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
9321 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
9322 * arm.cc (Arm_relocation_functions): New forward declaration.
9323 (Target_arm::Target_arm): Initialize new data members
9324 got_mod_index_offset_ and tls_base_symbol_defined_.
9325 (Target_arm::Relocate::relocate_tls): New method.
9326 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
9327 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
9328 New methods.
2e702c99 9329 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
9330 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
9331 (Target_arm::got_mod_index_offset_,
9332 Target_arm::tls_base_symbol_defined_): New data members.
9333 (Target_arm::Scan::local, Target::Scan::global,
9334 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
9335 relocations.
9336
c8761b9a
DK
93372010-02-18 Doug Kwan <dougkwan@google.com>
9338
9339 * arm.cc (Arm_relobj::find_linked_text_section): New method.
9340 (Arm_relobj::make_exidx_input_section): Pass section index of linked
9341 text section as a parameter becuase some broken tools may not set
9342 the link in section header.
9343 (Target_arm::has_got_section): New method.
9344 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
9345 without any mapping symbol as data only. Remove warning.
9346 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
9347 link in its section header, try to discover the link by inspecting the
9348 REL31 relocation at the beginning of the section.
9349 (Target_arm::Scan::check_non_pic): Report name of offending relocation
9350 in error message.
9351 (Target_arm::Scan::global): Treat any reference to the symbol
9352 _GLOBAL_OFFSET_TABLE_ as a GOT access.
9353
21bb3914
ST
93542010-02-12 Sriraman Tallam <tmsriram@google.com>
9355
9356 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
9357 (Scan::global_reloc_may_be_function_pointer): New function.
9358 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
9359 (Scan::global_reloc_may_be_function_pointer): New function.
9360 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
9361 (Scan::global_reloc_may_be_function_pointer): New function.
9362 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
9363 (Scan::global_reloc_may_be_function_pointer): New function.
9364 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
9365 (Scan::global_reloc_may_be_function_pointer): New function.
9366 (Scan::possible_function_pointer_reloc): New function.
9367 (Target_x86_64::can_check_for_function_pointers): New function.
9368 * gc.h (gc_process_relocs): Scan relocation types to determine if
9369 function pointers were taken for targets that support it.
9370 * icf.cc (Icf::find_identical_sections): Include functions for
9371 folding in safe ICF whose pointer is not taken.
9372 * icf.h (Secn_fptr_taken_set): New typedef.
9373 (fptr_section_id_): New member.
9374 (section_has_function_pointers): New function.
9375 (set_section_has_function_pointers): New function.
9376 (check_section_for_function_pointers): New function.
9377 * options.h: Fix comment for safe ICF option.
9378 * target.h (can_check_for_function_pointers): New function.
9379 * testsuite/Makefile.am: Add icf_safe_so_test test case.
9380 Modify icf_safe_test for X86-64.
9381 * testsuite/Makefile.in: Regenerate.
9382 * testsuite/icf_safe_so_test.cc: New file.
9383 * testsuite/icf_safe_so_test.sh: New file.
9384 * testsuite/icf_safe_test.cc (kept_func_3): New function.
9385 (main): Change to take pointer to function kept_func_3.
9386 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
9387 folding is done correctly for X86-64.
9388
0da6fa6c
DM
93892010-02-12 David S. Miller <davem@davemloft.net>
9390
9391 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
9392 is_symbolless parameter.
9393 (Output_reloc<SHT_REL>::is_symbolless): New.
9394 (Output_reloc<SHT_REL>::is_symbolless_): New.
9395 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
9396 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
9397 (Output_reloc<SHT_RELA>::is_symbolless): New.
9398 (Output_data_reloc::add_global): Handle is_symbolless.
9399 (Output_data_reloc::add_global_relative): Likewise.
9400 (Output_data_reloc::add_local): Likewise.
9401 (Output_data_reloc::add_local_relative): Likewise.
9402 (Output_data_reloc::add_symbolless_global_addend): New.
9403 (Output_data_reloc::add_symbolless_local_addend): New.
9404 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
9405 is_symbolless.
9406 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
9407 instead of ->is_relative_
9408 (Output_reloc::write): Likewise.
9409 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
9410 (Output_reloc::write_rel): Simplify.
9411
9412 * sparc.cc (Target_sparc::Scan::local): Use
9413 ->add_symbolless_local_addend as needed.
9414 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
9415 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
9416 based upon relocation offset.
9417
e4782e83
DK
94182010-02-11 Doug Kwan <dougkwan@google.com>
9419
9420 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
9421 (Target_arm::Scan::global): Ditto. Also remove a comment before the
9422 beginning of function.
9423 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
9424 and MOVT_ABS relocations. Those are non issued in scanning. Fix
9425 parameter is_32bit in calls to should_apply_static_reloc.
9426 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
9427 (check_DATA): Add arm_abs_global.stdout.
9428 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
9429 arm_abs_global.stdout): New rules.
9430 (MOSTLLYCLEANFILES): Add arm_abs_global
9431 * Makefile.in: Regenerate.
9432 * testsuite/arm_abs_global.s: New file.
9433 * testsuite/arm_abs_global.sh: Ditto.
9434 * testsuite/arm_abs_lib.s: Ditto.
9435
93ceb764
ILT
94362010-02-11 Ian Lance Taylor <iant@google.com>
9437
9438 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
9439 Read_relocs task.
9440 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
9441 Allocate_commons_task first.
9442 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
9443 task, rather than symtab_lock_.
9444 (Gc_process_relocs::~Gc_process_relocs): New function.
9445 (Gc_process_relocs::is_runnable): Check this_blocker_.
9446 (Gc_process_relocs::locks): Use next_blocker_ rather than
9447 blocker_.
9448 (Scan_relocs::~Scan_relocs): New function.
9449 (Scan_relocs::is_runnable): Check this_blocker_ rather than
9450 symtab_lock_.
9451 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
9452 next_blocker_.
9453 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
9454 fields. Add this_blocker_ and next_blocker_ fields. Adjust
9455 constructor accordingly.
9456 (class Gc_process_relocs): Likewise.
9457 (class Scan_relocs): Likewise.
9458 * common.h (class Allocate_commons_task): Remove symtab_lock_
9459 field, and corresponding constructor parameter.
9460 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
9461 symtab_lock_.
9462 (Allocate_commons_task::locks): Likewise.
9463
114dfbe1
ILT
94642010-02-11 Ian Lance Taylor <iant@google.com>
9465
9466 * gold-threads.h (class Once): Define.
9467 (class Initialize_lock): Rewrite as child of Once.
9468 * gold-threads.cc (class Once_initialize): Define.
9469 (once_pointer_control): New static variable.
9470 (once_pointer, once_arg): New static variables.
9471 (c_run_once): New static function.
9472 (Once::Once, Once::run_once, Once::internal_run): New functions.
9473 (class Initialize_lock_once): Remove.
9474 (initialize_lock_control): Remove.
9475 (initialize_lock_pointer): Remove.
9476 (initialize_lock_once): Remove.
9477 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
9478 (Initialize_lock::initialize): Rewrite.
9479 (Initialize_lock::do_run_once): New function.
9480 * archive.cc (Archive::interpret_header): Only clear name if it is
9481 not already empty.
9482 * fileread.cc: Include "gold-threads.h"
9483 (file_counts_lock): New static variable.
9484 (file_counts_initialize_lock): Likewise.
9485 (File_read::release): Only increment counts when using --stats.
9486 Use a lock around the increment.
9487 * parameters.cc (class Set_parameters_target_once): Define.
9488 (set_parameters_target_once): New static variable.
9489 (Parameters::Parameters): Move here from parameters.h.
9490 (Parameters::set_target): Rewrite.
9491 (Parameters::set_target_once): New function.
9492 (Parameters::clear_target): Move here and rewrite.
9493 * parameters.h (class Parameters): Update declarations. Add
9494 set_parameters_target_once_ field.
9495 (Parameters::Parameters): Move to parameters.cc.
9496 (Parameters::clear_target): Likewise.
9497 * readsyms.cc (Read_symbols::do_group): Create a Start_group
9498 task.
9499 (Start_group::~Start_group): New function.
9500 (Start_group::is_runnable): New function.
9501 (Start_group::locks, Start_group::run): New functions.
9502 (Finish_group::run): Change saw_undefined to size_t.
9503 * readsyms.h (class Start_group): Define.
9504 (class Finish_group): Change saw_undefined_ field to size_t.
9505 (Finish_group::Finish_group): Remove saw_undefined and
9506 this_blocker parameters. Change all callers.
9507 (Finish_group::set_saw_undefined): New function.
9508 (Finish_group::set_blocker): New function.
9509 * symtab.h (class Symbol_table): Change saw_undefined to return
9510 size_t. Change saw_undefined_ field to size_t.
9511 * target-select.cc (Set_target_once::do_run_once): New function.
9512 (Target_selector::Target_selector): Initialize set_target_once_
9513 field. Don't initialize lock_ and initialize_lock_ fields.
9514 (Target_selector::instantiate_target): Rewrite.
9515 (Target_selector::set_target): New function.
9516 * target-select.h (class Set_target_once): Define.
9517 (class Target_selector): Update declarations. Make
9518 Set_target_once a friend. Remove lock_ and initialize_lock_
9519 fields. Add set_target_once_ field.
9520
fa17a3f4
ILT
95212010-02-10 Ian Lance Taylor <iant@google.com>
9522
9523 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
9524 queueing any tasks.
9525 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
9526 (queue_middle_tasks): Add all blockers before queueing any tasks.
9527 (queue_final_tasks): Likewise.
9528 * token.h (Task_token::add_blockers): New function.
9529 * object.h (Input_objects::number_of_relobjs): New function.
9530
c7177d31
ILT
95312010-02-10 Ian Lance Taylor <iant@google.com>
9532
5de0e392
ILT
9533 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
9534 shared, not if not position independent.
9535 * x86_64.cc (Relocate::relocate_tls): Likewise.
9536 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
9537 (tls_pie_pic_test): New target.
9538 * testsuite/Makefile.in: Rebuild.
9539
c7177d31
ILT
9540 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
9541 (tls_test_main_pie.o, tls_test_pie.o): New targets.
9542 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
9543 * testsuite/Makefile.in: Rebuild.
9544
684b268a
DM
95452010-02-09 David S. Miller <davem@davemloft.net>
9546
9547 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
9548 R_SPARC_RELATIVE using ->add_local_relative().
9549 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
9550
612a8d3d
DM
9551 * output.h (Output_data_dynamic::add_section_size): New method
9552 that takes two Output_data objects.
9553 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
9554 entry param. Handle it in initializers.
9555 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
9556 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
9557 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
9558 arg.
9559 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
9560 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
9561 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
9562 for dynrel_includes_plt.
9563 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9564 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9565 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
9566 before .rela.plt
9567 (Target_sparc::do_finalize_sections): Update to pass true for
9568 dynrel_includes_plt.
9569 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
9570 output before .rela.plt
9571 (Target_powerpc::do_finalize_sections): Update to pass true for
9572 dynrel_includes_plt when 32-bit.
9573
cb1be87e
DK
95742010-02-08 Doug Kwan <dougkwan@google.com>
9575
9576 * arm.cc (Arm_relobj::simple_input_section_output_address): New
9577 method.
9578 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
9579 Arm_relobj::scan_section_for_cortex_a8_stubs,
9580 Arm_relobj::do_relocation_section): Instead of calling
9581 Output_section::output_address, use faster
9582 Arm_relobj::simple_input_section_output_address.
9583
705b5121
DM
95842010-02-08 David S. Miller <davem@davemloft.net>
9585
9586 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
9587 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
9588 relocation helper function.
9589
024c4466
DM
9590 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
9591 just like R_SPARC_GOT{10,13,22}.
9592 (Target_sparc::Scan::local): Likewise.
9593 (Target_sparc::Relocate:relocate): Likewise.
9594
9109c078
ILT
95952010-02-06 Ian Lance Taylor <iant@google.com>
9596
9597 * configure.ac: Rewrite targetobjs duplicate removal code to use
9598 only shell constructs.
9599 * configure: Rebuild.
9600
cf846138
DK
96012010-02-05 Doug Kwan <dougkwan@google.com>
9602
9603 PR 11247
9604 * arm.cc (Arm_relobj::section_is_scannable): New method.
9605 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
9606 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
9607
6cfaf60b
DK
96082010-02-04 Doug Kwan <dougkwan@google.com>
9609
9610 PR 11247
9611 * arm-reloc-property.cc (cstdio): Include.
9612 * configure.ac (targetobjs): Remove duplicates.
9613 * configure: Regenerate.
9614 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
9615 big and little endian version for a given address size.
9616
5c57f1be
DK
96172010-02-03 Doug Kwan <dougkwan@google.com>
9618
9619 * arm-reloc-property.cc
9620 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9621 definition.
9622 * arm-reloc-property.h
9623 (Arm_reloc_property_table::get_implemented_static_reloc_property):
9624 New method definition.
9625 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9626 declaration.
9627 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
9628 overflow to N.
9629 (GOT_PREL): Change implemented to Y.
9630 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
9631 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
9632 (Arm_relocate_functions::movw_abs_nc): Remove method.
9633 (Arm_relocate_functions::movt_abs): Ditto.
9634 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
9635 (Arm_relocate_functions::thm_movt_abs): Ditto.
9636 (Arm_relocate_functions::movw_rel_nc): Ditto.
9637 (Arm_relocate_functions::movw_rel): Ditto.
9638 (Arm_relocate_functions::movt_rel): Ditto.
9639 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
9640 (Arm_relocate_functions:thm_movw_rel): Ditto.
9641 (Arm_relocate_functions:thm_movt_rel): Ditto.
9642 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
9643 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
9644 New method definitions.
9645 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
9646 (Arm_relocation_functions::arm_grp_ldr): Ditto.
9647 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
9648 (Arm_relocation_functions::arm_grp_ldc): Ditto.
9649 (Target_arm::Relocate::relocate): Check for non-static or
9650 unimplemented relocation code and exit early. Change calls to
9651 Target_arm::reloc_uses_thumb_bit and
9652 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
9653 instead. Refactor code to handle similar relocations to increase
9654 code sharing. Remove check for unsupported relocation code in switch
9655 statement.
9656 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
9657 relocation property table to find out size. Change error message to
9658 print out the name of a relocation code instead of the numeric value.
9659 (Target_arm::scan_reloc_for_stub): Use relocation property table
9660 instead of calling Target_arm::reloc_uses_thumb_bit().
9661
218c5831
DK
96622010-02-02 Doug Kwan <dougkwan@google.com>
9663
9664 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9665 types of relaxed input section.
9666
0d31c79d
DK
96672010-02-02 Doug Kwan <dougkwan@google.com>
9668
9669 * Makefile.am (HFILES): Add arm-reloc-property.h.
9670 (DEFFILES): New.
2e702c99
RM
9671 (TARGETSOURCES): Add arm-reloc-property.cc
9672 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
9673 (libgold_a_SOURCES): $(DEFFILES)
9674 * Makefile.in: Regenerate.
9675 * arm-reloc-property.cc: New file.
9676 * arm-reloc-property.h: New file.
9677 * arm-reloc.def: New file.
9678 * arm.cc: Update comments.
9679 (arm-reloc-property.h): New included header.
9680 (arm_reloc_property_table): New global variable.
9681 (Target_arm::do_select_as_default_target): New method definition.
9682 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9683 arm-reloc-property to targ_extra_obj.
9684 * parameters.cc (set_parameters_target): Call
9685 Target::select_as_default_target().
9686 * target.h (Target::select_as_default_target): New method definition.
9687 (Target::do_select_as_default_target): Same.
9688
546c7457
DK
96892010-02-01 Doug Kwan <dougkwan@google.com>
9690
9691 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9692 first_output_text_section_.
9693 (Arm_exidx_fixup::first_output_text_section): New method definition.
9694 (Arm_exidx_fixup::first_output_text_section_): New data member.
9695 (Arm_exidx_fixup::process_exidx_section): Record the first text
9696 output section seen.
9697 (Arm_output_section::fix_exidx_coverage): Set correct linked section
9698 and entsize in output section header.
9699
11b861d5
DK
97002010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9701
9702 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9703 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9704 (Arm_relocate_functions::thm_alu11): New Method.
9705 (Arm_relocate_functions::thm_pc8): New Method.
9706 (Arm_relocate_functions::thm_pc12): New Method.
9707 (Target_arm::Scan::local): Handle the relocations.
9708 (Target_arm::Scan::global): Likewise.
9709 (Target_arm::Relocate::relocate): Likewise.
9710 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9711
c9a2c125
DK
97122010-01-29 Doug Kwan <dougkwan@google.com>
9713
9714 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9715 of relocation types as ld.
9716
1521477a
DK
97172010-01-29 Doug Kwan <dougkwan@google.com>
9718
9719 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9720 to public.
9721 (Arm_relocate_functions::thumb_branch_common): Ditto.
9722 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9723 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9724 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9725 Arm_relocate_functions::jump24): Remove.
9726 (Target_arm::Relocate::relocate): Adjust code to call
9727 Arm_relocation_functions::arm_branch_common and
9728 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 9729 wrappers. Merge switch-cases together to reduce source code size.
1521477a 9730
e7eca48c
DK
97312010-01-29 Doug Kwan <dougkwan@google.com>
9732
9733 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9734 output_local_symbol_count_needs_update_.
9735 (Arm_relobj::output_local_symbol_count_needs_update,
9736 Arm_relobj::set_output_local_symbol_count_needs_update,
9737 Arm_relobj::update_output_local_symbol_count): New methods.
9738 (Arm_relobj::output_local_symbol_count_needs_update_): New data
9739 member.
9740 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9741 of pointed function as in a R_ARM_PREL31 relocation.
9742 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9743 for output local symbol count updating.
9744 (Target_arm::do_relax): Update output local symbol counts in objects
9745 if necessary.
9746 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9747
02961d7e
ILT
97482010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9749
9750 * arm.cc: Added support for the ARM relocations:
9751 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9752 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9753 (Arm_relocate_functions::movw_rel_nc): Renamed (was
9754 movw_prel_nc).
9755 (Arm_relocate_functions::movw_rel): New method.
9756 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9757 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9758 thm_movw_prel_nc).
9759 (Arm_relocate_functions::thm_movw_rel): New method.
9760 (Arm_relocate_functions::thm_movt_rel): Renamed (was
9761 thm_movt_prel).
9762 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9763 relocations.
9764 (Target_arm::Scan::global): Likewise.
9765 (Target_arm::Relocate::relocate): Likewise.
9766 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9767 Likewise.
9768
b10d2873
ILT
97692010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9770
9771 * arm.cc: Added support for ARM group relocations.
9772 (Target_arm::reloc_needs_sym_origin): New method.
9773 (Arm_relocate_functions::calc_grp_kn): New method.
9774 (Arm_relocate_functions::calc_grp_residual): New method.
9775 (Arm_relocate_functions::calc_grp_gn): New method.
9776 (Arm_relocate_functions::arm_grp_alu): New Method.
9777 (Arm_relocate_functions::arm_grp_ldr): New Method.
9778 (Arm_relocate_functions::arm_grp_ldrs): New Method.
9779 (Arm_relocate_functions::arm_grp_ldc): New Method.
9780 (Target_arm::Scan::local): Handle the ARM group relocations.
9781 (Target_arm::Scan::global): Likewise.
9782 (Target_arm::Relocate::relocate): Likewise.
9783 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9784 Likewise.
9785
2b328d4e
DK
97862010-01-26 Doug Kwan <dougkwan@google.com>
9787
9788 * arm.cc (set): Include.
9789 (class Arm_exidx_fixup): Change type of last_input_section_ to const
9790 pointer type.
2e702c99 9791 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
9792 (Arm_output_section::append_text_sections_to_list): New method.
9793 (Arm_output_section::fix_exidx_coverage): Ditto.
9794 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 9795 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
9796 Relobj::set_section_offset() instead of
9797 Sized_relobj::invalidate_section_offset().
2e702c99 9798 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
9799 parameter for section headers. Ignore relocation sections for
9800 unallocated sections and EXIDX sections.
9801 (Target_arm::fix_exidx_coverage): New method.
9802 (Target_arm::output_section_address_less_than): New type.
9803 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9804 linked text section instead of the EXIDX section.
9805 (Arm_output_section::create_stub_group): Add an assertion to check
9806 that this is not an EXIDX output section.
9807 (Arm_output_section::append_text_sections_to_list): New method.
9808 (Arm_output_section::fix_exidx_coverage): Ditto.
9809 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 9810 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
9811 (Target_arm::do_relax): Fix EXIDX output section coverage in the
9812 first pass.
9813 (Target_arm::fix_exidx_coverage): New method.
9814 * object.h (Relobj::set_output_section): New method.
9815 (Sized_relobj::invalidate_section_offset): Remove method.
9816 (Sized_relobj::do_invalidate_section_offset): Remove method.
9817 (Sized_relobj::do_set_section_offset): Handle offset value -1.
9818
c7f3c371
DK
98192010-01-25 Doug Kwan <dougkwan@google.com>
9820
9821 * arm.cc (Arm_exidx_merged_section::do_output_offset):
9822 Fix warning due to signed and unsigned comparison on a 32-bit host.
9823
8923b24c
DK
98242010-01-22 Doug Kwan <dougkwan@google.com>
9825
9826 * arm.cc (Target_arm::do_relax): Record an output section for section
9827 offset adjustment it contains any stub table that has changed.
9828 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9829 offsets in an output section if necessary.
9830 * output.cc (Output_section::Output_section): Initialize
9831 section_offsets_need_adjustments_.
9832 (Output_section::add_input_section_for_script): Renamed to
9833 Output_section::add_simple_input_section.
9834 (Output_section::save_states): Add a comment.
9835 (Output_section::discard_states): New method defintion.
9836 (Output_section::adjust_section_offsets): Same.
9837 * output.h (Output_section::add_input_section_for_script): Renamed to
9838 Output_section::add_simple_input_section.
9839 (Output_section::discard_states): New method declaration.
9840 (Output_section::adjust_section_offsets): Same.
9841 (Output_section::section_offsets_need_adjustment,
9842 Output_section::set_section_offsets_need_adjustment): New method
9843 definitions.
9844 (Output_section::section_offsets_need_adjustment_): New data member.
9845 * script-sections.cc
9846 (Output_section_element_input::set_section_address): Adjust code for
9847 renaming of Output_section::add_input_section_for_script.
9848 (Orphan_output_section::set_section_address): Same.
9849
9b2fd367
DK
98502010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9851
9852 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9853 Fix_v4bx enum values .
9854 * gold/options.h (General_options): New option definitions.
9855 (General_options::fix_v4bx): New method.
9856 (General_options::Fix_v4bx): New enum.
9857 * gold/options.cc (General_options::parse_fix_v4bx): New method.
9858 (General_options::parse_fix_v4bx_interworking): New method.
9859
80d0d023
DK
98602010-01-22 Doug Kwan <dougkwan@google.com>
9861
9862 * arm.cc (Arm_exidx_fixup): New class.
9863
af2cdeae
DK
98642010-01-21 Doug Kwan <dougkwan@google.com>
9865
9866 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9867 classes.
9868 (Arm_exidx_section_offset_map): New type.
9869
993d07c1
DK
98702010-01-21 Doug Kwan <dougkwan@google.com>
9871
9872 * arm.cc (Arm_exidx_input_section): New class.
9873 (Arm_relobj::exidx_input_section_by_link,
9874 Arm_relobj::exidx_input_section_by_shndx,
9875 Arm_relobj::make_exidx_input_section): New methods.
9876 (read_arm_attributes_section): Remove.
9877 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9878 information about them.
9879 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9880 to here.
9881
5ac169d4
DK
98822010-01-20 Doug Kwan <dougkwan@google.com>
9883
9884 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9885 Input_section_specifier to Section_id.
9886 (Target_arm::new_arm_input_section: Adjust code for change of key
9887 type.
9888 (Target_arm::find_arm_input_section): Ditto.
9889 * gc.h (object.h): Include for Section_id nand Section_id_hash.
9890 (Section_id): Remove.
9891 (Garbage_collection::Section_id_hash): Remove.
9892 * icf.h (object.h): Include for Section_id nand Section_id_hash.
9893 (Section_id): Remove.
9894 (Icf::Section_id_hash): Remove.
9895 * object.h (Section_id, Const_section_id, Section_id_hash,
9896 Const_section_id_hash): New type definitions.
9897 * output.cc (Output_section::add_relaxed_input_section): Change to
9898 use Const_section_id instead of Input_section_specifier as key type.
9899 (Output_section::add_merge_input_section): Ditto.
9900 (Output_section::build_relaxation_map): Change to use Section_id
9901 instead of Input_section_specifier as key type.
2e702c99 9902 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
9903 Ditto.
9904 (Output_section::convert_input_sections_to_relaxed_sections): Change
9905 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 9906 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
9907 (Output_section::find_relaxed_input_section): Ditto.
9908 * output.h (Input_section_specifier): Remove class.
9909 (Output_section::Output_section_data_by_input_section_map): Change
9910 key type to Const_section_id.
9911 (Output_section::Output_relaxed_input_section_by_input_section_map):
9912 Ditto.
9913 (Output_section::Relaxation_map): Change key type to Section_id.
9914
a2162063
ILT
99152010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9916
9917 * gold/arm.cc: Added support for R_ARM_V4BX relocation
9918 (class Arm_v4bx_stub): New class.
9919 (DEF_STUBS): Updated definition to support v4_veneer_bx.
9920 (Stub_factory::make_arm_v4bx_stub): New method.
9921 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9922 (Stub_table::empty): Handle v4bx stubs.
9923 (Stub_table::add_arm_v4bx_stub): New method.
9924 (Stub_table::find_arm_v4bx_stub): New method.
9925 (Arm_relocate_functions::v4bx): New method.
9926 (Target_arm::fix_v4bx): New method.
9927 (Target_arm::Target_arm): Handle R_ARM_V4BX.
9928 (Stub_table::relocate_stubs): Likewise.
9929 (Stub_table::do_write): Likewise.
9930 (Stub_table::update_data_size_and_addralign): Likewise.
9931 (Stub_table::finalize_stubs): Likewise.
9932 (Target_arm::Scan::local): Likewise.
9933 (Target_arm::Scan::global): Likewise.
9934 (Target_arm::do_finalize_sections): Likewise.
9935 (Target_arm::Relocate::relocate): Likewise.
9936 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9937 Likewise.
9938 (Target_arm::scan_reloc_for_stub): Likewise.
9939 (Target_arm::scan_reloc_section_for_stubs): Likewise.
9940
5696ab0b
ILT
99412010-01-19 Ian Lance Taylor <iant@google.com>
9942
9943 * output.cc (Output_section_headers::do_sized_write): Write large
9944 segment count to sh_info field.
9945 (Output_file_header::do_sized_write): For large segment count,
9946 write PN_XNUM to e_phnum field.
9947
800d0f56
ILT
99482010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9949
9950 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9951 (Arm_relocate_functions::thm_jump8): New function.
9952 (Arm_relocate_functions::thm_jump11): New function.
9953 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9954 R_ARM_THM_JUMP11.
9955 (Target_arm::Scan::global): Likewise.
9956 (Target_arm::Relocate::relocate): Likewise.
9957 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9958 Likewise.
9959
41263c05
DK
99602010-01-14 Doug Kwan <dougkwan@google.com>
9961
9962 * arm.cc (map, utility): Include headers.
9963 (Target_arm::apply_cortex_a8_workaround): New method.
9964 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9965 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9966 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9967 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9968 the --[no-]fix-cortex-a8 command line options.
9969 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9970 (Target_arm::relocate_stub): Use addend in instruction template.
9971 * options.h (DEFINE_bool): Set the user-set flag.
9972 (General_options): Add --[no-]-fix-cortex options.
9973 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 9974 : Update fast look-up map after conversion.
41263c05 9975
459e9b03
ST
99762010-01-14 Sriraman Tallam <tmsriram@google.com>
9977
9978 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9979 in the first pass of do_layout.
9980
b521dfe4
DK
99812010-01-13 Doug Kwan <dougkwan@google.com>
9982
9983 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9984 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9985 apparent compiler problem of not folding static constant integral
9986 data members of elfcpp::Elf_sizes<32>.
9987
44272192
DK
99882010-01-13 Doug Kwan <dougkwan@google.com>
9989
9990 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9991 Arm_relobj::section_needs_cortex_a8_stub_scanning,
9992 Arm_relobj::scan_section_for_cortex_a8_erratum,
9993 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9994 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9995 sections to scan for relocation stubs into a new method
9996 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
9997 relocation and Cortex-A8 stub scanning.
9998 (Target_arm::do_relax): Force stubs to be after stubbed sections
9999 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 10000 the beginning of a new relaxation pass. Update a comment.
44272192
DK
10001 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
10002
44b71ece
ILT
100032010-01-12 Ian Lance Taylor <iant@google.com>
10004
10005 * target-reloc.h (visibility_error): New inline function.
10006 (relocate_section): Call visibility_error.
10007 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
10008 (MOSTLYCLEANFILES): Likewise.
10009 (protected_4_pic.o, protected_3.err): New targets.
10010 * testsuite/protected_4.cc: New file.
10011
a120bc7f
DK
100122010-01-12 Doug Kwan <dougkwan@google.com>
10013
10014 * arm.cc (Cortex_a8_reloc): New class.
10015 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
10016 and cortex_a8_relocs_info_.
10017 (Target_arm::fix_cortex_a8): New method definition.
10018 (Target_arm::Cortex_a8_relocs_info): New type.
10019 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
10020 New data member declarations.
10021 (Target_arm::scan_reloc_for_stub): Record information about
10022 relocations for THUMB branches that might be exempted from the
10023 Cortex-A8 workaround.
10024 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
10025 at the beginning of a relaxation pass.
10026
20138696
DK
100272010-01-12 Doug Kwan <dougkwan@google.com>
10028
10029 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
10030 (Arm_relobj::Mapping_symbol_position,
10031 Arm_reloj::Mapping_symbol_position_less,
10032 Arm_relobj::Mapping_symbols_info): New types.
10033 (Target_arm::is_mapping_symbol_name): New method definition.
10034 (Arm_relobj::do_count_local_symbols): Save information about mapping
10035 symbols.
10036
089d69dc
DK
100372010-01-11 Doug Kwan <dougkwan@google.com>
10038
10039 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
10040 Arm_relocate_functions::thumb32_branch_upper,
10041 Arm_relocate_functions::thumb32_branch_lower,
10042 Arm_relocate_functions::thumb32_cond_branch_offset,
10043 Arm_relocate_functions::thumb32_cond_branch_upper,
10044 Arm_relocate_functions::thumb32_cond_branch_lower,
10045 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
10046 branch offset encoding.
10047 (Arm_relocate_functions::thumb_branch_common): Use new branch
10048 offset encoding methods to avoid code duplication.
10049 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
10050 (Stub_addend_reader::operator()): Use new branch encoding method
10051 to avoid code duplication.
10052
99e5bff2
DK
100532010-01-11 Doug Kwan <dougkwan@google.com>
10054
10055 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
10056 (Target_arm::do_finalize_sections): Define special EXIDX section
10057 symbols only if referenced.
10058 * gc.h (Garbage_collection::add_reference): New method.
10059 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
10060 code duplication.
10061
98e090bd
ILT
100622010-01-11 Ian Lance Taylor <iant@google.com>
10063
d0a91bd8
ILT
10064 * script.cc (Version_script_info::build_expression_list_lookup):
10065 Change complaing about duplicate wildcard match from error to
10066 warning.
10067
98e090bd
ILT
10068 * script.cc (class Lazy_demangler): Recreate--revert part of patch
10069 of 2009-12-30.
10070 (Version_script_info::Version_script_info): Initialize globs_,
10071 default_version_, default_is_global_, and exact_. Don't
10072 initialize globals_ or locals_.
10073 (Version_script_info::build_lookup_tables): Build local symbols
10074 first.
10075 (Version_script_info::unquote): New function.
10076 (Version_script_info::add_exact_match): New function.
10077 (Version_script_info::build_expression_list_lookup): Remove lookup
10078 parameter. Add is_global parameter. Change all callers. Handle
10079 wildcard pattern specially. Unquote pattern. Call
10080 add_exact_match.
10081 (Version_script_info::get_name_to_match): New function.
10082 (Version_script_info::get_symbol_version): New function.
10083 (Version_script_info::get_symbol_version_helper): Remove.
10084 (Version_script_info::check_unmatched_names): Call unquote.
10085 * script.h (class Version_script_info): Change get_symbol_version
10086 to be non-inline and add is_global parameter; change all callers.
10087 Rewrite symbol_is_local. Update declarations. Define struct
10088 Version_tree_match, Exact, Globs. Don't define struct Lookup.
10089 Remove globals_ and locals_ members. Add exact_, globs_,
10090 default_version_, is_global_.
10091 (Version_script_info::Glob): Remove pattern, add expression and
10092 is_global. Update constructor. Change all callers.
10093 * dynobj.cc (Versions::finalize): Mark the version symbol as the
10094 default version.
10095 (Versions::symbol_section_contents): If a symbol is undefined, or
10096 defined in a dynamic object, set the version index to
10097 VER_NDX_LOCAL.
10098 * symtab.cc (Symbol_table::add_from_relobj): Don't call
10099 symbol_is_local.
10100 (Symbol_table::add_from_pluginobj): Likewise.
10101 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
10102
d56962d3
DK
101032010-01-11 Doug Kwan <dougkwan@google.com>
10104
10105 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
10106 (incremental_dump_LDADD): Add linking option for libintl.
10107 * Makefile.in: Regenerate.
10108
94e6ee91
L
101092010-01-11 H.J. Lu <hongjiu.lu@intel.com>
10110
10111 PR gold/11144
10112 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
10113 instead of -Ds.
10114 * testsuite/Makefile.in: Regenerated.
10115
e96c574b
DK
101162010-01-10 Doug Kwan <dougkwan@google.com>
10117
10118 * options.h (DEFINE_var): Use parentheses around argument varname__
10119 in macro body to avoid any unintended subsequent substitutions.
10120
7198066b
ILT
101212010-01-10 Ian Lance Taylor <iant@google.com>
10122
ba4d53bf
ILT
10123 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
10124 candidates before doing symbol resolution.
10125
7198066b
ILT
10126 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
10127 ODR candidates if only one is weak.
10128
a2beed37
ILT
101292010-01-08 Ian Lance Taylor <iant@google.com>
10130
10131 * script.cc (Version_script_info::build_expression_list_lookup):
10132 Don't warn about ambiguous version, just record the ambiguity.
10133 (Version_script_info::get_symbol_version_helper): Give error if
10134 version is ambiguous.
10135
2fb7225c
DK
101362010-01-08 Doug Kwan <dougkwan@google.com>
10137
10138 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
10139 prev_data_size_ and prev_addralign_. Remove initializer for
10140 deleted data member has_been_changed_.
10141 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
10142 to determine if the table is empty.
10143 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
10144 Remove.
10145 (Stub_table::add_reloc_stub): Define method in class definition
10146 instead of just declaring it there.
10147 (Stub_table::add_cortex_a8_stub): New method definition.
10148 (Stub_table::update_data_size_and_addralign): Ditto.
10149 (Stub_table::finalize_stubs): Ditto.
10150 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
10151 (Stub_table::do_addralign_): Return address alignment in the
10152 (Stub_table::do_reset_address_and_file_offset): Define method in
10153 class definition instead of declaring it there. Set current data
10154 size to be the data size of the previous pass.
10155 (Stub_table::set_final_data_size): Use current data size as the
10156 final data size.
10157 (Stub_table::relocate_stub): Change parameter type of stub from
10158 Reloc_stub pointer to Stub pointer.
10159 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
10160 (Stub_table::Cortex_a8_stub_list): New typedef.
10161 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
10162 Stub_table::prev_addralign_): New data member.
10163 (Arm_relobj::Arm_relobj): Initialize data member
10164 section_has_cortex_a8_workaround_.
10165 (Arm_relobj::section_has_cortex_a8_workaround,
10166 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
10167 definitions.
10168 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
10169 declarations.
10170 (Target_arm::relocate_stub): Change parameter type of stub from
10171 Reloc_stub pointer to Stub pointer.
10172 (Insn_template::size, Insn_template::alignment): Handle
10173 THUMB16_SPECIAL_TYPE.
10174 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
10175 Stub_table::update_data_size_and_addralign,
10176 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
10177 definitions.
10178 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
10179 (Stub_table::do_write): Ditto.
10180 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 10181
880cd20d
ILT
101822010-01-08 Ian Lance Taylor <iant@google.com>
10183
10184 PR 11108
10185 * symtab.h (class Symbol): Remove fields is_target_special_ and
10186 has_plt_offset_. Add field is_defined_in_discarded_section_.
10187 (Symbol::is_defined_in_discarded_section): New function.
10188 (Symbol::set_is_defined_in_discarded_section): New function.
10189 (Symbol::has_plt_offset): Rewrite.
10190 (Symbol::set_plt_offset): Verify that new offset is not -1U.
10191 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
10192 Don't initialize is_target_special_ or has_plt_offset_.
10193 Initialize is_defined_in_discarded_section_.
10194 (Symbol_table::add_from_relobj): If appropriate, set
10195 is_defined_in_discarded_section.
10196 * resolve.cc (Symbol::override_base_with_special): Don't test
10197 is_target_special_. Change has_plt_offset_ to has_plt_offset().
10198 * target-reloc.h (relocate_section): Do special handling for
10199 symbols defined in discarded sections for global symbols as well
10200 as local symbols.
10201
2703e3eb
ILT
102022010-01-08 Ian Lance Taylor <iant@google.com>
10203
10204 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
10205 the SHT_SYMTAB case.
10206
339d40a3
ILT
102072010-01-08 Ian Lance Taylor <iant@google.com>
10208
10209 * object.cc (Sized_relobj::do_layout): Don't get confused if
10210 layout_eh_frame returns NULL.
10211
abecea76
ILT
102122010-01-08 Ian Lance Taylor <iant@google.com>
10213
10214 PR 11084
10215 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
10216 dynamic symbol table, use the normal symbol table.
10217 (Sized_dynobj::do_read_symbols): Remove assertion about type of
10218 symbol table.
10219
6b7dd3f3
ILT
102202010-01-08 Ian Lance Taylor <iant@google.com>
10221
10222 PR 11072
10223 * layout.cc (Layout::include_section): Remove .gnu_debuglink
10224 sections.
10225
36c50e63
L
102262010-01-08 H.J. Lu <hongjiu.lu@intel.com>
10227
10228 * version.cc (print_version): Change to "Copyright 2010".
10229
e291e7b9
ILT
102302010-01-08 Ian Lance Taylor <iant@google.com>
10231
10232 PR 10287
10233 PR 11063
10234 * i386.cc (class Target_i386): Change return type of plt_section
10235 to be non-const.
10236 (class Output_data_plt_i386): Add tls_desc_rel_ field.
10237 (Output_data_plt_i386::Output_data_plt_i386): Initialize
10238 tls_desc_rel_ field.
10239 (Output_data_plt_i386::rel_tls_desc): New function.
10240 (Target_i386::rel_tls_desc_section): New function.
10241 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
10242 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
10243 R_386_TLS_DESC reloc in rel_tls_desc_section.
10244 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
10245 Define struct Tlsdesc_info.
10246 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
10247 (Target_x86_64::do_reloc_symbol_index): New function.
10248 (Target_x86_64::add_tlsdesc_info): New function.
10249 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
10250 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
10251 tlsdesc_rel_ field.
10252 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
10253 all callers.
10254 (Output_data_plt_x86_64::rela_tlsdesc): New function.
10255 (Target_x86_64::rela_tlsdesc_section): New function.
10256 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
10257 handling.
10258 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
10259 (Target_x86_64::do_reloc_addend): New function.
10260 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
10261 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
10262 declarations. Define TARGET_CODE. Add arg field to u1_ union.
10263 (Output_reloc::type): New function.
10264 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
10265 (Output_reloc::is_target_specific): New function.
10266 (Output_reloc::target_arg): New function.
10267 (class Output_reloc) [SHT_RELA]: Add four new constructors for
10268 absolute relocs and target specific relocs.
10269 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
10270 add_target_specific.
10271 (class Output_data_reloc) [SHT_RELA]: Likewise.
10272 * output.cc (Output_reloc::Output_reloc): Add four new versions
10273 for absolute relocs and target specific relocs.
10274 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
10275 (Output_reloc::get_symbol_index): Likewise.
10276 (Output_reloc::local_section_offset): Check that local_sym_index_
10277 is not TARGET_CODE or 0.
10278 (Output_reloc::symbol_value): Likewise.
10279 (Output_reloc::write) [SHT_RELA]: Call target for target specific
10280 reloc.
10281 * target.h (class Target): Add reloc_symbol_index and reloc_addend
10282 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
10283 functions.
10284 * layout.cc (add_target_dynamic_tags): Use output section for
10285 DT_PLTRELSZ and DT_JMPREL.
10286
3a44184e
ILT
102872010-01-07 Ian Lance Taylor <iant@google.com>
10288
10289 PR 11061
10290 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
10291 function.
10292 (class Output_data_reloc_generic): Define.
10293 (class Output_data_reloc_base): Change base class to
10294 Output_data_reloc_generic. Change add() method to call
10295 bump_relative_reloc_count for a relative reloc. Remove
10296 sort_relocs_ field.
10297 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
10298 to sort_relocs().
10299 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
10300 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
10301 appropriate.
10302 * layout.h (class Layout): Update declaration.
10303
ea715a34
ILT
103042010-01-07 Ian Lance Taylor <iant@google.com>
10305
10306 * output.h (class Output_data): Add const version of
10307 output_section and do_output_section.
10308 (class Output_section_data): Add const version of
10309 do_output_section.
10310 (class Output_section): Likewise.
10311 * layout.cc (Layout::add_target_dynamic_tags): New function.
10312 * layout.h (class Layout): Update declarations.
10313 * arm.cc (Target_arm::do_finalize_sections): Use
10314 add_target_dynamic_tags.
10315 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10316 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10317 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10318 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10319
659948a4
ILT
103202010-01-07 Ian Lance Taylor <iant@google.com>
10321
10322 PR 11042
10323 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
10324 object as needed.
10325
9d3b86f6
ILT
103262010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
10327 Ian Lance Taylor <iant@google.com>
10328
10329 PR 11019
10330 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
10331 Xindex::read_symtab_xindex.
10332
bb0d3eb0
DK
103332010-01-07 Doug Kwan <dougkwan@google.com>
10334
10335 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
10336 (Insn_template::thumb16_bcond_insn): New method declaration.
10337 (Insn_template): Fix spelling.
10338 (Stub::thumb16_special): New method declaration.
10339 (Stub::do_write): Define virtual method which was previously pure
10340 virtual.
10341 (Stub::do_thumb16_special): New method declaration.
10342 (Stub::do_fixed_endian_write): New template member.
10343 (Reloc_stub::do_write): Remove.
10344 (Reloc_stub::do_fixed_endian_write): Remove.
10345 (Cortex_a8_stub): New class definition.
10346 (Stub_factory::make_cortex_a8_stub): New method definition.
10347 (Stub_factory::Stub_factory): Add missing static storage class
10348 qualifier for elf32_arm_stub_a8_veneer_blx.
10349
ffeef7df
ILT
103502010-01-07 Ian Lance Taylor <iant@google.com>
10351
dc3f80fe
ILT
10352 PR 10980
10353 * options.h (class General_options): Add --warn-unresolved-symbols
10354 and --error-unresolved-symbols.
10355 * errors.cc (Errors::undefined_symbol): Implement
10356 --warn-unresolved-symbols.
10357
ffeef7df
ILT
10358 * options.h (class General_options): Add -z text and -z textoff.
10359 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
10360
f1ec9ded
ST
103612010-01-06 Sriraman Tallam <tmsriram@google.com>
10362
10363 * gc.h (Garbage_collection::Cident_section_map): New typedef.
10364 (Garbage_collection::cident_sections): New function.
10365 (Garbage_collection::add_cident_section): New function.
10366 (Garbage_collection::cident_sections_): New member.
10367 (gc_process_relocs): Add references to sections whose names are C
10368 identifiers.
10369 * gold.h (cident_section_start_prefix): New constant.
10370 (cident_section_stop_prefix): New constant.
10371 (is_cident): New function.
10372 * layout.cc (Layout::define_section_symbols): Replace string constants
10373 with the newly defined constants.
10374 * object.cc (Sized_relobj::do_layout): Track sections whose names are
10375 C identifiers.
10376 * testsuite/Makefile.am: Add gc_orphan_section_test.
10377 * testsuite/Makefile.in: Regenerate.
10378 * testsuite/gc_orphan_section_test.cc: New file.
10379 * testsuite/gc_orphan_section_test.sh: New file.
10380
6eda8c29
ILT
103812010-01-06 Ian Lance Taylor <iant@google.com>
10382
b9674e17
ILT
10383 PR 10980
10384 * options.h (class General_options): Add --warn-shared-textrel.
10385 * layout.cc (Layout::finish_dynamic_section): Implement
10386 --warn-shared-textrel.
10387
6eda8c29
ILT
10388 PR 10980
10389 * options.h (class General_options): Add --warn-multiple-gp.
10390
32dcd44e
ILT
103912010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10392
10393 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
10394 $(THREADSLIB) and $(LIBDL).
10395 * Makefile.in: Rebuild.
10396
a192ba05
ILT
103972010-01-06 Ian Lance Taylor <iant@google.com>
10398
10399 PR 10980
10400 * options.cc (General_options::parse_section_start): New function.
10401 (General_options::section_start): New function.
10402 (General_options::General_options): Initialize all members.
10403 * options.h: Include <map>
10404 (class General_options): Add --section-start. Add section_starts_
10405 member.
10406 * layout.cc (Layout::attach_allocated_section_to_segment): If
10407 --section-start was used, set the address of the segment. Remove
10408 local sort_sections.
10409 (Layout::relaxation_loop_body): If the address of the load segment
10410 has been set by --section-start, don't use it.
10411 * output.h (Output_segment::update_flags_for_output_section): New
10412 function.
10413 * output.cc (Output_segment::add_output_section): Call
10414 update_flags_for_output_section.
10415
dde3f402
ILT
104162010-01-05 Ian Lance Taylor <iant@google.com>
10417
62dfdd4d
ILT
10418 PR 10980
10419 * options.h (class General_options): Add --undefined-version.
10420 * script.cc (struct Version_expression): Add was_matched_by_symbol
10421 field.
10422 (Version_script_info::matched_symbol): New function.
10423 (Version_script_info::get_symbol_version_helper): Call
10424 matched_symbol.
10425 (Version_script_info::check_unmatched_names): New function.
10426 * script.h (class Version_script_info): Update declarations.
10427 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
10428
9c4ae156
ILT
10429 * options.h (class General_options): Use DEFINE_bool_alias for
10430 allow_multiple_definition.
10431 * resolve.cc (Symbol_table::should_override): Don't test
10432 allow_multiple_definition.
10433
dde3f402
ILT
10434 PR 10980
10435 * options.h (class General_options): Add --cref.
10436 * main.cc (main): Print cref table if --cref. Don't close mapfile
10437 until after printing cref table.
10438 * cref.cc: Include "symtab.h".
10439 (class Cref_inputs): Define Cref_table_compare and Cref_table.
10440 (Cref_table_compare::operator()): New function.
10441 (Cref_inputs::gather_cref): New function.
10442 (filecol): New static const.
10443 (Cref_inputs::print_cref): New function.
10444 (Cref::print_cref): New function.
10445 * cref.h: Include <cstdio>.
10446 (class Cref): Update declarations.
10447 * mapfile.h (Mapfile::file): New function.
10448 * object.h (class Object): Define Symbols. Declare virtual
10449 do_get_global_symbols.
10450 (Object::get_global_symbols): New function.
10451 * object.cc (Input_objects::add_object): Pass object to cref_ if
10452 --cref.
10453 (Input_objects::archive_start): Likewise.
10454 (Input_objects::archive_stop): Likewise.
10455 (Input_objects::print_cref): New function.
10456 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
10457 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
10458 --cref.
10459 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
10460 function.
10461 * plugin.h (class Sized_pluginobj): Update declarations.
10462
8781f709
ILT
104632010-01-05 Ian Lance Taylor <iant@google.com>
10464
10465 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
10466 to is_default_version. Rename insdef to insdefault.
10467 (Symbol_table::add_from_relobj): Rename def to is_default_version
10468 and local to is_forced_local.
10469 (Symbol_table::add_from_pluginobj): Likewise.
10470 (Symbol_table::add_from_dynobj): Likewise.
10471 (Symbol_table::define_special_symbol): Rename insdef to
10472 insdefault.
10473
fe35d28d
ILT
104742010-01-04 Ian Lance Taylor <iant@google.com>
10475
30bc8c46
ILT
10476 PR 10980
10477 * options.h (class General_options): Add
10478 --allow-multiple-definition and -z muldefs.
10479 * resolve.cc (Symbol_table::should_override): Don't warn about a
10480 multiple symbol definition if --allow-multiple-definition or -z
10481 muldefs.
10482
7eaea549
ILT
10483 PR 10980
10484 * options.h (class General_options): Add --add-needed and
10485 --copy-dt-needed-entries. Tweak --as-needed help entry.
10486 * object.cc (Input_objects::check_dynamic_dependencies): Give an
10487 error if --copy-dt-needed-entries aka --add-needed is used and
10488 would cause a change in behaviour.
10489
fe35d28d
ILT
10490 PR 10980
10491 * options.h (class General_options): Add -G as a short version of
10492 --shared. Add no-op options -assert, -g, and -i.
10493
55a2bb35
ST
104942010-01-04 Sriraman Tallam <tmsriram@google.com>
10495
10496 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
10497 check for .text or .gnu.linkonce.t sections.
10498 * icf.cc (Icf::find_identical_sections): Ditto.
10499 Change the detection for mangled function name within the section
10500 name.
10501 * icf.h (is_section_foldable_candidate): New function.
10502
719328e1
ILT
105032009-12-30 Ian Lance Taylor <iant@google.com>
10504
10505 PR 10980
10506 * options.h (class General_options): Permit two dashes with
10507 --retain-symbols-file.
10508
d7bb5745
ILT
105092009-12-30 Ian Lance Taylor <iant@google.com>
10510
403a15dd
ILT
10511 PR 10979
10512 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
10513 don't put the file header and segment headers in the text
10514 segment.
10515
eda294df
ILT
10516 PR 10979
10517 * common.cc (Sort_commons::operator()): Stabilize sort when both
10518 entries are NULL.
10519 (Symbol_table::do_allocate_commons_list): When allocating common
10520 symbols, skip a symbol which is no longer common.
10521 * symtab.h (Symbol::is_common): Test whether the symbol comes from
10522 an object before checking its type.
10523 * testsuite/common_test_2.c: New file.
10524 * testsuite/common_test_3.c: New file.
10525 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
10526 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
10527 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
10528 (common_test_2_pic.o, common_test_2.so): New targets.
10529 (common_test_3_pic.o, common_test_3.so): New targets.
10530 * testsuite/Makefile.in: Rebuild.
10531
d7bb5745
ILT
10532 PR 10979
10533 * script.cc (read_input_script): If we see a new SECTIONS clause,
10534 and we have added an input section, give an error.
10535 * layout.h (class Layout): Add have_added_input_section function.
10536 Add have_added_input_section_ field.
10537 * layout.cc (Layout::Layout): Initialize
10538 have_added_input_section_.
10539 (Layout::layout): Set have_added_input_section_.
10540 (Layout::layout_eh_frame): Likewise.
10541
fc59c572
ILT
105422009-12-30 Ian Lance Taylor <iant@google.com>
10543
10544 PR 10931
10545 * options.h (class General_options): Add --sort-common option.
10546 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
10547 * common.cc (Sort_common): Add sort_order parameter to
10548 constructor. Add sort_order_ field.
10549 (Sort_commons::operator): Check sort_order_.
10550 (Symbol_table::allocate_commons): Determine the sort order.
10551 (Symbol_table::do_allocate_commons): Add sort_order parameter.
10552 Change all callers.
10553 (Symbol_table::do_allocate_commons_list): Likewise.
10554
1c74fab0
ILT
105552009-12-30 Ian Lance Taylor <iant@google.com>
10556
10557 PR 10916
10558 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
10559 symbols from this object, don't change the visibility of an
10560 undefined symbol.
10561 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
10562
6affe781
ILT
105632009-12-30 Ian Lance Taylor <iant@google.com>
10564
10565 PR 10861
10566 * script.h (class Version_script_info): Define Language enum.
10567 Update declarations. Define Glob, Exact, and Lookup types. Add
10568 new fields globals_, locals_, and is_finalized_.
10569 * script.cc: Various formatting fixes.
10570 (class Parser_closure): Change language_stack_ from a vector of
10571 std::string to one of Version_script_info::Language. Adjust all
10572 uses accordingly.
10573 (class Lazy_demangler): Remove.
10574 (struct Version_expression): Change language from std::string to
10575 Version_script_info::Language.
10576 (Version_script_info::Version_script_info): New function.
10577 (Version_script_info::~Version_script_info): Don't call clear.
10578 (Version_script_info::finalize): New function.
10579 (Version_script_info::build_lookup_tables): New function.
10580 (Version_script_info::build_expression_list_lookup): New
10581 function.
10582 (Version_script_info::get_symbol_version_helper): Rewrite to use
10583 lookup tables.
10584 (Version_script_info::print_expression_list): Adjust to use
10585 Version_script_info::Language.
10586 (script_push_lex_into_version_mode): Check that the version script
10587 has not been finalized.
10588 (version_script_push_lang): Change language string to
10589 Version_script_info::Language.
10590 * options.cc (Command_line::version_script): New function.
10591 * options.h (class General_options): Add finalize_dynamic_list
10592 function. Change version_script from declaration to definition.
10593 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
10594 * testsuite/version_script.map: Remove duplicate def of foo.
10595 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
10596 version_script.map.
10597 * testsuite/Makefile.in: Rebuild.
10598
818bf354
ILT
105992009-12-30 Ian Lance Taylor <iant@google.com>
10600
10601 PR 10843
10602 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
10603 if the input symbol index is 0, make the output symbol index 0.
10604
ebcc8304
ILT
106052009-12-30 Ian Lance Taylor <iant@google.com>
10606
10607 PR 10670
10608 * options.h (class General_options): Add -x/--discard-all.
10609 * object.cc (Sized_relobj::do_count_local_symbols): Handle
10610 --discard-all. If the local symbol needs a dynamic entry, check
10611 that before handling --discard-locals.
10612
176fe33f
ILT
106132009-12-30 Ian Lance Taylor <iant@google.com>
10614
bb321bb1
ILT
10615 PR 10450
10616 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
10617 flags to PF_R.
10618 (Output_segment::add_output_section): Don't change the flags if
10619 the type is PT_TLS.
10620
176fe33f
ILT
10621 PR 10450
10622 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
10623 GNU hash table if they need a dynamic value. Otherwise, don't add
10624 them if they are defined in a dynamic object or are forced local.
10625
e8cd95c7
ILT
106262009-12-29 Ian Lance Taylor <iant@google.com>
10627
1b81fb71
ILT
10628 PR 10450
10629 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
10630 .gnu.hash table for a 32-bit target.
10631
8d6d383d
ILT
10632 PR 10450
10633 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
10634 regular and a dynamic object only needs a dynamic symbol table
10635 entry if it is externally visible.
10636
e785ec03
ILT
10637 PR 10450
10638 * i386.cc (class Target_i386): Initialize global_offset_table_ in
10639 constructor. Add global_offset_table_ field.
10640 (Target_i386::got_section): Set global_offset_table_.
10641 (Target_i386::do_finalize_sections): Set global_offset_table_
10642 size.
10643 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
10644 in constructor. Add global_offset_table_ field.
10645 (Target_x86_64::got_section): Set global_offset_table_.
10646 (Target_x86_64::do_finalize_sections): Set global_offset_table_
10647 size.
10648
1a2dff53
ILT
10649 * layout.cc (Layout::Layout): Initialize increase_relro_.
10650 (Layout::get_output_section): Add is_relro, is_last_relro, and
10651 is_first_non_relro parameters. Change all callers.
10652 (Layout::choose_output_section): Likewise.
10653 (Layout::add_output_section_data): Likewise.
10654 (Layout::make_output_section): Likewise.
10655 (Layout::set_segment_offsets): Clear increase_relro when using a
10656 linker script.
10657 * layout.h (class Layout): Add increase_relro method. Add
10658 increase_relro_ field. Update declarations.
10659 * output.cc (Output_section::Output_section): Initialize
10660 is_last_relro_ and is_first_non_relro_.
10661 (Output_segment::add_output_section): Group relro sections is
10662 do_sort is true. Handle is_last_relro and is_first_non_relro.
10663 (Output_segment::maximum_alignment): Remove relro handling.
10664 (Output_segment::set_section_addresses): Add increase_relro
10665 parameter. Change all callers. Add initial alignment to align
10666 relro sections on separate page. Remove old relro handling.
10667 (Output_segment::set_section_list_addresses): Remove in_relro
10668 parameter. Change all callers.
10669 (Output_segment::set_offset): Add increase parameter. Change all
10670 callers. Remove old relro handling.
10671 * output.h (class Output_section): Add new methods: is_last_relro,
10672 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10673 Add is_last_relro_ and is_first_non_relro_ fields.
10674 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10675 Create separate .got.plt section. Call increase_relro.
10676 * x86_64.cc (Target_x86_64::got_section): Likewise.
10677 * testsuite/relro_script_test.t: Add .got.plt.
10678
f0ba79e2
ILT
10679 PR 10450
10680 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10681 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10682 (Layout::finalize): Call set_dynamic_symbol_size.
10683 (Layout::set_dynamic_symbol_size): New function.
10684 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
10685 set_dynamic_symbol_size.
10686
e8cd95c7
ILT
10687 PR 10450
10688 * output.h (class Output_section): Add is_entsize_zero_ field.
10689 * output.cc (Output_section::Output_section): Initialize
10690 is_entsize_zero_.
10691 (Output_section::set_entsize): If two different entsizes are
10692 requested, force it to zero.
10693 (Output_section::add_input_section): Set flags for .debug_str
10694 before updating section flags. Set entsize.
10695 (Output_section::update_flags_for_input_section): Set SHF_MERGE
10696 and SHF_STRING if all input sections have those flags.
10697
3e1b9a8a
RÁE
106982009-12-29 Rafael Espindola <espindola@google.com>
10699
10700 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
10701 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10702 reporting.
3e1b9a8a 10703
3dcad376
ST
107042009-12-29 Sriraman Tallam <tmsriram@google.com>
10705
10706 * options.cc (General_options::parse_version): Allow -v to exit
10707 without an error if there is nothing to link.
10708
084e2665
ILT
107092009-12-29 Ian Lance Taylor <iant@google.com>
10710
10711 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10712 using a version of gcc before 4.1.
10713 * configure: Rebuild.
10714
250acde3
CD
107152009-12-28 Chris Demetriou <cgd@google.com>
10716
10717 * attributes.cc (Output_attributes_section_data::do_write): Use
10718 std::vector::front rather than std::vector::data.
10719
99fff23b
ILT
107202009-12-28 Ian Lance Taylor <iant@google.com>
10721
10722 * symtab.h (class Symbol_table): Add enum Defined.
10723 * resolve.cc (Symbol_table::should_override): Add defined
10724 parameter. Change all callers. Test whether object is NULL
10725 before calling a method on it.
10726 (Symbol_table::report_resolve_problem): Add defined parameter.
10727 Change all callers.
10728 (Symbol_table::should_override_with_special): Likewise.
10729 * symtab.cc (Symbol_table::define_in_output_data): Add defined
10730 parameter. Change all callers.
10731 (Symbol_table::do_define_in_output_data): Likewise.
10732 (Symbol_table::define_in_output_segment): Likewise.
10733 (Symbol_table::do_define_in_output_segment): Likewise.
10734 (Symbol_table::define_as_constant): Likewise.
10735 (Symbol_table::do_define_as_constant): Likewise.
10736 * script.h (class Symbol_assignment): Add is_defsym parameter to
10737 constructor; change all callers.
10738 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10739 parameter. Change all callers. Add is_defsym_ field.
10740 (class Parser_closure): Add parsing_defsym parameter to
10741 constructor; change all callers. Add parsing_defsym accessor
10742 function. Add parsing_defsym_ field.
10743
556bd683
ILT
107442009-12-28 Ian Lance Taylor <iant@google.com>
10745
10746 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 10747 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 10748
1782c879
ILT
107492009-12-23 Ian Lance Taylor <iant@google.com>
10750
10751 * i386.cc (Target_i386::do_calls_non_split): Recognize
10752 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
10753 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10754 -fsplit-stack prologue when using %r11.
1782c879 10755
329ca2b1
ST
107562009-12-21 Sriraman Tallam <tmsriram@google.com>
10757
10758 * options.cc (General_options::parse_version): Make -v continue and do
10759 the link like GNU ld does.
10760
d675ff46
RÁE
107612009-12-17 Rafael Avila de Espindola <espindola@google.com>
10762
10763 * Makefile.am (CCFILES): Add timer.cc.
10764 (HFILES): Add timer.h.
10765 * configure.ac: Check for sysconf and times.
10766 * main.cc: include timer.h.
10767 (main): Use Timer instead of get_run_time.
10768 * timer.cc: New.
10769 * timer.h: New.
10770 * workqueue.cc: include timer.h.
10771 (Workqueue::find_and_run_task):
10772 Report user, sys and wall time.
10773 * Makefile.in: Regenerate.
10774 * config.in: Regenerate.
10775 * configure: Regenerate.
10776
d6344fb5
DK
107772009-12-16 Doug Kwan <dougkwan@google.com>
10778
10779 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10780 sections.
10781 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10782 relaxed input sections.
10783 * output.cc (Output_section::find_relaxed_input_section): Change
10784 return type to Output_relaxed_input_section pointer. Adjust code
10785 for new type of relaxed_input_section_map_.
10786 * output.h (Output_section::find_relaxed_input_section): Change
10787 return type to Output_relaxed_input_section pointer.
10788 (Output_section::Output_relaxed_input_section_by_input_section_map):
10789 New type.
10790 (Output_section::relaxed_input_section_map_): Change type to
10791 Output_section::Output_relaxed_input_section_by_input_section_map.
10792 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10793 input section.
10794
0e0d5469
ILT
107952009-12-15 Ian Lance Taylor <iant@google.com>
10796
10797 * layout.cc (Layout::create_shstrtab): Only write out after input
10798 sections if we are compressing debug sections.
10799
0649a889
ILT
108002009-12-15 Ian Lance Taylor <iant@google.com>
10801
10802 * archive.cc (Archive::add_symbols): Only look up a symbol without
10803 a version if there is, in fact, a version.
10804
2ea97941
ILT
108052009-12-14 Ian Lance Taylor <iant@google.com>
10806
10807 Revert -Wshadow changes, all changes from:
10808 2009-12-11 Doug Kwan <dougkwan@google.com>
10809 2009-12-11 Nick Clifton <nickc@redhat.com>
10810 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10811
b0eec2cc
DK
108122009-12-11 Doug Kwan <dougkwan@google.com>
10813
10814 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10815 due to -Wshadow.
10816 * attributes.cc (Object_attribute::size): Ditto.
10817 (Attributes_section_data::size): Ditto.
10818 (Attributes_section_data::Attributes_section_data): Ditto.
10819 (Output_attributes_section_data::do_write): Ditto.
10820 * attributes.h (Object_attribute::set_type): Ditto.
10821 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10822
91d6fa6a
NC
108232009-12-11 Nick Clifton <nickc@redhat.com>
10824
10825 * archive.cc: Fix shadowed variable warnings.
10826 * arm.cc: Likewise.
10827 * compressed_output.cc: Likewise.
10828 * compressed_output.h: Likewise.
10829 * configure: Likewise.
10830 * dwarf_reader.cc: Likewise.
10831 * dynobj.cc: Likewise.
10832 * dynobj.h: Likewise.
10833 * ehframe.cc: Likewise.
10834 * ehframe.h: Likewise.
10835 * errors.cc: Likewise.
10836 * expression.cc: Likewise.
10837 * fileread.cc: Likewise.
10838 * fileread.h: Likewise.
10839 * freebsd.h: Likewise.
10840 * i386.cc: Likewise.
10841 * icf.cc: Likewise.
10842 * incremental.h: Likewise.
10843 * layout.cc: Likewise.
10844 * layout.h: Likewise.
10845 * mapfile.cc: Likewise.
10846 * merge.cc: Likewise.
10847 * merge.h: Likewise.
10848 * object.cc: Likewise.
10849 * object.h: Likewise.
10850 * options.h: Likewise.
10851 * output.cc: Likewise.
10852 * output.h: Likewise.
10853 * parameters.cc: Likewise.
10854 * plugin.cc: Likewise.
10855 * powerpc.cc: Likewise.
10856 * reduced_debug_output.cc: Likewise.
10857 * reduced_debug_output.h: Likewise.
10858 * reloc.cc: Likewise.
10859 * reloc.h: Likewise.
10860 * resolve.cc: Likewise.
10861 * script-sections.cc: Likewise.
10862 * script.cc: Likewise.
10863 * script.h: Likewise.
10864 * sparc.cc: Likewise.
10865 * symtab.cc: Likewise.
10866 * symtab.h: Likewise.
10867 * target-select.cc: Likewise.
10868 * target-select.h: Likewise.
10869 * token.h: Likewise.
10870 * workqueue.cc: Likewise.
10871 * workqueue.h: Likewise.
10872 * x86_64.cc: Likewise.
10873
a0351a69
DK
108742009-12-10 Doug Kwan <dougkwan@google.com>
10875
10876 * arm.cc (attributes.h): New include.
10877 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10878 (Arm_relobj::~Arm_relobj): Delete object pointed by
10879 attributes_section_data_.
10880 (Arm_relobj::attributes_section_data): New method definition.
10881 (Arm_relobj::attributes_section_data_): New data member declaration.
10882 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10883 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10884 attributes_section_data_.
10885 (Arm_dynobj::attributes_section_data): New method definition.
10886 (Arm_dynobj::attributes_section_data_): New data member declaration.
10887 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
10888 initialization value of may_use_blx_ to false.
2e702c99 10889 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
10890 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10891 object attributes to compute results instead of hard-coding.
10892 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10893 Target_arm::get_secondary_compatible_arch,
10894 Target_arm::set_secondary_compatible_arch
10895 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10896 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10897 New method declarations.
10898 (Target_arm::get_aeabi_object_attribute): New method definition.
10899 (Target_arm::attributes_section_data_): New data member declaration.
10900 (read_arm_attributes_section): New template definition.
10901 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10902 (Arm_dynobj::do_read_symbols): Ditto.
10903 (Target_arm::do_finalize_sections): Merge attributes sections from
10904 input. Check for BLX use after attributes section merging.
10905 Fix __exidx_start and __exidx_end visibility. Create an
10906 .ARM.attributes section if necessary.
10907 (Target_arm::get_secondary_compatible_arch,
10908 Target_arm::set_secondary_compatible_arch,
10909 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10910 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 10911 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
10912 New method definitions.
10913
b59befec
ILT
109142009-12-09 Ian Lance Taylor <iant@google.com>
10915
10916 * plugin.cc (Plugin::load): Don't cast from void* to a function
10917 pointer.
10918
1276bc89
ILT
109192009-12-09 Ian Lance Taylor <iant@google.com>
10920
10921 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10922 information fields.
10923
2f2de248
L
109242009-12-09 H.J. Lu <hongjiu.lu@intel.com>
10925
10926 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10927 Replace two_file_shared_1.so with two_file_shared_2.so.
10928 * testsuite/Makefile.in: Regenerated.
10929
4f787271
DK
109302009-12-08 Doug Kwan <dougkwan@google.com>
10931
10932 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10933 (HFILES): Add attributes.h and int_encoding.h.
10934 * Makefile.in: Regenerate.
10935 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10936 function definitions to int_encoding.cc
10937 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10938 prototypes to int_encoding.h
10939 * reduced_debug_output.cc (int_encoding.h): New include.
10940 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10941 function definitions to int_encoding.cc
10942 (insert_into_vector, read_from_pointer): Move template definitions to
10943 int_encoding.h
10944 * attributes.cc: New file.
10945 * attributes.h: New file.
10946 * int_encoding.cc: New file.
10947 * int_encoding.h: New file.
10948
20b52f1a
RÁE
109492009-12-07 Rafael Avila de Espindola <espindola@google.com>
10950
10951 PR gold/11055
10952 * incremental-dump.cc (dump_incremental_inputs): New.
10953 (main): Use dump_incremental_inputs.
10954
53d7974c
L
109552009-12-07 H.J. Lu <hongjiu.lu@intel.com>
10956
10957 PR gold/10893
10958 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10959 checking elfcpp::STT_FUNC.
10960 (Target_i386::Relocate::relocate): Likewise.
10961 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10962
10963 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10964 symbols from shared libraries into normal FUNC symbols.
10965
10966 * symtab.h (Symbol): Add is_func and use it.
10967
05a352e6
DK
109682009-12-05 Doug Kwan <dougkwan@google.com>
10969
10970 * arm.cc (Target_arm::arm_info): Initialize new fields
10971 attributes_section and attributes_vendor.
10972 * i386.cc (Target_i386::i386_info): Same.
10973 * object.cc (Sized_relobj::do_layout): Skip attribute section.
10974 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10975 fields attributes_section and attributes_vendor.
53d7974c 10976 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
10977 * target.h (Target::attributes_section, Target::attributes_vendor,
10978 Target::is_attributes_section, Target::attribute_arg_type,
10979 Target::attributes_order): New method definitions.
10980 (Target::Target_info::attributes_section,
10981 Target::Target_info::attributes_vendor): New fields.
10982 (Target::do_attribute_arg_type, Target::do_attributes_order): New
10983 virtual method definitions.
10984 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10985 attributes_section and attributes_vendor.
10986 * testsuite/testfile.cc (Target_test::test_target_info): Same.
10987
f4e5969c
DK
109882009-12-05 Doug Kwan <dougkwan@google.com>
10989
10990 * arm.cc: Update comments about interworking and stub generation.
10991 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10992 considered as non-PIC.
10993 (Arm_relocate_functions::base_abs): Fix formatting.
10994 (Arm_relocate_functions::got_prel): Fix comment. Change interface
10995 of function to use GOT entry address instead of offset.
10996 (Target_arm::Scan::global): Issue an error if a symbol would need a
10997 PLT does not get one because it is untyped. Remove code to create
10998 dynamic symbols for relative branches.
10999 (Target_arm::Relocate::relocate: Use 0 instead of false since function
11000 takes unsigned integer instead of boolean.
11001
1abce4a6
L
110022009-12-05 H.J. Lu <hongjiu.lu@intel.com>
11003
11004 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
11005 (two_file_test_LDADD): Likewise.
11006 (common_test_1_LDADD): Likewise.
11007 (exception_test_LDADD) Likewise.
11008 (weak_test_LDADD): Likewise.
11009 (many_sections_test_LDADD): Likewise.
11010 (initpri1_LDADD): Likewise.
11011 (script_test_1_LDADD): Likewise.
11012 (script_test_2_LDADD): Likewise.
11013 (justsyms_LDADD): Likewise.
11014 (binary_test_LDADD): Likewise.
11015 (large_LDADD): Likewise.
11016 * testsuite/Makefile.in: Regenerated.
11017
adcf2816 110182009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 11019
adcf2816
L
11020 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
11021 (Symbol_table::override_with_special): Likewise.
11022 (Symbol_table::add_from_object): Likewise.
11023
28e67f5d
RÁE
110242009-12-04 Rafael Avila de Espindola <espindola@google.com>
11025
11026 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11027 Don't set the data_offset twice.
11028
ae10a101
RÁE
110292009-12-04 Rafael Avila de Espindola <espindola@google.com>
11030
11031 * testsuite/Makefile.in: Regenerate.
11032
f59f41f3
DK
110332009-12-03 Doug Kwan <dougkwan@google.com>
11034
11035 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
11036 (Target_arm::do_finalize_sections): Add parameter for symbol table
11037 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
11038 * i386.cc (Target_i386::do_finalize_sections): Add an additional
11039 parameter for symbol table pointer.
11040 * layout.cc (Layout::finalize): Call Target::finalize_sections with
11041 an additional parameter for a pointer to symbol table.
11042 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
11043 parameter for a symbol table pointer.
11044 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
11045 * target.h (Target::finalize_sections, Target::do_finalize_sections):
11046 Ditto.
11047 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
11048 parameter for a symbol table pointer.
11049
ca55d848
RÁE
110502009-12-03 Rafael Avila de Espindola <espindola@google.com>
11051
11052 * incremental.cc (Incremental_inputs_header)
11053 (Incremental_inputs_header_write, Incremental_inputs_entry)
11054 (Incremental_inputs_entry_write): Move ...
11055 * incremental.h (Incremental_inputs_header)
11056 (Incremental_inputs_header_write, Incremental_inputs_entry)
11057 (Incremental_inputs_entry_write): here.
11058
3aec4f9c
RÁE
110592009-12-02 Rafael Avila de Espindola <espindola@google.com>
11060
11061 * incremental.cc (make_sized_incremental_binary): Set the target.
11062 Error if it is incompatible.
11063 * output.h (Output_file): Add filename method.
11064
9c0ae74d
RÁE
110652009-12-02 Rafael Avila de Espindola <espindola@google.com>
11066
11067 * incremental.cc (Incremental_inputs_entry): Remove unused argument
11068 from the get_* methods.
11069
a45500ae
RÁE
110702009-12-02 Rafael Avila de Espindola <espindola@google.com>
11071
11072 * incremental-dump.cc (main): Check that the offeset of a script is 0.
11073 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11074 Write 0 for the data_offset of scripts.
11075
325e6408
RÁE
110762009-12-02 Rafael Avila de Espindola <espindola@google.com>
11077
11078 * testsuite/Makefile.am: Add the incremental_test.sh test.
11079 * testsuite/incremental_test.sh: New.
11080 * testsuite/incremental_test_1.c: New.
11081 * testsuite/incremental_test_2.c: New.
11082
954c3e2e
RÁE
110832009-12-01 Rafael Avila de Espindola <espindola@google.com>
11084
703d02da 11085 * incremental-dump.cc (main): Fix typos.
954c3e2e 11086
f8086623
RÁE
110872009-11-27 Rafael Avila de Espindola <espindola@google.com>
11088
11089 PR gold/11025
11090 * incremental-dump.cc (main): Use llu to print 64 bit values.
11091
3b0dd6ac
L
110922009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
11093 H.J. Lu <hongjiu.lu@intel.com>
11094
11095 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
11096 $(LIBDL).
11097 (incremental_dump_LDADD): Likewise.
11098 * Makefile.in: Regenerated.
11099
a6d1ef57 111002009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 11101
a6d1ef57
DK
11102 Revert:
11103
11104 2009-11-25 Doug Kwan <dougkwan@google.com>
11105
11106 * arm.cc (Target_arm::Target_arm): Move method definition
11107 outside of class definition. Add code to handle
11108 --target1-rel, --target1-abs and --target2= options.
11109 (Target_arm::get_reloc_reloc_type): Change method to be
11110 non-static and const.
11111 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
11112 New data member declaration.
11113 (Target_arm::Scan::local, Target_arm::Scan::global,
11114 Target_arm::Relocate::relocate,
11115 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11116 Adjust call to Target_arm::get_real_reloc_type.
11117 (Target_arm::get_real_reloc_type): Use command line options
11118 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11119 * options.h (--target1-rel, --target1-abs, --target2): New
11120 ARM-only options.
11121
50aeb7d4
DK
111222009-11-25 Doug Kwan <dougkwan@google.com>
11123
11124 * arm.cc (Target_arm::Target_arm): Move method definition outside of
11125 class definition. Add code to handle --target1-rel, --target1-abs
11126 and --target2= options.
11127 (Target_arm::get_reloc_reloc_type): Change method to be non-static
11128 and const.
11129 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
11130 member declaration.
11131 (Target_arm::Scan::local, Target_arm::Scan::global,
11132 Target_arm::Relocate::relocate,
11133 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
11134 call to Target_arm::get_real_reloc_type.
11135 (Target_arm::get_real_reloc_type): Use command line options to
11136 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11137 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
11138 options.
11139
51938283
DK
111402009-11-25 Doug Kwan <dougkwan@google.com>
11141
11142 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
11143 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
11144 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
11145 formatting.
11146 (Arm_relocate_functions::thm_call): Replace body with a call to
11147 Arm_relocate_functions::thumb_branch_common.
11148 (Arm_relocate_functions::thm_jump24,
11149 Arm_relocate_functions::thm_xpc22): New method definitions.
11150 (Arm_relocate_functions::thumb_branch_common): New method definition.
11151 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
11152 operator.
11153 (Target_arm::Relocate::relocate): Adjust call to thm_call.
11154 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
11155
e2b8f3c4
RÁE
111562009-11-24 Rafael Avila de Espindola <espindola@google.com>
11157
11158 * Makefile.am: Build incremental-dump
11159 * Makefile.in: Regenerate.
11160 * incremental-dump.cc: New.
11161 * incremental.cc (Incremental_inputs_header_data,
11162 Incremental_inputs_entry_data): Move to incremental.h
11163 * incremental.h: (Incremental_inputs_header_data,
11164 Incremental_inputs_entry_data): Move from incremental.cc
11165
bcba9aec
RÁE
111662009-11-24 Rafael Avila de Espindola <espindola@google.com>
11167
11168 * incremental.cc (Incremental_inputs_header,
11169 Incremental_inputs_header_write, Incremental_inputs_entry,
11170 Incremental_inputs_entry_write): Add a typedef with the data type.
11171
7c3afe08
RÁE
111722009-11-24 Rafael Avila de Espindola <espindola@google.com>
11173
11174 * incremental.cc (Incremental_inputs_header,
11175 Incremental_inputs_header_write, Incremental_inputs_entry,
11176 Incremental_inputs_entry_write): Update comment about which
11177 type has the filed descriptions.
11178
d204b6e9
DK
111792009-11-15 Doug Kwan <dougkwan@google.com>
11180
11181 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
11182 (Arm_relocate_functions::arm_branch_common): Change method defintion
11183 in class definition to a method declaration and update list of formal
11184 parameters.
11185 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
11186 Arm_relocation_functions::jump24): Adjust call to
11187 Arm_relocate_functions::arm_branch_common. Update list of formal
11188 parameters.
11189 (Arm_relocate_functions::xpc25): New method definition.
11190 (Arm_relocate_functions::arm_branch_common): Move method defintion
11191 out from class definition. Use stubs for mode-switching and extending
11192 branch ranges.
11193 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
11194 specially. Change code to enable use of stubs in ARM branches.
11195
43d12afe
DK
111962009-11-10 Doug Kwan <dougkwan@google.com>
11197
11198 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
11199 in method declaration.
11200 (Target_arm::relocate_stub): New method declaration.
11201 (Target_arm::default_target): Change to return a pointer instead of
11202 a const reference.
11203 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
11204 Target_arm::default_target.
11205 (Arm_Relobj::do_relocate_sections): Remove options paramater in
11206 method definition.
11207 (Target_arm::relocate_section): Adjust view.
11208 (Target_arm::relocate_stub): New method definition.
11209
ac33a407
DK
112102009-11-10 Doug Kwan <dougkwan@google.com>
11211
11212 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
11213 a format warning.
11214 * incremental.cc (open_incremental_binary): Initialized local
11215 variables to avoid warnings.
11216 * object.cc (make_elf_object): Ditto.
11217 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
11218 a format warning.
e1df38aa 11219
88ee28e9
L
11220009-11-09 H.J. Lu <hongjiu.lu@intel.com>
11221
11222 PR gold/10930
11223 * testsuite/plugin_test.c: Include "config.h".
11224
2daedcd6
DK
112252009-11-09 Doug Kwan <dougkwan@google.com>
11226
11227 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
11228 (arm_symbol_value): Remove.
11229 (Arm_relocate_functions::arm_branch_common,
11230 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
11231 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
11232 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
11233 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
11234 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
11235 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
11236 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
11237 Arm_relocate_functions::thm_mobw_abs_nc,
11238 Arm_relocate_functions::thm_mov_abs,
11239 Arm_relocate_functions::movw_prel_nc,
11240 Arm_relocate_functions::thm_movt_abs,
11241 Arm_relocate_functions::movt_prel,
11242 Arm_relocate_functions::thm_movw_prel_nc,
11243 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
11244 (Target_arm::Relocate::relocate): Only decompose address into two
11245 parts if relocation type uses the thumb-bit and pass the actual
11246 bit instead of a flag indicating that the thumb-bit is used. Adjust
11247 calls to methods in Arm_relocate_functions for this change.
11248
1276bc89 112492009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
11250
11251 PR 10925
11252 * reloc.cc: Instantiate
11253 Sized_relobj::initialize_input_to_output_maps and
11254 Sized_relobj:free_input_to_output_maps.
11255
e53ad1b5
ILT
112562009-11-06 Ian Lance Taylor <iant@google.com>
11257
11258 PR 10876
11259 * defstd.cc (in_segment): Set only_if_ref true for "end".
11260
eb44217c
DK
112612009-11-06 Doug Kwan <dougkwan@google.com>
11262
11263 * arm.cc (class Reloc_stub): Correct a comment.
11264 (Target_arm::Target_arm): Initialize arm_input_section_map_.
11265 (Target_arm::scan_section_for_stubs): New method declaration.
11266 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
11267 Change methods from private to protected.
11268 (Target_arm::do_may_relax): New method definition.
11269 (Target_arm::do_relax, Target_arm::group_sections,
11270 Target_arm::scan_reloc_for_stub,
11271 Target_arm::scan_reloc_section_for_stubs): New method declarations.
11272 (Target_arm::arm_input_section_map_): New data member declaration.
11273 (Target_arm::scan_reloc_for_stub,
11274 Target_arm::scan_reloc_section_for_stubs,
11275 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
11276 Target_arm::do_relax): New method definitions.
11277
5d329b7d
ILT
112782009-11-06 Mikolaj Zalewski <mikolaj@google.com>
11279
11280 * configure.ac: Check for (struct stat)::st_mtim
11281 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
11282 * config.in: Regenerate.
11283 * configure: Regenerate.
11284
96a0d71b
ILT
112852009-11-05 Ian Lance Taylor <iant@google.com>
11286
11287 PR 10910
11288 * output.cc (Output_segment::add_output_section): Add missing
11289 return statement.
11290
594c8e5e
ILT
112912009-11-04 Ian Lance Taylor <iant@google.com>
11292
11293 PR 10880
11294 * object.h (class Object): Add is_needed and set_is_needed
11295 methods. Add is_needed_ field. Make bool fields into bitfields.
11296 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
11297 defined in a dynamic object and referenced by a regular object,
11298 set is_needed for the dynamic object.
11299 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
11300 if the file is marked with as_needed and it is not needed.
11301
22b127cc
ILT
113022009-11-04 Ian Lance Taylor <iant@google.com>
11303
11304 PR 10887
11305 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
11306 tags if data is discarded by linker script.
11307 * i386.cc (Target_i386::do_finalize_sections): Likewise.
11308 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11309 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11310 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11311
f5c870d2
ILT
113122009-11-04 Ian Lance Taylor <iant@google.com>
11313
11314 * layout.cc (Layout::get_output_section): Add is_interp and
11315 is_dynamic_linker_section parameters. Change all callers.
11316 (Layout::choose_output_section): Likewise.
11317 (Layout::make_output_section): Likewise.
11318 (Layout::add_output_section_data): Add is_dynamic_linker_section
11319 parameter. Change all callers.
11320 * layout.h (class Layout): Update declarations.
11321 * output.h (class Output_section): Add is_interp, set_is_interp,
11322 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
11323 Add is_interp_, is_dynamic_linker_section_ fields. Change
11324 generate_code_fills_at_write_ to a bitfield.
11325 * output.cc (Output_section::Output_sections): Initialize new
11326 fields.
11327 (Output_segment::add_output_section): Add do_sort parameter.
11328 Change all callers.
11329
1ae4d23b
ILT
113302009-11-03 Ian Lance Taylor <iant@google.com>
11331
11332 PR 10860
11333 * options.h (class General_options): Add --warn-common.
11334 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
11335 merging two common symbols.
11336 (Symbol_table::should_override): Handle --warn-common when merging
11337 a common symbol with a defined symbol. Use report_resolve_problem
11338 for multiple definitions.
11339 (Symbol_table::report_resolve_problem): New function.
11340 * symtab.h (class Symbol_table): Declare report_resolve_problem.
11341
55da9579
DK
113422009-11-03 Doug Kwan <dougkwan@google.com>
11343
11344 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
11345 stub_factory_.
11346 (Target_arm::stub_factory): New method definition.
11347 (Target_arm::new_arm_input_section,
11348 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
11349 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 11350 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
11351 New type definitions.
11352 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
11353 member declarations.
11354 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
11355 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
11356 New method definitions.
11357
37a9ac43
ILT
113582009-11-03 Ian Lance Taylor <iant@google.com>
11359
11360 * options.h (class General_options): Add --warn_constructors.
11361
b3d6a3d4
ILT
113622009-11-03 Ian Lance Taylor <iant@google.com>
11363
11364 PR 10893
11365 * defstd.cc (in_section): Add entries for __rel_iplt_start,
11366 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
11367
934b01dd
ILT
113682009-11-03 Ian Lance Taylor <iant@google.com>
11369
11370 PR 10895
11371 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
11372 --msgid-bugs-address.
11373 (install-pdf): New target.
11374 (install-data_yes): Look up one directory to find mkinstalldirs.
11375
03c1939b
L
113762009-11-03 H.J. Lu <hongjiu.lu@intel.com>
11377
11378 * po/Make-in (.po.gmo): Don't generate .gmo files in source
11379 tree.
11380
ebd95253
DK
113812009-10-30 Doug Kwan <dougkwan@google.com>
11382
11383 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
11384
e9bbb538
DK
113852009-10-30 Doug Kwan <dougkwan@google.com>
11386
11387 * arm.cc (Stub_addend_reader): New struct template definition
11388 and partial specializations.
11389 (Stub_addend_reader::operator()): New method definition for a
11390 partially specialized template.
11391
d5b40221
DK
113922009-10-30 Doug Kwan <dougkwan@google.com>
11393
11394 * arm.cc (Arm_relobj::processor_specific_flags): New method
11395 definition.
11396 (Arm_relobj::do_read_symbols): New method declaration.
11397 (Arm_relobj::processor_specific_flags_): New data member declaration.
11398 (Arm_dynobj): New class definition.
11399 (Target_arm::do_finalize_sections): Add input_objects parameter.
11400 (Target_arm::do_adjust_elf_header): New method declaration.
11401 (Target_arm::are_eabi_versions_compatible,
11402 (Target_arm::merge_processor_specific_flags): New method declaration.
11403 (Target_arm::do_make_elf_object): New overloaded method definitions
11404 and declaration.
11405 (Arm_relobj::do_read_symbols): New method definition.
11406 (Arm_dynobj::do_read_symbols): Ditto.
11407 (Target_arm::do_finalize_sections): Add input_objects parameters.
11408 Merge processor-specific flags from all input objects.
11409 (Target_arm::are_eabi_versions_compatible,
11410 Target_arm::merge_processor_specific_flags,
11411 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
11412 New method definitions.
11413 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
11414 Input_objects pointer type parameter.
11415 * layout.cc (Layout::finalize): Pass input objects to target's.
11416 finalize_sections function.
11417 * output.cc (Output_file_header::do_sized_write): Set ELF file
11418 header's processor-specific flags.
11419 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
11420 Input_objects pointer type parameter.
11421 * sparc.cc (Target_sparc::do_finalize_sections): Same.
11422 * target.h (Input_objects): New forward class declaration.
11423 (Target::processor_specific_flags,
11424 Target::are_processor_specific_flags_sect): New method definitions.
11425 (Target::finalize_sections): Add input_objects parameter.
11426 (Target::Target): Initialize processor_specific_flags_ and
11427 are_processor_specific_flags_set_.
11428 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
11429 parameter.
11430 (Target::set_processor_specific_flags): New method definition.
11431 (Target::processor_specific_flags_,
11432 Target::are_processor_specific_flags_set_): New data member
11433 declarations.
11434 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
11435 Input_objects pointer type parameter.
11436
ebabffbd
DK
114372009-10-30 Doug Kwan <dougkwan@google.com>
11438
11439 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
11440
ad0f2072
ILT
114412009-10-28 Ian Lance Taylor <iant@google.com>
11442
11443 * object.h (class Relobj): Drop options parameter from
11444 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
11445 do_scan_relocs, do_relocate. Change all callers.
11446 (class Sized_relobj): Drop options parameters from
11447 do_gc_process_relocs, do_scan_relocs, do_relocate,
11448 do_relocate_sections, relocate_sections, emit_relocs_scan,
11449 emit_relocs_scan_reltype. Change all callers.
11450 (struct Relocate_info): Remove options field and all references to
11451 it.
11452 * reloc.h (class Read_relocs): Remove options constructor
11453 parameter and options_ field. Change all callers.
11454 (class Gc_process_relocs, class Scan_relocs): Likewise.
11455 (class Relocate_task): Likewise.
11456 * target-reloc.h (scan_relocs): Remove options parameter. Change
11457 all callers.
11458 (scan_relocatable_relocs): Likewise.
11459 * target.h (class Sized_target): Remove options parameter from
11460 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
11461 all callers.
11462 * gc.h (gc_process_relocs): Remove options parameter. Change all
11463 callers.
11464 * arm.cc: Update functions to remove options parameters.
11465 * i386.cc: Likewise.
11466 * powerpc.cc: Likewise.
11467 * sparc.cc: Likewise.
11468 * x86_64.cc: Likewise.
11469 * testsuite/testfile.cc: Likewise.
11470
8ffa3667
DK
114712009-10-28 Doug Kwan <dougkwan@google.com>
11472
11473 * arm.cc (Arm_relobj): New class definition.
e1df38aa 11474 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
11475 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
11476 New method definitions.
11477
40f36857
CC
114782009-10-28 Cary Coutant <ccoutant@google.com>
11479
11480 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
11481 (Plugin::cleanup_done_): New member.
11482 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
11483 (Plugin_manager::cleanup_done_): Remove.
11484 (Plugin_manager::add_input_file): Edit error message.
11485 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
11486 (Plugin_manager::cleanup): Remove use of cleanup_done_.
11487
2c849493
ILT
114882009-10-27 Mikolaj Zalewski <mikolajz@google.com>
11489
11490 * fileread.cc: (File_read::View::~View): Use the new
11491 data_ownership_ filed.
11492 (File_read::~File_read): Dispose the new whole_file_view_.
11493 (File_read::open): Mmap the whole file if needed.
11494 (File_read::open): Use whole_file_view_ instead of contents_.
11495 (File_read::find_view): Use whole_file_view_ if applicable.
11496 (File_read::do_read): Use whole_file_view_ instead of contents_.
11497 (File_read::make_view): Use whole_file_view_ instead of contents_,
11498 update File_read::View::View call.
11499 (File_read::find_or_make_view): Update File_read::View::View
11500 call.
11501 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
11502 remove contents_
11503 (File_read::View::Data_ownership): New enum.
11504 (File_read::View::View): Replace bool mapped_ with Data_ownership
11505 argument.
11506 (File_read::View::mapped_): Remove (replaced by data_ownership_).
11507 (File_read::View::data_ownership_): New field.
11508 (File_read::contents_): Remove (replaced by whole_file_view_).
11509 (File_read::whole_file_view_): New field.
11510 * options.h (class General_options): Add --keep-files-mapped.
11511
24998053
CC
115122009-10-27 Cary Coutant <ccoutant@google.com>
11513
11514 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
11515 * testsuite/Makefile.am (plugin_test_5): New test case.
11516 * testsuite/Makefile.in: Regenerate.
11517
72adc4fa
DK
115182009-10-25 Doug Kwan <dougkwan@google.com>
11519
11520 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
11521 from private to protected to allow access by child class.
11522 (Sized_relobj::do_relocate_sections): New method declaration.
11523 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 11524 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
11525 Sized_relobj::relocate_sections. Instantiate template explicitly
11526 for different target sizes and endianity.
11527
07f508a2
DK
115282009-10-24 Doug Kwan <dougkwan@google.com>
11529
11530 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
11531 (Arm_input_section::as_arm_input_section): New method.
11532 (Arm_output_section): New class definition.
11533 (Arm_output_section::create_stub_group,
11534 Arm_output_section::group_sections): New method definitions.
11535
10ad9fe5
DK
115362009-10-22 Doug Kwan <dougkwan@google.com>
11537
11538 * arm.cc (Arm_input_section): New class definition.
11539 (Arm_input_section::init, Arm_input_section:do_write,
11540 Arm_input_section::set_final_data_size,
11541 Arm_input_section::do_reset_address_and_file_offset): New method
11542 definitions.
11543
56ee5e00
DK
115442009-10-21 Doug Kwan <dougkwan@google.com>
11545
11546 * arm.cc (Stub_table, Arm_input_section): New forward class
11547 declarations.
11548 (Stub_table): New class defintion.
11549 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
11550 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
11551 New method definition.
11552
b569affa
DK
115532009-10-21 Doug Kwan <dougkwan@google.com>
11554
11555 * arm.cc: Update copyright comments.
11556 (Target_arm): New forward class template declaration.
11557 (Arm_address): New type.
11558 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
11559 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
11560 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
11561 constants.
11562 (Insn_template): Same.
11563 (DEF_STUBS): New macro.
11564 (Stub_type): New enum type.
11565 (Stub_template): New class definition.
11566 (Stub): Same.
11567 (Reloc_stub): Same.
11568 (Stub_factory): Same.
11569 (Target_arm::Target_arm): Initialize may_use_blx_ and
11570 should_force_pic_veneer_.
11571 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
11572 Target_arm::should_force_pic_veneer,
11573 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
11574 Target_arm::using_thumb_only, Target_arm:;default_target): New
11575 method defintions.
11576 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
11577 New data member declarations.
11578 (Insn_template::size, Insn_template::alignment): New method defintions.
11579 (Stub_template::Stub_template): New method definition.
11580 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
11581 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
11582 (Stub_factory::Stub_factory): New method definition.
11583 * gold.h (string_hash): New template.
11584 * output.h (Input_section_specifier::hash_value): Use
11585 gold::string_hash.
11586 (Input_section_specifier::string_hash): Remove.
11587 * stringpool.cc (Stringpool_template::string_hash): Use
11588 gold::string_hash.
11589
6c172549
DK
115902009-10-20 Doug Kwan <dougkwan@google.com>
11591
11592 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
11593 symbols of relaxed input sections.
11594 * output.h (Output_section::find_relaxed_input_section): Make
11595 method public.
11596
c5617f2f
DK
115972009-10-16 Doug Kwan <dougkwan@google.com>
11598
11599 * dynobj.cc (Versions::Versions): Initialize version_script_.
11600 Only insert base version symbol definition for a shared object
11601 if version script defines any version versions.
11602 (Versions::define_base_version): New method definition.
11603 (Versions::add_def): Check that base version is not needed.
11604 (Versions::add_need): Define base version lazily.
11605 * dynobj.h (Versions::define_base_version): New method declaration.
11606 (Versions::needs_base_version_): New data member declaration.
11607 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
11608 (check_DATA): Add no_version_test.stdout.
11609 (libno_version_test.so, no_version_test.o no_version_test.stdout):
11610 New make rules.
11611 * testsuite/Makefile.in: Regenerate.
11612 * testsuite/no_version_test.c: New file.
11613 * testsuite/no_version_test.sh: Ditto.
11614
3c12dcdb
DK
116152009-10-16 Doug Kwan <dougkwan@google.com>
11616
11617 * expression.cc (class Segment_start_expression): New class definition.
11618 (Segment_start_expression::value): New method definition.
11619 (script_exp_function_segment_start): Return a new
11620 Segment_start_expression.
11621 * gold/script-c.h (script_saw_segment_start_expression): New function
11622 prototype.
11623 * script-sections.cc (Script_sections::Script_sections): Initialize
11624 SAW_SEGMENT_START_EXPRESSION_ to false.
11625 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
11626 and -Tbbs options to specify section addresses if given in
11627 command line and no SEGMENT_START expression is seen in a script.
11628 * script-sections.h (Script_sections::saw_segment_start_expression,
11629 Script_sections::set_saw_segment_start_expression): New method
11630 definition.
11631 (Script_sections::saw_segment_start_expression_): New data member
11632 declaration.
11633 * script.cc (script_saw_segment_start_expression): New function.
11634 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
11635 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
11636 script_test_7.sh and script_test_8.sh.
11637 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
11638 script_test_8.stdout.
11639 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
11640 (script_test_6, script_test_6.stdout, script_test_7,
11641 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
11642 * Makefile.in: Regenerate.
11643 * testsuite/script_test_6.sh: New file.
11644 * testsuite/script_test_6.t: Same.
11645 * testsuite/script_test_7.sh: Same.
11646 * testsuite/script_test_7.t: Same.
11647 * testsuite/script_test_8.sh: Same.
11648
64b1ae37
DK
116492009-10-16 Doug Kwan <dougkwan@google.com>
11650
11651 * output.cc (Output_segment::set_section_list_address): Cast
11652 expressions to unsigned long long type to avoid format warnings.
11653
661be1e2
ILT
116542009-10-15 Ian Lance Taylor <iant@google.com>
11655
12edd763 11656 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 11657 dot assignment to script_sections_.
12edd763
ILT
11658 * script-sections.cc (Script_sections::add_dot_assignment):
11659 Initialize if necessary.
11660
68b6574b
ILT
11661 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
11662 program headers with no load segment if there is a linker script.
11663
661be1e2
ILT
11664 * layout.cc (Layout::set_segment_offsets): Align the file offset
11665 to the segment aligment for -N or -n with no load segment.
11666 * output.cc (Output_segment::add_output_section): Don't crash if
11667 the first section is a TLS section.
11668 (Output_segment::set_section_list_addresses): Print an error
11669 message if the address moves backward in a linker script.
11670 * script-sections.cc
11671 (Output_section_element_input::set_section_addresses): Don't
11672 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11673 (Orphan_output_section::set_section_addresses): Likewise.
11674
f15f61a7
DK
116752009-10-15 Doug Kwan <dougkwan@google.com>
11676
11677 * layout.cc (Layout::finish_dynamic_section): Generate tags
11678 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11679 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11680 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11681
82bb573a
ILT
116822009-10-14 Ian Lance Taylor <iant@google.com>
11683
11684 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11685 fields.
11686 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11687 data_shdr fields of relinfo.
11688 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11689 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
11690 R_386_TLS_LDO_32, adjust based on section flags.
11691 (Target_i386::Relocate::fix_up_ldo): Remove.
11692
374ad285
ILT
116932009-10-13 Ian Lance Taylor <iant@google.com>
11694
11695 Add support for -pie.
11696 * options.h (class General_options): Add -pie and
11697 --pic-executable.
11698 (General_options::output_is_position_independent): Test -pie.
11699 (General_options::output_is_executable): Return true if not shared
11700 and not relocatable.
11701 (General_options::output_is_pie): Remove.
11702 * options.cc (General_options::finalize): Reject incompatible uses
11703 of -pie.
11704 * gold.cc (queue_middle_tasks): A -pie link is not static.
11705 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11706 * symtab.cc (Symbol::final_value_is_known): Return false if
11707 output_is_position_independent.
11708 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11709 output_is_position_independent.
11710 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11711 output_is_position_independent.
11712 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11713 output_is_position_independent.
11714 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11715 two_file_pie_test.
11716 (basic_pie_test.o, basic_pie_test): New targets.
11717 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11718 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11719 (two_file_pie_test): New target.
11720 * testsuite/Makefile.in: Rebuild.
11721 * README: Remove note saying that -pie is not supported.
11722
c6585162
ILT
117232009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11724
11725 * options.h (class General_options): Add -init and -fini.
11726 * layout.cc (Layout::finish_dynamic_section): Emit
11727 given init and fini functions.
11728
032ce4e9
ST
117292009-10-13 Sriraman Tallam <tmsriram@google.com>
11730
11731 * gc.h (gc_process_relocs): Check if icf is enabled using new
11732 function.
11733 * gold.cc (queue_initial_tasks): Likewise.
11734 (queue_middle_tasks): Likewise.
11735 * object.cc (do_layout): Likewise.
11736 * symtab.cc (is_section_folded): Likewise.
11737 * main.cc (main): Likewise.
11738 * reloc.cc (Read_relocs::run): Likewise.
11739 (Sized_relobj::do_scan_relocs): Likewise.
11740 * icf.cc (is_function_ctor_or_dtor): New function.
11741 (Icf::find_identical_sections): Check if function is ctor or dtor when
11742 safe icf is chosen.
11743 * options.h (General_options::icf): Change option to be an enum.
11744 (Icf_status): New enum.
11745 (icf_enabled): New method.
11746 (icf_safe_folding): New method.
11747 (set_icf_status): New method.
11748 (icf_status_): New variable.
11749 * (options.cc) (General_options::finalize): Set icf_status_.
11750 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11751 icf_test and icf_keep_unique_test to use the --icf enum flag.
11752 * testsuite/icf_safe_test.sh: New file.
e1df38aa 11753 * testsuite/icf_safe_test.cc: New file.
032ce4e9 11754
f345227a
ST
117552009-10-12 Sriraman Tallam <tmsriram@google.com>
11756
11757 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11758 includes to gc.h and icf.h.
11759 * arm.cc: Include gc.h.
11760 * gold.cc: Likewise.
11761 * i386.cc: Likewise.
11762 * powerpc.cc: Likewise.
11763 * sparc.cc: Likewise.
11764 * x86_64.cc: Likewise.
11765 * gc.h: Include icf.h.
11766
1c7814ed
ILT
117672009-10-11 Ian Lance Taylor <iant@google.com>
11768
11769 * plugin.cc: Include "gold.h" before other header files.
11770
ae3b5189
CD
117712009-10-10 Chris Demetriou <cgd@google.com>
11772
11773 * options.h (Input_file_argument::Input_file_type): New enum.
11774 (Input_file_argument::is_lib_): Replace with...
11775 (Input_file_argument::type_): New member.
11776 (Input_file_argument::Input_file_argument): Take Input_file_type
11777 'type' rather than boolean 'is_lib' as second argument.
11778 (Input_file_argument::is_lib): Use type_.
11779 (Input_file_argument::is_searched_file): New function.
11780 (Input_file_argument::may_need_search): Handle is_searched_file.
11781 * options.cc (General_options::parse_library): Support -l:filename.
11782 (General_options::parse_just_symbols): Update for Input_file_argument
11783 changes.
11784 (Command_line::process): Likewise.
11785 * archive.cc (Archive::get_file_and_offset): Likewise.
11786 * plugin.cc (Plugin_manager::release_input_file): Likewise.
11787 * script.cc (read_script_file, script_add_file): Likewise.
11788 * fileread.cc (Input_file::Input_file): Likewise.
11789 (Input_file::will_search_for): Handle is_searched_file.
11790 (Input_file::open): Likewise.
11791 * readsyms.cc (Read_symbols::get_name): Likewise.
11792 * testsuite/Makefile.am (searched_file_test): New test.
11793 * testsuite/Makefile.in: Regenerate.
11794 * testsuite/searched_file_test.cc: New file.
11795 * testsuite/searched_file_test_lib.cc: New file.
11796
f3048a1d
ILT
117972009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11798 Ian Lance Taylor <iant@google.com>
11799
11800 * descriptor.cc: Include <cstdio> and "binary-io.h".
11801 (Descriptors::open): Open the files in binary mode always.
11802 * script.cc (Lex::get_token): Treat \r as whitespace.
11803
d4780e57
ILT
118042009-10-09 Ian Lance Taylor <iant@google.com>
11805
11806 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11807
d9a893b8
ILT
118082009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11809 Ian Lance Taylor <iant@google.com>
11810
11811 * configure.ac: Check for readv function also.
11812 * fileread.cc (readv): Define if not HAVE_READV.
11813 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11814 does not exist.
11815 * config.in: Regenerate.
11816 * configure: Regenerate.
11817
c0a62865
DK
118182009-10-09 Doug Kwan <dougkwan@google.com>
11819
11820 * layout.cc (Layout::make_output_section): Call target hook to make
11821 ordinary output section.
11822 (Layout::finalize): Adjust parameter list of call the
11823 Target::may_relax().
11824 * layout.h (class Layout::section_list): New method.
11825 * merge.h (Output_merge_base::entsize): Change visibility to public.
11826 (Output_merge_base::is_string, Output_merge_base::do_is_string):
11827 New methods.
11828 (Output_merge_string::do_is_string): New method.
11829 * object.cc (Sized_relobj::do_setup): renamed from
11830 Sized_relobj::set_up.
11831 * object.h (Sized_relobj::adjust_shndx,
11832 Sized_relobj::initializ_input_to_output_maps,
11833 Sized_relobj::free_input_to_output_maps): Change visibilities to
11834 protected.
11835 (Sized_relobj::setup): Virtualize.
11836 (Sized_relobj::do_setup): New method declaration.
11837 (Sized_relobj::invalidate_section_offset,
11838 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11839 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11840 * options.cc (parse_int): New function.
11841 * options.h (parse_int): New declaration.
11842 (DEFINE_int): New macro.
11843 (stub_group_size): New option.
11844 * output.cc (Output_section::Output_section): Initialize memebers
11845 merge_section_map_, merge_section_by_properties_map_,
11846 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11847 (Output_section::add_input_section): Handled deferred code-fill
11848 generation and remove an old comment.
11849 (Output_section::add_relaxed_input_section): New method definition.
11850 (Output_section::add_merge_input_section): Use merge section by
11851 properties map to speed to search. Update merge section maps
11852 as appropriate.
11853 (Output_section::build_relaxation_map): New method definition.
11854 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11855 Same.
11856 (Output_section::relax_input_section): Renamed to
11857 Output_section::convert_input_sections_to_relaxed_sections and change
11858 interface to take a vector of pointers to relaxed sections.
11859 (Output_section::find_merge_section,
11860 Output_section::find_relaxed_input_section): New method definitions.
11861 (Output_section::is_input_address_mapped,
11862 Output_section::output_offset, Output_section::output_address):
11863 Use output section data maps to speed up searching.
11864 (Output_section::find_starting_output_address): Add comments.
11865 (Output_section::do_write,
11866 Output_section::write_to_postprocessing_buffer): Do code-fill
11867 generation as appropriate.
11868 (Output_section::get_input_sections): Invalidate relaxed input section
11869 map.
11870 (Output_section::restore_states): Adjust type of checkpoint .
11871 Invalidate relaxed input section map.
11872 * output.h (Output_merge_base): New class declaration.
11873 (Input_section_specifier): New class defintion.
11874 (class Output_relaxed_input_section) Change base class to
11875 Output_section_data_build.
11876 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11877 base class initializer.
11878 (Output_section::add_relaxed_input_section): New method declaration.
11879 (Output_section::Input_section): Change visibility to protected.
2e702c99 11880 (Output_section::Input_section::relobj,
c0a62865
DK
11881 Output_section::Input_section::shndx): Handle relaxed input sections.
11882 Output_section::input_sections) Change visibility to protected. Also
11883 define overload to return a non-const pointer.
11884 (Output_section::Merge_section_properties): New class defintion.
11885 (Output_section::Merge_section_by_properties_map,
11886 Output_section::Output_section_data_by_input_section_map,
11887 Output_section::Relaxation_map): New types.
11888 (Output_section::relax_input_section): Rename method to
11889 Output_section::convert_input_sections_to_relaxed_sections and change
11890 interface to take a vector of relaxed section pointers.
11891 (Output_section::find_merge_section,
11892 Output_section::find_relaxed_input_section,
11893 Output_section::build_relaxation_map,
11894 Output_section::convert_input_sections_in_list_to_relaxed_sections):
11895 New method declarations.
11896 (Output_section::merge_section_map_
11897 Output_section::merge_section_by_properties_map_,
11898 Output_section::relaxed_input_section_map_,
11899 Output_section::is_relaxed_input_section_map_valid_,
11900 Output_section::generate_code_fills_at_write_): New data members.
11901 * script-sections.cc
11902 (Output_section_element_input::set_section_addresses): Call
11903 current_data_size and addralign methods of relaxed input sections.
11904 (Orphan_output_section::set_section_addresses): Call current_data_size
11905 and addralign methods of relaxed input sections.
11906 * symtab.cc (Symbol_table::compute_final_value): Extract template
11907 from the body of Symbol_table::sized_finalize_symbol.
11908 (Symbol_table::sized_finalized_symbol): Call
11909 Symbol_table::compute_final_value.
11910 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11911 (Symbol_table::compute_final_value): New templated method declaration.
11912 * target.cc (Target::do_make_output_section): New method defintion.
11913 * target.h (Target::make_output_section): New method declaration.
11914 (Target::relax): Add more parameters for input objects, symbol table
11915 and layout. Adjust call to do_relax.
11916 (Target::do_make_output_section): New method declaration.
11917 (Target::do_relax): Add parameters for input objects, symbol table
11918 and layout.
11919
d446d6c4
ILT
119202009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11921
11922 * pread.c: Include stdio.h.
11923
bc06c745
ILT
119242009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11925
11926 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11927 defined.
11928
75aea3d0
ILT
119292009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11930
11931 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11932 Change read_shndx type to unsigned int.
11933 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11934 int.
11935 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11936 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11937 Change read_shndx type to unsigned int.
11938 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11939 int.
11940 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11941 * layout.cc (Layout::create_symtab_sections): Cast the result of
11942 local_symcount * symsize to off_t in the gold_assert.
11943
be8fcb75
ILT
119442009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11945
11946 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11947 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11948 R_ARM_BASE_ABS.
11949 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11950 (Arm_relocate_functions::thm_abs5): New function.
11951 (Arm_relocate_functions::abs12): New function.
11952 (Arm_relocate_functions::abs16): New function.
11953 (Arm_relocate_functions::base_abs): New function.
11954 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11955 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
11956 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11957 R_ARM_BASE_ABS.
11958 (Scan::global): Likewise.
11959 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11960 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11961 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11962 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11963 R_ARM_BASE_ABS.
11964
c2a122b6
ILT
119652009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11966
11967 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11968 (Arm_relocate_functions::movt_prel): New function.
11969 (Arm_relocate_functions::thm_movw_prel_nc): New function.
11970 (Arm_relocate_functions::thm_movt_prel): New function.
11971 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11972 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11973 (Scan::global, Relocate::relocate): Likewise.
11974 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11975
c4aa1e2d
ILT
119762009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11977
11978 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11979 Incremental_checker.
11980 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11981 unsigned int.
11982 (class Incremental_inputs_header): New class.
11983 (Incremental_inputs_header_writer): Edit comment.
11984 (Incremental_inputs_entry): New class.
11985 (Incremental_inputs_entry_writer): Edit comment.
11986 (Sized_incremental_binary::do_find_incremental_inputs_section):
11987 Add *strtab_shndx parameter, fill it.
11988 (Sized_incremental_binary::do_check_inputs): New method.
11989 (Incremental_checker::can_incrementally_link_output_file): Use
11990 Sized_incremental_binary::check_inputs.
11991 (Incremental_inputs::report_command_line): Save command line in
11992 command_line_.
11993 * incremental.h:
11994 (Incremental_binary::find_incremental_inputs_section): New
11995 method.
11996 (Incremental_binary::do_find_incremental_inputs_section): Add
11997 strtab_shndx parameter.
11998 (Incremental_binary::do_check_inputs): New pure virtual method.
11999 (Sized_incremental_binary::do_check_inputs): Declare.
12000 (Incremental_checker::Incremental_checker): Add incremental_inputs
12001 parameter, use it to initialize incremental_inputs_.
12002 (Incremental_checker::incremental_inputs_): New field.
12003 (Incremental_checker::command_line): New method.
12004 (Incremental_checker::inputs): New method.
12005 (Incremental_checker::command_line_): New field.
12006
c549a694
ILT
120072009-10-09 Mikolaj Zalewski <mikolajz@google.com>
12008
12009 * incremental.cc: Include <cstdarg> and "target-select.h".
12010 (vexplain_no_incremental): New function.
12011 (explain_no_incremental): New function.
12012 (Incremental_binary::error): New method.
12013 (Sized_incremental_binary::do_find_incremental_inputs_section): New
12014 method.
12015 (make_sized_incremental_binary): New function.
12016 (open_incremental_binary): New function.
12017 (can_incrementally_link_file): Add checks if output is ELF and has
12018 inputs section.
12019 * incremental.h: Include "elfcpp_file.h" and "output.h".
12020 (Incremental_binary): New class.
12021 (Sized_incremental_binary): New class.
12022 (open_incremental_binary): Declare.
12023 * object.cc (is_elf_object): Use
12024 elfcpp::Elf_recognizer::is_elf_file.
12025 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
12026 * output.h (Output_file::filesize): New method.
12027
fd3c5f0b
ILT
120282009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12029
12030 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
12031 New function.
12032 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
12033 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
12034 function.
12035 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
12036 function.
12037 (Arm_relocate_functions::movw_abs_nc): New function.
12038 (Arm_relocate_functions::movt_abs): New function.
12039 (Arm_relocate_functions::thm_movw_abs_nc): New function.
12040 (Arm_relocate_functions::thm_movt_abs): New function.
12041 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
12042 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
12043 (Scan::global): Likewise.
12044 (Relocate::relocate): Likewise.
12045 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12046
7f5309a5
ILT
120472009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12048
12049 * arm.cc (Arm_relocate_functions::got_prel) New function.
12050 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
12051 (Relocate::relocate): Likewise.
12052 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12053
364c7fa5
ILT
120542009-10-06 Ian Lance Taylor <iant@google.com>
12055
12056 * options.h (class General_options): Define
12057 split_stack_adjust_size parameter.
12058 * object.h (class Object): Add uses_split_stack_ and
12059 has_no_split_stack_ fields. Add uses_split_stack and
12060 has_no_split_stack accessor functions. Declare
12061 handle_split_stack_section.
12062 (class Reloc_symbol_changes): Define.
12063 (class Sized_relobj): Define Function_offsets. Declare
12064 split_stack_adjust, split_stack_adjust_reltype, and
12065 find_functions.
12066 * object.cc (Object::handle_split_stack_section): New function.
12067 (Sized_relobj::do_layout): Call handle_split_stack_section.
12068 * dynobj.cc (Sized_dynobj::do_layout): Call
12069 handle_split_stack_section.
12070 * reloc.cc (Sized_relobj::relocate_sections): Call
12071 split_stack_adjust for executable sections in split_stack
12072 objects. Pass reloc_map to relocate_section.
12073 (Sized_relobj::split_stack_adjust): New function.
12074 (Sized_relobj::split_stack_adjust_reltype): New function.
12075 (Sized_relobj::find_functions): New function.
12076 * target-reloc.h: Include "object.h".
12077 (relocate_section): Add reloc_symbol_changes parameter. Change
12078 all callers.
12079 * target.h (class Target): Add calls_non_split method. Declare
12080 do_calls_non_split virtual method. Declare match_view and
12081 set_view_to_nop.
12082 * target.cc: Include "elfcpp.h".
12083 (Target::do_calls_non_split): New function.
12084 (Target::match_view): New function.
12085 (Target::set_view_to_nop): New function.
12086 * gold.cc (queue_middle_tasks): Give an error if mixing
12087 split-stack and non-split-stack objects with -r.
12088 * i386.cc (Target_i386::relocate_section): Add
12089 reloc_symbol_changes parameter.
12090 (Target_i386::do_calls_non_split): New function.
12091 * x86_64.cc (Target_x86_64::relocate_section): Add
12092 reloc_symbol_changes parameter.
12093 (Target_x86_64::do_calls_non_split): New function.
12094 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
12095 parameter.
12096 * powerpc.cc (Target_powerpc::relocate_section): Add
12097 reloc_symbol_changes parameter.
12098 * sparc.cc (Target_sparc::relocate_section): Add
12099 reloc_symbol_changes parameter.
12100 * configure.ac: Call AM_CONDITIONAL for the default target.
12101 * configure: Rebuild.
12102 * testsuite/Makefile.am (TEST_AS): New variable.
12103 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
12104 (check_DATA): Add split_i386 and split_x86_64 files.
12105 (SPLIT_DEFSYMS): Define.
12106 (split_i386_[1234n].o): New targets.
12107 (split_i386_[124]): New targets.
12108 (split_i386_[1234r].stdout): New targets.
12109 (split_x86_64_[1234n].o): New targets.
12110 (split_x86_64_[124]): New targets.
12111 (split_x86_64_[1234r].stdout): New targets.
12112 (MOSTLYCLEANFILES): Add new executables.
12113 * testsuite/split_i386.sh: New file.
12114 * testsuite/split_x86_64.sh: New file.
12115 * testsuite/split_i386_1.s: New file.
12116 * testsuite/split_i386_2.s: New file.
12117 * testsuite/split_i386_3.s: New file.
12118 * testsuite/split_i386_4.s: New file.
12119 * testsuite/split_i386_n.s: New file.
12120 * testsuite/split_x86_64_1.s: New file.
12121 * testsuite/split_x86_64_2.s: New file.
12122 * testsuite/split_x86_64_3.s: New file.
12123 * testsuite/split_x86_64_4.s: New file.
12124 * testsuite/split_x86_64_n.s: New file.
12125 * testsuite/testfile.cc (Target_test): Update relocation_section
12126 function.
12127 * testsuite/Makefile.in: Rebuild.
12128
e8a9fcda
ILT
121292009-10-06 Ian Lance Taylor <iant@google.com>
12130
12131 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
12132 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
12133 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
12134 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
12135 the address on ldo_addrs_.
12136 (Target_i386::Relocate::fix_up_ldo): New function.
12137
e99daf92
ILT
121382009-10-06 Rafael Espindola <espindola@google.com>
12139
12140 * plugin.cc (add_input_library): New.
12141 (Plugin::load): Add add_input_library to tv.
12142 (Plugin_manager::add_input_file): Add the is_lib argument.
12143 (add_input_file): Update call to Plugin_manager::add_input_file.
12144 (add_input_library): New.
12145 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
12146
966d4097
DK
121472009-09-30 Doug Kwan <dougkwan@google.com>
12148
12149 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
12150 symbol and call Symbol::may_need_copy_reloc to determine if
12151 a copy reloc is needed.
12152 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
12153 nocopyreloc is given in command line.
12154 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
12155 given in command line.
12156 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
12157 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
12158 of the removed Target_i386::may_need_copy_reloc.
12159 * options.h (copyreloc): New option with default value false.
12160 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12161 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
12162 instead of the removed Target_powerpc::may_need_copy_reloc.
12163 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12164 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
12165 instead of the removed Target_sparc::may_need_copy_reloc.
12166 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
12167 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
12168 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
12169 instead of the removed Target_x86_64::may_need_copy_reloc.
12170
029ba973
ILT
121712009-09-30 Ian Lance Taylor <iant@google.com>
12172
12173 * object.h (class Object): Remove target_ field, and target,
12174 sized_target, and set_target methods.
12175 (Object::sized_target): Remove.
12176 (class Sized_relobj): Update declarations. Remove sized_target.
12177 * object.cc (Sized_relobj::setup): Remove target parameter.
12178 Change all callers.
12179 (Input_objects::add_object): Don't do anything with the target.
12180 (make_elf_sized_object): Add punconfigured parameter. Change all
12181 callers. Set or test parameter target.
12182 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
12183 Change all callers.
12184 * parameters.cc (Parameters::set_target): Change parameter type to
12185 be non-const.
12186 (Parameters::default_target): Remove.
12187 (set_parameters_target): Change parameter type to be non-const.
12188 (parameters_force_valid_target): New function.
12189 (parameters_clear_target): New function.
12190 * parameters.h (class Parameters): Update declarations. Remove
12191 default_target method. Add sized_target and clear_target
12192 methods. Change target_ to be non-const.
12193 (set_parameters_target): Update declaration.
12194 (parameters_force_valid_target): Declare.
12195 (parameters_clear_target): Declare.
12196 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
12197 as NULL if we aren't searching.
12198 (Add_symbols::run): Don't check for compatible target.
12199 * fileread.cc (Input_file::open_binary): Call
12200 parameters_force_valid_target.
12201 * gold.cc (queue_middle_tasks): Likewise.
12202 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
12203 set_target on object.
12204 * dynobj.h (class Sized_dynobj): Update declarations.
12205 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
12206 make_elf_object returns NULL.
12207 (Archive::include_member): Don't check whether object target is
12208 compatible.
12209 * output.cc (Output_section::add_input_section): Get target from
12210 parameters.
12211 (Output_section::relax_input_section): Likewise.
12212 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
12213 parameters.
12214 (Sized_relobj::do_scan_relocs): Likewise.
12215 (Sized_relobj::relocate_sections): Likewise.
12216 * resolve.cc (Symbol_table::resolve): Likewise.
12217 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
12218 parameter. Change all callers.
12219 (Symbol_table::add_from_object): Get target from parameters.
12220 (Symbol_table::add_from_relobj): Don't check object target.
12221 (Symbol_table::add_from_dynobj): Likewise.
12222 (Symbol_table::define_special_symbol): Get target from
12223 parameters.
12224 * symtab.h (class Symbol_table): Update declaration.
12225 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
12226 parameter. Change all callers. Clear parameter target.
12227 (Binary_test): Test target here.
12228 * testsuite/object_unittest.cc (gold_testsuite): Remove
12229 target_test_pointer parameter. Change all callers.
12230 (Object_test): Test target here.
12231
a6a22b83
ILT
122322009-09-26 Ian Lance Taylor <iant@google.com>
12233
12234 * testsuite/initpri1.c: Don't try to use constructor priorities if
12235 compiling with gcc before 4.3.
12236
6a8f49fe
ILT
122372009-09-22 Mikolaj Zalewski <mikolajz@google.com>
12238
12239 * testsuite/retain_symbols_file_test.sh (check_present): Change
12240 output file name to retain_symbols_file_test.stdout.
12241 (check_absent): Likewise.
12242
8c604651
CS
122432009-09-18 Craig Silverstein <csilvers@google.com>
12244
12245 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
12246 * options.cc: Include <cerrno> and <fstream>.
12247 (General_options::finalize): Parse -retain-symbols-file tag.
12248 * options.h: New flag.
12249 (General_options): New method should_retain_symbol, new
12250 variable symbols_to_retain.
12251 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
12252 should_retain_symbol map.
12253 * testsuite/Makefile.am (retain_symbols_file_test): New test.
12254 * testsuite/Makefile.in: Regenerate.
12255 * testsuite/retain_symbols_file_test.sh: New file.
12256
ca58b19f
NC
122572009-09-18 Nick Clifton <nickc@redhat.com>
12258
12259 * po/es.po: Updated Spanish translation.
12260
20e6d0d6
DK
122612009-09-17 Doug Kwan <dougkwan@google.com>
12262
12263 * debug.h (DEBUG_RELAXATION): New constant.
12264 (DEBUG_ALL): Add DEBUG_RELAXATION.
12265 (debug_string_to_enum): Add relaxation debug option.
12266 * layout.cc
12267 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
12268 Layout::Relaxation_debug_check::read_sections,
12269 Layout::Relaxation_debug_check::read_sections): New method definitions.
12270 (Layout::Layout): Initialize data members
12271 record_output_section_data_from_scrips_,
12272 script_output_section_data_list_ and relaxation_debug_check_.
12273 (Layout::save_segments, Layout::restore_segments,
12274 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
12275 Layout::relaxation_loop_body): New method definitions.
12276 (Layout::finalize): Support relaxation. Move section layout code to
12277 Layout::relaxation_loop_body.
12278 (Layout::set_asection_address_from_script): Move code for orphan
12279 section placement out.
12280 (Layout::place_orphan_sections_in_script): New method definition.
12281 * layout.h (Output_segment_headers, Output_file_header):
12282 New forward class declarations.
12283 (Layout::~Layout): Define.
12284 (Layout::new_output_section_data_from_script): New method definition.
12285 (Layout::place_orphan_sections_in_script): New method declaration.
12286 (Layout::Segment_states): New type declaration.
12287 (Layout::save_segments, Layout::restore_segments,
12288 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
12289 Layout::relaxation_loop_body): New method declarations.
12290 (Layout::Output_section_data_list): New type declaration.
12291 (Layout::Relaxation_debug_check): New class definition.
12292 (Layout::record_output_section_data_from_script_,
12293 Layout::script_output_section_data_list_, Layout::segment_states_,
12294 Layout::relaxation_debug_check_): New data members.
12295 * output.cc: (Output_section_headers::do_size): New method definition.
12296 (Output_section_headers::Output_section_headers): Move size
12297 computation to Output_section_headers::do_size.
12298 (Output_segment_headers::do_size): New method definition.
e1df38aa 12299 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
12300 Output_file_header::do_size and call it.
12301 (Output_file_header::do_size): New method definition.
12302 (Output_data_group::Output_data_group): Adjust call to
12303 Output_section_data.
12304 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
12305 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 12306 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
12307 RELAXED_INPUT_SECTION_CODE.
12308 (Output_section::Output_section): Initialize data member checkpoint_.
12309 (Output_section::~Output_section): Delete checkpoint object pointed
12310 by checkpoint_.
12311 (Output_section::add_input_section): Always add an Input_section if
12312 relaxing.
12313 (Output_section::add_merge_input_section): Add assert.
12314 (Output_section::relax_input_section): New method definition.
12315 (Output_section::set_final_data_size): Set load address to zero for
12316 an unallocated section.
12317 (Output_section::do_address_and_file_offset_have_reset_values):
12318 New method definition.
12319 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
12320 Handle relaxed input section.
12321 (Output_section::sort_attached_input_sections): Checkpoint input
12322 section list lazily.
12323 (Output_section::get_input_sections): Change type of input_sections to
12324 list of Simple_input_section pointers. Checkpoint input section list
12325 lazily. Also handle relaxed input sections.
12326 (Output_section::add_input_section_for_script): Take a reference to
12327 a Simple_input_section object instead of Relobj pointer and section
12328 index as parameter. Handle relaxed input sections.
12329 (Output_section::save_states, Output_section::restore_states): New
12330 method definitions.
12331 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
12332 (Output_data::is_data_size_fixed): New method definition.
12333 (Output_data::reset_addresss_and_file_offset): Do not reset data size
12334 if it is fixed.
12335 (Output_data::address_and_file_offset_have_reset_values): New method
12336 definition.
12337 (Output_data::do_address_and_file_offset_have_reset_values): New method
12338 definition.
12339 (Output_data::set_data_size): Check that data size is not fixed.
12340 (Output_data::fix_data_size): New method definition.
12341 (Output_data::is_data_size_fixed_): New data member.
12342 (Output_section_headers::set_final_data_size): New method definition.
12343 (Output_section_headers::do_size): New method declaration.
12344 (Output_segment_headers::set_final_data_size): New method definition.
12345 (Output_segment_headers::do_size): New method declaration.
12346 (Output_file_header::set_final_data_size)::New method definition.
12347 (Output_file_header::do_size)::New method declaration.
12348 (Output_section_data::Output_section_data): Add new parameter
12349 is_data_size_fixed and use it to fix data size.
12350 (Output_data_const::Output_data_const): Adjust call to base class
12351 constructor and fix data size.
12352 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
12353 base class constructor and fix data size.
12354 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
12355 base class constructor and fix data size.
12356 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
12357 class constructor and fix data size.
12358 (Output_data_group::set_final_data_size): New method definition.
12359 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
12360 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
12361 class constructor and fix data size.
12362 (Output_relaxed_input_section): New class definition.
12363 (Output_section::Simple_input_section): New class definition.
12364 (Output_section::get_input_sections): Adjust parameter list.
12365 (Output_section::add_input_section_for_script): Same.
12366 (Output_section::save_states, Output_section::restore_states,
12367 Output_section::do_address_and_file_offset_have_reset_values,
12368 (Output_section::Input_section::Input_section): Handle
12369 RELAXED_INPUT_SECTION_CODE. Add new overload for
12370 Output_relaxed_input_section.
12371 (Output_section::Input_section::is_input_section,
12372 Output_section::Input_section::set_output_section): Handle relaxed
12373 input section.
12374 (Output_section::Input_section::is_relaxed_input_section,
12375 Output_section::Input_section::output_section_data,
12376 Output_section::Input_section::relaxed_input_section): New method
12377 definitions.
12378 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
12379 value.
12380 (Output_section::Input_section::u1_): Update comments.
12381 (Output_section::Input_section::u2_): Add new union member poris.
12382 (Output_section::Checkpoint_output_section): New classs definition.
12383 (Output_section::relax_input_section): New method declaration.
12384 (Output_section::checkpoint_): New data member.
12385 (Output_segment): Update comments.
12386 (Output_segment::Output_segment): Un-privatize copy constructor.
12387 (Output_segment::operator=): Un-privatize.
12388 * script-sections.cc (Output_section_element::Input_section_list):
12389 Change element type to Output_section::Simple_input_section.
12390 (Output_section_element_dot_assignment::set_section_addresses):
12391 Register output section data for relaxation clean up.
12392 (Output_data_exression::Output_data_expression): Adjust call to base
12393 constructor to fix data size.
12394 (Output_section_element_data::set_section_addresses): Register
12395 Output_data_expression object for relaxation clean up.
12396 (struct Input_section_info): Replace Relobj pointer and section index
12397 pair with Output_section::Simple_input_section and Convert struct to a
12398 class.
12399 (Input_section_sorter::operator()): Adjust access to
e1df38aa 12400 Input_section_info data member to use accessors.
20e6d0d6
DK
12401 (Output_section_element_input::set_section_addresses): Use layout
12402 parameter. Adjust code to use Output_section::Simple_input_section
12403 and Input_secction_info classes. Register filler for relaxation
12404 clean up.
12405 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
12406 and section index pair with Output_section::Simple_input_section
12407 class. Adjust code accordingly.
12408 (Phdrs_element::release_segment): New method definition.
12409 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
12410 segment list.
12411 (Script_sections::release_segments): New method definition.
12412 * gold/script-sections.h (Script_sections::release_segments): New
12413 method declaration.
12414 * gold/target.h (Target::may_relax, Target::relax,
12415 Target::do_may_relax, Target::do_relax): New method definitions.
12416
5e445df6
ILT
124172009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12418
12419 * arm.cc (has_signed_unsigned_overflow): New function.
12420 (Arm_relocate_functions::abs8): New function.
12421 (Target_arm::Scan::local): Handle R_ARM_ABS8.
12422 (Target_arm::Scan::global): Likewise.
12423 (Target_arm::relocate::relocate): Likewise.
12424 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
12425 Likewise.
12426
8c604651 124272009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
12428
12429 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
12430 * testsuite/Makefile.in: Regenerate.
12431
1e9cc1c2
NC
124322009-09-11 Nick Clifton <nickc@redhat.com>
12433
12434 * po/gold.pot: Updated by the Translation project.
12435
6a89f575
CC
124362009-09-08 Cary Coutant <ccoutant@google.com>
12437
12438 * output.cc (Output_file::open): Add execute permission to empty file.
12439 * testsuite/Makefile.am (permission_test): New test.
12440 * testsuite/Makefile.in: Regenerate.
12441
fdcac5af
ILT
124422009-09-02 Ian Lance Taylor <iant@google.com>
12443
12444 * output.cc (Output_file::resize): Call map_no_anonymous rather
12445 than map.
12446
44453f85
ILT
124472009-09-01 Mikolaj Zalewski <mikolajz@google.com>
12448
12449 * gold.cc: Include "incremental.h".
12450 (queue_initial_tasks): Call Incremental_checker methods.
12451 * incremental.cc: Include "output.h".
12452 (Incremental_checker::can_incrementally_link_output_file): New
12453 method.
12454 * incremental.h (Incremental_checker): New class.
12455
12456 * output.cc (Output_file::open_for_modification): New method.
12457 (Output_file::map_anonymous): Changed return type to bool. Record
12458 map in base_ field.
12459 (Output_file::map_no_anonymous): New method, broken out of map.
12460 (Output_file::map): Use map_no_anonymous and map_anonymous.
12461 * output.h (class Output_file): Update declarations.
12462
293c1386
CC
124632009-08-24 Cary Coutant <ccoutant@google.com>
12464
12465 * options.h (Command_line::Pre_options): New class.
12466 (Command_line::pre_options): New member.
12467 * options.cc (gold::options::ready_to_register): New variable.
12468 (One_option::register_option): Do nothing if not registering options.
12469 Assert if same short option registered twice.
12470 (General_options::General_options): Turn off option registration when
12471 done constructing.
12472 (Command_line::Pre_options::Pre_options): New constructor.
12473
f773f3d2
CC
124742009-08-24 Cary Coutant <ccoutant@google.com>
12475
06a73cfe
CC
12476 * options.h (General_options::no_keep_memory): Remove incorrect
12477 short option.
f773f3d2 12478
a15af8e2
RW
124792009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12480
12481 * Makefile.am (am__skiplex, am__skipyacc): New.
12482 * Makefile.in: Regenerate.
12483
c462b41b
RW
124842009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12485
14ec8efd
RW
12486 * Makefile.am (AM_CPPFLAGS): Renamed from ...
12487 (INCLUDES): ... this.
12488 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
12489 (AM_CPPFLAGS): Renamed from ...
12490 (INCLUDE): ... this.
12491 * Makefile.in, testsuite/Makefile.in: Regenerate.
12492
81ecdfbb
RW
12493 * Makefile.in: Regenerate.
12494 * aclocal.m4: Likewise.
12495 * config.in: Likewise.
12496 * configure: Likewise.
12497 * testsuite/Makefile.in: Likewise.
12498
c462b41b
RW
12499 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
12500 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
12501 * Makefile.in: Regenerate.
12502 * testsuite/Makefile.in: Regenerate.
12503
2da73f13
CC
125042009-08-19 Cary Coutant <ccoutant@google.com>
12505
12506 * resolve.cc (Symbol_table::resolve): Don't complain about defined
12507 symbols in shared libraries overridden by hidden or internal symbols
12508 in the main program.
12509
2db70501
CD
125102009-08-19 Chris Demetriou <cgd@google.com>
12511
12512 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
12513 checking source file names in error messages.
12514
f733487b
DK
125152009-08-18 Doug Kwan <dougkwan@google.com>
12516
12517 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
12518 an elcpp::Ehdr as parameter. Adjust call to set_target.
12519 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
12520 an elfcpp::Ehdr as parameter.
12521 * object.cc (Object::set_target): Remove the version that looks up
12522 a target and sets it.
12523 (Sized_relobj::setup): Take a Target object instead of
12524 an elfcpp::Ehdr as parameter. Adjust call to set_target.
12525 (make_elf_sized_object): Find target and ask target to
12526 make an ELF object.
12527 * object.h: (Object::set_target): Remove the version that looks up
12528 a target and sets it.
12529 (Sized_relobj::setup): Take a Target object instead of
12530 an elfcpp:Ehdr as parameter.
12531 * target.cc: Include dynobj.h.
12532 (Target::do_make_elf_object_implementation): New.
2e702c99 12533 (Target::do_make_elf_object): New.
f733487b
DK
12534 * target.h (Target::make_elf_object): New template declaration.
12535 (Target::do_make_elf_object): New method declarations.
12536 (Target::do_make_elf_object_implementation): New template declaration.
12537
cc70f101
ILT
125382009-08-14 Ian Lance Taylor <iant@google.com>
12539
12540 * gold.h (FUNCTION_NAME): Define.
12541 (gold_unreachable): Use FUNCTION_NAME.
12542
ef5e0cb1
ST
125432009-08-12 Sriraman Tallam <tmsriram@google.com>
12544
12545 * icf.cc (Icf::find_identical_sections): Issue a warning when a
12546 symbol in the --keep-unique list is not found.
12547
48c187ce
ST
125482009-08-12 Sriraman Tallam <tmsriram@google.com>
12549
12550 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
12551 been maked as --keep-unique.
12552 (Icf::unfold_section): New function.
12553 * icf.h (Icf::unfold_section): New function.
12554 * options.h (General_options::keep_unique): New option.
12555 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
12556 * testsuite/Makefile.in: Regenerate.
12557 * testsuite/icf_keep_unique_test.sh: New file.
12558 * testsuite/icf_keep_unique_test.cc: New file.
12559
645afe0c
CC
125602009-08-12 Cary Coutant <ccoutant@google.com>
12561
12562 PR 10471
12563 * resolve.cc (Symbol_table::resolve): Check for references from
12564 dynamic objects to hidden and internal symbols.
12565 * testsuite/Makefile.am (hidden_test.sh): New test.
12566 * testsuite/Makefile.in: Regenerate.
12567 * testsuite/hidden_test.sh: New script.
12568 * testsuite/hidden_test_1.c: New test source.
12569 * testsuite/hidden_test_main.c: New test source.
12570
11af873f
DK
125712009-08-11 Doug Kwan <dougkwan@google.com>
12572
12573 * arm.cc: Update comments.
12574 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
12575 segment to locate the .ARM.exidx section if present.
12576
b9f7d72d
DK
125772009-08-09 Doug Kwan <dougkwan@google.com>
12578
12579 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
12580 patch.
12581
ddd3c53c
ST
125822009-08-07 Sriraman Tallam <tmsriram@google.com>
12583 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
12584 compiler warnings.
12585
27721062
ST
125862009-08-06 Sriraman Tallam <tmsriram@google.com>
12587
12588 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
12589 valid tls_segment only for non-debug-section relocations.
12590 * testsuite/Makefile.am: Add gc_tls_test.
12591 * testsuite/Makefile.in: Regenerate.
12592 * testsuite/gc_tls_test.cc: New file.
12593 * testsuite/gc_tls_test.sh: New file.
12594
ef15dade 125952009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 12596
ef15dade
ST
12597 * icf.cc: New file.
12598 * icf.h: New file.
12599 * Makefile.am (CCFILES): Add icf.cc.
12600 (HFILES): Add icf.h
12601 * Makefile.in: Regenerate.
12602 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
12603 * gc.h (gc_process_relocs): Populate lists used by icf to contain
12604 section, symbol and addend information for the relocs.
12605 * gold.cc (queue_middle_tasks): Call identical code folding.
12606 * gold.h: Add defines for multimap.
12607 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
12608 to the call of finalize_local_symbols.
12609 * main.cc (main): Create object of class Icf.
12610 * object.cc (Sized_relobj::do_layout): Allow this function to be
12611 called twice during icf.
12612 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
12613 to sections marked as identical by icf.
12614 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
12615 when available.
12616 (Sized_relobj::do_section_entsize): New function.
12617 * object.h (Object::section_entsize): New function.
12618 (Object::do_section_entsize): New pure virtual function.
12619 (Relobj::finalize_local_symbols): Add new parameter.
12620 (Relobj::do_section_entsize): New function.
12621 * options.h (General_options::icf): New option.
12622 (General_options::icf_iterations): New option.
12623 (General_options::print_icf_sections): New option.
12624 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
12625 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
12626 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
12627 icf.
12628 * symtab.cc (Symbol_table::is_section_folded): New function.
12629 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
12630 to sections marked as identical by icf.
12631 * symtab.h (Symbol_table::set_icf): New function.
12632 (Symbol_table::icf): New function.
12633 (Symbol_table::is_section_folded): New function.
12634 (Symbol_table::icf_): New data member.
12635 * target-reloc.h (relocate_section): Ignore sections folded by icf.
12636 * testsuite/Makefile.am: Add commands to build icf_test.
12637 * testsuite/Makefile.in: Regenerate.
12638 * testsuite/icf_test.sh: New file.
12639 * testsuite/icf_test.cc: New file.
12640
c3b65ac4
CD
126412009-07-24 Chris Demetriou <cgd@google.com>
12642
12643 * layout.cc (is_compressible_debug_section): Fix incorrect
12644 comment about compressed section names.
12645
1caf2c51
ILT
126462009-07-20 Ian Lance Taylor <ian@airs.com>
12647
12648 PR 10419
12649 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
12650
1ef4d87f
ILT
126512009-07-16 Ian Lance Taylor <iant@google.com>
12652
12653 PR 10400
12654 * layout.h: #include <map>.
12655 (class Kept_section): Change from struct to class. Add accessors
12656 and setters. Add section size to Comdat_group mapping. Change
12657 Comdat_group to std::map. Add is_comdat_ field. Add
12658 linkonce_size field in union.
12659 (class Layout): Update declaration of find_or_add_kept_section.
12660 Don't declare find_kept_object.
12661 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
12662 parameter. Add object, shndx, is_comdat, and is_group_name
12663 parameters. Change all callers. Adjust for new Kept_section.
12664 (Layout::find_kept_object): Remove.
12665 * object.cc (Sized_relobj::include_section_group): Update use of
12666 Kept_section. Rename secnum to shndx. Only record
12667 Kept_comdat_section if sections are the same size.
12668 (Sized_relobj::include_linkonce_section): Update use of
12669 Kept_section. Only record Kept_comdat_section if sections are the
12670 same size. Set size of linkonce section.
12671 (Sized_relobj::map_to_kept_section): Update call to
12672 get_kept_comdat_section.
12673 * object.h (class Sized_relobj): Rename fields in
12674 Kept_comdat_section to drop trailing underscores; change object
12675 field to Relobj*. Change Kept_comdat_section_table to store
12676 struct rather than pointer.
12677 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12678 Add kept_object and kept_shndx parameters. Change all callers.
12679 (Sized_relobj::get_kept_comdat_section): Change return type to
12680 bool. Add kept_object and kept_shndx parameters. Change all
12681 callers.
12682 * plugin.cc (Pluginobj::include_comdat_group): Update call to
12683 Layout::find_or_add_kept_section.
12684
37c3b7b0
ILT
126852009-07-09 Ian Lance Taylor <iant@google.com>
12686
12687 * merge.cc (Object_merge_map::initialize_input_to_output_map):
12688 Reserve space in the hash table.
12689
98fa85cb
ILT
126902009-07-06 Mikolaj Zalewski <mikolajz@google.com>
12691
12692 * fileread.cc (File_read::get_mtime): New method.
12693 * fileread.h (Timespec): New structure.
12694 (File_read::get_mtime): New method.
12695 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12696 Renamed from timestamp_nsec.
12697 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12698 Elf_Xword.
e1df38aa 12699 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 12700 timestamp_nsec.
e1df38aa 12701 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
12702 (Incremental_inputs::report_obejct): Save mtime; style fix.
12703 (Incremental_inputs::report_script): Save mtime; style fix.
12704 (Incremental_inputs::finalize_inputs): Style fix.
12705 (Incremental_inputs::finalize): Style fix.
12706 (Incremental_inputs::create_input_section_data): Store inputs
12707 mtime.
12708 * incremental.h (Incremental_inputs::report_script): Add mtime
12709 argument.
12710 (Incremental_inputs::Input_info::Input_info): Intialize only one
12711 union member.
12712 (Incremental_inputs::Input_info::archive): Move to nameless
12713 union.
12714 (Incremental_inputs::Input_info::obejct): Move to nameless union.
12715 (Incremental_inputs::Input_info::script): Move to nameless union.
12716 (Incremental_inputs::mtime): New field.
12717 * script.cc (read_input_script): Pass file mtime to
12718 Incremental_input.
12719 * script.h (Script_info::inputs): Style fix.
12720
c9d70757
ILT
127212009-07-01 Ian Lance Taylor <ian@airs.com>
12722
12723 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12724 instead of 32.
12725
9c547ec3
ILT
127262009-06-24 Ian Lance Taylor <iant@google.com>
12727
12728 PR 10156
12729 * layout.cc (Layout::choose_output_section): If we find an
12730 existing section, update the flags.
12731 (Layout::create_notes): New function, broken out of
12732 Layout::finalize.
12733 (Layout::finalize): Don't create note sections.
12734 (Layout::create_note): Don't crash if linker script discards
12735 section.
12736 (Layout::create_gold_note): Likewise.
12737 (Layout::create_build_id): Likewise. Don't set
12738 after_input_sections on the section.
12739 (Layout::create_executable_stack_info): Remove target parameter.
12740 Change caller.
12741 * layout.h (class Layout): Declare create_notes. Update
12742 declaration of create_executable_stack_info.
12743 * gold.cc (queue_middle_tasks): Call create_notes.
12744 * output.cc (Output_section::update_flags_for_input_section): Move
12745 here from output.h. If SHF_ALLOC flag is newly set, mark address
12746 invalid.
12747 * output.h (Output_data::mark_address_invalid): New function.
12748 (class Output_section): Only declare, not define,
12749 update_flags_for_input_section. Remove set_flags.
12750
55458500
ILT
127512009-06-24 Ian Lance Taylor <iant@google.com>
12752
12753 * script-sections.cc (Output_section_definition::
12754 set_section_addresses): Rename shadowing local load_address to
12755 laddr.
12756
1307d6cd
ILT
127572009-06-24 Ian Lance Taylor <iant@google.com>
12758
12759 PR 10244
12760 * reloc.cc (relocate_sections): Skip empty relocation sections.
12761
ec3f783e
ILT
127622009-06-23 Ian Lance Taylor <iant@google.com>
12763
12764 PR 10156
12765 * layout.cc (Layout::create_note): Use choose_output_section
12766 rather than make_output_section.
12767
459c9f1c
ILT
127682009-06-23 Ian Lance Taylor <iant@google.com>
12769
12770 PR 10237
12771 * options.cc (General_options::parse_V): Set printed_version_.
12772 (General_options::General_options): Initialize printed_version_.
12773 * options.h (class General_options): Add printed_version_ field.
12774 * gold.cc (queue_initial_tasks): If there are no input files,
12775 don't give a fatal error if we printed the version information.
12776 (queue_middle_tasks): If using -r with a shared object, give a
12777 fatal error rather than an ordinary error.
12778
1518dc8f
ILT
127792009-06-23 Ian Lance Taylor <iant@google.com>
12780
12781 PR 10219
12782 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12783 (Layout::make_output_section): Set have_stabstr_section_ if we see
12784 a .stab*str section.
12785 (Layout::finalize): Call link_stabs_sections.
12786 (Layout::link_stabs_sections): New file.
12787 * layout.h (class Layout): Add have_stabstr_section_ field.
12788 Declare link_stabs_sections.
12789
3d857b98
DK
127902009-06-23 Doug Kwan <dougkwan@google.com>
12791
12792 * Makefile.am (libgold_a_LIBADD): New.
12793 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 12794 * Makefile.in: Regenerate.
3d857b98
DK
12795 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12796 * configure: Regenerate.
12797 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12798 * fileread.cc: Include sys/state.h
12799 * gold.h: Declare memmem and strndup if found missing.
12800 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12801
0639a6f6
ILT
128022009-06-23 Ian Lance Taylor <iant@google.com>
12803
12804 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12805 * configure: Rebuild.
12806
8d63875c
ILT
128072009-06-23 Ian Lance Taylor <iant@google.com>
12808
12809 PR 10147
12810 * object.cc (Object::section_contents): Don't try to get a view if
12811 the section has length zero.
12812 (Object::handle_gnu_warning_section): If the section is empty, use
12813 the name of the section as the warning.
12814
f7c8a183
ILT
128152009-06-23 Ian Lance Taylor <iant@google.com>
12816
12817 PR 10133
12818 * stringpool.h (class Stringpool_template): Add optimize_ field.
12819 (Stringpool_template::set_optimize): New function.
12820 * stringpool.cc (Stringpool_template::Stringpool_template):
12821 Initialize optimize_ field.
12822 (Stringpool_template::set_string_offsets): Test local optimize
12823 fild rather than parameter.
12824 * layout.cc (Layout::Layout): Call set_optimize on the section
12825 name stringpool.
12826
e6a307ba
ILT
128272009-06-22 Ian Lance Taylor <iant@google.com>
12828
12829 PR 10030
12830 * yyscript.y: Parse TARGET.
12831 * script.cc (script_set_target): New function.
12832 * script-c.h (script_set_target): Declare.
12833 * options.cc (General_options::string_to_object_format): Rename
12834 from string_to_object_format in anonymous namespace. Change
12835 callers.
12836 * options.h (class General_options): Declare
12837 string_to_object_format.
12838
3ee173de
ILT
128392009-06-22 Ian Lance Taylor <iant@google.com>
12840
12841 * script-sections.cc (Script_sections::create_segments): Don't put
12842 program headers in a PT_LOAD segment if -n or -N.
12843
128442009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
12845
12846 PR 10141
12847 * options.h (class General_options): Add -z lazy and -z now. Sort
12848 -z options into alphabetical order.
12849 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12850
cd6739a1 128512009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
12852
12853 * layout.cc (Layout::make_output_section): Call
12854 Target::new_output_section.
12855 (Layout::attach_allocated_section_to_segment): Put large section
12856 sections in a separate load segment with the large segment flag
12857 set.
12858 (Layout::segment_precedes): Sort large data segments after other
12859 load segments.
12860 (align_file_offset): New static function.
12861 (Layout::set_segment_offsets): Use align_file_offset.
12862 * output.h (class Output_section): Add is_small_section_ and
12863 is_large_section_ fields.
12864 (Output_section::is_small_section): New function.
12865 (Output_section::set_is_small_section): New function.
12866 (Output_section::is_large_section): New function.
12867 (Output_section::set_is_large_section): New function.
12868 (Output_section::is_large_data_section): New function.
12869 (class Output_segment): Add is_large_data_segment_ field.
12870 (Output_segment::is_large_data_segment): New function.
12871 (Output_segment::set_is_large_data_segment): New function.
12872 * output.cc (Output_section::Output_section): Initialize new
12873 fields.
12874 (Output_segment::Output_segment): Likewise.
12875 (Output_segment::add_output_section): Add assertion that large
12876 data sections always go in large data segments. Force small data
12877 sections to the end of the list of data sections. Force small BSS
12878 sections to the start of the list of BSS sections. For large BSS
12879 sections to the end of the list of BSS sections.
12880 * symtab.h (class Symbol): Declare is_common_shndx.
12881 (Symbol::is_defined): Check Symbol::is_common_shndx.
12882 (Symbol::is_common): Likewise.
12883 (class Symbol_table): Define enum Commons_section_type. Update
12884 declarations. Add small_commons_ and large_commons_ fields.
12885 * symtab.cc (Symbol::is_common_shndx): New function.
12886 (Symbol_table::Symbol_table): Initialize new fields.
12887 (Symbol_table::add_from_object): Put small and large common
12888 symbols in the right list.
12889 (Symbol_table::sized_finalized_symbol): Check
12890 Symbol::is_common_shndx.
12891 (Symbol_table::sized_write_globals): Likewise.
12892 * common.cc (Symbol_table::do_allocate_commons): Allocate new
12893 common symbol lists. Don't call do_allocate_commons_list if the
12894 list is empty.
12895 (Symbol_table::do_allocate_commons_list): Remove is_tls
12896 parameter. Add comons_section_type parameter. Change all
12897 callers. Handle small and large common symbols.
12898 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12899 Symbol::is_common_shndx.
12900 * resolve.cc (symbol_to_bits): Likewise.
12901 * target.h (Target::small_common_shndx): New function.
12902 (Target::small_common_section_flags): New function.
12903 (Target::large_common_shndx): New function.
12904 (Target::large_common_section_flags): New function.
12905 (Target::new_output_section): New function.
12906 (Target::Target_info): Add small_common_shndx, large_common_shndx,
12907 small_common_section_flags, and large_common_section_flags
12908 fields.
12909 (Target::do_new_output_section): New virtual function.
12910 * arm.cc (Target_arm::arm_info): Initialize new fields.
12911 * i386.cc (Target_i386::i386_info): Likewise.
12912 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12913 Likewise.
12914 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12915 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12916 (Target_x86_64::do_new_output_section): New function.
12917 * configure.ac: Define conditional MCMODEL_MEDIUM.
12918 * testsuite/Makefile.am (check_PROGRAMS): Add large.
12919 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12920 (large_LDFLAGS): Define.
12921 * testsuite/large.c: New file.
12922 * testsuite/testfile.cc (Target_test::test_target_info):
12923 Initialize new fields.
12924 * configure, testsuite/Makefile.in: Rebuild.
12925
bb04269c
DK
129262009-06-05 Doug Kwan <dougkwan@google.com>
12927
12928 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 12929 * Makefile.in: Regenerate.
bb04269c
DK
12930 * i386.cc (class Target_i386): Define new virtual method to
12931 override do_is_local_label_name in parent.
12932 * object.cc (Sized_relobj::do_count_local_symbols): Discard
12933 local symbols if --discard-locals or -X is given.
12934 * options.h (class General_options): Declare new options
12935 '--discard-locals' and '-X' for discarding locals.
12936 * target.h (class Target): Define new methods is_local_label_name.
12937 Declare new virtual method do_is_local_label_name.
12938 * target.cc: New file.
12939 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12940 (check_SCRIPTS): Add discard_locals_test.sh.
12941 (check_DATA): Add discard_local_tests.syms.
12942 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12943 (discard_local_tests.syms, discard_locals_test.o): New make rules.
12944 * testsuite/Makefile.in: Regenerate.
12945 * testsuite/discard_locals_test.c: New file.
12946 * testsuite/discard_locals_test.sh: Same.
12947
805bb01c
DK
129482009-06-05 Doug Kwan <dougkwan@google.com>
12949
12950 * object.cc (Sized_relobj::Sized_relobj): Initialize
12951 discarded_eh_frame_shndx_ to -1U.
12952 (Sized_relobj::do_layout): Record index of a discard .eh_frame
12953 section.
12954 (Sized_relobj::do_count_local_symbols): Skip local symbols in
12955 a discarded .eh_frame section.
12956 (Sized_relobj::do_finalize_local_symbols): Ditto.
12957 * object.h (class Sized_relobj): Declare new member
12958 discarded_eh_frame_shndx_.
12959 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12960 (local_labels_test.o, local_labels_test): New rules.
12961 * testsuite/Makefile.in: Regenerate.
12962
1dcd334d
DK
129632009-06-04 Doug Kwan <dougkwan@google.com>
12964
12965 * layout.cc (Layout::section_name_mapping): Add mapping for
12966 special ARM sections.
12967
96d49306
DK
129682009-06-03 Doug Kwan <dougkwan@google.com>
12969
12970 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12971 (utils::has_overflow): Same.
12972
dff16297
ILT
129732009-06-03 Ian Lance Taylor <iant@google.com>
12974
12975 * layout.cc (Layout::section_name_mapping): New array, replacing
12976 Layout::linkonce_mapping.
12977 (Layout::section_name_mapping_count): New variable, replacing
12978 Layout::linkonce_mapping_count.
12979 (Layout::linkonce_output_name): Remove.
12980 (Layout::output_section_name): Rewrite.
12981 * layout.h (class Layout): Rename Linkonce_mapping to
12982 Section_name_mapping, linkonce_mapping to section_name_mapping,
12983 linkonce_mapping_count to section_name_mapping_count. Don't
12984 declare linkonce_output_name.
12985
c121c671
DK
129862009-06-03 Doug Kwan <dougkwan@google.com>
12987
12988 * gold/arm.cc (namespace utils): New.
12989 (Target_arm::reloc_is_non_pic): Define new method.
12990 (class Arm_relocate_functions): New.
12991 (Target_arm::Relocate::relocate): Handle relocation types used by
12992 Android.
12993
07800fab
ILT
129942009-06-03 Ian Lance Taylor <iant@google.com>
12995
12996 * arm.cc (Target_arm::scan::global): Use || instead of |.
12997
c121c671
DK
129982009-06-02 Doug Kwan <dougkwan@google.com>
12999
13000 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
13001 issued_non_pic_error_.
13002 (class Target_arm::Scan): Declare new method check_non_pic.
13003 Define new method symbol_needs_plt_entry.
13004 Declare new data member issued_non_pic_error_.
13005 (class Target_arm::Relocate): Declare new method
13006 should_apply_static_reloc.
13007 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
13008 (Target_arm::Scan::check_non_pic): Define new method.
13009 (Target_arm::Scan::local): Handle a small subset of reloc types used
13010 by Android.
13011 (Target_arm::Scan::local): Same.
13012 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
13013
b19b0c6d
ILT
130142009-05-31 Mikolaj Zalewski <mikolajz@google.com>
13015
13016 * incremental.cc (Incremental_inputs::report_command_line): Filter
13017 out --incremental-* options.
13018
94cdfcff
DK
130192009-05-29 Doug Kwan <dougkwan@google.com>
13020
13021 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
13022 template class.
13023 (class Target_arm): Update comment.
13024 (Target_arm::Target_arm): Initialize new data members GOT_,
13025 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
13026 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
13027 and Target_arm::rel_dyn_section.
13028 Declare new_enum Target_arm::Got_type.
13029 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
13030 and DYNBSS_.
13031 Update commments for member do_dynsym_value.
13032 (Target_arm::got_size, Target_arm::plt_section,
13033 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
13034 new methods inside class defintion.
13035 (Target_arm::got_section): Define new method.
13036 (Target_arm::rel_dyn_section): Same.
13037 (Output_data_plt_arm): New template class.
13038 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
13039 (Output_data_plt_arm:do_adjust_output_section): Define new method.
13040 (Output_data_plt_arm::add_entry): Same.
13041 (Output_data_plt_arm::first_plt_entry): Define new
13042 static data member for PLT instruction template.
13043 (Output_data_plt_arm::plt_entry): Same.
13044 (Output_data_plt_arm::do_write): Define new method.
13045 (Target_arm::make_plt_entry): Same.
13046 (Target_arm::do_finalize_sections): Same.
13047 (Target_arm::do_dynsym_value): Same.
13048
4a657b0d
DK
130492009-05-28 Doug Kwan <dougkwan@google.com>
13050
13051 * Makefile.am (TARGETSOURCES): Add arm.cc.
13052 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
13053 * Makefile.in: Regenerate.
13054 * arm.cc: New file.
13055 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
13056
e7ae8c36
DK
130572009-05-26 Doug Kwan <dougkwan@google.com>
13058
13059 * options.cc (General_options::parse_exclude_libs). Fix a comment.
13060 (General_options::check_excluded_libs): Strip off directories in
13061 archive name before matching like GNU ld does.
13062 * testsuite/Makefile.am (MOSTLYCLEANFILES,
13063 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
13064 (exclude_libs_test_LDFLAGS): Add linker option
13065 -Wl,--exclude-libs,libexclude_libs_test_3
13066 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
13067 an explicit archive without using -l.
13068 (alt/libexclude_libs_test_3.a): New make rule.
13069 * testsuite/Makefile.in: Regenerate.
13070 * testsuite/exclude_libs_test.c : Declare lib3_default().
13071 (main): Call it.
13072 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
13073 * exclude_libs_test_3.c: New file.
13074
f12e7348
NC
130752009-05-26 Nick Clifton <nickc@redhat.com>
13076
13077 * po/id.po: New Indonesian translation.
13078 * po/gold.pot: Updated template file.
13079
4daadc0d
ST
130802009-05-22 Sriraman Tallam <tmsriram@google.com>
13081
e1df38aa 13082 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
13083 gc_comdat_test files. Add -Wl,--gc-sections to build
13084 gc_comdat_test.
13085 * testsuite/Makefile.in: Regenerate.
13086 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
13087
531813ad
ST
130882009-05-21 Sriraman Tallam <tmsriram@google.com>
13089
13090 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
13091 kept comdat section was garbage collected.
13092 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
13093 * testsuite/Makefile.in: Regenerate.
13094 * testsuite/gc_comdat_test.sh: New file.
13095 * testsuite/gc_comdat_test_1.cc: New file.
13096 * testsuite/gc_comdat_test_2.cc: New file.
13097
65514900
CC
130982009-05-19 Doug Kwan <dougkwan@google.com>
13099
13100 * archive.cc (Archive::Archive): Move constructor from archive.h
13101 to here. Initialize no_export_.
13102 (Archive::get_elf_object_for_member): Set no_export flag of object.
13103 * archive.h (Archive::Archive): Move constructor body to
13104 archive.cc.
13105 (Archive::no_export): New method.
13106 (Archive::no_export_): New field.
13107 * object.h (Object::Object): Initialize no_export_ to false.
13108 (Object::no_export, Object::set_no_export): New methods.
13109 (Object::no_export_): New field.
13110 * options.cc (General_options::parse_exclude_libs): New method.
13111 (General_options::check_excluded_libs) Same.
13112 * options.h (exclude_libs): New option.
13113 (General_options::check_excluded_libs): New method declaration.
13114 (General_options::excluded_libs_): New field.
13115 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
13116 default or protected visibility if an object has no-export flag set.
13117 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
13118 (check_SCRIPTS): Add exclude_libs_test.sh.
13119 (check_DATA): Add exclude_libs_test.syms.
13120 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
13121 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
13122 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
13123 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
13124 (exclude_libs_test.syms, libexclude_libs_test_1.a,
13125 libexclude_libs_test_2.a): New rules.
13126 * testsuite/Makefile.in: Regenerate.
13127 * testsuite/exclude_libs_test.c: New file.
13128 * testsuite/exclude_libs_test.sh: Ditto.
13129 * testsuite/exclude_libs_test_1.c: Ditto.
13130 * testsuite/exclude_libs_test_2.c: Ditto.
13131
1b77ea50
ILT
131322009-05-15 Ian Lance Taylor <iant@google.com>
13133
13134 * configure.ac: Check for declarations for cases where libiberty.h
13135 checks HAVE_DECL_xxx.
13136 * configure, config.in: Rebuild.
13137
072fe7ce
ILT
131382009-05-15 Mikolaj Zalewski <mikolajz@google.com>
13139
13140 * gold.h (Incremental_argument_list): Remove (invalid) forward
13141 declaration.
13142 * incremental.cc (Incremental_inputs::report_achive): New method.
13143 (Incremental_inputs::report_object): New method.
13144 (Incremental_inputs::report_script): New method.
13145 (Incremental_inputs::finalize_inputs): New method.
13146 (Incremental_inputs::finalize): Call finalize_inputs().
13147 (Incremental_inputs::sized_create_incremental_inputs_section_data):
13148 Create inputs entries.
13149 * incremental.h (Incremental_input_type): New enum.
13150 (Incremental_inputs::Incremental_input): Initialize new fields.
13151 (Incremental_inputs::report_inputs): New method.
13152 (Incremental_inputs::report_achive): New method.
13153 (Incremental_inputs::report_object): New method.
13154 (Incremental_inputs::report_script): New method.
13155 (Incremental_inputs::finalize_inputs): New method.
13156 (Incremental_inputs::Input_info): New struct.
13157 (Incremental_inputs::Input_info_map): New typedef.
13158 (Incremental_inputs::lock_): New field.
13159 (Incremental_inputs::Inputs_): New field.
13160 (Incremental_inputs::Inputs_map): New field.
13161 * main.cc (main): Call Incremental_input::report_inputs.
13162 * options.h (Input_argument_list): Typedef moved from
13163 Input_arguments.
13164 (Input_file_group::Files): Remove, use ::Input_argument_list.
13165 (Input_file_group::Input_argument_list): Remove, use
13166 ::Input_argument_list.
13167 * plugin.cc (Plugin_manager::add_input_file): Add error in
13168 incremental build.
13169 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
13170 functions.
13171 * script.cc (read_input_script): Call
13172 Incremental_input::report_script.
13173 * script.h (Script_info): New class.
13174
b0481b0b
ILT
131752009-04-27 Ian Lance Taylor <iant@google.com>
13176
13177 * x86_64.cc (do_adjust_output_section): Set entsize to
13178 plt_entry_size.
13179
b22a5a41 131802009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
13181
13182 * output.cc (Output_file::close): After short writes, continue
13183 writing from the correct offset in the buffer being written.
13184
40fde488
CD
131852009-04-23 Chris Demetriou <cgd@google.com>
13186
13187 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
13188 * configure: Regenerate.
13189 * config.in: Regenerate.
13190 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
13191 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
13192
3ce2c28e
ILT
131932009-04-21 Mikolaj Zalewski <mikolajz@google.com>
13194
13195 * incremental.cc (Incremental_inputs_header_data): Renamed from
13196 Incremental_input_header_data.
13197 (Incremental_inputs_header_data::data_size): New field.
13198 (Incremental_inputs_header_data::put_input_file_count): Renamed
13199 from input_file_count.
13200 (Incremental_inputs_header_data::put_command_line_offset): Renamed
13201 from command_line_offset.
13202 (Incremental_inputs_header_data::put_reserved): Renamed from
13203 put_reserved.
13204 (Incremental_inputs_entry_data): Renamed from
13205 Incremental_input_entry_data.
13206 (Incremental_inputs_entry_data::data_size): New field.
13207 (Incremental_inputs::report_command_line): New method.
13208 (Incremental_inputs::finalize): New method.
13209 (Incremental_inputs::create_incremental_inputs_data): New method.
13210 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
13211 * incremental.h: New file.
13212 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 13213 (Layout::finalize): Create incremental inputs section in
3ce2c28e 13214 incremental builds.
703d02da 13215 (Layout::create_incremental_info_sections): New method.
3ce2c28e 13216 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
13217 (Layout::create_incremental_info_sections): New method.
13218 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
13219 * main.cc (main): Notify Incremental_input of the command line.
13220
e55bde5e
ILT
132212009-04-01 Ian Lance Taylor <iant@google.com>
13222 Mikolaj Zalewski <mikolajz@google.com>
13223
13224 * gold.h (reserve_unordered_map): Define, three versions, one for
13225 each version of Unordered_map.
13226 * layout.cc (Layout::Layout): Remove options parameter. Add
13227 number_of_input_files parameter. Don't initialize options_.
13228 Initialize number_of_input_files_ and resized_signatures_. Move
13229 sections_are_attached_.
13230 (Layout::layout_group): Reserve space for group_signatures_.
13231 (Layout::find_or_add_kept_section): Change name parameter to be a
13232 reference. Resize signatures_ map when it gets large enough.
13233 (Layout::layout_eh_frame): Use parameters->options() instead of
13234 this->options_.
13235 (Layout::make_output_section): Likewise.
13236 (Layout::attach_allocated_section_to_segment): Likewise.
13237 (Layout::finalize, Layout::create_executable_stack): Likewise.
13238 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
13239 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
13240 * layout.h (class Layout): Update declarations. Remove options_
13241 field. Add number_of_input_files_ and resized_signatures_
13242 fields. Move sections_are_attached_ field.
13243 * main.cc (main): Pass number of input files to Layout
13244 constructor. Don't pass options.
13245
154b857c
ILT
132462009-03-30 Ian Lance Taylor <iant@google.com>
13247
13248 * ffsll.c (ffsll): Correct implementation.
13249
2f35ab9b
ILT
132502009-03-27 Ian Lance Taylor <iant@google.com>
13251
fd03461a
ILT
13252 * ffsll.c: New file.
13253 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
13254 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
13255 * ftruncate.c (ftruncate): Declare before definition.
13256 * mremap.c (mremap): Likewise.
13257 * pread.c (pread): Likewise.
13258 * configure, Makefile.in, config.in: Rebuild.
13259
2f35ab9b
ILT
13260 * mremap.c: New file.
13261 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
13262 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
13263 (mremap): Declare if HAVE_MREMAP is not defined.
13264 * configure, Makefile.in, config.in: Rebuild.
13265
33aea2fd
CC
132662009-03-27 Cary Coutant <ccoutant@google.com>
13267
13268 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
13269 position independent.
13270 * sparc.cc (Target_sparc::check_non_pic): Likewise.
13271 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
13272
6d479619
CC
132732009-03-24 Cary Coutant <ccoutant@google.com>
13274
13275 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
13276 an executable.
13277 (needs_dynamic_reloc): Likewise.
13278
afc06bb8
ILT
132792009-03-24 Ian Lance Taylor <iant@google.com>
13280
13281 * yyscript.y (file_cmd): Recognize EXTERN.
13282 (extern_name_list, extern_name_list_body): New nonterminals.
13283 * script.cc (script_add_extern): Define.
13284 * script-c.h (script_add_extern): Declare.
13285
f6060a4d
ILT
132862009-03-24 Rafael Avila de Espindola <espindola@google.com>
13287
13288 * object.cc (is_elf_object): Define.
13289 * object.h (is_elf_object): Declare.
13290 * archive.cc (Archive::get_elf_object_for_member): Call
13291 is_elf_object.
33aea2fd 13292 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 13293
26736d8e
ILT
132942009-03-24 Elliott Hughes <enh@google.com>
13295
13296 * output.cc (Output_file::map_anonymous): Define.
13297 (Output_file::map): Use map_anonymous. If the regular mmap fails,
13298 try an anonymous one. Report the size if the mmap fails.
13299 * output.h (class Output_file): Declare map_anonymous.
13300
22fd9730
ILT
133012009-03-24 Ian Lance Taylor <iant@google.com>
13302
13303 * target-select.cc (instantiate_target): Don't acquire the lock if
13304 the instantiated_target_ field has already been set.
13305
cb010894
ILT
133062009-03-23 Ian Lance Taylor <iant@google.com>
13307
7f055c20
ILT
13308 * gold-threads.h (class Initialize_lock): Define.
13309 * gold-threads.cc (class Initialize_lock_once): Define.
13310 (initialize_lock_control): New static variable.
13311 (initialize_lock_pointer): New static variable.
13312 (initialize_lock_once): New static function.
13313 (Initialize_lock::Initialize_lock): Define.
13314 (Initialize_lock::initialize): Define.
13315 * target-select.h: Include "gold-threads.h".
13316 (class Target_selector): Add lock_ and initialize_lock_ fields.
13317 Don't define instantiate_target, just declare it.
13318 * target-select.cc (Target_selector::Target_selector): Initialize
13319 new fields.
13320 (Target_selector::instantiate_target): Define.
13321 * descriptors.h: Include "gold-threads.h".
13322 (class Descriptors): Add initialize_lock_ field.
13323 * descriptors.cc (Descriptors::Descriptors): Initialize new
13324 field.
13325 (Descriptors::open): Use initialize_lock_ field
13326 * errors.h (class Errors): Add initialize_lock_ field.
13327 * errors.cc (Errors::Errors): Initialize new field.
13328 (Errors::initialize_lock): Use initialize_lock_ field.
13329 * powerpc.cc (class Target_selector_powerpc): Remove
13330 instantiated_target_ field. In do_recognize call
13331 instantiate_target rather than do_instantiate_target. In
13332 do_instantiate_target just allocate a new target.
13333 * sparc.cc (class Target_selector_sparc): Likewise.
13334
36959681
ILT
13335 * freebsd.h: New file.
13336 * i386.cc: Include "freebsd.h".
13337 (Target_i386): Derive from Target_freebsd rather than
13338 Sized_target.
13339 (Target_selector_i386): Derive from Target_selector_freebsd rather
13340 than Target_selector.
13341 * x86_64.cc: Include "freebsd.h".
13342 (Target_x86_64): Derive from Target_freebsd rather than
13343 Sized_target.
13344 (Target_selector_x86_64): Derive from Target_selector_freebsd
13345 rather than Target_selector.
13346 * target.h (class Target): Add adjust_elf_header and
13347 do_adjust_elf_header.
13348 * output.cc (Output_file_header:: do_sized_write): Call target
13349 adjust_elf_header routine.
13350 * configure.tgt: Set targ_osabi.
13351 * configure.ac: Define GOLD_DEFAULT_OSABI.
13352 * parameters.cc (Parameters::default_target): Pass
13353 GOLD_DEFAULT_OSABI to select_target.
13354 * target-select.h (class Target_selector): Make instantiate_target
13355 protected rather than private.
13356 * Makefile.am (HFILES): Add freebsd.h.
13357 * configure, Makefile.in, config.in: Rebuild.
13358
cb010894
ILT
13359 * merge.cc (do_add_input_section): Correct pend value. Change
13360 message about last entry not being null terminated from error to
13361 warning.
13362
0e879927
ILT
133632009-03-20 Mikolaj Zalewski <mikolajz@google.com>
13364
13365 * incremental.cc: New file.
13366 * Makefile.am (CCFILES): Add incremental.cc.
13367 * Makefile.in: Rebuild.
13368
41105937
PP
133692009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
13370
13371 * layout.cc (Layout::output_section_name): Preserve names
13372 of '.note.' sections.
e1df38aa 13373
60439920
ILT
133742009-03-19 Ian Lance Taylor <iant@google.com>
13375
13376 * descriptors.cc (Descriptors::open): Check that the options are
13377 valid before using them.
13378
0d371ad3
ILT
133792009-03-18 Ian Lance Taylor <iant@google.com>
13380
13381 * script-sections.h: Include <list>.
13382 (class Script_sections): Change Sections_elements from std::vector
13383 to std::list. Typedef public Elements_iterator. Add
13384 orphan_section_placement_, data_segment_align_start_, and
13385 saw_data_segment_align_ fields. Remove data_segment_align_index_
13386 field.
13387 * script-sections.cc (class Orphan_section_placement): New class.
13388 (class Sections_element): Add virtual functions is_relro and
13389 orphan_section_init. Remove virtual function place_orphan_here.
13390 (class Output_section_definition): Add is_relro and
13391 orphan_section_init. Remove place_orphan_here.
13392 (class Orphan_output_section): Likewise.
13393 (Script_sections::Script_sections): Update for field changes.
13394 (Script_sections::data_segment_align): Set saw_data_segment_align_
13395 and data_segment_align_start_, not data_segment_align_index.
13396 (Script_sections::data_segment_relro_end): Check
13397 saw_data_segment_align_. Use data_segment_align_start_ rather
13398 than data_segment_align_index_.
13399 (Script_sections::place_orphan): Rewrite to use
13400 Orphan_section_placement.
13401
9201d894
ILT
134022009-03-17 Ian Lance Taylor <iant@google.com>
13403
9c5b8369
ILT
13404 * archive.cc (Archive::add_symbols): Check for a version attached
13405 to the symbol name in the archive map.
13406 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
13407 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
13408 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
13409 (ver_test_11.a): New target.
13410 * testsuite/Makefile.in: Rebuild.
13411
9201d894
ILT
13412 * configure.ac: Check for chsize and posix_fallocate. Replace
13413 ftruncate.
13414 * ftruncate.c: New file, from gnulib.
13415 * output.cc (posix_fallocate): Define dummy version if not
13416 HAVE_POSIX_FALLOCATE.
13417 (Output_file::map): Call posix_fallocate rather than lseek and
13418 write.
13419 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
13420 * configure, Makefile.in, config.in: Rebuild.
13421
ef4ab7a8 134222009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 13423
ef4ab7a8
PP
13424 * layout.h (Layout::create_note): Add section_name parameter.
13425 * layout.cc (Layout::create_note): Likewise.
13426 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 13427
8c500701
ILT
134282009-03-17 Ian Lance Taylor <iant@google.com>
13429
e85b18e1
ILT
13430 * descriptors.cc: Include "options.h".
13431 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
13432 (Descriptors::open): Always use O_CLOEXEC when opening a new
13433 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
13434 then set FD_CLOEXEC.
13435
9efe6174
ILT
13436 * sparc.cc (class Target_sparc): Add has_got_section.
13437 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
13438 make sure we have a GOT section.
13439
13440 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
13441 (Target_sparc::Scan::local): Likewise.
13442 (Target_sparc::Scan::global): Likewise.
13443 (Target_sparc::Relocate::relocate): Likewise.
13444 (Target_sparc::Relocate::relocate_tls): Likewise.
13445
8c500701
ILT
13446 * symtab.cc (Symbol_table::define_default_version): New function,
13447 broken out of add_from_object.
13448 (Symbol_table::add_from_object): Call define_default_version.
13449 (Symbol_table::define_special_symbol): Add resolve_oldsym
13450 parameter. Change all callers. If the version for a symbol comes
13451 from a version script, resolve it with the symbol with the same
13452 name with no version. Also add the symbol without a version if
13453 appropriate.
13454 (do_define_in_output_data): If resolving with oldsym, don't delete
13455 sym.
13456 (do_define_in_output_segment): Likewise.
13457 (do_define_as_constant): Likewise.
13458 * symtab.h (class Symbol_table): Update declarations.
13459
f1ed28fb
ILT
134602009-03-13 Ian Lance Taylor <iant@google.com>
13461
15f8229b
ILT
13462 * readsyms.cc (Read_symbols::incompatible_warning): New function.
13463 (Read_symbols::requeue): New function.
13464 (Read_symbols::do_read_symbols): If make_elf_object fails because
13465 the target type is not configured, and the file was searched for,
13466 issue a warning and retry with the next directory.
13467 (Add_symbols::run): If the file has an incompatible format, and
13468 it was searched for, requeue the Read_symbols task. On error,
13469 release the object.
13470 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
13471 dirindex parameter to constructor. Change all callers. Declare
13472 incompatible_warning and requeue.
13473 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
13474 input_argument_ and input_group_ fields. Add them to
13475 constructor. Change all callers.
13476 (class Read_script): Add dirindex_ field. Add it to constructor.
13477 Change all callers.
13478 * archive.cc (Archive::setup): Remove input_objects parameter.
13479 Change all callers.
13480 (Archive::get_file_and_offset): Likewise.
13481 (Archive::read_all_symbols): Likewise.
13482 (Archive::read_symbols): Likewise.
13483 (Archive::get_elf_object_for_member): Remove input_objects
13484 parameter. Add punconfigured parameter. Change all callers.
13485 (Archive::add_symbols): Change return type to bool. Check return
13486 value of include_member.
13487 (Archive::include_all_members): Likewise.
13488 (Archive::include_member): Change return type to bool. Return
13489 false if first included object has incompatible target. Set
13490 included_member_ field.
13491 (Add_archive_symbols::run): If add_symbols returns false, requeue
13492 Read_symbols task.
13493 * archive.h (class Archive): Add included_member_ field.
13494 Initialize it in constructor. Add input_file and searched_for
13495 methods. Update declarations.
13496 (class Add_archive_symbols): Add dirpath_, dirindex_, and
13497 input_argument_ fields. Add them to constructor. Change all
13498 callers.
13499 * script.cc: Include "target-select.h".
13500 (class Parser_closure): Add skip_on_incompatible_target_ and
13501 found_incompatible_target_ fields. Add
13502 skip_on_incompatible_target parameter to constructor. Change all
13503 callers. Add methods skip_on_incompatible_target,
13504 clear_skip_on_incompatible_target, found_incompatible_target, and
13505 set_found_incompatible_target.
13506 (read_input_script): Add dirindex parameter. Change all callers.
13507 If parser finds an incompatible target, requeue Read_symbols
13508 task.
13509 (script_set_symbol): Clear skip_on_incompatible_target in
13510 closure.
13511 (script_add_assertion, script_parse_option): Likewise.
13512 (script_start_sections, script_add_phdr): Likewise.
13513 (script_check_output_format): New function.
13514 * script.h (read_input_script): Update declaration.
13515 * script-c.h (script_check_output_format): Declare.
13516 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
13517 (ignore_cmd): Remove OUTPUT_FORMAT.
13518 * fileread.cc (Input_file::Input_file): Add explicit this.
13519 (Input_file::will_search_for): New function.
13520 (Input_file::open): Add pindex parameter. Change all callers.
13521 * fileread.h (class Input_file): Add input_file_argument method.
13522 Declare will_search_for. Update declarations.
13523 * object.cc (make_elf_object): Add punconfigured parameter.
13524 Change all callers.
13525 * object.h (class Object): Make input_file public. Add
13526 searched_for method.
13527 (make_elf_object): Update declaration.
13528 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
13529 restart search.
13530 * dirsearch.h (class Dirsearch): Update declaration.
13531 * options.h (class General_options): Add --warn-search-mismatch.
13532 * parameters.cc (Parameters::is_compatible_target): New function.
13533 * parameters.h (class Parameters): Declare is_compatible_target.
13534 * workqueue.cc (Workqueue::add_blocker): New function.
13535 * workqueue.h (class Workqueue): Declare add_blocker.
13536
f1ed28fb
ILT
13537 * fileread.cc (Input_file::open): Remove options parameter.
13538 Change all callers.
13539 (Input_file::open_binary): Likewise.
13540 * script.cc (read_input_script): Likewise.
13541 * readsyms.h (class Read_symbols): Remove options_ field. Remove
13542 options parameter from constructor. Change all callers.
13543 (class Read_script): Likewise.
13544 * fileread.h (class Input_file): Update declarations.
13545 * script.h (read_input_script): Update declaration.
13546
34dd024a
NC
135472009-03-10 Nick Clifton <nickc@redhat.com>
13548
13549 * po/es.po: New Spanish translation.
13550
6d71b17c
CC
135512009-03-06 Cary Coutant <ccoutant@google.com>
13552
13553 * options.cc (parse_short_option): Keep dash_z from registering itself.
13554
031cdbed
ILT
135552009-03-03 Ian Lance Taylor <iant@google.com>
13556
13557 PR 9918
13558 * target-reloc.h (relocate_section): Pass output_section to
13559 relocate.
13560 * i386.cc (Target_i386::should_apply_static_reloc): Add
13561 output_section parameter. Change all callers.
13562 (Target_i386::Relocate::relocate): Add output_section parameter.
13563 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13564 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
13565 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
13566 * testsuite/two_file_shared.sh: New script.
13567 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
13568 (check_DATA): Add two_file_shared.dbg.
13569 (two_file_shared.dbg): New target.
13570 * testsuite/Makefile.in: Rebuild.
13571
15d5fa16
ILT
135722009-03-01 Ian Lance Taylor <iant@google.com>
13573
13574 * configure.ac: Check for byteswap.h.
13575 * configure: Rebuild.
13576 * config.in: Rebuild.
13577
8a4c0b0d
ILT
135782009-03-01 Mikolaj Zalewski <mikolajz@google.com>
13579
13580 * layout.cc (Layout::find_or_add_kept_section): New function.
13581 (Layout::add_comdat): Removed.
13582 * layout.h (struct Kept_section): Move out of class Layout.
13583 Remove trailing underscores from field names. Add group_sections
13584 field. Rename group_ field to is_group. Change all uses.
13585 (class Layout): Declare find_or_add_kept_section, not add_comdat.
13586 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
13587 comdat_groups_ field.
13588 (Sized_relobj::include_section_group): Use
13589 find_or_add_kept_section and Kept_section::group_sections.
13590 (Sized_relobj::include_linkonce_section): Likewise.
13591 * object.cc (class Sized_relobj): Don't define Comdat_group or
13592 Comdat_group_table. Remove find_comdat_group and
13593 add_comdat_group. Remove comdat_groups_ field.
13594 * plugin.cc (include_comdat_group): Use
13595 Layout::find_or_add_kept_section.
13596
b4ecf66b
ILT
135972009-02-28 Ian Lance Taylor <iant@google.com>
13598
14359ca0
ILT
13599 * README: --gc-sections and map files are now supported. Document
13600 some build requirements.
13601
b4ecf66b
ILT
13602 PR 6992
13603 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
13604 relocatable link set the value of the section symbol to zero.
13605 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
13606 relocatable link don't include the section address in the local
13607 symbol value.
13608
0602e05a
ILT
136092009-02-27 Ian Lance Taylor <iant@google.com>
13610
fd9d194f
ILT
13611 PR 6811
13612 * options.h (class Search_directory): Add is_system_directory.
13613 (class General_options): Declare is_in_system_directory.
13614 * options.cc (get_relative_sysroot): Make static.
13615 (get_default_sysroot): Make static.
13616 (General_optoins::is_in_system_directory): New function.
13617 * fileread.cc (Input_file::is_in_system_directory): New function.
13618 * fileread.h (class Input_file): Declare is_in_system_directory.
13619 * object.h (class Object): Add is_in_system_directory.
13620 (class Input_objects): Remove system_library_directory_ field.
13621 * object.cc (Input_objects::add_object): Don't set
13622 system_library_directory_.
13623 (input_objects::found_in_system_library_directory): Remove.
13624 * symtab.cc (Symbol_table::write_globals): Remove input_objects
13625 parameter. Change all callers.
13626 (Symbol_table::sized_write_globals): Likewise.
13627 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
13628 Call Object::is_in_system_directory.
13629 * symtab.h (class Symbol_table): Update declarations.
13630
61edd21f
ILT
13631 PR 5990
13632 * descriptors.h (Open_descriptor): Add is_on_stack field.
13633 * descriptors.cc (Descriptors::open): If the descriptor is on the
13634 top of the stack, remove it. Initialize is_on_stack field.
13635 (Descriptors::release): Only add pod to stack if it is not on the
13636 stack already.
13637 (Descriptors::close_some_descriptor): Clear stack_next and
13638 is_on_stack fields.
13639
e29e076a
ILT
13640 PR 7091
13641 * output.cc (Output_section::find_starting_output_address): Rename
13642 from starting_output_address; add PADDR parameter; change return
13643 type.
13644 * output.h (class Output_section): Declare
13645 find_starting_output_address instead of starting_output_address.
13646 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
13647 section symbol for which we can't find a merge section.
13648
0602e05a
ILT
13649 PR 9836
13650 * symtab.cc (Symbol_table::add_from_object): If the visibility is
13651 hidden or internal, force the symbol to be local.
13652 * resolve.cc (Symbol::override_visibility): Define.
13653 (Symbol::override_base): Use override_visibility.
13654 (Symbol_table::resolve): Likewise.
13655 (Symbol::override_base_with_special): Likewise.
13656 (Symbol_table::override_with_special): If the visibility is hidden
13657 or internal, force the symbol to be local.
13658 * symtab.h (class Symbol): Add set_visibility and
13659 override_visibility.
13660 * testsuite/ver_test_1.sh: New file.
13661 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
13662 (check_DATA): Add ver_test_1.syms.
13663 (ver_test_1.syms): New target.
13664 * testsuite/Makefile.in: Rebuild.
13665
401a9a73
CC
136662009-02-25 Cary Coutant <ccoutant@google.com>
13667
13668 * layout.cc (Layout::choose_output_section): Don't rename sections
13669 when using a linker script that has a SECTIONS clause.
13670 * Makefile.in: Regenerate.
13671
13672 * testsuite/Makefile.am (script_test_5.sh): New test case.
13673 * testsuite/Makefile.in: Regenerate.
13674 * testsuite/script_test_5.cc: New file.
13675 * testsuite/script_test_5.sh: New file.
13676 * testsuite/script_test_5.t: New file.
13677
f488e4b0
CC
136782009-02-13 Rafael Avila de Espindola <espindola@google.com>
13679
13680 * archive.cc (Archive::include_member): Update calls to add_symbols.
13681 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13682 the Layout argument.
13683 * dynobj.h (do_add_symbols): Add the Layout argument.
13684 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13685 Layout argument.
13686 * object.h (Object::add_symbols): Add the Layout argument.
13687 (Object::do_add_symbols): Add the Layout argument.
13688 (Sized_relobj::do_add_symbols): Add the Layout argument.
13689 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13690 Unify the two versions.
13691 (Add_plugin_symbols): Remove.
13692 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13693 (Sized_pluginobj::do_add_symbols): Unify the two versions.
13694 (Add_plugin_symbols): Remove.
13695 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13696 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13697 (Add_symbols::run): Make it work with Pulginobj.
13698
89dd1680
ILT
136992009-02-06 Ian Lance Taylor <iant@google.com>
13700
13701 * object.cc (Sized_relobj::do_layout): Make info message start
13702 with lower case letter.
13703
266d0a74
ILT
137042009-02-06 Mikolaj Zalewski <mikolajz@google.com>
13705
602b464e
ILT
13706 * binary.cc: Fix file comment.
13707
266d0a74
ILT
13708 * options.h (enum Incremental_disposition): Define.
13709 (class General_options): Add new options: --incremental,
13710 --incremental_changed, --incremental_unchanged,
13711 --incremental_unknown. Add incremental_disposition_ and
13712 implicit_incremental_ fields.
13713 (General_options::incremental_disposition): New function.
13714 (class Position_dependent_options): Add incremental_disposition
13715 option.
13716 (Position_dependent_options::copy_from_options): Set incremental
13717 dispositions.
13718 * options.cc (General_options::parse_incremental_changed): New
13719 function.
2e702c99
RM
13720 (General_options::parse_incremental_unchanged): New function.
13721 (General_options::parse_incremental_unknown): New function.
13722 (General_options::General_options): Initialize new fields
266d0a74 13723 incremental_disposition_ and implicit_incremental_.
2e702c99 13724 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
13725 without --incremental.
13726
f073bbf7
CD
137272009-02-06 Chris Demetriou <cgd@google.com>
13728
13729 * gold.h (gold_undefined_symbol): Change to take only a Symbol
13730 pointer and to report location as the file name associated with
13731 the symbol.
13732 (gold_undefined_symbol_at_location): New function to replace the
13733 old gold_undefined_symbol functionality.
13734 * target-reloc.h (relocate_section): Update to use
13735 gold_undefined_symbol_at_location.
13736 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13737 Call gold_undefined_symbol function rather than gold_error.
13738 * errors.h (Errors::undefined_symbol): Take location as a
13739 string, rather than calculating it from a relocation.
13740 * errors.cc (Errors::fatal): Print "fatal error:" before the
13741 formatted message.
13742 (Errors::error, Errors::error_at_location): Print "error: "
13743 before the formatted message.
13744 (Errors::undefined_symbol): Take location as a string, rather
13745 than calculating it from a relocation.
13746 (gold_undefined_symbol_at_location): New function akin to
13747 old gold_undefined_symbol, calculates location from relocation.
13748 (gold_undefined_symbol): Change to take only a Symbol pointer
13749 and to report location as the file name associated with the symbol.
13750 * testsuite/debug_msg.sh: Update for changed error messages.
13751 * testsuite/undef_symbol.sh: Likewise.
13752
8e94a90c
ILT
137532009-02-04 Duncan Sands <baldrick@free.fr>
13754
13755 PR 9812
13756 * reduced_debug_output.h
13757 (Output_reduced_debug_abbrev_section::failed): Use format for
13758 gold_warning.
13759 (Output_reduced_debug_info_section::faild): Likewise.
13760
88a0e15b
ILT
137612009-01-31 Mikolaj Zalewski <mikolajz@google.com>
13762
13763 * script.cc (Lazy_demangler): New class.
2e702c99 13764 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
13765 symbol only once.
13766
5efc7cd2
CC
137672009-01-29 Cary Coutant <ccoutant@google.com>
13768
13769 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13770 to __tls_get_addr.
13771 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13772
e0ebcf42
ILT
137732009-01-28 Ian Lance Taylor <iant@google.com>
13774
5efc7cd2 13775 * version.cc (version_string): Bump to 1.9.
75fe7426 13776
e0ebcf42
ILT
13777 * gold.h: Include <cstring> and <stdint.h>.
13778 * version.cc: Include <cstdio>.
13779 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13780 warning.
13781 * reduced_debug_output.cc (insert_into_vector): Rename from
13782 Insert_into_vector; change all callers. Use Swap_unaligned to
13783 avoid aliasing issue; remove union since it is unnecessary.
13784
8e2813be 137852009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
13786
13787 * Makefile.am (CCFILES): Add gc.cc.
13788 (HFILES): Add gc.h.
13789 * Makefile.in: Regenerate.
13790 * gold.cc (Gc_runner): New class.
13791 (queue_initial_tasks): Call garbage collection related tasks
13792 when corresponding options are invoked.
13793 (queue_middle_gc_tasks): New function.
13794 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13795 processed early before laying out sections during garbage collection.
13796 * gold.h (queue_middle_gc_tasks): New function.
13797 (is_prefix_of): Move from "layout.cc".
13798 * i386.cc (Target_i386::gc_process_relocs): New function.
13799 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13800 * main.cc (main): Create object of class "Garbage_collection".
13801 * object.cc (Relobj::copy_symbols_data): New function.
13802 (Relobj::is_section_name_included): New function.
e1df38aa
NC
13803 (Sized_relobj::do_layout): Allow this function to be called twice
13804 during garbage collection and defer layout of section during the
6d03d481
ST
13805 first call.
13806 * object.h (Relobj::get_symbols_data): New function.
13807 (Relobj::is_section_name_included): New function.
13808 (Relobj::copy_symbols_data): New function.
13809 (Relobj::set_symbols_data): New function.
13810 (Relobj::get_relocs_data): New function.
13811 (Relobj::set_relocs_data): New function.
13812 (Relobj::is_output_section_offset_invalid): New pure virtual function.
13813 (Relobj::gc_process_relocs): New function.
13814 (Relobj::do_gc_process_relocs): New pure virtual function.
13815 (Relobj::sd_): New data member.
13816 (Sized_relobj::is_output_section_offset_invalid): New function.
13817 (Sized_relobj::do_gc_process_relocs): New function.
13818 * options.h (General_options::gc_sections): Modify to not be a no-op.
13819 (General_options::print_gc_sections): New option.
13820 * plugin.cc (Plugin_finish::run): Remove function call to
13821 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
13822 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13823 * reloc.cc (Read_relocs::run): Add task to process relocs and
13824 determine unreferenced sections when doing garbage collection.
13825 (Gc_process_relocs): New class.
13826 (Sized_relobj::do_gc_process_relocs): New function.
13827 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13828 sections that are garbage collected.
13829 * reloc.h (Gc_process_relocs): New class.
13830 * sparc.cc (Target_sparc::gc_process_relocs): New function.
13831 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13832 symbols whose corresponding sections are garbage collected.
13833 (Symbol_table::Symbol_table): Add new parameter for the garbage
13834 collection object.
13835 (Symbol_table::gc_mark_undef_symbols): New function.
13836 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13837 (Symbol_table::gc_mark_dyn_syms): New function.
13838 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13839 as garbage.
13840 (Symbol_table::add_from_object): Likewise.
13841 (Symbol_table::add_from_relobj): When building shared objects, do not
13842 treat externally visible symbols as garbage.
13843 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13844 table information for static and relocatable links.
13845 * symtab.h (Symbol_table::set_gc): New function.
13846 (Symbol_table::gc): New function.
13847 (Symbol_table::gc_mark_undef_symbols): New function.
13848 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13849 (Symbol_table::gc_mark_dyn_syms): New function.
13850 (Symbol_table::gc_): New data member.
e1df38aa 13851 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
13852 function.
13853 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13854 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13855
3b293544
CF
138562009-01-20 Chris Faylor <me.sourceware@sourceware.org>
13857
13858 * options.h (General_options::gc_sections): Define as a no-op for now.
13859 (General_options::no_keep_memory): Ditto.
13860 (General_options::Bshareable): Define.
13861 * options.cc (General_options::finalize): Honor -Bshareable.
13862
83d22aa8
AS
138632009-01-20 Andreas Schwab <schwab@suse.de>
13864
13865 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13866 read the value in the contents, since we don't use it. Use the
13867 template endianness when writing.
13868 (Relocate::relocate): Use it for R_PPC_REL16_HA.
13869
cd536b21
AS
138702009-01-19 Andreas Schwab <schwab@suse.de>
13871
13872 * configure.tgt (powerpc64-*): Fix targ_obj.
13873
99e9a495
ILT
138742009-01-15 Ian Lance Taylor <iant@google.com>
13875
13876 * object.cc (Sized_relobj::write_local_symbols): Don't write out
13877 local symbols when stripping all symbols.
13878
bbbfea06
CC
138792009-01-14 Cary Coutant <ccoutant@google.com>
13880
99e9a495 13881 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 13882
0f7c0701
CC
138832009-01-14 Cary Coutant <ccoutant@google.com>
13884
13885 * archive.cc (Archive::get_elf_object_for_member): Remove call
13886 to File_read::claim_for_plugin.
13887 * descriptors.cc (Descriptors::open): Remove reference to
13888 is_claimed.
13889 (Descriptors::claim_for_plugin): Remove.
13890 * descriptors.h (Descriptors::claim_for_plugin): Remove.
13891 (Descriptors::is_claimed): Remove.
13892 (claim_descriptor_for_plugin): Remove.
13893 * fileread.cc (File_read::claim_for_plugin): Remove.
13894 * fileread.h (File_read::claim_for_plugin): Remove.
13895 (File_read::descriptor): Reopen descriptor if necessary.
13896 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
13897 (Plugin_manager::all_symbols_read): Add task parameter. Change
13898 all callers.
13899 (Plugin_manager::get_input_file): New function.
13900 (Plugin_manager::release_input_file): New function.
13901 (Pluginobj::Pluginobj): Add filesize parameter and initialize
13902 corresponding data member.
13903 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13904 and pass to base constructor. Change all callers.
13905 (get_input_file, release_input_file): New functions.
13906 (make_sized_plugin_object): Add filesize parameter. Change all callers.
13907 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13908 (Plugin_manager::all_symbols_read): Add task parameter.
13909 (Plugin_manager::get_input_file): New function.
13910 (Plugin_manager::release_input_file): New function.
13911 (Plugin_manager::task_): New data member.
13912 (Pluginobj::Pluginobj): Add filesize parameter.
13913 (Pluginobj::filename): New function.
13914 (Pluginobj::descriptor): New function.
13915 (Pluginobj::filesize): New function.
13916 (Pluginobj::filesize_): New data member.
13917 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13918 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13919 File_read::claim_for_plugin; use Object::unlock to unlock the file.
13920
13921 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13922 with archive libraries.
13923 * testsuite/Makefile.in: Regenerate.
13924 * testsuite/plugin_test.c (struct sym_info): New type.
13925 (get_input_file, release_input_file): New static variables.
13926 (onload): Capture new transfer vector entries.
13927 (claim_file_hook): Stop reading at end of file according to filesize.
13928 Factor out parsing of readelf output into separate function.
13929 (all_symbols_read_hook): Exercise get_input_file and release_input_file
13930 APIs and get the source file name from the symbol table. Convert
13931 source file name to corresponding object file name. Print info
13932 message when adding new input files.
13933 (parse_readelf_line): New function.
13934 * testsuite/plugin_test_1.sh: Add checks for new info messages.
13935 * testsuite/plugin_test_2.sh: Likewise.
13936 * testsuite/plugin_test_3.sh: Likewise.
13937 * testsuite/plugin_test_4.sh: New test case.
13938
62a6d109
ILT
139392009-01-07 Ian Lance Taylor <iant@google.com>
13940
13941 * version.cc (version_string): Bump to 1.8.
13942
483620e8
CC
139432008-12-23 Cary Coutant <ccoutant@google.com>
13944
13945 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13946 * plugin.cc (Plugin_manager::finish): Rename as
13947 layout_deferred_objects. Move cleanup to separate function.
13948 (Plugin_manager::cleanup): New function.
13949 (Plugin_finish::run): Call layout_deferred_objects and cleanup
13950 separately.
13951 * plugin.h (Plugin_manager::finish): Rename as
13952 layout_deferred_objects.
13953 (Plugin_manager::cleanup): New function.
13954 (Plugin_manager::cleanup_done): New field.
13955
d66a9eb3
CC
139562008-12-23 Cary Coutant <ccoutant@google.com>
13957
13958 * plugin.cc (is_visible_from_outside): New function.
13959 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13960 so we don't return "IR only" status for exported symbols or -r links.
13961
13962 * testsuite/Makefile.am (plugin_test_3): New test case.
13963 * testsuite/Makefile.in: Regenerate.
13964 * testsuite/plugin_test_3.sh: New file.
13965
5995b570
CC
139662008-12-22 Cary Coutant <ccoutant@google.com>
13967
13968 * object.cc (Sized_relobj::layout_section): New function.
13969 (Sized_relobj::do_layout): Defer layout of input sections until after
13970 plugin has provided replacement files.
13971 (Sized_relobj::do_layout_deferred_sections): New function.
13972 * object.h (Relobj::set_section_offset): Remove virtual keyword.
13973 (Relobj::layout_deferred_sections): New function.
13974 (Relobj::do_layout_deferred_sections): New function.
13975 (Sized_relobj::do_layout_deferred_sections): New function.
13976 (Sized_relobj::layout_section): New function.
13977 (Sized_relobj::Deferred_layout): New structure.
13978 (Sized_relobj::deferred_layout_): New field.
13979 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13980 Change all callers. Layout deferred sections.
13981 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
13982 references.
13983 (Plugin_hook::run): Move code from do_plugin_hook inline.
13984 (Plugin_hook::do_plugin_hook): Remove.
13985 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13986 (Plugin_manager::finish): Renamed, was cleanup.
13987 (Plugin_manager::should_defer_layout): New function.
13988 (Plugin_manager::add_deferred_layout_object): New function.
13989 (Plugin_manager::Deferred_layout_list): New type.
13990 (Plugin_manager::deferred_layout_objects_): New field.
13991 (Plugin_hook::do_plugin_hook): Remove.
13992
ee769c88
ILT
139932008-12-17 Ian Lance Taylor <iant@google.com>
13994
13995 * options.h (class General_options): Add --no case for
13996 --export-dynamic.
13997
abc8dcba
CC
139982008-12-16 Cary Coutant <ccoutant@google.com>
13999
14000 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
14001 vector.
14002 (Plugin_manager::claim_file): Create plugin object even if
14003 plugin did not call the add_symbols callback.
14004 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
14005 asking for more symbols than were added.
14006 * testsuite/Makefile.am (plugin_test_1): Add test case with
14007 no global symbols.
14008 (empty.syms): New target.
14009 * testsuite/Makefile.in: Regenerate.
14010 * testsuite/plugin_test.c (claim_file_hook): Add new debug
14011 message. Don't call add_symbols if no globals.
14012 (all_symbols_read_hook): Don't provide replacement for empty
14013 claimed file.
14014
b0074644
ILT
140152008-12-12 Ian Lance Taylor <iant@google.com>
14016
68943102
ILT
14017 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
14018 r_type == 0 for a local symbol with r_sym == 0.
14019 (scan_relocatable_relocs): Pass r_sym to
14020 local_non_section_strategy.
14021 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
14022 r_sym parameter.
14023
b0074644
ILT
14024 * configure.ac: Update test for TLS descriptors: they are
14025 supported as of glibc 2.9.
14026 * configure: Rebuild.
14027
c2508178
ILT
140282008-12-11 Ian Lance Taylor <iant@google.com>
14029
14030 PR 7091
14031 * target-reloc.h (Default_scan_relocatable_relocs): For each
14032 function, map r_type == 0 to RELOC_DISCARD.
14033
2756a258
CC
140342008-12-10 Cary Coutant <ccoutant@google.com>
14035
14036 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
14037 object to override a kept COMDAT group from a plugin object.
14038
bb6f53d3
ILT
140392008-12-09 Ian Lance Taylor <iant@google.com>
14040
fbc558e1
ILT
14041 PR 7088
14042 * yyscript.y (file_cmd): Handle INPUT.
14043
bb6f53d3
ILT
14044 * testsuite/initpri1.c: Change all declarations to be full
14045 prototypes by adding void, to avoid compiler warnings.
14046
4674ecfc
CC
140472008-12-05 Rafael Avila de Espindola <espindola@google.com>
14048
14049 * options.cc (General_options::parse_plugin_opt): New.
14050 (General_options::add_plugin): The argument now is just the filename.
14051 (General_options::add_plugin_option): New.
14052 * options.h (plugin_opt): New.
14053 (add_plugin): Change argument name.
14054 (add_plugin_option): New.
14055 * plugin.cc (Plugin::load): Don't parse the plugin option.
14056 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
14057 (Plugin::add_option): New.
14058 (Plugin::args_): Change type.
14059 (Plugin::filename_): New.
14060 (Plugin_manager::add_plugin_option): New.
14061 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
14062 * testsuite/Makefile.in: Regenerate.
14063
fd06b4aa
CC
140642008-12-05 Cary Coutant <ccoutant@google.com>
14065
14066 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
14067 Handle --strip-lto-sections option.
14068 * options.h (strip_lto_sections): New option.
14069
6c52134c
CC
140702008-12-01 Cary Coutant <ccoutant@google.com>
14071
14072 * plugin.cc (ld_plugin_message): Change format parameter to const.
14073 Fix mismatch between new[] and delete.
14074
a45248e0
CC
140752008-11-14 Cary Coutant <ccoutant@google.com>
14076
14077 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
14078 instead of -1U.
14079
c82fbeee
CS
140802008-11-05 Craig Silverstein <csilvers@google.com>
14081
14082 * options.cc (General_options::parse_dynamic_list): New function.
14083 * options.h (General_options): New flags dynamic_list,
14084 dynamic_list_data, dynamic_list_cpp_new, and
14085 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
14086 (General_options::in_dynamic_list): New function.
14087 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
14088 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
14089 (Lex::can_continue_name): Likewise.
14090 (yylex): Likewise.
14091 (read_script_file): New parameter script_options.
14092 (read_dynamic_list): New function.
14093 (Script_options::define_dynamic_list): New function.
14094 (dynamic_list_keyword_parsecodes): New variable.
14095 (dynamic_list_keywords): New variable.
14096 * script.h (Script_options::define_dynamic_list): New function
14097 prototype.
14098 (read_dynamic_list): New function prototype.
14099 * symtab.cc (strprefix): New macro.
14100 (Symbol::should_add_dynsym_entry): Support dynamic_list,
14101 dynamic_list_data, dynamic_list_cpp_new, and
14102 dynamic_list_cpp_typeinfo.
14103 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
14104 (dynamic_list_expr): New rule.
14105 (dynamic_list_nodes): Likewise.
14106 (dynamic_list_node): Likewise.
14107 * testsuite/Makefile.am (dynamic_list): New test.
14108 * testsuite/Makefile.in: Regenerated.
14109 * testsuite/dynamic_list.t: New file.
14110 * testsuite/dynamic_list.sh: New file.
14111
e0bb29a5
CS
141122008-11-05 Craig Silverstein <csilvers@google.com>
14113
14114 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
14115 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
14116 (t11_last): Likewise.
14117 * testsuite/ver_test_6.c (main): Likewise.
14118
4e1e25e0
CC
141192008-10-07 Cary Coutant <ccoutant@google.com>
14120
14121 * options.c (General_options::finalize): Add check for -static and
14122 -shared.
14123 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
14124 is not empty.
14125
92f03fcb
CC
141262008-10-02 Cary Coutant <ccoutant@google.com>
14127
14128 * plugin.cc (make_sized_plugin_object): Fix conditional
14129 compilation to work when not all targets are enabled.
14130
fbd8a257
CC
141312008-09-29 Cary Coutant <ccoutant@google.com>
14132
14133 * archive.cc (Archive::get_file_and_offset): Use filename instead
14134 of name to get library path.
14135 (Archive::include_member): Unlock external member of a thin archive.
14136
14137 * testsuite/Makefile.am (TEST_AR): New variable.
14138 (thin_archive_test_1): New test.
14139 (thin_archive_test_2): New test.
81636b3f
CC
14140 * testsuite/Makefile.in: Regenerate.
14141 * testsuite/thin_archive_main.cc: New file.
14142 * testsuite/thin_archive_test_1.cc: New file.
14143 * testsuite/thin_archive_test_2.cc: New file.
14144 * testsuite/thin_archive_test_3.cc: New file.
14145 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 14146
eff45813
CC
141472008-09-29 Cary Coutant <ccoutant@google.com>
14148
14149 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
14150 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
14151 instead of -1U.
14152 (Sized_relobj::do_finalize_local_symbols): Likewise.
14153 (Sized_relobj::map_to_kept_section): Likewise.
14154 * object.h (Sized_relobj::invalid_address): New constant.
14155 (Sized_relobj::do_output_section_offset): Check for invalid_address
14156 and return -1ULL.
14157 * output.cc (Output_reloc::local_section_offset): Use constant
14158 invalid_address instead of -1U.
14159 (Output_reloc::get_address): Likewise.
14160 (Output_section::output_address): Change -1U to -1ULL.
14161 * output.h (Output_reloc::invalid_address): New constant.
14162 * reloc.cc (Sized_relobj::write_sections): Use constant
14163 invalid_address instead of -1U.
14164 (Sized_relobj::relocate_sections): Likewise.
14165 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
14166 values for merge sections.
14167 * target-reloc.h (relocate_for_relocatable): Use constant
14168 invalid_address instead of -1U.
14169
89fc3421
CC
141702008-09-19 Cary Coutant <ccoutant@google.com>
14171
14172 Add plugin functionality for link-time optimization (LTO).
14173 * configure.ac (plugins): Add --enable-plugins option.
14174 * configure: Regenerate.
14175 * config.in: Regenerate.
14176 * Makefile.am (LIBDL): New variable.
14177 (CCFILES): Add plugin.cc.
14178 (HFILES): Add plugin.h.
14179 (ldadd_var): Add LIBDL.
14180 * Makefile.in: Regenerate.
14181
14182 * archive.cc: Include "plugin.h".
14183 (Archive::setup): Don't preread archive symbols when using a plugin.
14184 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
14185 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
14186 files.
14187 (Archive::include_member): Add symbols from plugin objects.
14188 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
14189 * descriptors.cc (Descriptors::open): Check for file descriptors
14190 abandoned by plugins.
14191 (Descriptors::claim_for_plugin): New function.
14192 * descriptors.h (Descriptors::claim_for_plugin): New function.
14193 (Open_descriptor::is_claimed): New field.
14194 (claim_descriptor_for_plugin): New function.
14195 * fileread.cc (File_read::claim_for_plugin): New function.
14196 * fileread.h (File_read::claim_for_plugin): New function.
14197 (File_read::descriptor): New function.
14198 * gold.cc: Include "plugin.h".
14199 (queue_initial_tasks): Add task to call plugin hooks for generating
14200 new object files.
14201 * main.cc: Include "plugin.h".
14202 (main): Load plugin libraries.
14203 * object.h (Pluginobj): Declare.
14204 (Object::pluginobj): New function.
14205 (Object::do_pluginobj): New function.
14206 (Object::set_target): New function.
14207 * options.cc: Include "plugin.h".
14208 (General_options::parse_plugin): New function.
14209 (General_options::General_options): Initialize plugins_ field.
14210 (General_options::add_plugin): New function.
14211 * options.h (Plugin_manager): Declare.
14212 (General_options): Add --plugin option.
14213 (General_options::has_plugins): New function.
14214 (General_options::plugins): New function.
14215 (General_options::add_plugin): New function.
14216 (General_options::plugins_): New field.
14217 * plugin.cc: New file.
14218 * plugin.h: New file.
14219 * readsyms.cc: Include "plugin.h".
14220 (Read_symbols::do_read_symbols): Check for archive before checking
14221 for ELF file. Call plugin hooks to claim files.
14222 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
14223 from a real object file; force override when processing replacement
14224 files.
14225 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
14226 (Symbol::init_base_object): Likewise.
14227 (Symbol::init_base_output_data): Likewise.
14228 (Symbol::init_base_output_segment): Likewise.
14229 (Symbol::init_base_constant): Likewise.
14230 (Symbol::init_base_undefined): Likewise.
14231 (Symbol::output_section): Assert that object is not a plugin.
14232 (Symbol_table::add_from_pluginobj): New function.
14233 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
14234 undefined.
14235 (Symbol_table::sized_write_globals): Likewise.
14236 (Symbol_table::add_from_pluginobj): Instantiate template.
14237 * symtab.h (Sized_pluginobj): Declare.
14238 (Symbol::in_real_elf): New function.
14239 (Symbol::set_in_real_elf): New function.
14240 (Symbol::in_real_elf_): New field.
14241 (Symbol_table::add_from_pluginobj): New function.
14242
14243 * testsuite/Makefile.am (AM_CFLAGS): New variable.
14244 (LIBDL): New variable.
14245 (LDADD): Add LIBDL.
14246 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
14247 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
14248 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
14249 (MOSTLYCLEANFILES): Likewise.
14250 * testsuite/Makefile.in: Regenerate.
14251 * testsuite/plugin_test.c: New file.
14252 * testsuite/plugin_test_1.sh: New file.
14253 * testsuite/plugin_test_2.sh: New file.
14254
de31bda5
ILT
142552008-09-16 Ian Lance Taylor <iant@google.com>
14256
9c2d0ef9
ILT
14257 * target-reloc.h (relocate_section): Check whether a symbol is
14258 defined by the ABI before reporting an undefined symbol error.
14259 * target.h (Target::is_defined_by_abi): Make parameter const.
14260 (Target::do_is_defined_by_abi): Likewise.
14261 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
14262 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
14263 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
14264 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
14265 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
14266 * testsuite/Makefile.in: Rebuild.
14267
de31bda5
ILT
14268 * fileread.cc (make_view): Add casts to avoid warning.
14269
9fa33bee
AO
142702008-09-16 Alexandre Oliva <aoliva@redhat.com>
14271
14272 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
14273 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
14274
183fd0e3
AO
142752008-09-16 Alexandre Oliva <aoliva@redhat.com>
14276
14277 * options.h (General_options::output_is_executable): New.
14278 (General_options::output_is_pie): New.
14279 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
14280 for shared libraries.
14281 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
14282
7be8330a
CD
142832008-09-11 Chris Demetriou <cgd@google.com>
14284
14285 * options.h (origin): New -z option.
14286 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
14287 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
14288 in DT_FLAGS_1.
14289
a9caad02
CC
142902008-09-05 Cary Coutant <ccoutant@google.com>
14291
14292 * fileread.cc (File_read::make_view): Add check for attempt to map
14293 beyond end of file.
14294
ae6dce4d
CC
142952008-09-05 Cary Coutant <ccoutant@google.com>
14296
14297 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
14298 explicit instantiations.
14299
d7ab2a47
KVH
143002008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
14301
14302 PR gold/6858
14303 * options.cc (General_options::finalize): Allow undefined symbols
14304 in shlibs if linking -shared.
14305
14306 PR gold/6859
14307 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
14308 symbols as not needing a dynsym entry.
14309
1e52a9c1
CS
143102008-08-20 Craig Silverstein <csilvers@google.com>
14311
14312 * fileread.cc (File_read::open): Do not lock the file unless it
14313 was successfully opened.
14314
d85c80a3
CC
143152008-08-14 Cary Coutant <ccoutant@google.com>
14316
14317 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
14318 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
14319 * testsuite/tls_test.cc (struct int128): 128-bit struct
14320 for testing TLS relocs with non-zero addend.
14321 (v12): New TLS variable.
14322 (t12): New test.
14323 (t_last): Add check for v12.
14324 * testsuite/tls_test.h (t12): New function.
14325 * testsuite/tls_test_main.cc (thread_routine): Call new test.
14326
2d924fd9
ILT
143272008-08-13 Ian Lance Taylor <iant@google.com>
14328
14329 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
14330 set tls_segment_ or relro_segment_.
14331 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
14332 when appropriate.
14333 * output.h (Output_section::clear_is_relro): New function.
14334 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
14335 sections specially even when output_data_ is empty.
14336 (Output_segment::maximum_alignment): When first section is relro,
14337 only force alignment for PT_LOAD segments.
14338 * script.cc (script_data_segment_align): New function.
14339 (script_data_segment_relro_end): New function.
14340 * script-c.h (script_data_segment_align): Declare.
14341 (script_data_segment_relro_end): Declare.
14342 * script-sections.h (class Script_sections): Declare
14343 data_segment_align and data_segment_relro_end. Add fields
14344 segment_align_index_ and saw_relro_end_.
14345 * script-sections.cc (class Sections_element): Add set_is_relro
14346 virtual function. Add new bool* parameter to place_orphan_here.
14347 Add get_output_section virtual function.
14348 (class Output_section_definition): Add set_is_relro. Add new
14349 bool* parameter to place_orphan_here. Add get_output_section.
14350 Add is_relro_ field.
14351 (Output_section_definition::Output_section_definition): Initialize
14352 evaluated_address_, evaluated_load_address, evaluated_addralign_,
14353 and is_relro_ fields.
14354 (Output_section_definition::place_orphan_here): Add is_relro
14355 parameter.
14356 (Output_section_definition::set_section_addresses): Set relro for
14357 output section.
14358 (Output_section_definition::alternate_constraint): Likewise.
14359 (class Orphan_output_section): Add new bool* parameter to
14360 place_orphan_here. Add get_output_section.
14361 (Orphan_output_section::place_orphan_here): Add is_relro
14362 parameter.
14363 (Script_sections::Script_sections): Initialize
14364 data_segment_align_index_ and saw_relro_end_.
14365 (Script_sections::data_segment_align): New function.
14366 (Script_sections::data_segment_relro_end): New function.
14367 (Script_sections::place_orphan): Set or clear is_relro.
14368 (Script_sections::set_section_addresses): Force alignment of first
14369 TLS section.
14370 * yyscript.y (exp): Call script_data_segment_align and
14371 script_data_segment_relro_end.
14372 * testsuite/relro_script_test.t: New file.
14373 * testsuite/relro_test.cc (using_script): Declare.
14374 (t1, t2): Test using_script.
14375 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
14376 (relro_script_test_SOURCES): Define.
14377 (relro_script_test_DEPENDENCIES): Define.
14378 (relro_script_test_LDFLAGS): Define.
14379 (relro_script_test_LDADD): Define.
14380 (relro_script_test.so): New target.
14381 * testsuite/Makefile.in: Rebuild.
14382
f827c9a9
CC
143832008-08-06 Cary Coutant <ccoutant@google.com>
14384
14385 * archive.cc (Archive::total_archives, Archive::total_members)
14386 (Archive::total_members_loaded): New variables.
14387 (Archive::setup): Add parameter. Add option to preread
14388 archive symbols.
14389 (Archive::read_armap): Add counter.
14390 (Archive::get_file_and_offset): New function.
14391 (Archive::get_elf_object_for_member): New function.
14392 (Archive::read_all_symbols): New function.
14393 (Archive::read_symbols): New function.
14394 (Archive::add_symbols): Add counters.
14395 (Archive::include_all_members): Use armap to find members if it's
14396 already built.
14397 (Archive::include_member): Skip reading symbols if already read.
14398 Factored code into Archive::get_file_and_offset and
14399 Archive::get_elf_object_for_member. Changed call to
14400 Mapfile::report_include_archive_member.
14401 (Archive::print_stats): New function.
14402 * archive.h: Declare Object and Read_symbols_data classes.
14403 (Archive::Archive): Add initializers for new members.
14404 (Archive::setup): Add parameter.
14405 (Archive::print_stats): New function.
14406 (Archive::total_archives, Archive::total_members)
14407 (Archive::total_members_loaded): New variables.
14408 (Archive::get_file_and_offset): New function.
14409 (Archive::get_elf_object_for_member): New function.
14410 (Archive::read_all_symbols): New function.
14411 (Archive::read_symbols): New function.
14412 (Archive::Archive_member): New class.
14413 (Archive::members_): New member.
14414 (Archive::num_members_): New member.
14415 * main.cc: Include archive.h.
14416 (main): Call Archive::print_stats.
14417 * mapfile.cc (Mapfile::report_include_archive_member): Delete
14418 archive parameter; member_name is now the fully-decorated name.
14419 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
14420 * options.h: (General_options): Add --preread-archive-symbols option.
14421 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
14422 Archive::setup.
14423
de4c45bd
ILT
144242008-08-04 Ian Lance Taylor <iant@google.com>
14425
14426 * symtab.h (Symbol::use_plt_offset): New function.
14427 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
14428 * powerpc.cc (Relocate::relocate): Likewise.
14429 * sparc.cc (Relocate::relocate): Likewise.
14430 * x86_64.cc (Relocate::relocate): Likewise.
14431 * testsuite/weak_plt.sh: New test.
14432 * testsuite/weak_plt_main.cc: New test.
14433 * testsuite/weak_plt_shared.cc: New test.
14434 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
14435 (check_PROGRAMS): Add weak_plt.
14436 (check_DATA): Add weak_plt_shared.so.
14437 (weak_plt_main_pic.o, weak_plt): New targets.
14438 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
14439 * testsuite/Makefile.in: Rebuild.
14440
14441 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
14442 gcctestdir/ld.
14443 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
14444 * testsuite/Makefile.in: Rebuild.
14445
323ee3f4
AM
144462008-08-04 Alan Modra <amodra@bigpond.net.au>
14447
14448 * Makefile.am (POTFILES.in): Set LC_ALL=C.
14449 * Makefile.in: Regenerate.
14450 * po/POTFILES.in: Regenerate.
14451
7c07ecec
ILT
144522008-07-29 Ian Lance Taylor <iant@google.com>
14453
14454 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
14455 symbols before other symbols.
14456 * testsuite/script_test_2.cc (test_addr): Declare.
14457 (test_addr_alias): Declare.
14458 (main): Check that test_addr and test_addr_alias have the right
cd536b21 14459 values.
7c07ecec
ILT
14460 * testsuite/script_test_2.t: Define test_addr_alias and
14461 test_addr.
14462
5778530e
ILT
144632008-07-24 Ian Lance Taylor <iant@google.com>
14464
2a00e4fb
ILT
14465 PR 5990
14466 * descriptors.cc: New file.
14467 * descriptors.h: New file.
14468 * gold-threads.h (class Hold_optional_lock): New class.
14469 * fileread.cc: Include "descriptors.h".
14470 (File_read::~File_read): Release descriptor rather than closing
14471 it.
14472 (File_read::open) [file]: Call open_descriptor rather than open.
14473 Set is_descriptor_opened_.
14474 (File_read::open) [memory]: Assert that descriptor is not open.
14475 (File_read::reopen_descriptor): New function.
14476 (File_read::release): Release descriptor.
14477 (File_read::do_read): Make non-const. Reopen descriptor.
14478 (File_read::read): Make non-const.
14479 (File_read::make_view): Reopen descriptor.
14480 (File_read::do_readv): Likewise.
14481 * fileread.h (class File_read): Add is_descriptor_opened_ field.
14482 Update declarations.
14483 * layout.cc: Include "descriptors.h".
14484 (Layout::create_build_id): Use open_descriptor rather than open.
14485 * output.cc: Include "descriptors.h".
14486 (Output_file::open): Use open_descriptor rather than open.
14487 * archive.cc (Archive::const_iterator): Change Archive to be
14488 non-const.
14489 (Archive::begin, Archive::end): Make non-const.
14490 (Archive::count_members): Likewise.
14491 * archive.h (class Archive): Update declarations.
14492 * object.h (Object::read): Make non-const.
14493 * Makefile.am (CCFILES): Add descriptors.cc.
14494 (HFILES): Add descriptors.h.
14495 * Makefile.in: Rebuild.
14496
801647d1
ILT
14497 PR 6716
14498 * gold.h: Always include <clocale>. Add Solaris workarounds
14499 following code in binutils/sysdep.h.
14500
5edd166e
ILT
14501 PR 6048
14502 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
14503 this->eh_frame_hdr_ is NULL before using it.
14504
c89ad728
ILT
14505 * dynobj.cc (Versions::Versions): Update comment.
14506
aa86f06b
ILT
14507 * dynobj.cc (Versions::Versions): If there is an soname, use it as
14508 the base version name.
14509
5778530e
ILT
14510 * stringpool.cc (Stringpool_template::add_with_length): Set key to
14511 array size plus one.
14512 (Stringpool_template::set_string_offsets): Subtract one from key
14513 before using it as an array index.
14514 (Stringpool_template::get_offset_with_length): Likewise.
14515 (Stringpool_template::write_to_buffer): Likewise.
14516 * stringpool.h (Stringpool_template::get_offset_from_key):
14517 Likewise.
14518
057ead22
ILT
145192008-07-23 Ian Lance Taylor <iant@google.com>
14520
7f649c59
ILT
14521 PR 6658
14522 * object.h (Merged_symbol_value::value): Do our best to handle a
14523 negative addend.
14524
057ead22
ILT
14525 PR 6647
14526 * script.cc (Version_script_info::get_versions): Don't add empty
14527 version tag to return value.
14528 (Version_script_info::get_symbol_version_helper): Change return
14529 type to bool. Add pversion parameter. Change all callers.
14530 (script_register_vers_node): Don't require a non-NULL tag.
14531 * script.h (class Version_script_info): Update declarations.
14532 (Version_script_info::get_symbol_version): Change return type to
14533 bool. Add version parameter. Change all callers.
14534 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
14535 handling. Handle an empty version from a version script.
14536 (Symbol_table::define_special_symbol): Likewise.
14537 * testsuite/ver_test_10.script: New file.
14538 * testsuite/ver_test_10.sh: New file.
14539 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
14540 (check_DATA): Add ver_test_10.syms.
14541 (ver_test_10.syms, ver_test_10.so): New target.
14542 * testsuite/Makefile.in: Rebuild.
14543
58e54ac2
CD
145442008-07-23 Simon Baldwin <simonb@google.com>
14545
14546 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
14547 to zero for undefined symbols from dynamic libraries.
14548
95d14cd3
ILT
145492008-07-23 Ian Lance Taylor <iant@google.com>
14550
14551 * symtab.cc (Symbol_table::resolve): Remove version parameter.
14552 Change all callers.
14553 * symtab.h (class Symbol_table): Update declaration.
14554 * testsuite/ver_test_9.cc: New file.
14555 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
14556 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
14557 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
14558 (ver_test_9.so, ver_test_9.o): New targets.
14559 * testsuite/Makefile.in: Rebuild.
14560
92de84a6
ILT
145612008-07-22 Ian Lance Taylor <iant@google.com>
14562
34810851
ILT
14563 * options.h (class General_options): Define --check-sections.
14564 * layout.cc (Layout::set_segment_offsets): Handle
14565 --check-sections.
14566
af6156ef
ILT
14567 * options.h (class General_options): Define -n/--nmagic and
14568 -N/--omagic.
14569 * options.cc (General_options::finalize): For -n/--nmagic or
14570 -N/--omagic, set -static.
14571 * layout.cc (Layout::attach_allocated_section_to_segment): If
14572 -N/--omagic, don't put read-only and read-write sections in
14573 different segments.
14574 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
14575 finding a read-only segment.
14576 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
14577 don't set the minimum segment alignment to the common page size,
14578 and don't set the file offset to the address modulo the page size.
14579 * script-sections.cc (Script_sections::create_segments): If
14580 -n/--omagic, don't put read-only and read-write sections in
14581 different segments.
14582
92de84a6
ILT
14583 * cref.cc: New file.
14584 * cref.h: New file.
14585 * options.h (class General_options): Add --print-symbol-counts.
14586 * main.cc (main): Issue defined symbol report if requested.
14587 * archive.cc (Archive::interpret_header): Make into a const member
14588 function.
14589 (Archive::add_symbols): Call Input_objects::archive_start and
14590 archive_stop.
14591 (Archive::const_iterator): Define new class.
14592 (Archive::begin, Archive::end): New functions.
14593 (Archive::include_all_members): Rewrite to use iterator.
14594 (Archive::count_members): New function.
14595 * archive.h (class Archive): Update declarations.
14596 (Archive::filename): New function.
14597 * object.cc: Include "cref.h".
14598 (Sized_relobj::Sized_relobj): Initialize defined_count_.
14599 (Sized_relobj::do_get_global_symbol_counts): New function.
14600 (Input_objects::add_object): Add object to cross-referencer.
14601 (Input_objects::archive_start): New function.
14602 (Input_objects::archive_stop): New function.
14603 (Input_objects::print_symbol_counts): New function.
14604 * object.h: Declare Cref and Archive.
14605 (Object::get_global_symbol_counts): New function.
14606 (Object::do_get_global_symbol_counts): New pure virtual function.
14607 (class Sized_relobj): Add defined_count_ field. Update
14608 declarations.
14609 (class Input_objects): Add cref_ field. Update constructor.
14610 Update declarations.
14611 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
14612 defined_count_.
14613 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
14614 symbol counts.
14615 (Sized_dynobj::do_get_global_symbol_counts): New function.
14616 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
14617 defined_count_. Update declarations. Define Symbols typedef.
14618 * symtab.cc (Symbol_table::add_from_relobj): Add defined
14619 parameter. Change all callers.
14620 (Symbol_table::add_from_dynobj): Add sympointers and defined
14621 parameters. Change all callers.
14622 * symtab.h (class Symbol_table): Update declarations.
14623 * Makefile.am (CCFILES): Add cref.cc.
14624 (HFILES): Add cref.h.
14625 * Makefile.in: Rebuild.
14626
3f7c5e1d
CD
146272008-07-22 Simon Baldwin <simonb@google.com>
14628
14629 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
14630 to zero when writing undefined symbols.
14631
e0b64032
ILT
146322008-07-22 Ian Lance Taylor <iant@google.com>
14633
14634 * output.cc (Output_section::add_input_section): Don't try to
14635 merge empty merge sections.
14636
096b02cf
CS
146372008-07-21 Craig Silverstein <csilvers@google.com>
14638
14639 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14640 Include symbol version in error message.
cd536b21 14641
1d1f116d
CD
146422008-07-20 Chris Demetriou <cgd@google.com>
14643
cd536b21 14644 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
14645 (RANDOM_SEED_CFLAGS): New substituted variable.
14646 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
14647 * configure: Rebuild.
14648 * Makefile.in: Likewise.
14649 * testsuite/Makefile.in: Likewise.
14650
a18f591e
ILT
146512008-07-18 Ian Lance Taylor <iant@google.com>
14652
14653 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
14654 where we see NAME/NULL and NAME/VERSION as separate symbols.
14655 * testsuite/ver_test_main.cc (main): Call t4.
14656 (t4, t4_2a): Define.
14657 * testsuite/ver_test_2.cc (t4_2): Define.
14658 * testsuite/ver_test_2.script: Put t4_2a in VER2.
14659 * testsuite/ver_test_4.cc (t4_2a): Define.
14660 * testsuite/ver_test_4.script: Put t4_2a in VER2.
14661 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
14662
c6e3f6ed
ILT
146632008-07-17 Ian Lance Taylor <iant@google.com>
14664
14665 * dynobj.cc (Versions::add_def): If we give an error about a
14666 missing version, go ahead and create the version anyhow.
14667
ef9beddf
ILT
146682008-07-10 Ian Lance Taylor <iant@google.com>
14669
14670 Handle output sections with more than 0x7fffffff bytes.
14671 * object.h (class Relobj): Change map_to_output_ to
14672 output_sections_, and just keep a section pointer. Change all
14673 uses. Move comdat group support to Sized_relobj.
14674 (Relobj::is_section_specially_mapped): Remove.
14675 (Relobj::output_section): Remove poff parameter. Change all
14676 callers.
14677 (Relobj::output_section_offset): New function.
14678 (Relobj::set_section_offset): Rewrite.
14679 (Relobj::map_to_output): Remove.
14680 (Relobj::output_sections): New function.
14681 (Relobj::do_output_section_offset): New pure virtual function.
14682 (Relobj::do_set_section_offset): Likewise.
14683 (class Sized_relobj): Add section_offsets_ field. Add comdat
14684 group support from Relobj. Update declarations.
14685 (Sized_relobj::get_output_section_offset): New function.
14686 (Sized_relobj::do_output_section_offset): New function.
14687 (Sized_relobj::do_set_section_offset): New function.
14688 * object.cc (Relobj::output_section_address): Remove.
14689 (Sized_relobj::Sized_relobj): Initialize new fields.
14690 (Sized_relobj::include_section_group): Cast find_kept_object to
14691 Sized_relobj.
14692 (Sized_relobj::include_linkonce_section): Likewise.
14693 (Sized_relobj::do_layout): Use separate arrays for output section
14694 and output offset.
14695 (Sized_relobj::do_count_local_symbols): Change map_to_output to
14696 output_sections.
14697 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14698 output_sections and section_offsets.
14699 (Sized_relobj::write_local_symbols): Likewise.
14700 (map_to_kept_section): Compute output address directly.
14701 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14702 output_sections and section_offsets.
14703 (Sized_relobj::write_sections): Likewise.
14704 (Sized_relobj::relocate_sections): Likewise.
14705 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14706 * output.h (class Output_reloc): Update declarations. Change
14707 u2_.relobj to Sized_relobj*.
14708 (class Output_data_reloc): Change add functions to use
14709 Sized_relobj*.
14710 * output.cc (Output_reloc::Output_reloc): Change relobj to
14711 Sized_relobj*.
14712 (Output_reloc::local_section_offset): Change return type to
14713 Elf_Addr. Use get_output_section_offset.
14714 (Output_reloc::get_address): Likewise.
14715 (Output_section::is_input_address_mapped): Don't call
14716 is_section_specially_mapped.
14717 (Output_section::output_offset): Likewise.
14718 (Output_section::output_address): Likewise.
14719 (Output_section::starting_output_address): Likewise.
14720 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14721 parameter to Sized_relobj*.
14722 (Copy_relocs::need_copy_reloc): Likewise.
14723 (Copy_relocs::save): Likewise.
14724 * copy-relocs.h (class Copy_relocs): Update declarations.
14725 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14726 Sized_relobj*. Change relobj_ field to Sized_relobj*.
14727 * target-reloc.h (relocate_for_relocatable): Change
14728 offset_in_output_section type to Elf_Addr. Change code that uses
14729 it as well.
14730 * layout.cc (Layout::layout): Always set *off.
14731 * mapfile.cc (Mapfile::print_input_section): Use
14732 output_section_offset.
14733 * i386.cc (Target_i386::copy_reloc): Change object parameter to
14734 Sized_relobj*.
14735 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14736 * sparc.cc (Target_sparc::copy_reloc): Likewise.
14737 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14738
5cb66f97
ILT
147392008-07-03 Ian Lance Taylor <iant@google.com>
14740
14741 * layout.cc (Layout::include_section): Do not discard unrecognized
14742 SHT_STRTAB sections.
14743
afe47622
CS
147442008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
14745
14746 * script.cc (Lex::can_continue_name): Make '?' allowable in
14747 version-script names.
14748 * testsuite/version_script.map: Change glob pattern to use '?'
14749
5adf9721
ILT
147502008-06-30 Manish Singh <yosh@gimp.org>
14751
14752 PR 6585
14753 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14754 Correct typo.
14755
e6fde208
ILT
147562008-06-30 Ian Lance Taylor <iant@google.com>
14757
14758 PR 6660
14759 PR 6682
14760 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14761 versions]: Don't try to read the value in the contents, since we
14762 don't use it. Use the template endianness when writing.
14763
3f2e6a2d
CC
147642008-06-25 Cary Coutant <ccoutant@google.com>
14765
14766 * fileread.cc (File_read::make_view): Assert on zero-length view.
14767 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14768 symbol table when there are no symbols to read.
14769
c43d3a48
CS
147702008-06-23 Craig Silverstein <csilvers@google.com>
14771
14772 * version.cc (version_string): Bump to 1.7
14773
5f494ea0
CS
147742008-06-18 Craig Silverstein <csilvers@google.com>
14775
14776 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14777 constant 0xFFFF to type Valtype.
14778 (Powerpc_relocate_functions::rel16_ha): Likewise.
14779
c42e122e
ILT
147802008-06-17 Ian Lance Taylor <iant@google.com>
14781
f34787f8
ILT
14782 * output.h (Output_section::Input_section): Initialize p2align_ to
14783 zero for Output_section_data constructors.
14784 (Output_section::Input_section::addralign): If not an input
14785 section, return the alignment of the Output_section_data.
14786 * testsuite/copy_test.cc: New file.
14787 * testsuite/copy_test_1.cc: New file.
14788 * testsuite/copy_test_2.cc: New file.
14789 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14790 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14791 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14792 (copy_test_1_pic.o, copy_test_1.so): New targets.
14793 (copy_test_2_pic.o, copy_test_2.so): New targets.
14794 * testsuite/Makefile.in: Rebuild.
14795
c42e122e
ILT
14796 * script-sections.cc (Script_sections::place_orphan): Initialize
14797 local variable exact.
14798
ce3ac18a
DE
147992008-06-13 David Edelsohn <edelsohn@gnu.org>
14800
14801 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14802
42cacb20
DE
148032008-06-12 David Edelsohn <edelsohn@gnu.org>
14804 David S. Miller <davem@davemloft.net>
14805
14806 * powerpc.cc: New file.
14807 * Makefile.am (TARGETSOURCES): Add powerpc.cc
14808 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14809 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14810 * Makefile.in: Rebuild.
14811
7b308235
ILT
148122008-06-09 Ian Lance Taylor <iant@google.com>
14813
14814 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14815 <exception>.
14816 (throwing, orig_terminate): New static variables.
14817 (terminate_handler): New static function.
14818 (t2): Set terminate handler.
14819
f0b886e3
ILT
148202008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
14821
14822 PR 6584
cd536b21 14823 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
14824 alignment.
14825
3e90f135
CC
148262008-05-30 Cary Coutant <ccoutant@google.com>
14827
14828 * archive.cc (Archive::include_all_members) Correct to step
14829 over symbol table and extended name table in thin archives.
14830
e09ad04a
ILT
148312008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
14832
14833 PR 6407
14834 * target-reloc.h (relocate_for_relocatable): Fix new_offset
14835 calculation.
14836
62b01cb5
ILT
148372008-05-28 Caleb Howe <cshowe@google.com>
14838
14839 * reduced_debug_output.cc: New file.
14840 * reduced_debug_output.h: New file.
92de84a6 14841 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
14842 * options.cc (General_options::finalize): Add strip_debug_non_line
14843 to the strip heirarchy.
14844 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14845 fields.
14846 * layout.cc: Include "reduced_debug_output.h".
14847 (Layout::Layout): Initialize new fields.
14848 (line_only_debug_sections): New static array.
14849 (is_lines_only_debug_sections): New static inline function.
14850 (Layout::include_section): Handle --strip-debug-non-line.
14851 (Layout::make_output_section): If --strip-debug-non-line, build
14852 new output sections for .debug_abbrev and .debug_info.
14853 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14854 gold. Warn about possible overflow.
14855 (read_signed_LEB_128): Likewise.
14856 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14857 (read_signed_LEB_128): Declare.
14858 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14859 (HFILES): Add reduced_debug_output.h.
14860 * Makefile.in: Rebuild.
14861
7d9e3d98
ILT
148622008-05-21 Ian Lance Taylor <iant@google.com>
14863
14864 * mapfile.cc: New file.
14865 * mapfile.h: New file.
14866 * options.h (class General_options): Add -M/--print-map and -Map.
14867 * options.cc (General_options::finalize): Make -M equivalent to
14868 -Map -.
14869 * main.cc: Include <cstdio> and "mapfile.h".
14870 (main): Open mapfile if requested.
14871 * gold.cc (class Middle_runner): Add mapfile_ field. Update
14872 constructor. Change caller.
14873 (queue_initial_tasks): Add mapfile parameter. Change caller.
14874 (queue_middle_tasks): Likewise.
14875 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14876 declarations.
14877 * archive.cc: Include "mapfile.h".
14878 (Archive::add_symbols): Add mapfile parameter. Change all
14879 callers. Pass mapfile, symbol, and reason to include_member.
14880 (Archive::include_all_members): Add mapfile parameter. Change all
14881 callers.
14882 (Archive::include_member): Add mapfile, sym, and why parameters.
14883 Change all callers. Report inclusion to map file.
14884 * archive.h: Include "fileread.h".
14885 (class Archive): Update declarations.
14886 (Archive::file): New const method.
14887 (class Add_archive_symbols): Add mapfile_ field. Update
14888 constructor. Change all callers.
14889 * readsyms.h (class Read_symbols): Likewise.
14890 (class Finish_group): Likewise.
14891 (class Read_script): Likewise.
14892 * common.cc: Include "mapfile.h".
14893 (Symbol_table::allocate_commons): Add mapfile parameter. Change
14894 all callers.
14895 (Symbol_table::do_allocate_commons): Likewise.
14896 (Symbol_table::do_allocate_commons_list): Likewise. Report common
14897 symbol allocation to mapfile.
14898 * common.h (class Allocate_commons_task): Add mapfile_ field.
14899 Update constructor. Change all callers.
14900 * symtab.h (class Symbol_table): Update declarations.
14901 * layout.cc: Include "mapfile.h".
14902 (Layout_task_runner::run): Print information to mapfile.
14903 (Layout::create_gold_note): Change Output_data_fixed_space to
14904 Output_data_zero_fill.
14905 (Layout::create_build_id): Likewise.
14906 (Layout::print_to_mapfile): New function.
14907 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
14908 constructor. Change caller.
14909 (class Layout): Declare print_to_mapfile.
14910 * output.cc (Output_section::Input_section::print_to_mapfile): New
14911 function.
14912 (Output_section::add_input_section): If producing a map, always
14913 add to input_sections_ list.
14914 (Output_section::do_print_to_mapfile): New function.
14915 (Output_segment::print_sections_to_mapfile): New function.
14916 (Output_segment::print_section_list_to_mapfile): New function.
14917 * output.h: Include "mapfile.h".
14918 (Output_data::print_to_mapfile): New function.
14919 (Output_data::do_print_to_mapfile): New virtual function.
14920 (Output_segment_headers::do_print_to_mapfile): New function.
14921 (Output_file_header::do_print_to_mapfile): New function.
14922 (Output_data_const::do_print_to_mapfile): New function.
14923 (class Output_data_const_buffer): Add map_name_ field. Update
14924 constructor. Change all callers. Add do_print_to_mapfile
14925 function.
14926 (class Output_data_fixed_space): Likewise.
14927 (class Output_data_space): Likewise.
14928 (class Output_data_zero_fill): New class.
14929 (Output_data_strtab::do_print_to_mapfile): New function.
14930 (Output_data_reloc_base::do_print_to_mapfile): New function.
14931 (Output_relocatable_relocs::do_print_to_mapfile): New function.
14932 (Output_data_group::do_print_to_mapfile): New function.
14933 (Output_data_got::do_print_to_mapfile): New function.
14934 (Output_data_dynamic::do_print_to_mapfile): New function.
14935 (Output_symtab_xindex::do_print_to_mapfile): New function.
14936 (class Output_section): Declare do_print_to_mapflie. Declare
14937 print_to_mapfile in Input_section.
14938 (class Output_segment): Declare new functions.
14939 * object.h (Sized_relobj::symbol_count): New function.
14940 * script-sections.cc
14941 (Output_section_element_dot_assignment::set_section_addresses):
14942 Change Output_data_fixed_space to Output_data_zero_fill.
14943 (Output_data_expression::do_print_to_mapfile): New function.
14944 * script.cc (read_input_script): Add mapfile parameter. Change
14945 all callers.
14946 * script.h (read_input_script): Update declaration.
14947 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14948 (Eh_frame::do_print_to_mapfile): New function.
14949 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14950 (Output_merge_string::do_print_to_mapfile): New function.
14951 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14952 function.
14953 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14954 function.
14955 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14956 function.
14957 * Makefile.am (CCFILES): Add mapfile.cc.
14958 (HFILES): Add mapfile.h.
14959 * Makefile.in: Rebuild.
14960
9f1d377b
ILT
149612008-05-19 Ian Lance Taylor <iant@google.com>
14962
14963 * options.h (class General_options): Add -z relro.
14964 * layout.cc (Layout::Layout): Initialize relro_segment_.
14965 (Layout::add_output_section_data): Return the output section.
14966 (Layout::make_output_section): Rcognize relro sections and mark
14967 them appropriately.
14968 (Layout::attach_allocated_section_to_segment): Put relro sections
14969 in a PT_GNU_RELRO segment.
14970 (Layout::create_initial_dynamic_sections): Mark the .dynamic
14971 section as relro.
14972 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14973 PT_TLS segments.
14974 (Layout::linkonce_mapping): Map d.rel.ro.local to
14975 .data.rel.ro.local.
14976 (Layout::output_section_name): Us .data.rel.ro.local for any
14977 section which begins with that.
14978 * layout.h (class Layout): Update add_output_section_data
14979 declaration. Add relro_segment_ field.
14980 * output.cc (Output_section::Output_section): Initialize is_relro_
14981 and is_relro_local_ fields.
14982 (Output_segment::add_output_section): Group relro sections.
14983 (Output_segment::is_first_section_relro): New function.
14984 (Output_segment::maximum_alignment): If there is a relro section,
14985 align the segment to the common page size.
14986 (Output_segment::set_section_addresses): Track whether we are
14987 looking at relro sections. If the last section is a relro
14988 section, align to the common page size.
14989 (Output_segment::set_section_list_addresses): Add in_relro
14990 parameter. Change all callers. Align to the page size when
14991 moving from relro to non-relro section.
14992 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14993 segment.
14994 * output.h (class Output_section): Add is_relro_ and
14995 is_relro_local_ fields.
14996 (Output_section::is_relro): New function.
14997 (Output_section::set_is_relro): New function.
14998 (Output_section::is_relro_local): New function.
14999 (Output_section::set_is_relro_local): New function.
15000 (class Output_segment): Update declarations.
15001 * i386.cc (Target_i386::got_section): Mark .got section as relro.
15002 * sparc.cc (Target_sparc::got_section): Likewise.
15003 * x86_64.cc (Target_x86_64::got_section): Likewise.
15004 * testsuite/relro_test_main.cc: New file.
15005 * testsuite/relro_test.cc: New file.
15006 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
15007 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
15008 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
15009 (relro_test.so, relro_test_pic.o): New targets.
15010 * testsuite/Makefile.in: Rebuild.
15011
a984ee1d
ILT
150122008-05-16 Ian Lance Taylor <iant@google.com>
15013
01676dcd
ILT
15014 * output.cc (Output_segment::add_output_section): Remove front
15015 parameter.
15016 * output.h (class Output_segment): Remove
15017 add_initial_output_section and overloaded add_output_section.
15018 Update declaration of remaining add_output_section.
15019 * layout.cc (Layout::create_interp): Call add_output_section
15020 rather than add_initial_output_section.
15021 (Layout::finish_dynamic_section): Likewise.
15022
497897f9
ILT
15023 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
15024 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
15025 know the dynamic type.
15026 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
15027 field. Initialize it in constructor.
15028 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
15029 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
15030 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
15031 reloc.
15032
a984ee1d
ILT
15033 * output.cc (Output_reloc::get_address): Change return type to
15034 Elf_Addr.
15035 * output.h (class Output_reloc): Update get_address declaration.
15036 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
15037 for section addresses.
15038
55ba0940
ILT
150392008-05-09 Ian Lance Taylor <iant@google.com>
15040
15041 PR 6493
15042 * gold.cc (gold_nomem): Use return value of write.
15043
75517b77
ILT
150442008-05-08 Ian Lance Taylor <iant@google.com>
15045
15046 * symtab.c (Symbol::init_base_output_data): Add version
15047 parameter. Change all callers.
15048 (Symbol::init_base_output_segment): Likewise.
15049 (Symbol::init_base_constant): Likewise.
15050 (Symbol::init_base_undefined): Likewise.
15051 (Sized_symbol::init_output_data): Likewise.
15052 (Sized_symbol::init_output_segment): Likewise.
15053 (Sized_symbol::init_constant): Likewise.
15054 (Sized_symbol::init_undefined): Likewise.
15055 (Symbol_table::do_define_in_output_data): If the new symbol has a
15056 version, mark it as the default.
15057 (Symbol_table::do_define_in_output_segment): Likewise.
15058 (Symbol_table::do_define_as_constant): Likewise.
15059 * symtab.h (class Symbol): Update declarations.
15060 (class Sized_symbol): Likewise.
15061 * resolve.cc (Symbol::override_version): New function.
c42e122e 15062 (Symbol::override_base): Call override_version.
75517b77
ILT
15063 (Symbol::override_base_with_special): Likewise.
15064 * testsuite/ver_script_8.script: New file.
15065 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
15066 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
15067 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
15068 (ver_test_8_1.so, ver_test_8_2.so): New targets.
15069
f1f70eae
ILT
150702008-05-06 Ian Lance Taylor <iant@google.com>
15071
f3e9c5c5
ILT
15072 PR 6049
15073 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
15074 functions.
15075 (class General_options): Remove existing --undefined, and add
15076 --no-undefined instead. Add new --undefined as synonym for -u.
15077 * archive.cc (Archive::add_symbols): Check whether symbol was
15078 named with -u.
15079 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
15080 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
15081 all uses. Add IS_UNDEFINED. Update declarations to split
15082 different versions of init_base. Declare init_base_undefined.
15083 (Symbol::is_defined): Handle IS_UNDEFINED.
15084 (Symbol::is_undefined): Likewise.
15085 (Symbol::is_weak_undefined): Call is_undefined.
15086 (Symbol::is_absolute): Handle IS_CONSTANT.
15087 (class Sized_symbol): Update declarations to split different
15088 versions of init. Declare init_undefined.
15089 (class Symbol_table): Declare new functions.
15090 * symtab.cc (Symbol::init_base_object): Rename from init_base.
15091 Change all callers.
15092 (Symbol::init_base_output_data): Likewise.
15093 (Symbol::init_base_output_segment): Likewise.
15094 (Symbol::init_base_constant): Likewise.
15095 (Symbol::init_base_undefined): New function.
15096 (Sized_symbol::init_object): Rename from init. Change all
15097 callers.
15098 (Sized_symbol::init_output_data): Likewise.
15099 (Sized_symbol::init_output_segment): Likewise.
15100 (Sized_symbol::init_constant): Likewise.
15101 (Sized_symbol::init_undefined): New function.
15102 (Symbol_table::add_undefined_symbols_from_command_line): New
15103 function.
15104 (Symbol_table::do_add_undefined_symbols_from_command_line): New
15105 function.
15106 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
15107 (Symbol::output_section): Likewise.
15108 (Symbol::set_output_section): Likewise.
15109 (Symbol_table::sized_finalize_symbol): Likewise.
15110 (Symbol_table::sized_write_globals): Likewise.
15111 * resolve.cc (Symbol_table::should_override): Likewise.
15112 (Symbol::override_base_with_special): Likewise.
15113
8bdcdf2c
ILT
15114 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
15115 symbol, change it to have default visibility.
15116 * testsuite/protected_1.cc: New file.
15117 * testsuite/protected_2.cc: New file.
15118 * testsuite/protected_3.cc: New file.
15119 * testsuite/protected_main_1.cc: New file.
15120 * testsuite/protected_main_2.cc: New file.
15121 * testsuite/protected_main_3.cc: New file.
15122 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
15123 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
15124 (protected_1_LDFLAGS, protected_1_LDADD): Define.
15125 (protected_1.so): New target.
15126 (protected_1_pic.o, protected_2_pic.o): New targets.
15127 (protected_3_pic.o): New target.
15128 (check_PROGRAMS): Add protected_2.
15129 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
15130 (protected_2_LDFLAGS, protected_2_LDADD): Define.
15131 * testsuite/Makefile.in: Rebuild.
15132
2b706932
ILT
15133 * options.h (DEFINE_var): Add set_user_set_##varname__.
15134 (DEFINE_bool_alias): New macro.
15135 (class General_options): Define -Bstatic using DEFINE_bool_alias
15136 rather than DEFINE_special. Add --undefined as an alias for -z
15137 defs.
15138 * options.cc (General_options::parse_Bstatic): Remove.
15139
d82a5bcc
ILT
15140 * options.h (class General_options): Add --fatal-warnings.
15141 * main.cc (main): Implement --fatal-warnings.
15142 * errors.h (Errors::warning_count): New function.
15143
f1f70eae
ILT
15144 * options.h (class General_options): Add -Bsymbolic-functions.
15145 * symtab.h (Symbol::is_preemptible): Check for
15146 -Bsymbolic-functions.
15147
8825ac63
ILT
151482008-05-05 Ian Lance Taylor <iant@google.com>
15149
d98bc257
ILT
15150 * options.h (DEFINE_bool): For DASH_Z, create the negative option
15151 as noVARNAME rather than no-VARNAME.
15152 (class General_options): Add option -z combreloc.
15153 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
15154 get_address.
15155 (Output_reloc::sort_before) [SHT_REL]: New function.
15156 (Output_reloc::sort_before) [SHT_RELA]: New function.
15157 (class Output_data_reloc_base): Add sort_relocs_ field. Define
15158 Sort_relocs_comparison.
15159 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
15160 parameter. Change all callers.
15161 (Output_data_reloc::Output_data_reloc) [both versions]: Add
15162 sort_relocs parameter. Change all callers.
15163 * output.cc (Output_reloc::get_address): New function, broken out
15164 of write_rel.
15165 (Output_reloc::write_rel): Call it.
15166 (Output_reloc::compare): New function.
15167 (Output_data_reloc_base::do_write): Optionally sort relocs.
15168
60b2b4e7
ILT
15169 * configure.ac: If targ_extra_obj is set, link it in.
15170 * configure.tgt: Initialize all variables.
15171 (x86_64*): Set targ_extra_obj and targ_extra_size.
15172 * configure: Rebuild.
15173
8825ac63
ILT
15174 * object.cc (Sized_relobj::include_section_group): Adjust section
15175 indexes read from group data. Build vector to pass to
15176 layout_group.
15177 * layout.cc (Layout::layout_group): Add flags and shndxes
15178 parameters. Remove contents parameter. Change caller. Update
15179 explicit instantiations.
15180 * layout.h (class Layout): Update layout_group declaration.
15181 * output.cc (Output_data_group::Output_data_group): Add flags and
15182 input_shndxes parameters. Remove contents parameter. Change
15183 caller.
15184 (Output_data_group::do_write): Change input_sections_ to
15185 input_shndxes_.
15186 * output.h (class Output_data_group): Update constructor
15187 declaration. Rename input_sections_ to input_shndxes_.
15188 * testsuite/many_sections_test.cc: Add template.
15189
e94cf127
CC
151902008-04-30 Cary Coutant <ccoutant@google.com>
15191
4418b2d5
CC
15192 * target-reloc.h (relocate_section): Fix dead-pointer bug.
15193
e94cf127
CC
15194 * layout.cc (Layout::include_section): Refactored check for debug
15195 info section.
15196 (Layout::add_comdat): Add new parameters. Change type
15197 of signature parameter. Add object and shndx to signatures table.
15198 (Layout::find_kept_object): New function.
15199 * layout.h: Include <cstring>.
15200 (Layout::is_debug_info_section): New function.
15201 (Layout::add_comdat): Add new parameters.
15202 (Layout::find_kept_object): New function.
15203 (Layout::Kept_section): New struct.
15204 (Layout::Signatures): Change type of map range.
15205 * object.cc (Relobj::output_section_address): New function.
15206 (Sized_relobj::include_section_group): Add new parameters. Change
15207 calls to Layout::add_comdat. Change to build table of kept comdat
15208 groups and table mapping discarded sections to kept sections.
15209 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
15210 (Sized_relobj::do_layout): Change calls to include_section_group and
15211 include_linkonce_section.
15212 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
15213 value to zero when section is discarded.
15214 (Sized_relobj::map_to_kept_section): New function.
15215 * object.h (Relobj::output_section_address): New function.
15216 (Relobj::Comdat_group): New type.
15217 (Relobj::find_comdat_group): New function.
15218 (Relobj::Comdat_group_table): New type.
15219 (Relobj::Kept_comdat_section): New type.
15220 (Relobj::Kept_comdat_section_table): New type.
15221 (Relobj::add_comdat_group): New function.
15222 (Relobj::set_kept_comdat_section): New function.
15223 (Relobj::get_kept_comdat_section): New function.
15224 (Relobj::comdat_groups_): New field.
15225 (Relobj::kept_comdat_sections_): New field.
15226 (Symbol_value::input_value): Update comment.
15227 (Sized_relobj::map_to_kept_section) New function.
15228 (Sized_relobj::include_linkonce_section): Add new parameter.
15229 * target-reloc.h (Comdat_behavior): New type.
15230 (get_comdat_behavior): New function.
15231 (relocate_section): Add code to map a discarded section to the
15232 corresponding kept section when applying a relocation.
15233
e4e5049b
CS
152342008-04-30 Craig Silverstein <csilvers@google.com>
15235
15236 * dwarf_reader.cc (next_generation_count): New static var.
15237 (Addr2line_cache_entry): New struct.
15238 (addr2line_cache): New static var.
15239 (Dwarf_line_info::one_addr2line): Added caching.
15240 (Dwarf_line_info::clear_addr2line_cache): New function.
15241 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
15242 cache-size parameter.
15243 (Dwarf_line_info::one_addr2line_cache): New function.
15244 * symtab.cc (Symbol_table::detect_odr_violations): Pass
15245 new cache-size argument to one_addr2line(), and clear cache.
15246
d09e9154
CC
152472008-04-28 Cary Coutant <ccoutant@google.com>
15248
15249 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
15250 R_386_PC8 relocations.
15251
7ef73768
ILT
152522008-04-23 Ian Lance Taylor <iant@google.com>
15253
55438702
ILT
15254 * object.cc (Sized_relobj::include_section_group): Check for
15255 invalid section group.
15256
c165fb93
ILT
15257 * object.cc (make_elf_object): Correct test for 64-bit ELF file
15258 header size.
15259
7ef73768
ILT
15260 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
15261 than read for file header.
15262 * archive.cc (Archive::include_member): Likewise.
15263
6194aaab
L
152642008-04-23 Paolo Bonzini <bonzini@gnu.org>
15265
15266 * aclocal.m4: Regenerate.
15267 * configure: Regenerate.
15268
d491d34e
ILT
152692008-04-19 Ian Lance Taylor <iant@google.com>
15270
5ea2bac6
ILT
15271 * version.cc (version_string): Bump to 1.6.
15272
7bc3e21a
ILT
15273 * testsuite/Makefile.am (many_sections_r_test): New target.
15274 (many_sections_r_test_SOURCES): Remove.
15275 (many_sections_r_test_DEPENDENCIES): Remove.
15276 (many_sections_r_test_LDFLAGS): Remove.
15277 (many_sections_r_test_LDADD): Remove.
15278
7fcd3aa9
ILT
15279 * object.cc (Sized_relobj::do_add_symbols): Always pass
15280 local_symbol_count_ to add_from_relobj.
15281
4c94d6ae
ILT
15282 * testsuite/Makefile.am (many_sections_check.h): Only check one in
15283 every thousand variables.
15284 * testsuite/Makefile.in: Rebuild.
15285
d491d34e
ILT
15286 * object.cc (Xindex::initialize_symtab_xindex): New function.
15287 (Xindex::read_symtab_xindex): New function.
15288 (Xindex::sym_xindex_to_shndx): New function.
15289 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
15290 available.
15291 (Sized_relobj::do_initialize_xindex): New function.
15292 (Sized_relobj::do_read_symbols): Adjust section links.
15293 (Sized_relobj::symbol_section_and_value): Add is_ordinary
15294 parameter. Change all callers.
15295 (Sized_relobj::include_section_group): Adjust section links and
15296 symbol section indexes.
15297 (Sized_relobj::do_layout): Adjust section links.
15298 (Sized_relobj::do_count_local_symbols): Adjust section links and
15299 symbol section indexes.
15300 (Sized_relobj::do_finalize_local_symbols): Distinguish between
15301 ordinary and special symbols.
15302 (Sized_relobj::write_local_symbols): Add symtab_xindex and
15303 dynsym_xindex parameters. Change all callers. Adjust section
15304 links. Use SHN_XINDEX when needed.
15305 (Sized_relobj::get_symbol_location_info): Adjust section links.
15306 Don't get fooled by special symbols.
15307 * object.h (class Xindex): Define.
15308 (class Object): Add xindex_ parameter. Declare virtual functoin
15309 do_initialize_xindex.
15310 (Object::adjust_sym_shndx): New function.
15311 (Object::set_xindex): New protected function.
15312 (class Symbol_value): Add is_ordinary_shndx_ field.
15313 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
15314 (Symbol_value::value): Assert ordinary section.
15315 (Symbol_value::initialize_input_to_output_map): Likewise.
15316 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
15317 Change all callers.
15318 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
15319 all callers.
15320 (class Sized_relobj): Update declarations.
15321 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
15322 parameter. Change all callers.
15323 (Sized_relobj::adjust_shndx): New function.
15324 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
15325 field.
15326 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
15327 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
15328 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
15329 (Sized_dynobj::read_dynsym_section): Adjust section links.
15330 (Sized_dynobj::read_dynamic): Likewise.
15331 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
15332 section links.
15333 (Sized_dynobj::do_initialize_xindex): New function.
15334 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
15335 do_initialize_xindex.
15336 (Sized_dynobj::adjust_shndx): New function.
15337 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
15338 dynsym_xindex_ fields.
15339 (Layout::finalize): Add a call to set_section_indexes before
15340 creating the symtab sections.
15341 (Layout::set_section_indexes): Don't do anything if the section
15342 already has a section index.
15343 (Layout::create_symtab_sections): Add shnum parameter. Change
15344 caller. Create .symtab_shndx section if needed.
15345 (Layout::create_shdrs): Add shstrtab_section parameter. Change
15346 caller.
15347 (Layout::allocated_output_section_count): New function.
15348 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
15349 needed.
15350 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
15351 fields. Update declarations.
15352 (Layout::symtab_xindex): New function.
15353 (Layout::dynsym_xindex): New function.
15354 (class Write_symbols_task): Add layout_ field.
15355 (Write_symbols_task::Write_symbols_task): Add layout parameter.
15356 Change caller.
15357 * output.cc (Output_section_headers::Output_section_headers): Add
15358 shstrtab_section parameter. Change all callers.
15359 (Output_section_headers::do_sized_write): Store overflow values
15360 for section count and section string table section index in
15361 section header zero.
15362 (Output_file_header::do_sized_write): Check for overflow of
15363 section count and section string table section index.
15364 (Output_symtab_xindex::do_write): New function.
15365 (Output_symtab_xindex::endian_do_write): New function.
15366 * output.h (class Output_section_headers): Add shstrtab_section_.
15367 Update declarations.
15368 (class Output_symtab_xindex): Define.
15369 (Output_section::has_out_shndx): New function.
15370 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
15371 field.
15372 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
15373 Change all callers.
15374 (Sized_symbol::init): Likewise.
15375 (Symbol::output_section): Check for ordinary symbol.
15376 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
15377 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
15378 callers.
15379 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
15380 Change all callers. Simplify handling of symbols from sections
15381 not included in the link.
15382 (Symbol_table::add_from_dynobj): Handle ordinary symbol
15383 distinction.
15384 (Weak_alias_sorter::operator()): Assert that symbols are
15385 ordinary.
15386 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
15387 distinction.
15388 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
15389 parameters. Change all callers.
15390 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
15391 symbol distinction. Use SHN_XINDEX when needed.
15392 (Symbol_table::write_section_symbol): Add symtab_xindex
15393 parameter. Change all callers.
15394 (Symbol_table::sized_write_section_symbol): Likewise. Use
15395 SHN_XINDEX when needed.
15396 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
15397 declarations.
15398 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
15399 (Symbol::is_defined): Check is_ordinary.
15400 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
15401 (Symbol::is_absolute, Symbol::is_common): Likewise.
15402 (class Sized_symbol): Update declarations.
15403 (class Symbol_table): Update declarations.
15404 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
15405 parameters. Change all callers.
15406 (Sized_symbol::override): Likewise.
15407 (Symbol_table::override): Likewise.
15408 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
15409 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
15410 is_ordinary, and orig_st_shndx parameters. Change all callers.
15411 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
15412 to be in an ordinary section.
15413 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
15414 object and is_ordinary parameters. Change all callers.
15415 (Sized_dwarf_line_info::read_relocs): Add object parameter.
15416 Change all callers. Don't add undefined or non-ordinary symbols
15417 to reloc_map_.
15418 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
15419 Change all callers.
15420 * dwarf_reader.h (class Sized_dwarf_line_info): Update
15421 declarations.
15422 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
15423 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
15424 (Sized_relobj::relocate_sections): Likewise.
15425 * target-reloc.h (scan_relocs): Adjust section symbol index.
15426 (scan_relocatable_relocs): Likewise.
15427 * i386.cc (Scan::local): Check for ordinary symbols.
15428 * sparc.cc (Scan::local): Likewise.
15429 * x86_64.cc (Scan::local): Likewise.
15430 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
15431 to symbol_section_and_value.
15432 * testsuite/many_sections_test.cc: New file.
15433 * testsuite/Makefile.am (BUILT_SOURCES): Define.
15434 (check_PROGRAMS): Add many_sections_test.
15435 (many_sections_test_SOURCES): Define.
15436 (many_sections_test_DEPENDENCIES): Define.
15437 (many_sections_test_LDFLAGS): Define.
15438 (BUILT_SOURCES): Add many_sections_define.h.
15439 (many_sections_define.h): New target.
15440 (BUILT_SOURCES): Add many_sections_check.h.
15441 (many_sections_check.h): New target.
15442 (check_PROGRAMS): Add many_sections_r_test.
15443 (many_sections_r_test_SOURCES): Define.
15444 (many_sections_r_test_DEPENDENCIES): Define.
15445 (many_sections_r_test_LDFLAGS): Define.
15446 (many_sections_r_test_LDADD): Define.
15447 (many_sections_r_test.o): New target.
15448 * testsuite/Makefile.in: Rebuild.
15449
c5818ff1
CC
154502008-04-17 Cary Coutant <ccoutant@google.com>
15451
15452 * errors.cc (Errors::info): New function.
15453 (gold_info): New function.
15454 * errors.h (Errors::info): New function.
15455 * gold.h (gold_info): New function.
15456 * object.cc (Input_objects::add_object): Print trace output.
15457 * options.cc (options::parse_set): New function.
15458 (General_options::parse_wrap): Deleted.
15459 (General_options::General_options): Deleted initializer.
15460 * options.h (options::String_set): New typedef.
15461 (options::parse_set): New function.
15462 (DEFINE_set): New macro.
15463 (General_options::wrap): Changed to use DEFINE_set. Changed
15464 callers of any_wrap_symbols and is_wrap_symbol.
15465 (General_options::trace, General_options::trace_symbol):
15466 New options.
15467 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
15468 (General_options::wrap_symbols_): Deleted.
15469 * symtab.cc (Symbol_table::add_from_object): Print trace output.
15470
b5be4a7c
DM
154712008-04-17 David S. Miller <davem@davemloft.net>
15472
15473 * options.cc (General_options::parse_V): New function.
15474 * options.h: Add entries for -V and -Qy.
15475
155a0dd7
ILT
154762008-04-17 Ian Lance Taylor <iant@google.com>
15477
15478 * common.cc (Symbol_table::allocate_commons): Remove options
15479 parameter. Change caller.
15480 (Symbol_table::do_allocate_commons): Remove options parameter.
15481 Change caller. Just call do_allocate_commons_list twice.
15482 (Symbol_table::do_allocate_commons_list): New function, broken out
15483 of do_allocate_commons.
15484 * common.h (class Allocate_commons_task): Remove options_ field.
15485 Update constructor.
15486 * symtab.cc (Symbol_table::Symbol_table): Initialize
15487 tls_commons_.
15488 (Symbol_table::add_from_object): Put TLS common symbols on
15489 tls_commons_ list.
15490 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
15491 which are IN_OUTPUT_DATA.
15492 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
15493 allocate_commons and do_allocate_commons declarations. Declare
15494 do_allocate_commons_list.
15495 * gold.cc (queue_middle_tasks): Update creation of
15496 Allocate_commons_task to not pass options.
15497 * testsuite/Makefile.am (INCLUDES): Add -I.. .
15498 (TLS_TEST_C_FLAGS): New variable.
15499 (tls_test_c_pic.o): New target.
15500 (tls_test_shared.so): Link in tls_test_c_pic.o.
15501 (tls_test_c_pic_ie.o): New target.
15502 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
15503 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
15504 (tls_test_c.o): New target.
15505 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
15506 (tls_pic_test_LDADD): Likewise.
15507 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
15508 (tls_shared_gd_to_ie_test_LDADD): Likewise.
15509 (tls_test_c_gnu2.o): New target.
15510 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
15511 tls_test_c_gnu2.o.
15512 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
15513 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
15514 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
15515 * testsuite/tls_test.cc: Include "config.h".
15516 (t_last): Call t11_last.
15517 * testsuite/tls_test.h (t11, t11_last): Declare.
15518 * testsuite/tls_test_c.c: New file.
15519 * testsuite/tls_test_main.cc (thread_routine): Call t11.
15520 * configure.ac: Check for OpenMP support.
15521 * configure, config.in, Makefile.in: Rebuild.
15522 * testsuite/Makefile.in: Rebuild.
15523
edfbb029
CC
155242008-04-16 Cary Coutant <ccoutant@google.com>
15525
15526 * i386.cc (Target_i386::define_tls_base_symbol): New function.
15527 (Target_i386::tls_base_symbol_defined_): New field.
15528 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
15529 (Target_i386::Scan::global): Likewise.
15530 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
15531 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
15532 (Target_x86_64::tls_base_symbol_defined_): New field.
15533 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
15534 (Target_x86_64::Scan::global): Likewise.
15535
f3c69fca
CC
155362008-04-16 Cary Coutant <ccoutant@google.com>
15537
15538 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
15539 (Symbol::needs_plt_entry): Allow weak undefined symbols.
15540 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
15541 building shared libraries.
15542 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
15543 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
15544 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
15545 * testsuite/Makefile.in: Rebuild.
15546 * testsuite/weak_undef.h: New file.
15547 * testsuite/weak_undef_file1.cc: Add extra test cases.
15548 * testsuite/weak_undef_file2.cc: Likewise.
15549 * testsuite/weak_undef_test.cc: Likewise.
15550
7c414435
DM
155512008-04-16 David S. Miller <davem@davemloft.net>
15552
32b769e1
DM
15553 * sparc.cc (Target_sparc::Scan): Change from struct to class.
15554 Add issued_non_pic_error_ field. Declare check_non_pic.
15555 (Target_sparc::Scan::check_non_pic): New function.
15556 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
15557 (Target_sparc::Scan::global): Likewise.
15558
11936fb1
DM
15559 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
15560 * configure: Rebuild.
15561
7c414435
DM
15562 * options.h (DEFINE_enable): New macro.
15563 (new_dtags): New enable option.
15564 (initfirst, interpose, loadfltr, nodefaultlib,
15565 nodelete, nodlopen, nodump): New -z options.
15566 * layout.cc (Layout:finish_dynamic_section): If new
15567 dtags enabled, emit DT_RUNPATH. Also, emit a
15568 DT_FLAGS_1 containing any specified -z flags.
15569
85c7bf8b
ILT
155702008-04-16 Ian Lance Taylor <iant@google.com>
15571
12c0daef
ILT
15572 * copy-relocs.cc: New file.
15573 * copy-relocs.h: New file.
15574 * reloc.cc: Remove Copy_relocs code.
15575 * reloc.h: Likewise.
15576 * reloc-types.h (struct Reloc_types) [both versions]: Add
15577 get_reloc_addend_noerror.
15578 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
15579 variants of add_global which take an addend which must be zero.
15580 * i386.cc: Include "copy-relocs.h".
15581 (class Target_i386): Change type of copy_relocs_ to variable,
15582 update initializer.
15583 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
15584 Change all callers.
15585 (Target_i386::do_finalize_sections): Change handling of
15586 copy_relocs_.
15587 * sparc.cc: Include "copy-relocs.h".
15588 (class Target_sparc): Change type of copy_relocs_ to variable,
15589 update initializer.
15590 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
15591 Change all callers.
15592 (Target_sparc::do_finalize_sections): Change handling of
15593 copy_relocs_.
15594 * x86_64.cc: Include "copy-relocs.h".
15595 (class Target_x86_64): Change type of copy_relocs_ to variable,
15596 update initializer.
15597 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
15598 class. Change all callers.
15599 (Target_x86_64::do_finalize_sections): Change handling of
15600 copy_relocs_.
15601 * Makefile.am (CCFILES): Add copy-relocs.cc.
15602 (HFILES): Add copy-relocs.h.
15603
4f4995b6
ILT
15604 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
15605
85c7bf8b
ILT
15606 * testsuite/script_test_4.sh: Permit leading zeroes.
15607
4f2a9edd
ILT
156082008-04-15 Ian Lance Taylor <iant@google.com>
15609
e6188289
ILT
15610 * script-sections.cc (Script_sections::create_segments): Use
15611 header_size_adjustment even when there is enough room for the
15612 headers.
15613 * testsuite/script_test_4.sh: New file.
15614 * testsuite/script_test_4.t: New file.
15615 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
15616 (check_DATA): Add script_test_4.stdout.
15617 (MOSTLYCLEANFILES): Likewise.
15618 (script_test_4): New target.
15619 (script_test_4.stdout): New target.
15620 * testsuite/Makefile.in: Rebuild.
15621
4f2a9edd
ILT
15622 * sparc.cc: Add definitions for Output_data_plt_sparc class
15623 constants.
15624
f5314dd5
DM
156252008-04-14 David S. Miller <davem@davemloft.net>
15626
15627 * sparc.cc: New file.
15628 * Makefile.am (TARGETSOURCES): Add sparc.cc
15629 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
15630 * configure.tgt: Document targ_extra_size and
15631 targ_extra_big_endian. Add entries for sparc-* and
15632 sparc64-*.
15633 * configure.ac: Handle targ_extra_size and
15634 targ_extra_big_endian.
15635 * Makefile.in: Rebuild.
15636 * configure: Likewise.
15637 * po/POTFILES.in: Likewise.
15638 * po/gold.pot: Likewise.
15639
154e0e9a
ILT
156402008-04-14 Ian Lance Taylor <iant@google.com>
15641
15642 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
15643 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
15644 in the name/type/flags to section mapping. Don't call
15645 allocate_output_section.
15646 (Layout::choose_output_section): Change parameter from adjust_name
15647 to is_input_section. Don't permit input sections after sections
15648 are attached to segments. Don't call allocate_output_section.
15649 (Layout::layout_eh_frame): Call update_flags_for_input_section,
15650 not write_enable_output_section.
15651 (Layout::make_output_section): Don't push to
15652 unattached_section_list_ nor call attach_to_segment. Call
15653 attach_section_to_segment if sections are attached.
15654 (Layout::attach_sections_to_segments): New function.
15655 (Layout::attach_section_to_segment): New function.
15656 (Layout::attach_allocated_section_to_segment): Rename from
15657 attach_to_segment. Remove flags parameter.
15658 (Layout::allocate_output_section): Remove function.
15659 (Layout::write_enable_output_section): Remove function.
15660 * layout.h (class Layout): Update for above changes. Add new
15661 field sections_are_attached_.
15662 * output.h (Output_section::update_flags_for_input_section): New
15663 function.
15664 * output.cc (Output_section::add_input_section): Call
15665 update_flags_for_input_section.
15666 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15667
009a67a2
CC
156682008-04-11 Cary Coutant <ccoutant@google.com>
15669
15670 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15671 thought unnecessary.
15672 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15673
759b1a24
ILT
156742008-04-11 Ian Lance Taylor <iant@google.com>
15675
15676 * output.h (class Output_section_data): Remove inline definition
15677 of set_addralign.
15678 * output.cc (Output_section_data::set_addralign): New function.
15679
c2b45e22
CC
156802008-04-11 Cary Coutant <ccoutant@google.com>
15681
15682 Add support for TLS descriptors for i386 and x86_64.
15683 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15684 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15685 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15686 GOT_TYPE_TLS_DESC.
15687 (Target_i386::got_mod_index_entry): Remove unnecessary code.
15688 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15689 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
15690 relocations.
15691 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15692 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15693 Fix problem with initial-exec relocations.
15694 (Target_i386::Relocate::relocate_tls): Likewise.
15695 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15696 relaxation.
15697 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15698 support for section-plus-offset dynamic table entries.
15699 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15700 (Output_data_dynamic::Dynamic_entry): Add support for
15701 section-plus-offset dynamic table entries.
15702 (Output_data_dynamic::Classification): Likewise.
15703 (Output_data_dynamic::classification_): Renamed offset_.
15704 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15705 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15706 (Target_x86_64::make_plt_section): New function.
15707 (Target_x86_64::reserve_tlsdesc_entries): New function.
15708 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15709 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15710 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15711 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15712 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15713 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15714 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15715 add extra PLT entry for TLS descriptors.
15716 (Output_data_plt_x86_64::got_): New field.
15717 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15718 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15719 fields.
15720 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15721 descriptors.
15722 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15723 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15724 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15725 R_386_TLS_DESC_CALL relocations.
15726 (Target_x86_64::Scan::global): Likewise.
15727 (Target_x86_64::do_finalize_sections): Add dynamic table entries
15728 for TLS descriptors.
15729 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15730 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15731 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15732 GD-to-IE relaxation.
15733 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15734 and TLS_DESCRIPTORS.
15735 * Makefile.in: Rebuild.
15736 * configure: Rebuild.
15737 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15738 (tls_test_shared2.so): New target.
15739 (tls_shared_gd_to_ie_test_SOURCES): New variable.
15740 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15741 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15742 (tls_shared_gd_to_ie_test_LDADD): New variable.
15743 (tls_shared_gnu2_gd_to_ie_test): New target.
15744 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15745 New targets.
15746 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15747 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15748 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15749 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15750 (tls_shared_gnu2_test): New target.
15751 (tls_test_gnu2_shared.so): New target.
15752 (tls_shared_gnu2_test_SOURCES): New variable.
15753 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15754 (tls_shared_gnu2_test_LDFLAGS): New variable.
15755 (tls_shared_gnu2_test_LDADD): New variable.
15756 * testsuite/Makefile.in: Rebuild.
15757 * testsuite/Makefile.
15758
83bfb6b7
ILT
157592008-04-11 Ian Lance Taylor <iant@google.com>
15760
15761 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15762 justsyms.t.
15763 * testsuite/Makefile.in: Rebuild.
15764
15765 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15766 long.
15767 * testsuite/script_test_2.cc (main): Adjust test.
15768
706e1f5e
ILT
157692008-04-11 David S. Miller <davem@davemloft.net>
15770 Ian Lance Taylor <iant@google.com>
15771
15772 * options.h (General_options): Add entries for '-Y' and
15773 '-relax'.
15774 * options.cc (General_options:finalize): If -Y was used, add those
15775 entries to the library path instead of the default "/lib" and
15776 "/usr/lib".
15777
7c98e6bb
DM
157782008-04-11 David S. Miller <davem@davemloft.net>
15779
15780 * testsuite/justsyms.t: Start at 0x100.
15781 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
15782 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15783 long.
15784 * testsuite/script_test_2.cc: Adjust string and section length
15785 checks.
7c98e6bb 15786
99a37bfd
ILT
157872008-04-09 Ian Lance Taylor <iant@google.com>
15788
2cefc357
ILT
15789 PR gold/5996
15790 * script-sections.cc (Sections_element::allocate_to_segment): Add
15791 orphan parameter.
15792 (Output_section_definition::allocate_to_segment): Likewise.
15793 (Orphan_output_section::allocate_to_segment): Likewise.
15794 (Script_sections::attach_sections_using_phdrs_clause): Don't
15795 propagate non-PT_LOAD segments to orphan sections.
15796 * testsuite/Makefile.am (script_test_3.stdout): Generate using
15797 readelf rather than objdump.
15798 * testsuite/script_test_3.sh: Adjust accordingly. Test that
15799 .interp section and PT_INTERP segment are the same size.
15800 * testsuite/Makefile.in: Rebuild.
15801
99a37bfd
ILT
15802 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15803 aliases for symbols defined in the same object.
15804 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15805 (weak_alias_test_SOURCES): New variable.
15806 (weak_alias_test_DEPENDENCIES): New variable.
15807 (weak_alias_test_LDFLAGS): New variable.
15808 (weak_alias_test_LDADD): New variable.
15809 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15810 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15811 (weak_alias_test_3.o): New target.
15812 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15813 * testsuite/weak_alias_test_main.cc: New file.
15814 * testsuite/weak_alias_test_1.cc: New file.
15815 * testsuite/weak_alias_test_2.cc: New file.
15816 * testsuite/weak_alias_test_3.cc: New file.
15817
780e49c5
ILT
158182008-04-08 Ian Lance Taylor <iant@google.com>
15819
cdb0b8f5
ILT
15820 * options.h (class General_options): Add --noinhibit-exec option.
15821 * main.cc (main): Check --noinhibit-exec.
15822
0864d551
ILT
15823 * options.h (class General_options): Define --wrap as a special
15824 option. Add wrap_symbols_ field.
15825 (General_options::any_wrap_symbols): New function.
15826 (General_options::is_wrap_symbol): New function.
15827 * options.cc (General_options::parse_wrap): New function.
15828 (General_options::General_options): Initialize wrap_symbols_.
15829 * symtab.cc (Symbol_table::wrap_symbol): New function.
15830 (Symbol_table::add_from_object): Handle --wrap.
15831 * symtab.h (class Symbol_table): Declare wrap_symbol.
15832 * target.h (Target::wrap_char): New function.
15833 (Target::Target_info): Add wrap_char field.
15834 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15835 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15836 * testsuite/testfile.cc (Target_test::test_target_info):
15837 Likewise.
15838
789aa6de
ILT
15839 * errors.cc (Errors::undefined_symbol): Mention symbol version if
15840 there is one.
15841
2c38906f
ILT
15842 * layout.h (class Layout): Add added_eh_frame_data_ field.
15843 * layout.cc (Layout::Layout): Initialize new field.
15844 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15845 output section until we find a section we merged successfully.
15846 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15847 that the size be non-zero.
15848
780e49c5
ILT
15849 * merge.cc (Object_merge_map::get_output_offset): Remove inline
15850 qualifier.
15851
7fcd0256
ILT
158522008-04-08 Craig Silverstein <csilvers@google.com>
15853
15854 * configure.ac: Export new conditional variable HAVE_ZLIB.
15855 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15856 on HAVE_ZLIB.
15857 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15858 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15859
6835af53
ILT
158602008-04-07 Ian Lance Taylor <iant@google.com>
15861
e24f324c
ILT
15862 * version.cc (version_string): Set to "1.5".
15863
a036edd8
ILT
15864 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15865 Add issued_non_pic_error_ field. Declare check_non_pic.
15866 (Target_x86_64::Scan::check_non_pic): New function.
15867 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15868 (Target_x86_64::Scan::global): Likewise.
15869
624f8810
ILT
15870 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15871 addend parameter. Change caller. Handle merge sections.
15872 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15873 Address to Addend. Don't add in the result of
15874 local_section_offset, pass down the addend and use the returned
15875 value.
15876 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15877 Update declarations of local_section_offset and symbol_value.
15878 * testsuite/two_file_test_1.cc (t18): New function.
15879 * testsuite/two_file_test_2.cc (f18): New function.
15880 * testsuite/two_file_test_main.cc (main): Call t18.
15881 * testsuite/two_file_test.h (t18, f18): Declare.
15882
6835af53
ILT
15883 * configure.ac: Don't test for objdump, c++filt, or readelf.
15884 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15885 conditionals.
15886 (TEST_READELF): New variable.
15887 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15888 (check_PROGRAMS): Add two_file_strip_test.
15889 (two_file_strip_test): New target.
15890 (check_PROGRAMS): Add two_file_same_shared_strip_test.
15891 (two_file_same_shared_strip_test_SOURCES): New variable.
15892 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15893 (two_file_same_shared_strip_test_LDFLAGS): New variable.
15894 (two_file_same_shared_strip_test_LDADD): New variable.
15895 (two_file_shared_strip.so): New target.
15896 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15897 (ver_test_5.syms, ver_test_7.syms): Likewise.
15898 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15899 (strip_test_3.stdout): Use TEST_OBJDUMP.
15900 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15901
86925eef
CC
159022008-04-04 Cary Coutant <ccoutant@google.com>
15903
15904 * symtab.h (Symbol::is_weak_undefined): New function.
15905 (Symbol::is_strong_undefined): New function.
15906 (Symbol::is_absolute): New function.
15907 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15908 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15909 absolute symbols.
15910 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15911 (weak_undef_test): New target.
15912 * testsuite/Makefile.in: Rebuild.
15913 * testsuite/weak_undef_file1.cc: New file.
15914 * testsuite/weak_undef_file2.cc: New file.
15915 * testsuite/weak_undef_test.cc: New file.
15916
126f3ece
ILT
159172008-04-03 Craig Silverstein <csilvers@google.com>
15918
15919 * compressed_output.h (class Output_compressed_section): Use
15920 unsigned buffer.
15921 * compressed_output.cc (zlib_compress): Use unsigned buffers,
15922 add zlib header.
15923 (zlib_compressed_suffix): Removed.
15924 (Output_compressed_section::set_final_data_size): Use unsigned
15925 buffers.
15926 * testsuite/Makefile.am (flagstest_compress_debug_sections):
15927 Fix linker invocation.
15928 (flagstest_o_specialfile_and_compress_debug_sections):
15929 Likewise.
15930 * testsuite/Makefile.in: Regenerated.
15931
deae2a14
DM
159322008-04-02 David S. Miller <davem@davemloft.net>
15933
15934 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15935 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15936
70752818
ILT
159372008-04-02 Craig Silverstein <csilvers@google.com>
15938
15939 * TODO: New file.
15940
39d0cb0e
ILT
159412008-04-02 Ian Lance Taylor <iant@google.com>
15942
15943 * fileread.cc (File_read::find_view): Add byteshift and vshifted
15944 parameters. Update for new key type to views_. Change all
15945 callers.
15946 (File_read::read): Adjust for byteshift in returned view.
15947 (File_read::add_view): New function, broken out of
15948 find_and_make_view.
15949 (File_read::make_view): New function, broken out of
15950 find_and_make_view.
15951 (File_read::find_or_make_view): Add offset and aligned
15952 parameters. Rewrite accordingly. Change all callers.
15953 (File_read::get_view): Add offset and aligned parameters. Adjust
15954 for byteshift in return value.
15955 (File_read::get_lasting_view): Likewise.
15956 * fileread.h (class File_read): Update declarations.
15957 (class File_read::View): Add byteshift_ field. Add byteshift to
15958 constructor. Add byteshift method.
15959 * archive.h (Archive::clear_uncached_views): New function.
15960 (Archive::get_view): Add aligned parameter. Change all callers.
15961 * object.h (Object::get_view): Add aligned parameter. Change all
15962 callers.
15963 (Object::get_lasting_view): Likewise.
15964
15965 * fileread.cc (File_read::release): Don't call clear_views if
15966 there are multiple objects.
15967 * fileread.h (File_read::clear_uncached_views): New function.
15968 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15969 on the archive.
15970
a1207466
CC
159712008-03-31 Cary Coutant <ccoutant@google.com>
15972
15973 Add thin archive support.
15974 * archive.cc (Archive::armagt): New const.
15975 (Archive::setup): Remove task parameter and calls to unlock.
15976 (Archive::unlock_nested_archives): New function.
15977 (Archive::read_header): Add nested_off parameter. Change
15978 all callers.
15979 (Archive::interpret_header): Likewise.
15980 (Archive::include_all_members): Change to handle thin
15981 archives.
15982 (Archive::include_member): Likewise.
15983 * archive.h (Archive::Archive): Add new parameters and
15984 initializers.
15985 (Archive::armagt): New const.
15986 (Archive::setup): Remove task parameter.
15987 (Archive::unlock_nested_archives): New function.
15988 (Archive::read_header): Add nested_off parameter.
15989 (Archive::interpret_header): Likewise.
15990 (Archive::Nested_archive_table): New typedef.
15991 (Archive::is_thin_archive_): New field.
15992 (Archive::nested_archives_): New field.
15993 (Archive::options_): New field.
15994 (Archive::dirpath_): New field.
15995 (Archive::task_): New field.
15996 * readsyms.cc (Read_symbols::do_read_symbols): Add check
15997 for thin archives. Pass additional parameters to
15998 Archive::Archive. Unlock the archive file after calling
15999 Archive::setup.
cd536b21 16000
479f6503
ILT
160012008-03-29 Ian Lance Taylor <iant@google.com>
16002
686c8caf
ILT
16003 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
16004 version symbol to be local.
16005 * testsuite/ver_test_4.sh: New file.
16006 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
16007 (check_DATA): Add ver_test_4.syms.
16008 (ver_test_4.syms): New target.
16009 * testsuite/Makefile.in: Rebuild.
16010
ab794b6b
ILT
16011 * output.cc
16012 (Output_section::Input_section_sort_entry::has_priority): New
16013 function.
16014 (Output_section::Input_section_sort_entry::match_file_name): New
16015 function.
16016 (Output_section::Input_section_sort_entry::match_section_name):
16017 Remove.
16018 (Output_section::Input_section_sort_entry::match_section_name_prefix):
16019 Remove.
16020 (Output_section::Input_section_sort_entry::match_section_file):
16021 Remove.
16022 (Output_section::Input_section_sort_compare::operator()): Rewrite
16023 using new Input_section_sort_entry functions. Sort crtbegin and
16024 crtend first. Sort sections with no priority before sections with
16025 a priority.
16026 * testsuite/initpri1.c (d3): Check j != 4.
16027 (cd5): New constructor/destructor function.
16028 (main): Check j != 2.
16029
479f6503
ILT
16030 * symtab.cc (Symbol_table::add_from_object): If we don't use the
16031 new symbol when resolving, don't call set_is_default.
16032 * testsuite/ver_test_7.cc: New file.
16033 * testsuite/ver_test_7.sh: New file.
16034 * testsuite/Makefile.am (ver_test_7.so): New target.
16035 (ver_test_7.o): New target.
16036 (check_SCRIPTS): Add ver_test_7.sh.
16037 (check_DATA): Add ver_test_7.syms.
16038 (ver_test_7.syms): New target.
16039
2fd32231
ILT
160402008-03-28 Ian Lance Taylor <iant@google.com>
16041
16042 * layout.cc (Layout::layout): If we see an input section with a
16043 name that needs sorting, set the must_sort flag for the output
16044 section.
16045 (Layout::make_output_section): If the name of the output section
16046 indicates that it might require sorting, set the may_sort flag.
16047 * output.h (Output_section::may_sort_attached_input_sections): New
16048 function.
16049 (Output_section::set_may_sort_attached_input_sections): New
16050 function.
16051 (Output_section::must_sort_attached_input_sections): New
16052 function.
16053 (Output_section::set_must_sort_attached_input_sections): New
16054 function.
16055 (class Output_section): Declare Input_section_sort_entry. Define
16056 Input_section_sort_compare. Declare
16057 sort_attached_input_sections. Add new fields:
16058 may_sort_attached_input_sections_,
16059 must_sort_attached_input_sections_,
16060 attached_input_sections_are_sorted_.
16061 * output.cc (Output_section::Output_section): Initialize new
16062 fields.
16063 (Output_section::add_input_section): Add an entry to
16064 input_sections_ if may_sort or must_sort are true.
16065 (Output_section::set_final_data_size): Call
16066 sort_attached_input_sections if necessary.
16067 (Output_section::Input_section_sort_entry): Define new class.
16068 (Output_section::Input_section_sort_compare::operator()): New
16069 function.
16070 (Output_section::sort_attached_input_sections): New function.
16071 * configure.ac: Check whether the compiler supports constructor
16072 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
16073 * testsuite/initpri1.c: New file.
16074 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
16075 CONSTRUCTOR_PRIORITY.
16076 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
16077 (initpri1_LDFLAGS): New variable.
16078 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16079
18e6b24e
ILT
160802008-03-27 Ian Lance Taylor <iant@google.com>
16081
49bdd526
ILT
16082 * common.cc (Sort_commons::operator): Correct sorting algorithm.
16083 * testsuite/common_test_1.c: New file.
16084 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
16085 (common_test_1_SOURCES): New variable.
16086 (common_test_1_DEPENDENCIES): New variable.
16087 (common_test_1_LDFLAGS): New variable.
16088
18e6b24e
ILT
16089 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
16090 and commons_ correctly when NAME/VERSION does not override
16091 NAME/NULL.
16092 * testsuite/ver_test_6.c: New file.
16093 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
16094 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
16095 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
16096
04bf7072
ILT
160972008-03-26 Ian Lance Taylor <iant@google.com>
16098
5871526f
ILT
16099 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
16100 of an undefined symbol from a version script.
16101 * testsuite/Makefile.am (ver_test_5.so): New target.
16102 (ver_test_5.o): New target.
16103 (check_SCRIPTS): Add ver_test_5.sh.
16104 (check_DATA): Add ver_test_5.syms.
16105 (ver_test_5.syms): New target.
16106 * testsuite/ver_test_5.cc: New file.
16107 * testsuite/ver_test_5.script: New file.
16108 * testsuite/ver_test_5.sh: New file.
16109 * Makefile.in, testsuite/Makefile.in: Rebuild.
16110
04bf7072
ILT
16111 PR gold/5986
16112 Fix problems building gold with gcc 4.3.0.
16113 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
16114 (gold_error_at_location, gold_warning_at_location): Use it.
16115 * configure.ac: Check whether we can compile and use a template
16116 function with a printf attribute.
16117 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
16118 when jumping over bytes.
16119 * object.cc: Instantiate Object::read_section_data.
16120 * debug.h: Include <cstring>
16121 * dwarf_reader.cc: Include <algorithm>
16122 * main.cc: Include <cstring>.
16123 * options.cc: Include <cstring>.
16124 * output.cc: Include <cstring>.
16125 * script.cc: Include <cstring>.
16126 * script.h: Include <string>.
16127 * symtab.cc: Include <cstring> and <algorithm>.
16128 * target-select.cc: Include <cstring>.
16129 * version.cc: Include <string>.
16130 * testsuite/testmain.cc: Include <cstdlib>.
16131 * configure, config.in: Rebuild.
16132
874c5b28
ILT
161332008-03-25 Ian Lance Taylor <iant@google.com>
16134
819d6c3a
ILT
16135 * options.cc: Include "../bfd/bfdver.h".
16136 (options::help): Print bug reporting address.
16137
f4b2c6f5
ILT
16138 * version.cc (print_version): Adjust output for current value of
16139 BFD_VERSION_STRING.
16140
16141 * NEWS: New file.
16142
e96caa79
ILT
16143 * options.cc (options::help): Print list of supported targets.
16144 * target-select.h: Include <vector>.
16145 (class Target_selector): Make machine_, size_, and is_big_endian_
16146 fields const. Add bfd_name_ and instantiated_target_ fields.
16147 (Target_selector::Target_selector): Add bfd_name parameter.
16148 (Target_selector::recognize): Make non-virtual, call
16149 do_recognize.
16150 (Target_selector::recognize_by_name): Make non-virtual, call
16151 do_recognize_by_name.
16152 (Target_selector::supported_names): New function.
16153 (Target_selector::bfd_name): New function.
16154 (Target_selector::do_instantiate_target): New pure virtual
16155 function.
16156 (Target_selector::do_recognize): New virtual function.
16157 (Target_selector::do_recognize_by_name): New virtual function.
16158 (Target_selector::instantiate_target): New private function.
16159 (supported_target_names): Declare.
16160 * target-select.cc (Target_selector::Target_selector): Update for
16161 new parameter and fields.
16162 (select_target_by_name): Check that the name matches before
16163 calling recognize_by_name.
16164 (supported_target_names): New function.
16165 * i386.cc (class Target_selector_i386): Update Target_selector
16166 constructor call. Remove recognize and recognize_by_name. Add
16167 do_instantiate_target.
16168 * x86_64.cc (class Target_selector_x86_64): Likewise.
16169 * testsuite/testfile.cc (class Target_selector_test): Update for
16170 changes to Target_selector.
16171
874c5b28
ILT
16172 * README: Rewrite, with some notes on unsupported features.
16173
0a65a3a7
CC
161742008-03-24 Cary Coutant <ccoutant@google.com>
16175
16176 * i386.cc (Target_i386::Got_type): New enum declaration.
16177 (Target_i386::Scan::local): Updated callers of Output_data_got
16178 member functions.
16179 (Target_i386::Scan::global): Likewise.
16180 (Target_i386::Relocate::relocate): Likewise.
16181 (Target_i386::Relocate::relocate_tls): Likewise.
16182 * object.h (Got_offset_list): New class.
16183 (Sized_relobj::local_has_got_offset): Added got_type parameter.
16184 (Sized_relobj::local_got_offset): Likewise.
16185 (Sized_relobj::set_local_got_offset): Likewise.
16186 (Sized_relobj::local_has_tls_got_offset): Removed.
16187 (Sized_relobj::local_tls_got_offset): Removed.
16188 (Sized_relobj::set_local_tls_got_offset): Removed.
16189 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
16190 * output.cc (Output_data_got::add_global): Added got_type parameter.
16191 (Output_data_got::add_global_with_rel): Likewise.
16192 (Output_data_got::add_global_with_rela): Likewise.
16193 (Output_data_got::add_global_pair_with_rel): New function.
16194 (Output_data_got::add_global_pair_with_rela): New function.
16195 (Output_data_got::add_local): Added got_type parameter.
16196 (Output_data_got::add_local_with_rel): Likewise.
16197 (Output_data_got::add_local_with_rela): Likewise.
16198 (Output_data_got::add_local_pair_with_rel): New function.
16199 (Output_data_got::add_local_pair_with_rela): New function.
16200 (Output_data_got::add_global_tls): Removed.
16201 (Output_data_got::add_global_tls_with_rel): Removed.
16202 (Output_data_got::add_global_tls_with_rela): Removed.
16203 (Output_data_got::add_local_tls): Removed.
16204 (Output_data_got::add_local_tls_with_rel): Removed.
16205 (Output_data_got::add_local_tls_with_rela): Removed.
16206 * output.h (Output_data_got::add_global): Added got_type parameter.
16207 (Output_data_got::add_global_with_rel): Likewise.
16208 (Output_data_got::add_global_with_rela): Likewise.
16209 (Output_data_got::add_global_pair_with_rel): New function.
16210 (Output_data_got::add_global_pair_with_rela): New function.
16211 (Output_data_got::add_local): Added got_type parameter.
16212 (Output_data_got::add_local_with_rel): Likewise.
16213 (Output_data_got::add_local_with_rela): Likewise.
16214 (Output_data_got::add_local_pair_with_rel): New function.
16215 (Output_data_got::add_local_pair_with_rela): New function.
16216 (Output_data_got::add_global_tls): Removed.
16217 (Output_data_got::add_global_tls_with_rel): Removed.
16218 (Output_data_got::add_global_tls_with_rela): Removed.
16219 (Output_data_got::add_local_tls): Removed.
16220 (Output_data_got::add_local_tls_with_rel): Removed.
16221 (Output_data_got::add_local_tls_with_rela): Removed.
16222 * resolve.cc (Symbol::override_base_with_special): Removed
16223 reference to has_got_offset_ field.
16224 * symtab.cc (Symbol::init_fields): Replaced initialization
16225 of got_offset_ with got_offsets_. Removed initialization
16226 of has_got_offset_
53fcba31 16227 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
16228 (Symbol::got_offset): Likewise.
16229 (Symbol::set_got_offset): Likewise.
16230 (Symbol::has_tls_got_offset): Removed.
16231 (Symbol::tls_got_offset): Removed.
16232 (Symbol::set_tls_got_offset): Removed.
16233 (Symbol::got_offset_): Removed.
16234 (Symbol::tls_mod_got_offset_): Removed.
16235 (Symbol::tls_pair_got_offset_): Removed.
16236 (Symbol::got_offsets_): New field.
16237 (Symbol::has_got_offset): Removed.
16238 (Symbol::has_tls_mod_got_offset): Removed.
16239 (Symbol::has_tls_pair_got_offset): Removed.
16240 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
16241 (Target_x86_64::Scan::local): Updated callers of Output_data_got
16242 member functions.
16243 (Target_x86_64::Scan::global): Likewise.
16244 (Target_x86_64::Relocate::relocate): Likewise.
16245 (Target_x86_64::Relocate::relocate_tls): Likewise.
16246
bd52eafb
BE
162472008-03-25 Ben Elliston <bje@au.ibm.com>
16248
16249 * yyscript.y: Fix spelling error in comment.
16250
8b105e34
ILT
162512008-03-24 Ian Lance Taylor <iant@google.com>
16252
8ed814a9
ILT
16253 * options.h (class General_options): Define build_id option.
16254 * layout.h (class Layout): Declare write_build_id, create_note,
16255 create_build_id. Add build_id_note_ member.
16256 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
16257 "libiberty.h", "md5.h", "sha1.h".
16258 (Layout::Layout): Initialize eh_frame_data_,
16259 eh_frame_hdr_section_, and build_id_note_.
16260 (Layout::finalize): Call create_build_id.
16261 (Layout::create_note): New function, broken out of
16262 Layout::create_gold_note.
16263 (Layout::create_gold_note): Call create_note.
16264 (Layout::create_build_id): New function.
16265 (Layout::write_build_id): New function.
16266 (Close_task_runner::run): Call write_build_id.
16267
8b105e34
ILT
16268 * x86_64.cc: Correct license to GPLv3.
16269
086a1841
ILT
162702008-03-23 Ian Lance Taylor <iant@google.com>
16271
16272 * options.cc: Include "demangle.h".
16273 (parse_optional_string): New function.
16274 (parse_long_option): Handle takes_optional_argument.
16275 (parse_short_option): Update dash_z initializer. Handle
16276 takes_optional_argument.
16277 (General_options::General_options): Initialize do_demangle_.
16278 (General_options::finalize): Set do_demangle_. Handle demangling
16279 style.
16280 * options.h (parse_optional_string): Declare.
16281 (struct One_option): Add optional_arg field. Update constructor.
16282 Update call constructor calls. Add takes_optional_argument
16283 function.
16284 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
16285 (DEFINE_optional_string): Define.
16286 (General_options::demangle): Change from DEFINE_bool to
16287 DEFINE_optional_string.
16288 (General_options::no_demangle): New function.
16289 (General_options::do_demangle): New function.
16290 (General_options::set_do_demangle): New function.
16291 (General_options::execstack_status_): Move definition to end of
16292 class definition.
16293 (General_options::static_): Likewise.
16294 (General_options::do_demangle_): New field.
16295 * object.cc (big_endian>::get_symbol_location_info): Call
16296 Options::do_demangle, not Options::demangle.
16297 * symtab.cc (demangle): Likewise.
16298
cbb93e63
ILT
162992008-03-22 Ian Lance Taylor <iant@google.com>
16300
16301 * gold.h: Include <cstddef> and <sys/types.h>
16302 * options.h: Include <cstring>.
16303
ec531623
ILT
163042008-03-21 Ian Lance Taylor <iant@google.com>
16305
16306 * Added source code to GNU binutils.
752937aa 16307\f
4b95cf5c 16308Copyright (C) 2008-2014 Free Software Foundation, Inc.
752937aa
NC
16309
16310Copying and distribution of this file, with or without modification,
16311are permitted in any medium without royalty provided the copyright
16312notice and this notice are preserved.
16313
16314Local Variables:
16315mode: change-log
16316left-margin: 8
16317fill-column: 74
16318version-control: never
16319End:
This page took 1.041781 seconds and 4 git commands to generate.