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