]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Updated Bulgarian translation.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
263badd7
AM
12010-02-22 Alan Modra <amodra@gmail.com>
2
3 * reloc.c (bfd_check_overflow): When forming addrmask, shift
4 fieldmask left by rightshift.
5 (_bfd_relocate_contents): Likewise. Use rightshift addrmask in all
6 overflow checks.
7
c35bdf6e
L
82010-02-20 H.J. Lu <hongjiu.lu@intel.com>
9
10 * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Don't check
11 STT_GNU_IFUNC on large common symbol.
12
c16153ae
L
132010-02-18 H.J. Lu <hongjiu.lu@intel.com>
14
15 * elf32-i386.c (elf_i386_add_symbol_hook): Don't set
16 has_ifunc_symbols if the symbol comes from a shared library.
17 * elf32-ppc.c (ppc_elf_add_symbol_hook): Likewise.
18 * elf32-sparc.c (elf32_sparc_add_symbol_hook): Likewise.
19 * elf64-ppc.c (ppc64_elf_add_symbol_hook): Likewise.
20 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Likewise.
21 * elf64-x86-64.c (elf64_x86_64_add_symbol_hook): Likewise.
22
d0bf826b
AM
232010-02-19 Alan Modra <amodra@gmail.com>
24
25 * elf.c (_bfd_elf_fixup_group_sections): New function, split out from..
26 (_bfd_elf_copy_private_header_data): ..here.
27 * elflink.c (_bfd_elf_size_group_sections): New function.
28 (bfd_elf_size_dynamic_sections): Call it.
29 * elf-bfd.h (_bfd_elf_size_group_sections): Declare.
30 (_bfd_elf_fixup_group_sections): Declare.
31
cd21e546
MGD
322010-02-18 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
33
34 * elf32-arm.c (elf32_arm_merge_eabi_attributes): Add support for
35 merging Tag_DIV_use, Tag_MPextension_use, and
36 Tag_MPextension_use_legacy tags.
37
415f38a6
AM
382010-02-18 Alan Modra <amodra@gmail.com>
39
40 * elf.c (bfd_elf_set_group_contents): Revert accidental 2009-01-15
41 commit. Don't write zeros for removed group members.
42 (_bfd_elf_copy_private_header_data): Adjust size of group section
43 when group members are removed by objcopy.
44
b946d5d8
DK
452010-02-15 Dave Korn <dave.korn.cygwin@gmail.com>
46
47 PR binutils/11280
48 * configure.host (*-*-solaris2.11): Add host define to select
49 valid default code page for windres/windmc on solaris.
50
ab7875de
NC
512010-02-15 Nick Clifton <nickc@redhat.com>
52
53 * po/vi.po: Updated Vietnamese translation.
54
33811162
DG
552010-02-12 Daniel Gutson <dgutson@codesourcery.com>
56
57 * elf32-arm.c (elf32_arm_output_arch_local_syms): add
58 missing mapping symbol to data only sections.
59
00c50991
DM
602010-02-11 David S. Miller <davem@davemloft.net>
61
62 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): For R_SPARC_GOTDATA_OP_HIX22
63 and R_SPARC_GOTDATA_OP_LOX10, only bump the GOT refcount for global
64 symbols.
65 (_bfd_sparc_elf_gc_sweep_hook): Likewise only decrement the GOT count for
66 these relocs on global symbols.
67 (gdopoff): New.
68 (_bfd_sparc_elf_relocate_section): Perform GOTDATA optimizations on
69 local symbol references which are not STT_GNU_IFUNC. Handle
70 relocation of them like R_SPARC_HIX22 and R_SPARC_LOX10 respectively,
71 and deal with negative vs. non-negative values properly.
72
1523fa24
TG
732010-02-09 Tristan Gingold <gingold@adacore.com>
74
75 * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Adjust addend for
76 non-external relocation.
77
7865406b
AM
782010-02-09 Alan Modra <amodra@gmail.com>
79
80 * elf64-ppc.c (merge_got_entries): Move earlier in file.
81 (allocate_dynrelocs): Merge got entries here if not doing multi-toc.
82 (ppc64_elf_size_dynamic_sections): Similarly merge tlsld_got.
83 (ppc64_elf_layout_multitoc): Don't resize if we have already
84 merged got entries.
85
d7eeb400
MS
862010-02-09 Michael Holzheu <holzheu@de.ibm.com>
87
88 * elf-bfd.h (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
89 elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
90 elfcore_write_s390_prefix): New.
91 * elf.c (elfcore_write_s390_timer, elfcore_write_s390_todcmp,
92 elfcore_write_s390_todpreg, elfcore_write_s390_ctrs,
93 elfcore_write_s390_prefix): New.
94 (elfcore_grok_note): Handle NT_S390_TIMER, NT_S390_TODCMP,
95 NT_S390_TODPREG, NT_S390_CTRS and NT_S390_PREFIX.
96 (elfcore_write_register_note): Handle .reg-s390-timer,
97 .reg-s390-todcmp, .reg-s390-todpreg, .reg-s390-ctrs,
98 .reg-s390-prefix section.
99
f961d9dd
AM
1002010-02-09 Alan Modra <amodra@gmail.com>
101
102 * elf64-ppc.c (struct got_entry): Make tls_type and is_indirect
103 unsigned char. Update variables and code using them throughout file.
104 (struct ppc_link_hash_entry): Likewise for tls_mask.
105
d0fae19d
AM
106 * elf64-ppc.c (ppc64_elf_layout_multitoc): Don't merge local got ents.
107
d77c8a4b
AM
108 * elf64-ppc.c (has_small_toc_reloc): Don't define.
109 (makes_toc_func_call, call_check_in_progress): Shuffle flags.
110 (struct ppc64_elf_obj_tdata): Add has_small_toc_reloc. Update
111 code setting the flag.
112 (ppc64_elf_next_toc_section): Group big-toc sections in
113 0x80008000 chunks.
114
72fbc6e5
DM
1152010-02-08 David S. Miller <davem@davemloft.net>
116
117 * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove sgot,
118 srelgot, splt, srelplt, and sgotplt members in favor of generic copies.
119
120 * elfxx-sparc.c (create_got_section): Delete.
121 (_bfd_sparc_elf_create_dynamic_sections): Don't call, the dynamic
122 section creator does that work for us. Use ->elf.foo instead of
123 ->foo where applicable.
124 (_bfd_sparc_elf_check_relocs): Use ->elf.foo instead of ->foo
125 where applicable.
126 (allocate_dynrelocs): Likewise.
127 (_bfd_sparc_elf_size_dynamic_sections): Likewise.
128 (_bfd_sparc_elf_relocate_section): Likewise.
129 (sparc_vxworks_build_plt_entry): Likewise.
130 (_bfd_sparc_elf_finish_dynamic_symbol): Likewise.
131 (sparc_finish_dyn): Likewise.
132 (sparc_vxworks_finish_exec_plt): Likewise.
133 (sparc_vxworks_finish_shared_plt): Likewise.
134 (_bfd_sparc_elf_finish_dynamic_sections): Likewise.
135
136 * elfxx-sparc.c (_bfd_sparc_elf_check_relocs): Use the SYMBOL_*
137 macros for visibilty and locality checks.
138 (_bfd_sparc_elf_adjust_dynamic_symbol): Likewise.
139 (allocate_dynrelocs): Likewise.
140 (_bfd_sparc_elf_relocate_section): Likewise.
141 (_bfd_sparc_elf_finish_dynamic_symbol):Likewise.
142
143 * elfxx-sparc.c (_bfd_sparc_elf_finish_dynamic_symbol): Remove set
144 but never used local var 'dynobj'.
145
146 * elfxx-sparc.c (_bfd_sparc_elf_adjust_dynamic_symbol): Handle
147 nocopyreloc.
148
d0c9aeb3
DM
149 * reloc.c (BFD_RELOC_SPARC_JMP_IREL): New.
150 (BFD_RELOC_SPARC_IRELATIVE): Likewise.
151 * bfd-in2.h: Regenerate.
152 * libbfd.h: Regenerate.
153
154 * elfxx-sparc.h (_bfd_sparc_elf_link_hash_table): Add loc_hash_table
155 and loc_hash_memory.
156 (_bfd_sparc_elf_link_hash_table_free): Declare.
157 * elf32-sparc.c (elf32_sparc_add_symbol_hook): New.
158 (elf_backend_add_symbol_hook, elf_backend_post_process_headers,
159 bfd_elf32_bfd_link_hash_table_free): Define.
160 * elf64-sparc.c (elf64_sparc_add_symbol_hook): Set
161 has_ifunc_symbols if STT_GNU_IFUNC.
162 (bfd_elf64_bfd_link_hash_table_free): Define.
163 (elf_backend_post_process_headers): Define always.
164 * elfxx-sparc.c (sparc_jmp_irel_howto, sparc_irelative_howto): New.
165 (sparc_reloc_map): Add entries for new IFUNC relocs.
166 (_bfd_sparc_elf_reloc_type_lookup): Handle new IFUNC relocs.
167 (_bfd_sparc_elf_info_to_howto_ptr): Likewise.
168 (elf_sparc_local_htab_hash, elf_sparc_local_htab_eq,
169 elf_sparc_get_local_sym_hash): New.
170 (_bfd_sparc_elf_create_dynamic_sections): Move PLT ops initialization
171 from here...
172 (_bfd_sparc_elf_link_hash_table_create): ... to here. Allocate
173 local hash table.
174 (_bfd_sparc_elf_link_hash_table_free): New.
175 (create_ifunc_sections): New.
176 (_bfd_sparc_elf_check_relocs): Unconditionally assign htab->elf.dynobj
177 and call create_ifunc_sections(). For local STT_GNU_IFUNC symbols
178 cons up a fake local hash table entry for it. Unconditionally add
179 a PLT refcount for STT_GNU_IFUNC symbols when h->def_regular. Count
180 dyn relocs for ifunc.
181 (_bfd_sparc_elf_adjust_dynamic_symbol): Handle ifunc.
182 (allocate_dynrelocs): Unconditionally emit a PLT entry when
183 STT_GNU_IFUNC and h->def_regular. Count GOT dyn relocs for ifunc.
184 (allocate_local_dynrelocs): New function.
185 (_bfd_sparc_elf_size_dynamic_sections): Invoke it over the local hash
186 table. Emit dynamic relocs to irelplt when not shared. Treat iplt
187 like splt.
188 (_bfd_sparc_elf_relocate_section): Handle ifunc relocations by hand.
189 (_bfd_sparc_elf_finish_dynamic_symbol): Adjust for non-dynamic ifunc
190 plt in iplt/irelplt.
191
9ea2b942
RS
1922010-02-08 Richard Sandiford <r.sandiford@uk.ibm.com>
193
194 * xcofflink.c (_bfd_xcoff_bfd_final_link): When calculating
195 max_contents_size, only consider sections whose contents must
196 be swapped in.
197
0b8bcf0d
AM
1982010-02-09 Alan Modra <amodra@gmail.com>
199
200 * elf64-ppc.c (allocate_dynrelocs): Remove unused got structs here..
201 (ppc64_elf_size_dynamic_sections): ..and here..
202 (merge_got_entries): ..rather than here.
203
33c0ec9d
AM
2042010-02-09 Alan Modra <amodra@gmail.com>
205
206 * elf64-ppc.c (struct ppc_link_hash_table): Add do_multi_toc.
207 (has_small_toc_reloc): Define.
208 (ppc64_elf_check_relocs): Set the above flags.
209 (ppc64_elf_edit_opd): Delete obfd param.
210 (ppc64_elf_tls_optimize): Likewise.
211 (ppc64_elf_edit_toc): Likewise.
212 (ppc64_elf_tls_setup): Likewise. Add no_multi_toc param.
213 * elf64-ppc.h: Update prototypes.
214
b0dddeec
AM
2152010-02-08 Alan Modra <amodra@gmail.com>
216
217 * section.c (struct bfd_section): Delete has_tls_reloc,
218 has_tls_get_addr_call, has_gp_reloc, need_finalize_relax, reloc_done.
219 Add sec_flg0 thru sec_flg5.
220 (BFD_FAKE_SECTION): Update for changed flags.
221 * ecoff.c (bfd_debug_section): Likewise.
222 * elf32-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
223 * elf64-ppc.c (has_tls_reloc, has_tls_get_addr_call): Define.
224 (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Update.
225 * elf32-xtensa.c (reloc_done): Define.
226 * elfxx-ia64.c (skip_relax_pass_0, skip_relax_pass_1): Update.
227 * bfd-in2.h: Regenerate.
228
06988dfc
TG
2292010-02-08 Tristan Gingold <gingold@adacore.com>
230
231 * mach-o.c (bfd_mach_o_canonicalize_one_reloc): Set reloc.r_extern
232 for non-scattered relocations.
233
deddc40b
NS
2342010-02-08 Nathan Sidwell <nathan@codesourcery.com>
235
236 * elf32-ppc.c (ppc_elf_begin_write_processing): Allow empty
237 apuinfo sections, only scan input sections once and reuse the
238 buffer.
239
ce3d2015
AM
2402010-02-08 Philipp Tomsich <philipp.tomsich@theobroma-systems.com>
241
242 * archures.c (bfd_mach_ppc_titan): Define.
243 * bfd-in2.h: Regenerate.
244 * cpu-powerpc.c (bfd_powerpc_archs): Add titan entry.
245
06a162cf
AM
2462010-02-08 Alan Modra <amodra@gmail.com>
247
248 * elf32-ppc.c (ppc_elf_check_relocs): Remove dead ifunc code.
249
4c348442
SA
2502010-02-05 Sterling Augustine <sterling@tensilica.com>
251
252 * elf.c (assign_file_positions_for_load_sections) Update lma of
253 section if necessary. Fixes Bugzilla 11219.
254
6bbec505
L
2552010-02-05 H.J. Lu <hongjiu.lu@intel.com>
256
257 * elf32-i386.c: Remove trailing white spaces.
258 * elf64-x86-64.c: Likewise.
259
4dfe6ac6
NC
2602010-02-03 Nick Clifton <nickc@redhat.com>
261
262 * elf-bfd.h (emum elf_object_id): Rename to elf_target_id. Add
263 entries for other architectures.
264 (struct elf_link_hash_table): Add hash_table_id field.
265 (elf_hash_table_id): New accessor macro.
266 * elflink.c (_bfd_elf_link_hash_table_init): Add target_id
267 parameter.
268 * elf-m10300.c (elf32_mn10300_hash_table): Check table id before
269 returning cast pointer.
270 (elf32_mn10300_link_hash_table_create): Identify new table as
271 containing MN10300 extensions.
272 (mn10300_elf_relax_section): Check pointer returned by
273 elf32_mn10300_hash_table.
274 * elf32-arm.c: Likewise, except using ARM extensions.
275 * elf32-avr.c: Likewise, except using AVR extensions.
276 * elf32-bfin.c: Likewise, except using BFIN extensions.
277 * elf32-cris.c: Likewise, except using CRIS extensions.
278 * elf32-frv.c: Likewise, except using FRV extensions.
279 * elf32-hppa.c: Likewise, except using HPPA32 extensions.
280 * elf32-i386.c: Likewise, except using I386 extensions.
281 * elf32-lm32.c: Likewise, except using LM32 extensions.
282 * elf32-m32r.c: Likewise, except using M32RM extensions.
283 * elf32-m68hc11.c: Likewise, except using M68HC11 extensions.
284 * elf32-m68hc1x.c: Likewise, except using M68HC11 extensions.
285 * elf32-m68hc1x.h: Likewise, except using M68HC11 extensions.
286 * elf32-m68k.c: Likewise, except using M68K extensions.
287 * elf32-microblaze.c: Likewise, except using MICROBLAZE extensions.
288 * elf32-ppc.c: Likewise, except using PPC32 extensions.
289 * elf32-s390.c: Likewise, except using S390 extensions.
290 * elf32-sh.c: Likewise, except using SH extensions.
291 * elf32-spu.c: Likewise, except using SPU extensions.
292 * elf32-xtensa.c: Likewise, except using XTENSA extensions.
293 * elf64-alpha.c: Likewise, except using ALPHA extensions.
294 * elf64-hppa.c: Likewise, except using HPPA64 extensions.
295 * elf64-ppc.c: Likewise, except using PPC64 extensions.
296 * elf64-s390.c: Likewise, except using S390 extensions.
297 * elf64-x86-64.c: Likewise, except using X86_64 extensions.
298 * elfxx-ia64.c: Likewise, except using IA64 extensions.
299 * elfxx-mips.c: Likewise, except using MIPS extensions.
300 * elfxx-sparc.c: Likewise, except using SPARC extensions.
301 * elfxx-sparc.h: Likewise, except using SPARC extensions.
302 * elf32-cr16.c (struct elf32_cr16_link_hash_table): Delete
303 redundant structure.
304 (elf32_cr16_hash_table): Delete unused macro.
305 (elf32_cr16_link_hash_traverse): Delete unused macro.
306 * elf32-score.c: Likewise.
307 * elf32-score7.c: Likewise.
308 * elf32-vax.c: Likewise.
309 * elf64-sh64.c: Likewise.
310
927be08e
AM
3112010-02-03 Alan Modra <amodra@gmail.com>
312
313 * elf64-ppc.c (struct plt_entry): Move earlier in file.
314 (struct got_entry): Likewise. Add is_indirect and got.ent fields.
315 (struct ppc64_elf_obj_tdata): Change tlsld_got to be a struct got_entry.
316 Update all uses.
317 (struct ppc_link_hash_table): Add got_reli_size and second_toc_pass.
318 Remove no_multi_toc.
319 (update_local_sym_info, ppc64_elf_check_relocs): Clear is_indirect
320 when allocating a new struct got_entry.
321 (allocate_got): New function, extracted from..
322 (allocate_dynrelocs): ..here. Abort on got entry in non-ppc64 bfd.
323 (ppc64_elf_size_dynamic_sections): Track got relocs allocated in
324 .reliplt by got_reli_size. Set owner on ppc64_tlsld_got entries.
325 (ppc64_elf_setup_section_lists): Remove output_bfd param and
326 no_multi_toc, add add_stub_section and layout_sections_again. Stash
327 new params in htab. Extract some code to..
328 (ppc64_elf_start_multitoc_partition): ..here. New function.
329 (ppc64_elf_next_toc_section): Check for linker script errors. Handle
330 second pass toc scan.
331 (merge_got_entries, merge_global_got, reallocate_got): New functions.
332 (ppc64_elf_reinit_toc): Rename to..
333 (ppc64_elf_finish_multitoc_partition): ..this.
334 (ppc64_elf_layout_multitoc): New function.
335 (ppc64_elf_size_stubs): Delete output_bfd, add_stub_section and
336 layout_sections_again params.
337 (ppc64_elf_relocate_section): Handle indirect got entries.
338 * elf64-ppc.h: Update prototypes. Declare new functions.
339
4339cae0
L
3402010-02-02 H.J. Lu <hongjiu.lu@intel.com>
341
342 * elf-bfd.h (elfcore_write_xstatereg): New.
343
344 * elf.c (elfcore_grok_xstatereg): New.
345 (elfcore_write_xstatereg): Likewise.
346 (elfcore_grok_note): Handle NT_X86_XSTATE.
347 (elfcore_write_register_note): Handle .reg-xstate section.
348
9848eadf
TG
3492010-02-01 Tristan Gingold <gingold@adacore.com>
350
351 * som.c (som_write_ar_hdr): Define this macro.
352
f6fd0237
DA
3532010-01-30 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
354
355 * elf32-hppa.c (final_link_relocate): Convert R_PARISC_TLS_GD21L,
356 R_PARISC_TLS_LDM21L and R_PARISC_TLS_IE21L relocations that use the
357 linkage table pointer to use the global table pointer if not doing
358 a shared link.
359
a1504221
JB
3602010-01-29 Joel Brobecker <brobecker@adacore.com>
361
362 * elf.c (elfcore_grok_lwpstatus): Do not overwrite the core signal
363 if it has already been set.
364
771deb08
TG
3652010-01-27 Tristan Gingold <gingold@adacore.com>
366
367 * vms.h: Remove trailing spaces.
368 (struct hdr_struct): Remove unused hdr_c_cpr field.
369 (enum file_format_enum): Add comments.
370 * vms.c (vms_bfd_print_private_bfd_data): New function that
371 replaces the macro.
372 Remove trailing spaces.
373 * vms-misc.c: Improve comments.
374 (_bfd_vms_get_object_record): Also handle files without pads.
375 * vms-hdr.c (_bfd_vms_write_dbg): Fix format string.
376 * vms-gsd.c (struct flagdescstruct): Make name field const.
377 (gsyflagdesc): Fix typo.
378
bf102f86
AM
3792010-01-27 Alan Modra <amodra@gmail.com>
380
381 PR ld/11217
382 * elf64-ppc.c (struct ppc_link_hash_table): Add toc_bfd, toc_first_sec.
383 (ppc64_elf_setup_section_lists): Init them.
384 (ppc64_elf_next_toc_section): Don't partition multi-toc between .got
385 and .toc on the same input file.
386 (ppc64_elf_relocate_section): Correct GOT entry offset.
387
8f95b6e4
TG
3882010-01-26 Tristan Gingold <gingold@adacore.com>
389
390 * targets.c (BFD_JUMP_TABLE_ARCHIVE): Add initializer for write_ar_hdr.
391 (bfd_target): Add _bfd_write_ar_hdr_fn field.
392 * archive.c (is_bsd44_extended_name): New macro.
393 (_bfd_generic_read_ar_hdr_mag): Use it. Add extra_size.
394 (bfd_slurp_armap): Also check for "__.SYMDEF" as a BSD4.4 extended
395 name.
396 (_bfd_archive_bsd44_construct_extended_name_table): New function.
397 (_bfd_generic_write_ar_hdr): Ditto.
398 (_bfd_bsd44_write_ar_hdr): Ditto.
399 (_bfd_write_archive_contents): Call _bfd_write_ar_hdr.
400 (bsd_write_armap): Adjust firstreal computation.
401 * libbfd-in.h (struct areltdata): Add extra_size field.
402 (_bfd_generic_write_ar_hdr): Add prototype.
403 (_bfd_bsd44_write_ar_hdr): Ditto.
404 (_bfd_write_ar_hdr): Define.
405 (_bfd_noarchive_write_ar_hdr): Ditto.
406 (_bfd_archive_bsd_write_ar_hdr): Ditto.
407 (_bfd_archive_coff_write_ar_hdr): Ditto.
408 (_bfd_archive_bsd44_slurp_armap): Ditto.
409 (_bfd_archive_bsd44_slurp_extended_name_table): Ditto.
410 (_bfd_archive_bsd44_construct_extended_name_table): New prototype.
411 (_bfd_archive_bsd44_truncate_arname): Ditto.
412 (_bfd_archive_bsd44_write_armap): Ditto.
413 (_bfd_archive_bsd44_read_ar_hdr): Ditto.
414 (_bfd_archive_bsd44_write_ar_hdr): Ditto.
415 (_bfd_archive_bsd44_openr_next_archived_file): Ditto.
416 (_bfd_archive_bsd44_get_elt_at_index): Ditto.
417 (_bfd_archive_bsd44_generic_stat_arch_elt): Ditto.
418 (_bfd_archive_bsd44_update_armap_timestamp): Ditto.
419 * libbfd.h: Regenerate.
420 * oasys.c (oasys_write_ar_hdr): Define.
421 * libecoff.h (_bfd_ecoff_write_ar_hdr): Define.
422 * ieee.c (ieee_write_ar_hdr): Define.
423 * elf64-mips.c (bfd_elf64_archive_write_ar_hdr): Define.
424 * coff-rs6000.c (rs6000coff_vec): Adjust for write_ar_hdr field.
425 (bfd_pmac_xcoff_backend_data): Ditto.
426 * coff64-rs6000.c (rs6000coff64_vec): Ditto.
427 (bfd_xcoff_aix5_backend_data): Ditto.
428 * coff-alpha.c (alpha_ecoff_write_ar_hdr): Define.
429 * aout-target.h (MY_write_ar_hdr): Define it if not defined.
430 * aout-tic30.c (MY_write_ar_hdr): Ditto.
431 * mach-o-target.c (TARGET_NAME): Use _bfd_archive_bsd44 archive.
432 (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
433 (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
434 (bfd_mach_o_construct_extended_name_table)
435 (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
436 (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
437 (bfd_mach_o_update_armap_timestamp): Moved to mach-o.c
438 * mach-o.c (bfd_mach_o_mkarchive, bfd_mach_o_read_ar_hdr)
439 (bfd_mach_o_slurp_armap, bfd_mach_o_slurp_extended_name_table)
440 (bfd_mach_o_construct_extended_name_table)
441 (bfd_mach_o_truncate_arname, bfd_mach_o_write_armap)
442 (bfd_mach_o_get_elt_at_index, bfd_mach_o_generic_stat_arch_elt)
443 (bfd_mach_o_update_armap_timestamp): Moved from mach-o-target.c
444 * bfd-in2.h: Regenerate.
445
98da7939
L
4462010-01-26 Alan Modra <amodra@gmail.com>
447 H.J. Lu <hongjiu.lu@intel.com>
448
449 PR ld/11218
450 * elflink.c (elf_link_output_extsym): Do not ignore undefined
451 symbols with ref_regular set when gc_sections is active.
452
766bc656
AM
4532010-01-25 Alan Modra <amodra@gmail.com>
454
455 PR ld/11217
456 * elf64-ppc.c (ppc64_elf_tls_optimize): Optimize tls sequences
457 with relocations against undefined weak symbols.
458 (ppc64_elf_relocate_section): Don't optimize calls to undefined
459 weak functions if the symbol is dynamic.
460 (ppc64_elf_relocate_section): Edit tprel tls sequences.
461 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
462 (_bfd_elf_ppc_at_tprel_transform): New function.
463 * bfd-in.h (_bfd_elf_ppc_at_tprel_transform): Declare.
464 * bfd-in2.h: Regenerate.
465
c865e45b
RS
4662010-01-23 Richard Sandiford <r.sandiford@uk.ibm.com>
467
468 * coff-rs6000.c (xcoff_howto_table): Change size to 0 and bitsize to 1.
469 (_bfd_xcoff_reloc_type_lookup): Handle BFD_RELOC_NONE.
470 * coff64-rs6000.c (xcoff64_howto_table): Change size to 0 and
471 bitsize to 1.
472 (xcoff64_reloc_type_lookup): Handle BFD_RELOC_NONE.
473
b918acf9
NC
4742010-01-21 Nick Clifton <nickc@redhat.com>
475
476 * elflink.c (elf_link_add_object_symbols): Look up name of
477 undefined symbol both before and after versioning has been
478 applied. Do not bother with symbols that are weakly undefined.
479
55786da2 4802010-01-21 Andreas Krebbel <Andreas.Krebbel@de.ibm.com>
b918acf9 481
55786da2
AK
482 * elf32-s390.c (elf32_s390_merge_private_bfd_data): New function.
483 (bfd_elf32_bfd_merge_private_bfd_data): New macro definition.
484
a37a68dd
CC
4852010-01-19 Cary Coutant <ccoutant@google.com>
486
487 * dwarf2.c (read_attribute_value): Add DW_FORM_ref_sig8.
488
ecd12bc1
AM
4892010-01-19 Daisuke Hatayama <d.hatayama@jp.fujitsu.com>
490 Alan Modra <amodra@gmail.com>
491
492 * elfcode.h (elf_swap_ehdr_out): Handle e_phnum > 0xffff.
493 (elf_object_p): Read e_phnum extension.
494 (elf_write_shdrs_and_ehdr): Write e_phnum extension.
495 * elfcore.h (elf_core_file_p): Read e_phnum extension. Sanity check
496 that we can read last program header.
497
f6ebfac0
AM
4982010-01-19 Matthew Gretton-Dann <matthew.gretton-dann@arm.com>
499
500 * elf32-arm.c (elf32_arm_howto_table_1): Correct bitsize of
501 R_ARM_THM_CALL entry.
502 (elf32_arm_final_link_relocate): Correct calculation of
503 reloc_signed_max when doing a R_ARM_THM_CALL, R_ARM_THM_XPC22,
504 or R_ARM_THM_JUMP24 relocation.
505
22eb4b1d
AM
5062010-01-18 Alan Modra <amodra@gmail.com>
507
508 PR 11168
509 * coffcode.h (coff_compute_section_file_positions): Move Rs6000COFF_C
510 block past vars in COFF_IMAGE_WITH_PE block. Report error on more
511 than 32k sections.
512
6ec12636
JK
5132010-01-15 Jan Kratochvil <jan.kratochvil@redhat.com>
514
515 Fix compilation warning on gcc-3.4.
516 * vms-tir.c (start_etir_record, sto_imm): Rename the prototype
517 parameter index to sec_index according to the function definition.
518
38a7df63
CF
5192010-01-13 Chao-ying Fu <fu@mips.com>
520
521 * elfxx-mips.c (JR_TO_B_P): New define to transform JR to B.
522 It is true for all CPUs.
523 (jal_reloc_p): New function.
524 (mips_elf_calculate_relocation): Rename require_jalxp to
525 cross_mode_jump_p.
526 Update comment for CROSS_MODE_JUMP_P.
527 Set up cross_mode_jump_p based on the mode change.
528 (mips_elf_perform_relocation): Rename require_jalx to cross_mode_jump_p.
529 Update comment for CROSS_MODE_JUMP_P.
530 Test cross_mode_jump_p and jal_reloc_p to turn jal to jalx.
531 Use !cross_mode_jump_p to guard conversion.
532 Convert "jr t9" to "b", if possible.
533 (_bfd_mips_elf_relocate_section): Rename require_jalx to
534 cross_mode_jump_p.
535 Pass &cross_mode_jump_p to call mips_elf_calculate_relocation.
536 Pass cross_mode_jump_p to call mips_elf_perform_relocation.
537
91b9a4a4
NC
5382010-01-13 Nick Clifton <nickc@redhat.com>
539
540 * cpu-m32c.c (m32c_scan): New function. Ensures that a scan for
541 "m32c" returns the m32c arch_info_struct and not the m16c
542 arch_info_struct.
543 (arch_info_struct): Use the new scan function.
544 (bfd_m32c_arch): Likewise.
545
618b7301
TG
5462010-01-13 Tristan Gingold <gingold@adacore.com>
547
548 * config.bfd: Remove duplicated target vector for i386-*-darwin.
549 Appends new arch instead of overriding.
550 Use mach_o_x86_64_vec for x86_64-*-darwin.
551 * configure.in: Add mach_o_x86_64_vec.
552 * configure: Regenerate.
553 * targets.c: Declare mach_o_x86_64_vec, add it to _bfd_target_vector.
554 * Makefile.am (BFD64_BACKENDS): Add mach-o-x86-64.lo
555 (BFD64_BACKENDS_CFILES): Add mach-o-x86-64.c
556 * Makefile.in: Regenerate.
557 * mach-o-x86-64.c: New file.
558
f88af2f1
TG
5592010-01-13 Tristan Gingold <gingold@adacore.com>
560
561 * reloc.c: Add MACH_O_X86_64 relocations.
562 * bfd-in2.h: Regenerate.
563 * libbfd.h: Regenerate.
564
19172f39
TG
5652010-01-13 Tristan Gingold <gingold@adacore.com>
566
567 * archive.c (normalize): Use lbasename.
568 (bfd_bsd_truncate_arname): Ditto.
569 (bfd_gnu_truncate_arname): Ditto.
570
6cdb8d82
TG
5712010-01-12 Tristan Gingold <gingold@adacore.com>
572
573 * makefile.vms (CFLAGS): Turns warnings into informational messages.
574
9a753de0
TG
5752010-01-11 Tristan Gingold <gingold@adacore.com>
576
577 * mach-o.h: Add x86-64 relocation types.
578
42fa0891
TG
5792010-01-11 Tristan Gingold <gingold@adacore.com>
580
581 * mach-o.h (bfd_mach_o_backend_data): Add arch field.
582 (bfd_mach_o_set_arch_mach): New prototype.
583 * mach-o.c (bfd_mach_o_mkobject): Define with bfd_mach_o_gen_mkobject.
584 (bfd_mach_o_set_arch_mach): New function.
585 (bfd_mach_o_gen_mkobject): New function.
586 Set TARGET_ARCHITECTURE for the generic back-ends.
587 * mach-o-target.c (bfd_mach_o_set_arch_mach): Remove define.
588 Check that TARGET_ARCHITECTURE is defined.
589 Add TARGET_ARCHITECTURE in TARGET_NAME_BACKEND structure.
590 * mach-o-i386.c (TARGET_ARCHITECTURE): Define.
591
cba0723b
TG
5922010-01-11 Tristan Gingold <gingold@adacore.com>
593
19172f39 594 * archive.c (bfd_slurp_armap): Also check for Mach-O sorted armap.
cba0723b 595
4d421096
NC
5962010-01-11 Nick Clifton <nickc@redhat.com>
597
598 * elf32-v850.c (v850_elf_perform_relocation): Fix overflow
599 handling of R_V850_HI16_S relocation.
600
20b1d3e3
AM
6012010-01-11 Alan Modra <amodra@gmail.com>
602
603 PR 11103
604 * dwarf1.c (parse_die): Correct FORM_STRING data pointer increment.
605
a358ecb8
AM
6062010-01-11 Alan Modra <amodra@gmail.com>
607
608 PR 6832
609 * dwarf2.c (struct comp_unit): Add sec_info_ptr.
610 (find_abstract_instance_name): Use it.
611 (parse_comp_unit): Set it.
612
3725885a
RW
6132010-01-09 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
614
615 * Makefile.in: Regenerate.
616 * configure: Regenerate.
617
3ee87829
TG
6182010-01-08 Tristan Gingold <gingold@adacore.com>
619
620 * archive.c: Remove bfd_special_undocumented_glue.
621
fb34365b
AM
6222010-01-08 Alan Modra <amodra@gmail.com>
623
624 PR ld/11133
625 * elf32-cr16.c (elf32_cr16_gc_mark_hook): Call _bfd_elf_gc_mark_hook.
626 * elf32-microblaze.c (microblaze_elf_gc_mark_hook): Likewise.
627 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
628
d023c380
L
6292010-01-07 H.J. Lu <hongjiu.lu@intel.com>
630
631 PR ld/11138
632 * elflink.c (elf_link_check_versioned_symbol): Don't abort if
633 a symbol referenced by DSO is is defined in a non-shared object
634 and forced local.
635
bde6f3eb
L
6362010-01-07 H.J. Lu <hongjiu.lu@intel.com>
637
638 PR ld/11133
639 * elflink.c (_bfd_elf_gc_mark_hook): Check section XXX for
640 undefined __start_XXX/__stop_XXX in all input files and set
641 SEC_KEEP.
642
16583161
L
6432010-01-07 H.J. Lu <hongjiu.lu@intel.com>
644
645 PR ld/11143
646 * elflink.c (elf_gc_sweep): Keep SHT_NOTE section.
647
16231b7b
DG
6482010-01-04 Daniel Gutson <dgutson@codesourcery.com>
649
650 * bfd.m4 (BFD_HAVE_SYS_PROCFS_TYPE): Define _STRUCTURE_PROC
651 before including procfs.h.
652 (BFD_HAVE_SYS_PROCFS_TYPE_MEMBER): Likewise.
653 * configure.in: Added autoconf probe for the pr_fpreg member.
654 * configure: Regenerated.
655 * config.in: Regenerated.
656 * elf.c: Define _STRUCTURE_PROC before including procfs.h.
657
608fa8d3
JB
6582010-01-04 Joel Brobecker <brobecker@adacore.com>
659
660 Fix -Wshadow warnings in dwarf2.c (seen on alpha-tru64).
661 * dwarf2.c (concat_filename): Rename dirname with dir_name
662 to void shadowing the dirname function.
663 Rename subdirname with subdir_name to stay consistent with
664 the new dir_name variable name.
665
0dc93057
AM
6662010-01-04 Edmar Wienskoski <edmar@freescale.com>
667
668 * archures.c: Add bfd_mach_ppc_e500mc64.
669 * bfd-in2.h: Regenerate.
670 * cpu-powerpc.c (bfd_powerpc_archs): Add entry for
671 bfd_mach_ppc_e500mc64.
672
baf9bed3
JB
6732010-01-01 Joel Brobecker <brobecker@adacore.com>
674
675 Fix -Wshadow warnings (seen on ppc-aix)
676 * xcofflink.c: Replace finfo by flinfo throughout.
677
43ecc30f 678For older changes see ChangeLog-2009
56882138
AM
679\f
680Local Variables:
681mode: change-log
682left-margin: 8
683fill-column: 74
684version-control: never
685End: