2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2005-06-04 H.J. Lu <hongjiu.lu@intel.com>
2
3 * dwarf2.c (comp_unit): Fix a typo in comment.
4
5 2005-06-03 Jan-Benedict Glaw <jbglaw@lug-owl.de>
6
7 * elf32-vax.c (rtype_to_howto): Remove PARAMS.
8 (reloc_type_lookup): Dito.
9 (elf_vax_discard_copies): Dito.
10 (elf_vax_instantiate_got_entries): Dito.
11 (elf_vax_link_hash_traverse): Dito.
12 (elf_vax_link_hash_newfunc): Dito.
13 (elf_vax_link_hash_table_create): Dito.
14 (elf32_vax_set_private_flags): Dito.
15 (elf32_vax_merge_private_bfd_data): Dito.
16 (elf32_vax_print_private_bfd_data): Dito.
17 (elf_vax_check_relocs): Dito.
18 (elf_vax_gc_mark_hook): Dito.
19 (elf_vax_gc_sweep_hook): Dito.
20 (elf_vax_size_dynamic_sections): Dito.
21 (elf_vax_discard_copies): Dito.
22 (elf_vax_instantiate_got_entries): Dito.
23 (elf_vax_relocate_section): Dito.
24 (elf_vax_finish_dynamic_symbol): Dito.
25 (elf_vax_finish_dynamic_sections): Dito.
26 (elf_vax_hash_table): Break-up of line isn't needed.
27 (elf_vax_check_relocs): Remove leading whitespace
28 (elf_vax_relocate_section): Remove redundant whitespace
29 (elf_vax_link_hash_newfunc): Don't cast NULL.
30 (elf_vax_link_hash_table_create): Dito.
31 * cpu-vax.c (bfd_vax_arch) Remove a trailing space.
32
33 2005-06-03 Alan Modra <amodra@bigpond.net.au>
34
35 PR 568
36 * configure.in: Bump version
37 * configure: Regenerate.
38 * elflink.c (elf_link_input_bfd): Use einfo linker callback to print
39 discarded section sym refs and kill linker output.
40 * simple.c (simple_dummy_einfo): New function.
41 (bfd_simple_get_relocated_section_contents): Init callbacks.einfo.
42
43 * elf32-i386.c (elf_i386_relocate_section): Handle zero symndx
44 for all reloc types.
45
46 2005-06-02 Alan Modra <amodra@bigpond.net.au>
47
48 * elf64-ppc.c (add_symbol_adjust): Set sym visibility to most
49 restrictive of func code and func descr for undefined syms as well
50 as defined.
51
52 2005-05-31 Jim Blandy <jimb@redhat.com>
53
54 * Makefile.am: Regenerate dependencies with 'make dep-am'.
55 * Makefile.in: Regenerate.
56
57 2005-05-31 Richard Henderson <rth@redhat.com>
58
59 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_JSRDIRECT): New.
60 (ALPHA_ELF_LINK_HASH_TLS_IE): Renumber to 0x80.
61 (ALPHA_ELF_LINK_HASH_LU_PLT): Rename from ALPHA_ELF_LINK_HASH_LU_FUNC.
62 (elf64_alpha_want_plt): Update to match.
63 (elf64_alpha_check_relocs): Collect JSRDIRECT in gotent_flags.
64 (elf64_alpha_relax_with_lituse): Likewise. Handle JSRDIRECT.
65
66 2005-05-31 Zack Weinberg <zack@codesourcery.com>
67
68 * elf32-arm.c (elf32_arm_reloc_type_lookup)
69 (elf32_arm_nabi_grok_prstatus, elf32_arm_nabi_grok_psinfo):
70 Use ISO C90 function declaration style.
71
72 2005-05-31 James E Wilson <wilson@specifixinc.com>
73
74 * elfcode.h (NAME(bfd_elf,bfd_from_remote_memory)): Check for program
75 header PF_R flag on PT_LOAD segments.
76
77 2005-05-30 Richard Henderson <rth@redhat.com>
78
79 * elf64-alpha.c (elf64_alpha_relocate_section): Use dtp_base for
80 the zero index relocs produced by elf64_alpha_relax_tls_get_addr.
81
82 2005-05-29 Richard Henderson <rth@redhat.com>
83
84 * configure.in (--enable-secureplt): New.
85 * elf64-alpha.c (INSN_LDA, INSN_LDAH, INSN_LDQ, INSN_BR): New.
86 (INSN_SUBQ, INSN_S4SUBQ, INSN_JMP): New.
87 (INSN_A, INSN_AB, INSN_ABC, INSN_ABO, INSN_AD): New.
88 (elf64_alpha_use_secureplt): New.
89 (OLD_PLT_HEADER_SIZE, OLD_PLT_ENTRY_SIZE): New.
90 (NEW_PLT_HEADER_SIZE, NEW_PLT_ENTRY_SIZE): New.
91 (PLT_HEADER_SIZE, PLT_ENTRY_SIZE): Conditionalize on secureplt.
92 (ALPHA_ELF_LINK_HASH_PLT_LOC): Remove.
93 (struct alpha_elf_link_hash_entry): Add plt_offset.
94 (PLT_HEADER_WORD1, PLT_HEADER_WORD2, PLT_HEADER_WORD3): Remove.
95 (PLT_HEADER_WORD4, PLT_ENTRY_WORD1, PLT_ENTRY_WORD2): Remove.
96 (PLT_ENTRY_WORD3): Remove.
97 (elf64_alpha_create_dynamic_sections): If secureplt, set SEC_READONLY
98 on .plt and create .got.plt.
99 (elf64_alpha_output_extsym): Remove .plt frobbing for symbol values.
100 (get_got_entry): Initialize plt_offset.
101 (elf64_alpha_want_plt): New.
102 (elf64_alpha_check_relocs): Use it.
103 (elf64_alpha_adjust_dynamic_symbol): Likewise. Don't allocate
104 plt entries here.
105 (elf64_alpha_calc_got_offsets_for_symbol): Don't report internal
106 error as user error.
107 (elf64_alpha_size_plt_section_1): Allocate one plt entry per
108 got subsection.
109 (elf64_alpha_size_plt_section): Size .got.plt section.
110 (elf64_alpha_size_rela_got_1): Don't allocate relocations if
111 plt entries used.
112 (elf64_alpha_size_dynamic_sections): Call elf64_alpha_size_plt_section.
113 Add PLTRO DYNAMIC entry.
114 (elf64_alpha_finish_dynamic_symbol): Generate secureplt format.
115 (elf64_alpha_finish_dynamic_sections): Likewise.
116
117 2005-05-28 David Daney <ddaney@avtrex.com>
118
119 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_sections): Move
120 calculation of DT_RELSZ to occur after all dynamic relocations
121 are created.
122
123 2005-05-28 Eli Zaretskii <eliz@gnu.org>
124
125 * configure.in: Add snprintf and vsnprintf to AC_CHECK_DECLS.
126 * config.in, configure: Regenerate.
127
128 2005-05-26 Mark Kettenis <kettenis@gnu.org>
129 Maciej W. Rozycki <macro@linux-mips.org>
130
131 * elfxx-mips.c (_bfd_mips_elf_section_processing): Warn and
132 stop processing of options if one of invalid size is
133 encountered.
134 (_bfd_mips_elf_section_from_shdr): Likewise.
135 (_bfd_mips_elf_fake_sections): Reset the type of empty special
136 sections.
137
138 2005-05-26 Richard Henderson <rth@redhat.com>
139
140 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Remove
141 plt_old_section, plt_old_value.
142 (elf64_alpha_adjust_dynamic_symbol): Don't set it.
143 (elf64_alpha_size_plt_section_1): Don't use it.
144
145 2005-05-26 Jakub Jelinek <jakub@redhat.com>
146
147 * elfcode.h (elf_object_p): Fail if e_shoff != 0, e_shnum == 0 and
148 first shdr has sh_size == 0. Fail if e_shnum is large to cause
149 arithmetic overflow when allocating the i_shdr array.
150 Sanity check sh_link and sh_info fields. Fix e_shstrndx sanity check.
151
152 2005-05-25 Richard Henderson <rth@redhat.com>
153
154 * elf64-alpha.c: Update all function definitions to ISO C. Remove
155 all function prototypes; rearrange functions into def-use order.
156
157 2005-05-25 Richard Henderson <rth@redhat.com>
158
159 * elf64-alpha.c (elf64_alpha_merge_gots): Fix gotent iteration
160 in the presence of deleting elements.
161 (elf64_alpha_size_got_sections): Zero dead got section size.
162
163 2005-05-23 Fred Fish <fnf@specifixinc.com>
164
165 * dwarf2.c (struct dwarf2_debug): Add inliner_chain member.
166 (struct funcinfo): Add caller_func, caller_file, caller_line.
167 tag, and nesting_level members.
168 (lookup_address_in_function_table): Change first passed parameter
169 from "struct funcinfo *" to "struct comp_unit *".
170 (lookup_address_in_function_table): Dereference unit to find function
171 table.
172 (lookup_address_in_function_table): Traverse the function list to
173 create a chain of inlined functions back to the first non inlined
174 function.
175 (scan_unit_for_functions): Remember tag and nesting level. Handle
176 DW_AT_call_file and DW_AT_call_line.
177 (comp_unit_find_nearest_line): Adjust lookup_address_in_function_table
178 call to pass unit pointer instead of function table pointer. For
179 inlined functions, save pointer to the inliner chain.
180 (_bfd_dwarf2_find_nearest_line): Initialize inliner_chain to NULL.
181 (_bfd_dwarf2_find_inliner_info): New function that returns information
182 from the inliner chain after a call to bfd_find_nearest_line.
183
184 * bfd.c (bfd_find_inliner_info): Define using BFD_SEND.
185 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Add entry for
186 NAME##_find_inliner_info.
187 (bfd_target): Add _bfd_find_inliner_info.
188 * bfd-in2.h: Regenerate.
189
190 * libbfd-in.h (_bfd_nosymbols_find_inliner_info): Define as
191 macro that always returns bfd_false.
192 (_bfd_dwarf2_find_inliner_info): Declare.
193 * libbfd.h: Regenerate.
194
195 * elf32-arm.c (elf32_arm_find_inliner_info): New function
196 that calls _bfd_dwarf2_find_inliner_info.
197 (bfd_elf32_find_inliner_info): Define to elf32_arm_find_inliner_info.
198
199 * elfxx-mips.c (_bfd_mips_elf_find_inliner_info): New function
200 that calls _bfd_dwarf2_find_inliner_info.
201 * elfxx-mips.h (_bfd_mips_elf_find_inliner_info): Declare.
202 * elfn32-mips.c (bfd_elf32_find_inliner_info): Define to
203 _bfd_mips_elf_find_inliner_info.
204 * elf64-mips.c (bfd_elf64_find_inliner_info): Ditto.
205 * elf32-mips.c (bfd_elf32_find_inliner_info): Ditto.
206
207 * elf.c (_bfd_elf_find_inliner_info): New function that calls
208 _bfd_dwarf2_find_inliner_info.
209 * elf-bfd.h (_bfd_elf_find_inliner_info): Declare.
210 * elfxx-target.h (bfd_elfNN_find_inliner_info): Define to
211 _bfd_elf_find_inliner_info.
212
213 * coffgen.c (coff_find_inliner_info): New function that
214 calls _bfd_dwarf2_find_inliner_info.
215 * libcoff-in.h (coff_find_inliner_info): Declare.
216 * libcoff.h: Regenerate.
217 * coff-rs6000.c (rs6000coff_vec): Add coff_find_inliner_info.
218 (pmac_xcoff_vec) Ditto.
219 * coff64-rs6000.c (rs6000coff64_vec): Ditto.
220 (aix5coff64_vec): Ditto.
221
222 * aout-target.h (MY_find_inliner_info): Define as
223 _bfd_nosymbols_find_inliner_info.
224 * aout-tic30.c (MY_find_inliner_info): Ditto.
225 * binary.c (binary_find_inliner_info): Ditto.
226 * i386msdos.c (msdos_find_inliner_info): Ditto.
227 * ihex.c (ihex_find_inliner_info): Ditto.
228 * libaout.h (aout_32_find_inliner_info): Ditto.
229 * libecoff.h (_bfd_ecoff_find_inliner_info): Ditto.
230 * mach-o.c (bfd_mach_o_find_inliner_info): Ditto.
231 * mmo.c (mmo_find_inliner_info): Ditto.
232 * nlm-target.h (nlm_find_inliner_info): Ditto.
233 * pef.c (bfd_pef_find_inliner_info): Ditto.
234 * ppcboot.c (ppcboot_find_inliner_info): Ditto.
235 * srec.c (srec_find_inliner_info): Ditto.
236 * tekhex.c (tekhex_find_inliner_info): Ditto.
237 * versados.c (versados_find_inliner_info): Ditto.
238 * xsym.c (bfd_sym_find_inliner_info): Ditto.
239
240 * ieee.c (ieee_find_inliner_info): New function that always
241 returns FALSE.
242 * oasys.c (oasys_find_inliner_info): Ditto.
243 * vms.c (vms_find_inliner_info): Ditto.
244
245 2005-05-24 Alan Modra <amodra@bigpond.net.au>
246
247 * elf32-ppc.c (ppc_elf_check_relocs): For old gcc -fPIC code
248 force old plt layout.
249
250 2005-05-22 Richard Henderson <rth@redhat.com>
251
252 * elf64-alpha.c (elf64_alpha_relax_section): Ignore non-allocated
253 sections.
254 (elf64_alpha_check_relocs): Likewise.
255 (elf64_alpha_relocate_section): Don't emit dynamic relocations to
256 non-allocated sections.
257
258 2005-05-22 Richard Henderson <rth@redhat.com>
259
260 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Relax jsr to
261 undefweak to use zero register. Call elf64_alpha_relax_got_load
262 if not all uses removed.
263 (elf64_alpha_relax_got_load): Relax undefweak to lda zero.
264 (elf64_alpha_relax_section): Handle undefweak symbols.
265 (elf64_alpha_calc_dynrel_sizes): Don't add relocs for undefweak.
266 (elf64_alpha_size_rela_got_1): Likewise.
267 (elf64_alpha_relocate_section): Likewise.
268
269 2005-05-22 Richard Henderson <rth@redhat.com>
270
271 * elf64-alpha.c (elf64_alpha_relax_section): Only operate
272 on SEC_CODE sections.
273
274 2005-05-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
275
276 * som.c (try_prev_fixup): Changed type of subspace_reloc_sizep to
277 unsigned int *.
278 (som_write_space_strings): Change type of tmp_space and p to char *.
279 (som_write_symbol_strings): Likewise. Also change type of comp to
280 char *comp[4].
281 (som_begin_writing): Change type of strings_size to unsigned int.
282 (som_finish_writing): Likewise.
283 (som_slurp_reloc_table): Change type of external_relocs to unsigned
284 char *.
285 * som.h (struct som_section_data_struct): Change type of reloc_stream
286 field to unsigned char *.
287
288 2005-05-20 Daniel Jacobowitz <dan@codesourcery.com>
289
290 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Don't eliminate
291 copy relocations for VxWorks.
292
293 2005-05-20 Daniel Jacobowitz <dan@codesourcery.com>
294
295 * bfd/elf32-ppc.c (struct ppc_elf_link_hash_entry): Add new field
296 has_sda_refs.
297 (ppc_elf_copy_indirect_symbol): Copy has_sda_refs.
298 (ppc_elf_check_relocs): Set has_sda_refs.
299 (ppc_elf_adjust_dynamic_symbol): Check has_sda_refs before eliminating
300 copy relocations. Use has_sda_refs to place variables in .sbss.
301 (ppc_elf_finish_dynamic_symbol): Use has_sda_refs to place variables in
302 .sbss.
303
304 2005-05-20 Bob Wilson <bob.wilson@acm.org>
305
306 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Make sure that
307 xtensa_default_isa is initialized.
308
309 2005-05-20 Alan Modra <amodra@bigpond.net.au>
310
311 * elf32-ppc.c (allocate_dynrelocs): Correct plt offset assigned
312 for second and subsequent list entries. Only allocate multiple
313 glink stubs when shared or pie.
314 (ppc_elf_finish_dynamic_symbol): Break out early when only one
315 glink stub is needed.
316
317 2005-05-19 Zack Weinberg <zack@codesourcery.com>
318
319 * Makefile.am: Have 'all' depend on 'info'.
320 * Makefile.in: Regenerate.
321
322 2005-05-19 Alan Modra <amodra@bigpond.net.au>
323
324 * elf-bfd.h (struct elf_link_hash_table): Delete init_refcount and
325 init_offset. Add init_got_refcount, init_plt_refcount,
326 init_got_offset and init_plt_offset.
327 * elf.c (_bfd_elf_link_hash_newfunc): Adjust for above change.
328 (_bfd_elf_link_hash_hide_symbol): Likewise.
329 (_bfd_elf_link_hash_table_init): Likewise.
330 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
331 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
332 * elflink.c (_bfd_elf_adjust_dynamic_symbol): Likewise.
333 (bfd_elf_size_dynamic_sections): Likewise.
334 * elf32-ppc.c (GLINK_PLTRESOLVE): Now 16 insns.
335 (LWZU_0_X_12, LWZ_0_4_30, LWZ_0_X_12, LWZ_11_X_11, LWZ_11_X_30,
336 LWZ_12_4_12, LWZ_12_8_30, LWZ_12_X_12, SUB_11_11_30): Delete.
337 (ADDIS_12_12, BCL_20_31, LWZU_0_12, LWZ_0_12, LWZ_11_11, LWZ_11_30,
338 LWZ_12_12, MFLR_0, MFLR_12, MTLR_0, SUB_11_11_12): Define.
339 (struct plt_entry): New.
340 (ppc_elf_link_hash_table_create): Set new init_plt fields.
341 (ppc_elf_copy_indirect_symbol): Handle merge of plt plist. Don't
342 use _bfd_elf_link_hash_copy_indirect.
343 (update_plt_info, find_plt_ent): New functions.
344 (ppc_elf_check_relocs): Handle R_PPC_PLTREL24 with non-zero addend
345 and adjust for use of plt list rather than refcount.
346 (ppc_elf_gc_sweep_hook): Likewise.
347 (ppc_elf_tls_optimize): Likewise.
348 (ppc_elf_adjust_dynamic_symbol): Likewise.
349 (allocate_dynrelocs): Likewise.
350 (ppc_elf_relax_section): Likewise.
351 (ppc_elf_relocate_section): Likewise. Adjust R_PPC_PLTREL24 addends
352 when performing a relocatable link.
353 (ppc_elf_finish_dynamic_symbol): Likewise. Write .glink stubs here..
354 (ppc_elf_finish_dynamic_sections): ..rather than here. Use new
355 pic resolver stub.
356
357 2005-05-19 Alan Modra <amodra@bigpond.net.au>
358
359 * elf.c (assign_file_positions_for_segments): Use maximum of
360 maxpagesize and section alignment when adjusting initial
361 segment offset and section offsets.
362
363 2005-05-18 Zack Weinberg <zack@codesourcery.com>
364
365 * elf32-arm.c: Make all #ifndef OLD_ARM_ABI blocks
366 unconditional.
367
368 2005-05-18 H.J. Lu <hongjiu.lu@intel.com>
369
370 * elf.c (group_signature): Undo the last change. Check if the
371 symbol table section is correct.
372
373 2005-05-17 Zack Weinberg <zack@codesourcery.com>
374
375 * elf32-arm.c: Wherever possible, use official reloc names
376 from AAELF.
377 (elf32_arm_howto_table, elf32_arm_tls_gd32_howto)
378 (elf32_arm_tls_ldo32_howto, elf32_arm_tls_ldm32_howto)
379 (elf32_arm_tls_le32_howto, elf32_arm_tls_ie32_howto)
380 (elf32_arm_vtinherit_howto, elf32_arm_vtentry_howto)
381 (elf32_arm_pc11_howto, elf32_arm_thm_pc9_howto, elf32_arm_got_prel)
382 (elf32_arm_r_howto): Replace with elf32_arm_howto_table_1,
383 elf32_arm_howto_table_2, and elf32_arm_howto_table_3.
384 Add many new relocations from AAELF.
385 (elf32_arm_howto_from_type): Update to match.
386 (elf32_arm_reloc_map): Add entries for R_ARM_THM_JUMP24,
387 R_ARM_THM_JUMP11, R_ARM_THM_JUMP19, R_ARM_THM_JUMP8,
388 R_ARM_THM_JUMP6, R_ARM_GNU_VTINHERIT, and R_ARM_GNU_VTENTRY.
389 (elf32_arm_reloc_type_lookup): Use elf32_arm_howto_from_type.
390 (elf32_arm_final_link_relocate): Add support for
391 R_ARM_THM_JUMP24, R_ARM_THM_JUMP19, R_ARM_THM_JUMP6. Remove
392 case entries redundant with default.
393
394 * reloc.c: Reorganize ARM relocations. Add Thumb
395 assembler-internal relocations BFD_RELOC_ARM_T32_OFFSET_U8,
396 BFD_RELOC_ARM_T32_OFFSET_IMM, BFD_RELOC_ARM_T32_IMMEDIATE.
397 Add visible relocations BFD_RELOC_THUMB_PCREL_BRANCH7,
398 BFD_RELOC_THUMB_BRANCH20, BFD_RELOC_THUMB_BRANCH25.
399 Delete unused relocations BFD_RELOC_ARM_GOT12, BFD_RELOC_ARM_COPY.
400 * bfd-in2.h, libbfd.h: Regenerate.
401
402 2005-05-17 Daniel Jacobowitz <dan@codesourcery.com>
403
404 * elf.c (_bfd_elf_write_object_contents): Check for non-NULL
405 elf_shstrtab.
406 * format.c (bfd_check_format_matches): Set output_has_begun
407 for both_direction.
408 * section.c (bfd_set_section_contents): Use bfd_write_p. Remove
409 special case for both_direction.
410
411 2005-05-17 Nick Clifton <nickc@redhat.com>
412
413 * elf.c (group_signature): Check for a group section which is
414 actually a (corrupt) symbol table section in disguise and prevent
415 an infinite loop from occurring.
416
417 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
418
419 * elfxx-ia64.c (elfNN_ia64_relax_brl): Undo the change made on
420 2005-02-16.
421
422 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
423
424 * elfxx-ia64.c (elfNN_ia64_relax_br): Keep the original
425 predicate on slot 0 only if slot 0 isn't br.
426
427 2005-05-17 H.J. Lu <hongjiu.lu@intel.com>
428
429 PR 797
430 * elf32-i386.c (elf_i386_size_dynamic_sections): Also remove
431 empty sdynbss section.
432 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections): Likewise.
433
434 2005-05-17 Tavis Ormandy <taviso@gentoo.org>
435
436 * elf.c (bfd_section_from_shdr): Add sanity check when parsing
437 dynamic sections.
438
439 2005-05-17 Alan Modra <amodra@bigpond.net.au>
440
441 * elf32-ppc.c (LIS_11. LIS_12): Define.
442 (LWZU_0_X_12, LWZ_0_X_12, LWZ_12_4_12, LWZ_12_X_12): Define.
443 (ppc_elf_finish_dynamic_sections): Provide non-pic plt call stub
444 for --data-plt when building non-pie executables.
445
446 2005-05-17 Nick Clifton <nickc@redhat.com>
447
448 * elf32-arm.c (elf32_arm_final_link_relocate): Gracefully handle
449 the situation where a symbols's section is not known but a section
450 relative R_ARM_RELATIVE reloc has to be generated for the Symbian
451 OS.
452
453 * elf32-v850.c (v850_elf_relocate_section): Move code to test for
454 the presence of a symbol table to just before the symbol table is
455 actually used.
456
457 2005-05-16 H.J. Lu <hongjiu.lu@intel.com>
458
459 PR 834
460 * elfxx-ia64.c (elfNN_ia64_relax_br): New.
461 (elfNN_ia64_relax_section): Use it.
462
463 2005-05-14 Mark Kettenis <kettenis@gnu.org>
464
465 * elflink.c (bfd_elf_size_dynamic_sections): Use lbasename instead
466 of basename.
467
468 2005-05-14 Alan Modra <amodra@bigpond.net.au>
469
470 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Set DT_PPC_GOT,
471 not DT_PPC_GLINK.
472 (ppc_elf_finish_dynamic_sections): Likewise.
473
474 2005-05-13 Fred Fish <fnf@specifixinc.com>
475
476 * libbfd-in.h: Fix a comment typo, 'neaderst' -> 'nearest'
477 * libbfd.h: Rebuilt.
478
479 2005-05-13 Bob Wilson <bob.wilson@acm.org>
480
481 * elf32-xtensa.c (xtensa_get_property_section_name): Add missing
482 periods in linkonce_kind values.
483
484 2005-05-12 H.J. Lu <hongjiu.lu@intel.com>
485
486 * elf32-i386.c (elf_i386_relocate_section): Allow R_386_GOTOFF
487 against protected function when building executable.
488
489 2005-05-12 Alan Modra <amodra@bigpond.net.au>
490
491 * elf32-ppc.c (LWZU_0_X_11): Delete.
492 (B, LWZ_11_X_11, LWZ_11_X_30, MTCTR_11): Define.
493 (ppc_elf_select_plt_layout): Set .got flags too. Formatting.
494 (ppc_elf_size_dynamic_sections): Allocate space for .glink branch
495 table.
496 (ppc_elf_finish_dynamic_symbol): Point .plt entries into the branch
497 table.
498 (ppc_elf_finish_dynamic_sections): Adjust DT_PPC_GLINK value.
499 Generate .glink branch table and updated stubs.
500
501 2005-05-11 Alan Modra <amodra@bigpond.net.au>
502
503 * reloc.c (BFD_RELOC_HI16_PCREL): Define.
504 (BFD_RELOC_HI16_S_PCREL, BFD_RELOC_LO16_PCREL): Define.
505 * elf32-ppc.c (GLINK_PLTRESOLVE, GLINK_ENTRY_SIZE): Define.
506 (CROR_151515, CROR_313131): Delete.
507 (ADDIS_11_11, ADDI_11_11, SUB_11_11_30, ADD_0_11_11, ADD_11_0_11,
508 LWZ_0_4_30, MTCTR_0, LWZ_12_8_30, BCTR, ADDIS_11_30,
509 LWZU_0_X_11): Define.
510 (ppc_elf_howto_raw): Add R_PPC_REL16, R_PPC_REL16_LO, R_PPC_REL16_HI
511 and R_PPC_REL16_HA entries.
512 (ppc_elf_reloc_type_lookup): Convert new bfd reloc types.
513 (ppc_elf_addr16_ha_reloc): Also handle R_PPC_REL16_HA.
514 (struct ppc_elf_link_hash_table): Add glink, glink_pltresolve,
515 new_plt, and old_plt.
516 (ppc_elf_create_dynamic_sections): Create .glink section.
517 (ppc_elf_check_relocs): Set new_plt and old_plt.
518 (ppc_elf_select_plt_layout): New function.
519 (ppc_elf_tls_setup): Set plt output section elf type and flags.
520 (allocate_got): Handle differences between old and new got layout.
521 (allocate_dynrelocs): Likewise for plt.
522 (ppc_elf_size_dynamic_sections): Likewise. Allocate memory for
523 .glink. Don't allocate memory for old bss .plt. Emit DT_PPC_GLINK.
524 (ppc_elf_relax_section): Rename ppc_info to htab. Handle .glink
525 destination of R_PPC_PLTREL24 relocs.
526 (ppc_elf_relocate_section): Handle new relocs and changed destination
527 of R_PPC_PLTREL24.
528 (ppc_elf_finish_dynamic_symbol): Init new style plt and handle
529 differences in layout.
530 (ppc_elf_finish_dynamic_sections): Set DT_PPC_GLINK value. Don't
531 put a blrl in new got. Write glink contents.
532 * elf32-ppc.h (ppc_elf_select_plt_layout): Declare.
533 * libbfd.h: Regenerate.
534 * bfd-in2.h: Regenerate.
535
536 2005-05-11 Andreas Schwab <schwab@suse.de>
537
538 * elf32-i386.c (elf_i386_finish_dynamic_sections): Fix signedness
539 warning.
540
541 2005-05-10 H.J. Lu <hongjiu.lu@intel.com>
542
543 * elf.c (_bfd_elf_make_section_from_shdr): Only check debug
544 section if SEC_ALLOC isn't set.
545
546 2005-05-09 Kelley Cook <kcook@gcc.gnu.org>
547
548 * configure.in: Replace AC_COMPILE_CHECK_SIZEOF with AC_CHECK_SIZEOF.
549 * acinclude.m4: Don't sinclude accross.m4.
550 * config.in, configure, Makefile.in, doc/Makefile.in: Regenerate.
551
552 2005-05-09 Alan Modra <amodra@bigpond.net.au>
553
554 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add has_dotsym.
555 (ppc64_elf_add_symbol_hook): Set has_dotsym.
556 (ppc64_elf_check_directives): Only process syms when has_dotsym.
557 (func_desc_adjust): Hide fake function descriptors when function
558 code entry is defined.
559 (adjust_opd_syms): Adjust for deleted_section becoming union field.
560
561 2005-05-09 Alan Modra <amodra@bigpond.net.au>
562
563 * elfcode.h (elf_object_p): Add more sanity checks on elf header.
564
565 2005-05-08 Dave Korn <dave.korn@artimi.com>
566
567 * coff-tic80.c: Undefine _CONST after system headers to prevent
568 clash with tic80-specific definition in include/coff/tic80.h
569
570 2005-05-08 H.J. Lu <hongjiu.lu@intel.com>
571
572 PR 939
573 * elflink.c (elf_link_output_extsym): Use output_bfd if
574 h->root.u.def.section is bfd_abs_section_ptr when reporting
575 error.
576
577 2005-05-07 H.J. Lu <hongjiu.lu@intel.com>
578
579 * elf-bfd.h (elf_backend_data): Update special_sections to
580 array of pointer to bfd_elf_special_section.
581 * elf.c (special_sections): Likewise.
582 * elf32-arm.c (elf32_arm_symbian_special_sections): Likewise.
583 * elf32-m32r.c (m32r_elf_special_sections): Likewise.
584 * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
585 * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
586 * elf32-mcore.c (mcore_elf_special_sections): Likewise.
587 * elf32-ppc.c (ppc_elf_special_sections): Likewise.
588 * elf32-sh64.c (sh64_elf_special_sections): Likewise.
589 * elf32-v850.c (v850_elf_special_sections): Likewise.
590 * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
591 * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
592 * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
593 * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
594 * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
595 * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
596 * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
597 * elfxx-mips.h (_bfd_mips_elf_special_sections): Likewise.
598
599 * elf.c (get_special_section): Updated.
600
601 2005-05-07 Alan Modra <amodra@bigpond.net.au>
602
603 * elf-bfd.h (struct elf_backend_data): Remove got_symbol_offset.
604 * elfxx-target.h (elf_backend_got_symbol_offset): Delete.
605 * elflink.c (_bfd_elf_create_got_section): Use zero in place of
606 got_symbol_offset.
607 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Likewise.
608 * elf32-frv.c (_frv_create_got_section): Likewise.
609 * elf32-i370.c (i370_elf_finish_dynamic_sections): Delete ppc code.
610 (elf_backend_got_symbol_offset): Don't define.
611 * elf64-ppc.c (elf_backend_got_symbol_offset): Don't define.
612 * elf32-ppc.c (struct ppc_elf_link_hash_table): Add got_header_size
613 and got_gap.
614 (ppc_elf_create_got): Tidy.
615 (ppc_elf_create_dynamic_sections): Don't set SEC_IN_MEMORY for .plt.
616 (ppc_elf_check_relocs): Reduce string comparisons by using elf.hgot.
617 (ppc_elf_gc_sweep_hook): Likewise.
618 (ppc_elf_relocate_section): Likewise.
619 (ppc_elf_finish_dynamic_symbol): Likewise.
620 (allocate_got): New function.
621 (allocate_dynrelocs): Use allocate_got.
622 (ppc_elf_size_dynamic_sections): Likewise. Delay tlsld_got allocation
623 so that local got can refcount it. Set got_header_size.
624 (ppc_elf_relocate_section): Use value of elf.hgot rather than hard-
625 coded 4.
626 (ppc_elf_finish_dynamic_sections): Likewise.
627 (elf_backend_got_symbol_offset): Don't define.
628 (elf_backend_got_header_size): Ditto.
629
630 2005-05-05 Steve Ellcey <sje@cup.hp.com>
631
632 * configure.in (ACX_HEADER_STRING): New.
633 * configure: Regenerate.
634 * config.in: Regenerate.
635 * sysdep.h (STRING_WITH_STRINGS): Use.
636
637 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
638
639 * elf.c (_bfd_elf_close_and_cleanup): Only call
640 _bfd_dwarf2_cleanup_debug_info on bfd_object.
641
642 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
643
644 * elflink.c (_bfd_elf_provide_section_bound_symbols): Use
645 "__bss_start" instead of "_edata" as fallback.
646
647 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
648
649 * bfd-in2.h: Regenerated.
650
651 2005-05-05 Paul Brook <paul@codesourcery.com>
652
653 * config.bfd: Use bfd_elf32_i386_vxworks_vec for i?86-*-vxworks.
654 * configure.in: Add bfd_elf32_i386_vxworks_vec. i386 targets need
655 elf-vxworks.lo.
656 * configure: Regenerate.
657 * Makefile.am (BFD32_BACKENDS): Add elf-vxworks.lo.
658 (BFD32_BACKENDS_CFILES): Add elf-vxworks.c.
659 (elf32-i386.lo): Depend on elf-vxworks.h.
660 (elf-vxworks.lo): New rule.
661 * Makefile.in: Regenerate.
662 * elf-bfd.h (elf_backend_data): Update type of
663 elf_backend_emit_relocs.
664 (_bfd_elf_link_output_relocs): Update prototype.
665 * elflink.c (_bfd_elf_link_output_relocs): Always use
666 bed->elf_backend_emit_relocs when outputting relocations.
667 * elfxx-target.h (elf_backend_emit_relocs): Default to
668 _bfd_elf_link_output_relocs.
669 * targets.c (bfd_elf32_i386_vxworks_vec): Declare.
670 (_bfd_target_vector): Add bfd_elf32_i386_vxworks_vec.
671 * elf32-i386.c: Add elf32-i386-vxworks target BFD.
672 (elf_i386_plt0_entry): Remove padding.
673 (elf_i386_pic_plt0_entry): Ditto.
674 (PLTRESOLVE_RELOCS_SHLIB, PLTRESOLVE_RELOCS): Define.
675 (PLT_NON_JUMP_SLOT_RELOCS): Define.
676 (elf_i386_link_hash_table): Add srelplt2, hgot, hplt, is_vxworks and
677 plt0_pad_byte fields.
678 (elf_i386_link_hash_table_create): Zero them.
679 (elf_i386_create_dynamic_sections): Create static relocation section.
680 (allocate_dynrelocs): Allocate space for static PLT relocations.
681 (elf_i386_size_dynamic_sections): Save shortcuts to PLT and GOT
682 symbols. Give PLT symbols function type. Don't strip PLT sections
683 if we have exported symbols from them.
684 (elf_i386_finish_dynamic_symbol): Fill in VxWorks PLT static
685 relocation section. Don't mark _GLOBAL_OFFSET_TABLE_ as absolute on
686 VxWorks.
687 (elf_i386_finish_dynamic_sections): Allow different pad bytes.
688 Add relocation for GOT location. Fill in PLT static relocations.
689 (elf_i386_vxworks_link_hash_table_create): New function.
690 (elf_i386_vxworks_link_output_symbol_hook): New function.
691 * elf-vxworks.h: New file.
692
693 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
694
695 * section.c (bfd_make_section_anyway_with_flags): New.
696 (bfd_make_section_anyway): Call bfd_make_section_anyway_with_flags,
697 (bfd_make_section_with_flags): New.
698 (bfd_make_section): Call bfd_make_section_with_flags.
699
700 * elf-m10300.c (_bfd_mn10300_elf_create_got_section): Call
701 bfd_make_section_with_flags/bfd_make_section_anyway_with_flags
702 instead of bfd_make_section/bfd_make_section and don't call
703 bfd_set_section_flags.
704 (mn10300_elf_check_relocs): Likewise.
705 (_bfd_mn10300_elf_create_dynamic_sections): Likewise.
706 * elf32-arm.c (create_got_section): Likewise.
707 (bfd_elf32_arm_add_glue_sections_to_bfd): Likewise.
708 (elf32_arm_check_relocs): Likewise.
709 * elf32-cris.c (cris_elf_check_relocs): Likewise.
710 * elf32-frv.c (elf32_frv_add_symbol_hook): Likewise.
711 (_frv_create_got_section): Likewise.
712 (elf32_frvfdpic_create_dynamic_sections): Likewise.
713 * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Likewise.
714 (elf32_hppa_check_relocs): Likewise.
715 * elf32-i370.c (i370_elf_create_dynamic_sections): Likewise.
716 (i370_elf_check_relocs): Likewise.
717 * elf32-i386.c (create_got_section): Likewise.
718 (elf_i386_check_relocs): Likewise.
719 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
720 (create_got_section): Likewise.
721 (m32r_elf_create_dynamic_sections): Likewise.
722 (m32r_elf_check_relocs): Likewise.
723 * elf32-m68k.c (elf_m68k_check_relocs): Likewise.
724 * elf32-ppc.c (ppc_elf_create_got): Likewise.
725 (ppc_elf_create_dynamic_sections): Likewise.
726 (ppc_elf_add_symbol_hook): Likewise.
727 (ppc_elf_check_relocs): Likewise.
728 * elf32-s390.c (create_got_section): Likewise.
729 (elf_s390_check_relocs): Likewise.
730 * elf32-sh.c (create_got_section): Likewise.
731 (sh_elf_create_dynamic_sections): Likewise.
732 (sh_elf_check_relocs): Likewise.
733 * elf32-vax.c (elf_vax_check_relocs): Likewise.
734 * elf32-xstormy16.c (xstormy16_elf_check_relocs): Likewise.
735 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Likewise.
736 (add_extra_plt_sections): Likewise.
737 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise.
738 (elf64_alpha_create_got_section): Likewise.
739 (elf64_alpha_create_dynamic_sections): Likewise.
740 (elf64_alpha_check_relocs): Likewise.
741 * elf64-hppa.c (get_reloc_section): Likewise.
742 (get_opd): Likewise.
743 (get_plt): Likewise.
744 (get_dlt): Likewise.
745 (get_stub): Likewise.
746 (elf64_hppa_create_dynamic_sectionso): Likewise.
747 * elf64-mmix.c (mmix_elf_check_common_relocs): Likewise.
748 * elf64-ppc.c (create_linkage_sections): Likewise.
749 (ppc64_elf_check_relocs): Likewise.
750 * elf64-s390.c (create_got_section): Likewise.
751 (elf_s390_check_relocs): Likewise.
752 * elf64-sh64.c (sh_elf64_check_relocs): Likewise.
753 (sh64_elf64_create_dynamic_sections): Likewise.
754 * elf64-x86-64.c (create_got_section): Likewise.
755 (elf64_x86_64_check_relocs): Likewise.
756 * elflink.c (_bfd_elf_create_got_section): Likewise.
757 (_bfd_elf_link_create_dynamic_sections): Likewise.
758 (elf_link_add_object_symbols): Likewise.
759 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
760 (elfNN_ia64_create_dynamic_sections): Likewise.
761 (get_fptr): Likewise.
762 (get_pltoff): Likewise.
763 (get_reloc_section): Likewise.
764 (elfNN_ia64_object_p): Likewise.
765 * elfxx-mips.c (mips_elf_rel_dyn_section): Likewise.
766 (mips_elf_create_compact_rel_section): Likewise.
767 (mips_elf_create_got_section): Likewise.
768 (_bfd_mips_elf_create_dynamic_sections): Likewise.
769 * elfxx-sparc.c (create_got_section): Likewise.
770 (_bfd_sparc_elf_check_relocs): Likewise.
771
772 * elf.c (_bfd_elf_new_section_hook): Call _bfd_elf_get_sec_type_attr
773 on linker created sections.
774
775 2005-05-05 H.J. Lu <hongjiu.lu@intel.com>
776
777 PR 882
778 * elflink.c (_bfd_elf_link_assign_sym_version): Allow version
779 script on executable.
780
781 2005-05-05 John Levon <levon@movementarian.org>
782
783 * dwarf2.c (read_abbrevs): If bfd_realloc fails, free currently
784 allocated memory before returning.
785 (decode_line_info): Likewise.
786 (_bfd_dwarf2_cleanup_debug_info): New function: Frees memory
787 allocated by functions in this file.
788 * elf-bfd.h (_bfd_dwarf2_cleanup_debug_info): Prototype.
789 * elf.c (_bfd_elf_close_and_cleanup): Call
790 _bfd_dwarf2_cleanup_debug_info.
791
792 2005-05-05 Hans-Peter Nilsson <hp@axis.com>
793
794 * Makefile.am (INCLUDES): Don't -D_GNU_SOURCE here.
795 * configure.in: Call AC_GNU_SOURCE here, after AC_PROG_CC.
796 * configure, config.in, Makefile.in: Regenerate.
797 * sysdep.h (stpcpy): Revert last change.
798
799 2005-05-05 Hans-Peter Nilsson <hp@axis.com>
800
801 * sysdep.h (stpcpy): Wrap declaration in parentheses.
802
803 2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
804
805 * elfxx-ia64.c (ARCH_SIZE): New.
806 (LOG_SECTION_ALIGN): Likewise.
807 (elfNN_ia64_create_dynamic_sections): Use LOG_SECTION_ALIGN to
808 align relocation sections.
809 (get_fptr): Likewise.
810 (get_reloc_section): Likewise.
811 (elfNN_ia64_tprel_base): Likewise.
812 (elfNN_ia64_check_relocs): Support 32bit relocations.
813 (allocate_global_fptr_got): Likewise.
814 (allocate_dynrel_entries): Likewise.
815 (set_got_entry): Likewise.
816 (set_pltoff_entry): Likewise.
817 (elfNN_ia64_relocate_section): Likewise.
818
819 2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
820
821 * configure.in: Add AC_CHECK_DECLS(stpcpy).
822 * configure: Regenerate.
823 * config.in: Likewise.
824
825 * sysdep.h (stpcpy): New.
826
827 2005-05-04 Nick Clifton <nickc@redhat.com>
828
829 * Update the address and phone number of the FSF organization in
830 the GPL notices in the following files:
831 aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c,
832 aout-cris.c, aout-ns32k.c, aout-sparcle.c, aout-target.h,
833 aout-tic30.c, aout0.c, aout32.c, aout64.c, aoutf1.h, aoutx.h,
834 archive.c, archive64.c, archures.c, armnetbsd.c, bfd-in.h,
835 bfd-in2.h, bfd.c, bfdio.c, bfdwin.c, binary.c, bout.c, cache.c,
836 cf-i386lynx.c, cf-m68klynx.c, cf-sparclynx.c, cisco-core.c,
837 coff-a29k.c, coff-alpha.c, coff-apollo.c, coff-arm.c, coff-aux.c,
838 coff-go32.c, coff-h8300.c, coff-h8500.c, coff-i386.c, coff-i860.c,
839 coff-i960.c, coff-ia64.c, coff-m68k.c, coff-m88k.c, coff-maxq.c,
840 coff-mcore.c, coff-mips.c, coff-or32.c, coff-pmac.c, coff-ppc.c,
841 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c,
842 coff-svm68k.c, coff-tic30.c, coff-tic4x.c, coff-tic54x.c,
843 coff-tic80.c, coff-u68k.c, coff-w65.c, coff-we32k.c, coff-z8k.c,
844 coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c, coffswap.h,
845 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c,
846 cpu-avr.c, cpu-cr16c.c, cpu-cris.c, cpu-crx.c, cpu-d10v.c,
847 cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c, cpu-h8300.c,
848 cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c, cpu-i860.c,
849 cpu-i960.c, cpu-ia64-opc.c, cpu-ia64.c, cpu-ip2k.c, cpu-iq2000.c,
850 cpu-m10200.c, cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c,
851 cpu-m68hc12.c, cpu-m68k.c, cpu-m88k.c, cpu-maxq.c, cpu-mcore.c,
852 cpu-mips.c, cpu-mmix.c, cpu-msp430.c, cpu-ns32k.c, cpu-openrisc.c,
853 cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c, cpu-rs6000.c,
854 cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c, cpu-tic4x.c,
855 cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c, cpu-w65.c,
856 cpu-we32k.c, cpu-xstormy16.c, cpu-xtensa.c, cpu-z8k.c, demo64.c,
857 dwarf1.c, dwarf2.c, ecoff.c, ecofflink.c, ecoffswap.h,
858 efi-app-ia32.c, efi-app-ia64.c, elf-bfd.h, elf-eh-frame.c,
859 elf-hppa.h, elf-m10200.c, elf-m10300.c, elf-strtab.c, elf.c,
860 elf32-am33lin.c, elf32-arc.c, elf32-arm.c, elf32-avr.c,
861 elf32-cr16c.c, elf32-cris.c, elf32-crx.c, elf32-d10v.c,
862 elf32-d30v.c, elf32-dlx.c, elf32-fr30.c, elf32-frv.c, elf32-gen.c,
863 elf32-h8300.c, elf32-hppa.c, elf32-hppa.h, elf32-i370.c,
864 elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
865 elf32-iq2000.c, elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c,
866 elf32-m68hc1x.c, elf32-m68hc1x.h, elf32-m68k.c, elf32-m88k.c,
867 elf32-mcore.c, elf32-mips.c, elf32-msp430.c, elf32-openrisc.c,
868 elf32-or32.c, elf32-pj.c, elf32-ppc.c, elf32-ppc.h, elf32-s390.c,
869 elf32-sh-symbian.c, elf32-sh.c, elf32-sh64-com.c, elf32-sh64.c,
870 elf32-sh64.h, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
871 elf32-xstormy16.c, elf32-xtensa.c, elf32.c, elf64-alpha.c,
872 elf64-gen.c, elf64-hppa.c, elf64-hppa.h, elf64-mips.c,
873 elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
874 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elf64.c, elfcode.h,
875 elfcore.h, elflink.c, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c,
876 elfxx-mips.h, elfxx-sparc.c, elfxx-sparc.h, elfxx-target.h,
877 epoc-pe-arm.c, epoc-pei-arm.c, format.c, freebsd.h, gen-aout.c,
878 genlink.h, hash.c, host-aout.c, hp300bsd.c, hp300hpux.c,
879 hppabsd-core.c, hpux-core.c, i386aout.c, i386bsd.c, i386dynix.c,
880 i386freebsd.c, i386linux.c, i386lynx.c, i386mach3.c, i386msdos.c,
881 i386netbsd.c, i386os9k.c, ieee.c, ihex.c, init.c, irix-core.c,
882 libaout.h, libbfd-in.h, libbfd.c, libbfd.h, libcoff-in.h,
883 libcoff.h, libecoff.h, libhppa.h, libieee.h, libnlm.h, liboasys.h,
884 libpei.h, libxcoff.h, linker.c, lynx-core.c, m68k4knetbsd.c,
885 m68klinux.c, m68klynx.c, m68knetbsd.c, m88kmach3.c, m88kopenbsd.c,
886 mach-o-target.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c, mmo.c,
887 netbsd-core.c, netbsd.h, newsos3.c, nlm-target.h, nlm.c,
888 nlm32-alpha.c, nlm32-i386.c, nlm32-ppc.c, nlm32-sparc.c, nlm32.c,
889 nlm64.c, nlmcode.h, nlmswap.h, ns32k.h, ns32knetbsd.c, oasys.c,
890 opncls.c, osf-core.c, pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c,
891 pe-mcore.c, pe-mips.c, pe-ppc.c, pe-sh.c, peXXigen.c,
892 pef-traceback.h, pef.c, pef.h, pei-arm.c, pei-i386.c, pei-mcore.c,
893 pei-mips.c, pei-ppc.c, pei-sh.c, peicode.h, ppcboot.c,
894 ptrace-core.c, reloc.c, reloc16.c, riscix.c, rs6000-core.c,
895 sco5-core.c, section.c, simple.c, som.c, som.h, sparclinux.c,
896 sparclynx.c, sparcnetbsd.c, srec.c, stab-syms.c, stabs.c, sunos.c,
897 syms.c, sysdep.h, targets.c, tekhex.c, ticoff.h, trad-core.c,
898 vax1knetbsd.c, vaxbsd.c, vaxnetbsd.c, versados.c, vms-gsd.c,
899 vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h, xcoff-target.h,
900 xcofflink.c, xsym.c, xsym.h, xtensa-isa.c, xtensa-modules.c,
901 hosts/alphavms.h
902
903 2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
904
905 * bfd-in.h (_bfd_elf_provide_section_bound_symbols): New.
906 * bfd-in2.h: Regenerated.
907
908 * elflink.c (bfd_elf_set_symbol): New.
909 (_bfd_elf_provide_symbol): Call it.
910 (_bfd_elf_provide_section_bound_symbols): New.
911
912 2005-05-04 H.J. Lu <hongjiu.lu@intel.com>
913
914 * elflink.c (_bfd_elf_merge_symbol): Only skip weak definitions
915 at the end, if a strong definition has already been seen.
916
917 2005-05-04 Alan Modra <amodra@bigpond.net.au>
918
919 * section.c (struct bfd_section): Replace link_order_head and
920 link_order_tail with map_head and map_tail union.
921 (STD_SECTION): Update.
922 (_bfd_strip_section_from_output): Delete.
923 * aoutx.h: Update throughout for above changes.
924 * coff-ppc.c: Likewise.
925 * cofflink.c: Likewise.
926 * ecoff.c: Likewise.
927 * elf-eh-frame.c: Likewise.
928 * elf-m10300.c: Likewise.
929 * elf.c: Likewise.
930 * elf32-arm.c: Likewise.
931 * elf32-cris.c: Likewise.
932 * elf32-hppa.c: Likewise.
933 * elf32-i386.c: Likewise.
934 * elf32-m32r.c: Likewise.
935 * elf32-m68hc1x.c: Likewise.
936 * elf32-m68k.c: Likewise.
937 * elf32-ppc.c: Likewise.
938 * elf32-s390.c: Likewise.
939 * elf32-sh.c: Likewise.
940 * elf32-vax.c: Likewise.
941 * elf32-xtensa.c: Likewise.
942 * elf64-alpha.c: Likewise.
943 * elf64-hppa.c: Likewise.
944 * elf64-ppc.c: Likewise.
945 * elf64-s390.c: Likewise.
946 * elf64-sh64.c: Likewise.
947 * elf64-x86-64.c: Likewise.
948 * elflink.c: Likewise.
949 * elfxx-ia64.c: Likewise.
950 * elfxx-mips.c: Likewise.
951 * elfxx-sparc.c: Likewise.
952 * linker.c: Likewise.
953 * merge.c: Likewise.
954 * pdp11.c: Likewise.
955 * xcofflink.c: Likewise.
956 * elflink.c (bfd_boolean bfd_elf_size_dynsym_hash_dynstr): Split
957 out from bfd_elf_size_dynamic_sections.
958 * bfd-in.h (bfd_boolean bfd_elf_size_dynsym_hash_dynstr): Declare.
959 * bfd-in2.h: Regenerate.
960
961 2005-05-04 Alan Modra <amodra@bigpond.net.au>
962
963 * section.c (bfd_section_list_remove): Don't clear s->next.
964 (bfd_section_list_append): Always init s->prev.
965 (bfd_section_list_prepend): Define.
966 (bfd_section_list_insert_after): Minor optimization.
967 (bfd_section_removed_from_list): Rewrite.
968 * elf.c (assign_section_numbers): Simplify list traversal now that
969 bfd_section_list_remove doesn't destroy removed section next ptr.
970 * sunos.c (sunos_add_dynamic_symbols): Likewise.
971 * elfxx-ia64.c (elfNN_ia64_object_p): Use bfd_section_list_prepend.
972 * xcofflink.c (_bfd_xcoff_bfd_final_link): Simplify list traversal.
973 * bfd-in2.h: Regenerate.
974
975 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
976
977 * bfd.c (bfd): Remove section_tail and add section_last.
978 (bfd_preserve): Likewise.
979 (bfd_preserve_save): Likewise.
980 (bfd_preserve_restore): Likewise.
981 * opncls.c (_bfd_new_bfd): Likewise.
982
983 * coffcode.h (coff_compute_section_file_positions): Updated.
984 (coff_compute_section_file_positions): Likewise.
985 * elf.c (assign_section_numbers): Likewise.
986 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
987 * elf64-mmix.c (mmix_elf_final_link): Likewise.
988 * elfxx-ia64.c (elfNN_ia64_object_p): Likewise.
989 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
990 * sunos.c (sunos_add_dynamic_symbols): Likewise.
991 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
992
993 * ecoff.c (bfd_debug_section): Initialize prev.
994
995 * section.c (bfd_section): Add prev.
996 (bfd_section_list_remove): Updated.
997 (bfd_section_list_append): New.
998 (bfd_section_list_insert_after): New.
999 (bfd_section_list_insert_before): New.
1000 (bfd_section_list_insert): Removed.
1001 (bfd_section_removed_from_list): Updated.
1002 (STD_SECTION): Initialize prev.
1003 (bfd_section_init): Updated.
1004 (bfd_section_list_clear): Updated.
1005
1006 * bfd-in2.h: Regenerated.
1007
1008 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1009
1010 * elf.c (_bfd_elf_new_section_hook): Don't call
1011 _bfd_elf_get_sec_type_attr on sections from input files.
1012
1013 2005-05-02 H.J. Lu <hongjiu.lu@intel.com>
1014
1015 * merge.c (sec_merge_init): Call bfd_hash_table_init_n with
1016 hash table size 16699 instead of bfd_hash_table_init.
1017
1018 2005-05-01 Paul Brook <paul@codesourcery.com>
1019
1020 * elflink.c (_bfd_elf_merge_symbol): Skip weak definitions if a strong
1021 definition has already been seen.
1022
1023 2005-05-01 Paul Brook <paul@codesourcery.com>
1024
1025 * elf32-arm.c (bfd_elf32_arm_process_before_allocation): Treat
1026 R_ARM_PLT32 the same as R_ARM_PC24.
1027 (arm_add_to_rel): Ditto.
1028
1029 2005-04-29 Ralf Corsepius <ralf.corsepius@rtems.org>
1030
1031 * config.bfd: Add h8300*-*-rtemscoff.
1032 Switch h8300*-*-rtems* to elf.
1033
1034 2005-04-29 Daniel Jacobowitz <dan@codesourcery.com>
1035
1036 * aclocal.m4, Makefile.in: Regnerated.
1037
1038 2005-04-28 Paul Brook <paul@codesourcery.com>
1039
1040 Merge changes only applied to Makefile.in.
1041 * Makefile.am (BFD32_BACKENDS): Add elfxx-sparc.lo
1042 (BFD32_BACKENDS_CFILES): Add elfxx-sparc.c
1043 (elfxx-sparc.lo): New rule.
1044 (elf32-sparc.lo): Add elfxx-sparc.h dependency.
1045 (elf64-sparc.lo): Likewise.
1046
1047 2005-04-28 Julian Brown <julian@codesourcery.com>
1048
1049 * elflink.c (_bfd_elf_provide_symbol): Provide symbol for weak
1050 import.
1051
1052 2005-04-27 H.J. Lu <hongjiu.lu@intel.com>
1053
1054 * elf-bfd.h (bfd_elf_sym_name): Also take "asection *".
1055
1056 * elf.c (bfd_elf_sym_name): Updated.
1057 (group_signature): Likewise.
1058 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1059 * elf64-ppc.c (ppc64_elf_edit_opd): Likewise.
1060 (ppc64_elf_edit_toc): Likewise.
1061 (ppc64_elf_relocate_section): Likewise.
1062 * elfcode.h (elf_slurp_symbol_table): Likewise.
1063 * elflink.c (elf_link_input_bfd): Likewise.
1064
1065 * elfxx-ia64.c (elfNN_ia64_relocate_section): Call
1066 bfd_elf_sym_name to get local symbol name when reporting errors.
1067
1068 2005-04-27 Nick Clifton <nickc@redhat.com>
1069
1070 * elflink.c (elf_link_input_bfd): Handle the case where a badly
1071 formatted input file results in a reloc which has no associated
1072 global symbol.
1073
1074 2005-04-26 Jerome Guitton <guitton@gnat.com>
1075
1076 * bfd.m4 (BFD_NEED_DECLARATION): Restore.
1077
1078 2005-04-25 David S. Miller <davem@davemloft.net>
1079
1080 * elfxx-sparc.c (sparc_elf_append_rela_64): Add BFD64 protection.
1081 (sparc_elf_r_info_64, _bfd_sparc_elf_finish_dynamic_symbol,
1082 sparc64_finish_dyn, _bfd_sparc_elf_finish_dynamic_sections):
1083 Likewise.
1084
1085 2005-04-25 H.J. Lu <hongjiu.lu@intel.com>
1086
1087 PR 858
1088 * elflink.c (elf_link_input_bfd): Make non-debugging reference
1089 to discarded section an error.
1090
1091 2005-04-21 Jerome Guitton <guitton@gnat.com>
1092
1093 * configure.in: Replace BFD_NEED_DECLARATION checks by the
1094 corresponding AC_CHECK_DECLS.
1095 * sysdep.h: Replace NEED_DECLARATION_* checks by the corresponding
1096 HAVE_DECL_*.
1097 * bfd.m4 (BFD_NEED_DECLARATION): Remove, obsolete.
1098 * configure: Regenerate.
1099 * config.in: Ditto.
1100
1101 2005-04-21 Andreas Schwab <schwab@suse.de>
1102
1103 * elfxx-sparc.h (struct _bfd_sparc_elf_link_hash_table): Remove
1104 unsigned from type of dynamic_interpreter.
1105 * elfxx-sparc.c (_bfd_sparc_elf_link_hash_table_create): Remove
1106 casts again.
1107
1108 * elf.c (assign_section_numbers): Fix comment.
1109
1110 2005-04-21 Jerome Guitton <guitton@gnat.com>
1111
1112 * som.c (som_bfd_print_private_bfd_data): Add explicit cast to long
1113 for struct som_exec_auxhdr fields.
1114
1115 2005-04-21 Nick Clifton <nickc@redhat.com>
1116
1117 * aout-adobe.c: Convert to ISO C and fix formatting.
1118 * aout-arm.c: Convert to ISO C and fix formatting.
1119 * aout-cris.c: Convert to ISO C and fix formatting.
1120 * aout-ns32k.c: Convert to ISO C and fix formatting.
1121 * aout-tic30.c: Convert to ISO C and fix formatting.
1122 * coffcode.h: Convert to ISO C and fix formatting.
1123 * coffswap.h: Convert to ISO C and fix formatting.
1124 * i386aout.c: Convert to ISO C and fix formatting.
1125 * libaout.h: Convert to ISO C and fix formatting.
1126 * libcoff-in.h: Convert to ISO C and fix formatting.
1127 * libcoff.h: Convert to ISO C and fix formatting.
1128 * libecoff.h: Convert to ISO C and fix formatting.
1129 * libnlm.h: Convert to ISO C and fix formatting.
1130 * libpei.h: Convert to ISO C and fix formatting.
1131 * libxcoff.h: Convert to ISO C and fix formatting.
1132 * nlm-target.h: Convert to ISO C and fix formatting.
1133 * nlm.c: Convert to ISO C and fix formatting.
1134 * nlm32-alpha.c: Convert to ISO C and fix formatting.
1135 * nlm32-i386.c: Convert to ISO C and fix formatting.
1136 * nlm32-ppc.c: Convert to ISO C and fix formatting.
1137 * nlm32-sparc.c: Convert to ISO C and fix formatting.
1138 * nlmcode.h: Convert to ISO C and fix formatting.
1139 * nlmswap.h: Convert to ISO C and fix formatting.
1140 * pe-mips.c: Convert to ISO C and fix formatting.
1141 * peXXigen.c: Convert to ISO C and fix formatting.
1142 * peicode.h: Convert to ISO C and fix formatting.
1143 * vms-gsd.c: Convert to ISO C and fix formatting.
1144 * vms-hdr.c: Convert to ISO C and fix formatting.
1145 * vms-misc.c: Convert to ISO C and fix formatting.
1146 * vms-tir.c: Convert to ISO C and fix formatting.
1147 * vms.c: Convert to ISO C and fix formatting.
1148 * vms.h: Convert to ISO C and fix formatting.
1149
1150 * coffgen.c (coff_print_symbol): Restore correct formatting of
1151 output.
1152
1153 2005-04-20 David S. Miller <davem@davemloft.net>
1154
1155 * elfxx-sparc.c (sparc_elf_r_symndx_64): Fix compiler warning.
1156 (_bfd_sparc_elf_link_hash_table_create): Likewise.
1157 (allocate_dynrelocs): Likewise.
1158
1159 2005-04-20 Jerome Guitton <guitton@gnat.com>
1160
1161 * configure.in: Fix the check for basename declaration. Add check
1162 for declarations of ftello, ftello64, fseeko, fseeko64.
1163 * configure: Regenerate.
1164 * config.in: Ditto.
1165 * sysdep.h: If needed, declare ftello, ftello64, fseeko, fseeko64.
1166
1167 2005-04-19 David S. Miller <davem@davemloft.net>
1168
1169 * elfxx-sparc.c: New file.
1170 * elfxx-sparc.h: New file.
1171 * Makefile.in (BFD32_BACKENDS): Add elfxx-sparc.lo
1172 (BFD32_BACKENDS_CFILES): Add elfxx-sparc.c
1173 (elfxx-sparc.lo): New rule.
1174 (elf32-sparc.lo): Add elfxx-sparc.h dependency.
1175 (elf64-sparc.lo): Likewise.
1176 * configure.in (bfd_elf32_sparc_vec): Add elfxx-sparc.lo
1177 (bfd_elf64_sparc_vec): Likewise.
1178 * configure: Regenerate.
1179 * elf32-sparc.c: Remove common code now in elfxx-sparc.c
1180 * elf64-sparc.c: Likewise, also use elf64_sparc_*() naming
1181 which is more consistent with elf32-sparc.c
1182
1183 2005-04-19 Daniel Jacobowitz <dan@codesourcery.com>
1184
1185 * elfxx-mips.c (struct mips_elf_link_hash_entry): Update comment.
1186 (mips_elf_create_local_got_entry): Check h->root.forced_local.
1187
1188 2005-04-19 Alan Modra <amodra@bigpond.net.au>
1189
1190 * elf32-ppc.c (ppc_elf_check_relocs): Don't bother with
1191 dynamic relocs in non-SEC_ALLOC sections.
1192 (ppc_elf_gc_sweep_hook): Likewise.
1193 (ppc_elf_relax_section): Likewise.
1194 (ppc_elf_relocate_section): Likewise.
1195
1196 2005-04-18 Nick Clifton <nickc@redhat.com>
1197
1198 * aix5ppc-core.c (xcoff64_core_p): Fix compile time warning
1199 assigning a value to return_value.
1200
1201 2005-04-17 H.J. Lu <hongjiu.lu@intel.com>
1202
1203 PR 855
1204 * elf.c (_bfd_elf_copy_private_section_data): Don't copy linker
1205 created group data.
1206
1207 2005-04-17 H.J. Lu <hongjiu.lu@intel.com>
1208
1209 PR 855
1210 * elf.c (setup_group): Properly handle zero group count.
1211
1212 2005-04-17 Mark Kettenis <kettenis@gnu.org>
1213
1214 * som.c (hppa_som_reloc, som_mkobject, som_is_space)
1215 (som_is_subspace, compare_subspaces, som_compute_checksum)
1216 (som_build_and_write_symbol_table, som_slurp_symbol_table): New
1217 protoypes.
1218 (hppa_som_reloc, compare_syms, compare_subspaces)
1219 (som_print_symbol, som_get_section_contents)
1220 (som_set_section_contents): Remove space after 'void *'.
1221 (som_bfd_print_private_bfd_data): Use %lx to print longs.
1222 (som_bfd_merge_private_bfd_data)
1223 (som_bfd_copy_private_header_data, som_bfd_set_private_flags): New
1224 defines.
1225
1226 2004-04-15 Julian Brown <julian@codesourcery.com>
1227
1228 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
1229 * bfd-in2.h: Regenerate.
1230 * elf32-arm.c (elf32_arm_link_hash_table): New field, 'use_blx'.
1231 (elf32_arm_link_hash_table_create): Initialise fix_v4bx, use_blx.
1232 (bfd_elf32_arm_set_target_relocs): Handle use_blx.
1233 (elf32_arm_final_link_relocate): Use Thumb BLX for R_ARM_THM_PC22
1234 relocations if requested to.
1235 (allocate_dynrelocs): Don't count size of omitted Thumb stubs based on
1236 use_blx rather than symbian_p.
1237 (elf32_arm_finish_dynamic_symbol): Don't output Thumb PLT stubs if
1238 use_blx is in effect.
1239 (elf32_arm_symbian_link_hash_table_create): Enable use_blx by default
1240 for SymbianOS.
1241
1242 2005-04-15 Nick Clifton <nickc@redhat.com>
1243
1244 * coffgen.c (coff_print_symbol): Use fprintf_vma to print vma
1245 values.
1246
1247 2005-04-15 Alan Modra <amodra@bigpond.net.au>
1248
1249 PR ld/815
1250 * elflink.c (elf_smash_syms): Clear undef.next if it's not being
1251 used as a list pointer.
1252
1253 2005-04-14 Alan Modra <amodra@bigpond.net.au>
1254
1255 * Makefile.am (NO_WERROR): Define.
1256 * warning.m4: New file
1257 * acinclude.m4: Include warning.m4.
1258 * configure.in: Invoke AM_BINUTILS_WARNINGS.
1259 * Makefile.in: Regenerate.
1260 * configure: Regenerate.
1261
1262 2005-04-14 Alan Modra <amodra@bigpond.net.au>
1263
1264 * merge.c (sec_merge_emit): Tidy. Check for bfd_zmalloc errors.
1265 Write trailing padding.
1266
1267 * merge.c (merge_strings): Round up section size for alignment.
1268
1269 2005-04-14 David S. Miller <davem@davemloft.net>
1270
1271 Add TLS support for 64-bit Sparc ELF.
1272 * elf64-sparc.c (sparc64_elf_dyn_relocs,
1273 sparc64_elf_link_hash_entry, sparc64_elf_obj_tdata): New structs.
1274 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLD_GD, GOT_TLD_IE,
1275 sparc64_elf_hash_entry, sparc64_elf_tdata,
1276 sparc64_elf_local_got_tls_type): New defines.
1277 (sparc64_elf_mkobject): New function.
1278 (sparc64_elf_link_hash_table): Add members for dynamic linker
1279 sections PLT, RELPLT, DYNBSS, and RELBSS. Add tls_ldm_got
1280 uion to track TLS GOT references. Add sym_sec to cache
1281 mappings from local sym to section.
1282 (link_hash_newfunc): New function.
1283 (sparc64_elf_bfd_link_hash_table_create): Rename to
1284 sparc64_elf_link_hash_table_create for consistency.
1285 Pass link_hash_newfunc to _bfd_elf_link_hash_table_init.
1286 (sparc64_elf_create_dynamic_sections): Initialize new section
1287 members of sparc64_elf_link_hash_table. Only init srelbss
1288 if not-shared.
1289 (sparc64_elf_copy_indirect_symbol, sparc64_elf_tls_transition):
1290 New functions.
1291 (SPARC_NOP): Define.
1292 (sparc64_elf_build_plt, sparc64_elf_plt_entry_offset,
1293 sparc64_elf_plt_ptr_offset): Delete.
1294 (sparc64_plt_entry_build): New function to build PLT entries
1295 gradually instread of all at once at the end of linking.
1296 (sparc64_elf_check_relocs): Delete dynobj, sgot, and srelgot
1297 local vars. Get them from sparc64_elf_hash_table instead.
1298 Check early on if r_symndx is in bounds. Handle TLS transitions.
1299 Account for TLS GOT references and DF_STATIC_TLS, as needed.
1300 For TLS relocs, record the tls_type in either
1301 sparc64_elf_local_got_tls_type or sparc64_elf_hash_entry as
1302 appropriate. For R_SPARC_TLS_{GD,LDM}_CALL, emit a reference
1303 to the __tls_get_addr symbol. For PLT relocs, track references
1304 via h->plt.refcount. When R_SPARC_{PC10,PC22,PC_HH22,PC_HM10,
1305 PC_LM22} and h not-NULL, set h->non_got_ref. For global data
1306 symbol references, count the number of relocations needed for
1307 that symbol. For default switch case, don't error, this lets
1308 the TLS relocs not explicitly handled by this function get
1309 accepted.
1310 (sparc64_elf_gc_mark_hook, sparc64_gc_sweep_hook): New functions.
1311 (sparc64_elf_adjust_dynamic_symbol): Remove dynobj local var, get
1312 it from sparc64_elf_hash_table. Store the real PLT offset
1313 in h->plt.offset, and build PLT entries one at a time. Also
1314 get .dynbss section pointer from htab.
1315 (allocate_dynrelocs, readonly_dynrelocs,
1316 sparc64_omit_section_dynsym): New functions.
1317 (sparc64_elf_omit_section_dynsym): Use these new functions as
1318 helpers.
1319 (dtpoff_base, tpoff): New functions.
1320 (sparc64_elf_relocate_section): Kill dynobj, sgot, and splt
1321 locals, get them from sparc64_elf_hash_table. Handle TLS
1322 relocations and refcounting in main relocation loop.
1323 (sparc64_elf_finish_dynamic_symbol): Use
1324 sparc64_elf_link_hash_table. Build PLT entries as we see
1325 them. Handle TLS GOT relocations.
1326 (sparc64_elf_finish_dynamic_sections): Get sgot and dynobj
1327 from sparc64_elf_hash_table. Initialize only PLT header
1328 not all entries since we not build PLT entries one by one.
1329 (elf_backend_copy_indirect_symbol, bfd_elf64_mkobject,
1330 elf_backend_gc_mark_hook, elf_backend_gc_sweep_hook,
1331 elf_backend_can_gc_sections, elf_backend_can_refcount): Define.
1332
1333 2005-04-13 Daniel Jacobowitz <dan@codesourcery.com>
1334
1335 * elflink.c (elf_link_input_bfd): Update check for removed
1336 sections.
1337
1338 2005-04-12 Alan Modra <amodra@bigpond.net.au>
1339
1340 * Makefile.am: Run "make dep-am".
1341 * Makefile.in: Regenerate.
1342 * aclocal.m4: Regenerate.
1343 * libcoff.h: Regenerate.
1344
1345 2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
1346
1347 * linker.c (_bfd_generic_link_output_symbols): Also check if
1348 the output section of an input section has been removed from
1349 the output file.
1350
1351 * section.c (bfd_section_list_remove): Clear the next field
1352 of the removed section.
1353 (bfd_section_removed_from_list): New.
1354 * bfd-in2.h: Regenerated.
1355
1356 2005-04-11 David S. Miller <davem@davemloft.net>
1357
1358 * elf32-sparc.c (elf32_sparc_relocate_section,
1359 R_SPARC_TLS_LDO_{HIX22,LOX10}): When not shared, transition to
1360 R_SPARC_TLS_LE_{HIX22,LOX10}.
1361 (elf32_sparc_relocate_section, R_SPARC_TLS_{LDO,LE}_HIX22): Only
1362 xor relocation with 0xffffffff if R_SPARC_TLS_LE_HIX22.
1363 (elf32_sparc_relocate_section, R_SPARC_TLS_{LDO,LE}_LOX10): Only
1364 or 0x1c00 into relocation if R_SPARC_TLS_LE_HIX22.
1365
1366 2005-04-11 H.J. Lu <hongjiu.lu@intel.com>
1367
1368 * coffcode.h (STRING_SIZE_SIZE): Updated to match libcoff-in.h.
1369
1370 2005-04-11 Nick Clifton <nickc@redhat.com>
1371
1372 * aout-target.h: Convert to ISO C.
1373 * aoutf1.h: Convert to ISO C.
1374 * aoutx.h: Convert to ISO C.
1375 * bout.c: Convert to ISO C.
1376 * dwarf1.c: Convert to ISO C.
1377 * ecoffswap.h: Convert to ISO C.
1378 * freebsd.h: Convert to ISO C.
1379 * genlink.h: Convert to ISO C.
1380 * ieee.c: Convert to ISO C.
1381 * ihex.c: Convert to ISO C.
1382 * libcoff-in.h: Convert to ISO C.
1383 * mach-o.c: Convert to ISO C.
1384 * mach-o.h: Convert to ISO C.
1385 * netbsd.h: Convert to ISO C.
1386 * ns32k.h: Convert to ISO C.
1387 * ns32knetbsd.c: Convert to ISO C.
1388 * oasys.c: Convert to ISO C.
1389 * pdp11.c: Convert to ISO C.
1390 * pef-traceback.h: Convert to ISO C.
1391 * pef.c: Convert to ISO C.
1392 * pef.h: Convert to ISO C.
1393 * riscix.c: Convert to ISO C.
1394 * som.c: Convert to ISO C.
1395 * som.h: Convert to ISO C.
1396 * srec.c: Convert to ISO C.
1397 * stabs.c: Convert to ISO C.
1398 * sunos.c: Convert to ISO C.
1399 * tekhex.c: Convert to ISO C.
1400 * versados.c: Convert to ISO C.
1401 * version.h: Convert to ISO C.
1402 * xcoff-target.h: Convert to ISO C.
1403 * xcofflink.c: Convert to ISO C.
1404 * xsym.c: Convert to ISO C.
1405 * xsym.h: Convert to ISO C.
1406
1407 2005-04-08 Paul Brook <paul@codesourcery.com>
1408
1409 * elf32-arm.c (ARM2THUMB_GLUE_SIZE): Rename...
1410 (ARM2THUMB_STATIC_GLUE_SIZE): ... to this.
1411 (ARM2THUMB_PIC_GLUE_SIZE): Define.
1412 (a2t1p_ldr_insn, a2t2p_add_pc_insn, a2t3p_bx_r12_insn): Add.
1413 (elf32_arm_to_thumb_stub): Create PIC stubs.
1414 (record_arm_to_thumb_glue): Use different stub size for relocatable
1415 images.
1416
1417 2005-04-05 Alan Modra <amodra@bigpond.net.au>
1418
1419 * elf64-ppc.c (dec_dynrel_count): New function split out from
1420 ppc64_elf_edit_toc, with additional code from ppc64_elf_edit_opd.
1421 (ppc64_elf_edit_toc, ppc64_elf_edit_opd): Use it.
1422 (ppc64_elf_tls_optimize): Likewise.
1423
1424 2005-04-05 Mark Kettenis <kettenis@gnu.org>
1425
1426 * netbsd-core.c (SPARC_WCOOKIE_OFFSET): Renamed from
1427 CORE_WCOOKIE_OFFSET.
1428 (SPARC64_WCOOKIE_OFFSET): New.
1429 (netbsd_core_file_p): Provide .wcookie section for OpenBSD/sparc64.
1430
1431 2005-04-05 Nick Clifton <nickc@redhat.com>
1432
1433 * po/rw.po: New translation: Kinyarwanda
1434 * configure.in (ALL_LINGUAS): Add rw
1435 * configure: Regenerate.
1436
1437 2005-04-05 Richard Sandiford <rsandifo@redhat.com>
1438
1439 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME_P): New macro.
1440 (_bfd_mips_elf_section_from_shdr): Use it to check for recognized
1441 SHT_MIPS_OPTIONS names. Allow all sections with unrecognised
1442 section flags.
1443 (_bfd_mips_elf_fake_sections): Use MIPS_ELF_OPTIONS_SECTION_NAME_P
1444 to check for SHT_MIPS_OPTIONS sections.
1445 (_bfd_mips_elf_set_section_contents): Likewise.
1446
1447 2005-04-04 Eric Christopher <echristo@redhat.com>
1448
1449 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents):
1450 Clean up gp handling code.
1451
1452 2005-04-04 H.J. Lu <hongjiu.lu@intel.com>
1453
1454 * elf.c (bfd_elf_set_group_contents): Ignore linker created
1455 group section.
1456 (assign_section_numbers): Accept link_info. Check SHT_GROUP
1457 sections for relocatable files only. Remove the linker created
1458 group sections.
1459 (_bfd_elf_compute_section_file_positions): Pass link_info to
1460 assign_section_numbers.
1461
1462 * elfxx-ia64.c (elfNN_ia64_object_p): New.
1463 (elf_backend_object_p): Defined.
1464
1465 2005-04-04 H.J. Lu <hongjiu.lu@intel.com>
1466
1467 * elf-bfd.h (elf_section_data): Use (sec) instead of sec.
1468
1469 2005-04-03 Fred Fish <fnf@specifixinc.com>
1470
1471 * dwarf2.c (struct dwarf2_debug): Add dwarf_ranges_buffer and
1472 dwarf_ranges_size members.
1473 (struct comp_unit): Add base_address member.
1474 (struct funcinfo): Replace low/high members with an arange.
1475 (arange_add): Replace incoming "unit" parameter with "abfd" and
1476 "first_arange" pointers. Reorganize/rewrite function body.
1477 (decode_line_info): Change arange_add call to pass bfd and arange
1478 pointers.
1479 (lookup_address_in_line_info_table): Use arange list instead of
1480 individual low/high members. Walk function's arange list to find
1481 lowest PC in list, to test for overlapping functions.
1482 (read_debug_ranges): New function, reads the debug_ranges section.
1483 (lookup_address_in_function_table): Use arange list instead of
1484 individual low/high members. Rewrite to find smallest range that
1485 matches.
1486 (read_rangelist): Read a given rangelist from debug_ranges.
1487 (scan_unit_for_functions): Use arange list instead of individual
1488 low/high members. Handle a DW_AT_ranges attribute.
1489 (parse_comp_unit): Use arange list instead of individual low/high
1490 members. Save comp unit base address. Handle a DW_AT_ranges
1491 attribute.
1492
1493 2005-04-01 H.J. Lu <hongjiu.lu@intel.com>
1494
1495 * elf.c (assign_section_numbers): Really use the kept section.
1496
1497 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
1498
1499 * elf-bfd.h (_bfd_elf_check_kept_section): New.
1500
1501 * elf.c (assign_section_numbers): When sh_link points to a
1502 discarded section, call _bfd_elf_check_kept_section to see if
1503 the kept section can be used. Otherwise reject sh_link
1504 pointing to discarded section.
1505
1506 * elflink.c (_bfd_elf_check_kept_section): New.
1507 (elf_link_input_bfd): Use it.
1508
1509 2005-04-01 Alan Modra <amodra@bigpond.net.au>
1510
1511 * elf64-ppc.c (ppc64_elf_edit_toc): Account for dynamic relocs
1512 that we no longer need.
1513
1514 2005-04-01 Alan Modra <amodra@bigpond.net.au>
1515
1516 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Return -1 on errors
1517 rather than 0.
1518 (ppc64_elf_check_relocs): Remove unnecessary SEC_ALLOC check.
1519
1520 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
1521
1522 * elf.c (assign_section_numbers): Fix a typo.
1523
1524 2005-03-31 H.J. Lu <hongjiu.lu@intel.com>
1525
1526 * elflink.c (elf_link_input_bfd): Remove the extra `\n' in
1527 error message.
1528 (_bfd_elf_section_already_linked): Likewise.
1529
1530 2005-03-31 Jerome Guitton <guitton@gnat.com>
1531
1532 * config.in: Regenerate.
1533
1534 2005-03-31 Jerome Guitton <guitton@gnat.com>
1535
1536 * config.in (HAVE_DECL_BASENAME): New configure macro.
1537 * configure.in: Check for basename.
1538 * configure: Regenerate.
1539
1540 2005-03-30 Julian Brown <julian@codesourcery.com>
1541
1542 * bfd-in.h (bfd_is_arm_mapping_symbol_name): Rename from
1543 bfd_elf32_is_arm_mapping_symbol_name.
1544 * bfd-in2.h: Regenerate.
1545 * cpu-arm.c (bfd_is_arm_mapping_symbol_name): Rename from
1546 bfd_elf32_is_arm_mapping_symbol_name.
1547 * elf32-arm.c (elf32_arm_is_target_special_symbol): Rename
1548 bfd_elf32_is_arm_mapping_symbol_name to bfd_is_arm_mapping_symbol_name.
1549 (arm_elf_find_function): Likewise.
1550 (elf32_arm_output_symbol_hook): Likewise.
1551
1552 2005-03-30 Julian Brown <julian@codesourcery.com>
1553
1554 * bfd-in.h (bfd_elf32_is_arm_mapping_symbol_name): Add prototype.
1555 * bfd-in2.h: Regenerate.
1556 * elf32-arm.c (elf32_arm_is_target_special_symbol): Rename call to
1557 bfd_elf32_is_arm_mapping_symbol_name.
1558 (elf32_arm_output_symbol_hook): Likewise.
1559 (arm_elf_find_function): Likewise, and include STT_NOTYPE in test for
1560 mapping symbols.
1561 (is_arm_mapping_symbol_name): Function moved from here...
1562 * cpu-arm.c (bfd_elf32_is_arm_mapping_symbol_name): ...to here, renamed
1563 and made global.
1564
1565 2005-03-29 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
1566
1567 * configure.in: Check for ffs decl and alphabetize.
1568 * config.in: Regenerate.
1569 * configure: Regenerate.
1570 * sysdep.h [NEED_DECLARATION_FFS] (ffs): Prototype and alphabetize.
1571
1572 2005-03-29 Fred Fish <fnf@specifixinc.com>
1573
1574 * dwarf2.c (struct comp_unit): Fix typo.
1575 (scan_unit_for_functions): Remove unused local variable "name"
1576 and dead code that set it.
1577
1578 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1579 Phil Blundell <philb@gnu.org>
1580
1581 * bfd-in2.h, libbfd.h: Regenerated.
1582 * reloc.c: Add ARM TLS relocations.
1583 * elf32-arm.c (elf32_arm_howto_table): Add dynamic TLS
1584 relocations.
1585 (elf32_arm_tls_gd32_howto, elf32_arm_tls_ldo32_howto)
1586 (elf32_arm_tls_ldm32_howto, elf32_arm_tls_le32_howto)
1587 (elf32_arm_tls_ie32_howto): New.
1588 (elf32_arm_howto_from_type): Support TLS relocations.
1589 (elf32_arm_reloc_map): Likewise.
1590 (elf32_arm_reloc_type_lookup): Likewise.
1591 (TCB_SIZE): Define.
1592 (struct elf32_arm_obj_tdata): New.
1593 (elf32_arm_tdata, elf32_arm_local_got_tls_type): Define.
1594 (elf32_arm_mkobject): New function.
1595 (struct elf32_arm_relocs_copied): Add pc_count.
1596 (elf32_arm_hash_entry, GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD)
1597 (GOT_TLS_IE): Define.
1598 (struct elf32_arm_link_hash_table): Add tls_ldm_got.
1599 (elf32_arm_link_hash_newfunc): Initialize tls_type.
1600 (elf32_arm_copy_indirect_symbol): Copy pc_count and tls_type.
1601 (elf32_arm_link_hash_table_create): Initialize tls_ldm_got.
1602 (dtpoff_base, tpoff): New functions.
1603 (elf32_arm_final_link_relocate): Handle TLS relocations.
1604 (IS_ARM_TLS_RELOC): Define.
1605 (elf32_arm_relocate_section): Warn about TLS mismatches.
1606 (elf32_arm_gc_sweep_hook): Handle TLS relocations and pc_count.
1607 (elf32_arm_check_relocs): Detect invalid symbol indexes. Handle
1608 TLS relocations and pc_count.
1609 (elf32_arm_adjust_dynamic_symbol): Check non_got_ref.
1610 (allocate_dynrelocs): Handle TLS. Bind REL32 relocs to local
1611 calls.
1612 (elf32_arm_size_dynamic_sections): Handle TLS.
1613 (elf32_arm_finish_dynamic_symbol): Likewise.
1614 (bfd_elf32_mkobject): Define.
1615
1616 2005-03-29 Daniel Jacobowitz <dan@codesourcery.com>
1617
1618 * elf32-arm.c (elf32_arm_check_relocs): Increment count for all
1619 relocation types. Don't count relocations which will use a PLT.
1620
1621 2005-03-29 Joel Brobecker <brobecker@gnat.com>
1622
1623 * elf.c (elfcore_grok_nto_status): Print tid as long.
1624 (elfcore_grok_nto_regs): Likewise.
1625
1626 2005-03-29 Joel Brobecker <brobecker@gnat.com>
1627
1628 * irix-core.c: Remove some unnecessary prototypes.
1629
1630 2005-03-28 Joel Brobecker <brobecker@adacore.com>
1631
1632 * irix-core.c: Convert to ISO C.
1633
1634 2005-03-28 Joel Brobecker <brobecker@adacore.com>
1635
1636 * irix-core.c (do_sections): Replace + by | in expression.
1637 (irix_core_core_file_matches_executable_p): Add ATTRIBUTE_UNUSED
1638 to unused parameters to avoid a compiler warning.
1639
1640 2005-03-28 Mark Kettenis <kettenis@gnu.org>
1641
1642 * netbsd-core.c: Convert to ISO C. Fix formatting.
1643
1644 2005-03-24 Eric Christopher <echristo@redhat.com>
1645
1646 * elfxx-mips.c: Revert previous patch.
1647
1648 2005-03-24 Nick Clifton <nickc@redhat.com>
1649
1650 * targets.c (_bfd_target_vector): Only include the
1651 bfd_elf32_ia64_hpux_big_vec vector when building a 64-bit BFD with
1652 all targets enabled.
1653
1654 2005-03-24 James E Wilson <wilson@specifixinc.com>
1655
1656 * Makefile.am (BFD32_BACKENDS): Delete elf32-ia64.lo.
1657 (BFD64_BACKENDS): Add elf32-ia64.lo.
1658 * Makefile.in: Regenerate.
1659
1660 2005-03-23 Eric Christopher <echristo@redhat.com>
1661
1662 * elfxx-mips.c (MIPS_ELF_READONLY_SECTION): New.
1663 (mips_elf_calculate_relocation): Use. Define DF_TEXTREL
1664 after emitting relocation.
1665 (_bfd_mips_elf_adjust_dynamic_symbol): Ditto.
1666 (_bfd_mips_elf_check_relocs): Remove code to set DF_TEXTREL
1667 and readonly_reloc.
1668
1669 2005-03-23 Mike Frysinger <vapier@gentoo.org>
1670 Nick Clifton <nickc@redhat.com>
1671
1672 * config.bfd: Accept any C library to accompany a GNU Linux
1673 implementation, not just the GNU C library.
1674 * configure.in: Likewise.
1675 * configure: Regenerate.
1676
1677 2005-03-22 H.J. Lu <hongjiu.lu@intel.com>
1678
1679 * bfd-in.h (_bfd_elf_provide_symbol): New.
1680 * bfd-in2.h: Regenerated.
1681
1682 * elf32-ppc.c (set_linker_sym): Moved to elflink.c.
1683 (ppc_elf_set_sdata_syms): Call _bfd_elf_provide_symbol instead
1684 of set_linker_sym.
1685
1686 * elflink.c (_bfd_elf_provide_symbol): New. Moved and renamed
1687 from elf32-ppc.c.
1688
1689 2005-03-22 Hans-Peter Nilsson <hp@axis.com>
1690
1691 * hash.c (strtab_hash_newfunc): Fix typo in allocated size.
1692
1693 2005-03-22 Bob Wilson <bob.wilson@acm.org>
1694
1695 * xtensa-isa.c (xtensa_opcode_lookup, xtensa_state_lookup,
1696 xtensa_sysreg_lookup_name, xtensa_interface_lookup,
1697 xtensa_funcUnit_lookup): Skip bsearch call if count is zero.
1698 (xtensa_opcode_decode): Rearrange code.
1699
1700 2005-03-22 Nick Clifton <nickc@redhat.com>
1701
1702 * binary.c: Convert to ISO C90 formatting.
1703 * coff-arm.c: Convert to ISO C90 formatting.
1704 * coffgen.c: Convert to ISO C90 formatting.
1705 * elf32-gen.c: Convert to ISO C90 formatting.
1706 * elf64-gen.c: Convert to ISO C90 formatting.
1707 * hash.c: Convert to ISO C90 formatting.
1708 * ieee.c: Convert to ISO C90 formatting.
1709
1710 2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1711
1712 * elf32-arm.c (elf32_arm_final_link_relocate): Don't fail for
1713 unresolved symbols in R_ARM_NONE relocations.
1714
1715 2005-03-22 Daniel Jacobowitz <dan@codesourcery.com>
1716
1717 * elf32-arm.c (elf32_arm_final_link_relocate): Add
1718 UNRESOLVED_RELOC_P argument. Set it appropriately.
1719 (elf32_arm_relocate_section): Update call to
1720 elf32_arm_final_link_relocate. Don't clobber RELOCATION; use
1721 unresolved_reloc instead.
1722
1723 2005-03-23 Alan Modra <amodra@bigpond.net.au>
1724
1725 * elflink.c (elf_link_add_object_symbols): Set SEC_EXCLUDE on
1726 .gnu.warning.* sections.
1727
1728 2005-03-22 Alan Modra <amodra@bigpond.net.au>
1729
1730 * elf32-ppc.c (elf_linker_section_pointers_t): Remove
1731 written_address_p.
1732 (ppc_elf_create_linker_section): Don't try to reuse existing section.
1733 (elf_create_pointer_linker_section): Delete info parm. Don't make
1734 h dynamic. Don't set written_address_p.
1735 (ppc_elf_check_relocs): Adjust ppc_elf_create_linker_section calls.
1736 (bfd_put_ptr): Delete.
1737 (elf_finish_pointer_linker_section): Remove output_bfd and info parms.
1738 Always write section contents. Assert global sym is def_regular.
1739 Use offset bottom bit as a written flag.
1740 (ppc_elf_relocate_section): Adjust elf_finish_pointer_linker_section
1741 calls.
1742
1743 2005-03-22 Alan Modra <amodra@bigpond.net.au>
1744
1745 * elf32-ppc.c (ppc_elf_set_sdata_syms): New function, extracted from..
1746 (ppc_elf_set_sdata_syms): ..here. Expand comment. Set .sbss start
1747 and end syms.
1748
1749 2005-03-21 Nick Clifton <nickc@redhat.com>
1750
1751 * coff-arm.c (coff_link_hash_entry): Only define for non WINCE
1752 targets.
1753 (t2a1_bx_pc_insn): Likewise.
1754 (t2a2_noop_insn): Likewise.
1755 (t2a3_b_insn): Likewise.
1756 (t2a1_push_insn): Likewise.
1757 (t2a2_ldr_insn): Likewise.
1758 (t2a3_mov_insn): Likewise.
1759 (t2a4_bx_insn): Likewise.
1760 (t2a5_pop_insn): Likewise.
1761 (t2a6_bx_insn): Likewise.
1762 (coff_arm_relocate_section): Only declare the high_address
1763 variable for non WINCE targets.
1764
1765 2005-03-22 Alan Modra <amodra@bigpond.net.au>
1766
1767 * elf32-ppc.c (ppc_elf_add_symbol_hook): Make htab->sbss
1768 SEC_LINKER_CREATED. Attach to dynobj.
1769 (ppc_elf_size_dynamic_sections): Strip htab->sbss if zero size.
1770
1771 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1772
1773 * elf32-ppc.c (struct elf_linker_section): Remove sym_hash and
1774 sym_offset. Add name, bss_name, sym_name, sym_val.
1775 (struct ppc_elf_link_hash_table): Remove sdata and sdata2 pointers.
1776 Add sdata array of elf_linker_section_t.
1777 (ppc_elf_link_hash_table_create): Set name, sym_name, and bss_name.
1778 (enum elf_linker_section_enum): Delete.
1779 (ppc_elf_create_linker_section): Rewrite. Don't create syms here.
1780 (ppc_elf_check_relocs): Delay ppc_elf_create_linker_section until
1781 the special sections are needed. Adjust htab->sdata refs.
1782 Ensure dynobj is set in sreloc code.
1783 (ppc_elf_size_dynamic_sections): Strip sdata sections.
1784 (ppc_elf_set_sdata_syms): New function.
1785 (elf_finish_pointer_linker_section): Use 0x8000 for sym_offset.
1786 (ppc_elf_relocate_section): Adjust references to htab->sdata. Use
1787 sym_val instead of sym_hash.
1788 * elf32-ppc.h (ppc_elf_set_sdata_syms): Declare.
1789
1790 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1791
1792 * elf32-ppc.c (is_ppc_elf_target): Move to linker part of file.
1793 (ppc_elf_merge_private_bfd_data): Likewise.
1794
1795 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1796
1797 * elf32-ppc.c (struct elf_linker_section): Remove rel_section.
1798 (ppc_elf_create_linker_section): Don't create rel_section.
1799 (elf_create_pointer_linker_section): Don't size relocs.
1800 (elf_finish_pointer_linker_section): Remove relative_reloc parm.
1801 Don't generate relocs.
1802 (ppc_elf_relocate_section): Adjust calls to
1803 elf_finish_pointer_linker_section.
1804
1805 2005-03-21 Alan Modra <amodra@bigpond.net.au>
1806
1807 * elf32-ppc.c (is_ppc_elf_target): New function.
1808 (ppc_elf_merge_private_bfd_data): Use it rather than just testing
1809 for bfd_target_elf_flavour. Do this test before endian check.
1810 (ppc_elf_add_symbol_hook): Use is_pcc_elf_target.
1811 (ppc_elf_size_dynamic_sections): Likewise.
1812
1813 2005-03-20 H.J. Lu <hongjiu.lu@intel.com>
1814
1815 * elf-bfd.h (elf_backend_data): Add int to
1816 elf_backend_section_from_shdr.
1817 (bfd_elf_section_data): Update comment for this_idx.
1818 (_bfd_elf_make_section_from_shdr): Add int.
1819 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
1820
1821 * elf.c (_bfd_elf_make_section_from_shdr): Take section index
1822 and use it to set this_idx in bfd_elf_section_data.
1823 (bfd_section_from_shdr): Pass shindex to
1824 _bfd_elf_make_section_from_shdr.
1825 (_bfd_elf_section_from_bfd_section): Use this_idx in
1826 bfd_elf_section_data to find section index.
1827
1828 * elf32-arm.c (elf32_arm_section_from_shdr): Take section
1829 index and pass it to _bfd_elf_make_section_from_shdr.
1830 * elf32-i370.c(i370_elf_section_from_shdr): Likewise.
1831 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
1832 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
1833 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
1834 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
1835 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
1836 * elf64-x86-64.c (elf64_x86_64_section_from_shdr): Likewise.
1837 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
1838 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
1839
1840 2005-03-19 Danny Smith <dannysmith@users.sourceforge.net>
1841 Ross Ridge <rridge@csclub.uwaterloo.ca>
1842
1843 * peicode.h (pe_ILF_build_a_bfd): Strip only one prefix
1844 character in IMPORT_NAME_UNDECORATE and IMPORT_NAME_NOPREFIX
1845 cases. Add comment.
1846
1847 2005-03-18 H.J. Lu <hongjiu.lu@intel.com>
1848
1849 * elflink.c (elf_mark_used_section): Remove check for special
1850 sections.
1851
1852 2005-03-18 Andreas Schwab <schwab@suse.de>
1853
1854 * elfxx-ia64.c (elfNN_ia64_install_value): Change type of insn
1855 from bfd_vma to ia64_insn, remove broken cast.
1856
1857 2005-03-18 C Jaiprakash <cjaiprakash@noida.hcltech.com>
1858
1859 * elf32-m68k.c (elf_cfv4e_plt0_entry): plt entry for coldfire v4e.
1860 (elf_m68k_adjust_dynamic_symbol,elf_m68k_finish_dynamic_symbol,
1861 elf_m68k_finish_dynamic_sections): Use it.
1862
1863 2005-03-17 Paul Brook <paul@codesourcery.com>
1864 Dan Jacobowitz <dan@codesourcery.com>
1865 Mark Mitchell <mark@codesourcery.com>
1866
1867 * elf32-arm.c (elf32_arm_modify_segment_map): New function.
1868 (elf32_arm_additional_program_headers): Likewise.
1869 (elf_backend_modify_segment_map): Define.
1870 (elf_backend_additional_program_headers): Likewise.
1871 (elf32_arm_symbian_modify_segment_map): Use
1872 elf32_arm_modify_segment_map.
1873
1874 2005-03-18 H.J. Lu <hongjiu.lu@intel.com>
1875
1876 * elflink.c (elf_mark_used_section): Check bfd_is_const_section
1877 for special sections.
1878
1879 2005-03-18 Alan Modra <amodra@bigpond.net.au>
1880
1881 * elf-bfd.h (_bfd_elf_link_renumber_dynsyms): Delete.
1882 * elflink.c (_bfd_elf_link_renumber_dynsyms): Make static, add
1883 section_sym_count param, and return number of section symbols.
1884 (bfd_elf_size_dynamic_sections): Clear section symbol area of
1885 .dynsym contents. Don't bother calling swap_symbol_out on the
1886 first all-zero dynsym.
1887 (elf_mark_used_section): Formatting. Avoid twiddling flags in
1888 special sections like bfd_abs_section.
1889 (bfd_elf_gc_sections): Spelling fix.
1890
1891 2005-03-16 Fred Fish <fnf@specifixinc.com>
1892
1893 PR binutils/790
1894 * dwarf2.c (read_indirect_string): Fix apparent typo, check
1895 dwarf_str_buffer allocation, not dwarf_abbrev_buffer.
1896
1897 2005-03-16 H.J. Lu <hongjiu.lu@intel.com>
1898
1899 * elflink.c (elf_mark_used_section): New.
1900 (bfd_elf_gc_sections): Call elf_gc_mark_section for
1901 non-relocatable link if we don't do GC.
1902
1903 2005-03-16 Nick Clifton <nickc@redhat.com>
1904 Ben Elliston <bje@au.ibm.com>
1905
1906 * configure.in (werror): New switch: Add -Werror to the
1907 compiler command line. Enabled by default. Disable via
1908 --disable-werror.
1909 * configure: Regenerate.
1910
1911 2005-03-16 Nick Clifton <nickc@redhat.com>
1912
1913 * ecoff.c: Convert to ISO C90 formatting.
1914
1915 2005-03-16 Alan Modra <amodra@bigpond.net.au>
1916
1917 * elf32-ppc.c: Divide file into general and linker specific
1918 functions. Sort linker functions into roughly the order in which
1919 they are called by the ELF linker code.
1920
1921 2005-03-16 Alan Modra <amodra@bigpond.net.au>
1922
1923 * elf32-ppc.c (ppc_elf_create_linker_section): Set SEC_LINKER_CREATED
1924 on section. Correct comment, and add FIXME.
1925 (ppc_elf_additional_program_headers): Don't bump header count for
1926 interp. Test SEC_ALLOC, not SEC_LOAD, and don't test size.
1927 (ppc_elf_size_dynamic_sections): Don't strip sdata and sdata2, but
1928 do allocate memory if they need it.
1929
1930 2005-03-15 Mikkel Krautz <krautz@gmail.com>
1931
1932 * config.bfd (x86_64-elf): Add target.
1933
1934 2005-03-15 Alan Modra <amodra@bigpond.net.au>
1935
1936 * po/es.po: Commit new Spanish translation.
1937
1938 2005-03-14 H.J. Lu <hongjiu.lu@intel.com>
1939
1940 * elfxx-ia64.c (elfNN_ia64_relocate_section): Set symbo name
1941 for global symbol when reporting overflow.
1942
1943 2005-03-11 Jakub Jelinek <jakub@redhat.com>
1944
1945 * libbfd-in.h (_bfd_ar_spacepad): New prototype.
1946 * libbfd.h: Rebuilt.
1947 * archive.c (_bfd_ar_spacepad): New function.
1948 (_bfd_construct_extended_name_table, _bfd_write_archive_contents,
1949 bsd_write_armap, _bfd_archive_bsd_update_armap_timestamp,
1950 coff_write_armap): Use it.
1951 (bfd_ar_hdr_from_filesystem): Likewise. Fix HP-UX large
1952 uid/gid support.
1953 * archive64.c (bfd_elf64_archive_write_armap): Use _bfd_ar_spacepad.
1954
1955 2005-03-10 Mark Kettenis <kettenis@gnu.org>
1956
1957 * archive.c (_bfd_look_for_bfd_in_cache): Move declaration of
1958 has_table to the start of the function.
1959
1960 2005-03-10 Ben Elliston <bje@au.ibm.com>
1961
1962 * archive.c: Include hashtab.h.
1963 (struct ar_cache): Rename `arelt' to `arbfd' and remove `next'.
1964 (_bfd_look_for_bfd_in_cache): Reimplement using htab_find.
1965 (hash_file_ptr): New function.
1966 (eq_file_ptr): Likewise.
1967 (_bfd_add_bfd_to_archive_cache): Reimplement using a hash table.
1968 * libbfd-in.h: Include hashtab.h.
1969 (struct artdata): Change `cache' member type to htab_t.
1970 * libbfd.h: Rebuild.
1971
1972 2005-03-08 Daniel Jacobowitz <dan@codesourcery.com>
1973
1974 * configure.in: Bump version to 2.16.90.
1975 * configure: Regenerated.
1976
1977 2005-03-07 Jakub Jelinek <jakub@redhat.com>
1978
1979 * opncls.c (opncls_bread, opncls_bclose): Fix if pread resp.
1980 close is a function like macro in system headers.
1981
1982 2005-03-07 Alan Modra <amodra@bigpond.net.au>
1983
1984 PR ld/778
1985 * elf32-hppa.c (elf32_hppa_create_dynamic_sections): Reinstate
1986 _GLOBAL_OFFSET_TABLE_ as a normal dynamic symbol.
1987
1988 2005-03-06 Alan Modra <amodra@bigpond.net.au>
1989
1990 * elf.c (elfcore_grok_win32pstatus): Warning fixes.
1991
1992 2005-03-05 Alan Modra <amodra@bigpond.net.au>
1993
1994 * po/bfd.pot: Regenerate.
1995
1996 2005-03-05 Alan Modra <amodra@bigpond.net.au>
1997
1998 * elf64-ppc.c (update_plt_info): Don't mark new ABI call syms
1999 with is_func.
2000 (func_desc_adjust): Force dot-syms local in executables as well
2001 as shared libs.
2002
2003 2005-03-04 David Daney <ddaney@avtrex.com>
2004
2005 * elfxx-mips.c (mips_elf_calculate_relocation): Handle special
2006 '__gnu_local_gp' symbol used by gas -mno-shared.
2007
2008 2005-03-03 H.J. Lu <hongjiu.lu@intel.com>
2009
2010 * elf-bfd.h (elf_backend_data): Add "const char *" to
2011 elf_backend_section_from_phdr.
2012
2013 * elf.c (bfd_section_from_phdr): Pass "proc" to the
2014 elf_backend_section_from_phdr hook.
2015
2016 2005-03-02 Daniel Jacobowitz <dan@codesourcery.com>
2017 Joseph Myers <joseph@codesourcery.com>
2018
2019 * elfxx-mips.c (struct mips_got_entry): Add tls_type.
2020 (struct mips_got_info): Add tls_gotno, tls_assigned_gotno,
2021 and tls_ldm_offset.
2022 (struct mips_elf_got_per_bfd_arg): Add global_count.
2023 (struct mips_elf_count_tls_arg): New.
2024 (struct mips_elf_hash_sort_data): Update comment for min_got_dynindx.
2025 (struct mips_elf_link_hash_entry): Add tls_type and tls_got_offset.
2026 (GOT_NORMAL, GOT_TLS_GD, GOT_TLS_LDM, GOT_TLS_IE)
2027 (GOT_TLS_OFFSET_DONE, GOT_TLS_DONE): Define.
2028 (TLS_RELOC_P): Define.
2029 (TP_OFFSET, DTP_OFFSET): Define.
2030 (dtprel_base, tprel_base): New functions.
2031 (mips_elf_link_hash_newfunc): Initialize tls_type.
2032 (mips_elf_got_entry_hash, mips_elf_got_entry_eq)
2033 (mips_elf_multi_got_entry_hash, mips_elf_multi_got_entry_eq): Handle
2034 TLS entries.
2035 (mips_tls_got_relocs, mips_elf_count_local_tls_relocs)
2036 (mips_elf_count_global_tls_entries, mips_elf_count_global_tls_relocs)
2037 (mips_elf_output_dynamic_relocation, mips_elf_initialize_tls_slots)
2038 (mips_tls_got_index): New functions.
2039 (mips_elf_local_got_index): Add new R_SYMNDX, H, and R_TYPE
2040 arguments. Pass them to mips_elf_create_local_got_entry. Use
2041 mips_tls_got_index.
2042 (mips_elf_global_got_index): Add new R_TYPE and INFO arguments.
2043 Handle TLS entries.
2044 (mips_elf_got_page, mips_elf_got16_entry): Update calls to
2045 mips_elf_create_local_got_entry.
2046 (mips_elf_create_local_got_entry): Add new R_SYMNDX, H, and R_TYPE
2047 arguments. Handle TLS entries.
2048 (mips_elf_sort_hash_table_f): Add non-TLS assertions.
2049 (mips_elf_record_local_got_symbol): Add new TLS_FLAG argument. Handle
2050 TLS entries.
2051 (mips_elf_record_global_got_symbol): Likewise.
2052 (mips_elf_make_got_per_bfd): Initialize new mips_got_info members.
2053 Count TLS entries.
2054 (mips_elf_merge_gots): Handle TLS entries when merging.
2055 (mips_elf_initialize_tls_index): New function.
2056 (mips_elf_set_global_got_offset): Handle TLS entries.
2057 (mips_elf_adjust_gp): Handle TLS.
2058 (mips_elf_multi_got): Remove redundant call to
2059 mips_elf_resolve_final_got_entries. Initialize global_count.
2060 Correct a comment. Initialize new TLS members of mips_got_info.
2061 Assign TLS GOT indexes for new GOTs.
2062 (mips_elf_create_got_section): Initialize new TLS members of
2063 mips_got_info.
2064 (mips_elf_calculate_relocation): Handle TLS relocs.
2065 (_bfd_mips_elf_check_relocs): Likewise. Update calls to changed
2066 functions.
2067 (_bfd_mips_elf_always_size_sections): Handle TLS.
2068 (_bfd_mips_elf_size_dynamic_sections): Likewise.
2069 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Update calls to
2070 changed functions.
2071 (_bfd_mips_elf_copy_indirect_symbol): Copy tls_type.
2072 (_bfd_mips_elf_hide_symbol): Handle TLS.
2073 * elfn32-mips.c (elf_mips_howto_table_rel, elf_mips_howto_table_rela)
2074 (mips_reloc_map): Add TLS relocs.
2075 * elf32-mips.c (elf_mips_howto_table_rel, mips_reloc_map): Likewise.
2076 * elf64-mips.c (mips_elf64_howto_table_rel)
2077 (mips_elf64_howto_table_rela, mips_reloc_map): Likewise.
2078 * reloc.c: Define new MIPS TLS relocations.
2079 * libbfd.h, bfd-in2.h: Regenerated.
2080
2081 2005-03-02 Jan Beulich <jbeulich@novell.com>
2082
2083 * Makefile.am: Add dependency of cache.o on libiberty.h.
2084 * cache.c: Include libiberty.h.
2085 (bfd_open_file): Use unlink_if_ordinary instead of unlink.
2086
2087 2005-03-01 Zack Weinberg <zack@codesourcery.com>
2088
2089 * elf.c (bfd_section_from_shdr <default case>): Call
2090 elf_backend_section_from_shdr hook unconditionally, and return
2091 what it returns.
2092 (bfd_section_from_phdr): Similarly, for elf_backend_section_from_phdr.
2093 * elfxx-target.h (elf_backend_section_from_shdr)
2094 (elf_backend_section_from_phdr): Default to
2095 _bfd_elf_make_section_from_shdr and _bfd_elf_make_section_from_phdr
2096 respectively.
2097
2098 2005-03-01 Alan Modra <amodra@bigpond.net.au>
2099
2100 * targets.h: Typo fix.
2101 * bfd-in2.h: Regenerate.
2102
2103 * bout.c (b_out_write_object_contents): Don't use sizeof on host
2104 structs to size on-disk structures.
2105 (b_out_set_section_contents): Size the external struct, not the
2106 internal one for on-disk size.
2107 (b_out_sizeof_headers): Likewise.
2108
2109 2005-03-01 Alan Modra <amodra@bigpond.net.au>
2110
2111 * elf64-ppc.c (ppc64_elf_size_stubs): Override defined dot-sym
2112 entry points with the func descriptor as well as undefweak.
2113
2114 2005-02-28 Ross Ridge <rridge@csclub.uwaterloo.ca>
2115
2116 * peicode.h (pe_ILF_build_a_bfd): Do not assume that an @ will be
2117 present when IMPORT_NAME_UNDOECRATE is used.
2118
2119 2005-02-28 H.J. Lu <hongjiu.lu@intel.com>
2120
2121 PR 757
2122 * elf-bfd.h (_bfd_elf_merge_symbol): Add a pointer to unsigned
2123 int.
2124
2125 * elf32-sh-symbian.c (sh_symbian_relocate_section): Pass NULL
2126 to _bfd_elf_merge_symbol.
2127
2128 * elflink.c (_bfd_elf_merge_symbol): Use the pointer to
2129 unsigned int to return the alignment of the old common symbol
2130 in the dynamic object.
2131 (_bfd_elf_add_default_symbol): Pass NULL to
2132 _bfd_elf_merge_symbol.
2133 (elf_link_add_object_symbols): Pass &old_alignment to
2134 _bfd_elf_merge_symbol. Get the alignment of the new common
2135 symbol in the dynamic object.
2136
2137 2005-02-24 Ben Elliston <bje@au.ibm.com>
2138
2139 * coffcode.h (coff_sym_filepos): Remove GNU960 conditional code.
2140 * format.c (bfd_check_format_matches): Likewise.
2141 * archive.c (BFD_GNU960_ARMAG): Likewise.
2142 (bfd_generic_archive_p): Likewise.
2143 (_bfd_write_archive_contents): Likewise.
2144
2145 2005-02-24 H.J. Lu <hongjiu.lu@intel.com>
2146
2147 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.95.
2148 * configure: Regenerate.
2149
2150 2005-02-24 Julian Brown <julian@sirius.codesourcery.com>
2151
2152 * elflink.c (elf_link_add_object_symbols): Force symbols in discarded
2153 COMDAT group sections to have default visibility.
2154
2155 2005-02-24 Alan Modra <amodra@bigpond.net.au>
2156
2157 * coffcode.h (coff_print_aux): Warning fix.
2158 * elf-m10300.c (mn10300_elf_relax_section): Use section->id
2159 instead of section pointer to identify.
2160 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise. Allocate
2161 the correct size buffer for local sym mangling too.
2162 (h8300_bfd_link_add_symbols): Likewise.
2163 * elf32-sh-symbian.c (sh_symbian_process_embedded_commands): Fix
2164 warning.
2165 * elf32-sh64.c (shmedia_prepare_reloc): Use %B and %p in error message
2166 * elf32-xtensa.c (literal_value_hash): Warning fix.
2167 * versados.c (process_otr): Warning fix.
2168 (versados_canonicalize_reloc): Likewise.
2169 * vms-gsd.c (_bfd_vms_slurp_gsd): Warning fix.
2170 * vms.c (fill_section_ptr): Warning fix.
2171
2172 2005-02-23 H.J. Lu <hongjiu.lu@intel.com>
2173
2174 * coff-tic54x.c (SWAP_OUT_RELOC_EXTRA): Defined.
2175 * coff-tic80.c (SWAP_OUT_RELOC_EXTRA): Likewise.
2176
2177 2005-02-23 Nick Clifton <nickc@redhat.com>
2178
2179 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Initialise
2180 the relvaddr field of the Elf32_crinfo structure.
2181
2182 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Initialise
2183 variables that are passed by reference to
2184 m68hc11_get_relocation_value in case that function does not
2185 initialise them.
2186
2187 * elf32-cr16c.c (cr16c_elf_final_link_relocate): Remove duplicated
2188 return statements and replace with a single return at the end of
2189 the function. This helps pacify the flow analysis code in gcc 4.0.
2190
2191 * elf.c (_bfd_elf_compute_section_file_positions): Initialise
2192 strtab to avoid compile time warning.
2193
2194 2005-02-23 Ben Elliston <bje@au.ibm.com>
2195
2196 * opncls.c (bfd_zalloc): Document this function.
2197
2198 2005-02-21 H.J. Lu <hongjiu.lu@intel.com>
2199
2200 * coffcode.h (sec_to_styp_flags): Replaced SEC_CLINK with
2201 SEC_TIC54X_CLINK. Replace SEC_BLOCK with SEC_TIC54X_BLOCK.
2202 Replace SEC_SHARED with SEC_COFF_SHARED.
2203 (styp_to_sec_flags): Likewise.
2204
2205 * elfxx-target.h (TARGET_BIG_SYM): Remove SEC_ARCH_BIT_0.
2206 (TARGET_LITTLE_SYM): Likewise.
2207
2208 * section.c (SEC_ARCH_BIT_0): Removed.
2209 (SEC_LINK_DUPLICATES_SAME_CONTENTS): Defined with
2210 SEC_LINK_DUPLICATES_ONE_ONLY and SEC_LINK_DUPLICATES_SAME_SIZE.
2211 (SEC_SHARED): Renamed to ...
2212 (SEC_COFF_SHARED): This.
2213 (SEC_BLOCK): Renamed to ...
2214 (SEC_TIC54X_BLOCK): This.
2215 (SEC_CLINK): Renamed to ...
2216 (SEC_TIC54X_CLINK): This.
2217 (SEC_XXX): Rearranged. Move SEC_COFF_SHARED_LIBRARY,
2218 SEC_COFF_SHARED, SEC_TIC54X_BLOCK and SEC_TIC54X_CLINK to the
2219 end.
2220 * bfd-in2.h: Regenerated.
2221
2222 2005-02-21 Fred Fish <fnf@specifixinc.com>
2223
2224 * dwarf2.c (find_abstract_instance_name): Call recursively
2225 to handle a DW_AT_specification.
2226
2227 2005-02-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2228
2229 * elfxx-mips.c (ecoff_swap_rpdr_out, mips_elf_output_extsym,
2230 mips_elf_create_dynamic_relocation,
2231 _bfd_mips_elf_size_dynamic_sections, _bfd_mips_elf_final_link):
2232 Remove #if 0'd code.
2233
2234 2005-02-21 Alan Modra <amodra@bigpond.net.au>
2235
2236 * Makefile.am: Run "make dep-am"
2237 * Makefile.in: Regenerate.
2238
2239 2005-02-21 Alan Modra <amodra@bigpond.net.au>
2240
2241 * coffgen.c (bfd_coff_get_comdat_section): Check that
2242 coff_section_data isn't NULL.
2243
2244 2005-02-21 Alan Modra <amodra@bigpond.net.au>
2245
2246 * bfd-in.h (bfd_elf_bfd_from_remote_memory): Warning fix.
2247 * coff-m68k.c (bfd_m68k_coff_create_embedded_relocs): Likewise.
2248 * coff-rs6000.c (xcoff_write_armap_big): Warning fixes. Remove
2249 useless assignments.
2250 (xcoff_write_archive_contents_big): Likewise.
2251 (_bfd_xcoff_put_ldsymbol_name): Likewise.
2252 * coff64-rs6000.c (_bfd_xcoff64_put_ldsymbol_name): Likewise.
2253 * coffgen.c (coff_write_symbols): Make "written" a bfd_vma.
2254 * cofflink.c (process_embedded_commands): Warning fixes.
2255 * cpu-arm.c: Delete unnecessary prototypes. Convert to C90.
2256 Warning fixes.
2257 * dwarf2.c: Warning fixes.
2258 * elf-bfd.h: Likewise.
2259 * elf-eh-frame.c: Likewise.
2260 * elf-strtab.c: Likewise.
2261 * elf.c: Likewise.
2262 * elf32-m68k.c: Likewise.
2263 * elf32-ppc.c: Likewise.
2264 * elf32-sh-symbian.c: Likewise.
2265 * elf32-sh.c: Delete unnecessary prototypes. Warning fixes.
2266 * elf64-sh64.c: Likewise.
2267 * peicode.h: Likewise.
2268 * elf64-mmix.c: Warning fixes.
2269 * elfcode.h: Likewise.
2270 * elfxx-mips.c: Likewise.
2271 * libbfd-in.h: Likewise.
2272 * libbfd.c: Likewise.
2273 * mach-o.c: Likewise.
2274 * merge.c: Likewise.
2275 * mmo.c: Likewise.
2276 * opncls.c: Likewise.
2277 * pef.c: Likewise.
2278 * srec.c: Likewise.
2279 * vms-hdr.c: Likewise.
2280 * vms-tir.c: Likewise.
2281 * xtensa-isa.c: Likewise.
2282 * xtensa-modules.c: Likewise.
2283 * xsym.c: Likewise.
2284 (pstrcmp): Use correct choice of string lengths. Fix return value.
2285 (bfd_sym_module_name): Correct string length.
2286 * bfd-in2.h: Regenerate.
2287 * libbfd.h: Regenerate.
2288
2289 2005-02-17 Alexandre Oliva <aoliva@redhat.com>
2290
2291 * elf32-frv.c (elf32_frv_relocate_section): Remove warning from
2292 uninitialized check_segment[1] in TLSMOFF case.
2293 Reported by Alan Modra.
2294 (elf32_frv_relocate_section): Improve errors and warnings.
2295
2296 2005-02-17 Alan Modra <amodra@bigpond.net.au>
2297
2298 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Fix warning.
2299
2300 2005-02-16 Alan Modra <amodra@bigpond.net.au>
2301
2302 * coff-arm.c (coff_arm_is_local_label_name): Warning fix.
2303 * elf32-frv.c (frvfdpic_relocs_info_hash): Likewise.
2304 * pef.c (bfd_pef_scan): Don't ignore return value of
2305 bfd_pef_scan_start_address.
2306 * mach-o.c (bfd_mach_o_scan): Don't ignore return value of
2307 bfd_mach_o_scan_start_address.
2308 * elfxx-ia64.c (elfNN_ia64_relax_brl): Rewrite for 32-bit bfd_vma.
2309 * elfxx-mips.c: Remove unnecessary prototypes.
2310 (sort_dynamic_relocs_64): Abort if not BFD64.
2311
2312 2005-02-16 Alan Modra <amodra@bigpond.net.au>
2313
2314 * elf64-ppc.c (ppc64_elf_edit_toc): Skip toc if size is zero.
2315 Skip toc reloc adjust if reloc_count is zero.
2316
2317 2005-02-15 Nigel Stephens <nigel@mips.com>
2318 Maciej W. Rozycki <macro@mips.com>
2319
2320 * elf32-mips.c (elf_mips16_howto_table_rel): New array for MIPS16
2321 reloc howtos. Add R_MIPS16_HI16 and R_MIPS16_LO16 relocs and
2322 R_MIPS16_GOT16 and R_MIPS16_CALL16 placeholders.
2323 (elf_mips16_jump_howto): Move into elf_mips16_howto_table_rel.
2324 (elf_mips16_gprel_howto): Likewise. Redefine src_mask and
2325 dst_mask.
2326 (mips16_gprel_reloc): Remove bit shuffling; call
2327 _bfd_mips16_elf_reloc_unshuffle(), _bfd_mips_elf_gprel16_with_gp()
2328 and _bfd_mips16_elf_reloc_shuffle() instead.
2329 (mips16_reloc_map): New reloc map for MIPS16 relocs.
2330 (bfd_elf32_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
2331 relocs.
2332 (mips_elf32_rtype_to_howto): Fetch MIPS16 howtos from
2333 elf_mips16_howto_table_rel.
2334 * elf64-mips.c (mips16_elf64_howto_table_rel): New array for
2335 MIPS16 REL reloc howtos. Add R_MIPS16_HI16 and R_MIPS16_LO16
2336 relocs and R_MIPS16_GOT16 and R_MIPS16_CALL16 placeholders.
2337 (elf_mips16_jump_howto): Move into mips16_elf64_howto_table_rel.
2338 (elf_mips16_gprel_howto): Likewise. Redefine src_mask and
2339 dst_mask.
2340 (mips16_elf64_howto_table_rela): New array for MIPS16 RELA
2341 reloc howtos. Add R_MIPS16_26, R_MIPS16_GPREL, R_MIPS16_HI16 and
2342 R_MIPS16_LO16 relocs and R_MIPS16_GOT16 and R_MIPS16_CALL16
2343 placeholders.
2344 (mips16_gprel_reloc): Remove bit shuffling; call
2345 _bfd_mips16_elf_reloc_unshuffle(), _bfd_mips_elf_gprel16_with_gp()
2346 and _bfd_mips16_elf_reloc_shuffle() instead.
2347 (mips16_reloc_map): New reloc map for MIPS16 relocs.
2348 (bfd_elf64_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
2349 relocs.
2350 (mips_elf64_rtype_to_howto): Fetch MIPS16 howtos from
2351 mips16_elf64_howto_table_rela or mips16_elf64_howto_table_rel.
2352 * elfn32-mips.c (elf_mips16_howto_table_rel): New array for MIPS16
2353 REL reloc howtos. Add R_MIPS16_HI16 and R_MIPS16_LO16 relocs and
2354 R_MIPS16_GOT16 and R_MIPS16_CALL16 placeholders.
2355 (elf_mips16_jump_howto): Move into elf_mips16_howto_table_rel.
2356 (elf_mips16_gprel_howto): Likewise. Redefine src_mask and
2357 dst_mask.
2358 (mips16_gprel_reloc): Remove bit shuffling; call
2359 _bfd_mips16_elf_reloc_unshuffle(), _bfd_mips_elf_gprel16_with_gp()
2360 and _bfd_mips16_elf_reloc_shuffle() instead.
2361 (mips16_reloc_map): New reloc map for MIPS16 relocs.
2362 (bfd_elf32_bfd_reloc_type_lookup): Use mips16_reloc_map for MIPS16
2363 relocs.
2364 (mips_elf_n32_rtype_to_howto): Fetch MIPS16 howtos from
2365 elf_mips16_howto_table_rela or elf_mips16_howto_table_rel.
2366 * elfxx-mips.c (_bfd_mips16_elf_reloc_unshuffle): New function to
2367 handle bit shuffling for MIPS16 relocs.
2368 (_bfd_mips16_elf_reloc_shuffle): Likewise.
2369 (_bfd_mips_elf_lo16_reloc): Use _bfd_mips16_elf_reloc_unshuffle()
2370 and _bfd_mips16_elf_reloc_shuffle().
2371 (_bfd_mips_elf_generic_reloc): Likewise.
2372 (mips_elf_calculate_relocation): Likewise. Handle R_MIPS16_HI16
2373 and R_MIPS16_LO16.
2374 (mips_elf_obtain_contents): Remove bit shuffling.
2375 (mips_elf_perform_relocation): Likewise; call
2376 _bfd_mips16_elf_reloc_unshuffle() and _bfd_mips16_elf_reloc_shuffle()
2377 instead.
2378 (_bfd_mips_elf_relocate_section): Likewise. Handle R_MIPS16_HI16
2379 and R_MIPS16_LO16.
2380 * elfxx-mips.h (_bfd_mips16_elf_reloc_unshuffle): Declare.
2381 (_bfd_mips16_elf_reloc_shuffle): Likewise.
2382 * reloc.c (BFD_RELOC_MIPS16_HI16): New reloc.
2383 (BFD_RELOC_MIPS16_HI16_S): Likewise.
2384 (BFD_RELOC_MIPS16_LO16): Likewise.
2385 * bfd-in2.h: Regenerate.
2386 * libbfd.h: Regenerate.
2387
2388 2005-02-15 Jan Beulich <jbeulich@novell.com>
2389
2390 * elfxx-ia64.c (ia64_howto_table): Correct strings for
2391 R_IA64_DTPMOD64[LM]SB.
2392
2393 2005-02-14 H.J. Lu <hongjiu.lu@intel.com>
2394
2395 * elfxx-ia64.c (elfNN_ia64_relax_section): Allow relax
2396 backward branch in the same section.
2397 (elfNN_ia64_relocate_section): Inform users that the input
2398 section is too big to relax br instruction when overflow
2399 happens to R_IA64_PCREL21B, R_IA64_PCREL21BI, R_IA64_PCREL21M
2400 and R_IA64_PCREL21F.
2401
2402 2005-02-14 Orjan Friberg <orjanf@axis.com>
2403
2404 * elfcore.h (elf_core_file_p): Move the call to
2405 elf_backend_object_p to allow the correct machine to be set before
2406 processing the program headers.
2407
2408 2005-02-14 Nick Clifton <nickc@redhat.com>
2409
2410 PR binutils/716
2411 * peicode.h (pe_bfd_copy_private_bfd_data): Copy the large address
2412 aware flag from the input bfd to the output bfd.
2413
2414 2005-02-11 Maciej W. Rozycki <macro@mips.com>
2415
2416 * elf32-mips.c (_bfd_mips_elf32_gprel16_reloc): Reject
2417 R_MIPS_LITERAL relocations for external symbols.
2418 * elf64-mips.c (mips_elf64_literal_reloc): Likewise.
2419 * elfn32-mips.c (mips_elf_literal_reloc): Likewise.
2420
2421 2005-02-11 H.J. Lu <hongjiu.lu@intel.com>
2422
2423 * bfd-in2.h: Rebuilt.
2424
2425 2005-02-11 Paul Brook <paul@codesourcery.com>
2426
2427 * elf-bfd.h (struct elf_link_hash_table): Add
2428 is_relocatable_executable.
2429 * elf.c (_bfd_elf_link_hash_table_init): Initialize it.
2430 * elflink.c (bfd_elf_link_record_dynamic_symbol): Create local dynamic
2431 symbols in relocatable executables.
2432 (bfd_elf_record_link_assignment): Create dynamic section symbols in
2433 relocatable executables.
2434 (_bfd_elf_link_renumber_dynsyms): Ditto.
2435 (bfd_elf_final_link): Ditto.
2436 * elf32-arm.c (elf32_arm_final_link_relocate): Copy absolute
2437 relocations into relocatable executables.
2438 (elf32_arm_check_relocs): Crate dynamic sections for relocatable
2439 executables. Also copy absolute relocations.
2440 (elf32_arm_adjust_dynamic_symbol): Don't create copy relocations
2441 in relocatable executables.
2442 (allocate_dynrelocs): Copy relocations for relocatable executables.
2443 Output dynamic symbols for symbols defined in linker scripts.
2444
2445 2005-02-11 Nick Clifton <nickc@redhat.com>
2446
2447 * libbfd.c (read_signed_leb128): Use an unsigned type for 'shift'
2448 to avoid a compile time warning.
2449
2450 * coff-alpha.c (alpha_adjust_reloc_in): Remove redundant test from
2451 BFD_ASSERT.
2452
2453 * coff-tic4x.c (coff_rtype_to_howto): Move definition before
2454 inclusion of coffcode.h so that it is actually picked up.
2455
2456 * coffcode.h (coff_std_swap_table): Add an unused attribute in
2457 case it is not used.
2458
2459 * elf32-ip2k.c (ip2k_call_opcode, IS_CALL_OPCODE): Remove unused
2460 structure and macro.
2461
2462 * elf32-iq2000.c (iq2000_reloc_map): Remove unused structure and
2463 array.
2464
2465 * elf32-m32r.c (m32r_reloc_map_old): Use #ifdef USE_M32R_OLD_RELOC
2466 to protect the declaration of this array.
2467
2468 * xsym.c (bfd_sym_parse_contained_variables_table_entry_v32):
2469 Avoid call to memcpy with a size of 0.
2470
2471 2005-02-12 Alan Modra <amodra@bigpond.net.au>
2472
2473 * elf64-ppc.c (toc_adjusting_stub_needed): Return true for
2474 old-style branches to undefined dot-symbols which will be
2475 satisfied by a plt call.
2476
2477 2005-02-11 Alan Modra <amodra@bigpond.net.au>
2478
2479 * elf64-ppc.c (move_plt_plist): New function, extracted from..
2480 (ppc64_elf_copy_indirect_symbol): ..here.
2481 (func_desc_adjust): Use move_plt_plist.
2482
2483 2005-02-10 Paul Brook <paul@codesourcery.com>
2484
2485 * elf32-arm.c (elf32_arm_final_link_relocate): Handle R_ARM_THM_PC9.
2486
2487 2005-02-10 Paul Brook <paul@codesourcery.com>
2488
2489 * elflink.c (bfd_elf_record_link_assignment): Make hidden and internal
2490 symbols local.
2491 (elf_link_renumber_hash_table_dynsyms): Ignore local symbols.
2492 (elf_link_renumber_local_hash_table_dynsyms): New function.
2493 (_bfd_elf_link_renumber_dynsyms): Number local dynamic symbols.
2494
2495 2005-02-10 Jakub Jelinek <jakub@redhat.com>
2496
2497 * bfd-in.h (BFD_LINKER_CREATED): Define.
2498 * bfd-in2.h: Rebuilt.
2499 * elflink.c (bfd_elf_size_dynamic_sections): Disregard
2500 BFD_LINKER_CREATED bfds when determining input bfds without
2501 .note.GNU-stack section.
2502
2503 2005-02-10 Maciej W. Rozycki <macro@mips.com>
2504
2505 * elf64-mips.c (mips16_gprel_reloc): Update a comment.
2506 * elfn32-mips.c (mips16_gprel_reloc): Keep R_MIPS16_GPREL
2507 relocations against external symbols unchanged.
2508
2509 2005-02-08 Paul Brook <paul@codesourcery.com>
2510
2511 * elflink.c (elf_link_input_bfd): Ignore symbols from null input
2512 sections.
2513
2514 2005-02-08 Hans-Peter Nilsson <hp@axis.com>
2515
2516 * elflink.c (elf_link_add_object_symbols): Don't add "warning: "
2517 prefix here.
2518
2519 2005-02-07 Maciej W. Rozycki <macro@mips.com>
2520
2521 * elf64-mips.c: Fix formatting throughout.
2522
2523 2005-02-07 Maciej W. Rozycki <macro@mips.com>
2524
2525 * elfn32-mips.c (elf_mips_howto_table_rela): Fix a comment typo.
2526
2527 2005-02-07 Alexandre Oliva <aoliva@redhat.com>
2528
2529 * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove special handling for
2530 *ABS*/*UND* sections.
2531 (elf32_frv_relocate_section): Move zero-addend-required error...
2532 (_frv_emit_got_relocs_plt_entries): ... here. Report error for
2533 missing needed TLS section.
2534
2535 2005-02-07 Hans-Peter Nilsson <hp@axis.com>
2536
2537 * aoutx.h (NAME(aout,find_nearest_line)): Correct case for N_SO
2538 being the last symbol.
2539 (aout_link_add_symbols): Just return TRUE if a warning
2540 symbol was last.
2541
2542 2005-02-07 Maciej W. Rozycki <macro@mips.com>
2543
2544 * elf32-mips.c (mips_elf_gprel32_reloc): Reject
2545 R_MIPS_GPREL32 relocations against external symbols.
2546 * elf64-mips.c (mips_elf64_gprel32_reloc): Replace an incorrect
2547 comment.
2548
2549 2005-02-07 Alan Modra <amodra@bigpond.net.au>
2550
2551 * elf-bfd.h (elf_string_from_elf_strtab): Delete macro.
2552 * elf.c (bfd_elf_string_from_elf_section): Expand occurrence of
2553 elf_string_from_elf_strtab.
2554 (_bfd_elf_setup_group_pointers, bfd_section_from_shdr): Likewise.
2555 (bfd_section_from_shdr): For SHT_SYMTAB, load SHT_SYMTAB_SHNDX too
2556 if it exists. Don't do the reverse for SHT_SYMTAB_SHNDX. For
2557 SHT_STRTAB, check whether the strtab is for symtab or dynsymtab by
2558 looking at cached symtab info first, before iterating over headers.
2559 For SHT_REL and SHT_RELA, load dynsymtab if needed.
2560 * elfcode.h (elf_object_p): Don't load section header stringtab
2561 specially.
2562
2563 2005-02-06 H.J. Lu <hongjiu.lu@intel.com>
2564
2565 * elf32-i386.c (elf_i386_relocate_section): Disallow R_386_GOTOFF
2566 against protected function when building shared library.
2567
2568 PR 584
2569 * elf64-x86-64.c (is_32bit_relative_branch): New.
2570 (elf64_x86_64_relocate_section): Alllow R_X86_64_PC32 on a
2571 protected function symbol when building shared library for
2572 32bit relative branch instruction.
2573
2574 2005-02-06 Alan Modra <amodra@bigpond.net.au>
2575
2576 * elf64-ppc.c (add_symbol_adjust): Don't create fake descriptor
2577 syms when doing a relocatable link.
2578 (ppc64_elf_gc_mark_hook): Check that syms are defined before looking
2579 at u.def.section.
2580 (ppc64_elf_tls_setup): Likewise.
2581 (ppc64_elf_edit_opd): Don't use an undefined func desc sym.
2582
2583 2005-02-04 Alan Modra <amodra@bigpond.net.au>
2584
2585 * elf64-ppc.c (struct ppc_link_hash_entry): Add "fake".
2586 (link_hash_newfunc): Clear all locals using memset.
2587 (make_fdh): Remove flags param. Always create fake func desc
2588 weak. Link the descriptor with the code entry sym.
2589 (ppc64_elf_archive_symbol_lookup): Don't return fake syms.
2590 (add_symbol_adjust): Adjust make_fdh call.
2591 (func_desc_adjust): Likewise. Twiddle any pre-existing fake
2592 descriptor to strong undefined if code entry is strong.
2593
2594 2005-02-04 Alan Modra <amodra@bigpond.net.au>
2595
2596 * elflink.c (bfd_elf_record_link_assignment): Do "provide" symbol
2597 lookup here. Set to new before calling bfd_link_repair_undef_list.
2598 (elf_smash_syms): Check that u.undef.weak isn't the not_needed bfd.
2599
2600 2005-02-03 Alan Modra <amodra@bigpond.net.au>
2601
2602 * linker.c (_bfd_link_hash_newfunc): Set all local fields.
2603
2604 2005-02-03 Alan Modra <amodra@bigpond.net.au>
2605
2606 * linker.c (_bfd_generic_link_add_one_symbol): Set u.undef.weak.
2607 * elflink.c (elf_smash_syms): Restore symbols that were undefweak
2608 before the as-needed lib was loaded. Abort on unexpected refs.
2609
2610 2005-02-02 Alan Modra <amodra@bigpond.net.au>
2611
2612 * elflink.c (elf_smash_syms): Expand comments.
2613 (elf_link_add_object_symbols): Only call elf_smash_syms for
2614 as-needed dynamic objects.
2615
2616 * elfxx-ia64.c (elfNN_ia64_new_elf_hash_entry): Don't clear
2617 everything, just the field specific to ia64.
2618 * elf64-hppa.c (elf64_hppa_new_dyn_hash_entry): Likewise.
2619
2620 2005-02-01 Alan Modra <amodra@bigpond.net.au>
2621
2622 * elf64-ppc.c (func_desc_adjust): Move code creating func desc sym to..
2623 (make_fdh): ..here. New function. Don't set BSF_OBJECT for
2624 undefined syms.
2625 (struct add_symbol_adjust_data): New.
2626 (add_symbol_adjust): Make an undefweak func desc for old ABI
2627 objects to link with --as-needed shared libs. Return fail status.
2628 Don't adjust old ABI func entry sym to weak if func desc syms
2629 isn't defined.
2630 (ppc64_elf_check_directives): Adjust call to add_symbol_adjust,
2631 and return status.
2632
2633 2005-02-01 Hans-Peter Nilsson <hp@axis.com>
2634
2635 * cpu-cris.c (get_compatible): Rearrange disabled code and comment
2636 for clarity.
2637
2638 2005-02-01 Alan Modra <amodra@bigpond.net.au>
2639
2640 * elf64-ppc.c (ppc64_elf_check_directives): Move undefs list fixup..
2641 * linker.c (bfd_link_repair_undef_list): ..to new function, but don't
2642 remove anything but new and undefweak.
2643 * elflink.c (_bfd_elf_link_create_dynamic_sections): Override any
2644 existing _DYNAMIC.
2645 (_bfd_elf_create_dynamic_sections): Formatting.
2646 (bfd_elf_record_link_assignment): Call bfd_link_repair_undef_list.
2647 (_bfd_elf_merge_symbol): Don't handle as-needed syms here.
2648 (struct elf_smash_data): New.
2649 (elf_smash_syms): New function.
2650 (elf_link_add_object_symbols): Call elf_smash_syms. Don't add
2651 unneeded dynamic objects to loaded list.
2652 (elf_link_output_extsym): Don't handle as-needed here. Strip
2653 bfd_link_hash_new symbols.
2654 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
2655 delref when dynindx is already -1.
2656 * elf64-alpha.c (elf64_alpha_output_extsym): Strip bfd_link_hash_new
2657 symbols.
2658 * elfxx-mips.c (mips_elf_output_extsym): Likewise.
2659
2660 2005-02-01 Ben Elliston <bje@au.ibm.com>
2661
2662 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Redefine.
2663
2664 2005-02-01 Ben Elliston <bje@au.ibm.com>
2665
2666 * aout-arm.c, aout-target.h, aoutx.h, archive.c, armnetbsd.c,
2667 bfd-in.h, bfdio.c, coff-alpha.c, coff-arm.c, coff-h8300.c,
2668 coff-i860.c, coff-mcore.c, coff-or32.c, coff-ppc.c, coff-sh.c,
2669 coff-sparc.c, coffcode.h, coffgen.c, cofflink.c, cpu-cris.c,
2670 cpu-h8500.c, cpu-ns32k.c, ecoff.c, ecofflink.c, elf.c,
2671 elf32-dlx.c, elf32-fr30.c, elf32-frv.c, elf32-hppa.c,
2672 elf32-i860.c, elf32-ip2k.c, elf32-m32r.c, elf32-sh.c,
2673 elf32-v850.c, elf64-mips.c, elf64-sparc.c, elflink.c,
2674 i386aout.c, i386msdos.c, i386os9k.c, ieee.c, mach-o.c,
2675 nlm32-sparc.c, oasys.c, opncls.c, pdp11.c, pe-mips.c, peXXigen.c,
2676 pef.c, peicode.h, reloc.c, riscix.c, section.c, simple.c, som.c,
2677 sparclynx.c, targets.c, vms-misc.c, vms-tir.c, xsym.c,
2678 hosts/delta68.h, hosts/vaxbsd.h: Remove #if 0'd code
2679 throughout. Similarly, collapse #if 1'd code.
2680
2681 2005-02-01 Ben Elliston <bje@au.ibm.com>
2682
2683 * elf-bfd.h (bfd_elf_discard_group): Remove.
2684 * elf.c (bfd_elf_discard_group): Likewise.
2685 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Remove macro.
2686
2687 2005-01-31 Richard Sandiford <rsandifo@redhat.com>
2688
2689 * elf-bfd.h (elf_backend_data): Add elf_backend_eh_frame_address_size.
2690 (_bfd_elf_eh_frame_address_size): Declare.
2691 * elfxx-target.h (elf_backend_eh_frame_address_size): Define a default.
2692 (elfNN_bed): Initialize elf_backend_eh_frame_address_size.
2693 * elfxx-mips.h (_bfd_mips_elf_eh_frame_address_size): Declare.
2694 (elf_backend_eh_frame_address_size): Define.
2695 * elfxx-mips.c (_bfd_mips_elf_eh_frame_address_size): New function.
2696 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Get the address
2697 size from the new backend hook.
2698 (_bfd_elf_write_section_eh_frame): Likewise.
2699 (_bfd_elf_eh_frame_address_size): New function.
2700
2701 2005-01-31 Andrew Cagney <cagney@gnu.org>
2702
2703 * configure: Regenerate to track ../gettext.m4.
2704
2705 2005-01-31 Mark Mitchell <mark@codesourcery.com>
2706
2707 * elf32-arm.c (elf32_arm_symbian_special_sections): Do not set
2708 SHF_WRITE for .init_array, .fini_array, and .preinit_array.
2709
2710 2005-01-31 Nick Clifton <nickc@redhat.com>
2711
2712 * confg.bfd: Make targets scheduled for obsoletion (m68k-lynxos,
2713 sparc-lynxos, vax-vms) be obsolete.
2714
2715 2005-01-28 Daniel Jacobowitz <dan@codesourcery.com>
2716
2717 * elf-bfd.h (struct elf_backend_data): Add minpagesize.
2718 * elf32-arm.c (ELF_MINPAGESIZE): Define.
2719 * elf32-ppc.c (ELF_MINPAGESIZE): Define.
2720 * elfcode.h (elf_object_p): Use minpagesize instead of
2721 maxpagesize.
2722 * elfxx-target.h (ELF_MINPAGESIZE): Default to ELF_MAXPAGESIZE.
2723 (elfNN_bed): Include ELF_MINPAGESIZE.
2724
2725 2005-01-28 Julian Brown <julian@codesourcery.com>
2726
2727 * bin-in.h (bfd_elf32_arm_set_target_relocs): Update prototype.
2728 * bin-in2.h (bfd_elf32_arm_set_target_relocs): Update prototype.
2729 * elf32-arm.c (elf32_arm_link_hash_table): Add fix_v4bx flag.
2730 (bfd_elf32_arm_set_target_relocs): Add formal parameter fix_v4bx for
2731 passing flag value from ld. Set flag value in global hash table entry.
2732 (elf32_arm_final_link_relocate): Add code to implement R_ARM_V4BX
2733 relocation.
2734
2735 2005-01-27 Andrew Cagney <cagney@gnu.org>
2736
2737 * configure: Regenerate to track ../gettext.m4 change.
2738
2739 2005-01-25 Mark Mitchell <mark@codesourcery.com>
2740
2741 * elf32-arm.c (elf_backend_default_use_rela_p): Define to zero for
2742 SymbianOS.
2743
2744 2005-01-25 Alexandre Oliva <aoliva@redhat.com>
2745
2746 2004-12-10 Alexandre Oliva <aoliva@redhat.com>
2747 * elf32-frv.c (elf32_frv_relocate_section): Force local binding
2748 for TLSMOFF.
2749 * reloc.c: Add R_FRV_TLSMOFF.
2750 * elf32-frv.c (elf32_frv_howto_table): Likewise.
2751 (frv_reloc_map, frv_reloc_type_lookup): Map it.
2752 (elf32_frv_relocate_section): Handle it.
2753 (elf32_frv_check_relocs): Likewise.
2754 * libbfd.h, bfd-in2.h: Rebuilt.
2755 2004-11-26 Alexandre Oliva <aoliva@redhat.com>
2756 * elf32-frv.c (_frvfdpic_emit_got_relocs_plt_entries): Don't crash
2757 when given an undefweak TLS symbol. Fix constant TLS PLT entries
2758 such that they return the constant in gr9.
2759 (_frvfdpic_relax_tls_entries): Don't crash for undefweak TLS
2760 symbols.
2761 (_frvfdpic_size_got_plt): Set _cooked_size of dynamic sections.
2762 too, such that they shrink on relaxation.
2763 (elf32_frvfdpic_finish_dynamic_sections): Check __ROFIXUP_END__ as
2764 marking the position right past the _GLOBAL_OFFSET_TABLE_ value.
2765 (_frvfdpic_assign_plt_entries): Shrink constant TLS PLT entries
2766 if we can guarantee the use of 16-bit constants.
2767 2004-11-10 Alexandre Oliva <aoliva@redhat.com>
2768 Introduce TLS support for FR-V FDPIC.
2769 * reloc.c: Add TLS relocations.
2770 * elf32-frv.c (elf32_frv_howto_table): Add TLS relocations.
2771 (elf32_frv_rel_tlsdesc_value_howto): New.
2772 (elf32_frv_rel_tlsoff_howto): New.
2773 (frv_reloc_map): Add new mappings.
2774 (struct frvfdpic_elf_link_hash_table): Add pointer to summary
2775 reloc information.
2776 (frvfdpic_dynamic_got_plt_info): New.
2777 (frvfdpic_plt_tls_ret_offset): New.
2778 (ELF_DYNAMIC_INTERPRETER, DEFAULT_STACK_SIZE): Move earlier.
2779 (struct _frvfdpic_dynamic_got_info): Likewise. Add TLS members.
2780 (struct _frvfdpic_dynamic_got_plt_info): Likewise.
2781 (FRVFDPIC_SYM_LOCAL): Regard symbols defined in the absolute
2782 section as local.
2783 (struct frvfdpic_relocs_info): Add TLS fields.
2784 (frvfdpic_relocs_info_hash): Warning clean up.
2785 (frvfdpic_relocs_info_find): Initialize tlsplt_entry.
2786 (frvfdpic_pic_merge_early_relocs_info): Merge TLS fields.
2787 (FRVFDPIC_TLS_BIAS): Define.
2788 (tls_biased_base): New.
2789 (_frvfdpic_emit_got_relocs_plt_entries): Deal with TLS
2790 relocations.
2791 (frv_reloc_type_lookup): Likewise.
2792 (frvfdpic_info_to_howto_rel): Likewise.
2793 (elf32_frv_relocate_section): Likewise.
2794 (_frv_create_got_section): Create the PLT section here.
2795 (elf32_frvfdpic_create_dynamic_sections): Not here.
2796 (_frvfdpic_count_nontls_entries): Move out of...
2797 (_frvfdpic_count_got_plt_entries): ... here.
2798 (_frvfdpic_count_tls_entries): Likewise. Add TLS support.
2799 (_frvfdpic_count_relocs_fixups): Likewise. Add relaxation
2800 support.
2801 (_frvfdpic_relax_tls_entries): New.
2802 (_frvfdpic_compute_got_alloc_data): Add TLS support.
2803 (_frvfdpic_get_tlsdesc_entry): New.
2804 (_frvfdpic_assign_got_entries): Add TLS support.
2805 (_frvfdpic_assign_plt_entries): Likewise.
2806 (_frvfdpic_reset_got_plt_entries): New.
2807 (_frvfdpic_size_got_plt): Move out of...
2808 (elf32_frvfdpic_size_dynamic_sections): ... here.
2809 (_frvfdpic_relax_got_plt_entries): New.
2810 (elf32_frvfdpic_relax_section): New.
2811 (elf32_frvfdpic_finish_dynamic_sections): Add TLS sanity check.
2812 (elf32_frv_check_relocs): Add TLS support.
2813 (bfd_elf32_bfd_relax_section): Define for FDPIC.
2814 * libbfd.h, bfd-in2.h: Rebuilt.
2815
2816 2005-01-25 Alan Modra <amodra@bigpond.net.au>
2817
2818 * elf.c (_bfd_elf_get_dynamic_reloc_upper_bound): Only include
2819 loadable reloc sections.
2820 (_bfd_elf_canonicalize_dynamic_reloc): Likewise.
2821 (_bfd_elf_get_synthetic_symtab): Return 0 if no dynamic syms.
2822
2823 2005-01-25 Alan Modra <amodra@bigpond.net.au>
2824
2825 * elflink.c (elf_link_add_object_symbols): Don't create link dynamic
2826 sections immediately when linking shared libs. Instead, wait until
2827 we know a lib is needed.
2828 (_bfd_elf_link_create_dynstrtab): Extract from..
2829 (_bfd_elf_link_create_dynamic_sections_): ..here.
2830 (elf_add_dt_needed_tag): Call _bfd_elf_link_create_dynstrtab and
2831 _bfd_elf_link_create_dynamic_sections. Add abfd param. Allow
2832 for non-existent .dynamic.
2833 (elf_link_output_extsym): Don't complain about undefined symbols
2834 in as-needed dynamic libs that aren't actually linked.
2835
2836 2005-01-24 Andrew Cagney <cagney@gnu.org>
2837
2838 * configure: Regenerate, ../gettext.m4 was updated.
2839
2840 2005-01-21 Ben Elliston <bje@au.ibm.com>
2841
2842 * aout-encap.c: Remove unused file.
2843
2844 2005-01-19 H.J. Lu <hongjiu.lu@intel.com>
2845
2846 PR 679
2847 * elflink.c (_bfd_elf_dynamic_symbol_p): Only protected
2848 non-function symbols are local.
2849 (_bfd_elf_symbol_refs_local_p): Likewise.
2850
2851 2005-01-18 Alan Modra <amodra@bigpond.net.au>
2852
2853 * bfd.c (bfd_link_just_syms): Add abfd param.
2854 * bfd-in2.h: Regenerate.
2855
2856 2005-01-17 Richard Sandiford <rsandifo@redhat.com>
2857
2858 * elf-eh-frame.c (skip_cfa_op, skip_non_nops): New functions.
2859 (_bfd_elf_discard_section_eh_frame): Use them to interpret the CFA
2860 instructions. If the amount of padding is known, reduce the size
2861 of the CIE or FDE by that amount.
2862
2863 2005-01-17 Richard Sandiford <rsandifo@redhat.com>
2864
2865 * elf-bfd.h (struct cie): Use bfd_vmas for code_align, ra_column and
2866 augmentation_size. Use bfd_signed_vmas for data_align.
2867 * elf-eh-frame.c (read_uleb128, read_sleb128): Delete in favor of...
2868 (read_byte, skip_leb128, read_uleb128, read_sleb128): ...these new
2869 functions. Don't read past the end of the enclosing CIE or FDE.
2870 (skip_bytes): New utility function.
2871 (_bfd_elf_discard_section_eh_frame): Use new functions, adding more
2872 sanity checking.
2873 (_bfd_elf_write_section_eh_frame): Use new functions.
2874
2875 2005-01-17 Richard Sandiford <rsandifo@redhat.com>
2876
2877 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use an
2878 assert-style REQUIRE() macro to handle sanity checks.
2879
2880 2005-01-17 H.J. Lu <hongjiu.lu@intel.com>
2881
2882 * dwarf2.c (dwarf2_debug): Move info_ptr_unit to ...
2883 (comp_unit): Here.
2884 (read_unsigned_leb128): Removed.
2885 (read_signed_leb128): Removed.
2886 (find_abstract_instance_name): Updated.
2887 (parse_comp_unit): Accept info_ptr_unit.
2888 (_bfd_dwarf2_find_nearest_line): Set info_ptr_unit for each
2889 comp unit and pass it to parse_comp_unit.
2890
2891 * elf-eh-frame.c (read_unsigned_leb128): Moved to ...
2892 (read_signed_leb128): Moved to ...
2893 * libbfd.c: Here.
2894
2895 * libbfd-in.h (read_unsigned_leb128): New prototype.
2896 (read_signed_leb128): Likewise.
2897 * libbfd.h: Regenerated.
2898
2899 2005-01-17 Andrew Stubbs <andrew.stubbs@st.com>
2900 Nick Clifton <nickc@redhat.com>
2901
2902 * cpu-sh.c (bfd_to_arch_table): Change arch_sh1_up to arch_sh_up,
2903 arch__sh4_nofp_up to arch_sh4_nofpu_up and arch_sh4a_nofp_up to
2904 arch_sh4a_nofpu_up in order to match the external names and make the
2905 testsuite's job easier.
2906 * archuires.c: Rename bfd_mach_sh2a_fake? to more meaningful
2907 names.
2908 * bfd-in2.h: Regenerate.
2909
2910 2005-01-15 Andrew Cagney <cagney@gnu.org>
2911
2912 * bfd.m4: New file.
2913 * acinclude.m4: Move BFD_NEED_DECLARATION,
2914 BFD_HAVE_SYS_PROCFS_TYPE and BFD_HAVE_SYS_PROCFS_TYPE_MEMBER to
2915 the new file bfd.m4. Include ../bfd/bfd.m4.
2916 * configure: Re-generate.
2917
2918 2005-01-12 Alan Modra <amodra@bigpond.net.au>
2919
2920 * elf32-ppc.c (ppc_elf_howto_raw): Delete RELAX32* entries.
2921 (ppc_elf_relax_section): Use PLT variants of RELAX32 relocs for
2922 reaching PLT.
2923 (ppc_elf_relocate_section): Handle R_PPC_RELAX32_PLT and
2924 R_PPC_RELAX32PC_PLT.
2925
2926 2005-01-11 Alan Modra <amodra@bigpond.net.au>
2927
2928 * elf64-ppc.c (ppc64_elf_gc_sweep_hook): Follow indirect and warning
2929 symbols.
2930 * elf32-arm.c (elf32_arm_gc_sweep_hook): Likewise.
2931 * elf32-cris.c (cris_elf_gc_sweep_hook): Likewise.
2932 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Likewise.
2933 * elf32-i386.c (elf_i386_gc_sweep_hook): Likewise.
2934 * elf32-m32r.c (m32r_elf_gc_sweep_hook): Likewise.
2935 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Likewise.
2936 * elf32-ppc.c (ppc_elf_gc_sweep_hook): Likewise.
2937 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
2938 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
2939 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise.
2940 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
2941 * elf32-xtensa.c (elf_xtensa_gc_sweep_hook): Likewise.
2942 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
2943 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
2944
2945 2005-01-11 Alan Modra <amodra@bigpond.net.au>
2946
2947 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Correct
2948 .dynsbss flags.
2949
2950 2005-01-10 Inderpreet Singh <inderpreetb@noida.hcltech.com>
2951
2952 * archures.c: Define bfd_mach_maxq10 and bfd_mach_maxq20.
2953 * bfd-in2.h: Regenerate.
2954 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags): Add code
2955 to support these new machine values.
2956 * cpu-maxq.c (bfd_maxq10_arch): New architecture definition for
2957 the maxq10.
2958 (bfd_maxq_arch): Update values for the maxq20.
2959
2960 2005-01-10 Eric Botcazou <ebotcazou@libertysurf.fr>
2961
2962 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): When linking a
2963 non-shared object, do not reserve space in .plt and .rela.plt for
2964 regular symbols neither defined nor referenced in shared objects.
2965
2966 2005-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
2967
2968 * elf32-sparc.c (elf32_sparc_link_hash_table_create): Use bfd_zmalloc
2969 to zero the structure.
2970 (create_got_section): Use BFD_ASSERT instead of abort.
2971 * elf64-sparc.c (struct sparc64_elf_link_hash_table): New 'sgot' and
2972 'srelgot' fields.
2973 (create_got_section): New function.
2974 (sparc64_elf_create_dynamic_sections): Likewise.
2975 (sparc64_elf_check_relocs): Invoke create_got_section instead of
2976 _bfd_elf_create_got_section. Use the sgot and srelgot shortcuts.
2977 (sparc64_elf_size_dynamic_sections): Use the srelgot shortcut.
2978 (sparc64_elf_relocate_section): Use the sgot and srelgot shortcuts.
2979 (sparc64_elf_finish_dynamic_symbol): Likewise.
2980 (sparc64_elf_finish_dynamic_sections): Use the sgot shortcut.
2981 (elf_backend_create_dynamic_sections): Define to
2982 sparc64_elf_create_dynamic_sections.
2983
2984 2005-01-09 Eric Botcazou <ebotcazou@libertysurf.fr>
2985
2986 * elf32-sparc.c (elf32_sparc_omit_section_dynsym): New function.
2987 (elf_backend_omit_section_dynsym): Define to it.
2988 * elf64-sparc.c (sparc64_elf_omit_section_dynsym): New function.
2989 (elf_backend_omit_section_dynsym): Define to it.
2990
2991 2005-01-07 Jakub Jelinek <jakub@redhat.com>
2992
2993 * bfd/elf.c (INCLUDE_SECTION_IN_SEGMENT): Don't put empty sections into
2994 PT_DYNAMIC segment, unless .dynamic.
2995
2996 2005-01-06 Paul Brook <paul@codesourcery.com>
2997
2998 * config.bfd: Add entry for arm-*-vxworks and arm-*-windiss.
2999 * configure.in: Add bfd_elf32_{big,little}arm_vxworks_vec.
3000 * configure: Regenerate.
3001 * elf32-arm.c: Add VxWorks target bfd.
3002 (USE_REL): Remove.
3003 (elf32_arm_link_hash_table): Add use_rel.
3004 (elf32_arm_link_hash_table_create, elf32_arm_final_link_relocate,
3005 elf32_arm_relocate_section): Replace USE_REL with runtime check.
3006 Correct offset calculation for RELA case.
3007 (elf_backend_may_use_rel_p, elf_backend_may_use_rela_p,
3008 elf_backend_default_use_rela_p, elf_backend_rela_normal): Define.
3009 (elf32_arm_vxworks_link_hash_table_create): New function.
3010 * targets.c (bfd_elf32_bigarm_vxworks_vec): Add declaration.
3011 (bfd_elf32_littlearm_vxworks_vec): Ditto.
3012 (_bfd_target_vector): Add bfd_elf32_{big,little}arm_vxworks_vec.
3013
3014 2005-01-06 Alan Modra <amodra@bigpond.net.au>
3015
3016 * elf64-ppc.c (struct ppc_link_hash_table): Add no_multi_toc and
3017 multi_toc_needed.
3018 (has_toc_reloc, makes_toc_func_call, call_check_in_progress): Define.
3019 (ppc64_elf_check_relocs): Update references to has_gp_reloc.
3020 (ppc64_elf_setup_section_lists): Add no_multi_toc parm, set htab bit.
3021 (ppc64_elf_next_toc_section): Heed no_multi_toc.
3022 (ppc64_elf_reinit_toc): Set multi_toc_needed.
3023 (toc_adjusting_stub_needed): Rewrite.
3024 (ppc64_elf_next_input_section): Use multi_toc_needed to shortcut
3025 toc tests. Adjust for toc_adjusting_stub_needed changes.
3026 (ppc64_elf_size_stubs): Update references to has_gp_reloc.
3027 * elf64-ppc.h (ppc64_elf_setup_section_lists): Update prototype.
3028 * section.c: Expand comment on backend bits.
3029 * bfd-in2.h: Regenerate.
3030 * libbfd.h: Regenerate.
3031
3032 2005-01-06 Alan Modra <amodra@bigpond.net.au>
3033
3034 * elf64-ppc.c (ppc64_elf_size_stubs): When determining need for
3035 toc adjusting stub, do not test source section flags.
3036
3037 2005-01-05 Eric Botcazou <ebotcazou@libertysurf.fr>
3038
3039 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
3040 from STABS debugging sections again.
3041
3042 2005-01-05 Fred Fish <fnf@specifixinc.com>
3043
3044 * dwarf2.c (struct dwarf2_debug): Add info_ptr_unit member.
3045 (find_abstract_instance_name): New function.
3046 (scan_unit_for_functions): Handle DW_TAG_inlined_subroutine.
3047 (scan_unit_for_functions): Handle DW_AT_abstract_origin.
3048 (_bfd_dwarf2_find_nearest_line): Initialize info_ptr_unit.
3049
3050 2004-12-31 Paul Brook <paul@copdesourcery.com>
3051
3052 * elf32-arm.c (elf32_arm_symbian_plt_entry): Fix comment typo.
3053
3054 2004-12-31 Alan Modra <amodra@bigpond.net.au>
3055
3056 * reloc.c (BFD_RELOC_AVR_LDI, BFD_RELOC_AVR_6, BFD_RELOC_AVR_6_ADIW):
3057 Commit missing changes from 2004-12-22.
3058 * bfd-in2.h: Regenerate.
3059
3060 2004-12-23 Tomer Levi <Tomer.Levi@nsc.com>
3061
3062 * elf32-crx.c (elf32_crx_relax_section): Support 'bcop' relaxation.
3063
3064 2004-12-21 Kris Warkentin <kewarken@qnx.com>
3065
3066 * elf.c (elfcore_grok_nto_gregs): Change name to elfcore_grok_nto_regs.
3067 Add 'base' argument for constructing register sections. Reformat.
3068 (elfcore_grok_nto_note): Call elfcore_grok_nto_regs for both
3069 gp and fp regs. Reformat.
3070
3071 2004-12-22 Klaus Rudolph <lts-rudolph@gmx.de>
3072
3073 * reloc.c: Add new relocs R_AVR_LDI, R_AVR_6, R_AVR_6_ADIW.
3074 * bfd-in2.h: Regenerate.
3075 * elf32-avr.c (elf_avr_nowto_table): Add the new relocs.
3076 (avr_reloc_map): Likewise.
3077 (avr_final_link_relocate): Likewise.
3078
3079 2004-12-22 Alan Modra <amodra@bigpond.net.au>
3080
3081 * elflink.c (_bfd_elf_merge_symbol): Treat old definitions from
3082 as-needed dynamic libs as undefined.
3083 (elf_link_add_object_symbols): Remove DYN_AS_NEEDED from as-needed
3084 libs when finding they are needed.
3085
3086 2004-12-20 Alan Modra <amodra@bigpond.net.au>
3087
3088 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add opd_relocs.
3089 (opd_entry_value): Use opd_relocs if available.
3090 (ppc64_elf_relocate_section): Don't set reloc_done. Instead
3091 copy .opd relocations to opd_relocs.
3092 (ppc64_elf_edit_toc): Set rel_hdr.sh_size after editing relocs.
3093
3094 2004-12-16 Richard Sandiford <rsandifo@redhat.com>
3095
3096 * reloc.c (BFD_RELOC_V850_LO16_SPLIT_OFFSET): New bfd_reloc_code_type.
3097 * elf32-v850.c (v850_elf_howto_table): Add entry for
3098 R_V850_LO16_SPLIT_OFFSET.
3099 (v850_elf_reloc_map): Map it to BFD_RELOC_V850_LO16_SPLIT_OFFSET.
3100 (v850_elf_perform_lo16_relocation): New function, extracted from...
3101 (v850_elf_perform_relocation): ...here. Use it to handle
3102 R_V850_LO16_SPLIT_OFFSET.
3103 (v850_elf_check_relocs, v850_elf_final_link_relocate): Handle
3104 R_V850_LO16_SPLIT_OFFSET.
3105 * libbfd.h, bfd-in2.h: Regenerate.
3106
3107 2004-12-14 P.J. Darcy <darcypj@us.ibm.com>
3108
3109 * config.bfd: Add s390x-ibm-tpf support.
3110
3111 2004-12-14 Tomer Levi <Tomer.Levi@nsc.com>
3112
3113 * elf32-crx.c (elf32_crx_relax_delete_bytes): Add 'struct bfd_link_info *'
3114 to prototype, to make hash info available.
3115 Prevent wrapped symbols from being adjusted twice.
3116
3117 2004-12-14 Richard Sandiford <rsandifo@redhat.com>
3118
3119 * elfxx-mips.c (mips_elf_calculate_relocation): Don't report an
3120 overflow for calls to undefined weak symbols.
3121
3122 2004-12-11 Alan Modra <amodra@bigpond.net.au>
3123
3124 * elfcode.h (elf_slurp_symbol_table): Use bfd_elf_sym_name so that
3125 canonical sections syms have a name.
3126
3127 2004-12-11 Alan Modra <amodra@bigpond.net.au>
3128
3129 * elf64-ppc.c (opd_entry_value): Don't use cached relocs if they
3130 have been adjusted for output.
3131 (ppc64_elf_relocate_section): Mark sections with reloc_done.
3132
3133 2004-12-10 Alan Modra <amodra@bigpond.net.au>
3134
3135 * elf.c (bfd_elf_sym_name): Rename from bfd_elf_local_sym_name and
3136 add symtab_hdr param.
3137 (group_signature): Update calls.
3138 * elf-bfd.h (bfd_elf_sym_name): Update.
3139 * elf32-ppc.c (ppc_elf_relocate_section): Update.
3140 * elf64-ppc.c (ppc64_elf_edit_opd, ppc64_elf_edit_toc): Update.
3141 (ppc64_elf_relocate_section): Update.
3142 * elflink.c (elf_link_input_bfd): Update.
3143
3144 2004-12-10 Jakub Jelinek <jakub@redhat.com>
3145
3146 * elf.c (bfd_elf_local_sym_name): Avoid crashes with invalid
3147 st_shndx on STT_SECTION sections.
3148
3149 2004-12-09 Daniel Jacobowitz <dan@codesourcery.com>
3150
3151 * elfcode.h (elf_slurp_reloc_table_from_section): Don't canonicalize
3152 ELF section symbols.
3153
3154 2004-12-09 Ian Lance Taylor <ian@wasabisystems.com>
3155
3156 * elfxx-mips.c (mips_elf_calculate_relocation): For R_MIPS_JALR,
3157 return a real value, unless it is a PLT symbol.
3158 (mips_elf_perform_relocation): On the RM9000, turn a jal into a
3159 bal if possible.
3160
3161 * elfn32-mips.c (elf_mips_howto_table_rela): Change dst_mask of
3162 R_MIPS_JALR entry to 0.
3163
3164 * archures.c: Define bfd_mach_mips9000.
3165 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_9000.
3166 (mips_set_isa_flags): Handle bfd_mach_mips9000.
3167 * cpu-mips.c (I_mips9000): Define.
3168 (arch_info_struct): Add case for bfd_mach_mips9000.
3169 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mips9000.
3170 * bfd-in2.h: Regenerate.
3171
3172 2004-12-08 Ian Lance Taylor <ian@wasabisystems.com>
3173
3174 * elfxx-mips.c (mips_elf_calculate_relocation): Test for R_MIPS_26
3175 overflow.
3176
3177 2004-12-07 Ben Elliston <bje@gnu.org>
3178
3179 * netbsd-core.c (netbsd_core_file_p): Make `i' unsigned.
3180
3181 2004-12-06 Daniel Jacobowitz <dan@debian.org>
3182
3183 Suggested by Fergal Daly <fergal@esatclear.ie>:
3184 * simple.c (simple_dummy_multiple_definition): New function.
3185 (bfd_simple_get_relocated_section_contents): Use it.
3186
3187 2004-12-03 Jan Beulich <jbeulich@novell.com>
3188
3189 * elf.c (elf_find_function): Don't use the last file symbol ever,
3190 seen, but the last one seen prior to the symbol being reported.
3191 Don't report a filename at all for global symbols when that might
3192 be ambiguous/wrong.
3193
3194 2004-12-01 Paul Brook <paul@codesourcery.com>
3195
3196 * elf32-arm.c (elf32_arm_copy_private_bfd_data): Set EI_OSABI.
3197 (elf32_arm_post_process_headers): Set EI_OSABI depending on ABI
3198 version.
3199
3200 2004-12-01 Paul Brook <paul@codesourcery.com>
3201
3202 * elflink.c (elf_link_add_object_symbols): Make symbols from discarded
3203 sections undefined.
3204
3205 2004-11-30 Paul Brook <paul@codesourcery.com>
3206
3207 * elf32-arm.c (struct elf32_arm_link_hash_table): Remove
3208 no_pipeline_knowledge
3209 (elf32_arm_link_hash_table_create): Ditto.
3210 (bfd_elf32_arm_process_before_allocation): Ditto.
3211 (elf32_arm_final_link_relocate): Ditto. Remove oabi relocation
3212 handling.
3213 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
3214 prototype.
3215 * bfd-in2.h: Regenerate.
3216
3217 2004-11-30 Randolph Chung <tausq@debian.org>
3218
3219 * elf32-hppa.c (elf32_hppa_grok_prstatus): New function.
3220 (elf32_hppa_grok_psinfo): New function.
3221 (elf_backend_grok_prstatus): Define.
3222 (elf_backend_grok_psinfo): Define.
3223
3224 2004-11-24 H.J. Lu <hongjiu.lu@intel.com>
3225
3226 PR 574:
3227 * elfcode.h (elf_slurp_symbol_table): Handle STT_TLS.
3228
3229 2004-11-24 Paul Brook <paul@codesourcery.com>
3230
3231 * elf.c (assign_section_numbers): Number SHT_GROUP sections first.
3232
3233 2004-11-24 Paul Brook <paul@codesourcery.com>
3234
3235 * elf32-arm.c (elf32_arm_swap_symbol_in): New function.
3236 (elf32_arm_swap_symbol_out): New function.
3237 (elf32_arm_size_info): Add.
3238 (elf_backend_size_info): Define.
3239
3240 2004-11-20 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
3241
3242 * hpux-core.c (hpux_core_core_file_p): Use offsetof macro in calls to
3243 make_bfd_asection.
3244
3245 2004-11-19 Alan Modra <amodra@bigpond.net.au>
3246
3247 * elf32-arm.c (elf32_arm_finish_dynamic_sections): Warning fix.
3248 * elf32-iq2000.c (iq2000_reloc_type_lookup): C90 function decl.
3249 * nlmcode.h (nlm_write_object_contents): Warning fix.
3250
3251 2004-11-18 Bob Wilson <bob.wilson@acm.org>
3252
3253 * elf32-xtensa.c (ebb_propose_action): Fix argument order.
3254
3255 2004-11-17 Daniel Jacobowitz <dan@codesourcery.com>
3256
3257 * elf32-arm.c (PLT_THUMB_STUB_SIZE): Define.
3258 (elf32_arm_plt_thumb_stub): New.
3259 (struct elf32_arm_link_hash_entry): Add plt_thumb_refcount
3260 and plt_got_offset.
3261 (elf32_arm_link_hash_traverse): Fix typo.
3262 (elf32_arm_link_hash_table): Add obfd.
3263 (elf32_arm_link_hash_newfunc): Initialize new fields.
3264 (elf32_arm_copy_indirect_symbol): Copy plt_thumb_refcount.
3265 (elf32_arm_link_hash_table_create): Initialize obfd.
3266 (record_arm_to_thumb_glue): Mark the glue as a local ARM function.
3267 (record_thumb_to_arm_glue): Mark the glue as a local Thumb function.
3268 (bfd_elf32_arm_get_bfd_for_interworking): Verify that the
3269 interworking BFD is not dynamic.
3270 (bfd_elf32_arm_process_before_allocation): Handle R_ARM_PLT32. Do
3271 not emit glue for PLT references.
3272 (elf32_arm_final_link_relocate): Handle Thumb functions. Do not
3273 emit glue for PLT references. Support the Thumb PLT prefix.
3274 (elf32_arm_gc_sweep_hook): Handle R_ARM_THM_PC22 and
3275 plt_thumb_refcount.
3276 (elf32_arm_check_relocs): Likewise.
3277 (elf32_arm_adjust_dynamic_symbol): Handle Thumb functions and
3278 plt_thumb_refcount.
3279 (allocate_dynrelocs): Handle Thumb PLT references.
3280 (elf32_arm_finish_dynamic_symbol): Likewise.
3281 (elf32_arm_symbol_processing): New function.
3282 (elf_backend_symbol_processing): Define.
3283
3284 2004-11-16 Richard Sandiford <rsandifo@redhat.com>
3285
3286 * elf-bfd.h (eh_cie_fde): Add new fields: add_augmentation_size and
3287 add_fde_encoding. Remove need_relative.
3288 * elf-eh-frame.c (extra_augmentation_string_bytes)
3289 (extra_augmentation_data_bytes, size_of_output_cie_fde): New functions.
3290 (_bfd_elf_discard_section_eh_frame): Consider changing the FDE encoding
3291 in cases where the CIE has no existing 'R' augmentation. Use
3292 size_of_output_cie_fde when assigning offsets. Use the final offset
3293 as the new section size.
3294 (_bfd_elf_eh_frame_section_offset): Remove need_relative handling.
3295 Account for any extra augmentation bytes in the returned offset.
3296 (_bfd_elf_write_section_eh_frame): Rework so that the entries are
3297 moved before being modified. Pad growing entries with DW_CFA_nops.
3298 Add 'z' and 'R' augmentations as directed by add_augmentation_size
3299 and add_fde_encoding.
3300
3301 2004-11-15 Mark Mitchell <mark@codesourcery.com>
3302
3303 * elf32-arm.c (elf32_arm_relocate_section): Use
3304 arm_real_reloc_type.
3305
3306 2004-11-16 Richard Sandiford <rsandifo@redhat.com>
3307
3308 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Return early
3309 for discard relocations; don't add an R_MIPS_NONE to the main body
3310 of .rel.dyn.
3311
3312 2004-11-04 Paul Brook <paul@codesourcery.com>
3313
3314 * elf-bfd.h (_bfd_elf_slurp_version_tables): Update prototype.
3315 * elf.c (_bfd_elf_print_private_bfd_data): Pass extra argument.
3316 (_bfd_elf_slurp_version_tables): Add extra argument. Create extra
3317 default version definition for unversioned symbols.
3318 * elfcode.h (elf_slurp_symbol_table): Pass extra argument.
3319 * elflink.c (elf_link_add_object_symbols): Pass extra argument to
3320 _bfd_elf_slurp_version_tables. Set default version for unversioned
3321 imported symbols.
3322
3323 2004-11-15 Paul Brook <paul@codesourcery.com>
3324
3325 * elflink.c (elf_link_add_object_symbols): Don't assume version
3326 indices are consecutive.
3327
3328 2004-11-14 Richard Sandiford <rsandifo@redhat.com>
3329
3330 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Deal with
3331 composite relocations against the personality data.
3332
3333 2004-11-13 Paul Brook <paul@codesourcery.com>
3334
3335 * bfd/elf32-arm.c (elf32_arm_final_link_relocate): Resolve
3336 R_ARM_PREL31 relocations to PLT entries.
3337 (elf32_arm_relocate_section, elf32_arm_gc_sweep_hook): Ditto.
3338 (elf32_arm_check_relocs): Ditto.
3339
3340 2004-11-12 Bob Wilson <bob.wilson@acm.org>
3341
3342 * xtensa-isa.c (xtensa_interface_class_id): New.
3343
3344 2004-11-11 Bob Wilson <bob.wilson@acm.org>
3345
3346 * elf32-xtensa.c (property_table_compare): Remove assertion about
3347 entries with the same address and non-zero size.
3348 (xtensa_read_table_entries): Report such entries as errors.
3349
3350 2004-11-11 Mark Mitchell <mark@codesourcery.com>
3351
3352 * elf32-arm.c (elf32_arm_final_link_relocate): Correct logic for
3353 R_ARM_RELATIVE on Symbian OS.
3354
3355 2004-11-09 Mark Mitchell <mark@codesourcery.com>
3356
3357 * som.c (som_bfd_print_private_bfd_data): New function.
3358 (som_object_setup): Save the auxiliary header. Don't assume that
3359 zero is an invalid entry point for a shared library.
3360 (som_object_p): Allocate the auxiliary header on the heap.
3361
3362 * elf32-arm.c (elf32_arm_begin_write_processing): Do not use a K&R
3363 declaration.
3364 (elf32_arm_symbian_modify_segment_map): Likewise.
3365
3366 2004-11-09 Daniel Jacobowitz <dan@debian.org>
3367
3368 From David Poole <daveml@mbuf.com>:
3369 * elf32-arm.c (elf32_arm_readonly_dynrelocs): New function.
3370 (elf32_arm_size_dynamic_sections): Call it.
3371
3372 2004-11-09 Alan Modra <amodra@bigpond.net.au>
3373
3374 * Makefile.am (SOURCE_HFILES): Remove elf32-arm.h.
3375 (ALL_MACHINES_CFILES): Fix typo.
3376 * Makefile.in: Regenerate.
3377 * po/SRC-POTFILES.in: Regenerate.
3378
3379 2004-11-08 Mark Mitchell <mark@codesourcery.com>
3380
3381 * elf32-arm.c (elf32_arm_final_link_relocate): When generating an
3382 R_ARM_RELATIVE relocation for Symbian OS, mention the section
3383 symbol in the relocation.
3384
3385 2004-11-08 Inderpreet Singh <inderpreetb@nioda.hcltech.com>
3386 Vineet Sharma <vineets@noida.hcltech.com>
3387
3388 * coff-maxq.c: New File.
3389 * cpu-maxq.c: New File.
3390 * coffcode.h: Likewise.
3391 * config.bfd: Likewise.
3392 * configure.in (maxqcoff_vec): New target vector.
3393 * Makefile.am: Add support for maxq target.
3394 * configure.in: Likewise.
3395 * archures.c:. Likewise.
3396 * targets.c: Likewise.
3397 * bfd_in2.h : Regenerated.
3398 * Makefile.in: Regenerated.
3399 * configure: Regenerated.
3400 * doc/Makefile.in: Regenerated.
3401
3402 2004-11-08 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
3403
3404 * coff-i386.c (coff_i386_reloc): Fix weak symbols.
3405 * cofflink.c (_bfd_coff_link_input_bfd): Don't process
3406 C_NT_WEAK aux entries.
3407 (_bfd_coff_generic_relocate_section): Handle undefined
3408 aliases.
3409
3410 2004-11-07 Andreas Schwab <schwab@suse.de>
3411
3412 * elf32-m68k.c (elf_m68k_adjust_dynamic_symbol): Use
3413 SYMBOL_CALLS_LOCAL and check for undefweak symbols with
3414 non-default visibility.
3415
3416 2004-11-01 Mark Mitchell <mark@codesourcery.com>
3417
3418 * elf32-arm.c (elf32_arm_symbian_begin_write_processing): Clear
3419 D_PAGED.
3420 (elf32_arm_symbian_modify_segment_map): Don't
3421 reset includes_filehdr and includes_phdrs here.
3422
3423 2004-11-04 Daniel Jacobowitz <dan@debian.org>
3424
3425 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Replace
3426 elfarm-nabi with elf32-arm. Remove elfarm-oabi.
3427 (elf32-arm.lo): Replace elfarm-nabi.lo rule. Remove elf32-arm.h
3428 dependency.
3429 * config.bfd: Move arm-*-oabi* and thumb-*-oabi* from obsolete list
3430 to a new removed list. Remove normal configuration stanzas.
3431 * configure.in: (bfd_elf32_bigarm_vec, bfd_elf32_bigarm_symbian_vec)
3432 (bfd_elf32_littlearm_symbian_vec, bfd_elf32_littlearm_vec): Replace
3433 elfarm-nabi.lo with elf32-arm.lo.
3434 (bfd_elf32_bigarm_oabi_vec, bfd_elf32_littlearm_oabi_vec): Remove.
3435 * elf32-arm.c: Renamed from elfarm-nabi.c. Inline elf32-arm.h.
3436 * elf32-arm.h: Remove.
3437 * elfarm-oabi.c: Remove.
3438 * targets.c (_bfd_target_vector): Remove bfd_elf32_bigarm_oabi_vec
3439 and bfd_elf32_littlearm_oabi_vec.
3440 * aclocal.m4, Makefile.in, configure, doc/Makefile.in: Regenerated.
3441
3442 2004-11-04 Hans-Peter Nilsson <hp@axis.com>
3443
3444 * config.bfd: Support crisv32-*-* like cris-*-*.
3445 * archures.c (bfd_mach_cris_v0_v10, bfd_mach_cris_v32)
3446 (bfd_mach_cris_v10_v32): New macros.
3447 * cpu-cris.c: Tweak formatting.
3448 (get_compatible): New function.
3449 (N): New macro.
3450 (bfd_cris_arch_compat_v10_v32, bfd_cris_arch_v32): New
3451 bfd_arch_info_type:s.
3452 (bfd_cris_arch): Use bfd_mach_cris_v0_v10 for member mach,
3453 get_compatible for member compatible and link bfd_cris_arch_v32 as
3454 next.
3455 * elf32-cris.c (cris_elf_pcrel_reloc)
3456 (cris_elf_set_mach_from_flags): New functions.
3457 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL>
3458 <R_CRIS_32_PCREL>: Use cris_elf_pcrel_reloc.
3459 (cris_elf_grok_prstatus, cris_elf_grok_psinfo): Give correct
3460 numbers for bfd_mach_cris_v32.
3461 (PLT_ENTRY_SIZE_V32): New macro.
3462 (elf_cris_plt0_entry): Drop last comma in initializer.
3463 (elf_cris_plt0_entry_v32, elf_cris_plt_entry_v32)
3464 (elf_cris_pic_plt0_entry_v32, elf_cris_pic_plt_entry_v32): New
3465 PLT initializers.
3466 (cris_elf_relocate_section): Change all "%B(%A)" messages to
3467 "%B, section %A".
3468 (elf_cris_finish_dynamic_symbol): Do V32-specific PLT entries.
3469 (elf_cris_finish_dynamic_sections): Similar.
3470 (elf_cris_adjust_dynamic_symbol): Similar.
3471 (cris_elf_check_relocs): Change all "%B(%A)" messages to "%B,
3472 section %A".
3473 <switch with PIC relocs>: Emit error and return FALSE for
3474 bfd_mach_cris_v10_v32.
3475 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
3476 Emit warning when generating textrel reloc.
3477 (cris_elf_object_p): Call cris_elf_set_mach_from_flags.
3478 (cris_elf_final_write_processing): Set flags according to mach.
3479 (cris_elf_print_private_bfd_data): Display
3480 EF_CRIS_VARIANT_COMMON_V10_V32 and EF_CRIS_VARIANT_V32.
3481 (cris_elf_merge_private_bfd_data): Drop variables old_flags,
3482 new_flags. Don't call cris_elf_final_write_processing. Don't
3483 look at the actual elf header flags at all; use
3484 bfd_get_symbol_leading_char to check ibfd, obfd. Trap difference
3485 in bfd_get_mach for ibfd and obfd and handle merging of compatible
3486 objects.
3487 (bfd_elf32_bfd_copy_private_bfd_data): Define.
3488 * reloc.c (BFD_RELOC_CRIS_SIGNED_8, BFD_RELOC_CRIS_UNSIGNED_8)
3489 (BFD_RELOC_CRIS_SIGNED_16, BFD_RELOC_CRIS_UNSIGNED_16)
3490 (BFD_RELOC_CRIS_LAPCQ_OFFSET): New relocs.
3491 * bfd-in2.h, libbfd.h: Regenerate.
3492
3493 2004-11-04 Alan Modra <amodra@bigpond.net.au>
3494
3495 * elf64-ppc.h (ppc64_elf_edit_toc): Declare.
3496 * elf64-ppc.c (struct ppc_link_hash_entry <adjust_done>): Update
3497 comment.
3498 (struct adjust_toc_info): New.
3499 (adjust_toc_syms, ppc64_elf_edit_toc): New functions.
3500
3501 2004-11-03 Bob Wilson <bob.wilson@acm.org>
3502
3503 * elf.c (assign_file_positions_for_segments): Set next_file_pos even
3504 if there are no segments.
3505
3506 2004-11-02 Daniel Jacobowitz <dan@debian.org>
3507
3508 * config.bfd: Mark arm-*-oabi and thumb-*-oabi as obsolete.
3509
3510 2004-11-02 Nick Clifton <nickc@redhat.com>
3511
3512 * elf32-iq2000.c: Convert to ISO C90 formatting.
3513
3514 2004-11-02 Hans-Peter Nilsson <hp@axis.com>
3515
3516 * elflink.c (_bfd_elf_create_got_section): Hide _GLOBAL_OFFSET_TABLE_.
3517
3518 2004-10-28 H.J. Lu <hongjiu.lu@intel.com>
3519
3520 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle weak
3521 undefined symbols for R_IA64_SECREL32MSB, R_IA64_SECREL32LSB,
3522 R_IA64_SECREL64MSB and R_IA64_SECREL64LSB.
3523
3524 2004-10-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
3525
3526 * elf32-sh.c (tpoff): Take alignment into account.
3527
3528 2004-10-28 Nick Clifton <nickc@redhat.com>
3529
3530 * elf32-iq2000.c (iq2000_elf_relocate_section): Do nothing when
3531 performing a relocatable link.
3532 (iq2000_elf_object_p): Do not set elf_bad_symtab. This is only
3533 for MIPS ports under Irix.
3534
3535 2004-10-27 Richard Earnshaw <rearnsha@arm.com>
3536
3537 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Handle
3538 R_ARM_CALL and R_ARM_JUMP24 as aliases of R_ARM_PC24.
3539 (elf32_arm_final_link_relocate): Ditto.
3540 (arm_add_to_rel, elf32_arm_relocate_section): Ditto.
3541 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto
3542 (elf32_arm_adjust_dynamic_symbol): Ditto.
3543 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_CALL and
3544 R_ARM_JUMP32. Move R_ARM_R{REL32,ABS32,PC24,BASE}...
3545 (elf32_arm_r_howto): ... To here.
3546 (elf32_arm_howto_from_type): Use elf32_arm_r_howto.
3547
3548 2004-10-26 H.J. Lu <hongjiu.lu@intel.com>
3549
3550 PR 475
3551 * elfxx-ia64.c (elfNN_ia64_relocate_section): Correct
3552 R_IA64_SECREL32MSB, R_IA64_SECREL32LSB, R_IA64_SECREL64MSB
3553 and R_IA64_SECREL64LSB.
3554
3555 2004-10-26 Paul Brook <paul@codesourcery.com>
3556
3557 * elflink.c (elf_finalize_dynstr): Skip shared aux structure.
3558 (bfd_elf_size_dynamic_sections): Create default version definition.
3559 (elf_link_output_extsym): Adjust for default symbol version.
3560
3561 2004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3562
3563 * mmo.c: Adjust to ISO C.
3564
3565 * mmo.c (mmo_write_section_description): New function broken out
3566 of mmo_internal_write_section.
3567 (mmo_internal_write_section): For each of .text and .data, call
3568 mmo_write_section_description before outputting contents if it has
3569 nontrivially deducible vma or contents.
3570 (mmo_has_leading_or_trailing_zero_tetra_p): New function.
3571 (mmo_canonicalize_symtab): Adjust absolute symbols to .data
3572 symbols if found within the .data address range.
3573
3574 2004-10-24 Daniel Jacobowitz <dan@debian.org>
3575
3576 * opncls.c (bfd_close): Return TRUE for BFD_IN_MEMORY.
3577
3578 2004-10-24 Hans-Peter Nilsson <hp@bitrange.com>
3579
3580 * mmo.c (File Layout): Correct place of misplaced blurb about
3581 special data.
3582
3583 2004-10-22 Mark Kettenis <kettenis@gnu.org>
3584
3585 * config.bfd: Add mips64*-*-openbsd.
3586
3587 2004-10-21 Bob Wilson <bob.wilson@acm.org>
3588
3589 * elf32-xtensa.c (ebb_propose_action): Put declarations before
3590 statements.
3591
3592 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
3593
3594 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.94.
3595 * configure: Regenerate.
3596
3597 2004-10-21 H.J. Lu <hongjiu.lu@intel.com>
3598
3599 PR 463
3600 * aoutx.h (aout_link_input_section_std): Pass proper hash entry
3601 to linker reloc_overflow callback.
3602 (aout_link_input_section_ext): Likewise.
3603 (aout_link_reloc_link_order): Likewise.
3604 * coff-a29k.c (coff_a29k_relocate_section): Likewise.
3605 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents):
3606 Likewise.
3607 (alpha_relocate_section): Likewise.
3608 * coff-arm.c (coff_arm_relocate_section): Likewise.
3609 * coff-h8300.c (h8300_reloc16_extra_cases): Likewise.
3610 * coff-h8500.c (extra_case): Likewise.
3611 * coff-i960.c (coff_i960_relocate_section): Likewise.
3612 * coff-mcore.c (coff_mcore_relocate_section): Likewise.
3613 * coff-mips.c (mips_relocate_section): Likewise.
3614 * coff-or32.c (coff_or32_relocate_section): Likewise.
3615 * coff-ppc.c (coff_ppc_relocate_section): Likewise.
3616 * coff-rs6000.c (xcoff_ppc_relocate_section): Likewise.
3617 * coff-sh.c (sh_relocate_section): Likewise.
3618 * coff-tic80.c (coff_tic80_relocate_section): Likewise.
3619 * coff-w65.c (w65_reloc16_extra_cases): Likewise.
3620 * coff-z8k.c (extra_case): Likewise.
3621 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Likewise.
3622 * cofflink.c (_bfd_coff_reloc_link_order): Likewise.
3623 (_bfd_coff_generic_relocate_section): Likewise.
3624 * ecoff.c (ecoff_reloc_link_order): Likewise.
3625 * elf-hppa.h (elf_hppa_relocate_section): Likewise.
3626 * elf-m10200.c (mn10200_elf_relocate_section): Likewise.
3627 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
3628 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
3629 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
3630 * elf32-cr16c.c (elf32_cr16c_relocate_section): Likewise.
3631 * elf32-cris.c (cris_elf_relocate_section): Likewise.
3632 * elf32-crx.c (elf32_crx_relocate_section): Likewise.
3633 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
3634 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
3635 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
3636 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
3637 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3638 * elf32-i370.c (i370_elf_relocate_section): Likewise.
3639 * elf32-i386.c (elf_i386_relocate_section): Likewise.
3640 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
3641 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
3642 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
3643 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3644 * elf32-m68hc1x.c (elf32_m68hc11_relocate_section): Likewise.
3645 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3646 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3647 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
3648 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
3649 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3650 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3651 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3652 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3653 * elf32-v850.c (v850_elf_relocate_section): Likewise.
3654 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3655 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
3656 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3657 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
3658 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3659 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3660 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
3661 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3662 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3663 * elflink.c (elf_reloc_link_order): Likewise.
3664 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3665 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
3666 (_bfd_elf_mips_get_relocated_section_contents): Likewise.
3667 * linker.c (_bfd_generic_reloc_link_order): Likewise.
3668 * pdp11.c (pdp11_aout_link_input_section): Likewise.
3669 (aout_link_reloc_link_order): Likewise.
3670 * reloc.c (bfd_generic_get_relocated_section_contents):
3671 Likewise.
3672 * xcofflink.c (xcoff_reloc_link_order): Likewise.
3673 * simple.c (simple_dummy_reloc_overflow): Updated.
3674
3675 2004-10-20 Andreas Schwab <schwab@suse.de>
3676
3677 * elf32-m68k.c (elf_m68k_plt_sym_val): New function.
3678 (elf_backend_plt_sym_val): Define.
3679
3680 2004-10-19 Danny Smith <dannysmith@users.sourceforege.net>
3681
3682 * config.bfd: Set targ_underscore=yes for PE COFF targets
3683
3684 2004-10-19 Alan Modra <amodra@bigpond.net.au>
3685
3686 * elf64-ppc.c (opd_entry_value): Handle --just-symbols objects.
3687 (ppc64_elf_edit_opd): Likewise.
3688
3689 2004-10-18 Mark Mitchell <mark@codesourcery.com>
3690
3691 * elfarm-nabi.c (ELF_DYNAMIC_SEC_FLAGS): Add comment.
3692 * elflink.c (_bfd_elf_create_dynamic_sections): For a loaded PLT,
3693 set SEC_ALLOC and SEC_LOAD.
3694
3695 2004-10-18 Nick Clifton <nickc@redhat.com>
3696
3697 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Compute
3698 'name' for relocs against both local and global symbols.
3699
3700 2004-10-16 Daniel Jacobowitz <dan@debian.org>
3701
3702 * bfd-in2.h: Regenerate.
3703 * bfd.c (struct bfd): Add no_export.
3704 * elflink.c (elf_link_add_object_symbols): Handle no_export.
3705
3706 2004-10-15 Alan Modra <amodra@bigpond.net.au>
3707
3708 * config.bfd: Whitespace cleanup.
3709 * Makefile.am: Run "make dep-am"
3710 * Makefile.in: Regenerate.
3711
3712 2004-10-15 Jakub Jelinek <jakub@redhat.com>
3713
3714 * elflink.c (struct already_linked_section): Removed.
3715 (try_match_symbols_in_sections, already_linked): Removed.
3716 (_bfd_elf_section_already_linked): Skip ^\.gnu\.linkonce\.[^.]*\.
3717 prefix of section names when finding already_linked_table
3718 chain. Compare section names. Instead of calling already_linked,
3719 do it inline and only for sections in the same already_linked_list.
3720
3721 2004-10-15 Alan Modra <amodra@bigpond.net.au>
3722
3723 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Add "info"
3724 parameter. If called after _bfd_elf_write_section_eh_frame,
3725 don't allow a -2 return unless need_* bit is already set, and
3726 handle offsets adjusted for output_offset.
3727 * elf-bfd.h (_bfd_elf_eh_frame_section_offset): Update prototype.
3728 * elf.c (_bfd_elf_section_offset): Update call.
3729
3730 2004-10-13 H.J. Lu <hongjiu.lu@intel.com>
3731
3732 PR 440
3733 * coffcode.h (coff_compute_section_file_positions): Cast to
3734 bfd_vma when computing page alignment.
3735
3736 2004-10-13 Mark Mitchell <mark@codesourcery.com>
3737
3738 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
3739 offsets, not VMAs, for DT_VERSYM, DT_VERDEF, DT_VERNEED.
3740
3741 2004-10-12 Mark Mitchell <mark@codesourcery.com>
3742
3743 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Make .rel.plt
3744 relocations use a virtual address, not a section offset.
3745
3746 2004-10-12 Bob Wilson <bob.wilson@acm.org>
3747
3748 * elf32-xtensa.c (elf_xtensa_get_private_bfd_flags): Delete.
3749 (narrow_instruction, widen_instruction): Remove unnecessary calls to
3750 xtensa_format_encode.
3751 (ebb_propose_action): Inline call to ebb_add_proposed_action.
3752 (ebb_add_proposed_action): Delete.
3753
3754 2004-10-12 Bob Wilson <bob.wilson@acm.org>
3755
3756 * elf32-xtensa.c: Use ISO C90 formatting.
3757
3758 2004-10-12 Paul Brook <paul@codesourcery.com>
3759
3760 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Rephrase error
3761 message.
3762
3763 2004-10-12 Paul Brook <paul@codesourcery.com>
3764
3765 * elf32-arm.h: Support EABI version 4 objects.
3766
3767 2004-10-12 Alan Modra <amodra@bigpond.net.au>
3768
3769 PR 325
3770 * cpu-i386.c (bfd_x86_64_arch_intel_syntax): Place last in chain.
3771 Don't mark as default.
3772 (bfd_x86_64_arch): Don't mark as default.
3773
3774 2004-10-12 Alan Modra <amodra@bigpond.net.au>
3775
3776 * elflink.c (enum action_discarded): New.
3777 (elf_section_complain_discarded): Delete.
3778 (elf_action_discarded): New function subsuming the above and also
3779 controlling reloc behaviour.
3780 (elf_link_input_bfd): Use it.
3781
3782 2004-10-11 Jakub Jelinek <jakub@redhat.com>
3783
3784 * elf.c (bfd_section_from_shdr): Handle SHT_GNU_LIBLIST.
3785 (special_sections): Add .gnu.liblist and .gnu.conflict.
3786 (assign_section_numbers): Handle SHT_GNU_LIBLIST.
3787
3788 2004-10-11 Alan Modra <amodra@bigpond.net.au>
3789
3790 PR 233
3791 * elflink.c (elf_link_input_bfd): Try harder to support
3792 relocations against symbols in removed linkonce sections.
3793
3794 2004-10-11 Alan Modra <amodra@bigpond.net.au>
3795
3796 * elflink.c (elf_link_input_bfd): Revert PR 354 change.
3797
3798 PR 354
3799 * elflink.c (elf_link_input_bfd): Check that relocs in SEC_ALLOC
3800 sections do not reference symbols in non-SEC_ALLOC sections.
3801
3802 2004-10-11 Alan Modra <amodra@bigpond.net.au>
3803
3804 PR 437
3805 * elflink.c (elf_link_sort_relocs): Don't bomb on unusual sections.
3806 (_bfd_elf_link_omit_section_dynsym): Formatting.
3807
3808 2004-10-10 Alan Modra <amodra@bigpond.net.au>
3809
3810 * libbfd-in.h (BFD_ASSERT, BFD_FAIL): Wrap macro body in do while.
3811 * libbfd.h: Regnerate.
3812 * elf32-cris.c: Add missing semicolon to BFD_ASSERTs.
3813 * elf32-frv.c: Likewise.
3814 * elf32-m32r.c: Likewise.
3815 * elf32-ppc.c: Likewise.
3816 * elf64-hppa.c: Likewise.
3817 * elfxx-ia64.c: Likewise.
3818 * opncls.c: Likewise.
3819
3820 2004-10-10 Alan Modra <amodra@bigpond.net.au>
3821
3822 * elf-bfd.h (struct eh_frame_hdr_info): Add offsets_adjusted.
3823 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Adjust
3824 offsets stored in struct eh_cie_fde entries before doing other
3825 work.
3826
3827 * elf-bfd.h (struct eh_cie_fde): Add cie_inf, remove sec.
3828 (struct eh_frame_hdr_info): Add last_cie_inf, remove last_cie_offset.
3829 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete code
3830 setting offsets for removed CIEs. Don't set "sec", instead set
3831 cie_inf for FDEs. Keep a pointer to last struct eh_cie_fde for a
3832 CIE in hdr_info. Only set make_relative and make_lsda_relative
3833 for CIEs. Use pointers rather than array indices.
3834 (_bfd_elf_eh_frame_section_offset): Test/set make_relative,
3835 make_lsda_relative, need_* on cie_inf for FDEs.
3836 (_bfd_elf_write_section_eh_frame): Adjust offset and new_offset for
3837 section output_offset. Delete cie_offset, instead use cie_inf
3838 pointer to CIE entry. Use need_relative and need_lsda_relative on
3839 CIE entry for FDEs. Use pointers rather than array indices.
3840
3841 2004-10-09 Alan Modra <amodra@bigpond.net.au>
3842
3843 * coff-rs6000.c (rs6000coff_vec): Add initializer for
3844 bfd_is_target_special_symbol.
3845 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
3846 * som.c (som_bfd_is_target_special_symbol): Define.
3847
3848 2004-10-08 Nick Clifton <nickc@redhat.com>
3849
3850 * configure.in: (AM_INIT_AUTOMAKE): Set version to 2.15.93.
3851 * configure: Regenerate.
3852 * bfd-in2.h: Regenerate.
3853 * syms.c (bfd_is_target_special_symbol): New interface function.
3854 Returns true when a symbol should be considered to be special.
3855 * targets.c (bfd_target): Include bfd_is_target_special_symbol in
3856 the symbol jump table.
3857 * elf32-arm.h (elf32_arm_is_target_special_symbol): New function.
3858 Return true iff the symbol is a mapping symbol.
3859 (bfd_elf32_bfd_is_target_special_symbol): Define.
3860 * elfxx-target.h: Provide a default definition for
3861 bfd_is_target_special_symbol.
3862 * aout-target.h: Likewise.
3863 * aout-tic30.c: Likewise.
3864 * binary.c: Likewise.
3865 * coffcode.h: Likewise.
3866 * i386msdos.c: Likewise.
3867 * ieee.c: Likewise.
3868 * ihex.c: Likewise.
3869 * libaout.h: Likewise.
3870 * libbfd-in.h: Likewise
3871 * libecoff.h: Likewise.
3872 * mach-o.c: Likewise.
3873 * mmo.c: Likewise.
3874 * nlm-target.h: Likewise.
3875 * oasys.c: Likewise.
3876 * pef.c: Likewise.
3877 * ppcboot.c: Likewise.
3878 * srec.c: Likewise.
3879 * tekhex.c: Likewise.
3880 * versados.c: Likewise.
3881 * vms.c: Likewise.
3882 * xcoff-target.h: Likewise.
3883 * xsym.c: Likewise.
3884 * libbfd.h: Regenerate.
3885
3886 2004-10-08 Daniel Jacobowitz <dan@debian.org>
3887
3888 * config.bfd: Include 64-bit support for i[3-7]86-*-solaris2*.
3889 * elf64-x86-64.c (elf64_x86_64_section_from_shdr): New function.
3890 (elf_backend_section_from_shdr): Define.
3891
3892 2004-10-08 Alan Modra <amodra@bigpond.net.au>
3893
3894 * syms.c (bfd_is_local_label): Return false for file symbols.
3895
3896 2004-10-07 Bob Wilson <bob.wilson@acm.org>
3897 David Heine <dlheine@tensilica.com>
3898
3899 * elf32-xtensa.c (elf32xtensa_size_opt): New global variable.
3900 (xtensa_default_isa): Global variable moved here from xtensa-isa.c.
3901 (elf32xtensa_no_literal_movement): New global variable.
3902 (elf_howto_table): Add entries for new relocations.
3903 (elf_xtensa_reloc_type_lookup): Handle new relocations.
3904 (property_table_compare): When addresses are equal, compare sizes and
3905 various property flags.
3906 (property_table_matches): New.
3907 (xtensa_read_table_entries): Extend to read new property tables. Add
3908 output_addr parameter to indicate that output addresses should be used.
3909 Use bfd_get_section_limit.
3910 (elf_xtensa_find_property_entry): New.
3911 (elf_xtensa_in_literal_pool): Use elf_xtensa_find_property_entry.
3912 (elf_xtensa_check_relocs): Handle new relocations.
3913 (elf_xtensa_do_reloc): Use bfd_get_section_limit. Handle new
3914 relocations. Use new xtensa-isa.h functions.
3915 (build_encoding_error_message): Remove encode_result parameter. Add
3916 new target_address parameter used to detect alignment errors.
3917 (elf_xtensa_relocate_section): Use bfd_get_section_limit. Clean up
3918 error handling. Use new is_operand_relocation function.
3919 (elf_xtensa_combine_prop_entries, elf_xtensa_merge_private_bfd_data):
3920 Use underbar macro for error messages. Formatting.
3921 (get_const16_opcode): New.
3922 (get_l32r_opcode): Add a separate flag for initialization.
3923 (get_relocation_opnd): Operand number is no longer explicit in the
3924 relocation. Change to decode the opcode and analyze its operands.
3925 (get_relocation_slot): New.
3926 (get_relocation_opcode): Add bfd parameter. Use bfd_get_section_limit.
3927 Use new xtensa-isa.h functions to handle multislot instructions.
3928 (is_l32r_relocation): Add bfd parameter. Use is_operand_relocation.
3929 (get_asm_simplify_size, is_alt_relocation, is_operand_relocation,
3930 insn_decode_len, insn_decode_opcode, check_branch_target_aligned,
3931 check_loop_aligned, check_branch_target_aligned_address, narrowable,
3932 widenable, narrow_instruction, widen_instruction, op_single_fmt_table,
3933 get_single_format, init_op_single_format_table): New.
3934 (elf_xtensa_do_asm_simplify): Add error_message parameter and use it
3935 instead of calling _bfd_error_handler. Use new xtensa-isa.h functions.
3936 (contract_asm_expansion): Add error_message parameter and pass it to
3937 elf_xtensa_do_asm_simplify. Replace use of R_XTENSA_OP0 relocation
3938 with R_XTENSA_SLOT0_OP.
3939 (get_expanded_call_opcode): Extend to handle either L32R or CONST16
3940 instructions. Use new xtensa-isa.h functions.
3941 (r_reloc struct): Add new virtual_offset field.
3942 (r_reloc_init): Add contents and content_length parameters. Set
3943 virtual_offset field to zero. Add contents to target_offset field for
3944 partial_inplace relocations.
3945 (r_reloc_is_defined): Check for null.
3946 (print_r_reloc): New debug function.
3947 (source_reloc struct): Replace xtensa_operand field with pair of the
3948 opcode and the operand position. Add is_abs_literal field.
3949 (init_source_reloc): Specify operand by opcode/position pair. Set
3950 is_abs_literal field.
3951 (source_reloc_compare): When target_offsets are equal, compare other
3952 fields to make sorting predictable.
3953 (literal_value struct): Add is_abs_literal field.
3954 (value_map_hash_table struct): Add has_last_loc and last_loc fields.
3955 (init_literal_value): New.
3956 (is_same_value): Replace with ...
3957 (literal_value_equal): ... this function. Add comparisons of
3958 virtual_offset and is_abs_literal fields.
3959 (value_map_hash_table_init): Use bfd_zmalloc. Check for allocation
3960 failure. Initialize has_last_loc field.
3961 (value_map_hash_table_delete): New.
3962 (hash_literal_value): Rename to ...
3963 (literal_value_hash): ... this. Include is_abs_literal flag and
3964 virtual_offset field in the hash value.
3965 (get_cached_value): Rename to ...
3966 (value_map_get_cached_value): ... this. Update calls to
3967 literal_value_hash and literal_value_equal.
3968 (add_value_map): Check for allocation failure. Update calls to
3969 value_map_get_cached_value and literal_value_hash.
3970 (text_action, text_action_list, text_action_t): New types.
3971 (find_fill_action, compute_removed_action_diff, adjust_fill_action,
3972 text_action_add, text_action_add_literal, offset_with_removed_text,
3973 offset_with_removed_text_before_fill, find_insn_action,
3974 print_action_list, print_removed_literals): New.
3975 (offset_with_removed_literals): Delete.
3976 (xtensa_relax_info struct): Add is_relaxable_asm_section, action_list,
3977 fix_array, fix_array_count, allocated_relocs, relocs_count, and
3978 allocated_relocs_count fields.
3979 (init_xtensa_relax_info): Initialize new fields.
3980 (reloc_bfd_fix struct): Add new translated field.
3981 (reloc_bfd_fix_init): Add translated parameter and use it to set the
3982 translated field.
3983 (fix_compare, cache_fix_array): New.
3984 (get_bfd_fix): Remove fix_list parameter and get all relax_info for the
3985 section via get_xtensa_relax_info. Use cache_fix_array to set up
3986 sorted fix_array and use bsearch instead of linear search.
3987 (section_cache_t): New struct.
3988 (init_section_cache, section_cache_section, clear_section_cache): New.
3989 (ebb_t, ebb_target_enum, proposed_action, ebb_constraint): New types.
3990 (init_ebb_constraint, free_ebb_constraint, init_ebb, extend_ebb_bounds,
3991 extend_ebb_bounds_forward, extend_ebb_bounds_backward,
3992 insn_block_decodable_len, ebb_propose_action, ebb_add_proposed_action):
3993 New.
3994 (retrieve_contents): Use bfd_get_section_limit.
3995 (elf_xtensa_relax_section): Add relocations_analyzed flag. Update call
3996 to compute_removed_literals. Free value_map_hash_table when no longer
3997 needed.
3998 (analyze_relocations): Check is_relaxable_asm_section flag. Call
3999 compute_text_actions for all sections.
4000 (find_relaxable_sections): Mark sections as relaxable if they contain
4001 ASM_EXPAND relocations that can be optimized. Adjust r_reloc_init
4002 call. Increment relax_info src_count field only for appropriate
4003 relocation types. Remove is_literal_section check.
4004 (collect_source_relocs): Use bfd_get_section_limit. Adjust calls to
4005 r_reloc_init and find_associated_l32r_irel. Check
4006 is_relaxable_asm_section flag. Handle L32R instructions with absolute
4007 literals. Pass is_abs_literal flag to init_source_reloc.
4008 (is_resolvable_asm_expansion): Use bfd_get_section_limit. Check for
4009 CONST16 instructions. Adjust calls to r_reloc_init and
4010 pcrel_reloc_fits. Handle weak symbols conservatively.
4011 (find_associated_l32r_irel): Add bfd parameter and pass it to
4012 is_l32r_relocation.
4013 (compute_text_actions, compute_ebb_proposed_actions,
4014 compute_ebb_actions, check_section_ebb_pcrels_fit,
4015 check_section_ebb_reduces, text_action_add_proposed,
4016 compute_fill_extra_space): New.
4017 (remove_literals): Replace with ...
4018 (compute_removed_literals): ... this function. Call
4019 init_section_cache. Use bfd_get_section_limit. Sort internal_relocs.
4020 Call xtensa_read_table_entries to get the property table. Skip
4021 relocations other than R_XTENSA_32 and R_XTENSA_PLT. Use new
4022 is_removable_literal, remove_dead_literal, and
4023 identify_literal_placement functions.
4024 (get_irel_at_offset): Rewrite to use bsearch on sorted relocations
4025 instead of linear search.
4026 (is_removable_literal, remove_dead_literal,
4027 identify_literal_placement): New.
4028 (relocations_reach): Update check for literal not referenced by any
4029 PC-relative relocations. Adjust call to pcrel_reloc_fits.
4030 (coalesce_shared_literal, move_shared_literal): New.
4031 (relax_section): Use bfd_get_section_limit. Call
4032 translate_section_fixes. Update calls to r_reloc_init and
4033 offset_with_removed_text. Check new is_relaxable_asm_section flag.
4034 Add call to pin_internal_relocs. Add special handling for
4035 R_XTENSA_ASM_SIMPLIFY and R_XTENSA_DIFF* relocs. Use virtual_offset
4036 info to calculate new addend_displacement variable. Replace code for
4037 deleting literals with more general code to perform the actions
4038 determined by the action_list for the section.
4039 (translate_section_fixes, translate_reloc_bfd_fix): New.
4040 (translate_reloc): Check new is_relaxable_asm_section flag. Call
4041 find_removed_literal only if is_operand_relocation. Update call to
4042 offset_with_removed_text. Use new target_offset and removed_bytes
4043 variables.
4044 (move_literal): New.
4045 (relax_property_section): Use bfd_get_section_limit. Set new
4046 is_full_prop_section flag and handle new property tables. Update calls
4047 to r_reloc_init and offset_with_removed_text. Check
4048 is_relaxable_asm_section flag. Handle expansion of zero-sized
4049 unreachable entries, with use of offset_with_removed_text_before_fill.
4050 For relocatable links, combine entries only for literal tables.
4051 (relax_section_symbols): Check is_relaxable_asm_section flag. Update
4052 calls to offset_with_removed_text. Translate st_size field for
4053 function symbols.
4054 (do_fix_for_relocatable_link): Change to return bfd_boolean to indicate
4055 failure. Add contents parameter. Update call to get_bfd_fix. Update
4056 call to r_reloc_init. Call _bfd_error_handler and return FALSE for
4057 R_XTENSA_ASM_EXPAND relocs.
4058 (do_fix_for_final_link): Add input_bfd and contents parameters. Update
4059 call to get_bfd_fix. Include offset from contents for partial_inplace
4060 relocations.
4061 (is_reloc_sym_weak): New.
4062 (pcrel_reloc_fits): Use new xtensa-isa.h functions.
4063 (prop_sec_len): New.
4064 (xtensa_is_property_section): Handle new property sections.
4065 (is_literal_section): Delete.
4066 (internal_reloc_compare): When r_offset matches, compare r_info and
4067 r_addend to make sorting predictable.
4068 (internal_reloc_matches): New.
4069 (xtensa_get_property_section_name): Handle new property sections.
4070 (xtensa_get_property_predef_flags): New.
4071 (xtensa_callback_required_dependence): Use bfd_get_section_limit.
4072 Update calls to xtensa_isa_init, is_l32r_relocation, and r_reloc_init.
4073 * xtensa-isa.c (xtensa_default_isa): Moved to elf32-xtensa.c.
4074 (xtisa_errno, xtisa_error_msg): New variables.
4075 (xtensa_isa_errno, xtensa_isa_error_msg): New.
4076 (xtensa_insnbuf_alloc): Add error handling.
4077 (xtensa_insnbuf_to_chars): Add num_chars parameter. Update to
4078 use xtensa_format_decode. Add error handling.
4079 (xtensa_insnbuf_from_chars): Add num_chars parameter. Decode the
4080 instruction length to find the number of bytes to copy.
4081 (xtensa_isa_init): Add error handling. Replace calls to
4082 xtensa_load_isa and xtensa_extend_isa with code to initialize lookup
4083 tables in the xtensa_modules structure.
4084 (xtensa_check_isa_config, xtensa_add_isa, xtensa_load_isa,
4085 xtensa_extend_isa): Delete.
4086 (xtensa_isa_free): Change to only free lookup tables.
4087 (opname_lookup_compare): Replace with ...
4088 (xtensa_isa_name_compare): ... this function. Use strcasecmp.
4089 (xtensa_insn_maxlength): Rename to ...
4090 (xtensa_isa_maxlength): ... this.
4091 (xtensa_insn_length): Delete.
4092 (xtensa_insn_length_from_first_byte): Replace with ...
4093 (xtensa_isa_length_from_chars): ... this function.
4094 (xtensa_num_opcodes): Rename to ...
4095 (xtensa_isa_num_opcodes): ... this.
4096 (xtensa_isa_num_pipe_stages, xtensa_isa_num_formats,
4097 xtensa_isa_num_regfiles, xtensa_isa_num_stages,
4098 xtensa_isa_num_sysregs, xtensa_isa_num_interfaces,
4099 xtensa_isa_num_funcUnits, xtensa_format_name, xtensa_format_lookup,
4100 xtensa_format_decode, xtensa_format_encode, xtensa_format_length,
4101 xtensa_format_num_slots, xtensa_format_slot_nop_opcode,
4102 xtensa_format_get_slot, xtensa_format_set_slot): New functions.
4103 (xtensa_opcode_lookup): Add error handling.
4104 (xtensa_decode_insn): Replace with ...
4105 (xtensa_opcode_decode): ... this function, with new format and
4106 slot parameters. Add error handling.
4107 (xtensa_encode_insn): Replace with ...
4108 (xtensa_opcode_encode): ... this function, which does the encoding via
4109 one of the entries in the "encode_fns" array. Add error handling.
4110 (xtensa_opcode_name): Add error handling.
4111 (xtensa_opcode_is_branch, xtensa_opcode_is_jump, xtensa_opcode_is_loop,
4112 xtensa_opcode_is_call): New.
4113 (xtensa_num_operands): Replace with ...
4114 (xtensa_opcode_num_operands): ... this function. Add error handling.
4115 (xtensa_opcode_num_stateOperands,
4116 xtensa_opcode_num_interfaceOperands, xtensa_opcode_num_funcUnit_uses,
4117 xtensa_opcode_funcUnit_use, xtensa_operand_name,
4118 xtensa_operand_is_visible): New.
4119 (xtensa_get_operand, xtensa_operand_kind): Delete.
4120 (xtensa_operand_inout): Add error handling and special-case for
4121 "sout" operands.
4122 (xtensa_operand_get_field, xtensa_operand_set_field): Rewritten to
4123 operate on one slot of an instruction. Added error handling.
4124 (xtensa_operand_encode): Handle default operands with no encoding
4125 functions. Check for success by comparing against decoded value.
4126 Add error handling.
4127 (xtensa_operand_decode): Handle default operands. Return decoded value
4128 through argument pointer. Add error handling.
4129 (xtensa_operand_is_register, xtensa_operand_regfile,
4130 xtensa_operand_num_regs, xtensa_operand_is_known_reg): New.
4131 (xtensa_operand_isPCRelative): Rename to ...
4132 (xtensa_operand_is_PCrelative): ... this. Add error handling.
4133 (xtensa_operand_do_reloc, xtensa_operand_undo_reloc): Return value
4134 through argument pointer. Add error handling.
4135 (xtensa_stateOperand_state, xtensa_stateOperand_inout,
4136 xtensa_interfaceOperand_interface, xtensa_regfile_lookup,
4137 xtensa_regfile_lookup_shortname, xtensa_regfile_name,
4138 xtensa_regfile_shortname, xtensa_regfile_view_parent,
4139 xtensa_regfile_num_bits, xtensa_regfile_num_entries,
4140 xtensa_state_lookup, xtensa_state_name, xtensa_state_num_bits,
4141 xtensa_state_is_exported, xtensa_sysreg_lookup,
4142 xtensa_sysreg_lookup_name, xtensa_sysreg_name, xtensa_sysreg_number,
4143 xtensa_sysreg_is_user, xtensa_interface_lookup, xtensa_interface_name,
4144 xtensa_interface_num_bits, xtensa_interface_inout,
4145 xtensa_interface_has_side_effect, xtensa_funcUnit_lookup,
4146 xtensa_funcUnit_name, xtensa_funcUnit_num_copies): New.
4147 * xtensa-modules.c: Rewrite to use new data structures.
4148 * reloc.c (BFD_RELOC_XTENSA_DIFF8, BFD_RELOC_XTENSA_DIFF16,
4149 BFD_RELOC_XTENSA_DIFF32, BFD_RELOC_XTENSA_SLOT0_OP,
4150 BFD_RELOC_XTENSA_SLOT1_OP, BFD_RELOC_XTENSA_SLOT2_OP,
4151 BFD_RELOC_XTENSA_SLOT3_OP, BFD_RELOC_XTENSA_SLOT4_OP,
4152 BFD_RELOC_XTENSA_SLOT5_OP, BFD_RELOC_XTENSA_SLOT6_OP,
4153 BFD_RELOC_XTENSA_SLOT7_OP, BFD_RELOC_XTENSA_SLOT8_OP,
4154 BFD_RELOC_XTENSA_SLOT9_OP, BFD_RELOC_XTENSA_SLOT10_OP,
4155 BFD_RELOC_XTENSA_SLOT11_OP, BFD_RELOC_XTENSA_SLOT12_OP,
4156 BFD_RELOC_XTENSA_SLOT13_OP, BFD_RELOC_XTENSA_SLOT14_OP,
4157 BFD_RELOC_XTENSA_SLOT0_ALT, BFD_RELOC_XTENSA_SLOT1_ALT,
4158 BFD_RELOC_XTENSA_SLOT2_ALT, BFD_RELOC_XTENSA_SLOT3_ALT,
4159 BFD_RELOC_XTENSA_SLOT4_ALT, BFD_RELOC_XTENSA_SLOT5_ALT,
4160 BFD_RELOC_XTENSA_SLOT6_ALT, BFD_RELOC_XTENSA_SLOT7_ALT,
4161 BFD_RELOC_XTENSA_SLOT8_ALT, BFD_RELOC_XTENSA_SLOT9_ALT,
4162 BFD_RELOC_XTENSA_SLOT10_ALT, BFD_RELOC_XTENSA_SLOT11_ALT,
4163 BFD_RELOC_XTENSA_SLOT12_ALT, BFD_RELOC_XTENSA_SLOT13_ALT,
4164 BFD_RELOC_XTENSA_SLOT14_ALT): Add new relocations.
4165 * Makefile.am (xtensa-isa.lo, xtensa-modules.lo): Update dependencies.
4166 * Makefile.in: Regenerate.
4167 * bfd-in2.h: Likewise.
4168 * libbfd.h: Likewise.
4169
4170 2004-10-07 Richard Sandiford <rsandifo@redhat.com>
4171
4172 * elf64-mips.c (mips_elf64_write_rel): Use STN_UNDEF for relocs
4173 against the absolute section.
4174 (mips_elf64_write_rela): Likewise.
4175
4176 2004-10-07 Jan Beulich <jbeulich@novell.com>
4177
4178 * elf.c (elf_find_function): Don't generally check for matching
4179 section, just for non-file symbols. Remove redunant comparison
4180 for the latter.
4181 * elf32-arm.h (arm_elf_find_function): Likewise.
4182
4183 2004-10-07 Jeff Baker <jbaker@qnx.com>
4184
4185 * elflink.c (_bfd_elf_add_dynamic_entry): Add code to warn if
4186 adding a DT_TEXTREL to a shared object and --warn-shared-textrel
4187 was specified.
4188
4189 2004-10-04 Roland McGrath <roland@redhat.com>
4190
4191 * hash.c (bfd_hash_set_default_size): Use const for table.
4192 Use size_t instead of int for variable compared to sizeof results.
4193
4194 2004-10-05 Alan Modra <amodra@bigpond.net.au>
4195
4196 PR 425
4197 * syms.c (_bfd_stab_section_find_nearest_line): Ignore R_*_NONE relocs.
4198
4199 2004-10-01 Paul Brook <paul@codesourcery.com>
4200
4201 * elf32-arm.h (elf32_arm_fake_sections,
4202 is_arm_elf_unwind_section_name, elf32_arm_section_from_shdr): New
4203 functions.
4204 (elf_backend_fake_sections, elf_backend_section_from_shdr): Define.
4205
4206 2004-10-01 Alan Modra <amodra@bigpond.net.au>
4207
4208 * elf-bfd.h (struct eh_cie_fde): Add need_relative and
4209 need_lsda_relative.
4210 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Set
4211 need_relative or need_lsda_relative if we are processing an
4212 offset for a reloc on a FDE initial loc or LSDA field
4213 respectively.
4214 (_bfd_elf_write_section_eh_frame): Test need_relative and
4215 need_lsda_relative in place of corresponding make_* field
4216 when deciding to use pc-relative encodings.
4217
4218 2004-09-30 Paul Brook <paul@codesourcery.com>
4219
4220 * elf32-arm.h (bfd_elf32_arm_set_target_relocs): Handle "abs"
4221 target2 relocation type.
4222
4223 2004-09-30 H.J. Lu <hongjiu.lu@intel.com>
4224
4225 PR 414
4226 * elflink.c (_bfd_elf_merge_symbol): Check TLS symbol.
4227
4228 2004-09-30 Paul Brook <paul@codesourcery.com>
4229
4230 * reloc.c: Add BFD_RELOC_ARM_SMI.
4231 * bfd-in2.h: Regenerate.
4232 * libbfd.h: Ditto.
4233
4234 2004-09-24 Alan Modra <amodra@bigpond.net.au>
4235
4236 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add output section
4237 vma and output offset to address.
4238 * simple.c (simple_save_output_info): Only set output section
4239 and offset for debug sections, or those not already set up by
4240 the linker.
4241 (bfd_simple_get_relocated_section_contents): Update comment.
4242
4243 2004-09-24 Alan Modra <amodra@bigpond.net.au>
4244
4245 * elf.c (IS_LOADED): Delete.
4246 (assign_file_positions_for_segments): Just test SEC_LOAD instead.
4247 Restore SEC_HAS_CONTENTS test to the one place it was used prior
4248 to 2004-09-22.
4249
4250 2004-09-23 Alan Modra <amodra@bigpond.net.au>
4251
4252 PR gas/396
4253 * elf32-sparc.c (elf32_sparc_final_write_processing): Handle
4254 bfd_mach_sparc_sparclet and bfd_mach_sparc_sparclite. Remove
4255 redundant assignment of EM_SPARC.
4256
4257 2004-09-22 Brian Ford <ford@vss.fsi.com>
4258
4259 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
4260 alignment for .rdata sections so sse[2] code works with gcc >= 3.3.3
4261 constants.
4262 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
4263
4264 2004-09-22 Alan Modra <amodra@bigpond.net.au>
4265
4266 * elf32-ppc.c (ppc_elf_modify_segment_map): Delete.
4267 (elf_backend_modify_segment_map): Don't define.
4268
4269 2004-09-22 Alan Modra <amodra@bigpond.net.au>
4270
4271 * elf.c (IS_LOADED): Define.
4272 (assign_file_positions_for_segments): Don't round up file offset of
4273 PT_LOAD segments containing no SEC_LOAD sections, instead round down.
4274 Delete code handling link script adjustment of lma. Do the adjust
4275 in later code handling similar ajustments. Remove dead code error
4276 check. Warn if section lma would require a negative offset
4277 adjustment. Tweak lma adjustment to use p_filesz rather than p_memsz.
4278 Use p_vaddr + p_memsz inside section loop in place of voff. Don't
4279 update voff in section loop. Change voff in segment loop to be an
4280 adjustment on top of "off". Set sec->filepos and update "off" later.
4281 Test for loadable sections consistently using IS_LOADED. Similarly,
4282 test for alloc-only sections other than .tbss consistently.
4283 Don't bother checking SEC_ALLOC in PT_LOAD segments. Remove FIXME.
4284 Tidy PT_NOTE handling. Use %B and %A in error messages.
4285 (assign_file_positions_except_relocs): Use %B in error message.
4286
4287 2004-09-17 H.J. Lu <hongjiu.lu@intel.com>
4288
4289 * Makefile.am (AUTOMAKE_OPTIONS): Require 1.9.
4290 (CONFIG_STATUS_DEPENDENCIES): New.
4291 (Makefile): Removed.
4292 (config.status): Likewise.
4293 * Makefile.in: Regenerated.
4294
4295 2004-09-17 Paul Brook <paul@codesourcery.com>
4296
4297 * bfd-in.h (bfd_elf32_arm_set_target_relocs): Add prototype.
4298 (bfd_elf32_arm_process_before_allocation): Update prototype.
4299 * bfd-in2.h: Regenerate.
4300 * bfd/elf32-arm.h (elf32_arm_link_hash_table): Add target2_reloc.
4301 (elf32_arm_link_hash_table_create): Set it.
4302 (bfd_elf32_arm_process_before_allocation): Remove target1_is_rel.
4303 (bfd_elf32_arm_set_target_relocs): New function.
4304 (arm_real_reloc_type): New function.
4305 (elf32_arm_final_link_relocate): Use it. Handle R_ARM_PREL31 and
4306 R_ARM_GOT_PREL. Remove R_ARM_TARGET1.
4307 (elf32_arm_gc_sweep_hook): Ditto.
4308 (elf32_arm_check_relocs): Ditto.
4309 (elf32_arm_relocate_section): Handle R_ARM_GOT_PREL.
4310 * elfarm-nabi.c (elf32_arm_howto_table): Add R_ARM_PREL31 and
4311 R_ARM_GOT_TARGET2.
4312 (elf32_arm_got_prel): New variable.
4313 (elf32_arm_howto_from_type): New function.
4314 (elf32_arm_info_to_howto): Use it.
4315 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_PREL31 and
4316 BFD_RELOC_ARM_TARGET2.
4317 * libbfd.h: Regenerate.
4318 * reloc.c: Add BFD_RELOC_ARM_TARGET2 and BFD_RELOC_ARM_PREL31.
4319
4320 2004-09-17 Alan Modra <amodra@bigpond.net.au>
4321
4322 * ecoff.c: Update u.undef.next refs.
4323 * elf64-ppc.c: Likewise.
4324 * elflink.c: Likewise.
4325 * linker.c: Likewise.
4326 * xcofflink.c: Likewise.
4327
4328 * elf-bfd.h (struct elf_link_hash_entry): Rearrange. Add FIXME to
4329 dynamic_def. Combine weakdef and elf_hash_value. Move vtable
4330 fields to indirect struct.
4331 * elf-m10300.c: Update u.weakdef refs.
4332 * elf32-arm.h: Likewise.
4333 * elf32-cris.c: Likewise.
4334 * elf32-frv.c: Likewise.
4335 * elf32-hppa.c: Likewise.
4336 * elf32-i370.c: Likewise.
4337 * elf32-i386.c: Likewise.
4338 * elf32-m32r.c: Likewise.
4339 * elf32-m68k.c: Likewise.
4340 * elf32-ppc.c: Likewise.
4341 * elf32-s390.c: Likewise.
4342 * elf32-sh.c: Likewise.
4343 * elf32-sparc.c: Likewise.
4344 * elf32-vax.c: Likewise.
4345 * elf32-xtensa.c: Likewise.
4346 * elf64-alpha.c: Likewise.
4347 * elf64-hppa.c: Likewise.
4348 * elf64-ppc.c: Likewise.
4349 * elf64-s390.c: Likewise.
4350 * elf64-sh64.c: Likewise.
4351 * elf64-sparc.c: Likewise.
4352 * elf64-x86-64.c: Likewise.
4353 * elfxx-ia64.c: Likewise.
4354 * elfxx-mips.c: Likewise.
4355 * elflink.c: Likewise. Also u.elf_hash_value.
4356 (elf_gc_propagate_vtable_entries_used): Update for h->vtable
4357 indirection.
4358 (elf_gc_smash_unused_vtentry_relocs): Likewise.
4359 (bfd_elf_gc_record_vtinherit): Alloc vtable.
4360 (bfd_elf_gc_record_vtentry): Likewise.
4361 * elf.c (_bfd_elf_link_hash_newfunc): Use memset.
4362
4363 2004-09-17 Alan Modra <amodra@bigpond.net.au>
4364
4365 * Makefile.am: Run "make dep-am".
4366 * Makefile.in: Regenerate.
4367 * bfd-in2.h: Regenerate.
4368 * po/SRC-POTFILES.in: Regenerate.
4369 * po/bfd.pot: Regenerate.
4370
4371 2004-09-16 Alan Modra <amodra@bigpond.net.au>
4372
4373 * elf-bfd.h (struct elf_link_hash_entry): Replace elf_link_hash_flags
4374 with bitfields. Make "type" and "other" bitfields too.
4375 (ELF_LINK_HASH_REF_REGULAR, ELF_LINK_HASH_DEF_REGULAR,
4376 ELF_LINK_HASH_REF_DYNAMIC, ELF_LINK_HASH_DEF_DYNAMIC,
4377 ELF_LINK_HASH_REF_REGULAR_NONWEAK, ELF_LINK_HASH_DYNAMIC_ADJUSTED,
4378 ELF_LINK_HASH_NEEDS_COPY, ELF_LINK_HASH_NEEDS_PLT, ELF_LINK_NON_ELF,
4379 ELF_LINK_HIDDEN, ELF_LINK_FORCED_LOCAL, ELF_LINK_HASH_MARK,
4380 ELF_LINK_NON_GOT_REF, ELF_LINK_DYNAMIC_DEF, ELF_LINK_DYNAMIC_WEAK,
4381 ELF_LINK_POINTER_EQUALITY_NEEDED): Delete.
4382 (ELF_COMMON_DEF_P, WILL_CALL_FINISH_DYNAMIC_SYMBOL): Update.
4383 * elf-hppa.h: Update all uses of elf_link_hash_flags.
4384 * elf-m10300.c: Likewise.
4385 * elf.c: Likewise.
4386 * elf32-arm.h: Likewise.
4387 * elf32-cris.c: Likewise.
4388 * elf32-frv.c: Likewise.
4389 * elf32-hppa.c: Likewise.
4390 * elf32-i370.c: Likewise.
4391 * elf32-i386.c: Likewise.
4392 * elf32-m32r.c: Likewise.
4393 * elf32-m68k.c: Likewise.
4394 * elf32-ppc.c: Likewise.
4395 * elf32-s390.c: Likewise.
4396 * elf32-sh-symbian.c: Likewise.
4397 * elf32-sh.c: Likewise.
4398 * elf32-sh64.c: Likewise.
4399 * elf32-sparc.c: Likewise.
4400 * elf32-vax.c: Likewise.
4401 * elf32-xtensa.c: Likewise.
4402 * elf64-alpha.c: Likewise.
4403 * elf64-hppa.c: Likewise.
4404 * elf64-ppc.c: Likewise.
4405 * elf64-s390.c: Likewise.
4406 * elf64-sh64.c: Likewise.
4407 * elf64-sparc.c: Likewise.
4408 * elf64-x86-64.c: Likewise.
4409 * elflink.c: Likewise.
4410 * elfxx-ia64.c: Likewise.
4411 * elfxx-mips.c: Likewise.
4412 * configure.in (AM_INIT_AUTOMAKE): Set version to 2.15.92.
4413 * configure: Regenerate.
4414 * aclocal.m4: Regenerate.
4415
4416 2004-09-16 Alan Modra <amodra@bigpond.net.au>
4417
4418 * elf32-arm.h (elf32_arm_gc_sweep_hook): Add #ifndef OLD_ARM_ABI
4419 around uses of R_ARM_TARGET1.
4420 (elf32_arm_check_relocs): Likewise.
4421
4422 2004-09-13 Paul Brook <paul@codesourcery.com>
4423
4424 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update
4425 prototype.
4426 * bfd-in2.h: Regenerate.
4427 * libbfd.h: Regenerate.
4428 * elf32-arm.h (elf32_arm_link_hash_table): Add target1_is_rel.
4429 (elf32_arm_link_hash_table_create): Set target1_is_rel.
4430 (bfd_elf32_arm_process_before_allocation): Ditto.
4431 (elf32_arm_final_link_relocate): Handle R_ARM_TARGET1.
4432 (elf32_arm_gc_sweep_hook, elf32_arm_check_relocs): Ditto.
4433 * elfarm-nabi.c (elf32_arm_howto_table): Rename RELABS to TARGET1.
4434 * reloc.c: Ditto.
4435
4436 2004-09-10 Joel Brobecker <brobecker@gnat.com>
4437
4438 * hpux-core.c (thread_section_p): New function.
4439 (hpux_core_core_file_p): Fix computation of offset in call
4440 to bfd_seek. Create a ".reg" section from an arbitrary
4441 ".reg/<id>" section if none was created after having read
4442 all sections.
4443
4444 2004-09-11 Andreas Schwab <schwab@suse.de>
4445
4446 * acinclude.m4: Fix spelling of ACX_NONCANONICAL_*.
4447 * aclocal.m4: Rebuild.
4448 * configure: Rebuild.
4449
4450 2004-09-10 Joel Brobecker <brobecker@gnat.com>
4451
4452 * section.c (bfd_sections_find_if): Fix parameter name in
4453 comment to match code.
4454
4455 2004-09-10 Alan Modra <amodra@bigpond.net.au>
4456
4457 * elf.c (assign_file_positions_except_relocs): Assign relocs
4458 stored in a bfd section.
4459
4460 2004-09-08 Hans-Peter Nilsson <hp@axis.com>
4461
4462 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Reset
4463 h->gotplt_refcount to 0, not -1.
4464
4465 2004-09-07 Hans-Peter Nilsson <hp@axis.com>
4466
4467 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
4468 case R_CRIS_32_GOTPLT>: For internal error message, handle NULL
4469 symname.
4470 (cris_elf_check_relocs) <case R_CRIS_32_PLT_PCREL>: Don't try to
4471 handle symbol visibility here.
4472
4473 2004-09-07 Alan Modra <amodra@bigpond.net.au>
4474
4475 * elf64-ppc.c (struct ppc_link_hash_table): Add stub_globals.
4476 (is_ppc64_elf_target): Rename from is_ppc64_target. Update all
4477 callers.
4478 (ppc_stub_name): Remove trailing "+0" on stub name.
4479 (create_linkage_sections): Create relocations for
4480 branch lookup table when --emit-relocs as well as when --shared.
4481 (ppc_build_one_stub): Emit relocs for long branch stubs. Adjust
4482 relbrlt test. For --emit-stub-syms, always output a sym even when
4483 one already exists on a plt call stub. Put stub type in the stub
4484 symbol name.
4485 (ppc_size_one_stub): Size long branch stub relocs. Adjust relbrlt
4486 test.
4487 (ppc64_elf_size_stubs): Count global sym stubs added. Zero
4488 reloc_count in stub sections. Adjust relbrlt test.
4489 (ppc64_elf_build_stubs): Adjust relbrlt test. Tweak stats output.
4490 * elflink.c (bfd_elf_size_dynamic_sections): Fix comment typo.
4491 (elf_link_input_bfd): Ignore symbol index zero relocs when checking
4492 for relocs against discarded symbols. Fix comments.
4493
4494 2004-09-06 Mark Mitchell <mark@codesourcery.com>
4495
4496 * elf-bfd.h (_bfd_elf_make_dynamic_segment): Declare it.
4497 * elf.c (_bfd_elf_make_dynamic_segment): New function, split out
4498 from ...
4499 (map_sections_to_segments): ... here. Use it. Assign a file
4500 position to the .dynamic section if it is not loadable, but part
4501 of the PT_DYNAMIC segment.
4502 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Use file
4503 offsets, not VMAs, for the BPABI. Do not fill in the header in
4504 the .got.plt section for the BPABI.
4505 * elfarm-nabi.c (elf32_arm_symbian_modify_segment_map): Add a
4506 PT_DYNAMIC segment.
4507 (elf_backend_want_got_plt): Define to zero for Symbian OS.
4508
4509 2004-09-06 Nick Clifton <nickc@redhat.com>
4510
4511 * elflink.c (elf_link_add_object_symbols): Set the error code to
4512 bfd_error_wrong_format when the input format does not match the
4513 output format.
4514
4515 2004-09-06 Alan Modra <amodra@bigpond.net.au>
4516
4517 * elf64-ppc.c (is_ppc64_target): New function, extracted from..
4518 (ppc64_elf_check_directives): ..here.
4519 (ppc64_elf_size_dynamic_sections): Use it here to check bfd type
4520 before accessing ppc64_elf_tdata.
4521 (ppc64_elf_finish_dynamic_sections): And here too.
4522
4523 2004-09-04 Alan Modra <amodra@bigpond.net.au>
4524
4525 * bfd.c (_bfd_default_error_handler): Correct loop exit.
4526
4527 2004-09-03 Mark Mitchell <mark@codesourcery.com>
4528
4529 * config.bfd (arm*-*-symbianelf*): Use OS-specific target vectors.
4530 * configure.in (bfd_elf32_bigarm_symbian_vec): Add it.
4531 (bfd_elf32_littlearm_symbian_vec): Likewise.
4532 * configure: Regenerated.
4533 * elf-bfd.h (elf_backend_data): Add dynamic_sec_flags.
4534 * elf32-arm.h (PLT_HEADER_SIZE): Do not define.
4535 (PLT_ENTRY_SIZE): Likewise.
4536 (bfd_vma_elf32_arm_symbian_plt_entry): New
4537 variable.
4538 (elf32_arm_link_hash_table): Add plt_header_size, plt_entry_size,
4539 and symbian_p.
4540 (create_got_section): Don't create sections when generating BPABI
4541 objects.
4542 (elf32_arm_create_dynamic_sections): Tidy.
4543 (elf32_arm_link_hash_table_create): Set plt_header_size,
4544 plt_entry_size, and symbian_p.
4545 (elf32_arm_check_relocs): Do not mark .rel.dyn as loadable when
4546 generating BPABI objects.
4547 (allocate_dynrelocs): Use htab->plt_header_size, not
4548 PLT_HEADER_SIZE. Do not add to .got.plt when
4549 generating BPABI objects.
4550 (elf32_arm_finish_dynamic_symbol): Generate Symbian OS PLTs.
4551 * elfarm-nabi.c: Add SymbianOS target vectors.
4552 * elflink.c (_bfd_elf_create_got_section): Use dynamic_sec_flags.
4553 (_bfd_elf_link_create_dynamic_sections): Likewise.
4554 * elfxx-target.h (ELF_DYNAMIC_SEC_FLAGS): New macro.
4555 (elfNN_bed): Use it.
4556 * targets.c (bfd_elf32_bigarm_symbian_vec): New variable.
4557 (bfd_elf32_littlearm_symbian_vec): Likewise.
4558 (_bfd_target_vector): Add them.
4559
4560 2004-09-03 Nick Clifton <nickc@redhat.com>
4561
4562 PR 360
4563 * coffcode.h (handle_COMDAT): Replace abort with an warning
4564 message and allow the scan to continue.
4565
4566 2004-09-02 Alan Modra <amodra@bigpond.net.au>
4567
4568 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Use static_syms passed
4569 in when reading relocs, not our sorted syms. Remove unnecessary
4570 var.
4571
4572 2004-08-31 Eric Botcazou <ebotcazou@libertysurf.fr>
4573
4574 * elf.c (special_sections): Add .gnu.linkonce.b modelled on .bss.
4575
4576 2004-08-30 Nathanael Nerode <neroden@gcc.gnu.org>
4577
4578 * acinclude.m4: Require AC_CANONICAL_TARGET, not AC_CANONICAL_SYSTEM.
4579 Include ../config/acx.m4 and use ACX_NONCANONICAL_* where appropriate;
4580 replace uses of *_alias with *_noncanonical.
4581 * aclocal.m4: Rebuild with aclocal 1.4p6.
4582 * Makefile.in: Rebuild with automake 1.4p6.
4583 * doc/Makefile.in: Rebuild with automake 1.4p6.
4584 * configure.in: Autoupdate with autoupdate 2.59.
4585 * config.in: Regenerate with autoheader 2.59.
4586 * configure: Regnerate with autoconf 2.59.
4587
4588 2004-08-28 Alan Modra <amodra@bigpond.net.au>
4589
4590 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Copy input
4591 symbol pointer arrays before modifying.
4592
4593 2004-08-28 Alan Modra <amodra@bigpond.net.au>
4594
4595 * bfd.c (bfd_get_synthetic_symtab): Pass counts and both symbol tables.
4596 * elf-bfd.h (_bfd_elf_get_synthetic_symtab): Adjust.
4597 * elf.c (_bfd_elf_get_synthetic_symtab): Adjust.
4598 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Adjust.
4599 * targets.c (struct bfd_target <_bfd_get_synthetic_symtab>): Adjust.
4600 * elf64-ppc.c (ppc64_elf_get_synthetic_symtab): Don't read symbols.
4601 Use both symbol tables on non-relocatable objects. Use a common
4602 error exit. Fix "mid" warning.
4603 * libbfd.h: Regenerate.
4604 * bfd-in2.h: Regenerate.
4605
4606 2004-08-28 Alan Modra <amodra@bigpond.net.au>
4607
4608 * elf64-ppc.c (ppc64_elf_branch_reloc): Check .opd is in a regular
4609 object file.
4610 (struct sfpr_def_parms): Save some space.
4611 (sfpr_define): Here too.
4612
4613 * elf64-ppc.c (compare_symbols): Put section syms first.
4614 (sym_exists_at): New function.
4615 (ppc64_elf_get_synthetic_symtab): Use relocs to find code entry
4616 points only for relocatable files. Use .opd section contents
4617 otherwise. Generally clean up the code.
4618
4619 2004-08-27 Alan Modra <amodra@bigpond.net.au>
4620
4621 * elf64-ppc.c (STD_R0_0R1, STD_R0_0R12, LD_R0_0R1, LD_R0_0R12,
4622 LI_R12_0, STVX_VR0_R12_R0, LVX_VR0_R12_R0, MTLR_R0, SFPR_MAX): Define.
4623 (struct sfpr_def_parms): New.
4624 (sfpr_define): New function.
4625 (savegpr0, savegpr0_tail, restgpr0, restgpr0_tail): New functions.
4626 (savegpr1, savegpr1_tail, restgpr1, restgpr1_tail): New functions.
4627 (savefpr, savefpr0_tail, restfpr, restfpr0_tail): New functions.
4628 (savefpr1_tail, restfpr1_tail): New functions.
4629 (savevr, savevr_tail, restvr, restvr_tail): New functions.
4630 (MIN_SAVE_FPR, MAX_SAVE_FPR): Don't define.
4631 (ppc64_elf_func_desc_adjust): Use sfpr_define in place of existing
4632 code. Define all ABI mandated _save and _rest functions.
4633
4634 2004-08-26 Paul Brook <paul@codesourcery.com>
4635
4636 * elf32-arm.h (INTERWORK_FLAG): Return true for EABIv3 objects.
4637
4638 2004-08-26 Alan Modra <amodra@bigpond.net.au>
4639
4640 * elf32-m32r.c (m32r_elf_relocate_section): Don't compare with
4641 TRUE or FALSE.
4642
4643 2004-08-26 Alan Modra <amodra@bigpond.net.au>
4644
4645 * elf32-i386.c (elf_i386_relocate_section): Tweak last change so
4646 that pcrel correction is applied for R_386_PC32.
4647
4648 2004-08-25 Alan Modra <amodra@bigpond.net.au>
4649
4650 * elf32-i386.c (elf_i386_relocate_section): Zero section contents
4651 for R_386_32 and R_386_PC32 relocs against symbols defined in
4652 discarded sections.
4653
4654 2004-08-25 Dmitry Diky <diwil@spec.ru>
4655
4656 * reloc.c (BFD_RELOC_MSP430_2X_PCREL,BFD_RELOC_MSP430_RL_PCREL):
4657 Add new relocations.
4658 * bfd-in2.h: Regenerate.
4659 * libbfd.h: Regenerate.
4660 * elf32-msp430.c: Clean-up code.
4661 (elf_msp430_howto_table): Add new relocation entries.
4662 (bfd_elf32_bfd_reloc_type_lookup): New relocation handlers.
4663 (msp430_elf_relax_section): New function.
4664 (msp430_elf_relax_delete_bytes): New function.
4665 (msp430_elf_symbol_address_p): New function.
4666
4667 2004-08-24 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
4668
4669 * elf32-m32r.c (m32r_elf_relocate_section): Handle
4670 R_M32R_SDA16_RELA in the same way as R_M32R_SDA16.
4671
4672 2004-08-20 Daniel Jacobowitz <dan@debian.org>
4673
4674 * elflink.c (_bfd_elf_section_already_linked): Handle
4675 SEC_LINK_DUPLICATES_SAME_CONTENTS.
4676
4677 2004-08-19 Mark Mitchell <mark@codesourcery.com>
4678
4679 * config.bfd (arm*-*-symbianelf*): New target.
4680 (arm*-*-eabi*): Likewise.
4681
4682 2004-08-19 Alan Modra <amodra@bigpond.net.au>
4683
4684 * elf64-ppc.c (ppc_get_stub_entry): Change third param to a
4685 "struct ppc_link_hash_entry *".
4686 (ppc64_elf_relocate_section): Ditto for type of h. Introduce h_elf
4687 to satisfy RELOC_FOR_GLOBAL_SYMBOL.
4688
4689 2004-08-19 Jakub Jelinek <jakub@redhat.com>
4690
4691 * elf64-ppc.c (ppc64_elf_edit_opd): Support 16 byte long .opd
4692 entries (where fd_aux overlaps next entry's fd_func).
4693 Add non_overlapping argument, use it.
4694 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, adjust_opd_syms,
4695 ppc64_elf_size_stubs, ppc64_elf_relocate_section,
4696 ppc64_elf_output_symbol_hook): Use address / 8 instead of address / 24
4697 as indexes into opd_sym_map/opd_adjust array.
4698 * elf64-ppc.h (ppc64_elf_edit_opd): Adjust prototype.
4699
4700 2004-08-18 Alan Modra <amodra@bigpond.net.au>
4701
4702 * elf64-ppc.c (func_desc_adjust): Give undefined dot-symbols a value
4703 if we can look up their function descriptor in a regular file.
4704
4705 2004-08-18 Nick Clifton <nickc@redhat.com>
4706
4707 PR 324
4708 * cofflink.c (coff_link_add_symbols): Check that the comdat
4709 pointer in the coff_section_data structure has been initialised
4710 before using it.
4711
4712 2004-08-18 Alan Modra <amodra@bigpond.net.au>
4713
4714 PR 338
4715 * elflink.c (bfd_elf_record_link_assignment): Add comment about
4716 changing bfd_link_hash_undefined to bfd_link_hash_new.
4717
4718 2004-08-17 Jakub Jelinek <jakub@redhat.com>
4719
4720 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Only define
4721 if not yet defined.
4722 * elf64-ppc.c (bfd_elf64_get_synthetic_symtab): Define.
4723 (synthetic_opd, synthetic_relocatable): New variables.
4724 (compare_symbols, compare_relocs): New helper routines.
4725 (ppc64_elf_get_synthetic_symtab): New function.
4726 * bfd.c (bfd_get_synthetic_symtab): Rename dynsyms argument
4727 to relsyms.
4728 * bfd-in2.h: Regenerated.
4729 * elf.c (_bfd_elf_get_synthetic_symtab): Rename dynsyms argument
4730 to relsyms. Return 0 if abfd is relocatable.
4731
4732 2004-08-17 Alan Modra <amodra@bigpond.net.au>
4733
4734 * elflink.h (elf_gc_sweep): Keep non-alloc, non-load sections.
4735
4736 2004-08-17 Nick Clifton <nickc@redhat.com>
4737
4738 * (is_arm_mapping_symbol_name): New function - return true
4739 when a symbol name matches the requirements for an ARM mapping
4740 symbol name.
4741 (arm_elf_find_function): New function based on
4742 elf_find_function in elf.c but skipping ARM mapping symbols
4743 and including thumb function symbols.
4744 (elf32_arm_find_nearest_line): Use arm_elf_find_function.
4745 (elf32_arm_output_symbol_hook): Use is_arm_mapping_symbol_name.
4746
4747 2004-08-17 Alan Modra <amodra@bigpond.net.au>
4748
4749 * elf64-ppc.c (ppc64_elf_branch_reloc): New function.
4750 (ppc64_elf_howto_raw): Use ppc64_elf_branch_reloc.
4751 (ppc64_elf_brtaken_reloc): Here too.
4752
4753 2004-08-17 Alan Modra <amodra@bigpond.net.au>
4754
4755 * elf64-ppc.c (add_symbol_adjust): Correct mismatched function
4756 symbol visibility.
4757 (ppc64_elf_check_directives): Check that we have the right hash
4758 table before proceeding.
4759
4760 2004-08-17 Alan Modra <amodra@bigpond.net.au>
4761
4762 * elf64-ppc.c (struct ppc64_elf_obj_tdata): Add "deleted_section".
4763 (adjust_opd_syms): Attach opd syms for deleted entries to one of
4764 the sections that will be discarded.
4765
4766 2004-08-16 Alan Modra <amodra@bigpond.net.au>
4767
4768 * elflink.c (elf_section_complain_discarded): Ignore .fixup.
4769
4770 2004-08-16 Alan Modra <amodra@bigpond.net.au>
4771
4772 * bfd.c (_bfd_default_error_handler): Account for doubled '%' in
4773 free space available.
4774
4775 2004-08-16 Alan Modra <amodra@bigpond.net.au>
4776
4777 * pdp11.c (struct pdp11_aout_reloc_external): Delete. Replace
4778 occurrences with bfd_byte * thoughout file.
4779
4780 * coff-rs6000.c (do_shared_object_padding): Warning fix.
4781 (xcoff_write_armap_big): Likewise.
4782 (xcoff_write_archive_contents_old): Likewise.
4783 (xcoff_write_archive_contents_big): Likewise.
4784
4785 * elf64-mmix.c (mmix_elf_get_section_contents): Delete declaration.
4786
4787 2004-08-13 Nick Clifton <nickc@redhat.com>
4788
4789 * elf32-arm.h: Convert to ISO C90.
4790
4791 2004-08-13 Alan Modra <amodra@bigpond.net.au>
4792
4793 PR 293
4794 * elf32-hppa.c (elf32_hppa_hide_symbol): Use init_refcount to
4795 zero the plt field.
4796
4797 2004-08-13 Alan Modra <amodra@bigpond.net.au>
4798
4799 * bfd.c (_bfd_default_error_handler): Handle %A and %B.
4800 (bfd_archive_filename, bfd_get_section_ident): Delete.
4801 * ecofflink.c (bfd_ecoff_debug_accumulate_other): Don't call
4802 bfd_archive_filename.
4803 * elflink.c (elf_link_input_bfd): Don't use callbacks->error_handler
4804 to warn about symbols in discarded sections. Use _bfd_error_handler.
4805 * aout-adobe.c (aout_adobe_callback): See below.
4806 * aout-cris.c (swap_ext_reloc_in): ..
4807 * coff-arm.c (find_thumb_glue, find_arm_glue,
4808 coff_arm_relocate_section, bfd_arm_process_before_allocation,
4809 coff_arm_merge_private_bfd_data, _bfd_coff_arm_set_private_flags,
4810 coff_arm_copy_private_bfd_data): ..
4811 * coff-i860.c (i860_reloc_processing): ..
4812 * coff-mcore.c (mcore_coff_unsupported_reloc,
4813 coff_mcore_relocate_section): ..
4814 * coff-ppc.c (coff_ppc_relocate_section): ..
4815 * coff-rs6000.c (xcoff_create_csect_from_smclas
4816 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
4817 sh_swap_insns, sh_relocate_section): ..
4818 * coff-tic54x.c (tic54x_reloc_processing): ..
4819 * coff-tic80.c (coff_tic80_relocate_section): ..
4820 * coff64-rs6000.c (xcoff64_create_csect_from_smclas): ..
4821 * coffcode.h (styp_to_sec_flags, coff_slurp_line_table,
4822 coff_slurp_symbol_table, coff_classify_symbol,
4823 coff_slurp_reloc_table): ..
4824 * coffgen.c (_bfd_coff_read_string_table): ..
4825 * cofflink.c (coff_link_add_symbols, _bfd_coff_link_input_bfd,
4826 _bfd_coff_generic_relocate_section): ..
4827 * cpu-arm.c (bfd_arm_merge_machines): ..
4828 * cpu-sh.c (sh_merge_bfd_arch): ..
4829 * elf-hppa.h (elf_hppa_relocate_section): ..
4830 * elf.c (bfd_elf_string_from_elf_section, setup_group,
4831 _bfd_elf_setup_group_pointers, bfd_section_from_shdr,
4832 assign_section_numbers, _bfd_elf_symbol_from_bfd_symbol,
4833 copy_private_bfd_data, _bfd_elf_validate_reloc): ..
4834 * elf32-arm.h (find_thumb_glue, find_arm_glue,
4835 bfd_elf32_arm_process_before_allocation, elf32_thumb_to_arm_stub,
4836 elf32_arm_to_thumb_stub, elf32_arm_final_link_relocate,
4837 elf32_arm_relocate_section, elf32_arm_set_private_flags,
4838 elf32_arm_copy_private_bfd_data, elf32_arm_merge_private_bfd_data): ..
4839 * elf32-cris.c (cris_elf_relocate_section, cris_elf_check_relocs,
4840 cris_elf_merge_private_bfd_data
4841 * elf32-frv.c (elf32_frv_relocate_section, elf32_frv_check_relocs): ..
4842 * elf32-gen.c (elf32_generic_link_add_symbols): ..
4843 * elf32-hppa.c (hppa_add_stub, hppa_build_one_stub,
4844 elf32_hppa_check_relocs, get_local_syms, final_link_relocate,
4845 elf32_hppa_relocate_section): ..
4846 * elf32-i370.c (i370_elf_merge_private_bfd_data,
4847 i370_elf_check_relocs, i370_elf_relocate_section): ..
4848 * elf32-i386.c (elf_i386_info_to_howto_rel, elf_i386_check_relocs,
4849 elf_i386_relocate_section): ..
4850 * elf32-m32r.c (m32r_elf_relocate_section,
4851 m32r_elf_merge_private_bfd_data): ..
4852 * elf32-m68hc1x.c (m68hc12_add_stub,
4853 _bfd_m68hc11_elf_merge_private_bfd_data): ..
4854 * elf32-m68k.c (elf_m68k_relocate_section): ..
4855 * elf32-mcore.c (mcore_elf_unsupported_reloc,
4856 mcore_elf_relocate_section): ..
4857 * elf32-ppc.c (ppc_elf_merge_private_bfd_data, bad_shared_reloc,
4858 ppc_elf_check_relocs, ppc_elf_relocate_section,
4859 ppc_elf_begin_write_processing): ..
4860 * elf32-s390.c (elf_s390_check_relocs, invalid_tls_insn,
4861 elf_s390_relocate_section): ..
4862 * elf32-sh-symbian.c (sh_symbian_import_as,
4863 sh_symbian_process_embedded_commands,
4864 sh_symbian_relocate_section): ..
4865 * elf32-sh.c (sh_elf_relax_section, sh_elf_relax_delete_bytes,
4866 sh_elf_swap_insns, sh_elf_relocate_section, sh_elf_check_relocs,
4867 sh_elf_merge_private_data): ..
4868 * elf32-sparc.c (elf32_sparc_check_relocs,
4869 elf32_sparc_relocate_section,
4870 elf32_sparc_merge_private_bfd_data): ..
4871 * elf32-v850.c (v850_elf_check_relocs,
4872 v850_elf_merge_private_bfd_data): ..
4873 * elf32-xtensa.c (elf_xtensa_check_relocs,
4874 elf_xtensa_relocate_section, elf_xtensa_merge_private_bfd_data): ..
4875 * elf64-alpha.c (elf64_alpha_relax_with_lituse,
4876 elf64_alpha_relax_got_load, elf64_alpha_size_got_sections,
4877 elf64_alpha_relocate_section_r, elf64_alpha_relocate_section): ..
4878 * elf64-gen.c (elf64_generic_link_add_symbols): ..
4879 * elf64-ppc.c (ppc64_elf_merge_private_bfd_data, ppc_add_stub,
4880 ppc64_elf_check_relocs, ppc64_elf_edit_opd,
4881 ppc64_elf_relocate_section): ..
4882 * elf64-s390.c (elf_s390_check_relocs, invalid_tls_insn,
4883 elf_s390_relocate_section): ..
4884 * elf64-sh64.c (sh_elf64_relocate_section): ..
4885 * elf64-sparc.c (sparc64_elf_check_relocs,
4886 sparc64_elf_add_symbol_hook, sparc64_elf_relocate_section,
4887 sparc64_elf_merge_private_bfd_data): ..
4888 * elf64-x86-64.c (elf64_x86_64_check_relocs,
4889 elf64_x86_64_relocate_section): ..
4890 * elflink.c (_bfd_elf_add_default_symbol,
4891 _bfd_elf_link_assign_sym_version, elf_link_read_relocs_from_section,
4892 _bfd_elf_link_output_relocs, elf_link_add_object_symbols,
4893 bfd_elf_size_dynamic_sections, elf_link_output_extsym,
4894 elf_get_linked_section_vma, elf_fixup_link_order,
4895 bfd_elf_final_link, bfd_elf_gc_record_vtinherit,
4896 bfd_elf_gc_record_vtinherit, _bfd_elf_section_already_linked): ..
4897 * elfxx-ia64.c (elfNN_ia64_relax_section,
4898 elfNN_ia64_relocate_section, elfNN_ia64_merge_private_bfd_data): ..
4899 * elfxx-mips.c (mips_elf_perform_relocation,
4900 _bfd_mips_elf_check_relocs,
4901 _bfd_mips_elf_merge_private_bfd_data): ..
4902 * ieee.c (ieee_slurp_external_symbols): ..
4903 * ihex.c (ihex_bad_byte, ihex_scan, ihex_read_section): ..
4904 * libbfd.c (_bfd_generic_verify_endian_match): ..
4905 * linker.c (_bfd_generic_link_add_one_symbol,
4906 _bfd_generic_section_already_linked): ..
4907 * pdp11.c (translate_to_native_sym_flags): ..
4908 * pe-mips.c (coff_pe_mips_relocate_section): ..
4909 * peicode.h (pe_ILF_build_a_bfd): ..
4910 * srec.c (srec_bad_byte): ..
4911 * stabs.c (_bfd_link_section_stabs): ..
4912 * xcofflink.c (xcoff_link_add_symbols, xcoff_link_input_bfd): ..
4913 Replace all uses of bfd_archive_filename and bfd_get_section_ident
4914 with corresponding %B and %A in _bfd_error_handler format string.
4915 Replace occurrences of "fprintf (stderr," with _bfd_error_handler
4916 calls to use %A and %B. Fix "against symbol .. from section" and
4917 similar error messages. Combine multiple _bfd_error_handler calls
4918 where they were separated due to bfd_archive_filename deficiencies.
4919 * bfd-in2.h: Regenerate.
4920
4921 2004-08-12 H.J. Lu <hongjiu.lu@intel.com>
4922
4923 * elf32-i386.c (elf_i386_relocate_section): Report unrecognized
4924 relocation.
4925
4926 2004-08-10 Alan Modra <amodra@bigpond.net.au>
4927
4928 * elf64-ppc.c (struct ppc_link_hash_entry): Add was_undefined.
4929 (struct ppc_link_hash_table): Remove no_multi_toc, multi_toc_needed.
4930 Make emit_stub_syms, stub_error and has_14bit_branch bit-fields.
4931 Add twiddled_syms.
4932 (link_hash_newfunc): Init was_undefined.
4933 (add_symbol_adjust): Don't set undefined dot symbols to defweak;
4934 Use undefweak instead.
4935 (ppc64_elf_check_directives): Fix undefs chain.
4936 (ppc64_elf_next_toc_section): Remove no_multi_toc and multi_toc_needed
4937 references.
4938 (ppc64_elf_size_stubs): Adjust for add_symbol_adjust change.
4939 (undo_symbol_twiddle, ppc64_elf_restore_symbols): New functions.
4940 * elf64-ppc.h (ppc64_elf_restore_symbols): Declare.
4941
4942 2004-08-09 Jakub Jelinek <jakub@redhat.com>
4943
4944 * elf64-x86-64.c (elf64_x86_64_relocate_section): For -fno-pic
4945 error, test input_section flags rather than sec.
4946
4947 2004-08-09 Alan Modra <amodra@bigpond.net.au>
4948
4949 * elf-bfd.h (struct elf_backend_data): Add
4950 elf_backend_archive_symbol_lookup.
4951 (_bfd_elf_archive_symbol_lookup): Declare.
4952 * elflink.c (_bfd_elf_archive_symbol_lookup): New function..
4953 (elf_link_add_archive_symbols): ..extracted from here. Call the
4954 backend version.
4955 * elfxx-target.h (elf_backend_archive_symbol_lookup): Provide default.
4956 (elfNN_bed): Init new field.
4957 * elf64-ppc.c (elf_backend_check_directives): Define.
4958 (elf_backend_archive_symbol_lookup): Define.
4959 (struct ppc_link_hash_table): Add tls_get_add_fd. Make tls_get_add
4960 a ppc_link_hash_entry pointer.
4961 (get_fdh): Move.
4962 (ppc64_elf_archive_symbol_lookup, opd_entry_value): New functions.
4963 (add_symbol_adjust, ppc64_elf_check_directives): New functions.
4964 (ppc64_elf_check_relocs, ppc64_elf_gc_mark_hook, func_desc_adjust,
4965 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_tls_setup,
4966 ppc64_elf_tls_optimize, allocate_dynrelocs, ppc_type_of_stub,
4967 ppc_build_one_stub, ppc64_elf_size_stubs, ppc64_elf_relocate_section,
4968 ppc64_elf_finish_dynamic_symbol): Handle branch relocs to function
4969 descriptor symbols.
4970
4971 2004-08-09 Alan Modra <amodra@bigpond.net.au>
4972
4973 * elf64-ppc.c (struct ppc_link_hash_entry): Expand adjust_done comment.
4974 (ppc64_elf_add_symbol_hook): Test for NULL section.
4975 (get_sym_h): Formatting.
4976 (ppc64_elf_size_stubs): Include reloc addend in value stored as
4977 stub target_value.
4978
4979 * elf64-ppc.c (ppc64_elf_relocate_section): Combine handling of
4980 long branch stubs with code handling plt and r2off branch stubs.
4981
4982 2004-08-09 Alan Modra <amodra@bigpond.net.au>
4983
4984 * elf-bfd.h (_bfd_elf_gc_mark): Declare.
4985 * elflink.c (elf_link_input_bfd): Formatting.
4986 (_bfd_elf_gc_mark): Rename from elf_gc_mark and make global. Adjust
4987 all callers.
4988 * elf64-ppc.c (struct ppc_link_hash_entry): Remove is_entry.
4989 (link_hash_newfunc): Don't set it.
4990 (ppc64_elf_copy_indirect_symbol): Nor copy it.
4991 (ppc64_elf_mark_entry_syms): Delete.
4992 (ppc64_elf_gc_mark_hook): Mark entry syms here. Also mark opd
4993 sections. Use get_opd_info.
4994 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Delete.
4995
4996 2004-08-09 Alan Modra <amodra@bigpond.net.au>
4997
4998 * elf64-ppc.c (adjust_opd_syms): Fix merge error.
4999
5000 * elf64-ppc.c (struct ppc_link_hash_table): Remove have_undefweak.
5001 (func_desc_adjust): Don't set have_undefweak.
5002 (ppc64_elf_func_desc_adjust): Don't add an extr nop to sfpr.
5003 (ppc64_elf_relocate_section): NOP out calls to undefweak functions.
5004
5005 * elf64-ppc.c (struct ppc_link_hash_entry): Make "oh" a
5006 "struct ppc_link_hash_entry *". Adjust all references.
5007 (ppc64_elf_hide_symbol): Correct a comment.
5008
5009 * elf64-ppc.c (get_opd_info): New function.
5010 (adjust_opd_syms): Use get_opd_info. Define removed symbols as zero.
5011 (ppc64_elf_edit_opd): Use get_opd_info. Check that sym has a dot
5012 before calling get_fdh. Test fdh rather than h before dereferencing
5013 fdh. Mark removed symbols in opd_adjust.
5014 (ppc64_elf_tls_optimize): Don't bother with opd adjustment here.
5015 (ppc64_elf_relocate_section): Use get_opd_info, and handle removed
5016 opd symbols.
5017 (ppc64_elf_output_symbol_hook): Likewise.
5018
5019 2004-08-06 Paul Brook <paul@codesourcery.com>
5020
5021 * elfarm-nabi.c (elf32_arm_howto_table): Add new EABI relocations.
5022 (elf32_arm_reloc_map): Add BFD_RELOC_ARM_RELABS32,
5023 BFD_RELOC_ARM_ROSEGREL32 and BFD_RELOC_ARM_SBREL32.
5024 * reloc.c: Add BFD_RELOC_ARM_RELABS32, BFD_RELOC_ARM_ROSEGREL32
5025 and BFD_RELOC_ARM_SBREL32.
5026 * bfd-in2.h, bbfd.h: Regenerate.
5027
5028 2004-08-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5029
5030 * elfxx-mips.c (mips_elf_calculate_relocation): Test only for
5031 the dynamic link symbol actually in use.
5032
5033 2004-08-01 Stephane Carrez <stcarrez@nerim.fr>
5034
5035 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Handle bfd_link_hash_new
5036
5037 2004-07-31 Joel Brobecker <brobecker@gnat.com>
5038 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5039
5040 * elfxx-mips.c (_bfd_mips_elf_symbol_processing): Handle
5041 SHN_MIPS_TEXT and SHN_MIPS_DATA.
5042
5043 2004-07-30 H.J. Lu <hongjiu.lu@intel.com>
5044 Nick Clifton <nickc@redhat.com>
5045
5046 PR 290
5047 * bfd.c (_bfd_default_error_handler): Make it global.
5048
5049 * elf-bfd.h (elf_backend_data): Add link_order_error_handler.
5050
5051 * elf.c (assign_section_numbers): Cope gracefully with sections
5052 which have SHF_LINK_ORDER set but no sh_link set up.
5053 * elflink.c (elf_get_linked_section_vma): Likewise.
5054
5055 * elfxx-ia64.c (elf_backend_link_order_error_handler): New. Set
5056 it to NULL.
5057
5058 * elfxx-target.h (elf_backend_link_order_error_handler): New.
5059 Set it to _bfd_default_error_handler.
5060 (elfNN_bed): Add elf_backend_link_order_error_handler.
5061
5062 * libbfd-in.h (_bfd_default_error_handler): New.
5063
5064 * libbfd.h: Regenerated.
5065
5066 2004-07-30 Jakub Jelinek <jakub@redhat.com>
5067
5068 * archures.c (bfd_mach_sparc_64bit_p): Define.
5069 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data): Use it.
5070 * bfd-in2.h: Rebuilt.
5071
5072 2004-07-29 Alexandre Oliva <aoliva@redhat.com>
5073
5074 Introduce SH2a support.
5075 2004-02-18 Corinna Vinschen <vinschen@redhat.com>
5076 * archures.c (bfd_mach_sh2a_nofpu): New.
5077 * bfd-in2.h: Rebuilt.
5078 * cpu-sh.c (SH2A_NOFPU_NEXT): New.
5079 (arch_info_struct): Add sh2a_nofpu.
5080 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a_nofpu.
5081 2003-12-29 DJ Delorie <dj@redhat.com>
5082 * reloc.c: Add relocs for sh2a.
5083 * bfd-in2.h: Regenerate.
5084 * libbfd.hh: Regenerate.
5085 2003-12-01 Michael Snyder <msnyder@redhat.com>
5086 * archures.c (bfd_mach_sh2a): New.
5087 * bfd-in2.h: Rebuilt.
5088 * cpu-sh.c (SH_NEXT, SH2_NEXT, etc.): Change defines to enums.
5089 (SH2A_NEXT): New.
5090 (arch_info_struct): Add sh2a.
5091 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle sh2a.
5092
5093 2004-07-28 Nick Clifton <nickc@redhat.com>
5094 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5095
5096 PR 273
5097 * som.c (setup_sections): Improve estimation of space sizes in
5098 relocatable objects.
5099
5100 2004-07-27 Jason Thorpe <thorpej@wasabisystems.com>
5101 * config.bfd (hppa*-*-netbsd*): Set targ_defvec to
5102 bfd_elf32_hppa_nbsd_vec. Add bfd_elf32_hppa_linux_vec
5103 to targ_selvecs.
5104 * configure.in (bfd_elf32_hppa_nbsd_vec): Add case.
5105 * configure: Regenerate.
5106 * elf32-hppa.c (elf32_hppa_object_p): Add "elf32-hppa-netbsd"
5107 case that accepts OSABI=NetBSD and OSABI=SysV.
5108 (elf32_hppa_set_gp): For "elf32-hppa-netbsd", set the GP to
5109 the base of .got or .data (if .got does not exist).
5110 (elf32_hppa_post_process_headers): For elf32-hppa-netbsd,
5111 set OSABI=NetBSD.
5112 (TARGET_BIG_SYM): Add bfd_elf32_hppa_nbsd_vec case.
5113 (TARGET_BIG_NAME): Add "elf32-hppa-netbsd" case.
5114 * targets.c (bfd_elf32_hppa_nbsd_vec): Add extern declaration.
5115 (_bfd_target_vector): Add bfd_elf32_hppa_nbsd_vec.
5116
5117 2004-07-27 H.J. Lu <hongjiu.lu@intel.com>
5118
5119 PR 161/251
5120 * elf-bfd.h (bfd_elf_section_data): Add sec_group.
5121 (elf_sec_group): Defined.
5122 (bfd_elf_match_symbols_in_sections): New prototype.
5123 (_bfd_elf_setup_group_pointers): Likewise.
5124
5125 * elf.c (bfd_elf_discard_group): Abort.
5126 (bfd_elf_set_group_contents): Also include relocation sections.
5127 Remove zero-fill for ld -r.
5128 (_bfd_elf_setup_group_pointers): New function.
5129 (elf_sort_elf_symbol): Likewise.
5130 (elf_sym_name_compare): Likewise.
5131 (bfd_elf_match_symbols_in_sections): Likewise.
5132
5133 * elfcode.h (elf_object_p): Call _bfd_elf_setup_group_pointers.
5134
5135 * elflink.c (match_group_member): New.
5136 (elf_link_input_bfd): Check group member for discarded section.
5137 (try_match_symbols_in_sections): New function.
5138 (already_linked): Likewise.
5139 (_bfd_elf_section_already_linked): Support mixing comdat group
5140 and linkonce section.
5141
5142 * libbfd-in.h (bfd_section_already_linked_table_traverse): New.
5143 * linker.c (bfd_section_already_linked_table_traverse): New.
5144
5145 * libbfd.h: Regenerated.
5146
5147 2004-07-27 Tomer Levi <Tomer.Levi@nsc.com>
5148
5149 * reloc.c: Add BFD_RELOC_CRX_SWITCH8, BFD_RELOC_CRX_SWITCH16,
5150 BFD_RELOC_CRX_SWITCH32.
5151 * bfd-in2.h: Regenerate.
5152 * libbfd.h: Regenerate.
5153 * elf32-crx.c: Support relocation/relaxation of
5154 BFD_RELOC_CRX_SWITCH* types.
5155
5156 2004-07-27 Alan Modra <amodra@bigpond.net.au>
5157
5158 * elf64-ppc.c: Correct "Linker stubs" comment.
5159
5160 2004-07-26 H.J. Lu <hongjiu.lu@intel.com>
5161
5162 * elf-bfd.h (bfd_elf_section_data): Add a pointer for the
5163 linked-to section.
5164 (elf_linked_to_section): New.
5165
5166 * elf.c (assign_section_numbers): Set up sh_link for
5167 SHF_LINK_ORDER.
5168
5169 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set sh_info
5170 to sh_link for SHT_IA_64_UNWIND sections.
5171
5172 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
5173
5174 * elflink.c (elf_fixup_link_order): Add _() to error message.
5175
5176 2004-07-22 H.J. Lu <hongjiu.lu@intel.com>
5177
5178 * elflink.c (elf_fixup_link_order): Issue a warning and flag
5179 an error if failed.
5180
5181 2004-07-21 H.J. Lu <hongjiu.lu@intel.com>
5182
5183 * aout-adobe.c (aout_32_section_already_linked): Defined.
5184 * aout-target.h (MY_section_already_linked): Likewise.
5185 * aout-tic30.c (MY_section_already_linked): Likewise.
5186 * binary.c (binary_section_already_linked): Likewise.
5187 * bout.c (b_out_section_already_linked): Likewise.
5188 * coff-alpha.c (_bfd_ecoff_section_already_linked): Likewise.
5189 * coff-mips.c (_bfd_ecoff_section_already_linked): Likewise.
5190 * coffcode.h (coff_section_already_linked): Likewise.
5191 * i386msdos.c (msdos_section_already_linked): Likewise.
5192 * i386os9k.c (os9k_section_already_linked): Likewise.
5193 * ieee.c (ieee_section_already_linked): Likewise.
5194 * ihex.c (ihex_section_already_linked): Likewise.
5195 * mach-o.c (bfd_mach_o_section_already_linked): Likewise.
5196 * mmo.c (mmo_section_already_linked): Likewise.
5197 * nlm-target.h (nlm_section_already_linked): Likewise.
5198 * oasys.c (oasys_section_already_linked): Likewise.
5199 * pef.c (bfd_pef_section_already_linked): Likewise.
5200 * ppcboot.c (ppcboot_section_already_linked): Likewise.
5201 * som.c (som_bfd_discard_group): Likewise.
5202 * srec.c (srec_section_already_linked): Likewise.
5203 * tekhex.c (tekhex_section_already_linked): Likewise.
5204 * versados.c (versados_section_already_linked): Likewise.
5205 * vms.c (vms_section_already_linked): Likewise.
5206 * coff-target.h (_bfd_xcoff_section_already_linked): Likewise.
5207 * xsym.c (bfd_sym_section_already_linked): Likewise.
5208
5209 * bfd-in.h (bfd_section_already_linked_table_init): New.
5210 (bfd_section_already_linked_table_free): Likewise.
5211
5212 * coff-rs6000.c (rs6000coff_vec): Add
5213 _bfd_generic_section_already_linked.
5214 (pmac_xcoff_vec): Likewise.
5215 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5216 (aix5coff64_vec): Likewise.
5217
5218 * elf-bfd.h (_bfd_elf_section_already_linked): New prototype.
5219 * elflink.c (_bfd_elf_section_already_linked): New function.
5220
5221 * elfxx-target.h (bfd_elfNN_section_already_linked): Defined.
5222
5223 * libbfd-in.h (_bfd_nolink_section_already_linked): Defined.
5224 (_bfd_generic_section_already_linked): New.
5225 (bfd_section_already_linked_hash_entry): Likewise.
5226 (bfd_section_already_linked): Likewise.
5227 (bfd_section_already_linked_table_lookup): Likewise.
5228 (bfd_section_already_linked_table_insert): Likewise.
5229
5230 * linker.c (bfd_section_already_linked): New.
5231 (_bfd_section_already_linked_table): Likewise.
5232 (bfd_section_already_linked_table_lookup): Likewise.
5233 (bfd_section_already_linked_table_insert): Likewise.
5234 (already_linked_newfunc): Likewise.
5235 (bfd_section_already_linked_table_init): Likewise.
5236 (bfd_section_already_linked_table_free): Likewise.
5237 (_bfd_generic_section_already_linked): Likewise.
5238
5239 * section.c (bfd_section): Remove comdat.
5240 (bfd_comdat_info): Moved to ...
5241 * bfd-in.h (coff_comdat_info): Here.
5242 (bfd_coff_get_comdat_section): New.
5243 * coffgen.c (bfd_coff_get_comdat_section): Likewise.
5244 * libcoff-in.h (coff_section_tdata): Add comdat.
5245 * coffcode.h (handle_COMDAT): Updated.
5246 * cofflink.c (coff_link_add_symbols): Likewise.
5247 * ecoff.c (bfd_debug_section): Likewise.
5248
5249 * targets.c (bfd_target): Add _section_already_linked.
5250 (BFD_JUMP_TABLE_LINK): Updated.
5251
5252 * bfd-in2.h: Regenerated.
5253 * libbfd.h: Likewise.
5254 * libcoff.h: Likewise.
5255
5256 2003-07-21 Paul Brook <paul@codesourcery.com>
5257
5258 * elflink.c (elf_get_linked_section_vma, compare_link_order,
5259 elf_fixup_link_order): New functions.
5260 (bfd_elf_final_link): Call elf_fixup_link_order.
5261
5262 2004-07-21 Alexandre Oliva <aoliva@redhat.com>
5263
5264 * elf-bfd.h (ELF_COMMON_DEF_P): New.
5265 * elflink.c (_bfd_elf_symbol_refs_local_p): Use it to handle
5266 common definitions.
5267 * elf-m10300.c: Use SYMBOL_REFERENCES_LOCAL instead of
5268 _bfd_elf_symbol_refs_local_p.
5269 * elf32-frv.c (FRVFDPIC_SYM_LOCAL): Remove hack for common
5270 symbols.
5271
5272 2004-07-19 H.J. Lu <hongjiu.lu@intel.com>
5273
5274 * bfd-in.h (dynamic_lib_link_class): Add DYN_NO_ADD_NEEDED and
5275 DYN_NO_NEEDED.
5276 (bfd_elf_get_dyn_lib_class): New prototype.
5277 * elf.c (bfd_elf_get_dyn_lib_class): New function.
5278
5279 * elflink.c (elf_link_add_object_symbols): Check DYN_AS_NEEDED,
5280 DYN_DT_NEEDED and DYN_NO_NEEDED bits to see if a DT_NEEDED
5281 entry is needed. Issue an error if a DT_NEEDED entry is needed
5282 for a file marked DYN_NO_NEEDED.
5283 (elf_link_check_versioned_symbol): Check the DYN_DT_NEEDED bit
5284 for DT_NEEDED tags.
5285
5286 * bfd-in2.h: Regenerated.
5287
5288 2004-07-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
5289
5290 * elflink.c (elf_section_complain_discarded): Don't complain in
5291 .PARISC.unwind.
5292
5293 2004-07-10 James E Wilson <wilson@specifixinc.com>
5294
5295 * elfxx-ia64.c (elfNN_ia64_relax_ldxmov): Remove abfd parameter.
5296 (elfNN_ia64_install_value, elfNN_ia64_relax_brl): Likewise.
5297 (elfNN_ia64_relax_section, elfNN_ia64_relocate_section,
5298 elfNN_ia64_finish_dynamic_symbol, elfNN_ia64_finish_dynamic_sections):
5299 Fix callers.
5300 (elfNN_ia64_relax_brl): Change bfd_get_64 to bfd_getl64. Change
5301 bfd_put_64 to bfd_putl64.
5302 (elfNN_ia64_relax_ldxmov, elfNN_ia64_install_value): Likewise.
5303
5304 2004-07-09 H.J. Lu <hongjiu.lu@intel.com>
5305
5306 PR 240
5307 * elfxx-ia64.c (elfNN_ia64_relax_section): Only warn br in
5308 .init/.fini sections when trying to relax it.
5309
5310 2004-07-09 Jie Zhang <zhangjie@magima.com.cn>
5311
5312 * elf.c (assign_file_positions_for_segments): Make sure the
5313 .dynamic section is the first section in the PT_DYNAMIC segment.
5314
5315 2004-07-09 Nick Clifton <nickc@redhat.com>
5316
5317 * config.bfd: Change sh-sybmian-elf to sh-*-symbianelf.
5318 * elf32-sh-symbian.c: Rename the sh_find_elf_flags and
5319 sh_elf_get_flags_from_mach functions so that they do not conflict
5320 when this target is built with other sh-elf targets.
5321 * elf32-sh.c (sh_elf_get_flags_from_mach): Remove bogus
5322 suppression of this function.
5323 (sh_elf_find_flags): Likewise.
5324
5325 2004-07-07 Tomer Levi <Tomer.Levi@nsc.com>
5326
5327 * Makefile.am (ALL_MACHINES): Add cpu-crx.lo.
5328 (ALL_MACHINES_CFILES): Add cpu-crx.c.
5329 (BFD32_BACKENDS): Add elf32-crx.lo.
5330 (BFD32_BACKENDS_CFILES): Add elf32-crx.c.
5331 (cpu-crx.lo): New target.
5332 (elf32-crx.lo): New target.
5333 * Makefile.in: Regenerate.
5334 * archures.c (bfd_architecture): Add bfd_{arch,mach}_crx.
5335 (bfd_archures_list): Add bfd_crx_arch.
5336 * bfd-in2.h: Regenerate.
5337 * config.bfd: Handle crx-*-elf*, crx*.
5338 * configure.in: Handle bfd_elf32_crx_vec.
5339 * configure: Regenerate.
5340 * cpu-crx.c: New file.
5341 * elf32-crx.c: Likewise.
5342 * libbfd.h: Regenerate.
5343 * reloc.c: Add BFD_RELOC_CRX_REL4, BFD_RELOC_CRX_REL8,
5344 BFD_RELOC_CRX_REL8_CMP, BFD_RELOC_CRX_REL16, BFD_RELOC_CRX_REL24,
5345 BFD_RELOC_CRX_REL32, BFD_RELOC_CRX_REGREL12, BFD_RELOC_CRX_REGREL22,
5346 BFD_RELOC_CRX_REGREL28, BFD_RELOC_CRX_REGREL32, BFD_RELOC_CRX_ABS16,
5347 BFD_RELOC_CRX_ABS32, BFD_RELOC_CRX_NUM8, BFD_RELOC_CRX_NUM16,
5348 BFD_RELOC_CRX_NUM32, BFD_RELOC_CRX_IMM16 and BFD_RELOC_CRX_IMM32
5349 * targets.c (bfd_elf32_crx_vec): Declare.
5350 (bfd_target_vector): Add bfd_elf32_crx_vec.
5351
5352 2004-07-06 Nick Clifton <nickc@redhat.com>
5353
5354 * config.bfd: Add sh-symbian-elf target.
5355 * configure.in: Add bfd_elf32_shl_symbian_vec.
5356 * configure: Regenerate.
5357 * elf-bfd.h (struct elf_backend_data): Add new field
5358 'check_directives'.
5359 * elflink.c (elf_link_add_object_symbols): Invoke the
5360 check_directives function, if defined.
5361 * elfxx-target.h: Provide a default, NULL definition for
5362 check_directives.
5363 * targets.c: Add bfd_elf32_shl_symbian_vec.
5364 * elf32-sh.c (sh_elf_swap_insns): Protect against unnecessary
5365 definition.
5366 (elf32_shlin_grok_prstatus, elf32_shlib_grok_psinfo,
5367 * sh_elf_get_flags_from_mach, sh_elf_find_flags): Likewise.
5368 (TARGET_BIG_SYM, TARGET_LITTLE_SYM): Only define if they have
5369 not already been defined.
5370 * elf32-sh64.c: Use SH_TARGET_ALREADY_DEFINED.
5371 * sh-symbian.c: New file. Provide functions to support the
5372 * sh-symbian-elf target.
5373 * Makefile.am: Add elf32-sh-symbian.c
5374 * Makefile.in: Regenerate.
5375
5376 2004-07-05 Andrew Stubbs <andrew.stubbs@superh.com>
5377
5378 * elf32-sh.c: Include ../opcodes/sh-opc.h.
5379 * Makefile.am: Ran make dep-am.
5380 * Makefile.in: Ran make dep-in.
5381
5382 2004-07-03 Aaron W. LaFramboise <aaron98wiridge9@aaronwl.com>
5383
5384 * cofflink.c (_bfd_coff_generic_relocate_section): Resolve PE weak
5385 externals properly.
5386
5387 2004-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
5388
5389 * config.bfd: Add want64 to configuration target s390-*-linux*.
5390
5391 2004-07-01 H.J. Lu <hongjiu.lu@intel.com>
5392
5393 * bfd.c (bfd_get_section_ident): New.
5394
5395 * elflink.c (elf_link_read_relocs_from_section): Call
5396 bfd_get_section_ident to identify the section when reporting
5397 error.
5398 (_bfd_elf_link_output_relocs): Likewise.
5399 (elf_link_output_extsym): Likewise.
5400 (elf_link_input_bfd): Likewise.
5401 (bfd_elf_gc_record_vtinherit): Likewise.
5402
5403 * bfd-in2.h: Regenerated.
5404
5405 2004-07-01 Jie Zhang <zhangjie@magima.com.cn>
5406 Nick Clifton <nickc@redhat.com>
5407
5408 PR 204
5409 * elfxx-mips.c (_bfd_mips_elf_final_link): Pass the correct number
5410 of section symbols to mips_elf_sort_hash_table ().
5411
5412 2004-07-01 Alan Modra <amodra@bigpond.net.au>
5413
5414 * elflink.c (elf_section_ignore_discarded_relocs): Revert last
5415 change. Comment.
5416 (elf_section_complain_discarded): New function. Handle
5417 .gcc_except_table too.
5418 (elf_link_input_bfd): Rewrite handling of relocs against symbols
5419 in discarded sections.
5420 * elf-bfd.h (elf_discarded_section): Protect macro arg.
5421
5422 2004-06-30 James E Wilson <wilson@specifixinc.com>
5423
5424 * elfxx-ia64.c (elfNN_ia64_check_relocs): New local pltoff. Initialize
5425 to NULL. Call get_pltoff if NULL and NEED_PLTOFF is true.
5426
5427 2004-06-30 H.J. Lu <hongjiu.lu@intel.com>
5428
5429 PR 233
5430 * elflink.c (elf_link_input_bfd): Issue an error for non-debug
5431 local references to discarded sections and report their
5432 locations.
5433
5434 2004-06-30 Alan Modra <amodra@bigpond.net.au>
5435
5436 * elflink.c (elf_section_ignore_discarded_relocs): Don't test
5437 sec_info_type, test section name instead.
5438
5439 2004-06-29 H.J. Lu <hongjiu.lu@intel.com>
5440
5441 PR 240
5442 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't relax branch
5443 in .init/.fini sections.
5444
5445 2004-06-29 Bob Wilson <bob.wilson@acm.org>
5446
5447 * elf32-xtensa.c (elf_xtensa_relocate_section): Use
5448 bfd_get_section_limit.
5449
5450 2004-06-29 Bob Wilson <bob.wilson@acm.org>
5451
5452 * elf32-xtensa.c (elf_xtensa_combine_prop_entries): Don't change the
5453 output section size.
5454
5455 2004-06-29 Alan Modra <amodra@bigpond.net.au>
5456
5457 * elf64-mmix.c (mmix_set_relaxable_size): Save original size in
5458 rawsize.
5459 (mmix_elf_perform_relocation): Adjust for above change.
5460 (mmix_elf_relocate_section): Likewise.
5461 (mmix_elf_relax_section): Likewise. Use output_section->rawsize.
5462 (mmix_elf_get_section_contents): Delete.
5463 (bfd_elf64_get_section_contents): Delete.
5464 (mmix_elf_relocate_section): Zero stub area.
5465 * linker.c (default_indirect_link_order): Alloc max of section size
5466 and rawsize.
5467 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
5468 * section.c (bfd_malloc_and_get_section): Likewise.
5469 (struct bfd_section): Update rawsize comment.
5470 * bfd-in2.h: Regenerate.
5471
5472 * reloc16.c (bfd_coff_reloc16_relax_section): Set rawsize.
5473
5474 2004-06-29 Alan Modra <amodra@bigpond.net.au>
5475
5476 * bfd-in.h (bfd_get_section_limit): Define.
5477 * reloc.c (bfd_perform_relocation, bfd_install_relocation)
5478 (_bfd_final_link_relocate): Use bfd_get_section_limit.
5479 * aout-tic30.c (tic30_aout_final_link_relocate): Likewise.
5480 * coff-arm.c (coff_arm_relocate_section): Likewise.
5481 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): Likewise.
5482 * cpu-ns32k.c (do_ns32k_reloc): Likewise.
5483 (bfd_ns32k_final_link_relocate): Likewise.
5484 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): Likwise.
5485 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): Likewise.
5486 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc)
5487 (i860_howto_highadj_reloc, i860_howto_splitn_reloc): Likewise.
5488 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc)
5489 (m32r_elf_generic_reloc, m32r_elf_relocate_section): Likewise.
5490 * elf32-m68hc1x.c (m68hc11_elf_special_reloc): Likewise.
5491 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
5492 * elf32-or32.c (or32_elf_consth_reloc): Likewise.
5493 * elf32-ppc.c (ppc_elf_addr16_ha_reloc): Likewise.
5494 * elf32-s390.c (s390_elf_ldisp_reloc): Likewise.
5495 * elf32-sh.c (sh_elf_reloc_loop): Likewise.
5496 * elf32-sparc.c (sparc_elf_wdisp16_reloc): Likewise.
5497 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc): Likwise.
5498 * elf32-v850.c (v850_elf_reloc): Likewise.
5499 * elf32-xstormy16.c (xstormy16_elf_24_reloc): Likewise.
5500 * elf32-xtensa.c (bfd_elf_xtensa_reloc): Likewise.
5501 * elf64-alpha.c (elf64_alpha_reloc_gpdisp): Likewise.
5502 * elf64-mips.c (mips_elf64_gprel32_reloc)
5503 (mips16_gprel_reloc): Likewise.
5504 * elf64-mmix.c (mmix_elf_reloc): Likewise.
5505 * elf64-s390.c (s390_elf_ldisp_reloc): Likewise.
5506 * elf64-sparc.c (init_insn_reloc): Likewise.
5507 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc): Likewise.
5508 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp)
5509 (_bfd_mips_elf_hi16_reloc, _bfd_mips_elf_lo16_reloc)
5510 (_bfd_mips_elf_generic_reloc): Likewise.
5511 * bfd-in2.h: Regenerate.
5512
5513 2004-06-28 Alan Modra <amodra@bigpond.net.au>
5514
5515 * bfd-in.h (struct stab_info): Move from stabs.c.
5516 * stabs.c (struct stab_link_includes_table): Delete.
5517 (stab_link_includes_lookup): Delete.
5518 (_bfd_write_section_stabs, _bfd_write_stab_strings): Remove one
5519 level of indirection from sinfo parm.
5520 (_bfd_link_section_stabs): Likewise. Set SEC_LINKER_CREATED on
5521 stabstr section. Adjust hash table accesses.
5522 * coff-ppc.c (ppc_bfd_coff_final_link): Do include rawsize in contents
5523 alloc. Adjust stab_info test.
5524 * cofflink.c (_bfd_coff_link_hash_table_init): Clear stab_info.
5525 (_bfd_coff_final_link): Adjust stab_info test.
5526 (_bfd_coff_link_input_bfd): Ignore SEC_LINKER_CREATED sections.
5527 * elf-bfd.h (struct elf_link_hash_table): Include struct stab_info
5528 in place.
5529 * libcoff-in.h (struct coff_link_hash_table): Likewise.
5530 * elf.c (_bfd_elf_link_hash_table_init): Clear stab_info.
5531 * elflink.c (bfd_elf_final_link): Don't attempt to link linker created
5532 stabstr section. Adjust stab_info test.
5533 * libbfd-in.h (_bfd_link_section_stabs, _bfd_write_section_stabs)
5534 (_bfd_write_stab_strings): Adjust prototypes.
5535 * libbfd.h: Regenerate.
5536 * libcoff.h: Regenerate.
5537 * bfd-in2.h: Regenerate.
5538
5539 2004-06-27 Mark Kettenis <kettenis@gnu.org>
5540
5541 From Miod Vallat <miod@online.fr>:
5542 * aoutx.h (NAME(aout,machine_type)): Handle bfd_arch_m88k.
5543
5544 2004-06-26 Alexandre Oliva <aoliva@redhat.com>
5545
5546 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): Delete.
5547 (struct elf32_mn10300_link_hash_entry): Remove
5548 pcrel_relocs_copied.
5549 (mn10300_elf_check_relocs): Only reserve dynamic relocations for
5550 R_MN10300_32. Don't adjust pcrel_relocs_copied.
5551 (mn10300_elf_final_link_relocate): Fail for direct, pc-relative
5552 and gotoff relocations if the symbol doesn't bind locally. Use
5553 _bfd_elf_symbol_refs_local_p to test. Don't create dynamic
5554 relocation for PCREL32.
5555 (mn10300_elf_relocate_section): Use _bfd_elf_symbol_refs_local_p
5556 to test whether a symbol binds locally.
5557 (elf32_mn10300_link_hash_newfunc): Don't initialize
5558 pcrel_relocs_copied.
5559 (_bfd_mn10300_elf_discard_copies): Delete.
5560 (_bfd_mn10300_elf_size_dynamic_sections): Don't call it.
5561
5562 2004-06-26 Mark Kettenis <kettenis@gnu.org>
5563
5564 * config.bfd: Replace m88k-*-openbsd* with m88*-*-openbsd*.
5565
5566 2004-06-25 Joel Brobecker <brobecker@gnat.com>
5567
5568 * som.c (som_set_reloc_info): Correct small typo.
5569
5570 2004-06-25 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
5571
5572 * elf32-m32r.c (m32r_elf_howto_table): Support R_M32R_GOTOFF.
5573 (m32r_elf_relocate_section): Changed for R_M32R_GOTOFF.
5574 (m32r_elf_gcsweep_hook): Likewise.
5575 (m32r_elf_check_relocs): Likewise.
5576 (m32r_elf_howto_table): Added R_M32R_GOTOFF_HI_ULO,
5577 R_M32R_GOTOFF_HI_SLO and R_M32R_GOTOFF_LO.
5578 * reloc.c: Added BFD_RELOC_M32R_GOTOFF_HI_ULO,
5579 BFD_RELOC_M32R_GOTOFF_HI_SLO and BFD_RELOC_M32R_GOTOFF_LO.
5580 * bfd-in2.h: Regenerated.
5581 * libbfd.h: Regenerated.
5582
5583 2004-06-24 H.J. Lu <hongjiu.lu@intel.com>
5584
5585 * elf64-x86-64.c (elf64_x86_64_check_relocs): Warn overflow
5586 relocation symbol.
5587 (elf64_x86_64_relocate_section): Issue an error for
5588 R_X86_64_PC8, R_X86_64_PC16 and R_X86_64_PC32 relocations
5589 against global symbols when building shared library.
5590
5591 2004-06-24 Alan Modra <amodra@bigpond.net.au>
5592
5593 * section.c (struct sec): Rename "_cooked_size" to "size".
5594 Rename "_raw_size" to "rawsize".
5595 (STD_SECTION): Adjust comments.
5596 (bfd_set_section_size, bfd_get_section_contents): Use size.
5597 (bfd_malloc_and_get_section): New function.
5598 * bfd-in.h (bfd_section_size, bfd_get_section_size): Use size.
5599 * coff-sh.c (sh_relax_section): Alloc coff_section_data struct early.
5600 Correctly free reloc and contents memory.
5601 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Delete FIXME
5602 and fake CIE now that we can shink section size to zero.
5603 (_bfd_elf_write_section_eh_frame): Likewise..
5604 * elf32-ppc.c (ppc_elf_relax_section): Delay reading section contents.
5605 * elf-m10300.c (mn10300_elf_final_link_relocate): Don't use
5606 _bfd_stab_section_offset. Use _bfd_elf_section_offset.
5607 * stabs.c (_bfd_stab_section_offset_): Remove unused args and
5608 unneeded indirection.
5609 * elf.c (_bfd_elf_section_offset): .. and update call.
5610 * libbfd-in.h (_bfd_stab_section_offset): Update prototype.
5611 * libbfd.h: Regenerate.
5612 * bfd-in2.h: Regenerate.
5613
5614 Replace occurrences of "_raw_size" and "_cooked_size" in most places
5615 with "size". Set new "rawsize" for stabs, eh_frame, and SEC_MERGE
5616 sections. Use "rawsize", if non-zero, for bfd_get_section_contents
5617 calls if the section might be a stabs, eh_frame, or SEC_MERGE section.
5618 Similarly use "rawsize", if non-zero, in reloc functions to validate
5619 reloc addresses. Use new bfd_malloc_and_get_section in most places
5620 where bfd_get_section_contents was called. Expand all occurrences of
5621 bfd_section_size and bfd_get_section_size. Rename "raw_size" var in
5622 grok_prstatus and similar functions to "size".
5623 * aix386-core.c (aix386_core_file_p): ..
5624 * aix5ppc-core.c (xcoff64_core_p): ..
5625 * aout-adobe.c (aout_adobe_callback, aout_adobe_write_object_contents,
5626 aout_adobe_set_section_contents): ..
5627 * aout-target.h (callback): ..
5628 * aout-tic30.c (tic30_aout_callback, tic30_aout_final_link_relocate,
5629 MY_bfd_final_link): ..
5630 * aoutf1.h (sunos4_core_file_p): ..
5631 * aoutx.h (some_aout_object_p, adjust_o_magic, adjust_z_magic,
5632 adjust_n_magic, adjust_sizes_and_vmas, translate_from_native_sym_flags,
5633 final_link, aout_link_input_section): ..
5634 * binary.c (binary_object_p, binary_canonicalize_symtab,
5635 binary_set_section_contents): ..
5636 * bout.c (b_out_callback, b_out_write_object_contents,
5637 b_out_set_section_contents, b_out_bfd_relax_section,
5638 b_out_bfd_get_relocated_section_contents): ..
5639 * cisco-core.c (cisco_core_file_validate): ..
5640 * coff-alpha.c (alpha_ecoff_object_p,
5641 alpha_ecoff_get_relocated_section_conten, alpha_relocate_section): ..
5642 * coff-arm.c (coff_arm_relocate_section,
5643 bfd_arm_allocate_interworking_sections): ..
5644 * coff-h8300.c (h8300_reloc16_extra_cases,
5645 h8300_bfd_link_add_symbols): ..
5646 * coff-mips.c (mips_refhi_reloc, mips_gprel_reloc): ..
5647 * coff-ppc.c (coff_ppc_relocate_section, ppc_allocate_toc_section,
5648 ppc_bfd_coff_final_link): ..
5649 * coff-rs6000.c (xcoff_reloc_type_br, xcoff_ppc_relocate_section): ..
5650 * coff-sh.c (sh_relax_section, sh_relax_delete_bytes,
5651 sh_align_loads, sh_coff_get_relocated_section_contents): ..
5652 * coff64-rs6000.c (xcoff64_write_object_contents,
5653 xcoff64_reloc_type_br, xcoff64_ppc_relocate_section): ..
5654 * coffcode.h (coff_compute_section_file_positions,
5655 coff_write_object_contents): ..
5656 * coffgen.c (make_a_section_from_file, coff_write_symbols,
5657 coff_section_symbol, build_debug_section): ..
5658 * cofflink.c (coff_link_add_symbols, _bfd_coff_final_link,
5659 process_embedded_commands, _bfd_coff_link_input_bfd,
5660 _bfd_coff_write_global_sym): ..
5661 * cpu-arm.c (bfd_arm_update_notes, bfd_arm_get_mach_from_notes): ..
5662 * cpu-ns32k.c (do_ns32k_reloc, _bfd_ns32k_final_link_relocate): ..
5663 * dwarf1.c (parse_line_table, _bfd_dwarf1_find_nearest_line): ..
5664 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
5665 _bfd_dwarf2_find_nearest_line): ..
5666 * ecoff.c (bfd_debug_section, ecoff_set_symbol_info,
5667 ecoff_compute_section_file_positions,
5668 _bfd_ecoff_write_object_contents, ecoff_indirect_link_order): ..
5669 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame,
5670 _bfd_elf_discard_section_eh_frame_hdr,
5671 _bfd_elf_maybe_strip_eh_frame_hdr, _bfd_elf_eh_frame_section_offset,
5672 _bfd_elf_write_section_eh_frame,
5673 _bfd_elf_write_section_eh_frame_hdr): ..
5674 * elf-hppa.h (elf_hppa_sort_unwind): ..
5675 * elf-m10200.c (mn10200_elf_relax_section,
5676 mn10200_elf_relax_delete_bytes,
5677 mn10200_elf_get_relocated_section_contents): ..
5678 * elf-m10300.c (_bfd_mn10300_elf_create_got_section,
5679 mn10300_elf_check_relocs, mn10300_elf_relax_section,
5680 mn10300_elf_relax_delete_bytes,
5681 mn10300_elf_get_relocated_section_contents,
5682 _bfd_mn10300_elf_adjust_dynamic_symbol,
5683 _bfd_mn10300_elf_discard_copies,
5684 _bfd_mn10300_elf_size_dynamic_sections,
5685 _bfd_mn10300_elf_finish_dynamic_sections): ..
5686 * elf.c (_bfd_elf_print_private_bfd_data, bfd_elf_get_bfd_needed_list,
5687 _bfd_elf_make_section_from_phdr, elf_fake_sections,
5688 bfd_elf_set_group_contents, map_sections_to_segments,
5689 elf_sort_sections, assign_file_positions_for_segments,
5690 SECTION_SIZE, copy_private_bfd_data,
5691 _bfd_elf_get_dynamic_reloc_upper_bound,
5692 _bfd_elf_canonicalize_dynamic_reloc, elfcore_maybe_make_sect,
5693 _bfd_elfcore_make_pseudosection, elfcore_grok_prstatus,
5694 elfcore_grok_lwpstatus, elfcore_grok_win32pstatus,
5695 elfcore_grok_note, elfcore_grok_nto_status, elfcore_grok_nto_gregs,
5696 _bfd_elf_rel_local_sym, _bfd_elf_get_synthetic_symtab): ..
5697 * elf32-arm.h (bfd_elf32_arm_allocate_interworking_sect,
5698 bfd_elf32_arm_process_before_allocation,
5699 elf32_arm_adjust_dynamic_symbol, allocate_dynrelocs,
5700 elf32_arm_size_dynamic_sections, elf32_arm_finish_dynamic_sections,
5701 elf32_arm_write_section): ..
5702 * elf32-cris.c (cris_elf_grok_prstatus,
5703 elf_cris_finish_dynamic_sections, cris_elf_gc_sweep_hook,
5704 elf_cris_adjust_gotplt_to_got, elf_cris_adjust_dynamic_symbol,
5705 cris_elf_check_relocs, elf_cris_size_dynamic_sections,
5706 elf_cris_discard_excess_dso_dynamics,
5707 elf_cris_discard_excess_program_dynamics): ..
5708 * elf32-d30v.c (bfd_elf_d30v_reloc, bfd_elf_d30v_reloc_21): ..
5709 * elf32-dlx.c (_bfd_dlx_elf_hi16_reloc): ..
5710 * elf32-frv.c (_frvfdpic_add_dyn_reloc, _frvfdpic_add_rofixup,
5711 _frv_create_got_section, _frvfdpic_assign_plt_entries,
5712 elf32_frvfdpic_size_dynamic_sections,
5713 elf32_frvfdpic_modify_segment_map,
5714 elf32_frvfdpic_finish_dynamic_sections): ..
5715 * elf32-h8300.c (elf32_h8_relax_section, elf32_h8_relax_delete_bytes,
5716 elf32_h8_get_relocated_section_contents): ..
5717 * elf32-hppa.c (hppa_build_one_stub, hppa_size_one_stub,
5718 elf32_hppa_adjust_dynamic_symbol, allocate_plt_static,
5719 allocate_dynrelocs, elf32_hppa_size_dynamic_sections, group_sections,
5720 elf32_hppa_size_stubs, elf32_hppa_set_gp, elf32_hppa_build_stubs,
5721 elf32_hppa_finish_dynamic_sections): ..
5722 * elf32-i370.c (i370_elf_adjust_dynamic_symbol,
5723 i370_elf_size_dynamic_sections, i370_elf_check_relocs,
5724 i370_elf_finish_dynamic_sections): ..
5725 * elf32-i386.c (elf_i386_grok_prstatus, elf_i386_adjust_dynamic_symbol,
5726 allocate_dynrelocs, elf_i386_size_dynamic_sections,
5727 elf_i386_relocate_section, elf_i386_finish_dynamic_sections): ..
5728 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
5729 i860_howto_highadj_reloc, i860_howto_splitn_reloc): ..
5730 * elf32-ip2k.c (ip2k_is_switch_table_128,
5731 ip2k_relax_switch_table_128, ip2k_is_switch_table_256,
5732 ip2k_relax_switch_table_256, ip2k_elf_relax_section,
5733 adjust_all_relocations, ip2k_elf_relax_delete_bytes): ..
5734 * elf32-m32r.c (m32r_elf_do_10_pcrel_reloc, m32r_elf_hi16_reloc,
5735 m32r_elf_generic_reloc, m32r_elf_adjust_dynamic_symbol,
5736 allocate_dynrelocs, m32r_elf_size_dynamic_sections,
5737 m32r_elf_relocate_section, m32r_elf_finish_dynamic_sections,
5738 m32r_elf_relax_section, m32r_elf_relax_delete_bytes,
5739 m32r_elf_get_relocated_section_contents): ..
5740 * elf32-m68hc11.c (m68hc11_elf_build_one_stub,
5741 m68hc11_elf_size_one_stub, m68hc11_elf_relax_section,
5742 m68hc11_elf_relax_delete_bytes): ..
5743 * elf32-m68hc12.c (m68hc12_elf_build_one_stub,
5744 m68hc12_elf_size_one_stub): ..
5745 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs,
5746 elf32_m68hc11_build_stubs, m68hc11_elf_special_reloc): ..
5747 * elf32-m68k.c (elf_m68k_check_relocs, elf_m68k_gc_sweep_hook,
5748 elf_m68k_adjust_dynamic_symbol, elf_m68k_size_dynamic_sections,
5749 elf_m68k_discard_copies, elf_m68k_finish_dynamic_sections): ..
5750 * elf32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
5751 elf32_mips_grok_prstatus): ..
5752 * elf32-or32.c (or32_elf_consth_reloc): ..
5753 * elf32-ppc.c (ppc_elf_relax_section, ppc_elf_addr16_ha_reloc,
5754 elf_create_pointer_linker_section, ppc_elf_create_linker_section,
5755 ppc_elf_additional_program_headers, ppc_elf_adjust_dynamic_symbol,
5756 allocate_dynrelocs, ppc_elf_size_dynamic_sections,
5757 ppc_elf_finish_dynamic_sections, ppc_elf_grok_prstatus,
5758 ppc_elf_final_write_processing): ..
5759 * elf32-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
5760 allocate_dynrelocs, elf_s390_size_dynamic_sections,
5761 elf_s390_finish_dynamic_sections, elf_s390_grok_prstatus): ..
5762 * elf32-sh.c (sh_elf_reloc_loop, sh_elf_relax_section,
5763 sh_elf_relax_delete_bytes, sh_elf_align_loads,
5764 sh_elf_adjust_dynamic_symbol, allocate_dynrelocs,
5765 sh_elf_size_dynamic_sections, sh_elf_get_relocated_section_contents,
5766 sh_elf_finish_dynamic_sections, elf32_shlin_grok_prstatus): ..
5767 * elf32-sh64-com.c (sh64_address_in_cranges,
5768 sh64_get_contents_type): ..
5769 * elf32-sh64.c (sh64_find_section_for_address,
5770 sh64_elf_final_write_processing): ..
5771 * elf32-sparc.c (sparc_elf_wdisp16_reloc, sparc_elf_hix22_reloc,
5772 sparc_elf_lox10_reloc, elf32_sparc_adjust_dynamic_symbol,
5773 allocate_dynrelocs, elf32_sparc_size_dynamic_sections,
5774 elf32_sparc_relocate_section, elf32_sparc_finish_dynamic_sections): ..
5775 * elf32-v850.c (v850_elf_reloc, v850_elf_relax_section): ..
5776 * elf32-vax.c (elf_vax_check_relocs, elf_vax_adjust_dynamic_symbol,
5777 elf_vax_size_dynamic_sections, elf_vax_discard_copies,
5778 elf_vax_instantiate_got_entries, elf_vax_relocate_section,
5779 elf_vax_finish_dynamic_sections): ..
5780 * elf32-xstormy16.c (xstormy16_elf_24_reloc,
5781 xstormy16_elf_check_relocs, xstormy16_relax_plt_check,
5782 xstormy16_elf_relax_section, xstormy16_elf_always_size_sections,
5783 xstormy16_elf_finish_dynamic_sections): ..
5784 * elf32-xtensa.c (xtensa_read_table_entries,
5785 elf_xtensa_allocate_got_size, elf_xtensa_allocate_local_got_size,
5786 elf_xtensa_size_dynamic_sections, elf_xtensa_do_reloc,
5787 bfd_elf_xtensa_reloc, elf_xtensa_relocate_section,
5788 elf_xtensa_combine_prop_entries, elf_xtensa_finish_dynamic_sections,
5789 elf_xtensa_discard_info_for_section, elf_xtensa_grok_prstatus,
5790 get_relocation_opcode, retrieve_contents, find_relaxable_sections,
5791 collect_source_relocs, is_resolvable_asm_expansion, remove_literals,
5792 relax_section, shrink_dynamic_reloc_sections, relax_property_section,
5793 xtensa_callback_required_dependence): ..
5794 * elf64-alpha.c (elf64_alpha_reloc_gpdisp, elf64_alpha_relax_section,
5795 elf64_alpha_check_relocs, elf64_alpha_adjust_dynamic_symbol,
5796 elf64_alpha_calc_got_offsets_for_symbol, elf64_alpha_calc_got_offsets,
5797 elf64_alpha_size_plt_section, elf64_alpha_size_plt_section_1,
5798 elf64_alpha_always_size_sections, elf64_alpha_calc_dynrel_sizes,
5799 elf64_alpha_size_rela_got_section, elf64_alpha_size_rela_got_1,
5800 elf64_alpha_size_dynamic_sections, elf64_alpha_emit_dynrel,
5801 elf64_alpha_finish_dynamic_sections, elf64_alpha_final_link): ..
5802 * elf64-hppa.c (allocate_dynrel_entries,
5803 elf64_hppa_size_dynamic_sections,
5804 elf64_hppa_finish_dynamic_sections): ..
5805 * elf64-mips.c (mips_elf64_gprel32_reloc, mips16_gprel_reloc,
5806 mips_elf64_canonicalize_dynamic_reloc, mips_elf64_slurp_reloc_table,
5807 elf64_mips_grok_prstatus): ..
5808 * elf64-mmix.c (mmix_elf_perform_relocation, mmix_elf_reloc,
5809 mmix_elf_relocate_section, mmix_elf_final_link,
5810 mmix_set_relaxable_size, _bfd_mmix_after_linker_allocation,
5811 mmix_elf_relax_section, mmix_elf_get_section_contents): ..
5812 * elf64-ppc.c (ppc64_elf_object_p, ppc64_elf_grok_prstatus,
5813 ppc64_elf_check_relocs, ppc64_elf_func_desc_adjust,
5814 ppc64_elf_adjust_dynamic_symbol, ppc64_elf_edit_opd,
5815 allocate_dynrelocs, ppc64_elf_size_dynamic_sections,
5816 ppc_build_one_stub, ppc_size_one_stub, ppc64_elf_next_toc_section,
5817 toc_adjusting_stub_needed, group_sections, ppc64_elf_size_stubs,
5818 ppc64_elf_build_stubs, ppc64_elf_relocate_section,
5819 ppc64_elf_finish_dynamic_sections): ..
5820 * elf64-s390.c (s390_elf_ldisp_reloc, elf_s390_adjust_dynamic_symbol,
5821 allocate_dynrelocs, elf_s390_size_dynamic_sections,
5822 elf_s390_finish_dynamic_sections): ..
5823 * elf64-sh64.c (sh_elf64_get_relocated_section_contents,
5824 sh_elf64_check_relocs, sh64_elf64_adjust_dynamic_symbol,
5825 sh64_elf64_discard_copies, sh64_elf64_size_dynamic_sections,
5826 sh64_elf64_finish_dynamic_sections): ..
5827 * elf64-sparc.c (sparc64_elf_slurp_reloc_table, init_insn_reloc,
5828 sparc64_elf_check_relocs, sparc64_elf_adjust_dynamic_symbol,
5829 sparc64_elf_size_dynamic_sections, sparc64_elf_relocate_section,
5830 sparc64_elf_finish_dynamic_symbol,
5831 sparc64_elf_finish_dynamic_sections): ..
5832 * elf64-x86-64.c (elf64_x86_64_grok_prstatus,
5833 elf64_x86_64_adjust_dynamic_symbol, allocate_dynrelocs,
5834 elf64_x86_64_size_dynamic_sections, elf64_x86_64_relocate_section,
5835 elf64_x86_64_finish_dynamic_sections): ..
5836 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): ..
5837 * elfcode.h (elf_slurp_reloc_table): ..
5838 * elflink.c (_bfd_elf_create_got_section, elf_add_dt_needed_tag,
5839 elf_finalize_dynstr, elf_link_add_object_symbols,
5840 bfd_elf_size_dynamic_sections, elf_link_sort_relocs,
5841 elf_link_input_bfd, bfd_elf_final_link, bfd_elf_discard_info): ..
5842 * elfn32-mips.c (gprel32_with_gp, mips16_gprel_reloc,
5843 elf32_mips_grok_prstatus): ..
5844 * elfxx-ia64.c (elfNN_ia64_relax_section, allocate_dynrel_entries,
5845 elfNN_ia64_size_dynamic_sections, elfNN_ia64_install_dyn_reloc,
5846 elfNN_ia64_choose_gp, elfNN_ia64_final_link,
5847 elfNN_ia64_finish_dynamic_sections): ..
5848 * elfxx-mips.c (mips_elf_create_procedure_table,
5849 mips_elf_check_mips16_stubs, _bfd_mips_elf_gprel16_with_gp,
5850 _bfd_mips_elf_hi16_reloc, _bfd_mips_elf_generic_reloc,
5851 mips_elf_global_got_index, mips_elf_multi_got,
5852 mips_elf_create_compact_rel_section, mips_elf_calculate_relocation,
5853 mips_elf_allocate_dynamic_relocations,
5854 mips_elf_create_dynamic_relocation, _bfd_mips_elf_fake_sections,
5855 _bfd_mips_relax_section, _bfd_mips_elf_adjust_dynamic_symbol,
5856 _bfd_mips_elf_always_size_sections,
5857 _bfd_mips_elf_size_dynamic_sections,
5858 _bfd_mips_elf_finish_dynamic_symbol,
5859 _bfd_mips_elf_finish_dynamic_sections,
5860 _bfd_mips_elf_modify_segment_map, _bfd_mips_elf_discard_info,
5861 _bfd_mips_elf_write_section, _bfd_mips_elf_set_section_contents,
5862 _bfd_elf_mips_get_relocated_section_contents,
5863 _bfd_mips_elf_final_link, _bfd_mips_elf_merge_private_bfd_data): ..
5864 * hp300hpux.c (callback): ..
5865 * hppabsd-core.c (make_bfd_asection): ..
5866 * hpux-core.c (make_bfd_asection): ..
5867 * i386linux.c (linux_link_create_dynamic_sections,
5868 bfd_i386linux_size_dynamic_sections, linux_finish_dynamic_link): ..
5869 * i386msdos.c (msdos_write_object_contents): ..
5870 * i386os9k.c (os9k_callback, os9k_write_object_contents,
5871 os9k_set_section_contents): ..
5872 * ieee.c (parse_expression, ieee_slurp_external_symbols,
5873 ieee_slurp_sections, ieee_slurp_debug, ieee_slurp_section_data,
5874 ieee_write_section_part, do_with_relocs, do_as_repeat,
5875 do_without_relocs, ieee_write_debug_part, init_for_output,
5876 ieee_set_section_contents): ..
5877 * ihex.c (ihex_scan, ihex_read_section, ihex_get_section_contents): ..
5878 * irix-core.c (do_sections, make_bfd_asection): ..
5879 * libaout.h (aout_section_merge_with_text_p): ..
5880 * libbfd.c (_bfd_generic_get_section_contents,
5881 _bfd_generic_get_section_contents_in_window): ..
5882 * linker.c (default_indirect_link_order): ..
5883 * lynx-core.c (make_bfd_asection): ..
5884 * m68klinux.c (linux_link_create_dynamic_sections,
5885 bfd_m68klinux_size_dynamic_sections, linux_finish_dynamic_link): ..
5886 * mach-o.c (bfd_mach_o_make_bfd_section,
5887 bfd_mach_o_scan_read_dylinker, bfd_mach_o_scan_read_dylib,
5888 bfd_mach_o_scan_read_thread, bfd_mach_o_scan_read_symtab,
5889 bfd_mach_o_scan_read_segment): ..
5890 * merge.c (_bfd_add_merge_section, record_section, merge_strings,
5891 _bfd_merge_sections): ..
5892 * mmo.c (mmo_find_sec_w_addr, mmo_get_spec_section, mmo_get_loc,
5893 mmo_map_set_sizes, mmo_canonicalize_symtab,
5894 mmo_internal_write_section, mmo_write_object_contents): ..
5895 * netbsd-core.c (netbsd_core_file_p): ..
5896 * nlm32-alpha.c (nlm_alpha_read_reloc, nlm_alpha_write_import,
5897 nlm_alpha_set_public_section): ..
5898 * nlm32-ppc.c (nlm_powerpc_read_reloc, nlm_powerpc_write_reloc): ..
5899 * nlm32-sparc.c (nlm_sparc_write_import): ..
5900 * nlmcode.h (add_bfd_section, nlm_swap_auxiliary_headers_in,
5901 nlm_compute_section_file_positions): ..
5902 * oasys.c (oasys_object_p, oasys_slurp_section_data,
5903 oasys_write_sections, oasys_write_data, oasys_set_section_contents): ..
5904 * opncls.c (get_debug_link_info): ..
5905 * osf-core.c (make_bfd_asection): ..
5906 * pdp11.c (some_aout_object_p, adjust_o_magic, adjust_z_magic,
5907 adjust_n_magic, adjust_sizes_and_vmas, squirt_out_relocs,
5908 final_link, aout_link_input_section): ..
5909 * peXXigen.c (_bfd_XXi_swap_sym_in, _bfd_XXi_swap_aouthdr_out,
5910 pe_print_idata, pe_print_edata, pe_print_pdata, pe_print_reloc): ..
5911 * pef.c (bfd_pef_make_bfd_section, bfd_pef_print_loader_section,
5912 bfd_pef_scan_start_address, bfd_pef_parse_symbols): ..
5913 * ppcboot.c (ppcboot_object_p, ppcboot_canonicalize_symtab): ..
5914 * ptrace-core.c (ptrace_unix_core_file_p): ..
5915 * reloc.c (bfd_perform_relocation, bfd_install_relocation,
5916 _bfd_final_link_relocate, bfd_generic_relax_section,
5917 bfd_generic_get_relocated_section_contents): ..
5918 * reloc16.c (bfd_coff_reloc16_relax_section,
5919 bfd_coff_reloc16_get_relocated_section_c): ..
5920 * riscix.c (riscix_some_aout_object_p): ..
5921 * rs6000-core.c (read_hdr, make_bfd_asection): ..
5922 * sco5-core.c (make_bfd_asection): ..
5923 * simple.c (bfd_simple_get_relocated_section_contents): ..
5924 * som.c (som_object_setup, setup_sections, som_prep_headers,
5925 som_write_fixups, som_begin_writing, bfd_section_from_som_symbol,
5926 som_set_reloc_info, som_get_section_contents,
5927 som_bfd_link_split_section): ..
5928 * sparclinux.c (linux_link_create_dynamic_sections,
5929 bfd_sparclinux_size_dynamic_sections, linux_finish_dynamic_link): ..
5930 * srec.c (srec_scan, srec_read_section, srec_get_section_contents): ..
5931 * stabs.c (_bfd_link_section_stabs, _bfd_discard_section_stabs,
5932 _bfd_write_stab_strings, _bfd_stab_section_offset): ..
5933 * sunos.c (sunos_read_dynamic_info, sunos_create_dynamic_sections,
5934 bfd_sunos_size_dynamic_sections, sunos_scan_std_relocs,
5935 sunos_scan_ext_relocs, sunos_scan_dynamic_symbol,
5936 sunos_write_dynamic_symbol, sunos_check_dynamic_reloc,
5937 sunos_finish_dynamic_link): ..
5938 * syms.c (_bfd_stab_section_find_nearest_line): ..
5939 * tekhex.c (first_phase, tekhex_set_section_contents,
5940 tekhex_write_object_contents): ..
5941 * trad-core.c (trad_unix_core_file_p): ..
5942 * versados.c (process_esd, process_otr, process_otr): ..
5943 * vms-gsd.c (_bfd_vms_slurp_gsd, _bfd_vms_write_gsd): ..
5944 * vms-misc.c (add_new_contents): ..
5945 * vms-tir.c (check_section, new_section, _bfd_vms_write_tir): ..
5946 * vms.c (vms_set_section_contents): ..
5947 * xcofflink.c (xcoff_get_section_contents, xcoff_link_add_symbols,
5948 xcoff_sweep, bfd_xcoff_size_dynamic_sections, xcoff_build_ldsyms,
5949 _bfd_xcoff_bfd_final_link, xcoff_link_input_bfd): ..
5950 * xsym.c (bfd_sym_scan): .. See above.
5951
5952 2004-06-21 H.J. Lu <hongjiu.lu@intel.com>
5953
5954 * elfxx-ia64.c (elfNN_ia64_relax_section): Add addend when
5955 calling _bfd_merged_section_offset only for section symbols.
5956
5957 2004-06-22 Alan Modra <amodra@bigpond.net.au>
5958
5959 * elf32-ppc.c (ppc_elf_relax_section): Implement reference code
5960 for handling SEC_MERGE symbols in relax_section.
5961
5962 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
5963
5964 2003-05-15 Richard Sandiford <rsandifo@redhat.com>
5965 * cpu-h8300.c (compatible): Allow h8300s and h8300sx code to be
5966 linked together. Mark the result as h8300sx code.
5967
5968 2004-06-21 Alexandre Oliva <aoliva@redhat.com>
5969
5970 * elf-bfd.h (struct elf_backend_data): Added
5971 elf_backend_omit_section_dynsym.
5972 (_bfd_elf_link_omit_section_dynsym): Declare.
5973 * elf32-frv.c (_frvfdpic_link_omit_section_dynsym): New.
5974 (elf_backend_omit_section_dynsym): Use it for frvfdpic.
5975 * elflink.c (_bfd_elf_link_omit_section_dynsym): Split out of...
5976 (_bfd_elf_link_renumber_dynsyms): ... this function.
5977 * elfxx-target.h (elf_backend_omit_section_dynsym): Default to
5978 _bfd_elf_link_omit_section_dynsym).
5979 (elfNN_bed): Added elf_backend_omit_section_dynsym.
5980
5981 2004-06-21 Nick Clifton <nickc@redhat.com>
5982
5983 * coffcode.h (styp_to_sec_flags): Ignore IMAGE_SCN_MEM_NOT_PAGED
5984 flags.
5985
5986 2004-06-17 Jerome Guitton <guitton@gnat.com>
5987
5988 * bfd-in.h (bfd_cache_close_all): New function declaration.
5989 * bfd-in2.h: Regenerate.
5990 * cache.c (bfd_cache_close_all): New function definition.
5991
5992 2004-06-16 Mark Kettenis <kettenis@gnu.org>
5993
5994 * configure.in: Don't set COREFILE to trad-core.lo for FreeBSD
5995 4.10 and beyond.
5996 * configure: Regenerate.
5997
5998 2004-06-16 Daniel Jacobowitz <dan@debian.org>
5999
6000 * elf32-ppc.c (ppc_elf_create_linker_section): Create symbols in
6001 the pre-existing section.
6002
6003 2004-06-15 Alan Modra <amodra@bigpond.net.au>
6004
6005 * section.c (struct sec): Remove usused flags. Reorganize a little.
6006 (bfd_get_section_size_before_reloc): Delete.
6007 (bfd_get_section_size_after_reloc): Delete.
6008 (STD_SECTION): Update.
6009 (bfd_get_section_size_now): Delete.
6010 (bfd_set_section_contents): Don't referece reloc_done.
6011 (bfd_get_section_contents): Remove reloc_done comment.
6012 * bout.c (b_out_bfd_get_relocated_section_contents): Don't set
6013 reloc_done.
6014 * coff-alpha.c (alpha_ecoff_get_relocated_section_contents): Likewise.
6015 * ecoff.c (bfd_debug_section): Update initializer.
6016 * elfxx-mips.c (_bfd_elf_mips_get_relocated_section_contents): Ditto.
6017 * reloc.c (bfd_generic_get_relocated_section_contents): Likewise.
6018 * bfd-in.h (bfd_section_size): Expand.
6019 (bfd_get_section_size): New macro.
6020 * bfd-in2.h: Regenerate.
6021 * coff64-rs6000.c (xcoff64_write_object_contents): Replace
6022 bfd_get_section_size_before_reloc with bfd_get_section_size.
6023 * coffcode.h (coff_write_object_contents): Likewise.
6024 * coffgen.c (build_debug_section): Likewise.
6025 * dwarf1.c (parse_line_table): Likewise.
6026 (_bfd_dwarf1_find_nearest_line): Likewise.
6027 * ecoff.c (_bfd_ecoff_write_object_contents): Likewise.
6028 * i386msdos.c (msdos_write_object_contents): Likewise.
6029 * pdp11.c (squirt_out_relocs): Likewise.
6030 * elf32-sh64.c (sh64_find_section_for_address): Remove comment.
6031 * elf64-mmix.c (mmix_elf_final_link): Update comment.
6032
6033 2004-06-14 Chris Demetriou <cgd@broadcom.com>
6034
6035 * elf32-mips.c (elf_mips_gnu_pcrel32): Add (undoing 2004-04-24
6036 removal) with updated comment.
6037 (bfd_elf32_bfd_reloc_type_lookup): Add back case for
6038 BFD_RELOC_32_PCREL.
6039 (mips_elf32_rtype_to_howto): Add back case for R_MIPS_PC32.
6040 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
6041
6042 2004-06-12 Alan Modra <amodra@bigpond.net.au>
6043
6044 * elf64-x86-64.c (elf64_x86_64_relocate_section): Ignore reloc
6045 overflow on branches to undefweaks.
6046
6047 2004-06-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
6048
6049 * coff-alpha.c (alpha_relocate_section): Set used_by_bfd directly
6050 as ecoff_section_data() does not return a valid lvalue.
6051
6052 2004-06-09 Alexandre Oliva <aoliva@redhat.com>
6053
6054 * elflink.c (elf_sort_symbol): Compare section id, not pointers.
6055 (elf_link_add_object_symbols): Likewise.
6056
6057 * elf-m10300.c (_bfd_mn10300_elf_reloc_type_class): New.
6058 (elf_backend_reloc_type_class): New.
6059
6060 2004-06-08 Mark Kettenis <kettenis@gnu.org>
6061
6062 * configure.in (hppa*-*-netbsd*, hppa*-*-openbsd): Set COREFILE to
6063 netbsd-core.lo.
6064 * configure: Regenerate.
6065
6066 2004-06-07 Daniel Jacobowitz <dan@debian.org>
6067
6068 From: Albert Chin-A-Young <china@thewrittenword.com>
6069 * bfd/elf-bfd.h (struct eh_cie_fde): Convert unsigned char bitfields
6070 to unsigned int.
6071
6072 2004-05-29 H.J. Lu <hongjiu.lu@intel.com>
6073
6074 * elfxx-ia64.c (elfNN_ia64_relax_section): Undo the last
6075 change.
6076
6077 2004-05-28 DJ Delorie <dj@redhat.com>
6078
6079 * elf-m10300.c (mn10300_elf_relax_section): Preserve reloc addend
6080 for linking, but otherwise adjust reloc for merged sections.
6081
6082 2004-05-28 H.J. Lu <hongjiu.lu@intel.com>
6083
6084 * elfxx-ia64.c (elfNN_ia64_relax_section): Properly call
6085 _bfd_merged_section_offset for local symbols.
6086
6087 2004-05-28 Andrew Stubbs <andrew.stubbs@superh.com>
6088
6089 * Makefile.am: Regenerate dependencies.
6090 * Makefile.in: Regenerate.
6091 * archures.c: Add bfd_mach_sh3_nommu .
6092 * bfd-in2.h: Regenerate.
6093 * cpu-sh.c: Add sh3-nommu architecture.
6094 (bfd_to_arch_table): Create new table.
6095 (sh_get_arch_from_bfd_mach): Create new function.
6096 (sh_get_arch_up_from_bfd_mach): Create new function.
6097 (sh_merge_bfd_arch): Create new function.
6098 * elf32-sh.c (sh_ef_bfd_table): Add table.
6099 (sh_elf_check_relocs): Replace switch statement with
6100 use of sh_ef_bfd_table .
6101 (sh_elf_get_flags_from_mach): Add new function.
6102 (sh_find_elf_flags): Likewise.
6103 (sh_elf_copy_private_data): Replace most of non-elf contents
6104 with a call to sh_merge_bfd_arch() .
6105
6106 2004-05-27 Michael Chastain <mec.gnu@mindspring.com>
6107
6108 * Makefile.am (bfdver.h): Use explicit filename, not $< .
6109 * Makefile.in: Regenerate.
6110
6111 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
6112
6113 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Avoid
6114 custom calling conventions for dynamic symbols.
6115 (mn10300_elf_relax_section): Avoid relaxing a function as a local
6116 symbol if it's an alias to a global one.
6117
6118 2004-05-26 H.J. Lu <hongjiu.lu@intel.com>
6119
6120 * elf.c (_bfd_elf_make_section_from_shdr): Undo the last
6121 change.
6122
6123 2004-05-27 Alexandre Oliva <aoliva@redhat.com>
6124
6125 * elf-m10300.c (mn10300_elf_relax_section): Don't test isym within
6126 loop over hashes.
6127
6128 2004-05-26 Alan Modra <amodra@bigpond.net.au>
6129
6130 * elf.c (_bfd_elf_make_section_from_shdr): Don't set SEC_EXCLUDE
6131 for SHT_GROUP sections.
6132
6133 2004-05-25 Alan Modra <amodra@bigpond.net.au>
6134
6135 * elflink.c (elf_link_add_object_symbols): Don't set up merge
6136 section data here..
6137 * elf.c (_bfd_elf_merge_sections): .. Do it here instead.
6138 * merge.c: Formatting. Remove unnecessary casts. Expand
6139 bfd_get_section_alignment macro.
6140 (struct sec_merge_sec_info): Rename "first" to "first_str". Update
6141 use throughout file.
6142 (_bfd_add_merge_section): Rename from _bfd_merge_section. Update
6143 comment. Abort on dynamic or non-SEC_MERGE input. Don't test
6144 section name to determine sinfo group, instead test output section
6145 and alignment.
6146 (_bfd_merge_sections): Add struct bfd_link_info param. Call
6147 _bfd_strip_section_from_output rather than just twiddling flags.
6148 * libbfd-in.h (_bfd_add_merge_section): Rename, update comment.
6149 (_bfd_merge_sections): Update prototype.
6150 * libbfd.h: Regenerate.
6151
6152 2004-05-24 Mark Kettenis <kettenis@gnu.org>
6153
6154 * netbsd-core.c: Correctly indent section that sets architecture
6155 from machine ID.
6156
6157 From Miod Vallat <miod@online.fr>:
6158 * m88kopenbsd.c: New file.
6159 * targets.c (m88k_openbsd_vec): New.
6160 * config.bfd: Add m88k-*-openbsd*.
6161 * configure.in (m88k-*-openbsd*): Set COREFILE to netbsd-core.lo.
6162 (m88kopenbsd_vec): New.
6163 * configure: Regenerate.
6164 * Makefile.am (BFD32_BACKENDS): Add m88kopenbsd.lo.
6165 (BFD32_BACKENDS_CFILES): Add m88kopenbsd.c.
6166 Run "make dep-am".
6167 * Makefile.in: Regenerate.
6168 * po/SRC-POTFILES.in: Regenerate.
6169
6170 2004-05-24 Nick Clifton <nickc@redhat.com>
6171
6172 * hash.c: Remove bogus node "Changing the default Hash Table Size"
6173 introduced by hash table size patch.
6174
6175 2004-05-22 Ben Elliston <bje@au.ibm.com>
6176
6177 * configure.in (is_release): Remove.
6178 (bfd_version_date, bfd_version, bfd_version_string): Likewise.
6179 (AC_OUTPUT): Don't output bfdver.h from version.h.
6180 * configure: Regenerate.
6181 * Makefile.am (RELEASE): New variable.
6182 (bfdver.h): New target.
6183 * Makefile.in: Regenerate.
6184 * doc/Makefile.in: Likewise.
6185
6186 2004-05-22 Ben Elliston <bje@au.ibm.com>
6187
6188 * Makefile.am (config.status): Don't depend on version.h.
6189 * Makefile.in: Regenerate.
6190
6191 2004-05-22 Alan Modra <amodra@bigpond.net.au>
6192
6193 * merge.c (_bfd_merged_section_offset): Remove "addend" param.
6194 * libbfd-in.h (_bfd_merged_section_offset): Adjust prototype.
6195 * libbfd.h: Regenerate.
6196 * elf.c (_bfd_elf_rela_local_sym): Adjust call.
6197 (_bfd_elf_rel_local_sym): Likewise.
6198 * elflink.c (_bfd_elf_link_sec_merge_syms): Likewise.
6199 (elf_link_input_bfd): Likewise.
6200 * elf32-ppc.c (ppc_elf_relax_section): Likewise.
6201 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
6202 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
6203 (elfNN_ia64_relocate_section): Likewise.
6204
6205 2004-05-21 Andy Chittenden <achittenden@bluearc.com>
6206
6207 * hash.c (bfd_default_hash_table_size): New variable.
6208 (bfd_hash_table_init): Use new variable instead of DEFAULT_SIZE.
6209 (bfd_hash_set_default_size): New function. Set the default size
6210 to a selected prime number close to the argument. Document new
6211 function.
6212 * bfd-in.h: Add prototype for bfd_hash_set_default_size.
6213 * bfd-in2.h: Regenerate.
6214 * Makefile.am (hash.lo): Add dependency upon libiberty.h.
6215 * Makefile.in: Regenerate.
6216
6217 2004-05-21 Mark Kettenis <kettenis@gnu.org>
6218
6219 * libaout.h (machine_type): Add M_88K_OPENBSD and M_HPPA_OPENBSD.
6220 * netbsd-core.c (netbsd_core_file_p): Set architecture for alpha,
6221 arm, m68k, m88k and hppa core files.
6222
6223 2004-05-21 Nick Clifton <nickc@redhat.com>
6224
6225 * bfdio.c (bfd_bread): Do not use iovec if it is NULL.
6226 (bfd_bwrite): Likewise.
6227 (bfd_tell): Likewise.
6228 (bfd_flush): Likewise.
6229 (bfd_stat): Likewise.
6230 (bfd_seek): Likewise.
6231 (bfd_get_mtime): Likewise.
6232 (bfd_get_size): Likewise.
6233
6234 2004-05-19 Ben Elliston <bje@au.ibm.com>
6235
6236 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Comment correction.
6237
6238 2004-05-19 Mikulas Patocka <mikulas@artax.karlin.mff.cuni.cz>
6239
6240 * archive.c (_bfd_get_elt_at_filepos): Cope with a nested archives.
6241 (bfd_generic_openr_next_archived_file): Likewise.
6242
6243 2004-05-17 Bob Wilson <bob.wilson@acm.org>
6244
6245 * elf32-xtensa.c (xtensa_get_property_section_name): Determine linkonce
6246 section names by inserting a new substring after .gnu.linkonce, except
6247 for .gnu.linkonce.t.* where the "t." is replaced.
6248
6249 2004-05-17 Adam Nemet <anemet@lnxw.com>
6250
6251 * config.bfd (sparc-*-lynxos* case): Add to obsolete list.
6252 (m68-*-lynxos* case): Likewise.
6253 (powerpc-*-lyxnos* case): New case.
6254 (i[3-7]86-*-lynxos* case): Update to LynxOS 4.0 ELF.
6255
6256 2004-05-17 David Heine <dlheine@tensilica.com>
6257
6258 * aout-target.h (MY_bfd_copy_private_header_data): Define.
6259 * aout-tic30.c (MY_bfd_copy_private_header_data): Define.
6260 * bfd.c (bfd_copy_private_header_data): Define.
6261 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Add entries for new
6262 interface.
6263 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
6264 * coffcode.h (coff_bfd_copy_private_header_data): Define.
6265 * elf-bfd.h (_bfd_elf_copy_private_header_data): Declare.
6266 * elf.c (_bfd_elf_copy_private_section_data): Remove code to set up
6267 segments by calling copy_private_bfd_data.
6268 (_bfd_elf_copy_private_header_data): Define.
6269 * elfxx-target.h (bfd_elfNN_bfd_copy_private_header_data): Define.
6270 * libbfd-in.h (_bfd_generic_bfd_copy_private_header_data): Define.
6271 * libecoff.h (_bfd_ecoff_bfd_copy_private_header_data): Define.
6272 * mach-o.c (bfd_mach_o_bfd_copy_private_header_data): Define.
6273 * mmo.c (mmo_bfd_copy_private_header_data): Define.
6274 * ppcboot.c (ppcboot_bfd_copy_private_header_data): Define.
6275 * som.c (som_bfd_copy_private_header_data): Define.
6276 * targets.c (BFD_JUMP_TABLE_COPY): Add _bfd_copy_private_header_data.
6277 * vms.c (vms_bfd_copy_private_header_data): Define.
6278 * bfd-in2.h: Regenerate.
6279 * libbfd.h: Regenerate.
6280
6281 2004-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6282
6283 * elfxx-mips.c (MINUS_TWO): Define.
6284 (mips_elf_higher, mips_elf_highest,
6285 mips_elf_create_dynamic_relocation): Use MINUS_ONE and MINUS_TWO for
6286 some bfd_vma values.
6287 (_bfd_mips_elf_finish_dynamic_symbol): Likewise. Code cleanup.
6288
6289 2004-05-14 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6290
6291 * som.c (log2): Rename to exact_log2. Adjust all callers.
6292
6293 2004-05-13 Paul Brook <paul@codesourcery.com>
6294
6295 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Handle
6296 dwarf3 format CIE entries. Remove comment about the size of the
6297 ra_column field. It is now correctly deduced.
6298
6299 2004-05-13 Joel Sherrill <joel@oarcorp.com>
6300
6301 * config.bfd (or32-*-rtems*): Switch to elf.
6302
6303 2004-05-13 Nick Clifton <nickc@redhat.com>
6304
6305 * po/fr.po: Updated French translation.
6306
6307 2004-05-11 Jakub Jelinek <jakub@redhat.com>
6308
6309 * elflink.c (bfd_elf_final_link): Don't output STT_SECTION symbol
6310 into .dynsym if elf_section_data (sec)->dynindx <= 0.
6311 Adjust counting of last_local.
6312 (_bfd_elf_link_renumber_dynsyms): Don't assign dynindx to sections
6313 other than SHT_PROGBITS/SHT_NOBITS and neither for .got/.got.plt/.plt
6314 created by the linker nor !SHF_ALLOC.
6315
6316 * elf32-i386.c (elf_i386_finish_dynamic_sections): Point
6317 DT_PLTGOT to the start of the .got.plt section instead of the
6318 .got output section. Set sh_entsize for .got section in addition
6319 to .got.plt.
6320 (elf_i386_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
6321 is at sgot->output_section->vma.
6322 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Point
6323 DT_PLTGOT to the start of the .got.plt section instead of the
6324 .got output section.
6325 (elf64_x86_64_relocate_section): Don't assume _GLOBAL_OFFSET_TABLE_
6326 is at sgot->output_section->vma. Set sh_entsize for .got section
6327 in addition to .got.plt.
6328 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_RELRO.
6329 (bfd_section_from_phdr): Likewise.
6330 (map_sections_to_segments): Likewise.
6331 (assign_file_positions_for_segments): Likewise.
6332 (get_program_header_size): Likewise.
6333 * elflink.c (bfd_elf_size_dynamic_sections): Set
6334 elf_tdata (output_bfd)->relro from info->relro.
6335 * elf-bfd.h (struct elf_obj_tdata): Add relro field.
6336
6337 2004-05-08 Alexandre Oliva <aoliva@redhat.com>
6338
6339 * elf32-frv.c (_frvfdpic_add_dyn_reloc): Don't warn when we get
6340 a zero symndx for which we hadn't accounted a dynamic relocation.
6341 (_frvfdpic_add_rofixup): Likewise.
6342
6343 2004-05-07 Brian Ford <ford@vss.fsi.com>
6344 DJ Delorie <dj@redhat.com>
6345
6346 * coffcode.h (coff_write_object_contents) [COFF_IMAGE_WITH_PE]:
6347 Propagate IMAGE_FILE_LARGE_ADDRESS_AWARE.
6348 * peXXigen.c (_bfd_XX_print_private_bfd_data_common): Recognize
6349 IMAGE_FILE_LARGE_ADDRESS_AWARE. Use PE defines.
6350
6351 2004-05-07 Alexandre Oliva <aoliva@redhat.com>
6352
6353 * elf32-frv.c (elf32_frvfdpic_modify_segment_map): Return
6354 immediately if there's no link info.
6355 (elf32_frvfdpic_copy_private_bfd_data): New.
6356 (bfd_elf32_bfd_copy_private_bfd_data): Use it for frvfdpic.
6357
6358 2004-05-06 Zack Weinberg <zack@codesourcery.com>
6359
6360 * dwarf2.c (add_line_info): Also set info->filename to NULL if
6361 filename argument is null; do not call strlen on a null pointer.
6362
6363 2004-05-06 Daniel Jacobowitz <drow@mvista.com>
6364
6365 * elf32-arm.h (elf32_arm_relocate_section): Remove R_ARM_PLT32
6366 special case.
6367
6368 2004-05-05 Alexandre Oliva <aoliva@redhat.com>
6369
6370 * configure.in (bfd_elf32_frvfdpic_vec): New.
6371 * configure: Rebuilt.
6372 * targets.c (bfd_elf32_frvfdpic_vec): New.
6373 * config.bfd: Enable it on frv-*-elf and frv-*-*linux*, as default
6374 on the latter.
6375 * elf32-frv.c: Prefix all identifiers added for FDPIC support with
6376 frvfdpic instead of frv. Rearrange elf-target macros such that
6377 the FDPIC-specific ones are only defined for this new target
6378 vector.
6379 (bfd_elf32_frvfdpic_vec): Declare.
6380 (IS_FDPIC): New.
6381 (elf32_frv_relocate_section): Use it to enable segment checking
6382 and to control rofixup emission. Add output section vma to
6383 applied relocation in non-LOAD non-ALLOC sections. Use
6384 _bfd_error_handler for errors.
6385 (_frv_create_got_section): Create .rel.got and .rofixup only in
6386 FDPIC. Create non-dynamic _gp at .got+2048 in non-FDPIC, like the
6387 linker script.
6388 (elf32_frvfdpic_size_dynamic_sections): Assume FDPIC.
6389 (elf32_frvfdpic_modify_segment_map): Likewise.
6390 (elf32_frv_finish_dynamic_sections): New, do-nothing.
6391 (elf32_frvfdpic_finish_dynamic_sections): Assume FDPIC. Improve
6392 error message if we miscompute the rofixup size.
6393 (frvfdpic_elf_use_relative_eh_frame): Assume FDPIC.
6394 (frvfdpic_elf_encode_eh_address): Likewise.
6395 (elf32_frv_check_relocs): Reject FDPIC-only relocs in non-FDPIC.
6396 Record relocs only in FDPIC. Make sure _gp is defined for GPREL
6397 relocs. Reject unknown relocation types.
6398 (elf32_frv_object_p): Make sure target vector matches FDPIC bits.
6399 (frv_elf_merge_private_bfd_data): Likewise.
6400 (ELF_MAXPAGESIZE): Revert to 0x1000 for elf32-frv; keep it as
6401 0x4000 for newly-added elf32-frvfdpic.
6402
6403 2004-05-05 Nick Clifton <nickc@redhat.com>
6404
6405 PR/136
6406 * cache.c (bfd_cache_lookup_worker): Call abort() rather than
6407 returning NULL as most users of this function do not check its
6408 return value.
6409 * hppabsd-core.c (hppabsd_core_core_file_p): Do not check result
6410 of bfd_cache_lookup().
6411 * sco5-core.c (sco5_core_file_p): Likewise.
6412 * trad-core.c (trad_unix_core_file_p): Likewise.
6413
6414 2004-05-05 Nick Clifton <nickc@redhat.com>
6415
6416 * cache.c (bfd_cache_lookup): Improve formatting.
6417 * archive.c: Fix formatting.
6418
6419 2004-05-05 Peter Barada <peter@the-baradas.com>
6420
6421 * bfd_archures.c(bfd_architecture): Add 521x,5249,547x,548x.
6422 * cpu-m68k.c(bfd_m68k_arch): Likewise.
6423 * bfd-in2.h(bfd_architecture): Regenerate.
6424
6425 2004-05-03 Alan Modra <amodra@bigpond.net.au>
6426
6427 * elf.c (_bfd_elf_rela_local_sym): Set kept_section for excluded
6428 SEC_MERGE sections.
6429 * elflink.c (elf_link_input_bfd): Adjust output reloc index for
6430 those against discarded link-once and SEC_MERGE section symbols.
6431
6432 2004-05-02 H.J. Lu <hongjiu.lu@intel.com>
6433
6434 * section.c (bfd_get_section_by_name_if): New.
6435 * bfd-in2.h: Regenerated.
6436
6437 2004-05-02 Alan Modra <amodra@bigpond.net.au>
6438
6439 * som.c (som_bfd_is_group_section): Define.
6440
6441 2004-05-01 Alan Modra <amodra@bigpond.net.au>
6442
6443 * section.c (bfd_make_section_anyway): Copy the whole
6444 bfd_hash_entry, not just "next" from existing entry.
6445
6446 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
6447
6448 * elf.c (bfd_section_from_shdr): Maintain the section order in
6449 a section group.
6450 (special_sections): Add ".note.GNU-stack".
6451 (elf_fake_sections): Handle section group for relocatable
6452 link..
6453
6454 2004-04-30 H.J. Lu <hongjiu.lu@intel.com>
6455
6456 * section.c (bfd_sections_find_if): New.
6457 * bfd-in2.h: Regenerated.
6458
6459 2004-04-30 Alan Modra <amodra@bigpond.net.au>
6460
6461 * section.c (bfd_make_section_anyway): Add all sections to hash tab.
6462
6463 * elf-bfd.h (bfd_elf_is_group_section): Declare.
6464 * elf.c (bfd_elf_is_group_section): New function.
6465 * elfxx-target.h (bfd_elfNN_bfd_is_group_section
6466 * section.c (bfd_generic_is_group_section): New function.
6467 * targets.c (struct bfd_target): Add _bfd_is_group_section field.
6468 (BFD_JUMP_TABLE_LINK): Adjust.
6469 * aout-adobe.c (aout_32_bfd_is_group_section): Define.
6470 * aout-target.h (MY_bfd_is_group_section): Define.
6471 * aout-tic30.c (MY_bfd_is_group_section): Define.
6472 * bfd.c (bfd_is_group_section): Define.
6473 * binary.c (binary_bfd_is_group_section): Define.
6474 * bout.c (b_out_bfd_is_group_section): Define.
6475 * coff-alpha.c (_bfd_ecoff_bfd_is_group_section): Define.
6476 * coff-mips.c (_bfd_ecoff_bfd_is_group_section): Define.
6477 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Adjust.
6478 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Adjust.
6479 * coffcode.h (coff_bfd_is_group_section): Define.
6480 * i386msdos.c (msdos_bfd_is_group_section): Define.
6481 * i386os9k.c (os9k_bfd_is_group_section): Define.
6482 * ieee.c (ieee_bfd_is_group_section): Define.
6483 * ihex.c (ihex_bfd_is_group_section): Define.
6484 * libbfd-in.h (_bfd_nolink_bfd_is_group_section): Define.
6485 * mach-o.c (bfd_mach_o_bfd_is_group_section): Define.
6486 * mmo.c (mmo_bfd_is_group_section): Define.
6487 * nlm-target.h (nlm_bfd_is_group_section): Define.
6488 * oasys.c (oasys_bfd_is_group_section): Define.
6489 * pef.c (bfd_pef_bfd_is_group_section): Define.
6490 * ppcboot.c (ppcboot_bfd_is_group_section): Define.
6491 * srec.c (srec_bfd_is_group_section): Define.
6492 * tekhex.c (tekhex_bfd_is_group_section): Define.
6493 * versados.c (versados_bfd_is_group_section): Define.
6494 * vms.c (vms_bfd_is_group_section): Define.
6495 * xsym.c (bfd_sym_bfd_is_group_section): Define.
6496 * bfd-in2.h: Regenerate.
6497 * libbfd.h: Regenerate.
6498
6499 2004-04-30 Alan Modra <amodra@bigpond.net.au>
6500
6501 * elflink.c (elf_gc_mark): Follow indirect and warning syms.
6502
6503 2004-04-30 Hans-Peter Nilsson <hp@axis.com>
6504
6505 * configure.in: Update version to 2.15.91.
6506 * configure: Regenerate.
6507
6508 2004-04-29 Brian Ford <ford@vss.fsi.com>
6509
6510 * bfd.c (bfd_get_sign_extend_vma): Add pe[i]-i386 case to DJGPP hack.
6511 * coffcode.h (DOT_DEBUG, GNU_LINKONCE_WI): Define.
6512 [!COFF_WITH_PE] (sec_to_styp_flags, styp_to_sec_flags): Use them.
6513 (coff_compute_section_file_positions) [RS6000COFF_C]: Likewise.
6514 [COFF_WITH_PE] (sec_to_styp_flags): Handle DWARF 2/3 .debug* and
6515 .gnu.linkonce.wi. sections.
6516 * pe-i386.c (COFF_SUPPORT_GNU_LINKONCE): Define.
6517 (COFF_SECTION_ALIGNMENT_ENTRIES): Add entries for .debug and
6518 .gnu.linkonce.wi..
6519 * pei-i386.c (COFF_SUPPORT_GNU_LINKONCE): Likewise.
6520 (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
6521
6522 2004-04-28 Chris Demetriou <cgd@broadcom.com>
6523
6524 * reloc.c: Remove BFD_RELOC_PCREL_HI16_S and BFD_RELOC_PCREL_LO16.
6525 * bfd-in2.h: Regenerate.
6526 * libbfd.h: Likewise.
6527
6528 2004-04-28 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6529
6530 * som.c (struct som_misc_symbol_info): Add is_comdat, is_common and
6531 dup_common fields.
6532 (setup_sections): Use som_subspace_dictionary_record struct instead
6533 subspace_dictionary_record. Set SEC_LINK_ONCE if subspace is
6534 is_comdat, is_common or dup_common.
6535 (som_prep_headers): Use som_subspace_dictionary_record struct. Set
6536 is_comdat, is_common and dup_common in section subspace_dict from
6537 copy_data.
6538 (som_begin_writing): Use som_subspace_dictionary_record struct.
6539 (som_finish_writing): Likewise.
6540 (som_bfd_derive_misc_symbol_info): Add support to set is_comdat,
6541 is_common and dup_common flags in info for symbol. Add comment
6542 regarding linker support for these fields. Slightly reorganize
6543 function.
6544 (som_build_and_write_symbol_table): Set is_comdat, is_common and
6545 dup_common fields in symbol table from symbol info.
6546 (bfd_som_set_subsection_attributes): Add comdat, common and dup_common
6547 arguments. Set corresponding fields in copy_data. Change all callers.
6548 (som_bfd_ar_write_symbol_stuff): Set dup_common flag in library
6549 symbol table.
6550 (som_vec): Add SEC_LINK_ONCE to applicable section flags.
6551 * som.h (som_subspace_dictionary_record): Define.
6552 (som_copyable_section_data_struct): Add is_comdat, is_common and
6553 dup_common fields.
6554 (som_section_data_struct): Use som_subspace_dictionary_record struct
6555 instead of subspace_dictionary_record.
6556 (bfd_boolean bfd_som_set_subsection_attributes): Adjust prototype.
6557
6558 2004-04-27 Bob Wilson <bob.wilson@acm.org>
6559
6560 * elf32-xtensa.c (xtensa_read_table_entries): Use section _cooked_size
6561 if set. Check reloc_done flag before applying relocations. Use
6562 output addresses, both when applying relocations and when comparing
6563 against the specified section.
6564 (elf_xtensa_relocate_section): Use output address to check if dynamic
6565 reloc is in a literal pool. Set section's reloc_done flag.
6566
6567 2004-04-27 H.J. Lu <hongjiu.lu@intel.com>
6568
6569 * elf32-sh64.c (elf_backend_section_flags): New. Defined.
6570 (sh64_elf_set_mach_from_flags): Remove the kludge for .cranges
6571 section.
6572 (sh64_elf_section_flags): New. Set SEC_DEBUGGING for .cranges
6573 section.
6574
6575 2004-04-27 Alan Modra <amodra@bigpond.net.au>
6576
6577 * elf64-alpha.c (elf64_alpha_read_ecoff_info): Don't assign
6578 structure field removed in 2004-04-24 patch.
6579 * elf64-sparc.c (sparc64_elf_plt_sym_val): Warning fix.
6580
6581 * elf-bfd.h (struct elf_backend_data <elf_backend_section_flags>):
6582 Constify hdr arg.
6583 * elf32-arm.h (elf32_arm_section_flags): Likewise.
6584 * elf64-alpha.c (elf64_alpha_section_flags): Likewise.
6585 * elfxx-ia64.c (elfNN_ia64_section_flags): Likewise.
6586 * elf.c (_bfd_elf_make_section_from_shdr): Set the bfd_section
6587 field before calling elf_backend_section_flags.
6588
6589 2004-04-24 Chris Demetriou <cgd@broadcom.com>
6590
6591 * elf32-mips.c (elf_mips_gnu_rel_hi16, elf_mips_gnu_rel_lo16)
6592 (elf_mips_gnu_pcrel64, elf_mips_gnu_pcrel32): Remove.
6593 (bfd_elf32_bfd_reloc_type_lookup): Remove cases for
6594 BFD_RELOC_PCREL_HI16_S, BFD_RELOC_PCREL_LO16, BFD_RELOC_64_PCREL,
6595 and BFD_RELOC_32_PCREL.
6596 (mips_elf32_rtype_to_howto): Remove cases for R_MIPS_GNU_REL_HI16,
6597 R_MIPS_GNU_REL_LO16, R_MIPS_PC64, R_MIPS_PC32.
6598 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
6599 (_bfd_mips_elf_lo16_reloc): Remove handling for R_MIPS_GNU_REL_HI16.
6600 (mips_elf_next_relocation): Move comment about matching HI/LO
6601 relocations to...
6602 (_bfd_mips_elf_relocate_section): Here. Remove handling for
6603 R_MIPS_GNU_REL_HI16.
6604
6605 2004-04-23 Chris Demetriou <cgd@broadcom.com>
6606
6607 * coff-mips.c (mips_relhi_reloc, mips_rello_reloc)
6608 (mips_switch_reloc, mips_read_relocs, mips_relax_section)
6609 (mips_relax_pcrel16, PCREL16_EXPANSION_ADJUSTMENT): Remove.
6610 (mips_relocate_hi): Remove now-unused 'adjust' and 'pcrel' arguments,
6611 and update comments to reflect current usage.
6612 (mips_howto_table): Remove entries for MIPS_R_RELHI, MIPS_R_RELLO,
6613 and MIPS_R_SWITCH, as well as several empty entries. Update comment
6614 for MIPS_R_PCREL16.
6615 (mips_ecoff_swap_reloc_in, mips_ecoff_swap_reloc_out)
6616 (mips_adjust_reloc_out, mips_bfd_reloc_type_lookup): Remove support
6617 for MIPS_R_SWITCH, MIPS_R_RELLO, and MIPS_R_RELHI relocations.
6618 (mips_adjust_reloc_in): Likewise, adjust maximum accepted relocation
6619 type number to be MIPS_R_PCREL16.
6620 (mips_relocate_section): Remove support for link-time relaxation
6621 of branches used by embedded-PIC. Remove support for MIPS_R_SWITCH,
6622 MIPS_R_RELLO, and MIPS_R_RELHI relocations.
6623 (_bfd_ecoff_bfd_relax_section): Redefine to bfd_generic_relax_section.
6624 * ecoff.c (ecoff_indirect_link_order): Remove support for link-time
6625 relaxation of branches used by embedded-PIC.
6626 * ecofflink.c (bfd_ecoff_debug_accumulate): Likewise.
6627 * libecoff.h (struct ecoff_section_tdata): Remove embedded-PIC
6628 related members, update comment.
6629 * pe-mips.c: Remove disabled (commented-out and #if 0'd)
6630 code related to embedded-PIC.
6631 * elfxx-mips.c (_bfd_mips_elf_read_ecoff_info): Remove
6632 initialization of now-removed 'adjust' member of
6633 'struct ecoff_debug_info'.
6634
6635 2004-04-23 Chris Demetriou <cgd@broadcom.com>
6636
6637 * elfxx-mips.c (mips_elf_get_global_gotsym_index): Remove.
6638
6639 2004-04-21 Philip Blundell <pb@nexus.co.uk>
6640
6641 * elf32-arm.h (elf32_arm_check_relocs): Don't output REL32
6642 relocs for locally defined symbols during -shared final link.
6643 (elf32_arm_final_link_relocate): Likewise.
6644
6645 2004-04-22 Jakub Jelinek <jakub@redhat.com>
6646
6647 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Copy also
6648 ELF_LINK_POINTER_EQUALITY_NEEDED.
6649 (elf64_x86_64_check_relocs): Set ELF_LINK_POINTER_EQUALITY_NEEDED
6650 if r_type is not R_X86_64_PC32.
6651 (elf64_x86_64_finish_dynamic_symbol): If
6652 ELF_LINK_POINTER_EQUALITY_NEEDED is not set, clear st_value of
6653 SHN_UNDEF symbols.
6654
6655 2004-04-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6656
6657 * elf32-sh.c (sh_elf_plt_sym_val): New function.
6658 (elf_backend_plt_sym_val): Define.
6659
6660 2004-04-22 Andrew Cagney <cagney@redhat.com>
6661
6662 * opncls.c (bfd_alloc): Fix type of "wanted" in doco.
6663
6664 2004-04-22 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
6665
6666 * hpux-core.c (hpux_core_core_file_p): Add cast in call to
6667 make_bfd_asection.
6668 * som.c (som_set_section_contents): Constantify second argument.
6669 (hppa_som_gen_reloc_type): Abort for unsupported selectors.
6670 (som_object_setup): Rework to avoid warning.
6671 (setup_sections, som_write_fixups, bfd_section_from_som_symbol):
6672 Likewise.
6673
6674 2004-04-22 Andrew Cagney <cagney@redhat.com>
6675
6676 * cache.c (bfd_cache_close): Check for a previously closed file.
6677
6678 2004-04-22 Jakub Jelinek <jakub@redhat.com>
6679
6680 * bfd.c (bfd_get_synthetic_symtab): Define.
6681 * targets.c (BFD_JUMP_TABLE_DYNAMIC): Add
6682 NAME##_get_synthetic_symtab.
6683 (struct bfd_target): Add _bfd_get_synthetic_symtab.
6684 * libbfd-in.h (_bfd_nodynamic_get_synthetic_symtab): Define.
6685 * elf-bfd.h (struct elf_backend_data): Add plt_sym_val and
6686 relplt_name fields.
6687 (_bfd_elf_get_synthetic_symtab): New prototype.
6688 * elfcode.h (elf_get_synthetic_symtab): Define.
6689 * elf.c (_bfd_elf_get_synthetic_symtab): New function.
6690 * elfxx-target.h (bfd_elfNN_get_synthetic_symtab): Define.
6691 (elf_backend_plt_sym_val, elf_backend_relplt_name): Define.
6692 (elfNN_bed): Add elf_backend_plt_sym_val and elf_backend_relplt_name.
6693 * bfd-in2.h: Rebuilt.
6694 * libbfd.h: Rebuilt.
6695 * elf32-i386.c (elf_i386_plt_sym_val): New function.
6696 (elf_backend_plt_sym_val): Define.
6697 * elf64-x86-64.c (elf64_x86_64_plt_sym_val): New function.
6698 (elf_backend_plt_sym_val): Define.
6699 * elf32-s390.c (elf_s390_plt_sym_val): New function.
6700 (elf_backend_plt_sym_val): Define.
6701 * elf64-s390.c (elf_s390_plt_sym_val): New function.
6702 (elf_backend_plt_sym_val): Define.
6703 * elf32-sparc (elf32_sparc_plt_sym_val): New function.
6704 (elf_backend_plt_sym_val): Define.
6705 * elf64-sparc.c (sparc64_elf_plt_sym_val): New function.
6706 (elf_backend_plt_sym_val): Define.
6707 * elf32-ppc.c (ppc_elf_plt_sym_val): New function.
6708 (elf_backend_plt_sym_val): Define.
6709 * aout-target.h (MY_get_synthetic_symtab): Define.
6710 * aout-tic30.c (MY_get_synthetic_symtab): Define.
6711 * coff-rs6000.c (rs6000coff_vec): Add
6712 _bfd_nodynamic_get_synthetic_symtab.
6713 (pmac_xcoff_vec): Likewise.
6714 * coff64-rs6000.c (rs6000coff64_vec): Add
6715 _bfd_nodynamic_get_synthetic_symtab.
6716 (aix5coff64_vec): Likewise.
6717 * sunos.c (MY_get_synthetic_symtab): Define.
6718 * vms.c (vms_get_synthetic_symtab): Define.
6719
6720 2004-04-22 Nick Clifton <nickc@redhat.com>
6721
6722 * bfd.c (bfd_archive_filename): Return NULL on NULL input.
6723
6724 2004-04-22 Peter Barada <peter@the-baradas.com>
6725
6726 * archures.c: Add bfd_mach_mcfv4e to bfd_architecture.
6727 * bfd2-in.h: Regenerate.
6728 * cpu-m68k.c: Add 'm68k:mcfv4e' to arch_info_struct[].
6729
6730 2004-04-21 Chris Demetriou <cgd@broadcom.com>
6731
6732 * coff-mips.c (bfd_mips_ecoff_create_embedded_relocs): Remove.
6733 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Remove.
6734 * bfd-in.h (bfd_mips_ecoff_create_embedded_relocs)
6735 (bfd_mips_elf32_create_embedded_relocs): Remove prototypes
6736 * bfd-in2.h: Regenerate.
6737
6738 2004-04-21 Bob Wilson <bob.wilson@acm.org>
6739
6740 * elf32-xtensa.c (is_same_value): Add final_static_link argument and
6741 require relocations against a weak symbol to reference the same
6742 symbol hash entry if not a final, static link.
6743 (get_cached_value, add_value_map): Add final_static_link argument.
6744 (remove_literals): Pass final_static_link argument as needed.
6745
6746 2004-04-21 Andrew Cagney <cagney@redhat.com>
6747
6748 * opncls.c (_bfd_new_bfd_contained_in): Copy "iovec".
6749 (struct opncls, opncls_btell, opncls_bseek, opncls_bread)
6750 (opncls_bwrite, opncls_bclose, opncls_bflush)
6751 (opncls_bstat, opncls_iovec, bfd_openr_iovec): Implement a
6752 bfd iovec that uses function callbacks.
6753 (bfd_close): Use the iovec's bclose.
6754 * cache.c (cache_btell, cache_bseek, cache_bread, cache_bwrite)
6755 (cache_bclose, cache_bflush, cache_bstat)
6756 (cache_iovec): New functions and global variable, implement a
6757 cache "iovec", where applicable set bfd_error.
6758 (bfd_cache_init, bfd_cache_close): Set/test the bfd's iovec.
6759 * bfdio.c (struct bfd_iovec): Define.
6760 (real_read): Delete function.
6761 (bfd_bread, bfd_bread, bfd_bwrite, bfd_tell, bfd_flush, bfd_stat)
6762 (bfd_seek, bfd_get_mtime, bfd_get_size): Use the bfd's "iovec",
6763 assume that bread and bwrite set bfd_error.
6764 * bfd.c (struct bfd): Add "iovec", update comments.
6765 * bfd-in2.h, libbfd.h: Re-generate.
6766
6767 2004-04-21 Andrew Cagney <cagney@redhat.com>
6768
6769 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
6770
6771 2004-04-21 Eric Botcazou <ebotcazou@act-europe.fr>
6772
6773 * elflink.c (elf_gc_mark_dynamic_ref_symbol): New function.
6774 (bfd_elf_gc_sections): Fail if a shared object is being created.
6775 Do not fail if dynamic sections have been created. Instead call
6776 elf_gc_mark_dynamic_ref_symbol to mark sections that contain
6777 dynamically referenced symbols. Do not mark the whole graph
6778 rooted at .eh_frame, only the section proper.
6779
6780 2004-04-20 DJ Delorie <dj@redhat.com>
6781
6782 * reloc.c: Add BFD_RELOC_32_SECREL.
6783 * bfd-in2.h: Regenerate.
6784 * libbfd.h: Likewise.
6785 * coff-i386.c (howto_table) [COFF_WITH_PE]: Add R_SECREL32.
6786 (coff_i386_rtype_to_howto) [COFF_WITH_PE]: Handle it.
6787 (coff_i386_reloc_type_lookup) [COFF_WITH_PE]: Likewise.
6788
6789 2004-04-19 Jakub Jelinek <jakub@redhat.com>
6790
6791 * elf32-sparc.c (elf32_sparc_relocate_section): Handle
6792 relocs against hidden/protected undefweak symbols properly.
6793 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6794
6795 2004-04-18 Mark Kettenis <kettenis@gnu.org>
6796
6797 * libaout.h (enum machine_type): Add M_POWERPC_NETBSD.
6798 * netbsd-core.c (netbsd_core_file_p): Set architecture for PowerPC
6799 core files.
6800
6801 2004-04-17 Brian Ford <ford@vss.fsi.com>
6802
6803 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Use the first non-zero
6804 filepos for the SizeOfHeaders field.
6805 (_bfd_XXi_swap_scnhdr_out): Correct section flags lossage on reloc
6806 overflow.
6807 (_bfd_XXi_swap_sym_in): Remove redundant section flags assignment.
6808
6809 2004-04-16 Alan Modra <amodra@bigpond.net.au>
6810
6811 * simple.c (bfd_simple_get_relocated_section_contents): Don't
6812 change reloc_done. Set and restore _cooked_size.
6813 (RETURN): Delete.
6814
6815 2004-04-15 Mark Kettenis <kettenis@gnu.org>
6816
6817 * netbsd-core.c (netbsd_core_file_p): Set architecture for VAX
6818 core files.
6819
6820 2004-04-15 Nick Clifton <nickc@redhat.com>
6821
6822 * bfd.c (bfd_archive_filename): Catch NULL bfd pointers.
6823
6824 2004-04-15 Alan Modra <amodra@bigpond.net.au>
6825
6826 * elf64-sparc.c (sparc64_elf_check_relocs): Fix thinko last change.
6827
6828 2004-04-15 H.J. Lu <hongjiu.lu@intel.com>
6829
6830 * elflink.c (_bfd_elf_merge_symbol): Treat weak as strong only
6831 when it is a definition.
6832
6833 2004-04-14 Alan Modra <amodra@bigpond.net.au>
6834
6835 * elf32-sparc.c (elf32_sparc_relocate_section): Don't abort
6836 when statically linking PIC code.
6837 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6838
6839 2004-04-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6840
6841 * config.bfd: Remove mips*-*-mach3* and mips*-dec-mach3* targets.
6842 * configure.in: Remove mips-dec-bsd*, mips-dec-mach3*, mips-*-mach3*
6843 targets amd aout_mips_big_vec, aout_mips_little_vec target vectors.
6844 * configure: Regenerate.
6845
6846 2004-04-08 Richard Sandiford <rsandifo@redhat.com>
6847
6848 * elflink.c: Include libiberty.h.
6849 * Makefile.am (elflink.lo): Depend on libiberty.h.
6850 * Makefile.in: Regenerate.
6851
6852 2004-04-06 Daniel Jacobowitz <drow@mvista.com>
6853
6854 * elfxx-mips.c (MIPS_ELF_STUB_SECTION_NAME): Always use
6855 ".MIPS.stubs".
6856
6857 2004-04-05 H.J. Lu <hongjiu.lu@intel.com>
6858
6859 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Always
6860 reserve the memory for dynamic linker
6861
6862 2004-04-05 Mark Kettenis <kettenis@gnu.org>
6863
6864 * netbsd-core.c (CORE_WCOOKIE_OFFSET): New define.
6865 (netbsd_core_file_p): Create a .wcookie section for OpenBSD/sparc.
6866
6867 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
6868
6869 * elf32-cr16c.c (elf32_cr16c_relocate_section): Use
6870 RELOC_FOR_GLOBAL_SYMBOL.
6871 (elf32_cr16c_add_symbol_hook): Remove const from Elf_Internal_Sym.
6872
6873 2004-04-02 H.J. Lu <hongjiu.lu@intel.com>
6874
6875 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
6876 R_ARM_ALU* only if OLD_ARM_ABI is not defined.
6877
6878 2004-04-01 Paul Brook <paul@codesourcery.com>
6879
6880 * bfd-in.h (bfd_elf32_arm_process_before_allocation): Update.
6881 * elf32-arm.h (struct elf32_elf_section_map): New.
6882 (struct _arm_elf_section_data): New.
6883 (elf32_arm_section_data): Define.
6884 (struct elf32_arm_link_hash_table): Add byteswap_code.
6885 (elf32_arm_link_hash_table_create): Initialize byteswap_code.
6886 (bfd_elf32_arm_process_before_allocation): Add byteswap_code.
6887 (elf32_arm_post_process_headers): Set EF_ARM_BE8.
6888 (elf32_arm_output_symbol_hook, elf32_arm_new_section_hook,
6889 elf32_arm_compare_mapping, elf32_arm_write_section): New functions.
6890 (bfd_elf32_new_section_hook, elf_backend_write_section,
6891 elf_backend_link_output_symbol_hook): Define.
6892
6893 2004-04-01 Andy Chittenden <achittenden@bluearc.com>
6894
6895 * stabs.c (struct stab_link_includes_totals): Add field 'symb'
6896 that keeps the characters in a B_INCL..B_EINCL range.
6897 (_bfd_link_section_stabs): When computing the sum of the
6898 characters in a B_INCL..B_EINCL range also keep a copy of those
6899 characters. Use this information to distinguish between
6900 include sections that have the same sum and the same length
6901 but which are nevertheless unique.
6902
6903 2004-03-31 Paul Brook <paul@codesourcery.com>
6904
6905 * elf32-arm.h (elf32_arm_final_link_relocate): Add R_ARM_ALU*.
6906 * elfarm-nabi.c (elf32_arm_howto_table): Ditto.
6907
6908 2004-03-31 Andy Chittenden <achittenden@bluearc.com>
6909
6910 * stabs.c (struct stab_link_includes_totals): Rename field 'total'
6911 to 'sum_chars' and add field 'num_chars'.
6912 (_bfd_link_section_stabs): When computing the sum of the
6913 characters in a B_INCL..B_EINCL range also keep a count of the
6914 number of characters. Use this information to help distinguish
6915 between include sections when have the same sum but which
6916 nevertheless are still unique.
6917
6918 2004-03-31 Mattias Engdegård <mattias@virtutech.se>
6919
6920 * stabs.c (_bfd_link_section_stabs): Do not skip N_EXCL stabs.
6921
6922 2004-03-30 Galit Heller <Galit.Heller@nsc.com>
6923 Tomer Levi <Tomer.Levi@nsc.com>
6924
6925 * Makefile.am (ALL_MACHINES): Add cpu-cr16c.lo.
6926 (ALL_MACHINES_CFILES): Add cpu-cr16c.c.
6927 (BFD32_BACKENDS): Add elf32-cr16c.lo.
6928 (BFD32_BACKENDS_CFILES): Add elf32-cr16c.c.
6929 (cpu-cr16c.lo): New target.
6930 (elf32-cr16c.lo): Likewise.
6931 * Makefile.in: Regenerate.
6932 * archures.c (bfd_architecture): Add bfd_{arch,mach}_cr16c.
6933 (bfd_archures_list): Add bfd_cr16c_arch.
6934 * config.bfd: Handle cr16c-*-elf*.
6935 * configure.in: Handle bfd_elf32_cr16c_vec.
6936 * configure: Regenerate.
6937 * reloc.c: Add BFD_RELOC_16C_NUM08, BFD_RELOC_16C_NUM08_C,
6938 BFD_RELOC_16C_NUM16, BFD_RELOC_16C_NUM16_C,
6939 BFD_RELOC_16C_NUM32, BFD_RELOC_16C_NUM32_C,
6940 BFD_RELOC_16C_DISP04, BFD_RELOC_16C_DISP04_C,
6941 BFD_RELOC_16C_DISP08, BFD_RELOC_16C_DISP08_C,
6942 BFD_RELOC_16C_DISP16, BFD_RELOC_16C_DISP16_C,
6943 BFD_RELOC_16C_DISP24, BFD_RELOC_16C_DISP24_C,
6944 BFD_RELOC_16C_DISP24a, BFD_RELOC_16C_DISP24a_C,
6945 BFD_RELOC_16C_REG04, BFD_RELOC_16C_REG04_C,
6946 BFD_RELOC_16C_REG04a, BFD_RELOC_16C_REG04a_C,
6947 BFD_RELOC_16C_REG14, BFD_RELOC_16C_REG14_C,
6948 BFD_RELOC_16C_REG16, BFD_RELOC_16C_REG16_C,
6949 BFD_RELOC_16C_REG20, BFD_RELOC_16C_REG20_C,
6950 BFD_RELOC_16C_ABS20, BFD_RELOC_16C_ABS20_C,
6951 BFD_RELOC_16C_ABS24, BFD_RELOC_16C_ABS24_C,
6952 BFD_RELOC_16C_IMM04, BFD_RELOC_16C_IMM04_C,
6953 BFD_RELOC_16C_IMM16, BFD_RELOC_16C_IMM16_C,
6954 BFD_RELOC_16C_IMM20, BFD_RELOC_16C_IMM20_C,
6955 BFD_RELOC_16C_IMM24, BFD_RELOC_16C_IMM24_C,
6956 BFD_RELOC_16C_IMM32, BFD_RELOC_16C_IMM32_C.
6957 * targets.c (bfd_elf32_cr16c_vec): Declare.
6958 (bfd_target_vector): Add bfd_elf32_cr16c_vec.
6959 * cpu-cr16c.c: New file.
6960 * elf32-cr16c.c: Likewise.
6961 * libbfd.h: Regenerate.
6962 * bfd-in2.h: Likewise.
6963
6964 2004-03-30 Jakub Jelinek <jakub@redhat.com>
6965
6966 * elf.c (map_sections_to_segments): Fix handling of .tbss.
6967
6968 2004-03-27 Alan Modra <amodra@bigpond.net.au>
6969
6970 * Makefile.am: Remove all mention of elflink.h.
6971 * Makefile.in: Regenerate.
6972 * bfd-in.h (bfd_elf_discard_info): Declare.
6973 (bfd_elf32_discard_info, bfd_elf64_discard_info): Delete.
6974 * bfd-in2.h: Regenerate.
6975 * elf-bfd.h (bfd_elf32_print_symbol, bfd_elf64_print_symbol,
6976 bfd_elf32_link_record_dynamic_symbol,
6977 bfd_elf64_link_record_dynamic_symbol,
6978 _bfd_elf_link_record_dynamic_symbol, bfd_elf32_bfd_final_link,
6979 bfd_elf64_bfd_final_link, elf_link_record_local_dynamic_symbol,
6980 _bfd_elf32_link_record_local_dynamic_symbol,
6981 _bfd_elf64_link_record_local_dynamic_symbol,
6982 _bfd_elf32_gc_sections, _bfd_elf32_gc_common_finalize_got_offsets,
6983 _bfd_elf32_gc_common_final_link, _bfd_elf64_gc_common_final_link,
6984 _bfd_elf32_gc_record_vtinherit, _bfd_elf32_gc_record_vtentry,
6985 _bfd_elf64_gc_sections, _bfd_elf64_gc_common_finalize_got_offsets,
6986 _bfd_elf64_gc_record_vtinherit, _bfd_elf64_gc_record_vtentry,
6987 _bfd_elf32_reloc_symbol_deleted_p,
6988 _bfd_elf64_reloc_symbol_deleted_p): Delete.
6989 (bfd_elf_link_record_dynamic_symbol,
6990 bfd_elf_link_record_local_dynamic_symbol,
6991 bfd_elf_final_link, bfd_elf_gc_sections,
6992 bfd_elf_gc_record_vtinherit, bfd_elf_gc_record_vtentry,
6993 bfd_elf_gc_common_finalize_got_offsets, bfd_elf_gc_common_final_link,
6994 bfd_elf_reloc_symbol_deleted_p): Declare.
6995 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
6996 * elf32-arm.h: Update for changed function names. Remove local
6997 WILL_CALL_FINISH_DYNAMIC_SECTION define.
6998 * elf-hppa.h, elf-m10300.c, elf32-cris.c, elf32-d10v.c, elf32-dlx.c,
6999 * elf32-fr30.c, elf32-frv.c, elf32-h8300.c, elf32-hppa.c, elf32-i386.c,
7000 * elf32-iq2000.c, elf32-m32r.c, elf32-m68hc1x.c, elf32-m68k.c,
7001 * elf32-mcore.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
7002 * elf32-sh.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
7003 * elf32-xstormy16.c, elf32-xtensa.c, elf64-alpha.c, elf64-hppa.c,
7004 * elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c, elf64-sparc.c,
7005 * elf64-x86-64.c, elfxx-ia64.c, elfxx-mips.c, elfxx-target.h: Likewise.
7006 * elfxx-target.h (bfd_elfNN_bfd_final_link): Define.
7007 (bfd_elfNN_print_symbol): Define.
7008 * elfcode.h: Don't include elflink.h.
7009 (elf_bfd_discard_info, elf_reloc_symbol_deleted_p,
7010 elf_link_record_dynamic_symbol, elf_bfd_final_link, elf_gc_sections,
7011 elf_gc_common_finalize_got_offsets, elf_gc_common_final_link,
7012 elf_gc_record_vtinherit, elf_gc_record_vtentry,
7013 elf_link_record_local_dynamic_symbol): Don't define.
7014 * elflink.c: Update for changed function names. Move elflink.h
7015 code here.
7016 * elflink.h: Delete file.
7017 * po/SRC-POTFILES.in: Regenerate.
7018 * po/bfd.pot: Regenerate.
7019
7020 2004-03-27 Alan Modra <amodra@bigpond.net.au>
7021
7022 * elf64-mmix.c (mmix_elf_relocate_section): Restore code setting
7023 "name" for global syms accidentally removed in 2004-03-20 change.
7024
7025 2004-03-27 Alan Modra <amodra@bigpond.net.au>
7026
7027 * elf-bfd.h (struct elf_reloc_cookie): Add r_sym_shift field.
7028 * elflink.h: Replace all occurrences of sizeof (Elf_External_*)
7029 where Elf_External_* is different for 64 and 32 bit, with
7030 corresponding elf_size_info field.
7031 (struct elf_final_link_info): Use "bfd_byte *" instead
7032 of "Elf_External_Sym *" for external_syms and symbuf.
7033 (elf_link_adjust_relocs): Set up r_type_mask and r_sym_shift local
7034 vars and use instead of ELF_R_INFO and ELF_R_TYPE macros.
7035 (struct elf_link_sort_rela): Add "sym_mask" alias for "offset".
7036 (elf_link_sort_cmp1): Use sym_mask field instead of ELF_R_SYM.
7037 (elf_link_sort_cmp2): Adjust.
7038 (elf_link_sort_relocs): Set up r_sym_mask local var instead of
7039 using ELF_R_SYM macro. Set u.sym_mask.
7040 (elf_bfd_final_link): Call _bfd_elf_stringtab_init instead of macro
7041 version, elf_stringtab_init. Ditto for bfd_section_from_elf_index
7042 vs. section_from_elf_index. Adjust Elf_External_Sym pointer
7043 arithmetic. Pass bed to elf_link_flush_output_syms. Adjust
7044 Elf_External_Dyn pointer arithmentic. Use bed swap_dyn_in and
7045 swap_syn_out functions. Rearrange dyn swap in/out switch.
7046 (elf_link_output_sym): Adjust Elf_External_Sym pointer arithmentic.
7047 Pass bed to elf_link_flush_output_syms. Use bed swap_symbol_out.
7048 (elf_link_flush_output_syms): Add elf_backend_data arg.
7049 (elf_link_check_versioned_symbol): Likewise.
7050 (elf_link_output_extsym): Pass bed to elf_link_check_versioned_symbol.
7051 Adjust Elf_External_Sym pointer arithmetic. Use bed swap_symbol_out.
7052 (elf_link_input_bfd): Use bfd_section_from_elf_index. Set up
7053 r_type_mask and r_sym_shift local vars and use instead of ELF_R_SYM,
7054 ELF_R_TYPE and ELF_R_INFO macros.
7055 (elf_reloc_link_order): Select ELF32_R_INFO or ELF64_R_INFO invocation
7056 based on size rather than using ELF_R_INFO.
7057 (elf_gc_mark): Set up r_sym_shift local var and use instead of
7058 ELF_R_SYM macro.
7059 (struct alloc_got_off_arg): New.
7060 (elf_gc_common_finalize_got_offsets): Use elf_size_info instead of
7061 ARCH_SIZE. Pass get entry size down to elf_gc_allocate_got_offsets.
7062 (elf_gc_allocate_got_offsets): Adjust.
7063 (elf_reloc_symbol_deleted_p): Usee cookie.r_sym_shift instead of
7064 ELF_R_SYM. Use bfd_section_from_elf_index.
7065 (elf_bfd_discard_info): Set cookie.r_sym_shift.
7066 * elfcode.h (elf_stringtab_init, section_from_elf_index): Delete.
7067 (elf_slurp_symbol_table): Use bfd_section_from_elf_index.
7068
7069 2004-03-26 Stan Shebs <shebs@apple.com>
7070
7071 Remove MPW support, no longer used.
7072 * config.bfd (powerpc-*-mpw*): Remove configuration.
7073 * mpw-config.in, mpw-make.sed: Remove files.
7074 * ecoffswap.h [MPW_C]: Remove MPW-C-friendly version of code.
7075
7076 2004-03-26 Alan Modra <amodra@bigpond.net.au>
7077
7078 * elf64-ppc.c (elf_backend_add_symbol_hook): Define.
7079 (ppc64_elf_add_symbol_hook): New function.
7080 * elf-bfd.h (struct elf_backend_data <elf_add_symbol_hook>): Remove
7081 const from Elf_Internal_Sym param.
7082 * elflink.c (elf_link_add_object_symbols): Adjust.
7083 * elf-hppa.h (elf_hppa_add_symbol_hook): Adjust.
7084 * elf32-frv.c (elf32_frv_add_symbol_hook): Adjust.
7085 * elf32-i370.c (elf_backend_add_symbol_hook): Adjust.
7086 * elf32-m32r.c (m32r_elf_add_symbol_hook): Adjust.
7087 * elf32-m68hc1x.c (elf32_m68hc11_add_symbol_hook): Adjust.
7088 * elf32-m68hc1x.h (elf32_m68hc11_add_symbol_hook): Adjust.
7089 * elf32-ppc.c (ppc_elf_add_symbol_hook): Adjust.
7090 * elf32-sh64.c (sh64_elf_add_symbol_hook): Adjust.
7091 * elf32-v850.c (v850_elf_add_symbol_hook): Adjust.
7092 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Adjust.
7093 * elf64-mmix.c (mmix_elf_add_symbol_hook): Adjust.
7094 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Adjust.
7095 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Adjust.
7096 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Adjust.
7097 * elfxx-mips.c (_bfd_mips_elf_add_symbol_hook): Adjust.
7098 * elfxx-mips.h (_bfd_mips_elf_add_symbol_hook): Adjust.
7099
7100 2004-03-26 Alan Modra <amodra@bigpond.net.au>
7101
7102 * elfxx-target.h (bfd_elfNN_bfd_link_add_symbols): Define.
7103 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): Delete.
7104 (_bfd_elf_sort_symbol, _bfd_elf_add_dt_needed_tag): Delete.
7105 (_bfd_elf_finalize_dynstr, bfd_elf32_bfd_link_add_symbols): Delete.
7106 (bfd_elf64_bfd_link_add_symbols): Delete.
7107 (bfd_elf_link_add_symbols): Declare.
7108 * elfcode.h (elf_bfd_link_add_symbols): Delete.
7109 * elflink.c: Include safe-ctype.h.
7110 (elf_add_dt_needed_tag): Rename from _bfd_elf_add_dt_needed_tag,
7111 make static.
7112 (elf_sort_symbol): Rename from _bfd_elf_sort_symbol, make static.
7113 (elf_finalize_dynstr): Rename from _bfd_elf_finalize_dynstr, make
7114 static.
7115 (elf_link_add_archive_symbols): Rename from
7116 _bfd_elf_link_add_archive_symbols, make static.
7117 (elf_link_add_object_symbols): New function. Corresponding
7118 elflink.h function converted to use elf_size_info.
7119 (bfd_elf_link_add_symbols): Likewise.
7120 (bfd_elf_size_dynamic_sections): Adjust.
7121 * elflink.h (elf_bfd_link_add_symbols): Delete.
7122 (elf_link_add_object_symbols): Delete.
7123 * elf32-gen.c (elf32_generic_link_add_symbols): Call
7124 bfd_elf_link_add_symbols.
7125 * elf64-gen.c (elf64_generic_link_add_symbols): Likewise.
7126
7127 2004-03-25 Alan Modra <amodra@bigpond.net.au>
7128
7129 * elflink.h (elf_link_add_object_symbols): Add DT_NEEDED for as-needed
7130 and chained shared libs only if dynsym. Clear dynsym on forced-local.
7131
7132 * elf-bfd.h (_bfd_elf_add_dynamic_entry): Declare.
7133 (bfd_elf32_add_dynamic_entry, bfd_elf64_add_dynamic_entry): Delete.
7134 (_bfd_elf_add_dt_needed_tag): Declare.
7135 (_bfd_elf_sort_symbol): Declare.
7136 (_bfd_elf_finalize_dynstr): Declare.
7137 (RELOC_FOR_GLOBAL_SYM): Formatting.
7138 * elfcode.h (elf_add_dynamic_entry): Delete.
7139 * elflink.c (_bfd_elf_add_dynamic_entry): New function. Corresponding
7140 elflink.h function converted to use elf_size_info.
7141 (_bfd_elf_add_dt_needed_tag): Likewise.
7142 (_bfd_elf_sort_symbol): Likewise.
7143 (_bfd_elf_finalize_dynstr): Likewise.
7144 (compute_bucket_count): Likewise.
7145 (bfd_elf_size_dynamic_sections): Likewise. Check result of
7146 _bfd_elf_strtab_add before calling _bfd_elf_strtab_addref.
7147 (elf_adjust_dynstr_offsets, elf_collect_hash_codes): Moved from..
7148 * elflink.h: ..here.
7149 (sort_symbol, add_dt_needed_tag): Delete.
7150 (elf_add_dynamic_entry, elf_finalize_dynstr): Delete.
7151 (compute_bucket_count, NAME(bfd_elf,size_dynamic_sections)): Delete.
7152 Update all users.
7153 * elf32-arm.h (add_dynamic_entry): Update. Remove casts.
7154 * elf32-cris.c (add_dynamic_entry): Likewise.
7155 * elf32-hppa.c (add_dynamic_entry): Likewise.
7156 * elf32-i370.c (add_dynamic_entry): Likewise.
7157 * elf32-i386.c (add_dynamic_entry): Likewise.
7158 * elf32-m32r.c (add_dynamic_entry): Likewise.
7159 * elf32-m68k.c (add_dynamic_entry): Likewise.
7160 * elf32-ppc.c (add_dynamic_entry): Likewise.
7161 * elf32-s390.c (add_dynamic_entry): Likewise.
7162 * elf32-sh.c (add_dynamic_entry): Likewise.
7163 * elf32-sparc.c (add_dynamic_entry): Likewise.
7164 * elf32-vax.c (add_dynamic_entry): Likewise.
7165 * elf32-xtensa.c (add_dynamic_entry): Likewise.
7166 * elf64-alpha.c (add_dynamic_entry): Likewise.
7167 * elf64-hppa.c (add_dynamic_entry): Likewise.
7168 * elf64-ppc.c (add_dynamic_entry): Likewise.
7169 * elf64-s390.c (add_dynamic_entry): Likewise.
7170 * elf64-sparc.c (add_dynamic_entry): Likewise.
7171 * elf64-x86-64.c (add_dynamic_entry): Likewise.
7172 * elfxx-ia64.c (add_dynamic_entry): Likewise.
7173 * elfxx-mips.c (MIPS_ELF_ADD_DYNAMIC_ENTRY): Likewise.
7174 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
7175 * elf32-frv.c (elf32_frv_size_dynamic_sections): Likewise.
7176 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
7177
7178 2004-03-23 Paul Brook <paul@codesourcery.com>
7179
7180 * elf32-arm.h (arm_print_private_bfd_data): Add EABI v3.
7181
7182 2004-03-22 Bob Wilson <bob.wilson@acm.org>
7183
7184 * elf32-xtensa.c (elf_xtensa_check_relocs): Remove code to read
7185 literal tables and check for relocs outside of literal pools.
7186 (elf_xtensa_make_sym_local): Don't clear ELF_LINK_NON_GOT_REF flag.
7187 (elf_xtensa_fix_refcounts): Don't check ELF_LINK_NON_GOT_REF or
7188 set DF_TEXTREL.
7189 (elf_xtensa_size_dynamic_sections): Don't add DT_TEXTREL entry.
7190 (elf_xtensa_relocate_section): Read literal tables and check for
7191 dynamic relocations in read-only sections and not in literal pools.
7192
7193 2004-03-23 Alan Modra <amodra@bigpond.net.au>
7194
7195 PR 51.
7196 * linker.c (bfd_wrapped_link_hash_lookup): Handle info->wrap_char.
7197
7198 2004-03-22 Hans-Peter Nilsson <hp@axis.com>
7199
7200 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOTPLT,
7201 R_CRIS_16_GOTPLT>: Also error if there's no PLT for a symbol
7202 not defined by the executable, or defined in a DSO.
7203 <eliding run-time relocation of .got>: Initialize GOT entry for a
7204 function symbol or ELF_LINK_HASH_NEEDS_PLT statically in an
7205 executable.
7206 (cris_elf_gc_sweep_hook): Improve fallthrough marking.
7207 (elf_cris_try_fold_plt_to_got): Improve head comment. Do not fold
7208 a PLT reloc to GOT for an executable.
7209 (elf_cris_adjust_dynamic_symbol): Only fold a .got.plt entry with
7210 .got for a DSO and explain why.
7211 (elf_cris_discard_excess_program_dynamics): Also lose GOT-relocs
7212 and unreferenced symbols for which a PLT is defined. Adjust
7213 dynamic-symbol pruning correspondingly, to make sure we don't lose
7214 a dynamic symbol also defined by a DSO.
7215
7216 2004-03-22 Alan Modra <amodra@bigpond.net.au>
7217
7218 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Add input_bfd, input_section
7219 and rel args. Group input and output args. Wrap to 80 columns.
7220 * elf-m10200.c, elf-m10300.c, elf32-arm.h, elf32-avr.c,
7221 elf32-cris.c, elf32-d10v.c, elf32-fr30.c, elf32-h8300.c,
7222 elf32-hppa.c, elf32-i386.c, elf32-i860.c, elf32-ip2k.c,
7223 elf32-iq2000.c, elf32-m68hc1x.c, elf32-m68k.c, elf32-mcore.c,
7224 elf32-msp430.c, elf32-openrisc.c, elf32-ppc.c, elf32-s390.c,
7225 elf32-sparc.c, elf32-v850.c, elf32-vax.c, elf32-xstormy16.c,
7226 elf32-xtensa.c, elf64-alpha.c, elf64-mmix.c, elf64-ppc.c,
7227 elf64-s390.c, elf64-sparc.c, elf64-x86-64.c, elfxx-ia64.c: Update
7228 RELOC_FOR_GLOBAL_SYMBOL invocation.
7229
7230 2004-03-20 H.J. Lu <hongjiu.lu@intel.com>
7231
7232 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): Report error if
7233 unresolved symbols in objects aren't allowed.
7234
7235 * elf-hppa.h (elf_hppa_relocate_section): Properly handle
7236 unresolved symbols.
7237 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
7238 (elf_hppa_unmark_useless_dynamic_symbols):
7239 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
7240 * elf32-hppa.c (elf32_hppa_size_stubs): Likewise.
7241 (elf32_hppa_relocate_section): Likewise.
7242 * elf32-i370.c (i370_elf_relocate_section): Likewise.
7243 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7244 * elf32-sh.c (sh_elf_relocate_section): Likewise.
7245 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
7246 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
7247
7248 * elf-m10200.c (mn10200_elf_relocate_section): Use
7249 RELOC_FOR_GLOBAL_SYMBOL.
7250 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
7251 * elf32-d10v.c (elf32_d10v_relocate_section): Likewise.
7252 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
7253 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
7254 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7255 * elf32-m68hc1x.c (m68hc11_get_relocation_value): Likewise.
7256 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
7257 * elf32-msp430.c (elf32_msp430_relocate_section): Likewise.
7258 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7259 * elf32-v850.c (v850_elf_relocate_section): Likewise.
7260 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7261 * elf64-mmix.c (mmix_elf_relocate_section): Likewise.
7262
7263 2004-03-19 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7264
7265 * elf32-hppa.c (elf32_hppa_check_relocs): Handle R_PARISC_PCREL32.
7266 (final_link_relocate): Likewise.
7267 * elf-hppa.h (elf_hppa_reloc_final_type): Handle selectors for
7268 R_PARISC_PCREL32 and R_PARISC_PCREL64 relocations.
7269
7270 2004-03-19 Alan Modra <amodra@bigpond.net.au>
7271
7272 * Makefile.am: Run "make dep-am".
7273 * Makefile.in: Regenerate.
7274 * aclocal.m4: Regenerate.
7275 * config.in: Regenerate.
7276 * po/bfd.pot: Regenerate.
7277
7278 2004-03-19 Alan Modra <amodra@bigpond.net.au>
7279 H.J. Lu <hongjiu.lu@intel.com>
7280
7281 * elflink.c (_bfd_elf_merge_symbol): Revert last change. Move
7282 type and size change code to where it was previously. Remove
7283 dt_needed param. Treat old weak syms as strong if new sym is
7284 from a shared lib, even when old sym is from another shared
7285 lib. Remove unnecessary tests of oldweak and newweak. Correct
7286 comments.
7287 (_bfd_elf_add_default_symbol): Remove dt_needed param. Update
7288 _bfd_elf_merge_symbol calls.
7289 * elflink.h (elf_link_add_object_symbols): Update calls. Remove
7290 dt_needed local var. Update comments.
7291 * elf-bfd.h (_bfd_elf_merge_symbol): Update prototype.
7292 (_bfd_elf_add_default_symbol): Likewise.
7293
7294 * elflink.c (_bfd_elf_merge_symbol): Reinstate code to handle
7295 strong syms in one shared object overriding weak syms in another.
7296
7297 2004-03-18 Alan Modra <amodra@bigpond.net.au>
7298
7299 * elf-bfd.h (struct elf_obj_tdata): Delete dt_soname field. Add
7300 dyn_lib_class field. Rearrange for better packing.
7301 (elf_dt_soname): Delete.
7302 (elf_dyn_lib_class): Define.
7303 * elf.c (bfd_elf_set_dt_needed_name): Update comment.
7304 (bfd_elf_set_dt_needed_soname): Delete.
7305 (bfd_elf_set_dyn_lib_class): New function.
7306 * elflink.h (add_dt_needed_tag): New function. Split out from..
7307 (elf_link_add_object_symbols): ..here. Rename "name" to "soname".
7308 Use elf_dyn_lib_class to set dt_needed and add_needed. Move fallback
7309 initialization of soname.
7310 (elf_link_check_versioned_symbol): Test elf_dyn_lib_class instead of
7311 elf_dt_soname.
7312 * bfd-in.h (enum dynamic_lib_link_class): New.
7313 (bfd_elf_set_dt_needed_soname): Delete.
7314 (bfd_elf_set_dyn_lib_class): Declare.
7315 * bfd-in2.h: Regenerate.
7316
7317 * elflink.c (_bfd_elf_merge_symbol): Rewrite weak symbol handling.
7318 (_bfd_elf_add_default_symbol): Remove indirect BFD_ASSERTs.
7319 * elflink.h (elf_link_add_object_symbols): Don't clear dt_needed in
7320 symbol loop. Instead use add_needed to flag tag as written.
7321
7322 2004-03-17 Nathan Sidwell <nathan@codesourcery.com>
7323
7324 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Correct
7325 logic for null_input_bfd detection.
7326
7327 2004-03-17 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7328
7329 * config.bfd: Switch sh-*-rtems* to ELF. Add sh-*-rtemscoff*.
7330
7331 2004-03-16 Mark Kettenis <kettenis@gnu.org>
7332
7333 * netbsd-core.c (netbsd_core_file_p) [CORE_FPU_OFFSET]: Remove
7334 code.
7335
7336 2004-03-16 Alan Modra <amodra@bigpond.net.au>
7337
7338 * elflink.c (elf_link_read_relocs_from_section): Don't use
7339 NUM_SHDR_ENTRIES in end of reloc calc. Move NULL shdr check..
7340 (_bfd_elf_link_read_relocs): ..to here.
7341 * elf32-ppc.c (ppc_elf_relax_section): Formatting.
7342
7343 2004-03-16 Alan Modra <amodra@bigpond.net.au>
7344
7345 * configure.in (HOST_64BIT_TYPE, HOST_U_64BIT_TYPE): Don't override
7346 values selected in configure.host. Require both to be defined
7347 before setting BFD_HOST_64_BIT_DEFINED. Protect assignment to
7348 corresponding BFD_HOST vars with quotes.
7349 <${host64}-${target64}-${want64} in *true*>: Don't exempt gcc;
7350 Always require BFD_HOST_64_BIT_DEFINED.
7351 <file_ptr type>: Find off_t size before emitting message. Combine
7352 off_t and ftello64 conditional.
7353 * configure: Regenerate.
7354
7355 2004-03-16 Alan Modra <amodra@bigpond.net.au>
7356
7357 * elf32-m32r.c (m32r_elf_create_dynamic_sections): Fix pointer
7358 aliasing warning. Remove trailing whitespace throughout file.
7359
7360 2004-03-15 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
7361
7362 * elf-hppa.h (elf_hppa_relocate_section): Pass input_bfd instead of
7363 input_section in calls to get_dyn_name.
7364 * elf64-hppa.c (get_dyn_name): Change type of first argument to "bfd *". Use section id of first section in input BFD to build dynamic name for
7365 local symbols.
7366 (elf64_hppa_check_relocs): Pass abfd in call to get_dyn_name.
7367
7368 2004-03-15 Alan Modra <amodra@bigpond.net.au>
7369
7370 * bfd-in.h (bfd_int64_t, bfd_uint64_t): New types.
7371 (BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Don't define here.
7372 (bfd_getb64, bfd_getl64, bfd_get_bits): Return bfd_uint64_t.
7373 (bfd_getb_signed_64, bfd_getl_signed_64): Return bfd_int64_t.
7374 (bfd_putb64, bfd_putl64, bfd_put_bits): Accept bfd_uint64_t.
7375 * configure.in (HOST_U_64BIT_TYPE): Set when sizeof long is 8.
7376 (BFD_HOST_64_BIT_DEFINED, BFD_HOST_64_BIT, BFD_HOST_U_64_BIT): Set
7377 when using long.
7378 * libbfd.c (EIGHT_GAZILLION, COERCE64): Use bfd_int64_t.
7379 (bfd_getb64): Return bfd_uint64_t. Enable when BFD_HOST_64_BIT.
7380 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
7381 (bfd_putb64): Accept bfd_uint64_t. Enable when BFD_HOST_64_BIT.
7382 (bfd_putl64, bfd_put_bits, bfd_get_bits): Likewise.
7383 * dwarf2.c (struct attribute): Use bfd_int64_t and bfd_uint64_t.
7384 (read_8_bytes, read_indirect_string, read_address): Likewise.
7385 (read_abbrevs, parse_comp_unit): Likewise.
7386 * targets.c (struct bfd_target): Likewise.
7387 * aix386-core.c (NO_GET64, NO_PUT64, NO_GETS64): Define and use.
7388 * hppabsd-core.c: Likewise. Formatting.
7389 * hpux-core.c: Likewise.
7390 * irix-core.c: Likewise.
7391 * netbsd-core.c: Likewise.
7392 * osf-core.c: Likewise.
7393 * ptrace-core.c: Likewise.
7394 * sco5-core.c: Likewise.
7395 * trad-core.c: Likewise.
7396 * configure: Regenerate.
7397 * bfd-in2.h: Regenerate.
7398
7399 2004-03-15 Alan Modra <amodra@bigpond.net.au>
7400
7401 * bfd-in.h (bfd_getb64, bfd_getl64): Replace bfd_byte* with void*.
7402 (bfd_getb32, bfd_getl32, bfd_getb16, bfd_getl16): Likewise.
7403 (bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
7404 (bfd_getb_signed_32, bfd_getl_signed_32): Likewise.
7405 (bfd_getb_signed_16, bfd_getl_signed_16): Likewise.
7406 (bfd_putb64, bfd_putl64, bfd_putb32, bfd_putl32): Likewise.
7407 (bfd_putb16, bfd_putl16, bfd_get_bits, bfd_put_bits): Likewise.
7408 * libbfd.c: Likewise in function definitions.
7409 (bfd_put_8): Mask with 0xff rather than casting to char.
7410 (bfd_putb16, bfd_putl16, bfd_putb32, bfd_putl32): Likewise.
7411 (bfd_putb64, bfd_putl64, bfd_put_bits): Likewise.
7412 (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8): Remove casts, simplify.
7413 (H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8): Likewise.
7414 (H_GET_64, H_GET_32, H_GET_16, H_GET_8): Likewise.
7415 (H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Likewise.
7416 * libaout.h (H_PUT_64 H_PUT_32, H_PUT_16): Remove casts, simplify.
7417 (H_PUT_S64, H_PUT_S32, H_PUT_S16): Likewise.
7418 (H_GET_64, H_GET_32, H_GET_16): Likewise.
7419 (H_GET_S64, H_GET_S32, H_GET_S16): Likewise.
7420 * archive.c (do_slurp_coff_armap): Update swap prototype.
7421 * coff-tic54x.c (tic54x_getl32): Replace bfd_byte* with void*.
7422 (tic54x_getl_signed_32): Likewise.
7423 (tic54x_putl32): Likewise. Mask with 0xff rather than casting to char.
7424 * mach-o.c (bfd_mach_o_read_header): Update get32 prototype.
7425 * pdp11.c (bfd_getp32): Make static, replace bfd_byte* with void*.
7426 (bfd_getp_signed_32, bfd_putp32): Likewise.
7427 * targets.c (struct bfd_target): Use void* in place of bfd_byte* for
7428 bfd_getx64, bfd_getx_signed_64, bfd_putx64, bfd_getx32,
7429 bfd_getx_signed_32, bfd_putx32, bfd_getx16, bfd_getx_signed_16,
7430 bfd_putx16, bfd_h_getx64, bfd_h_getx_signed_64, bfd_h_putx64,
7431 bfd_h_getx32, bfd_h_getx_signed_32, bfd_h_putx32, bfd_h_getx16,
7432 bfd_h_getx_signed_16, bfd_h_putx16.
7433 * aix386-core.c (NO_GET, NO_GETS, NO_PUT): Update prototypes.
7434 * hppabsd-core.c: Similarly. Rename NO_SIGNED_GET to NO_GETS.
7435 * hpux-core.c: Likewise.
7436 * irix-core.c: Likewise.
7437 * netbsd-core.c: Likewise.
7438 * osf-core.c: Likewise.
7439 * ptrace-core.c: Likewise.
7440 * sco5-core.c: Likewise.
7441 * trad-core.c: Likewise.
7442 * bfd-in2.h: Regenerate.
7443
7444 2004-03-15 Matt Thomas <matt@3am-software.com>
7445
7446 * config.bfd: Add x86-64 vector to NetBSD/i386 if 64bit BFD is
7447 selected.
7448
7449 2004-03-13 Mark Kettenis <kettenis@gnu.org>
7450
7451 * config.bfd: Add x86_64-*-openbsd*.
7452 * configure.in (x86_64-*-openbsd*): Set COREFILE to
7453 netbsd-core.lo.
7454 * configure: Regenerate.
7455
7456 2004-03-12 Nick Clifton <nickc@redhat.com>
7457 Dave Murphy <wintermute2k4@ntlworld.com>
7458
7459 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Skip most checks
7460 if the input bfd does not contain any code.
7461
7462 2004-03-09 Steve Ellcey <sje@cup.hp.com>
7463
7464 * elfxx-ia64.c (plt_full_entry): Change ld8 to ld8.acq.
7465
7466 2004-03-05 Fred Fish <fnf@redhat.com>
7467
7468 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Just force
7469 mips16 symbols to be even rather than testing first for even/odd.
7470 (_bfd_mips_elf_link_output_symbol_hook): Ditto.
7471
7472 2004-03-05 Nathan Sidwell <nathan@codesourcery.com>
7473
7474 * elf.c (map_sections_to_segments): Ignore .tbss sections for
7475 layout purposes.
7476
7477 2004-03-03 Alexandre Oliva <aoliva@redhat.com>
7478
7479 * elflink.c (bfd_elf_record_link_assignment): Mark undefweak and
7480 undefined symbols as hash_new.
7481
7482 2003-03-03 Andrew Stubbs <andrew.stubbs@superh.com>
7483
7484 * archures.c: Add bfd_mach_sh4_nommu_nofpu.
7485 * cpu-sh.c: Ditto.
7486 * elf32-sh.c: Ditto.
7487 * bfd-in2.h: Regenerate.
7488
7489 2004-03-02 Alexandre Oliva <aoliva@redhat.com>
7490
7491 * elf32-frv.c (struct frv_pic_relocs_info): Added fixups and
7492 dynrelocs.
7493 (_frv_count_got_plt_entries): Initialize them.
7494 (frv_pic_relocs_info_find): Add insert argument. Adjust all
7495 callers.
7496 (frv_pic_relocs_info_for_global): Likewise.
7497 (frv_pic_relocs_info_for_local): Likewise.
7498 (frv_pic_merge_early_relocs_info): New.
7499 (_frv_resolve_final_relocs_info): Use it in case one entry maps to
7500 another.
7501 (_frv_add_dyn_reloc): Add entry argument. Adjust all callers.
7502 Check that we don't exceed the allocated count for entry.
7503 (_frv_add_rofixup): Likewise.
7504 (_frv_emit_got_relocs_plt_entries): Adjust for coding standards.
7505 (elf32_frv_finish_dynamic_sections): Improve error message in case
7506 we emit too few rofixup entries.
7507
7508 2004-03-01 Richard Sandiford <rsandifo@redhat.com>
7509
7510 * archures.c (bfd_mach_fr450): New.
7511 * bfd-in2.h: Regenerate.
7512 * cpu-frv.c (arch_info_450): New bfd_arch_info_type.
7513 (arch_info_500): Link to it.
7514 * elf32-frv.c (elf32_frv_machine, frv_elf_merge_private_bfd_data)
7515 (frv_elf_print_private_bfd_data): Handle fr405 and fr450 header flags.
7516 (frv_elf_arch_extension_p): New function.
7517 (frv_elf_merge_private_bfd_data): Use it.
7518
7519 2004-02-28 H.J. Lu <hongjiu.lu@intel.com>
7520
7521 * elf-bfd.h (_bfd_elf_link_add_archive_symbols): New prototype.
7522
7523 * elflink.h (is_global_data_symbol_definition): Moved to
7524 elflink.c.
7525 (elf_link_is_defined_archive_symbol): Likewise.
7526 (elf_link_add_archive_symbols): Likewise. Renamed to
7527 _bfd_elf_link_add_archive_symbols.
7528
7529 * elflink.c (elf_link_is_defined_archive_symbol): Get the size
7530 of ELF symbol table entry from backend.
7531 (_bfd_elf_link_add_archive_symbols): Call bfd_link_add_symbols
7532 instead of elf_link_add_object_symbols.
7533
7534 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
7535
7536 * elf-bfd.h (struct elf_backend_data): Added
7537 elf_backend_can_make_relative_eh_frame,
7538 elf_backend_can_make_lsda_relative_eh_frame and
7539 elf_backend_encode_eh_address.
7540 (_bfd_elf_encode_eh_address): Declare.
7541 (_bfd_elf_can_make_relative): Declare.
7542 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use new
7543 hooks to decide whether to attempt to make_relative and
7544 make_lsda_relative.
7545 (_bfd_elf_write_section_eh_frame_hdr): Call encode_eh_address.
7546 (_bfd_elf_can_make_relative): New.
7547 (_bfd_elf_encode_eh_address): New.
7548 * elf32-frv.c (frv_elf_use_relative_eh_frame): New.
7549 (frv_elf_encode_eh_address): New.
7550 (elf_backend_can_make_relative_eh_frame): Define.
7551 (elf_backend_can_make_lsda_relative_eh_frame): Define.
7552 (elf_backend_encode_eh_address): Define.
7553 * elfxx-target.h
7554 (elf_backend_can_make_relative_eh_frame): Define.
7555 (elf_backend_can_make_lsda_relative_eh_frame): Define.
7556 (elf_backend_encode_eh_address): Define.
7557 (elfNN_bed): Add them.
7558
7559 2004-02-27 Alexandre Oliva <aoliva@redhat.com>
7560
7561 * elf32-frv.c (elf32_frv_howto_table) <R_FRV_LABEL16>: Set
7562 complain_on_overflow to signed.
7563
7564 2004-02-27 H.J. Lu <hongjiu.lu@intel.com>
7565
7566 * elflink.h (sort_symbol): New.
7567 (elf_link_add_object_symbols): Use a sorted symbol array for
7568 weakdef.
7569
7570 2004-02-27 Jakub Jelinek <jakub@redhat.com>
7571
7572 * elf32-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
7573 for pc relative relocs.
7574 (elf_s390_relocate_section): Likewise.
7575 * elf64-s390.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL
7576 for pc relative relocs.
7577 (elf_s390_relocate_section): Likewise.
7578
7579 2004-02-26 H.J. Lu <hongjiu.lu@intel.com>
7580
7581 * elfxx-ia64.c (elfNN_ia64_check_relocs): Fix call to
7582 count_dyn_reloc.
7583
7584 2004-02-25 H.J. Lu <hongjiu.lu@intel.com>
7585
7586 * elfxx-ia64.c (elfNN_ia64_dyn_reloc_entry): Add the reltext.
7587 field to track if a relocation is against readonly section.
7588 (count_dyn_reloc): Take a new argument for rent->reltext.
7589 (elfNN_ia64_check_relocs): Adjust call to count_dyn_reloc.
7590 (get_reloc_section): Don't set ia64_info->reltext here.
7591 (allocate_dynrel_entries): Set ia64_info->reltext here.
7592
7593 2004-02-24 Alexandre Oliva <aoliva@redhat.com>
7594
7595 * elf32-frv.c (FRV_SYM_LOCAL): Weak undefined doesn't imply local.
7596 (_frv_emit_got_relocs_plt_entries): Decay relocation to protected
7597 function's descriptor to symbol+offset, and map local undefweak
7598 symbol to NULL function descriptor.
7599 (elf32_frv_relocate_section): Likewise.
7600
7601 2004-02-23 Mark Kettenis <kettenis@gnu.org>
7602
7603 * libaout.h (enum machine_type): Add M_SPARC64_NETBSD and
7604 M_X86_64_NETBSD.
7605 * netbsd-core.c (M_SPARC64_OPENBSD): Define.
7606 (netbsd_core_file_p): Set architecture from machine ID for
7607 selected machines.
7608
7609 2004-02-23 Jakub Jelinek <jakub@redhat.com>
7610
7611 * elflink.h (size_dynamic_sections): If not adding DT_FLAGS and
7612 DF_BIND_NOW is set in info->flags, create DT_BIND_NOW dynamic entry.
7613
7614 2004-02-21 H.J. Lu <hongjiu.lu@intel.com>
7615
7616 * elflink.c (_bfd_elf_merge_symbol): Properly handle undefined
7617 symbols with non-default visibility.
7618
7619 2004-02-21 Danny Smith <daanysmith@users.sourceforge.net>
7620
7621 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Clear
7622 IMAGE_SCN_MEM_WRITE on known sections only.
7623
7624 2004-02-20 Jakub Jelinek <jakub@redhat.com>
7625
7626 * elf32-ppc.c (allocate_dynrelocs): Create dynsym for undef weak
7627 symbols used in PIE relocs.
7628
7629 2004-02-19 Jakub Jelinek <jakub@redhat.com>
7630
7631 * elf32-sparc.c (elf32_sparc_finish_dynamic_sections): Clear
7632 .plt sh_entsize.
7633
7634 2004-02-18 Daniel Jacobowitz <drow@mvista.com>
7635
7636 * configure.in: Update version to 2.15.90.
7637 * configure: Regenerate.
7638
7639 2004-02-17 Daniel Jacobowitz <drow@mvista.com>
7640 Richard Sandiford <rsandifo@redhat.com>
7641
7642 * elfxx-mips.c (mips_elf_calculate_relocation): Use
7643 _bfd_elf_symbol_refs_local_p to decide whether to decay
7644 a GOT_PAGE/GOT_OFST pair to GOT_DISP/addend.
7645 (_bfd_mips_elf_check_relocs): Add a global GOT entry for GOT_PAGE
7646 relocs if the symbol wasn't defined by a regular object file.
7647 Don't check the symbol's dynindx.
7648
7649 2004-02-16 Andrew Cagney <cagney@redhat.com>
7650
7651 * bfd-in.h (file_ptr, ufile_ptr): Configure type using
7652 @bfd_file_ptr@.
7653 * bfd-in2.h: Re-generate.
7654
7655 2004-02-14 Andrew Cagney <cagney@redhat.com>
7656
7657 * configure.host (HDEFINES): When hppa*-*-hpux*, define
7658 _LARGEFILE64_SOURCE.
7659
7660 2004-02-13 Andrew Cagney <cagney@redhat.com>
7661
7662 * elf.c (vma_page_aligned_bias): New function.
7663 (assign_file_positions_except_relocs)
7664 (assign_file_positions_for_segments): Replace broken modulo
7665 arithmetic with call to vma_page_aligned_bias.
7666
7667 2004-02-11 Andrew Cagney <cagney@redhat.com>
7668
7669 * bfd-in.h: Update copyright.
7670 (bfd_tell): Change return type to file_ptr.
7671 * bfd-in2.h: Re-generate.
7672 * cache.c: Update copyright.
7673 (bfd_cache_lookup_worker): Use real_fseek, do not cast offset
7674 parameter.
7675 (close_one): Use real_ftell.
7676 * bfdio.c: Update copyright.
7677 (real_ftell, real_fseek): New functions.
7678 (bfd_tell): Use real_fseek and real_ftell, change return type to
7679 file_ptr.
7680 (bfd_seek): Use real_ftell and real_fseek, change type of
7681 file_position to a file_ptr.
7682 * libbfd-in.h: Update copyright.
7683 (real_ftell, real_fseek): Declare.
7684 * libbfd.h: Re-generate.
7685
7686 * configure.in (AC_CHECK_FUNCS): Check for ftello, ftello64,
7687 fseeko and fseeko64. Determine bfd_file_ptr.
7688 * configure: Re-generate.
7689 * config.in: Re-generate.
7690
7691 2004-02-09 Anil Paranjpe <anilp1@KPITCummins.com>
7692
7693 * coff-h8300.c: Added comments about relaxation for ldc.w and stc.w.
7694 * elf32-h8300.c: Likewise.
7695
7696 2004-02-09 Christian Vogel <vogelchr@vogel.cx>
7697 Nick Clifton <nickc@redhat.com>
7698
7699 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Catch
7700 GOT entries with no associated GOT subsection.
7701
7702 2004-02-09 Richard Sandiford <rsandifo@redhat.com>
7703
7704 * bfd-elf.h (elf_backend_name_local_section_symbols): New hook.
7705 * elf.c (swap_out_syms): Use it to decide whether local section
7706 symbols should be named.
7707 * elfxx-target.h (elf_backend_name_local_section_symbols): New macro.
7708 * elfxx-mips.h (_bfd_mips_elf_name_local_section_symbols): Declare.
7709 (elf_backend_name_local_section_symbols): Define.
7710 * elfxx-mips.c (_bfd_mips_elf_name_local_section_symbols): New.
7711
7712 2004-01-30 H.J. Lu <hongjiu.lu@intel.com>
7713
7714 * elfxx-ia64.c (elfNN_ia64_relax_brl): New function.
7715 (elfNN_ia64_relax_section): Optimize brl to br during the relax
7716 finalize pass.
7717
7718 2004-01-30 Alexandre Oliva <aoliva@redhat.com>
7719
7720 * elf32-frv.c (elf32_frv_always_size_sections): Initialize pointer
7721 to bfd_link_hash_entry passed by reference to
7722 _bfd_generic_link_add_one_symbol.
7723
7724 2004-01-25 H.J. Lu <hongjiu.lu@intel.com>
7725
7726 * elfxx-ia64.c (elfNN_ia64_relocate_section): Disallow imm
7727 relocations against dynamic symbols.
7728
7729 2004-01-23 Daniel Jacobowitz <drow@mvista.com>
7730
7731 * elf32-arm.h (elf32_arm_check_relocs): Revert part of 2004-01-13
7732 change.
7733
7734 2004-01-21 Tom Rix <tcrix@worldnet.att.net>
7735
7736 * reloc.c: New 5 bit reloc, BFD_RELOC_M68HC12_5B, for m68hc12 movb/movw.
7737 * bfd-in2.h, libbfd.h: Rebuilt.
7738
7739 2004-01-20 Danny Smith <dannysmith@users.sourceforge.net>
7740
7741 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Don't remove
7742 IMAGE_SCN_MEM_WRITE flag from .text section if WP_TEXT
7743 flag has been cleared.
7744
7745 2004-01-19 Kazu Hirata <kazu@cs.umass.edu>
7746
7747 * coff-h8300.c: Add and adjust comments about relaxation.
7748 * elf32-h8300.c: Likewise.
7749
7750 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
7751
7752 * coff-h8300.c: Fix comment typos.
7753 * elf32-h8300.c: Likewise.
7754
7755 2004-01-16 Kazu Hirata <kazu@cs.umass.edu>
7756
7757 * coff-h8300.c: Add comments about relaxation.
7758 * elf32-h8300.c: Likewise.
7759
7760 2004-01-14 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7761
7762 * acinclude.m4: Quote names of macros to be defined by AC_DEFUN
7763 throughout.
7764 * aclocal.m4: Regenerate.
7765 * configure: Regenerate.
7766
7767 2004-01-13 Ian Lance Taylor <ian@wasabisystems.com>
7768
7769 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Call
7770 mips_elf64_rtype_to_howto instead of using howto_table.
7771
7772 2004-01-13 Daniel Jacobowitz <drow@mvista.com>
7773
7774 * elf32-arm.h (elf32_arm_final_link_relocate): Check that we created
7775 the .plt section.
7776 (elf32_arm_check_relocs): Don't increment the PLT refcount for
7777 relocs which would not use the PLT.
7778
7779 2004-01-13 Alan Modra <amodra@bigpond.net.au>
7780
7781 * elf64-ppc.c (ppc64_elf_check_relocs): Ignore !SEC_ALLOC relocs.
7782 (ppc64_elf_gc_sweep_hook): Likewise.
7783 (ppc64_elf_size_dynamic_sections): Test for .plt directly.
7784
7785 2004-01-12 Anil Paranjpe <anilp1@KPITCummins.com>
7786
7787 Adds linker relaxation support for bit manipulation insns like
7788 band, bclr, biand, bild, bior, bist, bixor, bld, bnot, bor, bset,
7789 bst, btst, bxor.
7790 * elf32-h8300.c: Opcode for bit manipulation insn is checked in
7791 elf32_h8_relax_section function while relxation for aa:16 and aa:32.
7792 * coff-h8300.c: Opcode for bit manipulation insn is checked in
7793 h8300_reloc16_extra_cases function while relxation for aa:16 and aa:32.
7794
7795 2004-01-12 Alan Modra <amodra@bigpond.net.au>
7796
7797 * dwarf2.c: Convert to C90, remove unneeded casts and prototypes.
7798
7799 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
7800
7801 * elf32-h8300.c: Fix formatting.
7802
7803 2004-01-11 Kazu Hirata <kazu@cs.umass.edu>
7804
7805 * elf32-cris.c (cris_elf_gc_sweep_hook): Return early if no
7806 dynamic object is present. Declare r_symndx and h in an inner
7807 scope.
7808 * elf32-vax.c (elf_vax_gc_sweep_hook): Likewise.
7809
7810 2004-01-09 Daniel Jacobowitz <drow@mvista.com>
7811
7812 * elf32-arm.h (struct elf32_arm_relocs_copied): Remove pc_count.
7813 (elf32_arm_copy_indirect_symbol): Don't copy pc_count.
7814 (elf32_arm_final_link_relocate): Handle PLT32 and PC24 relocs
7815 identically. Do not emit PC24 relocations for shared libraries.
7816 (elf32_arm_gc_sweep_hook): Handle PLT32 and PC24 relocs
7817 identically. Don't adjust pc_count.
7818 (elf32_arm_check_relocs): Handle PLT32 and PC24 relocs identically.
7819 Set ELF_LINK_HASH_NEEDS_PLT for both. Don't adjust pc_count; don't
7820 adjust count for branch relocations.
7821 (allocate_dynrelocs): Correct typo in call to
7822 WILL_CALL_FINISH_DYNAMIC_SYMBOL. Never allocate space for
7823 PC24 or PLT32 relocs when linking.
7824
7825 2004-01-09 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
7826
7827 * coff-arm.c (aoutarm_std_reloc_howto): [ARM_WINCE] Synchronize ARM_26D
7828 relocation howto with ARM_26 one for consistency.
7829 (coff_arm_relocate_section): Set partial_inplace for ARM_26 relocations
7830 that will be converted to ARM_26D ones, since we always want 'done'
7831 relocations to be reflected in section's data.
7832 (coff_arm_relocate_section): [ARM_WINCE] Quick fix for BL instruction
7833 offset.
7834 (_bfd_final_link_relocate): Do not modify "inplace" data, if not
7835 requested.
7836
7837 2004-01-08 Dmitry Semyonov <Dmitry.Semyonov@oktet.ru>
7838
7839 * coff-arm.c (coff_arm_relocate_section): Do not alter relocs that
7840 are not partial_inplace during a relocatable link.
7841
7842 2004-01-08 Kazu Hirata <kazu@cs.umass.edu>
7843
7844 * elf32-m68k.c (elf_m68k_gc_sweep_hook): Return early
7845 if no dynamic object is present. Declare r_symndx and h in an
7846 inner scope.
7847
7848 2004-01-07 H.J. Lu <hongjiu.lu@intel.com>
7849
7850 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't install
7851 trampoline if it is known out of range.
7852
7853 2004-01-06 Alexandre Oliva <aoliva@redhat.com>
7854
7855 2003-12-17 Alexandre Oliva <aoliva@redhat.com>
7856 * elf32-frv.c (_frv_osec_readonly_p): New.
7857 (_frv_emit_got_relocs_plt_entries): Don't emit rofixup for
7858 undefweak symbol.
7859 (_frv_count_got_plt_entries): Adjust expected count accordingly.
7860 (elf32_frv_relocate_section): Likewise. Error out if attempting
7861 to emit rofixups or dynamic relocs in read-only segments. Use
7862 _bfd_elf_section_offset to adjust r_offsets in rofixups and
7863 dynamic relocations.
7864 2003-12-12 Alexandre Oliva <aoliva@redhat.com>
7865 * elf32-frv.c (elf32_frv_relocate_section): Compute dynamic
7866 relocations or fixups involving merged sections correctly. Avoid
7867 crash when undefined symbol is referenced by R_FRV_32 or
7868 R_FRV_FUNCDESC_VALUE.
7869 2003-12-02 Alexandre Oliva <aoliva@redhat.com>
7870 * elf32-frv.c (elf32_frv_relocate_section): Add output_offset of
7871 input section holding local symbol to addend of R_FRV_32 or
7872 R_FRV_FUNCDESC_VALUE dynamic relocation.
7873 2003-11-27 Alexandre Oliva <aoliva@redhat.com>
7874 * elf32-frv.c (elf32_frv_modify_segment_map): Add link info arg.
7875 (elf32_frv_always_size_sections): Don't store pointer to
7876 __stacksize symbol in sec_info.
7877 (elf32_frv_modify_segment_map): Look it up here.
7878 2003-11-26 Alexandre Oliva <aoliva@redhat.com>
7879 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Emit the address
7880 of the lazy PLT entry, not only its offset, as the low word of a
7881 function descriptor.
7882 2003-11-10 Alexandre Oliva <aoliva@redhat.com>
7883 * elf32-frv.c (elf32_frv_always_size_sections): Define __stacksize
7884 if a hash table entry already exists but is not a definition.
7885 2003-11-05 Alexandre Oliva <aoliva@redhat.com>
7886 * elf32-frv.c (frv_elf_link_hash_table_create): Use bfd_zalloc.
7887 (_frv_add_rofixup): Don't inline.
7888 (_frv_emit_got_relocs_plt_entries): Use NULL as funcdesc address
7889 for undefweak symbols.
7890 (elf32_frv_relocate_section): Avoid crash while computing
7891 relocation when linking with shared library. Only emit rofixups
7892 and dynamic relocations for alloc&load sections. Mark binaries
7893 with inter-segment relocations for relocation as a unit.
7894 (_frv_create_got_section): Rename .rofixup.got to .rofixup.
7895 (DEFAULT_STACK_SIZE): New.
7896 (_frv_count_got_plt_entries): Fix thinko in deciding whether to
7897 emit rofixups or dynamic relocs when linking dynamic non-PIE
7898 executables.
7899 (elf32_frv_size_dynamic_sections): Generate rofixup on PIEs and
7900 shared libs too. Reserve the last entry for the GOT pointer.
7901 (elf32_frv_finish_dynamic_sections): Emit it.
7902 (elf32_frv_always_size_sections): New.
7903 (elf32_frv_modify_segment_map): New.
7904 (elf32_frv_check_relocs): Reserve relocs32 space only in ALLOC
7905 sections.
7906 (frv_elf_merge_private_bfd_data): Clear PIC bit if FDPIC is set.
7907 (frv_elf_print_private_bfd_data): Handle FDPIC and LIBPIC.
7908 (elf_backend_always_size_sections): New.
7909 (elf_backend_modify_segment_map): New.
7910 2003-10-31 Alexandre Oliva <aoliva@redhat.com>
7911 * config.bfd: Added frv-*-*linux*.
7912 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Use idx 0 for
7913 ABS section, instead of crashing.
7914 (elf32_frv_relocate_section): Don't crash before warning about
7915 different segments in non-PIC relocation.
7916 2003-10-17 Alexandre Oliva <aoliva@redhat.com>
7917 * elf32-frv.c (elf32_frv_relocate_section): Don't warn on LABEL24
7918 relocs to undefweak symbols.
7919 (elf32_frv_relocate_section): Ditto for undefined symbols.
7920 2003-10-06 Alexandre Oliva <aoliva@redhat.com>
7921 * elf32-frv.c (elf32_frv_create_dynamic_sections): Make sure
7922 gotfixup section was created.
7923 2003-09-30 Alexandre Oliva <aoliva@redhat.com>
7924 * elf32-frv.c (elf32_frv_howto_table): Change GOT12,
7925 FUNCDESC_GOT12, GOTOFF12 and FUNCDESC_GOTOFF12 to
7926 complain_overflow_signed.
7927 * elf32-frv.c (_frv_add_rofixup): Do not error out if contents
7928 have not been allocated.
7929 (_frv_emit_got_relocs_plt_entries): Return non-void. Assert
7930 privfd only if dynamic sections were created.
7931 (elf32_frv_relocate_section): Compute gprel_segment, and use it
7932 for GPREL relocs. When linking relocatable FDPIC executables,
7933 emit warnings for relocations that would be illegal on PIE or
7934 shared libraries. Emit rofixup for R_FRV_32 only if input object
7935 is not FDPIC.
7936 (_frv_create_got_section): Define _gp symbol in the rofixup
7937 section.
7938 (elf32_frv_finish_dynamic_sections): If rofixups needed but
7939 dynamic sections missing, error out requesting -melf32frvfd.
7940 2003-09-19 Alexandre Oliva <aoliva@redhat.com>
7941 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Rearrange
7942 computation of addends from section and global or local symbol
7943 value. Change return type to bfd_boolean, and return a failure if
7944 a dynamic FUNCDESC or FUNCDESC_VALUE relocation that requires a
7945 nonzero addend is required.
7946 (elf32_frv_relocate_section): Likewise. Print error for
7947 unsupported nonzero addends.
7948 2003-09-18 Alexandre Oliva <aoliva@redhat.com>
7949 * elf32-frv.c (FRV_SYM_LOCAL): In the absence of dynamic sections,
7950 force everything local.
7951 (_frv_emit_got_relocs_plt_entries): Cope with NULL sec.
7952 * elf32-frv.c (struct frv_elf_link_hash_table): Added sgotfixup.
7953 (frv_gotfixup_section): New.
7954 (FRV_SYM_LOCAL): Accept undefweak and local common symbols.
7955 (struct frv_pic_relocs_info): Split relocs into relocs32, relocsfd
7956 and relocsfdv.
7957 (_frv_add_rofixup): New.
7958 (_frv_emit_got_relocs_plt_entries): Generate fixups for non-PIE
7959 fdpic executables. Use FRV_SYM_LOCAL more widely to simplify and
7960 improve some ugly conditions.
7961 (elf32_frv_relocate_section): Likewise. Reject inter-segment
7962 relocations in fdpic.
7963 (_frv_create_got_section): Create .rofixup.got section.
7964 (struct _frv_dynamic_got_info): Added fixups.
7965 (_frv_count_got_plt_entries): Account in-GOT relocations into
7966 relocs32, relocsfd and relocsfdv. Account them into relocs or
7967 fixups, as appropriate.
7968 (elf32_frv_size_dynamic_sections): Size rofixup section. Simplify
7969 sizing of gotrel.
7970 (elf32_frv_finish_dynamic_sections): Verify that the right number
7971 of relocations and fixups was generated.
7972 (elf32_frv_check_relocs): Compute relocs32, relocsfd and
7973 relocsfdv.
7974 * elf32-frv.c (FRV_SYM_LOCAL): New macro, used instead of
7975 SYMBOL_CALLS_LOCAL and SYMBOL_REFERENCES_LOCAL.
7976 (FRV_FUNCDESC_LOCAL): New macro, used to decide whether a function
7977 descriptor of a (formerly-)global symbol is local.
7978 (struct frv_pic_relocs_info): Adjust comments.
7979 (_frv_emit_got_relocs_plt_entries): Adjust.
7980 (elf32_frv_relocate_section): Likewise.
7981 (_frv_count_got_plt_entries): Likewise.
7982 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Don't add global
7983 symbol's value to addend in the common preamble. Decay dynamic
7984 symbols to section+offset if they bind or call locally, for GOT
7985 and FUNCDESC_VALUE, respectively.
7986 (elf32_frv_relocate_section): Likewise.
7987 (elf32_frv_check_relocs): Don't register as dynamic symbols of
7988 internal or hidden visibility.
7989 2003-09-17 Alexandre Oliva <aoliva@redhat.com>
7990 * elf32-frv.c (_frv_emit_got_relocs_plt_entries): Get addend as
7991 argument, so as to not call _bfd_elf_rel_local_sym to compute it.
7992 (elf32_frv_relocate_section): Pass relocation addend in. Use
7993 original relocation addend to look up the got relocs/plt entries
7994 table. Do not call _bfd_elf_rel_local_sym. Don't error out when
7995 processing relocations that reference .scommon symbols.
7996 2003-09-15 Alexandre Oliva <aoliva@redhat.com>
7997 Introduce support for dynamic linking.
7998 * elf32-frv.c (R_FRV_FUNCDESC_VALUE): Mark it as 64 bits.
7999 (elf32_frv_rel_32_howto, elf32_frv_rel_funcdesc_howto,
8000 elf32_frv_rel_funcdesc_value_howto): New REL descriptors.
8001 (frv_reloc_type_lookup): Return REL howtos for executables and
8002 dynamic libraries.
8003 (frv_info_to_howto_rel): New.
8004 (struct frv_elf_link_hash_table): New.
8005 (frv_hash_table, frv_got_section, frv_gotrel_section,
8006 frv_plt_section, frv_pltrel_section, frv_relocs_info,
8007 frv_got_initial_offset, frv_plt_initial_offset): New macros.
8008 (frv_elf_link_hash_table_create): New.
8009 (struct frv_pic_relocs_info): New.
8010 (frv_pic_relocs_info_hash, frv_pic_relocs_info_eq): New.
8011 (frv_pic_relocs_info_find): New.
8012 (frv_pic_relocs_info_for_global, frv_pic_relocs_info_for_local):
8013 New.
8014 (FRV_LZPLT_BLOCK_SIZE, FRV_LZPLT_RESOLVE_LOC): New.
8015 (_frv_add_dyn_reloc, _frv_osec_to_segment): New.
8016 (_frv_emit_got_relocs_plt_entries): New.
8017 (elf32_frv_relocate_section): Add support for dynamic linking.
8018 Handle new relocations.
8019 (_frv_create_got_section): New.
8020 (elf32_frv_create_dynamic_sections): New.
8021 (ELF_DYNAMIC_INTERPRETER): New.
8022 (struct _frv_dynamic_got_info): New.
8023 (_frv_count_got_plt_entries): New.
8024 (struct _frv_dynamic_got_plt_info): New.
8025 (_frv_compute_got_alloc_data): New.
8026 (_frv_get_got_entry, _frv_get_fd_entry): New.
8027 (_frv_assign_got_entries, _frv_assign_plt_entries): New.
8028 (_frv_resolve_final_relocs_info): New.
8029 (elf32_frv_size_dynamic_sections): New.
8030 (elf32_frv_finish_dynamic_sections): New.
8031 (elf32_frv_adjust_dynamic_symbol): New.
8032 (elf32_frv_finish_dynamic_symbol): New.
8033 (elf32_frv_check_relocs): Handle new relocs. Explain how the
8034 whole thing works.
8035 (elf_info_to_howto_rel): Define.
8036 (bfd_elf32_bfd_link_hash_table_create): Define.
8037 (elf_backend_create_dynamic_sections): Define.
8038 (elf_backend_adjust_dynamic_symbol): Define.
8039 (elf_backend_size_dynamic_sections): Define.
8040 (elf_backend_finish_dynamic_symbol): Define.
8041 (elf_backend_finish_dynamic_sections): Define.
8042 (elf_backend_want_got_sym): Define.
8043 (elf_backend_got_header_size): Define.
8044 (elf_backend_want_got_plt): Define.
8045 (elf_backend_plt_readonly): Define.
8046 (elf_backend_want_plt_sym): Define.
8047 (elf_backend_plt_header_size): Define.
8048 (elf_backend_may_use_rel_p): Define.
8049 (elf_backend_may_use_rela_p): Define.
8050 (elf_backend_default_use_rela_p): Define.
8051 2003-08-08 Alexandre Oliva <aoliva@redhat.com>
8052 * elf32-frv.c (R_FRV_FUNCDESC_VALUE, R_FRV_FUNCDESC_GOTOFF12,
8053 R_FRV_FUNCDESC_GOTOFFHI, R_FRV_FUNCDESC_GOTOFFLO, R_FRV_GOTOFF12,
8054 R_FRV_GOTOFFHI, R_FRV_GOTOFFLO): New.
8055 (frv_reloc_map): Map the corresponding BFD relocs to them.
8056 (frv_reloc_type_lookup): ... and back to BFD relocs.
8057 * reloc.c: New relocs.
8058 * bfd-in2.h, libbfd.h: Rebuilt.
8059 2003-08-04 Alexandre Oliva <aoliva@redhat.com>
8060 * elf32-frv.c (R_FRV_GOT12, R_FRV_GOTHI, R_FRV_GOTLO,
8061 R_FRV_FUNCDESC, R_FRV_FUNCDESC_GOT12, R_FRV_FUNCDESC_GOTHI,
8062 R_FRV_FUNCDESC_GOTLO): New.
8063 (frv_reloc_map): Map the corresponding BFD relocs to them.
8064 (frv_reloc_type_lookup): ... and back to BFD relocs.
8065 * reloc.c: New relocs.
8066 * bfd-in2.h, libbfd.h: Rebuilt.
8067
8068 2004-01-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
8069
8070 * elf32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
8071 targets to support pages of up to 64kB.
8072 (elf32_bed): Redefine to get a separate backend data structure for
8073 traditional targets.
8074 * elf64-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
8075 targets to support pages of up to 64kB.
8076 (elf64_bed): Redefine to get a separate backend data structure for
8077 traditional targets.
8078 * elfn32-mips.c (ELF_MAXPAGESIZE): Redefine for traditional
8079 targets to support pages of up to 64kB.
8080 (elf32_bed): Redefine to get a separate backend data structure for
8081 traditional targets.
8082
8083 2004-01-04 Mark Kettenis <kettenis@gnu.org>
8084
8085 * elf32-sparc.c (elf32_sparc_grok_psinfo): New function.
8086
8087 2004-01-02 Mark Kettenis <kettenis@gnu.org>
8088
8089 * elf32-i386.c (elf_i386_grok_prstatus): Add support for FreeBSD.
8090 (elf_i386_grok_psinfo): Likewise.
8091
8092 2004-01-02 Bernardo Innocenti <bernie@develer.com>
8093
8094 * config.bfd: Add m68k-uClinux target.
8095
8096 2004-01-01 Grant Edwards <grante@visi.com>
8097
8098 * elflink.h (elf_gc_sections): Warn when gc-sections option is ignored.
8099 * elf32-h8300.c (elf32_h8_gc_mark_hook): New function.
8100 (elf32_h8_gc_sweep_hook): New function.
8101 (elf_backend_gc_mark_hook): Define.
8102 (elf_backend_gc_sweep_hook): Define.
8103 (elf_backend_can_gc_sections): Define.
8104
8105 For older changes see ChangeLog-0203
8106 \f
8107 Local Variables:
8108 mode: change-log
8109 left-margin: 8
8110 fill-column: 74
8111 version-control: never
8112 End:
This page took 0.188702 seconds and 5 git commands to generate.