Update ld-alpha tests for secureplt
[deliverable/binutils-gdb.git] / gold / ChangeLog
CommitLineData
9d585188
L
12014-11-21 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR gold/17619
4 * x86_64.cc (Output_data_plt_x86_64_standard<size>::do_fill_plt_entry):
5 Check PC-relative offset overflow in PLT entry.
6
3ffaac20
AM
72014-11-21 Alan Modra <amodra@gmail.com>
8
9 * powerpc.cc (Target_powerpc::Relocate::relocate): Correct test
10 for undefined weaks.
11
0cfb0717
AM
122014-11-20 Alan Modra <amodra@gmail.com>
13
14 * powerpc.cc (Stub_control::Stub_control): Init stub14_group_size_
15 from --stub-group-size parameter divided by 1024.
16 (Powerpc_relocate_functions::rela, rela_ua): Add fieldsize
17 template parameter. Update all uses.
18 (Target_powerpc::Relocate::relocate): Rename has_plt_value to
19 has_stub_value. Set for long branches. Don't report overflow for
20 branch to undefined weak symbols. Print info message on
21 overflowing branch to stub.
22
f9dffbf0
AM
232014-11-20 Alan Modra <amodra@gmail.com>
24
25 * powerpc.cc (Target_powerpc::do_relax): Add __go_go to thread_starters.
26
e88ba8d5
L
272014-11-13 H.J. Lu <hongjiu.lu@intel.com>
28
29 * x86_64.cc (Target_x86_64<size>::Scan::global): Don't make PLT
30 entry for R_X86_64_GOTPLT64.
31 (Target_x86_64<size>::Relocate::relocate): Update comments for
32 R_X86_64_GOTPLT64.
33
d37ffe25
ED
342014-11-06 Evgeniy Dushistov <dushistov@mail.ru>
35
36 * plugin.cc: use lock to searialize calls of Plugin_manager::claim_file
37 * plugin.h: add lock definition
38
9726c3c1
HS
392014-10-29 Han Shen <shenhan@google.com>
40 Jing Yu <jingyu@google.com>
41
42 * aarch64-reloc.def: Add LD_PREL_LO12, ADR_PREL_LO21,
43 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
44 TLSLD_MOVW_DTPREL_G0_NC. Change property of TLS relocations to
45 Symbol::TLS_REF.
46 * aarch64.cc (Target_aarch64::do_can_check_for_function_pointers): New
47 method.
48 (Target_aarch64::reloc_needs_plt_for_ifunc): New method.
49 (Target_aarch64::tls_ld_to_le): New method.
50 (Target_aarch64::aarch64_info): Enable can_icf_inline_merge_sections
51 for 64bit targets.
52 (Output_data_plt_aarch64::irelative_rel_): New data member.
53 (Output_data_plt_aarch64::add_entry): Add irelative entries to plt.
54 (Output_data_plt_aarch64::add_local_ifunc_entry): New method.
55 (Output_data_plt_aarch64::add_relocation): New method.
56 (Output_data_plt_aarch64::do_write): Add gold_assert on got_irelative
57 offset. Add got_irelative size to got size.
58 (AArch64_relocate_functions): Typedef AArch64_valtype. Replace long
59 type string with the new typename.
60 (AArch64_relocate_functions::update_adr): Replace parameter x with
61 immed.
62 (AArch64_relocate_functions::update_movnz): Correct wrong val mask.
63 (AArch64_relocate_functions::reloc_common): New method.
64 (AArch64_relocate_funcsions::rela_general): Extract common part out
65 into reloc_common method.
66 (AArch64_relocate_functions::rela_general): Likewise.
67 (AArch64_relocate_functions::pcrela_general): Likewise.
68 (AArch64_relocate_functions::adr): New method.
69 (AArch64_relocate_functions::adrp): Calculate immed before calling
70 update_adr.
71 (AArch64_relocate_functions::adrp): Likewise.
72 (AArch64_relocate_functions::movnz): Cast x to SignedW type when
73 comparing x to 0. Calculate immed from ~x when x < 0.
74 (Target_aarch64::optimize_tls_reloc): Add new cases for
75 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
76 TLSLD_MOVW_DTPREL_G0_NC.
77 (Target_aarch64::possible_function_pointer_reloc): Implement this
78 method.
79 (Target_aarch64::Scan::local_reloc_may_be_function_pointer): Update
80 comment.
81 (Target_aarch64::Scan::local): Add codes to handle STT_GNU_IFUNC
82 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
83 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
84 (Target_aarch64::Scan::global): Add codes to handle STT_GNU_IFUNC
85 symbol. Add cases for TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
86 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
87 (Target_aarch64::make_plt_entry): Call add_entry with two more
88 parameters.
89 (Target_aarch64::make_local_ifunc_plt_entry): New method.
90 (Target_aarch64::Relocate::relocate): Add cases for LD_PREL_LO19,
91 ADR_PREL_LO21, TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC,
92 TLSLD_MOVW_DTPREL_G1, TLSLD_MOVW_DTPREL_G0_NC.
93 (Target_aarch64::Relocate::relocate_tls): Add cases for
94 TLSLD_ADR_PAGE21, TLSLD_ADD_LO12_NC, TLSLD_MOVW_DTPREL_G1,
95 TLSLD_MOVW_DTPREL_G0_NC.
96 * testsuite/icf_safe_so_test.cc: Correct test comment.
97 * testsuite/icf_safe_test.sh: Add AArch64 arch.
98
80272b8c
AM
992014-10-22 Alan Modra <amodra@gmail.com>
100
101 * powerpc.cc (do_relax): Add gcc-4.9 libgomp functions to
102 thread_starter.
103
998a69f4
AS
1042014-10-18 Andreas Schwab <schwab@linux-m68k.org>
105
106 * configure.tgt (targ_extra_obj) [aarch64*-*]: Define.
107
aed56ec5
CC
1082014-10-17 Cary Coutant <ccoutant@google.com>
109
110 * aarch64.cc (AArch64_relocate_functions::maybe_apply_stub):
111 Add "typename" keyword.
112
83a01957
HS
1132014-09-22 Han Shen <shenhan@google.com>
114 Jing Yu <jingyu@google.com>
115
116 Patch for gold aarch64 backend to support relaxation.
117 * aarch64-reloc.def: Change format.
118 * aarch64.cc (class Reloc_stub): New class.
119 (class Stub_table): New class.
120 (class AArch64_relobj): New class.
121 (class AArch64_input_section): New class.
122 (class AArch64_output_section): New class.
123 (Target_aarch64::new_stub_table): New method.
124 (Target_aarch64::new_aarch64_input_section): New method.
125 (Target_aarch64::find_aarch64_input_section): New method.
126 (Target_aarch64::scan_section_for_stubs): New method.
127 (Target_aarch64::scan_reloc_section_for_stubs): New method.
128 (Target_aarch64::relocate_stub): New method.
129 (Target_aarch64::current_target): New method.
130 (Target_aarch64::do_make_elf_object): New method.
131 (Target_aarch64::do_may_relax): New method.
132 (Target_aarch64::do_relax): New method.
133 (Target_aarch64::group_sections): New method.
134 (Target_aarch64::scan_reloc_for_stub): New method.
135 (Target_aarch64::do_make_output_section): New method.
136 (Target_aarch64::stub_tables_): New data member.
137 (Target_aarch64::aarch64_input_section_map_): New data member.
138 (AArch64_relocate_functions::maybe_apply_stub): New method.
139
db4c9594
CC
1402014-09-30 Cary Coutant <ccoutant@google.com>
141
142 PR gold/17432
143 * resolve.cc (Symbol_table::resolve): Fix local shadowing error.
144
cd6da036
KC
1452014-09-30 Kito Cheng <kito@0xlab.org>
146
147 PR gold/13597
148 * layout.cc (Layout::create_dynamic_symtab): Build gnu-style
149 hash table before sysv-style hash table.
150
5f772412
ST
1512014-09-29 Sriraman Tallam <tmsriram@google.com>
152
153 * options.h (--pic-executable): Add negative to alias to -no-pie.
154
5efeedf6
CC
1552014-09-26 Cary Coutant <ccoutant@google.com>
156
157 PR gold/16773
158 * object.cc (Sized_relobj_file): Compute value of section symbols
159 for TLS sections the same as TLS symbols.
160
1707f183
CC
1612014-09-25 Cary Coutant <ccoutant@google.com>
162
163 PR gold/17432
164 * resolve.cc (Symbol_table::resolve): Override common placeholder
165 symbols, but adjust sizes.
166 * symtab.cc (Symbol_table::add_from_object): Don't add placeholder
167 symbols to common lists.
168
00cac886
AM
1692014-09-24 Alan Modra <amodra@gmail.com>
170
171 * po/POTFILES.in: Regenerate.
172
635aa30e
CC
1732014-09-23 Taiju Tsuiki <tzik@google.com>
174 Cary Coutant <ccoutant@google.com>
175
71b9b91b 176 PR gold/14860
635aa30e
CC
177 * gold.cc (queue_final_tasks): Add Write_sections_task as a blocker
178 on input_sections_blocker.
179 * layout.cc (Write_sections_task::locks): Unblock
180 input_sections_blocker_.
181 * layout.h (Write_sections_task::Write_sections_task): Add
182 input_sections_blocker.
183 * testsuite/Makefile.am (exception_x86_64_bnd_test): Add gcctestdir/ld
184 to DEPENDENCIES.
185 * testsuite/Makefile.in: Regenerate.
186
c0c71592
RÁE
1872014-09-18 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
188
189 * testsuite/Makefile.am (plugin_test_10): New test.
190 * testsuite/Makefile.in: Regenerate
191 * testsuite/plugin_common_test_2.c (c1): Align to 8.
192 * testsuite/plugin_test_10.sh: New file.
193
6168c2a1
RÁE
1942014-09-17 Rafael Ávila de Espíndola <rafael.espindola@gmail.com>
195
196 * plugin.cc (Sized_pluginobj::do_add_symbols): Ignore isym->size.
197 * resolve.cc (Symbol_table::resolve): Don't override common symbols
198 during the replacement phase.
199
3a531937
JY
2002014-09-17 Han Shen <shenhan@google.com>
201 Jing Yu <jingyu@google.com>
202
203 * aarch64-reloc.def: Add TLSGD_ADR_PAGE21, TLSGD_ADD_LO12_NC,
204 TLSDESC_ADR_PAGE21, TLSDESC_LD64_LO12, TLSDESC_ADD_LO12, TLSDESC_CALL.
205 * aarch64.cc (Target_aarch64): Add data members
206 got_irelative_, got_tlsdesc_, rela_irelative_, got_mod_index_offset_,
207 tlsdesc_reloc_info_, tls_base_symbol_defined_. Initialize them in
208 constructor.
209 (Target_aarch64::do_reloc_symbol_index): New method.
210 (Target_aarch64::do_reloc_addend): New method.
211 (Target_aarch64::add_tlsdesc_info): New method.
212 (Target_aarch64::do_dynsym_value): New method.
213 (Target_aarch64::do_make_data_plt): Add new parameters: got,
214 got_irelative. Pass them to Output_data_plt_aarch64_standard.
215 (Target_aarch64::make_data_plt): Add new parameters: got,
216 got_irelative. Pass them to do_make_data_plt.
217 (Target_aarch64::Relocate): Add skip_call_tls_get_addr_ variable.
218 (Target_aarch64::Relocate:tls_gd_to_le): New method.
219 (Target_aarch64::Relocate:tls_ie_to_le): New method.
220 (Target_aarch64::Relocate:tls_desc_gd_to_le): New method.
221 (Target_aarch64::Relocate:tls_desc_gd_to_ie): New method.
222 (Target_aarch64::got_tlsdesc_section): New method.
223 (Target_aarch64::make_local_ifunc_plt_entry): New method.
224 (Target_aarch64::define_tls_base_symbol): New method.
225 (Target_aarch64::reserve_tlsdesc_entries): New method.
226 (Target_aarch64::got_mod_index_entry): New method.
227 (Target_aarch64::rela_tlsdesc_section): New method.
228 (Target_aarch64::rela_irelative_section): New method.
229 (Target_aarch64::Tlsdesc_info): New struct.
230 (Target_aarch64::got_section): Create .got.plt space for IRELATIVE
231 relocations and tlsdesc relocations.
232 (Target_aarch64::optimize_tls_reloc): Implement method.
233 (Output_data_plt_aarch64): Add member variables: tlsdesc_rel_, got_,
234 got_irelative_, irelative_count_, tlsdesc_got_offset_. Initialize them
235 in constructor.
236 (Output_data_plt_aarch64::reserve_tlsdesc_entry): New method.
237 (Output_data_plt_aarch64::has_tlsdesc_entry): New method.
238 (Output_data_plt_aarch64::get_tlsdesc_got_offset): New method.
239 (Output_data_plt_aarch64::get_tlsdesc_plt_offset): New method.
240 (Output_data_plt_aarch64::rela_tlsdesc): New method.
241 (Output_data_plt_aarch64::rela_irelative): New method.
242 (Output_data_plt_aarch64::entry_count): Count IRELATIVE relocations.
243 (Output_data_plt_aarch64::first_plt_entry_offset): Add const attribute.
244 (Output_data_plt_aarch64::get_plt_tlsdesc_entry_size): New method.
245 (Output_data_plt_aarch64::fill_tlsdesc_entry): New method.
246 (Output_data_plt_aarch64::do_get_plt_tlsdesc_entry_size): New method.
247 (Output_data_plt_aarch64::do_fill_tlsdesc_entry): New method.
248 (Output_data_plt_aarch64_standard): New member variables:
249 plt_tlsdesc_entry_size, tlsdesc_plt_entry.
250 (Output_data_plt_aarch64_standard::Output_data_plt_aarch64_standard):
251 New parameter: got, got_irelative.
252 (Output_data_plt_aarch64_standard::do_get_plt_entry_size): New method.
253 (Output_data_plt_aarch64_standard::do_fill_tlsdesc_entry): New method.
254 (Output_data_plt_aarch64::do_write): Replace got_address with
255 gotplt_address. Add irelative_count_ to count. Write tlsdesc entry.
256 (AArch64_relocate_functions::update_movnz): New method.
257 (AArch64_relocate_functions): Correct format.
258 (AArch64_relocate_functions::movnz): New method.
259 (Target_aarch64::Scan::local): Correct format. Move r_sym, got to
260 before the switch. Add new cases to switch.
00cac886 261 Check ie_to_le relaxation on tlsie relocations. Add code handling
3a531937
JY
262 tlsgd tlsdesc cases.
263 (Target_aarch64::Scan::global): Move arp to front. Do copy_reloc when
264 needed. Add new cases to switch. Insert dynamic RELATIVE relocation
265 when needed. Add code handling tlsgd, tlsie, tlsdesc cases.
266 Call reloc_name_in_error_message to print unsupported reloc.
267 (Target_aarch64::make_plt_section): Pass got_ and got_irelative_ to
268 make_data_plt.
269 (Target_aarch64::do_finalize_sections): Emit relocs to save COPY
270 relocs. Fill in some more dynamic tags.
271 (Target_aarch64::Relocate::relocate): Handle tlsgd, tlsdesc relocs.
272 Skip call tls_get_addr when tlsgd is relaxed.
273 (Target_aarch64::Relocate::relocate_tls): Correct format. Add code
274 handling tlsgd, tlsdesc relocs, and tls gd->le, ie->le, tlsdesc->le,
275 tlsdesc->ie relaxation.
276
62661c93
SS
2772014-09-03 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
278
279 * mips.cc (Target_mips_nacl): New class.
280 (Target_selector_mips_nacl): New class.
281 (target_selector_mips32): Rename from target_selector_mips32be and use
282 Target_selector_mips_nacl instead of Target_selector_mips.
283 (target_selector_mips32el): Rename from target_selector_mips32 and use
284 Target_selector_mips_nacl instead of Target_selector_mips.
285 (target_selector_mips64): Rename from target_selector_mips64be and use
286 Target_selector_mips_nacl instead of Target_selector_mips.
287 (target_selector_mips64el): Rename from target_selector_mips64 and use
288 Target_selector_mips_nacl instead of Target_selector_mips.
289 (Target_mips::mips_info): Add const attribute.
290
54674d38
CC
2912014-09-02 Cary Coutant <ccoutant@google.com>
292
293 * dwp.cc (Sized_relobj_dwo::do_section_name): Add const attribute.
294 * dynobj.h (Sized_dynobj::do_section_name): Likewise.
295 * incremental.cc (Sized_relobj_incr::do_section_name): Likewise.
296 (Sized_incr_dynobj::do_section_name): Likewise.
297 * incremental.h (Sized_relobj_incr::do_section_name): Likewise.
298 (Sized_incr_dynobj::do_section_name): Likewise.
299 * object.h (Object::section_name): Likewise.
300 (Object::do_section_name): Likewise.
301 (Sized_relobj_file::do_section_name): Likewise.
302 * plugin.cc (Sized_pluginobj::do_section_name): Likewise.
303 * plugin.h (Sized_pluginobj::do_section_name): Likewise.
304
9860cbcf
CC
3052014-09-02 Cary Coutant <ccoutant@google.com>
306
307 PR gold/17005
308 * ehframe.cc (Fde::write): Add output_offset parameter.
309 (Cie::write): Likewise.
310 (Eh_frame::set_final_data_size): Account for offset within output
311 section.
312 (Eh_frame::do_sized_write): Likewise.
313 * ehframe.h (Fde::write): Add output_offset parameter.
314 (Cie::write): Likewise.
315 * output.cc (Output_section::Input_section_sort_entry): Remove
316 section_has_name_; add output_section_name parameter. Use
317 output section name for non-input sections.
318 (Output_section::Input_section_sort_entry::section_has_name): Remove.
319 (Output_section::Input_section_sort_entry::section_has_name_): Remove.
320 (Output_section::Input_section_sort_compare): Remove logic for
321 sections without names.
322 (Output_section::Input_section_sort_init_fini_compare): Likewise.
323 (Output_section::Input_section_sort_section_prefix_special_ordering_compare):
324 Likewise.
325 (Output_section::Input_section_sort_section_name_compare): Likewise.
326
8e33481e
HS
3272014-08-29 Han Shen <shenhan@google.com>
328 Jing Yu <jingyu@google.com>
329
330 * aarch64-reloc-property.cc
331 (AArch64_reloc_property_table::reloc_name_in_error_message): Fix bug in
332 reference reloc property in the table.
333 * aarch64-reloc.def: Add TLSLE reloc types and fix some errors in
334 3 other entries.
335 * aarch64.cc: (Output_data_got_aarch64::add_static_reloc):
336 2 new overloaded methods.
337 (Output_data_got_aarch64::do_write): Add code to write out
338 static relocs.
339 (class Output_data_got_aarch64::Static_reloc): New class to wrap
340 static relocs.
341 (Output_data_got_aarch64::static_relocs): New vector to
342 hold static relocs.
343 (Target_aarch64::TCB_SIZE): New const static memeber.
344 (Target_aarch64::tcb_size): New method.
345 (Target_aarch64::Relocate::relocate): Add code handling new reloc types.
346 (Target_aarch64::Relocate::relocate_tls): New method.
347 (Target_aarch64::Scan::local): Add code handling new reloc types.
348 (Target_aarch64::Scan::global): Add code handling new reloc types.
349
81233653
ST
3502014-08-13 Sriraman Tallam <tmsriram@google.com>
351
352 * options.h (-no-pie): Add option.
353
9363c7c3
JY
3542014-08-08 Jing Yu <jingyu@google.com>
355 Han Shen <shenhan@google.com>
356
357 * Makefile.am (HFILES): Add aarch64-reloc-property.h.
358 (DEFFILES): add aarch64-reloc.def.
359 (TARGETSOURCES): Add aarch64-reloc-property.cc.
360 (ALL_TARGETOBJS): Add aarch64-reloc-property.$(OBJEXT).
361 * Makefile.in: Regenerate.
362 * aarch64-reloc-property.cc: New file.
363 * aarch64-reloc-property.h: New file.
364 * aarch64-reloc.def: New file.
365 * aarch64.cc: Include aarch64-reloc-property.h. Replace spaces
366 with tab to make the format consistent.
367 (Output_data_got_aarch64::symbol_table_): New method.
368 (Target_aarch64::do_plt_address_for_global): New method.
369 (Target_aarch64::do_plt_address_for_local): New method.
370 (Target_aarch64::do_select_as_default_target): New method.
371 (Target_aarch64::do_make_data_plt): New method.
372 (Target_aarch64::make_data_plt): New method.
373 (Output_data_plt_aarch64::has_irelative_section): New method.
374 (Output_data_plt_aarch64::address_for_global): New method.
375 (Output_data_plt_aarch64::address_for_local): New method.
376 (Output_data_plt_aarch64::irelative_rel_): New parameter.
377 (Output_data_plt_aarch64::add_entry): Implement contents.
378 (Output_data_plt_aarch64::set_final_data_size): Fix typo.
379 (Output_data_plt_aarch64::do_write): Remove useless got_base. Set
380 the got_pov entry to plt0.
381 (Output_data_plt_aarch64_standard::do_fill_first_plt_entry):
382 Implement contents.
383 (Output_data_plt_aarch64_standard::do_fill_plt_entry): Implement.
384 (AArch64_howto): New struct.
385 (aarch64_howto[]): New static const array.
386 (AArch64_relocate_functions): New class.
387 (Target_aarch64::Scan::get_reference_flags): Remove method.
388 (Target_aarch64::Scan::local): Implement to support a few relocations.
389 (Target_aarch64::Scan::global): Implement to support a few relocations.
390 (Target_aarch64::make_plt_section): Implement contents.
391 (Target_aarch64::make_plt_entry): Implement contents.
392 (Target_aarch64::do_finalize_sections): Implement contents.
393 (Target_aarch64::Relocate::relocate): Implement a few relocations.
394 (Target_aarch64::relocate_section): Implement contents.
395
ad9fe6c1
AM
3962014-08-06 Alan Modra <amodra@gmail.com>
397
398 * testsuite/defsym_test.sh: Allow ppc64le localentry annotation.
399
7cd4e5b7
AM
4002014-08-06 Alan Modra <amodra@gmail.com>
401
402 PR 13227
403 * symtab.cc (Symbol_table::add_from_relobj): Warn on __gnu_lto_slim.
404
5ad9b0a7
ST
4052014-07-21 Sriraman Tallam <tmsriram@google.com>
406
407 * object.cc (Relobj::is_section_name_included): Add
7c16d96e 408 ".rodata.nptl_version" to not garbage collect this section.
5ad9b0a7 409
e051745c
CC
4102014-07-08 Cary Coutant <ccoutant@google.com>
411
412 * expression.cc (struct Expression::Expression_eval_info): Add
413 new fields type_pointer, vis_pointer, and nonvis_pointer.
414 (Expression::eval_maybe_dot): Add type_pointer, vis_pointer, and
415 nonvis_pointer parameters. Adjust all calls.
416 (Symbol_expression::value): Update type, visibility, and nonvis bits
417 in caller.
418 * script.cc (Symbol_assignment::sized_finalize): Update type,
419 visibility, and remaining st_other bits for new symbol.
420 * script.h: (Expression::eval_maybe_dot): Add type_pointer,
421 vis_pointer, and nonvis_pointer parameters.
422 * symtab.h (Symbol::set_type): New method.
423
424 * testsuite/Makefile.am (defsym_test): New test.
425 * testsuite/Makefile.in: Regenerate.
426 * testsuite/defsym_test.c: New file.
427 * testsuite/defsym_test.sh: New file.
428
f35c4853
CC
4292014-07-08 Cary Coutant <ccoutant@google.com>
430
431 PR gold/15639
432 * dynobj.h (Sized_dynobj::base_read_symbols): New method.
433 * dynobj.cc (Sized_dynobj::do_read_symbols): Move body to...
434 (Sized_dynobj::base_read_symbols): ...new method.
435 * object.h (Sized_relobj_file::base_read_symbols): New method.
436 * object.cc (Sized_relobj_file::do_read_symbols): Move body to...
437 (Sized_relobj_file::base_read_symbols): ...new method.
438 * arm.cc (Arm_relobj::do_read_symbols): Call base_read_symbols.
439 * mips.cc: (Mips_relobj::do_read_symbols): Likewise.
440 * powerpc.cc (Powerpc_dynobj::do_read_symbols): Likewise.
441
2900af2d
AM
4422014-07-04 Alan Modra <amodra@gmail.com>
443
444 * po/POTFILES.in: Regenerate.
445
053a4d68
JY
4462014-07-02 Jing Yu <jingyu@google.com>
447
448 * aarch64.cc: New file
449 * Makefile.am (TARGETSOURCES): Add aarch64.cc
450 (ALL_TARGETOBJS): Add aarch64.$(OBJEXT)
451 * Makefile.in: Regenerate.
452 * configure.tgt: Add entries for aarch64*.
453 * configure.ac: Likewise.
454 * configure: Likewise.
455
7b549045
AM
4562014-06-27 Alan Modra <amodra@gmail.com>
457
458 * symtab.cc (Symbol::should_add_dynsym_entry): Don't make inline.
459
cb818dbf
CC
4602014-06-24 Cary Coutant <ccoutant@google.com>
461
462 * dwp.cc (Dwo_file::read): Allow files with no .debug_types
463 sections.
464 (Dwo_file::sized_read_unit_index): Likewise.
465
9810d34d
SS
4662014-06-23 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
467
468 * mips.cc: New file.
469 * Makefile.am (TARGETSOURCES): Add mips.cc
470 (ALL_TARGETOBJS): Add mips.$(OBJEXT)
471 * configure.tgt: Add entries for mips*.
472 * configure.ac: Likewise.
473 * Makefile.in: Regenerate.
474 * configure: Likewise.
475
9baa787b
CC
4762014-06-09 Cary Coutant <ccoutant@google.com>
477
478 * dwarf_reader.cc (Dwarf_pubnames_table::read_header): Check that
479 unit_length is within section bounds.
480
8f89af0a
CC
4812014-06-09 Cary Coutant <ccoutant@google.com>
482
483 PR gold/16980
484 * layout.cc (Layout::print_to_mapfile): Print unattached sections in
485 map.
486
a47622ac
AM
4872014-06-07 Alan Modra <amodra@gmail.com>
488
489 * powerpc.cc (relocate): Treat field of cmpli insn as a bitfield.
490
4320c691
CC
4912014-06-06 Cary Coutant <ccoutant@google.com>
492
493 * dwarf_reader.h (Dwarf_pubnames_table): Remove output_section_offset_.
494 * dwarf_reader.cc (Dwarf_pubnames_table::read_section): Likewise.
495 (Dwarf_pubnames_table::read_header): Likewise.
496 * layout.cc (gdb_fast_lookup_sections): Add .debug_gnu_pubnames and
497 .debug_gnu_pubtypes.
498
270c9937
JB
4992014-06-05 Joel Brobecker <brobecker@adacore.com>
500
501 * Makefile.am (CONFIG_STATUS_DEPENDENCIES): New.
502 * Makefile.in, configure: Regenerate.
503
397998fc
AM
5042014-06-03 Alan Modra <amodra@gmail.com>
505
506 * powerpc.cc (addis_12_2): Define.
507 (Stub_table::do_write): Support fusion on ELFv2 stubs.
508
61f5c66f
AM
5092014-06-03 Alan Modra <amodra@gmail.com>
510
511 * testsuite/plugin_test.c (parse_readelf_line): Skip non-visibility
512 st_other output.
513
f6971787
AM
5142014-06-02 Alan Modra <amodra@gmail.com>
515
516 * powerpc.cc (Target_powerpc::local_reloc_may_be_function_pointer):
517 Only ignore relocs on ELFv1.
518 (Target_powerpc::global_reloc_may_be_function_pointer): Likewise.
519
f6fb8322
CC
5202014-05-30 Cary Coutant <ccoutant@google.com>
521
522 * testsuite/Makefile.am (ehdr_start_test_4): Fix typo in -B option.
523 * testsuite/Makefile.in: Regenerate.
524 * testsuite/ehdr_start_test_4.sh: Look for "U" instead of "w".
525
c23dd342
L
5262014-05-27 H.J. Lu <hongjiu.lu@intel.com>
527
528 PR gold/16945
529 * x86_64.cc (Target_x86_64::Relocate::relocate): Use signed int
530 for got_offset. Properly get GOT address for R_X86_64_PLTOFF64.
531
5fe7ffdc
AM
5322014-05-15 Alan Modra <amodra@gmail.com>
533
534 * powerpc.cc (do_plt_fde_location): Handle zero length .glink.
535 Compare FDE contents with DW_CFA_nop rather than 0.
536
a82bef93
ST
5372014-05-13 Sriraman Tallam <tmsriram@google.com>
538
539 * symtab.h (may_need_copy_reloc): Remove check for position independent
540 code.
541 * x86_64.cc (Target_x86_64<size>::Scan::global): Add check for no
542 position independence before pc absolute may_need_copy_reloc call.
543 Add check for executable output befor pc relative may_need_copy_reloc
544 call.
545 * i386.cc: Ditto.
546 * arm.cc: Ditto.
547 * sparc.cc: Ditto.
548 * tilegx.cc: Ditto.
549 * powerpc.cc: Add check for no position independence before
550 may_need_copy_reloc calls.
551 * testsuite/pie_copyrelocs_test.cc: New file.
552 * testsuite/pie_copyrelocs_shared_test.cc: New file.
553 * Makefile.am (pie_copyrelocs_test): New test.
5fe7ffdc 554 * Makefile.in: Regenerate.
a82bef93 555
53c66605
ML
5562014-05-08 Martin Liška <mliska@suse.cz>
557
558 * output.cc (Sized_relobj_file::do_layout): Fix typo in info message.
559
57b2284c
CC
5602014-05-06 Cary Coutant <ccoutant@google.com>
561
562 PR gold/16900
563 * i386.cc (Output_data_got_plt_i386): New class.
564 (Output_data_plt_i386::Output_data_plt_i386): Change type of got_plt
565 parameter. Change all callers.
566 (Output_data_plt_i386::layout_): Remove.
567 (Output_data_plt_i386::got_plt_): Change type.
568 (Target_i386::got_plt_): Change type. Change all references.
569 (Target_i386::got_section): Create instance of new class.
570 (Output_data_got_plt_i386::do_write): New function.
571 * x86_64.cc (Output_data_got_plt_x86_64): New class.
572 (Output_data_plt_x86_64::Output_data_plt_x86_64): Change type of got_plt
573 parameter. Change all callers.
574 (Output_data_plt_x86_64::layout_): Remove.
575 (Output_data_plt_x86_64::got_plt_): Change type.
576 (Target_x86_64::got_plt_): Change type. Change all references.
577 (Target_x86_64::got_section): Create instance of new class.
578 (Output_data_got_plt_x86_64::do_write): New function.
579 (Output_data_plt_x86_64::do_write): Don't write reserved words in GOT.
580 (Target_x86_64<size>::init_got_plt_for_update): Create instance of new
581 class.
582
6b97515d 5832014-05-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 584
6b97515d
CC
585 * gdb-index.cc (Gdb_index_info_reader): Don't complain about language
586 if we have pubnames/pubtypes.
587
d1bddd3c
CC
5882014-05-02 Cary Coutant <ccoutant@google.com>
589
5fe7ffdc
AM
590 * defstd.cc (in_segment): Define __ehdr_start here...
591 * layout.cc (Layout::finalize): ...Instead of here. Set the
592 output segment when known.
593 * resolve.cc (Symbol::override_base_with_special): Remember
594 the original binding.
595 * symtab.cc (Symbol::set_output_segment): New function.
596 (Symbol::set_undefined): New function.
597 * symtab.h (Symbol::is_weak_undefined): Check original undef
598 binding.
599 (Symbol::is_strong_undefined): New function.
600 (Symbol::set_output_segment): New function.
601 (Symbol::set_undefined): New function.
602 * target-reloc.h (is_strong_undefined): Remove.
603 (issue_undefined_symbol_error): Call Symbol::is_weak_undefined.
604 Check for hidden undefs.
605 (relocate_section): Call Symbol::is_strong_undefined.
606
607 * testsuite/Makefile.am (ehdr_start_test_1)
608 (ehdr_start_test_2, ehdr_start_test_3)
609 (ehdr_start_test_4, ehdr_start_test_5): New test cases.
610 * testsuite/Makefile.in: Regenerate.
611 * testsuite/ehdr_start_def.cc: New source file.
612 * testsuite/ehdr_start_test.cc: New source file.
613 * testsuite/ehdr_start_test.t: New linker script.
614 * testsuite/ehdr_start_test_4.sh: New shell script.
d1bddd3c 615
7849f6d8
CC
6162014-04-23 Cary Coutant <ccoutant@google.com>
617
bf2cc635 618 PR gold/16870
7849f6d8
CC
619 * x86_64.cc (Target_x86_64::Relocate::relocate): Add missing break.
620
99fd8cff
CC
6212014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
622
623 * layout.cc (Layout::include_section): Allow a target to decide
624 whether to include a section.
625 * target.h (Target::should_include_section): New function.
626 (Target::do_should_include_section): New function.
627
91f43acd
CC
6282014-04-15 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
629
630 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Remove and
631 inline into ...
632 (Copy_relocs::emit): ... here.
633 * copy-relocs.h (Copy_reloc_entry): Change from class to struct.
634 (Copy_reloc_entry::make_copy_reloc): Change from private to protected.
635 (Copy_reloc_entry::entries_): Change from private to protected.
636
c4eb27e1
ST
6372014-04-02 Sriraman Tallam <tmsriram@google.com>
638
639 * icf.cc (get_section_contents): Replace copies of reloc
640 vectors with const references.
641
ae447ddd
CC
6422014-04-02 Cary Coutant <ccoutant@google.com>
643
644 * configure.ac (HAVE_PUBNAMES): Use C instead of C++.
645 (HAVE_NO_USE_LINKER_PLUGIN): Check for -fno-use-linker-plugin.
646 * configure: Regenerate.
647 * testsuite/Makefile.am (OPT_NO_PLUGINS): New macro for
648 -fno-use-linker-plugin.
649 (LINK1, CXXLINK1): Add it to the link command.
650 * testsuite/Makefile.in: Regenerate.
651
fa47fa92
AM
6522014-03-12 Alan Modra <amodra@gmail.com>
653
654 * Makefile.in: Regenerate.
655
9b12c500
CC
6562014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
657
658 * symtab.h (Symbol::set_nonvis): New function.
659
beacaa96
CC
6602014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
661
662 * symtab.cc (Sized_symbol<32>::init_output_data):
663 Instantiate the template.
664 (Sized_symbol<64>::init_output_data): Likewise.
665
800d9823
CC
6662014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
667
668 * symtab.cc (Symbol_table::sized_write_globals): Allow a target to
669 adjust dynamic symbol value.
670 * target.h (Target::adjust_dyn_symbol): New function.
671 (Target::do_adjust_dyn_symbol): New function.
672
918fc1f8 6732014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
5fe7ffdc 674
918fc1f8
CC
675 * output.cc (Output_data_dynamic::Dynamic_entry::write):
676 Get the value of DYNAMIC_CUSTOM dynamic entry.
677 * output.h (Output_data_dynamic::add_custom): New function.
678 (Dynamic_entry::Dynamic_entry): New constructor for DYNAMIC_CUSTOM
679 dynamic entry.
680 (enum Dynamic_entry::Classification): Add DYNAMIC_CUSTOM.
681 * target.h (Target::dynamic_tag_custom_value): New function.
682 (Target::do_dynamic_tag_custom_value): New function.
683
98ff9231
CC
6842014-03-10 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
685
686 * symtab.cc (Symbol_table::set_dynsym_indexes): Allow a target to set
687 dynsym indexes.
688 * target.h (Target::has_custom_set_dynsym_indexes): New function.
689 (Target::do_has_custom_set_dynsym_indexes): New function.
690 (Target::set_dynsym_indexes): New function.
691 (Target::do_set_dynsym_indexes): New function.
692
b80eed39
AM
6932014-03-07 Alan Modra <amodra@gmail.com>
694
695 * powerpc.cc (Powerpc_relocate_functions::Overflow_check): Add
696 CHECK_UNSIGNED, CHECK_LOW_INSN, CHECK_HIGH_INSN.
697 (Powerpc_relocate_functions::has_overflow_unsigned): New function.
698 (Powerpc_relocate_functions::has_overflow_bitfield,
699 overflowed): Use the above.
700 (Target_powerpc::Relocate::relocate): Correct overflow checking
701 for a number of relocations. Modify overflow test for 16-bit
702 fields in instructions to signed/unsigned according to whether
703 the field takes a signed or unsigned value.
704
4b95cf5c
AM
7052014-03-05 Alan Modra <amodra@gmail.com>
706
707 Update copyright years.
708
45965137
AM
7092014-03-05 Alan Modra <amodra@gmail.com>
710
711 * powerpc.cc (Target_powerpc::Scan::local, global): Support
712 R_PPC64_ADDR64_LOCAL.
713 (Target_powerpc::Relocate::relocate): Likewise.
714
2c80b753
AM
7152014-03-03 Alan Modra <amodra@gmail.com>
716
717 * dwp.cc (print_version): Update copyright year to current.
718
c1c69e83
AM
7192014-02-10 Alan Modra <amodra@gmail.com>
720
721 * po/gold.pot: Regenerate.
722
dd0c4e70
CC
7232014-02-06 Cary Coutant <ccoutant@google.com>
724
725 Fix problem where -u is ignored when a weak undef is seen.
726
727 * archive.cc (Library_base::should_include_member): Reorder
728 code to check for -u option if a weak undef has already been seen.
729 * testsuite/Makefile.am (weak_undef_test_2): New test case.
730 * testsuite/Makefile.in: Regenerate.
731 * testsuite/weak_undef_file3.cc: New file.
732 * testsuite/weak_undef_file4.cc: New file.
733 * testsuite/weak_undef_test_2.cc: New file.
734
1a221d3d
CC
7352014-02-05 Cary Coutant <ccoutant@google.com>
736
737 Fix issues with gold undefined symbol diagnostics.
738
739 PR binutils/15435
740 * errors.cc (Errors::undefined_symbol): Move undef vtable symbol
741 check to here.
742 * target-reloc.h (is_strong_undefined): New function.
743 (relocate_section): Move undef vtable symbol check from here.
744 Check for is_strong_undefined.
745
e889f0a4 7462014-02-05 Cary Coutant <ccoutant@google.com>
5fe7ffdc 747
e889f0a4
CC
748 Fix problems with the --dynamic-list option.
749
750 PR gold/13577
751 * options.cc (General_options::parse_dynamic_list):
752 Set have_dynamic_list_.
753 (General_options::General_options): Initialize have_dynamic_list_.
754 (General_options::finalize): Turn off -Bsymbolic and
755 -Bsymbolic-functions if --dynamic-list provided.
756 * options.h (General_options::have_dynamic_list): New function.
757 (General_options::have_dynamic_list_): New data member.
758 * symtab.h (Symbol::is_preemptible): Handle --dynamic-list
759 correctly.
5fe7ffdc 760
e889f0a4
CC
761 PR gold/16530
762 * symtab.cc (Symbol_table::add_from_relobj): If symbol is named
763 in --dynamic-list, mark it.
5fe7ffdc 764
e889f0a4
CC
765 * testsuite/Makefile.am (gc_dynamic_list_test.sh): New test case.
766 (dynamic_list_2): New test case.
767 * testsuite/Makefile.in: Regenerate.
768 * testsuite/dynamic_list_2.cc: New file.
769 * testsuite/dynamic_list_2.t: New file.
770 * testsuite/dynamic_list_lib1.cc: New file.
771 * testsuite/dynamic_list_lib2.cc: New file.
772 * testsuite/gc_dynamic_list_test.c: New file.
773 * testsuite/gc_dynamic_list_test.sh: New file.
774 * testsuite/gc_dynamic_list_test.t: New file.
775
ec673e64
CC
7762014-01-28 Cary Coutant <ccoutant@google.com>
777
778 Add .gdb_index version 7 support.
779
780 * gold/dwarf_reader.cc: include <utility> (for make_pair).
781 (Dwarf_abbrev_table::do_read_abbrevs): Check for compressed
782 debug sections.
783 (Dwarf_ranges_table::read_ranges_table): Likewise.
784 (Dwarf_pubnames_table::read_section): Check for GNU-style
785 sections, and for compressed debug sections.
786 (Dwarf_pubnames_table::read_header): Compute end address of table.
787 (Dwarf_pubnames_table::next_name): Return flag_byte. Check
788 for end of list by offset, not by offset == 0.
789 (Dwarf_info_reader::do_read_string_table): Check for compressed
790 debug sections.
791 * gold/dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
792 Initialize new data members.
793 (Dwarf_pubnames_table::next_name): return flag_byte.
794 (Dwarf_pubnames_table::end_of_table_): New data member.
795 (Dwarf_pubnames_table::is_gnu_style_): New data member.
796 * gold/gdb-index.cc (gdb_index_version): Update to version 7.
797 (Gdb_index_info_reader::read_pubtable): Read flag_byte.
798 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Don't
799 read skeleton type unit DIEs.
800 (Gdb_index::add_symbol): Add flag_byte; adjust all callers.
801 (Gdb_index::do_write): Write flag_byte.
802 * gold/gdb-index.h (Gdb_index::add_symbol): Add flags parameter.
803 (Gdb_index::Cu_vector): Store flags along with cu indexes.
804 * gold/testsuite/gdb_index_test_3.sh: Allow versions 4-7.
805 * gold/testsuite/gdb_index_test_comm.sh: Likewise.
806
221fd5d5
L
8072014-01-08 H.J. Lu <hongjiu.lu@intel.com>
808
809 * version.cc (print_version): Update copyright year to 2014.
810
6c09fb0b
ILT
8112013-12-19 Dimitry Andric <dimitry@andric.com>
812
813 * stringpool.cc (Stringpool_template::reserve): Add
814 HAVE_UNORDERED_MAP case.
815 * stringpool.cc (Stringpool_template::print_stats): Likewise.
816
8356f2d0
CC
8172013-12-18 Cary Coutant <ccoutant@google.com>
818
819 * configure.ac: Check for <unordered_set> and <unordered_map>.
820 * config.in: Regenerate.
821 * configure: Regenerate.
822 * system.h: Use <unordered_set> and <unordered_map> if available.
823
f2c7d7ee
RM
8242013-12-10 Roland McGrath <mcgrathr@google.com>
825
826 * Makefile.am (install-exec-local): Prefix $(INSTALL_PROGRAM) uses
827 with $(INSTALL_PROGRAM_ENV).
828 * Makefile.in: Regenerate.
829
6632e8cc
CC
8302013-11-22 Cary Coutant <ccoutant@google.com>
831
832 * configure.ac: Add check for which library is needed for
833 dlopen.
834 * configure: Regenerate.
835
0c075858
CC
8362013-11-22 Cary Coutant <ccoutant@google.com>
837
838 * testsuite/Makefile.am (exception_x86_64_bnd_test): Use in-tree
839 assembler.
840 * testsuite/Makefile.in: Regenerate.
841
f49fe902
L
8422013-11-17 H.J. Lu <hongjiu.lu@intel.com>
843
844 * x86_64.cc (Target_x86_64<size>::Scan::get_reference_flags):
845 Handle R_X86_64_PC32_BND and R_X86_64_PLT32_BND just like
846 R_X86_64_PC32 and R_X86_64_PLT32, respectively.
847 (Target_x86_64<size>::Scan::local): Likewise.
848 (Target_x86_64<size>::Scan::global): Likewise.
849 (Target_x86_64<size>::Relocate::relocate): Likewise.
850 (Target_x86_64<size>::Relocatable_size_for_reloc::get_size_for_reloc):
851 Likewise.
852 (Target_x86_64<size>::Scan::check_non_pic(): Handle
853 R_X86_64_PC32_BND.
854
855 * testsuite/Makefile.am (check_PROGRAMS): Add
856 exception_x86_64_bnd_test.
857 (exception_x86_64_bnd_test_SOURCES): New macro.
858 (exception_x86_64_bnd_test_DEPENDENCIES): Likewise.
859 (exception_x86_64_bnd_test_LDFLAGS): Likewise.
860 (exception_x86_64_bnd_test_LDADD): Likewise.
861 (exception_x86_64_bnd_1.o): New rule.
862 (exception_x86_64_bnd_2.o): Likewise.
863 * testsuite/Makefile.in: Regenerated.
864
9055360d
AM
8652013-11-15 Alan Modra <amodra@gmail.com>
866
867 * powerpc.cc (Target_powerpc::glink_section): Provide non-const
868 accessor.
869 (Target_powerpc::Branch_info::make_stub): Make global entry stubs.
870 Only call ppc64_local_entry_offset for 64-bit. Restrict
871 symval_for_branch lookup to ELFv1.
872 (Stub_table::add_plt_call_entry): Use unsigned int off.
873 (Output_data_glink::Address, invalid_address): New.
874 (Output_data_glink::add_eh_frame): Move out of line. Add
875 support for ELFv2.
876 (Output_data_glink::add_global_entry, find_global_entry,
877 global_entry_address): New functions.
878 (Output_data_glink::global_entry_stubs_, end_branch_table_,
879 ge_size): New variables.
880 (Output_data_glink::set_final_data_size): Add global entry
881 stub sizing.
882 (Output_data_glink::do_write): Write global entry stubs.
883 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Add target
884 parameter. Return true for ELFv2. Adjust callers.
885 (Target_powerpc::Scan::local, global): Restrict opd lookup to
886 ELFv1. Similarly for ifunc and dynamic relocation processing
887 specific to ELFv1. Recognize that symbols are defined on
888 their plt entries for ELFv2.
889 (Target_powerpc::symval_for_branch): Assert if called for
890 ELFv2 or ppc32.
891 (Target_powerpc::Relocate::relocate): Use global entry plt
892 stub for symbol value if such exists on ELFv2.
893 (Target_powerpc::Relocate::relocate): Don't call
894 symval_for_branch when ELFv2. Do adjust for local entry
895 offset when ELFv2.
896 (Target_powerpc::do_dynsym_value): Set symbols to global entry
897 plt stub for ELFv2.
898 (Target_powerpc::do_plt_address_for_global): Similarly.
899
cafdd569
CC
9002013-11-14 Cary Coutant <ccoutant@google.com>
901
902 Revert patch -- this did not fix the problem, and there is
903 no race there.
904
905 2013-11-14 Cary Coutant <ccoutant@google.com>
906
907 PR gold/14860
908 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
909 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
910 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
911 updating fde_offsets_.
912 (Eh_frame_hdr::lock_): New data member.
913
94e49e16
CC
9142013-11-14 Cary Coutant <ccoutant@google.com>
915
916 * dwp.cc (Dwo_file_entry): New type.
917 (File_list): Use Dwo_file_entry.
918 (Dwo_file::verify): New function.
919 (Dwo_file::verify_dwo_list): New function.
920 (Dwo_file::sized_verify_dwo_list): New function.
921 (Dwo_name_info_reader::visit_compilation_unit): Add dwo_id to file
922 list.
923 (Dwp_options): New enum type.
924 (dwp_options): Add --verify-only.
925 (usage): Likewise.
926 (main): Likewise.
927 * dwp.h (gold_info): Add declaration.
928
7cdd7d57
CC
9292013-11-14 Cary Coutant <ccoutant@google.com>
930
931 PR gold/14860
932 * ehframe.cc (Eh_frame_hdr::Eh_frame_hdr): Initialize lock_.
933 (Ehframe_hdr::set_final_data_size): Allocate a Lock.
934 * ehframe.h (Eh_frame_hdr::record_fde): Hold the lock while
935 updating fde_offsets_.
936 (Eh_frame_hdr::lock_): New data member.
937
1d946cb3
CC
9382013-11-06 Cary Coutant <ccoutant@google.com>
939
940 PR gold/15758
941 * object.cc (Sized_relobj_file::do_layout): Handle .eh_frame sections
942 before reloc sections.
943
4f65b40e
AM
9442013-11-04 Alan Modra <amodra@gmail.com>
945
946 * symtab.h (Symbol::Reference_flags): Add FUNC_DESC_ABI.
947 (Symbol::needs_dynamic_reloc): Test new flag.
948 * powerpc.cc (needs_dynamic_reloc, use_plt_offset): Delete.
949 (Target_powerpc::Scan::get_reference_flags): Add target param.
950 Return FUNC_DESC_ABI for 64-bit ELFv1.
951 (Target_powerpc::Branch_info::make_stub): Adjust get_reference_flags
952 call.
953 (Target_powerpc::Scan::global): Use Symbol::needs_dynamic_reloc.
954 (Target_powerpc::Relocate::relocate): Use Symbol::use_plt_offset.
955
908794a9
CC
9562013-10-31 Cary Coutant <ccoutant@google.com>
957
958 Restore support for dwp v2 DWARF package file format.
959
960 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
961 tu_length parameter. Adjust all callers.
962 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
963 * dwp.cc: Include dwarf.h.
964 (Section_bounds): New struct type.
965 (Unit_set): New struct type.
966 (Dwo_file::Dwo_file): Initialize new data member.
967 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
968 Combine and rename to...
969 (Dwo_file::read_unit_index): ...this.
970 (Dwo_file::sized_read_compunit_index)
971 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
972 (Dwo_file::sized_read_unit_index): ...this.
973 (Dwo_file::copy_section): Remove section_name, is_str_offsets
974 parameters; add section_id parameter.
975 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
976 (Dwo_file::add_unit_set): ...this.
977 (Dwo_file::shndx_map_): Remove.
978 (Dwo_file::sect_offsets_): New data member.
979 (Dwp_output_file::Dwp_output_file): Initialize new data members.
980 (Dwp_output_file::add_section): Rename to...
981 (Dwp_output_file::add_contribution): ...this.
982 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
983 (Dwp_output_file::add_tu_set): Likewise.
984 (Dwp_output_file::Contribution): New type.
985 (Dwp_output_file::Section::contributions): New data member.
986 (Dwp_output_file::Cu_or_tu_set): Remove.
987 (Dwp_output_file::Section::Section): New ctor.
988 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
989 (Dwp_output_file::Dwp_index::Section_table): New type.
990 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
991 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
992 parameter.
993 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
994 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
995 (Dwp_output_file::Dwp_index::section_table): New member function.
996 (Dwp_output_file::Dwp_index::section_table_end): New member function.
997 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
998 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
999 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1000 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1001 (Dwp_output_file::Dwp_index::section_table_): New data member.
1002 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1003 (Dwp_output_file::add_output_section): New member function.
1004 (Dwp_output_file::write_new_section): New member function.
1005 (Dwp_output_file::write_contributions): New member function.
1006 (Dwp_output_file::section_id_map_): New data member.
1007 (class Dwo_id_info_reader): Remove.
1008 (class Unit_reader): New class.
1009 (get_dwarf_section_name): New function.
1010 (Dwo_file::read_executable): Adjust initializations of class data.
1011 (Dwo_file::read): Add support for v2 package file format.
1012 (Dwo_file::read_unit_index): Likewise.
1013 (Dwo_file::sized_read_unit_index): Likewise.
1014 (Dwo_file::copy_section): Likewise.
1015 (Dwo_file::add_unit_set): Likewise.
1016 (Dwp_output_file::add_output_section): Likewise.
1017 (Dwp_output_file::add_contribution): Likewise.
1018 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1019 for empty slot.
1020 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1021 file format.
1022 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1023 slot.
1024 (Dwp_output_file::initialize): Remove unused function.
1025 (Dwp_output_file::finalize): Add support for v2 package file format.
1026 (Dwp_output_file::write_index): Likewise.
1027 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1028 function prototype.
1029
2500c017
CC
10302013-10-31 Cary Coutant <ccoutant@google.com>
1031
1032 * configure.ac: Fix check for -fmerge-constants.
1033 * configure.ac: Regenerate.
1034
dd0845d7
RM
10352013-10-30 Roland McGrath <mcgrathr@google.com>
1036
1037 * x86_64.cc (Output_data_plt_x86_64_nacl::first_plt_entry):
1038 Correct 9-byte nop sequence to match what the assembler generates.
1039
b4f7960d
AM
10402013-10-30 Alan Modra <amodra@gmail.com>
1041
1042 * powerpc.cc (Powerpc_relobj::abiversion, set_abiversion,
1043 ppc64_local_entry_offset, ppc64_local_entry_offset,
1044 do_read_symbols): New functions.
1045 (Powerpc_relobj::e_flags_, st_other_): New vars.
1046 (Powerpc_relobj::Powerpc_relobj): Call set_abiversion.
1047 (Powerpc_dynobj::abiversion, set_abiversion): New functions.
1048 (Powerpc_relobj::e_flags_): New var.
1049 (Target_powerpc::first_plt_entry_offset, plt_entry_size): Inline
1050 and adjust for ELFv2.
1051 (Target_powerpc::abiversion, set_abiversion, stk_toc): New functions.
1052 (Powerpc_relobj::do_find_special_sections): Check no .opd in ELFv2.
1053 (Powerpc_dynobj::do_find_special_sections): Likewise.
1054 (Target_powerpc::do_define_standard_symbols): Define ".TOC.".
1055 (Target_powerpc::Branch_info::make_stub): Adjust stub destination
1056 to ELFv2 local entry.
1057 (Target_powerpc::do_relax): No thread safe barriers needed for
1058 ELFv2.
1059 (Output_data_plt_powerpc::initial_plt_entry_size_,
1060 plt_entry_size): Delete. Replace all uses with
1061 first_plt_entry_offset() and plt_entry_size().
1062 (Output_data_plt_powerpc::Output_data_plt_powerpc): Remove
1063 reserved_size parm. Update callers.
1064 (Output_data_plt_powerpc::entry_count): Update.
1065 (Output_data_plt_powerpc::first_plt_entry_offset): Make private
1066 and use Target_powerpc::first_plt_entry_offset().
1067 (Output_data_plt_powerpc::get_plt_entry_size): Similarly and
1068 rename to plt_entry_size.
1069 (Output_data_plt_powerpc::add_ifunc_entry,
1070 add_local_ifunc_entry): Adjust reloc for ELFv2.
1071 (glink_eh_frame_fde_64): Rename to glink_eh_frame_fde_64v1.
1072 (glink_eh_frame_fde_64v2): New.
1073 (Stub_table::plt_call_size): Support ELFv2 sizing.
1074 (Output_data_glink::add_eh_frame): Use the new FDE.
1075 (Output_data_glink::set_final_data_size): Adjust for ELFv2 glink.
1076 (Stub_table::do_write): Write ELFv2 stubs and glink.
1077 (Target_powerpc::Relocate::relocate): Replaces nop after call
1078 with ld 2,24(1) and adjust local offset destination for ELFv2.
1079
f9c6b907
AM
10802013-10-30 Alan Modra <amodra@gmail.com>
1081
1082 * powerpc.cc (Target_powerpc::Scan::check_non_pic): Handle new relocs.
1083 (Target_powerpc::Scan::global, local): Likewise.
1084 (Target_powerpc::Relocate::relocate): Likewise. Check for overflow
1085 on all ppc64 @h and @ha relocs.
1086
e84fe78f
AM
10872013-10-14 Alan Modra <amodra@gmail.com>
1088
1089 * output.h (Output_data_got::add_constant): Tidy.
1090 (Output_data_got::add_constant_pair): New function.
1091 * powerpc.cc (Output_data_got_powerpc): Override all Output_data_got
1092 methods used so as to first call reserve_ent().
1093
679e4abf
RM
10942013-10-11 Roland McGrath <mcgrathr@google.com>
1095
44dcb735
RM
1096 * powerpc.cc (Output_data_got_powerpc): Remove unused methods
1097 add_got_entry and add_got_entry_pair.
1098
13323c49
RM
1099 * configure.ac (TLS_GNU2_DIALECT): Use -Werror in test.
1100 (HAVE_PUBNAMES): Likewise.
1101 * configure: Regenerate.
1102
1496b446
RM
1103 * testsuite/Makefile.am: Replace '-T foo' with '-Wl,-T,foo' throughout.
1104 * testsuite/Makefile.in: Regenerate.
1105
cc84c10b
RM
1106 * target.h (Target::adjust_elf_header, Target::do_adjust_elf_header):
1107 Remove const from declaration.
1108 * target.cc (Sized_target::do_adjust_elf_header): Update definition.
1109 * sparc.cc (Target_sparc::do_adjust_elf_header): Likewise.
1110 * output.h (Output_file_header): Remove const from member target_
1111 and corresponding constructor argument.
1112 * output.cc (Output_file_header::Output_file_header): Update prototype.
1113 (Output_file_header::do_sized_write): Use this->target_ in place
1114 of parameters()->target().
1115
52f66a2c
RM
1116 * testsuite/undef_symbol.cc (Foo::get_a): New method.
1117
2b64b551
RM
1118 * configure.ac (MERGE_CONSTANTS_FLAG): New check.
1119 * configure: Regenerate.
1120 * Makefile.in: Regenerate.
1121 * testsuite/merge_string_literals_1.c: Renamed to have .cc suffix.
1122 * testsuite/merge_string_literals_2.c: Likewise.
1123 * testsuite/Makefile.am
1124 (merge_string_literals_1.o, merge_string_literals_2.o): Update deps.
1125 (AM_CFLAGS, AM_CXXFLAGS): Use $(MERGE_CONSTANTS_FLAG) in place of
1126 literal -fmerge-constants.
1127 * testsuite/Makefile.in: Regenerate.
1128
43819297
RM
1129 * i386.cc (Target_i386): Remove unused member dynbss_.
1130 * arm.cc (Target_arm): Likewise.
1131 * powerpc.cc (Target_powerpc): Likewise.
1132 * sparc.cc (Target_sparc): Likewise.
1133 * tilegx.cc (Target_tilegx): Likewise.
1134 * x86_64.cc (Target_x86_64): Likewise.
1135 * dwarf_reader.h (Dwarf_info_reader): Remove unused members
1136 type_signature_, type_offset_.
1137 * plugin.h (Plugin_hook): Remove unused member layout_.
1138 * readsyms.h (Add_symbols): Remove unused members dirpath_, dirindex_,
1139 mapfile_.
1140 (Read_member): Remove unused members input_objects_, symtab_,
1141 mapfile_, layout_.
1142 (Check_library): Remove unused member symtab_.
1143 * archive.h (Lib_group): Remove unused member lib_.
1144 * archive.cc (Lib_group::Lib_group): Update initializer.
1145 * incremental.h (Incremental_binary): Remove unused member target_.
1146 (Incremental_script_entry): Removed unused member script_.
1147 * layout.h (Write_symbols_task): Remove unused member input_objects_.
1148 * icf.h (Icf): Remove unused member num_tracked_relocs.
1149
39d9ead7
RM
1150 * gold-threads.h (Once): Conditionalize member was_run_lock_ on
1151 [ENABLE_THREADS && __GCC_HAVE_SYNC_COMPARE_AND_SWAP_4], matching
1152 its only use.
1153 * gold-threads.cc (Once::Once): Likewise conditionalize initializer.
1154
679e4abf
RM
1155 * archive.h: Use struct rather than class for forward declaration
1156 of Read_symbols_data.
1157
54de2ea6
CC
11582013-10-07 Cary Coutant <ccoutant@google.com>
1159
1160 PR gold/16010
1161 * testsuite/Makefile.am (icf_test): Fix dependencies.
1162 (icf_safe_test): Likewise.
1163 (icf_safe_so_test): Likewise.
1164 (large_symbol_alignment): Add empty _LDADD rule.
1165 * testsuite/Makefile.in: Regenerate.
1166
b14016f0
L
11672013-09-03 Pavel Chupin <pavel.v.chupin@intel.com>
1168
1169 PR gold/15927
1170 * x86_64.cc (Target_x86_64<size>::Scan::global): Use relative
1171 relocation for R_X86_64_32 on x32.
1172
eb426534
RM
11732013-08-27 Roland McGrath <mcgrathr@google.com>
1174
1175 * output.cc (Output_segment::set_section_addresses): Take new
1176 Target* argument. If target->isolate_execinstr() and the segment
1177 is executable and starts at a target->abi_pagesize() boundary,
1178 pad its end out to a target->abi_pagesize() boundary with code fill.
1179 * output.h (Output_segment::set_section_addresses): Update decl.
1180 * layout.h (Layout::check_output_data_for_reset_values): Take new
1181 argument RELAX_OUTPUTS.
1182 (Layout): New member relax_output_list_.
1183 (Layout::add_relax_output): New method.
1184 * layout.cc (Layout::Layout): Update constructor.
1185 (Layout::reset_relax_output): New method.
1186 (Layout::clean_up_after_relaxation): Call it.
1187 (Layout::prepare_for_relaxation): Update caller.
1188 (Layout::set_segment_offsets): Update callers of set_section_addresses.
1189 Call reset_relax_output before re-processing segments for
1190 isolate_execinstr case.
1191 (Layout::write_data): Handle relax_output_list_.
1192 (Layout::Relaxation_debug_check::check_output_data_for_reset_values):
1193 Take new argument RELAX_OUTPUTS. Assert it's an empty collection.
1194
9aff4b7a
NC
11952013-08-23 Yuri Chornoivan <yurchor@ukr.net>
1196
1197 PR binutils/15834
1198 * object.h: Fix typos.
1199
93f8221c
RM
12002013-08-16 Roland McGrath <mcgrathr@google.com>
1201
1202 * i386.cc (Target_i386_nacl::do_code_fill): New virtual function.
1203 * x86_64.cc (Target_x86_64_nacl::do_code_fill): New virtual function.
1204
e44c3715
CC
12052013-08-07 Cary Coutant <ccoutant@google.com>
1206
1207 Revert support for v2 DWP files:
1208
1209 2013-03-01 Cary Coutant <ccoutant@google.com>
1210
1211 Add dwp support for v2 DWARF package file format.
1212 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1213 tu_length parameter. Adjust all callers.
1214 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1215 * dwp.cc: Include dwarf.h.
1216 (Section_bounds): New struct type.
1217 (Unit_set): New struct type.
1218 (Dwo_file::Dwo_file): Initialize new data member.
1219 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1220 Combine and rename to...
1221 (Dwo_file::read_unit_index): ...this.
1222 (Dwo_file::sized_read_compunit_index)
1223 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1224 (Dwo_file::sized_read_unit_index): ...this.
1225 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1226 parameters; add section_id parameter.
1227 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1228 (Dwo_file::add_unit_set): ...this.
1229 (Dwo_file::shndx_map_): Remove.
1230 (Dwo_file::sect_offsets_): New data member.
1231 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1232 (Dwp_output_file::add_section): Rename to...
1233 (Dwp_output_file::add_contribution): ...this.
1234 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1235 (Dwp_output_file::add_tu_set): Likewise.
1236 (Dwp_output_file::Contribution): New type.
1237 (Dwp_output_file::Section::contributions): New data member.
1238 (Dwp_output_file::Cu_or_tu_set): Remove.
1239 (Dwp_output_file::Section::Section): New ctor.
1240 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1241 (Dwp_output_file::Dwp_index::Section_table): New type.
1242 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1243 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1244 parameter.
1245 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1246 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1247 (Dwp_output_file::Dwp_index::section_table): New member function.
1248 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1249 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1250 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1251 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1252 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1253 (Dwp_output_file::Dwp_index::section_table_): New data member.
1254 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1255 (Dwp_output_file::add_output_section): New member function.
1256 (Dwp_output_file::write_new_section): New member function.
1257 (Dwp_output_file::write_contributions): New member function.
1258 (Dwp_output_file::section_id_map_): New data member.
1259 (class Dwo_id_info_reader): Remove.
1260 (class Unit_reader): New class.
1261 (get_dwarf_section_name): New function.
1262 (Dwo_file::read_executable): Adjust initializations of class data.
1263 (Dwo_file::read): Add support for v2 package file format.
1264 (Dwo_file::read_unit_index): Likewise.
1265 (Dwo_file::sized_read_unit_index): Likewise.
1266 (Dwo_file::copy_section): Likewise.
1267 (Dwo_file::add_unit_set): Likewise.
1268 (Dwp_output_file::add_output_section): Likewise.
1269 (Dwp_output_file::add_contribution): Likewise.
1270 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1271 for empty slot.
1272 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1273 file format.
1274 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1275 slot.
1276 (Dwp_output_file::initialize): Remove unused function.
1277 (Dwp_output_file::finalize): Add support for v2 package file format.
1278 (Dwp_output_file::write_index): Likewise.
1279 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1280 function prototype.
1281
c6905c28
CC
12822013-07-31 Cary Coutant <ccoutant@google.com>
1283
1284 * object.cc (Sized_relobj::do_output_section_address): New function.
1285 (Sized_relobj): Instantiate explicitly.
1286 * object.h (Object::output_section_address): New function.
1287 (Object::do_output_section_address): New function.
1288 (Sized_relobj::do_output_section_address): New function.
1289 * powerpc.cc (Target_powerpc::symval_for_branch): Use it.
1290
12912013-07-30 Cary Coutant <ccoutant@google.com>
5cdb4d98 1292 Sasa Stankovic <Sasa.Stankovic@imgtec.com>
a67858e0
CC
1293
1294 * parameters.cc (Parameters::entry): Return target-specific entry
1295 symbol name.
1296 * target.h (Target::entry_symbol_name): New function.
1297 (Target_info::entry_symbol_name): New data member.
1298
1299 * arm.cc (Target_arm::arm_info): Add entry_symbol_name.
1300 * i386.cc (Target_i386::i386_info): Likewise.
1301 (Target_i386_nacl::i386_nacl_info): Likewise.
1302 * sparc.cc (Target_sparc::sparc_info): Likewise.
1303 * tilegx.cc (Target_tilegx::tilegx_info): Likewise.
1304 * x86_64.cc: (Target_x86_64::x86_64_info) Likewise.
1305 (Target_x86_64_nacl::x86_64_nacl_info) Likewise.
1306 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
1307
234d4ab8
SA
13082013-07-22 Sterling Augustine <saugustine@google.com>
1309
1310 * dwarf_reader.cc (Dwarf_pubnames_table::read_section):
1311 Convert parameter shndx to local variable. Add parameters symtab
1312 and symtab_size. Scan over section names. Find relocation
1313 section corresponding to current section. Create and initialize
1314 reloc_mapper_ and reloc_type_.
1315 (Dwarf_pubnames_table::read_header): Add assertion. Change
1316 unit_length to off_t. Initialize member unit_length_. Fill in field
1317 cu_offset_.
1318 * dwarf_reader.h (Dwarf_pubnames_table::Dwarf_pubnames_table):
1319 Initialize new fields unit_length_ and cu_offset_.
1320 (Dwarf_pubnames_table::read_section): Update prototype.
1321 (Dwarf_pubnames_table::cu_offset): New member function.
1322 (Dwarf_pubnames_table::subsection_size): Likewise.
1323 (Dwarf_pubnames_table::cu_offset_, Dwarf_pubnames_table::unit_length):
1324 New fields.
1325 (Dwarf_info_reader::symtab, Dwarf_info_reader::symtab_size): Make
1326 member functions public.
1327 * gdb_index.cc (Gdb_index_info_reader::read_pubnames_and_pubtypes):
1328 Update comment. Rework logic. Move repeated parts to...
1329 (Gdb_index_info_reader::read_pubtable): ...here. New function.
1330 (Gdb_index::Gdb_index): Initialize new fields, pubnames_table_,
1331 pubtypes_table_, and stmt_list_offset.
1332 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
1333 Gdb_index::find_pubtype_offset,
1334 Gdb_index::map_pubnames_and_types_to_dies): Define new functions.
1335 (Gdb_index::pubnames_read): Update prototype and rework logic.
1336 * gdb_index.h (Gdb_index_info_reader, Dwarf_pubnames_table):
1337 Forward declare.
1338 (Gdb_index::map_pubtable_to_dies, Gdb_index::find_pubname_offset,
1339 Gdb_index::find_pubtype_offset, Gdb_index::pubnames_table)
1340 Gdb_index::pubtypes_table, Gdb_index::map_pubnames_and_types_to_dies,
1341 Gdb_index::map_pubtable_to_dies):
1342 Declare functions.
1343 (Gdb_index::pubnames_read): Update declaration.
1344 (Gdb_index::Pubname_offset_map): New type.
1345 (Gdb_index::cu_pubname_map_, Gdb_index::cu_pubtype_map_,
1346 Gdb_index::pubnames_table_, Gdb_index::pubtypes_table_,
1347 Gdb_index::stmt_list_offset): Declare.
1348 (Gdb_index::pubnames_shndx_, Gdb_index::pubnames_offet_,
1349 Gdb_index::pubtypes_object_, Gdb_index::pubtypes_shndx_)
1350 Gdb_index::pubtypes_offset_): Remove.
1351
a3ed37d8
RM
13522013-07-19 Roland McGrath <mcgrathr@google.com>
1353
1354 * options.h (General_options): Add -Trodata-segment option.
1355 * parameters.cc (Parameters::check_rodata_segment): New function.
1356 (Parameters::set_target_once): Call it.
1357 * parameters.h (Parameters): Declare it (private member function).
1358 * layout.cc (load_seg_unusable_for_headers): New function, broken
1359 out of Layout::relaxation_loop_body. If TARGET->isolate_execinstr()
1360 then validate rodata segment rather than text segment.
1361 (relaxation_loop_body): Call that.
1362 (is_text_segment): New function. Don't admit a non-executable
1363 segment if TARGET->isolate_execinstr().
1364 (set_segment_offsets): Call it. Honor -Trodata-segment option.
1365
eb5b4ded
CC
13662013-07-15 Shawn Landden <shawnlandden@gmail.com>
1367
1368 PR gold/15070
1369 * fileread.h (File_read::get_view): Clarify comment about ALIGNED.
1370 * nacl.h (Sniff_file::View::View): Request aligned view.
1371
4d5effb9
CC
13722013-07-11 Cary Coutant <ccoutant@google.com>
1373
1374 * powerpc.cc (Target_powerpc::write_branch_lookup_table): Use
1375 correct BRLT entry size.
1376
ba8ca3e7
AM
13772013-07-03 Alan Modra <amodra@gmail.com>
1378
1379 * powerpc.cc (Target_powerpc::Relocate::relocate): Update self-call
1380 comment.
1381
267257d2
CC
13822013-07-01 Cary Coutant <ccoutant@google.com>
1383
1384 * dwarf_reader.cc (Dwarf_ranges_table::read_ranges_table): Save
1385 reloc_type_.
1386 (Dwarf_ranges_table::read_range_list): Call lookup_reloc.
1387 (Dwarf_ranges_table::lookup_reloc): New function.
1388 * dwarf_reader.h (Dwarf_ranges_table::Dwarf_ranges_table): Initialize
1389 reloc_type_.
1390 (Dwarf_ranges_table::lookup_reloc): New function.
1391 (Dwarf_ranges_table::reloc_type_): New data member.
1392
06f30c9d
CC
13932013-06-27 Jing Yu <jingyu@google.com>
1394
1395 PR gold/15662
1396 * powerpc.cc (Output_data_brlt_powerpc::reset_brlt_sizes): New
1397 function.
1398 (Output_data_brlt_powerpc::finalize_brlt_sizes): New function.
1399 (Target_powerpc::do_relax): Call the above.
1400
a2d7bf59
AM
14012013-06-27 Cary Coutant <ccoutant@google.com>
1402
1403 * powerpc.cc (Target_powerpc::symval_for_branch): Don't assert
1404 on garbage collected .opd section.
1405
14062013-06-27 Alan Modra <amodra@gmail.com>
1407
1408 * powerpc.cc (Target_powerpc::do_gc_add_reference): Test dst_shndx
1409 is non-zero.
1410 (Target_powerpc::do_gc_mark_symbols): Likewise for sym->shndx().
1411 (Target_powerpc::do_function_location): Likewise for loc->shndx.
1412
32364e50
CC
14132013-06-14 Cary Coutant <ccoutant@google.com>
1414
1415 * resolve.cc (Symbol::override_base): Don't override st_type
1416 from plugin placeholder symbols.
1417 (Symbol_table::resolve): Likewise.
1418 (Symbol_table::should_override): Don't complain about TLS mismatch
1419 if the TO symbol is a plugin placeholder.
1420 * testsuite/Makefile.am (plugin_test_tls): New test.
1421 * testsuite/Makefile.in: Regenerate.
1422 * testsuite/plugin_test_tls.sh: New test script.
1423 * testsuite/two_file_test_2_tls.cc: New test source.
1424 * testsuite/two_file_test_tls.cc: New test source.
1425
7fb47cc9
CC
14262013-06-05 Alexander Ivchenko <alexander.ivchenko@intel.com>
1427
1428 * layout.cc (Layout::set_segment_offsets): Taking care of the case when
1429 the maximum segment alignment is larger than the page size.
1430 * testsuite/Makefile.am (large_symbol_alignment): Test that Gold
1431 correctly aligns the symbols with large alignemnt.
1432 * testsuite/Makefile.in: Regenerate.
1433 * testsuite/large_symbol_alignment.cc: New file.
1434
6934001a
CC
14352013-05-30 Alexander Ivchenko <alexander.ivchenko@intel.com>
1436 Sriraman Tallam <tmsriram@google.com>
1437
1438 * options.h (sort_section): New option.
1439 * output.h (Input_section_sort_section_prefix_special_ordering_compare):
1440 Rename from Input_section_sort_section_name_special_ordering_compare.
1441 (Input_section_sort_section_name_compare): New struct.
1442 * output.cc (Output_section::Input_section_sort_section_name_compare::
1443 operator()): New function.
1444 (Output_section::sort_attached_input_sections): Use new sort function
1445 for .text if --sort-section=name is specified.
1446 * layout.cc (Layout::make_output_section):
1447 Add sorting by name when --sort-section=name is specified.
1448 * testsuite/Makefile.am (text_section_grouping): Test option
1449 --sort-section=name.
1450 * testsuite/Makefile.in: Regenerate.
1451 * testsuite/section_sorting_name.cc: New file.
1452 * testsuite/section_sorting_name.sh: New file.
1453
93acabad
CC
14542013-05-21 Cary Coutant <ccoutant@google.com>
1455
1456 * symtab.h (Symbol::is_cxx_vtable): New function.
1457 * target-reloc.h (relocate_section): Check for vtable symbol.
1458 * testsuite/Makefile.am (missing_key_func.sh): New test case.
1459 * testsuite/Makefile.in: Regenerate.
1460 * testsuite/missing_key_func.cc: New test source.
1461 * testsuite/missing_key_func.sh: New test script.
1462
60e8b3fc
CC
14632013-05-21 Cary Coutant <ccoutant@google.com>
1464
2b64b551
RM
1465 * object.cc (Sized_relobj_file::get_symbol_location_info): Set
1466 type of enclosing symbol.
1467 (Relocate_info::location): Check symbol type when describing symbol.
1468 * object.h (Symbol_location_info): Remove unused line_number;
1469 add enclosing_symbol_type.
1470 * testsuite/debug_msg.sh: Adjust expected output.
60e8b3fc 1471
9df9de2c
CC
14722013-05-13 Cary Coutant <ccoutant@google.com>
1473
2b64b551
RM
1474 * configure.ac: Export DEFAULT_TARGET.
1475 * configure: Regenerate.
1476 * Makefile.in: Regenerate.
1477 * testsuite/Makefile.am: Add .EXPORT_ALL_VARIABLES.
1478 * testsuite/Makefile.in: Regenerate.
1479 * testsuite/debug_msg.sh: Delete duplicate tests.
1480 Don't check undef_int error message match for powerpc where the
1481 source file and line number aren't available.
9df9de2c 1482
bbc5ae17
RM
14832013-05-10 Roland McGrath <mcgrathr@google.com>
1484
1485 * options.h (General_options): Add --rosegment-gap option.
1486 * options.cc (finalize): --rosegment-gap implies --rosegment.
1487 * layout.cc (set_segment_offsets): Let user option override
1488 target->rosegment_gap().
1489
0c6e6c39
RM
14902013-05-10 Roland McGrath <mcgrathr@google.com>
1491
1492 * options.h (General_options): Remove leading space from help
1493 messages for -nostdlib and --rosegment.
1494
cde7cb01
MR
14952013-05-03 Maciej W. Rozycki <macro@codesourcery.com>
1496
1497 PR ld/15365
1498 * layout.cc (Layout::finalize): Make __ehdr_start STV_HIDDEN.
1499
f31ae5b8
AM
15002013-05-03 Alan Modra <amodra@gmail.com>
1501
1502 * merge.cc (Output_merge_string::do_add_input_section): Correct
1503 scan for number of strings. Rename vars to avoid shadowing.
1504 Include missing terminator in input_size_.
1505
d3a7cd45
L
15062013-05-01 H.J. Lu <hongjiu.lu@intel.com>
1507
1508 * merge.cc (Output_merge_string<Char_type>::do_add_input_section):
1509 Restore empty string handling.
1510
6ad3daba
CC
15112013-05-01 Cary Coutant <ccoutant@google.com>
1512
1513 * stringpool.cc (Stringpool_template::new_key_offset): Fix
1514 uninitialized warning.
1515
e31908b6
CC
15162013-04-29 Alexander Ivchenko <alexander.ivchenko@intel.com>
1517
1518 * output.cc (Output_section::add_merge_input_section): Allow
1519 to merge sections if the alignment is more than character size.
1520 * merge.h (Output_merge_string::Output_merge_string): Remove
1521 assert.
1522 * merge.cc (Output_merge_string<Char_type>::do_add_input_section): Count
1523 only not-null strings. Check the alignment of strings.
1524 * stringpool.h
1525 (Stringpool_template<Stringpool_char>::Stringpool_template): Add
1526 alignment as the argument.
1527 (Stringpool_template<Stringpool_char>::addralign_): New class member.
1528 * stringpool.cc (Stringpool_template<Stringpool_char>::new_key_offset):
1529 Align non-zero length strings according to the addralign_.
1530 (Stringpool_template<Stringpool_char>::set_string_offsets):
1531 Updating offsets according to the given alignment.
1532 * testsuite/Makefile.am (text_section_grouping): Test if string
1533 literals are getting merged.
1534 * testsuite/Makefile.in: Regenerate.
1535 * testsuite/merge_string_literals_1.c: New file.
1536 * testsuite/merge_string_literals_2.c: Ditto.
1537 * testsuite/merge_string_literals.sh: Ditto.
1538
0e804863
ILT
15392013-04-26 Ian Lance Taylor <iant@google.com>
1540
1541 * target-reloc.h (relocate_section): If the reloc offset is out of
1542 range, pass VIEW as NULL to relocate.relocate.
1543 * arm.cc (Target_arm:Relocate::relocate): Check for a NULL view.
1544 * i386.cc (Target_i386::Relocate::relocate): Likewise.
1545 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
1546 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
1547 * tilegx.cc (Target_tilegx::Relocate::relocate): Likewise.
1548 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
1549
e7c5ea40
CC
15502013-04-26 Geoff Pike <gpike@chromium.org>
1551
1552 * gold.cc (queue_final_tasks): invoke layout->queue_build_id_tasks().
1553 * layout.cc (Hash_task): New class.
1554 (Layout::queue_build_id_tasks): New function.
1555 (Layout::write_build_id): Handle single-thread portion of build ID
1556 computation. (In some cases, all of it is single-threaded.) Replace
1557 {sha1,md5}_process_bytes with {sha1,md5}_buffer to get the same
1558 functionality in fewer lines of code.
1559 * layout.h (Layout::queue_build_id_tasks): New function declaration.
1560 * options.h (General_options): make "--build-id" default to tree
1561 rather than sha1. Add two new options related to --build-id=tree:
1562 --build-id-chunk-size-for-treehash and
1563 --build-id-min-file-size-for-treehash.
1564 * Makefile.am: add testing of --build-id=tree and related new options
1565 (these tests will be invoked by "make check").
1566 * Makefile.in: Regenerate.
1567
49926cd0
AM
15682013-04-25 Alan Modra <amodra@gmail.com>
1569
1570 * configure.tgt: Add powerpcle and powerpc64le.
1571
a4034750
AM
15722013-04-22 Alan Modra <amodra@gmail.com>
1573
1574 PR gold/15355
1575 * layout.cc (Layout::segment_precedes): Allow more than one
1576 segment with the same type and flags.
1577
e79c84aa
CC
15782013-04-15 Cary Coutant <ccoutant@google.com>
1579
1580 * layout.cc (Layout::set_relocatable_section_offsets): Don't
1581 allocate space in file for BSS sections.
1582
2199fbe7
CC
15832013-04-15 Cary Coutant <ccoutant@google.com>
1584
1585 * script-sections.cc (Orphan_output_section): Reset address
1586 to zero after each orphaned section for relocatable links.
1587
502e8a84
CC
15882013-04-15 Cary Coutant <ccoutant@google.com>
1589
a4034750
AM
1590 * symtab.cc (Symbol_table::sized_write_globals): Subtract
1591 section starting address for relocatable link.
1592 * testsuite/Makefile.am (script_test_11): New test.
1593 * testsuite/Makefile.in: Regenerate.
1594 * testsuite/script_test_11.c: New source file.
1595 * testsuite/script_test_11.t: New linker script.
502e8a84 1596
0cfdc767
AM
15972013-04-13 Alan Modra <amodra@gmail.com>
1598
1599 * powerpc.cc (Stub_control::can_add_to_stub_group): Don't set
1600 owner when sections are not adjacent and exceed group size.
1601 (Target_powerpc::group_sections): Handle corner case.
1602 (Target_powerpc::Branch_info::make_stub): Handle case where
1603 stub table doesn't exist due to branches in non-exec sections.
1604 (Target_powerpc::Relocate::relocate): Likewise.
1605
6830ee24
AM
16062013-04-11 Alan Modra <amodra@gmail.com>
1607
1608 PR gold/15354
1609 * powerpc.cc (Target_powerpc::make_brlt_section): Name section
1610 .branch_lt to match bfd ld. Adjust comments throughout file.
1611
54a3d865
ILT
16122013-04-04 Ian Lance Taylor <iant@google.com>
1613
1614 GCC PR c++/56840
1615 * object.cc (do_layout_deferred_sections): Handle .eh_frame
1616 sections before checking whether they are included in the link.
1617
9993ba11
ST
16182013-03-29 Sriraman Tallam <tmsriram@google.com>
1619
1620 * archive.cc (Archive::get_elf_object_for_member): Create the elf
1621 object before calling the plugin claim_file handler. Pass the elf
1622 object of the archive to the plugin. Delete the elf object if the
1623 plugin claims the file.
1624
ebacd51e
AM
16252013-03-21 Alan Modra <amodra@gmail.com>
1626
1627 * layout.cc (Layout::set_segment_offsets): Accept writable .text
1628 segment when omagic.
1629
117be58f
AM
16302013-03-21 Alan Modra <amodra@gmail.com>
1631
1632 * dwp.cc (Dwp_output_file::add_contribution): Avoid signed/unsigned
1633 comparison warning.
1634 * layout.cc (Layout::create_dynamic_symtab): Avoid "may be used
1635 uninitialized" warning.
1636
32e2b61d
AM
16372013-03-20 Alan Modra <amodra@gmail.com>
1638
1639 * symtab.h (Symbol::clear_version): New function.
1640 * symtab.cc (Symbol_table::set_dynsym_indexes): Don't set object
1641 is_needed by weak references. Clear version for symbols defined
1642 in as-needed objects that are not needed.
1643
b3ccdeb5
AM
16442013-03-15 Alan Modra <amodra@gmail.com>
1645
1646 * powerpc.cc (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Make
1647 static and public. Add report_err param. Return false for data refs.
1648 (Target_powerpc::rela_dyn_section): New overloaded function.
1649 (Target_powerpc::plt_, iplt_): Elucidate.
1650 (Output_data_plt_powerpc::entry_count): Handle current_data_size()==0.
1651 (Output_data_plt_powerpc::do_write): Don't write .iplt.
1652 (Output_data_plt_powerpc::plt_entry_count): Don't add .iplt entries.
1653 (Target_powerpc::Scan::local, global): Adjust reloc_needs_plt_for_ifunc
1654 calls. Put ifunc dynamic relocs in irela_dyn_section. Only
1655 push_branch and make_plt_entry for ifunc syms when
1656 reloc_needs_plt_for_ifunc.
1657 (Target_powerpc::Relocate::relocate): Don't use plt entry value
1658 for ifunc unless reloc_needs_plt_for_ifunc.
1659
ad3d8a2f
AM
16602013-03-15 Alan Modra <amodra@gmail.com>
1661
1662 * gc.h (gc_process_relocs): Don't look through function descriptors.
1663 * icf.cc (get_section_contents): Do so here instead.
1664
4d9aa155
AM
16652013-03-13 Alan Modra <amodra@gmail.com>
1666
1667 * powerpc.cc (is_branch_reloc): Forward declare.
1668 (Target_powerpc::do_can_check_for_function_pointers): New predicate.
1669 (Target_powerpc::Scan::local_reloc_may_be_function_pointer): Return
1670 false for 64-bit, true for 32-bit non-branch relocs.
1671 (Target_powerpc::Scan::global_reloc_may_be_function_pointer): Likewise.
1672 * testsuite/Makefile.am (icf_test): Use linker map file instead of
1673 nm output.
1674 (icf_safe_test): Generate linker map file as well as nm output.
1675 (icf_safe_so_test): Likewise.
1676 * testsuite/Makefile.in: Regenerate.
1677 * testsuite/icf_test.sh: Parse linker map file to determine
1678 section folding.
1679 * testsuite/icf_safe_test.sh: Likewise. Expect folding for PowerPC.
1680 * testsuite/icf_safe_so_test.sh: Likewise.
1681 (X86_32_or_ARM_specific_safe_fold): Merge into..
1682 (arch_specific_safe_fold): ..this.
1683 (X86_64_specific_safe_fold): Delete unused function.
1684
57420c20
AM
16852013-03-12 Alan Modra <amodra@gmail.com>
1686
1687 * gc.h (gc_process_relocs): Look through function descriptors
1688 to determine shndx, symvalue and addend used by ICF. Tidy
1689 variable duplication.
1690
dc3714f3
AM
16912013-03-11 Alan Modra <amodra@gmail.com>
1692
1693 * gold.cc (queue_middle_tasks): Move detect_odr_violations..
1694 * layout.cc (Layout_task_runner::run): ..to here.
1695 * symtab.h (struct Symbol_location): Extract from..
1696 (class Symbol_table): ..here.
1697 * symtab.cc (Symbol_table::linenos_from_loc): Invoke function_location.
1698 * target.h (class Target): Add function_location and
1699 do_function_location functions.
1700 (class Sized_target): Add do_function_location.
1701 * object.h (class Sized_relobj_file): Move find_shdr..
1702 (class Object): ..to here.
1703 * object.cc: Likewise. Update to suit. Instantiate.
1704 (Sized_relobj_file::find_eh_frame): Update find_shdr call.
1705 * powerpc.cc (class Powerpc_dynobj): New.
1706 (Target_powerpc::do_function_location): New function.
1707 (Powerpc_relobj::do_find_special_sections): Update find_shdr call.
1708 (Powerpc_dynobj::do_read_symbols): New function.
1709 (Target_powerpc::do_make_elf_object): Make a Powerpc_dynobj.
1710
956b03bb
ILT
17112013-03-08 Ian Lance Taylor <iant@google.com>
1712
1713 * options.cc (General_options::string_to_object_format): Accept
1714 "default".
1715
4bead2d5
AM
17162013-03-08 Alan Modra <amodra@gmail.com>
1717
1718 * ehframe.h (Post_fdes) Make it a vector of Post_fde rather than
1719 pointer to Post_fde.
1720 (struct Post_fde): Move definition to here..
1721 * ehframe.cc (struct Post_fde): ..from here.
1722 (Cie::write): Don't alloc Post_fde.
1723 (Eh_frame::do_sized_write): Update. Don't free Post_fde.
1724
02e60bf7
AM
17252013-03-07 Alan Modra <amodra@gmail.com>
1726
1727 * testsuite/discard_locals_relocatable_test.c: Add a powerpc
1728 relocation referencing .LC0.
1729 * testsuite/discard_locals_test.sh: Remove FIXMEs.
1730
8343f03a
AM
17312013-03-07 Alan Modra <amodra@gmail.com>
1732
1733 * testsuite/ifunc-sel.h (ifunc_sel, ifunc_one): Mark
1734 always_inline. Add assembly for powerpc to avoid GOT.
1735
3366d57c
AM
17362013-03-07 Alan Modra <amodra@gmail.com>
1737
1738 * testsuite/script_test_10.sh: Don't test .bss section
1739 header number.
1740
6c77229c
AM
17412013-03-06 Alan Modra <amodra@gmail.com>
1742
1743 * powerpc.cc (class Powerpc_relobj): Move some member functions.
1744 (Target_powerpc::symval_for_branch): Add symtab param. Update
1745 all callers. Handle folded sections.
1746 (Target_powerpc::do_gc_add_reference): Don't cast dynamic object
1747 to Powerpc_relobj.
1748 (Global_symbol_visitor_opd::operator()): Likewise.
1749
a39e4af6
AM
17502013-03-04 Alan Modra <amodra@gmail.com>
1751
1752 * testsuite/Makefile.am (final_layout_script.lds): Add .sbss.
1753 * testsuite/Makefile.in: Regenerate.
1754
d5834edb
CC
17552013-03-01 Cary Coutant <ccoutant@google.com>
1756
1757 Add dwp support for v2 DWARF package file format.
1758 * dwarf_reader.cc (Dwarf_info_reader::visit_type_unit): Add
1759 tu_length parameter. Adjust all callers.
1760 * dwarf_reader.h (Dwarf_info_reader::visit_type_unit): Likewise.
1761 * dwp.cc: Include dwarf.h.
1762 (Section_bounds): New struct type.
1763 (Unit_set): New struct type.
1764 (Dwo_file::Dwo_file): Initialize new data member.
1765 (Dwo_file::read_compunit_index, Dwo_file::read_typeunit_index):
1766 Combine and rename to...
1767 (Dwo_file::read_unit_index): ...this.
1768 (Dwo_file::sized_read_compunit_index)
1769 (Dwo_file::sized_read_typeunit_index): Combine and rename to...
1770 (Dwo_file::sized_read_unit_index): ...this.
1771 (Dwo_file::copy_section): Remove section_name, is_str_offsets
1772 parameters; add section_id parameter.
1773 (Dwo_file::add_cu_set, Dwo_file::add_tu_set): Combine and rename to...
1774 (Dwo_file::add_unit_set): ...this.
1775 (Dwo_file::shndx_map_): Remove.
1776 (Dwo_file::sect_offsets_): New data member.
1777 (Dwp_output_file::Dwp_output_file): Initialize new data members.
1778 (Dwp_output_file::add_section): Rename to...
1779 (Dwp_output_file::add_contribution): ...this.
1780 (Dwp_output_file::add_cu_set): Combine parameters into a struct.
1781 (Dwp_output_file::add_tu_set): Likewise.
1782 (Dwp_output_file::Contribution): New type.
1783 (Dwp_output_file::Section::contributions): New data member.
1784 (Dwp_output_file::Cu_or_tu_set): Remove.
1785 (Dwp_output_file::Section::Section): New ctor.
1786 (Dwp_output_file::Dwp_index::Shndx_pool): Remove.
1787 (Dwp_output_file::Dwp_index::Section_table): New type.
1788 (Dwp_output_file::Dwp_index::Dwp_index): Initialize new data members.
1789 (Dwp_output_file::Dwp_index::enter_set): Change type of "set"
1790 parameter.
1791 (Dwp_output_file::Dwp_index::shndx_pool): Remove.
1792 (Dwp_output_file::Dwp_index::shndx_pool_end): Remove.
1793 (Dwp_output_file::Dwp_index::section_table): New member function.
1794 (Dwp_output_file::Dwp_index::section_table_end): New member function.
1795 (Dwp_output_file::Dwp_index::shndx_pool_size): Remove.
1796 (Dwp_output_file::Dwp_index::section_table_rows): New member function.
1797 (Dwp_output_file::Dwp_index::section_table_cols): New member function.
1798 (Dwp_output_file::Dwp_index::shndx_pool_): Remove.
1799 (Dwp_output_file::Dwp_index::section_table_): New data member.
1800 (Dwp_output_file::Dwp_index::section_mask_): New data member.
1801 (Dwp_output_file::add_output_section): New member function.
1802 (Dwp_output_file::write_new_section): New member function.
1803 (Dwp_output_file::write_contributions): New member function.
1804 (Dwp_output_file::section_id_map_): New data member.
1805 (class Dwo_id_info_reader): Remove.
1806 (class Unit_reader): New class.
1807 (get_dwarf_section_name): New function.
1808 (Dwo_file::read_executable): Adjust initializations of class data.
1809 (Dwo_file::read): Add support for v2 package file format.
1810 (Dwo_file::read_unit_index): Likewise.
1811 (Dwo_file::sized_read_unit_index): Likewise.
1812 (Dwo_file::copy_section): Likewise.
1813 (Dwo_file::add_unit_set): Likewise.
1814 (Dwp_output_file::add_output_section): Likewise.
1815 (Dwp_output_file::add_contribution): Likewise.
1816 (Dwp_output_file::Dwp_index::find_or_add): Use row index to check
1817 for empty slot.
1818 (Dwp_output_file::Dwp_index::enter_set): Add support for v2 package
1819 file format.
1820 (Dwp_output_file::Dwp_index::grow): Use row index to check for empty
1821 slot.
1822 (Dwp_output_file::initialize): Remove unused function.
1823 (Dwp_output_file::finalize): Add support for v2 package file format.
1824 (Dwp_output_file::write_index): Likewise.
1825 * gdb-index.cc (Gdb_index_info_reader::visit_type_unit): Adjust
1826 function prototype.
1827
a68a081d
CC
18282013-03-01 Cary Coutant <ccoutant@google.com>
1829
1830 * dwarf_reader.cc (Dwarf_info_reader::check_buffer): Move
1831 function into class definition in header file.
1832 (Dwarf_info_reader::warn_corrupt_debug_section): New function.
1833 * dwarf_reader.h (Dwarf_info_reader::warn_corrupt_debug_section):
1834 New function.
1835 (Dwarf_info_reader::check_buffer): Move here from .cc file.
1836
9d5781f8
AM
18372013-02-28 Alan Modra <amodra@gmail.com>
1838
1839 * target.h (Target::plt_fde_location, do_plt_fde_location): Declare.
1840 * target.cc (Target::do_plt_fde_location): New function.
1841 * ehframe.h (class FDE): Add post_map field to u_.from_linker,
1842 accessor function, and constructor param.
1843 (struct Post_fde, Post_fdes): Declare.
1844 (Cie::write): Add post_fdes param.
1845 * ehframe.cc (Fde::write): Use plt_fde_location.
1846 (struct Post_fde): Define.
1847 (Cie::write): Stash FDEs added post merge mapping.
1848 (Eh_frame::add_ehframe_for_plt): Assert no new CIEs after mapping.
1849 Adjust Fde constructor call. Bump final_data_size_ for post map FDEs.
1850 (Eh_frame::do_sized_write): Arrange to write post map FDES after
1851 other FDEs.
1852 * powerpc.cc (Target_powerpc::do_plt_fde_location): New function.
1853 (Target_powerpc::has_glink): New function.
1854 (Target_powerpc::do_relax): Add eh_frame info for stubs.
1855 (struct Eh_cie, eh_frame_cie, glink_eh_frame_fde_64,
1856 glink_eh_frame_fde_32, default_fde): New data.
1857 (Stub_table::eh_frame_added_): New var.
1858 (Stub_table::find_long_branch_entry, stub_address, stub_offset):
1859 Make const.
1860 (Stub_table::add_eh_frame): New function.
1861 (Output_data_glink::add_eh_frame): New function.
1862 (Target_powerpc::make_glink_section): Call add_eh_frame.
1863
214383dd
ILT
18642013-02-15 Ian Lance Taylor <iant@google.com>
1865
1866 * options.h (DEFINE_uint64_alias): Define.
1867 (class General_options): Add -Ttext-segment as an alias for
1868 -Ttext.
1869
91c2b899
AM
18702013-02-15 Alan Modra <amodra@gmail.com>
1871
1872 * powerpc.cc (Stub_table::plt_off): New function, extracted from..
1873 (Stub_table::do_write): ..here, two places.
1874 (Stub_table::plt_call_size): Use it here too.
1875
20e2a8aa
ILT
18762013-02-11 Ian Lance Taylor <iant@google.com>
1877
1878 * descriptors.cc (Descriptors::close_all): New function.
1879 * descriptors.h (class Descriptors): Declare close_all.
1880 (close_all_descriptors): New inline function.
1881 * plugin.cc: Include "descriptors.h".
1882 (Plugin_manager::cleanup): Call close_all_descriptors.
1883
8952bc69
AM
18842013-02-06 Alan Modra <amodra@gmail.com>
1885
1886 * README: Update coding style link.
1887
29bd8b6b
CC
18882013-01-28 Cary Coutant <ccoutant@google.com>
1889
a4034750
AM
1890 * dwp.cc (File_list): New typedef.
1891 (Dwo_name_info_reader): New class.
1892 (Dwo_id_info_reader::Dwo_id_info_reader): Remove unused parameters.
1893 (Dwo_id_info_reader::visit_top_die): Remove unused member function.
1894 (Dwo_file::~Dwo_file): Delete input_file_ after obj_.
1895 (Dwo_file::read_executable): New function.
1896 (Dwo_file::read): Move common setup code to ...
1897 (Dwo_file::make_object): ... here.
1898 (dwp_options): Add --exec/-e.
1899 (usage): Likewise.
1900 (main): Likewise.
29bd8b6b 1901
c6ac678d
ST
19022013-01-24 Sriraman Tallam <tmsriram@google.com>
1903
1904 * layout.cc (Layout::layout): Check for option text_reorder.
1905 (Layout::make_output_section): Ditto.
1906 * options.h (text_reorder): New option.
1907 * output.cc (Input_section_sort_compare): Remove special ordering
1908 of section names.
1909 (Output_section::
1910 Input_section_sort_section_name_special_ordering_compare::
1911 operator()): New function.
1912 (Output_section::sort_attached_input_sections): Use new sort function
1913 for .text.
1914 * output.h (Input_section_sort_section_name_special_ordering_compare):
1915 New struct.
1916 * testsuite/Makefile.am (text_section_grouping): Test option
1917 --no-text-reorder
1918 * testsuite/Makefile.in: Regenerate.
1919 * testsuite/text_section_grouping.sh: Check order of functions without
1920 default text reordering.
1921
50701cc1
MF
19222013-01-18 Mike Frysinger <vapier@gentoo.org>
1923
1924 * options.h (General_options): Change default to true for new_dtags.
1925
b1b00fcc
MF
19262013-01-18 Mike Frysinger <vapier@gentoo.org>
1927
1928 * layout.cc (Layout::finish_dynamic_section): Only add DT_RPATH
1929 when enable_new_dtags is false. Only add DT_RUNPATH when
1930 enable_new_dtags is true.
1931
ec5b8187
AM
19322013-01-17 Serge Pavlov <serge.v.pavlov@gmail.com>
1933
1934 * powerpc.cc (Stub_table::find_plt_call_entry): Make types
1935 used in declaration and definition consistent.
1936 (Target_powerpc::symval_for_branch): Ditto.
1937
a880d4c4
ST
19382013-01-16 Sriraman Tallam <tmsriram@google.com>
1939
1940 * testsuite/plugin_final_layout.cc: Fix comment.
1941
7c381248
ST
19422013-01-16 Sriraman Tallam <tmsriram@google.com>
1943
1944 * layout.cc (Layout::layout): Do not do default sorting for
1945 text sections when section ordering is specified.
1946 (make_output_section): Ditto.
1947 * testsuite/plugin_final_layout.cc: Name the function sections
1948 to catch reordering issues.
1949
e2458743
AM
19502013-01-15 Alan Modra <amodra@gmail.com>
1951
1952 * powerpc.cc (Target_powerpc::do_relax): Default shared libs to
1953 plt-thread-safe.
1954
431ed302
AM
19552013-01-15 Alan Modra <amodra@gmail.com>
1956
1957 * testsuite/Makefile.am (final_layout_script.lds): Handle .got section.
1958 * testsuite/Makefile.in: Regenerate.
1959
0ec6429b
AM
19602013-01-14 Alan Modra <amodra@gmail.com>
1961
1962 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add various output files.
1963 * testsuite/Makefile.in: Regenerate.
1964
0bf402d5
ILT
19652013-01-11 Pavel Chupin <pavel.v.chupin@intel.com>
1966
36af3926 1967 PR bfd/14430
0bf402d5
ILT
1968 Fix mingw gold build with plugins enabled
1969 * Makefile.am: Replace -ldl with @DLOPEN_LIBS@.
1970 * configure.ac: Export DLOPEN_LIBS and add headers check.
1971 * plugin.cc: Handle non-dlfcn case.
1972 * Makefile.in: Regenerate.
1973 * config.in: Regenerate.
1974 * configure: Regenerate.
1975 * testsuite/Makefile.in: Regenerate.
1976
9e9143bc
ST
19772013-01-09 Sriraman Tallam <tmsriram@google.com>
1978
1979 * output.h (sort_attached_input_sections): Change to be public.
1980 * script-sections.cc
1981 (Output_section_definition::set_section_addresses): Sort
1982 attached input sections according to section order before linker
1983 script assigns section addresses.
1984 (Orphan_output_section::set_section_addresses): Sort
1985 attached input sections according to section order before linker
1986 script assigns section addresses.
1987 * Makefile.am (final_layout.sh): Use a simple linker script to
1988 check if section ordering still works.
1989 * Makefile.in: Regenerate.
1990
679af368
ILT
19912013-01-09 Ben Cheng <bccheng@google.com>
1992
1993 * arm.cc (Target_arm::attributes_accept_div): New function.
1994 (Target_arm::attributes_forbid_div): New function.
1995 (Target_arm::merge_object_attributes): Merge the Tag_DIV_use
1996 attribute using the same new functions as what bfd/elf32_arm.c
1997 does.
1998
3136a00e
CC
19992013-01-07 Cary Coutant <ccoutant@google.com>
2000
2001 PR gold/14993
2002 * output.cc (Output_section::add_input_section): For incremental
2003 updates, don't track input sections that are allocated from patch
2004 space.
2005
f2a6224b
L
20062013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2007 Ian Lance Taylor <iant@google.com>
2008
2009 PR gold/14897
2010 * configure.ac (--enable-ld): Removed.
2011 (install_as_default): Set to yes only for --enable-gold=default
2012 or --disable-ld.
2013 * configure: Regenerated.
2014
4f46f626
L
20152013-01-07 H.J. Lu <hongjiu.lu@intel.com>
2016
2017 * options.h (General_options): Add -fuse-ld= for GCC linker
2018 option compatibility.
2019
26e4ef59
CC
20202013-01-04 Cary Coutant <ccoutant@google.com>
2021
2022 * configure.ac: Fix typo restoring CXXFLAGS.
2023 * configure: Regenerate.
2024
3d587466
CC
20252013-01-04 Cary Coutant <ccoutant@google.com>
2026
4f46f626
L
2027 * testsuite/Makefile.am (CXXLINK_S): New macro.
2028 (debug_msg_so.err, debug_msg_ndebug.err): Use CXXLINK_S.
2029 * testsuite/Makefile.in: Regenerate.
3d587466 2030
44db6695
L
20312013-01-02 H.J. Lu <hongjiu.lu@intel.com>
2032
2033 * version.cc (print_version): Update copyright year to 2013.
2034
edcac0c1
ILT
20352012-12-20 Ian Lance Taylor <iant@google.com>
2036
2037 * layout.cc (Layout::special_ordering_of_input_section): New
2038 function.
2039 (Layout::layout): If input section requires special ordering, must
2040 sort input sections.
2041 (Layout::make_output_section): May sort .text input sections.
2042 (Layout::is_section_name_prefix_grouped): Remove.
2043 * layout.h (class Layout): Declare
2044 special_ordering_of_input_section. Don't declare
2045 is_section_name_prefix_grouped.
2046 * output.cc (Output_section::add_input_section): Revert last
2047 change.
2048 (Output_section::Input_section_sort::match_file_name): Don't crash
2049 if called on output section data.
2050 (Output_section::Input_section_sort_compare): Sort based on
2051 special ordering.
2052 (Output_section::Input_section_sort_section_order_index_compare):
2053 Revert last patch.
2054 (Output_section::sort_attached_input_sections): Likewise.
2055
28f2a4ac
ST
20562012-12-18 Sriraman Tallam <tmsriram@google.com>
2057
edcac0c1 2058 * layout.cc (Layout::is_section_name_prefix_grouped): New function.
28f2a4ac
ST
2059 * layout.h (Layout::is_section_name_prefix_grouped): New function.
2060 * output.cc (Output_section::add_input_section): Check if section
2061 name contains special prefix. Keep input sections to sort such
2062 sections.
2063 (Output_section::Input_section_sort_section_order_index_compare
2064 ::operator()): Group sections according to prefixes.
edcac0c1
ILT
2065 (Output_section::sort_attached_input_sections): Add condition to
2066 Input_section_entry constructor call.
28f2a4ac
ST
2067 * testsuite/Makefile.am (text_section_grouping): New test.
2068 * testsuite/Makefile.in: Regenerate.
2069 * testsuite/text_section_grouping.cc: New file.
2070 * testsuite/text_section_grouping.sh: New file.
2071
5bf135a7
NC
20722012-12-17 Nick Clifton <nickc@redhat.com>
2073
2074 * Makefile.am: Add copyright notice.
2075 * NEWS: Likewise.
2076 * README: Likewise.
2077 * configure.ac: Likewise.
2078 * ftruncate.c: Likewise.
2079 * Makefile.in: Regenerate.
2080
59965708
CC
20812012-12-14 Cary Coutant <ccoutant@google.com>
2082
a4034750
AM
2083 * testsuite/Makefile.am (exception_separate_shared_12_test): Add
2084 --no-as-needed flag.
2085 (exception_separate_shared_12_test): Likewise.
2086 (incremental_copy_test): Likewise.
2087 * testsuite/Makefile.in: Regenerate.
59965708 2088
2a77e2ab
CC
20892012-12-14 Cary Coutant <ccoutant@google.com>
2090
2091 * dwp.cc (Dwp_output_file::add_cu_set): Check for duplicate CUs.
2092 (Dwp_output_file::Dwp_index::enter_set): Add assert.
2093
e3deeb9c
AM
20942012-12-12 Alan Modra <amodra@gmail.com>
2095
2096 * powerpc.cc (class Track_tls): New.
2097 (class Relocate, class Scan): Inherit Track_tls.
2098 (Target_powerpc::Scan::local, global): Track tls optimization
2099 and avoid creating plt entry for __tls_get_addr if all uses
2100 are optimized away.
2101 (Target_powerpc::Relocate::relocate): Update to use Track_tls.
2102
d8f5a274
AM
21032012-12-12 Alan Modra <amodra@gmail.com>
2104
2105 * options.h (General_options): Add --toc-sort/--no-toc-sort.
2106 Replace no_toc_optimize with toc_optimize.
2107 * output.h (Output_section::input_sections): Provide non-const variant.
2108 * powerpc.cc (Powerpc_relobj::has_small_toc_reloc_,
2109 set_has_small_toc_reloc, has_small_toc_reloc): New variable and
2110 accessors.
2111 (Target_powerpc::Scan::local, global): Call set_has_small_toc_reloc.
2112 (class Sort_toc_sections): New.
2113 (Target_powerpc::do_finalize_sections): Sort toc sections.
2114 (Target_powerpc::Relocate::relocate): Update toc_optimize test.
2115
4c8a1de1
RM
21162012-12-10 Roland McGrath <mcgrathr@google.com>
2117
2118 * testsuite/binary_unittest.cc (read_all): New function.
2119 (Sized_binary_test): Use it instead of ::read.
2120 * fileread.cc (do_read): Don't assume pread always reads the whole
2121 amount in a single call.
2122
edc27beb
AM
21232012-12-10 Alan Modra <amodra@gmail.com>
2124
2125 * powerpc.cc (Target_selector_powerpc::Target_selector_powerpc):
2126 Set EM_PPC64 or EM_PPC here.
2127 (Target_selector_powerpc::do_recognize): Delete.
2128
906b9150
AM
21292012-12-10 Alan Modra <amodra@gmail.com>
2130
2131 * powerpc.cc (Powerpc_relobj::Powerpc_relobj): Init has14_ and
2132 stub_table_.
2133 (Target_powerpc::Branch_info::make_stub): Don't omit addend.
2134
418c15ae
RM
21352012-12-07 Roland McGrath <mcgrathr@google.com>
2136
2137 * testsuite/binary_unittest.cc (Sized_binary_test):
2138 Use open_descriptor rather than ::open.
2139
decdd3bc
AM
21402012-12-07 Alan Modra <amodra@gmail.com>
2141
2142 * powerpc.cc (Stub_table::do_write): Delete redundant Address
2143 typedef and invalid_address constant.
2144 (Output_data_glink, Stub_table, Target_powerpc): Explicitly
2145 instantiate constants.
2146
db399005
ILT
21472012-12-06 Roland McGrath <mcgrathr@google.com>
2148
2149 * configure.ac (HAVE_ZLIB): Use AM_ZLIB instead of AC_SEARCH_LIBS.
2150 Use $ac_cv_header_zlib_h = yes as the condition in AM_CONDITIONAL.
2151 * aclocal.m4: Regenerate.
2152 * configure: Regenerate.
2153 * Makefile.in: Regenerate.
2154 * testsuite/Makefile.in: Regenerate.
2155
aba6bc71
AM
21562012-12-07 Alan Modra <amodra@gmail.com>
2157
2158 * options.h (General_options): Add no_toc_optimize.
2159 * powerpc.cc (ok_lo_toc_insn): New function.
2160 (Target_powerpc::Relocate::relocate): Optimize toc access sequences.
2161
9e69ed50
AM
21622012-12-06 Alan Modra <amodra@gmail.com>
2163
2164 * options.h (General_options): Add plt_align, plt_static_chain,
2165 plt_thread_safe. Update stub_group_size help text.
2166 * powerpc.cc (Target_powerpc::plt_thread_safe): New access function
2167 for new plt_thread_safe_ var.
2168 (use_plt_offset): Correct comments.
2169 (Target_powerpc::do_relax): Look for thread creation symbols to
2170 determine default plt_thread_safe value. Clear plt call stubs
2171 as well as branch stubs each iteration.
2172 (add_2_2_11, add_12_12_11, bnectr_p4, cmpldi_2_0, xor_11_11_11): New
2173 insn constants.
2174 (l, hi, ha, write_insn): Move earlier.
2175 (Stub_table): Delete prev_size, add last_plt_size and last_branch_size.
2176 (Stub_table::clear_stubs): Rename from clear_long_branch_stubs, clear
2177 plt stubs too.
2178 (Stub_table::update_size): Adjust.
2179 (Stub_table::prev_size, set_prev_size): Delete.
2180 (Stub_table::stub_align): Let --plt-align affect result.
2181 (Stub_table::plt_call_size): Calculate sizes for various stubs.
2182 (Stub_table::branch_stub_size): Use last_plt_size in address calc.
2183 (Stub_table::add_plt_call_stub): Pass iterator to plt_call_size.
2184 (Stub_table::do_write): Support more stub variants.
2185
f43ba157
AM
21862012-12-04 Alan Modra <amodra@gmail.com>
2187
2188 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Delete.
2189 (Target_powerpc::do_define_standard_symbols): New function.
2190
34171bc5
AM
21912012-12-03 Alan Modra <amodra@gmail.com>
2192
2193 * output.h: Formatting, whitespace.
2194
dc9589e9 21952012-12-03 Alan Modra <amodra@gmail.com>
ec661b9d
AM
2196
2197 * layout.h (Layout::get_executable_sections): Declare.
2198 * layout.cc (Layout::get_executable_sections): New function.
2199 * arm.cc (Target_arm::group_sections): Use it.
2200 (Arm_output_section::group_sections): Delete now redundant test.
2201 * output.cc (Output_reloc::Output_reloc): Add is_relative.
2202 param to handle relative relocs.
2203 * output.h (Output_reloc::Output_reloc <absolute reloc>): Likewise.
2204 (Output_data_reloc::add_absolute): Adjust.
2205 (Output_data_reloc::add_relative): New function.
2206 (Output_data::reset_data_size): New function.
2207 (Output_relaxed_input_section::set_relobj, set_shndx): New functions.
2208 (Output_section::set_addralign): New function.
2209 (Output_section::checkpoint_set_addralign): New function.
2210 (Output_section::clear_section_offsets_need_adjustment): New function.
2211 (Output_section::input_sections): Make public.
2212 * powerpc.cc (class Output_data_brlt_powerpc): New.
2213 (class Stub_table, class Stub_control): New.
2214 (Powerpc_relobj::has14_, set_has_14bit_branch, has_14bit_branch,
2215 stub_table_, set_stub_table, stub_table): New vectors and accessor
2216 functions.
2217 (Target_powerpc::do_may_relax, do_relax, push_branch,
2218 new_stub_table, stub_tables, brlt_section, group_sections,
2219 add_branch_lookup_table, find_branch_lookup_table,
2220 write_branch_lookup_table, make_brlt_section): New functions.
2221 (Target_powerpc::struct Sort_sections, class Branch_info): New.
2222 (Target_powerpc::brlt_section_, stub_tables_, branch_lookup_table_,
2223 branch_info_): New vars.
2224 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Don't
2225 make call stubs here.
2226 (Output_data_glink): Remove all call stub handling from this class.
2227 (Target_powerpc::Scan::local, global): Save interesting branch
2228 relocs and relocs for ifunc. Adjust calls to plt entry functions.
2229 (Target_powerpc::do_finalize_sections): Only make reg save/restore
2230 functions on final link.
2231 (Target_powerpc::Relocate::relocate): Adjust lookup of call stubs.
2232 Handle long branch destinations too.
2233 (Target_powerpc::do_dynsym_value, do_plt_address_for_global,
2234 do_plt_address_for_local): Adjust lookup of plt call stubs.
2235
627b30b7
AM
22362012-11-30 Alan Modra <amodra@gmail.com>
2237
2238 * powerpc.c (Target_powerpc::Scan::global): Don't emit relative
2239 relocs against protected symbols when building 32-bit shared libs.
2240
40b469d7
AM
22412012-11-30 Alan Modra <amodra@gmail.com>
2242
2243 * powerpc.cc (Target_powerpc::make_plt_section): Add symtab
2244 param. Call got_section() to make .got. Update all callers
2245 and their callers and so on.
2246
bb66a627
AM
22472012-11-30 Alan Modra <amodra@gmail.com>
2248
2249 * powerpc.cc (Powerpc_relobj::do_scan_relocs): Make STB_LOCAL
2250 _GLOBAL_OFFSET_TABLE_ rather than STB_WEAK.
2251 (Output_data_got_powerpc::make_header): Update _GLOBAL_OFFSET_TABLE_
2252 value if it already exists.
2253
d2cf1c6c
L
22542012-11-19 H.J. Lu <hongjiu.lu@intel.com>
2255
2256 PR gold/14858
2257 * x86_64.cc (Relocate::tls_ld_to_le): Support x32.
2258
edccdf7c
RM
22592012-11-14 Roland McGrath <mcgrathr@google.com>
2260
2261 * arm.cc (Output_data_plt_arm_nacl::first_plt_entry): Use bic rather
2262 than bfc instruction for data sandboxing.
2263
6febeb74
AM
22642012-11-08 Alan Modra <amodra@gmail.com>
2265
2266 * po/POTFILES.in: Regenerate.
2267
0a6f1bf2
AM
22682012-11-05 Alan Modra <amodra@gmail.com>
2269
2270 * configure.ac: Apply 2012-09-10 change to config.in here.
2271 * configure: Regenerate.
2272
26a4e9cb
AM
22732012-11-05 Alan Modra <amodra@gmail.com>
2274
2275 * powerpc.cc (Powerpc_relobj): Delete "Offset" typedef.
2276 (struct Opd_ent): Use "Address" rather than "Offset".
2277 (Output_data_got_powerpc::got_base_offset): Return Valtype.
2278 (Target_powerpc::got_section): Make public.
2279 (Target_powerpc::scan_relocs): Move code setting symbols..
2280 (Powerpc_relobj::do_scan_relocs): ..to here, new function.
2281 Create _SDA_BASE_ only when referenced.
2282
cc928013
RM
22832012-11-02 Roland McGrath <mcgrathr@google.com>
2284
2285 * i386.cc (Target_i386::relocate_relocs): Remove extraneous typename
2286 from last change.
2287
50ed5eb1
RM
22882012-11-01 Roland McGrath <mcgrathr@google.com>
2289
62fe925a
RM
2290 * target.h (Sized_target::relocate_relocs): Use Elf_Off
2291 for offset_in_output_section parameter.
2292 (Sized_target::relocate_special_relocatable): Likewise.
2293 * arm.cc (Target_arm::relocate_relocs): Likewise.
2294 (Target_arm::relocate_special_relocatable): Likewise.
2295 * i386.cc (Target_i386::relocate_relocs): Likewise.
2296 * powerpc.cc (Target_powerpc::relocate_relocs): Likewise.
2297 * sparc.cc (Target_sparc::relocate_relocs): Likewise.
2298 * target-reloc.h (relocate_relocs): Likewise.
2299 * testsuite/testfile.cc (Target_test): Likewise.
2300 * tilegx.cc (Target_tilegx::relocate_relocs): Likewise.
2301 * x86_64.cc (Target_x86_64::relocate_relocs): Likewise.
2302
2303 * system.h: Move inclusion of <clocale> to after <libintl.h> in
2304 [ENABLE_NLS] section, and separately at top of [!ENABLE_NLS] section.
2305
2306 * descriptors.cc (set_close_on_exec): Add ATTRIBUTE_UNUSED to the
2307 parameter, which is unused in the [!F_SETFD] case.
2308
50ed5eb1
RM
2309 * dwarf_reader.cc (Sized_elf_reloc_mapper::symbol_section): Cast
2310 SYMNDX to off_t before comparing it to this->data_size().
2311 * output.cc (Output_symtab_xindex::endian_do_write): Likewise.
2312 * incremental.cc (Output_section_incremental_inputs::do_write):
2313 Cast GLOBAL_SYM_COUNT to off_t before comparing it to SYMTAB_SIZE.
2314
2cadc0bf
RM
2315 * nacl.cc: Include "libiberty.h" for vasprintf declaration.
2316
3bfcb652
NC
23172012-10-30 Steve McIntyre <steve.mcintyre@linaro.org>
2318
2319 * gold.cc (Target_arm::do_adjust_elf_header): Add the
2320 hard-float/soft-float ABI flag as appropriate for ET_DYN/ET_EXEC
2321 in EABI_VER5.
2322
c1a8d56e
CC
23232012-10-29 Cary Coutant <ccoutant@google.com>
2324
2325 * dwp.cc (usage): Add file and exit status parameters;
2326 add --help and --version options.
2327 (print_version): New function.
2328 (main): Add --help and --version options.
2329
b2490a7b
L
23302012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2331
2332 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add
2333 final_layout_sequence.txt.
2334 * testsuite/Makefile.in: Regenerated.
2335
aa543512
L
23362012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2337
2338 * testsuite/Makefile.am (COMPILE1): New variable. Renamed from
2339 COMPILE generated by automake.
2340 (LINK1): Likewise.
2341 (CXXCOMPILE1): Likewise.
2342 (CXXLINK1): Likewise.
2343 (COMPILE): Strip out -Wp,-D_FORTIFY_SOURCE= from COMPILE1.
2344 (LINK): Likewise.
2345 (CXXCOMPILE): Likewise.
2346 (CXXLINK): Likewise.
2347 * testsuite/Makefile.in: Regenerated.
2348
d361fafb
L
23492012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2350
2351 * dwp.cc (Dwo_file::record_target_info): Issue a fatal error
2352 on bad fwrite return.
2353
598c7410
L
23542012-10-25 H.J. Lu <hongjiu.lu@intel.com>
2355
2356 * dwp.cc (Dwo_file::remap_str_offset): Use section_offset_type
2357 on val.
2358
35c813e2
CC
23592012-10-23 Cary Coutant <ccoutant@google.com>
2360
2361 * testsuite/Makefile.am (TEST_OBJCOPY): New macro.
2362 * testsuite/Makefile.in: Regenerate.
2363 * testsuite/dwp_test.h: New source file.
2364 * testsuite/dwp_test_1.cc: New source file.
2365 * testsuite/dwp_test_1.s: New source file.
2366 * testsuite/dwp_test_1.sh: New source file.
2367 * testsuite/dwp_test_1b.cc: New source file.
2368 * testsuite/dwp_test_1b.s: New source file.
2369 * testsuite/dwp_test_2.cc: New source file.
2370 * testsuite/dwp_test_2.s: New source file.
2371 * testsuite/dwp_test_2.sh: New source file.
2372 * testsuite/dwp_test_main.cc: New source file.
2373 * testsuite/dwp_test_main.s: New source file.
2374
77429909
CC
23752012-10-23 Cary Coutant <ccoutant@google.com>
2376
2377 * dwp.h: New header file.
2378 * dwp.cc: New source file.
2379 * gold.h: Move shared declarations to system.h.
2380 * system.h: New header file.
2381 * Makefile.am: Add dwp.
2382 * Makefile.in: Regenerate.
2383
ed5d6712
CC
23842012-10-23 Cary Coutant <ccoutant@google.com>
2385
2386 * dwarf_reader.cc (Dwarf_ranges_table::read_range_list): Call
2387 Dwarf_info_reader::read_from_pointer.
2388 (Dwarf_pubnames_table::read_header): Likewise.
2389 (Dwarf_pubnames_table::next_name): Likewise.
2390 (Dwarf_die::read_attributes): Likewise.
2391 (Dwarf_die::skip_attributes): Likewise.
2392 (Dwarf_info_reader::read_from_pointer): New function template.
2393 * dwarf_reader.h (Dwarf_ranges_table): Add dwinfo_.
2394 (Dwarf_pubnames_table): Likewise.
2395 (Dwarf_info_reader::read_from_pointer): New function template.
2396 * gdb-index.cc (Gdb_index_info_reader): Adjust call to
2397 Dwarf_pubnames_table ctor.
2398
8787852d
CC
23992012-10-23 Cary Coutant <ccoutant@google.com>
2400
2401 * dwarf_reader.cc (Dwarf_info_reader::do_parse): Use stored
2402 abbrev_shndx.
2403 * dwarf_reader.h (Dwarf_info_reader::Dwarf_info_reader): Initialize
2404 abbrev_shndx_.
2405 (Dwarf_info_reader::set_abbrev_shndx): New method.
2406 (Dwarf_info_reader::abbrev_shndx_): New data member.
2407
9fc236f3
CC
24082012-10-23 Cary Coutant <ccoutant@google.com>
2409
2410 * dwarf_reader.cc (make_elf_reloc_mapper): Check size and endianness
2411 from object, not parameters.
2412 (Dwarf_info_reader::parse): Likewise.
2413 * object.h (Relobj::elfsize, Relobj::is_big_endian): New methods.
2414 (Relobj::do_elfsize, Relobj::do_is_big_endian): New methods.
2415 (Sized_relobj::do_elfsize, Sized_relobj::do_is_big_endian): New
2416 methods.
2417
effe8365
CC
24182012-10-23 Cary Coutant <ccoutant@google.com>
2419
2420 * fileread.cc (Input_file::Input_file): New constructor.
2421 * fileread.h (class Input_file): Add new constructor.
2422
1698990d
AM
24232012-10-18 Alan Modra <amodra@gmail.com>
2424
2425 PR gold/14727
2426 * object.cc (Relobj::is_section_name_included): Also match
2427 .sdata personality section.
2428
168a4726
AM
24292012-10-18 Alan Modra <amodra@gmail.com>
2430
2431 * target-reloc.h (class Default_comdat_behavior): New, package up..
2432 (get_comdat_behaviour): ..this.
2433 (relocate_section): Add Relocate_comdat_behavior template arg,
2434 adjust code to suit.
2435 * arm.cc (Target_arm::relocate_section): Adjust to suit.
2436 (Target_arm::scan_reloc_section): Likewise.
2437 * i386.cc (Target_i386::relocate_section): Likewise.
2438 * sparc.cc (Target_sparc::relocate_section): Likewise.
2439 * tilegx.cc (Target_tilegx::relocate_section): Likewise.
2440 * x86_64.cc (Target_x86_64::relocate_section): Likewise.
2441 * powerpc.cc (class Relocate_comdat_behavior): New.
2442 (Target_powerpc::relocate_section): Don't zap opd relocs. Supply
2443 gold::relocate_section with new template arg.
2444
acc276d8
AM
24452012-10-18 Alan Modra <amodra@gmail.com>
2446
2447 * powerpc.cc (Target_powerpc::Scan::local, global): Always emit
2448 dynamic relocs for GOT_TPREL got entries, without symbol if
2449 resolving locally.
2450 (Target_powerpc::do_gc_add_reference): Don't add for dynamic objects.
2451 (Target_powerpc::scan_relocs): Define _GLOBAL_OFFSET_TABLE_ early.
2452 (Target_powerpc::Relocate:relocate): REL32 reloc may be unaligned.
2453
e10f9870
AM
24542012-10-17 Alan Modra <amodra@gmail.com>
2455
2456 PR gold/14726
2457 * gold.cc (queue_middle_tasks): Call gc_mark_symbol on _init and _fini.
2458
ae034989
ST
24592012-10-16 Sriraman Tallam <tmsriram@google.com>
2460
2461 * layout.cc (Layout::include_section): Keep sections marked
2462 SHF_EXCLUDE when doing relocatable links.
2463
f3a0ed29
AM
24642012-10-16 Alan Modra <amodra@gmail.com>
2465
2466 * powerpc.cc (Target_powerpc::define_save_restore_funcs): New func.
2467 (Target_powerpc::do_finalize_sections): Call it.
2468 (Output_data_save_res): New class and supporting functions.
2469 (Target_powerpc::symval_for_branch): Only look up .opd entry for
2470 normal symbols defined in object files.
2471
c6de8ed4
AM
24722012-10-12 Alan Modra <amodra@gmail.com>
2473
2474 * powerpc.cc (Powerpc_relobj::add_gc_mark, process_gc_mark): New.
2475 (struct Opd_ent): Make "discard" a bit field. Add "gc_mark".
2476 (Target_powerpc::do_gc_mark_symbol): Delay marking function code
2477 section if scan_opd_relocs not yet called.
2478 (Target_powerpc::gc_process_relocs): Call process_gc_mark.
2479
03e25981
AM
24802012-10-12 Alan Modra <amodra@gmail.com>
2481
2482 * powerpc.cc (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
2483 add_local_ifunc_entry): Revert last change.
2484 (Target_powerpc::make_plt_entry, make_local_ifunc_plt_entry): Likewise.
2485
c9824451
AM
24862012-10-05 Alan Modra <amodra@gmail.com>
2487
2488 * powerpc.cc (Target_powerpc::do_plt_address_for_local,
2489 do_plt_address_for_global): New functions.
2490 (Output_data_got_powerpc::do_write): Don't segfault when linking
2491 statically.
2492 (Output_data_plt_powerpc::add_entry, add_ifunc_entry,
2493 add_local_ifunc_entry): Return true on adding entry..
2494 (Target_powerpc::make_plt_entry): ..use to avoid unnecessary
2495 glink->add_entry call. Remove unused symtab param. Adjust calls.
2496 (Target_powerpc::make_local_ifunc_plt_entry): Likewise.
2497 (Target_powerpc::make_iplt_section): Remove symtab param. Don't
2498 set up symbols here.
2499 (Target_powerpc::do_finalize_sections): Instead set up __rela_iplt
2500 syms here. Do so even when no .iplt. Don't segfault when linking
2501 statically.
2502 (Output_data_glink::add_entry, find_entry): Rearrange params. Add
2503 new variants without reloc param.
2504 (Glink_sym_ent::Glink_sym_ent): Likewise.
2505 (Target_powerpc::Scan::reloc_needs_plt_for_ifunc): Accept any
2506 reloc when refs will resolve to plt call stub.
2507 (Target_powerpc::Scan::local): Correct ifunc handling. Allow
2508 R_PPC_PLTREL24 to resolve locally.
2509 (Target_powerpc::Scan::global): Correct ifunc handling.
2510 (Target_powerpc::Relocate::relocate): Correct local sym glink
2511 lookup. Don't destroy "value" when we have a plt call stub,
2512 and when checking plt call validity.
2513 (Target_powerpc::do_dynsym_value): Simplify.
2514
19fec8c1
AM
25152012-10-05 Alan Modra <amodra@gmail.com>
2516
2517 * i386.cc (Output_data_plt_i386::address_for_global,
2518 address_for_local): Add plt offset to returned value. Adjust uses.
2519 * sparc.cc (Output_data_plt_sparc::address_for_global,
2520 address_for_local): Likewise.
2521 * tilegx.cc (Output_data_plt_tilegx::address_for_global,
2522 address_for_local): Likewise.
2523 * x86_64.cc (Output_data_plt_x86_64::address_for_global,
2524 address_for_local): Likewise.
2525 * target.h (Target::plt_address_for_global, plt_address_for_local):
2526 Update comment.
2527 * output.cc (Output_reloc::symbol_value): Don't add plt offset here.
2528 (Output_data_got::Got_entry::write): Nor here.
2529 * output.h: Comment fix.
2530
e867b647
WL
25312012-10-02 Jiong Wang <jiwang@tilera.com>
2532
2533 * tilegx.cc (Target_tilegx::do_finalize_sections): Adjust
2534 global_offset_table_ value for larget got.
2535 (Target_tilegx::Relocate::relocate): Handle adjusted got value.
2536
e5d5f5ed
AM
25372012-09-29 Alan Modra <amodra@gmail.com>
2538
2539 * powerpc.cc (Target_powerpc::iplt_): New output section.
2540 (Target_powerpc::iplt_section, make_iplt_section,
2541 reloc_needs_plt_for_ifunc, make_local_ifunc_plt_entry): New functions.
2542 (Target_powerpc::make_plt_entry): Handle ifunc syms.
2543 Target_powerpc::plt_entry_count): Count iplt entries too.
2544 (Output_data_plt_powerpc::Output_data_plt_powerpc): Don't create
2545 reloc section in constructor. New params.
2546 (Target_powerpc::make_plt_section): Create reloc section here instead.
2547 (Output_data_plt_powerpc::add_ifunc_entry, add_local_ifunc_entry): New
2548 functions.
2549 (Output_data_plt_powerpc::initial_plt_entry_size_, name_): New vars.
2550 (Output_data_glink::add_entry, find_entry): New functions to
2551 deal with local syms.
2552 (Glink_sym_ent): Add support for local syms.
2553 (Output_data_glink::do_write): Handle ifunc plt entries.
2554 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2555 (Target_powerpc::Scan::local, global): Handle ifunc syms.
2556 (Target_powerpc::Relocate::relocate): Likewise.
2557 (Target_powerpc::do_dynsym_value): Use glink stub, not plt entry.
2558
ec4dbad3
AM
25592012-09-25 Alan Modra <amodra@gmail.com>
2560
2561 * object.h (Sized_relobj_file::adjust_local_symbol,
2562 do_adjust_local_symbol): New functions.
2563 * object.cc (Sized_relobj_file::do_count_local_symbols): Use the above.
2564 * powerpc.cc (Powerpc_relobj::do_adjust_local_symbol): New function.
2565 (Powerpc_relobj::scan_opd_relocs): Warn on unexpected opd relocs
2566 and irregular opd entry spacing.
2567 (Powerpc_relobj::do_read_relocs): Add opd size checks.
2568 (Global_symbol_visitor_opd): New functor.
2569 (Target_powerpc::do_finalize_sections): Omit global symbols defined
2570 on deleted opd entries.
2571
5c0b3823
WL
25722012-09-15 Jiong Wang <jiwang@tilera.com>
2573
2574 * tilegx.cc: New file.
2575 * Makefile.am (TARGETSOURCES): Add tilegx.cc
2576 (ALL_TARGETOBJS): Add tilegx.$(OBJEXT)
2577 * configure.tgt: Add entries for tilegx*.
2578 * configure.ac: Likewise.
2579 * Makefile.in: Rebuild.
2580 * configure: Likewise.
2581 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Handle
2582 tilegx.
2583
bfdfa4cd
AM
25842012-09-13 Alan Modra <amodra@gmail.com>
2585
2586 * target-reloc.h (scan_relocs): Call scan.local for relocs
2587 against symbols in discarded sections. Pass is_discarded
2588 param.
2589 * arm.cc, * i386.cc, * sparc.cc, * x86_64.cc (Target_*::Scan::local):
2590 Add is_discarded param.
2591 * powerpc (Target_powerpc::Scan::local): Likewise. Use
2592 is_discarded to flag opd entry as discarded. Don't emit dyn
2593 relocs on such entries.
2594 (Target_powerpc::Scan::global): Similarly detect and handle
2595 such opd entries.
2596 (Powerpc_relobj): Replace opd_ent_shndx_ and opd_ent_off_ with
2597 opd_ent_. Update all uses.
2598 (Powerpc_relobj::get_opd_discard, set_opd_discard): New functions.
2599 (Target_powerpc::relocate_section): Zero out discarded opd
2600 entry relocs.
2601
d77a0555
ILT
26022012-09-12 Ian Lance Taylor <iant@google.com>
2603
2604 PR gold/14570
2605 * output.cc: Rename Output_data_got template parameter from size
2606 to got_size for all functions. Compile all variants of
2607 Output_data_got.
2608 (Output_data_got::Got_entry::write): Correct use of size for
2609 symbol value. Use local_is_tls rather than casting to
2610 Sized_relobj_file.
2611 * object.h (class Object): Add local_is_tls and do_local_is_tls.
2612 (class Sized_relobj_file): Add do_local_is_tls.
2613 * incremental.h (class Sized_relobj_incr): Add do_local_is_tls.
2614
815a1205
AM
26152012-09-11 Alan Modra <amodra@gmail.com>
2616
2617 PR gold/14566
2618 * layout.cc (Layout::set_segment_offsets): When using
2619 common-page-size alignment, ensure we are on a new max-page-size
2620 page.
2621 * output.cc (Output_segment::set_section_addresses): Use
2622 abi_pagesize, not common_pagesize for relro boundary.
2623 (Output_segment::set_offset): Likewise.
2624
bd73a62d
AM
26252012-09-11 Alan Modra <amodra@gmail.com>
2626
2627 * output.h (Output_data_got::add_global_tls, add_local_tls,
2628 add_local_tls_pair): New functions.
2629 (Output_data_got::add_local_pair_with_rel): Remove second
2630 reloc param. Expand comment.
2631 (Output_data_got::Got_entry): Rename use_plt_offset_ to
2632 use_plt_or_tls_offset_, similarly for constructor param.
2633 (Output_data_got::Got_entry::write): Add got_index param.
2634 * output.cc (Output_data_got::add_global_tls, add_local_tls,
2635 add_local_tls_pair): New functions.
2636 (Output_data_got::Got_entry::write): Handle tls symbols
2637 with use_plt_or_tls_offset_ set specially.
2638 (Output_data_got::add_local_pair_with_rel): Only one reloc.
2639 (Output_data_got::do_write): Replace iterator with index, pass
2640 index to entry write function.
2641 * target.h (Target::tls_offset_for_local, tls_offset_for_global,
2642 do_tls_offset_for_local, do_tls_offset_for_global): New functions.
2643 * arm.cc (Target_arm::Scan::local): Update add_local_pair_with_rel
2644 call.
2645 * i386.cc (Target_i386::Scan::local): Likewise.
2646 * sparc.cc (Target_sparc::Scan::local): Likewise.
2647 * x86_64.cc (Target_x86_64::Scan::local): Likewise.
2648 * powerpc.cc (Target_powerpc::do_tls_offset_for_local,
2649 do_tls_offset_for_global): New functions.
2650 (Target_powerpc::Scan::local): Correct TLS relocations and got
2651 entry values.
2652 (Target_powerpc::Scan::global): Don't emit unnecessary
2653 dynamic relocations on TLS GOT entries.
2654
00716ab1
AM
26552012-09-10 Matthias Klose <doko@ubuntu.com>
2656
2657 * config.in: Disable sanity check for kfreebsd.
2658
c891b3f9
SA
26592012-09-10 Sterling Augustine <saugustine@google.com>
2660
2661 * gdb-index.cc (Gdb_index::pubnames_read): New parameter.
2662 (Gdb_index::pubtypes_read): New parameter.
2663 (Gdb_index_info_reader::read_pubnames_and_pubtypes): Add parameters
2664 to calls.
2665 * gdb-index.h (Gdb_index): New fields pubnames_object_ and
2666 pubtypes_object_.
2667
e81fea4d
AM
26682012-09-09 Alan Modra <amodra@gmail.com>
2669
2670 * target.h (Target::gc_mark_symbol, do_gc_mark_symbol): New functions.
2671 (Sized_target::gc_add_reference, do_gc_add_reference): New functions.
2672 * gc.h (gc_process_relocs): Call target gc_add_reference.
2673 * gold.cc (queue_middle_tasks): Use gc_mark_symbol on start sym.
2674 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Use gc_mark_symbol.
2675 (Symbol_table::gc_mark_symbol): Call target gc_mark_symbol. Remove
2676 unnecessary cast.
2677 * powerpc.cc (Powerpc_relobj::get_opd_ent): Rearrange parameters
2678 to cater for when we don't need code offset. Update use.
2679 (Powerpc_relobj::access_from_map_, opd_valid_): New vars.
2680 (Powerpc_relobj::access_from_map, add_reference, opd_valid,
2681 set_opd_valid): New functions.
2682 (Target_powerpc::do_gc_add_reference): New function.
2683 (Target_powerpc::gc_process_relocs): Call gc()->add_reference on
2684 stashed refs.
2685 (Target_powerpc::do_gc_mark_symbol): New function.
2686
d2d60eef
CC
26872012-09-06 Cary Coutant <ccoutant@google.com>
2688
2689 * dwarf_reader.cc (Dwarf_die::read_attributes): Add
2690 DW_FORM_GNU_addr_index and DW_FORM_GNU_str_index.
2691 (Dwarf_die::skip_attributes): Likewise.
2692 * object.cc (Read_symbols_data::~Read_symbols_data): Update comment.
2693 * testsuite/gdb_index_test.cc (inline_func_1): New function.
2694 (main): Call it.
2695 * testsuite/gdb_index_test_comm.sh: Check index for inline function.
2696
32ed4573
L
26972012-09-05 H.J. Lu <hongjiu.lu@intel.com>
2698
2699 * testsuite/script_test_3.t: Add .got.plt output section
2700 statement.
2701 * testsuite/script_test_4.t: Likewise.
2702
f4baf0d4
AM
27032012-09-05 Alan Modra <amodra@gmail.com>
2704
2705 * powerpc.cc (Powerpc_relocate_functions): Upcase enum values,
2706 update all uses and lose "enum" when using type.
2707
864a1b56
AM
27082012-09-05 Alan Modra <amodra@gmail.com>
2709
2710 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): False for powerpc.
2711 * configure: Regenerate.
2712 * testsuite/Makefile.am (final_layout.stdout): Pass --synthetic to nm.
2713 (plugin_final_layout.stdout): Likewise.
2714 (memory_test): Set page sizes to 0x1000.
2715 * testsuite/Makefile.in: Regenerate.
2716 * testsuite/discard_locals_test.sh: Add FIXME comment.
2717 * testsuite/justsyms_exec.c: Disable function test for powerpc64.
2718 * testsuite/pr14265.t: Add .got output section statement.
2719 * testsuite/script_test_2.t: Likewise.
2720 * testsuite/script_test_3.t: Likewise.
2721 * testsuite/script_test_4.t: Likewise.
2722 * testsuite/script_test_5.t: Likewise.
2723 * testsuite/script_test_6.t: Likewise.
2724 * testsuite/script_test_7.t: Likewise.
2725 * testsuite/script_test_9.t: Likewise.
2726
3ea0a085
AM
27272012-09-05 Alan Modra <amodra@gmail.com>
2728
2729 * powerpc.cc (Powerpc_relobj::get_opd_ent): Make const.
2730 (Powerpc_relocate_functions::Status): New typedef.
2731 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2732 (Target_powerpc::Scan::local): Handle REL64.
2733 (Target_powerpc::Scan::global): Likewise, and dynamic relocs
2734 for REL32 and REL64.
2735 (Target_powerpc::symval_for_branch): New function, extracted from..
2736 (Target_powerpc::Relocate::relocate): ..here. Correct plt call
2737 checks. Report overflow errors.
2738
7404fe1b
AM
27392012-09-05 Alan Modra <amodra@gmail.com>
2740
2741 * object.h (Sized_relobj_file::emit_relocs): Delete.
2742 (Sized_relobj_file::emit_relocs_reltype): Delete.
2743 * reloc.cc (Sized_relobj_file::do_relocate_sections): Call target
2744 relocate_relocs for --emit-relocs.
2745 (Sized_relobj_file::emit_relocs, emit_relocs_reltype): Delete.
2746 * output.h: Update comment.
2747 (Output_segment::first_section): New function.
2748 (Output_segment::first_section_load_address): Use first_section.
2749 * output.cc (Output_segment::first_section): New function extracted..
2750 (Output_segment::first_section_load_address): ..from here. Delete.
2751 * target-reloc.h (relocate_for_relocatable): Rename to relocate_relocs.
2752 * target.h (Sized_target::relocate_for_relocatable): Likewise.
2753 * arm.cc (Target_arm::relocate_for_relocatable): Likewise, and
2754 adjust call to target.h function.
2755 * i386.cc (Target_i386): Likewise.
2756 * sparc.cc (Target_sparc): Likewise.
2757 * x86_64.cc (Target_x86_64): Likewise.
2758 * powerpc.cc (Target_powerpc): Likewise.
2759 (Target_powerpc::Scan::local, global): Handle R_POWERPC_TLS. Ensure
2760 first tls section has section symbol for optimised local dynamic
2761 output relocs.
2762 (Target_powerpc::Relocate::relocate): Correct local dynamic value.
2763 (Target_powerpc::relocate_relocs): Adjust relocs emitted for
2764 optimised tls code.
2765 * testsuite/testfile.cc (Target_test::relocate_for_relocatable):
2766 Rename to relocate_relocs. Update error message.
2767
957564c9
AS
27682012-09-04 Andreas Schwab <schwab@linux-m68k.org>
2769
2770 * powerpc.cc (do_make_elf_object): Allow ET_EXEC files with
2771 --just-symbols.
2772
dd93cd0a
AM
27732012-08-31 Alan Modra <amodra@gmail.com>
2774
2775 * powerpc.cc (Powerpc_relobj): Add and use Address typedef.
2776 (Powerpc_relobj::toc_base_offset): New stub function.
2777 (Target_powerpc): Add tp_offset, dtp_offset. Rename
2778 got_mod_index_offset to tlsld_got_offset. Update all refs.
2779 (Target_powerpc::Relocate::enum skip_tls): New.
2780 (Target_powerpc::call_tls_get_addr_): New var.
2781 (Target_powerpc::is_branch_reloc): Move to file scope.
2782 (Target_powerpc::relocate_tls, optimize_tls_reloc): Delete.
2783 (Target_powerpc::optimize_tls_gd, optimize_tls_ld, optimize_tls_ie):
2784 New functions.
2785 (Target_powerpc::enum Got_type): Delete old values, add new ones.
2786 (powerpc_info): Correct common_pagesize for ppc64.
2787 (at_tls_transform, needs_dynamic_reloc, use_plt_offset): New functions.
2788 (Powerpc_relocate_functions): Add overflow check enums and functions.
2789 Add non-shift version of rela, rela_ua. Delete all rel public
2790 functions. Delete addr16_lo. Add addr64, addr64_u, addr32,
2791 addr32_u, addr24, addr16_u, addr16_hi2, addr16_ha2, addr16_hi3,
2792 addr16_ha3, addr14 functions.
2793 (Output_data_got_powerpc::add_constant_pair): New function.
2794 (Output_data_got_powerpc::got_base_offset): Likewise.
2795 (Output_data_got_powerpc::do_write): Correct 64-bit got header.
2796 (instruction constants): Sort, add some more.
2797 (Output_data_glink::do_write): Add and use Address typedef. Use
2798 object->toc_base_offset() stub for 64-bit.
2799 (Target_powerpc::tlsld_got_offset): Use add_constant_pair.
2800 (Target_powerpc::Scan::get_reference_flags): Handle more relocs.
2801 (Target_powerpc::Scan::local, global): Emit relative dynamic reloc
2802 for R_PPC64_TOC. Handle more relocs. Generate got entries for TLS.
2803 Always treat .opd relocs as against locally defined symbol.
2804 Correct condition for RELATIVE relocs.
2805 (Target_powerpc::do_finalize_sections): Test for NULL sections.
2806 (Target_powerpc::Relocate::relocate): Use plt call stub as value
2807 for 32-bit syms with a plt entry. Correct ppc64 toc base
2808 calculations. Handle TLS relocs, and more. Add overflow
2809 checking and adjust for Powerpc_relocate_functions changes.
2810 (Target_powerpc::relocate_for_relocatable): Handle zero r_sym.
2811 Reinstate --emit-relocs code with FIXME.
2812
a1373b60
AM
28132012-08-30 Alan Modra <amodra@gmail.com>
2814
2815 * layout.cc (Layout::set_segment_offsets): Set p_align to
2816 abi_pagesize, not common_pagesize.
2817 (Layout::relaxation_loop_body): Similarly use abi_pagesize
2818 to determine whether file header can go in segment.
2819
703d02da
AM
28202012-08-30 Alan Modra <amodra@gmail.com>
2821
2822 * output.h (Output_reloc::Output_reloc <output section>): Add
2823 is_relative param. Adjust calls.
2824 (Output_reloc::add_output_section_relative): New functions.
2825 * output.cc (Output_reloc::Output_reloc <output section>): Handle
2826 is_relative.
2827 (Output_reloc::symbol_value): Handle SECTION_CODE.
2828
16164a6b
ST
28292012-08-24 Sriraman Tallam <tmsriram@google.com>
2830
2831 * gold.cc (queue_middle_tasks): Call layout again when unique
2832 segments for sections is desired.
2833 * layout.cc (Layout::Layout): Initialize new members.
2834 (Layout::get_output_section_flags): New function.
2835 (Layout::choose_output_section): Call get_output_section_flags.
2836 (Layout::layout): Make output section for mapping to a unique segment.
2837 (Layout::insert_section_segment_map): New function.
2838 (Layout::attach_allocated_section_to_segment): Make unique segment for
703d02da 2839 output sections marked so.
16164a6b
ST
2840 (Layout::segment_precedes): Check for unique segments when sorting.
2841 * layout.h (Layout::Unique_segment_info): New struct.
2842 (Layout::Section_segment_map): New typedef.
2843 (Layout::insert_section_segment_map): New function.
2844 (Layout::get_output_section_flags): New function.
2845 (Layout::is_unique_segment_for_sections_specified): New function.
2846 (Layout::set_unique_segment_for_sections_specified): New function.
2847 (Layout::unique_segment_for_sections_specified_): New member.
2848 (Layout::section_segment_map_): New member.
2849 * object.cc (Sized_relobj_file<size, big_endian>::do_layout):
2850 Rename is_gc_pass_one to is_pass_one.
2851 Rename is_gc_pass_two to is_pass_two.
2852 Rename is_gc_or_icf to is_two_pass.
2853 Check for which pass based on whether symbols data is present.
2854 Make it two pass when unique segments for sections is desired.
2855 * output.cc (Output_section::Output_section): Initialize new
2856 members.
2857 * output.h (Output_section::is_unique_segment): New function.
2858 (Output_section::set_is_unique_segment): New function.
2859 (Output_section::is_unique_segment_): New member.
2860 (Output_section::extra_segment_flags): New function.
2861 (Output_section::set_extra_segment_flags): New function.
2862 (Output_section::extra_segment_flags_): New member.
2863 (Output_section::segment_alignment): New function.
2864 (Output_section::set_segment_alignment): New function.
2865 (Output_section::segment_alignment_): New member.
2866 (Output_segment::Output_segment): Initialize is_unique_segment_.
2867 (Output_segment::is_unique_segment): New function.
2868 (Output_segment::set_is_unique_segment): New function.
2869 (Output_segment::is_unique_segment_): New member.
2870 * plugin.cc (allow_unique_segment_for_sections): New function.
2871 (unique_segment_for_sections): New function.
2872 (Plugin::load): Add new functions to transfer vector.
2873 * Makefile.am (plugin_final_layout.readelf.stdout): Add readelf output.
2874 * Makefile.in: Regenerate.
2875 * testsuite/plugin_final_layout.sh: Check if unique segment
2876 functionality works.
2877 * testsuite/plugin_section_order.c (onload): Check if new interfaces
2878 are available.
2879 (allow_unique_segment_for_sections): New global.
2880 (unique_segment_for_sections): New global.
2881 (claim_file_hook): Call allow_unique_segment_for_sections.
2882 (all_symbols_read_hook): Call unique_segment_for_sections.
16164a6b 2883
1e2bee4f
CC
28842012-08-22 Cary Coutant <ccoutant@google.com>
2885
2886 * layout.cc (Layout::include_section): Don't assert on GROUP
2887 sections with --emit-relocs.
2888
1d5dfe78
CC
28892012-08-21 Cary Coutant <ccoutant@google.com>
2890
2891 * symtab.cc (Symbol_table::gc_mark_undef_symbols): Don't assert
2892 if --export-dynamic-symbol names an undef symbol.
2893
c9269dff
AM
28942012-08-18 Alan Modra <amodra@gmail.com>
2895
2896 * powerpc.cc: Formatting and white space.
2897 (Powerpc_relobj): Rename got2_section_ to special_.
2898 Add opd_ent_shndx_ and opd_ent_off_ vectors.
2899 (Powerpc_relobj::opd_shndx, init_opd, get_opd_ent, set_opd_ent,
2900 scan_opd_relocs, do_read_relocs, opd_ent_ndx): New functions.
2901 (Target_powerpc): Add Address typedef and invalid_address. Use
2902 throughout.
2903 (Target_powerpc::is_branch_reloc): New function.
2904 (Powerpc_relocate_functions): Add Address typedef, use throughout.
2905 (Powerpc_relocate_functions:rela, rela_ua): Correct type used
2906 for dst_mask, value and addend.
2907 (Powerpc_relobj::do_find_special_sections): Find .opd for 64-bit.
2908 (ld_2_1, cror_15_15_15, cror_31_31_31): New insn constants.
2909 (Output_data_glink::do_write): Correct toc base. Don't try to use
2910 uint16_t for 24-bit offset. Use get_output_section_offset and
2911 check return.
2912 (Target_powerpc::Scan::local): Handle more relocs.
2913 (Target_powerpc::do_finalize_sections): Set up DT_PPC64_GLINK.
2914 (Target_powerpc::Relocate::relocate): Correct toc base calculation.
2915 Plug in toc restoring insn after plt calls. Translate branches
2916 to function descriptor symbols to corresponding entry point.
2917 (Target_powerpc::relocate_for_relocatable): Check return from
2918 get_output_section_offset.
2919 * symtab.h: Comment typo.
2920
b1759dce
ILT
29212012-08-14 Ian Lance Taylor <iant@google.com>
2922
2923 * x86_64.cc (Target_x86_64::Scan::global): Fix erroneous call to
2924 unsupported_relocal_local to call unsupported_reloc_global.
2925
b9b2ae8b
NC
29262012-08-14 Nick Clifton <nickc@redhat.com>
2927
2928 PR ld/14265
2929 * script-sections.cc (Sections_element::output_section_name): Add
2930 keep return parameter.
2931 (Output_section_element::match_name): Add keep return parameter.
2932 Return the value of the keep_ member.
2933 * script-sections.h (class Output_section): Update
2934 output_section_name prototype.
2935 * layout.cc (Layout::keep_input_section): New public member
2936 function.
2937 (Layout::choose_output_section): Pass keep parameter to
2938 output_section_name.
2939 * layout.h (class Layout): Add keep_input_section.
2940 * object.cc (Sized_relobj_file::do_layout): Check for kept input
2941 sections.
2942 * testsuite/Makefile.am: Add a test.
2943 * testsuite/Makefile.in: Regenerate.
2944 * testsuite/pr14265.c: Source file for the test.
2945 * testsuite/pr14265.t: Linker script for the test.
2946 * testsuite/pr14265.sh: Shell script for the test.
2947
921b5322
AM
29482012-08-14 Alan Modra <amodra@gmail.com>
2949
2950 * target.h (Target::output_section_name): New function.
2951 (Target::do_output_section_name): New function.
2952 * layout.cc (Layout::choose_output_section): Call the above.
2953 * powerpc.cc (Target_powerpc::do_output_section_name): New function.
2954
6ce78956
AM
29552012-08-14 Alan Modra <amodra@gmail.com>
2956
2957 * powerpc.cc: Update for renamed R_PPC_REL16 relocs.
2958 (Output_data_got_powerpc::do_write): Don't rely on base class lookup
2959 for replace_constant call.
2960 (Output_data_plt_powerpc::do_print_to_mapfile): New function.
2961 (Output_data_glink::do_print_to_mapfile): New function.
2962 (Target_powerpc::Scan::local): Ignore R_PPC64_TOCSAVE.
2963 (Target_powerpc::Relocate::relocate): Likewise.
2964
d1a8cabd
AM
29652012-08-14 Alan Modra <amodra@gmail.com>
2966
2967 * powerpc.cc (Powerpc_relobj::set_got2_shndx): Delete.
2968 (Powerpc_relobj::do_find_special_sections): Don't use set_got2_shndx.
2969 (Output_data_glink::add_entry,find_entry): Remove shndx param.
2970 (class Glink_sym_ent): Rename from struct Glink_sym_ent. Remove
2971 all references to shndx_. Handle special case for R_PPC_PLTREL24
2972 here.
2973 (class Glink_sym_ent_hash): Rename from struct Glink_sym_ent_hash.
2974 (Output_data_glink::do_write): Retrieve got2_shdnx from object.
2975 (Target_powerpc::make_plt_entry): Don't special case R_PPC_PLTREL24
2976 here.
2977 (Target_powerpc::Scan::global): Nor on make_plt_entry call.
2978 (Target_powerpc::Relocate::relocate): Nor on glink->find_entry call.
2979
d83ce4e3
AM
29802012-08-12 Alan Modra <amodra@gmail.com>
2981
2982 * powerpc.cc: Whitespace fixes. Wrap overly long lines.
2983 (glink insn constants): Use uint32_t.
2984 (Output_data_glink::add_entry): Use insert, not [] operator.
2985
cf43a2fe
AM
29862012-08-11 Alan Modra <amodra@gmail.com>
2987
2988 * object.h (Sized_relobj_file::find_shdr): New function.
2989 (Sized_relobj_file::find_special_sections): New function.
2990 * object.cc (Sized_relobj_file::find_shdr): New function.
2991 (Sized_relobj_file::find_eh_frame): Use find_shdr.
2992 (Sized_relobj_file::find_special_sections): New function, split out..
2993 (Sized_relobj_file::do_read_symbols): ..from here.
2994 * output.h (Output_data_got::replace_constant): New function.
2995 (Output_data_got::num_entries): New function.
2996 (Output_data_got::last_got_offset,set_got_size): Use num_entries.
2997 (Output_data_got::got_offset): Protected rather than private.
2998 (Output_data_got::replace_got_entry): New function.
2999 * output.cc (Output_data_got::replace_got_entry): New function.
3000 * powerpc.cc (class Powerpc_relobj): New.
3001 (class Powerpc_relocate_functions): Delete all psymval variants or
3002 convert to value,addend type. Delete pcrela, pcrela_unaligned.
3003 Implement _ha functions using corresponding _hi function.
3004 (Powerpc_relobj::find_special_sections): New function.
3005 (Target_powerpc::do_make_elf_object): New function.
3006 (class Output_data_got_powerpc): New.
3007 (class Output_data_glink): New.
3008 (class Powerpc_scan_relocatable_reloc): New.
3009 Many more changes througout file.
3010
3c892704
NC
30112012-08-09 Nick Clifton <nickc@redhat.com>
3012
3013 * po/vi.po: Updated Vietnamese translation.
3014
82435b3b
ILT
30152012-08-07 Ian Lance Taylor <iant@google.com>
3016
3017 * layout.cc (Layout::add_target_dynamic_tags): If
3018 dynrel_includes_plt but no dyn_rel, emit dynamic reloc tags for
3019 plt_rel.
3020
a6dc81d2
NC
30212012-07-30 Nick Clifton <nickc@redhat.com>
3022
3023 * po/gold.pot: Updated template.
3024 * po/es.po: Updated Spanish translation.
3025
f1415016
CC
30262012-07-18 Cary Coutant <ccoutant@google.com>
3027
3028 PR gold/14344
3029 * configure.ac: Add check for -gpubnames support.
3030 * configure: Regenerate.
3031 * testsuite/Makefile.am (gdb_index_test_1): Add check for -gpubnames
3032 support; force -gno-pubnames.
3033 (gdb_index_test_2, gdb_index_test_3): Add check for -gpubnames
3034 support.
3035 (gdb_index_test_4): New test.
3036 * testsuite/Makefile.in: Regenerate.
3037 * testsuite/gdb_index_test_1.sh: Refactor code into common file.
3038 * testsuite/gdb_index_test_2.sh: Likewise.
3039 * testsuite/gdb_index_test_3.sh: Don't look for space after colon.
3040 * testsuite/gdb_index_test_4.sh: New script.
3041 * testsuite/gdb_index_test_comm.sh: New script with common code;
3042 don't look for space after colon.
3043
b7fd7c37
ST
30442012-07-16 Sriraman Tallam <tmsriram@google.com>
3045
3046 * gold.cc (queue_middle_tasks): Update function order only after
3047 deferred objects due to plugins are processed.
3048
1f3212db
ILT
30492012-07-11 Ian Lance Taylor <iant@google.com>
3050
3051 * arm.cc (Arm_relocate_functions::abs16): Remove unused typedef.
3052 (Arm_exidx_cantunwind::do_fixed_endian_write): Likewise.
3053 (Target_arm::scan_reloc_for_stub): Likewise.
3054 * common.cc (Symbol_table::do_allocate_commons_list): Likewise.
3055 * dwarf_reader.cc (Dwarf_die::skip_attributes): Likewise.
3056 * ehframe.cc (Eh_frame::do_add_ehframe_input_section): Likewise.
3057 * incremental.cc (Sized_incr_dynobj::do_add_symbols): Likewise.
3058 * powerpc.cc (Target_powerpc::relocate_tls): Likewise.
3059
81c82a68
ILT
30602012-07-10 Dodji Seketeli <dodji@redhat.com>
3061 Ian Lance Taylor <iant@google.com>
3062
3063 PR gold/14309
3064 * configure.ac: Test whether std::tr1::hash<off_t> works.
3065 * gold.h: Add a specialization for std::tr1::hash<off_t> if
3066 needed.
3067 * output.h (class Output_fill): Add virtual destructor.
3068 * configure, config.in: Rebuild.
3069
eabc84f4
RM
30702012-06-22 Roland McGrath <mcgrathr@google.com>
3071
3072 * layout.cc (finalize): Define __ehdr_start symbol if applicable.
3073
370e30b6
RÁE
30742012-06-12 Rafael Ávila de Espíndola <respindola@mozilla.com>
3075
3076 * plugin.cc (Plugin::load): Handle position independent executables.
3077
fb1b895d
CC
30782012-06-06 Cary Coutant <ccoutant@google.com>
3079
3080 * layout.cc (gdb_sections): Remove ".debug_" prefixes,
3081 add .debug_macro.
3082 (lines_only_debug_sections): Likewise.
3083 (gdb_fast_lookup_sections): New static array.
3084 (is_gdb_debug_section): Rename formal parameter.
3085 (is_lines_only_debug_section): Likewise.
3086 (is_gdb_fast_lookup_section): New function.
3087 (Layout::include_section): Check for ".zdebug_" prefix; pass
3088 section name suffix to is_gdb_debug_section, et al.; check for
3089 fast-lookup sections when building .gdb_index.
3090 * options.h (--strip-debug-gdb): Update GDB version number.
3091
7c0640fa
CC
30922012-06-06 Cary Coutant <ccoutant@google.com>
3093
3094 * configure.ac: Add check for fallocate.
3095 * configure: Regenerate.
3096 * config.in: Regenerate.
3097
3098 * options.h (class General_options): Add --mmap-output-file and
3099 --posix-fallocate options.
3100 * output.cc: (posix_fallocate): Remove; replace with...
3101 (gold_fallocate): New function.
3102 (Output_file::map_no_anonymous): Call gold_fallocate.
3103 (Output_file::map): Check --mmap-output-file option.
3104
2a49eb69
DK
31052012-06-05 Jing Yu <jingyu@google.com>
3106
3107 * gold.h (textdomain): Add do {} to empty while(0).
3108 (bindtextdomain): Likewise.
3109
fad072ac
CC
31102012-06-04 Cary Coutant <ccoutant@google.com>
3111
3112 * dynobj.cc (Sized_dynobj::do_get_global_symbol_counts): Call
3113 has_dynsym_index.
3114
8cc69fb6
ST
31152012-05-25 Sriraman Tallam <tmsriram@google.com>
3116
3117 * symtab.cc (Symbol_table::define_special_symbol):
3118 Initialize *poldsym to prevent uninitialized variable errors.
3119
1be75daa
CC
31202012-05-23 Cary Coutant <ccoutant@google.com>
3121
3122 * layout.cc (Layout::section_name_mapping): Add rules to handle
3123 exact match on .data.rel.ro.local or .data.rel.ro.
3124 (Layout::output_section_name): Check for exact matches.
3125
9b689de0
CC
31262012-05-23 Cary Coutant <ccoutant@google.com>
3127
3128 * layout.cc (Layout::section_name_mapping): Match .data.rel.ro.*
3129 more carefully.
3130
b24fdbf5
CC
31312012-05-22 Cary Coutant <ccoutant@google.com>
3132
3133 * symtab.cc (Symbol::should_add_dynsym_entry): Check for relocatable
3134 object before exporting symbol.
3135
e550e1a2
L
31362012-05-21 H.J. Lu <hongjiu.lu@intel.com>
3137
3138 * testsuite/tls_test.cc: Include "config.h" first.
3139 * testsuite/tls_test_c.c: Likewise.
3140
df7b86aa
NC
31412012-05-17 Daniel Richard G. <skunk@iskunk.org>
3142 Nick Clifton <nickc@redhat.com>
3143
3144 PR 14072
3145 * configure.in: Add check that sysdep.h has been included before
3146 any system header files.
3147 * configure: Regenerate.
3148 * config.in: Regenerate.
3149
1007b503
CC
31502012-05-14 Cary Coutant <ccoutant@google.com>
3151
3152 * layout.cc (Layout::make_output_section): Mark .tdata section
3153 as RELRO.
3154 * testsuite/relro_test.cc: Add a TLS variable.
3155
fd885f3a
L
31562012-05-10 H.J. Lu <hongjiu.lu@intel.com>
3157
3158 PR gold/14091
3159 * x86_64.cc (Target_x86_64::Scan::local): For x32, generate
3160 R_X86_64_RELATIVE64 instead of R_X86_64_RELATIVE in case of
3161 R_X86_64_64.
3162
80f5885c
CC
31632012-05-08 Cary Coutant <ccoutant@google.com>
3164
3165 * layout.cc (gdb_sections): Update GDB version, add .debug_addr.
3166 (lines_only_debug_sections): Likewise.
3167
2e702c99
RM
31682012-05-02 Roland McGrath <mcgrathr@google.com>
3169
3170 * nacl.cc: New file.
3171 * nacl.h: New file.
3172 * Makefile.am (CCFILES, HFILES): Add them.
3173 * Makefile.in: Regenerate.
3174 * i386.cc (Output_data_plt_i386_nacl): New class.
3175 (Output_data_plt_i386_nacl_exec): New class.
3176 (Output_data_plt_i386_nacl_dyn): New class.
3177 (Target_i386_nacl): New class.
3178 (Target_selector_i386_nacl): New class.
3179 (target_selector_i386): Use it instead of Target_selector_i386.
3180 * x86_64.cc (Output_data_plt_x86_64_nacl): New class.
3181 (Target_x86_64_nacl): New class.
3182 (Target_selector_x86_64_nacl): New class.
3183 (target_selector_x86_64, target_selector_x32): Use it instead of
3184 Target_selector_x86_64.
3185 * arm.cc (Output_data_plt_arm_nacl): New class.
3186 (Target_arm_nacl): New class.
3187 (Target_selector_arm_nacl): New class.
3188 (target_selector_arm, target_selector_armbe): Use it instead of
3189 Target_selector_arm.
3190
3191 * target-select.cc (select_target): Take new Input_file* and off_t
3192 arguments, pass them on to recognize method of selector.
3193 * object.cc (make_elf_sized_object): Update caller.
3194 * parameters.cc (parameters_force_valid_target): Likewise.
3195 * incremental.cc (make_sized_incremental_binary): Likewise.
3196 * target-select.h: Update decl.
3197 (Target_selector::recognize): Take new Input_file* argument,
3198 pass it on to do_recognize.
3199 (Target_selector::do_recognize): Take new Input_file* argument.
3200 * freebsd.h (Target_selector_freebsd::do_recognize): Likewise.
3201 * powerpc.cc (Target_selector_powerpc::do_recognize): Likewise.
3202 * sparc.cc (Target_selector_sparc::do_recognize): Likewise.
3203 * testsuite/testfile.cc (Target_selector::do_recognize): Likewise.
3204
3205 * target.h (Target::Target_info): New members isolate_execinstr
3206 and rosegment_gap.
3207 (Target::isolate_execinstr, Target::rosegment_gap): New methods.
3208 * arm.cc (Target_arm::arm_info): Update initializer.
3209 * i386.cc (Target_i386::i386_info): Likewise.
3210 * powerpc.cc (Target_powerpc::powerpc_info): Likewise.
3211 * sparc.cc (Target_sparc::sparc_info): Likewise.
3212 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
3213 * testsuite/testfile.cc (Target_test::test_target_info): Likewise.
3214 * layout.cc (Layout::attach_allocated_section_to_segment):
3215 Take new const Target* argument. If target->isolate_execinstr(), act
3216 like --rosegment.
3217 (Layout::find_first_load_seg): Take new const Target* argument;
3218 if target->isolate_execinstr(), reject PF_X segments.
3219 (Layout::relaxation_loop_body): Update caller.
3220 (Layout::set_segment_offsets): If target->isolate_execinstr(),
3221 reset file offset to zero when we hit LOAD_SEG, and then do a second
3222 loop over the segments before LOAD_SEG to reassign offsets after
3223 addresses have been determined. Handle target->rosegment_gap().
3224 (Layout::attach_section_to_segment): Take new const Target* argument;
3225 pass it to attach_allocated_section_to_segment.
3226 (Layout::make_output_section): Update caller.
3227 (Layout::attach_sections_to_segments): Take new const Target* argument;
3228 pass it to attach_section_to_segment.
3229 * gold.cc (queue_middle_tasks): Update caller.
3230 * layout.h (Layout): Update method decls with new arguments.
3231
3232 * arm.cc (Target_arm::Target_arm): Take optional argument for the
3233 Target_info pointer to use.
3234 (Target_arm::do_make_data_plt): New virtual method.
3235 (Target_arm::make_data_plt): New method that calls it.
3236 (Target_arm::make_plt_entry): Use it.
3237 (Output_data_plt_arm::Output_data_plt_arm): Take additional argument
3238 for the section alignment.
3239 (Output_data_plt_arm::do_first_plt_entry_offset): New abstract virtual
3240 method.
3241 (Output_data_plt_arm::first_plt_entry_offset): Call it.
3242 (Output_data_plt_arm::do_get_plt_entry_size): New abstract virtual
3243 method.
3244 (Output_data_plt_arm::get_plt_entry_size): Call it.
3245 (Output_data_plt_arm::do_fill_plt_entry): New abstract virtual method.
3246 (Output_data_plt_arm::fill_plt_entry): New method that calls it.
3247 (Output_data_plt_arm::do_fill_first_plt_entry): New abstract virtual
3248 method.
3249 (Output_data_plt_arm::fill_first_plt_entry): New method that calls it.
3250 (Output_data_plt_arm::set_final_data_size): Use get_plt_entry_size
3251 method instead of sizeof(plt_entry).
3252 (Output_data_plt_arm::add_entry): Likewise.
3253 Use first_plt_entry_offset method instead of sizeof(first_plt_entry).
3254 (Target_arm::first_plt_entry_offset): Call method on this->plt_ rather
3255 than static method.
3256 (Target_arm::plt_entry_size): Likewise.
3257 (Output_data_plt_arm::first_plt_entry, Output_data_plt_arm::plt_entry):
3258 Move to ...
3259 (Output_data_plt_arm_standard): ... here, new class.
3260 (Output_data_plt_arm::do_write): Move guts of PLT filling to...
3261 (Output_data_plt_arm_standard::do_fill_first_plt_entry): ... here ...
3262 (Output_data_plt_arm_standard::do_fill_plt_entry): ... and here.
3263
3264 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
3265 Take additional argument for the PLT entry size.
3266 (Output_data_plt_x86_64::get_tlsdesc_plt_offset):
3267 Use get_plt_entry_size method rather than plt_entry_size variable.
3268 (Output_data_plt_x86_64::reserve_slot): Likewise.
3269 (Output_data_plt_x86_64::do_adjust_output_section): Likewise.
3270 (Output_data_plt_x86_64::add_entry): Likewise.
3271 (Output_data_plt_x86_64::add_local_ifunc_entry): Likewise.
3272 (Output_data_plt_x86_64::address_for_global): Likewise.
3273 (Output_data_plt_x86_64::address_for_local): Likewise.
3274 (Output_data_plt_x86_64::set_final_data_size): Likewise.
3275 (Output_data_plt_x86_64::first_plt_entry_offset): Likewise.
3276 Make method non-static.
3277 (Output_data_plt_x86_64::do_get_plt_entry_size): New abstract virtual
3278 method.
3279 (Output_data_plt_x86_64::get_plt_entry_size): Just call that.
3280 (Output_data_plt_x86_64::do_add_eh_frame): New abstract virtual method.
3281 (Output_data_plt_x86_64::add_eh_frame): New method to call it.
3282 (Output_data_plt_x86_64::do_fill_first_plt_entry): New abstract
3283 virtual method.
3284 (Output_data_plt_x86_64::fill_first_plt_entry): New method to call it.
3285 (Output_data_plt_x86_64::do_fill_plt_entry): New abstract
3286 virtual method.
3287 (Output_data_plt_x86_64::fill_plt_entry): New method to call it.
3288 (Output_data_plt_x86_64::do_fill_tlsdesc_entry): New abstract
3289 virtual method.
3290 (Output_data_plt_x86_64::fill_tlsdesc_entry): New method to call it.
3291 (Output_data_plt_x86_64::plt_entry_size)
3292 (Output_data_plt_x86_64::first_plt_entry)
3293 (Output_data_plt_x86_64::plt_entry)
3294 (Output_data_plt_x86_64::tlsdesc_plt_entry)
3295 (Output_data_plt_x86_64::plt_eh_frame_fde_size)
3296 (Output_data_plt_x86_64::plt_eh_frame_fde): Move to ...
3297 (Output_data_plt_x86_64_standard): ... here, new class.
3298 (Target_x86_64::Target_x86_64): Take optional argument for the
3299 Target_info pointer to use.
3300 (Target_x86_64::do_make_data_plt): New virtual method.
3301 (Target_x86_64::make_data_plt): New method to call it.
3302 (Target_x86_64::init_got_plt_for_update): Use that.
3303 Call this->plt_->add_eh_frame method here.
3304 (Output_data_plt_x86_64::init): Don't do add_eh_frame_for_plt here.
3305 (Target_x86_64::first_plt_entry_offset): Call method on this->plt_
3306 rather than static method.
3307 (Target_x86_64::plt_entry_size): Likewise.
3308 (Output_data_plt_x86_64::do_write): Use get_plt_entry_size method
3309 rather than plt_entry_size variable. Move guts of PLT filling to...
3310 (Output_data_plt_x86_64_standard::do_fill_first_plt_entry): ... here ...
3311 (Output_data_plt_x86_64_standard::do_fill_plt_entry): ... and here ...
3312 (Output_data_plt_x86_64_standard::do_fill_tlsdesc_entry): ... and here.
3313
3314 * i386.cc (Output_data_plt_i386::Output_data_plt_i386): Take
3315 additional argument for the section alignment.
3316 Don't do add_eh_frame_for_plt here.
3317 (Output_data_plt_i386::first_plt_entry_offset): Make the method
3318 non-static. Use get_plt_entry_size method rather than plt_entry_size
3319 variable.
3320 (Output_data_plt_i386::do_get_plt_entry_size): New abstract virtual
3321 method.
3322 (Output_data_plt_i386::get_plt_entry_size): Call it.
3323 (Output_data_plt_i386::do_add_eh_frame): New abstract virtual method.
3324 (Output_data_plt_i386::add_eh_frame): New method to call it.
3325 (Output_data_plt_i386::do_fill_first_plt_entry): New abstract virtual
3326 method.
3327 (Output_data_plt_i386::fill_first_plt_entry): New method to call it.
3328 (Output_data_plt_i386::do_fill_plt_entry): New abstract virtual
3329 method.
3330 (Output_data_plt_i386::fill_plt_entry): New method to call it.
3331 (Output_data_plt_i386::set_final_data_size): Use get_plt_entry_size
3332 method instead of plt_entry_size.
3333 (Output_data_plt_i386::plt_entry_size)
3334 (Output_data_plt_i386::plt_eh_frame_fde_size)
3335 (Output_data_plt_i386::plt_eh_frame_fde): Move to ...
3336 (Output_data_plt_i386_standard): ... here, new class.
3337 (Output_data_plt_i386_exec): New class.
3338 (Output_data_plt_i386::exec_first_plt_entry): Move to ...
3339 (Output_data_plt_i386_exec::first_plt_entry): ... here.
3340 (Output_data_plt_i386::exec_plt_entry): Move to ...
3341 (Output_data_plt_i386_exec::plt_entry): ... here.
3342 (Output_data_plt_i386_dyn): New class.
3343 (Output_data_plt_i386::first_plt_entry): Move to ...
3344 (Output_data_plt_i386_dyn::first_plt_entry): ... here.
3345 (Output_data_plt_i386::dyn_plt_entry): Move to ...
3346 (Output_data_plt_i386_dyn::plt_entry): ... here.
3347 (Target_i386::Target_i386): Take optional argument for the Target_info
3348 pointer to use.
3349 (Target_i386::do_make_data_plt): New virtual method.
3350 (Target_i386::make_data_plt): New method to call it.
3351 (Target_i386::make_plt_section): Use that.
3352 Call this->plt_->add_eh_frame method here.
3353 (Output_data_plt_i386::add_entry): Use get_plt_entry_size method
3354 rather than plt_entry_size variable.
3355 (Output_data_plt_i386::add_local_ifunc_entry): Likewise.
3356 (Output_data_plt_i386::address_for_local): Likewise.
3357 (Output_data_plt_i386::do_write): Likewise.
3358 Move guts of PLT filling to...
3359 (Output_data_plt_i386_exec::do_fill_first_plt_entry): ... here ...
3360 (Output_data_plt_i386_exec::do_fill_plt_entry): ... and here ...
3361 (Output_data_plt_i386_dyn::do_fill_first_plt_entry): ... and here ...
3362 (Output_data_plt_i386_dyn::do_fill_plt_entry): ... and here.
3363
b9b9f2ee
CC
33642012-05-01 Cary Coutant <ccoutant@google.com>
3365
3366 * dwarf_reader.cc (Dwarf_die::read_attributes)
3367 (Dwarf_die::skip_attributes, Dwarf_die::int_attribute)
3368 (Dwarf_die::uint_attribute): Remove DW_FORM_null.
3369 * reduced_debug_output.cc
3370 (Output_reduced_debug_info_section::get_die_end): Remove
3371 DW_FORM_GNU_ref_index. Add default case.
3372
57923f48
MW
33732012-04-26 Mark Wielaard <mjw@redhat.com>
3374
3375 * dwarf_reader.cc (Dwarf_die::address_attribute): New function.
3376 * dwarf_reader.h (Dwarf_die::address_attribute): Likewise.
3377 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Handle
3378 DW_AT_high_pc as offset from DW_AT_low_pc.
3379
3380 * testsuite/Makefile.am (gdb_index_test_3.sh): New test case.
3381 * testsuite/Makefile.in: Regenerate.
3382 * testsuite/gdb_index_test_3.c: New test source file.
3383 * testsuite/gdb_index_test_3.sh: New test source file.
3384
2c54b4f4
ILT
33852012-04-25 Ian Lance Taylor <iant@google.com>
3386
3387 * arm.cc (Target_arm::do_is_defined_by_abi): Make sym a const
3388 pointer.
3389 (Stub_addend_reader::operator()): Declare Arm_relocate_functions
3390 as a class, not a struct.
3391 (Target_arm::scan_span_for_cortex_a8_erratum): Likewise.
3392 (Target_arm::apply_cortex_a8_workaround): Likewise.
3393 * gc.h: Declare Reloc_types as a struct, not a class.
3394 * object.h: Declare Symbols_data as a struct.
3395 * reloc.h: Declare Read_relocs_data as a struct.
3396 * target.h: Declare Relocate_info as a struct.
3397
a5a5f7a3
DM
33982012-04-24 David S. Miller <davem@davemloft.net>
3399
3400 * sparc.cc (Target_sparc::Relocate::relax_call): New function.
3401 (Target_sparc::Relocate::relocate): Call it for R_SPARC_WDISP30
3402 and R_SPARC_WPLT30.
3403
f038d496
CC
34042012-04-24 Cary Coutant <ccoutant@google.com>
3405
3406 * incremental-dump.cc (find_input_containing_global): Replace
3407 magic number with symbolic constant.
3408 (dump_incremental_inputs): Update version number.
3409 * incremental.cc (Output_section_incremental_inputs): Update version
3410 number; import symbolic constants from Incremental_inputs_reader.
3411 (Incremental_inputs::create_data_sections): Align relocations
3412 section correctly for 64-bit targets.
3413 (Output_section_incremental_inputs::set_final_data_size): Use symbolic
3414 constants; add padding.
3415 (Output_section_incremental_inputs::write_header): Add assert for
3416 header_size.
3417 (Output_section_incremental_inputs::write_input_files): Add assert
3418 for input_entry_size.
3419 (Output_section_incremental_inputs::write_info_blocks): Add padding;
3420 add assert for object_info_size, input_section_entry_size,
3421 global_sym_entry_size.
3422 * incremental.h (Incremental_inputs_reader): Add symbolic constants
3423 for data structure sizes; use them.
3424 (Incremental_input_entry_reader): Import symbolic constants from
3425 Incremental_inputs_reader; use them.
3426
a4d85145
DM
34272012-04-23 David S. Miller <davem@davemloft.net>
3428
3429 * sparc.cc (class Target_sparc): Add elf_machine_, elf_flags_,
3430 and elf_flags_set_.
3431 (Target_sparc::Target_sparc): Initialize new fields.
3432 (Target_sparc::do_make_elf_object): New function.
3433 (Target_sparc::do_adjust_elf_header): New function.
3434
1d509098
CC
34352012-04-23 Cary Coutant <ccoutant@google.com>
3436
3437 * gdb-index.cc (Gdb_index::do_write): Use Swap_aligned32 for writing
3438 CU range table of gdb index.
3439
7ebeff7f
DM
34402012-04-20 David S. Miller <davem@davemloft.net>
3441
3442 * target.cc (Sized_target::do_adjust_elf_header): Use big_endian
3443 instead of false.
3444
13cf9988
DM
34452012-04-16 David S. Miller <davem@davemloft.net>
3446
2a1079e8
DM
3447 * sparc.cc (Target_sparc::got_address): New function.
3448 (Sparc_relocate_functions::gdop_hix22): New function.
3449 (Sparc_relocate_functions::gdop_lox10): New function.
3450 (Target_sparc::Scan::local): Do not emit a GOT entry for GOTDATA
3451 relocs.
3452 (Target_sparc::Scan::local): Likewise if the global symbol is not
3453 preemptible and is not IFUNC.
3454 (Target_sparc::Relocate::relocate): Perform GOTDATA code
3455 transformations for local and non-preemptible non-IFUNC global
3456 symbols.
3457
0bc964fc
DM
3458 * gdb-index.cc (Gdb_index::do_write): Use Swap_unaligned when
3459 writing out 64-bit part of ranges.
3460
661d7a80
DM
3461 * Makefile.am: Build IFUNC tests with -fPIC and -fPIE instead of
3462 -fpic and -fpie respectively.
3463 * Makefile.in: Regenerate.
3464
8c2bf391
DM
3465 * sparc.cc (class Target_sparc): Add rela_ifunc_.
3466 (Target_sparc::Target_sparc): Initialize new field.
3467 (Target_sparc::do_plt_section_for_global): New function.
3468 (Target_sparc::do_plt_section_for_local): New function.
3469 (Target_sparc::reloc_needs_plt_for_ifunc): New function.
3470 (Target_sparc::make_plt_section): New function, broken out of
3471 make_plt_entry. Use ORDER_NON_RELRO_FIRST for ".plt".
3472 (Target_sparc::make_plt_entry): Call make_plt_section.
3473 (Target_sparc::make_local_ifunc_plt_entry): New function.
3474 (Target_sparc::rela_ifunc_section): New function.
3475 (Target_sparc::plt_section): Remove const.
3476 (Output_data_plt_sparc): Update declarations. Define Global_ifunc
3477 and Local_ifunc types. Add global_ifuncs_, local_ifuncs_, ifunc_rel_,
3478 and ifunc_count_ fields.
3479 (Output_data_plt_sparc::Output_data_plt_sparc): Initialize new fields.
3480 (Output_data_plt_sparc::add_entry): Handle IFUNC symbols.
3481 (Output_data_plt_sparc::add_local_ifunc_entry): New function.
3482 (Output_data_plt_sparc::rela_ifunc): New function.
3483 (Output_data_plt_sparc::emit_pending_ifunc_relocs): New function.
3484 (Output_data_plt_sparc::has_ifunc_section): New function.
3485 (Output_data_plt_sparc::entry_count): Include ifunc_count_.
3486 (Output_data_plt_sparc::address_for_global): New function.
3487 (Output_data_plt_sparc::address_for_local): New function.
3488 (Output_data_plt_sparc::plt_index_to_offset): New function.
3489 (Output_data_plt_sparc::set_final_data_size): Use plt_index_to_offset
3490 and entry_count.
3491 (Output_data_plt_sparc::do_write): Use first_plt_entry_offset and
3492 entry_count.
3493 (Target_sparc::Scan::get_reference_flags): Add R_SPARC_IRELATIVE and
3494 R_SPARC_JMP_IREL to switch.
3495 (Target_sparc::Scan::check_non_pic): Likewise.
3496 (Target_sparc::Scan::local): Handle IFUNC symbols.
3497 (Target_sparc::Scan::local): Likewise.
3498 (Target_sparc::Relocate::relocate): Likewise, use plt_address_for_global
3499 and plt_address_for_local.
3500 (Target_sparc::do_finalize_sections): Call emit_pending_ifunc_relocs.
3501 Define __rel_iplt_start and __rel_iplt_end if doing a static link.
3502
13cf9988
DM
3503 * output.h (Output_reloc): Allow use_plt_offset for global relocs too.
3504 (class Output_data_reloc): Adjust calls to Output_reloc_type.
3505 (Output_data_reloc::add_global_relative): (RELA only) Add use_plt_offset.
3506 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag for
3507 global relocs too.
3508 (Output_reloc::symbol_value): Respect use_plt_offset_ for global symbols.
3509 * powerpc.cc (Target_powerpc::Scan::global): Adjust add_global_relative
3510 calls.
3511 * sparc.cc (Target_sparc::Scan::global): Likewise.
3512 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
3513
31821be0
CC
35142012-04-16 Cary Coutant <ccoutant@google.com>
3515
3516 * archive.cc (Library_base::should_include_member): Check for
3517 --export-dynamic-symbol.
3518 * options.h (class General_options): Add --export-dynamic-symbol.
3519 * symtab.cc (Symbol::should_add_dynsym_entry): Check for
3520 --export-dynamic-symbol.
3521 (Symbol_table::gc_mark_undef_symbols): Likewise.
3522 (Symbol_table::do_add_undefined_symbols_from_command_line): Likewise.
3523
2615994e
DM
35242012-04-12 David S. Miller <davem@davemloft.net>
3525
3526 * sparc.cc (Reloc::wdisp10): New relocation method.
3527 (Reloc::h34): Likewise.
3528 (Target_sparc::Scan::check_non_pic): Handle R_SPARC_H34.
3529 (Target_sparc::Scan::get_reference_flags): Handle R_SPARC_H34 and
3530 R_SPARC_WDISP10.
3531 (Target_sparc::Scan::local): Likewise.
3532 (Target_sparc::Scan::global): Likewise.
3533 (Target_sparc::Relocate::relocate): Likewise.
3534
6782735d
CC
35352012-04-09 Cary Coutant <ccoutant@google.com>
3536
3537 * gdb-index.cc (Gdb_index_info_reader::record_cu_ranges): Allow
3538 low_pc == 0.
3539
8c7a0b00
ILT
35402012-04-06 Ian Lance Taylor <iant@google.com>
3541
3542 * timer.cc: #include <unistd.h>.
3543
58797674
RM
35442012-04-06 Roland McGrath <mcgrathr@google.com>
3545
3546 * configure.in (AC_CHECK_HEADERS): Add locale.h.
3547 * config.in: Regenerate.
3548 * configure: Regenerate.
3549
44350750
NC
35502012-04-05 Nick Clifton <nickc@redhat.com>
3551
3552 * configure.ac (AC_CHECK_FUNCS): Add setlocale.
3553 (AM_LC_MESSAGES): Add.
3554 * aclocal.m4: Regenerate.
3555 * config.in: Regenerate.
3556 * configure: Regenerate.
3557
c1027032
CC
35582012-03-21 Cary Coutant <ccoutant@google.com>
3559
3560 * Makefile.am: Add gdb-index.cc, gdb-index.h.
3561 * Makefile.in: Regenerate.
3562 * dwarf_reader.cc (Sized_elf_reloc_mapper::do_initialize): New function.
3563 (Sized_elf_reloc_mapper::symbol_section): New function.
3564 (Sized_elf_reloc_mapper::do_get_reloc_target): New function.
3565 (make_elf_reloc_mapper): New function.
3566 (Dwarf_abbrev_table::clear_abbrev_codes): New function.
3567 (Dwarf_abbrev_table::do_read_abbrevs): New function.
3568 (Dwarf_abbrev_table::do_get_abbrev): New function.
3569 (Dwarf_ranges_table::read_ranges_table): New function.
3570 (Dwarf_ranges_table::read_range_list): New function.
3571 (Dwarf_pubnames_table::read_section): New function.
3572 (Dwarf_pubnames_table::read_header): New function.
3573 (Dwarf_pubnames_table::next_name): New function.
3574 (Dwarf_die::Dwarf_die): New function.
3575 (Dwarf_die::read_attributes): New function.
3576 (Dwarf_die::skip_attributes): New function.
3577 (Dwarf_die::set_name): New function.
3578 (Dwarf_die::set_linkage_name): New function.
3579 (Dwarf_die::attribute): New function.
3580 (Dwarf_die::string_attribute): New function.
3581 (Dwarf_die::int_attribute): New function.
3582 (Dwarf_die::uint_attribute): New function.
3583 (Dwarf_die::ref_attribute): New function.
3584 (Dwarf_die::child_offset): New function.
3585 (Dwarf_die::sibling_offset): New function.
3586 (Dwarf_info_reader::check_buffer): New function.
3587 (Dwarf_info_reader::parse): New function.
3588 (Dwarf_info_reader::do_parse): New function.
3589 (Dwarf_info_reader::do_read_string_table): New function.
3590 (Dwarf_info_reader::lookup_reloc): New function.
3591 (Dwarf_info_reader::get_string): New function.
3592 (Dwarf_info_reader::visit_compilation_unit): New function.
3593 (Dwarf_info_reader::visit_type_unit): New function.
3594 (Sized_dwarf_line_info::Sized_dwarf_line_info): Use
3595 Sized_elf_reloc_mapper.
3596 (Sized_dwarf_line_info::symbol_section): Remove function.
3597 (Sized_dwarf_line_info::read_relocs): Use Sized_elf_reloc_mapper.
3598 (Sized_dwarf_line_info::read_line_mappings): Remove object
3599 parameter, adjust callers.
3600 (Sized_dwarf_line_info::format_file_lineno): Fix type of cast.
3601 * dwarf_reader.h: Include <sys/types.h>.
3602 (class Track_relocs): Remove forward declaration.
3603 (class Elf_reloc_mapper): New class.
3604 (class Sized_elf_reloc_mapper): New class.
3605 (class Dwarf_abbrev_table): New class.
3606 (class Dwarf_range_list): New class.
3607 (class Dwarf_ranges_table): New class.
3608 (class Dwarf_pubnames_table): New class.
3609 (class Dwarf_die): New class.
3610 (class Dwarf_info_reader): New class.
3611 (Sized_dwarf_line_info::read_line_mappings): Remove object parameter.
3612 (Sized_dwarf_line_info::symbol_section): Remove member function.
3613 * dynobj.h (Sized_dynobj::do_section_contents): Refactor code from
3614 base class.
3615 * gdb-index.cc: New source file.
3616 * gdb-index.h: New source file.
3617 * incremental.cc (Sized_relobj_incr::do_layout): Track .debug_info
3618 and .debug_types sections, call Layout::add_to_gdb_index.
3619 (Sized_relobj_incr::do_section_name): Implement.
3620 (Sized_relobj_incr::do_section_contents): Adjust parameter list and
3621 return type; Implement.
3622 (Sized_incr_dynobj::do_section_contents): Adjust parameter list and
3623 return type.
3624 * incremental.h (Sized_relobj_incr::do_section_contents): Adjust
3625 parameter list and return type.
3626 (Sized_incr_dynobj::do_section_contents): Likewise.
3627 * layout.cc: Include gdb-index.h.
3628 (Layout::Layout): Initialize gdb_index_data_.
3629 (Layout::init_fixed_output_section): Check for .gdb_index section.
3630 (Layout::add_to_gdb_index): New function. Instantiate.
3631 * layout.h: Add forward declaration for class Gdb_index.
3632 (Layout::add_to_gdb_index): New member function.
3633 (Layout::gdb_index_data_): New data member.
3634 * main.cc: Include gdb-index.h.
3635 (main): Print statistics for gdb index.
3636 * object.cc (Object::section_contents): Move code into
3637 do_section_contents.
3638 (need_decompressed_section): Check for sections needed when building
3639 gdb index.
3640 (build_compressed_section_map): Likewise.
3641 (Sized_relobj_file::do_read_symbols): Need local symbols when building
3642 gdb index.
3643 (Sized_relobj_file::do_layout): Track .debug_info and .debug_types
3644 sections; call Layout::add_to_gdb_index.
3645 (Sized_relobj_file::do_decompressed_section_contents): Call
3646 do_section_contents directly.
3647 * object.h (Object::do_section_contents): Adjust parameter list and
3648 return type.
3649 (Object::do_decompressed_section_contents): Call do_section_contents
3650 directly.
3651 (Sized_relobj_file::do_section_contents): Adjust parameter list and
3652 return type.
3653 * options.h (class General_options): Add --gdb-index option.
3654 * plugin.cc (Sized_pluginobj::do_section_contents): Adjust parameter
3655 list and return type.
3656 * plugin.h (Sized_pluginobj::do_section_contents): Likewise.
3657 * reloc.h (Track_relocs::checkpoint): New function.
3658 (Track_relocs::reset): New function.
3659
3660 * testsuite/Makefile.am (gdb_index_test_1.sh, gdb_index_test_2.sh):
3661 New test cases.
3662 * testsuite/Makefile.in: Regenerate.
3663 * testsuite/gdb_index_test.cc: New test source file.
3664 * testsuite/gdb_index_test_1.sh: New test source file.
3665 * testsuite/gdb_index_test_2.sh: New test source file.
3666
647f1574
DK
36672012-03-19 Doug Kwan <dougkwan@google.com>
3668
3669 * arm.cc (Target_arm::do_define_standard_symbols): New method.
2e702c99 3670 (Target_arm::do_finalize_sections): Remove code which defines
647f1574
DK
3671 __exidx_start and __exidx_end. Make symbol table parameter
3672 anonymous as it is not used.
3673 * gold.cc (queue_middle_tasks): Call target hook to define any
3674 target-specific symbols.
3675 * target.h (Target::define_standard_symbols): New method.
3676 (Target::do_define_standard_symbols): Same.
3677 * testsuite/Makefile.am (arm_exidx_test): Dump relocations also.
3678 * testsuite/Makefile.in: Regenerate.
3679 * testsuite/arm_exidx.s: Generate data relocations for __exidx_start
3680 and __exidx_end.
3681 * testsuite/arm_exidx_test.sh: Check that no unused dynamic
3682 relocations are generated for __exidx_start and __exidx_end.
3683
7c6109da
DK
36842012-03-16 Doug Kwan <dougkwan@google.com>
3685
3686 * testsuite/Makefile.am: Disable test initpri3b.
3687 * testsuite/Makefile.in: Regenerate.
3688
7b8957f8
DK
36892012-03-15 Doug Kwan <dougkwan@google.com>
3690
3691 * arm.cc (Target_arm::got_section): Make .got section read-only
3692 if -z now is given.
3693
14dc9ef7
ILT
36942012-03-15 Ian Lance Taylor <iant@google.com>
3695
3696 PR gold/13850
3697 * layout.cc (Layout::make_output_section): Correctly mark
3698 SHT_INIT_ARRAY, et. al., as relro.
3699
fa40b62a
DK
37002012-03-14 Doug Kwan <dougkwan@google.com>
3701
3702 * gold/arm.cc (Target_arm::Scan::global): Generate R_ARM_GLOB_DAT
3703 dynamic relocations for protected symbols in shared objects.
3704
fd325007
ILT
37052012-03-13 Ian Lance Taylor <iant@google.com>
3706
3707 * resolve.cc (Symbol_table::resolve): When merging common symbols,
3708 keep the larger alignment.
3709
e8dd54e1
CC
37102012-03-12 Cary Coutant <ccoutant@google.com>
3711
3712 * dwarf_reader.cc (Sized_dwarf_line_info::process_one_opcode): Fix
3713 handling of DW_LNE_define_file.
3714
feb5f3b0
CC
37152012-03-12 Cary Coutant <ccoutant@google.com>
3716
3717 * reduced_debug_output.cc
3718 (Output_reduced_debug_info_section::get_die_end): Add new FORM
3719 codes to switch.
3720
a1fb4256
CC
37212012-02-29 Cary Coutant <ccoutant@google.com>
3722
3723 * object.cc (need_decompressed_section): Add #ifdef ENABLE_THREADS.
3724
5dd8762a
CC
37252012-02-29 Cary Coutant <ccoutant@google.com>
3726
3727 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
3728 Call Object::decompressed_section_contents.
3729 * dwarf_reader.h (Sized_dwarf_line_info::~Sized_dwarf_line_info):
3730 New dtor.
3731 (Sized_dwarf_line_info::buffer_start_): New data member.
3732 * merge.cc (Output_merge_data::do_add_input_section): Call
3733 Object::decompressed_section_contents.
3734 (Output_merge_string::do_add_input_section): Likewise.
3735 * object.cc (need_decompressed_section): New function.
3736 (build_compressed_section_map): Decompress sections needed later.
3737 (Sized_relobj_file::do_decompressed_section_contents): New function.
3738 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3739 * object.h (Object::decompressed_section_contents): New function.
3740 (Object::discard_decompressed_sections): New function.
3741 (Object::do_decompressed_section_contents): New function.
3742 (Object::do_discard_decompressed_sections): New function.
3743 (Compressed_section_info): New type.
3744 (Compressed_section_map): Include decompressed section contents.
3745 (Sized_relobj_file::do_decompressed_section_contents): New function.
3746 (Sized_relobj_file::do_discard_decompressed_sections): New function.
3747
7b5de7ee
CC
37482012-02-16 Cary Coutant <ccoutant@google.com>
3749
3750 * testsuite/Makefile.am (initpri2): Add --ctors-in-init-array option.
3751 * testsuite/Makefile.in: Regenerate.
3752
f9fa4a63
CC
37532012-02-14 Cary Coutant <ccoutant@google.com>
3754
3755 * options.cc (General_options::finalize): Disallow -pie and -static.
3756
2c175ebc
DK
37572012-02-03 Doug Kwan <dougkwan@google.com>
3758
3759 * arm.cc (Arm_relocate_functions::abs8,
3760 Arm_relocate_functions::abs16): Use
3761 Bits::has_signed_unsigned_overflow32.
3762 (Arm_relocate_functions::thm_abs8): Correct range of
3763 overflow check.
3764 * reloc.h (Bits class): Change minimum number of bits from 0 to 1
3765 in assertions.
3766
90cff06f
DK
37672012-02-02 Doug Kwan <dougkwan@google.com>
3768
3769 * arm.cc (Reloc_stub::stub_type_for_reloc): Use PIC stubs in all
3770 position independent outputs, not just shared objects.
3771
63887f3d
L
37722012-01-30 H.J. Lu <hongjiu.lu@intel.com>
3773
3774 * configure.ac: Check if -fpic -mtls-dialect=gnu2 works.
3775 * configure: Regenerated.
3776
bef2b434
ILT
37772012-01-27 Ian Lance Taylor <iant@google.com>
3778
3779 * reloc.h (Bits): New class with static functions, copied from
3780 namespace utils in arm.cc.
3781 * arm.cc (namespace utils): Remove. Rewrite all uses to use Bits
3782 instead.
3783
c335b55d
L
37842012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3785
3786 * incremental.cc (write_info_blocks): Correct relocation offset.
3787
41194d9f
L
37882012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3789
3790 * x86_64.cc (Relocate::tls_gd_to_ie): Support x32.
3791 (Relocate::tls_gd_to_le): Likewise.
3792
1bae613c
L
37932012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3794
3795 * x86_64.cc (Scan::global): Support x32 IFUNC function pointer.
3796
24482ca0
L
37972012-01-27 H.J. Lu <hongjiu.lu@intel.com>
3798
3799 * configure.ac: Check if -mcmodel=medium works.
3800 * configure: Regenerated.
3801
c2c7840a
CC
38022012-01-24 Cary Coutant <ccoutant@google.com>
3803
3804 * int_encoding.cc (read_unsigned_LEB_128): Replaced with inline
3805 definition and ...
3806 (read_unsigned_LEB_128_x): ... this new function.
3807 (read_signed_LEB_128): Replaced with inline definition and ...
3808 (read_signed_LEB_128_x): ... this new function.
3809 * int_encoding.h (read_unsigned_LEB_128_x): New function.
3810 (read_unsigned_LEB_128): Add inline definition.
3811 (read_signed_LEB_128_x): New function.
3812 (read_signed_LEB_128): Add inline definition.
3813 * testsuite/Makefile.am (leb128_unittest): New unit test.
3814 * testsuite/Makefile.in: Regenerate.
3815 * testsuite/leb128_unittest.cc: New unit test.
3816
833de760 38172012-01-23 Ian Lance Taylor <iant@google.com>
9dee3b3c
ILT
3818
3819 PR gold/13617
3820 * i386.cc (Target_i386::do_code_fill): When using a jmp
3821 instruction, pad with nop instructions.
3822 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3823
618d6666
L
38242012-01-22 H.J. Lu <hongjiu.lu@intel.com>
3825
3826 * x86_64.cc (gc_process_relocs): Add typename on types used in
3827 template.
3828 (scan_relocs): Likewise.
3829 (relocate_section): Likewise.
3830 (apply_relocation): Likewise.
3831
3660ff06
L
38322012-01-10 H.J. Lu <hongjiu.lu@intel.com>
3833
3834 * x86_64.cc (Scan::check_non_pic): Allow R_X86_64_32 for x32.
3835 (Scan::local): Use R_X86_64_RELATIVE relocation for R_X86_64_32
3836 under x32.
3837
fc51264f
L
38382012-01-09 H.J. Lu <hongjiu.lu@intel.com>
3839
3840 * x86_64.cc: Initial support for x32.
3841
dd74ae06
CC
38422012-01-03 Cary Coutant <ccoutant@google.com>
3843
3844 * gold/incremental.cc (Sized_incremental_binary::do_process_got_plt):
3845 Use abstract base class for GOT.
3846 * gold/output.h (class Output_data_got_base): New abstract base class.
3847 (class Output_data_got): Derive from new base class, adjust ctors.
3848 (Output_data_got::reserve_slot): Make virtual; rename to
3849 do_reserve_slot; Adjust callers.
3850 * gold/target.h (Sized_target::init_got_plt_for_update): Return
3851 pointer to abstract base class.
3852 * gold/x86_64.cc (Target_x86_64::init_got_plt_for_update): Likewise.
3853
83896202
ILT
38542011-12-18 Ian Lance Taylor <iant@google.com>
3855
3856 * object.h (Relobj::local_symbol_value): New function.
3857 (Relobj::local_plt_offset): New function.
3858 (Relobj::local_has_got_offset): New function.
3859 (Relobj::local_got_offset): New function.
3860 (Relobj::set_local_got_offset): New function.
3861 (Relobj::do_local_symbol_value): New pure virtual function.
3862 (Relobj::do_local_plt_offset): Likewise.
3863 (Relobj::do_local_has_got_offset): Likewise.
3864 (Relobj::do_local_got_offset): Likewise.
3865 (Relobj::do_set_local_got_offset): Likewise.
3866 (Sized_relobj::do_local_has_got_offset): Rename from
3867 local_has_got_offset.
3868 (Sized_relobj::do_local_got_offset): Rename from local_got_offset.
3869 (Sized_relobj::do_set_local_got_offset): Rename from
3870 set_local_got_offset.
3871 (Sized_relobj_file::do_local_plt_offset): Rename from
3872 local_plt_offset.
3873 (Sized_relobj_file::do_local_symbol_value): New function.
3874 * object.cc (Sized_relobj_file::do_local_plt_offset): Rename from
3875 local_plt_offset.
3876 * output.cc (Output_data_got::Got_entry::write): Change object to
3877 Relobj. Use local_symbol_value.
3878 (Output_data_got::add_global_with_rel): Change rel_dyn to
3879 Output_data_reloc_generic*. Use add_global_generic.
3880 (Output_data_got::add_global_with_rela): Remove. Change all
3881 callers to use add_global_with_rel.
3882 (Output_data_got::add_global_pair_with_rel): Change rel_dyn to
3883 Output_data_reloc_generic*. Use add_global_generic.
3884 (Output_data_got::add_global_pair_with_rela): Remove. Change all
3885 callers to use add_global_pair_with_rel.
3886 (Output_data_got::add_local): Change object to Relobj*.
3887 (Output_data_got::add_local_plt): Likewise.
3888 (Output_data_got::add_local_with_rel): Change object to Relobj*,
3889 change rel_dyn to Output_data_reloc_generic*. Use
3890 add_local_generic.
3891 (Output_data_got::add_local_with_rela): Remove. Change all
3892 callers to use all_local_with_rel.
3893 (Output_data_got::add_local_pair_with_rel): Change object to
3894 Relobj*, change rel_dyn to Output_data_reloc_generic*. Use
3895 add_output_section_generic.
3896 (Output_data_got::add_local_pair_with_rela): Remove. Change all
3897 callers to use add_local_pair_with_rel.
3898 (Output_data_got::reserve_local): Change object to Relobj*.
3899 * output.h: (class Output_data_reloc_generic): Add pure virtual
3900 declarations for add_global_generic, add_local_generic,
3901 add_output_section_generic.
3902 (class Output_data_reloc) [SHT_REL, SHT_RELA]: Implement new
3903 functions for Output_data_reloc_generic. Update declarations for
3904 changes listed in output.cc.
3905 (class Output_data_got): Change template parameter to got_size.
3906 Don't define Rel_dyn or Rela_dyn. Update declarations per above.
3907 * incremental.h (Sized_relobj_incr::do_local_symbol_value): New
3908 function.
3909 (Sized_relobj_incr::do_local_plt_offset): New function.
3910 * copy-relocs.cc (Copy_relocs::Copy_reloc_entry::emit): Call
3911 add_global_generic.
3912
76677ad0
CC
39132011-12-17 Cary Coutant <ccoutant@google.com>
3914
3915 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Add casts.
3916 * resolve.cc (Symbol_table::resolve): Likewise.
3917 * i386.cc (Target_i386::do_code_fill): Use char constants for nop
3918 arrays.
3919 * x86_64.cc (Target_x86_64::do_code_fill): Likewise.
3920
8b8dd8d5
ILT
39212011-12-16 Ian Lance Taylor <iant@google.com>
3922
3923 * output.h (Output_data_reloc_generic::add): Only call
3924 add_dynamic_reloc if this is a dynamic reloc section.
3925
d55525b9
L
39262011-12-15 H.J. Lu <hongjiu.lu@intel.com>
3927
3928 PR gold/13505
3929 * target-reloc.h (apply_relocation): Replace <64, false> with
3930 <size, big_endian>.
3931
ff81c7c1
NC
39322011-11-25 Nick Clifton <nickc@redhat.com>
3933
3934 * po/it.po: New Italian translation.
3935
628f39be
SA
39362011-11-17 Sterling Augustine <saugustine@google.com>
3937
3938 * script.cc (script_include_directive): Implement.
3939 (read_script_file): New local variables name and search_path. Update
3940 comment. Call IS_ABSOLUTE_PATH and Dirsearch::find_file_in_dir_list.
3941 * dirsearch.h (Dirsearch::find_file_in_dir_list): Declare new method.
3942 * dirsearch.cc (Dirsearch::find_file_in_dir_list): Implement it.
3943
98ef3ea4
SA
39442011-11-11 Sterling Augustine <saugustine@google.com>
3945
3946 * yyscript.y (section_cmd): Add support for INCLUDE directive.
3947 (file_or_sections_cmd): Likewise.
3948
f4a8b6d7
DK
39492011-11-11 Doug Kwan <dougkwan@google.com>
3950
3951 * arm.cc (Target_arm::do_make_elf_object): Allow executable also
3952 if --just-symbols is given.
3953
29ab395d
DK
39542011-11-10 Doug Kwan <dougkwan@google.com>
3955
3956 PR gold/13362
3957 * arm.cc (Target_arm::Relocate::relocate_tls): Do unaligned accesses
3958 when processing data relocs.
3959 * reloc.h (Relocate_functions::rel_unaligned): New method.
3960 (Relocate_functions::pcrel_unaligned): Ditto.
3961 (Relocate_functions::rel32_unaligned): Ditto.
3962 (Relocate_functions::pcrel32_unaligned): Ditto.
3963
2c339f71
DK
39642011-11-09 Doug Kwan <dougkwan@google.com>
3965
3966 PR gold/13362
3967 * arm.cc (Arm_scan_relocatable_relocs::Default_scan_relocatable_relocs):
3968 Use unaligned 4-byte relocs for static 32-bit data as required by EABI.
3969 * reloc.h (Relocatable_relocs::Reloc_strategy): New enum
3970 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3971 (Relocate_functions::rel_unaligned): New.
3972 (Relocate_functions::rel32_unaligned): New.
3973 * target-reloc.h (relocate_for_relocatable): Add code to handle
3974 RELOC_ADJUST_FOR_SECTION_4_UNALIGNED.
3975 * testsuite/Makefile.am (arm_unaligned_reloc_r.stdout,
3976 arm_unaligned_reloc_r): New targets.
3977 * testsuite/Makefile.in: Regenerate.
3978 * arm_unaligned_reloc.sh: Check unaligned relocs in relocatable
3979 linking.
3980
3f3cddf1
ILT
39812011-11-02 Ian Lance Taylor <iant@google.com>
3982
3983 * configure.ac: Add --with-lib-path option. Define LIB_PATH and
3984 NATIVE_LINKER.
3985 * Makefile.am (AM_CPPFLAGS): Define TOOLLIBDIR.
3986 * options.cc (General_options::finalize): Use library search path
3987 from configure script if specified. If not native and no sysroot,
3988 only search TOOLLIBDIR.
3989 * options.h (Search_directory::Search_directory): Change name to
3990 const std::string&.
3991 (General_options::add_to_library_path_with_sysroot): Change arg to
3992 const std::string&.
3993 * configure, Makefile.in, config.in: Rebuild.
3994
a8e2273b
ILT
39952011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
3996
3997 * arm.cc (Target_arm::may_use_v5t_interworking): Check whether
3998 we are working around the ARM1176 Erratum.
3999 * options.h (General_options::fix_arm1176): Add option.
4000 * testsuite/Makefile.am: Add testcases, and keep current ones
4001 working.
4002 * testsuite/Makefile.in: Regenerate.
4003 * testsuite/arm_fix_1176.s: New file.
4004 * testsuite/arm_fix_1176.sh: Likewise.
4005
cd6eab1c
ILT
40062011-11-02 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
4007
4008 * arm.cc (Target_arm::Target_arm): Remove initialisation of
4009 may_use_blx_.
4010 (Target_arm::may_use_blx): Remove method.
4011 (Target_arm::set_may_use_blx): Likewise.
4012 (Target_arm::may_use_v4t_interworking): New method.
4013 (Target_arm::may_use_v5t_interworking): Likewise.
4014 (Target_arm::may_use_blx_): Remove member variable.
4015 (Arm_relocate_functions::arm_branch_common): Check for v5T
4016 interworking.
4017 (Arm_relocate_functions::thumb_branch_common): Likewise.
4018 (Reloc_stub::stub_type_for_reloc): Likewise.
4019 (Target_arm::do_finalize_sections): Correct interworking checks.
4020 * testsuite/Makefile.am: Add new tests.
4021 * testsuite/Makefile.in: Regenerate.
4022 * testsuite/arm_farcall_arm_arm.s: New test.
4023 * testsuite/arm_farcall_arm_arm.sh: Likewise.
4024 * testsuite/arm_farcall_arm_thumb.s: Likewise.
4025 * testsuite/arm_farcall_arm_thumb.sh: Likewise.
4026 * testsuite/arm_farcall_thumb_arm.s: Likewise.
4027 * testsuite/arm_farcall_thumb_arm.sh: Likewise.
4028 * testsuite/arm_farcall_thumb_thumb.s: Likewise.
4029 * testsuite/arm_farcall_thumb_thumb.sh: Likewise.
4030
286adcf4
CC
40312011-10-31 Cary Coutant <ccoutant@google.com>
4032
4033 PR gold/13023
4034 * expression.cc (Expression::eval_with_dot): Add
4035 is_section_dot_assignment parameter.
4036 (Expression::eval_maybe_dot): Likewise. Adjust value when rhs is
4037 absolute and assigning to dot within a section.
4038 * script-sections.cc
4039 (Output_section_element_assignment::set_section_addresses): Pass
4040 dot_section to set_if_absolute.
4041 (Output_section_element_dot_assignment::finalize_symbols): Pass TRUE
4042 as is_section_dot_assignment flag to eval_with_dot.
4043 (Output_section_element_dot_assignment::set_section_addresses):
4044 Likewise.
4045 * script.cc (Symbol_assignment::set_if_absolute): Add dot_section
4046 parameter. Also set value if relative to dot_section; set the
4047 symbol's output_section.
4048 * script.h (Expression::eval_with_dot): Add is_section_dot_assignment
4049 parameter. Adjust all callers.
4050 (Expression::eval_maybe_dot): Likewise.
4051 (Symbol_assignment::set_if_absolute): Add dot_section parameter.
4052 Adjust all callers.
4053 * testsuite/script_test_2.t: Test assignment of an absolute value
4054 to dot within an output section element.
4055
9634ed06
CC
40562011-10-31 Cary Coutant <ccoutant@google.com>
4057
4058 * options.h (class General_options): Add --[no-]gnu-unique options.
4059 * symtab.cc (Symbol_table::sized_write_globals): Convert
4060 STB_GNU_UNIQUE to STB_GLOBAL if --no-gnu-unique.
4061
de4101c7
CC
40622011-10-31 Cary Coutant <ccoutant@google.com>
4063
4064 PR gold/13359
4065 * i386.cc (Target_i386::Relocate::relocate_tls): Remove
4066 unnecessary assertion.
4067 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Likewise.
4068
7257cc92
ST
40692011-10-31 Sriraman Tallam <tmsriram@google.com>
4070
4071 * symtab.h (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4072 gc_mark_symbol.
4073 * symtab.cc (Symbol_table::gc_mark_symbol_for_shlib): Rename to
4074 gc_mark_symbol.
4075 Change to just keep the section associated with symbol.
4076 (Symbol_table::add_from_relobj): Mark symbols as not garbage when
4077 they are externally visible and --export-dynamic is turned on.
4078 (Symbol_table::gc_mark_dyn_syms): Call gc_mark_symbol.
4079
bfc34b3f
ILT
40802011-10-19 Ian Lance Taylor <iant@google.com>
4081
4082 PR gold/13163
4083 * script-sections.cc
4084 (Output_section_element_dot_assignment::needs_output_section): New
4085 function.
4086
ea0d8c47
ILT
40872011-10-19 Ian Lance Taylor <iant@google.com>
4088
4089 PR gold/13204
4090 * layout.cc (Layout::segment_precedes): Don't assert failure if a
4091 --section-start option was seen.
4092 * options.h (General_options::any_section_start): New function.
4093
abd242a9
DM
40942011-10-18 David S. Miller <davem@davemloft.net>
4095
4096 PR binutils/13301
4097 * sparc.cc (Target_sparc::Relocate::reloc_adjust_addr_): New
4098 member to track relocation locations that have moved during TLS
4099 reloc optimizations.
4100 (Target_sparc::Relocate::Relocate): Initialize to NULL.
4101 (Target_sparc::Relocate::relocate): Adjust view down by 4
4102 bytes if it matches reloc_adjust_addr_.
4103 (Target_sparc::Relocate::relocate_tls): Always move the
4104 __tls_get_addr call delay slot instruction forward 4 bytes when
4105 performing relaxation.
4106
bab9090f
CC
41072011-10-18 Cary Coutant <ccoutant@google.com>
4108
4109 * output.cc (posix_fallocate): Return 0 on success, errno on failure.
4110 (Output_file::map_no_anonymous): Check for non-zero
4111 return code from posix_fallocate.
4112
f7c5b166
CC
41132011-10-17 Cary Coutant <ccoutant@google.com>
4114
4115 PR gold/13245
4116 * plugin.cc (is_visible_from_outside): Check for symbols
4117 referenced from dynamic objects.
4118 * resolve.cc (Symbol_table::resolve): Don't count references
4119 from dynamic objects as references from real ELF files.
4120 * testsuite/plugin_test_2.sh: Adjust expected result.
4121
b490c0bb
CC
41222011-10-17 Cary Coutant <ccoutant@google.com>
4123
4124 * gold.cc: Include timer.h.
4125 (queue_middle_tasks): Stamp time.
4126 (queue_final_tasks): Likewise.
4127 * main.cc (main): Store timer in parameters. Print timers
4128 for each pass.
4129 * parameters.cc (Parameters::Parameters): Initialize timer_.
4130 (Parameters::set_timer): New function.
4131 (set_parameters_timer): New function.
4132 * parameters.h (Parameters::set_timer): New function.
4133 (Parameters::timer): New function.
4134 (Parameters::timer_): New data member.
4135 (set_parameters_timer): New function.
4136 * timer.cc (Timer::stamp): New function.
4137 (Timer::get_pass_time): New function.
4138 * timer.h (Timer::stamp): New function.
4139 (Timer::get_pass_time): New function.
4140 (Timer::pass_times_): New data member.
4141
f475cf7b
CC
41422011-10-17 Cary Coutant <ccoutant@google.com>
4143
4144 * readsyms.cc (Read_symbols::run): Don't queue an unblocker
4145 task for members of lib groups.
4146
cdd7e244
CC
41472011-10-17 Cary Coutant <ccoutant@google.com>
4148
4149 PR gold/13288
4f95c8b4 4150 * fileread.cc (File_read::find_view): Add assert.
cdd7e244
CC
4151 (File_read::make_view): Move bounds check (replace with assert)...
4152 (File_read::find_or_make_view): ... to here.
4153
dfb45471
CC
41542011-10-12 Cary Coutant <ccoutant@google.com>
4155
4f95c8b4 4156 * output.cc (Output_file::open_base_file): Handle case where
dfb45471
CC
4157 ::read returns less than requested size.
4158
53bbcc1b
CC
41592011-10-10 Cary Coutant <ccoutant@google.com>
4160
4f95c8b4 4161 * incremental.cc (Sized_relobj_incr::Sized_relobj_incr):
53bbcc1b
CC
4162 Initialize defined_count_.
4163 (Sized_relobj_incr::do_add_symbols): Count defined symbols.
4164 (Sized_relobj_incr::do_get_global_symbol_counts): Rewrite.
4165 (Sized_incr_dynobj::Sized_incr_dynobj): Initialize defined_count_.
4166 (Sized_incr_dynobj::do_add_symbols): Count defined symbols.
4167 (Sized_incr_dynobj::do_get_global_symbol_counts): Rewrite.
4f95c8b4 4168 * incremental.h (Sized_relobj_incr::defined_count_): New data
53bbcc1b
CC
4169 member.
4170 (Sized_incr_dynobj::defined_count_): New data member.
4f95c8b4 4171 * plugin.cc (Sized_pluginobj::do_get_global_symbol_counts):
53bbcc1b
CC
4172 Return zeroes instead of internal error.
4173
397b129b
CC
41742011-10-10 Cary Coutant <ccoutant@google.com>
4175
4176 PR gold/13249
4f95c8b4 4177 * output.cc (Output_reloc::Output_reloc): Add use_plt_offset flag.
397b129b 4178 (Output_reloc::symbol_value): Return PLT offset if flag is set.
4f95c8b4 4179 * output.h (class Output_reloc): Add use_plt_offset flag.
397b129b
CC
4180 (Output_reloc::type_): Adjust size of bit field.
4181 (Output_reloc::use_plt_offset_): New bit field.
4182 (class Output_data_reloc): Adjust all calls to Output_reloc_type.
4183 (Output_data_reloc::add_local_relative): (RELA only) Add use_plt_offset
4184 flag. Adjust all callers.
4f95c8b4 4185 * x86_64.cc (Target_x86_64::Scan::local): Check for IFUNC when
397b129b
CC
4186 creating RELATIVE relocations.
4187
d5698657
NC
41882011-10-10 Nick Clifton <nickc@redhat.com>
4189
4190 * po/es.po: Updated Spanish translation.
4191 * po/fi.po: Updated Finnish translation.
4192
6a59a5c2
DN
41932011-10-03 Diego Novillo <dnovillo@google.com>
4194
4195 * options.cc (parse_uint): Fix dereference of RETVAL.
4196
f0558624
ST
41972011-09-29 Sriraman Tallam <tmsriram@google.com>
4198
4199 * layout.h (section_order_map_): New member.
4200 (get_section_order_map): New member function.
4201 * output.cc (Output_section::add_input_section): Check for patterns
4202 only when --section-ordering-file is specified.
4203 * gold.cc (queue_middle_tasks): Delay updating order of sections till
4204 output_sections have been formed.
4205 * layout.cc (Layout_Layout): Initialize section_order_map_.
4206 * plugin.cc (update_section_order): Store order in order_map. Do not
4207 update the order.
4208 * testsuite/Makefile.am: Add test case for plugin_final_layout.
4209 * testsuite/Makefile.in: Regenerate.
4210 * testsuite/plugin_section_order.c: New file.
4211 * testsuite/plugin_final_layout.cc: New file.
4212 * testsuite/plugin_final_layout.sh: New file.
4213
a7dac153
CC
42142011-09-29 Cary Coutant <ccoutant@google.com>
4215
4f95c8b4 4216 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
a7dac153 4217 Check for NULL.
4f95c8b4 4218 * symtab.cc (Symbol_table::add_from_relobj): Ignore version
a7dac153
CC
4219 symbols during incremental update.
4220 (Symbol_table::add_from_dynobj): Likewise.
4221
eebd87a5
ILT
42222011-09-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
4223 Ian Lance Taylor <iant@google.com>
4224
4225 * symtab.cc (Symbol_table::define_special_symbol): Always
4226 canonicalize version string.
4227
403a3331
CC
42282011-09-26 Cary Coutant <ccoutant@google.com>
4229
4f95c8b4
CC
4230 * gold.cc (queue_initial_tasks): Move option checks ...
4231 * options.cc (General_options::finalize): ... to here. Disable
403a3331
CC
4232 some options; make others fatal.
4233
235061c2
CC
42342011-09-26 Cary Coutant <ccoutant@google.com>
4235
4236 gcc PR lto/47247
4237 * plugin.cc (get_symbols_v2): New function.
4238 (Plugin::load): Add LDPT_GET_SYMBOLS_V2.
4239 (is_referenced_from_outside): New function.
4240 (Pluginobj::get_symbol_resolution_info): Add version parameter, return
4241 LDPR_PREVAILING_DEF_IRONLY_EXP when using new version.
4242 (get_symbols): Pass version parameter.
4243 (get_symbols_v2): New function.
4244 * plugin.h (Pluginobj::get_symbol_resolution_info): Add version
4245 parameter.
4246 * testsuite/plugin_test.c (get_symbols_v2): New static variable.
4247 (onload): Add LDPT_GET_SYMBOLS_V2.
4248 (all_symbols_read_hook): Use get_symbols_v2; check for
4249 LDPR_PREVAILING_DEF_IRONLY_EXP.
4250 * testsuite/plugin_test_3.sh: Update expected results.
4251
dc87f620
ILT
42522011-09-23 Simon Baldwin <simonb@google.com>
4253
4254 * configure.ac: Add new --with-gold-ldadd and --with-gold-ldflags
4255 configuration options.
4256 * configure: Regenerate.
4257 * Makefile.am: Handle GOLD_LDADD and GOLD_LDFLAGS.
4258 * Makefile.in: Regenerate.
4259 * testsuite/Makefile.in: Regenerate.
4260
a8279f82
ST
42612011-09-19 Sriraman Tallam <tmsriram@google.com>
4262
4263 * plugin.h (should_defer_layout): Modify to check for any_claimed_.
4264
0c9350c8
CC
42652011-09-19 Cary Coutant <ccoutant@google.com>
4266
4267 * incremental.cc (can_incremental_update): Fix typo in comment.
4268 * incremental.h (can_incremental_update): Likewise.
4269
aa06ae28
CC
42702011-09-18 Cary Coutant <ccoutant@google.com>
4271
4272 * incremental.cc (can_incremental_update): New function.
4273 * incremental.h (can_incremental_update): New function.
4274 * layout.cc (Layout::init_fixed_output_section): Call it.
4275 (Layout::make_output_section): Don't allow patch space in .eh_frame.
4276 * object.cc (Sized_relobj_file::do_layout): Call
4277 can_incremental_update.
4278
ebb300b2
CC
42792011-09-13 Cary Coutant <ccoutant@google.com>
4280
4281 * configure.ac: Check for glibc support for gnu_indirect_function
4282 support with static linking, setting automake conditional
4283 IFUNC_STATIC.
4284 * Makefile.in: Regenerate.
4285 * configure: Regenerate.
4286
4287 * testsuite/Makefile.am (ifuncmain1static, ifuncmain2static)
4288 (ifuncmain4static, ifuncmain5static, ifuncmain7static): Add check
4289 for IFUNC_STATIC.
4290 * testsuite/Makefile.in: Regenerate.
4291
1206d0d5
CC
42922011-09-13 Cary Coutant <ccoutant@google.com>
4293
4294 * incremental.cc (Sized_relobj_incr::do_layout): Call
4295 report_comdat_group for kept comdat sections.
4296 * testsuite/Makefile.am (incremental_comdat_test_1): New test.
4297 * testsuite/Makefile.in: Regenerate.
4298 * testsuite/incr_comdat_test_1.cc: New source file.
4299 * testsuite/incr_comdat_test_2_v1.cc: New source file.
4300 * testsuite/incr_comdat_test_2_v2.cc: New source file.
4301 * testsuite/incr_comdat_test_2_v3.cc: New source file.
4302
40b29874
ILT
43032011-09-13 Ian Lance Taylor <iant@google.com>
4304
4305 * object.cc (Sized_relobj_file::do_layout): Remove unused local
4306 variable external_symbols_offset.
4307
1b045aac
ILT
43082011-09-12 Ian Lance Taylor <iant@google.com>
4309
4310 * object.cc (Sized_relobj_file::do_layout): Remove assertion which
4311 triggered if object has no symbols.
4312
24c6c55a
DM
43132011-09-09 David S. Miller <davem@davemloft.net>
4314
4315 * output.cc (Output_fill_debug_info::do_write): Use Swap_unaligned.
4316 (Output_fill_debug_line::do_write): Likewise.
4317
66570254
CC
43182011-08-29 Cary Coutant <ccoutant@google.com>
4319
4320 * output.cc: (Output_fill_debug_info::do_minimum_hole_size): Add
4321 casts to match formatting specs.
4322 (Output_fill_debug_line::do_minimum_hole_size): Likewise.
4323
8ea8cd50
CC
43242011-08-26 Cary Coutant <ccoutant@google.com>
4325
4326 * layout.cc (Free_list::allocate): Provide guarantee of minimum
4327 remaining hole size when allocating.
4328 (Layout::make_output_section): Set fill methods for debug sections.
4329 * layout.h (Free_list::Free_list_node): Move from private to
4330 public.
4331 (Free_list::set_min_hole_size): New function.
4332 (Free_list::begin, Free_list::end): New functions.
4333 (Free_list::min_hole_): New data member.
4334 * output.cc: Include dwarf.h.
4335 (Output_fill_debug_info::do_minimum_hole_size): New function.
4336 (Output_fill_debug_info::do_write): New function.
4337 (Output_fill_debug_line::do_minimum_hole_size): New function.
4338 (Output_fill_debug_line::do_write): New function.
4339 (Output_section::Output_section): Initialize new data member.
4340 (Output_section::set_final_data_size): Ensure patch space is larger
4341 than minimum hole size.
4342 (Output_section::do_write): Fill holes in debug sections.
4343 * output.h (Output_fill): New class.
4344 (Output_fill_debug_info): New class.
4345 (Output_fill_debug_line): New class.
4346 (Output_section::set_free_space_fill): New function.
4347 (Output_section::free_space_fill_): New data member.
4348 * testsuite/Makefile.am (incremental_test_3): Add
4349 --incremental-patch option.
4350 (incremental_test_4): Likewise.
4351 (incremental_test_5): Likewise.
4352 (incremental_test_6): Likewise.
4353 (incremental_copy_test): Likewise.
4354 (incremental_common_test_1): Likewise.
4355 * testsuite/Makefile.in: Regenerate.
4356
7cf80422
NC
43572011-08-26 Nick Clifton <nickc@redhat.com>
4358
4359 * po/es.po: Updated Spanish translation.
4360
c3f7b0e5
CC
43612011-08-01 Cary Coutant <ccoutant@google.com>
4362
4363 * gold/testsuite/Makefile.am (justsyms_exec): New testcase.
4364 * gold/testsuite/Makefile.in: Regenerate.
4365 * gold/testsuite/justsyms_exec.c: New source file.
4366 * gold/testsuite/justsyms_lib.c: New source file.
4367
9590bf25
CC
43682011-08-01 Cary Coutant <ccoutant@google.com>
4369
4370 * layout.cc (Layout::set_segment_offsets): Don't realign text
4371 segment if -Ttext was specified.
4372 * object.cc (Sized_relobj_file::Sized_relobj_file): Store the ELF
4373 file type.
4374 * object.h (Sized_relobj_file::e_type): New function.
4375 (Sized_relobj_file::e_type_): New data member.
4376 * symtab.cc (Symbol_table::add_from_relobj): Don't add section
4377 base address for ET_EXEC files.
4378 * target.cc (Target::do_make_elf_object_implementation): Allow
4379 ET_EXEC files with --just-symbols option.
4380
dcd8d12e
CC
43812011-07-28 Cary Coutant <ccoutant@google.com>
4382
4383 * workqueue-internal.h (Workqueue_threader::should_cancel_thread):
4384 Add thread_number parameter.
4385 (Workqueue_threader_threadpool::should_cancel_thread): Likewise.
4386 * workqueue-threads.cc
4387 (Workqueue_threader_threadpool::should_cancel_thread): Cancel
4388 current thread if its thread number is greater than desired thread
4389 count.
4390 * workqueue.cc (Workqueue_threader_single::should_cancel_thread):
4391 Add thread_number parameter.
4392 (Workqueue::should_cancel_thread): Likewise.
4393 (Workqueue::find_runnable_or_wait): Pass thread_number to
4394 should_cancel_thread.
4395 * workqueue.h (Workqueue::should_cancel_thread): Add thread_number
4396 parameter.
4397
804eb480
ST
43982011-07-22 Sriraman Tallam <tmsriram@google.com>
4399
4400 * symtab.cc (Symbol_table::add_from_relobj): Mark symbol as referenced
4401 only after checking if it cannot be forced local.
4402 * symtab.h (is_externally_visible): Check if the symbol is not forced
4403 local.
4404
f1ddb600
ILT
44052011-07-15 Ian Lance Taylor <iant@google.com>
4406
4407 * options.h (class General_options): Add --print-output-format.
4408 Move -EL next to -EB, for better --help output.
4409 * target-select.cc: Include <cstdio>, "options.h", and
4410 "parameters.h".
4411 (Target_selector::do_target_bfd_name): New function.
4412 (print_output_format): New function.
4413 * target-select.h (class Target_selector): Update declarations.
4414 (Target_selector::target_bfd_name): New function.
4415 (print_output_format): Declare.
4416 * main.cc: Include "target-select.h".
4417 (main): Handle --print-output-format.
4418 * gold.cc: Include "target-select.h".
4419 (queue_initial_tasks): Handle --print-output-format when there are
4420 no input files.
4421 * parameters.cc (parameters_force_valid_target): Give a better
4422 error message if -EB/-EL does not match target.
4423 * freebsd.h (Target_selector_freebsd::do_target_bfd_name): New
4424 function.
4425
7d172687
ILT
44262011-07-15 Ian Lance Taylor <iant@google.com>
4427
4428 * i386.cc (class Output_data_plt_i386): Add layout_ field.
4429 (Output_data_plt_i386::Output_data_plt_i386): Initialize layout_.
4430 (Output_data_plt_i386::do_write): Write address of .dynamic
4431 section to first entry in .got.plt section.
4432 * x86_64.cc (class Output_data_plt_x86_64): Add layout_ field.
4433 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4434 Initialize layout_.
4435 (Output_data_plt_x86_64::do_write): Write address of .dynamic
4436 section to first entry in .got.plt section.
4437 * layout.h (Layout::dynamic_section): New function.
4438
e9552f7e
ST
44392011-07-13 Sriraman Tallam <tmsriram@google.com>
4440
4441 * archive.cc (Archive::get_elf_object_for_member): Add extra parameter
4442 to claim_file call.
4443 * layout.cc (Layout::Layout): Initialize section_ordering_specified_,
4444 input_section_position_, and input_section_glob_.
4445 (read_layout_from_file): Call function section_ordering_specified.
4446 * layout.h (is_section_ordering_specified): New function.
4447 (section_ordering_specified): New function.
4448 (section_ordering_specified_): New boolean member.
4449 * main.cc(main): Call load_plugins after layout object is defined.
4450 * output.cc (Output_section::add_input_section): Use
4451 function section_ordering_specified to check if section ordering is
4452 needed.
4453 * output.cc (Output_section::add_relaxed_input_section): Use
4454 function section_ordering_specified to check if section ordering is
4455 needed.
4456 (Output_section::update_section_layout): New function.
4457 (Output_section::sort_attached_input_sections): Check if input section
4458 must be reordered.
4459 * output.h (Output_section::update_section_layout): New function.
4460 * plugin.cc (get_section_count): New function.
4461 (get_section_type): New function.
4462 (get_section_name): New function.
4463 (get_section_contents): New function.
4464 (update_section_order): New function.
58797674 4465 (allow_section_ordering): New function.
e9552f7e
ST
4466 (Plugin::load): Add the new interfaces to the transfer vector.
4467 (Plugin_manager::load_plugins): New parameter.
4468 (Plugin_manager::all_symbols_read): New parameter.
4469 (Plugin_manager::claim_file): New parameter. Save the elf object for
4470 unclaimed objects.
4471 (Plugin_manager::get_elf_object): New function.
4472 (Plugin_manager::get_view): Change to directly use the bool to check
4473 if get_view is called from claim_file_hook.
4474 * plugin.h (input_objects): New function
4475 (Plugin__manager::load_plugins): New parameter.
4476 (Plugin_manager::claim_file): New parameter.
4477 (Plugin_manager::get_elf_object): New function.
4478 (Plugin_manager::in_claim_file_handler): New function.
4479 (Plugin_manager::in_claim_file_handler_): New member.
4480 (layout): New function.
4481 * readsyms.cc (Read_symbols::do_read_symbols): Call the claim_file
4482 handler with an extra parameter. Make the elf object before calling
4483 claim_file handler.
4484 * testsuite/plugin_test.c (get_section_count): New function pointer.
4485 (get_section_type): New function pointer.
4486 (get_section_name): New function pointer.
4487 (get_section_contents): New function pointer.
4488 (update_section_order): New function pointer.
4489 (allow_section_ordering): New function pointer.
4490 (onload): Check if the new interfaces exist.
4491
9446efde
ILT
44922011-07-13 Ian Lance Taylor <iant@google.com>
4493
4494 * i386.cc (Target_i386::got_section): If -z now, make .got.plt a
4495 relro section.
4496 * x86_64.cc (Target_x86_64::got_section): Likewise.
4497 * testsuite/Makefile.am (check_PROGRAMS): Add relro_now_test.
4498 (relro_now_test_SOURCES): New variable.
4499 (relro_now_test_DEPENDENCIES): New variable.
4500 (relro_now_test_LDFLAGS): New variable.
4501 (relro_now_test_LDADD): New variable.
4502 (relro_now_test.so): New target.
4503 * testsuite/Makefile.in: Rebuild.
4504
07aa62f2
ILT
45052011-07-12 Ian Lance Taylor <iant@google.com>
4506
4507 PR gold/12980
4508 * i386.cc (Target_i386::Scan::global): For a GOT reloc, use a
4509 GLOB_DAT relocation rather than a RELATIVE relocation for a
4510 protected symbol when creating a shared library.
4511 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
4512 * testsuite/protected_1.cc (f2, get_f2_addr): New functions.
4513 * testsuite/protected_main_1.cc (main): Test that protected
4514 function has same address.
4515
e2153196
ILT
45162011-07-11 Ian Lance Taylor <iant@google.com>
4517
4518 PR gold/12979
4519 * options.h (class General_options): Add -Bgroup.
4520 * options.cc (General_options::finalize): If -Bgroup is set,
4521 default to --unresolved-symbols=report-all.
4522 * layout.cc (Layout::finish_dynamic_section): Implement -Bgroup.
4523 * target-reloc.h (issue_undefined_symbol_error): Handle
4524 --unresolved-symbols=report-all.
4525
6daf5215
ILT
45262011-07-08 Ian Lance Taylor <iant@google.com>
4527
4528 PR gold/11985
4529 * layout.cc (Layout::create_initial_dynamic_sections): Don't crash
4530 if linker script discards key sections.
4531 (Layout::create_dynamic_symtab): Likewise.
4532 (Layout::assign_local_dynsym_offsets): Likewise.
4533 (Layout::sized_create_version_sections): Likewise.
4534 (Layout::create_interp): Likewise.
4535 (Layout::finish_dynamic_section): Likewise.
4536 (Layout::set_dynamic_symbol_size): Likewise.
4537
beabb2c6
ILT
45382011-07-08 Ian Lance Taylor <iant@google.com>
4539
4540 PR gold/12386
4541 * options.h (class General_options): Add --unresolved-symbols.
4542 * target-reloc.h (issue_undefined_symbol_error): Check
4543 --unresolved-symbols. Add comments.
4544
9c16daf1
ILT
45452011-07-08 Ian Lance Taylor <iant@google.com>
4546
4547 * testsuite/odr_violation2.cc (Ordering::operator()): Make
4548 expression more complex.
4549
191f1a2d
ILT
45502011-07-08 Ian Lance Taylor <iant@google.com>
4551
4552 PR gold/11317
4553 * target-reloc.h (issue_undefined_symbol_error): New inline
4554 function, broken out of relocate_section.
4555 (relocate_section): Call issue_undefined_symbol_error.
4556 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4557 there is no TLS segment if we are about to issue an undefined
4558 symbol error.
4559 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4560
62855347
ILT
45612011-07-08 Ian Lance Taylor <iant@google.com>
4562
4563 PR gold/12279
4564 * resolve.cc (Symbol_table::should_override): Add fromtype
4565 parameter. Change all callers. Give error when linking together
4566 TLS and non-TLS symbol.
4567 (Symbol_table::should_override_with_special): Add fromtype
4568 parameter. Change all callers.
4569 * i386.cc (Target_i386::Relocate::relocate_tls): Don't crash if
4570 there is no TLS segment if we have reported some errors.
4571 * x86_64.cc (Target_x86_64::relocate_tls): Likewise.
4572
67181c72
ILT
45732011-07-08 Ian Lance Taylor <iant@google.com>
4574
4575 PR gold/12372
4576 * target.h (Target::plt_address_for_global): New function.
4577 (Target::plt_address_for_local): New function.
4578 (Target::plt_section_for_global): Remove.
4579 (Target::plt_section_for_local): Remove.
4580 (Target::do_plt_address_for_global): New virtual function.
4581 (Target::do_plt_address_for_local): New virtual function.
4582 (Target::do_plt_section_for_global): Remove.
4583 (Target::do_plt_section_for_local): Remove.
4584 (Target::register_global_plt_entry): Add Symbol_table and Layout
4585 parameters.
4586 * output.cc (Output_data_got::Got_entry::write): Use
4587 plt_address_for_global and plt_address_for_local.
4588 * layout.cc (Layout::add_target_dynamic_tags): Use size and
4589 address of output section.
4590 * i386.cc (class Output_data_plt_i386): Add irelative_rel_,
4591 got_irelative_, and irelative_count_ fields. Update
4592 declarations.
4593 (Output_data_plt_i386::has_irelative_section): New function.
4594 (Output_data_plt_i386::entry_count): Add irelative_count_.
4595 (Output_data_plt_i386::set_final_data_size): Likewise.
4596 (class Target_i386): Add got_irelative_ and rel_irelative_
4597 fields. Update declarations.
4598 (Target_i386::Target_i386): Initialize new fields.
4599 (Target_i386::do_plt_address_for_global): New function replacing
4600 do_plt_section_for_global.
4601 (Target_i386::do_plt_address_for_local): New function replacing
4602 do_plt_section_for_local.
4603 (Target_i386::got_section): Create got_irelative_.
4604 (Target_i386::rel_irelative_section): New function.
4605 (Output_data_plt_i386::Output_data_plt_i386): Initialize new
4606 fields. Don't define __rel_iplt_{start,end}.
4607 (Output_data_plt_i386::add_entry): Add symtab and layout
4608 parameters. Change all callers. Use different PLT and GOT for
4609 IFUNC symbols.
4610 (Output_data_plt_i386::add_local_ifunc_entry): Add symtab and
4611 layout parameters. Change all callers. Use different PLT and
4612 GOT.
4613 (Output_data_plt_i386::rel_tls_desc): Fix formatting.
4614 (Output_data_plt_i386::rel_irelative): New function.
4615 (Output_data_plt_i386::address_for_global): New function.
4616 (Output_data_plt_i386::address_for_local): New function.
4617 (Output_data_plt_i386::do_write): Write out IRELATIVE area. Use
4618 IRELATIVE GOT when changing IFUNC GOT entries.
4619 (Target_i386::Scan::global): Use IRELATIVE GOT for IRELATIVE
4620 reloc.
4621 (Target_i386::do_finalize_sections): Create the __rel_iplt symbols
4622 if we didn't create an IRELATIVE GOT.
4623 (Target_i386::Relocate::relocate): Use plt_address_for_global and
4624 plt_address_for_local.
4625 (Target_i386::do_dynsym_value): Use plt_address_for_global.
4626 * x86_64.cc (class Output_data_plt_x86_64): Add irelative_rel_,
4627 got_irelative_, and irelative_count_ fields. Update
4628 declarations.
4629 (Output_data_plt_x86_64::Output_data_plt_x86_64) [both versions]:
4630 Initialize new fields. Remove symtab parameter. Change all
4631 callers.
4632 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): Add
4633 irelative_count_.
4634 (Output_data_plt_x86_64::has_irelative_section): New function.
4635 (Output_data_plt_x86_64::entry_count): Add irelative_count_.
4636 (class Target_x86_64): Add got_irelative_ and rel_irelative_
4637 fields. Update declarations.
4638 (Target_x86_64::Target_x86_64): Initialize new fields.
4639 (Target_x86_64::do_plt_address_for_global): New function replacing
4640 do_plt_section_for_global.
4641 (Target_x86_64::do_plt_address_for_local): New function replacing
4642 do_plt_section_for_local.
4643 (Target_x86_64::got_section): Create got_irelative_.
4644 (Target_x86_64::rela_irelative_section): New function.
4645 (Output_data_plt_x86_64::init): Remove symtab parameter. Change
4646 all callers. Don't create __rel_iplt_{start,end}.
4647 (Output_data_plt_x86_64::add_entry): Add symtab and layout
4648 parameters. Change all callers. Use different PLT and GOT for
4649 IFUNC symbols.
4650 (Output_data_plt_x86_64::add_local_ifunc_entry): Add symtab and
4651 layout parameters. Change all callers. Use different PLT and
4652 GOT.
4653 (Output_data_plt_x86_64::add_relocation): Add symtab and layout
4654 parameters. Change all callers. Use different PLT and GOT for
4655 IFUNC symbols.
4656 (Output_data_plt_x86_64::rela_tlsdesc): Fix formatting.
4657 (Output_data_plt_x86_64::rela_irelative): New function.
4658 (Output_data_plt_x86_64::address_for_global): New function.
4659 (Output_data_plt_x86_64::address_for_local): New function.
4660 (Output_data_plt_x86_64::set_final_data_size): Likewise.
4661 (Output_data_plt_x86_64::do_write): Write out IRELATIVE area.
4662 (Target_x86_64::init_got_plt_for_update): Create got_irelative_.
4663 (Target_x86_64::register_global_plt_entry): Add symtab and layout
4664 parameters.
4665 (Target_x86_64::Scan::global): Use IRELATIVE GOT for IRELATIVE
4666 reloc.
4667 (Target_x86_64::do_finalize_sections): Create the __rela_iplt
4668 symbols if we didn't create an IRELATIVE GOT.
4669 (Target_x86_64::Relocate::relocate): Use plt_address_for_global and
4670 plt_address_for_local.
4671 (Target_x86_64::do_dynsym_value): Use plt_address_for_global.
4672 * testsuite/ifuncvar1.c: New test file.
4673 * testsuite/ifuncvar2.c: New test file.
4674 * testsuite/ifuncvar3.c: New test file.
4675 * testsuite/Makefile.am (check_PROGRAMS): Add ifuncvar.
4676 (ifuncvar1_pic.o, ifuncvar2_pic.o, ifuncvar.so): New targets.
4677 (ifuncvar_SOURCES, ifuncvar_DEPENDENCIES): New variables.
4678 (ifuncvar_LDFLAGS, ifuncvar_LDADD): New variables.
4679 * testsuite/Makefile.in: Rebuild.
4680
33c15b45
CC
46812011-07-07 Cary Coutant <ccoutant@google.com>
4682
4683 * testsuite/Makefile.am (two_file_test_1_v1_ndebug.o): New target.
4684 (two_file_test_1_ndebug.o): Likewise.
4685 (two_file_test_1b_ndebug.o): Likewise.
4686 (two_file_test_2_ndebug.o): Likewise.
4687 (two_file_test_main_ndebug.o): Likewise.
4688 (incremental_test_2): Link with no-debug versions.
4689
f48b5fb7
CC
46902011-07-06 Cary Coutant <ccoutant@google.com>
4691
4692 * gold/incremental.cc
4693 (Output_section_incremental_inputs::write_info_blocks): Check for
4694 hidden and internal symbols.
4695
221597a5
CC
46962011-07-06 Cary Coutant <ccoutant@google.com>
4697
4698 * incremental.cc (Sized_incremental_binary::do_file_has_changed):
4699 Check disposition for startup file.
4700 (Incremental_inputs::report_command_line): Ignore
4701 --incremental-startup-unchanged option.
4702 * options.cc (General_options::parse_incremental_startup_unchanged):
4703 New function.
4704 (General_options::General_options): Initialize new data member.
4705 * options.h (Incremental_disposition): Add INCREMENTAL_STARTUP.
4706 (General_options): Add --incremental-startup-unchanged option.
4707 (General_options::incremental_startup_disposition): New function.
4708 (General_options::incremental_startup_disposition_): New data member.
4709
e24719f6
CC
47102011-07-06 Cary Coutant <ccoutant@google.com>
4711
4712 * incremental.cc (Sized_incremental_binary::setup_readers): Pass
4713 input file index to Script_info ctor.
4714 (Sized_incremental_binary::do_file_has_changed): Find the
4715 command-line argument for files named in scripts.
4716 * incremental.h (Script_info::Script_info): New ctor
4717 with input file index.
4718 (Script_info::input_file_index): New function.
4719 (Script_info::input_file_index_): New data member.
4720 (Incremental_binary::get_library): Add const.
4721 (Incremental_binary::get_script_info): Add const.
4722 * readsyms.cc (Read_member::is_runnable): Check for this_blocker_.
4723 * testsuite/Makefile.am (incremental_test_5): New test case.
4724 (incremental_test_6): New test case.
4725 * testsuite/Makefile.in: Regenerate.
4726
8f7c81e8
CC
47272011-07-06 Cary Coutant <ccoutant@google.com>
4728
4729 * incremental.cc (Sized_incremental_binary::do_check_inputs): Add
4730 debug output when command lines differ.
4731
9fbd3822
CC
47322011-07-06 Cary Coutant <ccoutant@google.com>
4733
4734 * incremental.cc (Incremental_inputs::report_command_line): Ignore
4735 --incremental-patch option.
4736 * layout.cc (Free_list::allocate): Extend allocation beyond original
4737 end if enabled.
4738 (Layout::make_output_section): Mark sections that should get
4739 patch space.
4740 * options.cc (parse_percent): New function.
4741 * options.h (parse_percent): New function.
4742 (DEFINE_percent): New macro.
4743 (General_options): Add --incremental-patch option.
4744 * output.cc (Output_section::Output_section): Initialize new data
4745 members.
4746 (Output_section::add_input_section): Print section name when out
4747 of patch space.
4748 (Output_section::add_output_section_data): Likewise.
4749 (Output_section::set_final_data_size): Add patch space when
4750 doing --incremental-full.
4751 (Output_section::do_reset_address_and_file_offset): Remove patch
4752 space.
4753 (Output_segment::set_section_list_addresses): Print debug output
4754 only if --incremental-update.
4755 * output.h (Output_section::set_is_patch_space_allowed): New function.
4756 (Output_section::is_patch_space_allowed_): New data member.
4757 (Output_section::patch_space_): New data member.
4758 * parameters.cc (Parameters::incremental_full): New function.
4759 * parameters.h (Parameters::incremental_full): New function
4760 * testsuite/Makefile.am (incremental_test_2): Add test for
4761 --incremental-patch option.
4762 * testsuite/Makefile.in: Regenerate.
4763 * testsuite/two_file_test_1_v1.cc (t1, t2, t3): Add comments.
4764 (t18): Remove function body.
4765
f6cccc2c
DK
47662011-07-05 Doug Kwan <dougkwan@google.com>
4767
4768 PR gold/12771
4769 * arm.cc (Arm_relocate_functions::abs8): Use int32_t for addend and
4770 Arm_Address type for relocation result.
4771 (Arm_relocate_functions::abs16): Use unaligned access. Also fix
4772 overflow check.
4773 (Arm_relocate_functions::abs32): Use unaligned access.
4774 (Arm_relocate_functions::rel32): Ditto.
4775 (Arm_relocate_functions::prel31): Ditto.
4776 (Arm_exidix_cantunwind::do_fixed_endian_write): Ditto.
4777 * testsuite/Makefile.am: Add new test arm_unaligned_reloc for unaligned
4778 static data relocations.
4779 * testsuite/Makefile.in: Regnerate.
4780 * testsuite/arm_unaligned_reloc.{s,sh}: New files.
4781
28a13fec
ILT
47822011-07-05 Ian Lance Taylor <iant@google.com>
4783
4784 PR gold/12392
4785 * i386.cc (Target_i386::do_finalize_sections): Define __rel_iplt
4786 symbols if necessary.
4787 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
4788
24d47b34
ILT
47892011-07-05 Ian Lance Taylor <iant@google.com>
4790
4791 PR gold/12952
4792 * resolve.cc (Symbol::override_base_with_special): Simply override
4793 version with special symbol version, ignoring previous version.
4794
41f9cbbe
ILT
47952011-07-05 Ian Lance Taylor <iant@google.com>
4796
4797 * object.cc (Sized_relobj_file::include_section_group): Add
4798 information to comment about signature location.
4799
886288f1
ILT
48002011-07-02 Ian Lance Taylor <iant@google.com>
4801
4802 PR gold/12957
4803 * options.h (class General_options): Add -f and -F.
4804 * options.cc (General_options::finalize): Fatal error if -f/-F
4805 are used without -shared.
4806 * layout.cc (Layout::finish_dynamic_section): Implement -f/-F.
4807
ae3a6d4f
ILT
48082011-07-02 Ian Lance Taylor <iant@google.com>
4809
4810 * dirsearch.cc (Dir_cache::read_files): Ignore ENOTDIR errors.
4811
21131061
ILT
48122011-07-01 Ian Lance Taylor <iant@google.com>
4813
4814 PR gold/12525
4815 PR gold/12952
4816 * resolve.cc (Symbol::override_base_with_special): Don't override
4817 the version if the overriding symbol has a different name.
4818 * dynobj.cc (Versions::add_def): Add dynpool parameter. Change
4819 all callers. If we give an error about an undefined version,
4820 define the base version if necessary.
4821 * dynobj.h (class Versions): Update declaration.
4822 * testsuite/weak_alias_test_5.cc: New file.
4823 * testsuite/weak_alias_test.script: New file.
4824 * testsuite/weak_alias_test_main.cc: Check that versioned_symbol
4825 and versioned_alias have the right value, and call t2.
4826 * testsuite/Makefile.am (weak_alias_test_DEPENDENCIES): Add
4827 weak_alias_test_5.so.
4828 (weak_alias_test_LDADD): Likewise.
4829 (weak_alias_test_5_pic.o, weak_alias_test_5.so): New targets.
4830 * testsuite/Makefile.in: Rebuild.
4831
611062c0
ILT
48322011-07-01 Ian Lance Taylor <iant@google.com>
4833
4834 PR gold/12525
4835 * options.h (class General_options): Support -z notext.
4836 * testsuite/Makefile.am (two_file_shared_1_nonpic.so): Use
4837 -Wl,-z,notext.
4838 (two_file_shared_nonpic.so): Likewise.
4839 (two_file_shared_mixed.so): Likewise.
4840 (two_file_shared_mixed_1.so): Likewise.
4841 (weak_undef_lib_nonpic.so): Likewise.
4842 (alt/weak_undef_lib_nonpic.so): Likewise.
4843 (tls_test_shared_nonpic.so): Likewise.
4844 * testsuite/Makefile.in: Rebuild.
4845
328c7c2f
ILT
48462011-07-01 Ian Lance Taylor <iant@google.com>
4847
4848 PR gold/12525
4849 * configure.ac: Test whether static linking works, setting
4850 the automake conditional HAVE_STATIC.
4851 * testsuite/Makefile.am: Disable tests using -static if
4852 HAVE_STATIC is not true.
4853 * configure, testsuite/Makefile.in: Rebuild.
4854
02d7cd44
ILT
48552011-07-01 Ian Lance Taylor <iant@google.com>
4856
4857 PR gold/12525
4858 * ehframe.cc (Eh_frame_hdr::get_fde_pc): Handle DW_EH_PE_datarel.
4859 Assert if we see DW_EH_PE_indirect.
4860 * target.h (Target::ehframe_datarel_base): New function.
4861 (Target::do_ehframe_datarel_base): New target function.
4862 * i386.cc (Target_i386::do_ehframe_datarel_base): New function.
4863 * x86_64.cc (Target_x86_64::do_ehframe_datarel_base): New
4864 function.
4865
07a60597
ILT
48662011-07-01 Ian Lance Taylor <iant@google.com>
4867
4868 PR gold/12571
4869 * options.h (class General_options): Add
4870 --ld-generated-unwind-info.
4871 * ehframe.cc (Fde::write): Add address parameter. Change all
4872 callers. If associated with PLT, fill in address and size.
4873 (Cie::set_output_offset): Only add merge mapping if there is an
4874 object.
4875 (Cie::write): Add address parameter. Change all callers.
4876 (Eh_frame::add_ehframe_for_plt): New function.
4877 * ehframe.h (class Fde): Update declarations. Move shndx_ and
4878 input_offset_ fields into union u_, with new plt field.
4879 (Fde::Fde): Adjust for new union field.
4880 (Fde::Fde) [Output_data version]: New constructor.
4881 (Fde::add_mapping): Only add merge mapping if there is an object.
4882 (class Cie): Update declarations.
4883 (class Eh_frame): Declare add_ehframe_for_plt.
4884 * layout.cc (Layout::layout_eh_frame): Break out code into
4885 make_eh_frame_section, and call it.
4886 (Layout::make_eh_frame_section): New function.
4887 (Layout::add_eh_frame_for_plt): New function.
4888 * layout.h (class Layout): Update declarations.
4889 * merge.cc (Merge_map::add_mapping): Add assertion.
4890 * i386.cc: Include "dwarf.h".
4891 (class Output_data_plt_i386): Make first_plt_entry,
4892 dyn_first_plt_entry, exec_plt_entry, and dyn_plt_entry const. Add
4893 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4894 and plt_eh_frame_fde.
4895 (Output_data_plt_i386::Output_data_plt_i386): Align to 16-byte
4896 boundary. Call add_eh_frame_for_plt if appropriate.
4897 * x86_64.cc: Include "dwarf.h".
4898 (class Output_data_plt_x86_64): Align to 16-byte boundary. Make
4899 first_plt_entry, plt_entry and tlsdesc_plt_entry const. Add
4900 plt_eh_frame_cie_size, plt_eh_frame_fde_size, plt_eh_frame_cie,
4901 and plt_eh_frame_fde.
4902 (Output_data_plt_x86_64::init): Call add_eh_frame_for_plt if
4903 appropriate.
4904
14788a3f
ILT
49052011-06-29 Ian Lance Taylor <iant@google.com>
4906
4907 PR gold/12629
4908 * object.cc (Sized_relobj_file::layout_section): Change shdr
4909 parameter to be const.
4910 (Sized_relobj_file::layout_eh_frame_section): New function, broken
4911 out of do_layout.
4912 (Sized_relobj_file::do_layout): Defer .eh_frame sections if
4913 appropriate. Call layout_eh_frame_section.
4914 (Sized_relobj_file::do_layout_deferred_sections): Handle .eh_frame
4915 sections.
4916 * object.h (class Sized_relobj_file): Update declarations.
4917
6c21fce1
ILT
49182011-06-29 Ian Lance Taylor <iant@google.com>
4919
37e41b03 4920 PR gold/12652
6c21fce1
ILT
4921 * script.cc (Token::integer_value): Accept trailing M/m/K/k
4922 modifier.
4923 (Lex::gather_token): Accept trailing M/m/K/k for integers.
4924
4d5e4e62
ILT
49252011-06-29 Ian Lance Taylor <iant@google.com>
4926
4927 PR gold/12675
4928 * object.cc (Sized_relobj_file::check_eh_frame_flags): Check for
4929 SHT_X86_64_UNWIND.
4930 * layout.cc (Layout::layout_eh_frame): Likewise.
4931
886f533a
ILT
49322011-06-29 Ian Lance Taylor <iant@google.com>
4933
4934 PR gold/12695
4935 * layout.cc (Layout::symtab_section_shndx): New function.
4936 * layout.h (class Layout): Declare symtab_section_shndx.
4937 * output.cc (Output_section::write_header): Call it.
4938
f3ae1b28
ILT
49392011-06-29 Ian Lance Taylor <iant@google.com>
4940
4941 PR gold/12818
4942 * symtab.cc (Symbol::should_add_dynsym_entry): Don't add undefined
4943 symbols which are not used in a relocation.
4944
aecf301f
ILT
49452011-06-28 Ian Lance Taylor <iant@google.com>
4946
4947 PR gold/12898
4948 * layout.cc (Layout::segment_precedes): Don't crash if a linker
4949 script create indistinguishable segments.
4950 (Layout::set_segment_offsets): Use stable_sort when sorting
4951 segments. Pass this to Compare_segments constructor.
4952 * layout.h (class Layout): Make segment_precedes non-static.
4953 (class Compare_segments): Change from struct to class. Add
4954 layout_ field. Add constructor.
4955 * script-sections.cc
4956 (Script_sections::attach_sections_using_phdrs_clause): Rename
4957 local orphan to is_orphan. Don't report failure to put empty
4958 section in segment. On attachment failure, report name of
4959 section, and attach to first PT_LOAD segment.
4960
03ef7571
ILT
49612011-06-28 Ian Lance Taylor <iant@google.com>
4962
4963 PR gold/12934
4964 * target-select.cc (Target_selector::Target_selector): Add
4965 emulation parameter. Change all callers.
4966 (select_target_by_bfd_name): Rename from select_target_by_name.
4967 Change all callers.
4968 (select_target_by_emulation): New function.
4969 (supported_emulation_names): New function.
4970 * target-select.h (class Target_selector): Add emulation_ field.
4971 Update declarations.
4972 (Target_selector::recognize_by_bfd_name): Rename from
4973 recognize_by_name. Change all callers.
4974 (Target_selector::supported_bfd_names): Rename from
4975 supported_names. Change all callers.
4976 (Target_selector::recognize_by_emulation): New function.
4977 (Target_selector::supported_emulations): New function.
4978 (Target_selector::emulation): New function.
4979 (Target_selector::do_recognize_by_bfd_name): Rename from
4980 do_recognize_by_name. Change all callers.
4981 (Target_selector::do_supported_bfd_names): Rename from
4982 do_supported_names. Change all callers.
4983 (Target_selector::do_recognize_by_emulation): New function.
4984 (Target_selector::do_supported_emulations): New function.
4985 (select_target_by_bfd_name): Change name in declaration.
4986 (select_target_by_emulation): Declare.
4987 (supported_emulation_names): Declare.
4988 * parameters.cc (parameters_force_valid_target): Try to find
4989 target based on emulation from -m option.
4990 * options.h (class General_options): Change doc string for -m.
4991 * options.cc (help): Print emulations.
4992 (General_options::parse_V): Likewise.
4993 * freebsd.h (Target_selector_freebsd::Target_selector_freebsd):
4994 Add emulation parameter. Change all callers.
4995
200b2bb9
ILT
49962011-06-28 Ian Lance Taylor <iant@google.com>
4997
4998 * target.h (class Target): Add osabi_ field.
4999 (Target::osabi): New function.
5000 (Target::set_osabi): New function.
5001 (Target::Target): Initialize osabi_.
5002 (Target::do_adjust_elf_header): Make pure virtual.
5003 (Sized_target::do_adjust_elf_header): Declare.
5004 * target.cc (Sized_target::do_adjust_elf_header): New function.
5005 (class Sized_target): Instantiate all versions.
5006 * freebsd.h (class Target_freebsd): Remove.
5007 (Target_selector_freebsd::do_recognize): Call set_osabi on
5008 Target.
5009 (Target_selector_freebsd::do_recognize_by_name): Likewise.
5010 (Target_selector_freebsd::set_osabi): Remove.
5011 * i386.cc (class Target_i386): Inherit from Sized_target rather
5012 than Target_freebsd.
5013 * x86_64.cc (class Target_x86_64): Likewise.
5014
b3ce541e
ILT
50152011-06-28 Ian Lance Taylor <iant@google.com>
5016
5017 * target.h (Target::can_check_for_function_pointers): Rewrite.
5018 Make non-virtual.
5019 (Target::can_icf_inline_merge_sections): Likewise.
5020 (Target::section_may_have_icf_unsafe_poineters): Likewise.
5021 (Target::Target_info): Add can_icf_inline_merge_sections field.
5022 (Target::do_can_check_for_function_pointers): New virtual
5023 function.
5024 (Target::do_section_may_have_icf_unsafe_pointers): Likewise.
5025 * arm.cc (Target_arm::do_can_check_for_function_pointers): Rename
5026 from can_check_for_function_pointers, move in file.
5027 (Target_arm::do_section_may_have_icf_unsafe_pointers): Rename from
5028 section_may_have_icf_unsafe_poineters, move in file.
5029 (Target_arm::arm_info): Initialize can_icf_inline_merge_sections.
5030 * i386.cc (Target_i386::do_can_check_for_function_pointers):
5031 Rename from can_check_for_function_pointers, move in file.
5032 (Target_i386::can_icf_inline_merge_sections): Remove.
5033 (Target_i386::i386_info): Initialize
5034 can_icf_inline_merge_sections.
5035 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
5036 Initialize can_icf_inline_merge_sections.
5037 * sparc.cc (Target_sparc::sparc_info) [both version]: Likewise.
5038 * x86_64.cc (Target_x86_64::do_can_check_for_function_pointers):
5039 Rename from can_check_for_function_pointers, move in file.
5040 (Target_x86_64::can_icf_inline_merge_sections): Remove.
5041 (Target_x86_64::x86_64_info): Initialize
5042 can_icf_inline_merge_sections.
5043 * testsuite/testfile.cc (Target_test::test_target_info):
5044 Likewise.
5045 * icf.cc (get_section_contents): Correct formatting.
5046
6d1c4efb
ILT
50472011-06-27 Ian Lance Taylor <iant@google.com>
5048
5049 * symtab.cc (Symbol::versioned_name): New function.
5050 (Symbol_table::add_to_final_symtab): Use versioned_name when
5051 appropriate.
5052 (Symbol_table::sized_write_symbol): Likewise.
5053 * symtab.h (class Symbol): Declare versioned_name.
5054 * stringpool.h (class Stringpool_template): Add variant of add
5055 which takes a std::basic_string.
5056 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_12.
5057 (ver_test_12_SOURCES, ver_test_12_DEPENDENCIES): New variables.
5058 (ver_test_12_LDFLAGS, ver_test_12_LDADD): New variables.
5059 (ver_test_12.o): New target.
5060 * testsuite/Makefile.in: Rebuild.
5061
57eb9b50
DK
50622011-06-27 Doug Kwan <dougkwan@google.com>
5063
5064 * arm.cc (Arm_relocate_functions::thm_jump8,
5065 Arm_relocate_functions::thm_jump11): Use a wider signed
5066 type to compute offset.
5067 * testsuite/Makefile.am: Add new tests arm_thm_jump11 and
5068 arm_thm_jump8.
5069 * testsuite/Makefile.in: Regenerate.
5070 * testsuite/arm_branch_in_range.sh: Check test results of
5071 arm_thm_jump11 and arm_thm_jump8.
5072 * testsuite/arm_thm_jump11.s: New test source file.
5073 * testsuite/arm_thm_jump11.t: New linker script.
5074 * testsuite/arm_thm_jump8.s: New test source file.
5075 * testsuite/arm_thm_jump8.t: New linker script.
5076
487b39df
ILT
50772011-06-24 Ian Lance Taylor <iant@google.com>
5078
5079 * layout.cc: Include "object.h".
5080 (ctors_sections_in_init_array): New static variable.
5081 (Layout::is_ctors_in_init_array): New function.
5082 (Layout::layout): Add entry to ctors_sections_in_init_array if
5083 appropriate.
5084 * layout.h (class Layout): Declare is_ctors_in_init_array.
5085 * reloc.cc (Sized_relobj_file::do_relocate): Call reverse_words if
5086 is_ctors_reverse_view is set.
5087 (Sized_relobj_file::write_sections): Add layout parameter. Change
5088 all callers. Set is_ctors_reverse_view field of View_size.
5089 (Sized_relobj_file::reverse_words): New function.
5090 * object.h (Sized_relobj_file::View_size): Add
5091 is_ctors_reverse_view field.
5092 (class Sized_relobj_file): Update declarations.
5093 * testsuite/initpri3.c: New test.
5094 * testsuite/Makefile.am: (check_PROGRAMS): Add initpri3a and
5095 initpri3b.
5096 (initpri3a_SOURCES, initpri3a_DEPENDENCIES): New variables.
5097 (initpri3a_LDFLAGS, initpri3a_LDADD): New variables.
5098 (initpri3b_SOURCES, initpri3b_DEPENDENCIES): New variables.
5099 (initpri3b_LDFLAGS, initpri3b_LDADD): New variables.
5100 * testsuite/Makefile.in: Rebuild.
5101
472076e4
CC
51022011-06-24 Cary Coutant <ccoutant@google.com>
5103
5104 * testsuite/Makefile.am: Add in-tree assembler to gcctestdir.
5105 (debug_msg_cdebug.o, odr_violation1_cdebug.o, odr_violation2_cdebug.o)
5106 (debug_msg_cdebug.err): New targets.
5107 * testsuite/Makefile.in: Regenerate.
5108 * testsuite/debug_msg.sh: Check output of link with compressed debug.
5109 Fix checks for link with shared library.
5110
a60af0db
DK
51112011-06-24 Doug Kwan <dougkwan@google.com>
5112
5113 * arm.cc (Arm_output_section::append_text_sections_to_list): Do not
5114 skip empty text sections.
5115 * testsuite/arm_exidx_test.s: Test handling of an empty text section.
5116
5393d741
ILT
51172011-06-22 Ian Lance Taylor <iant@google.com>
5118
5119 PR gold/12910
5120 * options.h (class General_options): Add --ctors-in-init-array.
5121 * layout.cc (Layout::get_output_section): Treat SHT_INIT_ARRAY and
5122 friends as SHT_PROGBITS for merging sections.
5123 (Layout::layout): Remove special handling of .init_array and
5124 friends. Don't sort if doing relocatable link. Sort for .ctors
5125 and .dtors if ctors_in_init_array.
5126 (Layout::make_output_section): Force correct section types for
5127 .init_array and friends. Don't sort if doing relocatable link,
5128 Don't sort .ctors and .dtors if ctors_in_init_array.
5129 (Layout::section_name_mapping): Remove .ctors. and .dtorso.
5130 (Layout::output_section_name): Add relobj parameter. Change all
5131 callers. Handle .ctors. and .dtors. in code rather than table.
5132 Handle .ctors and .dtors if ctors_in_init_array.
5133 (Layout::match_file_name): New function, moved from output.cc.
5134 * layout.h (class Layout): Update declarations.
5135 * output.cc: Include "layout.h".
5136 (Input_section_sort_entry::get_priority): New function.
5137 (Input_section_sort_entry::match_file_name): Just call
5138 Layout::match_file_name.
5139 (Output_section::Input_section_sort_init_fini_compare::operator()):
5140 Handle .ctors and .dtors. Sort by explicit priority rather than
5141 by name.
5142 * configure.ac: Remove CONSTRUCTOR_PRIORITY test and conditional.
5143 * testsuite/initpri2.c: New test.
5144 * testsuite/Makefile.am: Don't test CONSTRUCTOR_PRIORITY.
5145 (check_PROGRAMS): Add initpri2.
5146 (initpri2_SOURCES, initpri2_DEPENDENCIES): New variables.
5147 (initpri2_LDFLAGS, initpri2_LDADD): New variables.
5148 * configure, testsuite/Makefile.in: Rebuild.
5149
e1f74f98
ILT
51502011-06-19 Ian Lance Taylor <iant@google.com>
5151
5152 PR gold/12880
5153 * layout.cc (Layout::attach_allocated_section_to_segment): Add a
5154 .interp section to a PT_INTERP segment even if we have seen a
5155 --dynamic-linker option. Don't do it if we have seen a PHDRS
5156 clause in a linker script.
5157 (Layout::finalize): Don't create a .interp section if we've
5158 already create a PT_INTERP segment.
5159 (Layout::create_interp): Always call choose_output_section (revert
5160 patch of 2011-06-17). Don't create PT_INTERP segment.
5161 * script-sections.cc
5162 (Script_sections::create_note_and_tls_segments): Add a .interp
5163 section to a PT_INTERP segment even if we have seen a
5164 --dynamic-linker option.
5165
766f91bb
ILT
51662011-06-18 Ian Lance Taylor <iant@google.com>
5167
5168 * layout.cc (Layout::finish_dynamic_section): Don't set DT_TEXTREL
5169 merely because a non-PT_LOAD segment has a dynamic reloc.
5170
0d212c3a
ILT
51712011-06-18 Ian Lance Taylor <iant@google.com>
5172
5173 * layout.cc (Layout::finish_dynamic_section): Don't create
5174 DT_FLAGS entry if not needed.
5175
911a5072
ILT
51762011-06-18 Ian Lance Taylor <iant@google.com>
5177
5178 PR gold/12745
5179 * layout.cc (Layout::layout_eh_frame): Correct handling of
5180 writable .eh_frame section.
5181
534b4e5f
ILT
51822011-06-17 Ian Lance Taylor <iant@google.com>
5183
5184 PR gold/12893
5185 * resolve.cc (Symbol_table::resolve): Don't give an error if a
5186 symbol is redefined with the exact same object and value.
5187
10b4f102
ILT
51882011-06-17 Ian Lance Taylor <iant@google.com>
5189
5190 PR gold/12880
5191 * layout.h (class Layout): Add interp_segment_ field.
5192 * layout.cc (Layout::Layout): Initialize interp_segment_ field.
5193 (Layout::attach_allocated_section_to_segment): If making shared
5194 library, put .interp section in PT_INTERP segment.
5195 (Layout::finalize): Also call create_interp if -dynamic-linker
5196 option was used.
5197 (Layout::create_interp): Assert that there is no PT_INTERP
5198 segment. If not using a SECTIONS clause, use make_output_section.
5199 (Layout::make_output_segment): Set interp_segment_ if PT_INTERP.
5200 * script-sections.cc
5201 (Script_sections::create_note_and_tls_segments): If making shared
5202 library, put .interp section in PT_INTERP segment.
5203
a29b0dad
ILT
52042011-06-17 Ian Lance Taylor <iant@google.com>
5205
e588ea8d
ILT
5206 * object.cc (Sized_relobj_file::do_layout): Keep warning sections
5207 when making a shared library.
5208
52092011-06-17 Ian Lance Taylor <iant@google.com>
5210
5211 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Add gsym
5212 parameter. Change all callers. Don't issue warning about PC32
5213 against locally defined symbol.
a29b0dad 5214
9d3b0698
ILT
52152011-06-16 Ian Lance Taylor <iant@google.com>
5216
5217 * symtab.cc (Warnings::issue_warning): Don't warn if relocation
5218 occurs in same object.
5219
85b0f90c
AM
52202011-06-14 Alan Modra <amodra@gmail.com>
5221
5222 * po/POTFILES.in: Regenerate.
5223
a94907d9
ILT
52242011-06-09 Ian Lance Taylor <iant@google.com>
5225
5226 * script-sections.cc
5227 (Orphan_output_section::set_section_addresses): For a relocatable
5228 link set address to 0.
5229
4fb3a1c3
CC
52302011-06-09 Cary Coutant <ccoutant@google.com>
5231
5232 PR gold/12804
5233 * gold/gold.cc (queue_initial_tasks): Warn if --incremental is
5234 used with --compress-debug-sections.
5235 * gold/object.cc (Sized_relobj_file::do_layout): Report
5236 uncompressed size of compressed input sections.
5237
61220854
CC
52382011-06-08 Cary Coutant <ccoutant@google.com>
5239
5240 PR gold/12804
5241 * testsuite/two_file_test_2_v1.cc: Change initialization of
5242 v2 to keep it in .data.
5243
e6455dfb
CC
52442011-06-07 Cary Coutant <ccoutant@google.com>
5245
5246 * common.cc (Symbol_table::do_allocate_commons_list): Call
5247 gold_fallback.
5248 * errors.cc (Errors::fatal): Adjust call to gold_exit.
5249 (Errors::fallback): New function.
5250 (gold_fallback): New function.
5251 * errors.h (Errors::fallback): New function.
5252 * gold.cc (gold_exit): Change status parameter to enum; adjust
5253 all callers.
5254 (queue_initial_tasks): Call gold_fallback.
5255 * gold.h: Include cstdlib.
5256 (Exit_status): New enum type.
5257 (gold_exit): Change status parameter to enum.
5258 (gold_fallback): New function.
5259 * layout.cc (Layout::set_section_offsets): Call gold_fallback.
5260 (Layout::create_symtab_sections): Likewise.
5261 (Layout::create_shdrs): Likewise.
5262 * main.cc (main): Adjust call to gold_exit.
5263 * output.cc (Output_data_got::add_got_entry): Call gold_fallback.
5264 (Output_data_got::add_got_entry_pair): Likewise.
5265 (Output_section::add_input_section): Likewise.
5266 (Output_section::add_output_section_data): Likewise.
5267 (Output_segment::set_section_list_addresses): Likewise.
5268 * x86_64.cc (Output_data_plt_x86_64::add_entry): Likewise.
5269
fb0e076f
CC
52702011-06-07 Cary Coutant <ccoutant@google.com>
5271
5272 * layout.cc (Layout::set_segment_offsets): Don't adjust layout
5273 for incremental links.
5274 * output.cc (Output_segment::set_section_list_addresses): Remove
5275 FIXME and test for TLS or BSS.
5276
a5ee4d5d
CC
52772011-06-07 Cary Coutant <ccoutant@google.com>
5278
5279 * testsuite/Makefile.am: Add incremental_copy_test,
5280 incremental_common_test_1.
5281 * testsuite/Makefile.in: Regenerate.
5282 * testsuite/common_test_1_v1.c: New source file.
5283 * testsuite/common_test_1_v2.c: New source file.
5284 * testsuite/copy_test_v1.cc: New source file.
5285
5146f448
CC
52862011-06-07 Cary Coutant <ccoutant@google.com>
5287
5288 * common.cc (Symbol_table::do_allocate_commons_list): For incremental
5289 update, allocate common from bss section's free list.
5290 * incremental-dump.cc (dump_incremental_inputs): Print flag for
5291 linker-defined symbols.
5292 * incremental.cc (Sized_incremental_binary::do_process_got_plt):
5293 Skip GOT and PLT entries that are no longer referenced.
5294 (Output_section_incremental_inputs::write_info_blocks): Mark
5295 linker-defined symbols.
5296 (Sized_incr_relobj::do_add_symbols): Process linker-defined symbols.
5297 * output.cc (Output_section::allocate): New function.
5298 * output.h (Output_section::allocate): New function.
5299 * resolve.cc (Symbol_table::report_resolve_problem): Add case for
5300 linker-defined symbols.
5301 (Symbol::override_base_with_special): Copy is_predefined_ flag.
5302 * symtab.cc (Symbol::init_fields): Initialize is_predefined_ flag.
5303 (Symbol::init_base_output_data): Likewise.
5304 (Symbol::init_base_output_segment): Likewise.
5305 (Symbol::init_base_constant): Likewise.
5306 (Sized_symbol::init_output_data): Likewise.
5307 (Sized_symbol::init_output_segment): Likewise.
5308 (Sized_symbol::init_constant): Likewise.
5309 (Symbol_table::do_define_in_output_data): Likewise.
5310 (Symbol_table::do_define_in_output_segment): Likewise.
5311 (Symbol_table::do_define_as_constant): Likewise.
5312 * symtab.h (Symbol::is_predefined): New function.
5313 (Symbol::init_base_output_data): Add is_predefined parameter.
5314 (Symbol::init_base_output_segment): Likewise.
5315 (Symbol::init_base_constant): Likewise.
5316 (Symbol::is_predefined_): New data member.
5317 (Sized_symbol::init_output_data): Add is_predefined parameter.
5318 (Sized_symbol::init_output_segment): Likewise.
5319 (Sized_symbol::init_constant): Likewise.
5320 (enum Symbol_table::Defined): Add INCREMENTAL_BASE.
5321
26d3c67d
CC
53222011-06-07 Cary Coutant <ccoutant@google.com>
5323
5324 * copy-relocs.cc (Copy_relocs::copy_reloc): Call make_copy_reloc
5325 instead of emit_copy_reloc.
5326 (Copy_relocs::emit_copy_reloc): Refactor.
5327 (Copy_relocs::make_copy_reloc): New function.
5328 (Copy_relocs::add_copy_reloc): Remove.
5329 * copy-relocs.h (Copy_relocs::emit_copy_reloc): Move to public
5330 section.
5331 (Copy_relocs::make_copy_reloc): New function.
5332 (Copy_relocs::add_copy_reloc): Remove.
5333 * gold.cc (queue_middle_tasks): Emit old COPY relocations from
5334 unchanged input files.
5335 * incremental-dump.cc (dump_incremental_inputs): Print "COPY" flag.
5336 * incremental.cc (Sized_incremental_binary::do_reserve_layout):
5337 Reserve BSS space for COPY relocations.
5338 (Sized_incremental_binary::do_emit_copy_relocs): New function.
5339 (Output_section_incremental_inputs::write_info_blocks): Record
5340 whether a symbol is copied from a shared object.
5341 (Sized_incr_dynobj::do_add_symbols): Record COPY relocations.
5342 * incremental.h (enum Incremental_shlib_symbol_flags): New type.
5343 (INCREMENTAL_SHLIB_SYM_FLAGS_SHIFT): New constant.
5344 (Incremental_input_entry_reader::get_output_symbol_index): Add
5345 is_copy parameter.
5346 (Incremental_binary::emit_copy_relocs): New function.
5347 (Incremental_binary::do_emit_copy_relocs): New function.
5348 (Sized_incremental_binary::Sized_incremental_binary): Initialize
5349 new data member.
5350 (Sized_incremental_binary::add_copy_reloc): New function.
5351 (Sized_incremental_binary::do_emit_copy_relocs): New function.
5352 (Sized_incremental_binary::Copy_reloc): New struct.
5353 (Sized_incremental_binary::Copy_relocs): New typedef.
5354 (Sized_incremental_binary::copy_relocs_): New data member.
5355 * symtab.cc (Symbol_table::add_from_incrobj): Change return type.
5356 * symtab.h (Symbol_table::add_from_incrobj): Change return type.
5357 * target.h (Sized_target::emit_copy_reloc): New function.
5358 * x86_64.cc (Target_x86_64::emit_copy_reloc): New function.
5359
7cdb37d9
CC
53602011-06-02 Cary Coutant <ccoutant@google.com>
5361
5362 PR gold/12163
5363 * gold/archive.cc (Archive::Archive): Initialize new data member.
5364 (Archive::include_all_members): Return if archive has already been
5365 included.
5366 * gold/archive.h (Archive::include_all_members_): New data member.
5367
cc643b88
NC
53682011-06-02 Nick Clifton <nickc@redhat.com>
5369
5370 * dynobj.h: Fix spelling mistake in comment.
5371 * output.cc: Likewise.
5372
f62a3ca7 53732011-05-31 Doug Kwan <dougkwan@google.com>
2e702c99 5374 Asier Llano
f62a3ca7
DK
5375
5376 PR gold/12826
cc643b88 5377 * arm.cc (Target_arm::tag_cpu_arch_combine): Fix handling of
f62a3ca7
DK
5378 arch value that equals to elfcpp::MAX_TAG_CPU_ARCH.
5379 * testsuite/Makefile.am: (MOSTLYCLEANFILES): Clean up. Remove
5380 redundant arm_exidx_test.so.
5381 * testsuite/Makefile.in: Regenerate.
5382 (check_SCRIPTS): Add pr12826.sh
5383 (check_DATA): Add pr12826.stdout
5384 (pr12826.stdout, pr12826.so, pr12826_1.o, pr12826_2.o): New rules.
5385 * testsuite/pr12826.sh: New file.
5386 * testsuite/pr12826_1.s: Ditto.
5387 * testsuite/pr12826_1.s: Ditto.
5388
8dbe1edc
ILT
53892011-05-30 Ian Lance Taylor <iant@google.com>
5390
5391 * reloc.cc (Sized_relobj_file::do_read_relocs): Ignore empty reloc
5392 sections.
5393
c49875be
ILT
53942011-05-29 Ian Lance Taylor <iant@google.com>
5395
5396 PR gold/12804
5397 * testsuite/Makefile.am: Use different file name for two_file_test
5398 temporary file for each incremental test.
5399 * testsuite/Makefile.in: Rebuild.
5400
69d53f7a
ILT
54012011-05-29 Ian Lance Taylor <iant@google.com>
5402
5403 * binary.cc (Binary_to_elf::sized_convert): Don't crash if the
5404 binary input file is empty.
5405
41d0ab5f
ILT
54062011-05-27 Ian Lance Taylor <iant@google.com>
5407
5408 * testsuite/Makefile.am (ver_test_2.so): Use -Wl,-R,.
5409 (ver_test_9.so): Likewise.
5410 * testsuite/Makefile.in: Rebuild.
5411
89d8a36b
CC
54122011-05-26 Cary Coutant <ccoutant@google.com>
5413
5414 * incremental-dump.cc (dump_incremental_inputs): Print COMDAT groups.
5415 * incremental.cc (Incremental_inputs::report_input_section): Fix
5416 comment, indentation.
5417 (Incremental_inputs::report_comdat_group): New function.
5418 (Output_section_incremental_inputs::set_final_data_size): Adjust size
5419 of data for incremental input file entry.
5420 (Output_section_incremental_inputs::write_info_blocks): Write COMDAT
5421 group count, COMDAT group signatures.
5422 (Sized_incr_relobj::do_layout): Record kept COMDAT group info from
5423 an unchanged input file.
5424 * incremental.h (Incremental_object_entry::Incremental_object_entry):
5425 Initialize new data member.
5426 (Incremental_object_entry::add_comdat_group): New function.
5427 (Incremental_object_entry::get_comdat_group_count): New function.
5428 (Incremental_object_entry::get_comdat_signature_key): New function.
5429 (Incremental_object_entry::groups_): New data member.
5430 (Incremental_inputs::report_comdat_group): New function.
5431 (Incremental_input_entry_reader::get_symbol_offset): Adjust size of
5432 data for incremental input file entry.
5433 (Incremental_input_entry_reader::get_comdat_group_count): New function.
5434 (Incremental_input_entry_reader::get_input_section): Adjust size of
5435 data for incremental input file entry.
5436 (Incremental_input_entry_reader::get_global_symbol_reader): Likewise.
5437 (Incremental_input_entry_reader::get_comdat_group_signature): New
5438 function.
5439 * object.cc (Sized_relobj::include_section_group): Report kept
5440 COMDAT groups for incremental links.
5441
1706a06f
ILT
54422011-05-24 David Meyer <pdox@google.com>
5443
5444 * dirsearch.cc (Dirsearch::find): Replace n1 and n2 parameters
5445 with name parameter. Add found_name parameter.
5446 * fileread.cc (Input_file::find_file): Adjust code accordingly.
5447 * dirsearch.h (class Dirsearch): Update declaration.
5448
a10ae760
ILT
54492011-05-24 Ian Lance Taylor <iant@google.com>
5450
5451 * archive.cc (Library_base::should_include_member): Pull in object
5452 from archive if it defines the entry symbol.
5453 * parameters.cc (Parameters::entry): New function.
5454 * parameters.h (class Parameters): Declare entry.
5455 * output.h (class Output_file_header): Remove entry_ field.
5456 * output.cc (Output_file_header::Output_file_header): Remove entry
5457 parameter. Change all callers.
5458 (Output_file_header::entry): Use parameters->entry.
5459 * gold.cc (queue_middle_tasks): Likewise.
5460 * plugin.cc (Plugin_hook::run): Likewise.
5461
aa92d6ed
CC
54622011-05-24 Cary Coutant <ccoutant@google.com>
5463
5464 * gold.cc (queue_initial_tasks): Pass incremental base filename
5465 to Output_file::open_base_file; don't print error message.
5466 * incremental-dump.cc (main): Adjust call to
5467 Output_file::open_for_modification.
5468 * incremental-dump.cc (main): Likewise.
5469 * incremental.cc (Incremental_inputs::report_command_line):
5470 Ignore --incremental-base option when comparing command lines.
5471 Ignore parameter when given as separate argument.
5472 * options.h (class General_options): Add --incremental-base.
5473 * output.cc (Output_file::Output_file):
5474 (Output_file::open_base_file): Add base_name and writable parameters;
5475 read base file into new file; print error message here.
5476 (Output_file::map_no_anonymous): Add writable parameter; adjust all
5477 callers.
5478 * output.h (Output_file::open_for_modification): Rename to...
5479 (Output_file::open_base_file): ...this; add base_name and
5480 writable parameters; adjust all callers.
5481 (Output_file::map_no_anonymous): Add writable parameter; adjust all
5482 callers.
5483 * testsuite/Makefile.am (incremental_test_4): Test
5484 --incremental-base.
5485 * testsuite/Makefile.in: Regenerate.
5486
2eedd706
CC
54872011-05-24 Cary Coutant <ccoutant@google.com>
5488
5489 * testsuite/Makefile.am: Add incremental_test_2, incremental_test_3,
5490 incremental_test_4.
5491 * testsuite/Makefile.in: Regenerate.
5492 * testsuite/two_file_test_1_v1.cc: New test source file.
5493 * testsuite/two_file_test_1b_v1.cc: New test source file.
5494 * testsuite/two_file_test_2_v1.cc: New test source file.
5495
0f1c85a6
CC
54962011-05-24 Cary Coutant <ccoutant@google.com>
5497
5498 * dynobj.h (Dynobj::do_dynobj): New function.
5499 * incremental-dump.cc (dump_incremental_inputs): Print as_needed
5500 flag and soname for shared objects.
5501 * incremental.cc (Incremental_inputs::report_object): Make
5502 either Incremental_object_entry or Incremental_dynobj_entry; add
5503 soname to string table.
5504 (Incremental_inputs::report_input_section): Add assertion.
5505 (Output_section_incremental_inputs::set_final_data_size): Adjust
5506 type of input file entry for shared libraries; adjust size of
5507 shared library info entry.
5508 (Output_section_incremental_inputs::write_input_files): Write
5509 as_needed flag for shared libraries.
5510 (Output_section_incremental_inputs::write_info_blocks): Adjust type
5511 of input file entry for shared libraries; write soname.
5512 (Sized_incr_dynobj::Sized_incr_dynobj): Read as_needed flag and
5513 soname from incremental info.
5514 * incremental.h (enum Incremental_input_flags): Add
5515 INCREMENTAL_INPUT_AS_NEEDED.
5516 (Incremental_input_entry::Incremental_input_entry): Initialize new
5517 data member.
5518 (Incremental_input_entry::set_as_needed): New function.
5519 (Incremental_input_entry::as_needed): New function.
5520 (Incremental_input_entry::do_dynobj_entry): New function.
5521 (Incremental_input_entry::as_needed_): New data member.
5522 (Incremental_object_entry::Incremental_object_entry): Don't check
5523 for shared library.
5524 (Incremental_object_entry::do_type): Likewise.
5525 (class Incremental_dynobj_entry): New class.
5526 (Incremental_input_entry_reader::as_needed): New function.
5527 (Incremental_input_entry_reader::get_soname): New function.
5528 (Incremental_input_entry_reader::get_global_symbol_count): Rewrite.
5529 (Incremental_input_entry_reader::get_output_symbol_index): Adjust
5530 size of shared library info entry.
58797674 5531 * layout.cc (Layout::finish_dynamic_section): Don't test for
0f1c85a6
CC
5532 incremental link when adding DT_NEEDED entries.
5533 * object.h (Object::Object): Initialize new data member.
5534 (Object::dynobj): New function.
5535 (Object::set_as_needed): New function.
5536 (Object::as_needed): New function.
5537 (Object::do_dynobj): New function.
5538 (Object::as_needed_): New data member.
5539
6fa2a40b
CC
55402011-05-24 Cary Coutant <ccoutant@google.com>
5541
5542 * incremental-dump.cc (dump_incremental_inputs): Print dynamic reloc
5543 info; adjust display of GOT entries.
5544 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5545 vector of input objects; remove file_status_.
5546 (Sized_incremental_binary::do_reserve_layout): Remove file_status_.
5547 (Sized_incremental_binary::do_process_got_plt): Adjust calls to
5548 got_plt reader; call target hooks to reserve GOT entries.
5549 (Output_section_incremental_inputs::set_final_data_size): Adjust size
5550 of input file info header and GOT info entry.
5551 (Output_section_incremental_inputs::write_info_blocks): Write dynamic
5552 relocation info.
5553 (Got_plt_view_info::got_descriptor): Remove.
5554 (Got_plt_view_info::sym_index): New data member.
5555 (Got_plt_view_info::input_index): New data member.
5556 (Local_got_offset_visitor::visit): Write input file index.
5557 (Global_got_offset_visitor::visit): Write 0 for input file index.
5558 (Global_symbol_visitor_got_plt::operator()): Replace got_descriptor
5559 with sym_index and input_index.
5560 (Output_section_incremental_inputs::write_got_plt): Adjust size of
5561 incremental info GOT entry; replace got_descriptor with input_index.
5562 (Sized_relobj_incr::Sized_relobj_incr): Adjust initializers; record
5563 map from input file index to object.
5564 (Sized_relobj_incr::do_layout): Replace direct data member reference
5565 with accessor function.
5566 (Sized_relobj_incr::do_for_all_local_got_entries): Move to base class.
5567 * incremental.h (Incremental_input_entry_reader::get_symbol_offset):
5568 Adjust size of input file info header.
5569 (Incremental_input_entry_reader::get_first_dyn_reloc): New function.
5570 (Incremental_input_entry_reader::get_dyn_reloc_count): New function.
5571 (Incremental_input_entry_reader::get_input_section): Adjust size of
5572 input file info header.
5573 (Incremental_got_plt_reader::Incremental_got_plt_reader): Adjust size
5574 of incremental info GOT entry.
5575 (Incremental_got_plt_reader::get_got_desc): Remove.
5576 (Incremental_got_plt_reader::get_got_symndx): New function.
5577 (Incremental_got_plt_reader::get_got_input_index): New function.
5578 (Sized_incremental_binary::Sized_incremental_binary): Remove
5579 file_status_; add input_objects_.
5580 (Sized_incremental_binary::~Sized_incremental_binary): Remove.
5581 (Sized_incremental_binary::set_file_is_unchanged): Remove.
5582 (Sized_incremental_binary::file_is_unchanged): Remove.
5583 (Sized_incremental_binary::set_input_object): New function.
5584 (Sized_incremental_binary::input_object): New function.
5585 (Sized_incremental_binary::file_status_): Remove.
5586 (Sized_incremental_binary::input_objects_): New data member.
5587 (Sized_relobj_incr): Rename Sized_incr_relobj to this; adjust all
5588 references.
5589 (Sized_relobj_incr::invalid_address): Move to base class.
5590 (Sized_relobj_incr::is_output_section_offset_invalid): Move to base
5591 class.
5592 (Sized_relobj_incr::do_output_section_offset): Likewise.
5593 (Sized_relobj_incr::do_for_all_local_got_entries): Likewise.
5594 (Sized_relobj_incr::section_offsets_): Likewise.
5595 * object.cc (Sized_relobj::do_for_all_local_got_entries): New
5596 function.
5597 (Sized_relobj_file::Sized_relobj_file): Remove local_got_offsets_.
5598 (Sized_relobj_file::layout_section): Replace refs to section_offsets_
5599 with accessor function.
5600 (Sized_relobj_file::do_layout): Likewise.
5601 (Sized_relobj_file::do_layout_deferred_sections): Likewise.
5602 (Sized_relobj_file::do_for_all_local_got_entries): Move to base class.
5603 (Sized_relobj_file::compute_final_local_value): Replace refs to
5604 section_offsets_ with accessor function.
5605 (Sized_relobj_file::do_finalize_local_symbols): Likewise.
5606 * object.h (Relobj::Relobj): Initialize new data members.
5607 (Relobj::add_dyn_reloc): New function.
5608 (Relobj::first_dyn_reloc): New function.
5609 (Relobj::dyn_reloc_count): New function.
5610 (Relobj::first_dyn_reloc_): New data member.
5611 (Relobj::dyn_reloc_count_): New data member.
5612 (Sized_relobj): Rename Sized_relobj_base to this; adjust all
5613 references.
5614 (Sized_relobj::Address): New typedef.
5615 (Sized_relobj::invalid_address): Move here from child class.
5616 (Sized_relobj::Sized_relobj): Initialize new data members.
5617 (Sized_relobj::sized_relobj): New function.
5618 (Sized_relobj::is_output_section_offset_invalid): Move here from
5619 child class.
5620 (Sized_relobj::get_output_section_offset): Likewise.
5621 (Sized_relobj::local_has_got_offset): Likewise.
5622 (Sized_relobj::local_got_offset): Likewise.
5623 (Sized_relobj::set_local_got_offset): Likewise.
5624 (Sized_relobj::do_for_all_local_got_entries): Likewise.
5625 (Sized_relobj::clear_got_offsets): New function.
5626 (Sized_relobj::section_offsets): Move here from child class.
5627 (Sized_relobj::do_output_section_offset): Likewise.
5628 (Sized_relobj::do_set_section_offset): Likewise.
5629 (Sized_relobj::Local_got_offsets): Likewise.
5630 (Sized_relobj::local_got_offsets_): Likewise.
5631 (Sized_relobj::section_offsets_): Likewise.
5632 (Sized_relobj_file): Rename Sized_relobj to this; adjust all
5633 references.
5634 (Sized_relobj_file::is_output_section_offset_invalid): Move to base
5635 class.
5636 (Sized_relobj_file::sized_relobj): New function
5637 (Sized_relobj_file::local_has_got_offset): Move to base class.
5638 (Sized_relobj_file::local_got_offset): Likewise.
5639 (Sized_relobj_file::set_local_got_offset): Likewise.
5640 (Sized_relobj_file::get_output_section_offset): Likewise.
5641 (Sized_relobj_file::do_for_all_local_got_entries): Likewise.
5642 (Sized_relobj_file::do_output_section_offset): Likewise.
5643 (Sized_relobj_file::do_set_section_offset): Likewise.
5644 (Sized_relobj_file::Local_got_offsets): Likewise.
5645 (Sized_relobj_file::local_got_offsets_): Likewise.
5646 (Sized_relobj_file::section_offsets_): Likewise.
5647 * output.cc (Output_reloc::Output_reloc): Adjust type of relobj
5648 (all constructors).
5649 (set_needs_dynsym_index): Convert relobj to derived class pointer.
5650 (Output_reloc::get_symbol_index): Likewise.
5651 (Output_reloc::local_section_offset): Likewise.
5652 (Output_reloc::get_address): Likewise.
5653 (Output_reloc::symbol_value): Likewise.
5654 (Output_data_got::reserve_slot): Move to class definition.
5655 (Output_data_got::reserve_local): New function.
5656 (Output_data_got::reserve_slot_for_global): Remove.
5657 (Output_data_got::reserve_global): New function.
5658 * output.h (Output_reloc::Output_reloc): Adjust type of relobj
5659 (all constructors, two instantiations).
5660 (Output_reloc::get_relobj): New function (two instantiations).
5661 (Output_reloc::u1_.relobj, Output_reloc::u2_.relobj): Adjust type.
5662 (Output_data_reloc_base::add): Convert relobj to derived class pointer.
5663 (Output_data_reloc::add_global): Adjust type of relobj.
5664 (Output_data_reloc::add_global_relative): Likewise.
5665 (Output_data_reloc::add_symbolless_global_addend): Likewise.
5666 (Output_data_reloc::add_local): Likewise.
5667 (Output_data_reloc::add_local_relative): Likewise.
5668 (Output_data_reloc::add_symbolless_local_addend): Likewise.
5669 (Output_data_reloc::add_local_section): Likewise.
5670 (Output_data_reloc::add_output_section): Likewise.
5671 (Output_data_reloc::add_absolute): Likewise.
5672 (Output_data_reloc::add_target_specific): Likewise.
5673 (Output_data_got::reserve_slot): Move definition here.
5674 (Output_data_got::reserve_local): New function.
5675 (Output_data_got::reserve_global): New function.
5676 * reloc.cc (Sized_relobj_file::do_read_relocs): Replace refs to
5677 section_offsets_ with accessor function.
5678 (Sized_relobj_file::write_sections): Likewise.
5679 (Sized_relobj_file::do_relocate_sections): Likewise.
5680 * target.h (Sized_target::reserve_local_got_entry): New function.
5681 (Sized_target::reserve_global_got_entry): New function.
5682 * x86_64.cc (Target_x86_64::reserve_local_got_entry): New function.
5683 (Target_x86_64::reserve_global_got_entry): New function.
5684 (Target_x86_64::init_got_plt_for_update): Create rela_dyn section.
5685
4829d394
CC
56862011-05-23 Cary Coutant <ccoutant@google.com>
5687
5688 * gold.cc (queue_middle_tasks): Process existing GOT/PLT entries.
5689 * incremental-dump.cc (dump_incremental_inputs): Mask high-order
5690 bit when checking got_type.
5691 * incremental.cc (Sized_incremental_binary::setup_readers):
5692 Store symbol table and string table locations; initialize bit vector
5693 of file status flags.
5694 (Sized_incremental_binary::do_reserve_layout): Set bit flag for
5695 unchanged files.
5696 (Sized_incremental_binary::do_process_got_plt): New function.
5697 (Sized_incremental_binary::get_symtab_view): Use stored locations.
5698 (Output_section_incremental_inputs::set_final_data_size): Record
5699 file index for each input file.
5700 (Output_section_incremental_inputs::write_got_plt): Store file index
5701 instead of input entry offset for each GOT entry.
5702 * incremental.h
5703 (Incremental_input_entry::Incremental_input_entry): Initialize new
5704 data member.
5705 (Incremental_input_entry::set_offset): Store file index.
5706 (Incremental_input_entry::get_file_index): New function.
5707 (Incremental_input_entry::file_index_): New data member.
5708 (Incremental_binary::process_got_plt): New function.
5709 (Incremental_binary::do_process_got_plt): New function.
5710 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5711 data members.
5712 (Sized_incremental_binary::~Sized_incremental_binary): New destructor.
5713 (Sized_incremental_binary::set_file_is_unchanged): New function.
5714 (Sized_incremental_binary::file_is_unchanged): New function.
5715 (Sized_incremental_binary::do_process_got_plt): New function.
5716 (Sized_incremental_binary::file_status_): New data member.
5717 (Sized_incremental_binary::main_symtab_loc_): New data member.
5718 (Sized_incremental_binary::main_strtab_loc_): New data member.
5719 * output.cc (Output_data_got::Got_entry::write): Add case
5720 RESERVED_CODE.
5721 (Output_data_got::add_global): Call add_got_entry.
5722 (Output_data_got::add_global_plt): Likewise.
5723 (Output_data_got::add_global_with_rel): Likewise.
5724 (Output_data_got::add_global_with_rela): Likewise.
5725 (Output_data_got::add_global_pair_with_rel): Call add_got_entry_pair.
5726 (Output_data_got::add_global_pair_with_rela): Likewise.
5727 (Output_data_got::add_local): Call add_got_entry.
5728 (Output_data_got::add_local_plt): Likewise.
5729 (Output_data_got::add_local_with_rel): Likewise.
5730 (Output_data_got::add_local_with_rela): Likewise.
5731 (Output_data_got::add_local_pair_with_rel): Call add_got_entry_pair.
5732 (Output_data_got::add_local_pair_with_rela): Likewise.
5733 (Output_data_got::reserve_slot): New function.
5734 (Output_data_got::reserve_slot_for_global): New function.
5735 (Output_data_got::add_got_entry): New function.
5736 (Output_data_got::add_got_entry_pair): New function.
5737 (Output_section::add_output_section_data): Edit FIXME.
5738 * output.h
5739 (Output_section_data_build::Output_section_data_build): New
5740 constructor with size parameter.
5741 (Output_data_space::Output_data_space): Likewise.
5742 (Output_data_got::Output_data_got): Initialize new data member; new
5743 constructor with size parameter.
5744 (Output_data_got::add_constant): Call add_got_entry.
5745 (Output_data_got::reserve_slot): New function.
5746 (Output_data_got::reserve_slot_for_global): New function.
5747 (class Output_data_got::Got_entry): Add RESERVED_CODE.
5748 (Output_data_got::add_got_entry): New function.
5749 (Output_data_got::add_got_entry_pair): New function.
5750 (Output_data_got::free_list_): New data member.
5751 * target.h (Sized_target::init_got_plt_for_update): New function.
5752 (Sized_target::register_global_plt_entry): New function.
5753 * x86_64.cc (Output_data_plt_x86_64::Output_data_plt_x86_64):
5754 Initialize new data member; call init; add constructor with PLT count.
5755 (Output_data_plt_x86_64::init): New function.
5756 (Output_data_plt_x86_64::add_relocation): New function.
5757 (Output_data_plt_x86_64::reserve_slot): New function.
5758 (Output_data_plt_x86_64::free_list_): New data member.
5759 (Target_x86_64::init_got_plt_for_update): New function.
5760 (Target_x86_64::register_global_plt_entry): New function.
5761 (Output_data_plt_x86_64::add_entry): Allocate from free list for
5762 incremental updates.
5763 (Output_data_plt_x86_64::add_relocation): New function.
5764 * testsuite/object_unittest.cc (Object_test): Set default options.
5765
ec69d6da
ILT
57662011-05-16 Ian Lance Taylor <iant@google.com>
5767
5768 * options.h (class General_options): Make -i a synonym for -r.
5769
732e31de
ILT
57702011-05-16 Ian Lance Taylor <iant@google.com>
5771
5772 * testsuite/tls_test_main.cc: Use semaphores instead of mutexes.
5773
403676b5
CC
57742011-05-10 Cary Coutant <ccoutant@google.com>
5775
5776 * object.cc (Sized_relobj::do_count_local_symbols): Check for
5777 strip_all (-s).
5778
5b7b7d6e
ILT
57792011-05-06 Ian Lance Taylor <iant@google.com>
5780
5781 * layout.cc (Layout::layout): If the output section flags change,
5782 update the ordering.
5783
f0f9babf
CC
57842011-04-25 Cary Coutant <ccoutant@google.com>
5785
5786 * incremental-dump.cc (dump_incremental_inputs): Print local
5787 symbol info for each input file.
5788 * incremental.cc
5789 (Output_section_incremental_inputs::set_final_data_size): Add local
5790 symbol info to input file entries in incremental info.
5791 (Output_section_incremental_inputs::write_info_blocks): Likewise.
5792 (Sized_incr_relobj::Sized_incr_relobj): Initialize new data members.
5793 (Sized_incr_relobj::do_add_symbols): Cosmetic change.
5794 (Sized_incr_relobj::do_count_local_symbols): Replace stub with
5795 implementation.
5796 (Sized_incr_relobj::do_finalize_local_symbols): Likewise.
5797 (Sized_incr_relobj::do_relocate): Write the local symbols.
5798 (Sized_incr_dynobj::do_add_symbols): Cosmetic change.
5799 * incremental.h (Incremental_inputs_reader::get_symbol_offset):
5800 Adjust size of input file header.
5801 (Incremental_inputs_reader::get_local_symbol_offset): New function.
5802 (Incremental_inputs_reader::get_local_symbol_count): New function.
5803 (Incremental_inputs_reader::get_input_section): Adjust size of input
5804 file header.
5805 (Incremental_inputs_reader::get_global_symbol_reader): Likewise.
5806 (Sized_incr_relobj::This): New typedef.
5807 (Sized_incr_relobj::sym_size): New const data member.
5808 (Sized_incr_relobj::Local_symbol): New struct.
5809 (Sized_incr_relobj::do_output_local_symbol_count): New function.
5810 (Sized_incr_relobj::do_local_symbol_offset): New function.
5811 (Sized_incr_relobj::local_symbol_count_): New data member.
5812 (Sized_incr_relobj::output_local_dynsym_count_): New data member.
5813 (Sized_incr_relobj::local_symbol_index_): New data member.
5814 (Sized_incr_relobj::local_symbol_offset_): New data member.
5815 (Sized_incr_relobj::local_dynsym_offset_): New data member.
5816 (Sized_incr_relobj::local_symbols_): New data member.
5817 * object.h (Relobj::output_local_symbol_count): New function.
5818 (Relobj::local_symbol_offset): New function.
5819 (Relobj::do_output_local_symbol_count): New function.
5820 (Relobj::do_local_symbol_offset): New function.
5821 (Sized_relobj::do_output_local_symbol_count): New function.
5822 (Sized_relobj::do_local_symbol_offset): New function.
5823
d0a9ace3
ILT
58242011-04-22 Vladimir Simonov <sv@sw.ru>
5825
5826 * descriptors.cc (set_close_on_exec): New function.
5827 (Descriptors::open): Use set_close_on_exec.
5828 * output.cc (S_ISLNK): Define if not defined.
5829
94a3fc8b
CC
58302011-04-22 Cary Coutant <ccoutant@google.com>
5831
5832 * incremental.cc (Sized_incremental_binary::setup_readers): Allocate
5833 global symbol map.
5834 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5835 (Sized_incr_relobj::do_add_symbols): Add symbols to global symbol map.
5836 (Sized_incr_relobj::do_relocate): Remap section indices in incremental
5837 relocations.
5838 (Sized_incr_dynobj::do_add_symbols): Add symbols to global symbol map.
5839 (Sized_incr_dynobj::do_for_all_global_symbols): Remove FIXME.
5840 (Sized_incr_dynobj::do_for_all_local_got_entries): Likewise.
5841 * incremental.h
5842 (Incremental_inputs_reader::global_symbol_reader_at_offset): New
5843 function.
5844 (Incremental_binary::apply_incremental_relocs): New function.
5845 (Incremental_binary::do_apply_incremental_relocs): New function.
5846 (Sized_incremental_binary::Sized_incremental_binary): Initialize new
5847 data member.
5848 (Sized_incremental_binary::add_global_symbol): New function.
5849 (Sized_incremental_binary::global_symbol): New function.
5850 (Sized_incremental_binary::do_apply_incremental_relocs): New function.
5851 (Sized_incremental_binary::symbol_map_): New data member.
5852 * layout.cc (Layout_task_runner::run): Apply incremental relocations.
5853 * target.h (Sized_target::apply_relocation): New function.
5854 * target-reloc.h (apply_relocation): New function.
5855 * x86_64.cc (Target_x86_64::apply_relocation): New function.
5856
c87e4302
DK
58572011-04-22 Doug Kwan <dougkwan@google.com>
5858
5859 * arm.cc (Arm_output_section::Arm_output_section): Set SHF_LINK_ORDER
5860 flag of a SHT_ARM_EXIDX section.
2e702c99 5861 * testsuite/Makefile.am (arm_exidx_test): New test rules.
c87e4302
DK
5862 * testsuite/Makefile.in: Regenerate.
5863 * testsuite/arm_exidx_test.s: New file.
5864 * testsuite/arm_exidx_test.sh: Same.
5865
e7782cf6
CC
58662011-04-20 Cary Coutant <ccoutant@google.com>
5867
5868 PR gold/12689
5869 * archive.h (Incremental_archive_entry::Archive_member):
5870 Initialize arg_serial_ (second constructor).
5871
308ecdc7
ILT
58722011-04-17 Ian Lance Taylor <iant@google.com>
5873
5874 * object.cc (Relocate_info::location): Simplify location string.
5875 * errors.cc (Errors::error_at_location): Don't print program
5876 name.
5877 (Errors::warning_at_location): Likewise.
5878 (Errors::undefined_symbol): Likewise.
5879 * testsuite/debug_msg.sh: Update accordingly.
5880
bec5b579
CC
58812011-04-14 Cary Coutant <ccoutant@google.com>
5882
5883 * gold/layout.cc (Layout::symtab_section_offset): New function.
5884 * gold/layout.h (Layout::symtab_section_offset): New function.
5885 * gold/reloc.cc (Sized_relobj::do_relocate): Call it.
5886
88597d34
ILT
58872011-04-12 Ian Lance Taylor <iant@google.com>
5888
5889 * configure.ac: Check for sys/mman.h and mmap. Check for mremap
5890 with MREMAP_MAYMOVE.
5891 * output.h (class Output_file): Add map_is_allocated_ field.
5892 * output.cc: Only #include <sys/mman.h> if it exists. If mmap is
5893 not available, provide stubs. If mremap is not available, #define
5894 it to gold_mremap.
5895 (MREMAP_MAYMOVE): Define if not defined.
5896 (Output_file::Output_file): Initialize map_is_allocated_.
5897 (Output_file::resize): Check map_is_allocated_.
5898 (Output_file::map_anonymous): If mmap fails, use malloc.
5899 (Output_file::unmap): Don't do anything for an anonymous map.
5900 * fileread.cc: Only #include <sys/mman.h> if it exists. If mmap
5901 is not available, provide stubs.
5902 (File_read::View::~View): Use free rather than delete[].
5903 (File_read::make_view): Use malloc rather than new[]. If mmap
5904 fails, use malloc.
5905 (File_read::find_or_make_view): Use malloc rather than new[].
5906 * gold.h: Remove HAVE_REMAP code.
5907 * mremap.c: #include <errno.h>. Only #include <sys/mman.h> if it
5908 exists. Rename mremap to gold_mremap. If mmap is not available
5909 don't do anything.
5910 * configure, config.in: Rebuild.
5911
11e361bc
ILT
59122011-04-11 Ian Lance Taylor <iant@google.com>
5913
5914 * incremental.cc (Sized_incr_relobj::do_add_symbols): Always
5915 initialize local variable v.
5916
cdc29364
CC
59172011-04-11 Cary Coutant <ccoutant@google.com>
5918
5919 * archive.cc (Archive::include_member): Adjust call to
5920 report_object.
5921 (Add_archive_symbols::run): Track argument serial numbers.
5922 (Lib_group::include_member): Likewise.
5923 (Add_lib_group_symbols::run): Adjust call to report_archive_begin.
5924 * archive.h (Incremental_archive_entry::Archive_member):
5925 Initialize arg_serial_.
5926 (Archive_member::arg_serial_): New data member.
5927 * dynobj.cc (Dynobj::Dynobj): Allow input_file_ to be NULL.
5928 (Sized_dynobj::do_add_symbols): Track symbols when doing an
5929 incremental link.
5930 (Sized_dynobj::do_for_all_local_got_entries): New function.
5931 * dynobj.h: (Sized_dynobj::do_for_all_local_got_entries): New
5932 function.
5933 * fileread.cc (get_mtime): New function.
5934 * fileread.h (get_mtime): New function.
5935 * gold.cc (queue_initial_tasks): Check for incremental update.
5936 (process_incremental_input): New function.
5937 (queue_middle_tasks): Don't force valid target for incremental
5938 update.
5939 * incremental-dump.cc (find_input_containing_global): Adjust
5940 size of symbol info entry.
5941 (dump_incremental_inputs): Dump argument serial number and
5942 in_system_directory flag; bias shndx by 1; print symbol names
5943 when dumping per-file symbol lists; use new symbol info readers.
5944 * incremental.cc
5945 (Output_section_incremental_inputs:update_data_size): New function.
5946 (Sized_incremental_binary::setup_readers): Setup input readers
5947 for each input file; build maps for files added from libraries
5948 and scripts.
5949 (Sized_incremental_binary::check_input_args): New function.
5950 (Sized_incremental_binary::do_check_inputs): Build map of argument
5951 serial numbers to input arguments.
5952 (Sized_incremental_binary::do_file_has_changed): Rename
5953 do_file_is_unchanged to this; compare file modification times.
5954 (Sized_incremental_binary::do_init_layout): New function.
5955 (Sized_incremental_binary::do_reserve_layout): New function.
5956 (Sized_incremental_binary::do_get_input_reader): Remove.
5957 (Sized_incremental_binary::get_symtab_view): New function.
5958 (Incremental_checker::can_incrementally_link_output_file): Remove.
5959 (Incremental_inputs::report_command_line): Exclude --debug options.
5960 (Incremental_inputs::report_archive_begin): Add parameter; track
5961 argument serial numbers; don't put input file entry for archive
5962 before archive members.
5963 (Incremental_inputs::report_archive_end): Put input file entry
5964 for archive after archive members.
5965 (Incremental_inputs::report_object): Add parameter; track argument
5966 serial numbers and in_system_directory flag.
5967 (Incremental_inputs::report_script): Add parameter; track argument
5968 serial numbers.
5969 (Output_section_incremental_inputs::set_final_data_size): Adjust
5970 size of symbol info entry; check for forwarding symbols.
5971 (Output_section_incremental_inputs::write_input_files): Write
5972 in_system_directory flag and argument serial number.
5973 (Output_section_incremental_inputs::write_info_blocks): Map section
5974 indices between incremental info and original input file; store
5975 input section index for each symbol.
5976 (class Local_got_offset_visitor): Derive from Got_offset_list::Visitor;
5977 change operator() to visit().
5978 (class Global_got_offset_visitor): Likewise.
5979 (class Global_symbol_visitor_got_plt):
5980 (Output_section_incremental_inputs::write_got_plt): Use new visitor
5981 classes.
5982 (Sized_incr_relobj::Sized_incr_relobj): New constructor.
5983 (Sized_incr_relobj::do_read_symbols): New function.
5984 (Sized_incr_relobj::do_layout): New function.
5985 (Sized_incr_relobj::do_layout_deferred_sections): New function.
5986 (Sized_incr_relobj::do_add_symbols): New function.
5987 (Sized_incr_relobj::do_should_include_member): New function.
5988 (Sized_incr_relobj::do_for_all_global_symbols): New function.
5989 (Sized_incr_relobj::do_for_all_local_got_entries): New function.
5990 (Sized_incr_relobj::do_section_size): New function.
5991 (Sized_incr_relobj::do_section_name): New function.
5992 (Sized_incr_relobj::do_section_contents): New function.
5993 (Sized_incr_relobj::do_section_flags): New function.
5994 (Sized_incr_relobj::do_section_entsize): New function.
5995 (Sized_incr_relobj::do_section_address): New function.
5996 (Sized_incr_relobj::do_section_type): New function.
5997 (Sized_incr_relobj::do_section_link): New function.
5998 (Sized_incr_relobj::do_section_info): New function.
5999 (Sized_incr_relobj::do_section_addralign): New function.
6000 (Sized_incr_relobj::do_initialize_xindex): New function.
6001 (Sized_incr_relobj::do_get_global_symbol_counts): New function.
6002 (Sized_incr_relobj::do_read_relocs): New function.
6003 (Sized_incr_relobj::do_gc_process_relocs): New function.
6004 (Sized_incr_relobj::do_scan_relocs): New function.
6005 (Sized_incr_relobj::do_count_local_symbols): New function.
6006 (Sized_incr_relobj::do_finalize_local_symbols): New function.
6007 (Sized_incr_relobj::do_set_local_dynsym_indexes): New function.
6008 (Sized_incr_relobj::do_set_local_dynsym_offset): New function.
6009 (Sized_incr_relobj::do_relocate): New function.
6010 (Sized_incr_relobj::do_set_section_offset): New function.
6011 (Sized_incr_dynobj::Sized_incr_dynobj): New function.
6012 (Sized_incr_dynobj::do_read_symbols): New function.
6013 (Sized_incr_dynobj::do_layout): New function.
6014 (Sized_incr_dynobj::do_add_symbols): New function.
6015 (Sized_incr_dynobj::do_should_include_member): New function.
6016 (Sized_incr_dynobj::do_for_all_global_symbols): New function.
6017 (Sized_incr_dynobj::do_for_all_local_got_entries): New function.
6018 (Sized_incr_dynobj::do_section_size): New function.
6019 (Sized_incr_dynobj::do_section_name): New function.
6020 (Sized_incr_dynobj::do_section_contents): New function.
6021 (Sized_incr_dynobj::do_section_flags): New function.
6022 (Sized_incr_dynobj::do_section_entsize): New function.
6023 (Sized_incr_dynobj::do_section_address): New function.
6024 (Sized_incr_dynobj::do_section_type): New function.
6025 (Sized_incr_dynobj::do_section_link): New function.
6026 (Sized_incr_dynobj::do_section_info): New function.
6027 (Sized_incr_dynobj::do_section_addralign): New function.
6028 (Sized_incr_dynobj::do_initialize_xindex): New function.
6029 (Sized_incr_dynobj::do_get_global_symbol_counts): New function.
6030 (make_sized_incremental_object): New function.
6031 (Incremental_library::copy_unused_symbols): New function.
6032 (Incremental_library::do_for_all_unused_symbols): New function.
6033 * incremental.h (enum Incremental_input_flags): New type.
6034 (class Incremental_checker): Remove.
6035 (Incremental_input_entry::Incremental_input_entry): Add argument
6036 serial number.
6037 (Incremental_input_entry::arg_serial): New function.
6038 (Incremental_input_entry::set_is_in_system_directory): New function.
6039 (Incremental_input_entry::is_in_system_directory): New function.
6040 (Incremental_input_entry::arg_serial_): New data member.
6041 (Incremental_input_entry::is_in_system_directory_): New data member.
6042 (class Script_info): Move here from script.h.
6043 (Script_info::Script_info): Add filename parameter.
6044 (Script_info::filename): New function.
6045 (Script_info::filename_): New data member.
6046 (Incremental_script_entry::Incremental_script_entry): Add argument
6047 serial number.
6048 (Incremental_object_entry::Incremental_object_entry): Likewise.
6049 (Incremental_object_entry::add_input_section): Build list of input
6050 sections with map to original shndx.
6051 (Incremental_object_entry::get_input_section_index): New function.
6052 (Incremental_object_entry::shndx_): New data member.
6053 (Incremental_object_entry::name_key_): Rename; adjust all refs.
6054 (Incremental_object_entry::sh_size_): Rename; adjust all refs.
6055 (Incremental_archive_entry::Incremental_archive_entry): Add argument
6056 serial number.
6057 (Incremental_inputs::report_archive_begin): Likewise.
6058 (Incremental_inputs::report_object): Likewise.
6059 (Incremental_inputs::report_script): Likewise.
6060 (class Incremental_global_symbol_reader): New class.
6061 (Incremental_input_entry_reader::Incremental_input_entry_reader): Read
6062 and store flags and input file type.
6063 (Incremental_input_entry_reader::arg_serial): New function.
6064 (Incremental_input_entry_reader::type): Extract type from flags.
6065 (Incremental_input_entry_reader::is_in_system_directory): New function.
6066 (Incremental_input_entry_reader::get_input_section_count): Call
6067 accessor function for type.
6068 (Incremental_input_entry_reader::get_symbol_offset): Call accessor
6069 function for type; adjust size of global symbol entry.
6070 (Incremental_input_entry_reader::get_global_symbol_count): Call
6071 accessor function for type.
6072 (Incremental_input_entry_reader::get_object_count): Likewise.
6073 (Incremental_input_entry_reader::get_object_offset): Likewise.
6074 (Incremental_input_entry_reader::get_member_count): Likewise.
6075 (Incremental_input_entry_reader::get_unused_symbol_count): Likewise.
6076 (Incremental_input_entry_reader::get_member_offset): Likewise.
6077 (Incremental_input_entry_reader::get_unused_symbol): Likewise.
6078 (Incremental_input_entry_reader::Global_symbol_info): Remove.
6079 (Incremental_input_entry_reader::get_global_symbol_info): Remove.
6080 (Incremental_input_entry_reader::get_global_symbol_reader): New
6081 function.
6082 (Incremental_input_entry_reader::get_output_symbol_index): New
6083 function.
6084 (Incremental_input_entry_reader::type_): Remove.
6085 (Incremental_input_entry_reader::flags_): New data member.
6086 (Incremental_inputs_reader::input_file_offset): New function.
6087 (Incremental_inputs_reader::input_file_index): New function.
6088 (Incremental_inputs_reader::input_file): Call input_file_offset.
6089 (Incremental_inputs_reader::input_file_at_offset): New function.
6090 (Incremental_relocs_reader::get_r_type): Reformat.
6091 (Incremental_relocs_reader::get_r_shndx): Reformat.
6092 (Incremental_relocs_reader::get_r_offset): Reformat.
6093 (Incremental_relocs_reader::data): New function.
6094 (Incremental_binary::Incremental_binary): Initialize new data members.
6095 (Incremental_binary::check_inputs): Add cmdline parameter.
6096 (Incremental_binary::file_is_unchanged): Remove.
6097 (Input_reader::arg_serial): New function.
6098 (Input_reader::get_unused_symbol_count): New function.
6099 (Input_reader::get_unused_symbol): New function.
6100 (Input_reader::do_arg_serial): New function.
6101 (Input_reader::do_get_unused_symbol_count): New function.
6102 (Input_reader::do_get_unused_symbol): New function.
6103 (Incremental_binary::input_file_count): New function.
6104 (Incremental_binary::get_input_reader): Change signature to use
6105 index instead of filename.
6106 (Incremental_binary::file_has_changed): New function.
6107 (Incremental_binary::get_input_argument): New function.
6108 (Incremental_binary::get_library): New function.
6109 (Incremental_binary::get_script_info): New function.
6110 (Incremental_binary::init_layout): New function.
6111 (Incremental_binary::reserve_layout): New function.
6112 (Incremental_binary::output_file): New function.
6113 (Incremental_binary::do_check_inputs): New function.
6114 (Incremental_binary::do_file_is_unchanged): Remove.
6115 (Incremental_binary::do_file_has_changed): New function.
6116 (Incremental_binary::do_init_layout): New function.
6117 (Incremental_binary::do_reserve_layout): New function.
6118 (Incremental_binary::do_input_file_count): New function.
6119 (Incremental_binary::do_get_input_reader): Change signature.
6120 (Incremental_binary::input_args_map_): New data member.
6121 (Incremental_binary::library_map_): New data member.
6122 (Incremental_binary::script_map_): New data member.
6123 (Sized_incremental_binary::Sized_incremental_binary): Initialize
6124 new data members.
6125 (Sized_incremental_binary::output_section): New function.
6126 (Sized_incremental_binary::inputs_reader): Add const.
6127 (Sized_incremental_binary::symtab_reader): Add const.
6128 (Sized_incremental_binary::relocs_reader): Add const.
6129 (Sized_incremental_binary::got_plt_reader): Add const.
6130 (Sized_incremental_binary::get_symtab_view): New function.
6131 (Sized_incremental_binary::Inputs_reader): New typedef.
6132 (Sized_incremental_binary::Input_entry_reader): New typedef.
6133 (Sized_incremental_binary::do_check_inputs): Add cmdline parameter.
6134 (Sized_incremental_binary::do_file_is_unchanged): Remove.
6135 (Sized_incremental_binary::do_file_has_changed): New function.
6136 (Sized_incremental_binary::do_init_layout): New function.
6137 (Sized_incremental_binary::do_reserve_layout): New function.
6138 (Sized_input_reader::Inputs_reader): Remove.
6139 (Sized_input_reader::Input_entry_reader): Remove.
6140 (Sized_input_reader::do_arg_serial): New function.
6141 (Sized_input_reader::do_get_unused_symbol_count): New function.
6142 (Sized_input_reader::do_get_unused_symbol): New function.
6143 (Sized_incremental_binary::do_input_file_count): New function.
6144 (Sized_incremental_binary::do_get_input_reader): Change signature;
6145 use index instead of filename.
6146 (Sized_incremental_binary::section_map_): New data member.
6147 (Sized_incremental_binary::input_entry_readers_): New data member.
6148 (class Sized_incr_relobj): New class.
6149 (class Sized_incr_dynobj): New class.
6150 (make_sized_incremental_object): New function.
6151 (class Incremental_library): New class.
6152 * layout.cc (Free_list::num_lists): New static data member.
6153 (Free_list::num_nodes): New static data member.
6154 (Free_list::num_removes): New static data member.
6155 (Free_list::num_remove_visits): New static data member.
6156 (Free_list::num_allocates): New static data member.
6157 (Free_list::num_allocate_visits): New static data member.
6158 (Free_list::init): New function.
6159 (Free_list::remove): New function.
6160 (Free_list::allocate): New function.
6161 (Free_list::dump): New function.
6162 (Free_list::print_stats): New function.
6163 (Layout_task_runner::run): Resize output file for incremental updates.
6164 (Layout::Layout): Initialize new data members.
6165 (Layout::set_incremental_base): New function.
6166 (Layout::init_fixed_output_section): New function.
6167 (Layout::layout_eh_frame): Do not build .eh_frame_hdr section for
6168 incremental updates.
6169 (Layout::create_gold_note): Do not create gold note section for
6170 incremental updates.
6171 (Layout::set_segment_offsets): Do not recalculate RELRO alignment
6172 for incremental updates.
6173 (Layout::set_section_offsets): For incremental updates, allocate space
6174 from free list.
6175 (Layout::create_symtab_sections): Layout with offsets relative to
6176 start of section; for incremental updates, allocate space from free
6177 list.
6178 (Layout::create_shdrs): For incremental updates, allocate space from
6179 free list.
6180 (Layout::finish_dynamic_section): For incremental updates, do not
6181 check --as-needed (fixed in subsequent patch).
6182 * layout.h (class Free_list): New class.
6183 (Layout::set_incremental_base): New function.
6184 (Layout::incremental_base): New function.
6185 (Layout::init_fixed_output_section): New function.
6186 (Layout::allocate): New function.
6187 (Layout::incremental_base_): New data member.
6188 (Layout::free_list_): New data member.
6189 * main.cc (main): Print Free_list statistics.
6190 * object.cc (Relobj::finalize_incremental_relocs): Add
6191 clear_counts parameter; clear counts only when clear_counts is set.
6192 (Sized_relobj::Sized_relobj): Initialize new base class.
6193 (Sized_relobj::do_layout): Don't report special sections.
6194 (Sized_relobj::do_for_all_local_got_entries): New function.
6195 (Sized_relobj::write_local_symbols): Add symtab_off parameter; add
6196 symtab_off to all symbol table offsets.
6197 (Sized_relobj::do_get_global_symbol_counts): Add typename keyword.
6198 * object.h (class Got_offset_list): Move to top of file.
6199 (Object::Object): Allow case where input_file == NULL.
6200 (Object::~Object): Likewise.
6201 (Object::input_file): Assert that input_file != NULL.
6202 (Object::lock): Allow case where input_file == NULL.
6203 (Object::unlock): Likewise.
6204 (Object::is_locked): Likewise.
6205 (Object::token): Likewise.
6206 (Object::release): Likewise.
6207 (Object::is_incremental): New function.
6208 (Object::get_mtime): New function.
6209 (Object::for_all_local_got_entries): New function.
6210 (Object::clear_view_cache_marks): Allow case where input_file == NULL.
6211 (Object::set_is_in_system_directory): New function.
6212 (Object::is_in_system_directory): New function.
6213 (Object::do_is_incremental): New function.
6214 (Object::do_get_mtime): New function.
6215 (Object::do_for_all_local_got_entries): New function.
6216 (Object::is_in_system_directory_): New data member.
6217 (Relobj::finalize_incremental_relocs): Add clear_counts parameter.
6218 (class Sized_relobj_base): New class.
6219 (class Sized_relobj): Derive from Sized_relobj_base.
6220 (class Sized_relobj::Symbols): Redeclare from base class.
6221 (class Sized_relobj::local_got_offset_list): Remove.
6222 (class Sized_relobj::Output_sections): Redeclare from base class.
6223 (class Sized_relobj::do_for_all_local_got_entries): New function.
6224 (class Sized_relobj::write_local_symbols): Add offset parameter.
6225 (class Sized_relobj::local_symbol_offset_): Update comment.
6226 (class Sized_relobj::local_dynsym_offset_): Update comment.
6227 * options.cc (Input_arguments::add_file): Remove const.
6228 * options.h (Input_file_argument::Input_file_argument):
6229 Initialize arg_serial_ (all constructors).
6230 (Input_file_argument::set_arg_serial): New function.
6231 (Input_file_argument::arg_serial): New function.
6232 (Input_file_argument::arg_serial_): New data member.
6233 (Input_arguments::Input_arguments): Initialize file_count_.
6234 (Input_arguments::add_file): Remove const.
6235 (Input_arguments::number_of_input_files): New function.
6236 (Input_arguments::file_count_): New data member.
6237 (Command_line::number_of_input_files): Call
6238 Input_arguments::number_of_input_files.
6239 * output.cc (Output_segment_headers::Output_segment_headers):
6240 Set current size.
6241 (Output_section::Input_section::current_data_size): New function.
6242 (Output_section::Output_section): Initialize new data members.
6243 (Output_section::add_input_section): Don't do merge sections for
6244 an incremental link; allocate space from free list for an
6245 incremental update.
6246 (Output_section::add_output_section_data): Allocate space from
6247 free list for an incremental update.
6248 (Output_section::update_data_size): New function.
6249 (Output_section::set_fixed_layout): New function.
6250 (Output_section::reserve): New function.
6251 (Output_segment::set_section_addresses): Remove const.
6252 (Output_segment::set_section_list_addresses): Remove const; allocate
6253 space from free list for an incremental update.
6254 (Output_segment::set_offset): Adjust size of RELRO segment for an
6255 incremental update.
6256 * output.h (Output_data::current_data_size): Move here from
6257 child classes.
6258 (Output_data::pre_finalize_data_size): New function.
6259 (Output_data::update_data_size): New function.
6260 (Output_section_headers::update_data_size): new function.
6261 (Output_section_data_build::current_data_size): Move to Output_data.
6262 (Output_data_strtab::update_data_size): New function.
6263 (Output_section::current_data_size): Move to Output_data.
6264 (Output_section::set_fixed_layout): New function.
6265 (Output_section::has_fixed_layout): New function.
6266 (Output_section::reserve): New function.
6267 (Output_section::update_data_size): New function.
6268 (Output_section::has_fixed_layout_): New data member.
6269 (Output_section::free_list_): New data member.
6270 (Output_segment::set_section_addresses): Remove const.
6271 (Output_segment::set_section_list_addresses): Remove const.
6272 * plugin.cc (Sized_pluginobj::do_for_all_local_got_entries):
6273 New function.
6274 * plugin.h (Sized_pluginobj::do_for_all_local_got_entries):
6275 New function.
6276 * readsyms.cc (Read_symbols::do_read_symbols): Add library
6277 parameter when calling Add_symbols constructor; store argument
6278 serial number for members of a lib group.
6279 (Add_symbols::locks): Allow case where token == NULL.
6280 (Add_symbols::run): Report libraries denoted by --start-lib/--end-lib.
6281 (Read_member::~Read_member): New function.
6282 (Read_member::is_runnable): New function.
6283 (Read_member::locks): New function.
6284 (Read_member::run): New function.
6285 (Check_script::~Check_script): New function.
6286 (Check_script::is_runnable): New function.
6287 (Check_script::locks): New function.
6288 (Check_script::run): New function.
6289 (Check_library::~Check_library): New function.
6290 (Check_library::is_runnable): New function.
6291 (Check_library::locks): New function.
6292 (Check_library::run): New function.
6293 * readsyms.h (Add_symbols::Add_symbols): Add library parameter.
6294 (Add_symbols::library_): New data member.
6295 (class Read_member): New class.
6296 (class Check_script): New class.
6297 (class Check_library): New class.
6298 * reloc.cc (Read_relocs::is_runnable): Allow case where
6299 token == NULL.
6300 (Read_relocs::locks): Likewise.
6301 (Scan_relocs::locks): Likewise.
6302 (Relocate_task::locks): Likewise.
6303 (Sized_relobj::do_scan_relocs): Tell finalize_incremental_relocs
6304 to clear counters.
6305 (Sized_relobj::incremental_relocs_scan): Fix comment.
6306 (Sized_relobj::do_relocate): Pass output file offset to
6307 write_local_symbols.
6308 (Sized_relobj::incremental_relocs_write_reltype): Use reloc_size
6309 from class declaration.
6310 * script.cc (read_input_script): Allocate Script_info; pass
6311 argument serial number to report_script.
6312 * script.h (class Script_info): Move to incremental.h.
6313 * symtab.cc (Symbol_table::add_from_incrobj): New function.
6314 * symtab.h (Symbol_table::add_from_incrobj): New function.
6315 (Symbol_table::set_file_offset): New function.
6316
b961d0d7
CC
63172011-04-05 Cary Coutant <ccoutant@google.com>
6318
6319 * incremental-dump.cc (dump_incremental_inputs): Change signature
6320 to take a Sized_incremental_binary; change caller. Use readers
6321 in Sized_incremental_binary.
6322 * incremental.cc
6323 (Sized_incremental_binary::find_incremental_inputs_sections):
6324 Rename do_find_incremental_inputs_sections to this.
6325 (Sized_incremental_binary::setup_readers): New function.
6326 (Sized_incremental_binary::do_check_inputs): Check
6327 has_incremental_info_ flag; move setup code to setup_readers;
6328 use input readers.
6329 (Sized_incremental_binary::do_file_is_unchanged): New function.
6330 (Sized_incremental_binary::do_get_input_reader): New function.
6331 * incremental.h (class Incremental_binary): Move to end of file.
6332 (Incremental_binary::file_is_unchanged): New function.
6333 (Incremental_binary::do_file_is_unchanged): New function.
6334 (Incremental_binary::Input_reader): New class.
6335 (Incremental_binary::get_input_reader): New function.
6336 (class Sized_incremental_binary): Move to end of file.
6337 (Sized_incremental_binary::Sized_incremental_binary): Setup the
6338 input section reader classes.
6339 (Sized_incremental_binary::has_incremental_info): New function.
6340 (Sized_incremental_binary::inputs_reader): New function.
6341 (Sized_incremental_binary::symtab_reader): New function.
6342 (Sized_incremental_binary::relocs_reader): New function.
6343 (Sized_incremental_binary::got_plt_reader): New function.
6344 (Sized_incremental_binary::do_file_is_unchanged): New function.
6345 (Sized_incremental_binary::Sized_input_reader): New class.
6346 (Sized_incremental_binary::get_input_reader): New function.
6347 (Sized_incremental_binary::find_incremental_inputs_sections):
6348 Rename do_find_incremental_inputs_sections to this.
6349 (Sized_incremental_binary::setup_readers): New function.
6350 (Sized_incremental_binary::has_incremental_info_): New data member.
6351 (Sized_incremental_binary::inputs_reader_): New data member.
6352 (Sized_incremental_binary::symtab_reader_): New data member.
6353 (Sized_incremental_binary::relocs_reader_): New data member.
6354 (Sized_incremental_binary::got_plt_reader_): New data member.
6355 (Sized_incremental_binary::current_input_file_): New data member.
6356
a869183f
PP
63572011-04-05 Paul Pluzhnikov <ppluzhnikov@google.com>
6358
6359 PR gold/12640
6360 * dwarf_reader.cc (Sized_dwarf_line_info): Fix vector bounds
6361 violation.
6362
63632011-03-30 Cary Coutant <ccoutant@google.com>
c7975edd
CC
6364
6365 * archive.cc (Archive::include_member): Adjust call to report_object.
6366 (Add_archive_symbols::run): Add script_info to call to
6367 report_archive_begin.
6368 (Lib_group::include_member): Adjust call to report_object.
6369 (Add_lib_group_symbols::run): Adjust call to report_object.
6370 * incremental-dump.cc (dump_incremental_inputs): Remove unnecessary
6371 blocks. Add object count for script input files.
6372 * incremental.cc (Incremental_inputs::report_archive_begin): Add
6373 script_info parameter; change all callers.
6374 (Incremental_inputs::report_object): Add script_info parameter;
6375 change all callers.
6376 (Incremental_inputs::report_script): Store backpointer to
6377 incremental info entry.
6378 (Output_section_incremental_inputs::set_final_data_size): Record
6379 additional information for scripts.
6380 (Output_section_incremental_inputs::write_info_blocks): Likewise.
6381 * incremental.h (Incremental_script_entry::add_object): New function.
6382 (Incremental_script_entry::get_object_count): New function.
6383 (Incremental_script_entry::get_object): New function.
6384 (Incremental_script_entry::objects_): New data member; adjust
6385 constructor.
6386 (Incremental_inputs::report_archive_begin): Add script_info parameter.
6387 (Incremental_inputs::report_object): Add script_info parameter.
6388 (Incremental_inputs_reader::get_object_count): New function.
6389 (Incremental_inputs_reader::get_object_offset): New function.
6390 * options.cc (Input_arguments::add_file): Return reference to
6391 new input argument.
6392 * options.h (Input_argument::set_script_info): New function.
6393 (Input_argument::script_info): New function.
6394 (Input_argument::script_info_): New data member; adjust all
6395 constructors.
6396 (Input_file_group::add_file): Return reference to new input argument.
6397 (Input_file_lib::add_file): Likewise.
6398 (Input_arguments::add_file): Likewise.
6399 * readsyms.cc (Add_symbols::run): Adjust call to report_object.
6400 * script.cc (Parser_closure::Parser_closure): Add script_info
6401 parameter; adjust all callers.
6402 (Parser_closure::script_info): New function.
6403 (Parser_closure::script_info_): New data member.
6404 (read_input_script): Report scripts earlier to incremental info.
6405 (script_add_file): Set script_info in Input_argument.
6406 (script_add_library): Likewise.
6407 * script.h (Script_options::Script_info): Rewrite class.
6408
a869183f 64092011-03-29 Cary Coutant <ccoutant@google.com>
e0c52780
CC
6410
6411 * archive.cc (Library_base::should_include_member): Move
6412 method here from class Archive.
6413 (Archive::Archive): Initialize base class.
6414 (Archive::should_include_member): Move to base class.
6415 (Archive::do_for_all_unused_symbols): New function.
6416 (Add_archive_symbols::run): Remove redundant access to
6417 incremental_inputs.
6418 (Lib_group::Lib_group): Initialize base class.
6419 (Lib_group::do_filename): New function.
6420 (Lib_group::include_member): Pass pointer to Lib_group to
6421 report_object.
6422 (Lib_group::do_for_all_unused_symbols): New function.
6423 (Add_lib_group_symbols::run): Report archive information for
6424 incremental links.
6425 * archive.h (class Library_base): New base class.
6426 (class Archive): Derive from Library_base.
6427 (Archive::filename): Move to base class.
6428 (Archive::set_incremental_info): Likewise.
6429 (Archive::incremental_info): Likewise.
6430 (Archive::Should_include): Likewise.
6431 (Archive::should_include_member): Likewise.
6432 (Archive::Armap_entry): Remove.
6433 (Archive::Unused_symbol_iterator): Remove.
6434 (Archive::unused_symbols_begin): Remove.
6435 (Archive::unused_symbols_end): Remove.
6436 (Archive::do_filename): New function.
6437 (Archive::do_get_mtime): New function.
6438 (Archive::do_for_all_unused_symbols): New function.
6439 (Archive::task_): Move to base class.
6440 (Archive::incremental_info_): Likewise.
6441 (class Lib_group): Derive from Library_base.
6442 (Lib_group::do_filename): New function.
6443 (Lib_group::do_get_mtime): New function.
6444 (Lib_group::do_for_all_unused_symbols): New function.
6445 (Lib_group::task_): Move to base class.
6446 * dynobj.cc (Sized_dynobj::do_for_all_global_symbols): New
6447 function.
6448 * dynobj.h (Sized_dynobj::do_for_all_global_symbols): New
6449 function.
6450 * incremental.cc (Incremental_inputs::report_archive_begin):
6451 Use Library_base; call library's get_mtime; add incremental inputs
6452 entry before members.
6453 (class Unused_symbol_visitor): New class.
6454 (Incremental_inputs::report_archive_end): Use Library_base; use
6455 visitor class to record unused symbols; don't add incremental inputs
6456 entry after members.
6457 (Incremental_inputs::report_object): Use Library_base.
6458 * incremental.h
6459 (Incremental_archive_entry::Incremental_archive_entry): Remove
6460 unused Archive parameter.
6461 (Incremental_inputs::report_archive_begin): Use Library_base.
6462 (Incremental_inputs::report_archive_end): Likewise.
6463 (Incremental_inputs::report_object): Likewise.
6464 * object.cc (Sized_relobj::do_for_all_global_symbols): New
6465 function.
6466 * object.h (Object::for_all_global_symbols): New function.
6467 (Object::do_for_all_global_symbols): New function.
6468 (Sized_relobj::do_for_all_global_symbols): New function.
6469 * plugin.cc (Sized_pluginobj::do_for_all_global_symbols): New
6470 function.
6471 * plugin.h (Sized_pluginobj::do_for_all_global_symbols): New
6472 function.
6473
61ab3e40
ILT
64742011-03-27 Ian Lance Taylor <iant@google.com>
6475
6476 * archive.cc (Archive::interpret_header): Return -1 if something
6477 goes wrong. Change callers accordingly.
6478
30e1f9e6
CC
64792011-03-25 Cary Coutant <ccoutant@google.com>
6480
6481 * testsuite/Makefile.am (final_layout.stdout): Use -n option with nm.
6482 * testsuite/Makefile.in: Regenerate.
6483
9370ce59 64842011-03-23 Rafael Ávila de Espíndola <respindola@mozilla.com>
9c793f14
RÁE
6485
6486 * plugin.cc (get_view): New.
6487 (Plugin::load): Pass get_view to the plugin.
6488 (Plugin_manager::get_view): New.
6489
9312bb0a
ILT
64902011-03-21 Ian Lance Taylor <iant@google.com>
6491
6492 * testsuite/final_layout.sh: Rewrite to not use dc.
07aead7b 6493 * testsuite/relro_test.sh: Fail if dc is not present.
9312bb0a 6494
7e12ba9e
ST
64952011-03-21 Sriraman Tallam <tmsriram@google.com>
6496
6497 * testsuite/icf_safe_so_test.sh: Add #!/bin/sh to start.
6498 Change == to -eq.
6499 * testsuite/icf_string_merge_test.sh: Add #!/bin/sh to start.
6500 * testsuite/icf_safe_test.sh: Add #!/bin/sh to start.
6501 Change == to -eq.
6502 * testsuite/icf_sht_rel_addend_test.sh: Add #!/bin/sh to start.
6503 * testsuite/icf_preemptible_functions_test.sh: Add #!/bin/sh to start.
6504
fd7a005d
ILT
65052011-03-14 Ian Lance Taylor <iant@google.com>
6506
6507 * script-sections.cc (Sort_output_sections::script_compare):
6508 Rename from is_before, change return type.
6509 (Sort_output_sections::operator()): Adjust accordingly.
6510
ed16fd1b
ILT
65112011-03-11 Jeffrey Yasskin <jyasskin@google.com>
6512
6513 PR gold/12572
6514 * testsuite/odr_violation2.cc: Add comment to make all error line
6515 numbers double digits.
6516 * testsuite/debug_msg.sh: Adjust expected errors.
6517
71ff8986
ILT
65182011-03-09 Jeffrey Yasskin <jyasskin@google.com>
6519
6520 * dwarf_reader.cc (Sized_dwarf_line_info): Include all lines,
6521 but mark earlier ones as non-canonical
6522 (offset_to_iterator): Update search target and example
6523 (do_addr2line): Return extra lines in a vector*
6524 (format_file_lineno): Extract from do_addr2line
6525 (one_addr2line): Add vector* out-param
6526 * dwarf_reader.h (Offset_to_lineno_entry): New field recording
6527 when a lineno entry appeared last for its instruction
6528 (Dwarf_line_info): Add vector* out-param
6529 * object.cc (Relocate_info): Pass NULL for the vector* out-param
6530 * symtab.cc (Odr_violation_compare): Include the lineno in the
6531 comparison again.
6532 (linenos_from_loc): New. Combine the canonical line for an
6533 address with its other lines.
6534 (True_if_intersect): New. Helper functor to make
6535 std::set_intersection a query.
6536 (detect_odr_violations): Compare sets of lines instead of just
6537 one line for each function. This became less deterministic, but
6538 has fewer false positives.
6539 * symtab.h: Declarations.
6540 * testsuite/Makefile.am (odr_violation2.o): Compile with -O2 to
6541 mix an optimized and non-optimized object in the same binary
6542 (odr_violation2.so): Same.
6543 * testsuite/Makefile.in: Regenerate from Makefile.am.
6544 * testsuite/debug_msg.cc (main): Make OdrDerived classes.
6545 * testsuite/debug_msg.sh: Update line numbers and add
6546 assertions.
6547 * testsuite/odr_violation1.cc: Use OdrDerived, in a
6548 non-optimized context.
6549 * testsuite/odr_violation2.cc: Make sure Ordering::operator()
6550 isn't inlined, and use OdrDerived in an optimized context.
6551 * testsuite/odr_header1.h: Defines OdrDerived, where
6552 optimization will change the
6553 first-instruction-in-the-destructor's file and line number.
6554 * testsuite/odr_header2.h: Defines OdrBase.
6555
a19fefdc
ILT
65562011-03-09 Ian Lance Taylor <iant@google.com>
6557
6558 * fileread.cc (File_read::clear_views): Don't delete the whole
6559 file view.
6560
ecb351e9
ILT
65612011-03-08 Ian Lance Taylor <iant@google.com>
6562
6563 PR gold/12525
6564 * fileread.cc: #include <climits>.
6565 (GOLD_IOV_MAX): Define.
6566 (File_read::read_multiple): Limit number of entries by iov_max.
6567 * fileread.h (class File_read): Always set max_readv_entries to
6568 128.
6569
b821d13c
ILT
65702011-03-07 Ian Lance Taylor <iant@google.com>
6571
6572 PR gold/12525
6573 * options.h (class General_options): Add -dy and -dn.
6574
89243142
CC
65752011-03-02 Cary Coutant <ccoutant@google.com>
6576
6577 * testsuite/script_test_9.t: Add TLS segment.
6578
d0773f31
ILT
65792011-03-02 Simon Baldwin <simonb@google.com>
6580
6581 * configure.ac: Add check for gnu_indirect_function support in
6582 the toolchain building binutils.
6583 * configure: Rebuild.
6584
9370ce59 65852011-02-18 Rafael Ávila de Espíndola <respindola@mozilla.com>
badc8139
RÁE
6586
6587 * symtab.cc (Symbol::should_add_dynsym_entry) Return false for
6588 plugin only symbols.
6589 (Symbol_table::sized_finalize_symbol) Mark symbol only present
6590 in plugin files as not needed in the symbol table.
6591
4cf7a849
ST
65922011-02-11 Sriraman Tallam <tmsriram@google.com>
6593
6594 * output.cc (Output_section::add_input_section): Delay fill
6595 generation for section ordering.
6596
b578bd7d
ILT
65972011-02-09 Ian Lance Taylor <iant@google.com>
6598
6599 PR gold/12316
6600 * object.h (class Sized_relobj): Remove clear_local_symbols.
6601 * reloc.cc (Sized_relobj::do_relocate): Don't call
6602 clear_local_symbols.
6603
9370ce59 66042011-02-08 Rafael Ávila de Espíndola <respindola@mozilla.com>
84ced98a
RÁE
6605
6606 * plugin.cc (is_visible_from_outside): Return true for symbols
6607 in the -u option.
6608
55382fb7
ILT
66092011-02-04 Jeffrey Yasskin <jyasskin@google.com>
6610
6611 * symtab.cc (Odr_violation_compare::operator()): Sort by just the
6612 filename.
6613
4e271fff
ST
66142011-02-02 Sriraman Tallam <tmsriram@google.com>
6615
6616 * icf.h (is_section_foldable_candidate): Change type of parameter
2e702c99 6617 to std::string.
4e271fff 6618 * icf.cc (Icf::find_identical_sections): Change type of local variable
2e702c99 6619 section_name to be std::string.
4e271fff
ST
6620 (is_function_ctor_or_dtor): Change type of parameter to std::string.
6621
d433c3ac
ILT
66222011-01-25 Ian Lance Taylor <iant@google.com>
6623
6624 * script.cc (script_add_extern): Rewrite to use
6625 add_symbol_reference.
6626
880473a6
DK
66272011-01-25 Doug Kwan <dougkwan@google.com>
6628
d433c3ac 6629 * icf.cc (get_section_contents): Always lock section's object.
880473a6 6630
f30f86fa
ILT
66312011-01-24 Ian Lance Taylor <iant@google.com>
6632
6633 * options.h (class General_options): Accept
6634 --no-detect-odr-violations.
6635
8e51a0b9
ILT
66362011-01-24 Ian Lance Taylor <iant@google.com>
6637
6638 * version.cc (version_string): Bump to 1.11.
6639
0f3b89d8
ILT
66402011-01-24 Ian Lance Taylor <iant@google.com>
6641
6642 * plugin.cc (class Plugin_rescan): Define new class.
6643 (Plugin_manager::claim_file): Set any_claimed_.
6644 (Plugin_manager::save_archive): New function.
6645 (Plugin_manager::save_input_group): New function.
6646 (Plugin_manager::all_symbols_read): Create Plugin_rescan task if
6647 necessary.
6648 (Plugin_manager::new_undefined_symbol): New function.
6649 (Plugin_manager::rescan): New function.
6650 (Plugin_manager::rescannable_defines): New function.
6651 (Plugin_manager::add_input_file): Set any_added_.
6652 * plugin.h (class Plugin_manager): define new fields rescannable_,
6653 undefined_symbols_, any_claimed_, and any_added_. Declare
6654 Plugin_rescan as friend. Declare new functions.
6655 (Plugin_manager::Rescannable): Define type.
6656 (Plugin_manager::Rescannable_list): Define type.
6657 (Plugin_manager::Undefined_symbol_list): Define type.
6658 (Plugin_manager::Plugin_manager): Initialize new fields.
6659 * archive.cc (Archive::defines_symbol): New function.
6660 (Add_archive_symbols::run): Pass archive to plugins if any.
6661 * archive.h (class Archive): Declare defines_symbol.
6662 * readsyms.cc (Input_group::~Input_group): New function.
6663 (Finish_group::run): Pass input_group to plugins if any.
6664 * readsyms.h (class Input_group): Declare destructor.
6665 * symtab.cc (add_from_object): Pass undefined symbol to plugins if
6666 any.
6667
3bb951e5
ILT
66682011-01-10 Ian Lance Taylor <iant@google.com>
6669
6670 * layout.cc (Layout::layout_eh_frame): Mark a writable .eh_frame
6671 section as relro.
6672 (Layout::set_segment_offsets): Reset increase_relro before calling
6673 set_section_addresses a second time.
6674
0aa45fac
CC
66752011-01-04 Cary Coutant <ccoutant@google.com>
6676
6677 * script-sections.cc (Sort_output_sections::operator()): Sort TLS
6678 sections before NOBITS sections.
6679
0db46eb4
L
66802011-01-01 H.J. Lu <hongjiu.lu@intel.com>
6681
6682 * version.cc (print_version): Update copyright to 2011.
6683
829c9745
CC
66842010-12-23 Cary Coutant <ccoutant@google.com>
6685
6686 * output.h (Output_data_reloc::add_output_section): Pass OD instead
6687 of OS to this->add. Add OD parameter to second form of the function.
6688
7500420b
ILT
66892010-12-20 Ian Lance Taylor <iant@google.com>
6690
6691 * dwarf_reader.cc (Sized_dwarf_line_info::read_lines): Only keep
6692 second of two consecutive entries with same offset.
6693
f8e9a930
RW
66942010-12-16 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6695
6696 * testsuite/Makefile.am (ifuncmain2static_LDADD)
6697 (ifuncmain2_LDADD, ifuncmain4static_LDADD, ifuncmain4_LDADD)
6698 (ifuncmain7static_LDADD, ifuncmain7_LDADD): New empty variables,
6699 to avoid unneeded links against $(LDADD).
6700 * testsuite/Makefile.in: Regenerate.
6701
2fbb4320
ILT
67022010-12-15 Ian Lance Taylor <iant@google.com>
6703
6704 PR gold/12324
6705 * x86_64.cc (Target_x86_64::Scan::check_non_pic): Give an error
6706 for R_X86_64_32 and R_X86_64_PC32.
6707 * testsuite/Makefile.am (ver_matching_def.so): Depend on and use
6708 ver_matching_def_pic.o.
6709 (ver_matching_def_pic.o): New target.
6710
fedb228d
RW
67112010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6712
6713 * fileread.cc (file_counts_lock, file_counts_initialize_lock)
6714 (total_mapped_bytes, current_mapped_bytes, maximum_mapped_bytes):
6715 Move definition before File_read::View member definitions.
6716 (File_read::View::~View): Initialize and hold lock before
6717 updating current_mapped_bytes.
6718
9b547ce6
RW
67192010-12-14 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
6720
6721 * dwarf_reader.cc: Remove outdated comment.
6722 * gold-threads.cc: Fix typo in error message.
6723 * archive.cc: Fix typos in comments.
6724 * archive.h: Likewise.
6725 * arm-reloc-property.cc: Likewise.
6726 * arm-reloc-property.h: Likewise.
6727 * arm-reloc.def: Likewise.
6728 * arm.cc: Likewise.
6729 * attributes.h: Likewise.
6730 * cref.cc: Likewise.
6731 * ehframe.cc: Likewise.
6732 * fileread.h: Likewise.
6733 * gold.h: Likewise.
6734 * i386.cc: Likewise.
6735 * icf.cc: Likewise.
6736 * incremental.h: Likewise.
6737 * int_encoding.cc: Likewise.
6738 * layout.h: Likewise.
6739 * main.cc: Likewise.
6740 * merge.h: Likewise.
6741 * object.cc: Likewise.
6742 * object.h: Likewise.
6743 * options.cc: Likewise.
6744 * readsyms.cc: Likewise.
6745 * reduced_debug_output.cc: Likewise.
6746 * reloc.cc: Likewise.
6747 * script-sections.cc: Likewise.
6748 * sparc.cc: Likewise.
6749 * symtab.h: Likewise.
6750 * target-reloc.h: Likewise.
6751 * target.cc: Likewise.
6752 * target.h: Likewise.
6753 * timer.cc: Likewise.
6754 * timer.h: Likewise.
6755 * x86_64.cc: Likewise.
6756
83e17bd5
CC
67572010-12-09 Cary Coutant <ccoutant@google.com>
6758
6759 * layout.cc (Layout::layout_gnu_stack): Add warnings for executable
6760 stack.
6761 * layout.h (Layout::layout_gnu_stack): Add pointer to Object
6762 parameter; change all callers.
6763 * object.cc (Sized_relobj::do_layout): Adjust call to layout_gnu_stack.
6764 * options.h (warn_execstack): New option.
6765
017257f8
DK
67662010-12-07 Doug Kwan <dougkwan@google.com>
6767
6768 * arm.cc (Target_arm::Scan::get_reference_flags): Treat R_ARM_PREL31
6769 like function call relocations.
6770
c20cbc06
ILT
67712010-12-07 Ian Lance Taylor <iant@google.com>
6772
6773 * archive.cc (Archive::get_elf_object_for_member): Permit
6774 punconfigured to be NULL.
6775 (Archive::read_symbols): Pass NULL to get_elf_object_for_member.
6776 (Archive::include_member): Pass NULL to get_elf_object_for_member
6777 if we searched for the archive and this is the first included
6778 object.
6779
4dbfafcc
ILT
67802010-12-01 Ian Lance Taylor <iant@google.com>
6781
6782 * dwarf_reader.h (class Sized_dwarf_line_info): Add
6783 track_relocs_type_ field.
6784 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6785 Set track_relocs_type_.
6786 (Sized_dwarf_line_info::process_one_opcode): Ignore the section
6787 contents when using RELA relocs.
6788 (Sized_dwarf_line_info::read_relocs): Add the reloc addend to
6789 reloc_map_.
6790 * reloc.cc (Track_relocs::next_addend): New function.
6791 * reloc.h (class Track_relocs): Declare next_addend.
6792
e5e19edd
ILT
67932010-12-01 Ian Lance Taylor <iant@google.com>
6794
6795 * testsuite/icf_virtual_function_folding_test.cc (class Bar): Add
6796 virtual destructor.
6797
9a5ce24c
ILT
67982010-12-01 Ian Lance Taylor <iant@google.com>
6799
6800 * README: Update compilers known to work and fail.
6801
c7791212
NC
68022010-11-23 Matthias Klose <doko@ubuntu.com>
6803
6804 * configure.in: For --enable-gold, handle value `default' instead of
6805 `both*'. Always install ld as ld.bfd, install as ld if gold is
6806 not the default.
6807 * configure: Regenerate.
6808
0ad220c9
DK
68092010-11-18 Doug Kwan <dougkwan@google.com>
6810
6811 * expression.cc (BINARY_EXPRESSION): Initialize left_alignment
6812 and right_alignment to be zero. Store result alignment only if it is
6813 greater than existing alignment.
6814
ab8056e0
CC
68152010-11-16 Cary Coutant <ccoutant@google.com>
6816
6817 PR gold/12220
6818 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
6819 Check for ".zdebug_line".
6820
fd064a5b
CC
68212010-11-16 Doug Kwan <dougkwan@google.com>
6822 Cary Coutant <ccoutant@google.com>
6823
6824 * output.h (Output_segment::set_section_addresses): Pass increase_relro
6825 by reference; adjust all callers.
6826 * output.cc (Output_segment::set_section_addresses): Adjust references
6827 to increase_relro. Add padding to *increase_relro when ORDER_RELRO_LAST
6828 list is empty.
6829 (Output_segment::set_offset): Assert if PT_GNU_RELRO segment does not
6830 end at page boundary.
6831
6fc6ea19
CC
68322010-11-16 Cary Coutant <ccoutant@google.com>
6833
6834 PR gold/12220
6835 * layout.cc (Layout::choose_output_section): Transform names of
6836 compressed sections even when using a script with a SECTIONS clause.
6837 (Layout::output_section_name): Remove code to transform
6838 compressed debug section names.
6839 * output.cc (Output_section::add_input_section): Use uncompressed
6840 section size when tracking input sections.
6841
95a2c8d6
RS
68422010-11-11 Richard Sandiford <richard.sandiford@linaro.org>
6843
6844 * symtab.h (Symbol::NON_PIC_REF): Remove.
6845 (Symbol::RELATIVE_REF, Symbol::TLS_REF): New Reference_flags.
6846 (Symbol::FUNCTION_CALL): Renumber. Reword comment.
6847 (Symbol::needs_dynamic_reloc): Don't check NON_PIC_REF.
6848 (Symbol::use_plt_offset): Take a flags argument and pass it
6849 directly to needs_dynamic_reloc. Restrict check for undefined
6850 weak symbols to function calls.
6851 * arm.cc (Target_arm::Scan::get_reference_flags): New function.
6852 (Target_arm::Scan::global): Use it.
6853 (Target_arm::Scan::scan_reloc_for_stub): Likewise.
6854 (Target_arm::Relocate::relocate): Likewise.
6855 (Target_arm::Relocate::should_apply_static_reloc): Replace flags
6856 parameter with an r_type parameter. Use get_reference_flags
6857 to get the flags.
6858 (Target_arm::Relocate::relocate): Update accordingly.
6859 * i386.cc (Target_i386::Scan::get_reference_flags): New function.
6860 (Target_i386::Scan::reloc_needs_plt_for_ifunc): Use it.
6861 (Target_i386::Scan::global): Likewise.
6862 (Target_i386::Relocate::relocate): Likewise.
6863 (Target_i386::Relocate::should_apply_static_reloc): Replace flags
6864 parameter with an r_type parameter. Use get_reference_flags
6865 to get the flags.
6866 (Target_i386::Relocate::relocate): Update accordingly.
6867 * powerpc.cc (Target_powerpc::Scan::get_reference_flags): New function.
6868 (Target_powerpc::Scan::global): Use it.
6869 (Target_powerpc::Scan::scan_reloc_for_stub): Likewise.
6870 (Target_powerpc::Relocate::relocate): Likewise.
6871 * sparc.cc (Target_sparc::Scan::get_reference_flags): New function.
6872 (Target_sparc::Scan::global): Use it.
6873 (Target_sparc::Scan::scan_reloc_for_stub): Likewise.
6874 (Target_sparc::Relocate::relocate): Likewise.
6875 * x86_64.cc (Target_x86_64::Scan::get_reference_flags): New function.
6876 (Target_x86_64::Scan::reloc_needs_plt_for_ifunc): Use it.
6877 (Target_x86_64::Scan::global): Likewise.
6878 (Target_x86_64::Relocate::relocate): Likewise.
6879
f625ae50
DK
68802010-11-08 Doug Kwan <dougkwan@google.com>
6881 Cary Coutant <ccoutant@google.com>
6882
6883 * arm.cc (Arm_exidx_merge_section::build_contents): New method.
6884 (Arm_exidx_merge_section::section_contents_): New data member.
6885 (Arm_input_section::Arm_input_section): Initialize original_contents_.
6886 (Arm_input_section::~Arm_input_section): De-allocate memory.
58797674 6887 (Arm_input_section::original_contents_): New data member.
f625ae50
DK
6888 (Arm_exidx_fixup::process_exidx_section): Pass EXIDX section contents
6889 in parameters instead of calling Object::section_contents without
6890 locking.
6891 (Arm_output_section::group_section): New parameter TASK. Pass it
6892 to callees that need locking objects.
6893 (Arm_output_section::fix_exidx_coverage): New parameter TASK. Use it
6894 to lock EXIDX input sections. Fix a formatting issue. Call
6895 Arm_exidx_merged_section::build_contents to create merged section
6896 contents.
6897 (Arm_output_section::create_stub_group): New parameter TASK. Use it
6898 to lock object of stub table owner.
6899 (Arm_exidx_input_section::Arm_exidx_input_section): Add new parameter
6900 TEXT_SIZE to initialize data member TEXT_SIZE_.
6901 (Arm_exidx_input_section::addralign): Fix typo in comment.
6902 (Arm_exidx_input_section::text_size): New method.
6903 (Target_arm::do_relax): New parameter TASK. Pass it to callees
6904 that require locking objects. Lock objects before scanning for stubs
6905 and updating local symbols.
6906 (Arm_input_section<big_endian>::init): Copy contents of original
6907 input section.
2e702c99 6908 (Arm_input_section<big_endian>::do_write): Use saved contents of
f625ae50
DK
6909 original input section instead of calling Object::section_contents
6910 without locking.
6911 (Arm_exidx_cantunwind::do_fixed_endian_write): Find out text section
6912 size without calling Object::section_size().
6913 (Arm_exidx_merged_section::Arm_exidx_merged_section): Add sanity check
6914 for size. Allocate a buffer for merged EXIDX entries.
6915 (Arm_exidx_merged_section::build_contents): New method.
2e702c99 6916 (Arm_exidx_merged_section::do_write): Move merge section contents
f625ae50
DK
6917 building code to Arm_exidx_merged_section::build_contetns. Write
6918 out contetns in buffer instead of building it on the fly.
6919 (Arm_relobj::make_exidx_input_section): Also pass text section size
6920 to Arm_exidx_input_section constructor.
6921 (Arm_relobj::do_read_symbols): Fix memory leak. Fix a formatting issue.
6922 (Arm_dynobj::do_read_symbols): Fix memory leak.
6923 * layout.cc (Layout::finalize): Pass TASK to Target::relax().
6924 * target.h: (class Task): Add forward declaration.
6925 (Target::relax): Add new parameter TASK and pass it to
6926 Target::do_relax().
6927 (Target::do_relax):: New parameter TASK. Fix a formatting issue.
6928
5f9bcf58
CC
69292010-11-05 Cary Coutant <ccoutant@google.com>
6930
6931 PR gold/10708
6932 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Hold a lock on the
6933 object when reading from the file.
6934 * gold.cc (queue_middle_tasks): Hold a lock on the object when doing
6935 second layout pass.
6936 * icf.cc (preprocess_for_unique_sections): Hold a lock on the object
6937 when reading section contents.
6938 (get_section_contents): Likewise.
6939 (icf::find_identical_sections): Likewise.
6940 * mapfile.cc (Mapfile::print_discarded_sections): Hold a lock on the
6941 object when reading from the file.
6942 * plugin.cc (Plugin_manager::layout_deferred_objects): Hold a lock on
6943 the object when doing deferred section layout.
6944
e597fa08
NC
69452010-11-03 Nick Clifton <nickc@redhat.com>
6946
6947 PR gold/12001
6948 * script.h (class Symbol_assignment: name): New member. Returns
6949 the name of the symbol.
6950 * scrfipt.cc (Script_options::is_pending_assignment): New member.
6951 Returns true if the given symbol name is on the list of
6952 assignments wating to be processed.
6953 * archive.cc (should_incldue_member): If the symbol is undefined,
6954 check to see if it is on the list of symbols pending assignment.
6955
3f9a3278
ILT
69562010-11-03 Ryan Mansfield <rmansfield@qnx.com>
6957
6958 * script-sections.cc (Script_sections::find_memory_region): Check
6959 for a NULL output section pointer.
6960
d06fb4d1
DK
69612010-10-29 Doug Kwan <dougkwan@google.com>
6962
6963 * arm.cc (Arm_outout_section::fix_exidx_coverage): Adjust call to
6964 Output_section::add_relaxed_input_section.
6965 * output.cc (Output_section::add_relaxed_input_section): Add new
6966 arguments LAYOUT and NAME. Set section order index.
6967 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
6968 Copy section order index.
6969 * output.h (Output_section::add_relaxed_input_section): Add new
6970 arguments LAYOUT and NAME.
6971
90e24de5
ILT
69722010-10-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
6973
6974 * testsuite/Makefile.am: Move gcctestdir/ld rule to
2e702c99 6975 NATIVE_OR_CROSS_LINKER.
90e24de5
ILT
6976 * testsuite/Makefile.in: Regenerate.
6977
c9484ea5
DK
69782010-10-20 Doug Kwan <dougkwan@google.com>
6979
6980 * arm.cc (Arm_relobj::do_read_symbols): Warn about ARM EXIDX sections
6981 without SHF_LINK_ORDER flags.
6982 * layout.cc (Layout::choose_output_section): Do not filter
6983 SHF_LINK_ORDER flag in a relocatable link.
6984
5bc2f5be
CC
69852010-10-17 Cary Coutant <ccoutant@google.com>
6986
6987 * output.h (Output_segment::set_section_addresses): Change function
6988 signature. Update all callers.
6989 * output.cc (Output_segment::is_first_section_relro): Ignore TLS
6990 sections.
6991 (Output_segment::set_section_addresses): Align after last TLS
6992 section. Add padding before last relro section instead of after.
6993
0c91cf04
DK
69942010-10-17 Doug Kwan <dougkwan@google.com>
6995
6996 * gold/arm.cc (Target_arm::got_section): Use correct order and set
6997 GOT output section to be writable.
6998
8c21d9d3
CC
69992010-10-14 Cary Coutant <ccoutant@google.com>
7000
7001 * debug.h (DEBUG_INCREMENTAL): New flag.
2e702c99
RM
7002 (debug_string_to_enum): Add DEBUG_INCREMENTAL).
7003 * gold.cc (queue_initial_tasks): Check parameters for incremental link
7004 mode.
7005 * incremental.cc (report_command_line): Ignore all forms of
7006 --incremental.
7007 * layout.cc (Layout::Layout): Check parameters for incremental link
7008 mode.
7009 * options.cc (General_options::parse_incremental): New function.
7010 (General_options::parse_no_incremental): New function.
7011 (General_options::parse_incremental_full): New function.
7012 (General_options::parse_incremental_update): New function.
7013 (General_options::incremental_mode_): New data member.
7014 (General_options::finalize): Check incremental_mode_.
7015 * options.h (General_options): Update help text for --incremental.
7016 Add --no-incremental, --incremental-full, --incremental-update.
7017 (General_options::Incremental_mode): New enum type.
7018 (General_options::incremental_mode): New function.
7019 (General_options::incremental_mode_): New data member.
7020 * parameters.cc (Parameters::incremental_mode_): New data member.
7021 (Parameters::set_options): Set incremental_mode_.
7022 (Parameters::set_incremental_full): New function.
7023 (Parameters::incremental): New function.
7024 (Parameters::incremental_update): New function.
7025 (set_parameters_incremental_full): New function.
7026 * parameters.h (Parameters::set_incremental_full): New function.
7027 (Parameters::incremental): New function.
7028 (Parameters::incremental_update): New function.
7029 (Parameters::incremental_mode_): New data member.
7030 (set_parameters_incremental_full): New function.
7031 * plugin.cc (Plugin_manager::add_input_file): Check parameters for
7032 incremental link mode.
7033 * reloc.cc (Sized_relobj::do_read_relocs): Likewise.
7034 (Sized_relobj::do_relocate_sections): Likewise.
7035 * testsuite/Makefile.am (incremental_test): Use --incremental-full
7036 option.
7037 * testsuite/Makefile.in: Regenerate.
7038 * testsuite/incremental_test.sh: Filter all forms of --incremental.
8c21d9d3 7039
bb32aa18 70402010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
eb373049
ILT
7041
7042 * script-sections.h (class Script_sections): Make
7043 Sections_elements typedef public.
7044 * script-sections.cc (class Sort_output_sections): Add elements_
7045 field. Add constructor which sets it; change all callers.
7046 (Sort_output_sections::is_before): New function.
7047 (Sort_output_sections::operator()): Call is_before.
7048 * configure.ac (NATIVE_OR_CROSS_LINKER): New automake
7049 conditional.
7050 * testsuite/script_test_10.sh: New test. Test script section
7051 order.
7052 * testsuite/script_test_10.t: Likewise.
7053 * testsuite/script_test_10.s: Likewise.
7054 * testsuite/Makefile.am: Wrap the cross linker tests and the
7055 common tests into NATIVE_OR_CROSS_LINKER.
7056 (check_SCRIPTS): Add script_test_10.sh.
7057 (check_DATA): Add script_test_10.stdout.
7058 (script_test_10.o, script_test_10): New targets.
7059 (script_test_10.stdout): New target.
7060 * configure, testsuite/Makefile.in: Regenerate.
7061
3cef7179
ILT
70622010-10-12 Viktor Kutuzov <vkutuzov@accesssoftek.com>
7063
7064 * arm.cc (Target_arm::Scan::local): Report the unsupported reloc
7065 error for the deprecated relocations.
7066 (Target_arm::Scan::global): Likewise.
7067 (Target_arm::Relocate::relocate): Likewise.
7068
7411e9a8
RS
70692010-10-12 Richard Sandiford <richard.sandiford@linaro.org>
7070
7071 * fileread.cc (Input_file::find_file): Initialize *found_name
7072 and *namep when using the fallback search for case 4.
7073
6a9da32a
CC
70742010-10-11 Cary Coutant <ccoutant@google.com>
7075
7076 * options.h (class General_options): Redefine -z lazy as an alias for
7077 the negation of -z now.
7078
ac897c20
ILT
70792010-10-11 Ian Lance Taylor <iant@google.com>
7080
7081 * resolve.cc (symbol_to_bits): Report the value of the unsupported
7082 binding.
7083
ea5cae92
NC
70842010-10-06 Nick Clifton <nickc@redhat.com>
7085
7086 * script-sections.cc(class Memory_region): Remove
7087 current_lma_offset_ field. Rename current_vma_offset_ to
7088 current_offset_. Add last_section_ field.
7089 (Memory_region::get_current_vma_address): Rename to
7090 get_current_address.
7091 (Memory_region::get_current_lma_address): Delete.
7092 (Memory_region::increment_vma_offset): Rename to
7093 increment_offset.
7094 (Memory_region::increment_lma_offset): Delete.
7095 (Memory_region::attributes_compatible): New method. Returns
7096 true if the provided section is compatible with the region.
7097 (Memory_region::get_last_section): New method. Returns the last
7098 section to use the region.
7099 (Memory_region::set_last_section): New method. Stores the last
7100 section to use the region.
7101 (Script_sections::block_in_region): New method. Returns true if
7102 a block of memory is contained within a region.
7103 (Script_sections::find_memory_region): New method. Locates a
7104 memory region to be used to set a VMA or LMA address.
7105 (Output_section_definition::set_section_addresses): Add code to
7106 check for addresses set by memory regions.
7107 (Output_segment::set_section_addresses): Remove memory region
7108 walking code.
7109 (Script_sections::create_segment): Add a warning if a header
7110 segment is created outside of any region.
7111 * script-sections.h (class Script_sections): Add prototypes for
7112 find_memory_region and block_in_region methods.
7113 * testsuite/memory_test.s: Use .long instead of .word.
7114 * testsuite/memory_test.t: Add some more output sections.
7115 * testsuite/memory_test.sh: Update expected output.
7116
a9bfd952
DK
71172010-10-02 Doug Kwan <dougkwan@google.com>
7118
7119 * symtab.cc (Symbol_table::Symbol_table_hash::operator()): Move
7120 defintion to symtab.h
7121 * symtab.h (Symbol_table::Symbol_table_hash::operator()): Change
7122 declaration to defintion.
7123
bacff3ab
NC
71242010-10-01 Nick Clifton <nickc@redhat.com>
7125
7126 * expression.cc (eval): Replace dummy argument with NULL.
7127 (eval_maybe_dot): Check for a NULL result section pointer.
7128 (Symbol_expression::value): Likewise.
7129 (Dot_expression::value): Likewise.
7130 (BINARY_EXPRESSION): Likewise.
7131 (Max_expression::value): Likewise.
7132 (Min_expression::value): Likewise.
7133 (Absolute_expression::value): Likewise.
7134 (Addr_expression::value_from_output_section): Likewise.
7135 (Loaddddr_expression::value_from_output_section): Likewise.
7136 (Segment_start_expression::value): Likewise.
7137 * script-sections.cc
7138 (Sections_elememt_dot_assignment::finalize_symbols): Replace dummy
7139 argument with NULL.
7140 (Sections_elememt_dot_assignment::set_section_addresses):
7141 Likewise.
7142 (Output_data_expression::do_write_to_buffer): Likewise.
7143 (Output_section_definition::finalize_symbols): Likewise.
7144 (Output_section_definition::set_section_addresses): Likewise.
7145
f81bc8b5
DK
71462010-09-30 Doug Kwan <dougkwan@google.com>
7147
7148 * gold/testsuite/arm_branch_out_of_range.sh: Fix broken tests.
7149
c95e9f27
ST
71502010-09-28 Sriraman Tallam <tmsriram@google.com>
7151
7152 * target.h (Target::can_icf_inline_merge_sections): New virtual
bacff3ab 7153 function.
c95e9f27
ST
7154 * x86_64.cc (Target__x86_64::can_icf_inline_merge_sections): New
7155 virtual function.
7156 * i386.cc (Target_i386::can_icf_inline_merge_sections): New
7157 virtual function.
7158 * icf.cc (get_section_contents): Inline merge sections only when
7159 target allows it.
7160
3cac54d2
RW
71612010-09-27 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
7162
7163 * configure: Regenerate.
7164
2904037a
ILT
71652010-09-17 Ian Lance Taylor <iant@google.com>
7166
7167 * testsuite/memory_test.sh: Adjust for change of 2010-09-10.
d4d91489
ILT
7168 * testsuite/Makefile.am (memory_test.o): New target.
7169 (memory_test): Depend on memory_test.o, gcctestdir/ld, and
7170 memory_test.t.
7171 * testsuite/Makefile.in: Rebuild.
2904037a 7172
bca7fb63
DK
71732010-09-17 Doug Kwan <dougkwan@google.com>
7174
7175 * arm.cc (Target_arm::Relocate::relocate): Ignore symbol type and
7176 defintion if relocation uses GOT entries of the symbol.
7177 * testsuite/icf_safe_test.sh: Fix test.
7178 * testsuite/icf_safe_so_test.sh: Fix test.
7179
4ef28648
CC
71802010-09-16 Cary Coutant <ccoutant@google.com>
7181
7182 * script_sections.cc (class Memory_region): Remove "NULL" from
7183 vector initializations.
7184
793990de
CC
71852010-09-15 Cary Coutant <ccoutant@google.com>
7186
7187 * incremental.cc (Output_section_incremental_inputs::write_info_blocks):
7188 Resolve forwarding symbols.
7189
81e015e2
DK
71902010-09-15 Doug Kwan <dougkwan@google.com>
7191
7192 * gold/testsuite/script_test_3.t: Add ARM special sections.
7193 * gold/testsuite/script_test_4.t: Same.
7194 * gold/testsuite/script_test_5.t: Same.
7195 * gold/testsuite/script_test_6.t: Same.
7196 * gold/testsuite/script_test_7.t: Same.
7197 * gold/testsuite/script_test_7.t: Same.
7198 * gold/testsuite/thumb_blx_out_of_range.s: Fix instruction alignment.
7199
36171d64
CC
72002010-09-14 Cary Coutant <ccoutant@google.com>
7201
7202 * x86_64.cc (Target_x86_64::saw_tls_block_reloc_): Remove member.
7203 (Target_x86_64::Relocate::relocate_tls): Replace check for
7204 saw_tls_block_reloc_ with test for executable section.
7205
d89051bd
CC
72062010-09-12 Cary Coutant <ccoutant@google.com>
7207
7208 * symtab.h (Symbol::needs_dynamic_reloc): Non-PIC calls from
7209 position-independent executables to shared libraries need dynamic
7210 relocations.
7211 (Symbol::may_need_copy_reloc): Do not generate COPY relocs in
7212 position-independent executables.
7213 * testsuite/Makefile.am (two_file_mixed_pie_test): New test.
7214 * testsuite/Makefile.in: Regenerate.
7215
fca41f0f
NC
72162010-09-10 Nick Clifton <nickc@redhat.com>
7217
7218 PR gold/11997
7219 * testsuite/memory_test.t: Discard any sections that are not
7220 needed.
7221
6695e4b3
L
72222010-09-09 H.J. Lu <hongjiu.lu@intel.com>
7223
7224 PR gold/11996
7225 * object.cc (Sized_relobj::do_finalize_local_symbols): Remove
7226 "This::" to work around a bug in gcc 4.2.
7227
7228 * testsuite/ifuncmain7.c (foo_ifunc): Add __attribute__ ((used)).
7229
0f72bf6f
RÁE
72302010-09-09 Rafael Espindola <espindola@google.com>
7231
7232 * layout.cc (Layout::attach_allocated_section_to_segment): Don't put
7233 sections with different PF_X flags in the same segment.
7234 (Layout::find_first_load_seg): Search all segments to find the first
7235 one.
7236 * options.h (rosegment): New.
7237
72382010-09-08 Rafael Espindola <espindola@google.com>
a6577478 7239
05a79166 7240 * layout.cc (Layout::set_segment_offsets): Always advance to a new page.
a6577478 7241
aa98ff75
DK
72422010-09-08 Doug Kwan <dougkwan@google.com>
7243
7244 * arm.cc (Arm_exidx_cantunwind::do_print_to_mapfile): New method.
7245 (Arm_relobj::do_relocate_sections): Add new parameter for output
7246 file to match the parent.
7247 (Target_arm::scan_reloc_section_for_stubs): Use would-be final values
7248 of local symbols instead of input values. Update code to track
7249 changes in gold::relocate_section.
7250 * object.cc (Sized_relobj::compute_final_local_value): New methods.
7251 (Sized_relobj::compute_final_local_value_internal): New methods.
7252 (Sized_relobj::do_finalize_local_symbols): Move code from loop
7253 body into private version of Sized_relobj::compute_final_local_value.
7254 Call the inline method.
7255 * object.h (Symbol_value::Symbol_value): Define destructor. Free
7256 merged symbol value if there is one.
7257 (Symbol_value::has_output_value): New method defintiion.
7258 (Sized_relobj::Compute_final_local_value_status): New enum type.
7259 (Sized_relobj::compute_final_local_value): New methods.
7260 (Sized_relobj::compute_final_local_value_internal): New methods.
7261 * Makefile.am (check_SCRIPTS): Add arm_branch_out_of_range.sh
7262 and arm_cortex_a8.sh.
7263 (thumb_bl_out_of_range_local, arm_cortex_a8_b_cond, arm_cortex_a8_bl,
7264 arm_cortex_a8_blx, arm_cortex_a8_local, arm_corte_a8_local_reloc):
7265 New tests.
7266 * Makefile.in: Regenerate.
7267 * testsuite/arm_bl_out_of_range.s: Update test.
7268 * testsuite/thumb_bl_out_of_range.s: Ditto.
7269 * testsuite/thumb_blx_out_of_range.s: Ditto.
7270 * testsuite/arm_branch_out_of_range.sh: New file.
7271 * testsuite/arm_cortex_a8.sh: Ditto.
7272 * testsuite/arm_cortex_a8_b.s: Ditto.
7273 * testsuite/arm_cortex_a8_b_cond.s: Ditto.
7274 * testsuite/arm_cortex_a8_b_local.s: Ditto.
7275 * testsuite/arm_cortex_a8_bl.s: Ditto.
7276 * testsuite/arm_cortex_a8_blx.s: Ditto.
7277 * testsuite/arm_cortex_a8_local.s: Ditto.
7278 * testsuite/arm_cortex_a8_local_reloc.s: Ditto.
7279 * testsuite/thumb_bl_out_of_range_local.s: Ditto.
7280
05a79166
L
72812010-09-08 Rafael Espindola <espindola@google.com>
7282
7283 * Makefile.am (memory_test.stdout): Run readelf with -W.
7284 * Makefile.in: Regenerate.
7285 * testsuite/memory_test.sh: Make the regexps accept both 32 and
7286 64 bit output.
7287
33dbc701
RÁE
72882010-09-08 Rafael Espindola <espindola@google.com>
7289
7290 * script-sections.cc (Script_sections::add_memory_region): Convert
7291 field precision to int.
7292 * script.cc (script_set_section_region, script_set_section_region):
7293 Convert field precision to int.
7294
731ca54a
RÁE
72952010-09-08 Rafael Espindola <espindola@google.com>
7296
7297 * arm.cc (do_finalize_sections): Create the __exidx_start and
7298 __exdix_end symbols even when the section is missing.
7299
7f8cd844
NC
73002010-09-08 Nick Clifton <nickc@redhat.com>
7301
7302 * README: Remove claim that MEMORY is not supported.
7303 * expression.cc (script_exp_function_origin)
7304 (script_exp_function_length): Move from here to ...
7305 * script.cc: ... here.
7306 (script_set_section_region, script_add_memory)
7307 (script_parse_memory_attr, script_include_directive): New
7308 functions.
7309 * script-sections.cc
7310 (class Memory_region): New class.
7311 (class Output_section_definition): Add set_memory_region,
7312 set_section_vma, set_section_lma and get_section_name methods.
7313 (class Script_Sections): Add add_memory_region,
7314 find_memory_region, find_memory_region_origin,
7315 find_memory_region_length and set_memory_region methods.
7316 Have set_section_addresses method walk the list of set memory
7317 regions.
7318 Extend the print methos to display memory regions.
7319 * script-sections.h: Add prototypes for new methods.
7320 Add enum for MEMORY region attributes.
7321 * yyscript.y: Add support for parsing MEMORY regions.
7322 * script-c.h: Add prototypes for new functions.
7323 * testsuite/Makefile.am: Add test of MEMORY region functionality.
7324 * testsuite/Makefile.in: Regenerate.
7325 * testsuite/memory_test.sh: New script.
7326 * testsuite/memory_test.s: New assembler source file.
7327 * testsuite/memory_test.t: New linker script.
7328
a4649286
DK
73292010-08-27 Doug Kwan <dougkwan@google.com>
7330
7331 * gold/resolve.cc (Symbol_table::should_override): Let a weak
7332 reference override an existing dynamic weak reference.
7333 * testsuite/Makefile.am: Add new test dyn_weak_ref.
7334 * testsuite/Makefile.in: Regenerate.
7335 * testsuite/dyn_weak_ref.sh: New file.
7336 * testsuite/dyn_weak_ref_1.c: Ditto.
7337 * testsuite/dyn_weak_ref_2.c: Ditto.
7338
b56648ad
ILT
73392010-08-27 Ian Lance Taylor <iant@google.com>
7340
7341 * incremental.h (class Incremental_input_entry): Add virtual
7342 destructor.
7343
809313cb
ILT
73442010-08-27 Ian Lance Taylor <iant@google.com>
7345
7346 * testsuite/start_lib_test_3.c: Mark t3 as used.
7347
11e32464
NC
73482010-08-27 Nick Clifton <nickc@redhat.com>
7349
7350 * options.cc (version_script): Fix small typo in previous
7351 whitespace tidyup.
7352
ca09d69a
NC
73532010-08-25 Nick Clifton <nickc@redhat.com>
7354
7355 * archive.cc: Formatting fixes: Remove whitespace between
7356 typename and following asterisk. Remove whitespace between
7357 function name and opening parenthesis.
7358 * archive.h: Likewise.
7359 * arm.cc: Likewise.
7360 * attributes.cc: Likewise.
7361 * attributes.h: Likewise.
7362 * common.cc: Likewise.
7363 * copy-relocs.cc: Likewise.
7364 * dirsearch.h: Likewise.
7365 * dynobj.cc: Likewise.
7366 * ehframe.cc: Likewise.
7367 * ehframe.h: Likewise.
7368 * expression.cc: Likewise.
7369 * fileread.cc: Likewise.
7370 * fileread.h: Likewise.
7371 * gc.h: Likewise.
7372 * gold-threads.cc: Likewise.
7373 * gold.cc: Likewise.
7374 * i386.cc: Likewise.
7375 * icf.h: Likewise.
7376 * incremental-dump.cc: Likewise.
7377 * incremental.cc: Likewise.
7378 * layout.cc: Likewise.
7379 * layout.h: Likewise.
7380 * main.cc: Likewise.
7381 * merge.cc: Likewise.
7382 * merge.h: Likewise.
7383 * object.cc: Likewise.
7384 * object.h: Likewise.
7385 * options.cc: Likewise.
7386 * options.h: Likewise.
7387 * output.cc: Likewise.
7388 * output.h: Likewise.
7389 * plugin.cc: Likewise.
7390 * plugin.h: Likewise.
7391 * powerpc.cc: Likewise.
7392 * reloc.cc: Likewise.
7393 * script-c.h: Likewise.
7394 * script-sections.cc: Likewise.
7395 * script.cc: Likewise.
7396 * stringpool.cc: Likewise.
7397 * symtab.cc: Likewise.
7398 * symtab.h: Likewise.
7399 * target.cc: Likewise.
7400 * timer.cc: Likewise.
7401 * timer.h: Likewise.
7402 * version.cc: Likewise.
7403 * x86_64.cc: Likewise.
7404
b8fa8750
NC
74052010-08-24 Nick Clifton <nickc@redhat.com>
7406
7407 PR 11899
7408 * layout.cc (segment_precedes): Sort segments by their physical
7409 addresses, if they have been set.
7410
9919d93b
CC
74112010-08-23 Cary Coutant <ccoutant@google.com>
7412
7413 * archive.cc (Lib_group::add_symbols): Lock object before deleting its
7414 symbols data.
7415 (Lib_group::include_member): Unlock object after deleting its
7416 symbols data.
7417 * testsuite/start_lib_test_3.c: Remove all global symbols to trigger
7418 the bug fixed here.
7419
97b4be1c
CC
74202010-08-19 Neil Vachharajani <nvachhar@google.com>
7421 Cary Coutant <ccoutant@google.com>
7422
7423 * gold/archive.h (Add_lib_group_symbols): Add readsyms_blocker_, adjust
7424 constructor, and set_blocker.
7425 * gold/archive.cc (Add_lib_group_symbols::is_runnable): Also check
7426 readsyms_blocker_.
7427 * gold/readsyms.cc (Read_symbols::do_lib_group): Also pass
7428 this->this_blocker_ to Add_lib_group_symbols::set_blocker.
7429 * testsuite/Makefile.am (start_lib_test): New test case.
7430 * testsuite/Makefile.in: Regenerate.
7431 * testsuite/start_lib_test_main.c: New file.
7432 * testsuite/start_lib_test_1.c: New file.
7433 * testsuite/start_lib_test_2.c: New file.
7434 * testsuite/start_lib_test_3.c: New file.
7435
dd0b1884
ILT
74362010-08-19 Ian Lance Taylor <iant@google.com>
7437
7438 * Makefile.in: Rebuild with automake 1.11.1.
7439 * aclocal.m4: Likewise.
7440 * testsuite/Makefile.in: Likewise.
7441
7223e9ca
ILT
74422010-08-19 Ian Lance Taylor <iant@google.com>
7443
7444 PR 10893
7445 * i386.cc (class Output_data_plt_i386): Update declarations.
7446 Define Global_ifunc and Local_ifunc types. Add global_ifuncs_ and
7447 local_ifuncs_ fields.
7448 (Target_i386::do_plt_section_for_global): New function.
7449 (Target_i386::do_plt_section_for_local): New function.
7450 (Output_data_plt_i386::Output_data_plt_i386): Add symtab
7451 parameter; change all callers. Initialize global_ifuncs_ and
7452 local_ifuncs_. If doing a static link define __rel_iplt_start and
7453 __rel_iplt_end.
7454 (Output_data_plt_i386::add_entry): Handle IFUNC symbols.
7455 (Output_data_plt_i386::add_local_ifunc_entry): New function.
7456 (Output_data_plt_i386::do_write): Fix GOT entries for IFUNC
7457 symbols.
7458 (Target_i386::make_plt_section): New function, broken out of
7459 make_plt_entry. Set sh_info field of .rel.plt to point to .plt.
7460 (Target_i386::make_plt_entry): Call make_plt_section.
7461 (Target_i386::make_local_ifunc_plt_entry): New function.
7462 (Target_i386::Scan::reloc_needs_iplt_for_ifunc): New function.
7463 (Target_i386::Scan::local): Handle IFUNC symbols. Add
7464 R_386_IRELATIVE to switch.
7465 (Target_i386::Scan::global): Likewise.
7466 (Target_i386::Relocate::relocate): Likewise.
7467 (Target_i386::Relocatable_size_for_reloc): Add R_386_IRELATIVE to
7468 switch.
7469 * x86_64.cc (class Output_data_plt_x86_64): Update declarations.
7470 (Target_x86_64::do_plt_section_for_global): New function.
7471 (Target_x86_64::do_plt_section_for_local): New function.
7472 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add symtab
7473 parameter; change all callers. If doing a static link define
7474 __rela_iplt_start and __rela_iplt_end.
7475 (Output_data_plt_x86_64::add_entry): Handle IFUNC symbols.
7476 (Output_data_plt_x86_64::add_local_ifunc_entry): New function.
7477 (Target_x86_64::make_plt_section): Set sh_info field of .rel.plt
7478 to point to .plt.
7479 (Target_x86_64::make_local_ifunc_plt_entry): New function.
7480 (Target_x86_64::Scan::check_non_pic): Add R_X86_64_IRELATIVE to
7481 switch.
7482 (Target_x86_64::Scan::reloc_needs_iplt_for_ifunc): New function.
7483 (Target_x86_64::Scan::local): Handle IFUNC symbols. Add
7484 R_X86_64_IRELATIVE to switch.
7485 (Target_x86_64::Scan::global): Likewise.
7486 (Target_x86_64::Relocate::relocate): Likewise.
7487 (Target_x86_64::Relocatable_size_for_reloc): Add R_X86_64_IRELATIVE to
7488 switch.
7489 * target.h (class Target): Add plt_section_for_global and
7490 plt_section_for_local functions. Add do_plt_section_for_global
7491 and do_plt_section_for_local virtual functions.
7492 * symtab.h (Symbol::needs_plt_entry): Handle IFUNC symbol. Add
7493 clarifying comments.
7494 (Symbol::use_plt_offset): Handle IFUNC symbol.
7495 * object.cc (Sized_relobj::Sized_relobj): Initialize
7496 local_plt_offsets_.
7497 (Sized_relobj::local_has_plt_offset): New function.
7498 (Sized_relobj::local_plt_offset): New function.
7499 (Sized_relobj::set_local_plt_offset): New function.
7500 (Sized_relobj::do_count): Handle IFUNC symbol.
7501 * object.h (class Symbol_value): Add is_ifunc_symbol_ field. Take
7502 a bit away from input_shndx_ field. Add set_is_func_symbol and
7503 is_ifunc_symbol functions.
7504 (class Sized_relobj): Update declarations. Remove Tls_got_entry
7505 and Local_tls_got_offsets. Define Local_plt_offsets. Add
7506 local_plt_offsets_ field.
7507 (Sized_relobj::clear_local_symbols): Clear local_plt_offsets_.
7508 * output.h (class Output_section_data): Add non-const
7509 output_section function.
7510 (class Output_data_got): Update declarations.
7511 (class Output_data_got::Got_entry): Add use_plt_offset_ field.
7512 Add use_plt_offset parameter to global and local constructors.
7513 Change all callers. Change local_sym_index_ field to 31 bits.
7514 Change GSYM_CODE and CONSTANT_CODE accordingly.
7515 * output.cc (Output_data_reloc_base::do_adjust_output_section): If
7516 doing a static link don't set sh_link field.
7517 (Output_data_got::Got_entry::write): Use PLT offset if
7518 appropriate.
7519 (Output_data_got::add_global_plt): New function.
7520 (Output_data_got::add_local_plt): New function.
7521 * target-reloc.h (relocate_section): Handle IFUNC symbol.
7522 * defstd.cc (in_section): Remove entries for __rel_iplt_start,
7523 __rel_iplt_end, __rela_iplt_start, and __rela_iplt_end.
7524 * configure.ac: Set IFUNC automake conditional for glibc >= 2.11.
7525 * testsuite/Makefile.am: Add a bunch of IFUNC tests, all within
7526 IFUNC conditional.
7527 * testsuite/ifunc-sel.h: New file.
7528 * testsuite/ifuncmain1.c: New file.
7529 * testsuite/ifuncmain1vis.c: New file.
7530 * testsuite/ifuncmod1.c: New file.
7531 * testsuite/ifuncdep2.c: New file.
7532 * testsuite/ifuncmain2.c: New file.
7533 * testsuite/ifuncmain3.c: New file.
7534 * testsuite/ifuncmod3.c: New file.
7535 * testsuite/ifuncmain4.c: New file.
7536 * testsuite/ifuncmain5.c: New file.
7537 * testsuite/ifuncmod5.c: New file.
7538 * testsuite/ifuncmain6pie.c: New file.
7539 * testsuite/ifuncmod6.c: New file.
7540 * testsuite/ifuncmain7.c: New file.
7541 * configure, testsuite/Makefile.in: Rebuild.
7542
56f75c03
ILT
75432010-08-18 Ian Lance Taylor <iant@google.com>
7544
7545 * incremental.cc
7546 (Output_section_incremental_inputs::write_input_files): Add cast
7547 to avoid signed/unsigned comparison warning.
7548 (Output_section_incremental_inputs::write_info_blocks): Likewise.
7549
55455f89
CC
75502010-08-12 Cary Coutant <ccoutant@google.com>
7551
7552 * common.cc (Sort_commons::operator()): Remove unnecessary code.
7553
e2054bcb
ILT
75542010-08-13 Ian Lance Taylor <iant@google.com>
7555
7556 * testsuite/incremental_test_1.c: Add prototype to avoid warning.
7557
74f67560
DK
75582010-08-12 Cary Coutant <ccoutant@google.com>
7559 Doug Kwan <dougkwan@google.com>
7560
7561 * resolve.cc (Symbol_table::should_override): When a weak dynamic
7562 defintion overrides non-weak undef, remember that the original undef
7563 is not weak.
7564 * symtab.cc (Symbol_table::sized_write_global): For undef without
7565 an original weak binding, set binding to global in output.
7566 * testsuite/Makefile.am: Add new test strong_ref_weak_def.
7567 * testsuite/Makefile.in: Regenerate.
7568 * testsuite/strong_ref_weak_def.sh: New file.
7569 * testsuite/strong_ref_weak_def_1.c: Ditto.
7570 * testsuite/strong_ref_weak_def_2.c: Ditto.
7571
d1238d12
CC
75722010-08-12 Cary Coutant <ccoutant@google.com>
7573
7574 * testsuite/incremental_test.sh: Rewrite.
7575 * testsuite/incremental_test_1.c: Rewrite.
7576 * testsuite/incremental_test_2.c: Rewrite.
7577
0e70b911
CC
75782010-08-12 Cary Coutant <ccoutant@google.com>
7579
7580 * arm.cc (Target_arm::got_size): Add const.
7581 (Target_arm::got_entry_count): New function.
7582 (Target_arm::plt_entry_count): New function.
7583 (Target_arm::first_plt_entry_offset): New function.
7584 (Target_arm::plt_entry_size): New function.
7585 (Output_data_plt_arm::entry_count): New function.
7586 (Output_data_plt_arm::first_plt_entry_offset): New function.
7587 (Output_data_plt_arm::get_plt_entry_size): New function.
7588 * i386.cc (Target_i386::got_size): Add const.
7589 (Target_i386::got_entry_count): New function.
7590 (Target_i386::plt_entry_count): New function.
7591 (Target_i386::first_plt_entry_offset): New function.
7592 (Target_i386::plt_entry_size): New function.
7593 (Output_data_plt_i386::entry_count): New function.
7594 (Output_data_plt_i386::first_plt_entry_offset): New function.
7595 (Output_data_plt_i386::get_plt_entry_size): New function.
7596 * incremental-dump.cc (dump_incremental_inputs): Adjust call to
7597 find_incremental_inputs_sections. Dump incremental_got_plt section.
7598 * incremental.cc: Include target.h.
7599 (Sized_incremental_binary::do_find_incremental_inputs_sections): Add
7600 parameter. Adjust all callers. Find incremental_got_plt section.
7601 (Incremental_inputs::create_data_sections): Create incremental_got_plt
7602 section.
7603 (Output_section_incremental_inputs::set_final_data_size): Calculate
7604 size of incremental_got_plt section.
7605 (Output_section_incremental_inputs::do_write): Write the
7606 incremental_got_plt section.
7607 (Got_plt_view_info): New struct.
7608 (Local_got_offset_visitor): New class.
7609 (Global_got_offset_visitor): New class.
7610 (Global_symbol_visitor_got_plt): New class.
7611 (Output_section_incremental_inputs::write_got_plt): New function.
7612 * incremental.h (Incremental_binary::find_incremental_inputs_sections):
7613 Add parameter. Adjust all callers.
7614 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7615 (Incremental_inputs::got_plt_section): New function.
7616 (Incremental_inputs::got_plt_section_): New data member.
7617 (Incremental_got_plt_reader): New class.
7618 * layout.cc (Layout::create_incremental_info_sections): Add the
7619 incremental_got_plt section.
7620 * object.h (Got_offset_list::get_list): New function.
7621 (Got offset_list::for_all_got_offsets): New function.
7622 (Sized_relobj::local_got_offset_list): New function.
7623 * powerpc.cc (Target_powerpc::got_size): Add const.
7624 (Target_powerpc::got_entry_count): New function.
7625 (Target_powerpc::plt_entry_count): New function.
7626 (Target_powerpc::first_plt_entry_offset): New function.
7627 (Target_powerpc::plt_entry_size): New function.
7628 (Output_data_plt_powerpc::entry_count): New function.
7629 (Output_data_plt_powerpc::first_plt_entry_offset): New function.
7630 (Output_data_plt_powerpc::get_plt_entry_size): New function.
7631 * sparc.cc (Target_sparc::got_size): Add const.
7632 (Target_sparc::got_entry_count): New function.
7633 (Target_sparc::plt_entry_count): New function.
7634 (Target_sparc::first_plt_entry_offset): New function.
7635 (Target_sparc::plt_entry_size): New function.
7636 (Output_data_plt_sparc::entry_count): New function.
7637 (Output_data_plt_sparc::first_plt_entry_offset): New function.
7638 (Output_data_plt_sparc::get_plt_entry_size): New function.
7639 * symtab.h (Symbol::got_offset_list): New function.
7640 (Symbol_table::for_all_symbols): New function.
7641 * target.h (Sized_target::got_entry_count): New function.
7642 (Sized_target::plt_entry_count): New function.
7643 (Sized_target::plt_entry_size): New function.
7644 * x86_64.cc (Target_x86_64::got_size): Add const.
7645 (Target_x86_64::got_entry_count): New function.
7646 (Target_x86_64::plt_entry_count): New function.
7647 (Target_x86_64::first_plt_entry_offset): New function.
7648 (Target_x86_64::plt_entry_size): New function.
7649 (Output_data_plt_x86_64::entry_count): New function.
7650 (Output_data_plt_x86_64::first_plt_entry_offset): New function.
7651 (Output_data_plt_x86_64::get_plt_entry_size): New function.
7652
09ec0418
CC
76532010-08-12 Cary Coutant <ccoutant@google.com>
7654
7655 * archive.cc: Include incremental.h.
7656 (Archive::Archive): Initialize incremental_info_.
7657 (Archive::include_member): Record archive members in incremental info.
7658 (Add_archive_symbols::run): Record begin and end of an archive in
7659 incremental info.
7660 (Lib_group::include_member): Record objects in incremental info.
7661 * archive.h (Incremental_archive_entry): Forward declaration.
7662 (Archive::set_incremental_info): New member function.
7663 (Archive::incremental_info): New member function.
7664 (Archive::Unused_symbol_iterator): New class.
7665 (Archive::unused_symbols_begin): New member function.
7666 (Archive::unused_symbols_end): New member function.
7667 (Archive::incremental_info_): New data member.
7668 * incremental-dump.cc (find_input_containing_global): New function.
7669 (dump_incremental_inputs): Dump new incremental info sections.
7670 * incremental.cc: Include symtab.h.
7671 (Output_section_incremental_inputs): New class.
7672 (Sized_incremental_binary::do_find_incremental_inputs_sections): Support
7673 new incremental info sections.
7674 (Sized_incremental_binary::do_check_inputs): Likewise.
7675 (Incremental_inputs::report_archive): Remove.
7676 (Incremental_inputs::report_archive_begin): New function.
7677 (Incremental_inputs::report_archive_end): New function.
7678 (Incremental_inputs::report_object): New function.
7679 (Incremental_inputs::finalize_inputs): Remove.
7680 (Incremental_inputs::report_input_section): New function.
7681 (Incremental_inputs::report_script): Rewrite.
7682 (Incremental_inputs::finalize): Do nothing but finalize string table.
7683 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7684 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7685 (Incremental_inputs::create_data_sections): New function.
7686 (Incremental_inputs::relocs_entsize): New function.
7687 (Output_section_incremental_inputs::set_final_data_size): New function.
7688 (Output_section_incremental_inputs::do_write): New function.
7689 (Output_section_incremental_inputs::write_header): New function.
7690 (Output_section_incremental_inputs::write_input_files): New function.
7691 (Output_section_incremental_inputs::write_info_blocks): New function.
7692 (Output_section_incremental_inputs::write_symtab): New function.
7693 * incremental.h (Incremental_script_entry): Forward declaration.
7694 (Incremental_object_entry): Forward declaration.
7695 (Incremental_archive_entry): Forward declaration.
7696 (Incremental_inputs): Forward declaration.
7697 (Incremental_inputs_header_data): Remove.
7698 (Incremental_inputs_header): Remove.
7699 (Incremental_inputs_header_write): Remove.
7700 (Incremental_inputs_entry_data): Remove.
7701 (Incremental_inputs_entry): Remove.
7702 (Incremental_inputs_entry_write): Remove.
7703 (enum Incremental_input_type): Add INCREMENTAL_INPUT_ARCHIVE_MEMBER.
7704 (Incremental_binary::find_incremental_inputs_sections): Add parameters.
7705 (Incremental_binary::do_find_incremental_inputs_sections): Likewise.
7706 (Sized_ncremental_binary::do_find_incremental_inputs_sections):
7707 Likewise.
7708 (Incremental_input_entry): New class.
7709 (Incremental_script_entry): New class.
7710 (Incremental_object_entry): New class.
7711 (Incremental_archive_entry): New class.
7712 (Incremental_inputs::Incremental_inputs): Initialize new data members.
7713 (Incremental_inputs::report_inputs): Remove.
7714 (Incremental_inputs::report_archive): Remove.
7715 (Incremental_inputs::report_archive_begin): New function.
7716 (Incremental_inputs::report_archive_end): New function.
7717 (Incremental_inputs::report_object): Change prototype.
7718 (Incremental_inputs::report_input_section): New function.
7719 (Incremental_inputs::report_script): Change prototype.
7720 (Incremental_inputs::get_reloc_count): New function.
7721 (Incremental_inputs::set_reloc_count): New function.
7722 (Incremental_inputs::create_data_sections): New function.
7723 (Incremental_inputs::create_incremental_inputs_section_data): Remove.
7724 (Incremental_inputs::inputs_section): New function.
7725 (Incremental_inputs::symtab_section): New function.
7726 (Incremental_inputs::relocs_section): New function.
7727 (Incremental_inputs::get_stringpool): Add const.
7728 (Incremental_inputs::command_line): Add const.
7729 (Incremental_inputs::inputs): Remove.
7730 (Incremental_inputs::command_line_key): New function.
7731 (Incremental_inputs::input_file_count): New function.
7732 (Incremental_inputs::input_files): New function.
7733 (Incremental_inputs::relocs_entsize): New function.
7734 (Incremental_inputs::sized_create_inputs_section_data): Remove.
7735 (Incremental_inputs::finalize_inputs): Remove.
7736 (Incremental_inputs::Input_info): Remove.
7737 (Incremental_inputs::lock_): Remove.
7738 (Incremental_inputs::inputs_): Change type.
7739 (Incremental_inputs::inputs_map_): Remove.
7740 (Incremental_inputs::current_object_entry_): New data member.
7741 (Incremental_inputs::inputs_section_): New data member.
7742 (Incremental_inputs::symtab_section_): New data member.
7743 (Incremental_inputs::relocs_section_): New data member.
7744 (Incremental_inputs::reloc_count_): New data member.
7745 (Incremental_inputs_reader): New class.
7746 (Incremental_symtab_reader): New class.
7747 (Incremental_relocs_reader): New class.
7748 * layout.cc (Layout::finalize): Move finalization of incremental info
7749 and creation of incremental info sections to follow finalization of
7750 symbol table. Set offsets for postprocessing sections.
7751 (Layout::create_incremental_info_sections): Call
7752 Incremental_inputs::create_data_sections. Add incremental symtab
7753 and relocs sections. Set sh_entsize and sh_link fields. Arrange for
7754 sections to layout after input sections.
7755 * layout.h (struct Timespec): Forward declaration.
7756 (Layout::incremental_inputs): Add const.
7757 (Layout::create_incremental_info_sections): Add parameter.
7758 * main.cc (main): Remove call to Incremental_inputs::report_inputs.
7759 * object.cc: Include incremental.h.
7760 (Relobj::finalize_incremental_relocs): New function.
7761 (Sized_relobj::do_layout): Record input sections in incremental info.
7762 * object.h (Object::output_section): New function.
7763 (Object::output_section_offset): Moved from Relobj.
7764 (Object::get_incremental_reloc_base): New function.
7765 (Object::get_incremental_reloc_count): New function.
7766 (Object::do_output_section): New function.
7767 (Object::do_output_section_offset): Moved from Relobj.
7768 (Object::do_get_incremental_reloc_base): New function.
7769 (Object::do_get_incremental_reloc_count): New function.
7770 (Object::Object): Initialize new data members.
7771 (Relobj::output_section): Renamed do_output_section and moved to
7772 protected.
7773 (Relobj::output_section_offset): Moved to Object.
7774 (Relobj::do_get_incremental_reloc_base): New function.
7775 (Relobj::do_get_incremental_reloc_count): New function.
7776 (Relobj::allocate_incremental_reloc_counts): New function.
7777 (Relobj::count_incremental_reloc): New function.
7778 (Relobj::finalize_incremental_relocs): New function.
7779 (Relobj::next_incremental_reloc_index): New function.
7780 (Relobj::reloc_counts_): New data member.
7781 (Relobj::reloc_bases_): New data member.
7782 (Sized_relobj::do_relocate_sections): Add parameter. Change caller.
7783 (Sized_relobj::relocate_sections): Add parameter. Change all callers.
7784 (Sized_relobj::incremental_relocs_scan): New function.
7785 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7786 (Sized_relobj::incremental_relocs_write): New function.
7787 (Sized_relobj::incremental_relocs_write_reltype): New function.
7788 * plugin.cc (Plugin_manager::add_input_file): Rewrite test for
7789 incremental link.
7790 * readsyms.cc (Read_symbols::do_read_symbols): Move reporting of
7791 archives and object files elsewhere.
7792 (Add_symbols::run): Report object files here.
7793 (Finish_group::run): Report end of archive at end of group.
7794 * reloc.cc: Include layout.h, incremental.h.
7795 (Sized_relobj::do_read_relocs): Need relocations for incremental link.
7796 (Sized_relobj::do_scan_relocs): Record relocations for incremental link.
7797 (Sized_relobj::incremental_relocs_scan): New function.
7798 (Sized_relobj::incremental_relocs_scan_reltype): New function.
7799 (Sized_relobj::do_relocate_sections): Write incremental relocations.
7800 (Sized_relobj::incremental_relocs_write): New function.
7801 (Sized_relobj::incremental_relocs_write_reltype): New function.
7802 * script.cc (read_input_script): Rewrite test for incremental link.
7803 Change call to Incremental_inputs::report_script.
7804 * symtab.h (Symbol_table::first_global_index): New function.
7805 (Symbol_table::output_count): New function.
7806
ce0d1972
DK
78072010-08-12 Doug Kwan <dougkwan@google.com>
7808
7809 * arm.cc (Target_arm::merge_object_attributes): Check command line
7810 options --no-wchar-size-warning and --no-enum-size-warning.
7811 * options.h (General_options): Add ld-compatible options
7812 --no-enum-size-warning and --no-wchar-size-warning.
7813
6e5710ce
ILT
78142010-08-04 Ian Lance Taylor <iant@google.com>
7815
7816 * x86_64.cc (Target_x86_64::Scan::local): Use
7817 R_X86_64_GNU_VTINHERIT instead of R_386_GNU_VTINHERIT and
7818 R_X86_64_GNU_VTENTRY instead of R_386_GNU_VTENTRY.
7819 (Target_x86_64::Scan::global): Likewise.
7820 (Target_x86_64::Relocate::relocate): Likewise.
7821 (Target_x86_64::Relocatable_size_for_reloc::get_size_for_reloc):
7822 Likewise.
7823
fef830db
CC
78242010-08-03 Cary Coutant <ccoutant@google.com>
7825
7826 * merge.cc (Output_merge_string::do_add_input_section): Count strings
7827 to reserve space in merged_strings vector. Keep total input size
7828 for stats.
7829 (Output_merge_string::do_print_merge_stats): Print total input size.
7830 * merge.h (Output_merge_string): Add input_size_ field.
7831 * stringpool.cc (Stringpool_template::string_length): Move
7832 implementations out of Stringpool_template class and place in
7833 stringpool.h.
7834 * stringpool.h (string_length): Move out of Stringpool_template.
7835
1e3811b0
ILT
78362010-08-03 Ian Lance Taylor <iant@google.com>
7837
7838 PR 11712
7839 * layout.cc (relaxation_loop_body): If address of load segment is
7840 set, adjust address to include headers if possible.
7841
7af0c620
ILT
78422010-08-03 Ian Lance Taylor <iant@google.com>
7843
7844 * version.cc (version_string): Bump to 1.10.
7845
22f0da72
ILT
78462010-08-03 Ian Lance Taylor <iant@google.com>
7847
7848 PR 11805
7849 * layout.h (enum Output_section_order): Define.
7850 (class Layout): Update declarations.
7851 * layout.cc (Layout::get_output_section): Add order parameter.
7852 Remove is_interp, is_dynamic_linker_section, is_last_relro, and
7853 is_first_non_relro parameters. Change all callers.
7854 (Layout::choose_output_section): Likewise.
7855 (Layout::add_output_section_data): Likewise.
7856 (Layout::make_output_section): Likewise. Set order.
7857 (Layout::default_section_order): New function.
7858 (Layout::layout_eh_frame): Call add_output_section_to_nonload.
7859 * output.cc (Output_section::Output_section): Initialize order_.
7860 Don't initialize deleted fields.
7861 (Output_segment::Output_segment): Don't initialize deleted
7862 fields.
7863 (Output_segment::add_output_section_to_load): New function
7864 replacing add_output_section. Change all callers to call this or
7865 add_output_section_to_nonload.
7866 (Output_segment::add_output_section_to_nonload): New function.
7867 (Output_segment::remove_output_section): Rewrite.
7868 (Output_segment::add_initial_output_data): Likewise.
7869 (Output_segment::has_any_data_sections): Likewise.
7870 (Output_segment::is_first_section_relro): Likewise.
7871 (Output_segment::maximum_alignment): Likewise.
7872 (Output_segment::has_dynamic_reloc): New function replacing
7873 dynamic_reloc_count. Change all callers.
7874 (Output_segment::has_dynamic_reloc_list): New function replacing
7875 dynamic_reloc_count_list. Change all callers.
7876 (Output_segment::set_section_addresses): Rewrite.
7877 (Output_segment::set_offset): Rewrite.
7878 (Output_segment::find_first_and_last_list): Remove.
7879 (Output_segment::set_tls_offsets): Rewrite.
7880 (Output_segment::first_section_load_address): Likewise.
7881 (Output_segment::output_section_count): Likewise.
7882 (Output_segment::section_with_lowest_load_address): Likewise.
7883 (Output_segment::write_section_headers): Likewise.
7884 (Output_segment::print_sections_to_map): Likewise.
7885 * output.h (class Output_data): Remove dynamic_reloc_count_
7886 field. Add has_dynamic_reloc_ field. Make bools into bitfields.
7887 (Output_data::add_dynamic_reloc): Rewrite.
7888 (Output_data::has_dynamic_reloc): New function.
7889 (Output_data::dynamic_reloc_count): Remove.
7890 (class Output_section): Add order_ field. Remvoe is_relro_local_,
7891 is_last_relro_, is_first_non_relro_, is_interp_,
7892 is_dynamic_linker_section_ fields. Add order and set_order
7893 functions. Remove is_relro_local, set_is_relro_local,
7894 is_last_relro, set_is_last_relro, is_first_non_relro,
7895 set_is_first_non_relro functions, is_interp, set_is_interp,
7896 is_dynamic_linker_section, and set_is_dynamic_linker_section
7897 functions.
7898 (class Output_segment): Change Output_data_list from std::list to
7899 std:;vector. Add output_lists_ field. Remove output_data_ and
7900 output_bss_ fields. Update declarations.
7901
3ff2ccb0
ILT
79022010-08-02 Ian Lance Taylor <iant@google.com>
7903
7904 * arm.cc (Target_arm::gc_process_relocs): Use typename.
7905 * powerpc.cc (Target_powerpc::gc_process_relocs): Likewise.
7906 * sparc.cc (Target_sparc::gc_process_relocs): Likewise.
7907
88a4108b
ILT
79082010-08-02 Ian Lance Taylor <iant@google.com>
7909
7910 PR 11855
7911 * script.cc (Script_options::Script_options): Initialize
7912 symbol_definitions_ and symbol_references_.
7913 (Script_options::add_symbol_assignment): Update
7914 symbol_definitions_ and symbol_references_.
7915 (Script_options::add_symbol_reference): New function.
7916 (script_symbol): New function.
7917 * script.h (class Script_options): Add symbol_definitions_ and
7918 symbol_references_ fields.
7919 (Script_options::referenced_const_iterator): New type.
7920 (Script_options::referenced_begin): New function.
7921 (Script_options::referenced_end): New function.
7922 (Script_options::is_referenced): New function.
7923 (Script_options::any_unreferenced): New function.
7924 * script-c.h (script_symbol): Declare.
7925 * yyscript.y (exp): Call script_symbol.
7926 * symtab.cc: Include "script.h".
7927 (Symbol_table::gc_mark_undef_symbols): Add layout parameter.
7928 Change all callers. Check symbols referenced by scripts.
7929 (Symbol_table::add_undefined_symbols_from_command_line): Add
7930 layout parameter. Change all callers.
7931 (Symbol_table::do_add_undefined_symbols_from_command_line):
7932 Likewise. Break out loop body. Check symbols referenced by
7933 scripts.
7934 (Symbol_table::add_undefined_symbol_from_command_line): New
7935 function broken out of
7936 do_add_undefined_symbols_from_command_line.
7937 * symtab.h (class Symbol_table): Update declarations.
7938 * archive.cc: Include "layout.h".
7939 (Archive::should_include_member): Add layout parameter. Change
7940 all callers. Check for symbol mentioned in expression.
7941 * archive.h (class Archive): Update declaration.
7942 * object.cc (Sized_relobj::do_should_include_member): Add layout
7943 parameter.
7944 * object.h (Object::should_include_member): Add layout parameter.
7945 Change all callers.
7946 (Object::do_should_include_member): Add layout parameter.
7947 (class Sized_relobj): Update declaration.
7948 * dynobj.cc (Sized_dynobj::do_should_include_member): Add layout
7949 parameter.
7950 * dynobj.h (class Sized_dynobj): Update declaration.
7951 * plugin.cc (Sized_pluginobj::do_should_include_member): Add
7952 layout parameter.
7953 * plugin.h (class Sized_pluginobj): Update declaration.
7954
5f1ab67a
ILT
79552010-08-02 Ian Lance Taylor <iant@google.com>
7956
7957 PR 11866
7958 * output.cc (Output_segment::set_offset): Search for the first and
7959 last sections rather than assuming that the list is in order.
7960 (Output_segment::find_first_and_last_list): New function.
7961 * output.h (class Output_segment): Update declarations.
7962 * testsuite/Makefile.am (check_PROGRAMS): Add relro_strip_test.
7963 (relro_strip_test_SOURCES): New variable.
7964 (relro_strip_test_DEPENDENCIES): New variable.
7965 (relro_strip_test_LDFLAGS): New variable.
7966 (relro_strip_test_LDADD): New variable.
7967 (relro_strip_test.so): New target.
7968
a8df5856
ILT
79692010-08-02 Ian Lance Taylor <iant@google.com>
7970
7971 * i386.cc (class Target_i386): Add got_tlsdesc_ field.
7972 (Target_i386::Target_i386):: Initialize got_tlsdesc_.
7973 (Target_i386::got_tlsdesc_section): New function.
7974 (Target_i386::got_section): Create space for GOT entries for
7975 TLSDESC relocations.
7976 (Target_i386::Scan::local): Use TLSDESC GOT for unoptimized
7977 R_386_TLS_GOTDESC.
7978 (Target_i386::Scan::global): Likewise.
7979 (Target_i386::Relocate::relocate_tls): Adjust GOT offset when
7980 using TLSDESC GOT.
7981 * x86_64.cc (class Target_x86_64): Add got_tlsdesc_ field.
7982 (Target_x86_64::Target_x86_64):: Initialize got_tlsdesc_.
7983 (Target_x86_64::got_tlsdesc_section): New function.
7984 (Target_x86_64::got_section): Create space for GOT entries for
7985 TLSDESC relocations.
7986 (Target_x86_64::Scan::local): Use TLSDESC GOT for unoptimized
7987 R_386_TLS_GOTDESC.
7988 (Target_x86_64::Scan::global): Likewise.
7989 (Target_x86_64::Relocate::relocate_tls): Adjust GOT offset when
7990 using TLSDESC GOT.
7991
0c10a0a6
ILT
79922010-08-02 Ian Lance Taylor <iant@google.com>
7993
7994 * testsuite/final_layout.sh: Use dc to convert from hex to
7995 decimal.
7996
41cbeecc
ST
79972010-07-29 Sriraman Tallam <tmsriram@google.com>
7998
7999 * arm.cc (Target_arm<big_endian>::gc_process_relocs): Add template
8000 paramter to the call to gold::gc_process_relocs.
8001 * i386.cc (Target_i386<big_endian>::gc_process_relocs): Add template
8002 paramter to the call to gold::gc_process_relocs.
8003 * x86_64.cc (Target_x86_64<big_endian>::gc_process_relocs): Add template
8004 parameter to the call to gold::gc_process_relocs.
8005 * powerpc.cc (Target_powerpc<big_endian>::gc_process_relocs): Add
8006 template parameter to the call to gold::gc_process_relocs.
8007 * sparc.cc (Target_sparc<big_endian>::gc_process_relocs): Add template
8008 paramter to the call to gold::gc_process_relocs.
8009 * gc.h (get_embedded_addend_size): New function.
8010 (gc_process_relocs): Save the size of the reloc for use by ICF.
8011 * icf.cc (get_section_contents): Get the addend from the text section
8012 for SHT_REL relocation sections.
8013 * icf.h (Icf::Reloc_addend_size_info): New typedef.
8014 (Icf::Reloc_info): Add new member reloc_addend_size_info.
8015 * int_encoding.h (read_from_pointer): New overloaded function.
8016 * testsuite/Makefile.am (icf_sht_rel_addend_test): New test.
8017 * testsuite/icf_sht_rel_addend_test.sh: New file.
8018 * testsuite/icf_sht_rel_addend_test_1.cc: New file.
8019 * testsuite/icf_sht_rel_addend_test_2.cc: New file.
8020
6ea55b82
RW
80212010-07-28 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8022
8023 * configure.ac (AM_INIT_AUTOMAKE): Use parallel-tests option.
8024 * Makefile.in: Regenerate.
8025 * testsuite/Makefile.in: Regenerate.
8026
9691462b
ILT
80272010-07-27 Jeffrey Yasskin <jyasskin@google.com>
8028
8029 * testsuite/debug_msg.sh: Test mixed weak/strong symbol behavior.
8030 * gold/testsuite/debug_msg.cc: Likewise.
8031 * gold/testsuite/odr_violation1.cc
8032 * gold/testsuite/odr_violation2.cc
8033
76897331
CC
80342010-07-21 Cary Coutant <ccoutant@google.com>
8035
8036 * merge.h (Output_merge_string::Merged_string): Remove object, shndx,
8037 string, and length fields.
8038 (Output_merge_string::Merged_strings_list): New type.
8039 (Output_merge_string::Merged_strings_lists): New typedef.
8040 (Output_merge_string): Replace merged_strings_ with
8041 merged_strings_lists_.
8042 * merge.cc (Output_merge_string::do_add_input_section): Allocate new
8043 Merged_strings_list per input object and section. Don't store pointer
8044 to the string. Don't store length with each merged string entry.
8045 (Output_merge_string::finalize_merged_data): Loop over list of merged
8046 strings lists. Recompute length of each merged string.
8047
78384e8f
CC
80482010-07-15 Cary Coutant <ccoutant@google.com>
8049
8050 * plugin.cc (Plugin_finish::run): Don't call cleanup handlers from
8051 here.
8052
783659f9
ILT
80532010-07-14 Ian Lance Taylor <iant@google.com>
8054
8055 * descriptors.cc (Descriptors::open): Report correct name in error
8056 message.
8057
131687b4
DK
80582010-07-13 Doug Kwan <dougkwan@google.com>
8059
8060 * arm.cc (Arm_input_section::Arm_input_section): For a
8061 SHT_ARM_EXIDX section, always keeps the input sections.
8062 (Arm_input_section::set_exidx_section_link): New method.
8063 (Arm_exidx_input_section::Arm_exidx_input_section): Initialize
8064 has_errors_ to false.
8065 (Arm_exidx_input_section::has_errors,
8066 Arm_exidx_input_section::set_has_errors): New methods.
8067 (Arm_exidx_input_section::has_errors_): New data member.
8068 (Arm_relobj::get_exidx_shndx_list): New method.
8069 (Arm_output_section::append_text_sections_to_list): Do not skip
8070 section without SHF_EXECINSTR.
8071 (Arm_output_section::fix_exidx_coverage): Skip input sections with
8072 errors.
2e702c99 8073 (Arm_relobj::make_exidx_input_section): Add new parameter for text
131687b4
DK
8074 section header. Make error messages more verbose. Check for
8075 a non-executable section linked to an EXIDX section.
8076 (Arm_relobj::do_read_symbols): Remove error checking, which has been
8077 moved to Arm_relobj::make_exidx_input_section. Add an assertion to
8078 check that there is no deferred EXIDX section if we exit early.
8079 Instead of not making an EXIDX section in case of an error, make one
8080 and set the has_errors flag of it.
8081 (Target_arm::do_finalize_sections): Fix up links of EXIDX sections
8082 in a relocatable link.
8083 (Target_arm::do_relax): Look for the EXIDX output section instead of
8084 assuming that it is called .ARM.exidx.
2e702c99 8085 (Target_arm::fix_exidx_coverage): Add a new parameter for input
131687b4
DK
8086 section list. Do not check for SHF_EXECINSTR section flags but
8087 skip any input section with errors.
8088 * output.cc (Output_section::Output_section): Initialize
8089 always_keeps_input_sections_ to false.
8090 (Output_section::add_input_section): Check for
8091 always_keeps_input_sections_.
8092 * output.h (Output_section::always_keeps_input_sections,
8093 Output_section::set_always_keeps_input_sections): New methods.
8094 (Output_section::always_keeps_input_sections): New data member.
8095
69517287
RÁE
80962010-07-13 Rafael Espindola <espindola@google.com>
8097
8098 * fileread.cc (try_extra_search_path, find_file): Move to Input_file.
8099 * fileread.h (Input_file): Add try_extra_search_path and find_file.
8100
82742395
ILT
81012010-07-13 Philip Herron <herron.philip@googlemail.com>
8102 Ian Lance Taylor <iant@google.com>
8103
8104 * output.h (Output_section_lookup_maps::add_merge_section):
8105 Correct check of whether value was inserted.
8106 (Output_section_lookup_maps::add_merge_input_section): Likewise.
8107 (Output_section_lookup_maps::add_relaxed_input_section):
8108 Likewise.
8109 * arm.cc (Target_arm::got_section): Remove used local os.
8110 * i386.cc (Target_i386::got_section): Likewise.
8111 * x86_64.cc (Target_x86_64::got_section): Likewise.
8112 * sparc.cc (Target_sparc::got_section): Likewise.
8113 (Target_sparc::relocate): Remove unused local have_got_offset.
8114 * powerpc.cc (Target_powerpc::relocate): Likewise.
8115
f2d707b5
ILT
81162010-07-13 Ian Lance Taylor <iant@google.com>
8117
241531d6
ILT
8118 * compressed_output.cc (zlib_decompress): Fix signature in
8119 !HAVE_ZLIB_H case.
8120
f2d707b5
ILT
8121 * archive.cc (Archive::include_member): Unlock an external member
8122 of a thin archive. Don't bother to delete an object we know is
8123 NULL.
8124
a2e47362
CC
81252010-07-12 Cary Coutant <ccoutant@google.com>
8126
8127 * compressed_output.cc (zlib_decompress): New function.
8128 (get_uncompressed_size): New function.
8129 (decompress_input_section): New function.
8130 * compressed_output.h (get_uncompressed_size): New function.
8131 (decompress_input_section): New function.
8132 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info)
8133 Handle compressed debug sections.
8134 * layout.cc (is_compressed_debug_section): New function.
8135 (Layout::output_section_name): Map compressed section names to
8136 canonical names.
8137 * layout.h (is_compressed_debug_section): New function.
8138 (is_debug_info_section): Recognize compressed debug sections.
8139 * merge.cc: Include compressed_output.h.
8140 (Output_merge_data::do_add_input_section): Handle compressed
8141 debug sections.
8142 (Output_merge_string::do_add_input_section): Handle compressed
8143 debug sections.
8144 * object.cc: Include compressed_output.h.
8145 (Sized_relobj::Sized_relobj): Initialize new data members.
8146 (build_compressed_section_map): New function.
8147 (Sized_relobj::do_read_symbols): Handle compressed debug sections.
8148 * object.h (Object::section_is_compressed): New method.
8149 (Object::do_section_is_compressed): New method.
8150 (Sized_relobj::Compressed_section_map): New type.
8151 (Sized_relobj::do_section_is_compressed): New method.
8152 (Sized_relobj::compressed_sections_): New data member.
8153 * output.cc (Output_section::add_input_section): Handle compressed
8154 debug sections.
8155 * reloc.cc: Include compressed_output.h.
8156 (Sized_relobj::write_sections): Handle compressed debug sections.
8157
ce279a62
CC
81582010-07-08 Cary Coutant <ccoutant@google.com>
8159
8160 * resolve.cc (Symbol_table::resolve): Remember whether undef was
8161 weak when resolving to a dynamic def.
8162 (Symbol_table::should_override): Add adjust_dyndef flag; set it
8163 for weak undef/dynamic def cases. Adjust callers.
8164 * symtab.cc (Symbol::init_fields): Initialize undef_binding_set_ and
8165 undef_binding_weak_.
8166 (Symbol_table::sized_write_globals): Adjust symbol binding.
8167 (Symbol_table::sized_write_symbol): Add binding parameter.
8168 * symtab.h (Symbol::set_undef_binding): New method.
8169 (Symbol::is_undef_binding_weak): New method.
8170 (Symbol::undef_binding_set_, Symbol::undef_binding_weak_): New members.
8171 (Symbol_table::should_override): Add new parameter.
8172 (Symbol_table::sized_write_symbol): Add new parameter.
8173
8174 * testsuite/weak_undef_file1.cc: Add new test case.
8175 * testsuite/weak_undef_file2.cc: Fix header comment.
8176 * testsuite/weak_undef_test.cc: Add new test case.
8177
b2286c10
DK
81782010-06-29 Doug Kwan <dougkwan@google.com>
8179
8180 * arm-reloc-property.cc (Arm_reloc_property::Arm_reloc_property):
8181 Initialize USE_SYMBOL_.
8182 * arm-reloc-property.h (Arm_reloc_property::uses_symbol): New method
8183 definition.
8184 (Arm_reloc_property::uses_symbol_): New data member declaration.
8185 * arm.cc (Target_arm::Relocate::relocate): Exit early if relocation
8186 uses symbol value and symbol is undefined but not weakly undefined.
8187
4802450a
RÁE
81882010-06-28 Rafael Espindola <espindola@google.com>
8189
8190 * plugin.cc (Plugin::load): Use dlerror.
8191
e5ca47ba
ILT
81922010-06-26 Jeffrey Yaskin <jyasskin@google.com>
8193
8194 * symtab.cc (detect_odr_violations): When reporting an ODR
8195 violation, report an object where the symbol is defined.
8196
8a75a161
DK
81972010-06-25 Doug Kwan <dougkwan@google.com>
8198
8199 * arm.cc (Target_arm::can_check_for_functions_pointers): Return true.
8200 (Target_arm::section_may_have_icf_unsafe_pointers): New method
8201 definition.
8202 (Target_arm::Scan::local_reloc_may_be_function_pointer,
8203 Target_arm::Scan::global_reloc_may_be_function_pointer): Implement
8204 target hook to detect function points.
8205 (Target_arm::Scan::possible_function_pointer_reloc): New method.
8206 * icf.h (Icf::check_section_for_function_pointers): Change type of
8207 parameter SECTION_NAME to const reference to std::string. Use
8208 target hook to determine if section may have unsafe pointers.
8209 * target.h (Target::section_may_have_icf_unsafe_pointers): New
8210 method definition.
8211
42218b9f
RÁE
82122010-06-21 Rafael Espindola <espindola@google.com>
8213
8214 * fileread.cc (Input_file::find_fie): New
8215 (Input_file::open): Use Input_file::find_fie.
8216 * fileread.h (Input_file::find_fie): New
8217 * plugin.cc (set_extra_library_path): New.
8218 (Plugin::load): Add set_extra_library_path to the transfer vector.
8219 (Plugin_manager::set_extra_library_path): New.
8220 (Plugin_manager::add_input_file): Use the extra search path if set.
8221 (set_extra_library_path(): New.
8222 * plugin.h (Plugin_manager): Add set_extra_library_path and
8223 extra_search_path_.
8224
a0506cca
CC
82252010-06-19 Cary Coutant <ccoutant@google.com>
8226
8227 * layout.cc (gdb_sections): Add .debug_types.
8228 (lines_only_debug_sections): Likewise.
8229
6508b958
RÁE
82302010-06-18 Rafael Espindola <espindola@google.com>
8231
8232 * plugin.cc (add_input_file,add_input_library)
8233 (Plugin_manager::add_input_file): Make filename arguments const.
8234 * plugin.h (Plugin_manager::add_input_file): Make filename arguments
8235 const.
8236
3e235302
DK
82372010-06-16 Doug Kwan <dougkwan@google.com>
8238
8239 * arm.cc (Target_arm::do_finalize_sections): Do not emit an
8240 .ARM.attributes section if we have not merged any input
8241 attributes sections.
8242
106e8a6c
DK
82432010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8244
8245 * arm.cc: Allow combining objects with no EABI version
8246 information.
8247
91ff43fe
RÁE
82482010-06-15 Rafael Espindola <espindola@google.com>
8249
8250 * plugin.cc (Plugin_hook::run): Set in_real_elf for the start symbol.
8251
68ed838c
ILT
82522010-06-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8253
8254 * fileread.cc: Only #include <sys/uio.h> if HAVE_READV.
8255 (struct iovec): Correct !HAVE_READV definition.
8256
f3a2388f
CC
82572010-06-10 Cary Coutant <ccoutant@google.com>
8258
8259 * object.cc (Sized_relobj::do_layout): Defer layout for reloc sections.
8260 (Sized_relobj::do_layout_deferred_sections): Do layout for deferred
8261 reloc sections.
8262 * object.h (Sized_relobj::deferred_layout_relocs_): New data member.
8263
8264 PR 11683
8265 * symtab.h (Symbol::is_placeholder): New member function.
8266 * target-reloc.h (relocate_section): Check for placeholder symbols.
8267
8268 * testsuite/Makefile.am (plugin_test_8): New test.
8269 (plugin_test_9): New test.
8270 * testsuite/Makefile.in: Regenerate.
8271
e1df38aa
NC
82722010-06-09 Nick Clifton <nickc@redhat.com>
8273
8274 * yyscript.y (input_list_element): Allow strings prefixed with
8275 the '-' character. Treat these as libraries.
8276 * script.cc (script_add_library): New function. Adds a library
8277 specified by "-l<name>" found in an input script.
8278 * script-c.h: Add prototype for script_add_library.
8279
25bbe950
DK
82802010-06-07 Doug Kwan <dougkwan@google.com>
8281
8282 * arm.cc (Target_arm::do_relax): Reserve more space for stubs.
8283 Restrict stub-group size to be within long conditional branch
8284 range when working around cortex-A8 erratum.
8285
0f32ea4c
ILT
82862010-06-07 Damien Diederen <dd@crosstwine.com>
8287
8288 * gold-threads.cc (Lock_impl_threads::Lock_impl_threads): Correct
8289 #ifdef typo.
8290
8fe2a369
ST
82912010-06-03 Sriraman Tallam <tmsriram@google.com>
8292
8293 PR gold/11658
8294 * output.cc
8295 (Output_section::Input_section_sort_entry::compare_section_ordering):
8296 Change to return non-zero correctly.
8297 (Output_section::Input_section_sort_section_order_index_compare
8298 ::operator()): Change to fix ambiguity in comparisons.
8299
6e9ba2ca
ST
83002010-06-01 Sriraman Tallam <tmsriram@google.com>
8301
8302 * gold.h (is_wildcard_string): New function.
8303 * layout.cc (Layout::layout): Pass this pointer to add_input_section.
8304 (Layout::layout_eh_frame): Ditto.
8305 (Layout::find_section_order_index): New method.
8306 (Layout::read_layout_from_file): New method.
8307 * layout.h (Layout::find_section_order_index): New method.
8308 (Layout::read_layout_from_file): New method.
8309 (Layout::input_section_position_): New private member.
8310 (Layout::input_section_glob_): New private member.
8311 * main.cc (main): Call read_layout_from_file here.
8312 * options.h (--section-ordering-file): New option.
8313 * output.cc (Output_section::input_section_order_specified_): New
8314 member.
8315 (Output_section::Output_section): Initialize new member.
8316 (Output_section::add_input_section): Add new parameter.
8317 Keep input sections when --section-ordering-file is used.
8318 (Output_section::set_final_data_size): Sort input sections when
8319 section ordering file is specified.
8320 (Output_section::Input_section_sort_entry): Add new parameter.
8321 Check sorting type.
8322 (Output_section::Input_section_sort_entry::compare_section_ordering):
8323 New method.
8324 (Output_section::Input_section_sort_compare::operator()): Change to
8325 consider section_order_index.
8326 (Output_section::Input_section_sort_init_fini_compare::operator()):
8327 Change to consider section_order_index.
8328 (Output_section::Input_section_sort_section_order_index_compare
8329 ::operator()): New method.
8330 (Output_section::sort_attached_input_sections): Change to sort
8331 according to section order when specified.
e1df38aa
NC
8332 (Output_section::add_input_section<32, true>): Add new parameter.
8333 (Output_section::add_input_section<64, true>): Add new parameter.
8334 (Output_section::add_input_section<32, false>): Add new parameter.
8335 (Output_section::add_input_section<64, false>): Add new parameter.
6e9ba2ca
ST
8336 * output.h (Output_section::add_input_section): Add new parameter.
8337 (Output_section::input_section_order_specified): New
8338 method.
8339 (Output_section::set_input_section_order_specified): New method.
8340 (Input_section::Input_section): Initialize section_order_index_.
8341 (Input_section::section_order_index): New method.
8342 (Input_section::set_section_order_index): New method.
8343 (Input_section::section_order_index_): New member.
8344 (Input_section::Input_section_sort_section_order_index_compare): New
8345 struct.
8346 (Output_section::input_section_order_specified_): New member.
8347 * script-sections.cc (is_wildcard_string): Delete and move modified
8348 method to gold.h.
8349 (Output_section_element_input::Output_section_element_input): Modify
8350 call to is_wildcard_string.
8351 (Output_section_element_input::Input_section_pattern
8352 ::Input_section_pattern): Ditto.
8353 (Output_section_element_input::Output_section_element_input): Ditto.
8354 * testsuite/Makefile.am (final_layout): New test case.
8355 * testsuite/Makefile.in: Regenerate.
8356 * testsuite/final_layout.cc: New file.
8357 * testsuite/final_layout.sh: New file.
8358
3537c84b
RÁE
83592010-06-01 Rafael Espindola <espindola@google.com>
8360
8361 * plugin.cc (Plugin::load): Pass the output name to the plugin.
8362
105b6afd
RÁE
83632010-06-01 Rafael Espindola <espindola@google.com>
8364
8365 * plugin.cc (Sized_pluginobj::::do_add_symbols): Correctly set the
8366 visibility of symbols.
8367
29e11421
DK
83682010-05-27 Doug Kwan <dougkwan@google.com>
8369
8370 * object.cc (Sized_relobj::do_finalize_local_symbols): Use offset
8371 from start of output section instead of address for a local symbol
8372 in a merged or relaxed section when doing a relocatable link.
8373
5e0f337e
RÁE
83742010-05-26 Rafael Espindola <espindola@google.com>
8375
703d02da 8376 PR 11604
5e0f337e
RÁE
8377 * gold/object.cc(Sized_relobj::do_layout_deferred_sections): Avoid
8378 adding sections the garbage collector removed.
8379 * gold/testsuite/Makefile.am: Add test.
8380 * gold/testsuite/Makefile.in: Regenerate.
8381 * gold/testsuite/plugin_test_7.sh: New.
8382 * gold/testsuite/plugin_test_7_1.c: New.
8383 * gold/testsuite/plugin_test_7_2.c: New.
8384
f4187277
RÁE
83852010-05-26 Rafael Espindola <espindola@google.com>
8386
8387 * script-sections.cc (Output_section_definition::set_section_addresses):
8388 Check for --section-start.
8389
5c388529
DK
83902010-05-26 Doug Kwan <dougkwan@google.com>
8391
8392 * arm.cc (Arm_scan_relocatable_relocs): New class.
8393 (Target_arm::relocate_special_relocatable): New method.
8394 (Arm_relocate_functions::arm_branch_common): Handle relocatable link.
8395 (Arm_relocate_functions::thumb_branch_common): Same.
8396 (Target_arm::scan_relocatable_relocs): Use Arm_scan_relocatable_relocs
8397 instead of Default_scan_relocatable_relocs.
8398 * target-reloc.h (relocate_for_relocatable): Let target handle
8399 relocation strategy Relocatable_relocs::RELOC_SPECIAL.
8400 * target.h (Sized_target::relocate_special_relocatable): New method.
8401
bca1c3ae
ILT
84022010-05-25 Viktor Kutuzov <vkutuzov@accesssoftek.com>
8403
8404 * timer.cc: Only #include <sys/times.h> if HAVE_TIMES is defined.
8405
0439c796
DK
84062010-05-23 Doug Kwan <dougkwan@google.com>
8407
8408 * arm.cc (Arm_input_section::do_output_offset): Use convert_types
8409 instead of a cast.
8410 (Target_arm::apply_cortex_a8_workaround): Rewrite a conditional branch
8411 with a direct branch, not a conditional branch, to a stub.
8412 * merge.cc (Output_merge_base::record_input_section): New method
8413 defintion.
8414 (Output_merge_data::do_add_input_section): Record input section if
8415 keeps-input-sections flag is set.
8416 (Output_merge_string::do_add_input_section): Ditto.
8417 * merge.h (Output_merge_base::Output_merge_base): Initialize new data
8418 members KEEPS_INPUT_SECTIONS_, FIRST_RELOBJ_, FIRST_SHNDX_ and
8419 INPUT_SECTIONS_.
8420 (Output_merge_base::keeps_input_sections,
8421 Output_merge_base::set_keeps_input_sections,
8422 Output_merge_base::first_relobj, Output_merge_base::first_shndx): New
8423 method definitions.
8424 (Output_merge_base::Input_sections): New type declaration.
8425 (Output_merge_base::input_sections_begin,
8426 Output_merge_base::input_sections_end,
8427 Output_merge_base::do_set_keeps_input_sections): New method definitions.
8428 (Output_merge_base::bool keeps_input_sections_,
8429 Output_merge_base::first_relobj_, Output_merge_base::first_shndx_,
8430 Output_merge_base::input_sections_): New data members.
8431 (Output_merge_data::do_set_keeps_input_sections): New method
8432 defintion.
8433 (Output_merge_string::do_set_keeps_input_sections): Ditto.
8434 * output.cc (Output_section::Input_section::relobj): Move method
8435 defintion from class declaration to here and handle merge sections.
8436 (Output_section::Input_section::shndx): Ditto.
8437 (Output_section::Output_section): Remove initializations of removed
8438 data members and initialize new data member LOOKUP_MAPS_.
8439 (Output_section::add_input_section): Set keeps-input-sections flag
8440 for a newly created merge output section as appropriate. Adjust code
8441 to use Output_section_lookup_maps class.
8442 (Output_section::add_relaxed_input_section): Adjst code for lookup
8443 maps code refactoring.
2e702c99 8444 (Output_section::add_merge_input_section): Add a new parameter
0439c796
DK
8445 KEEPS_INPUT_SECTION. Adjust code to use Output_section_lookup_maps
8446 class. If adding input section to a newly created merge output
8447 section fails, remove the new merge section.
8448 (Output_section::convert_input_sections_in_list_to_relaxed_input_sections):
e1df38aa 8449 Adjust code for use of the Output_section_lookup_maps class.
2e702c99 8450 (Output_section::find_merge_section): Ditto.
0439c796 8451 (Output_section::build_lookup_maps): New method defintion.
2e702c99 8452 (Output_section::find_relaxed_input_section): Adjust code to use
0439c796
DK
8453 Output_section_lookup_maps class.
8454 (Output_section::get_input_sections): Export merge sections. Adjust
8455 code to use Output_section_lookup_maps class.
8456 (Output_section:::add_script_input_section): Adjust code to use
8457 Output_section_lookup_maps class. Update lookup maps for merge
8458 sections also.
8459 (Output_section::discard_states): Use Output_section_lookup_maps.
8460 (Output_section::restore_states): Same.
8461 * output.h (Merge_section_properties): Move class defintion out of
8462 Output_section.
8463 (Output_section_lookup_maps): New class.
8464 (Output_section::Input_section::is_merge_section): New method
8465 defintion.
8466 (Output_section::Input_section::relobj): Move defintion out of class
8467 defintion. Declare method only.
8468 (Output_section::Input_section::shndx): Ditto.
8469 (Output_section::Input_section::output_merge_base): New method defintion.
2e702c99 8470 (Output_section::Input_section::u2_.pomb): New union field.
0439c796
DK
8471 (Output_section::Merge_section_by_properties_map,
8472 Output_section::Output_section_data_by_input_section_map,
8473 Output_section::Ouptut_relaxed_input_section_by_input_section_map):
8474 Remove types.
2e702c99 8475 (Output_section::add_merge_input_section): Add new parameter
0439c796
DK
8476 KEEPS_INPUT_SECTIONS.
8477 (Output_section::build_lookup_maps): New method declaration.
8478 (Output_section::merge_section_map_,
8479 Output_section::merge_section_by_properties_map_,
8480 Output_section::relaxed_input_section_map_,
8481 Output_section::is_relaxed_input_section_map_valid_): Remove data
8482 members.
8483 (Output_section::lookup_maps_): New data member.
8484
76295588
L
84852010-05-21 Doug Kwan <dougkwan@google.com>
8486
8487 PR gold/11619
8488 * arm.cc (Arm_input_section::do_output_offset): Add a cast to
8489 avoid a compilation error.
8490
d103a984
RÁE
84912010-05-19 Rafael Espindola <espindola@google.com>
8492
8493 * script-sections.cc (Output_section_definition::allocate_to_segment):
8494 Update the phdrs_list even when the output section is NULL.
8495 * testsuite/Makefile.am: Add test.
8496 * testsuite/Makefile.in: Regenerate.
8497 * testsuite/script_test_9.cc: New.
8498 * testsuite/script_test_9.sh: New.
8499 * testsuite/script_test_9.t: New.
8500
6625d24e
DK
85012010-05-19 Doug Kwan <dougkwan@google.com>
8502
8503 * arm.cc (Arm_input_section::original_size): New method.
8504 (Arm_input_section::do_addralign): Add a cast.
8505 (Arm_input_section::do_output_offset): Remove static cast.
8506 (Arm_input_section::original_addralign,
8507 Arm_input_section::original_size_): Change type to uint32_t.
8508 (Arm_input_section::init): Add safe casts for section alignment
8509 and size.
8510 (Arm_input_section::set_final_data_size): Do not set address and
8511 offset of stub table.
8512 (Arm_output_section::fix_exidx_coverage): Change use of of
8513 Output_section::Simple_input_section to that of
8514 Output_section::Input_section.
8515 (Target_arm::do_relax): Set addresses and file offsets of Stub_tables
8516 except for the first pass.
8517 * output.cc (Output_section::get_input_sections): Change type of
8518 input_sections to std::list<Input_section>.
8519 (Output_section::add_script_input_section): Rename from
8520 Output_section::add_simple_input_section. Change type of SIS
8521 parameter from Simple_input_section to Input_section.
8522 * output.h (Output_section::Simple_input_section): Remove class.
8523 (Output_section::Input_section): Change class visibility to public.
8524 (Output_section::Input_section::addralign): Use stored alignments
8525 for special input sections if set.
8526 (Output_section::Input_section::set_addralign): New method.
8527 (Output_section::get_input_sections): Change parameter type from
8528 list of Simple_input_section to list of Input_section.
8529 (Output_section::add_script_input_section): Rename from
8530 Output_section::add_simple_input_section. Change first parameter's
8531 type from Simple_input_section to Input_section and remove the
8532 second and third parameters.
8533 * script-sections.cc (Input_section::Input_section_list): Change
8534 type to list of Output_section::Input_section/
8535 (Input_section_info::Input_section_info): Change parameter type of
8536 INPUT_SECTION to Output_section::Input_section.
8537 (Input_section_info::input_section): Change return type.
8538 (Input_section_info::input_section_): Change type to
8539 Output_section::Input_section.
8540 (Output_section_element_input::set_section_addresses): Adjust code
8541 to use Output_section::Input_section instead of
8542 Output_section::Simple_input_section. Adjust code for renaming
8543 of Output_section::add_simple_input_section.
8544 (Orphan_output_section::set_section_addresses): Ditto.
8545
e1e82ea4
RW
85462010-05-18 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8547
8548 * gold.h (Unordered_multimap, Unordered_map): Fix defines for
8549 when neither HAVE_TR1_UNORDERED_MAP nor HAVE_EXT_HASH_MAP are set.
8550
91e75c8a
RÁE
85512010-05-18 Rafael Espindola <espindola@google.com>
8552
8553 * options.cc (General_options::finalize): Handle -nostdlib.
8554 * options.h (nostdlib): New option.
8555 * script.cc (script_add_search_dir): Handle -nostdlib.
8556
da59ad79
DK
85572010-05-12 Doug Kwan <dougkwan@google.com>
8558
8559 * arm.cc (Target_arm::do_finalize_sections): Create an empty
8560 attributes section only if there no attributes section after merging.
8561 (Target_arm::merge_object_attributes): Move value of
e1df38aa 8562 Tag_MPextension_use_legacy to that of Tag_MPextension_use.
da59ad79
DK
8563 Handle Tag_DIV_use and Tag_MPextension_use_legacy.
8564 * testsuite/Makefile.am (check_SCRIPTS): Add arm_attr_merge.sh
8565 (check_DATA): Add arm_attr_merge_6.stdout, arm_attr_merge_6r_stdout
8566 and arm_attr_merge_7.stdout.
8567 (arm_attr_merge_6.stdout, arm_attr_merge_6 arm_attr_merge_6a.o
8568 arm_attr_merge_6b.o, arm_attr_merge_6r.stdout, arm_attr_merge_6r,
8569 arm_attr_merge_7.stdout, arm_attr_merge_7, arm_attr_merge_7a.o,
8570 arm_attr_merge_7b.o): New rules.
8571 (MOSTLYCLEANFILES): Add arm_attr_merge_6, arm_attr_merge_6r and
8572 arm_attr_merge_7
8573 * testsuite/Makefile.in: Regenerate.
8574 * testsuite/arm_attr_merge.sh: New file.
8575 * testsuite/arm_attr_merge_[67][ab].s: Same.
8576
3e01a7fd
NC
85772010-05-05 Nick Clifton <nickc@redhat.com>
8578
8579 * po/es.po: Updated Spanish translation.
8580
7ad2014a
L
85812010-04-27 H.J. Lu <hongjiu.lu@intel.com>
8582
8583 * Makefile.am (install-exec-local): Properly install gold as
8584 default cross linker.
8585 * Makefile.in: Regenerated.
8586
4fda8867
NC
85872010-04-27 H.J. Lu <hongjiu.lu@intel.com>
8588 Nick Clifton <nickc@redhat.com>
8589
8590 * configure.ac (install_as_default): Define and set to false
8591 unless --enable-gold or --enable-gold=both/gold has been
8592 specified.
8593 * configure: Regenerate.
8594
8595 * Makefile.am (install-exec-local): Install the executable as
8596 'ld.gold'. If install_as_default is true then also install it as
8597 'ld'.
8598 * Makefile.in: Regenerated.
8599
bd288ea2
ILT
86002010-04-24 Ian Lance Taylor <iant@google.com>
8601
8602 * layout.cc (Layout::layout_reloc): In relocatable link don't
8603 combine reloc sections for grouped sections.
8604
ef38fd8a
ST
86052010-04-23 Sriraman Tallam <tmsriram@google.com>
8606
8607 * gc.h (gc_process_relocs): Pass information on relocs pointing to
8608 sections that are not ordinary to icf.
8609 * icf.cc (get_section_contents): Handle relocation pointing to section
8610 with no object or shndx information.
8611 * testsuite/Makefile.am: Remove icf_virtual_function_folding_test.sh
8612 * testsuite/Makefile.in: Regenerate.
8613 * testsuite/icf_virtual_function_folding_test.cc: Remove printf.
8614 * testsuite/icf_virtual_function_folding_test.sh: Delete file.
8615
f6973bdc
ILT
86162010-04-22 Ian Lance Taylor <iant@google.com>
8617
8618 * expression.cc (Expression::Expression_eval_info): Add
8619 result_alignment_pointer field.
8620 (Expression::eval_with_dot): Add result_alignment_pointer
8621 parameter. Change all callers.
8622 (Expression::eval_maybe_dot): Likewise.
8623 (class Binary_expression): Add alignment_pointer parameter to
8624 left_value and right_value. Change all callers.
8625 (BINARY_EXPRESSION): Set result alignment.
8626 (class Trinary_expression): Add alignment_pointer parameter to
8627 arg2_value and arg3_value. Change all callers.
8628 (Trinary_cond::value): Set result alignment.
8629 (Max_expression::value, Min_expression::value): Likewise.
8630 (Align_expression::value): Likewise.
8631 * script-sections.cc (class Sections_element): Add dot_alignment
8632 parameter to set_section_addresses virtual function. Update
8633 instantiations.
8634 (class Output_section_element): Likewise.
8635 (Script_sections::create_segments): Add dot_alignment parameter.
8636 Change all callers.
8637 (Script_sections::create_segments_from_phdrs_clause): Likewise.
8638 (Script_sections::set_phdrs_clause_addresses): Likewise.
8639 * script-sections.h: Update declarations.
8640 * script.h: Update declarations.
8641 * output.h (Output_segment::set_minimum_p_align): Don't decrease
8642 min_p_align.
8643 * testsuite/script_test_3.t: Set large alignment.
8644 * testsuite/script_test_3.sh: Make sure that at least one LOAD
8645 segment has expected alignment.
8646
9c9c98a5
NC
86472010-04-22 Nick Clifton <nickc@redhat.com>
8648
8649 * po/gold.pot: Updated by the Translation project.
8650 * po/vi.po: Updated Vietnamese translation.
8651
2253bfba
L
86522010-04-22 H.J. Lu <hongjiu.lu@intel.com>
8653
8654 * testsuite/Makefile.am (check_PROGRAMS): Add
8655 icf_virtual_function_folding_test.
8656 * testsuite/Makefile.in: Regenerated.
8657
85fdf906
AH
86582010-04-15 Andrew Haley <aph@redhat.com>
8659
8660 * options.h (merge_exidx_entries): New option.
8661 * arm.cc (class Arm_exidx_fixup): Add new arg, merge_exidx_entries.
8662 (class Arm_exidx_fixup::merge_exidx_entries_): New member.
8663 (Output_section::fix_exidx_coverage): Add new arg, merge_exidx_entries.
8664 (Target_arm::merge_exidx_entries): New function.
8665 (process_exidx_entry): Don't merge if merge_exidx_entries_ is false.
8666 (Arm_output_section::fix_exidx_coverage): Pass merge_exidx_entries
8667 to Arm_exidx_fixup constructor.
8668 Add new arg, merge_exidx_entries.
8669 (Target_arm::fix_exidx_coverage): pass merge_exidx_entries to
8670 Arm_output_section::fix_exidx_coverage.
8671
ce97fa81
ST
86722010-04-18 Sriraman Tallam <tmsriram@google.com>
8673
8674 * icf.cc (get_section_contents): Check for preemptible functions.
8675 Ignore addend when appropriate.
8676 * symtab.cc (should_add_dynsym_entry): Add new parameter. Check for
8677 section folded.
8678 (add_from_relobj): Check for section folded.
8679 (set_dynsym_indexes): Fix call to should_add_dynsym_entry.
8680 * symtab.h (should_add_dynsym_entry): Add new parameter.
8681 * target-reloc.h (scan_relocs): Check for section folded.
8682 * x86_64.cc (Target_x86_64::Scan::possible_function_pointer_reloc):
8683 Check reloc types for function pointers in shared objects.
8684 * testsuite/Makefile.am (icf_virtual_function_folding_test): New test
8685 case.
8686 (icf_preemptible_functions_test): New test case.
8687 (icf_string_merge_test): New test case.
8688 * testsuite.Makefile.in: Regenerate.
8689 * testsuite/icf_safe_so_test.sh: Change to not fold foo_glob and
8690 bar_glob. Refactor code.
8691 * testsuite/icf_preemptible_functions_test.cc: New file.
8692 * testsuite/icf_preemptible_functions_test.sh: New file.
8693 * testsuite/icf_string_merge_test.cc: New file.
8694 * testsuite/icf_string_merge_test.sh: New file.
8695 * testsuite/icf_virtual_function_folding_test.cc: New file.
8696 * testsuite/icf_virtual_function_folding_test.sh: New file.
8697
04ceb17c
DK
86982010-04-14 Doug Kwan <dougkwan@google.com>
8699
8700 * arm.cc (Arm_output_section::fix_exidx_coverage): Mark object
8701 for local symbol recounting if we remove a section due to ICF.
8702 * gold.cc (queue_middle_gc_tasks): Create a dummy blocker if
8703 there are no regular objects in input.
8704
153e7da4
DK
87052010-04-13 Doug Kwan <dougkwan@google.com>
8706
8707 * arm.cc (Arm_input_section::set_final_data_size): Compute
8708 accurate final data size instead of using current data size.
8709
4dbd9faf
DK
87102010-04-09 Doug Kwan <dougkwan@google.com>
8711
8712 * layout.cc (Layout::choose_output_section): Handle script section
8713 types.
8714 (Layout::make_output_section_for_script): Add section type parameter.
8715 Handle script section types.
8716 * layout.h (Layout::make_output_section_for_script): Add section
8717 type parameter.
8718 * output.cc (Output_section::Output_section): Initialize data member
8719 is_noload_.
8720 (Output_section::do_reset_address_and_file_offset): Do not set address
8721 to 0 if section is a NOLOAD section.
8722 * output.h (Output_section::is_noload): New method.
8723 (Output_section::set_is_noload): Ditto.
8724 (Output_section::is_noload_): New data member.
8725 * script-c.h (Script_section_type): New enum type.
8726 (struct Parser_output_section_header): Add new file section_type.
8727 * script-sections.cc (Sections_element::output_section_name): Add
8728 parameter for returning script section type.
8729 (Output_section_definition::output_section_name): Ditto.
8730 (Output_section_definition::section_type)P; New method.
8731 (Output_section_definiton::script_section_type_name): Ditto.
8732 (Output_section_definition::script_section_type_): New data member.
8733 (Output_section_definition::Output_section_definition): Initialize
8734 data member Output_section_definition::script_section_type_.
8735 (Output_section_definition::create_sections): Pass script section type
8736 to Layout::make_output_section_for_script.
8737 (Output_section_definition::output_section_name): Return script
8738 section type to caller.
8739 (Output_section_definition::set_section_address): Do not advance
8740 dot value and load address if section type is NOLOAD. Set address
8741 of NOLOAD sections regardless of section flags.
8742 (Output_section_definition::print): Print section type if it is
8743 not SCRIPT_SECTION_TYPE_NONE.
8744 (Output_section_definition::section_type): New method.
8745 (Output_section_definition::script_section_type_name): Ditto.
8746 (Script_sections::output_section_name): Add new parameter
8747 PSECTION_TYPE for returning script section type. Pass it to
8748 section elements. Handle discard sections.
8749 (Sort_output_sections::operator()): Handle NOLOAD sections.
8750 * script-sections.h (Script_sections::Section_type): New enum type.
2e702c99 8751 (Script_sections::output_section_name): Add a new parameter for
4dbd9faf
DK
8752 returning script section type.
8753 * script.cc (script_keyword_parsecodes): Add keywords COPY, DSECT,
8754 INFO and NOLOAD.
8755 * yyscript.y (union): Add new field SECTION_TYPE.
8756 (COPY, DSECT, INFO, NOLOAD): New tokens.
8757 (opt_address_and_section_type): Change type to output_section_header.
8758 (section_type): New non-terminal
8759 (section_header): Handle section type.
2253bfba 8760 (opt_address_and_section_type): Return section type value.
4dbd9faf 8761
721ea635
L
87622010-04-09 H.J. Lu <hongjiu.lu@intel.com>
8763
8764 * testsuite/plugin_common_test_1.c (foo): Add prototype.
8765 * testsuite/plugin_common_test_2.c (foo): Likewise.
8766
6bf924b0
DK
87672010-04-08 Doug Kwan <dougkwan@google.com>
8768
8769 * merge.cc (Output_merge_data::set_final_data_size): Handle empty
8770 Output_merge_data.
8771 * output.cc (Output_section::add_merge_input_section): Simplify
8772 code and return status of Output_merge_base::add_input_section.
e1df38aa 8773 Update merge section map only if Output_merge_base::add_input_section
6bf924b0
DK
8774 returns true.
8775
24af6f92
DK
87762010-04-07 Doug Kwan <dougkwan@google.com>
8777
8778 * arm.cc (Arm_relobj::scan_section_for_cortex_a8_erratum): Warn
8779 if section is marked as containing instructions but has no mapping
8780 symbols.
8781 (Arm_relobj::do_count_local_symbols): Call adjust_sym_shndx to get
8782 correct section index.
8783 (Arm_relobj::find_linked_text_section): Ditto.
8784
00698fc5
CC
87852010-04-07 Cary Coutant <ccoutant@google.com>
8786
8787 * archive.cc (include_member): Destroy Read_symbols_data object before
8788 releasing file.
8789 * object.cc (Read_symbols_data::~Read_symbols_data) New destructor.
8790 * object.h (Read_symbols_data::Read_symbols_data) New constructor.
8791 (Read_symbols_data::~Read_symbols_data) New destructor.
8792 (Section_relocs::Section_relocs) New constructor.
8793 (Section_relocs::~Section_relocs) New destructor.
8794 (Read_relocs_data::Read_relocs_data) New constructor.
8795 (Read_relocs_data::~Read_relocs_data) New destructor.
8796 * testsuite/binary_unittest.cc (Sized_binary_test): Set sd member
8797 pointers to NULL after deleting.
8798
7296d933
DK
87992010-04-07 Doug Kwan <dougkwan@google.com>
8800
8801 * arm.cc: Replace "endianity" with "endianness" in comments.
8802 (Arm_exidx_cantunwind): Ditto.
8803 (Arm_relobj::Arm_relobj): Initialize merge_flags_and_attribures.
8804 (Arm_relobj::merge_flags_and_attributes): New method.
8805 (Arm_relobj::merge_flags_and_attributes_): New data member.
8806 (Arm_exidx_cantunwind::do_fixed_endian_write): Fix formatting.
8807 (Arm_relobj::scan_sections_for_stubs): Ditto.
8808 (Arm_relobj::do_read_symbols): Check to see if we really want to
8809 merge processor-specific flags and attributes. Exit early if
8810 an object is empty except for section names and the undefined symbol.
8811 (Target_arm::do_finalize_sections): Move check for ELF format to
8812 Arm_relobj::do_read_symbols. Merge processor specific flags and
8813 attributes from a regular object only when we have determined that
8814 it is aapropriate. Do not create an .ARM.attributes section in
8815 output if there is no regular input object.
8816 (Target_arm::merge_processor_specific_flags): Check
8817 --warn-mismatch before printing any error.
8818 (Target_arm::merge_object_attributes): Ditto.
8819 * gold.cc (queue_middle_tasks): Handle the case in which there is
8820 no regular object in input.
8821 * options.cc (General_options::parse_EB): New method.
8822 (General_options::parse_EL): Same.
8823 (General_options::General_options): Initialize endianness_.
8824 * options.h (-EB, -EL, -no-pipeline-knowledge, -p, --warn-mismatch):
8825 New options.
8826 (General_options::Endianness): New enum.
8827 (General_options::endianness): New method.
8828 (General_options::endianness_): New data member.
8829 * parameters.cc (Parameters::set_options): Check target endianness.
8830 (Parameters::set_target_once): Ditto.
8831 (Parameters::check_target_endianness): New method.
8832 (parameters_force_valid_target): If either -EL or -EB is specified,
8833 use it to define endianness of default target.
8834 * parameters.h (Parameters::check_target_endianness): New method
8835 declaration.
8836 * target.h (class Target): Change "endianity" to "endianness"
8837 in comments.
8838
efc8d4f2
RW
88392010-04-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
8840
8841 * configure.ac (AM_INIT_AUTOMAKE): Add option no-dist.
8842 * configure: Regenerate.
8843 * Makefile.in: Regenerate.
8844 * testsuite/Makefile.in: Regenerate.
8845
be234d88
CC
88462010-04-06 Cary Coutant <ccoutant@google.com>
8847
8848 gcc PR lto/42757
8849 * plugin.cc (Pluginobj::get_symbol_resolution_info): Check for
8850 prevailing definitions of common symbols.
8851 * testsuite/plugin_test_6.sh: New test case.
8852 * testsuite/plugin_common_test_1.c: New test case.
8853 * testsuite/plugin_common_test_2.c: New test case.
8854 * testsuite/Makefile.am (plugin_test_6): New test case.
8855 * testsuite/Makefile.in: Regenerate.
8856
bd32c6bd
NC
88572010-04-06 Nick Clifton <nickc@redhat.com>
8858
8859 * po/vi.po: New Vietnamese translation.
8860
323c532f
DK
88612010-03-30 Doug Kwan <dougkwan@google.com>
8862
8863 * arm.cc (Target_arm::using_thumb_only): Handle v6-M
8864
4fcd97eb
DK
88652010-03-25 Doug Kwan <dougkwan@google.com>
8866
8867 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Rearrange code
8868 to avoid a conversion warning on a 32-bit host.
8869
4ebf39db
ILT
88702010-03-24 Ian Lance Taylor <iant@google.com>
8871
8872 * testsuite/script_test_3.t: Add a TLS segment.
8873 * testsuite/Makefile.am (check_PROGRAMS): Add
8874 tls_phdrs_script_test.
8875 (tls_phdrs_script_test_SOURCES): Define.
8876 (tls_phdrs_script_test_DEPENDENCIES): Define.
8877 (tls_phdrs_script_test_LDFLAGS): Define.
8878 (tls_phdrs_script_test_LDADD): Define.
8879 * testsuite/Makefile.in: Rebuild.
8880
4a599bdd
CC
88812010-03-23 Cary Coutant <ccoutant@google.com>
8882
8883 * fileread.cc (find_or_make_view): Fix comment.
8884
6c93b22c
ILT
88852010-03-23 Ian Lance Taylor <iant@google.com>
8886
8887 * script-sections.cc (class Orphan_section_placement): Define
8888 PLACE_TLS and PLACE_TLS_BSS.
8889 (Orphan_section_placement::Orphan_section_placement): Initialize
8890 new places.
8891 (Orphan_section_placement::find_place): Handle SHF_TLS sections.
8892 * testsuite/Makefile.am (check_PROGRAMS): Add tls_script_test.
8893 (tls_script_test_SOURCES): Define.
8894 (tls_script_test_DEPENDENCIES): Define.
8895 (tls_script_test_LDFLAGS): Define.
8896 (tls_script_test_LDADD): Define.
8897 * testsuite/Makefile.in: Rebuild.
8898
a2c7281b
DK
88992010-03-22 Doug Kwan <dougkwan@google.com>
8900
8901 * arm.cc (Arm_relocate_functions::abs8,
8902 Arm_relocate_functions::abs16): Use correct check for overflow
8903 specified in the ARM ELF specs.
8904 (Arm_relocate_functions): thumb_branch_common. Handle bit 1 of branch
8905 target of a BLX instruction specially.
8906 (Reloc_stub::stub_type_for_reloc): Ditto.
8907 (Relocate::relocate): Use symbolic names instead of numeric relocation
8908 codes to report error.
8909 (Target_arm::do_relox): Reduce default stub-group size for Cortex-A8
8910 workaround.
8911 * testsuite/Makefile.am (check_DATA): add thumb_blx_in_range.stdout,
8912 thumb_blx_out_of_range.stdout, thumb2_blx_in_range.stdout and
8913 thumb2_blx_out_of_range.stdout
8914 (thumb_bl_out_of_range, thumb_bl_out_of_range.o,
8915 thumb2_bl_out_of_range, thumb2_bl_out_of_range.o): Fix dependenices.
8916 (thumb_blx_in_range.stdout, thumb_blx_in_range, thumb_blx_in_range.o,
8917 thumb_blx_out_of_range.stdout, thumb_blx_out_of_range,
8918 thumb_blx_out_of_range.o, thumb2_blx_in_range.stdout,
8919 thumb2_blx_in_range, thumb2_blx_in_range.o,
8920 thumb2_blx_out_of_range.stdout, thumb2_blx_out_of_range,
8921 thumb2_blx_out_of_range.o): New rules.
2e702c99 8922 (MOSTLYCLEANFILES): Add thumb_blx_in_range, thumb_blx_out_of_range,
a2c7281b
DK
8923 thumb2_blx_in_range and thumb2_blx_out_of_range.
8924 * testsuite/Makefile.in: Regenerate.
8925 * arm_branch_in_range.sh: Add tests for THUMB BLX.
8926 * testsuite/thumb_blx_in_range.s: New file.
8927 * testsuite/thumb_blx_out_of_range.s: New file.
8928
b0193076
RÁE
89292010-03-22 Rafael Espindola <espindola@google.com>
8930
8931 * archive.cc (Should_include): Move to archive.h.
8932 (should_include_member): Make it a member of Archive.
8933 (Lib_group): New.
8934 (Add_lib_group_symbols): New.
8935 * archive.h: Include options.h.
8936 (Archive_member): Moved from Archive.
8937 (Should_include): Moved from archive.cc.
8938 (Lib_group): New.
8939 (Add_lib_group_symbols): New.
8940 * dynobj.cc (do_should_include_member): New.
8941 * dynobj.h (do_should_include_member): New.
8942 * gold.cc (queue_initial_tasks): Update call to queue.
8943 * main.cc (main): Print lib group stats.
8944 * object.cc (do_should_include_member): New.
8945 * object.h: Include archive.h.
8946 (Object::should_include_member): New.
8947 (Object::do_should_include_member): New.
8948 (Sized_relobj::do_should_include_member): New.
8949 * options.cc (General_options::parse_start_lib): New.
8950 (General_options::parse_end_lib): New.
8951 (Input_arguments::add_file): Handle lib groups.
8952 (Input_arguments::start_group): Check we are not in a lib.
8953 (Input_arguments::start_lib): New.
8954 (Input_arguments::end_lib): New.
8955 * options.h (General_options): Add start_lib and end_lib.
8956 (Input_argument::lib_): New.
8957 (Input_argument::lib): New.
8958 (Input_argument::is_lib): New.
8959 (Input_file_lib): New.
8960 (Input_arguments::in_lib_): New.
8961 (Input_arguments::in_lib): New.
8962 (Input_arguments::start_lib): New.
8963 (Input_arguments::end_lib_): New.
8964 * plugin.cc (Pluginobj::get_symbol_resolution_info): Mark symbols
8965 in unused members as preempted.
8966 (Sized_pluginobj::do_should_include_member): New.
8967 * plugin.h (Sized_pluginobj::do_should_include_member): New.
8968 * readsyms.cc (Read_symbols::locks): If we are just reading a member,
8969 return the blocker.
8970 (Read_symbols::do_whole_lib_group): New.
8971 (Read_symbols::do_lib_group): New.
8972 (Read_symbols::do_read_symbols): Handle lib groups.
8973 (Read_symbols::get_name): Handle lib groups.
8974 * readsyms.h (Read_symbols): Add an archive member pointer.
8975 (Read_symbols::do_whole_lib_group): New.
8976 (Read_symbols::do_lib_group): New.
8977 (Read_symbols::member_): New.
8978 * script.cc (read_input_script): Update call to queue_soon.
8979
d099120c
DK
89802010-03-19 Doug Kwan <dougkwan@google.com>
8981
8982 * arm.cc (Stub_table::Stub_table): Initialize new data members
8983 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8984 (Stub_table::add_reloc_stub): Assign stub offset and update
8985 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_.
8986 (Stub_table::reloc_stubs_size_, Stub_table::reloc_stubs_addralign_):
8987 New data members.
2e702c99 8988 (Stub_table::update_data_size_and_addralign): Use
d099120c
DK
8989 Stub_table::reloc_stubs_size_ and Stub_table::reloc_stubs_addralign_
8990 instead of going over all reloc stubs.
2e702c99 8991 (Stub_table::finalize_stubs): Do not assign reloc stub offsets.
d099120c
DK
8992 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
8993 Stringpool_template::offset_ to size of Stringpool_char.
2e702c99 8994 (Stringpool_template::new_key_offset): Remove code to initialize
d099120c
DK
8995 Stringpool_template::offset_.
8996 * stringpool.h (Stringpool_template::set_no_zero_null): Set
8997 Stringpool_template::offset_ to zero.
8998
1aa37384
DK
89992010-03-15 Doug Kwan <dougkwan@google.com>
9000
9001 * stringpool.cc (Stringpool_template::Stringpool_template): Initialize
9002 offset_.
9003 (Stringpool_template::new_key_offset): New method.
9004 (Stringpool_template::add_string): Assign offsets when adding new
9005 strings.
9006 (Stringpool_template::set_string_offsets): Do not set string offsets
9007 when not optimizing.
9008 * stringpool.h (Chunked_vector::Chunked_vector): Initialize data
9009 member size_.
2e702c99
RM
9010 (Chunked_vector::clear): Clear size_.
9011 (Chunked_vector::reserve): Call reserve method of all Element_vectors.
9012 (Chunked_vector::size): Return size_.
9013 (Chunked_vector::push_back): Use size_ to find insert position.
e1df38aa 9014 (Chunked_vector::size_): New data member.
1aa37384
DK
9015 (Stringpool_template::set_no_zero_null): Assert string set is empty.
9016 (Stringpool_template::new_key_offset): New method declaration.
9017 (Stringpool_template::offset_): New data member.
9018
b672b057
RÁE
90192010-03-15 Rafael Espindola <espindola@google.com>
9020
9021 * readsyms.cc (Read_symbols::do_read_symbols): Update calls to
9022 Add_symbols' constructor.
9023 * readsyms.h (Add_symbols): Remove the input_group member.
9024
b6848d3c
ILT
90252010-03-10 Ian Lance Taylor <iant@google.com>
9026
9027 * reloc.cc (Sized_relobj::split_stack_adjust_reltype): Call the
9028 target to ask whether a reference to a symbol requires a stack
9029 split.
9030 * target.h (Target::is_call_to_non_split): New function.
9031 (Target::do_is_call_to_non_split): Declare virtual function.
9032 * target.cc: Include "symtab.h".
9033 (Target::do_is_call_to_non_split): New function.
9034 * i386.cc (Target_i386::do_is_call_to_non_split): New function.
9035
a2a5469e
CC
90362010-03-10 Cary Coutant <ccoutant@google.com>
9037
9038 * fileread.cc (File_read::~File_read): Don't delete whole_file_view_.
9039 (File_read::open[1]): Remove initial mapping of whole_file_view_.
9040 (File_read::open[2]): Add whole_file_view_ to list of views.
9041 (File_read::make_view): Remove test of whole_file_view_.
9042 (File_read::find_or_make_view): Create whole_file_view_ if
9043 necessary.
9044 (File_read::clear_views): Replace bool parameter with enum;
9045 adjust all callers. Don't delete views with permanent data;
9046 do delete cached views and views from archives if
9047 --no-keep-files-mapped is set. Set whole_file_view_ to NULL
9048 if clearing the corresponding view.
9049 * fileread.h (File_read::Clear_views_mode): New enum.
9050 (File_read::View::is_permanent_view): New method.
9051 (File_read::clear_views): Replace bool parameter
9052 with enum; adjust all callers.
9053 * options.h (General_options): Change keep_files_mapped option;
9054 add map_whole_files.
9055 * readsyms.cc (Add_symbols::run): Delete sd_ object before
9056 releasing the file.
9057 * reloc.cc (Scan_relocs::run): Delete rd_ object before releasing
9058 the file.
9059
8861f32b
DM
90602010-03-10 David S. Miller <davem@davemloft.net>
9061
9062 * sparc.cc (Target_sparc::Scan::local): Accept R_SPARC_WPLT30.
9063
d62d0f5f
ST
90642010-03-09 Sriraman Tallam <tmsriram@google.com>
9065
9066 * icf.cc (get_section_contents): Add '@' marker after processing the
9067 merge reloc.
9068
9177756d
DK
90692010-03-08 Doug Kwan <dougkwan@google.com>
9070
9071 * gold/arm.cc (Arm_exidx_fixup::update_offset_map): Fix build breakage
9072 due to a conversion warning.
9073 (Arm_relobj::update_output_local_symbol_count): Check for local
9074 symbol with unset output index.
9075
9e9e071b
ILT
90762010-03-05 Ian Lance Taylor <iant@google.com>
9077
9078 * options.h (class General_options): Add --spare-dynamic-tags.
9079 * output.cc (Output_data_dynamic::set_final_data_size): Implement
9080 --spare-dynamic-tags.
9081
a81ee015
ILT
90822010-03-05 Ian Lance Taylor <iant@google.com>
9083
9084 * incremental.cc: Include "libiberty.h".
9085
44ec90b9
RO
90862010-03-05 Rainer Orth <ro@CeBiTec.Uni-Bielefeld.DE>
9087
9088 * dynobj.h (Verdef::Verdef): Add is_info arg, is_info member
9089 function, is_info_ member.
9090 * dynobj.cc (Verdef::write): Set VER_FLG_INFO if this->is_info_.
9091 (Versions::Versions): Update caller.
9092 (Versions::define_base_version): Likewise.
9093 (Versions::add_def): Likewise.
9094
0897ed3b
ST
90952010-03-03 Sriraman Tallam <tmsriram@google.com>
9096
9097 * i386.cc (Target_i386::can_check_for_function_pointers): New function.
9098 (Scan::possible_function_pointer_reloc): New function.
9099 (Scan::local_reloc_may_be_function_pointer): Change to call
9100 possible_function_pointer_reloc.
9101 (Scan::global_reloc_may_be_function_pointer): Ditto.
9102 * icf.h (Icf::check_section_for_function_pointers): Change to reject
9103 relocations in ".data.rel.ro._ZTV" section.
9104 * testsuite/icf_safe_so_test.sh: Change to pass i386.
9105 * testsuite/icf_safe_so_test.cc: Ditto.
9106 * testsuite/icf_safe_test.cc: Ditto.
9107 * testsuite/icf_safe_test.sh: Ditto.
9108
d3bbad62
ILT
91092010-03-03 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9110 Ian Lance Taylor <iant@google.com>
9111
9112 * target-reloc.h (relocate_section): Check the symbol table index
9113 for -1U before setting the local symbol index.
9114 (scan_relocatable_relocs): If copying the relocation, record that
9115 the local symbol is required.
9116 * object.h (Symbol_value::is_output_symtab_index_set): New
9117 function.
9118 (Symbol_value::may_be_discarded_from_output_symtab): New
9119 function.
9120 (Symbol_value::has_output_symtab_entry): New function.
9121 (Symbol_value::needs_output_symtab_entry): Remove.
9122 (Symbol_value::output_symtab_index): Make sure the symbol index is
9123 set.
9124 (Symbol_value::set_output_symtab_index): Make sure the symbol
9125 index is not set. Make sure the new index is valid.
9126 (Symbol_value::set_must_have_output_symtab_entry): New function.
9127 (Symbol_value::has_output_dynsym_entry): New function.
9128 (Symbol_value::set_output_dynsym_index): Make sure the new index
9129 is valid.
9130 (Sized_relobj::set_must_have_output_symtab_entry): New function.
9131 * object.cc (Sized_relobj::do_count_local_symbols): Only discard a
9132 local symbol if permitted.
9133 (Sized_relobj::do_finalize_local_symbols): Call
9134 is_output_symtab_index_set rather than needs_output_symtab_entry.
9135 (Sized_relobj::write_local_symbols): Call has_output_symtab_entry
9136 rather than needs_output_symtab_entry. Call
9137 has_output_dynsym_entry rather than needs_output_dynsym_entry.
9138 * arm.cc (Arm_relobj::update_output_local_symbol_count): Call
9139 is_output_symtab_index_set rather than needs_output_symtab_entry.
9140 * testsuite/discard_locals_relocatable_test.c: New file.
9141 * testsuite/discard_locals_test.sh: Test -r.
9142 * testsuite/Makefile.am (check_DATA): Add
9143 discard_locals_relocatable_test1.syms,
9144 discard_local_relocatable_test2.syms.
9145 (MOSTLYCLEANFILES): Likewise. Also add
9146 discard_locals_relocatable_test1.lout and
9147 discard_locals_relocatable_test2.out.
9148 (discard_locals_relocatable_test1.syms): New target.
9149 (discard_locals_relocatable_test.o): New target.
9150 (discard_locals_relocatable_test1.out): New target.
9151 (discard_locals_relocatable_test2.syms): New target.
9152 (discard_locals_relocatable_test2.out): New target.
9153 (various): Add missing ../ld-new dependencies.
9154 * testsuite/Makefile.in: Rebuild.
9155
7e8ccf26
NC
91562010-03-03 Nick Clifton <nickc@redhat.com>
9157
9158 * po/fi.po: New Finnish translation.
9159
2a0ff005
DK
91602010-03-01 Doug Kwan <dougkwan@google.com>
9161
9162 * layout.cc (Layout::Layout): Force section types of .init_array*,
9163 .preinit_array* and .fini_array* sections.
9164 * output.cc (Output_section::Input_section_sort_entry::has_priority):
9165 Fix check of return value of std::string::find.().
9166 (Output_section::Input_section_sort_compare::operator()): Remove
9167 comment about .init_array.
9168 (Output_section::Input_section_sort_init_fini_compare::operator()):
9169 New method.
9170 (Output_section::sort_attached_input_sections): Handle .init_array
9171 and .fini_array specially.
9172 * output.h (Output_section::Inut_section_sort_compare): Update
9173 comment.
9174 (Output_section::Input_section_sort_init_fini_compare): New struct.
9175
c3e4ae29
DK
91762010-02-26 Doug Kwan <dougkwan@google.com>
9177
9178 * arm.cc (Target_arm::Relocate::reloc_is_non_pic): Treat
9179 R_ARM_PREL31 and R_ARM_SBREL31 as position independent.
9180 * testsuite/debug_msg.sh: Avoid matching source line number for
9181 use of global variable undef_int.
9182
2fd9ae7a
DK
91832010-02-26 Doug Kwan <dougkwan@google.com>
9184
9185 * arm.cc (Target_arm::scan_reloc_for_stub): Move code handling
9186 R_ARM_V4BX to Target_arm::scan_reloc_section_for_stubs.
9187 (Target_arm::scan_reloc_section_for_stubs): Instead of calling
9188 scan_reloc_for_stub, do all processing of R_ARM_V4BX here.
9189 * options.cc (General_options::General_options): Initialize member
9190 fix_v4bx_.
9191 * testsuite/Makefile.am (check_SCRIPTS): Add arm_fix_v4bx.sh
9192 (check_DATA): Add arm_fix_v4bx.stdout, arm_fix_v4bx_interworking.stdout
9193 and rm_no_fix_v4bx.stdout
9194 (arm_fix_v4bx.stdout, arm_fix_v4bx, arm_fix_v4bx.o,
9195 arm_fix_v4bx_interworking.stdout, arm_fix_v4bx_interworking,
9196 arm_no_fix_v4bx.stdout, arm_no_fix_v4bx): New make rules.
9197 (MOSTLYCLEANFILES): Add arm_fix_v4bx, arm_fix_v4bx_interworking
9198 and arm_no_fix_v4bx.
9199 * Makefile.in: Regenerate.
9200 * testsuite/arm_fix_v4bx.s: New file.
9201 * testsuite/arm_fix_v4bx.sh: Ditto.
9202
67ec7d0b
DK
92032010-02-24 Doug Kwan <dougkwan@google.com>
9204
9205 * arm.cc (Target_arm::got_section): Make the .got section the first
9206 non RELRO section in the data segment.
9207 * testsuite/script_test_5.sh: Fix match patterns to avoid matching
9208 suffixes of section names.
9209
10165461
DK
92102010-02-24 Doug Kwan <dougkwan@google.com>
9211
9212 * arm.cc (Target_arm::do_finalize_sections): Skip processor specific
9213 flags and attributes merging if an input file is a binary file.
9214 * fileread.cc (Input_file::open): Record format of original file.
9215 * fileread.h (Input_file::Format): New enum type.
2e702c99 9216 (Input_file::Input_file): Initialize data member format_.
10165461
DK
9217 (Input_file::format): New method definition.
9218 (Input_file::format_):: New data member.
9219
4a54abbb
DK
92202010-02-24 Doug Kwan <dougkwan@google.com>
9221
9222 * arm.cc (Arm_output_data_got): New class.
9223 (ARM_TCB_SIZE): New constant
9224 (Target_arm): Use Arm_output_data_got instead of Output_data_got.
9225 (Arm_output_section::fix_exidx_coverage): Add a parameter for layout.
9226 If user uses a script with a SECTIONS clause, issue only a warning
9227 for a misplaced EXIDX input section. Otherwise, issue an error.
2e702c99 9228 (Arm_relobj::do_gc_process_relocs): Exit early if we are not doing
4a54abbb
DK
9229 garbage collection.
9230 (Target_arm::got_mode_index_entry): Handle static linking.
9231 (Target_arm::Scan::local): Ditto.
9232 (Target_arm::Scan::global): Ditto.
9233 (Target_arm::Relocate::relocate_tls): Handle static linking. Fix
9234 all incorrectly implemented relocations.
e1df38aa 9235 (Target_arm::fix_exidx_coverage): Pass layout to
4a54abbb
DK
9236 Arm_output_section::fix_exidx_coverage.
9237 * layout.cc (Layout::section_name_mapping): Remove trailing dots
9238 from ".ARM.exidx." and ".ARM.extab.".
9239
ca419a6f
ILT
92402010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9241
9242 * arm.cc (Target_arm::do_finalize_sections): Create attribute
9243 section if it does not already exist.
9244 * attributes.cc (Attributes_section_data::Attributes_section_data):
9245 Don't crash if size is zero.
9246
135b9c78
ILT
92472010-02-23 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9248 Ian Lance Taylor <iant@google.com>
9249
9250 * gold.cc (queue_middle_tasks): If no input files were opened,
9251 exit.
9252 * workqueue.h (Task_function::Task_function): Assert that there is
9253 a blocker.
9254
bb0bfe4f
DK
92552010-02-22 Doug Kwan <dougkwan@google.com>
9256
9257 * gold-threads.h (Once::~Once): Explicitly define virtual destructor.
9258 * icf.cc (get_section_contents): Cast snprintf arguments to long long
9259 types to avoid warnings due to different uint64_t implementations
9260 on different hosts.
9261
2a2b6d42
DK
92622010-02-21 Doug Kwan <dougkwan@google.com>
9263
9264 * arm.cc (Arm_relocate_functions::arm_branch_common): Fix bug in
9265 handling of the maximum backward branch offset.
2e702c99 9266 (Arm_relocate_functions::thumb_branch_common): Ditto.
2a2b6d42
DK
9267 * testsuite/Makefile.am (check_SCRIPTS): Add arm_branch_in_range.sh.
9268 (check_DATA): Add arm_bl_in_range.stdout, arm_bl_out_of_range.stdout
e1df38aa 9269 thumb_bl_in_range.stdout, thumb_bl_out_of_range.stdout,
2a2b6d42
DK
9270 thumb2_bl_in_range.stdout and thumb2_bl_out_of_range.stdout.
9271 (arm_bl_in_range.stdout, arm_bl_in_range, arm_bl_in_range.o,
9272 arm_bl_out_of_range.stdout, arm_bl_out_of_range,
9273 arm_bl_out_of_range.o, thumb_bl_in_range.stdout, thumb_bl_in_range,
9274 thumb_bl_in_range.o, thumb_bl_out_of_range.stdout,
9275 thumb_bl_out_of_range thumb_bl_out_of_range.o,
9276 thumb2_bl_in_range.stdout, thumb2_bl_in_range, thumb2_bl_in_range.o
9277 thumb2_bl_out_of_range.stdout, thumb2_bl_out_of_range,
9278 thumb2_bl_out_of_range.o): New rules.
9279 (MOSTLYCLEANFILES): Add arm_bl_in_range, arm_bl_out_of_range,
9280 thumb_bl_in_range, thumb_bl_out_of_range, thumb2_bl_in_range and
9281 thumb2_bl_out_of_range
9282 * testsuite/Makefile.in: Regenerate.
9283 * testsuite/arm_bl_in_range.s: New file.
9284 * testsuite/arm_bl_out_of_range.s: Ditto.
9285 * testsuite/arm_branch_in_range.sh: Ditto.
9286 * testsuite/arm_branch_range.t: Ditto.
9287 * testsuite/thumb2_branch_range.t: Ditto.
9288 * testsuite/thumb_bl_in_range.s: Ditto.
9289 * testsuite/thumb_bl_out_of_range.s: Ditto.
9290 * testsuite/thumb_branch_range.t: Ditto.
9291
b487ad64
ST
92922010-02-20 Sriraman Tallam <tmsriram@google.com>
9293
9294 * gc.h (gc_process_relocs): Change vectors to point to the new list.
9295 Add reloc offset information.
9296 * icf.cc (get_section_contents): Change iterators to point to the new
9297 vectors. Add reloc offset information to the contents.
9298 * icf.h (Icf::Sections_reachable_info): New typedef.
9299 (Icf::Sections_reachable_list): New typedef.
9300 (Icf::Offset_info): New typedef.
9301 (Icf::Reloc_info): New struct typedef.
9302 (Icf::Reloc_info_list): New typedef.
9303 (Icf::symbol_reloc_list): Delete method.
9304 (Icf::addend_reloc_list): Delete method.
9305 (Icf::section_reloc_list): Delete method.
9306 (Icf::reloc_info_list): New method.
9307 (Icf::reloc_info_list_): New member.
9308
f96accdf
DK
93092010-02-19 Doug Kwan <dougkwan@google.com>
9310
9311 * arm-reloc.def: Mark R_ARM_TLS_GD32, R_ARM_TLS_LDM32,
9312 R_ARM_TLS_LDO32, R_ARM_TLS_IE32 and R_ARM_TLS_LE32 are implemented.
9313 * arm.cc (Arm_relocation_functions): New forward declaration.
9314 (Target_arm::Target_arm): Initialize new data members
9315 got_mod_index_offset_ and tls_base_symbol_defined_.
9316 (Target_arm::Relocate::relocate_tls): New method.
9317 (Target_arm::optimize_tls_reloc, Target_arm::define_tls_base_symbol,
9318 Target_arm::got_mod_index_entry, Target_arm::rel_tls_desc_section):
9319 New methods.
2e702c99 9320 (Target_arm::Got_type): Add GOT_TYPE_TLS_NOFFSET, GOT_TYPE_OFFSET,
f96accdf
DK
9321 GOT_TYPE_TLS_PAIR and GOT_TYPE_TLS_DESC.
9322 (Target_arm::got_mod_index_offset_,
9323 Target_arm::tls_base_symbol_defined_): New data members.
9324 (Target_arm::Scan::local, Target::Scan::global,
9325 Target_arm::Relocate::relocate): Handle 32-bit initial TLS
9326 relocations.
9327
c8761b9a
DK
93282010-02-18 Doug Kwan <dougkwan@google.com>
9329
9330 * arm.cc (Arm_relobj::find_linked_text_section): New method.
9331 (Arm_relobj::make_exidx_input_section): Pass section index of linked
9332 text section as a parameter becuase some broken tools may not set
9333 the link in section header.
9334 (Target_arm::has_got_section): New method.
9335 (Target_arm::scan_section_for_cortex_a8_stubs): Treat an input section
9336 without any mapping symbol as data only. Remove warning.
9337 (Arm_relobj::do_read_synbols): If an EXIDX input section has no
9338 link in its section header, try to discover the link by inspecting the
9339 REL31 relocation at the beginning of the section.
9340 (Target_arm::Scan::check_non_pic): Report name of offending relocation
9341 in error message.
9342 (Target_arm::Scan::global): Treat any reference to the symbol
9343 _GLOBAL_OFFSET_TABLE_ as a GOT access.
9344
21bb3914
ST
93452010-02-12 Sriraman Tallam <tmsriram@google.com>
9346
9347 * arm.cc (Scan::local_reloc_may_be_function_pointer): New function.
9348 (Scan::global_reloc_may_be_function_pointer): New function.
9349 * sparc.cc (Scan::local_reloc_may_be_function_pointer): New function.
9350 (Scan::global_reloc_may_be_function_pointer): New function.
9351 * powerpc.cc (Scan::local_reloc_may_be_function_pointer): New function.
9352 (Scan::global_reloc_may_be_function_pointer): New function.
9353 * i386.cc (Scan::local_reloc_may_be_function_pointer): New function.
9354 (Scan::global_reloc_may_be_function_pointer): New function.
9355 * x86_64.cc (Scan::local_reloc_may_be_function_pointer): New function.
9356 (Scan::global_reloc_may_be_function_pointer): New function.
9357 (Scan::possible_function_pointer_reloc): New function.
9358 (Target_x86_64::can_check_for_function_pointers): New function.
9359 * gc.h (gc_process_relocs): Scan relocation types to determine if
9360 function pointers were taken for targets that support it.
9361 * icf.cc (Icf::find_identical_sections): Include functions for
9362 folding in safe ICF whose pointer is not taken.
9363 * icf.h (Secn_fptr_taken_set): New typedef.
9364 (fptr_section_id_): New member.
9365 (section_has_function_pointers): New function.
9366 (set_section_has_function_pointers): New function.
9367 (check_section_for_function_pointers): New function.
9368 * options.h: Fix comment for safe ICF option.
9369 * target.h (can_check_for_function_pointers): New function.
9370 * testsuite/Makefile.am: Add icf_safe_so_test test case.
9371 Modify icf_safe_test for X86-64.
9372 * testsuite/Makefile.in: Regenerate.
9373 * testsuite/icf_safe_so_test.cc: New file.
9374 * testsuite/icf_safe_so_test.sh: New file.
9375 * testsuite/icf_safe_test.cc (kept_func_3): New function.
9376 (main): Change to take pointer to function kept_func_3.
9377 * testsuite/icf_safe_test.sh (arch_specific_safe_fold): Check if safe
9378 folding is done correctly for X86-64.
9379
0da6fa6c
DM
93802010-02-12 David S. Miller <davem@davemloft.net>
9381
9382 * output.h (Output_reloc<SHT_REL>::Output_reloc): Add
9383 is_symbolless parameter.
9384 (Output_reloc<SHT_REL>::is_symbolless): New.
9385 (Output_reloc<SHT_REL>::is_symbolless_): New.
9386 (Output_reloc<SHT_REL>::type_): Decrease to 29 bits.
9387 (Output_reloc<SHT_RELA>::Output_reloc): Add is_symbolless parameter.
9388 (Output_reloc<SHT_RELA>::is_symbolless): New.
9389 (Output_data_reloc::add_global): Handle is_symbolless.
9390 (Output_data_reloc::add_global_relative): Likewise.
9391 (Output_data_reloc::add_local): Likewise.
9392 (Output_data_reloc::add_local_relative): Likewise.
9393 (Output_data_reloc::add_symbolless_global_addend): New.
9394 (Output_data_reloc::add_symbolless_local_addend): New.
9395 * output.cc (Output_reloc<SHT_REL>::Output_reloc): Handle
9396 is_symbolless.
9397 (Output_reloc::set_needs_dynsym_index): Test ->is_symbolless_
9398 instead of ->is_relative_
9399 (Output_reloc::write): Likewise.
9400 (Output_reloc::get_symbol_index): Return 0 when ->is_symbolless_
9401 (Output_reloc::write_rel): Simplify.
9402
9403 * sparc.cc (Target_sparc::Scan::local): Use
9404 ->add_symbolless_local_addend as needed.
9405 (Target_sparc::Scan::global): Use ->add_symbolless_global_addend as
9406 needed. Also, emit appropriate unaligned vs. aligned dynamic reloc
9407 based upon relocation offset.
9408
e4782e83
DK
94092010-02-11 Doug Kwan <dougkwan@google.com>
9410
9411 * arm.cc (Target_arm::Scan::local): Fix bugs in relocation handling.
9412 (Target_arm::Scan::global): Ditto. Also remove a comment before the
9413 beginning of function.
9414 (Target_arm::Relocate::relocate): Remove error messages for MOVW_ABS
9415 and MOVT_ABS relocations. Those are non issued in scanning. Fix
9416 parameter is_32bit in calls to should_apply_static_reloc.
9417 * testsuite/Makefile.am (check_SCRIPTS): Add arm_abs_global.sh.
9418 (check_DATA): Add arm_abs_global.stdout.
9419 (arm_abs_lib.o, libarm_abs.so, arm_abs_global.o, arm_abs_global,
9420 arm_abs_global.stdout): New rules.
9421 (MOSTLLYCLEANFILES): Add arm_abs_global
9422 * Makefile.in: Regenerate.
9423 * testsuite/arm_abs_global.s: New file.
9424 * testsuite/arm_abs_global.sh: Ditto.
9425 * testsuite/arm_abs_lib.s: Ditto.
9426
93ceb764
ILT
94272010-02-11 Ian Lance Taylor <iant@google.com>
9428
9429 * gold.cc (queue_middle_gc_tasks): Use a separate blocker for each
9430 Read_relocs task.
9431 (queue_middle_tasks): Likewise, and also for Scan_relocs. Run
9432 Allocate_commons_task first.
9433 * reloc.cc (Read_relocs::run): Pass next_blocker_ down to next
9434 task, rather than symtab_lock_.
9435 (Gc_process_relocs::~Gc_process_relocs): New function.
9436 (Gc_process_relocs::is_runnable): Check this_blocker_.
9437 (Gc_process_relocs::locks): Use next_blocker_ rather than
9438 blocker_.
9439 (Scan_relocs::~Scan_relocs): New function.
9440 (Scan_relocs::is_runnable): Check this_blocker_ rather than
9441 symtab_lock_.
9442 (Scan_relocs::locks): Drop symtab_lock_ and blocker_. Add
9443 next_blocker_.
9444 * reloc.h (class Read_relocs): Drop symtab_lock_ and blocker_
9445 fields. Add this_blocker_ and next_blocker_ fields. Adjust
9446 constructor accordingly.
9447 (class Gc_process_relocs): Likewise.
9448 (class Scan_relocs): Likewise.
9449 * common.h (class Allocate_commons_task): Remove symtab_lock_
9450 field, and corresponding constructor parameter.
9451 * common.cc (Allocate_commons_tasK::is_runnable): Remove use of
9452 symtab_lock_.
9453 (Allocate_commons_task::locks): Likewise.
9454
114dfbe1
ILT
94552010-02-11 Ian Lance Taylor <iant@google.com>
9456
9457 * gold-threads.h (class Once): Define.
9458 (class Initialize_lock): Rewrite as child of Once.
9459 * gold-threads.cc (class Once_initialize): Define.
9460 (once_pointer_control): New static variable.
9461 (once_pointer, once_arg): New static variables.
9462 (c_run_once): New static function.
9463 (Once::Once, Once::run_once, Once::internal_run): New functions.
9464 (class Initialize_lock_once): Remove.
9465 (initialize_lock_control): Remove.
9466 (initialize_lock_pointer): Remove.
9467 (initialize_lock_once): Remove.
9468 (Initialize_lock::Initialize_lock): Move to gold-threads.h.
9469 (Initialize_lock::initialize): Rewrite.
9470 (Initialize_lock::do_run_once): New function.
9471 * archive.cc (Archive::interpret_header): Only clear name if it is
9472 not already empty.
9473 * fileread.cc: Include "gold-threads.h"
9474 (file_counts_lock): New static variable.
9475 (file_counts_initialize_lock): Likewise.
9476 (File_read::release): Only increment counts when using --stats.
9477 Use a lock around the increment.
9478 * parameters.cc (class Set_parameters_target_once): Define.
9479 (set_parameters_target_once): New static variable.
9480 (Parameters::Parameters): Move here from parameters.h.
9481 (Parameters::set_target): Rewrite.
9482 (Parameters::set_target_once): New function.
9483 (Parameters::clear_target): Move here and rewrite.
9484 * parameters.h (class Parameters): Update declarations. Add
9485 set_parameters_target_once_ field.
9486 (Parameters::Parameters): Move to parameters.cc.
9487 (Parameters::clear_target): Likewise.
9488 * readsyms.cc (Read_symbols::do_group): Create a Start_group
9489 task.
9490 (Start_group::~Start_group): New function.
9491 (Start_group::is_runnable): New function.
9492 (Start_group::locks, Start_group::run): New functions.
9493 (Finish_group::run): Change saw_undefined to size_t.
9494 * readsyms.h (class Start_group): Define.
9495 (class Finish_group): Change saw_undefined_ field to size_t.
9496 (Finish_group::Finish_group): Remove saw_undefined and
9497 this_blocker parameters. Change all callers.
9498 (Finish_group::set_saw_undefined): New function.
9499 (Finish_group::set_blocker): New function.
9500 * symtab.h (class Symbol_table): Change saw_undefined to return
9501 size_t. Change saw_undefined_ field to size_t.
9502 * target-select.cc (Set_target_once::do_run_once): New function.
9503 (Target_selector::Target_selector): Initialize set_target_once_
9504 field. Don't initialize lock_ and initialize_lock_ fields.
9505 (Target_selector::instantiate_target): Rewrite.
9506 (Target_selector::set_target): New function.
9507 * target-select.h (class Set_target_once): Define.
9508 (class Target_selector): Update declarations. Make
9509 Set_target_once a friend. Remove lock_ and initialize_lock_
9510 fields. Add set_target_once_ field.
9511
fa17a3f4
ILT
95122010-02-10 Ian Lance Taylor <iant@google.com>
9513
9514 * dirsearch.cc (Dirsearch::initialize): Add all blockers before
9515 queueing any tasks.
9516 * gold.cc (queue_middle_gc_tasks): Likewise. Fix final blocker.
9517 (queue_middle_tasks): Add all blockers before queueing any tasks.
9518 (queue_final_tasks): Likewise.
9519 * token.h (Task_token::add_blockers): New function.
9520 * object.h (Input_objects::number_of_relobjs): New function.
9521
c7177d31
ILT
95222010-02-10 Ian Lance Taylor <iant@google.com>
9523
5de0e392
ILT
9524 * i386.cc (Relocate::relocate_tls): A local symbol is final if not
9525 shared, not if not position independent.
9526 * x86_64.cc (Relocate::relocate_tls): Likewise.
9527 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_pic_test.
9528 (tls_pie_pic_test): New target.
9529 * testsuite/Makefile.in: Rebuild.
9530
c7177d31
ILT
9531 * testsuite/Makefile.am (check_PROGRAMS): Add tls_pie_test.
9532 (tls_test_main_pie.o, tls_test_pie.o): New targets.
9533 (tls_test_file2_pie.o, tls_test_c_pie.o, tls_pie_test): Likewise.
9534 * testsuite/Makefile.in: Rebuild.
9535
684b268a
DM
95362010-02-09 David S. Miller <davem@davemloft.net>
9537
9538 * sparc.cc (Target_sparc::Scan::local): Do not emit relocs other than
9539 R_SPARC_RELATIVE using ->add_local_relative().
9540 (Target_sparc::Scan::global): Likewise for ->add_global_relative().
9541
612a8d3d
DM
9542 * output.h (Output_data_dynamic::add_section_size): New method
9543 that takes two Output_data objects.
9544 (Output_data_dynamic::Dynamic_entry): Create storage for secondary
9545 entry param. Handle it in initializers.
9546 * output.cc (Output_data_dynamic::Dynamic_entry::write): For
9547 DYNAMIC_SECTION_SIZE, add in second object size if non-NULL.
9548 * layout.h (Layout::add_target_dynamic_tags): Add dynrel_includes_plt
9549 arg.
9550 * layout.cc (Layout::add_target_dynamic_tags): If dynrel_includes_plt,
9551 and .rela.plt exists, set DT_REL{,A}SZ to sum of .rela.dyn and .rela.plt
9552 * arm.cc (Target_arm::do_finalize_sections): Update to pass false
9553 for dynrel_includes_plt.
9554 * i386.cc (Target_i386::do_finalize_sections): Likewise.
9555 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
9556 * sparc.cc (Target_sparc::make_plt_entry): Force .rela.dyn to be output
9557 before .rela.plt
9558 (Target_sparc::do_finalize_sections): Update to pass true for
9559 dynrel_includes_plt.
9560 * powerpc.cc (Target_powerpc::make_plt_entry): Force .rela.dyn to be
9561 output before .rela.plt
9562 (Target_powerpc::do_finalize_sections): Update to pass true for
9563 dynrel_includes_plt when 32-bit.
9564
cb1be87e
DK
95652010-02-08 Doug Kwan <dougkwan@google.com>
9566
9567 * arm.cc (Arm_relobj::simple_input_section_output_address): New
9568 method.
9569 (Arm_relobj::section_needs_cortex_a8_stub_scanning,
9570 Arm_relobj::scan_section_for_cortex_a8_stubs,
9571 Arm_relobj::do_relocation_section): Instead of calling
9572 Output_section::output_address, use faster
9573 Arm_relobj::simple_input_section_output_address.
9574
705b5121
DM
95752010-02-08 David S. Miller <davem@davemloft.net>
9576
9577 * sparc.cc (Target_sparc::Relocate::relocate): If relocation offset is
9578 unaligned for R_SPARC_16, R_SPARC_32, or R_SPARC_64, use the unaligned
9579 relocation helper function.
9580
024c4466
DM
9581 * sparc.cc (Target_sparc::Scan::local): Handle R_SPARC_GOTDATA_OP*
9582 just like R_SPARC_GOT{10,13,22}.
9583 (Target_sparc::Scan::local): Likewise.
9584 (Target_sparc::Relocate:relocate): Likewise.
9585
9109c078
ILT
95862010-02-06 Ian Lance Taylor <iant@google.com>
9587
9588 * configure.ac: Rewrite targetobjs duplicate removal code to use
9589 only shell constructs.
9590 * configure: Rebuild.
9591
cf846138
DK
95922010-02-05 Doug Kwan <dougkwan@google.com>
9593
9594 PR 11247
9595 * arm.cc (Arm_relobj::section_is_scannable): New method.
9596 (Arm_relobj::section_needs_reloc_stub_scanning): Use it.
9597 (Arm_relobj::section_needs_cortex_a8_stub_scanning): Same.
9598
6cfaf60b
DK
95992010-02-04 Doug Kwan <dougkwan@google.com>
9600
9601 PR 11247
9602 * arm-reloc-property.cc (cstdio): Include.
9603 * configure.ac (targetobjs): Remove duplicates.
9604 * configure: Regenerate.
9605 * resolve.cc (Symbol_table::resolve): Explicit instantiate both
9606 big and little endian version for a given address size.
9607
5c57f1be
DK
96082010-02-03 Doug Kwan <dougkwan@google.com>
9609
9610 * arm-reloc-property.cc
9611 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9612 definition.
9613 * arm-reloc-property.h
9614 (Arm_reloc_property_table::get_implemented_static_reloc_property):
9615 New method definition.
9616 (Arm_reloc_property_table::reloc_name_in_error_message): New method
9617 declaration.
9618 * arm-reloc.def (THM_MOVT_ABS, THM_MOVT_PREL, THM_MOVT_BREL): Change
9619 overflow to N.
9620 (GOT_PREL): Change implemented to Y.
9621 * arm.cc (Target_arm::reloc_uses_thumb_bit): Remove method.
9622 (Target_arm::Relocate::reloc_needs_sym_origin): Remove method.
9623 (Arm_relocate_functions::movw_abs_nc): Remove method.
9624 (Arm_relocate_functions::movt_abs): Ditto.
9625 (Arm_relocate_functions::thm_movw_abs_nc): Ditto.
9626 (Arm_relocate_functions::thm_movt_abs): Ditto.
9627 (Arm_relocate_functions::movw_rel_nc): Ditto.
9628 (Arm_relocate_functions::movw_rel): Ditto.
9629 (Arm_relocate_functions::movt_rel): Ditto.
9630 (Arm_relocate_functions:thm_movw_rel_nc): Ditto.
9631 (Arm_relocate_functions:thm_movw_rel): Ditto.
9632 (Arm_relocate_functions:thm_movt_rel): Ditto.
9633 (Arm_relocate_functions::movw, Arm_relocate_functions::movt,
9634 (Arm_relocate_functions::thm_movw, Arm_relocate_functions::thm_movt):
9635 New method definitions.
9636 (Arm_relocation_functions::arm_grp_alu): Add assertion for group index.
9637 (Arm_relocation_functions::arm_grp_ldr): Ditto.
9638 (Arm_relocation_functions::arm_grp_ldrs): Ditto.
9639 (Arm_relocation_functions::arm_grp_ldc): Ditto.
9640 (Target_arm::Relocate::relocate): Check for non-static or
9641 unimplemented relocation code and exit early. Change calls to
9642 Target_arm::reloc_uses_thumb_bit and
9643 Target_arm::Reloc::reloc_needs_sym_origin to use relocation property
9644 instead. Refactor code to handle similar relocations to increase
9645 code sharing. Remove check for unsupported relocation code in switch
9646 statement.
9647 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Use
9648 relocation property table to find out size. Change error message to
9649 print out the name of a relocation code instead of the numeric value.
9650 (Target_arm::scan_reloc_for_stub): Use relocation property table
9651 instead of calling Target_arm::reloc_uses_thumb_bit().
9652
218c5831
DK
96532010-02-02 Doug Kwan <dougkwan@google.com>
9654
9655 * arm.cc (Target_arm::relocate_section): Do view adjustment for all
9656 types of relaxed input section.
9657
0d31c79d
DK
96582010-02-02 Doug Kwan <dougkwan@google.com>
9659
9660 * Makefile.am (HFILES): Add arm-reloc-property.h.
9661 (DEFFILES): New.
2e702c99
RM
9662 (TARGETSOURCES): Add arm-reloc-property.cc
9663 (ALL_TARGETOBJS): Add arm-reloc-property.$(OBJEXT)
0d31c79d
DK
9664 (libgold_a_SOURCES): $(DEFFILES)
9665 * Makefile.in: Regenerate.
9666 * arm-reloc-property.cc: New file.
9667 * arm-reloc-property.h: New file.
9668 * arm-reloc.def: New file.
9669 * arm.cc: Update comments.
9670 (arm-reloc-property.h): New included header.
9671 (arm_reloc_property_table): New global variable.
9672 (Target_arm::do_select_as_default_target): New method definition.
9673 * configure.tgt (armeb*-*-*,armbe*-*-*,arm*-*-*): Add
9674 arm-reloc-property to targ_extra_obj.
9675 * parameters.cc (set_parameters_target): Call
9676 Target::select_as_default_target().
9677 * target.h (Target::select_as_default_target): New method definition.
9678 (Target::do_select_as_default_target): Same.
9679
546c7457
DK
96802010-02-01 Doug Kwan <dougkwan@google.com>
9681
9682 * arm.cc (Arm_exidx_fixup::Arm_exidx_fixup): Initialize
9683 first_output_text_section_.
9684 (Arm_exidx_fixup::first_output_text_section): New method definition.
9685 (Arm_exidx_fixup::first_output_text_section_): New data member.
9686 (Arm_exidx_fixup::process_exidx_section): Record the first text
9687 output section seen.
9688 (Arm_output_section::fix_exidx_coverage): Set correct linked section
9689 and entsize in output section header.
9690
11b861d5
DK
96912010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9692
9693 * gold/arm.cc: Added support for the ARM relocations: R_ARM_THM_PC8,
9694 R_ARM_THM_PC12, R_ARM_THM_ALU_PREL_11_0.
9695 (Arm_relocate_functions::thm_alu11): New Method.
9696 (Arm_relocate_functions::thm_pc8): New Method.
9697 (Arm_relocate_functions::thm_pc12): New Method.
9698 (Target_arm::Scan::local): Handle the relocations.
9699 (Target_arm::Scan::global): Likewise.
9700 (Target_arm::Relocate::relocate): Likewise.
9701 (Target_arm:Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
9702
c9a2c125
DK
97032010-01-29 Doug Kwan <dougkwan@google.com>
9704
9705 * arm.cc (Target_arm::Scan::global): General PLTs for the same set
9706 of relocation types as ld.
9707
1521477a
DK
97082010-01-29 Doug Kwan <dougkwan@google.com>
9709
9710 * arm.cc (Arm_relocate_functions::arm_branch_common) Change visibility
9711 to public.
9712 (Arm_relocate_functions::thumb_branch_common): Ditto.
9713 (Arm_relocate_functions::thm_call, Arm_relocate_functions::thm_jump24,
9714 Arm_relocate_functions::thm_xpc22, Arm_relocate_functions::plt32,
9715 Arm_relocate_functions::xpc25, Arm_relocate_functions::call,
9716 Arm_relocate_functions::jump24): Remove.
9717 (Target_arm::Relocate::relocate): Adjust code to call
9718 Arm_relocation_functions::arm_branch_common and
9719 Arm_relocation_functions::thumb_branch_common instead of their removed
e1df38aa 9720 wrappers. Merge switch-cases together to reduce source code size.
1521477a 9721
e7eca48c
DK
97222010-01-29 Doug Kwan <dougkwan@google.com>
9723
9724 * arm.cc (Arm_relobj::Arm_relobj): Initialize new data member
9725 output_local_symbol_count_needs_update_.
9726 (Arm_relobj::output_local_symbol_count_needs_update,
9727 Arm_relobj::set_output_local_symbol_count_needs_update,
9728 Arm_relobj::update_output_local_symbol_count): New methods.
9729 (Arm_relobj::output_local_symbol_count_needs_update_): New data
9730 member.
9731 (Arm_exidx_cantunwind::do_fixed_endian_write): Write address
9732 of pointed function as in a R_ARM_PREL31 relocation.
9733 (Arm_output_section<big_endian>::fix_exidx_coverage): Mark objects
9734 for output local symbol count updating.
9735 (Target_arm::do_relax): Update output local symbol counts in objects
9736 if necessary.
9737 * object.h (Sized_relobj::set_output_local_symbol_count): New method.
9738
02961d7e
ILT
97392010-01-29 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9740
9741 * arm.cc: Added support for the ARM relocations:
9742 R_ARM_MOVW_BREL_NC, R_ARM_MOVT_BREL, R_ARM_MOVW_BREL,
9743 R_ARM_THM_MOVW_BREL_NC, R_ARM_THM_MOVT_BREL, R_ARM_THM_MOVW_BREL.
9744 (Arm_relocate_functions::movw_rel_nc): Renamed (was
9745 movw_prel_nc).
9746 (Arm_relocate_functions::movw_rel): New method.
9747 (Arm_relocate_functions::movt_rel): Renamed (was movt_prel).
9748 (Arm_relocate_functions::thm_movw_rel_nc): Renamed (was
9749 thm_movw_prel_nc).
9750 (Arm_relocate_functions::thm_movw_rel): New method.
9751 (Arm_relocate_functions::thm_movt_rel): Renamed (was
9752 thm_movt_prel).
9753 (Target_arm::Scan::local): Handle MOVW_BREL/MOVT_BREL
9754 relocations.
9755 (Target_arm::Scan::global): Likewise.
9756 (Target_arm::Relocate::relocate): Likewise.
9757 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9758 Likewise.
9759
b10d2873
ILT
97602010-01-27 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9761
9762 * arm.cc: Added support for ARM group relocations.
9763 (Target_arm::reloc_needs_sym_origin): New method.
9764 (Arm_relocate_functions::calc_grp_kn): New method.
9765 (Arm_relocate_functions::calc_grp_residual): New method.
9766 (Arm_relocate_functions::calc_grp_gn): New method.
9767 (Arm_relocate_functions::arm_grp_alu): New Method.
9768 (Arm_relocate_functions::arm_grp_ldr): New Method.
9769 (Arm_relocate_functions::arm_grp_ldrs): New Method.
9770 (Arm_relocate_functions::arm_grp_ldc): New Method.
9771 (Target_arm::Scan::local): Handle the ARM group relocations.
9772 (Target_arm::Scan::global): Likewise.
9773 (Target_arm::Relocate::relocate): Likewise.
9774 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9775 Likewise.
9776
2b328d4e
DK
97772010-01-26 Doug Kwan <dougkwan@google.com>
9778
9779 * arm.cc (set): Include.
9780 (class Arm_exidx_fixup): Change type of last_input_section_ to const
9781 pointer type.
2e702c99 9782 (Arm_output_section::Text_section_list): New type.
2b328d4e
DK
9783 (Arm_output_section::append_text_sections_to_list): New method.
9784 (Arm_output_section::fix_exidx_coverage): Ditto.
9785 (Arm_relobj::Arm_relobj): Initialize exidx_section_map_.
2e702c99 9786 (Arm_relobj::convert_input_section_to_relaxed_section): Use
2b328d4e
DK
9787 Relobj::set_section_offset() instead of
9788 Sized_relobj::invalidate_section_offset().
2e702c99 9789 (Arm_relobj::section_needs_reloc_stub_scanning): Add an extra
2b328d4e
DK
9790 parameter for section headers. Ignore relocation sections for
9791 unallocated sections and EXIDX sections.
9792 (Target_arm::fix_exidx_coverage): New method.
9793 (Target_arm::output_section_address_less_than): New type.
9794 (Arm_exidx_fixup::add_exidx_cantunwind_as_needed): Use index of the
9795 linked text section instead of the EXIDX section.
9796 (Arm_output_section::create_stub_group): Add an assertion to check
9797 that this is not an EXIDX output section.
9798 (Arm_output_section::append_text_sections_to_list): New method.
9799 (Arm_output_section::fix_exidx_coverage): Ditto.
9800 (Arm_relobj::scan_sections_for_stubs): Adjust call to
2e702c99 9801 Arm_relobj::section_needs_reloc_stub_scanning.
2b328d4e
DK
9802 (Target_arm::do_relax): Fix EXIDX output section coverage in the
9803 first pass.
9804 (Target_arm::fix_exidx_coverage): New method.
9805 * object.h (Relobj::set_output_section): New method.
9806 (Sized_relobj::invalidate_section_offset): Remove method.
9807 (Sized_relobj::do_invalidate_section_offset): Remove method.
9808 (Sized_relobj::do_set_section_offset): Handle offset value -1.
9809
c7f3c371
DK
98102010-01-25 Doug Kwan <dougkwan@google.com>
9811
9812 * arm.cc (Arm_exidx_merged_section::do_output_offset):
9813 Fix warning due to signed and unsigned comparison on a 32-bit host.
9814
8923b24c
DK
98152010-01-22 Doug Kwan <dougkwan@google.com>
9816
9817 * arm.cc (Target_arm::do_relax): Record an output section for section
9818 offset adjustment it contains any stub table that has changed.
9819 * layout.cc (Layout::clean_up_after_relaxation): Adjust section
9820 offsets in an output section if necessary.
9821 * output.cc (Output_section::Output_section): Initialize
9822 section_offsets_need_adjustments_.
9823 (Output_section::add_input_section_for_script): Renamed to
9824 Output_section::add_simple_input_section.
9825 (Output_section::save_states): Add a comment.
9826 (Output_section::discard_states): New method defintion.
9827 (Output_section::adjust_section_offsets): Same.
9828 * output.h (Output_section::add_input_section_for_script): Renamed to
9829 Output_section::add_simple_input_section.
9830 (Output_section::discard_states): New method declaration.
9831 (Output_section::adjust_section_offsets): Same.
9832 (Output_section::section_offsets_need_adjustment,
9833 Output_section::set_section_offsets_need_adjustment): New method
9834 definitions.
9835 (Output_section::section_offsets_need_adjustment_): New data member.
9836 * script-sections.cc
9837 (Output_section_element_input::set_section_address): Adjust code for
9838 renaming of Output_section::add_input_section_for_script.
9839 (Orphan_output_section::set_section_address): Same.
9840
9b2fd367
DK
98412010-01-22 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9842
9843 * gold/arm.cc (Target_arm): Updated fix_v4bx method and usage of
9844 Fix_v4bx enum values .
9845 * gold/options.h (General_options): New option definitions.
9846 (General_options::fix_v4bx): New method.
9847 (General_options::Fix_v4bx): New enum.
9848 * gold/options.cc (General_options::parse_fix_v4bx): New method.
9849 (General_options::parse_fix_v4bx_interworking): New method.
9850
80d0d023
DK
98512010-01-22 Doug Kwan <dougkwan@google.com>
9852
9853 * arm.cc (Arm_exidx_fixup): New class.
9854
af2cdeae
DK
98552010-01-21 Doug Kwan <dougkwan@google.com>
9856
9857 * arm.cc (Arm_exidx_cantunwind, Arm_exidx_merged_section): New
9858 classes.
9859 (Arm_exidx_section_offset_map): New type.
9860
993d07c1
DK
98612010-01-21 Doug Kwan <dougkwan@google.com>
9862
9863 * arm.cc (Arm_exidx_input_section): New class.
9864 (Arm_relobj::exidx_input_section_by_link,
9865 Arm_relobj::exidx_input_section_by_shndx,
9866 Arm_relobj::make_exidx_input_section): New methods.
9867 (read_arm_attributes_section): Remove.
9868 (Arm_relobj::do_read_symbols): Look for ARM.exidx sections and record
9869 information about them.
9870 (Arm_dynobj::do_read_symbols): Move code in read_arm_attributes_section
9871 to here.
9872
5ac169d4
DK
98732010-01-20 Doug Kwan <dougkwan@google.com>
9874
9875 * arm.cc (Target_arm::Arm_input_section_map): Change key type from
9876 Input_section_specifier to Section_id.
9877 (Target_arm::new_arm_input_section: Adjust code for change of key
9878 type.
9879 (Target_arm::find_arm_input_section): Ditto.
9880 * gc.h (object.h): Include for Section_id nand Section_id_hash.
9881 (Section_id): Remove.
9882 (Garbage_collection::Section_id_hash): Remove.
9883 * icf.h (object.h): Include for Section_id nand Section_id_hash.
9884 (Section_id): Remove.
9885 (Icf::Section_id_hash): Remove.
9886 * object.h (Section_id, Const_section_id, Section_id_hash,
9887 Const_section_id_hash): New type definitions.
9888 * output.cc (Output_section::add_relaxed_input_section): Change to
9889 use Const_section_id instead of Input_section_specifier as key type.
9890 (Output_section::add_merge_input_section): Ditto.
9891 (Output_section::build_relaxation_map): Change to use Section_id
9892 instead of Input_section_specifier as key type.
2e702c99 9893 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
5ac169d4
DK
9894 Ditto.
9895 (Output_section::convert_input_sections_to_relaxed_sections): Change
9896 to use Const_section_id instead of Input_section_specifier as key type.
2e702c99 9897 (Output_section::find_merge_section): Ditto.
5ac169d4
DK
9898 (Output_section::find_relaxed_input_section): Ditto.
9899 * output.h (Input_section_specifier): Remove class.
9900 (Output_section::Output_section_data_by_input_section_map): Change
9901 key type to Const_section_id.
9902 (Output_section::Output_relaxed_input_section_by_input_section_map):
9903 Ditto.
9904 (Output_section::Relaxation_map): Change key type to Section_id.
9905
a2162063
ILT
99062010-01-20 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9907
9908 * gold/arm.cc: Added support for R_ARM_V4BX relocation
9909 (class Arm_v4bx_stub): New class.
9910 (DEF_STUBS): Updated definition to support v4_veneer_bx.
9911 (Stub_factory::make_arm_v4bx_stub): New method.
9912 (Stub_factory::elf32_arm_stub_v4_veneer_bx): New veneer template.
9913 (Stub_table::empty): Handle v4bx stubs.
9914 (Stub_table::add_arm_v4bx_stub): New method.
9915 (Stub_table::find_arm_v4bx_stub): New method.
9916 (Arm_relocate_functions::v4bx): New method.
9917 (Target_arm::fix_v4bx): New method.
9918 (Target_arm::Target_arm): Handle R_ARM_V4BX.
9919 (Stub_table::relocate_stubs): Likewise.
9920 (Stub_table::do_write): Likewise.
9921 (Stub_table::update_data_size_and_addralign): Likewise.
9922 (Stub_table::finalize_stubs): Likewise.
9923 (Target_arm::Scan::local): Likewise.
9924 (Target_arm::Scan::global): Likewise.
9925 (Target_arm::do_finalize_sections): Likewise.
9926 (Target_arm::Relocate::relocate): Likewise.
9927 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9928 Likewise.
9929 (Target_arm::scan_reloc_for_stub): Likewise.
9930 (Target_arm::scan_reloc_section_for_stubs): Likewise.
9931
5696ab0b
ILT
99322010-01-19 Ian Lance Taylor <iant@google.com>
9933
9934 * output.cc (Output_section_headers::do_sized_write): Write large
9935 segment count to sh_info field.
9936 (Output_file_header::do_sized_write): For large segment count,
9937 write PN_XNUM to e_phnum field.
9938
800d0f56
ILT
99392010-01-15 Viktor Kutuzov <vkutuzov@accesssoftek.com>
9940
9941 * arm.cc (Arm_relocate_functions::thm_jump6): New function.
9942 (Arm_relocate_functions::thm_jump8): New function.
9943 (Arm_relocate_functions::thm_jump11): New function.
9944 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP6, R_ARM_THM_JUMP8,
9945 R_ARM_THM_JUMP11.
9946 (Target_arm::Scan::global): Likewise.
9947 (Target_arm::Relocate::relocate): Likewise.
9948 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
9949 Likewise.
9950
41263c05
DK
99512010-01-14 Doug Kwan <dougkwan@google.com>
9952
9953 * arm.cc (map, utility): Include headers.
9954 (Target_arm::apply_cortex_a8_workaround): New method.
9955 (Arm_relobj::do_relocate_sections): Apply any Cortex-A8 workaround.
9956 (Target_arm::Scan::local): Handle R_ARM_THM_JUMP24, R_ARM_THM_JUMP19.
9957 (Target_arm::Scan::global): R_ARM_THM_JUMP19.
9958 (Target_arm::do_finalize_sections): Set fix_cortex_a8_ according to
9959 the --[no-]fix-cortex-a8 command line options.
9960 (Target_arm::Relocate::relocate): Handle R_ARM_JUMP19.
9961 (Target_arm::relocate_stub): Use addend in instruction template.
9962 * options.h (DEFINE_bool): Set the user-set flag.
9963 (General_options): Add --[no-]-fix-cortex options.
9964 * output.cc (Output_section::convert_input_sections_to_relaxed_sections)
e1df38aa 9965 : Update fast look-up map after conversion.
41263c05 9966
459e9b03
ST
99672010-01-14 Sriraman Tallam <tmsriram@google.com>
9968
9969 * object.cc (Sized_relobj::do_layout): Change to call layout_gnu_stack
9970 in the first pass of do_layout.
9971
b521dfe4
DK
99722010-01-13 Doug Kwan <dougkwan@google.com>
9973
9974 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9975 Arm_relobj::scan_sections_for_stubs): Rearrange code to avoid an
9976 apparent compiler problem of not folding static constant integral
9977 data members of elfcpp::Elf_sizes<32>.
9978
44272192
DK
99792010-01-13 Doug Kwan <dougkwan@google.com>
9980
9981 * arm.cc (Arm_relobj::section_needs_reloc_stub_scanning,
9982 Arm_relobj::section_needs_cortex_a8_stub_scanning,
9983 Arm_relobj::scan_section_for_cortex_a8_erratum,
9984 Arm_relobj::scan_span_for_cortex_a8_erratum): New methods.
9985 (Arm_relobj::scan_sections_for_stubs): Move code deciding what
9986 sections to scan for relocation stubs into a new method
9987 Arm_relobj::section_needs_reloc_stub_scanning. Handle both
9988 relocation and Cortex-A8 stub scanning.
9989 (Target_arm::do_relax): Force stubs to be after stubbed sections
9990 if fixing the Cortex-A8 erratum. Remove all Cortex-A8 stubs at
e1df38aa 9991 the beginning of a new relaxation pass. Update a comment.
44272192
DK
9992 (Target_arm::scan_span_for_cortex_a8_erratum): New method definition.
9993
44b71ece
ILT
99942010-01-12 Ian Lance Taylor <iant@google.com>
9995
9996 * target-reloc.h (visibility_error): New inline function.
9997 (relocate_section): Call visibility_error.
9998 * testsuite/Makefile.am (check_DATA): Add protected_3.err.
9999 (MOSTLYCLEANFILES): Likewise.
10000 (protected_4_pic.o, protected_3.err): New targets.
10001 * testsuite/protected_4.cc: New file.
10002
a120bc7f
DK
100032010-01-12 Doug Kwan <dougkwan@google.com>
10004
10005 * arm.cc (Cortex_a8_reloc): New class.
10006 (Target_arm::Target_arm): Initialize new data members fix_cortex_a8_
10007 and cortex_a8_relocs_info_.
10008 (Target_arm::fix_cortex_a8): New method definition.
10009 (Target_arm::Cortex_a8_relocs_info): New type.
10010 (Target_arm::fix_cortex_a8_, Target_arm::cortex_a8_relocs_info_):
10011 New data member declarations.
10012 (Target_arm::scan_reloc_for_stub): Record information about
10013 relocations for THUMB branches that might be exempted from the
10014 Cortex-A8 workaround.
10015 (Target_arm::do_relax): Clear all Cortex-A8 relocation information
10016 at the beginning of a relaxation pass.
10017
20138696
DK
100182010-01-12 Doug Kwan <dougkwan@google.com>
10019
10020 * arm.cc (Arm_relobj::mapping_symbols_info_): New data member.
10021 (Arm_relobj::Mapping_symbol_position,
10022 Arm_reloj::Mapping_symbol_position_less,
10023 Arm_relobj::Mapping_symbols_info): New types.
10024 (Target_arm::is_mapping_symbol_name): New method definition.
10025 (Arm_relobj::do_count_local_symbols): Save information about mapping
10026 symbols.
10027
089d69dc
DK
100282010-01-11 Doug Kwan <dougkwan@google.com>
10029
10030 * arm.cc (Arm_relocate_functions::thumb32_branch_offset,
10031 Arm_relocate_functions::thumb32_branch_upper,
10032 Arm_relocate_functions::thumb32_branch_lower,
10033 Arm_relocate_functions::thumb32_cond_branch_offset,
10034 Arm_relocate_functions::thumb32_cond_branch_upper,
10035 Arm_relocate_functions::thumb32_cond_branch_lower,
10036 Arm_relocate_functions::thm_jump19): New methods to handle THUMB
10037 branch offset encoding.
10038 (Arm_relocate_functions::thumb_branch_common): Use new branch
10039 offset encoding methods to avoid code duplication.
10040 (Stub_template::Stub_template) Handle THUMB16_SPECIAL_TYPE.
10041 (Stub_addend_reader::operator()): Use new branch encoding method
10042 to avoid code duplication.
10043
99e5bff2
DK
100442010-01-11 Doug Kwan <dougkwan@google.com>
10045
10046 * arm.cc (Arm_relobj::do_gc_process_relocs): New method.
10047 (Target_arm::do_finalize_sections): Define special EXIDX section
10048 symbols only if referenced.
10049 * gc.h (Garbage_collection::add_reference): New method.
10050 (gc_process_relocs): Use Garbage_collection::add_reference to avoid
10051 code duplication.
10052
98e090bd
ILT
100532010-01-11 Ian Lance Taylor <iant@google.com>
10054
d0a91bd8
ILT
10055 * script.cc (Version_script_info::build_expression_list_lookup):
10056 Change complaing about duplicate wildcard match from error to
10057 warning.
10058
98e090bd
ILT
10059 * script.cc (class Lazy_demangler): Recreate--revert part of patch
10060 of 2009-12-30.
10061 (Version_script_info::Version_script_info): Initialize globs_,
10062 default_version_, default_is_global_, and exact_. Don't
10063 initialize globals_ or locals_.
10064 (Version_script_info::build_lookup_tables): Build local symbols
10065 first.
10066 (Version_script_info::unquote): New function.
10067 (Version_script_info::add_exact_match): New function.
10068 (Version_script_info::build_expression_list_lookup): Remove lookup
10069 parameter. Add is_global parameter. Change all callers. Handle
10070 wildcard pattern specially. Unquote pattern. Call
10071 add_exact_match.
10072 (Version_script_info::get_name_to_match): New function.
10073 (Version_script_info::get_symbol_version): New function.
10074 (Version_script_info::get_symbol_version_helper): Remove.
10075 (Version_script_info::check_unmatched_names): Call unquote.
10076 * script.h (class Version_script_info): Change get_symbol_version
10077 to be non-inline and add is_global parameter; change all callers.
10078 Rewrite symbol_is_local. Update declarations. Define struct
10079 Version_tree_match, Exact, Globs. Don't define struct Lookup.
10080 Remove globals_ and locals_ members. Add exact_, globs_,
10081 default_version_, is_global_.
10082 (Version_script_info::Glob): Remove pattern, add expression and
10083 is_global. Update constructor. Change all callers.
10084 * dynobj.cc (Versions::finalize): Mark the version symbol as the
10085 default version.
10086 (Versions::symbol_section_contents): If a symbol is undefined, or
10087 defined in a dynamic object, set the version index to
10088 VER_NDX_LOCAL.
10089 * symtab.cc (Symbol_table::add_from_relobj): Don't call
10090 symbol_is_local.
10091 (Symbol_table::add_from_pluginobj): Likewise.
10092 * testsuite/ver_matching_test.sh: blaza1 and blaza go into V2.
10093
d56962d3
DK
100942010-01-11 Doug Kwan <dougkwan@google.com>
10095
10096 * Makefile.am (incremental_dump_DEPENDENCIES): Add libintl dependency.
10097 (incremental_dump_LDADD): Add linking option for libintl.
10098 * Makefile.in: Regenerate.
10099
94e6ee91
L
101002010-01-11 H.J. Lu <hongjiu.lu@intel.com>
10101
10102 PR gold/11144
10103 * testsuite/Makefile.am (dynamic_list.stdout): Use --dyn-syms
10104 instead of -Ds.
10105 * testsuite/Makefile.in: Regenerated.
10106
e96c574b
DK
101072010-01-10 Doug Kwan <dougkwan@google.com>
10108
10109 * options.h (DEFINE_var): Use parentheses around argument varname__
10110 in macro body to avoid any unintended subsequent substitutions.
10111
7198066b
ILT
101122010-01-10 Ian Lance Taylor <iant@google.com>
10113
ba4d53bf
ILT
10114 * resolve.cc (Symbol_table::resolve): Add symbols to list of ODR
10115 candidates before doing symbol resolution.
10116
7198066b
ILT
10117 * resolve.cc (Symbol_table::resolve): Add symbols to the list of
10118 ODR candidates if only one is weak.
10119
a2beed37
ILT
101202010-01-08 Ian Lance Taylor <iant@google.com>
10121
10122 * script.cc (Version_script_info::build_expression_list_lookup):
10123 Don't warn about ambiguous version, just record the ambiguity.
10124 (Version_script_info::get_symbol_version_helper): Give error if
10125 version is ambiguous.
10126
2fb7225c
DK
101272010-01-08 Doug Kwan <dougkwan@google.com>
10128
10129 * arm.cc (Stub_table::Stub_table): Initalize cortex_a8_stubs_,
703d02da
AM
10130 prev_data_size_ and prev_addralign_. Remove initializer for
10131 deleted data member has_been_changed_.
10132 (Stub_table::empty): Look at both reloc_stubs_ and cortex_a8_stubs_
10133 to determine if the table is empty.
10134 (Stub_table::has_been_changed, Stub_table_set_has_been_changed):
10135 Remove.
10136 (Stub_table::add_reloc_stub): Define method in class definition
10137 instead of just declaring it there.
10138 (Stub_table::add_cortex_a8_stub): New method definition.
10139 (Stub_table::update_data_size_and_addralign): Ditto.
10140 (Stub_table::finalize_stubs): Ditto.
10141 (Stub_table::apply_cortex_a8_workaround_to_address_range): Ditto.
10142 (Stub_table::do_addralign_): Return address alignment in the
10143 (Stub_table::do_reset_address_and_file_offset): Define method in
10144 class definition instead of declaring it there. Set current data
10145 size to be the data size of the previous pass.
10146 (Stub_table::set_final_data_size): Use current data size as the
10147 final data size.
10148 (Stub_table::relocate_stub): Change parameter type of stub from
10149 Reloc_stub pointer to Stub pointer.
10150 (Stub_table::addralign_, Stub_table::has_been_changed_): Remove.
10151 (Stub_table::Cortex_a8_stub_list): New typedef.
10152 (Stub_table::cortex_a8_stubs_, Stub_table::prev_data_size_,
10153 Stub_table::prev_addralign_): New data member.
10154 (Arm_relobj::Arm_relobj): Initialize data member
10155 section_has_cortex_a8_workaround_.
10156 (Arm_relobj::section_has_cortex_a8_workaround,
10157 Arm_relobj::mark_section_for_cortex_a8_workaround): New method
10158 definitions.
10159 (Arm_relobj::section_has_cortex_a8_workaround_): New data member
10160 declarations.
10161 (Target_arm::relocate_stub): Change parameter type of stub from
10162 Reloc_stub pointer to Stub pointer.
10163 (Insn_template::size, Insn_template::alignment): Handle
10164 THUMB16_SPECIAL_TYPE.
10165 (Stub_table::remove_all_cortex_a8_stubs, Stub_table::finalize_stubs,
10166 Stub_table::update_data_size_and_addralign,
10167 Stub_table::apply_cortex_a8_workaround_to_address_range): New method
10168 definitions.
10169 (Stub_table::relocate_stubs): Handle Cortex-A8 stubs.
10170 (Stub_table::do_write): Ditto.
10171 (Target_arm::do_relax): Adjust code for changes in Stub_table.
2fb7225c 10172
880cd20d
ILT
101732010-01-08 Ian Lance Taylor <iant@google.com>
10174
10175 PR 11108
10176 * symtab.h (class Symbol): Remove fields is_target_special_ and
10177 has_plt_offset_. Add field is_defined_in_discarded_section_.
10178 (Symbol::is_defined_in_discarded_section): New function.
10179 (Symbol::set_is_defined_in_discarded_section): New function.
10180 (Symbol::has_plt_offset): Rewrite.
10181 (Symbol::set_plt_offset): Verify that new offset is not -1U.
10182 * symtab.cc (Symbol::init_fields): Initialize plt_offset_ to -1U.
10183 Don't initialize is_target_special_ or has_plt_offset_.
10184 Initialize is_defined_in_discarded_section_.
10185 (Symbol_table::add_from_relobj): If appropriate, set
10186 is_defined_in_discarded_section.
10187 * resolve.cc (Symbol::override_base_with_special): Don't test
10188 is_target_special_. Change has_plt_offset_ to has_plt_offset().
10189 * target-reloc.h (relocate_section): Do special handling for
10190 symbols defined in discarded sections for global symbols as well
10191 as local symbols.
10192
2703e3eb
ILT
101932010-01-08 Ian Lance Taylor <iant@google.com>
10194
10195 * dynobj.cc (big_endian>::find_dynsym_sections): Set pi to NULL in
10196 the SHT_SYMTAB case.
10197
339d40a3
ILT
101982010-01-08 Ian Lance Taylor <iant@google.com>
10199
10200 * object.cc (Sized_relobj::do_layout): Don't get confused if
10201 layout_eh_frame returns NULL.
10202
abecea76
ILT
102032010-01-08 Ian Lance Taylor <iant@google.com>
10204
10205 PR 11084
10206 * dynobj.cc (Sized_dynobj::find_dynsym_sections): If there is no
10207 dynamic symbol table, use the normal symbol table.
10208 (Sized_dynobj::do_read_symbols): Remove assertion about type of
10209 symbol table.
10210
6b7dd3f3
ILT
102112010-01-08 Ian Lance Taylor <iant@google.com>
10212
10213 PR 11072
10214 * layout.cc (Layout::include_section): Remove .gnu_debuglink
10215 sections.
10216
36c50e63
L
102172010-01-08 H.J. Lu <hongjiu.lu@intel.com>
10218
10219 * version.cc (print_version): Change to "Copyright 2010".
10220
e291e7b9
ILT
102212010-01-08 Ian Lance Taylor <iant@google.com>
10222
10223 PR 10287
10224 PR 11063
10225 * i386.cc (class Target_i386): Change return type of plt_section
10226 to be non-const.
10227 (class Output_data_plt_i386): Add tls_desc_rel_ field.
10228 (Output_data_plt_i386::Output_data_plt_i386): Initialize
10229 tls_desc_rel_ field.
10230 (Output_data_plt_i386::rel_tls_desc): New function.
10231 (Target_i386::rel_tls_desc_section): New function.
10232 (Target_i386::Scan::local): Rewrite R_386_TLS_GOTDESC handling.
10233 (Target_i386::Scan::global): For R_386_TLS_GOTDESC put
10234 R_386_TLS_DESC reloc in rel_tls_desc_section.
10235 * x86_64.cc (class Target_x86_64): Add tlsdesc_reloc_info_ field.
10236 Define struct Tlsdesc_info.
10237 (Target_x86_64::Target_x86_64): Initialize tlsdesc_reloc_info_.
10238 (Target_x86_64::do_reloc_symbol_index): New function.
10239 (Target_x86_64::add_tlsdesc_info): New function.
10240 (class Output_data_plt_x86_64): Add tlsdesc_rel_ field.
10241 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize
10242 tlsdesc_rel_ field.
10243 (Output_data_plt_x86_64::rela_plt): Rename from rel_plt. Change
10244 all callers.
10245 (Output_data_plt_x86_64::rela_tlsdesc): New function.
10246 (Target_x86_64::rela_tlsdesc_section): New function.
10247 (Target_x86_64::Scan::local): Rewrite R_X86_64_GOTPC32_TLSDESC
10248 handling.
10249 (Target_x86_64::Scan::global): For R_X86_64_GOTPC32_TLSDESC put
10250 (Target_x86_64::do_reloc_addend): New function.
10251 R_X86_64_TLSDESC reloc in rela_tlsdesc_section.
10252 * output.h (class Output_reloc) [SHT_REL]: Add new constructor
10253 declarations. Define TARGET_CODE. Add arg field to u1_ union.
10254 (Output_reloc::type): New function.
10255 (Output_reloc::is_local_section_symbol): Check for TARGET_CODE.
10256 (Output_reloc::is_target_specific): New function.
10257 (Output_reloc::target_arg): New function.
10258 (class Output_reloc) [SHT_RELA]: Add four new constructors for
10259 absolute relocs and target specific relocs.
10260 (class Output_data_reloc) [SHT_REL]: Add add_absolute and
10261 add_target_specific.
10262 (class Output_data_reloc) [SHT_RELA]: Likewise.
10263 * output.cc (Output_reloc::Output_reloc): Add four new versions
10264 for absolute relocs and target specific relocs.
10265 (Output_reloc::set_needs_dynsym_index): Add TARGET_CODE case.
10266 (Output_reloc::get_symbol_index): Likewise.
10267 (Output_reloc::local_section_offset): Check that local_sym_index_
10268 is not TARGET_CODE or 0.
10269 (Output_reloc::symbol_value): Likewise.
10270 (Output_reloc::write) [SHT_RELA]: Call target for target specific
10271 reloc.
10272 * target.h (class Target): Add reloc_symbol_index and reloc_addend
10273 functions. Add do_reloc_symbol_index and do_reloc_addend virtual
10274 functions.
10275 * layout.cc (add_target_dynamic_tags): Use output section for
10276 DT_PLTRELSZ and DT_JMPREL.
10277
3a44184e
ILT
102782010-01-07 Ian Lance Taylor <iant@google.com>
10279
10280 PR 11061
10281 * output.h (class Output_reloc) [SHT_RELA]: Add is_relative
10282 function.
10283 (class Output_data_reloc_generic): Define.
10284 (class Output_data_reloc_base): Change base class to
10285 Output_data_reloc_generic. Change add() method to call
10286 bump_relative_reloc_count for a relative reloc. Remove
10287 sort_relocs_ field.
10288 * output.cc (Output_data_reloc_base::do_write): Change sort_reloc_
10289 to sort_relocs().
10290 * layout.cc (Layout::add_target_dynamic_tags): Change dyn_rel to
10291 Output_data_reloc_generic*. Add DT_RELCOUNT/DT_RELACOUNT tag if
10292 appropriate.
10293 * layout.h (class Layout): Update declaration.
10294
ea715a34
ILT
102952010-01-07 Ian Lance Taylor <iant@google.com>
10296
10297 * output.h (class Output_data): Add const version of
10298 output_section and do_output_section.
10299 (class Output_section_data): Add const version of
10300 do_output_section.
10301 (class Output_section): Likewise.
10302 * layout.cc (Layout::add_target_dynamic_tags): New function.
10303 * layout.h (class Layout): Update declarations.
10304 * arm.cc (Target_arm::do_finalize_sections): Use
10305 add_target_dynamic_tags.
10306 * i386.cc (Target_i386::do_finalize_sections): Likewise.
10307 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
10308 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
10309 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
10310
659948a4
ILT
103112010-01-07 Ian Lance Taylor <iant@google.com>
10312
10313 PR 11042
10314 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Mark the dynamic
10315 object as needed.
10316
9d3b86f6
ILT
103172010-01-07 Dmitry Gorbachev <d.g.gorbachev@gmail.com>
10318 Ian Lance Taylor <iant@google.com>
10319
10320 PR 11019
10321 * object.cc: Instantiate Xindex::initialize_symtab_xindex and
10322 Xindex::read_symtab_xindex.
10323
bb0d3eb0
DK
103242010-01-07 Doug Kwan <dougkwan@google.com>
10325
10326 * arm.cc (Insn_template::Type): New enum value THUMB16_SPECIAL_TYPE.
10327 (Insn_template::thumb16_bcond_insn): New method declaration.
10328 (Insn_template): Fix spelling.
10329 (Stub::thumb16_special): New method declaration.
10330 (Stub::do_write): Define virtual method which was previously pure
10331 virtual.
10332 (Stub::do_thumb16_special): New method declaration.
10333 (Stub::do_fixed_endian_write): New template member.
10334 (Reloc_stub::do_write): Remove.
10335 (Reloc_stub::do_fixed_endian_write): Remove.
10336 (Cortex_a8_stub): New class definition.
10337 (Stub_factory::make_cortex_a8_stub): New method definition.
10338 (Stub_factory::Stub_factory): Add missing static storage class
10339 qualifier for elf32_arm_stub_a8_veneer_blx.
10340
ffeef7df
ILT
103412010-01-07 Ian Lance Taylor <iant@google.com>
10342
dc3f80fe
ILT
10343 PR 10980
10344 * options.h (class General_options): Add --warn-unresolved-symbols
10345 and --error-unresolved-symbols.
10346 * errors.cc (Errors::undefined_symbol): Implement
10347 --warn-unresolved-symbols.
10348
ffeef7df
ILT
10349 * options.h (class General_options): Add -z text and -z textoff.
10350 * layout.cc (Layout::finish_dynamic_section): Implement -z text.
10351
f1ec9ded
ST
103522010-01-06 Sriraman Tallam <tmsriram@google.com>
10353
10354 * gc.h (Garbage_collection::Cident_section_map): New typedef.
10355 (Garbage_collection::cident_sections): New function.
10356 (Garbage_collection::add_cident_section): New function.
10357 (Garbage_collection::cident_sections_): New member.
10358 (gc_process_relocs): Add references to sections whose names are C
10359 identifiers.
10360 * gold.h (cident_section_start_prefix): New constant.
10361 (cident_section_stop_prefix): New constant.
10362 (is_cident): New function.
10363 * layout.cc (Layout::define_section_symbols): Replace string constants
10364 with the newly defined constants.
10365 * object.cc (Sized_relobj::do_layout): Track sections whose names are
10366 C identifiers.
10367 * testsuite/Makefile.am: Add gc_orphan_section_test.
10368 * testsuite/Makefile.in: Regenerate.
10369 * testsuite/gc_orphan_section_test.cc: New file.
10370 * testsuite/gc_orphan_section_test.sh: New file.
10371
6eda8c29
ILT
103722010-01-06 Ian Lance Taylor <iant@google.com>
10373
b9674e17
ILT
10374 PR 10980
10375 * options.h (class General_options): Add --warn-shared-textrel.
10376 * layout.cc (Layout::finish_dynamic_section): Implement
10377 --warn-shared-textrel.
10378
6eda8c29
ILT
10379 PR 10980
10380 * options.h (class General_options): Add --warn-multiple-gp.
10381
32dcd44e
ILT
103822010-01-06 Viktor Kutuzov <vkutuzov@accesssoftek.com>
10383
10384 * Makefile.am (incremental_dump_DEPENDENCIES): Remove
10385 $(THREADSLIB) and $(LIBDL).
10386 * Makefile.in: Rebuild.
10387
a192ba05
ILT
103882010-01-06 Ian Lance Taylor <iant@google.com>
10389
10390 PR 10980
10391 * options.cc (General_options::parse_section_start): New function.
10392 (General_options::section_start): New function.
10393 (General_options::General_options): Initialize all members.
10394 * options.h: Include <map>
10395 (class General_options): Add --section-start. Add section_starts_
10396 member.
10397 * layout.cc (Layout::attach_allocated_section_to_segment): If
10398 --section-start was used, set the address of the segment. Remove
10399 local sort_sections.
10400 (Layout::relaxation_loop_body): If the address of the load segment
10401 has been set by --section-start, don't use it.
10402 * output.h (Output_segment::update_flags_for_output_section): New
10403 function.
10404 * output.cc (Output_segment::add_output_section): Call
10405 update_flags_for_output_section.
10406
dde3f402
ILT
104072010-01-05 Ian Lance Taylor <iant@google.com>
10408
62dfdd4d
ILT
10409 PR 10980
10410 * options.h (class General_options): Add --undefined-version.
10411 * script.cc (struct Version_expression): Add was_matched_by_symbol
10412 field.
10413 (Version_script_info::matched_symbol): New function.
10414 (Version_script_info::get_symbol_version_helper): Call
10415 matched_symbol.
10416 (Version_script_info::check_unmatched_names): New function.
10417 * script.h (class Version_script_info): Update declarations.
10418 * gold.cc (queue_middle_tasks): Handle --no-undefined-version.
10419
9c4ae156
ILT
10420 * options.h (class General_options): Use DEFINE_bool_alias for
10421 allow_multiple_definition.
10422 * resolve.cc (Symbol_table::should_override): Don't test
10423 allow_multiple_definition.
10424
dde3f402
ILT
10425 PR 10980
10426 * options.h (class General_options): Add --cref.
10427 * main.cc (main): Print cref table if --cref. Don't close mapfile
10428 until after printing cref table.
10429 * cref.cc: Include "symtab.h".
10430 (class Cref_inputs): Define Cref_table_compare and Cref_table.
10431 (Cref_table_compare::operator()): New function.
10432 (Cref_inputs::gather_cref): New function.
10433 (filecol): New static const.
10434 (Cref_inputs::print_cref): New function.
10435 (Cref::print_cref): New function.
10436 * cref.h: Include <cstdio>.
10437 (class Cref): Update declarations.
10438 * mapfile.h (Mapfile::file): New function.
10439 * object.h (class Object): Define Symbols. Declare virtual
10440 do_get_global_symbols.
10441 (Object::get_global_symbols): New function.
10442 * object.cc (Input_objects::add_object): Pass object to cref_ if
10443 --cref.
10444 (Input_objects::archive_start): Likewise.
10445 (Input_objects::archive_stop): Likewise.
10446 (Input_objects::print_cref): New function.
10447 * dynobj.h (Sized_dynobj::do_get_global_symbols): New function.
10448 * dynobj.cc (big_endian>::do_add_symbols): Create symbols_ if
10449 --cref.
10450 * plugin.cc (Sized_pluginobj::do_get_global_symbols): New
10451 function.
10452 * plugin.h (class Sized_pluginobj): Update declarations.
10453
8781f709
ILT
104542010-01-05 Ian Lance Taylor <iant@google.com>
10455
10456 * symtab.cc (Symbol_table::add_from_object): Rename def parameter
10457 to is_default_version. Rename insdef to insdefault.
10458 (Symbol_table::add_from_relobj): Rename def to is_default_version
10459 and local to is_forced_local.
10460 (Symbol_table::add_from_pluginobj): Likewise.
10461 (Symbol_table::add_from_dynobj): Likewise.
10462 (Symbol_table::define_special_symbol): Rename insdef to
10463 insdefault.
10464
fe35d28d
ILT
104652010-01-04 Ian Lance Taylor <iant@google.com>
10466
30bc8c46
ILT
10467 PR 10980
10468 * options.h (class General_options): Add
10469 --allow-multiple-definition and -z muldefs.
10470 * resolve.cc (Symbol_table::should_override): Don't warn about a
10471 multiple symbol definition if --allow-multiple-definition or -z
10472 muldefs.
10473
7eaea549
ILT
10474 PR 10980
10475 * options.h (class General_options): Add --add-needed and
10476 --copy-dt-needed-entries. Tweak --as-needed help entry.
10477 * object.cc (Input_objects::check_dynamic_dependencies): Give an
10478 error if --copy-dt-needed-entries aka --add-needed is used and
10479 would cause a change in behaviour.
10480
fe35d28d
ILT
10481 PR 10980
10482 * options.h (class General_options): Add -G as a short version of
10483 --shared. Add no-op options -assert, -g, and -i.
10484
55a2bb35
ST
104852010-01-04 Sriraman Tallam <tmsriram@google.com>
10486
10487 * gc.h (gc_process_relocs): Call is_section_foldable_candidate to
10488 check for .text or .gnu.linkonce.t sections.
10489 * icf.cc (Icf::find_identical_sections): Ditto.
10490 Change the detection for mangled function name within the section
10491 name.
10492 * icf.h (is_section_foldable_candidate): New function.
10493
719328e1
ILT
104942009-12-30 Ian Lance Taylor <iant@google.com>
10495
10496 PR 10980
10497 * options.h (class General_options): Permit two dashes with
10498 --retain-symbols-file.
10499
d7bb5745
ILT
105002009-12-30 Ian Lance Taylor <iant@google.com>
10501
403a15dd
ILT
10502 PR 10979
10503 * layout.cc (Layout::relaxation_loop_body): If -Ttext was used,
10504 don't put the file header and segment headers in the text
10505 segment.
10506
eda294df
ILT
10507 PR 10979
10508 * common.cc (Sort_commons::operator()): Stabilize sort when both
10509 entries are NULL.
10510 (Symbol_table::do_allocate_commons_list): When allocating common
10511 symbols, skip a symbol which is no longer common.
10512 * symtab.h (Symbol::is_common): Test whether the symbol comes from
10513 an object before checking its type.
10514 * testsuite/common_test_2.c: New file.
10515 * testsuite/common_test_3.c: New file.
10516 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_2.
10517 (common_test_2_SOURCES, common_test_2_DEPENDENCIES): Define.
10518 (common_test_2_LDFLAGS, common_test_2_LDADD): Define.
10519 (common_test_2_pic.o, common_test_2.so): New targets.
10520 (common_test_3_pic.o, common_test_3.so): New targets.
10521 * testsuite/Makefile.in: Rebuild.
10522
d7bb5745
ILT
10523 PR 10979
10524 * script.cc (read_input_script): If we see a new SECTIONS clause,
10525 and we have added an input section, give an error.
10526 * layout.h (class Layout): Add have_added_input_section function.
10527 Add have_added_input_section_ field.
10528 * layout.cc (Layout::Layout): Initialize
10529 have_added_input_section_.
10530 (Layout::layout): Set have_added_input_section_.
10531 (Layout::layout_eh_frame): Likewise.
10532
fc59c572
ILT
105332009-12-30 Ian Lance Taylor <iant@google.com>
10534
10535 PR 10931
10536 * options.h (class General_options): Add --sort-common option.
10537 * symtab.h (class Symbol_table): Define Sort_commons_order enum.
10538 * common.cc (Sort_common): Add sort_order parameter to
10539 constructor. Add sort_order_ field.
10540 (Sort_commons::operator): Check sort_order_.
10541 (Symbol_table::allocate_commons): Determine the sort order.
10542 (Symbol_table::do_allocate_commons): Add sort_order parameter.
10543 Change all callers.
10544 (Symbol_table::do_allocate_commons_list): Likewise.
10545
1c74fab0
ILT
105462009-12-30 Ian Lance Taylor <iant@google.com>
10547
10548 PR 10916
10549 * symtab.cc (Symbol_table::add_from_relobj): When not exporting
10550 symbols from this object, don't change the visibility of an
10551 undefined symbol.
10552 * testsuite/exclude_libs_test_1.c (lib1_ref): New function.
10553
6affe781
ILT
105542009-12-30 Ian Lance Taylor <iant@google.com>
10555
10556 PR 10861
10557 * script.h (class Version_script_info): Define Language enum.
10558 Update declarations. Define Glob, Exact, and Lookup types. Add
10559 new fields globals_, locals_, and is_finalized_.
10560 * script.cc: Various formatting fixes.
10561 (class Parser_closure): Change language_stack_ from a vector of
10562 std::string to one of Version_script_info::Language. Adjust all
10563 uses accordingly.
10564 (class Lazy_demangler): Remove.
10565 (struct Version_expression): Change language from std::string to
10566 Version_script_info::Language.
10567 (Version_script_info::Version_script_info): New function.
10568 (Version_script_info::~Version_script_info): Don't call clear.
10569 (Version_script_info::finalize): New function.
10570 (Version_script_info::build_lookup_tables): New function.
10571 (Version_script_info::build_expression_list_lookup): New
10572 function.
10573 (Version_script_info::get_symbol_version_helper): Rewrite to use
10574 lookup tables.
10575 (Version_script_info::print_expression_list): Adjust to use
10576 Version_script_info::Language.
10577 (script_push_lex_into_version_mode): Check that the version script
10578 has not been finalized.
10579 (version_script_push_lang): Change language string to
10580 Version_script_info::Language.
10581 * options.cc (Command_line::version_script): New function.
10582 * options.h (class General_options): Add finalize_dynamic_list
10583 function. Change version_script from declaration to definition.
10584 * testsuite/ver_test_4.script: Remove duplicate def of t2_2.
10585 * testsuite/version_script.map: Remove duplicate def of foo.
10586 * testsuite/Makefile.am (ver_matching_def.so): Depend upon
10587 version_script.map.
10588 * testsuite/Makefile.in: Rebuild.
10589
818bf354
ILT
105902009-12-30 Ian Lance Taylor <iant@google.com>
10591
10592 PR 10843
10593 * target-reloc.h (relocate_for_relocatable): When copying a reloc,
10594 if the input symbol index is 0, make the output symbol index 0.
10595
ebcc8304
ILT
105962009-12-30 Ian Lance Taylor <iant@google.com>
10597
10598 PR 10670
10599 * options.h (class General_options): Add -x/--discard-all.
10600 * object.cc (Sized_relobj::do_count_local_symbols): Handle
10601 --discard-all. If the local symbol needs a dynamic entry, check
10602 that before handling --discard-locals.
10603
176fe33f
ILT
106042009-12-30 Ian Lance Taylor <iant@google.com>
10605
bb321bb1
ILT
10606 PR 10450
10607 * output.cc (Output_segment::Output_segment): If PT_TLS, set the
10608 flags to PF_R.
10609 (Output_segment::add_output_section): Don't change the flags if
10610 the type is PT_TLS.
10611
176fe33f
ILT
10612 PR 10450
10613 * dynobj.cc (Dynobj::create_gnu_hash_table): Add symbols to the
10614 GNU hash table if they need a dynamic value. Otherwise, don't add
10615 them if they are defined in a dynamic object or are forced local.
10616
e8cd95c7
ILT
106172009-12-29 Ian Lance Taylor <iant@google.com>
10618
1b81fb71
ILT
10619 PR 10450
10620 * layout.cc (Layout::create_dynamic_symtab): Only set entsize of
10621 .gnu.hash table for a 32-bit target.
10622
8d6d383d
ILT
10623 PR 10450
10624 * symtab.h (Symbol::needs_dynsym_entry): A symbol in both a
10625 regular and a dynamic object only needs a dynamic symbol table
10626 entry if it is externally visible.
10627
e785ec03
ILT
10628 PR 10450
10629 * i386.cc (class Target_i386): Initialize global_offset_table_ in
10630 constructor. Add global_offset_table_ field.
10631 (Target_i386::got_section): Set global_offset_table_.
10632 (Target_i386::do_finalize_sections): Set global_offset_table_
10633 size.
10634 * x86_64.cc (class Target_x86_64): Initialize global_offset_table_
10635 in constructor. Add global_offset_table_ field.
10636 (Target_x86_64::got_section): Set global_offset_table_.
10637 (Target_x86_64::do_finalize_sections): Set global_offset_table_
10638 size.
10639
1a2dff53
ILT
10640 * layout.cc (Layout::Layout): Initialize increase_relro_.
10641 (Layout::get_output_section): Add is_relro, is_last_relro, and
10642 is_first_non_relro parameters. Change all callers.
10643 (Layout::choose_output_section): Likewise.
10644 (Layout::add_output_section_data): Likewise.
10645 (Layout::make_output_section): Likewise.
10646 (Layout::set_segment_offsets): Clear increase_relro when using a
10647 linker script.
10648 * layout.h (class Layout): Add increase_relro method. Add
10649 increase_relro_ field. Update declarations.
10650 * output.cc (Output_section::Output_section): Initialize
10651 is_last_relro_ and is_first_non_relro_.
10652 (Output_segment::add_output_section): Group relro sections is
10653 do_sort is true. Handle is_last_relro and is_first_non_relro.
10654 (Output_segment::maximum_alignment): Remove relro handling.
10655 (Output_segment::set_section_addresses): Add increase_relro
10656 parameter. Change all callers. Add initial alignment to align
10657 relro sections on separate page. Remove old relro handling.
10658 (Output_segment::set_section_list_addresses): Remove in_relro
10659 parameter. Change all callers.
10660 (Output_segment::set_offset): Add increase parameter. Change all
10661 callers. Remove old relro handling.
10662 * output.h (class Output_section): Add new methods: is_last_relro,
10663 set_is_last_relro, is_first_non_relro, set_is_first_non_relro.
10664 Add is_last_relro_ and is_first_non_relro_ fields.
10665 * i386.cc (Target_i386::got_section): Don't call set_is_relro.
10666 Create separate .got.plt section. Call increase_relro.
10667 * x86_64.cc (Target_x86_64::got_section): Likewise.
10668 * testsuite/relro_script_test.t: Add .got.plt.
10669
f0ba79e2
ILT
10670 PR 10450
10671 * layout.cc (Layout::Layout): Initialize dynamic_symbol_ field.
10672 (Layout::create_initial_dynamic_sections): Set dynamic_symbol_.
10673 (Layout::finalize): Call set_dynamic_symbol_size.
10674 (Layout::set_dynamic_symbol_size): New function.
10675 * layout.h (class Layout): Add dynamic_symbol_ field. Declare
10676 set_dynamic_symbol_size.
10677
e8cd95c7
ILT
10678 PR 10450
10679 * output.h (class Output_section): Add is_entsize_zero_ field.
10680 * output.cc (Output_section::Output_section): Initialize
10681 is_entsize_zero_.
10682 (Output_section::set_entsize): If two different entsizes are
10683 requested, force it to zero.
10684 (Output_section::add_input_section): Set flags for .debug_str
10685 before updating section flags. Set entsize.
10686 (Output_section::update_flags_for_input_section): Set SHF_MERGE
10687 and SHF_STRING if all input sections have those flags.
10688
3e1b9a8a
RÁE
106892009-12-29 Rafael Espindola <espindola@google.com>
10690
10691 * main.cc (main): Fix the sys time reporting.
e8cd95c7
ILT
10692 * workqueue.cc (Workqueue::find_and_run_task): Fix the sys time
10693 reporting.
3e1b9a8a 10694
3dcad376
ST
106952009-12-29 Sriraman Tallam <tmsriram@google.com>
10696
10697 * options.cc (General_options::parse_version): Allow -v to exit
10698 without an error if there is nothing to link.
10699
084e2665
ILT
107002009-12-29 Ian Lance Taylor <iant@google.com>
10701
10702 * configure.ac: Set the MCMODEL_MEDIUM conditional to false if
10703 using a version of gcc before 4.1.
10704 * configure: Rebuild.
10705
250acde3
CD
107062009-12-28 Chris Demetriou <cgd@google.com>
10707
10708 * attributes.cc (Output_attributes_section_data::do_write): Use
10709 std::vector::front rather than std::vector::data.
10710
99fff23b
ILT
107112009-12-28 Ian Lance Taylor <iant@google.com>
10712
10713 * symtab.h (class Symbol_table): Add enum Defined.
10714 * resolve.cc (Symbol_table::should_override): Add defined
10715 parameter. Change all callers. Test whether object is NULL
10716 before calling a method on it.
10717 (Symbol_table::report_resolve_problem): Add defined parameter.
10718 Change all callers.
10719 (Symbol_table::should_override_with_special): Likewise.
10720 * symtab.cc (Symbol_table::define_in_output_data): Add defined
10721 parameter. Change all callers.
10722 (Symbol_table::do_define_in_output_data): Likewise.
10723 (Symbol_table::define_in_output_segment): Likewise.
10724 (Symbol_table::do_define_in_output_segment): Likewise.
10725 (Symbol_table::define_as_constant): Likewise.
10726 (Symbol_table::do_define_as_constant): Likewise.
10727 * script.h (class Symbol_assignment): Add is_defsym parameter to
10728 constructor; change all callers.
10729 * script.cc (Script_options::add_symbol_assignment): Add is_defsym
10730 parameter. Change all callers. Add is_defsym_ field.
10731 (class Parser_closure): Add parsing_defsym parameter to
10732 constructor; change all callers. Add parsing_defsym accessor
10733 function. Add parsing_defsym_ field.
10734
556bd683
ILT
107352009-12-28 Ian Lance Taylor <iant@google.com>
10736
10737 * gold.cc (queue_middle_tasks): Fix formatting.
fa618ee4 10738 * object.cc (Relobj::is_section_name_included): Likewise.
556bd683 10739
1782c879
ILT
107402009-12-23 Ian Lance Taylor <iant@google.com>
10741
10742 * i386.cc (Target_i386::do_calls_non_split): Recognize
10743 -fsplit-stack prologue for a function with a static chain.
cbc999b9
ILT
10744 * x86_64.cc (Target_x86_64::do_calls_non_split): Recognize
10745 -fsplit-stack prologue when using %r11.
1782c879 10746
329ca2b1
ST
107472009-12-21 Sriraman Tallam <tmsriram@google.com>
10748
10749 * options.cc (General_options::parse_version): Make -v continue and do
10750 the link like GNU ld does.
10751
d675ff46
RÁE
107522009-12-17 Rafael Avila de Espindola <espindola@google.com>
10753
10754 * Makefile.am (CCFILES): Add timer.cc.
10755 (HFILES): Add timer.h.
10756 * configure.ac: Check for sysconf and times.
10757 * main.cc: include timer.h.
10758 (main): Use Timer instead of get_run_time.
10759 * timer.cc: New.
10760 * timer.h: New.
10761 * workqueue.cc: include timer.h.
10762 (Workqueue::find_and_run_task):
10763 Report user, sys and wall time.
10764 * Makefile.in: Regenerate.
10765 * config.in: Regenerate.
10766 * configure: Regenerate.
10767
d6344fb5
DK
107682009-12-16 Doug Kwan <dougkwan@google.com>
10769
10770 * arm.cc (Arm_relobj::scan_sections_for_stubs): Exclude ICF-eliminated
10771 sections.
10772 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle
10773 relaxed input sections.
10774 * output.cc (Output_section::find_relaxed_input_section): Change
10775 return type to Output_relaxed_input_section pointer. Adjust code
10776 for new type of relaxed_input_section_map_.
10777 * output.h (Output_section::find_relaxed_input_section): Change
10778 return type to Output_relaxed_input_section pointer.
10779 (Output_section::Output_relaxed_input_section_by_input_section_map):
10780 New type.
10781 (Output_section::relaxed_input_section_map_): Change type to
10782 Output_section::Output_relaxed_input_section_by_input_section_map.
10783 * symtab.cc (Symbol_table::compute_final_value): Handle relaxed
10784 input section.
10785
0e0d5469
ILT
107862009-12-15 Ian Lance Taylor <iant@google.com>
10787
10788 * layout.cc (Layout::create_shstrtab): Only write out after input
10789 sections if we are compressing debug sections.
10790
0649a889
ILT
107912009-12-15 Ian Lance Taylor <iant@google.com>
10792
10793 * archive.cc (Archive::add_symbols): Only look up a symbol without
10794 a version if there is, in fact, a version.
10795
2ea97941
ILT
107962009-12-14 Ian Lance Taylor <iant@google.com>
10797
10798 Revert -Wshadow changes, all changes from:
10799 2009-12-11 Doug Kwan <dougkwan@google.com>
10800 2009-12-11 Nick Clifton <nickc@redhat.com>
10801 * configure.ac: Remove -Wshadow when setting WARN_CXXFLAGS.
10802
b0eec2cc
DK
108032009-12-11 Doug Kwan <dougkwan@google.com>
10804
10805 * arm.cc (Target_arm::do_finalize_sections): Fix build breakage
10806 due to -Wshadow.
10807 * attributes.cc (Object_attribute::size): Ditto.
10808 (Attributes_section_data::size): Ditto.
10809 (Attributes_section_data::Attributes_section_data): Ditto.
10810 (Output_attributes_section_data::do_write): Ditto.
10811 * attributes.h (Object_attribute::set_type): Ditto.
10812 * testsuite/tls_test_main.cc (safe_lock, safe_unlock): Ditto.
10813
91d6fa6a
NC
108142009-12-11 Nick Clifton <nickc@redhat.com>
10815
10816 * archive.cc: Fix shadowed variable warnings.
10817 * arm.cc: Likewise.
10818 * compressed_output.cc: Likewise.
10819 * compressed_output.h: Likewise.
10820 * configure: Likewise.
10821 * dwarf_reader.cc: Likewise.
10822 * dynobj.cc: Likewise.
10823 * dynobj.h: Likewise.
10824 * ehframe.cc: Likewise.
10825 * ehframe.h: Likewise.
10826 * errors.cc: Likewise.
10827 * expression.cc: Likewise.
10828 * fileread.cc: Likewise.
10829 * fileread.h: Likewise.
10830 * freebsd.h: Likewise.
10831 * i386.cc: Likewise.
10832 * icf.cc: Likewise.
10833 * incremental.h: Likewise.
10834 * layout.cc: Likewise.
10835 * layout.h: Likewise.
10836 * mapfile.cc: Likewise.
10837 * merge.cc: Likewise.
10838 * merge.h: Likewise.
10839 * object.cc: Likewise.
10840 * object.h: Likewise.
10841 * options.h: Likewise.
10842 * output.cc: Likewise.
10843 * output.h: Likewise.
10844 * parameters.cc: Likewise.
10845 * plugin.cc: Likewise.
10846 * powerpc.cc: Likewise.
10847 * reduced_debug_output.cc: Likewise.
10848 * reduced_debug_output.h: Likewise.
10849 * reloc.cc: Likewise.
10850 * reloc.h: Likewise.
10851 * resolve.cc: Likewise.
10852 * script-sections.cc: Likewise.
10853 * script.cc: Likewise.
10854 * script.h: Likewise.
10855 * sparc.cc: Likewise.
10856 * symtab.cc: Likewise.
10857 * symtab.h: Likewise.
10858 * target-select.cc: Likewise.
10859 * target-select.h: Likewise.
10860 * token.h: Likewise.
10861 * workqueue.cc: Likewise.
10862 * workqueue.h: Likewise.
10863 * x86_64.cc: Likewise.
10864
a0351a69
DK
108652009-12-10 Doug Kwan <dougkwan@google.com>
10866
10867 * arm.cc (attributes.h): New include.
10868 (Arm_relobj::Arm_relobj): Initialize attributes_section_data_.
10869 (Arm_relobj::~Arm_relobj): Delete object pointed by
10870 attributes_section_data_.
10871 (Arm_relobj::attributes_section_data): New method definition.
10872 (Arm_relobj::attributes_section_data_): New data member declaration.
10873 (Arm_dynobj::Arm_dynobj): Initialize attributes_section_data_.
10874 (Arm_dynobj::~Arm_dynobj): Delete object pointed by
10875 attributes_section_data_.
10876 (Arm_dynobj::attributes_section_data): New method definition.
10877 (Arm_dynobj::attributes_section_data_): New data member declaration.
10878 (Target_arm::Target_arm): Initialize attributes_section_data_. Change
10879 initialization value of may_use_blx_ to false.
2e702c99 10880 (Target_arm::using_thumb2, Target_arm::using_thumb_only,
a0351a69
DK
10881 Target_arm::may_use_arm_nop, Target_arm::may_use_thumb2_nop): Use
10882 object attributes to compute results instead of hard-coding.
10883 (Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order,
10884 Target_arm::get_secondary_compatible_arch,
10885 Target_arm::set_secondary_compatible_arch
10886 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10887 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes):
10888 New method declarations.
10889 (Target_arm::get_aeabi_object_attribute): New method definition.
10890 (Target_arm::attributes_section_data_): New data member declaration.
10891 (read_arm_attributes_section): New template definition.
10892 (Arm_relobj::do_read_symbols): Read attributes section if it exists.
10893 (Arm_dynobj::do_read_symbols): Ditto.
10894 (Target_arm::do_finalize_sections): Merge attributes sections from
10895 input. Check for BLX use after attributes section merging.
10896 Fix __exidx_start and __exidx_end visibility. Create an
10897 .ARM.attributes section if necessary.
10898 (Target_arm::get_secondary_compatible_arch,
10899 Target_arm::set_secondary_compatible_arch,
10900 Target_arm::tag_cpu_arch_combine, Target_arm::aeabi_enum_name,
10901 Target_arm::tag_cpu_name_value, Target_arm::merge_object_attributes,
e1df38aa 10902 Target_arm::do_attribute_arg_type, Target_arm::do_attributes_order):
a0351a69
DK
10903 New method definitions.
10904
b59befec
ILT
109052009-12-09 Ian Lance Taylor <iant@google.com>
10906
10907 * plugin.cc (Plugin::load): Don't cast from void* to a function
10908 pointer.
10909
1276bc89
ILT
109102009-12-09 Ian Lance Taylor <iant@google.com>
10911
10912 * dynobj.cc (Sized_dynobj::do_read_symbols): Clear version
10913 information fields.
10914
2f2de248
L
109152009-12-09 H.J. Lu <hongjiu.lu@intel.com>
10916
10917 * testsuite/Makefile.am (two_file_shared_1_pic_2_test_DEPENDENCIES):
10918 Replace two_file_shared_1.so with two_file_shared_2.so.
10919 * testsuite/Makefile.in: Regenerated.
10920
4f787271
DK
109212009-12-08 Doug Kwan <dougkwan@google.com>
10922
10923 * Makefile.am (CCFILES): Add attributes.cc and int_encoding.cc.
10924 (HFILES): Add attributes.h and int_encoding.h.
10925 * Makefile.in: Regenerate.
10926 * dwarf_reader.cc (read_unsigned_LEB_128, read_signed_LEB_128): Move
10927 function definitions to int_encoding.cc
10928 * dwarf_reader.h (read_unsigned_LEB_128, read_signed_LEB_128): Move
10929 prototypes to int_encoding.h
10930 * reduced_debug_output.cc (int_encoding.h): New include.
10931 (write_unsigned_LEB_128, get_length_as_unsigned_LEB_128): Move
10932 function definitions to int_encoding.cc
10933 (insert_into_vector, read_from_pointer): Move template definitions to
10934 int_encoding.h
10935 * attributes.cc: New file.
10936 * attributes.h: New file.
10937 * int_encoding.cc: New file.
10938 * int_encoding.h: New file.
10939
20b52f1a
RÁE
109402009-12-07 Rafael Avila de Espindola <espindola@google.com>
10941
10942 PR gold/11055
10943 * incremental-dump.cc (dump_incremental_inputs): New.
10944 (main): Use dump_incremental_inputs.
10945
53d7974c
L
109462009-12-07 H.J. Lu <hongjiu.lu@intel.com>
10947
10948 PR gold/10893
10949 * i386.cc (Target_i386::Scan::globa): Use is_func instead of
10950 checking elfcpp::STT_FUNC.
10951 (Target_i386::Relocate::relocate): Likewise.
10952 * x86_64.cc (Target_x86_64::Scan::global): Likewise.
10953
10954 * symtab.cc (Symbol_table::sized_write_symbol): Turn IFUNC
10955 symbols from shared libraries into normal FUNC symbols.
10956
10957 * symtab.h (Symbol): Add is_func and use it.
10958
05a352e6
DK
109592009-12-05 Doug Kwan <dougkwan@google.com>
10960
10961 * arm.cc (Target_arm::arm_info): Initialize new fields
10962 attributes_section and attributes_vendor.
10963 * i386.cc (Target_i386::i386_info): Same.
10964 * object.cc (Sized_relobj::do_layout): Skip attribute section.
10965 * gold/powerpc.cc (Target_powerpc::powerpc_info): Initialize new
10966 fields attributes_section and attributes_vendor.
53d7974c 10967 * sparc.cc (Target_sparc::sparc_info): Same.
05a352e6
DK
10968 * target.h (Target::attributes_section, Target::attributes_vendor,
10969 Target::is_attributes_section, Target::attribute_arg_type,
10970 Target::attributes_order): New method definitions.
10971 (Target::Target_info::attributes_section,
10972 Target::Target_info::attributes_vendor): New fields.
10973 (Target::do_attribute_arg_type, Target::do_attributes_order): New
10974 virtual method definitions.
10975 * x86_64.cc (Target_x86_64::x86_64_info): Initialize new fields
10976 attributes_section and attributes_vendor.
10977 * testsuite/testfile.cc (Target_test::test_target_info): Same.
10978
f4e5969c
DK
109792009-12-05 Doug Kwan <dougkwan@google.com>
10980
10981 * arm.cc: Update comments about interworking and stub generation.
10982 (Target_arm::Relocate::reloc_is_non_pic): Update list of relocations
10983 considered as non-PIC.
10984 (Arm_relocate_functions::base_abs): Fix formatting.
10985 (Arm_relocate_functions::got_prel): Fix comment. Change interface
10986 of function to use GOT entry address instead of offset.
10987 (Target_arm::Scan::global): Issue an error if a symbol would need a
10988 PLT does not get one because it is untyped. Remove code to create
10989 dynamic symbols for relative branches.
10990 (Target_arm::Relocate::relocate: Use 0 instead of false since function
10991 takes unsigned integer instead of boolean.
10992
1abce4a6
L
109932009-12-05 H.J. Lu <hongjiu.lu@intel.com>
10994
10995 * testsuite/Makefile.am (constructor_test_LDADD): New. Empty.
10996 (two_file_test_LDADD): Likewise.
10997 (common_test_1_LDADD): Likewise.
10998 (exception_test_LDADD) Likewise.
10999 (weak_test_LDADD): Likewise.
11000 (many_sections_test_LDADD): Likewise.
11001 (initpri1_LDADD): Likewise.
11002 (script_test_1_LDADD): Likewise.
11003 (script_test_2_LDADD): Likewise.
11004 (justsyms_LDADD): Likewise.
11005 (binary_test_LDADD): Likewise.
11006 (large_LDADD): Likewise.
11007 * testsuite/Makefile.in: Regenerated.
11008
adcf2816 110092009-12-04 H.J. Lu <hongjiu.lu@intel.com>
1abce4a6 11010
adcf2816
L
11011 * resolve.cc (symbol_to_bits): Treat STB_GNU_UNIQUE as STB_GLOBAL.
11012 (Symbol_table::override_with_special): Likewise.
11013 (Symbol_table::add_from_object): Likewise.
11014
28e67f5d
RÁE
110152009-12-04 Rafael Avila de Espindola <espindola@google.com>
11016
11017 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11018 Don't set the data_offset twice.
11019
ae10a101
RÁE
110202009-12-04 Rafael Avila de Espindola <espindola@google.com>
11021
11022 * testsuite/Makefile.in: Regenerate.
11023
f59f41f3
DK
110242009-12-03 Doug Kwan <dougkwan@google.com>
11025
11026 * arm.cc: Remove comment about missing .ARM.exidx section symbols.
11027 (Target_arm::do_finalize_sections): Add parameter for symbol table
11028 pointer. Add __exidx_start and __exidx_end symbols as appropriate.
11029 * i386.cc (Target_i386::do_finalize_sections): Add an additional
11030 parameter for symbol table pointer.
11031 * layout.cc (Layout::finalize): Call Target::finalize_sections with
11032 an additional parameter for a pointer to symbol table.
11033 * powerpc.cc (Target_powerpc::do_finalize_sections): Add an additional
11034 parameter for a symbol table pointer.
11035 * sparc.cc (Target_sparc::do_finalize_sections): Ditto.
11036 * target.h (Target::finalize_sections, Target::do_finalize_sections):
11037 Ditto.
11038 * x86_64.cc (Target_x86_64::do_finalize_sections): Add an additional
11039 parameter for a symbol table pointer.
11040
ca55d848
RÁE
110412009-12-03 Rafael Avila de Espindola <espindola@google.com>
11042
11043 * incremental.cc (Incremental_inputs_header)
11044 (Incremental_inputs_header_write, Incremental_inputs_entry)
11045 (Incremental_inputs_entry_write): Move ...
11046 * incremental.h (Incremental_inputs_header)
11047 (Incremental_inputs_header_write, Incremental_inputs_entry)
11048 (Incremental_inputs_entry_write): here.
11049
3aec4f9c
RÁE
110502009-12-02 Rafael Avila de Espindola <espindola@google.com>
11051
11052 * incremental.cc (make_sized_incremental_binary): Set the target.
11053 Error if it is incompatible.
11054 * output.h (Output_file): Add filename method.
11055
9c0ae74d
RÁE
110562009-12-02 Rafael Avila de Espindola <espindola@google.com>
11057
11058 * incremental.cc (Incremental_inputs_entry): Remove unused argument
11059 from the get_* methods.
11060
a45500ae
RÁE
110612009-12-02 Rafael Avila de Espindola <espindola@google.com>
11062
11063 * incremental-dump.cc (main): Check that the offeset of a script is 0.
11064 * incremental.cc (Incremental_inputs::sized_create_inputs_section_data):
11065 Write 0 for the data_offset of scripts.
11066
325e6408
RÁE
110672009-12-02 Rafael Avila de Espindola <espindola@google.com>
11068
11069 * testsuite/Makefile.am: Add the incremental_test.sh test.
11070 * testsuite/incremental_test.sh: New.
11071 * testsuite/incremental_test_1.c: New.
11072 * testsuite/incremental_test_2.c: New.
11073
954c3e2e
RÁE
110742009-12-01 Rafael Avila de Espindola <espindola@google.com>
11075
703d02da 11076 * incremental-dump.cc (main): Fix typos.
954c3e2e 11077
f8086623
RÁE
110782009-11-27 Rafael Avila de Espindola <espindola@google.com>
11079
11080 PR gold/11025
11081 * incremental-dump.cc (main): Use llu to print 64 bit values.
11082
3b0dd6ac
L
110832009-11-26 Per Øyvind Karlsen <peroyvind@mandriva.org>
11084 H.J. Lu <hongjiu.lu@intel.com>
11085
11086 * Makefile.am (incremental_dump_DEPENDENCIES): Add $(THREADSLIB)
11087 $(LIBDL).
11088 (incremental_dump_LDADD): Likewise.
11089 * Makefile.in: Regenerated.
11090
a6d1ef57 110912009-11-25 Doug Kwan <dougkwan@google.com>
e1df38aa 11092
a6d1ef57
DK
11093 Revert:
11094
11095 2009-11-25 Doug Kwan <dougkwan@google.com>
11096
11097 * arm.cc (Target_arm::Target_arm): Move method definition
11098 outside of class definition. Add code to handle
11099 --target1-rel, --target1-abs and --target2= options.
11100 (Target_arm::get_reloc_reloc_type): Change method to be
11101 non-static and const.
11102 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_):
11103 New data member declaration.
11104 (Target_arm::Scan::local, Target_arm::Scan::global,
11105 Target_arm::Relocate::relocate,
11106 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
11107 Adjust call to Target_arm::get_real_reloc_type.
11108 (Target_arm::get_real_reloc_type): Use command line options
11109 to determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11110 * options.h (--target1-rel, --target1-abs, --target2): New
11111 ARM-only options.
11112
50aeb7d4
DK
111132009-11-25 Doug Kwan <dougkwan@google.com>
11114
11115 * arm.cc (Target_arm::Target_arm): Move method definition outside of
11116 class definition. Add code to handle --target1-rel, --target1-abs
11117 and --target2= options.
11118 (Target_arm::get_reloc_reloc_type): Change method to be non-static
11119 and const.
11120 (Target_arm::target1_is_rel_, Target_arm::target2_reloc_): New data
11121 member declaration.
11122 (Target_arm::Scan::local, Target_arm::Scan::global,
11123 Target_arm::Relocate::relocate,
11124 Target_arm::Relocatable_size_for_reloc::get_size_for_reloc): Adjust
11125 call to Target_arm::get_real_reloc_type.
11126 (Target_arm::get_real_reloc_type): Use command line options to
11127 determine real types of R_ARM_TARGET1 and R_ARM_TARGET2.
11128 * options.h (--target1-rel, --target1-abs, --target2): New ARM-only
11129 options.
11130
51938283
DK
111312009-11-25 Doug Kwan <dougkwan@google.com>
11132
11133 * arm.cc (Target_arm::may_use_thumb2_nop): New method definition.
11134 (Arm_relocate_functions::thumb_branch_common): New metod declaration.
11135 (Arm_relocate_functions::abs12, Arm_relocate_functions::abs16): Fix
11136 formatting.
11137 (Arm_relocate_functions::thm_call): Replace body with a call to
11138 Arm_relocate_functions::thumb_branch_common.
11139 (Arm_relocate_functions::thm_jump24,
11140 Arm_relocate_functions::thm_xpc22): New method definitions.
11141 (Arm_relocate_functions::thumb_branch_common): New method definition.
11142 (Reloc_stub::stbu_type_for_reloc): Fix incorrect uses of bit-wise-or
11143 operator.
11144 (Target_arm::Relocate::relocate): Adjust call to thm_call.
11145 Add code to handle R_ARM_THM_XPC22 and R_ARM_THM_JUMP24.
11146
e2b8f3c4
RÁE
111472009-11-24 Rafael Avila de Espindola <espindola@google.com>
11148
11149 * Makefile.am: Build incremental-dump
11150 * Makefile.in: Regenerate.
11151 * incremental-dump.cc: New.
11152 * incremental.cc (Incremental_inputs_header_data,
11153 Incremental_inputs_entry_data): Move to incremental.h
11154 * incremental.h: (Incremental_inputs_header_data,
11155 Incremental_inputs_entry_data): Move from incremental.cc
11156
bcba9aec
RÁE
111572009-11-24 Rafael Avila de Espindola <espindola@google.com>
11158
11159 * incremental.cc (Incremental_inputs_header,
11160 Incremental_inputs_header_write, Incremental_inputs_entry,
11161 Incremental_inputs_entry_write): Add a typedef with the data type.
11162
7c3afe08
RÁE
111632009-11-24 Rafael Avila de Espindola <espindola@google.com>
11164
11165 * incremental.cc (Incremental_inputs_header,
11166 Incremental_inputs_header_write, Incremental_inputs_entry,
11167 Incremental_inputs_entry_write): Update comment about which
11168 type has the filed descriptions.
11169
d204b6e9
DK
111702009-11-15 Doug Kwan <dougkwan@google.com>
11171
11172 * arm.cc (Target_arm::may_use_arm_nop): New method definition.
11173 (Arm_relocate_functions::arm_branch_common): Change method defintion
11174 in class definition to a method declaration and update list of formal
11175 parameters.
11176 (Arm_relocate_functions::plt32, Arm_relocate_functions::call,
11177 Arm_relocation_functions::jump24): Adjust call to
11178 Arm_relocate_functions::arm_branch_common. Update list of formal
11179 parameters.
11180 (Arm_relocate_functions::xpc25): New method definition.
11181 (Arm_relocate_functions::arm_branch_common): Move method defintion
11182 out from class definition. Use stubs for mode-switching and extending
11183 branch ranges.
11184 (Target_arm::Relocate::relocate): Handle weakly-undefined symbols
11185 specially. Change code to enable use of stubs in ARM branches.
11186
43d12afe
DK
111872009-11-10 Doug Kwan <dougkwan@google.com>
11188
11189 * arm.cc (Arm_relobj::do_relocate_sections): Remove options parameter
11190 in method declaration.
11191 (Target_arm::relocate_stub): New method declaration.
11192 (Target_arm::default_target): Change to return a pointer instead of
11193 a const reference.
11194 (Reloc_stub::stub_type_for_reloc): Adjust for the change in
11195 Target_arm::default_target.
11196 (Arm_Relobj::do_relocate_sections): Remove options paramater in
11197 method definition.
11198 (Target_arm::relocate_section): Adjust view.
11199 (Target_arm::relocate_stub): New method definition.
11200
ac33a407
DK
112012009-11-10 Doug Kwan <dougkwan@google.com>
11202
11203 * i386.cc (Target_i386::do_calls_non_split): Add a cast to avoid
11204 a format warning.
11205 * incremental.cc (open_incremental_binary): Initialized local
11206 variables to avoid warnings.
11207 * object.cc (make_elf_object): Ditto.
11208 * x86_64.cc (Target_x86_64::do_calls_non_split): Add a cast to avoid
11209 a format warning.
e1df38aa 11210
88ee28e9
L
11211009-11-09 H.J. Lu <hongjiu.lu@intel.com>
11212
11213 PR gold/10930
11214 * testsuite/plugin_test.c: Include "config.h".
11215
2daedcd6
DK
112162009-11-09 Doug Kwan <dougkwan@google.com>
11217
11218 * arm.cc (Target_arm::fake_relnum_for_stubs): New constant.
11219 (arm_symbol_value): Remove.
11220 (Arm_relocate_functions::arm_branch_common,
11221 Arm_relocate_functions::abs8, Arm_relocate_functions::thm_abs5,
11222 Arm_relocate_functions::abs12, Arm_relocate_functions::abs16,
11223 Arm_relocate_functions::abs32, Arm_relocate_functions::rel32,
11224 Arm_relocate_functions::thm_call, Arm_relocate_functions::plt32,
11225 Arm_relocate_functions::call, Arm_relocate_functions::jump24,
11226 Arm_relocate_functions::prel31, Arm_relocate_functions::mov_abs_nc,
11227 Arm_relocate_functions::movt_abs, Arm_relocate_functions::movw_abs_nc,
11228 Arm_relocate_functions::thm_mobw_abs_nc,
11229 Arm_relocate_functions::thm_mov_abs,
11230 Arm_relocate_functions::movw_prel_nc,
11231 Arm_relocate_functions::thm_movt_abs,
11232 Arm_relocate_functions::movt_prel,
11233 Arm_relocate_functions::thm_movw_prel_nc,
11234 Arm_relocate_functions::thm_movt_prel): Adjust callers of the above.
11235 (Target_arm::Relocate::relocate): Only decompose address into two
11236 parts if relocation type uses the thumb-bit and pass the actual
11237 bit instead of a flag indicating that the thumb-bit is used. Adjust
11238 calls to methods in Arm_relocate_functions for this change.
11239
1276bc89 112402009-11-08 Ian Lance Taylor <iant@google.com>
3e4afc80
ILT
11241
11242 PR 10925
11243 * reloc.cc: Instantiate
11244 Sized_relobj::initialize_input_to_output_maps and
11245 Sized_relobj:free_input_to_output_maps.
11246
e53ad1b5
ILT
112472009-11-06 Ian Lance Taylor <iant@google.com>
11248
11249 PR 10876
11250 * defstd.cc (in_segment): Set only_if_ref true for "end".
11251
eb44217c
DK
112522009-11-06 Doug Kwan <dougkwan@google.com>
11253
11254 * arm.cc (class Reloc_stub): Correct a comment.
11255 (Target_arm::Target_arm): Initialize arm_input_section_map_.
11256 (Target_arm::scan_section_for_stubs): New method declaration.
11257 (Target_arm::do_make_elf_object, Target_arm::do_make_output_section):
11258 Change methods from private to protected.
11259 (Target_arm::do_may_relax): New method definition.
11260 (Target_arm::do_relax, Target_arm::group_sections,
11261 Target_arm::scan_reloc_for_stub,
11262 Target_arm::scan_reloc_section_for_stubs): New method declarations.
11263 (Target_arm::arm_input_section_map_): New data member declaration.
11264 (Target_arm::scan_reloc_for_stub,
11265 Target_arm::scan_reloc_section_for_stubs,
11266 Target_arm::scan_section_for_stubs, Target_arm::group_sections,
11267 Target_arm::do_relax): New method definitions.
11268
5d329b7d
ILT
112692009-11-06 Mikolaj Zalewski <mikolaj@google.com>
11270
11271 * configure.ac: Check for (struct stat)::st_mtim
11272 * fileread.cc (File_read::get_mtime): Use st_mtim if available.
11273 * config.in: Regenerate.
11274 * configure: Regenerate.
11275
96a0d71b
ILT
112762009-11-05 Ian Lance Taylor <iant@google.com>
11277
11278 PR 10910
11279 * output.cc (Output_segment::add_output_section): Add missing
11280 return statement.
11281
594c8e5e
ILT
112822009-11-04 Ian Lance Taylor <iant@google.com>
11283
11284 PR 10880
11285 * object.h (class Object): Add is_needed and set_is_needed
11286 methods. Add is_needed_ field. Make bool fields into bitfields.
11287 * symtab.cc (Symbol_table::set_dynsym_indexes): If a symbol is
11288 defined in a dynamic object and referenced by a regular object,
11289 set is_needed for the dynamic object.
11290 * layout.cc (Layout::finish_dynamic_section): Don't add DT_NEEDED
11291 if the file is marked with as_needed and it is not needed.
11292
22b127cc
ILT
112932009-11-04 Ian Lance Taylor <iant@google.com>
11294
11295 PR 10887
11296 * arm.cc (Target_arm::do_finalize_sections): Don't add dynamic
11297 tags if data is discarded by linker script.
11298 * i386.cc (Target_i386::do_finalize_sections): Likewise.
11299 * powerpc.cc (Target_powerpc::do_finalize_sections): Likewise.
11300 * sparc.cc (Target_sparc::do_finalize_sections): Likewise.
11301 * x86_64.cc (Target_x86_64::do_finalize_sections): Likewise.
11302
f5c870d2
ILT
113032009-11-04 Ian Lance Taylor <iant@google.com>
11304
11305 * layout.cc (Layout::get_output_section): Add is_interp and
11306 is_dynamic_linker_section parameters. Change all callers.
11307 (Layout::choose_output_section): Likewise.
11308 (Layout::make_output_section): Likewise.
11309 (Layout::add_output_section_data): Add is_dynamic_linker_section
11310 parameter. Change all callers.
11311 * layout.h (class Layout): Update declarations.
11312 * output.h (class Output_section): Add is_interp, set_is_interp,
11313 is_dynamic_linker_section, set_is_dynamic_linker_section methods.
11314 Add is_interp_, is_dynamic_linker_section_ fields. Change
11315 generate_code_fills_at_write_ to a bitfield.
11316 * output.cc (Output_section::Output_sections): Initialize new
11317 fields.
11318 (Output_segment::add_output_section): Add do_sort parameter.
11319 Change all callers.
11320
1ae4d23b
ILT
113212009-11-03 Ian Lance Taylor <iant@google.com>
11322
11323 PR 10860
11324 * options.h (class General_options): Add --warn-common.
11325 * resolve.cc (Symbol_table::resolve): Handle --warn-common when
11326 merging two common symbols.
11327 (Symbol_table::should_override): Handle --warn-common when merging
11328 a common symbol with a defined symbol. Use report_resolve_problem
11329 for multiple definitions.
11330 (Symbol_table::report_resolve_problem): New function.
11331 * symtab.h (class Symbol_table): Declare report_resolve_problem.
11332
55da9579
DK
113332009-11-03 Doug Kwan <dougkwan@google.com>
11334
11335 * arm.cc (Target_arm::Target_arm): Initialize stub_tables_ and
11336 stub_factory_.
11337 (Target_arm::stub_factory): New method definition.
11338 (Target_arm::new_arm_input_section,
11339 Target_arm::find_arm_input_section, Target_arm::new_stub_table,
11340 Target_arm::reloc_uses_thumb_bit): New method declarations.
e1df38aa 11341 (Target_arm::Stub_table_list, Target_arm::Arm_input_section_map):
55da9579
DK
11342 New type definitions.
11343 (Target_arm::stub_tables_, Target_arm::stub_factory_): New data
11344 member declarations.
11345 (Target_arm::reloc_uses_thumb_bit, Target_arm::new_arm_input_section,
11346 Target_arm::find_arm_input_section, Target_arm::new_stub_table):
11347 New method definitions.
11348
37a9ac43
ILT
113492009-11-03 Ian Lance Taylor <iant@google.com>
11350
11351 * options.h (class General_options): Add --warn_constructors.
11352
b3d6a3d4
ILT
113532009-11-03 Ian Lance Taylor <iant@google.com>
11354
11355 PR 10893
11356 * defstd.cc (in_section): Add entries for __rel_iplt_start,
11357 __rel_iplt_end, __rela_iplt_start, __rela_iplt_end, and __stack.
11358
934b01dd
ILT
113592009-11-03 Ian Lance Taylor <iant@google.com>
11360
11361 PR 10895
11362 * po/Make-in ($(srcdir)/$(PACKAGE).pot): Pass -C and
11363 --msgid-bugs-address.
11364 (install-pdf): New target.
11365 (install-data_yes): Look up one directory to find mkinstalldirs.
11366
03c1939b
L
113672009-11-03 H.J. Lu <hongjiu.lu@intel.com>
11368
11369 * po/Make-in (.po.gmo): Don't generate .gmo files in source
11370 tree.
11371
ebd95253
DK
113722009-10-30 Doug Kwan <dougkwan@google.com>
11373
11374 * arm.cc (Stub_addend_reader): Fix bug in previouls check-in.
11375
e9bbb538
DK
113762009-10-30 Doug Kwan <dougkwan@google.com>
11377
11378 * arm.cc (Stub_addend_reader): New struct template definition
11379 and partial specializations.
11380 (Stub_addend_reader::operator()): New method definition for a
11381 partially specialized template.
11382
d5b40221
DK
113832009-10-30 Doug Kwan <dougkwan@google.com>
11384
11385 * arm.cc (Arm_relobj::processor_specific_flags): New method
11386 definition.
11387 (Arm_relobj::do_read_symbols): New method declaration.
11388 (Arm_relobj::processor_specific_flags_): New data member declaration.
11389 (Arm_dynobj): New class definition.
11390 (Target_arm::do_finalize_sections): Add input_objects parameter.
11391 (Target_arm::do_adjust_elf_header): New method declaration.
11392 (Target_arm::are_eabi_versions_compatible,
11393 (Target_arm::merge_processor_specific_flags): New method declaration.
11394 (Target_arm::do_make_elf_object): New overloaded method definitions
11395 and declaration.
11396 (Arm_relobj::do_read_symbols): New method definition.
11397 (Arm_dynobj::do_read_symbols): Ditto.
11398 (Target_arm::do_finalize_sections): Add input_objects parameters.
11399 Merge processor-specific flags from all input objects.
11400 (Target_arm::are_eabi_versions_compatible,
11401 Target_arm::merge_processor_specific_flags,
11402 Target_arm::do_adjust_elf_header, Target_arm::do_make_elf_object):
11403 New method definitions.
11404 * i386.cc (Target_i386::do_finalize_sections): Add unnamed
11405 Input_objects pointer type parameter.
11406 * layout.cc (Layout::finalize): Pass input objects to target's.
11407 finalize_sections function.
11408 * output.cc (Output_file_header::do_sized_write): Set ELF file
11409 header's processor-specific flags.
11410 * powerpc.cc (Target_powerpc::do_finalize_sections): Add unnamed
11411 Input_objects pointer type parameter.
11412 * sparc.cc (Target_sparc::do_finalize_sections): Same.
11413 * target.h (Input_objects): New forward class declaration.
11414 (Target::processor_specific_flags,
11415 Target::are_processor_specific_flags_sect): New method definitions.
11416 (Target::finalize_sections): Add input_objects parameter.
11417 (Target::Target): Initialize processor_specific_flags_ and
11418 are_processor_specific_flags_set_.
11419 (Target::do_finalize_sections): Add unnamed Input_objects pointer type
11420 parameter.
11421 (Target::set_processor_specific_flags): New method definition.
11422 (Target::processor_specific_flags_,
11423 Target::are_processor_specific_flags_set_): New data member
11424 declarations.
11425 * x86_64.cc (Target_x86_64::do_finalize_sections): Add unnamed
11426 Input_objects pointer type parameter.
11427
ebabffbd
DK
114282009-10-30 Doug Kwan <dougkwan@google.com>
11429
11430 * arm.cc: Use Arm_address instead of elfcpp::Elf_types<32>::Elf_Addr.
11431
ad0f2072
ILT
114322009-10-28 Ian Lance Taylor <iant@google.com>
11433
11434 * object.h (class Relobj): Drop options parameter from
11435 gc_process_relocs, scan_relocs, relocate, do_gc_process_relocs,
11436 do_scan_relocs, do_relocate. Change all callers.
11437 (class Sized_relobj): Drop options parameters from
11438 do_gc_process_relocs, do_scan_relocs, do_relocate,
11439 do_relocate_sections, relocate_sections, emit_relocs_scan,
11440 emit_relocs_scan_reltype. Change all callers.
11441 (struct Relocate_info): Remove options field and all references to
11442 it.
11443 * reloc.h (class Read_relocs): Remove options constructor
11444 parameter and options_ field. Change all callers.
11445 (class Gc_process_relocs, class Scan_relocs): Likewise.
11446 (class Relocate_task): Likewise.
11447 * target-reloc.h (scan_relocs): Remove options parameter. Change
11448 all callers.
11449 (scan_relocatable_relocs): Likewise.
11450 * target.h (class Sized_target): Remove options parameter from
11451 gc_process_relocs, scan_relocs, scan_relocatable_relocs. Change
11452 all callers.
11453 * gc.h (gc_process_relocs): Remove options parameter. Change all
11454 callers.
11455 * arm.cc: Update functions to remove options parameters.
11456 * i386.cc: Likewise.
11457 * powerpc.cc: Likewise.
11458 * sparc.cc: Likewise.
11459 * x86_64.cc: Likewise.
11460 * testsuite/testfile.cc: Likewise.
11461
8ffa3667
DK
114622009-10-28 Doug Kwan <dougkwan@google.com>
11463
11464 * arm.cc (Arm_relobj): New class definition.
e1df38aa 11465 (Arm_relobj::scan_sections_for_stubs,
8ffa3667
DK
11466 Arm_relobj::do_count_local_symbols, Arm_relobj::do_relocate_sections):
11467 New method definitions.
11468
40f36857
CC
114692009-10-28 Cary Coutant <ccoutant@google.com>
11470
11471 * plugin.h (Plugin::Plugin): Initialize cleanup_done_.
11472 (Plugin::cleanup_done_): New member.
11473 (Plugin_manager::Plugin_manager): Remove cleanup_done_.
11474 (Plugin_manager::cleanup_done_): Remove.
11475 (Plugin_manager::add_input_file): Edit error message.
11476 * plugin.cc (Plugin::cleanup): Test and set cleanup_done_.
11477 (Plugin_manager::cleanup): Remove use of cleanup_done_.
11478
2c849493
ILT
114792009-10-27 Mikolaj Zalewski <mikolajz@google.com>
11480
11481 * fileread.cc: (File_read::View::~View): Use the new
11482 data_ownership_ filed.
11483 (File_read::~File_read): Dispose the new whole_file_view_.
11484 (File_read::open): Mmap the whole file if needed.
11485 (File_read::open): Use whole_file_view_ instead of contents_.
11486 (File_read::find_view): Use whole_file_view_ if applicable.
11487 (File_read::do_read): Use whole_file_view_ instead of contents_.
11488 (File_read::make_view): Use whole_file_view_ instead of contents_,
11489 update File_read::View::View call.
11490 (File_read::find_or_make_view): Update File_read::View::View
11491 call.
11492 * fileread.h: (File_read::File_read): Initialize whole_file_view_,
11493 remove contents_
11494 (File_read::View::Data_ownership): New enum.
11495 (File_read::View::View): Replace bool mapped_ with Data_ownership
11496 argument.
11497 (File_read::View::mapped_): Remove (replaced by data_ownership_).
11498 (File_read::View::data_ownership_): New field.
11499 (File_read::contents_): Remove (replaced by whole_file_view_).
11500 (File_read::whole_file_view_): New field.
11501 * options.h (class General_options): Add --keep-files-mapped.
11502
24998053
CC
115032009-10-27 Cary Coutant <ccoutant@google.com>
11504
11505 * symtab.cc (add_from_pluginobj): Pass correct value for is_ordinary.
11506 * testsuite/Makefile.am (plugin_test_5): New test case.
11507 * testsuite/Makefile.in: Regenerate.
11508
72adc4fa
DK
115092009-10-25 Doug Kwan <dougkwan@google.com>
11510
11511 * object.h (Sized_relobj::View_size, Sized_relobj::Views): Change
11512 from private to protected to allow access by child class.
11513 (Sized_relobj::do_relocate_sections): New method declaration.
11514 (Sized_relobj::relocate_sections): Virtualize.
e1df38aa 11515 * reloc.cc (Sized_relobj::do_relocate_sections): Rename from
72adc4fa
DK
11516 Sized_relobj::relocate_sections. Instantiate template explicitly
11517 for different target sizes and endianity.
11518
07f508a2
DK
115192009-10-24 Doug Kwan <dougkwan@google.com>
11520
11521 * arm.cc (Arm_output_section, Arm_relobj): Forward class declarations.
11522 (Arm_input_section::as_arm_input_section): New method.
11523 (Arm_output_section): New class definition.
11524 (Arm_output_section::create_stub_group,
11525 Arm_output_section::group_sections): New method definitions.
11526
10ad9fe5
DK
115272009-10-22 Doug Kwan <dougkwan@google.com>
11528
11529 * arm.cc (Arm_input_section): New class definition.
11530 (Arm_input_section::init, Arm_input_section:do_write,
11531 Arm_input_section::set_final_data_size,
11532 Arm_input_section::do_reset_address_and_file_offset): New method
11533 definitions.
11534
56ee5e00
DK
115352009-10-21 Doug Kwan <dougkwan@google.com>
11536
11537 * arm.cc (Stub_table, Arm_input_section): New forward class
11538 declarations.
11539 (Stub_table): New class defintion.
11540 (Stub_table::add_reloc_stub, Stub_table::relocate_stubs
11541 Stub_table::do_reset_address_and_file_offset, Stub_table::do_write):
11542 New method definition.
11543
b569affa
DK
115442009-10-21 Doug Kwan <dougkwan@google.com>
11545
11546 * arm.cc: Update copyright comments.
11547 (Target_arm): New forward class template declaration.
11548 (Arm_address): New type.
11549 (ARM_MAX_FWD_BRANCH_OFFSET, ARM_MAX_BWD_BRANCH_OFFSET,
11550 THM_MAX_FWD_BRANCH_OFFSET, THM_MAX_BWD_BRANCH_OFFSET,
11551 THM2_MAX_FWD_BRANCH_OFFSET, THM2_MAX_BWD_BRANCH_OFFSET): New
11552 constants.
11553 (Insn_template): Same.
11554 (DEF_STUBS): New macro.
11555 (Stub_type): New enum type.
11556 (Stub_template): New class definition.
11557 (Stub): Same.
11558 (Reloc_stub): Same.
11559 (Stub_factory): Same.
11560 (Target_arm::Target_arm): Initialize may_use_blx_ and
11561 should_force_pic_veneer_.
11562 (Target_arm::may_use_blx, Target_arm::set_may_use_blx,
11563 Target_arm::should_force_pic_veneer,
11564 Target_arm::set_should_force_pic_veneer, Target_arm::using_thumb2,
11565 Target_arm::using_thumb_only, Target_arm:;default_target): New
11566 method defintions.
11567 (Target_arm::may_use_blx_, Target_arm::should_force_pic_veneer_):
11568 New data member declarations.
11569 (Insn_template::size, Insn_template::alignment): New method defintions.
11570 (Stub_template::Stub_template): New method definition.
11571 (Reloc_stub::Key::name, Reloc_stub::stub_type_for_reloc,
11572 Reloc_stub::do_fixed_endian_write, Reloc_stub::do_write): Same.
11573 (Stub_factory::Stub_factory): New method definition.
11574 * gold.h (string_hash): New template.
11575 * output.h (Input_section_specifier::hash_value): Use
11576 gold::string_hash.
11577 (Input_section_specifier::string_hash): Remove.
11578 * stringpool.cc (Stringpool_template::string_hash): Use
11579 gold::string_hash.
11580
6c172549
DK
115812009-10-20 Doug Kwan <dougkwan@google.com>
11582
11583 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle section
11584 symbols of relaxed input sections.
11585 * output.h (Output_section::find_relaxed_input_section): Make
11586 method public.
11587
c5617f2f
DK
115882009-10-16 Doug Kwan <dougkwan@google.com>
11589
11590 * dynobj.cc (Versions::Versions): Initialize version_script_.
11591 Only insert base version symbol definition for a shared object
11592 if version script defines any version versions.
11593 (Versions::define_base_version): New method definition.
11594 (Versions::add_def): Check that base version is not needed.
11595 (Versions::add_need): Define base version lazily.
11596 * dynobj.h (Versions::define_base_version): New method declaration.
11597 (Versions::needs_base_version_): New data member declaration.
11598 * testsuite/Makefile.am (check_SCRIPTS): Add no_version_test.sh
11599 (check_DATA): Add no_version_test.stdout.
11600 (libno_version_test.so, no_version_test.o no_version_test.stdout):
11601 New make rules.
11602 * testsuite/Makefile.in: Regenerate.
11603 * testsuite/no_version_test.c: New file.
11604 * testsuite/no_version_test.sh: Ditto.
11605
3c12dcdb
DK
116062009-10-16 Doug Kwan <dougkwan@google.com>
11607
11608 * expression.cc (class Segment_start_expression): New class definition.
11609 (Segment_start_expression::value): New method definition.
11610 (script_exp_function_segment_start): Return a new
11611 Segment_start_expression.
11612 * gold/script-c.h (script_saw_segment_start_expression): New function
11613 prototype.
11614 * script-sections.cc (Script_sections::Script_sections): Initialize
11615 SAW_SEGMENT_START_EXPRESSION_ to false.
11616 (Script_sections::set_section_addresses): Use -Ttext, -Tdata
11617 and -Tbbs options to specify section addresses if given in
11618 command line and no SEGMENT_START expression is seen in a script.
11619 * script-sections.h (Script_sections::saw_segment_start_expression,
11620 Script_sections::set_saw_segment_start_expression): New method
11621 definition.
11622 (Script_sections::saw_segment_start_expression_): New data member
11623 declaration.
11624 * script.cc (script_saw_segment_start_expression): New function.
11625 * yyscript.y (SEGMENT_START): Call script_saw_segment_start_expression.
11626 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_6.sh,
11627 script_test_7.sh and script_test_8.sh.
11628 (check_DATA): Add script_test_6.stdout, script_test_7.stdout and
11629 script_test_8.stdout.
11630 (MOSTLYCLEANFILES): Add script_test_6, script_test_7 and script_test_8.
11631 (script_test_6, script_test_6.stdout, script_test_7,
11632 script_test_7.stdout, script_test_8, script_test_8.stdout): New rules.
11633 * Makefile.in: Regenerate.
11634 * testsuite/script_test_6.sh: New file.
11635 * testsuite/script_test_6.t: Same.
11636 * testsuite/script_test_7.sh: Same.
11637 * testsuite/script_test_7.t: Same.
11638 * testsuite/script_test_8.sh: Same.
11639
64b1ae37
DK
116402009-10-16 Doug Kwan <dougkwan@google.com>
11641
11642 * output.cc (Output_segment::set_section_list_address): Cast
11643 expressions to unsigned long long type to avoid format warnings.
11644
661be1e2
ILT
116452009-10-15 Ian Lance Taylor <iant@google.com>
11646
12edd763 11647 * script.cc (Script_options::add_symbol_assignment): Always add a
b3d6a3d4 11648 dot assignment to script_sections_.
12edd763
ILT
11649 * script-sections.cc (Script_sections::add_dot_assignment):
11650 Initialize if necessary.
11651
68b6574b
ILT
11652 * layout.cc (Layout::relaxation_loop_body): Don't crash if we see
11653 program headers with no load segment if there is a linker script.
11654
661be1e2
ILT
11655 * layout.cc (Layout::set_segment_offsets): Align the file offset
11656 to the segment aligment for -N or -n with no load segment.
11657 * output.cc (Output_segment::add_output_section): Don't crash if
11658 the first section is a TLS section.
11659 (Output_segment::set_section_list_addresses): Print an error
11660 message if the address moves backward in a linker script.
11661 * script-sections.cc
11662 (Output_section_element_input::set_section_addresses): Don't
11663 increase *dot_value for a SHF_TLS/SHT_NOBITS section.
11664 (Orphan_output_section::set_section_addresses): Likewise.
11665
f15f61a7
DK
116662009-10-15 Doug Kwan <dougkwan@google.com>
11667
11668 * layout.cc (Layout::finish_dynamic_section): Generate tags
11669 DT_FINI_ARRAY, DT_FINI_ARRAYSZ, DT_INIT_ARRAY, DT_INIT_ARRAYSZ,
11670 DT_PREINIT_ARRAY, DT_PREINIT_ARRAYSZ as needed. If -Bsymbolic is
11671 used, add DT_SYMBOLIC and set DF_SYMBOLIC in DT_FLAGS.
11672
82bb573a
ILT
116732009-10-14 Ian Lance Taylor <iant@google.com>
11674
11675 * object.h (class Relocate_info): Add reloc_shdr and data_shdr
11676 fields.
11677 * object.cc (Sized_relobj::relocate_sections): Set reloc_shdr and
11678 data_shdr fields of relinfo.
11679 * i386.cc (class Target_i386::Relocate): Remove ldo_addrs_ field.
11680 (Target_i386::Relocate::relocate_tls): Don't call fix_up_ldo. For
11681 R_386_TLS_LDO_32, adjust based on section flags.
11682 (Target_i386::Relocate::fix_up_ldo): Remove.
11683
374ad285
ILT
116842009-10-13 Ian Lance Taylor <iant@google.com>
11685
11686 Add support for -pie.
11687 * options.h (class General_options): Add -pie and
11688 --pic-executable.
11689 (General_options::output_is_position_independent): Test -pie.
11690 (General_options::output_is_executable): Return true if not shared
11691 and not relocatable.
11692 (General_options::output_is_pie): Remove.
11693 * options.cc (General_options::finalize): Reject incompatible uses
11694 of -pie.
11695 * gold.cc (queue_middle_tasks): A -pie link is not static.
11696 * symtab.h (Symbol::needs_plt_entry): Return false if -pie.
11697 * symtab.cc (Symbol::final_value_is_known): Return false if
11698 output_is_position_independent.
11699 * layout.cc (Layout::set_segment_offsets): Start at address 0 if
11700 output_is_position_independent.
11701 * output.cc (Output_file_header::do_sized_write): Use ET_DYN if
11702 output_is_position_independent.
11703 * i386.cc (Output_data_plt_i386::do_write): Use the PIC PLT if
11704 output_is_position_independent.
11705 * testsuite/Makefile.am (check_PROGRAMS): Add basic_pie_test and
11706 two_file_pie_test.
11707 (basic_pie_test.o, basic_pie_test): New targets.
11708 (two_file_test_1_pie.o, two_file_test_1b_pie.o): New targets.
11709 (two_file_test_2_pie.o, two_file_test_main_pie.o): New targets.
11710 (two_file_pie_test): New target.
11711 * testsuite/Makefile.in: Rebuild.
11712 * README: Remove note saying that -pie is not supported.
11713
c6585162
ILT
117142009-10-13 Bernhard Reutner-Fischer <aldot@gcc.gnu.org>
11715
11716 * options.h (class General_options): Add -init and -fini.
11717 * layout.cc (Layout::finish_dynamic_section): Emit
11718 given init and fini functions.
11719
032ce4e9
ST
117202009-10-13 Sriraman Tallam <tmsriram@google.com>
11721
11722 * gc.h (gc_process_relocs): Check if icf is enabled using new
11723 function.
11724 * gold.cc (queue_initial_tasks): Likewise.
11725 (queue_middle_tasks): Likewise.
11726 * object.cc (do_layout): Likewise.
11727 * symtab.cc (is_section_folded): Likewise.
11728 * main.cc (main): Likewise.
11729 * reloc.cc (Read_relocs::run): Likewise.
11730 (Sized_relobj::do_scan_relocs): Likewise.
11731 * icf.cc (is_function_ctor_or_dtor): New function.
11732 (Icf::find_identical_sections): Check if function is ctor or dtor when
11733 safe icf is chosen.
11734 * options.h (General_options::icf): Change option to be an enum.
11735 (Icf_status): New enum.
11736 (icf_enabled): New method.
11737 (icf_safe_folding): New method.
11738 (set_icf_status): New method.
11739 (icf_status_): New variable.
11740 * (options.cc) (General_options::finalize): Set icf_status_.
11741 * testsuite/Makefile.am: Add commands to build icf_safe_test. Modify
11742 icf_test and icf_keep_unique_test to use the --icf enum flag.
11743 * testsuite/icf_safe_test.sh: New file.
e1df38aa 11744 * testsuite/icf_safe_test.cc: New file.
032ce4e9 11745
f345227a
ST
117462009-10-12 Sriraman Tallam <tmsriram@google.com>
11747
11748 * symtab.h: Check for GOLD_SYMTAB_H before header includes. Remove
11749 includes to gc.h and icf.h.
11750 * arm.cc: Include gc.h.
11751 * gold.cc: Likewise.
11752 * i386.cc: Likewise.
11753 * powerpc.cc: Likewise.
11754 * sparc.cc: Likewise.
11755 * x86_64.cc: Likewise.
11756 * gc.h: Include icf.h.
11757
1c7814ed
ILT
117582009-10-11 Ian Lance Taylor <iant@google.com>
11759
11760 * plugin.cc: Include "gold.h" before other header files.
11761
ae3b5189
CD
117622009-10-10 Chris Demetriou <cgd@google.com>
11763
11764 * options.h (Input_file_argument::Input_file_type): New enum.
11765 (Input_file_argument::is_lib_): Replace with...
11766 (Input_file_argument::type_): New member.
11767 (Input_file_argument::Input_file_argument): Take Input_file_type
11768 'type' rather than boolean 'is_lib' as second argument.
11769 (Input_file_argument::is_lib): Use type_.
11770 (Input_file_argument::is_searched_file): New function.
11771 (Input_file_argument::may_need_search): Handle is_searched_file.
11772 * options.cc (General_options::parse_library): Support -l:filename.
11773 (General_options::parse_just_symbols): Update for Input_file_argument
11774 changes.
11775 (Command_line::process): Likewise.
11776 * archive.cc (Archive::get_file_and_offset): Likewise.
11777 * plugin.cc (Plugin_manager::release_input_file): Likewise.
11778 * script.cc (read_script_file, script_add_file): Likewise.
11779 * fileread.cc (Input_file::Input_file): Likewise.
11780 (Input_file::will_search_for): Handle is_searched_file.
11781 (Input_file::open): Likewise.
11782 * readsyms.cc (Read_symbols::get_name): Likewise.
11783 * testsuite/Makefile.am (searched_file_test): New test.
11784 * testsuite/Makefile.in: Regenerate.
11785 * testsuite/searched_file_test.cc: New file.
11786 * testsuite/searched_file_test_lib.cc: New file.
11787
f3048a1d
ILT
117882009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11789 Ian Lance Taylor <iant@google.com>
11790
11791 * descriptor.cc: Include <cstdio> and "binary-io.h".
11792 (Descriptors::open): Open the files in binary mode always.
11793 * script.cc (Lex::get_token): Treat \r as whitespace.
11794
d4780e57
ILT
117952009-10-09 Ian Lance Taylor <iant@google.com>
11796
11797 * testsuite/retain_symbols_file_test.sh: Don't test for __tcf_0.
11798
d9a893b8
ILT
117992009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11800 Ian Lance Taylor <iant@google.com>
11801
11802 * configure.ac: Check for readv function also.
11803 * fileread.cc (readv): Define if not HAVE_READV.
11804 * fileread.h (File_read:: max_readv_entries): Set to 1 if readv
11805 does not exist.
11806 * config.in: Regenerate.
11807 * configure: Regenerate.
11808
c0a62865
DK
118092009-10-09 Doug Kwan <dougkwan@google.com>
11810
11811 * layout.cc (Layout::make_output_section): Call target hook to make
11812 ordinary output section.
11813 (Layout::finalize): Adjust parameter list of call the
11814 Target::may_relax().
11815 * layout.h (class Layout::section_list): New method.
11816 * merge.h (Output_merge_base::entsize): Change visibility to public.
11817 (Output_merge_base::is_string, Output_merge_base::do_is_string):
11818 New methods.
11819 (Output_merge_string::do_is_string): New method.
11820 * object.cc (Sized_relobj::do_setup): renamed from
11821 Sized_relobj::set_up.
11822 * object.h (Sized_relobj::adjust_shndx,
11823 Sized_relobj::initializ_input_to_output_maps,
11824 Sized_relobj::free_input_to_output_maps): Change visibilities to
11825 protected.
11826 (Sized_relobj::setup): Virtualize.
11827 (Sized_relobj::do_setup): New method declaration.
11828 (Sized_relobj::invalidate_section_offset,
11829 Sized_relobj::do_invalidate_section_offset): New method decfinitions.
11830 (Sized_relobj::elf_file, Sized_relobj::local_values): New methods.
11831 * options.cc (parse_int): New function.
11832 * options.h (parse_int): New declaration.
11833 (DEFINE_int): New macro.
11834 (stub_group_size): New option.
11835 * output.cc (Output_section::Output_section): Initialize memebers
11836 merge_section_map_, merge_section_by_properties_map_,
11837 relaxed_input_section_map_, is_relaxed_input_section_map_valid_.
11838 (Output_section::add_input_section): Handled deferred code-fill
11839 generation and remove an old comment.
11840 (Output_section::add_relaxed_input_section): New method definition.
11841 (Output_section::add_merge_input_section): Use merge section by
11842 properties map to speed to search. Update merge section maps
11843 as appropriate.
11844 (Output_section::build_relaxation_map): New method definition.
11845 (Output_section::convert_input_sections_in_list_to_relaxed_sections):
11846 Same.
11847 (Output_section::relax_input_section): Renamed to
11848 Output_section::convert_input_sections_to_relaxed_sections and change
11849 interface to take a vector of pointers to relaxed sections.
11850 (Output_section::find_merge_section,
11851 Output_section::find_relaxed_input_section): New method definitions.
11852 (Output_section::is_input_address_mapped,
11853 Output_section::output_offset, Output_section::output_address):
11854 Use output section data maps to speed up searching.
11855 (Output_section::find_starting_output_address): Add comments.
11856 (Output_section::do_write,
11857 Output_section::write_to_postprocessing_buffer): Do code-fill
11858 generation as appropriate.
11859 (Output_section::get_input_sections): Invalidate relaxed input section
11860 map.
11861 (Output_section::restore_states): Adjust type of checkpoint .
11862 Invalidate relaxed input section map.
11863 * output.h (Output_merge_base): New class declaration.
11864 (Input_section_specifier): New class defintion.
11865 (class Output_relaxed_input_section) Change base class to
11866 Output_section_data_build.
11867 (Output_relaxed_input_section::Output_relaxed_input_section): Adjust
11868 base class initializer.
11869 (Output_section::add_relaxed_input_section): New method declaration.
11870 (Output_section::Input_section): Change visibility to protected.
2e702c99 11871 (Output_section::Input_section::relobj,
c0a62865
DK
11872 Output_section::Input_section::shndx): Handle relaxed input sections.
11873 Output_section::input_sections) Change visibility to protected. Also
11874 define overload to return a non-const pointer.
11875 (Output_section::Merge_section_properties): New class defintion.
11876 (Output_section::Merge_section_by_properties_map,
11877 Output_section::Output_section_data_by_input_section_map,
11878 Output_section::Relaxation_map): New types.
11879 (Output_section::relax_input_section): Rename method to
11880 Output_section::convert_input_sections_to_relaxed_sections and change
11881 interface to take a vector of relaxed section pointers.
11882 (Output_section::find_merge_section,
11883 Output_section::find_relaxed_input_section,
11884 Output_section::build_relaxation_map,
11885 Output_section::convert_input_sections_in_list_to_relaxed_sections):
11886 New method declarations.
11887 (Output_section::merge_section_map_
11888 Output_section::merge_section_by_properties_map_,
11889 Output_section::relaxed_input_section_map_,
11890 Output_section::is_relaxed_input_section_map_valid_,
11891 Output_section::generate_code_fills_at_write_): New data members.
11892 * script-sections.cc
11893 (Output_section_element_input::set_section_addresses): Call
11894 current_data_size and addralign methods of relaxed input sections.
11895 (Orphan_output_section::set_section_addresses): Call current_data_size
11896 and addralign methods of relaxed input sections.
11897 * symtab.cc (Symbol_table::compute_final_value): Extract template
11898 from the body of Symbol_table::sized_finalize_symbol.
11899 (Symbol_table::sized_finalized_symbol): Call
11900 Symbol_table::compute_final_value.
11901 * symtab.h (Symbol_table::Compute_final_value_status): New enum type.
11902 (Symbol_table::compute_final_value): New templated method declaration.
11903 * target.cc (Target::do_make_output_section): New method defintion.
11904 * target.h (Target::make_output_section): New method declaration.
11905 (Target::relax): Add more parameters for input objects, symbol table
11906 and layout. Adjust call to do_relax.
11907 (Target::do_make_output_section): New method declaration.
11908 (Target::do_relax): Add parameters for input objects, symbol table
11909 and layout.
11910
d446d6c4
ILT
119112009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11912
11913 * pread.c: Include stdio.h.
11914
bc06c745
ILT
119152009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11916
11917 * plugin.cc: Don't include dlfcn.h when ENABLE_PLUGINS is not
11918 defined.
11919
75aea3d0
ILT
119202009-10-09 Andrew Pinski <andrew_pinski@playstation.sony.com>
11921
11922 * dwarf_reader.cc (Sized_dwarf_line_info::Sized_dwarf_line_info):
11923 Change read_shndx type to unsigned int.
11924 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11925 int.
11926 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11927 * dwarf_reader.h (Sized_dwarf_line_info::Sized_dwarf_line_info):
11928 Change read_shndx type to unsigned int.
11929 (Sized_dwarf_line_info::read_lines): Change shndx type to unsigned
11930 int.
11931 (Sized_dwarf_line_info::read_line_mappings): Likewise.
11932 * layout.cc (Layout::create_symtab_sections): Cast the result of
11933 local_symcount * symsize to off_t in the gold_assert.
11934
be8fcb75
ILT
119352009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11936
11937 * arm.cc (Target_arm::relocate::reloc_is_non_pic): Return true for
11938 R_ARM_THM_ABS5, R_ARM_ABS8, R_ARM_ABS12, R_ARM_ABS16,
11939 R_ARM_BASE_ABS.
11940 (Arm_relocate_functions::abs8): Remove has_thumb_bit parameter.
11941 (Arm_relocate_functions::thm_abs5): New function.
11942 (Arm_relocate_functions::abs12): New function.
11943 (Arm_relocate_functions::abs16): New function.
11944 (Arm_relocate_functions::base_abs): New function.
11945 (Scan::check_non_pic): Handle R_ARM_ABS32_NOI.
11946 (Scan::local): Remove special handling of R_ARM_ABS8. Handle
11947 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, R_ARM_ABS12, R_ARM_ABS16, and
11948 R_ARM_BASE_ABS.
11949 (Scan::global): Likewise.
11950 (Relocate::relocate): Handle R_ARM_ABS12, R_ARM_ABS16,
11951 R_ARM_ABS32_NOI, R_ARM_THM_ABS5, and R_ARM_BASE_ABS.
11952 (Relocatable_size_for_reloc::get_size_for_reloc): Handle
11953 R_ARM_ABS16, R_ARM_THM_ABS5, R_ARM_ABS32_NOI, R_ARM_ABS12, and
11954 R_ARM_BASE_ABS.
11955
c2a122b6
ILT
119562009-10-09 Viktor Kutuzov <vkutuzov@accesssoftek.com>
11957
11958 * arm.cc (Arm_relocate_functions::movw_prel_nc): New function.
11959 (Arm_relocate_functions::movt_prel): New function.
11960 (Arm_relocate_functions::thm_movw_prel_nc): New function.
11961 (Arm_relocate_functions::thm_movt_prel): New function.
11962 (Scan::local): Handle R_ARM_MOVW_PREL_NC, R_ARM_MOVT_PREL,
11963 R_ARM_THM_MOVW_PREL_NC, and R_ARM_THM_MOVT_PREL.
11964 (Scan::global, Relocate::relocate): Likewise.
11965 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
11966
c4aa1e2d
ILT
119672009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11968
11969 * gold.cc: (queue_initial_tasks): Pass incremental_inputs to
11970 Incremental_checker.
11971 * incremental.cc: (INCREMENTAL_LINK_VERSION): Change type to
11972 unsigned int.
11973 (class Incremental_inputs_header): New class.
11974 (Incremental_inputs_header_writer): Edit comment.
11975 (Incremental_inputs_entry): New class.
11976 (Incremental_inputs_entry_writer): Edit comment.
11977 (Sized_incremental_binary::do_find_incremental_inputs_section):
11978 Add *strtab_shndx parameter, fill it.
11979 (Sized_incremental_binary::do_check_inputs): New method.
11980 (Incremental_checker::can_incrementally_link_output_file): Use
11981 Sized_incremental_binary::check_inputs.
11982 (Incremental_inputs::report_command_line): Save command line in
11983 command_line_.
11984 * incremental.h:
11985 (Incremental_binary::find_incremental_inputs_section): New
11986 method.
11987 (Incremental_binary::do_find_incremental_inputs_section): Add
11988 strtab_shndx parameter.
11989 (Incremental_binary::do_check_inputs): New pure virtual method.
11990 (Sized_incremental_binary::do_check_inputs): Declare.
11991 (Incremental_checker::Incremental_checker): Add incremental_inputs
11992 parameter, use it to initialize incremental_inputs_.
11993 (Incremental_checker::incremental_inputs_): New field.
11994 (Incremental_checker::command_line): New method.
11995 (Incremental_checker::inputs): New method.
11996 (Incremental_checker::command_line_): New field.
11997
c549a694
ILT
119982009-10-09 Mikolaj Zalewski <mikolajz@google.com>
11999
12000 * incremental.cc: Include <cstdarg> and "target-select.h".
12001 (vexplain_no_incremental): New function.
12002 (explain_no_incremental): New function.
12003 (Incremental_binary::error): New method.
12004 (Sized_incremental_binary::do_find_incremental_inputs_section): New
12005 method.
12006 (make_sized_incremental_binary): New function.
12007 (open_incremental_binary): New function.
12008 (can_incrementally_link_file): Add checks if output is ELF and has
12009 inputs section.
12010 * incremental.h: Include "elfcpp_file.h" and "output.h".
12011 (Incremental_binary): New class.
12012 (Sized_incremental_binary): New class.
12013 (open_incremental_binary): Declare.
12014 * object.cc (is_elf_object): Use
12015 elfcpp::Elf_recognizer::is_elf_file.
12016 (make_elf_object): Use elfcpp::Elf_recognizer::is_valid_header.
12017 * output.h (Output_file::filesize): New method.
12018
fd3c5f0b
ILT
120192009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12020
12021 * arm.cc (Arm_relocate_functions::extract_arm_movw_movt_addend):
12022 New function.
12023 (Arm_relocate_functions::insert_val_arm_movw_movt): New function.
12024 (Arm_relocate_functions::extract_thumb_movw_movt_addend): New
12025 function.
12026 (Arm_relocate_functions::insert_val_thumb_movw_movt): New
12027 function.
12028 (Arm_relocate_functions::movw_abs_nc): New function.
12029 (Arm_relocate_functions::movt_abs): New function.
12030 (Arm_relocate_functions::thm_movw_abs_nc): New function.
12031 (Arm_relocate_functions::thm_movt_abs): New function.
12032 (Scan::local): Handle R_ARM_MOVW_ABS_NC, R_ARM_MOVT_ABS,
12033 R_ARM_THM_MOVW_ABS_NC, R_ARM_THM_MOVT_ABS.
12034 (Scan::global): Likewise.
12035 (Relocate::relocate): Likewise.
12036 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12037
7f5309a5
ILT
120382009-10-07 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12039
12040 * arm.cc (Arm_relocate_functions::got_prel) New function.
12041 (Scan::local, Scan::global): Handle R_ARM_GOT_PREL.
12042 (Relocate::relocate): Likewise.
12043 (Relocatable_size_for_reloc::get_size_for_reloc): Likewise.
12044
364c7fa5
ILT
120452009-10-06 Ian Lance Taylor <iant@google.com>
12046
12047 * options.h (class General_options): Define
12048 split_stack_adjust_size parameter.
12049 * object.h (class Object): Add uses_split_stack_ and
12050 has_no_split_stack_ fields. Add uses_split_stack and
12051 has_no_split_stack accessor functions. Declare
12052 handle_split_stack_section.
12053 (class Reloc_symbol_changes): Define.
12054 (class Sized_relobj): Define Function_offsets. Declare
12055 split_stack_adjust, split_stack_adjust_reltype, and
12056 find_functions.
12057 * object.cc (Object::handle_split_stack_section): New function.
12058 (Sized_relobj::do_layout): Call handle_split_stack_section.
12059 * dynobj.cc (Sized_dynobj::do_layout): Call
12060 handle_split_stack_section.
12061 * reloc.cc (Sized_relobj::relocate_sections): Call
12062 split_stack_adjust for executable sections in split_stack
12063 objects. Pass reloc_map to relocate_section.
12064 (Sized_relobj::split_stack_adjust): New function.
12065 (Sized_relobj::split_stack_adjust_reltype): New function.
12066 (Sized_relobj::find_functions): New function.
12067 * target-reloc.h: Include "object.h".
12068 (relocate_section): Add reloc_symbol_changes parameter. Change
12069 all callers.
12070 * target.h (class Target): Add calls_non_split method. Declare
12071 do_calls_non_split virtual method. Declare match_view and
12072 set_view_to_nop.
12073 * target.cc: Include "elfcpp.h".
12074 (Target::do_calls_non_split): New function.
12075 (Target::match_view): New function.
12076 (Target::set_view_to_nop): New function.
12077 * gold.cc (queue_middle_tasks): Give an error if mixing
12078 split-stack and non-split-stack objects with -r.
12079 * i386.cc (Target_i386::relocate_section): Add
12080 reloc_symbol_changes parameter.
12081 (Target_i386::do_calls_non_split): New function.
12082 * x86_64.cc (Target_x86_64::relocate_section): Add
12083 reloc_symbol_changes parameter.
12084 (Target_x86_64::do_calls_non_split): New function.
12085 * arm.cc (Target_arm::relocate_section): Add reloc_symbol_changes
12086 parameter.
12087 * powerpc.cc (Target_powerpc::relocate_section): Add
12088 reloc_symbol_changes parameter.
12089 * sparc.cc (Target_sparc::relocate_section): Add
12090 reloc_symbol_changes parameter.
12091 * configure.ac: Call AM_CONDITIONAL for the default target.
12092 * configure: Rebuild.
12093 * testsuite/Makefile.am (TEST_AS): New variable.
12094 (check_SCRIPTS): Add split_i386.sh and split_x86_64.sh.
12095 (check_DATA): Add split_i386 and split_x86_64 files.
12096 (SPLIT_DEFSYMS): Define.
12097 (split_i386_[1234n].o): New targets.
12098 (split_i386_[124]): New targets.
12099 (split_i386_[1234r].stdout): New targets.
12100 (split_x86_64_[1234n].o): New targets.
12101 (split_x86_64_[124]): New targets.
12102 (split_x86_64_[1234r].stdout): New targets.
12103 (MOSTLYCLEANFILES): Add new executables.
12104 * testsuite/split_i386.sh: New file.
12105 * testsuite/split_x86_64.sh: New file.
12106 * testsuite/split_i386_1.s: New file.
12107 * testsuite/split_i386_2.s: New file.
12108 * testsuite/split_i386_3.s: New file.
12109 * testsuite/split_i386_4.s: New file.
12110 * testsuite/split_i386_n.s: New file.
12111 * testsuite/split_x86_64_1.s: New file.
12112 * testsuite/split_x86_64_2.s: New file.
12113 * testsuite/split_x86_64_3.s: New file.
12114 * testsuite/split_x86_64_4.s: New file.
12115 * testsuite/split_x86_64_n.s: New file.
12116 * testsuite/testfile.cc (Target_test): Update relocation_section
12117 function.
12118 * testsuite/Makefile.in: Rebuild.
12119
e8a9fcda
ILT
121202009-10-06 Ian Lance Taylor <iant@google.com>
12121
12122 * i386.cc (class Target_i386::Relocate): Add ldo_addrs_ field.
12123 (Target_i386::Relocate::relocate_tls): Call fix_up_ldo before
12124 changing local_dynamic_type_ from LOCAL_DYNAMIC_NONE. When
12125 handling R_386_TLS_LDO_32, if local_dynamic_type_ is NONE, push
12126 the address on ldo_addrs_.
12127 (Target_i386::Relocate::fix_up_ldo): New function.
12128
e99daf92
ILT
121292009-10-06 Rafael Espindola <espindola@google.com>
12130
12131 * plugin.cc (add_input_library): New.
12132 (Plugin::load): Add add_input_library to tv.
12133 (Plugin_manager::add_input_file): Add the is_lib argument.
12134 (add_input_file): Update call to Plugin_manager::add_input_file.
12135 (add_input_library): New.
12136 * plugin.h (Plugin_manager::add_input_file): Add the is_lib argument.
12137
966d4097
DK
121382009-09-30 Doug Kwan <dougkwan@google.com>
12139
12140 * arm.cc (Target_arm::may_need_copy_reloc): Check for THUMB function
12141 symbol and call Symbol::may_need_copy_reloc to determine if
12142 a copy reloc is needed.
12143 * copy-relocs.cc (Copy_relocs::need_copy_reloc): Return false if -z
12144 nocopyreloc is given in command line.
12145 (Copy_relocs::emit_copy_reloc): Assert that -z nocopyreloc is not
12146 given in command line.
12147 * i386.cc (Target_i386::may_need_copy_reloc): Remove.
12148 (Target_i386::Scan::global): Use Symbol::may_need_copy_reloc instead
12149 of the removed Target_i386::may_need_copy_reloc.
12150 * options.h (copyreloc): New option with default value false.
12151 * powerpc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12152 (Target_powerpc::Scan::global): Use Symbol::may_need_copy_reloc
12153 instead of the removed Target_powerpc::may_need_copy_reloc.
12154 * sparc.cc (Target_powerpc::may_need_copy_reloc): Remove.
12155 (Target_sparc::Scan::global): Use Symbol::may_need_copy_reloc
12156 instead of the removed Target_sparc::may_need_copy_reloc.
12157 * symtab.h (Symbol::may_need_copy_reloc): New method definition.
12158 * x86_64.cc (Target_powerpc::may_need_copy_reloc): Remove.
12159 (Target_x86_64::Scan::global): Use Symbol::may_need_copy_reloc
12160 instead of the removed Target_x86_64::may_need_copy_reloc.
12161
029ba973
ILT
121622009-09-30 Ian Lance Taylor <iant@google.com>
12163
12164 * object.h (class Object): Remove target_ field, and target,
12165 sized_target, and set_target methods.
12166 (Object::sized_target): Remove.
12167 (class Sized_relobj): Update declarations. Remove sized_target.
12168 * object.cc (Sized_relobj::setup): Remove target parameter.
12169 Change all callers.
12170 (Input_objects::add_object): Don't do anything with the target.
12171 (make_elf_sized_object): Add punconfigured parameter. Change all
12172 callers. Set or test parameter target.
12173 * dynobj.cc (Sized_dynobj::target): Remove target parameter.
12174 Change all callers.
12175 * parameters.cc (Parameters::set_target): Change parameter type to
12176 be non-const.
12177 (Parameters::default_target): Remove.
12178 (set_parameters_target): Change parameter type to be non-const.
12179 (parameters_force_valid_target): New function.
12180 (parameters_clear_target): New function.
12181 * parameters.h (class Parameters): Update declarations. Remove
12182 default_target method. Add sized_target and clear_target
12183 methods. Change target_ to be non-const.
12184 (set_parameters_target): Update declaration.
12185 (parameters_force_valid_target): Declare.
12186 (parameters_clear_target): Declare.
12187 * readsyms.cc (Read_symbols::do_read_symbols): Pass punconfigured
12188 as NULL if we aren't searching.
12189 (Add_symbols::run): Don't check for compatible target.
12190 * fileread.cc (Input_file::open_binary): Call
12191 parameters_force_valid_target.
12192 * gold.cc (queue_middle_tasks): Likewise.
12193 * plugin.cc (make_sized_plugin_object): Likewise. Don't call
12194 set_target on object.
12195 * dynobj.h (class Sized_dynobj): Update declarations.
12196 * archive.cc (Archive::get_elf_object_for_member): Return NULL if
12197 make_elf_object returns NULL.
12198 (Archive::include_member): Don't check whether object target is
12199 compatible.
12200 * output.cc (Output_section::add_input_section): Get target from
12201 parameters.
12202 (Output_section::relax_input_section): Likewise.
12203 * reloc.cc (Sized_relobj::do_gc_process_relocs): Get target from
12204 parameters.
12205 (Sized_relobj::do_scan_relocs): Likewise.
12206 (Sized_relobj::relocate_sections): Likewise.
12207 * resolve.cc (Symbol_table::resolve): Likewise.
12208 * symtab.cc (Symbol_table::wrap_symbol): Likewise. Remove object
12209 parameter. Change all callers.
12210 (Symbol_table::add_from_object): Get target from parameters.
12211 (Symbol_table::add_from_relobj): Don't check object target.
12212 (Symbol_table::add_from_dynobj): Likewise.
12213 (Symbol_table::define_special_symbol): Get target from
12214 parameters.
12215 * symtab.h (class Symbol_table): Update declaration.
12216 * testsuite/binary_unittest.cc (gold_testsuite): Remove target
12217 parameter. Change all callers. Clear parameter target.
12218 (Binary_test): Test target here.
12219 * testsuite/object_unittest.cc (gold_testsuite): Remove
12220 target_test_pointer parameter. Change all callers.
12221 (Object_test): Test target here.
12222
a6a22b83
ILT
122232009-09-26 Ian Lance Taylor <iant@google.com>
12224
12225 * testsuite/initpri1.c: Don't try to use constructor priorities if
12226 compiling with gcc before 4.3.
12227
6a8f49fe
ILT
122282009-09-22 Mikolaj Zalewski <mikolajz@google.com>
12229
12230 * testsuite/retain_symbols_file_test.sh (check_present): Change
12231 output file name to retain_symbols_file_test.stdout.
12232 (check_absent): Likewise.
12233
8c604651
CS
122342009-09-18 Craig Silverstein <csilvers@google.com>
12235
12236 * object.cc (Sized_relobj::do_count): Test should_retain_symbol map.
12237 * options.cc: Include <cerrno> and <fstream>.
12238 (General_options::finalize): Parse -retain-symbols-file tag.
12239 * options.h: New flag.
12240 (General_options): New method should_retain_symbol, new
12241 variable symbols_to_retain.
12242 * symtab.cc (Symbol_table::sized_finalize_symbol): Test
12243 should_retain_symbol map.
12244 * testsuite/Makefile.am (retain_symbols_file_test): New test.
12245 * testsuite/Makefile.in: Regenerate.
12246 * testsuite/retain_symbols_file_test.sh: New file.
12247
ca58b19f
NC
122482009-09-18 Nick Clifton <nickc@redhat.com>
12249
12250 * po/es.po: Updated Spanish translation.
12251
20e6d0d6
DK
122522009-09-17 Doug Kwan <dougkwan@google.com>
12253
12254 * debug.h (DEBUG_RELAXATION): New constant.
12255 (DEBUG_ALL): Add DEBUG_RELAXATION.
12256 (debug_string_to_enum): Add relaxation debug option.
12257 * layout.cc
12258 (Layout::Relaxation_debug_check::check_output_data_for_reset_values,
12259 Layout::Relaxation_debug_check::read_sections,
12260 Layout::Relaxation_debug_check::read_sections): New method definitions.
12261 (Layout::Layout): Initialize data members
12262 record_output_section_data_from_scrips_,
12263 script_output_section_data_list_ and relaxation_debug_check_.
12264 (Layout::save_segments, Layout::restore_segments,
12265 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
12266 Layout::relaxation_loop_body): New method definitions.
12267 (Layout::finalize): Support relaxation. Move section layout code to
12268 Layout::relaxation_loop_body.
12269 (Layout::set_asection_address_from_script): Move code for orphan
12270 section placement out.
12271 (Layout::place_orphan_sections_in_script): New method definition.
12272 * layout.h (Output_segment_headers, Output_file_header):
12273 New forward class declarations.
12274 (Layout::~Layout): Define.
12275 (Layout::new_output_section_data_from_script): New method definition.
12276 (Layout::place_orphan_sections_in_script): New method declaration.
12277 (Layout::Segment_states): New type declaration.
12278 (Layout::save_segments, Layout::restore_segments,
12279 Layout::clean_up_after_relaxation, Layout::prepare_for_relaxation,
12280 Layout::relaxation_loop_body): New method declarations.
12281 (Layout::Output_section_data_list): New type declaration.
12282 (Layout::Relaxation_debug_check): New class definition.
12283 (Layout::record_output_section_data_from_script_,
12284 Layout::script_output_section_data_list_, Layout::segment_states_,
12285 Layout::relaxation_debug_check_): New data members.
12286 * output.cc: (Output_section_headers::do_size): New method definition.
12287 (Output_section_headers::Output_section_headers): Move size
12288 computation to Output_section_headers::do_size.
12289 (Output_segment_headers::do_size): New method definition.
e1df38aa 12290 (Output_file_header::Output_file_header): Move size computation to
20e6d0d6
DK
12291 Output_file_header::do_size and call it.
12292 (Output_file_header::do_size): New method definition.
12293 (Output_data_group::Output_data_group): Adjust call to
12294 Output_section_data.
12295 (Output_data_dynamic::set_final_data_size): Add DT_NULL tag only once.
12296 (Output_symtab_xindex::do_write): Add array bound check.
2e702c99 12297 (Output_section::Input_section::print_to_mapfile): Handle
20e6d0d6
DK
12298 RELAXED_INPUT_SECTION_CODE.
12299 (Output_section::Output_section): Initialize data member checkpoint_.
12300 (Output_section::~Output_section): Delete checkpoint object pointed
12301 by checkpoint_.
12302 (Output_section::add_input_section): Always add an Input_section if
12303 relaxing.
12304 (Output_section::add_merge_input_section): Add assert.
12305 (Output_section::relax_input_section): New method definition.
12306 (Output_section::set_final_data_size): Set load address to zero for
12307 an unallocated section.
12308 (Output_section::do_address_and_file_offset_have_reset_values):
12309 New method definition.
12310 (Output_section::Input_section_sort_enty::Input_section_sort_enty):
12311 Handle relaxed input section.
12312 (Output_section::sort_attached_input_sections): Checkpoint input
12313 section list lazily.
12314 (Output_section::get_input_sections): Change type of input_sections to
12315 list of Simple_input_section pointers. Checkpoint input section list
12316 lazily. Also handle relaxed input sections.
12317 (Output_section::add_input_section_for_script): Take a reference to
12318 a Simple_input_section object instead of Relobj pointer and section
12319 index as parameter. Handle relaxed input sections.
12320 (Output_section::save_states, Output_section::restore_states): New
12321 method definitions.
12322 * output.h (Output_data::Output_data): Initialize is_data_size_fixed_.
12323 (Output_data::is_data_size_fixed): New method definition.
12324 (Output_data::reset_addresss_and_file_offset): Do not reset data size
12325 if it is fixed.
12326 (Output_data::address_and_file_offset_have_reset_values): New method
12327 definition.
12328 (Output_data::do_address_and_file_offset_have_reset_values): New method
12329 definition.
12330 (Output_data::set_data_size): Check that data size is not fixed.
12331 (Output_data::fix_data_size): New method definition.
12332 (Output_data::is_data_size_fixed_): New data member.
12333 (Output_section_headers::set_final_data_size): New method definition.
12334 (Output_section_headers::do_size): New method declaration.
12335 (Output_segment_headers::set_final_data_size): New method definition.
12336 (Output_segment_headers::do_size): New method declaration.
12337 (Output_file_header::set_final_data_size)::New method definition.
12338 (Output_file_header::do_size)::New method declaration.
12339 (Output_section_data::Output_section_data): Add new parameter
12340 is_data_size_fixed and use it to fix data size.
12341 (Output_data_const::Output_data_const): Adjust call to base class
12342 constructor and fix data size.
12343 (Output_data_const_buffer::Output_data_const_buffer): Adjust call to
12344 base class constructor and fix data size.
12345 (Output_data_fixed_space::Output_data_fixed_space): Adjust call to
12346 base class constructor and fix data size.
12347 (Output_data_zero_fill::Output_data_zero_fill): Adjust call to base
12348 class constructor and fix data size.
12349 (Output_data_group::set_final_data_size): New method definition.
12350 (Output_data_dynamic::Dynamic_entry::tag): New method definition.
12351 (Output_symtab_xindex::Output_symtab_xindex): Adjust call to base
12352 class constructor and fix data size.
12353 (Output_relaxed_input_section): New class definition.
12354 (Output_section::Simple_input_section): New class definition.
12355 (Output_section::get_input_sections): Adjust parameter list.
12356 (Output_section::add_input_section_for_script): Same.
12357 (Output_section::save_states, Output_section::restore_states,
12358 Output_section::do_address_and_file_offset_have_reset_values,
12359 (Output_section::Input_section::Input_section): Handle
12360 RELAXED_INPUT_SECTION_CODE. Add new overload for
12361 Output_relaxed_input_section.
12362 (Output_section::Input_section::is_input_section,
12363 Output_section::Input_section::set_output_section): Handle relaxed
12364 input section.
12365 (Output_section::Input_section::is_relaxed_input_section,
12366 Output_section::Input_section::output_section_data,
12367 Output_section::Input_section::relaxed_input_section): New method
12368 definitions.
12369 (Output_section::Input_section::RELAXED_INPUT_SECTION_CODE): New enum
12370 value.
12371 (Output_section::Input_section::u1_): Update comments.
12372 (Output_section::Input_section::u2_): Add new union member poris.
12373 (Output_section::Checkpoint_output_section): New classs definition.
12374 (Output_section::relax_input_section): New method declaration.
12375 (Output_section::checkpoint_): New data member.
12376 (Output_segment): Update comments.
12377 (Output_segment::Output_segment): Un-privatize copy constructor.
12378 (Output_segment::operator=): Un-privatize.
12379 * script-sections.cc (Output_section_element::Input_section_list):
12380 Change element type to Output_section::Simple_input_section.
12381 (Output_section_element_dot_assignment::set_section_addresses):
12382 Register output section data for relaxation clean up.
12383 (Output_data_exression::Output_data_expression): Adjust call to base
12384 constructor to fix data size.
12385 (Output_section_element_data::set_section_addresses): Register
12386 Output_data_expression object for relaxation clean up.
12387 (struct Input_section_info): Replace Relobj pointer and section index
12388 pair with Output_section::Simple_input_section and Convert struct to a
12389 class.
12390 (Input_section_sorter::operator()): Adjust access to
e1df38aa 12391 Input_section_info data member to use accessors.
20e6d0d6
DK
12392 (Output_section_element_input::set_section_addresses): Use layout
12393 parameter. Adjust code to use Output_section::Simple_input_section
12394 and Input_secction_info classes. Register filler for relaxation
12395 clean up.
12396 (Orphan_output_section::set_section_addresses): Replace Relobj pointer
12397 and section index pair with Output_section::Simple_input_section
12398 class. Adjust code accordingly.
12399 (Phdrs_element::release_segment): New method definition.
12400 (Script_sections::attach_sections_using_phdrs_clause): Do not modify
12401 segment list.
12402 (Script_sections::release_segments): New method definition.
12403 * gold/script-sections.h (Script_sections::release_segments): New
12404 method declaration.
12405 * gold/target.h (Target::may_relax, Target::relax,
12406 Target::do_may_relax, Target::do_relax): New method definitions.
12407
5e445df6
ILT
124082009-09-17 Viktor Kutuzov <vkutuzov@accesssoftek.com>
12409
12410 * arm.cc (has_signed_unsigned_overflow): New function.
12411 (Arm_relocate_functions::abs8): New function.
12412 (Target_arm::Scan::local): Handle R_ARM_ABS8.
12413 (Target_arm::Scan::global): Likewise.
12414 (Target_arm::relocate::relocate): Likewise.
12415 (Target_arm::Relocatable_size_for_reloc::get_size_for_reloc):
12416 Likewise.
12417
8c604651 124182009-09-16 Cary Coutant <ccoutant@google.com>
72fef11a
CC
12419
12420 * testsuite/Makefile.am (MOSTLYCLEANFILES): Add more generated files.
12421 * testsuite/Makefile.in: Regenerate.
12422
1e9cc1c2
NC
124232009-09-11 Nick Clifton <nickc@redhat.com>
12424
12425 * po/gold.pot: Updated by the Translation project.
12426
6a89f575
CC
124272009-09-08 Cary Coutant <ccoutant@google.com>
12428
12429 * output.cc (Output_file::open): Add execute permission to empty file.
12430 * testsuite/Makefile.am (permission_test): New test.
12431 * testsuite/Makefile.in: Regenerate.
12432
fdcac5af
ILT
124332009-09-02 Ian Lance Taylor <iant@google.com>
12434
12435 * output.cc (Output_file::resize): Call map_no_anonymous rather
12436 than map.
12437
44453f85
ILT
124382009-09-01 Mikolaj Zalewski <mikolajz@google.com>
12439
12440 * gold.cc: Include "incremental.h".
12441 (queue_initial_tasks): Call Incremental_checker methods.
12442 * incremental.cc: Include "output.h".
12443 (Incremental_checker::can_incrementally_link_output_file): New
12444 method.
12445 * incremental.h (Incremental_checker): New class.
12446
12447 * output.cc (Output_file::open_for_modification): New method.
12448 (Output_file::map_anonymous): Changed return type to bool. Record
12449 map in base_ field.
12450 (Output_file::map_no_anonymous): New method, broken out of map.
12451 (Output_file::map): Use map_no_anonymous and map_anonymous.
12452 * output.h (class Output_file): Update declarations.
12453
293c1386
CC
124542009-08-24 Cary Coutant <ccoutant@google.com>
12455
12456 * options.h (Command_line::Pre_options): New class.
12457 (Command_line::pre_options): New member.
12458 * options.cc (gold::options::ready_to_register): New variable.
12459 (One_option::register_option): Do nothing if not registering options.
12460 Assert if same short option registered twice.
12461 (General_options::General_options): Turn off option registration when
12462 done constructing.
12463 (Command_line::Pre_options::Pre_options): New constructor.
12464
f773f3d2
CC
124652009-08-24 Cary Coutant <ccoutant@google.com>
12466
06a73cfe
CC
12467 * options.h (General_options::no_keep_memory): Remove incorrect
12468 short option.
f773f3d2 12469
a15af8e2
RW
124702009-08-24 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12471
12472 * Makefile.am (am__skiplex, am__skipyacc): New.
12473 * Makefile.in: Regenerate.
12474
c462b41b
RW
124752009-08-22 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
12476
14ec8efd
RW
12477 * Makefile.am (AM_CPPFLAGS): Renamed from ...
12478 (INCLUDES): ... this.
12479 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add -Wno-portability.
12480 (AM_CPPFLAGS): Renamed from ...
12481 (INCLUDE): ... this.
12482 * Makefile.in, testsuite/Makefile.in: Regenerate.
12483
81ecdfbb
RW
12484 * Makefile.in: Regenerate.
12485 * aclocal.m4: Likewise.
12486 * config.in: Likewise.
12487 * configure: Likewise.
12488 * testsuite/Makefile.in: Likewise.
12489
c462b41b
RW
12490 * Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
12491 * testsuite/Makefile.am (AUTOMAKE_OPTIONS): Add foreign.
12492 * Makefile.in: Regenerate.
12493 * testsuite/Makefile.in: Regenerate.
12494
2da73f13
CC
124952009-08-19 Cary Coutant <ccoutant@google.com>
12496
12497 * resolve.cc (Symbol_table::resolve): Don't complain about defined
12498 symbols in shared libraries overridden by hidden or internal symbols
12499 in the main program.
12500
2db70501
CD
125012009-08-19 Chris Demetriou <cgd@google.com>
12502
12503 * testsuite/debug_msg.sh: Match .* rather than ${srcdir} when
12504 checking source file names in error messages.
12505
f733487b
DK
125062009-08-18 Doug Kwan <dougkwan@google.com>
12507
12508 * dynobj.cc (Sized_dynobj::setup): Take a Target object instead of
12509 an elcpp::Ehdr as parameter. Adjust call to set_target.
12510 * dynobj.h (Sized_dynobj::setup): Take a Target object instead of
12511 an elfcpp::Ehdr as parameter.
12512 * object.cc (Object::set_target): Remove the version that looks up
12513 a target and sets it.
12514 (Sized_relobj::setup): Take a Target object instead of
12515 an elfcpp::Ehdr as parameter. Adjust call to set_target.
12516 (make_elf_sized_object): Find target and ask target to
12517 make an ELF object.
12518 * object.h: (Object::set_target): Remove the version that looks up
12519 a target and sets it.
12520 (Sized_relobj::setup): Take a Target object instead of
12521 an elfcpp:Ehdr as parameter.
12522 * target.cc: Include dynobj.h.
12523 (Target::do_make_elf_object_implementation): New.
2e702c99 12524 (Target::do_make_elf_object): New.
f733487b
DK
12525 * target.h (Target::make_elf_object): New template declaration.
12526 (Target::do_make_elf_object): New method declarations.
12527 (Target::do_make_elf_object_implementation): New template declaration.
12528
cc70f101
ILT
125292009-08-14 Ian Lance Taylor <iant@google.com>
12530
12531 * gold.h (FUNCTION_NAME): Define.
12532 (gold_unreachable): Use FUNCTION_NAME.
12533
ef5e0cb1
ST
125342009-08-12 Sriraman Tallam <tmsriram@google.com>
12535
12536 * icf.cc (Icf::find_identical_sections): Issue a warning when a
12537 symbol in the --keep-unique list is not found.
12538
48c187ce
ST
125392009-08-12 Sriraman Tallam <tmsriram@google.com>
12540
12541 * icf.cc (Icf::find_identical_sections): Unfold symbols that have
12542 been maked as --keep-unique.
12543 (Icf::unfold_section): New function.
12544 * icf.h (Icf::unfold_section): New function.
12545 * options.h (General_options::keep_unique): New option.
12546 * testsuite/Makefile.am: Add commands to build icf_keep_unique_test.
12547 * testsuite/Makefile.in: Regenerate.
12548 * testsuite/icf_keep_unique_test.sh: New file.
12549 * testsuite/icf_keep_unique_test.cc: New file.
12550
645afe0c
CC
125512009-08-12 Cary Coutant <ccoutant@google.com>
12552
12553 PR 10471
12554 * resolve.cc (Symbol_table::resolve): Check for references from
12555 dynamic objects to hidden and internal symbols.
12556 * testsuite/Makefile.am (hidden_test.sh): New test.
12557 * testsuite/Makefile.in: Regenerate.
12558 * testsuite/hidden_test.sh: New script.
12559 * testsuite/hidden_test_1.c: New test source.
12560 * testsuite/hidden_test_main.c: New test source.
12561
11af873f
DK
125622009-08-11 Doug Kwan <dougkwan@google.com>
12563
12564 * arm.cc: Update comments.
12565 (Target_arm::do_finalize_sections): Add a special PT_ARM_EXIDX
12566 segment to locate the .ARM.exidx section if present.
12567
b9f7d72d
DK
125682009-08-09 Doug Kwan <dougkwan@google.com>
12569
12570 * dynobj.h (Sized_dynobj::do_section_entsize): Revert the previous
12571 patch.
12572
ddd3c53c
ST
125732009-08-07 Sriraman Tallam <tmsriram@google.com>
12574 * dynobj.h (Sized_dynobj::do_section_entsize): Add return to avoid
12575 compiler warnings.
12576
27721062
ST
125772009-08-06 Sriraman Tallam <tmsriram@google.com>
12578
12579 * x86_64.cc (Target_x86_64::Relocate::relocate_tls): Check for a
12580 valid tls_segment only for non-debug-section relocations.
12581 * testsuite/Makefile.am: Add gc_tls_test.
12582 * testsuite/Makefile.in: Regenerate.
12583 * testsuite/gc_tls_test.cc: New file.
12584 * testsuite/gc_tls_test.sh: New file.
12585
ef15dade 125862009-08-05 Sriraman Tallam <tmsriram@google.com>
e1df38aa 12587
ef15dade
ST
12588 * icf.cc: New file.
12589 * icf.h: New file.
12590 * Makefile.am (CCFILES): Add icf.cc.
12591 (HFILES): Add icf.h
12592 * Makefile.in: Regenerate.
12593 * dynobj.h (Sized_dynobj::do_section_entsize): New function.
12594 * gc.h (gc_process_relocs): Populate lists used by icf to contain
12595 section, symbol and addend information for the relocs.
12596 * gold.cc (queue_middle_tasks): Call identical code folding.
12597 * gold.h: Add defines for multimap.
12598 * layout.cc (Layout::create_symtab_sections): Add symtab as parameter
12599 to the call of finalize_local_symbols.
12600 * main.cc (main): Create object of class Icf.
12601 * object.cc (Sized_relobj::do_layout): Allow this function to be
12602 called twice during icf.
12603 (Sized_relobj::do_finalize_local_symbols): Fold symbols corresponding
12604 to sections marked as identical by icf.
12605 (Sized_relobj::do_section_flags): Get section_flags from Symbols_data
12606 when available.
12607 (Sized_relobj::do_section_entsize): New function.
12608 * object.h (Object::section_entsize): New function.
12609 (Object::do_section_entsize): New pure virtual function.
12610 (Relobj::finalize_local_symbols): Add new parameter.
12611 (Relobj::do_section_entsize): New function.
12612 * options.h (General_options::icf): New option.
12613 (General_options::icf_iterations): New option.
12614 (General_options::print_icf_sections): New option.
12615 * plugin.cc (Sized_pluginobj::do_section_entsize): New function.
12616 * plugin.h (Sized_pluginobj::do_section_entsize): New function.
12617 * reloc.cc (Read_relocs::run): Delay scanning relocs when doing
12618 icf.
12619 * symtab.cc (Symbol_table::is_section_folded): New function.
12620 (Symbol_table::sized_finalize_symbol): Fold symbols corresponding
12621 to sections marked as identical by icf.
12622 * symtab.h (Symbol_table::set_icf): New function.
12623 (Symbol_table::icf): New function.
12624 (Symbol_table::is_section_folded): New function.
12625 (Symbol_table::icf_): New data member.
12626 * target-reloc.h (relocate_section): Ignore sections folded by icf.
12627 * testsuite/Makefile.am: Add commands to build icf_test.
12628 * testsuite/Makefile.in: Regenerate.
12629 * testsuite/icf_test.sh: New file.
12630 * testsuite/icf_test.cc: New file.
12631
c3b65ac4
CD
126322009-07-24 Chris Demetriou <cgd@google.com>
12633
12634 * layout.cc (is_compressible_debug_section): Fix incorrect
12635 comment about compressed section names.
12636
1caf2c51
ILT
126372009-07-20 Ian Lance Taylor <ian@airs.com>
12638
12639 PR 10419
12640 * x86_64.cc (Target_x86_64::do_code_fill): Correct nop sequences.
12641
1ef4d87f
ILT
126422009-07-16 Ian Lance Taylor <iant@google.com>
12643
12644 PR 10400
12645 * layout.h: #include <map>.
12646 (class Kept_section): Change from struct to class. Add accessors
12647 and setters. Add section size to Comdat_group mapping. Change
12648 Comdat_group to std::map. Add is_comdat_ field. Add
12649 linkonce_size field in union.
12650 (class Layout): Update declaration of find_or_add_kept_section.
12651 Don't declare find_kept_object.
12652 * layout.cc (Layout::find_or_add_kept_section): Remove candidate
12653 parameter. Add object, shndx, is_comdat, and is_group_name
12654 parameters. Change all callers. Adjust for new Kept_section.
12655 (Layout::find_kept_object): Remove.
12656 * object.cc (Sized_relobj::include_section_group): Update use of
12657 Kept_section. Rename secnum to shndx. Only record
12658 Kept_comdat_section if sections are the same size.
12659 (Sized_relobj::include_linkonce_section): Update use of
12660 Kept_section. Only record Kept_comdat_section if sections are the
12661 same size. Set size of linkonce section.
12662 (Sized_relobj::map_to_kept_section): Update call to
12663 get_kept_comdat_section.
12664 * object.h (class Sized_relobj): Rename fields in
12665 Kept_comdat_section to drop trailing underscores; change object
12666 field to Relobj*. Change Kept_comdat_section_table to store
12667 struct rather than pointer.
12668 (Sized_relobj::set_kept_comdat_section): Remove kept parameter.
12669 Add kept_object and kept_shndx parameters. Change all callers.
12670 (Sized_relobj::get_kept_comdat_section): Change return type to
12671 bool. Add kept_object and kept_shndx parameters. Change all
12672 callers.
12673 * plugin.cc (Pluginobj::include_comdat_group): Update call to
12674 Layout::find_or_add_kept_section.
12675
37c3b7b0
ILT
126762009-07-09 Ian Lance Taylor <iant@google.com>
12677
12678 * merge.cc (Object_merge_map::initialize_input_to_output_map):
12679 Reserve space in the hash table.
12680
98fa85cb
ILT
126812009-07-06 Mikolaj Zalewski <mikolajz@google.com>
12682
12683 * fileread.cc (File_read::get_mtime): New method.
12684 * fileread.h (Timespec): New structure.
12685 (File_read::get_mtime): New method.
12686 * incremental.cc (Incremental_inputs_entry_data::timestamp_usec):
12687 Renamed from timestamp_nsec.
12688 (Incremental_inputs_entry_write::timestamp_sec): Fix argument to
12689 Elf_Xword.
e1df38aa 12690 (Incremental_inputs_entry_write::timestamp_usec): Renamed from
98fa85cb 12691 timestamp_nsec.
e1df38aa 12692 (Incremental_inputs::report_archive): Save mtime; style fix.
98fa85cb
ILT
12693 (Incremental_inputs::report_obejct): Save mtime; style fix.
12694 (Incremental_inputs::report_script): Save mtime; style fix.
12695 (Incremental_inputs::finalize_inputs): Style fix.
12696 (Incremental_inputs::finalize): Style fix.
12697 (Incremental_inputs::create_input_section_data): Store inputs
12698 mtime.
12699 * incremental.h (Incremental_inputs::report_script): Add mtime
12700 argument.
12701 (Incremental_inputs::Input_info::Input_info): Intialize only one
12702 union member.
12703 (Incremental_inputs::Input_info::archive): Move to nameless
12704 union.
12705 (Incremental_inputs::Input_info::obejct): Move to nameless union.
12706 (Incremental_inputs::Input_info::script): Move to nameless union.
12707 (Incremental_inputs::mtime): New field.
12708 * script.cc (read_input_script): Pass file mtime to
12709 Incremental_input.
12710 * script.h (Script_info::inputs): Style fix.
12711
c9d70757
ILT
127122009-07-01 Ian Lance Taylor <ian@airs.com>
12713
12714 * freebsd.h (Target_freebsd::do_adjust_elf_header): Use size
12715 instead of 32.
12716
9c547ec3
ILT
127172009-06-24 Ian Lance Taylor <iant@google.com>
12718
12719 PR 10156
12720 * layout.cc (Layout::choose_output_section): If we find an
12721 existing section, update the flags.
12722 (Layout::create_notes): New function, broken out of
12723 Layout::finalize.
12724 (Layout::finalize): Don't create note sections.
12725 (Layout::create_note): Don't crash if linker script discards
12726 section.
12727 (Layout::create_gold_note): Likewise.
12728 (Layout::create_build_id): Likewise. Don't set
12729 after_input_sections on the section.
12730 (Layout::create_executable_stack_info): Remove target parameter.
12731 Change caller.
12732 * layout.h (class Layout): Declare create_notes. Update
12733 declaration of create_executable_stack_info.
12734 * gold.cc (queue_middle_tasks): Call create_notes.
12735 * output.cc (Output_section::update_flags_for_input_section): Move
12736 here from output.h. If SHF_ALLOC flag is newly set, mark address
12737 invalid.
12738 * output.h (Output_data::mark_address_invalid): New function.
12739 (class Output_section): Only declare, not define,
12740 update_flags_for_input_section. Remove set_flags.
12741
55458500
ILT
127422009-06-24 Ian Lance Taylor <iant@google.com>
12743
12744 * script-sections.cc (Output_section_definition::
12745 set_section_addresses): Rename shadowing local load_address to
12746 laddr.
12747
1307d6cd
ILT
127482009-06-24 Ian Lance Taylor <iant@google.com>
12749
12750 PR 10244
12751 * reloc.cc (relocate_sections): Skip empty relocation sections.
12752
ec3f783e
ILT
127532009-06-23 Ian Lance Taylor <iant@google.com>
12754
12755 PR 10156
12756 * layout.cc (Layout::create_note): Use choose_output_section
12757 rather than make_output_section.
12758
459c9f1c
ILT
127592009-06-23 Ian Lance Taylor <iant@google.com>
12760
12761 PR 10237
12762 * options.cc (General_options::parse_V): Set printed_version_.
12763 (General_options::General_options): Initialize printed_version_.
12764 * options.h (class General_options): Add printed_version_ field.
12765 * gold.cc (queue_initial_tasks): If there are no input files,
12766 don't give a fatal error if we printed the version information.
12767 (queue_middle_tasks): If using -r with a shared object, give a
12768 fatal error rather than an ordinary error.
12769
1518dc8f
ILT
127702009-06-23 Ian Lance Taylor <iant@google.com>
12771
12772 PR 10219
12773 * layout.cc (Layout::Layout): Initialize have_stabstr_section_.
12774 (Layout::make_output_section): Set have_stabstr_section_ if we see
12775 a .stab*str section.
12776 (Layout::finalize): Call link_stabs_sections.
12777 (Layout::link_stabs_sections): New file.
12778 * layout.h (class Layout): Add have_stabstr_section_ field.
12779 Declare link_stabs_sections.
12780
3d857b98
DK
127812009-06-23 Doug Kwan <dougkwan@google.com>
12782
12783 * Makefile.am (libgold_a_LIBADD): New.
12784 (ld_new_DEPENDENCIES, ld_new_LDADD): Remove LIBOBJS
2e702c99 12785 * Makefile.in: Regenerate.
3d857b98
DK
12786 * config.in (HAVE_DECL_MEMMEM, HAVE_DECL_STRNDUP): New.
12787 * configure: Regenerate.
12788 * configure.ac (AC_CHECK_DECLS): Add strndup and memmem.
12789 * fileread.cc: Include sys/state.h
12790 * gold.h: Declare memmem and strndup if found missing.
12791 * gold_reloc.h: Include byteswap.h if HAVE_BYTESWAP_H is defined.
12792
0639a6f6
ILT
127932009-06-23 Ian Lance Taylor <iant@google.com>
12794
12795 * configure.ac: Call AC_CHECK_DECLS using C, not C++.
12796 * configure: Rebuild.
12797
8d63875c
ILT
127982009-06-23 Ian Lance Taylor <iant@google.com>
12799
12800 PR 10147
12801 * object.cc (Object::section_contents): Don't try to get a view if
12802 the section has length zero.
12803 (Object::handle_gnu_warning_section): If the section is empty, use
12804 the name of the section as the warning.
12805
f7c8a183
ILT
128062009-06-23 Ian Lance Taylor <iant@google.com>
12807
12808 PR 10133
12809 * stringpool.h (class Stringpool_template): Add optimize_ field.
12810 (Stringpool_template::set_optimize): New function.
12811 * stringpool.cc (Stringpool_template::Stringpool_template):
12812 Initialize optimize_ field.
12813 (Stringpool_template::set_string_offsets): Test local optimize
12814 fild rather than parameter.
12815 * layout.cc (Layout::Layout): Call set_optimize on the section
12816 name stringpool.
12817
e6a307ba
ILT
128182009-06-22 Ian Lance Taylor <iant@google.com>
12819
12820 PR 10030
12821 * yyscript.y: Parse TARGET.
12822 * script.cc (script_set_target): New function.
12823 * script-c.h (script_set_target): Declare.
12824 * options.cc (General_options::string_to_object_format): Rename
12825 from string_to_object_format in anonymous namespace. Change
12826 callers.
12827 * options.h (class General_options): Declare
12828 string_to_object_format.
12829
3ee173de
ILT
128302009-06-22 Ian Lance Taylor <iant@google.com>
12831
12832 * script-sections.cc (Script_sections::create_segments): Don't put
12833 program headers in a PT_LOAD segment if -n or -N.
12834
128352009-06-22 Ian Lance Taylor <iant@google.com>
e1c74d60
ILT
12836
12837 PR 10141
12838 * options.h (class General_options): Add -z lazy and -z now. Sort
12839 -z options into alphabetical order.
12840 * layout.cc (Layout::finish_dynamic_section): Handle -z now.
12841
cd6739a1 128422009-06-21 Ian Lance Taylor <iant@google.com>
8a5e3e08
ILT
12843
12844 * layout.cc (Layout::make_output_section): Call
12845 Target::new_output_section.
12846 (Layout::attach_allocated_section_to_segment): Put large section
12847 sections in a separate load segment with the large segment flag
12848 set.
12849 (Layout::segment_precedes): Sort large data segments after other
12850 load segments.
12851 (align_file_offset): New static function.
12852 (Layout::set_segment_offsets): Use align_file_offset.
12853 * output.h (class Output_section): Add is_small_section_ and
12854 is_large_section_ fields.
12855 (Output_section::is_small_section): New function.
12856 (Output_section::set_is_small_section): New function.
12857 (Output_section::is_large_section): New function.
12858 (Output_section::set_is_large_section): New function.
12859 (Output_section::is_large_data_section): New function.
12860 (class Output_segment): Add is_large_data_segment_ field.
12861 (Output_segment::is_large_data_segment): New function.
12862 (Output_segment::set_is_large_data_segment): New function.
12863 * output.cc (Output_section::Output_section): Initialize new
12864 fields.
12865 (Output_segment::Output_segment): Likewise.
12866 (Output_segment::add_output_section): Add assertion that large
12867 data sections always go in large data segments. Force small data
12868 sections to the end of the list of data sections. Force small BSS
12869 sections to the start of the list of BSS sections. For large BSS
12870 sections to the end of the list of BSS sections.
12871 * symtab.h (class Symbol): Declare is_common_shndx.
12872 (Symbol::is_defined): Check Symbol::is_common_shndx.
12873 (Symbol::is_common): Likewise.
12874 (class Symbol_table): Define enum Commons_section_type. Update
12875 declarations. Add small_commons_ and large_commons_ fields.
12876 * symtab.cc (Symbol::is_common_shndx): New function.
12877 (Symbol_table::Symbol_table): Initialize new fields.
12878 (Symbol_table::add_from_object): Put small and large common
12879 symbols in the right list.
12880 (Symbol_table::sized_finalized_symbol): Check
12881 Symbol::is_common_shndx.
12882 (Symbol_table::sized_write_globals): Likewise.
12883 * common.cc (Symbol_table::do_allocate_commons): Allocate new
12884 common symbol lists. Don't call do_allocate_commons_list if the
12885 list is empty.
12886 (Symbol_table::do_allocate_commons_list): Remove is_tls
12887 parameter. Add comons_section_type parameter. Change all
12888 callers. Handle small and large common symbols.
12889 * object.cc (Sized_relobj::do_finalize_local_symbols): Check
12890 Symbol::is_common_shndx.
12891 * resolve.cc (symbol_to_bits): Likewise.
12892 * target.h (Target::small_common_shndx): New function.
12893 (Target::small_common_section_flags): New function.
12894 (Target::large_common_shndx): New function.
12895 (Target::large_common_section_flags): New function.
12896 (Target::new_output_section): New function.
12897 (Target::Target_info): Add small_common_shndx, large_common_shndx,
12898 small_common_section_flags, and large_common_section_flags
12899 fields.
12900 (Target::do_new_output_section): New virtual function.
12901 * arm.cc (Target_arm::arm_info): Initialize new fields.
12902 * i386.cc (Target_i386::i386_info): Likewise.
12903 * powerpc.cc (Target_powerpc::powerpc_info) [all versions]:
12904 Likewise.
12905 * sparc.c (Target_sparc::sparc_info) [all versions]: Likewise.
12906 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
12907 (Target_x86_64::do_new_output_section): New function.
12908 * configure.ac: Define conditional MCMODEL_MEDIUM.
12909 * testsuite/Makefile.am (check_PROGRAMS): Add large.
12910 (large_SOURCES, large_CFLAGS, large_DEPENDENCIES): Define.
12911 (large_LDFLAGS): Define.
12912 * testsuite/large.c: New file.
12913 * testsuite/testfile.cc (Target_test::test_target_info):
12914 Initialize new fields.
12915 * configure, testsuite/Makefile.in: Rebuild.
12916
bb04269c
DK
129172009-06-05 Doug Kwan <dougkwan@google.com>
12918
12919 * Makefile.am (CCFILES): Add target.cc.
e1df38aa 12920 * Makefile.in: Regenerate.
bb04269c
DK
12921 * i386.cc (class Target_i386): Define new virtual method to
12922 override do_is_local_label_name in parent.
12923 * object.cc (Sized_relobj::do_count_local_symbols): Discard
12924 local symbols if --discard-locals or -X is given.
12925 * options.h (class General_options): Declare new options
12926 '--discard-locals' and '-X' for discarding locals.
12927 * target.h (class Target): Define new methods is_local_label_name.
12928 Declare new virtual method do_is_local_label_name.
12929 * target.cc: New file.
12930 * testsuite/Makefile.am (check_PROGRAMS): Add discard_locals_test.
12931 (check_SCRIPTS): Add discard_locals_test.sh.
12932 (check_DATA): Add discard_local_tests.syms.
12933 (discard_locals_test_SOURCES, discard_locals_test_LDFLAGS): Define.
12934 (discard_local_tests.syms, discard_locals_test.o): New make rules.
12935 * testsuite/Makefile.in: Regenerate.
12936 * testsuite/discard_locals_test.c: New file.
12937 * testsuite/discard_locals_test.sh: Same.
12938
805bb01c
DK
129392009-06-05 Doug Kwan <dougkwan@google.com>
12940
12941 * object.cc (Sized_relobj::Sized_relobj): Initialize
12942 discarded_eh_frame_shndx_ to -1U.
12943 (Sized_relobj::do_layout): Record index of a discard .eh_frame
12944 section.
12945 (Sized_relobj::do_count_local_symbols): Skip local symbols in
12946 a discarded .eh_frame section.
12947 (Sized_relobj::do_finalize_local_symbols): Ditto.
12948 * object.h (class Sized_relobj): Declare new member
12949 discarded_eh_frame_shndx_.
12950 * testsuite/Makefile.am (check_PROGRAMS): Add local_labels_test.
12951 (local_labels_test.o, local_labels_test): New rules.
12952 * testsuite/Makefile.in: Regenerate.
12953
1dcd334d
DK
129542009-06-04 Doug Kwan <dougkwan@google.com>
12955
12956 * layout.cc (Layout::section_name_mapping): Add mapping for
12957 special ARM sections.
12958
96d49306
DK
129592009-06-03 Doug Kwan <dougkwan@google.com>
12960
12961 * arm.cc (utils::sign_extend): Reverse test in gold_assert.
12962 (utils::has_overflow): Same.
12963
dff16297
ILT
129642009-06-03 Ian Lance Taylor <iant@google.com>
12965
12966 * layout.cc (Layout::section_name_mapping): New array, replacing
12967 Layout::linkonce_mapping.
12968 (Layout::section_name_mapping_count): New variable, replacing
12969 Layout::linkonce_mapping_count.
12970 (Layout::linkonce_output_name): Remove.
12971 (Layout::output_section_name): Rewrite.
12972 * layout.h (class Layout): Rename Linkonce_mapping to
12973 Section_name_mapping, linkonce_mapping to section_name_mapping,
12974 linkonce_mapping_count to section_name_mapping_count. Don't
12975 declare linkonce_output_name.
12976
c121c671
DK
129772009-06-03 Doug Kwan <dougkwan@google.com>
12978
12979 * gold/arm.cc (namespace utils): New.
12980 (Target_arm::reloc_is_non_pic): Define new method.
12981 (class Arm_relocate_functions): New.
12982 (Target_arm::Relocate::relocate): Handle relocation types used by
12983 Android.
12984
07800fab
ILT
129852009-06-03 Ian Lance Taylor <iant@google.com>
12986
12987 * arm.cc (Target_arm::scan::global): Use || instead of |.
12988
c121c671
DK
129892009-06-02 Doug Kwan <dougkwan@google.com>
12990
12991 * gold/arm.cc (Target_arm::Scan::Scan): Initialize
12992 issued_non_pic_error_.
12993 (class Target_arm::Scan): Declare new method check_non_pic.
12994 Define new method symbol_needs_plt_entry.
12995 Declare new data member issued_non_pic_error_.
12996 (class Target_arm::Relocate): Declare new method
12997 should_apply_static_reloc.
12998 (Target_arm::may_need_copy_reloc): Handle STT_ARM_TFUNC.
12999 (Target_arm::Scan::check_non_pic): Define new method.
13000 (Target_arm::Scan::local): Handle a small subset of reloc types used
13001 by Android.
13002 (Target_arm::Scan::local): Same.
13003 (Target_arm::Relocate::should_apply_statci_reloc): Define new method.
13004
b19b0c6d
ILT
130052009-05-31 Mikolaj Zalewski <mikolajz@google.com>
13006
13007 * incremental.cc (Incremental_inputs::report_command_line): Filter
13008 out --incremental-* options.
13009
94cdfcff
DK
130102009-05-29 Doug Kwan <dougkwan@google.com>
13011
13012 * gold/arm.cc (Output_data_plt_arm): Forward declaration for new
13013 template class.
13014 (class Target_arm): Update comment.
13015 (Target_arm::Target_arm): Initialize new data members GOT_,
13016 PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_ and DYNBSS_.
13017 Declare new methods Target_arm::got_section, Target_arm::make_plt_entry
13018 and Target_arm::rel_dyn_section.
13019 Declare new_enum Target_arm::Got_type.
13020 Declare new data members GOT_, PLT_, GOT_PLT_, REL_DYN_, COPY_RELOCS_
13021 and DYNBSS_.
13022 Update commments for member do_dynsym_value.
13023 (Target_arm::got_size, Target_arm::plt_section,
13024 Target_arm::may_need_copy_reloc and Target_arm::copy_reloc): Define
13025 new methods inside class defintion.
13026 (Target_arm::got_section): Define new method.
13027 (Target_arm::rel_dyn_section): Same.
13028 (Output_data_plt_arm): New template class.
13029 (Output_data_plt_arm::Output_data_plt_arm): Define constructor.
13030 (Output_data_plt_arm:do_adjust_output_section): Define new method.
13031 (Output_data_plt_arm::add_entry): Same.
13032 (Output_data_plt_arm::first_plt_entry): Define new
13033 static data member for PLT instruction template.
13034 (Output_data_plt_arm::plt_entry): Same.
13035 (Output_data_plt_arm::do_write): Define new method.
13036 (Target_arm::make_plt_entry): Same.
13037 (Target_arm::do_finalize_sections): Same.
13038 (Target_arm::do_dynsym_value): Same.
13039
4a657b0d
DK
130402009-05-28 Doug Kwan <dougkwan@google.com>
13041
13042 * Makefile.am (TARGETSOURCES): Add arm.cc.
13043 (ALL_TARGETOBJECTS): Add arm.$(OBJEXT)
13044 * Makefile.in: Regenerate.
13045 * arm.cc: New file.
13046 * configure.tgt: Add armbe*-*-*, armeb*-*-* and arm*-*-* targets.
13047
e7ae8c36
DK
130482009-05-26 Doug Kwan <dougkwan@google.com>
13049
13050 * options.cc (General_options::parse_exclude_libs). Fix a comment.
13051 (General_options::check_excluded_libs): Strip off directories in
13052 archive name before matching like GNU ld does.
13053 * testsuite/Makefile.am (MOSTLYCLEANFILES,
13054 exclude_libs_test_DEPENDENCIES): Add alt/libexclude_libs_test_3.a
13055 (exclude_libs_test_LDFLAGS): Add linker option
13056 -Wl,--exclude-libs,libexclude_libs_test_3
13057 (exclude_libs_test_LADD): Add alt/libexclude_libs_test_3.a as
13058 an explicit archive without using -l.
13059 (alt/libexclude_libs_test_3.a): New make rule.
13060 * testsuite/Makefile.in: Regenerate.
13061 * testsuite/exclude_libs_test.c : Declare lib3_default().
13062 (main): Call it.
13063 * exclude_libs_test.sh: Add tests for alt/exclude_libs_test_3.a.
13064 * exclude_libs_test_3.c: New file.
13065
f12e7348
NC
130662009-05-26 Nick Clifton <nickc@redhat.com>
13067
13068 * po/id.po: New Indonesian translation.
13069 * po/gold.pot: Updated template file.
13070
4daadc0d
ST
130712009-05-22 Sriraman Tallam <tmsriram@google.com>
13072
e1df38aa 13073 * testsuite/Makefile.am: Add -ffunction-sections to compile
4daadc0d
ST
13074 gc_comdat_test files. Add -Wl,--gc-sections to build
13075 gc_comdat_test.
13076 * testsuite/Makefile.in: Regenerate.
13077 * testsuite/gc_comdat_test.sh: Fix the condition around grep.
13078
531813ad
ST
130792009-05-21 Sriraman Tallam <tmsriram@google.com>
13080
13081 * object.cc (Sized_relobj::map_to_kept_section): Return NULL if the
13082 kept comdat section was garbage collected.
13083 * testsuite/Makefile.am: Add test gc_comdat_test.sh.
13084 * testsuite/Makefile.in: Regenerate.
13085 * testsuite/gc_comdat_test.sh: New file.
13086 * testsuite/gc_comdat_test_1.cc: New file.
13087 * testsuite/gc_comdat_test_2.cc: New file.
13088
65514900
CC
130892009-05-19 Doug Kwan <dougkwan@google.com>
13090
13091 * archive.cc (Archive::Archive): Move constructor from archive.h
13092 to here. Initialize no_export_.
13093 (Archive::get_elf_object_for_member): Set no_export flag of object.
13094 * archive.h (Archive::Archive): Move constructor body to
13095 archive.cc.
13096 (Archive::no_export): New method.
13097 (Archive::no_export_): New field.
13098 * object.h (Object::Object): Initialize no_export_ to false.
13099 (Object::no_export, Object::set_no_export): New methods.
13100 (Object::no_export_): New field.
13101 * options.cc (General_options::parse_exclude_libs): New method.
13102 (General_options::check_excluded_libs) Same.
13103 * options.h (exclude_libs): New option.
13104 (General_options::check_excluded_libs): New method declaration.
13105 (General_options::excluded_libs_): New field.
13106 * symtab.cc (Symbol_table::add_from_relobj): Hide symbols with
13107 default or protected visibility if an object has no-export flag set.
13108 testsuite/Makefile.am (check_PROGRAMS): Add exclude_libs_test.
13109 (check_SCRIPTS): Add exclude_libs_test.sh.
13110 (check_DATA): Add exclude_libs_test.syms.
13111 (MOSTLYCLEANFILES): Add exclude_libs_test.syms,
13112 libexclude_libs_test_1.a and libexclude_libs_test_2.a.
13113 (exclude_libs_test_SOURCES, exclude_libs_test_DEPENDENCIES,
13114 exclude_libs_test_LDFLAGS and exclude_libs_test_LDADD): Define.
13115 (exclude_libs_test.syms, libexclude_libs_test_1.a,
13116 libexclude_libs_test_2.a): New rules.
13117 * testsuite/Makefile.in: Regenerate.
13118 * testsuite/exclude_libs_test.c: New file.
13119 * testsuite/exclude_libs_test.sh: Ditto.
13120 * testsuite/exclude_libs_test_1.c: Ditto.
13121 * testsuite/exclude_libs_test_2.c: Ditto.
13122
1b77ea50
ILT
131232009-05-15 Ian Lance Taylor <iant@google.com>
13124
13125 * configure.ac: Check for declarations for cases where libiberty.h
13126 checks HAVE_DECL_xxx.
13127 * configure, config.in: Rebuild.
13128
072fe7ce
ILT
131292009-05-15 Mikolaj Zalewski <mikolajz@google.com>
13130
13131 * gold.h (Incremental_argument_list): Remove (invalid) forward
13132 declaration.
13133 * incremental.cc (Incremental_inputs::report_achive): New method.
13134 (Incremental_inputs::report_object): New method.
13135 (Incremental_inputs::report_script): New method.
13136 (Incremental_inputs::finalize_inputs): New method.
13137 (Incremental_inputs::finalize): Call finalize_inputs().
13138 (Incremental_inputs::sized_create_incremental_inputs_section_data):
13139 Create inputs entries.
13140 * incremental.h (Incremental_input_type): New enum.
13141 (Incremental_inputs::Incremental_input): Initialize new fields.
13142 (Incremental_inputs::report_inputs): New method.
13143 (Incremental_inputs::report_achive): New method.
13144 (Incremental_inputs::report_object): New method.
13145 (Incremental_inputs::report_script): New method.
13146 (Incremental_inputs::finalize_inputs): New method.
13147 (Incremental_inputs::Input_info): New struct.
13148 (Incremental_inputs::Input_info_map): New typedef.
13149 (Incremental_inputs::lock_): New field.
13150 (Incremental_inputs::Inputs_): New field.
13151 (Incremental_inputs::Inputs_map): New field.
13152 * main.cc (main): Call Incremental_input::report_inputs.
13153 * options.h (Input_argument_list): Typedef moved from
13154 Input_arguments.
13155 (Input_file_group::Files): Remove, use ::Input_argument_list.
13156 (Input_file_group::Input_argument_list): Remove, use
13157 ::Input_argument_list.
13158 * plugin.cc (Plugin_manager::add_input_file): Add error in
13159 incremental build.
13160 * read_syms.cc (do_read_syms): Call Incremental_input::report_*
13161 functions.
13162 * script.cc (read_input_script): Call
13163 Incremental_input::report_script.
13164 * script.h (Script_info): New class.
13165
b0481b0b
ILT
131662009-04-27 Ian Lance Taylor <iant@google.com>
13167
13168 * x86_64.cc (do_adjust_output_section): Set entsize to
13169 plt_entry_size.
13170
b22a5a41 131712009-04-23 Elliott Hughes <enh@google.com>
6d1e3092
CD
13172
13173 * output.cc (Output_file::close): After short writes, continue
13174 writing from the correct offset in the buffer being written.
13175
40fde488
CD
131762009-04-23 Chris Demetriou <cgd@google.com>
13177
13178 * configure.ac (HAVE_TR1_UNORDERED_MAP_REHASH): New define.
13179 * configure: Regenerate.
13180 * config.in: Regenerate.
13181 * gold.h: Avoid std::tr1::unordered_map and std::tr1::unordered_set
13182 if HAVE_TR1_UNORDERED_MAP_REHASH is not defined.
13183
3ce2c28e
ILT
131842009-04-21 Mikolaj Zalewski <mikolajz@google.com>
13185
13186 * incremental.cc (Incremental_inputs_header_data): Renamed from
13187 Incremental_input_header_data.
13188 (Incremental_inputs_header_data::data_size): New field.
13189 (Incremental_inputs_header_data::put_input_file_count): Renamed
13190 from input_file_count.
13191 (Incremental_inputs_header_data::put_command_line_offset): Renamed
13192 from command_line_offset.
13193 (Incremental_inputs_header_data::put_reserved): Renamed from
13194 put_reserved.
13195 (Incremental_inputs_entry_data): Renamed from
13196 Incremental_input_entry_data.
13197 (Incremental_inputs_entry_data::data_size): New field.
13198 (Incremental_inputs::report_command_line): New method.
13199 (Incremental_inputs::finalize): New method.
13200 (Incremental_inputs::create_incremental_inputs_data): New method.
13201 (Incremental_inputs::sized_create_incremental_inputs_data): New method.
13202 * incremental.h: New file.
13203 * layout.cc (Layout::Layout): Handle new incremental_inputs_.
703d02da 13204 (Layout::finalize): Create incremental inputs section in
3ce2c28e 13205 incremental builds.
703d02da 13206 (Layout::create_incremental_info_sections): New method.
3ce2c28e 13207 * layout.h (Layout::incremental_inputs): New method.
703d02da
AM
13208 (Layout::create_incremental_info_sections): New method.
13209 (Layout::incremental_inputs_): New field.
3ce2c28e
ILT
13210 * main.cc (main): Notify Incremental_input of the command line.
13211
e55bde5e
ILT
132122009-04-01 Ian Lance Taylor <iant@google.com>
13213 Mikolaj Zalewski <mikolajz@google.com>
13214
13215 * gold.h (reserve_unordered_map): Define, three versions, one for
13216 each version of Unordered_map.
13217 * layout.cc (Layout::Layout): Remove options parameter. Add
13218 number_of_input_files parameter. Don't initialize options_.
13219 Initialize number_of_input_files_ and resized_signatures_. Move
13220 sections_are_attached_.
13221 (Layout::layout_group): Reserve space for group_signatures_.
13222 (Layout::find_or_add_kept_section): Change name parameter to be a
13223 reference. Resize signatures_ map when it gets large enough.
13224 (Layout::layout_eh_frame): Use parameters->options() instead of
13225 this->options_.
13226 (Layout::make_output_section): Likewise.
13227 (Layout::attach_allocated_section_to_segment): Likewise.
13228 (Layout::finalize, Layout::create_executable_stack): Likewise.
13229 (Layout::set_segment_offsets, Layout::create_interp): Likewise.
13230 (Layout::finish_dynamic_section, Layout::write_binary): Likewise.
13231 * layout.h (class Layout): Update declarations. Remove options_
13232 field. Add number_of_input_files_ and resized_signatures_
13233 fields. Move sections_are_attached_ field.
13234 * main.cc (main): Pass number of input files to Layout
13235 constructor. Don't pass options.
13236
154b857c
ILT
132372009-03-30 Ian Lance Taylor <iant@google.com>
13238
13239 * ffsll.c (ffsll): Correct implementation.
13240
2f35ab9b
ILT
132412009-03-27 Ian Lance Taylor <iant@google.com>
13242
fd03461a
ILT
13243 * ffsll.c: New file.
13244 * configure.ac: Call AC_REPLACE_FUNCS on ffsll.
13245 * gold.h (ffsll): Declare if HAVE_FFSLL is not defined.
13246 * ftruncate.c (ftruncate): Declare before definition.
13247 * mremap.c (mremap): Likewise.
13248 * pread.c (pread): Likewise.
13249 * configure, Makefile.in, config.in: Rebuild.
13250
2f35ab9b
ILT
13251 * mremap.c: New file.
13252 * configure.ac: Call AC_REPLACE_FUNCS on mremap.
13253 * gold.h (MREMAP_MAYMOVE): Define if HAVE_MREMAP is not defined.
13254 (mremap): Declare if HAVE_MREMAP is not defined.
13255 * configure, Makefile.in, config.in: Rebuild.
13256
33aea2fd
CC
132572009-03-27 Cary Coutant <ccoutant@google.com>
13258
13259 * powerpc.cc (Target_powerpc::check_non_pic): Assert that output is
13260 position independent.
13261 * sparc.cc (Target_sparc::check_non_pic): Likewise.
13262 * x86_64.cc (Target_x86_64::check_non_pic): Likewise.
13263
6d479619
CC
132642009-03-24 Cary Coutant <ccoutant@google.com>
13265
13266 * symtab.h (needs_plt_entry): Check for unsatisfied reference from
13267 an executable.
13268 (needs_dynamic_reloc): Likewise.
13269
afc06bb8
ILT
132702009-03-24 Ian Lance Taylor <iant@google.com>
13271
13272 * yyscript.y (file_cmd): Recognize EXTERN.
13273 (extern_name_list, extern_name_list_body): New nonterminals.
13274 * script.cc (script_add_extern): Define.
13275 * script-c.h (script_add_extern): Declare.
13276
f6060a4d
ILT
132772009-03-24 Rafael Avila de Espindola <espindola@google.com>
13278
13279 * object.cc (is_elf_object): Define.
13280 * object.h (is_elf_object): Declare.
13281 * archive.cc (Archive::get_elf_object_for_member): Call
13282 is_elf_object.
33aea2fd 13283 * readsyms.cc (Read_symbols::do_read_symbols): Likewise.
f6060a4d 13284
26736d8e
ILT
132852009-03-24 Elliott Hughes <enh@google.com>
13286
13287 * output.cc (Output_file::map_anonymous): Define.
13288 (Output_file::map): Use map_anonymous. If the regular mmap fails,
13289 try an anonymous one. Report the size if the mmap fails.
13290 * output.h (class Output_file): Declare map_anonymous.
13291
22fd9730
ILT
132922009-03-24 Ian Lance Taylor <iant@google.com>
13293
13294 * target-select.cc (instantiate_target): Don't acquire the lock if
13295 the instantiated_target_ field has already been set.
13296
cb010894
ILT
132972009-03-23 Ian Lance Taylor <iant@google.com>
13298
7f055c20
ILT
13299 * gold-threads.h (class Initialize_lock): Define.
13300 * gold-threads.cc (class Initialize_lock_once): Define.
13301 (initialize_lock_control): New static variable.
13302 (initialize_lock_pointer): New static variable.
13303 (initialize_lock_once): New static function.
13304 (Initialize_lock::Initialize_lock): Define.
13305 (Initialize_lock::initialize): Define.
13306 * target-select.h: Include "gold-threads.h".
13307 (class Target_selector): Add lock_ and initialize_lock_ fields.
13308 Don't define instantiate_target, just declare it.
13309 * target-select.cc (Target_selector::Target_selector): Initialize
13310 new fields.
13311 (Target_selector::instantiate_target): Define.
13312 * descriptors.h: Include "gold-threads.h".
13313 (class Descriptors): Add initialize_lock_ field.
13314 * descriptors.cc (Descriptors::Descriptors): Initialize new
13315 field.
13316 (Descriptors::open): Use initialize_lock_ field
13317 * errors.h (class Errors): Add initialize_lock_ field.
13318 * errors.cc (Errors::Errors): Initialize new field.
13319 (Errors::initialize_lock): Use initialize_lock_ field.
13320 * powerpc.cc (class Target_selector_powerpc): Remove
13321 instantiated_target_ field. In do_recognize call
13322 instantiate_target rather than do_instantiate_target. In
13323 do_instantiate_target just allocate a new target.
13324 * sparc.cc (class Target_selector_sparc): Likewise.
13325
36959681
ILT
13326 * freebsd.h: New file.
13327 * i386.cc: Include "freebsd.h".
13328 (Target_i386): Derive from Target_freebsd rather than
13329 Sized_target.
13330 (Target_selector_i386): Derive from Target_selector_freebsd rather
13331 than Target_selector.
13332 * x86_64.cc: Include "freebsd.h".
13333 (Target_x86_64): Derive from Target_freebsd rather than
13334 Sized_target.
13335 (Target_selector_x86_64): Derive from Target_selector_freebsd
13336 rather than Target_selector.
13337 * target.h (class Target): Add adjust_elf_header and
13338 do_adjust_elf_header.
13339 * output.cc (Output_file_header:: do_sized_write): Call target
13340 adjust_elf_header routine.
13341 * configure.tgt: Set targ_osabi.
13342 * configure.ac: Define GOLD_DEFAULT_OSABI.
13343 * parameters.cc (Parameters::default_target): Pass
13344 GOLD_DEFAULT_OSABI to select_target.
13345 * target-select.h (class Target_selector): Make instantiate_target
13346 protected rather than private.
13347 * Makefile.am (HFILES): Add freebsd.h.
13348 * configure, Makefile.in, config.in: Rebuild.
13349
cb010894
ILT
13350 * merge.cc (do_add_input_section): Correct pend value. Change
13351 message about last entry not being null terminated from error to
13352 warning.
13353
0e879927
ILT
133542009-03-20 Mikolaj Zalewski <mikolajz@google.com>
13355
13356 * incremental.cc: New file.
13357 * Makefile.am (CCFILES): Add incremental.cc.
13358 * Makefile.in: Rebuild.
13359
41105937
PP
133602009-03-19 Paul Pluzhnikov <ppluzhnikov@google.com>
13361
13362 * layout.cc (Layout::output_section_name): Preserve names
13363 of '.note.' sections.
e1df38aa 13364
60439920
ILT
133652009-03-19 Ian Lance Taylor <iant@google.com>
13366
13367 * descriptors.cc (Descriptors::open): Check that the options are
13368 valid before using them.
13369
0d371ad3
ILT
133702009-03-18 Ian Lance Taylor <iant@google.com>
13371
13372 * script-sections.h: Include <list>.
13373 (class Script_sections): Change Sections_elements from std::vector
13374 to std::list. Typedef public Elements_iterator. Add
13375 orphan_section_placement_, data_segment_align_start_, and
13376 saw_data_segment_align_ fields. Remove data_segment_align_index_
13377 field.
13378 * script-sections.cc (class Orphan_section_placement): New class.
13379 (class Sections_element): Add virtual functions is_relro and
13380 orphan_section_init. Remove virtual function place_orphan_here.
13381 (class Output_section_definition): Add is_relro and
13382 orphan_section_init. Remove place_orphan_here.
13383 (class Orphan_output_section): Likewise.
13384 (Script_sections::Script_sections): Update for field changes.
13385 (Script_sections::data_segment_align): Set saw_data_segment_align_
13386 and data_segment_align_start_, not data_segment_align_index.
13387 (Script_sections::data_segment_relro_end): Check
13388 saw_data_segment_align_. Use data_segment_align_start_ rather
13389 than data_segment_align_index_.
13390 (Script_sections::place_orphan): Rewrite to use
13391 Orphan_section_placement.
13392
9201d894
ILT
133932009-03-17 Ian Lance Taylor <iant@google.com>
13394
9c5b8369
ILT
13395 * archive.cc (Archive::add_symbols): Check for a version attached
13396 to the symbol name in the archive map.
13397 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_11.
13398 (ver_test_11_SOURCES, ver_test_11_DEPENDENCIES): Define.
13399 (ver_test_11_LDFLAGS, ver_test_11_LDADD): Define.
13400 (ver_test_11.a): New target.
13401 * testsuite/Makefile.in: Rebuild.
13402
9201d894
ILT
13403 * configure.ac: Check for chsize and posix_fallocate. Replace
13404 ftruncate.
13405 * ftruncate.c: New file, from gnulib.
13406 * output.cc (posix_fallocate): Define dummy version if not
13407 HAVE_POSIX_FALLOCATE.
13408 (Output_file::map): Call posix_fallocate rather than lseek and
13409 write.
13410 * gold.h (ftruncate): Declare if not HAVE_FTRUNCATE.
13411 * configure, Makefile.in, config.in: Rebuild.
13412
ef4ab7a8 134132009-03-17 Paul Pluzhnikov <ppluzhnikov@google.com>
e1df38aa 13414
ef4ab7a8
PP
13415 * layout.h (Layout::create_note): Add section_name parameter.
13416 * layout.cc (Layout::create_note): Likewise.
13417 (Layout::create_build_id, Layout::create_gold_note): Fix callers.
e1df38aa 13418
8c500701
ILT
134192009-03-17 Ian Lance Taylor <iant@google.com>
13420
e85b18e1
ILT
13421 * descriptors.cc: Include "options.h".
13422 (FD_CLOEXEC, O_CLOEXEC): Define if not defined.
13423 (Descriptors::open): Always use O_CLOEXEC when opening a new
13424 descriptor. If we have a plugin, and O_CLOEXEC was not defined,
13425 then set FD_CLOEXEC.
13426
9efe6174
ILT
13427 * sparc.cc (class Target_sparc): Add has_got_section.
13428 (Target_sparc::Scan::global): If we see _GLOBAL_OFFSET_TABLE_,
13429 make sure we have a GOT section.
13430
13431 * sparc.cc (optimize_tls_reloc): Recognize R_SPARC_TLS_IE_ADD.
13432 (Target_sparc::Scan::local): Likewise.
13433 (Target_sparc::Scan::global): Likewise.
13434 (Target_sparc::Relocate::relocate): Likewise.
13435 (Target_sparc::Relocate::relocate_tls): Likewise.
13436
8c500701
ILT
13437 * symtab.cc (Symbol_table::define_default_version): New function,
13438 broken out of add_from_object.
13439 (Symbol_table::add_from_object): Call define_default_version.
13440 (Symbol_table::define_special_symbol): Add resolve_oldsym
13441 parameter. Change all callers. If the version for a symbol comes
13442 from a version script, resolve it with the symbol with the same
13443 name with no version. Also add the symbol without a version if
13444 appropriate.
13445 (do_define_in_output_data): If resolving with oldsym, don't delete
13446 sym.
13447 (do_define_in_output_segment): Likewise.
13448 (do_define_as_constant): Likewise.
13449 * symtab.h (class Symbol_table): Update declarations.
13450
f1ed28fb
ILT
134512009-03-13 Ian Lance Taylor <iant@google.com>
13452
15f8229b
ILT
13453 * readsyms.cc (Read_symbols::incompatible_warning): New function.
13454 (Read_symbols::requeue): New function.
13455 (Read_symbols::do_read_symbols): If make_elf_object fails because
13456 the target type is not configured, and the file was searched for,
13457 issue a warning and retry with the next directory.
13458 (Add_symbols::run): If the file has an incompatible format, and
13459 it was searched for, requeue the Read_symbols task. On error,
13460 release the object.
13461 * readsyms.h (class Read_symbols): Add dirindex_ field. Add
13462 dirindex parameter to constructor. Change all callers. Declare
13463 incompatible_warning and requeue.
13464 (class Add_symbols): Add dirpath_, dirindex_, mapfile_,
13465 input_argument_ and input_group_ fields. Add them to
13466 constructor. Change all callers.
13467 (class Read_script): Add dirindex_ field. Add it to constructor.
13468 Change all callers.
13469 * archive.cc (Archive::setup): Remove input_objects parameter.
13470 Change all callers.
13471 (Archive::get_file_and_offset): Likewise.
13472 (Archive::read_all_symbols): Likewise.
13473 (Archive::read_symbols): Likewise.
13474 (Archive::get_elf_object_for_member): Remove input_objects
13475 parameter. Add punconfigured parameter. Change all callers.
13476 (Archive::add_symbols): Change return type to bool. Check return
13477 value of include_member.
13478 (Archive::include_all_members): Likewise.
13479 (Archive::include_member): Change return type to bool. Return
13480 false if first included object has incompatible target. Set
13481 included_member_ field.
13482 (Add_archive_symbols::run): If add_symbols returns false, requeue
13483 Read_symbols task.
13484 * archive.h (class Archive): Add included_member_ field.
13485 Initialize it in constructor. Add input_file and searched_for
13486 methods. Update declarations.
13487 (class Add_archive_symbols): Add dirpath_, dirindex_, and
13488 input_argument_ fields. Add them to constructor. Change all
13489 callers.
13490 * script.cc: Include "target-select.h".
13491 (class Parser_closure): Add skip_on_incompatible_target_ and
13492 found_incompatible_target_ fields. Add
13493 skip_on_incompatible_target parameter to constructor. Change all
13494 callers. Add methods skip_on_incompatible_target,
13495 clear_skip_on_incompatible_target, found_incompatible_target, and
13496 set_found_incompatible_target.
13497 (read_input_script): Add dirindex parameter. Change all callers.
13498 If parser finds an incompatible target, requeue Read_symbols
13499 task.
13500 (script_set_symbol): Clear skip_on_incompatible_target in
13501 closure.
13502 (script_add_assertion, script_parse_option): Likewise.
13503 (script_start_sections, script_add_phdr): Likewise.
13504 (script_check_output_format): New function.
13505 * script.h (read_input_script): Update declaration.
13506 * script-c.h (script_check_output_format): Declare.
13507 * yyscript.y (file_cmd): Handle OUTPUT_FORMAT.
13508 (ignore_cmd): Remove OUTPUT_FORMAT.
13509 * fileread.cc (Input_file::Input_file): Add explicit this.
13510 (Input_file::will_search_for): New function.
13511 (Input_file::open): Add pindex parameter. Change all callers.
13512 * fileread.h (class Input_file): Add input_file_argument method.
13513 Declare will_search_for. Update declarations.
13514 * object.cc (make_elf_object): Add punconfigured parameter.
13515 Change all callers.
13516 * object.h (class Object): Make input_file public. Add
13517 searched_for method.
13518 (make_elf_object): Update declaration.
13519 * dirsearch.cc (Dirsearch::find): Add pindex parameter. Use it to
13520 restart search.
13521 * dirsearch.h (class Dirsearch): Update declaration.
13522 * options.h (class General_options): Add --warn-search-mismatch.
13523 * parameters.cc (Parameters::is_compatible_target): New function.
13524 * parameters.h (class Parameters): Declare is_compatible_target.
13525 * workqueue.cc (Workqueue::add_blocker): New function.
13526 * workqueue.h (class Workqueue): Declare add_blocker.
13527
f1ed28fb
ILT
13528 * fileread.cc (Input_file::open): Remove options parameter.
13529 Change all callers.
13530 (Input_file::open_binary): Likewise.
13531 * script.cc (read_input_script): Likewise.
13532 * readsyms.h (class Read_symbols): Remove options_ field. Remove
13533 options parameter from constructor. Change all callers.
13534 (class Read_script): Likewise.
13535 * fileread.h (class Input_file): Update declarations.
13536 * script.h (read_input_script): Update declaration.
13537
34dd024a
NC
135382009-03-10 Nick Clifton <nickc@redhat.com>
13539
13540 * po/es.po: New Spanish translation.
13541
6d71b17c
CC
135422009-03-06 Cary Coutant <ccoutant@google.com>
13543
13544 * options.cc (parse_short_option): Keep dash_z from registering itself.
13545
031cdbed
ILT
135462009-03-03 Ian Lance Taylor <iant@google.com>
13547
13548 PR 9918
13549 * target-reloc.h (relocate_section): Pass output_section to
13550 relocate.
13551 * i386.cc (Target_i386::should_apply_static_reloc): Add
13552 output_section parameter. Change all callers.
13553 (Target_i386::Relocate::relocate): Add output_section parameter.
13554 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13555 * sparc.cc (Target_sparc::Relocate::relocate): Likewise.
13556 * powerpc.cc (Target_powerpc::Relocate::relocate): Likewise.
13557 * testsuite/two_file_shared.sh: New script.
13558 * testsuite/Makefile.am (check_SCRIPTS): Add two_file_shared.sh.
13559 (check_DATA): Add two_file_shared.dbg.
13560 (two_file_shared.dbg): New target.
13561 * testsuite/Makefile.in: Rebuild.
13562
15d5fa16
ILT
135632009-03-01 Ian Lance Taylor <iant@google.com>
13564
13565 * configure.ac: Check for byteswap.h.
13566 * configure: Rebuild.
13567 * config.in: Rebuild.
13568
8a4c0b0d
ILT
135692009-03-01 Mikolaj Zalewski <mikolajz@google.com>
13570
13571 * layout.cc (Layout::find_or_add_kept_section): New function.
13572 (Layout::add_comdat): Removed.
13573 * layout.h (struct Kept_section): Move out of class Layout.
13574 Remove trailing underscores from field names. Add group_sections
13575 field. Rename group_ field to is_group. Change all uses.
13576 (class Layout): Declare find_or_add_kept_section, not add_comdat.
13577 * object.cc (Sized_relobj::Sized_relobj): Don't initialize
13578 comdat_groups_ field.
13579 (Sized_relobj::include_section_group): Use
13580 find_or_add_kept_section and Kept_section::group_sections.
13581 (Sized_relobj::include_linkonce_section): Likewise.
13582 * object.cc (class Sized_relobj): Don't define Comdat_group or
13583 Comdat_group_table. Remove find_comdat_group and
13584 add_comdat_group. Remove comdat_groups_ field.
13585 * plugin.cc (include_comdat_group): Use
13586 Layout::find_or_add_kept_section.
13587
b4ecf66b
ILT
135882009-02-28 Ian Lance Taylor <iant@google.com>
13589
14359ca0
ILT
13590 * README: --gc-sections and map files are now supported. Document
13591 some build requirements.
13592
b4ecf66b
ILT
13593 PR 6992
13594 * symtab.cc (Symbol_table::sized_write_section_symbol): In a
13595 relocatable link set the value of the section symbol to zero.
13596 * object.cc (Sized_relobj::do_finalize_local_symbols): In a
13597 relocatable link don't include the section address in the local
13598 symbol value.
13599
0602e05a
ILT
136002009-02-27 Ian Lance Taylor <iant@google.com>
13601
fd9d194f
ILT
13602 PR 6811
13603 * options.h (class Search_directory): Add is_system_directory.
13604 (class General_options): Declare is_in_system_directory.
13605 * options.cc (get_relative_sysroot): Make static.
13606 (get_default_sysroot): Make static.
13607 (General_optoins::is_in_system_directory): New function.
13608 * fileread.cc (Input_file::is_in_system_directory): New function.
13609 * fileread.h (class Input_file): Declare is_in_system_directory.
13610 * object.h (class Object): Add is_in_system_directory.
13611 (class Input_objects): Remove system_library_directory_ field.
13612 * object.cc (Input_objects::add_object): Don't set
13613 system_library_directory_.
13614 (input_objects::found_in_system_library_directory): Remove.
13615 * symtab.cc (Symbol_table::write_globals): Remove input_objects
13616 parameter. Change all callers.
13617 (Symbol_table::sized_write_globals): Likewise.
13618 (Symbol_table::warn_about_undefined_dynobj_symbol): Likewise.
13619 Call Object::is_in_system_directory.
13620 * symtab.h (class Symbol_table): Update declarations.
13621
61edd21f
ILT
13622 PR 5990
13623 * descriptors.h (Open_descriptor): Add is_on_stack field.
13624 * descriptors.cc (Descriptors::open): If the descriptor is on the
13625 top of the stack, remove it. Initialize is_on_stack field.
13626 (Descriptors::release): Only add pod to stack if it is not on the
13627 stack already.
13628 (Descriptors::close_some_descriptor): Clear stack_next and
13629 is_on_stack fields.
13630
e29e076a
ILT
13631 PR 7091
13632 * output.cc (Output_section::find_starting_output_address): Rename
13633 from starting_output_address; add PADDR parameter; change return
13634 type.
13635 * output.h (class Output_section): Declare
13636 find_starting_output_address instead of starting_output_address.
13637 * object.cc (Sized_relobj::do_finalize_local_symbols): Handle a
13638 section symbol for which we can't find a merge section.
13639
0602e05a
ILT
13640 PR 9836
13641 * symtab.cc (Symbol_table::add_from_object): If the visibility is
13642 hidden or internal, force the symbol to be local.
13643 * resolve.cc (Symbol::override_visibility): Define.
13644 (Symbol::override_base): Use override_visibility.
13645 (Symbol_table::resolve): Likewise.
13646 (Symbol::override_base_with_special): Likewise.
13647 (Symbol_table::override_with_special): If the visibility is hidden
13648 or internal, force the symbol to be local.
13649 * symtab.h (class Symbol): Add set_visibility and
13650 override_visibility.
13651 * testsuite/ver_test_1.sh: New file.
13652 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_1.sh.
13653 (check_DATA): Add ver_test_1.syms.
13654 (ver_test_1.syms): New target.
13655 * testsuite/Makefile.in: Rebuild.
13656
401a9a73
CC
136572009-02-25 Cary Coutant <ccoutant@google.com>
13658
13659 * layout.cc (Layout::choose_output_section): Don't rename sections
13660 when using a linker script that has a SECTIONS clause.
13661 * Makefile.in: Regenerate.
13662
13663 * testsuite/Makefile.am (script_test_5.sh): New test case.
13664 * testsuite/Makefile.in: Regenerate.
13665 * testsuite/script_test_5.cc: New file.
13666 * testsuite/script_test_5.sh: New file.
13667 * testsuite/script_test_5.t: New file.
13668
f488e4b0
CC
136692009-02-13 Rafael Avila de Espindola <espindola@google.com>
13670
13671 * archive.cc (Archive::include_member): Update calls to add_symbols.
13672 * dynobj.cc (Sized_dynobj<size, big_endian>::make_version_map): Add
13673 the Layout argument.
13674 * dynobj.h (do_add_symbols): Add the Layout argument.
13675 * object.cc (Sized_relobj<size, big_endian>::do_add_symbols): Add the
13676 Layout argument.
13677 * object.h (Object::add_symbols): Add the Layout argument.
13678 (Object::do_add_symbols): Add the Layout argument.
13679 (Sized_relobj::do_add_symbols): Add the Layout argument.
13680 * plugin.cc (Sized_pluginobj<size, big_endian>::do_add_symbols):
13681 Unify the two versions.
13682 (Add_plugin_symbols): Remove.
13683 * plugin.h (Pluginobj::add_symbols, Pluginobj::do_add_symbols): Remove.
13684 (Sized_pluginobj::do_add_symbols): Unify the two versions.
13685 (Add_plugin_symbols): Remove.
13686 * readsyms.cc (Read_symbols::do_read_symbols): Update call to
13687 Add_symbols. Use Add_symbols instead of Add_plugin_symbols.
13688 (Add_symbols::run): Make it work with Pulginobj.
13689
89dd1680
ILT
136902009-02-06 Ian Lance Taylor <iant@google.com>
13691
13692 * object.cc (Sized_relobj::do_layout): Make info message start
13693 with lower case letter.
13694
266d0a74
ILT
136952009-02-06 Mikolaj Zalewski <mikolajz@google.com>
13696
602b464e
ILT
13697 * binary.cc: Fix file comment.
13698
266d0a74
ILT
13699 * options.h (enum Incremental_disposition): Define.
13700 (class General_options): Add new options: --incremental,
13701 --incremental_changed, --incremental_unchanged,
13702 --incremental_unknown. Add incremental_disposition_ and
13703 implicit_incremental_ fields.
13704 (General_options::incremental_disposition): New function.
13705 (class Position_dependent_options): Add incremental_disposition
13706 option.
13707 (Position_dependent_options::copy_from_options): Set incremental
13708 dispositions.
13709 * options.cc (General_options::parse_incremental_changed): New
13710 function.
2e702c99
RM
13711 (General_options::parse_incremental_unchanged): New function.
13712 (General_options::parse_incremental_unknown): New function.
13713 (General_options::General_options): Initialize new fields
266d0a74 13714 incremental_disposition_ and implicit_incremental_.
2e702c99 13715 (General_options::finalize): Check for uasge of --incremental-*
266d0a74
ILT
13716 without --incremental.
13717
f073bbf7
CD
137182009-02-06 Chris Demetriou <cgd@google.com>
13719
13720 * gold.h (gold_undefined_symbol): Change to take only a Symbol
13721 pointer and to report location as the file name associated with
13722 the symbol.
13723 (gold_undefined_symbol_at_location): New function to replace the
13724 old gold_undefined_symbol functionality.
13725 * target-reloc.h (relocate_section): Update to use
13726 gold_undefined_symbol_at_location.
13727 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
13728 Call gold_undefined_symbol function rather than gold_error.
13729 * errors.h (Errors::undefined_symbol): Take location as a
13730 string, rather than calculating it from a relocation.
13731 * errors.cc (Errors::fatal): Print "fatal error:" before the
13732 formatted message.
13733 (Errors::error, Errors::error_at_location): Print "error: "
13734 before the formatted message.
13735 (Errors::undefined_symbol): Take location as a string, rather
13736 than calculating it from a relocation.
13737 (gold_undefined_symbol_at_location): New function akin to
13738 old gold_undefined_symbol, calculates location from relocation.
13739 (gold_undefined_symbol): Change to take only a Symbol pointer
13740 and to report location as the file name associated with the symbol.
13741 * testsuite/debug_msg.sh: Update for changed error messages.
13742 * testsuite/undef_symbol.sh: Likewise.
13743
8e94a90c
ILT
137442009-02-04 Duncan Sands <baldrick@free.fr>
13745
13746 PR 9812
13747 * reduced_debug_output.h
13748 (Output_reduced_debug_abbrev_section::failed): Use format for
13749 gold_warning.
13750 (Output_reduced_debug_info_section::faild): Likewise.
13751
88a0e15b
ILT
137522009-01-31 Mikolaj Zalewski <mikolajz@google.com>
13753
13754 * script.cc (Lazy_demangler): New class.
2e702c99 13755 (Version_script_info::get_symbol_version_helper): Demangle a
88a0e15b
ILT
13756 symbol only once.
13757
5efc7cd2
CC
137582009-01-29 Cary Coutant <ccoutant@google.com>
13759
13760 * i386.cc (Target_i386::Relocate::relocate): Recognize non-PIC calls
13761 to __tls_get_addr.
13762 * x86_64.cc (Target_x86_64::Relocate::relocate): Likewise.
13763
e0ebcf42
ILT
137642009-01-28 Ian Lance Taylor <iant@google.com>
13765
5efc7cd2 13766 * version.cc (version_string): Bump to 1.9.
75fe7426 13767
e0ebcf42
ILT
13768 * gold.h: Include <cstring> and <stdint.h>.
13769 * version.cc: Include <cstdio>.
13770 * object.cc (Sized_relobj::do_layout): Initialize gc_sd to avoid a
13771 warning.
13772 * reduced_debug_output.cc (insert_into_vector): Rename from
13773 Insert_into_vector; change all callers. Use Swap_unaligned to
13774 avoid aliasing issue; remove union since it is unnecessary.
13775
8e2813be 137762009-01-27 Sriraman Tallam <tmsriram@google.com>
6d03d481
ST
13777
13778 * Makefile.am (CCFILES): Add gc.cc.
13779 (HFILES): Add gc.h.
13780 * Makefile.in: Regenerate.
13781 * gold.cc (Gc_runner): New class.
13782 (queue_initial_tasks): Call garbage collection related tasks
13783 when corresponding options are invoked.
13784 (queue_middle_gc_tasks): New function.
13785 (queue_middle_tasks): Reorder tasks to allow relocs to be read and
13786 processed early before laying out sections during garbage collection.
13787 * gold.h (queue_middle_gc_tasks): New function.
13788 (is_prefix_of): Move from "layout.cc".
13789 * i386.cc (Target_i386::gc_process_relocs): New function.
13790 * layout.cc (is_prefix_of): Remove. Move to "gold.h"
13791 * main.cc (main): Create object of class "Garbage_collection".
13792 * object.cc (Relobj::copy_symbols_data): New function.
13793 (Relobj::is_section_name_included): New function.
e1df38aa
NC
13794 (Sized_relobj::do_layout): Allow this function to be called twice
13795 during garbage collection and defer layout of section during the
6d03d481
ST
13796 first call.
13797 * object.h (Relobj::get_symbols_data): New function.
13798 (Relobj::is_section_name_included): New function.
13799 (Relobj::copy_symbols_data): New function.
13800 (Relobj::set_symbols_data): New function.
13801 (Relobj::get_relocs_data): New function.
13802 (Relobj::set_relocs_data): New function.
13803 (Relobj::is_output_section_offset_invalid): New pure virtual function.
13804 (Relobj::gc_process_relocs): New function.
13805 (Relobj::do_gc_process_relocs): New pure virtual function.
13806 (Relobj::sd_): New data member.
13807 (Sized_relobj::is_output_section_offset_invalid): New function.
13808 (Sized_relobj::do_gc_process_relocs): New function.
13809 * options.h (General_options::gc_sections): Modify to not be a no-op.
13810 (General_options::print_gc_sections): New option.
13811 * plugin.cc (Plugin_finish::run): Remove function call to
13812 Plugin_manager::layout_deferred_objects. Move it to "gold.cc".
13813 * powerpc.cc (Target_powerpc::gc_process_relocs): New function.
13814 * reloc.cc (Read_relocs::run): Add task to process relocs and
13815 determine unreferenced sections when doing garbage collection.
13816 (Gc_process_relocs): New class.
13817 (Sized_relobj::do_gc_process_relocs): New function.
13818 (Sized_relobj::do_scan_relocs): Don't try to scan the relocs for
13819 sections that are garbage collected.
13820 * reloc.h (Gc_process_relocs): New class.
13821 * sparc.cc (Target_sparc::gc_process_relocs): New function.
13822 * symtab.cc (Symbol::should_add_dynsym_entry): Do not add entries for
13823 symbols whose corresponding sections are garbage collected.
13824 (Symbol_table::Symbol_table): Add new parameter for the garbage
13825 collection object.
13826 (Symbol_table::gc_mark_undef_symbols): New function.
13827 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13828 (Symbol_table::gc_mark_dyn_syms): New function.
13829 (Symbol_table::resolve): Do not treat symbols seen in dynamic objects
13830 as garbage.
13831 (Symbol_table::add_from_object): Likewise.
13832 (Symbol_table::add_from_relobj): When building shared objects, do not
13833 treat externally visible symbols as garbage.
13834 (Symbol_table::sized_finalize_symbol): Do not check dynamic symbol
13835 table information for static and relocatable links.
13836 * symtab.h (Symbol_table::set_gc): New function.
13837 (Symbol_table::gc): New function.
13838 (Symbol_table::gc_mark_undef_symbols): New function.
13839 (Symbol_table::gc_mark_symbol_for_shlib): New function.
13840 (Symbol_table::gc_mark_dyn_syms): New function.
13841 (Symbol_table::gc_): New data member.
e1df38aa 13842 * target.h (Sized_target::gc_process_relocs): New pure virtual
6d03d481
ST
13843 function.
13844 * x86_64.cc (Target_x86_64::gc_process_relocs): New function.
13845 * testsuite/testfile.cc (Target_test::gc_process_relocs): New function.
13846
3b293544
CF
138472009-01-20 Chris Faylor <me.sourceware@sourceware.org>
13848
13849 * options.h (General_options::gc_sections): Define as a no-op for now.
13850 (General_options::no_keep_memory): Ditto.
13851 (General_options::Bshareable): Define.
13852 * options.cc (General_options::finalize): Honor -Bshareable.
13853
83d22aa8
AS
138542009-01-20 Andreas Schwab <schwab@suse.de>
13855
13856 * powerpc.cc (Powerpc_relocate_functions::rel16_ha): Don't try to
13857 read the value in the contents, since we don't use it. Use the
13858 template endianness when writing.
13859 (Relocate::relocate): Use it for R_PPC_REL16_HA.
13860
cd536b21
AS
138612009-01-19 Andreas Schwab <schwab@suse.de>
13862
13863 * configure.tgt (powerpc64-*): Fix targ_obj.
13864
99e9a495
ILT
138652009-01-15 Ian Lance Taylor <iant@google.com>
13866
13867 * object.cc (Sized_relobj::write_local_symbols): Don't write out
13868 local symbols when stripping all symbols.
13869
bbbfea06
CC
138702009-01-14 Cary Coutant <ccoutant@google.com>
13871
99e9a495 13872 * output.cc (Output_reloc): Add explicit instantiations.
bbbfea06 13873
0f7c0701
CC
138742009-01-14 Cary Coutant <ccoutant@google.com>
13875
13876 * archive.cc (Archive::get_elf_object_for_member): Remove call
13877 to File_read::claim_for_plugin.
13878 * descriptors.cc (Descriptors::open): Remove reference to
13879 is_claimed.
13880 (Descriptors::claim_for_plugin): Remove.
13881 * descriptors.h (Descriptors::claim_for_plugin): Remove.
13882 (Descriptors::is_claimed): Remove.
13883 (claim_descriptor_for_plugin): Remove.
13884 * fileread.cc (File_read::claim_for_plugin): Remove.
13885 * fileread.h (File_read::claim_for_plugin): Remove.
13886 (File_read::descriptor): Reopen descriptor if necessary.
13887 * plugin.cc (Plugin::load): Add two new APIs to transfer vector.
13888 (Plugin_manager::all_symbols_read): Add task parameter. Change
13889 all callers.
13890 (Plugin_manager::get_input_file): New function.
13891 (Plugin_manager::release_input_file): New function.
13892 (Pluginobj::Pluginobj): Add filesize parameter and initialize
13893 corresponding data member.
13894 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter
13895 and pass to base constructor. Change all callers.
13896 (get_input_file, release_input_file): New functions.
13897 (make_sized_plugin_object): Add filesize parameter. Change all callers.
13898 * plugin.h (Plugin_manager::Plugin_manager): Initialize task_ member.
13899 (Plugin_manager::all_symbols_read): Add task parameter.
13900 (Plugin_manager::get_input_file): New function.
13901 (Plugin_manager::release_input_file): New function.
13902 (Plugin_manager::task_): New data member.
13903 (Pluginobj::Pluginobj): Add filesize parameter.
13904 (Pluginobj::filename): New function.
13905 (Pluginobj::descriptor): New function.
13906 (Pluginobj::filesize): New function.
13907 (Pluginobj::filesize_): New data member.
13908 (Sized_pluginobj::Sized_pluginobj): Add filesize parameter.
13909 * readsyms.cc (Read_symbols::do_read_symbols): Remove call to
13910 File_read::claim_for_plugin; use Object::unlock to unlock the file.
13911
13912 * testsuite/Makefile.am (plugin_test_4): New test case for plugins
13913 with archive libraries.
13914 * testsuite/Makefile.in: Regenerate.
13915 * testsuite/plugin_test.c (struct sym_info): New type.
13916 (get_input_file, release_input_file): New static variables.
13917 (onload): Capture new transfer vector entries.
13918 (claim_file_hook): Stop reading at end of file according to filesize.
13919 Factor out parsing of readelf output into separate function.
13920 (all_symbols_read_hook): Exercise get_input_file and release_input_file
13921 APIs and get the source file name from the symbol table. Convert
13922 source file name to corresponding object file name. Print info
13923 message when adding new input files.
13924 (parse_readelf_line): New function.
13925 * testsuite/plugin_test_1.sh: Add checks for new info messages.
13926 * testsuite/plugin_test_2.sh: Likewise.
13927 * testsuite/plugin_test_3.sh: Likewise.
13928 * testsuite/plugin_test_4.sh: New test case.
13929
62a6d109
ILT
139302009-01-07 Ian Lance Taylor <iant@google.com>
13931
13932 * version.cc (version_string): Bump to 1.8.
13933
483620e8
CC
139342008-12-23 Cary Coutant <ccoutant@google.com>
13935
13936 * gold.cc (gold_exit): Call plugin cleanup handlers on exit.
13937 * plugin.cc (Plugin_manager::finish): Rename as
13938 layout_deferred_objects. Move cleanup to separate function.
13939 (Plugin_manager::cleanup): New function.
13940 (Plugin_finish::run): Call layout_deferred_objects and cleanup
13941 separately.
13942 * plugin.h (Plugin_manager::finish): Rename as
13943 layout_deferred_objects.
13944 (Plugin_manager::cleanup): New function.
13945 (Plugin_manager::cleanup_done): New field.
13946
d66a9eb3
CC
139472008-12-23 Cary Coutant <ccoutant@google.com>
13948
13949 * plugin.cc (is_visible_from_outside): New function.
13950 (Pluginobj::get_symbol_resolution_info): Call is_visible_from_outside
13951 so we don't return "IR only" status for exported symbols or -r links.
13952
13953 * testsuite/Makefile.am (plugin_test_3): New test case.
13954 * testsuite/Makefile.in: Regenerate.
13955 * testsuite/plugin_test_3.sh: New file.
13956
5995b570
CC
139572008-12-22 Cary Coutant <ccoutant@google.com>
13958
13959 * object.cc (Sized_relobj::layout_section): New function.
13960 (Sized_relobj::do_layout): Defer layout of input sections until after
13961 plugin has provided replacement files.
13962 (Sized_relobj::do_layout_deferred_sections): New function.
13963 * object.h (Relobj::set_section_offset): Remove virtual keyword.
13964 (Relobj::layout_deferred_sections): New function.
13965 (Relobj::do_layout_deferred_sections): New function.
13966 (Sized_relobj::do_layout_deferred_sections): New function.
13967 (Sized_relobj::layout_section): New function.
13968 (Sized_relobj::Deferred_layout): New structure.
13969 (Sized_relobj::deferred_layout_): New field.
13970 * plugin.cc (Plugin_manager::finish): Renamed, was cleanup.
13971 Change all callers. Layout deferred sections.
13972 (class Plugin_finish): Renamed, was Plugin_cleanup. Change all
13973 references.
13974 (Plugin_hook::run): Move code from do_plugin_hook inline.
13975 (Plugin_hook::do_plugin_hook): Remove.
13976 * plugin.h (Plugin_manager::Plugin_manager): Add missing initializers.
13977 (Plugin_manager::finish): Renamed, was cleanup.
13978 (Plugin_manager::should_defer_layout): New function.
13979 (Plugin_manager::add_deferred_layout_object): New function.
13980 (Plugin_manager::Deferred_layout_list): New type.
13981 (Plugin_manager::deferred_layout_objects_): New field.
13982 (Plugin_hook::do_plugin_hook): Remove.
13983
ee769c88
ILT
139842008-12-17 Ian Lance Taylor <iant@google.com>
13985
13986 * options.h (class General_options): Add --no case for
13987 --export-dynamic.
13988
abc8dcba
CC
139892008-12-16 Cary Coutant <ccoutant@google.com>
13990
13991 * plugin.cc (Plugin::load): Move LDPT_MESSAGE to front of transfer
13992 vector.
13993 (Plugin_manager::claim_file): Create plugin object even if
13994 plugin did not call the add_symbols callback.
13995 (Plugin_obj::get_symbol_resolution_info): Guard against plugin
13996 asking for more symbols than were added.
13997 * testsuite/Makefile.am (plugin_test_1): Add test case with
13998 no global symbols.
13999 (empty.syms): New target.
14000 * testsuite/Makefile.in: Regenerate.
14001 * testsuite/plugin_test.c (claim_file_hook): Add new debug
14002 message. Don't call add_symbols if no globals.
14003 (all_symbols_read_hook): Don't provide replacement for empty
14004 claimed file.
14005
b0074644
ILT
140062008-12-12 Ian Lance Taylor <iant@google.com>
14007
68943102
ILT
14008 * target-reloc.h (Default_scan_relocatable_relocs): Only discard
14009 r_type == 0 for a local symbol with r_sym == 0.
14010 (scan_relocatable_relocs): Pass r_sym to
14011 local_non_section_strategy.
14012 * reloc.cc (Emit_relocs_strategy::local_non_section_strategy): Add
14013 r_sym parameter.
14014
b0074644
ILT
14015 * configure.ac: Update test for TLS descriptors: they are
14016 supported as of glibc 2.9.
14017 * configure: Rebuild.
14018
c2508178
ILT
140192008-12-11 Ian Lance Taylor <iant@google.com>
14020
14021 PR 7091
14022 * target-reloc.h (Default_scan_relocatable_relocs): For each
14023 function, map r_type == 0 to RELOC_DISCARD.
14024
2756a258
CC
140252008-12-10 Cary Coutant <ccoutant@google.com>
14026
14027 * layout.cc (Layout::add_comdat): Allow COMDAT group from a replacement
14028 object to override a kept COMDAT group from a plugin object.
14029
bb6f53d3
ILT
140302008-12-09 Ian Lance Taylor <iant@google.com>
14031
fbc558e1
ILT
14032 PR 7088
14033 * yyscript.y (file_cmd): Handle INPUT.
14034
bb6f53d3
ILT
14035 * testsuite/initpri1.c: Change all declarations to be full
14036 prototypes by adding void, to avoid compiler warnings.
14037
4674ecfc
CC
140382008-12-05 Rafael Avila de Espindola <espindola@google.com>
14039
14040 * options.cc (General_options::parse_plugin_opt): New.
14041 (General_options::add_plugin): The argument now is just the filename.
14042 (General_options::add_plugin_option): New.
14043 * options.h (plugin_opt): New.
14044 (add_plugin): Change argument name.
14045 (add_plugin_option): New.
14046 * plugin.cc (Plugin::load): Don't parse the plugin option.
14047 * plugin.h (Plugin::Plugin): Rename argument. Init filename_.
14048 (Plugin::add_option): New.
14049 (Plugin::args_): Change type.
14050 (Plugin::filename_): New.
14051 (Plugin_manager::add_plugin_option): New.
14052 * testsuite/Makefile.am (plugin_test_1): Use new syntax.
14053 * testsuite/Makefile.in: Regenerate.
14054
fd06b4aa
CC
140552008-12-05 Cary Coutant <ccoutant@google.com>
14056
14057 * layout.cc (Layout::include_section): Check for SHF_EXCLUDE.
14058 Handle --strip-lto-sections option.
14059 * options.h (strip_lto_sections): New option.
14060
6c52134c
CC
140612008-12-01 Cary Coutant <ccoutant@google.com>
14062
14063 * plugin.cc (ld_plugin_message): Change format parameter to const.
14064 Fix mismatch between new[] and delete.
14065
a45248e0
CC
140662008-11-14 Cary Coutant <ccoutant@google.com>
14067
14068 * reloc.cc (Sized_relobj::do_read_relocs): Use constant invalid_address
14069 instead of -1U.
14070
c82fbeee
CS
140712008-11-05 Craig Silverstein <csilvers@google.com>
14072
14073 * options.cc (General_options::parse_dynamic_list): New function.
14074 * options.h (General_options): New flags dynamic_list,
14075 dynamic_list_data, dynamic_list_cpp_new, and
14076 dynamic_list_cpp_typeinfo. New variable dynamic_list_.
14077 (General_options::in_dynamic_list): New function.
14078 * script.cc (Lex::Mode): New enum DYNAMIC_LIST.
14079 (Lex::can_start_name): Add support for DYNAMIC_LIST mode.
14080 (Lex::can_continue_name): Likewise.
14081 (yylex): Likewise.
14082 (read_script_file): New parameter script_options.
14083 (read_dynamic_list): New function.
14084 (Script_options::define_dynamic_list): New function.
14085 (dynamic_list_keyword_parsecodes): New variable.
14086 (dynamic_list_keywords): New variable.
14087 * script.h (Script_options::define_dynamic_list): New function
14088 prototype.
14089 (read_dynamic_list): New function prototype.
14090 * symtab.cc (strprefix): New macro.
14091 (Symbol::should_add_dynsym_entry): Support dynamic_list,
14092 dynamic_list_data, dynamic_list_cpp_new, and
14093 dynamic_list_cpp_typeinfo.
14094 * yyscript.y (PARSING_DYNAMIC_LIST): New token.
14095 (dynamic_list_expr): New rule.
14096 (dynamic_list_nodes): Likewise.
14097 (dynamic_list_node): Likewise.
14098 * testsuite/Makefile.am (dynamic_list): New test.
14099 * testsuite/Makefile.in: Regenerated.
14100 * testsuite/dynamic_list.t: New file.
14101 * testsuite/dynamic_list.sh: New file.
14102
e0bb29a5
CS
141032008-11-05 Craig Silverstein <csilvers@google.com>
14104
14105 * testsuite/tls_test_c.c: Add prototype for t11 and t11_last.
14106 * testsuite/tls_test_c.c (t11): Add explicit "void" to prototype.
14107 (t11_last): Likewise.
14108 * testsuite/ver_test_6.c (main): Likewise.
14109
4e1e25e0
CC
141102008-10-07 Cary Coutant <ccoutant@google.com>
14111
14112 * options.c (General_options::finalize): Add check for -static and
14113 -shared.
14114 * gold.cc (queue_middle_tasks): Assert that list of dynamic objects
14115 is not empty.
14116
92f03fcb
CC
141172008-10-02 Cary Coutant <ccoutant@google.com>
14118
14119 * plugin.cc (make_sized_plugin_object): Fix conditional
14120 compilation to work when not all targets are enabled.
14121
fbd8a257
CC
141222008-09-29 Cary Coutant <ccoutant@google.com>
14123
14124 * archive.cc (Archive::get_file_and_offset): Use filename instead
14125 of name to get library path.
14126 (Archive::include_member): Unlock external member of a thin archive.
14127
14128 * testsuite/Makefile.am (TEST_AR): New variable.
14129 (thin_archive_test_1): New test.
14130 (thin_archive_test_2): New test.
81636b3f
CC
14131 * testsuite/Makefile.in: Regenerate.
14132 * testsuite/thin_archive_main.cc: New file.
14133 * testsuite/thin_archive_test_1.cc: New file.
14134 * testsuite/thin_archive_test_2.cc: New file.
14135 * testsuite/thin_archive_test_3.cc: New file.
14136 * testsuite/thin_archive_test_4.cc: New file.
fbd8a257 14137
eff45813
CC
141382008-09-29 Cary Coutant <ccoutant@google.com>
14139
14140 * mapfile.cc (Mapfile::print_input_section): Change -1U to -1ULL.
14141 * object.cc (Sized_relobj::do_layout): Use constant invalid_address
14142 instead of -1U.
14143 (Sized_relobj::do_finalize_local_symbols): Likewise.
14144 (Sized_relobj::map_to_kept_section): Likewise.
14145 * object.h (Sized_relobj::invalid_address): New constant.
14146 (Sized_relobj::do_output_section_offset): Check for invalid_address
14147 and return -1ULL.
14148 * output.cc (Output_reloc::local_section_offset): Use constant
14149 invalid_address instead of -1U.
14150 (Output_reloc::get_address): Likewise.
14151 (Output_section::output_address): Change -1U to -1ULL.
14152 * output.h (Output_reloc::invalid_address): New constant.
14153 * reloc.cc (Sized_relobj::write_sections): Use constant
14154 invalid_address instead of -1U.
14155 (Sized_relobj::relocate_sections): Likewise.
14156 * symtab.cc (Symbol_table::sized_finalize_symbol): Handle symbol
14157 values for merge sections.
14158 * target-reloc.h (relocate_for_relocatable): Use constant
14159 invalid_address instead of -1U.
14160
89fc3421
CC
141612008-09-19 Cary Coutant <ccoutant@google.com>
14162
14163 Add plugin functionality for link-time optimization (LTO).
14164 * configure.ac (plugins): Add --enable-plugins option.
14165 * configure: Regenerate.
14166 * config.in: Regenerate.
14167 * Makefile.am (LIBDL): New variable.
14168 (CCFILES): Add plugin.cc.
14169 (HFILES): Add plugin.h.
14170 (ldadd_var): Add LIBDL.
14171 * Makefile.in: Regenerate.
14172
14173 * archive.cc: Include "plugin.h".
14174 (Archive::setup): Don't preread archive symbols when using a plugin.
14175 (Archive::get_file_and_offset): Add memsize parameter. Change callers.
14176 (Archive::get_elf_object_for_member): Call plugin hooks for claiming
14177 files.
14178 (Archive::include_member): Add symbols from plugin objects.
14179 * archive.h (Archive::get_file_and_offset): Add memsize parameter.
14180 * descriptors.cc (Descriptors::open): Check for file descriptors
14181 abandoned by plugins.
14182 (Descriptors::claim_for_plugin): New function.
14183 * descriptors.h (Descriptors::claim_for_plugin): New function.
14184 (Open_descriptor::is_claimed): New field.
14185 (claim_descriptor_for_plugin): New function.
14186 * fileread.cc (File_read::claim_for_plugin): New function.
14187 * fileread.h (File_read::claim_for_plugin): New function.
14188 (File_read::descriptor): New function.
14189 * gold.cc: Include "plugin.h".
14190 (queue_initial_tasks): Add task to call plugin hooks for generating
14191 new object files.
14192 * main.cc: Include "plugin.h".
14193 (main): Load plugin libraries.
14194 * object.h (Pluginobj): Declare.
14195 (Object::pluginobj): New function.
14196 (Object::do_pluginobj): New function.
14197 (Object::set_target): New function.
14198 * options.cc: Include "plugin.h".
14199 (General_options::parse_plugin): New function.
14200 (General_options::General_options): Initialize plugins_ field.
14201 (General_options::add_plugin): New function.
14202 * options.h (Plugin_manager): Declare.
14203 (General_options): Add --plugin option.
14204 (General_options::has_plugins): New function.
14205 (General_options::plugins): New function.
14206 (General_options::add_plugin): New function.
14207 (General_options::plugins_): New field.
14208 * plugin.cc: New file.
14209 * plugin.h: New file.
14210 * readsyms.cc: Include "plugin.h".
14211 (Read_symbols::do_read_symbols): Check for archive before checking
14212 for ELF file. Call plugin hooks to claim files.
14213 * resolve.cc (Symbol_table::resolve): Record when symbol is referenced
14214 from a real object file; force override when processing replacement
14215 files.
14216 * symtab.cc (Symbol::init_fields): Initialize in_real_elf_ field.
14217 (Symbol::init_base_object): Likewise.
14218 (Symbol::init_base_output_data): Likewise.
14219 (Symbol::init_base_output_segment): Likewise.
14220 (Symbol::init_base_constant): Likewise.
14221 (Symbol::init_base_undefined): Likewise.
14222 (Symbol::output_section): Assert that object is not a plugin.
14223 (Symbol_table::add_from_pluginobj): New function.
14224 (Symbol_table::sized_finalize_symbol): Treat symbols from plugins as
14225 undefined.
14226 (Symbol_table::sized_write_globals): Likewise.
14227 (Symbol_table::add_from_pluginobj): Instantiate template.
14228 * symtab.h (Sized_pluginobj): Declare.
14229 (Symbol::in_real_elf): New function.
14230 (Symbol::set_in_real_elf): New function.
14231 (Symbol::in_real_elf_): New field.
14232 (Symbol_table::add_from_pluginobj): New function.
14233
14234 * testsuite/Makefile.am (AM_CFLAGS): New variable.
14235 (LIBDL): New variable.
14236 (LDADD): Add LIBDL.
14237 (check_PROGRAMS): Add plugin_test_1 and plugin_test_2.
14238 (check_SCRIPTS): Add plugin_test_1.sh and plugin_test_2.sh.
14239 (check_DATA): Add plugin_test_1.err and plugin_test_2.err.
14240 (MOSTLYCLEANFILES): Likewise.
14241 * testsuite/Makefile.in: Regenerate.
14242 * testsuite/plugin_test.c: New file.
14243 * testsuite/plugin_test_1.sh: New file.
14244 * testsuite/plugin_test_2.sh: New file.
14245
de31bda5
ILT
142462008-09-16 Ian Lance Taylor <iant@google.com>
14247
9c2d0ef9
ILT
14248 * target-reloc.h (relocate_section): Check whether a symbol is
14249 defined by the ABI before reporting an undefined symbol error.
14250 * target.h (Target::is_defined_by_abi): Make parameter const.
14251 (Target::do_is_defined_by_abi): Likewise.
14252 * i386.cc (Target_i386::do_is_defined_by_abi): Likewise.
14253 * powerpc.cc (Target_powerpc::do_is_defined_by_abi): Likewise.
14254 * sparc.cc (Target_sparc::do_is_defined_by_abi): Likewise.
14255 * x86_64.cc (Target_x86_64::do_is_defined_by_abi): Likewise.
14256 * testsuite/Makefile.am (tls_test_shared.so): Add -Wl,-z,defs.
14257 * testsuite/Makefile.in: Rebuild.
14258
de31bda5
ILT
14259 * fileread.cc (make_view): Add casts to avoid warning.
14260
9fa33bee
AO
142612008-09-16 Alexandre Oliva <aoliva@redhat.com>
14262
14263 * i386.cc (Target_i386::define_tls_base_symbol): Update comments.
14264 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
14265
183fd0e3
AO
142662008-09-16 Alexandre Oliva <aoliva@redhat.com>
14267
14268 * options.h (General_options::output_is_executable): New.
14269 (General_options::output_is_pie): New.
14270 * i386.cc (Target_i386::define_tls_base_symbol): Use SEGMENT_START
14271 for shared libraries.
14272 * x86_64.cc (Target_x86_64::define_tls_base_symbol): Likewise.
14273
7be8330a
CD
142742008-09-11 Chris Demetriou <cgd@google.com>
14275
14276 * options.h (origin): New -z option.
14277 * layout.cc (Layout:finish_dynamic_section): If "-z origin"
14278 is specified, set DF_ORIGIN in DT_FLAGS and set DF_1_ORIGIN
14279 in DT_FLAGS_1.
14280
a9caad02
CC
142812008-09-05 Cary Coutant <ccoutant@google.com>
14282
14283 * fileread.cc (File_read::make_view): Add check for attempt to map
14284 beyond end of file.
14285
ae6dce4d
CC
142862008-09-05 Cary Coutant <ccoutant@google.com>
14287
14288 * symtab.cc (Symbol_table::add_from_dynobj): Fix typos in
14289 explicit instantiations.
14290
d7ab2a47
KVH
142912008-08-28 Kris Van Hees <kris.van.hees@oracle.com>
14292
14293 PR gold/6858
14294 * options.cc (General_options::finalize): Allow undefined symbols
14295 in shlibs if linking -shared.
14296
14297 PR gold/6859
14298 * symtab.cc (Symbol::init_base_undefined): Mark explicitly undefined
14299 symbols as not needing a dynsym entry.
14300
1e52a9c1
CS
143012008-08-20 Craig Silverstein <csilvers@google.com>
14302
14303 * fileread.cc (File_read::open): Do not lock the file unless it
14304 was successfully opened.
14305
d85c80a3
CC
143062008-08-14 Cary Coutant <ccoutant@google.com>
14307
14308 * x86_64.cc (Target_x86_64::Relocate::relocat_tls):
14309 Use addend for DTPOFF32, DTPOFF64, and TPOFF32 relocs.
14310 * testsuite/tls_test.cc (struct int128): 128-bit struct
14311 for testing TLS relocs with non-zero addend.
14312 (v12): New TLS variable.
14313 (t12): New test.
14314 (t_last): Add check for v12.
14315 * testsuite/tls_test.h (t12): New function.
14316 * testsuite/tls_test_main.cc (thread_routine): Call new test.
14317
2d924fd9
ILT
143182008-08-13 Ian Lance Taylor <iant@google.com>
14319
14320 * layout.cc (Layout::attach_allocated_section_to_segment): Don't
14321 set tls_segment_ or relro_segment_.
14322 (Layout::make_output_segment): Set tls_segment_ and relro_segment_
14323 when appropriate.
14324 * output.h (Output_section::clear_is_relro): New function.
14325 * output.cc (Output_segment::add_output_section): Handle SHF_TLS
14326 sections specially even when output_data_ is empty.
14327 (Output_segment::maximum_alignment): When first section is relro,
14328 only force alignment for PT_LOAD segments.
14329 * script.cc (script_data_segment_align): New function.
14330 (script_data_segment_relro_end): New function.
14331 * script-c.h (script_data_segment_align): Declare.
14332 (script_data_segment_relro_end): Declare.
14333 * script-sections.h (class Script_sections): Declare
14334 data_segment_align and data_segment_relro_end. Add fields
14335 segment_align_index_ and saw_relro_end_.
14336 * script-sections.cc (class Sections_element): Add set_is_relro
14337 virtual function. Add new bool* parameter to place_orphan_here.
14338 Add get_output_section virtual function.
14339 (class Output_section_definition): Add set_is_relro. Add new
14340 bool* parameter to place_orphan_here. Add get_output_section.
14341 Add is_relro_ field.
14342 (Output_section_definition::Output_section_definition): Initialize
14343 evaluated_address_, evaluated_load_address, evaluated_addralign_,
14344 and is_relro_ fields.
14345 (Output_section_definition::place_orphan_here): Add is_relro
14346 parameter.
14347 (Output_section_definition::set_section_addresses): Set relro for
14348 output section.
14349 (Output_section_definition::alternate_constraint): Likewise.
14350 (class Orphan_output_section): Add new bool* parameter to
14351 place_orphan_here. Add get_output_section.
14352 (Orphan_output_section::place_orphan_here): Add is_relro
14353 parameter.
14354 (Script_sections::Script_sections): Initialize
14355 data_segment_align_index_ and saw_relro_end_.
14356 (Script_sections::data_segment_align): New function.
14357 (Script_sections::data_segment_relro_end): New function.
14358 (Script_sections::place_orphan): Set or clear is_relro.
14359 (Script_sections::set_section_addresses): Force alignment of first
14360 TLS section.
14361 * yyscript.y (exp): Call script_data_segment_align and
14362 script_data_segment_relro_end.
14363 * testsuite/relro_script_test.t: New file.
14364 * testsuite/relro_test.cc (using_script): Declare.
14365 (t1, t2): Test using_script.
14366 * testsuite/Makefile.am (check_PROGRAMS): Add relro_script_test.
14367 (relro_script_test_SOURCES): Define.
14368 (relro_script_test_DEPENDENCIES): Define.
14369 (relro_script_test_LDFLAGS): Define.
14370 (relro_script_test_LDADD): Define.
14371 (relro_script_test.so): New target.
14372 * testsuite/Makefile.in: Rebuild.
14373
f827c9a9
CC
143742008-08-06 Cary Coutant <ccoutant@google.com>
14375
14376 * archive.cc (Archive::total_archives, Archive::total_members)
14377 (Archive::total_members_loaded): New variables.
14378 (Archive::setup): Add parameter. Add option to preread
14379 archive symbols.
14380 (Archive::read_armap): Add counter.
14381 (Archive::get_file_and_offset): New function.
14382 (Archive::get_elf_object_for_member): New function.
14383 (Archive::read_all_symbols): New function.
14384 (Archive::read_symbols): New function.
14385 (Archive::add_symbols): Add counters.
14386 (Archive::include_all_members): Use armap to find members if it's
14387 already built.
14388 (Archive::include_member): Skip reading symbols if already read.
14389 Factored code into Archive::get_file_and_offset and
14390 Archive::get_elf_object_for_member. Changed call to
14391 Mapfile::report_include_archive_member.
14392 (Archive::print_stats): New function.
14393 * archive.h: Declare Object and Read_symbols_data classes.
14394 (Archive::Archive): Add initializers for new members.
14395 (Archive::setup): Add parameter.
14396 (Archive::print_stats): New function.
14397 (Archive::total_archives, Archive::total_members)
14398 (Archive::total_members_loaded): New variables.
14399 (Archive::get_file_and_offset): New function.
14400 (Archive::get_elf_object_for_member): New function.
14401 (Archive::read_all_symbols): New function.
14402 (Archive::read_symbols): New function.
14403 (Archive::Archive_member): New class.
14404 (Archive::members_): New member.
14405 (Archive::num_members_): New member.
14406 * main.cc: Include archive.h.
14407 (main): Call Archive::print_stats.
14408 * mapfile.cc (Mapfile::report_include_archive_member): Delete
14409 archive parameter; member_name is now the fully-decorated name.
14410 * mapfile.h (Mapfile::report_include_archive_member): Likewise.
14411 * options.h: (General_options): Add --preread-archive-symbols option.
14412 * readsyms.cc (Read_symbols::do_read_symbols): Change call to
14413 Archive::setup.
14414
de4c45bd
ILT
144152008-08-04 Ian Lance Taylor <iant@google.com>
14416
14417 * symtab.h (Symbol::use_plt_offset): New function.
14418 * i386.cc (Relocate::relocate): Call Symbol::use_plt_offset.
14419 * powerpc.cc (Relocate::relocate): Likewise.
14420 * sparc.cc (Relocate::relocate): Likewise.
14421 * x86_64.cc (Relocate::relocate): Likewise.
14422 * testsuite/weak_plt.sh: New test.
14423 * testsuite/weak_plt_main.cc: New test.
14424 * testsuite/weak_plt_shared.cc: New test.
14425 * testsuite/Makefile.am (check_SCRIPTS): Add weak_plt.sh.
14426 (check_PROGRAMS): Add weak_plt.
14427 (check_DATA): Add weak_plt_shared.so.
14428 (weak_plt_main_pic.o, weak_plt): New targets.
14429 (weak_plt_shared_pic.o, weak_plt_shared.so): New targets.
14430 * testsuite/Makefile.in: Rebuild.
14431
14432 * testsuite/Makefile.am (weak_alias_test_1.so): Depend upon
14433 gcctestdir/ld.
14434 (weak_alias_test_2.so, weak_alias_test_4.so): Likewise.
14435 * testsuite/Makefile.in: Rebuild.
14436
323ee3f4
AM
144372008-08-04 Alan Modra <amodra@bigpond.net.au>
14438
14439 * Makefile.am (POTFILES.in): Set LC_ALL=C.
14440 * Makefile.in: Regenerate.
14441 * po/POTFILES.in: Regenerate.
14442
7c07ecec
ILT
144432008-07-29 Ian Lance Taylor <iant@google.com>
14444
14445 * script.cc (Script_options::finalize_symbols): Finalize SECTIONS
14446 symbols before other symbols.
14447 * testsuite/script_test_2.cc (test_addr): Declare.
14448 (test_addr_alias): Declare.
14449 (main): Check that test_addr and test_addr_alias have the right
cd536b21 14450 values.
7c07ecec
ILT
14451 * testsuite/script_test_2.t: Define test_addr_alias and
14452 test_addr.
14453
5778530e
ILT
144542008-07-24 Ian Lance Taylor <iant@google.com>
14455
2a00e4fb
ILT
14456 PR 5990
14457 * descriptors.cc: New file.
14458 * descriptors.h: New file.
14459 * gold-threads.h (class Hold_optional_lock): New class.
14460 * fileread.cc: Include "descriptors.h".
14461 (File_read::~File_read): Release descriptor rather than closing
14462 it.
14463 (File_read::open) [file]: Call open_descriptor rather than open.
14464 Set is_descriptor_opened_.
14465 (File_read::open) [memory]: Assert that descriptor is not open.
14466 (File_read::reopen_descriptor): New function.
14467 (File_read::release): Release descriptor.
14468 (File_read::do_read): Make non-const. Reopen descriptor.
14469 (File_read::read): Make non-const.
14470 (File_read::make_view): Reopen descriptor.
14471 (File_read::do_readv): Likewise.
14472 * fileread.h (class File_read): Add is_descriptor_opened_ field.
14473 Update declarations.
14474 * layout.cc: Include "descriptors.h".
14475 (Layout::create_build_id): Use open_descriptor rather than open.
14476 * output.cc: Include "descriptors.h".
14477 (Output_file::open): Use open_descriptor rather than open.
14478 * archive.cc (Archive::const_iterator): Change Archive to be
14479 non-const.
14480 (Archive::begin, Archive::end): Make non-const.
14481 (Archive::count_members): Likewise.
14482 * archive.h (class Archive): Update declarations.
14483 * object.h (Object::read): Make non-const.
14484 * Makefile.am (CCFILES): Add descriptors.cc.
14485 (HFILES): Add descriptors.h.
14486 * Makefile.in: Rebuild.
14487
801647d1
ILT
14488 PR 6716
14489 * gold.h: Always include <clocale>. Add Solaris workarounds
14490 following code in binutils/sysdep.h.
14491
5edd166e
ILT
14492 PR 6048
14493 * ehframe.cc (Eh_frame::add_ehframe_input_section): Check whether
14494 this->eh_frame_hdr_ is NULL before using it.
14495
c89ad728
ILT
14496 * dynobj.cc (Versions::Versions): Update comment.
14497
aa86f06b
ILT
14498 * dynobj.cc (Versions::Versions): If there is an soname, use it as
14499 the base version name.
14500
5778530e
ILT
14501 * stringpool.cc (Stringpool_template::add_with_length): Set key to
14502 array size plus one.
14503 (Stringpool_template::set_string_offsets): Subtract one from key
14504 before using it as an array index.
14505 (Stringpool_template::get_offset_with_length): Likewise.
14506 (Stringpool_template::write_to_buffer): Likewise.
14507 * stringpool.h (Stringpool_template::get_offset_from_key):
14508 Likewise.
14509
057ead22
ILT
145102008-07-23 Ian Lance Taylor <iant@google.com>
14511
7f649c59
ILT
14512 PR 6658
14513 * object.h (Merged_symbol_value::value): Do our best to handle a
14514 negative addend.
14515
057ead22
ILT
14516 PR 6647
14517 * script.cc (Version_script_info::get_versions): Don't add empty
14518 version tag to return value.
14519 (Version_script_info::get_symbol_version_helper): Change return
14520 type to bool. Add pversion parameter. Change all callers.
14521 (script_register_vers_node): Don't require a non-NULL tag.
14522 * script.h (class Version_script_info): Update declarations.
14523 (Version_script_info::get_symbol_version): Change return type to
14524 bool. Add version parameter. Change all callers.
14525 * symtab.cc (Sized_symbol::add_from_relobj): Rework version
14526 handling. Handle an empty version from a version script.
14527 (Symbol_table::define_special_symbol): Likewise.
14528 * testsuite/ver_test_10.script: New file.
14529 * testsuite/ver_test_10.sh: New file.
14530 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_10.sh.
14531 (check_DATA): Add ver_test_10.syms.
14532 (ver_test_10.syms, ver_test_10.so): New target.
14533 * testsuite/Makefile.in: Rebuild.
14534
58e54ac2
CD
145352008-07-23 Simon Baldwin <simonb@google.com>
14536
14537 * symtab.cc (Symbol_table::sized_write_symbol): Only set st_size
14538 to zero for undefined symbols from dynamic libraries.
14539
95d14cd3
ILT
145402008-07-23 Ian Lance Taylor <iant@google.com>
14541
14542 * symtab.cc (Symbol_table::resolve): Remove version parameter.
14543 Change all callers.
14544 * symtab.h (class Symbol_table): Update declaration.
14545 * testsuite/ver_test_9.cc: New file.
14546 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_9.
14547 (ver_test_9_SOURCES, ver_test_9_DEPENDENCIES): Define.
14548 (ver_test_9_LDFLAGS, ver_test_9_LDADD): Define.
14549 (ver_test_9.so, ver_test_9.o): New targets.
14550 * testsuite/Makefile.in: Rebuild.
14551
92de84a6
ILT
145522008-07-22 Ian Lance Taylor <iant@google.com>
14553
34810851
ILT
14554 * options.h (class General_options): Define --check-sections.
14555 * layout.cc (Layout::set_segment_offsets): Handle
14556 --check-sections.
14557
af6156ef
ILT
14558 * options.h (class General_options): Define -n/--nmagic and
14559 -N/--omagic.
14560 * options.cc (General_options::finalize): For -n/--nmagic or
14561 -N/--omagic, set -static.
14562 * layout.cc (Layout::attach_allocated_section_to_segment): If
14563 -N/--omagic, don't put read-only and read-write sections in
14564 different segments.
14565 (Layout::find_first_load_seg): If -N/--omagic, don't insist on
14566 finding a read-only segment.
14567 (Layout::set_segment_offsets): If -N/--omagic or -n/--nmagic,
14568 don't set the minimum segment alignment to the common page size,
14569 and don't set the file offset to the address modulo the page size.
14570 * script-sections.cc (Script_sections::create_segments): If
14571 -n/--omagic, don't put read-only and read-write sections in
14572 different segments.
14573
92de84a6
ILT
14574 * cref.cc: New file.
14575 * cref.h: New file.
14576 * options.h (class General_options): Add --print-symbol-counts.
14577 * main.cc (main): Issue defined symbol report if requested.
14578 * archive.cc (Archive::interpret_header): Make into a const member
14579 function.
14580 (Archive::add_symbols): Call Input_objects::archive_start and
14581 archive_stop.
14582 (Archive::const_iterator): Define new class.
14583 (Archive::begin, Archive::end): New functions.
14584 (Archive::include_all_members): Rewrite to use iterator.
14585 (Archive::count_members): New function.
14586 * archive.h (class Archive): Update declarations.
14587 (Archive::filename): New function.
14588 * object.cc: Include "cref.h".
14589 (Sized_relobj::Sized_relobj): Initialize defined_count_.
14590 (Sized_relobj::do_get_global_symbol_counts): New function.
14591 (Input_objects::add_object): Add object to cross-referencer.
14592 (Input_objects::archive_start): New function.
14593 (Input_objects::archive_stop): New function.
14594 (Input_objects::print_symbol_counts): New function.
14595 * object.h: Declare Cref and Archive.
14596 (Object::get_global_symbol_counts): New function.
14597 (Object::do_get_global_symbol_counts): New pure virtual function.
14598 (class Sized_relobj): Add defined_count_ field. Update
14599 declarations.
14600 (class Input_objects): Add cref_ field. Update constructor.
14601 Update declarations.
14602 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize symbols_ and
14603 defined_count_.
14604 (Sized_dynobj::do_add_symbols): Allocate symbols_ if printing
14605 symbol counts.
14606 (Sized_dynobj::do_get_global_symbol_counts): New function.
14607 * dynobj.h (class Sized_dynobj): Add fields symbols_ and
14608 defined_count_. Update declarations. Define Symbols typedef.
14609 * symtab.cc (Symbol_table::add_from_relobj): Add defined
14610 parameter. Change all callers.
14611 (Symbol_table::add_from_dynobj): Add sympointers and defined
14612 parameters. Change all callers.
14613 * symtab.h (class Symbol_table): Update declarations.
14614 * Makefile.am (CCFILES): Add cref.cc.
14615 (HFILES): Add cref.h.
14616 * Makefile.in: Rebuild.
14617
3f7c5e1d
CD
146182008-07-22 Simon Baldwin <simonb@google.com>
14619
14620 * symtab.cc (Symbol_table::sized_write_symbol): Set symbol size
14621 to zero when writing undefined symbols.
14622
e0b64032
ILT
146232008-07-22 Ian Lance Taylor <iant@google.com>
14624
14625 * output.cc (Output_section::add_input_section): Don't try to
14626 merge empty merge sections.
14627
096b02cf
CS
146282008-07-21 Craig Silverstein <csilvers@google.com>
14629
14630 * symtab.cc (Symbol_table::warn_about_undefined_dynobj_symbol):
14631 Include symbol version in error message.
cd536b21 14632
1d1f116d
CD
146332008-07-20 Chris Demetriou <cgd@google.com>
14634
cd536b21 14635 * configure.ac (gold_cv_c_random_seed): New configured variable.
1d1f116d
CD
14636 (RANDOM_SEED_CFLAGS): New substituted variable.
14637 * Makefile.am (AM_CFLAGS, AM_CXXFLAGS): Add $(RANDOM_SEED_CFLAGS).
14638 * configure: Rebuild.
14639 * Makefile.in: Likewise.
14640 * testsuite/Makefile.in: Likewise.
14641
a18f591e
ILT
146422008-07-18 Ian Lance Taylor <iant@google.com>
14643
14644 * symtab.cc (Symbol_table::add_from_object): Rewrite the case
14645 where we see NAME/NULL and NAME/VERSION as separate symbols.
14646 * testsuite/ver_test_main.cc (main): Call t4.
14647 (t4, t4_2a): Define.
14648 * testsuite/ver_test_2.cc (t4_2): Define.
14649 * testsuite/ver_test_2.script: Put t4_2a in VER2.
14650 * testsuite/ver_test_4.cc (t4_2a): Define.
14651 * testsuite/ver_test_4.script: Put t4_2a in VER2.
14652 * testsuite/ver_test.h (t4, t4_2, t4_2a): Declare.
14653
c6e3f6ed
ILT
146542008-07-17 Ian Lance Taylor <iant@google.com>
14655
14656 * dynobj.cc (Versions::add_def): If we give an error about a
14657 missing version, go ahead and create the version anyhow.
14658
ef9beddf
ILT
146592008-07-10 Ian Lance Taylor <iant@google.com>
14660
14661 Handle output sections with more than 0x7fffffff bytes.
14662 * object.h (class Relobj): Change map_to_output_ to
14663 output_sections_, and just keep a section pointer. Change all
14664 uses. Move comdat group support to Sized_relobj.
14665 (Relobj::is_section_specially_mapped): Remove.
14666 (Relobj::output_section): Remove poff parameter. Change all
14667 callers.
14668 (Relobj::output_section_offset): New function.
14669 (Relobj::set_section_offset): Rewrite.
14670 (Relobj::map_to_output): Remove.
14671 (Relobj::output_sections): New function.
14672 (Relobj::do_output_section_offset): New pure virtual function.
14673 (Relobj::do_set_section_offset): Likewise.
14674 (class Sized_relobj): Add section_offsets_ field. Add comdat
14675 group support from Relobj. Update declarations.
14676 (Sized_relobj::get_output_section_offset): New function.
14677 (Sized_relobj::do_output_section_offset): New function.
14678 (Sized_relobj::do_set_section_offset): New function.
14679 * object.cc (Relobj::output_section_address): Remove.
14680 (Sized_relobj::Sized_relobj): Initialize new fields.
14681 (Sized_relobj::include_section_group): Cast find_kept_object to
14682 Sized_relobj.
14683 (Sized_relobj::include_linkonce_section): Likewise.
14684 (Sized_relobj::do_layout): Use separate arrays for output section
14685 and output offset.
14686 (Sized_relobj::do_count_local_symbols): Change map_to_output to
14687 output_sections.
14688 (Sized_relobj::do_finalize_local_symbols): Change map_to_output to
14689 output_sections and section_offsets.
14690 (Sized_relobj::write_local_symbols): Likewise.
14691 (map_to_kept_section): Compute output address directly.
14692 * reloc.cc (Sized_relobj::do_read_relocs): Change map_to_output to
14693 output_sections and section_offsets.
14694 (Sized_relobj::write_sections): Likewise.
14695 (Sized_relobj::relocate_sections): Likewise.
14696 * symtab.cc (sized_finalize_symbol): Use output_section_offset.
14697 * output.h (class Output_reloc): Update declarations. Change
14698 u2_.relobj to Sized_relobj*.
14699 (class Output_data_reloc): Change add functions to use
14700 Sized_relobj*.
14701 * output.cc (Output_reloc::Output_reloc): Change relobj to
14702 Sized_relobj*.
14703 (Output_reloc::local_section_offset): Change return type to
14704 Elf_Addr. Use get_output_section_offset.
14705 (Output_reloc::get_address): Likewise.
14706 (Output_section::is_input_address_mapped): Don't call
14707 is_section_specially_mapped.
14708 (Output_section::output_offset): Likewise.
14709 (Output_section::output_address): Likewise.
14710 (Output_section::starting_output_address): Likewise.
14711 * copy-relocs.cc (Copy_relocs::copy_reloc): Change object
14712 parameter to Sized_relobj*.
14713 (Copy_relocs::need_copy_reloc): Likewise.
14714 (Copy_relocs::save): Likewise.
14715 * copy-relocs.h (class Copy_relocs): Update declarations.
14716 (class Copy_relocs::Copy_reloc_entry): Change constructor to use
14717 Sized_relobj*. Change relobj_ field to Sized_relobj*.
14718 * target-reloc.h (relocate_for_relocatable): Change
14719 offset_in_output_section type to Elf_Addr. Change code that uses
14720 it as well.
14721 * layout.cc (Layout::layout): Always set *off.
14722 * mapfile.cc (Mapfile::print_input_section): Use
14723 output_section_offset.
14724 * i386.cc (Target_i386::copy_reloc): Change object parameter to
14725 Sized_relobj*.
14726 * powerpc.cc (Target_powerpc::copy_reloc): Likewise.
14727 * sparc.cc (Target_sparc::copy_reloc): Likewise.
14728 * x86_64.cc (Target_x86_64::copy_reloc): Likewise.
14729
5cb66f97
ILT
147302008-07-03 Ian Lance Taylor <iant@google.com>
14731
14732 * layout.cc (Layout::include_section): Do not discard unrecognized
14733 SHT_STRTAB sections.
14734
afe47622
CS
147352008-06-30 Craig Silverstein <csilvers@cs.stanford.edu>
14736
14737 * script.cc (Lex::can_continue_name): Make '?' allowable in
14738 version-script names.
14739 * testsuite/version_script.map: Change glob pattern to use '?'
14740
5adf9721
ILT
147412008-06-30 Manish Singh <yosh@gimp.org>
14742
14743 PR 6585
14744 * symtab.cc (Symbol_table::add_undefined_symbols_from_command_line):
14745 Correct typo.
14746
e6fde208
ILT
147472008-06-30 Ian Lance Taylor <iant@google.com>
14748
14749 PR 6660
14750 PR 6682
14751 * powerpc.cc (Powerpc_relocate_functions::addr16_ha) [both
14752 versions]: Don't try to read the value in the contents, since we
14753 don't use it. Use the template endianness when writing.
14754
3f2e6a2d
CC
147552008-06-25 Cary Coutant <ccoutant@google.com>
14756
14757 * fileread.cc (File_read::make_view): Assert on zero-length view.
14758 * object.cc (Sized_relobj::do_read_symbols): Don't try to read
14759 symbol table when there are no symbols to read.
14760
c43d3a48
CS
147612008-06-23 Craig Silverstein <csilvers@google.com>
14762
14763 * version.cc (version_string): Bump to 1.7
14764
5f494ea0
CS
147652008-06-18 Craig Silverstein <csilvers@google.com>
14766
14767 * powerpc.cc (Powerpc_relocate_functions::addr16_ha): cast
14768 constant 0xFFFF to type Valtype.
14769 (Powerpc_relocate_functions::rel16_ha): Likewise.
14770
c42e122e
ILT
147712008-06-17 Ian Lance Taylor <iant@google.com>
14772
f34787f8
ILT
14773 * output.h (Output_section::Input_section): Initialize p2align_ to
14774 zero for Output_section_data constructors.
14775 (Output_section::Input_section::addralign): If not an input
14776 section, return the alignment of the Output_section_data.
14777 * testsuite/copy_test.cc: New file.
14778 * testsuite/copy_test_1.cc: New file.
14779 * testsuite/copy_test_2.cc: New file.
14780 * testsuite/Makefile.am (check_PROGRAMS): Add copy_test.
14781 (copy_test_SOURCES, copy_test_DEPENDENCIES): New variables.
14782 (copy_test_LDFLAGS, copy_test_LDADD): New variables.
14783 (copy_test_1_pic.o, copy_test_1.so): New targets.
14784 (copy_test_2_pic.o, copy_test_2.so): New targets.
14785 * testsuite/Makefile.in: Rebuild.
14786
c42e122e
ILT
14787 * script-sections.cc (Script_sections::place_orphan): Initialize
14788 local variable exact.
14789
ce3ac18a
DE
147902008-06-13 David Edelsohn <edelsohn@gnu.org>
14791
14792 * powerpc.cc (Output_data_plt_powerpc::do_write): 8 + 4 = 0xC.
14793
42cacb20
DE
147942008-06-12 David Edelsohn <edelsohn@gnu.org>
14795 David S. Miller <davem@davemloft.net>
14796
14797 * powerpc.cc: New file.
14798 * Makefile.am (TARGETSOURCES): Add powerpc.cc
14799 (ALL_TARGETOBJS): Add powerpc.$(OBJEXT)
14800 * configure.tgt: Add entries for powerpc-* and powerpc64-*.
14801 * Makefile.in: Rebuild.
14802
7b308235
ILT
148032008-06-09 Ian Lance Taylor <iant@google.com>
14804
14805 * testsuite/relro_test.cc: Include <cstdio>, <cstdlib>, and
14806 <exception>.
14807 (throwing, orig_terminate): New static variables.
14808 (terminate_handler): New static function.
14809 (t2): Set terminate handler.
14810
f0b886e3
ILT
148112008-06-05 Kris Van Hees <kris.van.hees@oracle.com>
14812
14813 PR 6584
cd536b21 14814 * binary.cc (Binary_to_elf::sized_convert): Fix .data
f0b886e3
ILT
14815 alignment.
14816
3e90f135
CC
148172008-05-30 Cary Coutant <ccoutant@google.com>
14818
14819 * archive.cc (Archive::include_all_members) Correct to step
14820 over symbol table and extended name table in thin archives.
14821
e09ad04a
ILT
148222008-05-29 Kris Van Hees <kris.van.hees@oracle.com>
14823
14824 PR 6407
14825 * target-reloc.h (relocate_for_relocatable): Fix new_offset
14826 calculation.
14827
62b01cb5
ILT
148282008-05-28 Caleb Howe <cshowe@google.com>
14829
14830 * reduced_debug_output.cc: New file.
14831 * reduced_debug_output.h: New file.
92de84a6 14832 * options.h (class General_options): Add --strip-debug-non-line.
62b01cb5
ILT
14833 * options.cc (General_options::finalize): Add strip_debug_non_line
14834 to the strip heirarchy.
14835 * layout.h (class Layout): Add debug_abbrev_ and debug_info_
14836 fields.
14837 * layout.cc: Include "reduced_debug_output.h".
14838 (Layout::Layout): Initialize new fields.
14839 (line_only_debug_sections): New static array.
14840 (is_lines_only_debug_sections): New static inline function.
14841 (Layout::include_section): Handle --strip-debug-non-line.
14842 (Layout::make_output_section): If --strip-debug-non-line, build
14843 new output sections for .debug_abbrev and .debug_info.
14844 * dwarf_reader.cc (read_unsigned_LEB_128): Move to namespace
14845 gold. Warn about possible overflow.
14846 (read_signed_LEB_128): Likewise.
14847 * dwarf_reader.h: (read_unsigned_LEB_128): Declare.
14848 (read_signed_LEB_128): Declare.
14849 * Makefile.am (CCFILES): Add reduced_debug_output.cc.
14850 (HFILES): Add reduced_debug_output.h.
14851 * Makefile.in: Rebuild.
14852
7d9e3d98
ILT
148532008-05-21 Ian Lance Taylor <iant@google.com>
14854
14855 * mapfile.cc: New file.
14856 * mapfile.h: New file.
14857 * options.h (class General_options): Add -M/--print-map and -Map.
14858 * options.cc (General_options::finalize): Make -M equivalent to
14859 -Map -.
14860 * main.cc: Include <cstdio> and "mapfile.h".
14861 (main): Open mapfile if requested.
14862 * gold.cc (class Middle_runner): Add mapfile_ field. Update
14863 constructor. Change caller.
14864 (queue_initial_tasks): Add mapfile parameter. Change caller.
14865 (queue_middle_tasks): Likewise.
14866 * gold.h (queue_initial_tasks, queue_middle_tasks): Update
14867 declarations.
14868 * archive.cc: Include "mapfile.h".
14869 (Archive::add_symbols): Add mapfile parameter. Change all
14870 callers. Pass mapfile, symbol, and reason to include_member.
14871 (Archive::include_all_members): Add mapfile parameter. Change all
14872 callers.
14873 (Archive::include_member): Add mapfile, sym, and why parameters.
14874 Change all callers. Report inclusion to map file.
14875 * archive.h: Include "fileread.h".
14876 (class Archive): Update declarations.
14877 (Archive::file): New const method.
14878 (class Add_archive_symbols): Add mapfile_ field. Update
14879 constructor. Change all callers.
14880 * readsyms.h (class Read_symbols): Likewise.
14881 (class Finish_group): Likewise.
14882 (class Read_script): Likewise.
14883 * common.cc: Include "mapfile.h".
14884 (Symbol_table::allocate_commons): Add mapfile parameter. Change
14885 all callers.
14886 (Symbol_table::do_allocate_commons): Likewise.
14887 (Symbol_table::do_allocate_commons_list): Likewise. Report common
14888 symbol allocation to mapfile.
14889 * common.h (class Allocate_commons_task): Add mapfile_ field.
14890 Update constructor. Change all callers.
14891 * symtab.h (class Symbol_table): Update declarations.
14892 * layout.cc: Include "mapfile.h".
14893 (Layout_task_runner::run): Print information to mapfile.
14894 (Layout::create_gold_note): Change Output_data_fixed_space to
14895 Output_data_zero_fill.
14896 (Layout::create_build_id): Likewise.
14897 (Layout::print_to_mapfile): New function.
14898 * layout.h (class Layout_task_runner): Add mapfile_ field. Update
14899 constructor. Change caller.
14900 (class Layout): Declare print_to_mapfile.
14901 * output.cc (Output_section::Input_section::print_to_mapfile): New
14902 function.
14903 (Output_section::add_input_section): If producing a map, always
14904 add to input_sections_ list.
14905 (Output_section::do_print_to_mapfile): New function.
14906 (Output_segment::print_sections_to_mapfile): New function.
14907 (Output_segment::print_section_list_to_mapfile): New function.
14908 * output.h: Include "mapfile.h".
14909 (Output_data::print_to_mapfile): New function.
14910 (Output_data::do_print_to_mapfile): New virtual function.
14911 (Output_segment_headers::do_print_to_mapfile): New function.
14912 (Output_file_header::do_print_to_mapfile): New function.
14913 (Output_data_const::do_print_to_mapfile): New function.
14914 (class Output_data_const_buffer): Add map_name_ field. Update
14915 constructor. Change all callers. Add do_print_to_mapfile
14916 function.
14917 (class Output_data_fixed_space): Likewise.
14918 (class Output_data_space): Likewise.
14919 (class Output_data_zero_fill): New class.
14920 (Output_data_strtab::do_print_to_mapfile): New function.
14921 (Output_data_reloc_base::do_print_to_mapfile): New function.
14922 (Output_relocatable_relocs::do_print_to_mapfile): New function.
14923 (Output_data_group::do_print_to_mapfile): New function.
14924 (Output_data_got::do_print_to_mapfile): New function.
14925 (Output_data_dynamic::do_print_to_mapfile): New function.
14926 (Output_symtab_xindex::do_print_to_mapfile): New function.
14927 (class Output_section): Declare do_print_to_mapflie. Declare
14928 print_to_mapfile in Input_section.
14929 (class Output_segment): Declare new functions.
14930 * object.h (Sized_relobj::symbol_count): New function.
14931 * script-sections.cc
14932 (Output_section_element_dot_assignment::set_section_addresses):
14933 Change Output_data_fixed_space to Output_data_zero_fill.
14934 (Output_data_expression::do_print_to_mapfile): New function.
14935 * script.cc (read_input_script): Add mapfile parameter. Change
14936 all callers.
14937 * script.h (read_input_script): Update declaration.
14938 * ehframe.h (Eh_frame_hdr::do_print_to_mapfile): New function.
14939 (Eh_frame::do_print_to_mapfile): New function.
14940 * merge.h (Output_merge_data::do_print_to_mapfile): New function.
14941 (Output_merge_string::do_print_to_mapfile): New function.
14942 * i386.cc (Output_data_plt_i386::do_print_to_mapfile): New
14943 function.
14944 * sparc.cc (Output_data_plt_sparc::do_print_to_mapfile): New
14945 function.
14946 * x86_64.cc (Output_data_plt_x86_64::do_print_to_mapfile): New
14947 function.
14948 * Makefile.am (CCFILES): Add mapfile.cc.
14949 (HFILES): Add mapfile.h.
14950 * Makefile.in: Rebuild.
14951
9f1d377b
ILT
149522008-05-19 Ian Lance Taylor <iant@google.com>
14953
14954 * options.h (class General_options): Add -z relro.
14955 * layout.cc (Layout::Layout): Initialize relro_segment_.
14956 (Layout::add_output_section_data): Return the output section.
14957 (Layout::make_output_section): Rcognize relro sections and mark
14958 them appropriately.
14959 (Layout::attach_allocated_section_to_segment): Put relro sections
14960 in a PT_GNU_RELRO segment.
14961 (Layout::create_initial_dynamic_sections): Mark the .dynamic
14962 section as relro.
14963 (Layout::segment_precedes): Sort PT_GNU_RELRO segments after
14964 PT_TLS segments.
14965 (Layout::linkonce_mapping): Map d.rel.ro.local to
14966 .data.rel.ro.local.
14967 (Layout::output_section_name): Us .data.rel.ro.local for any
14968 section which begins with that.
14969 * layout.h (class Layout): Update add_output_section_data
14970 declaration. Add relro_segment_ field.
14971 * output.cc (Output_section::Output_section): Initialize is_relro_
14972 and is_relro_local_ fields.
14973 (Output_segment::add_output_section): Group relro sections.
14974 (Output_segment::is_first_section_relro): New function.
14975 (Output_segment::maximum_alignment): If there is a relro section,
14976 align the segment to the common page size.
14977 (Output_segment::set_section_addresses): Track whether we are
14978 looking at relro sections. If the last section is a relro
14979 section, align to the common page size.
14980 (Output_segment::set_section_list_addresses): Add in_relro
14981 parameter. Change all callers. Align to the page size when
14982 moving from relro to non-relro section.
14983 (Output_segment::set_offset): Align memsz of a PT_GNU_RELRO
14984 segment.
14985 * output.h (class Output_section): Add is_relro_ and
14986 is_relro_local_ fields.
14987 (Output_section::is_relro): New function.
14988 (Output_section::set_is_relro): New function.
14989 (Output_section::is_relro_local): New function.
14990 (Output_section::set_is_relro_local): New function.
14991 (class Output_segment): Update declarations.
14992 * i386.cc (Target_i386::got_section): Mark .got section as relro.
14993 * sparc.cc (Target_sparc::got_section): Likewise.
14994 * x86_64.cc (Target_x86_64::got_section): Likewise.
14995 * testsuite/relro_test_main.cc: New file.
14996 * testsuite/relro_test.cc: New file.
14997 * testsuite/Makefile.am (check_PROGRAMS): Add relro_test.
14998 (relro_test_SOURCES, relro_test_DEPENDENCIES): New variables.
14999 (relro_test_LDFLAGS, relro_test_LDADD): New variables.
15000 (relro_test.so, relro_test_pic.o): New targets.
15001 * testsuite/Makefile.in: Rebuild.
15002
a984ee1d
ILT
150032008-05-16 Ian Lance Taylor <iant@google.com>
15004
01676dcd
ILT
15005 * output.cc (Output_segment::add_output_section): Remove front
15006 parameter.
15007 * output.h (class Output_segment): Remove
15008 add_initial_output_section and overloaded add_output_section.
15009 Update declaration of remaining add_output_section.
15010 * layout.cc (Layout::create_interp): Call add_output_section
15011 rather than add_initial_output_section.
15012 (Layout::finish_dynamic_section): Likewise.
15013
497897f9
ILT
15014 * i386.cc (Target_i386::Relocate::relocate_tls): Set dynamic type
15015 for TLS_GOTDESC and TLS_DESC_CALL. Only optimize TLS_LDO_32 if we
15016 know the dynamic type.
15017 * x86_64.cc (Target_x86_64::Relocate): Add saw_tls_block_reloc_
15018 field. Initialize it in constructor.
15019 (Target_x86_64::Relocate::relocate_tls): Record that we saw a TLS
15020 block reloc for TLSGD, GOTPC32_TLSDESC, TLSDESC_CALL, and TLSLD.
15021 Only optimize DTPOFF32 and DTPOFF64 if we have seen a TLS block
15022 reloc.
15023
a984ee1d
ILT
15024 * output.cc (Output_reloc::get_address): Change return type to
15025 Elf_Addr.
15026 * output.h (class Output_reloc): Update get_address declaration.
15027 * x86_64.cc (Output_data_plt_x86_64::do_write): Use 64-bit types
15028 for section addresses.
15029
55ba0940
ILT
150302008-05-09 Ian Lance Taylor <iant@google.com>
15031
15032 PR 6493
15033 * gold.cc (gold_nomem): Use return value of write.
15034
75517b77
ILT
150352008-05-08 Ian Lance Taylor <iant@google.com>
15036
15037 * symtab.c (Symbol::init_base_output_data): Add version
15038 parameter. Change all callers.
15039 (Symbol::init_base_output_segment): Likewise.
15040 (Symbol::init_base_constant): Likewise.
15041 (Symbol::init_base_undefined): Likewise.
15042 (Sized_symbol::init_output_data): Likewise.
15043 (Sized_symbol::init_output_segment): Likewise.
15044 (Sized_symbol::init_constant): Likewise.
15045 (Sized_symbol::init_undefined): Likewise.
15046 (Symbol_table::do_define_in_output_data): If the new symbol has a
15047 version, mark it as the default.
15048 (Symbol_table::do_define_in_output_segment): Likewise.
15049 (Symbol_table::do_define_as_constant): Likewise.
15050 * symtab.h (class Symbol): Update declarations.
15051 (class Sized_symbol): Likewise.
15052 * resolve.cc (Symbol::override_version): New function.
c42e122e 15053 (Symbol::override_base): Call override_version.
75517b77
ILT
15054 (Symbol::override_base_with_special): Likewise.
15055 * testsuite/ver_script_8.script: New file.
15056 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_8.
15057 (ver_test_8_SOURCES, ver_test_8_DEPENDENCIES): Define.
15058 (ver_test_8_LDFLAGS, ver_test_8_LDADD): Define.
15059 (ver_test_8_1.so, ver_test_8_2.so): New targets.
15060
f1f70eae
ILT
150612008-05-06 Ian Lance Taylor <iant@google.com>
15062
f3e9c5c5
ILT
15063 PR 6049
15064 * options.h (DEFINE_set): Add VARNAME_begin and VARNAME_end
15065 functions.
15066 (class General_options): Remove existing --undefined, and add
15067 --no-undefined instead. Add new --undefined as synonym for -u.
15068 * archive.cc (Archive::add_symbols): Check whether symbol was
15069 named with -u.
15070 * gold.cc (queue_middle_tasks): Add -u symbols to symbol table.
15071 * symtab.h (class Symbol): Rename CONSTANT to IS_CONSTANT; change
15072 all uses. Add IS_UNDEFINED. Update declarations to split
15073 different versions of init_base. Declare init_base_undefined.
15074 (Symbol::is_defined): Handle IS_UNDEFINED.
15075 (Symbol::is_undefined): Likewise.
15076 (Symbol::is_weak_undefined): Call is_undefined.
15077 (Symbol::is_absolute): Handle IS_CONSTANT.
15078 (class Sized_symbol): Update declarations to split different
15079 versions of init. Declare init_undefined.
15080 (class Symbol_table): Declare new functions.
15081 * symtab.cc (Symbol::init_base_object): Rename from init_base.
15082 Change all callers.
15083 (Symbol::init_base_output_data): Likewise.
15084 (Symbol::init_base_output_segment): Likewise.
15085 (Symbol::init_base_constant): Likewise.
15086 (Symbol::init_base_undefined): New function.
15087 (Sized_symbol::init_object): Rename from init. Change all
15088 callers.
15089 (Sized_symbol::init_output_data): Likewise.
15090 (Sized_symbol::init_output_segment): Likewise.
15091 (Sized_symbol::init_constant): Likewise.
15092 (Sized_symbol::init_undefined): New function.
15093 (Symbol_table::add_undefined_symbols_from_command_line): New
15094 function.
15095 (Symbol_table::do_add_undefined_symbols_from_command_line): New
15096 function.
15097 (Symbol::final_value_is_known): Handle IS_UNDEFINED.
15098 (Symbol::output_section): Likewise.
15099 (Symbol::set_output_section): Likewise.
15100 (Symbol_table::sized_finalize_symbol): Likewise.
15101 (Symbol_table::sized_write_globals): Likewise.
15102 * resolve.cc (Symbol_table::should_override): Likewise.
15103 (Symbol::override_base_with_special): Likewise.
15104
8bdcdf2c
ILT
15105 * symtab.cc (Symbol_table::add_from_dynobj): If we see a protected
15106 symbol, change it to have default visibility.
15107 * testsuite/protected_1.cc: New file.
15108 * testsuite/protected_2.cc: New file.
15109 * testsuite/protected_3.cc: New file.
15110 * testsuite/protected_main_1.cc: New file.
15111 * testsuite/protected_main_2.cc: New file.
15112 * testsuite/protected_main_3.cc: New file.
15113 * testsuite/Makefile.am (check_PROGRAMS): Add protected_1.
15114 (protected_1_SOURCES, protected_1_DEPENDENCIES): Define.
15115 (protected_1_LDFLAGS, protected_1_LDADD): Define.
15116 (protected_1.so): New target.
15117 (protected_1_pic.o, protected_2_pic.o): New targets.
15118 (protected_3_pic.o): New target.
15119 (check_PROGRAMS): Add protected_2.
15120 (protected_2_SOURCES, protected_2_DEPENDENCIES): Define.
15121 (protected_2_LDFLAGS, protected_2_LDADD): Define.
15122 * testsuite/Makefile.in: Rebuild.
15123
2b706932
ILT
15124 * options.h (DEFINE_var): Add set_user_set_##varname__.
15125 (DEFINE_bool_alias): New macro.
15126 (class General_options): Define -Bstatic using DEFINE_bool_alias
15127 rather than DEFINE_special. Add --undefined as an alias for -z
15128 defs.
15129 * options.cc (General_options::parse_Bstatic): Remove.
15130
d82a5bcc
ILT
15131 * options.h (class General_options): Add --fatal-warnings.
15132 * main.cc (main): Implement --fatal-warnings.
15133 * errors.h (Errors::warning_count): New function.
15134
f1f70eae
ILT
15135 * options.h (class General_options): Add -Bsymbolic-functions.
15136 * symtab.h (Symbol::is_preemptible): Check for
15137 -Bsymbolic-functions.
15138
8825ac63
ILT
151392008-05-05 Ian Lance Taylor <iant@google.com>
15140
d98bc257
ILT
15141 * options.h (DEFINE_bool): For DASH_Z, create the negative option
15142 as noVARNAME rather than no-VARNAME.
15143 (class General_options): Add option -z combreloc.
15144 * output.h (class Output_reloc) [SHT_REL]: Declare compare and
15145 get_address.
15146 (Output_reloc::sort_before) [SHT_REL]: New function.
15147 (Output_reloc::sort_before) [SHT_RELA]: New function.
15148 (class Output_data_reloc_base): Add sort_relocs_ field. Define
15149 Sort_relocs_comparison.
15150 (Output_data_reloc_base::Output_data_reloc_base): Add sort_relocs
15151 parameter. Change all callers.
15152 (Output_data_reloc::Output_data_reloc) [both versions]: Add
15153 sort_relocs parameter. Change all callers.
15154 * output.cc (Output_reloc::get_address): New function, broken out
15155 of write_rel.
15156 (Output_reloc::write_rel): Call it.
15157 (Output_reloc::compare): New function.
15158 (Output_data_reloc_base::do_write): Optionally sort relocs.
15159
60b2b4e7
ILT
15160 * configure.ac: If targ_extra_obj is set, link it in.
15161 * configure.tgt: Initialize all variables.
15162 (x86_64*): Set targ_extra_obj and targ_extra_size.
15163 * configure: Rebuild.
15164
8825ac63
ILT
15165 * object.cc (Sized_relobj::include_section_group): Adjust section
15166 indexes read from group data. Build vector to pass to
15167 layout_group.
15168 * layout.cc (Layout::layout_group): Add flags and shndxes
15169 parameters. Remove contents parameter. Change caller. Update
15170 explicit instantiations.
15171 * layout.h (class Layout): Update layout_group declaration.
15172 * output.cc (Output_data_group::Output_data_group): Add flags and
15173 input_shndxes parameters. Remove contents parameter. Change
15174 caller.
15175 (Output_data_group::do_write): Change input_sections_ to
15176 input_shndxes_.
15177 * output.h (class Output_data_group): Update constructor
15178 declaration. Rename input_sections_ to input_shndxes_.
15179 * testsuite/many_sections_test.cc: Add template.
15180
e94cf127
CC
151812008-04-30 Cary Coutant <ccoutant@google.com>
15182
4418b2d5
CC
15183 * target-reloc.h (relocate_section): Fix dead-pointer bug.
15184
e94cf127
CC
15185 * layout.cc (Layout::include_section): Refactored check for debug
15186 info section.
15187 (Layout::add_comdat): Add new parameters. Change type
15188 of signature parameter. Add object and shndx to signatures table.
15189 (Layout::find_kept_object): New function.
15190 * layout.h: Include <cstring>.
15191 (Layout::is_debug_info_section): New function.
15192 (Layout::add_comdat): Add new parameters.
15193 (Layout::find_kept_object): New function.
15194 (Layout::Kept_section): New struct.
15195 (Layout::Signatures): Change type of map range.
15196 * object.cc (Relobj::output_section_address): New function.
15197 (Sized_relobj::include_section_group): Add new parameters. Change
15198 calls to Layout::add_comdat. Change to build table of kept comdat
15199 groups and table mapping discarded sections to kept sections.
15200 (Sized_relobj::include_linkonce_section): Likewise. Add new parameter.
15201 (Sized_relobj::do_layout): Change calls to include_section_group and
15202 include_linkonce_section.
15203 (Sized_relobj::do_finalize_local_symbols): Do not set local symbol
15204 value to zero when section is discarded.
15205 (Sized_relobj::map_to_kept_section): New function.
15206 * object.h (Relobj::output_section_address): New function.
15207 (Relobj::Comdat_group): New type.
15208 (Relobj::find_comdat_group): New function.
15209 (Relobj::Comdat_group_table): New type.
15210 (Relobj::Kept_comdat_section): New type.
15211 (Relobj::Kept_comdat_section_table): New type.
15212 (Relobj::add_comdat_group): New function.
15213 (Relobj::set_kept_comdat_section): New function.
15214 (Relobj::get_kept_comdat_section): New function.
15215 (Relobj::comdat_groups_): New field.
15216 (Relobj::kept_comdat_sections_): New field.
15217 (Symbol_value::input_value): Update comment.
15218 (Sized_relobj::map_to_kept_section) New function.
15219 (Sized_relobj::include_linkonce_section): Add new parameter.
15220 * target-reloc.h (Comdat_behavior): New type.
15221 (get_comdat_behavior): New function.
15222 (relocate_section): Add code to map a discarded section to the
15223 corresponding kept section when applying a relocation.
15224
e4e5049b
CS
152252008-04-30 Craig Silverstein <csilvers@google.com>
15226
15227 * dwarf_reader.cc (next_generation_count): New static var.
15228 (Addr2line_cache_entry): New struct.
15229 (addr2line_cache): New static var.
15230 (Dwarf_line_info::one_addr2line): Added caching.
15231 (Dwarf_line_info::clear_addr2line_cache): New function.
15232 * dwarf_reader.h (Dwarf_line_info::one_addr2line): Add
15233 cache-size parameter.
15234 (Dwarf_line_info::one_addr2line_cache): New function.
15235 * symtab.cc (Symbol_table::detect_odr_violations): Pass
15236 new cache-size argument to one_addr2line(), and clear cache.
15237
d09e9154
CC
152382008-04-28 Cary Coutant <ccoutant@google.com>
15239
15240 * i386.cc (Relocate::relocate): Fix typos for R_386_PC16 and
15241 R_386_PC8 relocations.
15242
7ef73768
ILT
152432008-04-23 Ian Lance Taylor <iant@google.com>
15244
55438702
ILT
15245 * object.cc (Sized_relobj::include_section_group): Check for
15246 invalid section group.
15247
c165fb93
ILT
15248 * object.cc (make_elf_object): Correct test for 64-bit ELF file
15249 header size.
15250
7ef73768
ILT
15251 * readsyms.cc (Read_symbols::do_read_symbols): Use get_view rather
15252 than read for file header.
15253 * archive.cc (Archive::include_member): Likewise.
15254
6194aaab
L
152552008-04-23 Paolo Bonzini <bonzini@gnu.org>
15256
15257 * aclocal.m4: Regenerate.
15258 * configure: Regenerate.
15259
d491d34e
ILT
152602008-04-19 Ian Lance Taylor <iant@google.com>
15261
5ea2bac6
ILT
15262 * version.cc (version_string): Bump to 1.6.
15263
7bc3e21a
ILT
15264 * testsuite/Makefile.am (many_sections_r_test): New target.
15265 (many_sections_r_test_SOURCES): Remove.
15266 (many_sections_r_test_DEPENDENCIES): Remove.
15267 (many_sections_r_test_LDFLAGS): Remove.
15268 (many_sections_r_test_LDADD): Remove.
15269
7fcd3aa9
ILT
15270 * object.cc (Sized_relobj::do_add_symbols): Always pass
15271 local_symbol_count_ to add_from_relobj.
15272
4c94d6ae
ILT
15273 * testsuite/Makefile.am (many_sections_check.h): Only check one in
15274 every thousand variables.
15275 * testsuite/Makefile.in: Rebuild.
15276
d491d34e
ILT
15277 * object.cc (Xindex::initialize_symtab_xindex): New function.
15278 (Xindex::read_symtab_xindex): New function.
15279 (Xindex::sym_xindex_to_shndx): New function.
15280 (Sized_relobj::find_symtab): Pick up SHT_SYMTAB_SHNDX section if
15281 available.
15282 (Sized_relobj::do_initialize_xindex): New function.
15283 (Sized_relobj::do_read_symbols): Adjust section links.
15284 (Sized_relobj::symbol_section_and_value): Add is_ordinary
15285 parameter. Change all callers.
15286 (Sized_relobj::include_section_group): Adjust section links and
15287 symbol section indexes.
15288 (Sized_relobj::do_layout): Adjust section links.
15289 (Sized_relobj::do_count_local_symbols): Adjust section links and
15290 symbol section indexes.
15291 (Sized_relobj::do_finalize_local_symbols): Distinguish between
15292 ordinary and special symbols.
15293 (Sized_relobj::write_local_symbols): Add symtab_xindex and
15294 dynsym_xindex parameters. Change all callers. Adjust section
15295 links. Use SHN_XINDEX when needed.
15296 (Sized_relobj::get_symbol_location_info): Adjust section links.
15297 Don't get fooled by special symbols.
15298 * object.h (class Xindex): Define.
15299 (class Object): Add xindex_ parameter. Declare virtual functoin
15300 do_initialize_xindex.
15301 (Object::adjust_sym_shndx): New function.
15302 (Object::set_xindex): New protected function.
15303 (class Symbol_value): Add is_ordinary_shndx_ field.
15304 (Symbol_value::Symbol_value): Initialize is_ordinary_shndx_.
15305 (Symbol_value::value): Assert ordinary section.
15306 (Symbol_value::initialize_input_to_output_map): Likewise.
15307 (Symbol_value::set_input_shndx): Add is_ordinary parameter.
15308 Change all callers.
15309 (Symbol_value::input_shndx): Add is_ordinary parameter. Change
15310 all callers.
15311 (class Sized_relobj): Update declarations.
15312 (Sized_relobj::local_symbol_input_shndx): Add is_ordinary
15313 parameter. Change all callers.
15314 (Sized_relobj::adjust_shndx): New function.
15315 * dynobj.cc (Sized_dynobj::Sized_dynobj): Initialize dynsym_shndx_
15316 field.
15317 (Sized_dynobj::find_dynsym_sections): Remove pdynsym_shndx
15318 parameter. Change all callers. Pick up SHT_DYNSYM_SHNDX section
15319 for SHT_DYNSYM section if available. Set dynsym_shndx_ field.
15320 (Sized_dynobj::read_dynsym_section): Adjust section links.
15321 (Sized_dynobj::read_dynamic): Likewise.
15322 (Sized_dynobj::do_read_symbols): Use dynsym_shndx_ field. Adjust
15323 section links.
15324 (Sized_dynobj::do_initialize_xindex): New function.
15325 * dynobj.h (class Sized_dynobj): Add dynsym_shndx_ field. Declare
15326 do_initialize_xindex.
15327 (Sized_dynobj::adjust_shndx): New function.
15328 * layout.cc (Layout::Layout): Initialize symtab_xindex_ and
15329 dynsym_xindex_ fields.
15330 (Layout::finalize): Add a call to set_section_indexes before
15331 creating the symtab sections.
15332 (Layout::set_section_indexes): Don't do anything if the section
15333 already has a section index.
15334 (Layout::create_symtab_sections): Add shnum parameter. Change
15335 caller. Create .symtab_shndx section if needed.
15336 (Layout::create_shdrs): Add shstrtab_section parameter. Change
15337 caller.
15338 (Layout::allocated_output_section_count): New function.
15339 (Layout::create_dynamic_symtab): Create .dynsym_shndx section if
15340 needed.
15341 * layout.h (class Layout): Add symtab_xindex_ and dynsym_xindex_
15342 fields. Update declarations.
15343 (Layout::symtab_xindex): New function.
15344 (Layout::dynsym_xindex): New function.
15345 (class Write_symbols_task): Add layout_ field.
15346 (Write_symbols_task::Write_symbols_task): Add layout parameter.
15347 Change caller.
15348 * output.cc (Output_section_headers::Output_section_headers): Add
15349 shstrtab_section parameter. Change all callers.
15350 (Output_section_headers::do_sized_write): Store overflow values
15351 for section count and section string table section index in
15352 section header zero.
15353 (Output_file_header::do_sized_write): Check for overflow of
15354 section count and section string table section index.
15355 (Output_symtab_xindex::do_write): New function.
15356 (Output_symtab_xindex::endian_do_write): New function.
15357 * output.h (class Output_section_headers): Add shstrtab_section_.
15358 Update declarations.
15359 (class Output_symtab_xindex): Define.
15360 (Output_section::has_out_shndx): New function.
15361 * symtab.cc (Symbol::init_fields): Initialize is_ordinary_shndx_
15362 field.
15363 (Symbol::init_base): Add st_shndx and is_ordinary parameters.
15364 Change all callers.
15365 (Sized_symbol::init): Likewise.
15366 (Symbol::output_section): Check for ordinary symbol.
15367 (Symbol_table::add_from_object): Remove orig_sym parameter. Add
15368 st_shndx, is_ordinary, and orig_st_shndx parameters. Change all
15369 callers.
15370 (Symbol_table::add_from_relobj): Add symndx_offset parameter.
15371 Change all callers. Simplify handling of symbols from sections
15372 not included in the link.
15373 (Symbol_table::add_from_dynobj): Handle ordinary symbol
15374 distinction.
15375 (Weak_alias_sorter::operator()): Assert that symbols are
15376 ordinary.
15377 (Symbol_table::sized_finalize_symbol): Handle ordinary symbol
15378 distinction.
15379 (Symbol_table::write_globals): Add symtab_xindex and dynsym_xindex
15380 parameters. Change all callers.
15381 (Symbol_table::sized_write_globals): Likewise. Handle ordinary
15382 symbol distinction. Use SHN_XINDEX when needed.
15383 (Symbol_table::write_section_symbol): Add symtab_xindex
15384 parameter. Change all callers.
15385 (Symbol_table::sized_write_section_symbol): Likewise. Use
15386 SHN_XINDEX when needed.
15387 * symtab.h (class Symbol): Add is_ordinary_shndx_ field. Update
15388 declarations.
15389 (Symbol::shndx): Add is_ordinary parameter. Change all callers.
15390 (Symbol::is_defined): Check is_ordinary.
15391 (Symbol::is_undefined, Symbol::is_weak_undefined): Likewise.
15392 (Symbol::is_absolute, Symbol::is_common): Likewise.
15393 (class Sized_symbol): Update declarations.
15394 (class Symbol_table): Update declarations.
15395 * resolve.cc (Symbol::override_base): Add st_shndx and is_ordinary
15396 parameters. Change all callers.
15397 (Sized_symbol::override): Likewise.
15398 (Symbol_table::override): Likewise.
15399 (symbol_to_bits): Add is_ordinary parameter. Change all callers.
15400 (Symbol_table::resolve): Remove orig_sym parameter. Add st_shndx,
15401 is_ordinary, and orig_st_shndx parameters. Change all callers.
15402 * copy-relocs.cc (Copy_relocs::emit_copy_reloc): Require symbol
15403 to be in an ordinary section.
15404 * dwarf_reader.cc (Sized_dwarf_line_info::symbol_section): Add
15405 object and is_ordinary parameters. Change all callers.
15406 (Sized_dwarf_line_info::read_relocs): Add object parameter.
15407 Change all callers. Don't add undefined or non-ordinary symbols
15408 to reloc_map_.
15409 (Sized_dwarf_line_info::read_line_mappings): Add object parameter.
15410 Change all callers.
15411 * dwarf_reader.h (class Sized_dwarf_line_info): Update
15412 declarations.
15413 * ehframe.cc (Eh_frame::read_fde): Check for ordinary symbol.
15414 * reloc.cc (Sized_relobj::do_read_relocs): Adjust section links.
15415 (Sized_relobj::relocate_sections): Likewise.
15416 * target-reloc.h (scan_relocs): Adjust section symbol index.
15417 (scan_relocatable_relocs): Likewise.
15418 * i386.cc (Scan::local): Check for ordinary symbols.
15419 * sparc.cc (Scan::local): Likewise.
15420 * x86_64.cc (Scan::local): Likewise.
15421 * testsuite/binary_unittest.cc (Sized_binary_test): Update calls
15422 to symbol_section_and_value.
15423 * testsuite/many_sections_test.cc: New file.
15424 * testsuite/Makefile.am (BUILT_SOURCES): Define.
15425 (check_PROGRAMS): Add many_sections_test.
15426 (many_sections_test_SOURCES): Define.
15427 (many_sections_test_DEPENDENCIES): Define.
15428 (many_sections_test_LDFLAGS): Define.
15429 (BUILT_SOURCES): Add many_sections_define.h.
15430 (many_sections_define.h): New target.
15431 (BUILT_SOURCES): Add many_sections_check.h.
15432 (many_sections_check.h): New target.
15433 (check_PROGRAMS): Add many_sections_r_test.
15434 (many_sections_r_test_SOURCES): Define.
15435 (many_sections_r_test_DEPENDENCIES): Define.
15436 (many_sections_r_test_LDFLAGS): Define.
15437 (many_sections_r_test_LDADD): Define.
15438 (many_sections_r_test.o): New target.
15439 * testsuite/Makefile.in: Rebuild.
15440
c5818ff1
CC
154412008-04-17 Cary Coutant <ccoutant@google.com>
15442
15443 * errors.cc (Errors::info): New function.
15444 (gold_info): New function.
15445 * errors.h (Errors::info): New function.
15446 * gold.h (gold_info): New function.
15447 * object.cc (Input_objects::add_object): Print trace output.
15448 * options.cc (options::parse_set): New function.
15449 (General_options::parse_wrap): Deleted.
15450 (General_options::General_options): Deleted initializer.
15451 * options.h (options::String_set): New typedef.
15452 (options::parse_set): New function.
15453 (DEFINE_set): New macro.
15454 (General_options::wrap): Changed to use DEFINE_set. Changed
15455 callers of any_wrap_symbols and is_wrap_symbol.
15456 (General_options::trace, General_options::trace_symbol):
15457 New options.
15458 (General_options::any_wrap_symbols, General_options::is_wrap_symbol)
15459 (General_options::wrap_symbols_): Deleted.
15460 * symtab.cc (Symbol_table::add_from_object): Print trace output.
15461
b5be4a7c
DM
154622008-04-17 David S. Miller <davem@davemloft.net>
15463
15464 * options.cc (General_options::parse_V): New function.
15465 * options.h: Add entries for -V and -Qy.
15466
155a0dd7
ILT
154672008-04-17 Ian Lance Taylor <iant@google.com>
15468
15469 * common.cc (Symbol_table::allocate_commons): Remove options
15470 parameter. Change caller.
15471 (Symbol_table::do_allocate_commons): Remove options parameter.
15472 Change caller. Just call do_allocate_commons_list twice.
15473 (Symbol_table::do_allocate_commons_list): New function, broken out
15474 of do_allocate_commons.
15475 * common.h (class Allocate_commons_task): Remove options_ field.
15476 Update constructor.
15477 * symtab.cc (Symbol_table::Symbol_table): Initialize
15478 tls_commons_.
15479 (Symbol_table::add_from_object): Put TLS common symbols on
15480 tls_commons_ list.
15481 (Symbol_table::sized_finalize_symbol): Handle STT_TLS symbols
15482 which are IN_OUTPUT_DATA.
15483 * symtab.h (class Symbol_table): Add tls_commons_ field. Update
15484 allocate_commons and do_allocate_commons declarations. Declare
15485 do_allocate_commons_list.
15486 * gold.cc (queue_middle_tasks): Update creation of
15487 Allocate_commons_task to not pass options.
15488 * testsuite/Makefile.am (INCLUDES): Add -I.. .
15489 (TLS_TEST_C_FLAGS): New variable.
15490 (tls_test_c_pic.o): New target.
15491 (tls_test_shared.so): Link in tls_test_c_pic.o.
15492 (tls_test_c_pic_ie.o): New target.
15493 (tls_test_ie_shared.so): Link in tls_test_c_pic_ie.o.
15494 (tls_test_DEPENDENCIES, tls_test_LDADD): Add tls_test_c.o.
15495 (tls_test_c.o): New target.
15496 (tls_pic_test_DEPENDENCIES): Add tls_test_c_pic.o.
15497 (tls_pic_test_LDADD): Likewise.
15498 (tls_shared_gd_to_ie_test_DEPENDENCIES): Add tls_test_c_pic.o.
15499 (tls_shared_gd_to_ie_test_LDADD): Likewise.
15500 (tls_test_c_gnu2.o): New target.
15501 (tls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): Add
15502 tls_test_c_gnu2.o.
15503 (tls_shared_gnu2_gd_to_ie_test_LDADD): Likewise.
15504 (tls_test_gnu2_shared.so): Link in tls_test_c_gnu2.o.
15505 (tls_test_shared_nonpic.so): Link in tls_test_c.o.
15506 * testsuite/tls_test.cc: Include "config.h".
15507 (t_last): Call t11_last.
15508 * testsuite/tls_test.h (t11, t11_last): Declare.
15509 * testsuite/tls_test_c.c: New file.
15510 * testsuite/tls_test_main.cc (thread_routine): Call t11.
15511 * configure.ac: Check for OpenMP support.
15512 * configure, config.in, Makefile.in: Rebuild.
15513 * testsuite/Makefile.in: Rebuild.
15514
edfbb029
CC
155152008-04-16 Cary Coutant <ccoutant@google.com>
15516
15517 * i386.cc (Target_i386::define_tls_base_symbol): New function.
15518 (Target_i386::tls_base_symbol_defined_): New field.
15519 (Target_i386::Scan::local): Define _TLS_MODULE_BASE_ symbol.
15520 (Target_i386::Scan::global): Likewise.
15521 * symtab.cc (sized_finalize_symbol): Add check for TLS symbol.
15522 * x86_64.cc (Target_x86_64::define_tls_base_symbol): New function.
15523 (Target_x86_64::tls_base_symbol_defined_): New field.
15524 (Target_x86_64::Scan::local): Define _TLS_MODULE_BASE_ symbol.
15525 (Target_x86_64::Scan::global): Likewise.
15526
f3c69fca
CC
155272008-04-16 Cary Coutant <ccoutant@google.com>
15528
15529 * symtab.h (Symbol::is_strong_undefined): Removed unused function.
15530 (Symbol::needs_plt_entry): Allow weak undefined symbols.
15531 (Symbol::needs_dynamic_reloc): Allow weak undefined symbols when
15532 building shared libraries.
15533 * testsuite/Makefile.am (weak_undef_nonpic_test): New target.
15534 (weak_undef_file1_nonpic.o, weak_undef_file2_nonpic.o)
15535 (weak_undef_lib_nonpic.so, alt/weak_undef_lib_nonpic.so): New targets.
15536 * testsuite/Makefile.in: Rebuild.
15537 * testsuite/weak_undef.h: New file.
15538 * testsuite/weak_undef_file1.cc: Add extra test cases.
15539 * testsuite/weak_undef_file2.cc: Likewise.
15540 * testsuite/weak_undef_test.cc: Likewise.
15541
7c414435
DM
155422008-04-16 David S. Miller <davem@davemloft.net>
15543
32b769e1
DM
15544 * sparc.cc (Target_sparc::Scan): Change from struct to class.
15545 Add issued_non_pic_error_ field. Declare check_non_pic.
15546 (Target_sparc::Scan::check_non_pic): New function.
15547 (Target_sparc::Scan::local): Call check_non_pic as appropriate.
15548 (Target_sparc::Scan::global): Likewise.
15549
11936fb1
DM
15550 * configure.ac (FN_PTRS_IN_SO_WITHOUT_PIC): Add sparc64.
15551 * configure: Rebuild.
15552
7c414435
DM
15553 * options.h (DEFINE_enable): New macro.
15554 (new_dtags): New enable option.
15555 (initfirst, interpose, loadfltr, nodefaultlib,
15556 nodelete, nodlopen, nodump): New -z options.
15557 * layout.cc (Layout:finish_dynamic_section): If new
15558 dtags enabled, emit DT_RUNPATH. Also, emit a
15559 DT_FLAGS_1 containing any specified -z flags.
15560
85c7bf8b
ILT
155612008-04-16 Ian Lance Taylor <iant@google.com>
15562
12c0daef
ILT
15563 * copy-relocs.cc: New file.
15564 * copy-relocs.h: New file.
15565 * reloc.cc: Remove Copy_relocs code.
15566 * reloc.h: Likewise.
15567 * reloc-types.h (struct Reloc_types) [both versions]: Add
15568 get_reloc_addend_noerror.
15569 * output.h (class Output_data_reloc<elfcpp::SHT_REL>): Add
15570 variants of add_global which take an addend which must be zero.
15571 * i386.cc: Include "copy-relocs.h".
15572 (class Target_i386): Change type of copy_relocs_ to variable,
15573 update initializer.
15574 (Target_i386::copy_reloc): Rewrite to pass to Copy_relocs class.
15575 Change all callers.
15576 (Target_i386::do_finalize_sections): Change handling of
15577 copy_relocs_.
15578 * sparc.cc: Include "copy-relocs.h".
15579 (class Target_sparc): Change type of copy_relocs_ to variable,
15580 update initializer.
15581 (Target_sparc::copy_reloc): Rewrite to pass to Copy_relocs class.
15582 Change all callers.
15583 (Target_sparc::do_finalize_sections): Change handling of
15584 copy_relocs_.
15585 * x86_64.cc: Include "copy-relocs.h".
15586 (class Target_x86_64): Change type of copy_relocs_ to variable,
15587 update initializer.
15588 (Target_x86_64::copy_reloc): Rewrite to pass to Copy_relocs
15589 class. Change all callers.
15590 (Target_x86_64::do_finalize_sections): Change handling of
15591 copy_relocs_.
15592 * Makefile.am (CCFILES): Add copy-relocs.cc.
15593 (HFILES): Add copy-relocs.h.
15594
4f4995b6
ILT
15595 * Makefile.in, aclocal.m4, testsuite/Makefile.in: Rebuild.
15596
85c7bf8b
ILT
15597 * testsuite/script_test_4.sh: Permit leading zeroes.
15598
4f2a9edd
ILT
155992008-04-15 Ian Lance Taylor <iant@google.com>
15600
e6188289
ILT
15601 * script-sections.cc (Script_sections::create_segments): Use
15602 header_size_adjustment even when there is enough room for the
15603 headers.
15604 * testsuite/script_test_4.sh: New file.
15605 * testsuite/script_test_4.t: New file.
15606 * testsuite/Makefile.am (check_SCRIPTS): Add script_test_4.sh.
15607 (check_DATA): Add script_test_4.stdout.
15608 (MOSTLYCLEANFILES): Likewise.
15609 (script_test_4): New target.
15610 (script_test_4.stdout): New target.
15611 * testsuite/Makefile.in: Rebuild.
15612
4f2a9edd
ILT
15613 * sparc.cc: Add definitions for Output_data_plt_sparc class
15614 constants.
15615
f5314dd5
DM
156162008-04-14 David S. Miller <davem@davemloft.net>
15617
15618 * sparc.cc: New file.
15619 * Makefile.am (TARGETSOURCES): Add sparc.cc
15620 (ALL_TARGETOBJS): Add sparc.$(OBJEXT)
15621 * configure.tgt: Document targ_extra_size and
15622 targ_extra_big_endian. Add entries for sparc-* and
15623 sparc64-*.
15624 * configure.ac: Handle targ_extra_size and
15625 targ_extra_big_endian.
15626 * Makefile.in: Rebuild.
15627 * configure: Likewise.
15628 * po/POTFILES.in: Likewise.
15629 * po/gold.pot: Likewise.
15630
154e0e9a
ILT
156312008-04-14 Ian Lance Taylor <iant@google.com>
15632
15633 * layout.cc (Layout::Layout): Initialize sections_are_attached_.
15634 (Layout::get_output_section): Ignore SHF_WRITE and SHF_EXECINSTR
15635 in the name/type/flags to section mapping. Don't call
15636 allocate_output_section.
15637 (Layout::choose_output_section): Change parameter from adjust_name
15638 to is_input_section. Don't permit input sections after sections
15639 are attached to segments. Don't call allocate_output_section.
15640 (Layout::layout_eh_frame): Call update_flags_for_input_section,
15641 not write_enable_output_section.
15642 (Layout::make_output_section): Don't push to
15643 unattached_section_list_ nor call attach_to_segment. Call
15644 attach_section_to_segment if sections are attached.
15645 (Layout::attach_sections_to_segments): New function.
15646 (Layout::attach_section_to_segment): New function.
15647 (Layout::attach_allocated_section_to_segment): Rename from
15648 attach_to_segment. Remove flags parameter.
15649 (Layout::allocate_output_section): Remove function.
15650 (Layout::write_enable_output_section): Remove function.
15651 * layout.h (class Layout): Update for above changes. Add new
15652 field sections_are_attached_.
15653 * output.h (Output_section::update_flags_for_input_section): New
15654 function.
15655 * output.cc (Output_section::add_input_section): Call
15656 update_flags_for_input_section.
15657 * gold.cc (queue_middle_tasks): Call attach_sections_to_segments.
15658
009a67a2
CC
156592008-04-11 Cary Coutant <ccoutant@google.com>
15660
15661 * i386.cc (Target_i386::got_mod_index_entry): Restore code previously
15662 thought unnecessary.
15663 * x86_64.cc (Target_x86_64::got_mod_index_entry): Likewise.
15664
759b1a24
ILT
156652008-04-11 Ian Lance Taylor <iant@google.com>
15666
15667 * output.h (class Output_section_data): Remove inline definition
15668 of set_addralign.
15669 * output.cc (Output_section_data::set_addralign): New function.
15670
c2b45e22
CC
156712008-04-11 Cary Coutant <ccoutant@google.com>
15672
15673 Add support for TLS descriptors for i386 and x86_64.
15674 * i386.cc (Target_i386::Relocate::tls_desc_gd_to_ie): New function.
15675 (Target_i386::Relocate::tls_desc_gd_to_le): New function.
15676 (Target_i386::Got_type): Add GOT_TYPE_TLS_NOFFSET and
15677 GOT_TYPE_TLS_DESC.
15678 (Target_i386::got_mod_index_entry): Remove unnecessary code.
15679 (Target_i386::Scan::local): Implement R_386_TLS_GOTDESC and
15680 R_386_TLS_DESC_CALL relocations. Fix problem with initial-exec
15681 relocations.
15682 (Target_i386::Scan::global): Fix problem with GD-to-IE relaxation.
15683 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations;
15684 Fix problem with initial-exec relocations.
15685 (Target_i386::Relocate::relocate_tls): Likewise.
15686 (Target_i386::Relocate::tls_gd_to_ie): Fix problem with GD-to-IE
15687 relaxation.
15688 * output.cc (Output_data_dynamic::Dynamic_entry::write): Add
15689 support for section-plus-offset dynamic table entries.
15690 * output.h (Output_data_dynamic::add_section_plus_offset): New function.
15691 (Output_data_dynamic::Dynamic_entry): Add support for
15692 section-plus-offset dynamic table entries.
15693 (Output_data_dynamic::Classification): Likewise.
15694 (Output_data_dynamic::classification_): Renamed offset_.
15695 * x86_64.cc (Target_x86_64::Relocate::tls_desc_gd_to_ie): New function.
15696 (Target_x86_64::Relocate::tls_desc_gd_to_le): New function.
15697 (Target_x86_64::make_plt_section): New function.
15698 (Target_x86_64::reserve_tlsdesc_entries): New function.
15699 (Output_data_plt_x86_64::Output_data_plt_x86_64): Add new parameter.
15700 (Output_data_plt_x86_64::reserve_tlsdesc_entry): New function.
15701 (Output_data_plt_x86_64::has_tlsdesc_entry): New function.
15702 (Output_data_plt_x86_64::get_tlsdesc_got_offset): New function.
15703 (Output_data_plt_x86_64::get_tlsdesc_plt_offset): New function.
15704 (Output_data_plt_x86_64::tlsdesc_plt_entry): New field.
15705 (Output_data_plt_x86_64::set_final_data_size): Move out of line;
15706 add extra PLT entry for TLS descriptors.
15707 (Output_data_plt_x86_64::got_): New field.
15708 (Output_data_plt_x86_64::tlsdesc_got_offset_): New field.
15709 (Output_data_plt_x86_64::Output_data_plt_x86_64): Initialize new
15710 fields.
15711 (Output_data_plt_x86_64::do_write): Write extra PLT entry for TLS
15712 descriptors.
15713 (Target_x86_64::make_plt_entry): Factor out make_plt_section.
15714 (Target_x86_64::got_mod_index_entry): Remove unnecessary code.
15715 (Target_x86_64::Scan::local): Implement R_386_TLS_GOTDESC and
15716 R_386_TLS_DESC_CALL relocations.
15717 (Target_x86_64::Scan::global): Likewise.
15718 (Target_x86_64::do_finalize_sections): Add dynamic table entries
15719 for TLS descriptors.
15720 (Relocate::relocate_tls): Fix problem with GD-to-IE relaxation.
15721 Implement R_386_TLS_GOTDESC and R_386_TLS_DESC_CALL relocations.
15722 (Target_x86_64::Relocate::tls_gd_to_ie): Fix problem with
15723 GD-to-IE relaxation.
15724 * configure.ac: Export new conditional variables TLS_GNU2_DIALECT
15725 and TLS_DESCRIPTORS.
15726 * Makefile.in: Rebuild.
15727 * configure: Rebuild.
15728 * testsuite/Makefile.am (tls_shared_gd_to_ie_test): New target.
15729 (tls_test_shared2.so): New target.
15730 (tls_shared_gd_to_ie_test_SOURCES): New variable.
15731 (tls_shared_gd_to_ie_test_DEPENDENCIES): New variable.
15732 (tls_shared_gd_to_ie_test_LDFLAGS): New variable.
15733 (tls_shared_gd_to_ie_test_LDADD): New variable.
15734 (tls_shared_gnu2_gd_to_ie_test): New target.
15735 (tls_test_gnu2.o, tls_test_file2_gnu2.o, tls_test_gnu2_shared2.so):
15736 New targets.
15737 (tls_shared_gnu2_gd_to_ie_test_SOURCES): New variable.
15738 (ls_shared_gnu2_gd_to_ie_test_DEPENDENCIES): New variable.
15739 (tls_shared_gnu2_gd_to_ie_test_LDFLAGS): New variable.
15740 (tls_shared_gnu2_gd_to_ie_test_LDADD): New variable.
15741 (tls_shared_gnu2_test): New target.
15742 (tls_test_gnu2_shared.so): New target.
15743 (tls_shared_gnu2_test_SOURCES): New variable.
15744 (tls_shared_gnu2_test_DEPENDENCIES): New variable.
15745 (tls_shared_gnu2_test_LDFLAGS): New variable.
15746 (tls_shared_gnu2_test_LDADD): New variable.
15747 * testsuite/Makefile.in: Rebuild.
15748 * testsuite/Makefile.
15749
83bfb6b7
ILT
157502008-04-11 Ian Lance Taylor <iant@google.com>
15751
15752 * testsuite/Makefile.am (justsyms_2r.o): Add dependency on
15753 justsyms.t.
15754 * testsuite/Makefile.in: Rebuild.
15755
15756 * testsuite/script_test_2a.cc (script_test_string_a): Make 8 bytes
15757 long.
15758 * testsuite/script_test_2.cc (main): Adjust test.
15759
706e1f5e
ILT
157602008-04-11 David S. Miller <davem@davemloft.net>
15761 Ian Lance Taylor <iant@google.com>
15762
15763 * options.h (General_options): Add entries for '-Y' and
15764 '-relax'.
15765 * options.cc (General_options:finalize): If -Y was used, add those
15766 entries to the library path instead of the default "/lib" and
15767 "/usr/lib".
15768
7c98e6bb
DM
157692008-04-11 David S. Miller <davem@davemloft.net>
15770
15771 * testsuite/justsyms.t: Start at 0x100.
15772 * testsuite/justsyms_1.cc: Adjust justsyms_string assertion.
83bfb6b7
ILT
15773 * testsuite/script_test_2b.cc (script_test_string_b): Make 8 bytes
15774 long.
15775 * testsuite/script_test_2.cc: Adjust string and section length
15776 checks.
7c98e6bb 15777
99a37bfd
ILT
157782008-04-09 Ian Lance Taylor <iant@google.com>
15779
2cefc357
ILT
15780 PR gold/5996
15781 * script-sections.cc (Sections_element::allocate_to_segment): Add
15782 orphan parameter.
15783 (Output_section_definition::allocate_to_segment): Likewise.
15784 (Orphan_output_section::allocate_to_segment): Likewise.
15785 (Script_sections::attach_sections_using_phdrs_clause): Don't
15786 propagate non-PT_LOAD segments to orphan sections.
15787 * testsuite/Makefile.am (script_test_3.stdout): Generate using
15788 readelf rather than objdump.
15789 * testsuite/script_test_3.sh: Adjust accordingly. Test that
15790 .interp section and PT_INTERP segment are the same size.
15791 * testsuite/Makefile.in: Rebuild.
15792
99a37bfd
ILT
15793 * symtab.cc (Symbol_table::add_from_dynobj): Only look for weak
15794 aliases for symbols defined in the same object.
15795 * testsuite/Makefile.am (check_PROGRAMS): Add weak_alias_test.
15796 (weak_alias_test_SOURCES): New variable.
15797 (weak_alias_test_DEPENDENCIES): New variable.
15798 (weak_alias_test_LDFLAGS): New variable.
15799 (weak_alias_test_LDADD): New variable.
15800 (weak_alias_test_1_pic.o, weak_alias_test_1.so): New targets.
15801 (weak_alias_test_2_pic.o, weak_alias_test_2.so): New targets.
15802 (weak_alias_test_3.o): New target.
15803 (weak_alias_test_4_pic.o, weak_alias_test_4.so): New targets.
15804 * testsuite/weak_alias_test_main.cc: New file.
15805 * testsuite/weak_alias_test_1.cc: New file.
15806 * testsuite/weak_alias_test_2.cc: New file.
15807 * testsuite/weak_alias_test_3.cc: New file.
15808
780e49c5
ILT
158092008-04-08 Ian Lance Taylor <iant@google.com>
15810
cdb0b8f5
ILT
15811 * options.h (class General_options): Add --noinhibit-exec option.
15812 * main.cc (main): Check --noinhibit-exec.
15813
0864d551
ILT
15814 * options.h (class General_options): Define --wrap as a special
15815 option. Add wrap_symbols_ field.
15816 (General_options::any_wrap_symbols): New function.
15817 (General_options::is_wrap_symbol): New function.
15818 * options.cc (General_options::parse_wrap): New function.
15819 (General_options::General_options): Initialize wrap_symbols_.
15820 * symtab.cc (Symbol_table::wrap_symbol): New function.
15821 (Symbol_table::add_from_object): Handle --wrap.
15822 * symtab.h (class Symbol_table): Declare wrap_symbol.
15823 * target.h (Target::wrap_char): New function.
15824 (Target::Target_info): Add wrap_char field.
15825 * i386.cc (Target_i386::i386_info): Initialize wrap_char.
15826 * x86_64.cc (Target_x86_64::x86_64_info): Likewise.
15827 * testsuite/testfile.cc (Target_test::test_target_info):
15828 Likewise.
15829
789aa6de
ILT
15830 * errors.cc (Errors::undefined_symbol): Mention symbol version if
15831 there is one.
15832
2c38906f
ILT
15833 * layout.h (class Layout): Add added_eh_frame_data_ field.
15834 * layout.cc (Layout::Layout): Initialize new field.
15835 (Layout::layout_eh_frame): Don't add eh_frame_data_ to .eh_frame
15836 output section until we find a section we merged successfully.
15837 * object.cc (Sized_relobj::check_eh_frame_flags): Don't require
15838 that the size be non-zero.
15839
780e49c5
ILT
15840 * merge.cc (Object_merge_map::get_output_offset): Remove inline
15841 qualifier.
15842
7fcd0256
ILT
158432008-04-08 Craig Silverstein <csilvers@google.com>
15844
15845 * configure.ac: Export new conditional variable HAVE_ZLIB.
15846 * testsuite/Makefile.am (flagstest_o_specialfile): Condition
15847 on HAVE_ZLIB.
15848 (flagstest_o_specialfile_and_compress_debug_sections): Likewise.
15849 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15850
6835af53
ILT
158512008-04-07 Ian Lance Taylor <iant@google.com>
15852
e24f324c
ILT
15853 * version.cc (version_string): Set to "1.5".
15854
a036edd8
ILT
15855 * x86_64.cc (Target_x86_64::Scan): Change from struct to class.
15856 Add issued_non_pic_error_ field. Declare check_non_pic.
15857 (Target_x86_64::Scan::check_non_pic): New function.
15858 (Target_x86_64::Scan::local): Call check_non_pic as appropriate.
15859 (Target_x86_64::Scan::global): Likewise.
15860
624f8810
ILT
15861 * output.cc (Output_reloc<SHT_REL>::local_section_offset): Add
15862 addend parameter. Change caller. Handle merge sections.
15863 (Output_reloc<SHT_REL>::symbol_value): Change parameter type from
15864 Address to Addend. Don't add in the result of
15865 local_section_offset, pass down the addend and use the returned
15866 value.
15867 * output.h (class Output_reloc<SHT_REL>): Add Addend typedef.
15868 Update declarations of local_section_offset and symbol_value.
15869 * testsuite/two_file_test_1.cc (t18): New function.
15870 * testsuite/two_file_test_2.cc (f18): New function.
15871 * testsuite/two_file_test_main.cc (main): Call t18.
15872 * testsuite/two_file_test.h (t18, f18): Declare.
15873
6835af53
ILT
15874 * configure.ac: Don't test for objdump, c++filt, or readelf.
15875 * testsuite/Makefile.am: Remove READELF and OBJDUMP_AND_CPPFILT
15876 conditionals.
15877 (TEST_READELF): New variable.
15878 (TEST_OBJDUMP, TEST_CXXFILT, TEST_STRIP): New variables.
15879 (check_PROGRAMS): Add two_file_strip_test.
15880 (two_file_strip_test): New target.
15881 (check_PROGRAMS): Add two_file_same_shared_strip_test.
15882 (two_file_same_shared_strip_test_SOURCES): New variable.
15883 (two_file_same_shared_strip_test_DEPENDENCIES): New variable.
15884 (two_file_same_shared_strip_test_LDFLAGS): New variable.
15885 (two_file_same_shared_strip_test_LDADD): New variable.
15886 (two_file_shared_strip.so): New target.
15887 (ver_test_2.syms, ver_test_4.syms): Use TEST_READELF.
15888 (ver_test_5.syms, ver_test_7.syms): Likewise.
15889 (ver_matching_test.stdout): Use TEST_OBJDUMP and TEST_CXXFILT.
15890 (strip_test_3.stdout): Use TEST_OBJDUMP.
15891 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
15892
86925eef
CC
158932008-04-04 Cary Coutant <ccoutant@google.com>
15894
15895 * symtab.h (Symbol::is_weak_undefined): New function.
15896 (Symbol::is_strong_undefined): New function.
15897 (Symbol::is_absolute): New function.
15898 (Symbol::needs_plt_entry): Exclude weak undefined symbols.
15899 (Symbol::needs_dynamic_reloc): Exclude weak undefined and
15900 absolute symbols.
15901 * testsuite/Makefile.am (check_PROGRAMS): Add weak_undef_test.
15902 (weak_undef_test): New target.
15903 * testsuite/Makefile.in: Rebuild.
15904 * testsuite/weak_undef_file1.cc: New file.
15905 * testsuite/weak_undef_file2.cc: New file.
15906 * testsuite/weak_undef_test.cc: New file.
15907
126f3ece
ILT
159082008-04-03 Craig Silverstein <csilvers@google.com>
15909
15910 * compressed_output.h (class Output_compressed_section): Use
15911 unsigned buffer.
15912 * compressed_output.cc (zlib_compress): Use unsigned buffers,
15913 add zlib header.
15914 (zlib_compressed_suffix): Removed.
15915 (Output_compressed_section::set_final_data_size): Use unsigned
15916 buffers.
15917 * testsuite/Makefile.am (flagstest_compress_debug_sections):
15918 Fix linker invocation.
15919 (flagstest_o_specialfile_and_compress_debug_sections):
15920 Likewise.
15921 * testsuite/Makefile.in: Regenerated.
15922
deae2a14
DM
159232008-04-02 David S. Miller <davem@davemloft.net>
15924
15925 * dwarf_reader.cc (Sized_dwarf_line_info::read_header_prolog,
15926 Sized_dwarf_line_info::process_one_opcode): Use Swap_unaligned.
15927
70752818
ILT
159282008-04-02 Craig Silverstein <csilvers@google.com>
15929
15930 * TODO: New file.
15931
39d0cb0e
ILT
159322008-04-02 Ian Lance Taylor <iant@google.com>
15933
15934 * fileread.cc (File_read::find_view): Add byteshift and vshifted
15935 parameters. Update for new key type to views_. Change all
15936 callers.
15937 (File_read::read): Adjust for byteshift in returned view.
15938 (File_read::add_view): New function, broken out of
15939 find_and_make_view.
15940 (File_read::make_view): New function, broken out of
15941 find_and_make_view.
15942 (File_read::find_or_make_view): Add offset and aligned
15943 parameters. Rewrite accordingly. Change all callers.
15944 (File_read::get_view): Add offset and aligned parameters. Adjust
15945 for byteshift in return value.
15946 (File_read::get_lasting_view): Likewise.
15947 * fileread.h (class File_read): Update declarations.
15948 (class File_read::View): Add byteshift_ field. Add byteshift to
15949 constructor. Add byteshift method.
15950 * archive.h (Archive::clear_uncached_views): New function.
15951 (Archive::get_view): Add aligned parameter. Change all callers.
15952 * object.h (Object::get_view): Add aligned parameter. Change all
15953 callers.
15954 (Object::get_lasting_view): Likewise.
15955
15956 * fileread.cc (File_read::release): Don't call clear_views if
15957 there are multiple objects.
15958 * fileread.h (File_read::clear_uncached_views): New function.
15959 * archive.cc (Add_archive_symbols::run): Call clear_uncached_views
15960 on the archive.
15961
a1207466
CC
159622008-03-31 Cary Coutant <ccoutant@google.com>
15963
15964 Add thin archive support.
15965 * archive.cc (Archive::armagt): New const.
15966 (Archive::setup): Remove task parameter and calls to unlock.
15967 (Archive::unlock_nested_archives): New function.
15968 (Archive::read_header): Add nested_off parameter. Change
15969 all callers.
15970 (Archive::interpret_header): Likewise.
15971 (Archive::include_all_members): Change to handle thin
15972 archives.
15973 (Archive::include_member): Likewise.
15974 * archive.h (Archive::Archive): Add new parameters and
15975 initializers.
15976 (Archive::armagt): New const.
15977 (Archive::setup): Remove task parameter.
15978 (Archive::unlock_nested_archives): New function.
15979 (Archive::read_header): Add nested_off parameter.
15980 (Archive::interpret_header): Likewise.
15981 (Archive::Nested_archive_table): New typedef.
15982 (Archive::is_thin_archive_): New field.
15983 (Archive::nested_archives_): New field.
15984 (Archive::options_): New field.
15985 (Archive::dirpath_): New field.
15986 (Archive::task_): New field.
15987 * readsyms.cc (Read_symbols::do_read_symbols): Add check
15988 for thin archives. Pass additional parameters to
15989 Archive::Archive. Unlock the archive file after calling
15990 Archive::setup.
cd536b21 15991
479f6503
ILT
159922008-03-29 Ian Lance Taylor <iant@google.com>
15993
686c8caf
ILT
15994 * symtab.cc (Symbol_table::do_define_as_constant): Don't force a
15995 version symbol to be local.
15996 * testsuite/ver_test_4.sh: New file.
15997 * testsuite/Makefile.am (check_SCRIPTS): Add ver_test_4.sh.
15998 (check_DATA): Add ver_test_4.syms.
15999 (ver_test_4.syms): New target.
16000 * testsuite/Makefile.in: Rebuild.
16001
ab794b6b
ILT
16002 * output.cc
16003 (Output_section::Input_section_sort_entry::has_priority): New
16004 function.
16005 (Output_section::Input_section_sort_entry::match_file_name): New
16006 function.
16007 (Output_section::Input_section_sort_entry::match_section_name):
16008 Remove.
16009 (Output_section::Input_section_sort_entry::match_section_name_prefix):
16010 Remove.
16011 (Output_section::Input_section_sort_entry::match_section_file):
16012 Remove.
16013 (Output_section::Input_section_sort_compare::operator()): Rewrite
16014 using new Input_section_sort_entry functions. Sort crtbegin and
16015 crtend first. Sort sections with no priority before sections with
16016 a priority.
16017 * testsuite/initpri1.c (d3): Check j != 4.
16018 (cd5): New constructor/destructor function.
16019 (main): Check j != 2.
16020
479f6503
ILT
16021 * symtab.cc (Symbol_table::add_from_object): If we don't use the
16022 new symbol when resolving, don't call set_is_default.
16023 * testsuite/ver_test_7.cc: New file.
16024 * testsuite/ver_test_7.sh: New file.
16025 * testsuite/Makefile.am (ver_test_7.so): New target.
16026 (ver_test_7.o): New target.
16027 (check_SCRIPTS): Add ver_test_7.sh.
16028 (check_DATA): Add ver_test_7.syms.
16029 (ver_test_7.syms): New target.
16030
2fd32231
ILT
160312008-03-28 Ian Lance Taylor <iant@google.com>
16032
16033 * layout.cc (Layout::layout): If we see an input section with a
16034 name that needs sorting, set the must_sort flag for the output
16035 section.
16036 (Layout::make_output_section): If the name of the output section
16037 indicates that it might require sorting, set the may_sort flag.
16038 * output.h (Output_section::may_sort_attached_input_sections): New
16039 function.
16040 (Output_section::set_may_sort_attached_input_sections): New
16041 function.
16042 (Output_section::must_sort_attached_input_sections): New
16043 function.
16044 (Output_section::set_must_sort_attached_input_sections): New
16045 function.
16046 (class Output_section): Declare Input_section_sort_entry. Define
16047 Input_section_sort_compare. Declare
16048 sort_attached_input_sections. Add new fields:
16049 may_sort_attached_input_sections_,
16050 must_sort_attached_input_sections_,
16051 attached_input_sections_are_sorted_.
16052 * output.cc (Output_section::Output_section): Initialize new
16053 fields.
16054 (Output_section::add_input_section): Add an entry to
16055 input_sections_ if may_sort or must_sort are true.
16056 (Output_section::set_final_data_size): Call
16057 sort_attached_input_sections if necessary.
16058 (Output_section::Input_section_sort_entry): Define new class.
16059 (Output_section::Input_section_sort_compare::operator()): New
16060 function.
16061 (Output_section::sort_attached_input_sections): New function.
16062 * configure.ac: Check whether the compiler supports constructor
16063 priorities. Define a CONSTRUCTOR_PRIORITY automake conditional.
16064 * testsuite/initpri1.c: New file.
16065 * testsuite/Makefile.am (check_PROGRAMS): Add initpri1 if
16066 CONSTRUCTOR_PRIORITY.
16067 (initpri1_SOURCES, initpri1_DEPENDENCIES): New variables.
16068 (initpri1_LDFLAGS): New variable.
16069 * configure, Makefile.in, testsuite/Makefile.in: Rebuild.
16070
18e6b24e
ILT
160712008-03-27 Ian Lance Taylor <iant@google.com>
16072
49bdd526
ILT
16073 * common.cc (Sort_commons::operator): Correct sorting algorithm.
16074 * testsuite/common_test_1.c: New file.
16075 * testsuite/Makefile.am (check_PROGRAMS): Add common_test_1.
16076 (common_test_1_SOURCES): New variable.
16077 (common_test_1_DEPENDENCIES): New variable.
16078 (common_test_1_LDFLAGS): New variable.
16079
18e6b24e
ILT
16080 * symtab.cc (Symbol_table::add_from_object): Handle saw_undefined_
16081 and commons_ correctly when NAME/VERSION does not override
16082 NAME/NULL.
16083 * testsuite/ver_test_6.c: New file.
16084 * testsuite/Makefile.am (check_PROGRAMS): Add ver_test_6
16085 (ver_test_6_SOURCES, ver_test_6_DEPENDENCIES): New variables.
16086 (ver_test_6_LDFLAGS, ver_test_6_LDADD): New variables.
16087
04bf7072
ILT
160882008-03-26 Ian Lance Taylor <iant@google.com>
16089
5871526f
ILT
16090 * symtab.cc (Symbol_table::add_from_relobj): Don't set the version
16091 of an undefined symbol from a version script.
16092 * testsuite/Makefile.am (ver_test_5.so): New target.
16093 (ver_test_5.o): New target.
16094 (check_SCRIPTS): Add ver_test_5.sh.
16095 (check_DATA): Add ver_test_5.syms.
16096 (ver_test_5.syms): New target.
16097 * testsuite/ver_test_5.cc: New file.
16098 * testsuite/ver_test_5.script: New file.
16099 * testsuite/ver_test_5.sh: New file.
16100 * Makefile.in, testsuite/Makefile.in: Rebuild.
16101
04bf7072
ILT
16102 PR gold/5986
16103 Fix problems building gold with gcc 4.3.0.
16104 * gold.h (TEMPLATE_ATTRIBUTE_PRINTF_4): Define.
16105 (gold_error_at_location, gold_warning_at_location): Use it.
16106 * configure.ac: Check whether we can compile and use a template
16107 function with a printf attribute.
16108 * x86_64.cc (Target_x86_64::do_code_fill): Swap out a 32-bit value
16109 when jumping over bytes.
16110 * object.cc: Instantiate Object::read_section_data.
16111 * debug.h: Include <cstring>
16112 * dwarf_reader.cc: Include <algorithm>
16113 * main.cc: Include <cstring>.
16114 * options.cc: Include <cstring>.
16115 * output.cc: Include <cstring>.
16116 * script.cc: Include <cstring>.
16117 * script.h: Include <string>.
16118 * symtab.cc: Include <cstring> and <algorithm>.
16119 * target-select.cc: Include <cstring>.
16120 * version.cc: Include <string>.
16121 * testsuite/testmain.cc: Include <cstdlib>.
16122 * configure, config.in: Rebuild.
16123
874c5b28
ILT
161242008-03-25 Ian Lance Taylor <iant@google.com>
16125
819d6c3a
ILT
16126 * options.cc: Include "../bfd/bfdver.h".
16127 (options::help): Print bug reporting address.
16128
f4b2c6f5
ILT
16129 * version.cc (print_version): Adjust output for current value of
16130 BFD_VERSION_STRING.
16131
16132 * NEWS: New file.
16133
e96caa79
ILT
16134 * options.cc (options::help): Print list of supported targets.
16135 * target-select.h: Include <vector>.
16136 (class Target_selector): Make machine_, size_, and is_big_endian_
16137 fields const. Add bfd_name_ and instantiated_target_ fields.
16138 (Target_selector::Target_selector): Add bfd_name parameter.
16139 (Target_selector::recognize): Make non-virtual, call
16140 do_recognize.
16141 (Target_selector::recognize_by_name): Make non-virtual, call
16142 do_recognize_by_name.
16143 (Target_selector::supported_names): New function.
16144 (Target_selector::bfd_name): New function.
16145 (Target_selector::do_instantiate_target): New pure virtual
16146 function.
16147 (Target_selector::do_recognize): New virtual function.
16148 (Target_selector::do_recognize_by_name): New virtual function.
16149 (Target_selector::instantiate_target): New private function.
16150 (supported_target_names): Declare.
16151 * target-select.cc (Target_selector::Target_selector): Update for
16152 new parameter and fields.
16153 (select_target_by_name): Check that the name matches before
16154 calling recognize_by_name.
16155 (supported_target_names): New function.
16156 * i386.cc (class Target_selector_i386): Update Target_selector
16157 constructor call. Remove recognize and recognize_by_name. Add
16158 do_instantiate_target.
16159 * x86_64.cc (class Target_selector_x86_64): Likewise.
16160 * testsuite/testfile.cc (class Target_selector_test): Update for
16161 changes to Target_selector.
16162
874c5b28
ILT
16163 * README: Rewrite, with some notes on unsupported features.
16164
0a65a3a7
CC
161652008-03-24 Cary Coutant <ccoutant@google.com>
16166
16167 * i386.cc (Target_i386::Got_type): New enum declaration.
16168 (Target_i386::Scan::local): Updated callers of Output_data_got
16169 member functions.
16170 (Target_i386::Scan::global): Likewise.
16171 (Target_i386::Relocate::relocate): Likewise.
16172 (Target_i386::Relocate::relocate_tls): Likewise.
16173 * object.h (Got_offset_list): New class.
16174 (Sized_relobj::local_has_got_offset): Added got_type parameter.
16175 (Sized_relobj::local_got_offset): Likewise.
16176 (Sized_relobj::set_local_got_offset): Likewise.
16177 (Sized_relobj::local_has_tls_got_offset): Removed.
16178 (Sized_relobj::local_tls_got_offset): Removed.
16179 (Sized_relobj::set_local_tls_got_offset): Removed.
16180 (Sized_relobj::Local_got_offsets): Changed to store a list of offsets.
16181 * output.cc (Output_data_got::add_global): Added got_type parameter.
16182 (Output_data_got::add_global_with_rel): Likewise.
16183 (Output_data_got::add_global_with_rela): Likewise.
16184 (Output_data_got::add_global_pair_with_rel): New function.
16185 (Output_data_got::add_global_pair_with_rela): New function.
16186 (Output_data_got::add_local): Added got_type parameter.
16187 (Output_data_got::add_local_with_rel): Likewise.
16188 (Output_data_got::add_local_with_rela): Likewise.
16189 (Output_data_got::add_local_pair_with_rel): New function.
16190 (Output_data_got::add_local_pair_with_rela): New function.
16191 (Output_data_got::add_global_tls): Removed.
16192 (Output_data_got::add_global_tls_with_rel): Removed.
16193 (Output_data_got::add_global_tls_with_rela): Removed.
16194 (Output_data_got::add_local_tls): Removed.
16195 (Output_data_got::add_local_tls_with_rel): Removed.
16196 (Output_data_got::add_local_tls_with_rela): Removed.
16197 * output.h (Output_data_got::add_global): Added got_type parameter.
16198 (Output_data_got::add_global_with_rel): Likewise.
16199 (Output_data_got::add_global_with_rela): Likewise.
16200 (Output_data_got::add_global_pair_with_rel): New function.
16201 (Output_data_got::add_global_pair_with_rela): New function.
16202 (Output_data_got::add_local): Added got_type parameter.
16203 (Output_data_got::add_local_with_rel): Likewise.
16204 (Output_data_got::add_local_with_rela): Likewise.
16205 (Output_data_got::add_local_pair_with_rel): New function.
16206 (Output_data_got::add_local_pair_with_rela): New function.
16207 (Output_data_got::add_global_tls): Removed.
16208 (Output_data_got::add_global_tls_with_rel): Removed.
16209 (Output_data_got::add_global_tls_with_rela): Removed.
16210 (Output_data_got::add_local_tls): Removed.
16211 (Output_data_got::add_local_tls_with_rel): Removed.
16212 (Output_data_got::add_local_tls_with_rela): Removed.
16213 * resolve.cc (Symbol::override_base_with_special): Removed
16214 reference to has_got_offset_ field.
16215 * symtab.cc (Symbol::init_fields): Replaced initialization
16216 of got_offset_ with got_offsets_. Removed initialization
16217 of has_got_offset_
53fcba31 16218 * symtab.h (Symbol::has_got_offset): Aded got_type parameter.
0a65a3a7
CC
16219 (Symbol::got_offset): Likewise.
16220 (Symbol::set_got_offset): Likewise.
16221 (Symbol::has_tls_got_offset): Removed.
16222 (Symbol::tls_got_offset): Removed.
16223 (Symbol::set_tls_got_offset): Removed.
16224 (Symbol::got_offset_): Removed.
16225 (Symbol::tls_mod_got_offset_): Removed.
16226 (Symbol::tls_pair_got_offset_): Removed.
16227 (Symbol::got_offsets_): New field.
16228 (Symbol::has_got_offset): Removed.
16229 (Symbol::has_tls_mod_got_offset): Removed.
16230 (Symbol::has_tls_pair_got_offset): Removed.
16231 * x86_64.cc (Target_x86_64::Got_type): New enum declaration.
16232 (Target_x86_64::Scan::local): Updated callers of Output_data_got
16233 member functions.
16234 (Target_x86_64::Scan::global): Likewise.
16235 (Target_x86_64::Relocate::relocate): Likewise.
16236 (Target_x86_64::Relocate::relocate_tls): Likewise.
16237
bd52eafb
BE
162382008-03-25 Ben Elliston <bje@au.ibm.com>
16239
16240 * yyscript.y: Fix spelling error in comment.
16241
8b105e34
ILT
162422008-03-24 Ian Lance Taylor <iant@google.com>
16243
8ed814a9
ILT
16244 * options.h (class General_options): Define build_id option.
16245 * layout.h (class Layout): Declare write_build_id, create_note,
16246 create_build_id. Add build_id_note_ member.
16247 * layout.cc: Include <cerrno>, <fcntl.h>, <unistd.h>,
16248 "libiberty.h", "md5.h", "sha1.h".
16249 (Layout::Layout): Initialize eh_frame_data_,
16250 eh_frame_hdr_section_, and build_id_note_.
16251 (Layout::finalize): Call create_build_id.
16252 (Layout::create_note): New function, broken out of
16253 Layout::create_gold_note.
16254 (Layout::create_gold_note): Call create_note.
16255 (Layout::create_build_id): New function.
16256 (Layout::write_build_id): New function.
16257 (Close_task_runner::run): Call write_build_id.
16258
8b105e34
ILT
16259 * x86_64.cc: Correct license to GPLv3.
16260
086a1841
ILT
162612008-03-23 Ian Lance Taylor <iant@google.com>
16262
16263 * options.cc: Include "demangle.h".
16264 (parse_optional_string): New function.
16265 (parse_long_option): Handle takes_optional_argument.
16266 (parse_short_option): Update dash_z initializer. Handle
16267 takes_optional_argument.
16268 (General_options::General_options): Initialize do_demangle_.
16269 (General_options::finalize): Set do_demangle_. Handle demangling
16270 style.
16271 * options.h (parse_optional_string): Declare.
16272 (struct One_option): Add optional_arg field. Update constructor.
16273 Update call constructor calls. Add takes_optional_argument
16274 function.
16275 (DEFINE_var): Add optional_arg__ parameter. Change all callers.
16276 (DEFINE_optional_string): Define.
16277 (General_options::demangle): Change from DEFINE_bool to
16278 DEFINE_optional_string.
16279 (General_options::no_demangle): New function.
16280 (General_options::do_demangle): New function.
16281 (General_options::set_do_demangle): New function.
16282 (General_options::execstack_status_): Move definition to end of
16283 class definition.
16284 (General_options::static_): Likewise.
16285 (General_options::do_demangle_): New field.
16286 * object.cc (big_endian>::get_symbol_location_info): Call
16287 Options::do_demangle, not Options::demangle.
16288 * symtab.cc (demangle): Likewise.
16289
cbb93e63
ILT
162902008-03-22 Ian Lance Taylor <iant@google.com>
16291
16292 * gold.h: Include <cstddef> and <sys/types.h>
16293 * options.h: Include <cstring>.
16294
ec531623
ILT
162952008-03-21 Ian Lance Taylor <iant@google.com>
16296
16297 * Added source code to GNU binutils.
752937aa 16298\f
4b95cf5c 16299Copyright (C) 2008-2014 Free Software Foundation, Inc.
752937aa
NC
16300
16301Copying and distribution of this file, with or without modification,
16302are permitted in any medium without royalty provided the copyright
16303notice and this notice are preserved.
16304
16305Local Variables:
16306mode: change-log
16307left-margin: 8
16308fill-column: 74
16309version-control: never
16310End:
This page took 1.147116 seconds and 4 git commands to generate.