1 2002-12-23 Nick Clifton <nickc@redhat.com>
3 * archures.c (bfd_arch_get_compatible): Add third parameter
4 'accept_unknowns'. Only accept unknown format BFDs if
5 accept_unknowns is true, or if the format is "binary".
6 * bfd-in2.h: Regenerate.
8 2002-12-21 Nick Clifton <nickc@redhat.com>
10 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
11 that subtracted 8 from pc relative relocations.
13 2002-12-20 Kazu Hirata <kazu@cs.umass.edu>
15 * coff-h8300.c: Fix comment typos.
16 * coffcode.h: Likewise.
17 * cpu-cris.c: Likewise.
18 * elf32-vax.c: Likewise.
19 * genlink.h: Likewise.
23 * vms-misc.c: Likewise.
25 2002-12-20 DJ Delorie <dj@redhat.com>
27 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
28 * libbfd.h: Regenerate.
29 * bfd-in2.h: Regenerate.
30 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
31 (xstormy16_reloc_map): Add R_XSTORMY16_12.
33 2002-12-19 Kazu Hirata <kazu@cs.umass.edu>
35 * doc/bfdint.texi: Fix typos.
37 2002-12-20 Paul Eggert <eggert@twinsun.com>
39 Port to POSIX 1003.1-2001.
40 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
41 * configure.in (build-warnings): Likewise.
42 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
43 * aclocal.m4: Regenerate.
44 * config.in: Regenerate.
45 * configure: Regenerate.
47 2002-12-19 Alan Modra <amodra@bigpond.net.au>
49 * coff-h8300.c: Include libiberty.h.
50 (h8300_reloc16_extra_cases): Check the hash table creator before
51 referencing h8300 specific fields. Stash the hash table pointer
52 in a local var. Comment typo fixes.
53 (h8300_bfd_link_add_symbols): Likewise.
55 * bfd/reloc.c (struct reloc_howto_struct): Revise src_mask and
57 * bfd-in2.h: Regenerate.
59 2002-12-18 Alan Modra <amodra@bigpond.net.au>
61 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
62 code a little. Comment on dynamic relocs against section symbols.
64 2002-12-17 Roger Sayle <roger@eyesopen.com>
66 * configure.host (ia64-*-hpux*): Support 64 bit targets using
67 the HP compiler's "long long".
69 2002-12-16 Andrew MacLeod <amacleod@redhat.com>
71 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
72 and R_XSTORMY16_HI16) howto entries.
73 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
74 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
75 determine the start of the second reloc table.
77 2002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
79 * ecofflink.c: Fix the reading of the debugging information
80 of Tru64/Alpha binaries that are produced by recent Compaq
82 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
84 (lookup_line): Because of the strange information sometimes
85 generated by Compaq's recent compilers, change how the FDR
86 table is searched so that PDRs (procedure descriptors) are
87 correctly found. Note that this change is really more of a hack;
88 however, I have included extensive documentation as to why
89 this is the best solution short of an extensive rewrite or
91 (fdrtab_lookup): Add comments to explain the algorithm.
93 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
95 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
96 initializers to match struct declaration.
98 2002-12-12 Alan Modra <amodra@bigpond.net.au>
100 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
101 * elf.c (get_program_header_size): Likewise.
102 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
103 (m32r_elf_generic_reloc): Likewise.
104 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
105 * elflink.h (elf_bfd_discard_info): Likewise.
107 2002-12-12 Alan Modra <amodra@bigpond.net.au>
109 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
110 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
111 DT_RELSZ adjustment, not output section. Avoid writing tags when
112 unchanged. Don't assume linker script is sane, adjust DT_REL too.
113 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
114 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
115 DT_RELASZ adjustment, not output section. Avoid writing tags when
116 unchanged. Adjust DT_RELA.
117 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
118 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
120 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
122 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
125 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
127 * elfxx-mips.c (struct mips_got_entry): New.
128 (struct mips_got_info): Added got_entries field.
129 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
130 (mips_elf_local_got_index, mips_elf_got_page,
131 mips_elf_got16_entry): Re-implement in terms of new...
132 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
134 (mips_elf_highest): Warning clean-up.
135 (mips_elf_create_got_section): Initialize got_entries.
136 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
138 (_bfd_mips_elf_size_dynamic_sections): Do not account for
139 GOT_PAGE entries, since we now reuse GOT16 entries.
141 2002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
143 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
144 read-only section that lies after .text and before .data to be
145 written into the output file and included in a_text.
146 (translate_to_native_sym_flags): If an otherwise unrepresentable
147 section was merged with .text, convert its symbols to N_TEXT
149 * libaout.h (aout_section_merge_with_text_p): New macro.
151 2002-12-08 Alan Modra <amodra@bigpond.net.au>
153 * bfd-in.h: Comment typo fix. Formatting.
154 * bfd-in2.h: Regenerate.
155 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
156 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
157 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
159 2002-12-05 Richard Henderson <rth@redhat.com>
161 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
162 Only send PCREL21B though the plt. Fix installed reloc type.
163 (elfNN_ia64_relocate_section): Give error for dynamic reloc
164 against PCREL22 or PCREL64I; clean up error messages for
167 2002-12-04 Kevin Buettner <kevinb@redhat.com>
169 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
171 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
173 2002-12-04 David Mosberger <davidm@hpl.hp.com>
175 * cpu-ia64-opc.c: Add operand constant "ar.csd".
177 2002-12-04 H.J. Lu <hjl@gnu.org>
179 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
180 BFD address when constructing local name.
182 2002-12-04 Andreas Schwab <schwab@suse.de>
184 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
186 (elf_m68k_link_hash_table_create): Initialize it.
187 (elf_m68k_check_relocs): Handle symbols that are forced to be
188 local due to visibility changes.
189 (elf_m68k_adjust_dynamic_symbol): Likewise.
190 (elf_m68k_size_dynamic_sections): Likewise.
191 (elf_m68k_discard_copies): Likewise.
192 (elf_m68k_relocate_section): Likewise.
194 2002-12-04 Alan Modra <amodra@bigpond.net.au>
196 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
198 2002-12-04 Alan Modra <amodra@bigpond.net.au>
200 * srec.c (srec_write_symbols): Restore '$' prefix to address
201 accidentally removed in 2002-04-04 change.
202 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
204 2002-12-03 Nick Clifton <nickc@redhat.com>
206 * elf32-ppc.c (apuinfo_list_init): New function.
207 (apuinfo_list_add): New function: Add a value to the list.
208 (apuinfo_list_length): New function: Return the number of
210 (apuinfo_list_element): New function: Return a value on the
212 (apuinfo_list_finish): New function: Free the resources used
214 (ppc_elf_begin_write_processing): New function. Scan the
215 input bfds for apuinfo sections.
216 (ppc_elf_write_section): New function: Delay the creation of
217 the contents of an apuinfo section in an output bfd.
218 (ppc_elf_final_write_processing): New function. Create the
219 contents of an apuinfo section in an output bfd.
220 (elf_backend_begin_write_processing): Define.
221 (elf_backend_final_write_processing): Define.
222 (elf_backend_write_section): Define.
224 2002-12-03 Richard Henderson <rth@redhat.com>
226 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
228 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
230 Fix PR savannah/1417:
231 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
232 branch if it goes to the start of the deleted region.
234 2002-12-01 Stephane Carrez <stcarrez@nerim.fr>
236 * bfd-in2.h (bfd_mach_m6812): Rebuild.
237 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
238 bfd_mach_m6812s): Declare.
240 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
241 (_bfd_m68hc12_elf_set_private_flags): Call it.
242 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
243 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
244 report microcontroller incompatibilities (HC12 vs HCS12).
245 (elf_backend_object_p): Update.
247 2002-11-30 Alan Modra <amodra@bigpond.net.au>
249 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
250 (enum bfd_boolean, boolean): Delete.
251 (bfd_boolean): Typedef to an int.
252 (FALSE, TRUE): Define.
253 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
254 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
255 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
256 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
257 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
258 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
259 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
260 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
261 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
262 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
263 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
264 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
265 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
266 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
267 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
268 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
269 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
270 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
271 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
272 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
273 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
274 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
275 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
276 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
277 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
278 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
279 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
280 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
281 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
282 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
283 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
284 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
285 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
286 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
287 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
288 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
289 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
290 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
291 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
292 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
293 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
294 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
295 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
296 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
297 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
298 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
299 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
300 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
301 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
302 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
303 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
304 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
305 of bfd_boolean vars with TRUE/FALSE. Formatting.
306 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
308 2002-11-28 Alan Modra <amodra@bigpond.net.au>
310 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
311 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
312 with Elf_Internal_Rela.
313 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
314 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
315 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
316 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
317 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
318 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
319 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
320 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
321 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
322 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
323 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
324 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
326 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
327 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
328 Remove INLINE keyword.
329 (elf_swap_reloc_in): Likewise. Also clear r_addend.
330 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
332 (elf_write_relocs): Consolidate REL and RELA code.
333 (elf_slurp_reloc_table_from_section): Simplify REL code.
334 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
335 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
336 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
338 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
339 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
340 (elf_link_output_relocs): Likewise.
341 (elf_reloc_link_order): Likewise.
342 (elf_finish_pointer_linker_section): Likewise.
343 (struct elf_link_sort_rela): Remove union.
344 (elf_link_sort_cmp1): Update to suit.
345 (elf_link_sort_cmp2): Here too.
346 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
347 over-allocation for int_rels_per_ext_rel != 1 case.
348 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
349 * elf32-i386.c: Likewise.
350 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
351 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
352 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
353 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
354 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
355 elf64-sparc.c, elf64-x86-64.c: Likewise.
356 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
357 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
358 bfd_elf32_swap_reloc_in.
360 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
361 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
362 (mips_elf64_swap_reloc_in): Zero r_addend.
363 (mips_elf64_be_swap_reloc_in): Likewise.
364 (mips_elf64_slurp_one_reloc_table): Simplify.
366 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
367 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
368 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
370 2002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
372 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
373 unresolved debugging relocs in dynamic applications.
374 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
376 2002-11-26 Alan Modra <amodra@bigpond.net.au>
378 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
379 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
380 on a relocatable link. Comment typos.
381 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
382 in the order they are declared. Clear elf_hash_value too.
383 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
384 eh_info and tls_segment.
385 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
386 sorted when discarding relocs by turning them into R_*_NONE.
388 * libbfd.c (warn_deprecated): Comment spelling.
389 * po/SRC-POTFILES.in: Regenerate.
391 2002-11-21 Richard Henderson <rth@redhat.com>
393 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
394 arch's st_other bits when merging visibilities.
395 (elf_link_output_extsym): Tidy clearing of visibility field.
397 2002-11-21 Alan Modra <amodra@bigpond.net.au>
399 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
400 (SWAP_OUT_RELOC_OFFSET): Define.
402 2002-11-20 Alexandre Oliva <aoliva@redhat.com>
404 * elf.c (_bfd_elf_link_hash_table_init): Make sure
405 can_refcount is properly extended to the type of
408 2002-11-19 Alexandre Oliva <aoliva@redhat.com>
410 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
411 (_bfd_mips_elf_relocate_section): Use it.
413 * elfxx-mips.c (MNAME): New macro.
414 (_bfd_mips_elf_check_relocs): Use it.
415 (_bfd_mips_elf_discard_info): Likewise.
416 (_bfd_mips_elf_final_link): Likewise.
418 2002-11-19 Alan Modra <amodra@bigpond.net.au>
420 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
423 2002-11-18 Klee Dienes <kdienes@apple.com>
425 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
426 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
427 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
428 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
429 Add dependencies for bfdwin.c, bfdio.c.
430 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
431 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
432 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
433 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
434 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
435 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
436 bfd_get_size (moved from libbfd.c and bfd.c).
437 * bfdwin.c New file. Contains _bfd_window_internal,
438 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
440 * po/SRC-POTFILES.in: Regenerate.
441 * po/bfd.pot: Regenerate.
442 * libbfd.h: Regenerate.
443 * bfd-in2.h: Regenerate.
444 * aclocal.m4: Regenerate.
445 * Makefile.in: Regenerate.
446 * configure: Regenerate.
448 2002-11-18 Klee Dienes <kdienes@apple.com>
450 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
452 2002-11-15 Kazu Hirata <kazu@cs.umass.edu>
454 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
455 jsr after a short jump.
456 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
458 2002-11-15 Klee Dienes <kdienes@apple.com>
460 * pef.c (bfd_pef_convert_architecture): Move declaration of
461 ARCH_POWERPC and ARCH_M68K to the start of the function.
463 2002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
465 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
467 2002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
469 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
470 For bpo_gregs_section->contents, allocate _raw_size, not
473 2002-11-13 Klee Dienes <kdienes@apple.com>
475 * config.bfd: Add entries for powerpc-*-darwin and cousins.
477 2002-11-13 H.J. Lu <hjl@gnu.org>
479 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
481 2002-11-13 Klee Dienes <kdienes@apple.com>
482 Alan Modra <amodra@bigpond.net.au>
484 * bfd.c (struct bfd_preserve): New.
485 (bfd_preserve_save): New function.
486 (bfd_preserve_restore): Ditto.
487 (bfd_preserve_finish): Ditto.
488 * bfd-in2.h: Regenerate.
489 * mach-o.c: Formatting.
490 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
491 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
492 (bfd_mach_o_core_p): Ditto.
493 (bfd_mach_o_scan): Pass in mdata.
494 * mach-o.h (bfd_mach_o_scan): Update prototype.
496 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
497 (bfd_pef_xlib_object_p): Ditto.
498 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
499 * pef.h (bfd_pef_scan): Update prototype.
500 * xsym.c: Formatting, K&R fixes.
501 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
502 (bfd_sym_scan): New function split out from bfd_sym_object_p.
503 * xsym.h (bfd_sym_scan): Declare.
504 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
505 * elfcore.h (elf_core_file_p): Likewise.
506 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
508 2002-11-12 Nick Clifton <nickc@redhat.com>
510 * po/da.po: Updated Danish translation.
512 2002-11-12 Alan Modra <amodra@bigpond.net.au>
514 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
515 relocatable link too.
516 (elf_link_input_bfd): When emitting relocs, adjust offsets for
517 eh_frame and stab sections. Zap deleted relocs.
518 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
519 (elf_bfd_discard_info): Run for relocatable link too.
520 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
522 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
523 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
525 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
526 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
527 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
528 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
529 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
530 (struct elf_link_hash_table): Add eh_info.
531 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
532 (_bfd_elf_discard_section_eh_frame): Update prototype.
533 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
534 (_bfd_elf_write_section_eh_frame): Likewise.
535 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
536 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
537 param. Get "hdr_info" from link hash table.
538 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
539 header section from link hash table. Save header section to elf_tdata.
540 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
541 header section from link hash table. Don't alloc hdr_info. Clear
542 hdr_sec instead of setting "strip".
543 (_bfd_elf_eh_frame_section_offset): Formatting.
544 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
545 Get header section from link hash table.
546 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
547 Get header section from link hash table.
548 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
549 (get_program_header_size): Likewise.
550 (_bfd_elf_section_offset): Formatting.
551 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
552 section pointer in link hash table.
553 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
554 and _bfd_elf_write_section_eh_frame calls. Update comment about
556 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
557 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
559 * po/SRC-POTFILES.in: Regenerate.
561 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
562 relocs for discarded FDEs. Remove dead code.
563 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
564 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
565 Tidy conditions under which stabs are edited. Formatting.
566 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
567 from discarded relocs.
568 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
569 section adjustments after testing magic values.
571 2002-11-12 Thomas Moestl <tmm@FreeBSD.org>
573 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
574 references to large plt symbols.
576 2002-11-12 Klee Dienes <kdienes@apple.com>
578 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
579 looking for an unused section name.
581 2002-11-11 Kazu Hirata <kazu@cs.umass.edu>
583 * coff-h8300.c: Fix formatting.
584 * elf32-h8300.c: Likewise.
585 * reloc16.c: Likewise.
587 2002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
589 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
590 section when dynamic section unused; _bfd_strip_section_from_output
593 2002-11-08 Alan Modra <amodra@bigpond.net.au>
595 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
598 * dwarf2.c: Revert last change.
600 2002-11-07 Michal Ludvig <mludvig@suse.cz>
602 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
603 _bfd_dwarf2_find_nearest_line): Use
604 bfd_simple_get_relocated_section_contents() instead of
605 bfd_get_section_contents().
606 * reloc.c (bfd_perform_relocation): Add sanity check.
607 * simple.c (simple_get_relocated_section_contents): If the section
608 does not have any relocs associated with it, just return the
611 2002-11-07 Hans-Peter Nilsson <hp@axis.com>
613 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
614 case R_CRIS_32_GOT>: Correct test for filling in constant .got
615 contents, enabling for a non-DSO, for symbols defined in the
616 program with --export-dynamic.
618 2002-11-07 Alan Modra <amodra@bigpond.net.au>
620 * elf64-ppc.c: Comment typo fixes.
621 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
623 2002-11-07 Nick Clifton <nickc@redhat.com>
625 * po/da.po: Updated Danish translation.
627 2002-11-06 Alexandre Oliva <aoliva@redhat.com>
629 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
630 exactly three internal relocs per external reloc. Set reloc_count
631 to the external reloc count.
633 2002-11-06 Klee Dienes <kdienes@apple.com>
635 * coff-stgo32.c (stub_bytes): Mark as const.
636 Fix comment formatting.
638 2002-11-06 Klee Dienes <kdienes@apple.com>
640 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
642 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
643 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
644 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
645 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
646 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
648 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
649 * Makefile.in: Regenerate.
650 * doc/Makefile.in: Regenerate.
651 * bfd-in2.h: Regenerate.
652 * xsym.c: New file. Contains support for the Apple/Metrowerks
653 xSYM debugging format.
655 * pef.c: New file. Contains support for the Apple Code Fragment
656 Manager Preferred Executable Format
658 * pef-traceback.h: New file. Contains support for parsing PowerPC
659 traceback tables as used by PEF executables (and perhaps other
661 * mach-o.c: New file. Contains support for the Mach-O object file
663 * mach-o.h: New file.
664 * mach-o-target.c: New file. Declares the mach-o targets
665 themselves. Included three times by mach-o.c; each time with a
666 different set of macros set.
668 2002-11-06 Graeme Peterson <gp@qnx.com>
670 * Makefile.am: Remove entries for elf32-qnx.[ch].
671 * Makefile.in: Regenerate.
672 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
673 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
674 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
675 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
676 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
677 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
678 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
679 * configure: Regenerate.
680 * elf32-qnx.c: Remove.
681 * elf32-qnx.h: Remove.
682 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
683 is_contained_by_filepos, and copy_private_bfd_data_p.
684 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
685 is_contained_by_filepos, and copy_private_bfd_data_p.
686 * elf32-i386.c: Remove QNX extended bfd support.
687 * elf32-ppc.c: Remove QNX extended bfd support.
688 * elf32-sh.c: Remove QNX extended bfd support.
689 * elfarm-nabi.c: Remove QNX extended bfd support.
690 * targets.c: Remove qnx vectors.
691 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
692 (elf_backend_is_contained_by_filepos): Remove.
693 (elf_backend_copy_private_bfd_data_p): Remove.
694 * po/SRC-POTFILES.in: Regenerate.
696 2002-11-06 David O'Brien <obrien@FreeBSD.org>
697 Alan Modra <amodra@bigpond.net.au>
699 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
700 dynamic relocs against section symbols for the output section vma.
702 2002-11-05 Alan Modra <amodra@bigpond.net.au>
704 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
705 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
707 2002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
708 Alan Modra <amodra@bigpond.net.au>
710 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
711 vectors in target_selvecs.
712 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
714 (sh-*-netbsdelf*): Likewise.
715 * configure.in (assocvecs): New variable. Handle assocvecs like
717 * configure: Regenerate.
718 * format.c (bfd_check_format_matches): Store bfd_target pointers
719 in matching_vector instead of target names. Select first target
720 from bfd_associated_vector that matches a list of ambiguous targets.
721 * targets.c (_bfd_associated_vector): New array.
722 (bfd_associated_vector): New variable.
723 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
724 * libbfd-in.h (bfd_associated_vector): Declare.
725 * libbfd.h: Regenerate.
727 2002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
729 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
730 non-NULL before dereferencing.
732 2002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
734 * vms.c (vms_object_p): Restore the start address when returning
737 2002-11-04 Alan Modra <amodra@bigpond.net.au>
738 Hans-Peter Nilsson <hp@axis.com>
740 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
741 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
742 Set up a larger symshndxbuf, and write it out. Free it on
743 exit rather than freeing symbuf twice. Correct section index
744 on output section symbol loop.
745 (elf_link_output_sym): Accumulate symbol extension section
746 indices, reallocating symshndxbuf rather than writing it out.
747 (elf_link_flush_output_syms): Don't flush symshndxbuf.
748 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
749 Use bfd_zalloc to clear i_shdrp[0] too.
751 2002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
753 * elf32-sh64-com.c (sh64_address_in_cranges): Use
754 _raw_size of cranges section if _cooked_size not yet set.
756 2002-11-03 Hans-Peter Nilsson <hp@axis.com>
758 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
759 for bfd_elf32_swap_symbol_out.
761 2002-10-31 David O'Brien <obrien@FreeBSD.org>
763 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
764 signed and unsigned in comparison.
766 2002-10-30 Daniel Jacobowitz <drow@mvista.com>
768 * coffcode.h: Remove extraneous '\'.
770 2002-10-28 H.J. Lu <hjl@gnu.org>
772 * Makefile.am (targets.lo): Depend on Makefile instead of
774 (archures.lo): Likewise.
775 * Makefile.in: Regenerated.
777 2002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
779 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
780 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
783 2002-10-25 Jim Wilson <wilson@redhat.com>
785 * elf64-sh64.c (sh_elf64_relocate_section): Call
786 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
787 of SHF_MERGE section.
789 2002-10-25 Hans-Peter Nilsson <hp@axis.com>
791 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
793 2002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
795 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
796 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
798 (NAME(aout,final_link)): Cast enum used in assignment.
799 (aout_link_write_symbols): Cast enums in comparisons, int values to
800 boolean, enums in assignments to int.
801 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
802 (aout_link_input_section_ext): Likewise. Cast enums used in comparisons
804 (aout_link_reloc_link_order): Cast enum to int in assignment.
805 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
807 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
809 * bfd-in2.h (bfd_set_section_vma): Likewise.
810 * bfd.c (bfd_record_phdr): Cast enums in assignments.
811 * binary.c (bfd_alloc): Cast enum to long.
812 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
813 * dwarf2.c (read_abbrevs): Add casts to enum types.
814 (read_attribute_value): Likewise.
815 (arange_add): Cast result of bfd_zalloc call.
816 (comp_unit_contains_address): Return true and false.
817 (comp_unit_find_nearest_line): Cast return to boolean.
818 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
819 * gen-aout.c: define macro '_' if not defined.
820 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
821 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
822 (bfd_write_bigendian_4byte_int): Cast return to boolean.
823 (bfd_seek): Cast bfd_realloc to bfd_byte *.
824 (bfd_generic_is_local_label_name): Cast return to boolean.
825 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
826 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
827 struct bfd_hash_entry *.
828 (_bfd_generic_link_hash_newfunc): likewise.
829 (_bfd_generic_final_link): Cast enum to unsigned int.
830 * merge.c (sec_merge_emit): Cast return to boolean.
831 (merge_strings): Add casts to const unsigned char *.
832 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
833 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
834 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result to
835 struct bfd_hash_entry *.
836 (bfd_set_section_content): Add cast to PTR in comparison.
837 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
838 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
839 simple_dummy_unattached_reloc,
840 bfd_simple_get_relocated_section_contents): Add K&R declarations and
841 function definitions.
842 * srec.c (S3Forced): Initialize to false.
843 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
844 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
845 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
846 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
847 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
850 2002-10-23 Jakub Jelinek <jakub@redhat.com>
852 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
853 relocs into shared lib non-allocated reloc sections.
855 2002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
857 * dwarf2.c (add_line_info): Ensure that the line_info_table is
858 sorted even when given an out-of-order line sequence.
859 (lookup_address_in_line_info_table): When an exact VMA match is
860 not found, return line information with the closest VMA.
862 2002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
864 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
865 HPUX 11.00 patch PHSS_26559.
867 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
869 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
870 the options section into a separate section unless IRIX 6
871 compatibility is enabled.
873 2002-10-22 Alexandre Oliva <aoliva@redhat.com>
875 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
877 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
878 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
880 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
881 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
883 2002-10-21 Graeme Peterson <gp@qnx.com>
885 * targets.c (_bfd_target_vector): Add missing qnx vectors.
887 2002-10-21 Alan Modra <amodra@bigpond.net.au>
889 * targets.c (bfd_target_list): Don't return the default target twice.
891 2002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
893 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
894 perror with bfd_perror.
896 2002-10-19 H.J. Lu <hjl@gnu.org>
898 * elflink.h (elf_link_add_object_symbols): Correctly handle
899 DT_RPATH and DT_RUNPATH.
901 2002-10-19 Mark Kettenis <kettenis@gnu.org>
903 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
905 2002-10-17 Denis Chertykov <denisc@overta.ru>
907 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
910 2002-10-17 Alan Modra <amodra@bigpond.net.au>
912 * elfxx-target.h (USE_REL): Don't define as 1.
913 * elf32-arm.h (USE_REL): Provide a default define of 0.
914 Use #if rather than #ifdef when testing USE_REL.
915 * elf32-m32r.c: Likewise.
917 * elf32-arc.c (USE_REL): Define as 1.
918 * elf32-d10v.c (USE_REL): Likewise.
919 * elf32-m32r.c (USE_REL): Likewise.
920 * elf32-m68hc11.c (USE_REL): Likewise.
921 * elf32-m68hc12.c (USE_REL): Likewise.
922 * elf32-or32.c (USE_REL): Likewise.
923 * elfarm-nabi.c (USE_REL): Likewise.
925 2002-10-16 Jakub Jelinek <jakub@redhat.com>
927 * config.bfd (s390-*-linux*): Add targ64_selvecs.
928 (s390x-*-linux*): Add targ_selvecs.
930 2002-10-16 Alan Modra <amodra@bigpond.net.au>
932 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
933 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
934 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
935 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
936 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
937 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
938 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
939 (SOURCE_HFILES): Add elf32-qnx.h.
940 (BUILD_HFILES): Add bfdver.h.
942 * Makefile.in: Regenerate.
943 * configure.in Update bfd vector dependencies.
944 * configure: Regenerate.
945 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
946 * elf32-i386qnx.c: Likewise.
947 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
948 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
949 * elf32-sh-lin.c: Likewise.
950 * elf32-shqnx.c: Likewise.
951 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
952 * elf32-sh64-nbsd.c: Likewise.
953 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
954 * elf64-sh64-nbsd.c: Likewise.
955 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
956 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
957 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
958 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
959 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
960 (elf_backend_is_contained_by_filepos): Likewise.
961 (elf_backend_copy_private_bfd_data_p): Likewise.
962 Globalize and move functions to..
963 * elf32-qnx.c: ..here. New file.
964 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
965 emit target vectors when INCLUDE_SHMEDIA.
966 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
968 * elf64-sh64.c: Remove ELF_ARCH test.
969 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
970 * po/BLD-POTFILES.in: Regenerate.
971 * po/SRC-POTFILES.in: Regenerate.
973 2002-10-16 Alan Modra <amodra@bigpond.net.au>
975 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
976 loaded with --just-symbols.
978 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
979 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
980 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
981 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
983 2002-10-15 Richard Henderson <rth@redhat.com>
985 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
986 (BFD64_BACKENDS_CFILES): Likewise.
987 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
988 * elf64-alpha-fbsd.c: Remove file, move code ...
989 * elf64-alpha.c: ... here.
990 * Makefile.in, configure: Rebuild.
992 2002-10-14 Richard Henderson <rth@redhat.com>
994 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
997 2002-10-14 Stephen Clarke <stephen.clarke@superh.com>
999 * elf32-sh.c (elf_sh_link_hash_entry): Replace
1000 datalabel_got_offset with union of datalabel_got
1001 offset and refcount.
1002 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
1003 (allocate_dynrelocs): Delete unnecessary code for
1004 STT_DATALABEL type. Create entry in got for
1005 datalabel version of symbol if datalabel_got.refcount > 0.
1006 (sh_elf_relocate_section): Use datalabel_got union.
1007 (sh_elf_gc_sweep_hook): Pull common code to initialize
1008 h and eh out of switch statement. Declare seen_stt_datalabel.
1009 Initialize it. Decrement datalabel_got.refcount for
1010 got relocs when seen_stt_datalabel is true.
1011 Decrement local_got_refcounts entry for datalabel got relocs
1013 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
1014 (sh_elf_check_relocs): Declare seen_stt_datalabel.
1015 Initialize it. When seen_stt_datalabel is true, increment
1016 datalabel_got refcount rather than got.refcount.
1017 (sh_elf_finish_dynamic_symbol): Create relocs to
1018 initialize got entry for datalabel version of symbol.
1020 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1022 * Makefile.am: Run "make dep-am".
1023 (BFD_H_FILES): Remove version.h.
1024 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
1025 * version.h: ..to here.
1026 * configure.in (bfd_version_date): Remove.
1027 (AC_OUTPUT): Make bfdver.h from version.h.
1028 * bfd.c: #include "bfdver.h".
1029 * vms-hdr.c: Likewise.
1030 * Makefile.in: Regenerate.
1031 * bfd-in2.h: Regenerate.
1032 * configure: Regenerate.
1033 * po/SRC-POTFILES.in: Regenerate.
1035 2002-10-14 Alan Modra <amodra@bigpond.net.au>
1037 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
1038 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
1039 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
1040 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
1041 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
1042 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
1043 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
1044 bfd_mach_ip2022, bfd_mach_ip2022ext,
1045 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
1046 * bfd-in2.h: Regenerate.
1048 2002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1050 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
1051 endian vector to targ_selvecs.
1053 2002-10-13 Alexandre Oliva <aoliva@redhat.com>
1055 * elfxx-mips.c (mips_elf_calculate_relocation): Take
1056 save_addend argument. Don't apply the 32-bit mask to a
1057 GPREL32 value if it's to be used in another relocation. Don't
1058 use forced-check computation of local_p to decide whether to
1059 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
1060 of the addend of a non-in-place GPREL16 relocation.
1061 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
1062 mips_elf_calculate_relocation().
1064 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
1066 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
1067 with symbols in other sections if we relaxed something; the sections
1068 output offsets must be re-computed before.
1070 2002-10-12 Stephane Carrez <stcarrez@nerim.fr>
1072 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
1073 handling to use Elf_Internal_Sym.
1074 (m68hc11_elf_relax_delete_bytes): Likewise.
1076 2002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1078 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
1079 sh_elf_object_p, dtpoff_base): New functions.
1080 (sh_elf_howto_table): Add TLS relocs.
1081 (sh_reloc_map): Likewise.
1082 (sh_elf_info_to_howto): Support TLS relocs.
1083 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
1084 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
1086 (sh_elf_obj_tdata): New.
1087 (elf_sh_link_hash_table): Add tls_ldm_got.
1088 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
1089 (allocate_dynrelocs): Support TLS relocs.
1090 (sh_elf_size_dynamic_sections): Likewise.
1091 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
1092 .rela.got section when found already. Return false after printing
1093 error about unresolvable relocation.
1094 (sh_elf_gc_sweep_hook): Support TLS relocs.
1095 (sh_elf_check_relocs): Likewise.
1096 (sh_elf_finish_dynamic_symbol): Likewise.
1097 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
1098 * reloc.c: Add SH TLS relocs.
1099 * bfd-in2.h, libbfd.h: Regenerate.
1101 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1103 * Makefile.in: Regenerated.
1105 2002-10-11 Daniel Jacobowitz <drow@mvista.com>
1107 * Makefile.am: Run dep-am.
1108 (BFD_H_DEP): Add simple.c and linker.c.
1109 (BFD32_LIBS): Add simple.lo.
1110 (BFD32_LIBS_CFILES): Add simple.c.
1111 * Makefile.in: Regenerated.
1112 * bfd-in2.h: Regenerated.
1113 * simple.c: New file.
1115 2002-10-11 Alan Modra <amodra@bigpond.net.au>
1117 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
1118 (record_thumb_to_arm_glue): Likewise.
1119 * ecoff.c (ecoff_link_add_externals): Likewise.
1120 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
1121 (record_thumb_to_arm_glue): Likewise.
1122 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
1123 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1124 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
1125 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
1126 * elf64-ppc.c (func_desc_adjust): Likewise.
1127 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
1128 (sh64_elf64_create_dynamic_sections): Likewise.
1129 * elflink.c (_bfd_elf_create_got_section): Likewise.
1130 (_bfd_elf_create_dynamic_sections): Likewise.
1131 (_bfd_elf_create_linker_section): Likewise.
1132 * elflink.h (elf_add_default_symbol): Likewise.
1133 (elf_link_create_dynamic_sections): Likewise.
1134 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
1135 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
1136 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
1137 (_bfd_mips_elf_add_symbol_hook): Likewise.
1138 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1139 * linker.c (generic_link_add_symbol_list): Likewise.
1140 * xcofflink.c (xcoff_link_add_symbols): Likewise.
1142 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
1144 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
1145 completely removed. Correct local sym adjustment.
1147 2002-10-10 Stephen Clarke <stephen.clarke@superh.com>
1149 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
1150 Correct mistake in calculation of address of .got.
1151 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
1152 elf_sh64_pic_plt_entry_le): Likewise.
1154 2002-10-09 Richard Shann <richard.shann@superh.com>
1155 Stephen Clarke <stephen.clarke@superh.com>
1157 * Makefile.am: Add entries for elf32-sh64-lin.c and
1158 elf64-sh64-lin.c. Regenerate.
1159 * Makefile.in: Regenerate.
1160 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
1161 to use sh64 vectors rather than sh vectors.
1162 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
1163 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
1164 * configure: Regenerate.
1165 * elf32-sh64-lin.c: New file.
1166 * elf64-sh64-lin.c: New file.
1167 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
1168 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
1170 2002-10-08 H.J. Lu <hjl@gnu.org>
1172 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
1173 IE->LE transition for R_386_TLS_IE.
1175 2002-10-08 Alan Modra <amodra@bigpond.net.au>
1177 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
1179 2002-10-07 Mark Elbrecht <snowball3@softhome.net>
1181 * cofflink.c (mark_relocs): Don't mark relocations in excluded
1184 2002-10-07 Alan Modra <amodra@bigpond.net.au>
1186 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
1189 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
1191 2002-10-06 Alan Modra <amodra@bigpond.net.au>
1193 * opncls.c: Formatting.
1194 (_bfd_new_bfd): Use a smaller section hash table.
1196 2002-10-05 Alexandre Oliva <aoliva@redhat.com>
1198 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
1199 of the other two relocations packed with a REL32 to NONE.
1201 2002-10-02 Stephen Clarke <stephen.clarke@superh.com>
1203 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
1204 (sh_elf_link_hash_newfunc): Initialize it.
1205 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
1206 to got.refcount for symbols that are forced local or when
1207 we have direct got refs.
1208 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
1209 to correctly adjust got.refcount and plt.refcount.
1210 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
1211 (sh_elf_check_relocs): Increment gotplt_refcount.
1213 2002-10-01 Jakub Jelinek <jakub@redhat.com>
1215 * elf32-i386.c (elf_i386_relocate_section): Fix
1216 movl foo@indntpoff, %eax IE->LE transition.
1218 2002-10-01 Jakub Jelinek <jakub@redhat.com>
1220 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
1221 sequence and its transitions.
1223 2002-10-01 Jakub Jelinek <jakub@redhat.com>
1225 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
1226 to st_value + addend in non-code sections.
1227 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
1228 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
1230 2002-09-30 Gavin Romig-Koch <gavin@redhat.com>
1231 Ken Raeburn <raeburn@cygnus.com>
1232 Aldy Hernandez <aldyh@redhat.com>
1233 Eric Christopher <echristo@redhat.com>
1234 Richard Sandiford <rsandifo@redhat.com>
1236 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
1237 (bfd_mach_mips5500): New.
1238 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
1239 (arch_info_struct): Add corresponding entries here.
1240 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
1241 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
1242 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
1243 bfd_mach_mips5400 and bfd_mach_mips5500.
1244 (_bfd_mips_elf_mach_extends_p): New function.
1245 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
1246 the EF_MIPS_MACH flags.
1247 * bfd-in2.h: Regenerate.
1249 2002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
1251 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
1254 2002-09-28 Alan Modra <amodra@bigpond.net.au>
1256 * elf.c (map_sections_to_segments): Correct test for start of
1257 writable section in the same page as end of read-only section.
1259 2002-09-27 Matt Thomas <matt@3am-software.com>
1261 * elf32-vax.c (elf_vax_check_relocs): Remove unused
1262 local_got_refcounts usage. Remove allocation of got slot.
1263 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
1264 Remove de-allocation of got slot.
1265 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
1266 traversal for elf_vax_instantiate_got_entries. Allow empty .got
1267 sections to be GC'ed.
1268 (elf_vax_instantiate_got_entries): New function.
1269 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
1270 tests that are now handled by elf_vax_instantiate_got_entries.
1271 Assert GOT entry falls within .got section size. Remove redundant
1272 comparisions. Fix comments.
1274 2002-09-27 Jakub Jelinek <jakub@redhat.com>
1276 * reloc.c: Add x86-64 TLS relocs.
1277 * bfd-in2.h, libbfd.h: Rebuilt.
1278 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
1279 relocs. Add TLS relocs.
1280 (x86_64_reloc_map): Add TLS relocs.
1281 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
1282 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
1283 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
1284 (elf64_x86_64_hash_entry): Define.
1285 (struct elf64_x86_64_obj_tdata): New.
1286 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
1287 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
1288 (link_hash_newfunc): Initialize tls_type.
1289 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
1290 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
1291 (elf64_x86_64_mkobject): New.
1292 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
1293 (elf64_x86_64_tls_transition): New.
1294 (elf64_x86_64_check_relocs): Add r_type variable and use it.
1296 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
1297 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
1298 (elf64_x86_64_size_dynamic_sections): Likewise.
1299 (dtpoff_base, tpoff): New.
1300 (elf64_x86_64_relocate_section): Handle TLS relocs.
1301 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
1303 (bfd_elf64_mkobject): Define.
1305 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
1306 DF_STATIC_TLS if shared.
1308 2002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1310 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
1311 empty relocation sections.
1313 2002-09-26 Alan Modra <amodra@bigpond.net.au>
1315 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
1316 (ppc64_elf_build_stubs): Build them here instead.
1318 2002-09-24 Jakub Jelinek <jakub@redhat.com>
1320 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
1321 addend into r_addend, not *r_offset.
1322 (elf32_sparc_finish_dynamic_symbol): Likewise.
1323 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
1324 R_SPARC_RELATIVE's r_offset.
1326 2002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
1328 * dwarf2.c (decode_line_info): Update to correctly decode
1329 the (non-standard DWARF2) out-of-order address sequences
1330 generated by the Intel C++ 6.0 compiler for ia64-Linux.
1332 2002-09-23 Mark Elbrecht <snowball3@softhome.net>
1334 * config.bfd: For DJGPP targets, match with any cpu and any machine.
1336 2002-09-23 Alan Modra <amodra@bigpond.net.au>
1338 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
1339 for discarded FDEs. Remove redundant assignment.
1340 * elflink.h (elf_bfd_discard_info): Save edited relocs.
1342 2002-09-22 H.J. Lu <hjl@gnu.org>
1344 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
1345 the relocation count between different .reloc sections.
1347 2002-09-21 Alan Modra <amodra@bigpond.net.au>
1349 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
1350 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
1351 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
1354 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
1355 unsigned. Move "symcount" assignment out of loop.
1356 * Makefile.am: Run "make dep-am".
1357 * Makefile.in: Regenerate.
1358 * configure: Regenerate.
1359 * po/SRC-POTFILES.in: Regnerate.
1361 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
1363 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
1364 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
1367 2002-09-19 Jakub Jelinek <jakub@redhat.com>
1369 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
1370 even if generating R_PPC_RELATIVE reloc.
1371 (ppc_elf_relocate_section): Make sure relocation is performed
1372 if skip == -2. Clear memory at r_offset when creating dynamic
1375 2002-09-19 Jakub Jelinek <jakub@redhat.com>
1377 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
1378 BFD_RELOC_386_TLS_GOTIE): Add.
1379 * bfd-in2.h, libbfd.h: Rebuilt.
1380 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
1381 and R_386_TLS_GOTIE.
1382 (elf_i386_reloc_type_lookup): Handle it.
1383 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
1384 char instead of enum, change GOT_* into defines.
1385 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
1386 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
1387 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
1388 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
1389 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
1390 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
1391 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
1392 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
1393 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
1394 tls_type is GOT_TLS_IE_BOTH.
1395 (elf_i386_size_dynamic_sections): Likewise.
1396 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
1397 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
1398 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
1399 all 4 GOT_TLS_* TLS types.
1401 2002-09-19 Nick Clifton <nickc@redhat.com>
1403 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
1404 follow indirect links.
1406 2002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
1408 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
1409 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
1411 (ecoff_swap_sym_in) <iss>: Likewise.
1412 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
1413 ECOFF information: 'ioptMax' refers to the actual *size*
1414 of the optimization symtab, not the number of entries.
1416 2002-09-19 Daniel Jacobowitz <drow@mvista.com>
1418 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
1419 ELF_LINK_HASH_NEEDS_PLT logic.
1421 2002-09-18 Daniel Jacobowitz <drow@mvista.com>
1423 * elfcode.h (elf_slurp_reloc_table_from_section): Check
1424 correct relocation count.
1426 2002-09-17 Daniel Jacobowitz <drow@mvista.com>
1428 * bfd-in.h (bfd_get_dynamic_symcount): Define.
1429 * bfd.c (struct _bfd): Add dynsymcount.
1430 * bfd-in2.h: Regenerated.
1431 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
1433 * elfcode.h (elf_slurp_reloc_table_from_section): Check
1436 2002-09-17 Stan Cox <scox@redhat.com>
1438 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
1439 (mips_elf64_final_gp): Don't make up gp value.
1440 * elfn32-mips.c (mips_elf_final_gp): Likewise.
1441 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
1442 .MIPS.options/.options section.
1444 2002-09-17 David O'Brien <obrien@FreeBSD.org>
1446 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
1447 It is benign for FreeBSD < 4.1. Minor reformatting.
1448 * elf64-alpha-fbsd.c: Likewise.
1450 2002-09-17 Jakub Jelinek <jakub@redhat.com>
1452 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
1455 2002-09-17 Alan Modra <amodra@bigpond.net.au>
1457 * elf64-alpha.c (alpha_elf_size_info): Make static.
1459 2002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
1461 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
1462 * cpu-tic4x.c: Ditto.
1464 2002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1466 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
1469 2002-09-16 Bruno Haible <bruno@clisp.org>
1471 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
1472 by a target variant implementation.
1473 * elf64-alpha.c: Likewise.
1474 * elf32-i386-fbsd.c: New file.
1475 * elf64-alpha-fbsd.c: New file.
1476 * targets.c: Support bfd_elf32_i386_freebsd_vec and
1477 bfd_elf64_alpha_freebsd_vec.
1478 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
1479 bfd_elf64_alpha_freebsd_vec.
1480 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
1481 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
1482 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
1483 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
1484 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
1485 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
1486 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
1488 2002-09-12 Jakub Jelinek <jakub@redhat.com>
1490 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
1492 (elf_i386_relocate_section): Return false after printing error about
1493 unresolvable relocation.
1495 2002-09-12 Nick Clifton <nickc@redhat.com>
1497 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
1500 2002-09-11 Jeffrey Law <law@redhat.com>
1502 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
1504 2002-09-11 Andrew Haley <aph@cambridge.redhat.com>
1506 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
1507 line_ptr before deciding we've found a symbol.
1509 2002-09-11 Nick Clifton <nickc@redhat.com>
1511 * po/da.po: New Danish translation file.
1512 * configure.in (LINGUAS): Add 'da'.
1513 * configure: Regenerate.
1515 2002-09-10 Michael Snyder <msnyder@redhat.com>
1517 * irix-core.c (do_sections, do_sections64): New functions.
1518 (irix_core_core_file_p): Call new functions do_sections,
1519 do_sections64, depending on corefile (32-bit or 64-bit).
1521 2002-09-09 Richard Henderson <rth@redhat.com>
1523 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
1524 and PCREL21F like PCREL21B.
1526 2002-09-04 Kevin Buettner <kevinb@redhat.com>
1528 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
1531 2002-09-02 Nick Clifton <nickc@redhat.com>
1533 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
1534 names instead of cryptically overloaded bfd_reloc error
1536 (v850_elf_relocate_section): Likewise.
1537 (v850_elf_relax_section): Replace caching of external symbols
1538 with caching of internal symbols obtained from calling
1539 bfd_elf_get_elf_syms().
1540 Fixup problems with freeing cached allocated memory blocks.
1542 2002-09-02 Alan Modra <amodra@bigpond.net.au>
1544 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
1545 (bfd_pj_arch): Use bfd_default_scan.
1546 * cpu-v850.c (scan): Remove.
1547 (N): Use bfd_default_scan.
1548 * cpu-z8k.c (scan_mach): Remove.
1549 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
1550 first. Use bfd_default_scan.
1552 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
1554 (ecoff_get_magic): Likewise.
1555 * elf32-v850.c (v850_elf_object_p): Likewise.
1556 (v850_elf_final_write_processing): Likewise.
1557 * mipsbsd.c (MY(set_arch_mach)): Likewise.
1558 (MY(write_object_contents)): Likewise.
1559 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
1560 * coffcode.h (coff_write_object_contents): Likewise.
1561 (coff_set_arch_mach_hook): Add comment describing machine == 0.
1562 Remove unnecessary "machine" assignments.
1563 (coff_write_relocs): Test for the absolute section sym by testing
1566 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
1567 and bfd_mach_i386_i386_intel_syntax.
1568 * pdp11.c (NAME(aout,machine_type)): Likewise.
1570 2002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
1572 * bfd-in.h (align_power): Cast constants to bfd_vma type.
1573 * bfd-in2.h (align_power): Likewise.
1575 2002-08-30 Alan Modra <amodra@bigpond.net.au>
1577 * Makefile.am: Run "make dep-am".
1578 * Makefile.in: Regenerate.
1580 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
1581 * cpu-powerpc.c (powerpc_compatible): Likewise.
1582 * cpu-rs6000.c (rs6000_compatible): Likewise.
1584 2002-08-28 Catherine Moore <clm@redhat.com>
1586 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
1587 (v850-elf-reloc): Don't resolve pc relative relocs.
1588 (v850_elf_ignore_reloc): New routine.
1589 (v850_elf_final_link_relocate): Handle new relocs.
1590 (v850_elf_relax_delete_bytes ): New routine.
1591 (v850_elf_relax_section): New routine.
1592 (bfd_elf32_bfd_relax_section): Define.
1593 (HOWTO): New entries for new relocs.
1594 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
1595 (BFD_RELOC_V850_LONGJUMP): New reloc.
1596 (BFD_RELOC_V850_ALIGN): New reloc.
1597 * archures.c: Remove redundant v850ea architecture.
1598 * cpu-v850.c: Remove redundant v850ea support.
1599 * libbfd.h: Regenerate.
1600 * bfd-in2.h: Regenerated.
1602 2002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
1604 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
1605 * configure.in: Add tic4x_coff vector files.
1606 * configure: Regenerate.
1607 * Makefile.am: Add tic4x target.
1608 * Makefile.in: Regenerate.
1610 2002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
1612 * archures.c: Add the BFD arch type tic4x.
1613 * bfd-in.h: Add BFD_IN_MEMORY flag.
1614 * coff-tic4x.c: New file.
1615 * coffswap.h (coff_swap_sym_out): Add preadjuster.
1616 * cpu-tic4x.c: New file.
1617 * targets.c: Added tic4x- in list of xvecs.
1618 * ticoff.h: New file.
1619 * bfd-in2.h: Regenerate.
1621 2002-08-27 Adam Nemet <anemet@lnxw.com>
1623 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
1624 bit of DT_INIT and DT_FINI for Thumb functions.
1626 2002-08-26 Alan Modra <amodra@bigpond.net.au>
1628 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
1630 2002-08-26 Alan Modra <amodra@bigpond.net.au>
1632 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
1634 2002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1636 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
1637 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
1639 (struct elf_sh_pcrel_relocs_copied): Removed.
1640 (struct elf_sh_dyn_relocs): New.
1641 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
1642 field with dyn_relocs.
1643 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
1644 sections and sym_sec.
1645 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
1646 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
1647 (sh_elf_create_dynamic_sections): Use create_got_section instead
1648 of _bfd_elf_create_got_section.
1649 (sh_elf_check_relocs): Likewise.
1650 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
1652 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
1653 sh_elf_relocate_section, sh_elf_check_relocs,
1654 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
1656 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
1657 dynamic relocations and avoiding the copy relocation when we
1658 didn't find any dynamic relocations in the section which has
1659 contents or is read-only.
1660 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1661 (sh_elf_size_dynamic_sections): Don't reset the size of
1662 .rela.got section even if dynamic_sections_created flag is off.
1663 Don't use sh_elf_discard_copies. Scan all input bfd and use
1664 allocate_dynrelocs. Call readonly_dynrelocs to determine
1665 whether we need DT_TEXTREL.
1666 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
1667 whether the symbol was never referred to.
1668 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
1669 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
1670 (sh_elf_check_relocs): Call create_got_section if the short-cut
1671 to .got is null. Increment reference counters only instead of
1672 allocating space on dynamic sections here. Don't conditionalize
1673 uninitialized got.offset value when marking the symbol as a
1674 global offset table entry. Keep relocations for symbols satisfied
1675 by a dynamic library to avoid copy relocations for the symbol.
1676 Set dynobj field of an elf hash table if needed.
1677 (sh_elf_finish_dynamic_sections): Handle null section pointer
1679 (elf_backend_copy_indirect_symbol): Defined.
1680 (elf_backend_can_refcount): Defined.
1682 2002-08-23 Nick Clifton <nickc@redhat.com>
1684 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
1685 previous change. Add comment explaining why.
1687 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
1689 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
1690 contents of .got.plt[2] to tr0, not address of .got.plt.
1691 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
1692 patching absolute plt entry. For shmedia plt entry, set bottom bit
1693 of branch to plt0 as this is a branch to an shmedia instruction.
1694 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
1695 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
1696 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
1698 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
1699 patching absolute plt entry. For shmedia plt entry, branch to
1700 plt0 is now ptrel, so use relative offset. Set bottom bit of
1701 branch target as it is a branch to an shmedia instruction.
1703 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
1704 Richard Shann <richard.shann@superh.com>
1706 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
1707 value if .init is an SHmedia function. Similarly for DT_FINI.
1708 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
1710 2002-08-23 Stephen Clarke <stephen.clarke@superh.com>
1712 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
1714 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
1716 2002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1718 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
1719 byte read when reading the return address register column.
1721 2002-08-22 Nick Clifton <nickc@redhat.com>
1723 * config.bfd: Add powepc64-*-*bsd* target.
1725 2002-08-22 Graeme Peterson <gp@qnx.com>
1727 * Makefile.am: Add entries for elf32-shqnx.c
1728 * Makefile.in: Regenerate.
1729 * config.bfd: Add support sh-*-nto* target.
1730 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
1731 * configure: Regenerate.
1732 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
1733 * elf32-sh.c: Do not include elf32-target.h if
1734 ELF32_SH_C_INCLUDED is defined.
1735 * elf32-shqnx.c: New file: Support for QNX.
1736 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
1738 2002-08-22 Nick Clifton <nickc@redhat.com>
1740 * po/tr.po: Updated Turkish translation.
1742 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
1743 symbols are not read.
1745 2002-08-22 Alan Modra <amodra@bigpond.net.au>
1747 * elf32-m68hc11.c: Formatting fixes.
1748 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
1749 * elf32-m68hc12.c: Formatting fixes.
1750 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
1752 2002-08-22 Alan Modra <amodra@bigpond.net.au>
1754 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
1756 (pmac_xcoff_vec): Likewise.
1757 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
1758 (aix5coff64_vec): Likewise.
1760 2002-08-22 Alan Modra <amodra@bigpond.net.au>
1762 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
1763 param to elf_backend_copy_indirect_symbol.
1764 (_bfd_elf_link_hash_copy_indirect): Likewise.
1765 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
1766 calls to copy_indirect_symbol.
1767 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
1768 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
1769 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
1770 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
1771 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
1772 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
1773 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
1774 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1775 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1776 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
1777 test refcounts for "used" values.
1779 2002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
1781 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
1782 argument declaration.
1784 2002-08-19 Elena Zannoni <ezannoni@redhat.com>
1786 * archures.c (bfd_mach_ppc_e500): Added.
1787 * bfd-in2.h: Rebuilt.
1788 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
1790 2002-08-19 Alan Modra <amodra@bigpond.net.au>
1792 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
1794 2002-08-17 Andrew Cagney <ac131313@redhat.com>
1796 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
1799 2002-08-17 Stan Cox <scox@redhat.com>
1801 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
1802 IRIX 6 segment layout for NEWABI.
1804 2002-08-16 Stephen Clarke <stephen.clarke@superh.com>
1806 * bfd/elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
1807 symbols when looking for section referred to by a relocation.
1808 * bfd/elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
1810 2002-08-15 Alan Modra <amodra@bigpond.net.au>
1812 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
1814 2002-08-15 Hans-Peter Nilsson <hp@axis.com>
1816 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
1817 missing check for whether the symbol is referenced by DSO before
1818 unexporting it as an unneeded dynamic symbol.
1820 2002-08-14 H.J. Lu <hjl@gnu.org>
1822 * libbfd.h: Regenerate.
1824 2002-08-14 H.J. Lu <hjl@gnu.org>
1826 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
1828 2002-08-14 Stephane Carrez <stcarrez@nerim.fr>
1830 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
1832 (m68hc11_direct_relax): New to define table of relaxable instructions.
1833 (find_relaxable_insn): New, find a relaxable insn.
1834 (compare_reloc): New to compare two relocs.
1835 (m68hc11_elf_relax_section): New, relax text sections.
1836 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
1837 (elf32_m68hc11_check_relocs): New function for GC support.
1838 (elf32_m68hc11_relocate_section): New function for GC support.
1839 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
1840 (elf_backend_check_relocs): Likewise.
1841 (elf_backend_relocate_section): Likewise.
1843 2002-08-13 H.J. Lu <hjl@gnu.org>
1845 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
1846 definitions in shared objects when checking symbol with
1849 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1851 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
1852 (elf32_m68hc11_gc_sweep_hook): Likewise.
1853 (elf_backend_gc_mark_hook): Define for GC section support.
1854 (elf_backend_gc_sweep_hook): Likewise.
1855 (elf_backend_can_gc_sections): Likewise.
1857 * elf32-m68hc12.c: Likewise.
1859 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1861 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
1862 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
1863 (_bfd_m68hc11_elf_set_private_flags): New function.
1864 Use them to set/check/print ELF flags specific to 68HC11.
1866 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
1867 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
1868 (_bfd_m68hc12_elf_set_private_flags): New function.
1869 Use them to set/check/print ELF flags specific to 68HC12.
1871 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1873 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
1874 fix masks for PC-rel relocs.
1875 (m68hc11_elf_ignore_reloc): New function.
1877 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
1878 68HC12 banked addressing relocs.
1879 (m68hc12_phys_addr): New to compute physical address of banked memory.
1880 (m68hc12_phys_page): Likewise for page.
1881 (m68hc12_addr_is_banked): New to see if address is in banked area.
1882 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
1884 2002-08-13 Stephane Carrez <stcarrez@nerim.fr>
1886 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
1887 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
1888 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
1889 * bfd-in2.h: Regenerate.
1891 2002-08-12 H.J. Lu <hjl@gnu.org>
1893 * elflink.h (elf_add_default_symbol): Preserve section across
1896 2002-08-09 Graeme Peterson <gp@qnx.com>
1898 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
1899 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
1900 * Makefile.in: Regenerate.
1901 * config.bfd: Add support for powerpc{le}-*-nto targets.
1902 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
1903 * configure: Regenerate.
1904 * elf32-i386qnx.c: Moved backend functions into a QNX specific
1905 common file "elf32-qnx.h", and now include that file.
1906 * elf32-qnx.h: New file: QNX specific common elf backend.
1907 * elf32-ppc.c: Do not include elf32-target.h if
1908 ELF32_PPC_C_INCLUDED is defined.
1909 * elf32-ppcqnx.c: New file: Support for QNX.
1910 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
1911 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
1913 2002-08-09 Nick Clifton <nickc@redhat.com>
1915 * po/sv.po: Updated Swedish translation.
1917 2002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1919 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
1920 g->global_gotsym is NULL.
1922 2002-08-08 H.J. Lu <hjl@gnu.org>
1924 * elflink.h (elf_add_default_symbol): Don't warn if a definition
1925 overrides an indirect versioned symbol.
1927 2002-08-08 Jakub Jelinek <jakub@redhat.com>
1929 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
1930 for R_386_TLS_TPOFF32 relocs against symndx 0.
1932 2002-08-07 H.J. Lu <hjl@gnu.org>
1934 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
1935 with undefined version if needed.
1936 (elf_link_assign_sym_version): Match a default symbol with a
1937 version without definition. No need to hide the default
1938 definition separately.
1940 2002-08-08 Alan Modra <amodra@bigpond.net.au>
1942 * elflink.h (elf_link_output_extsym): Don't output symbols from
1943 SEC_EXCLUDE sections.
1945 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
1947 2002-08-07 Alan Modra <amodra@bigpond.net.au>
1949 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
1952 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1954 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
1957 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1959 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
1961 2002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1963 * elf32-mips.c (mips_reloc_map): Fix typo.
1965 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1967 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
1969 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1971 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
1973 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1975 * libxcoff.h: Use PARAMS on function declarations.
1976 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
1977 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
1979 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
1981 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
1983 2002-08-06 Alan Modra <amodra@bigpond.net.au>
1985 * coff-rs6000.c: Formatting fixes.
1986 (xcoff_calculate_relocation): Use PARAMS in declaration.
1987 (xcoff_complain_overflow): Likewise.
1988 (xcoff_ppc_relocate_section): Use old-style function pointer call.
1989 (bfd_xcoff_backend_data): Remove useless comments.
1990 (rs6000coff_vec): Likewise.
1991 (bfd_pmac_xcoff_backend_data): Likewise.
1992 (pmac_xcoff_vec): Likewise.
1994 * coff64-rs6000.c: Formatting fixes.
1995 (xcoff64_calculate_relocation): Use PARAMS in declaration.
1996 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
1997 (bfd_xcoff_backend_data): Remove useless comments.
1998 (rs6000coff64_vec): Likewise.
1999 (bfd_xcoff_aix5_backend_data): Likewise.
2000 (aix5coff64_vec): Likewise.
2002 2002-08-06 Alan Modra <amodra@bigpond.net.au>
2004 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
2005 mask entries. Use complain_overflow_dont for R_REF.
2006 (xcoff_reloc_type_ba): Revert last change.
2007 (xcoff_reloc_type_br): Likewise.
2008 (xcoff_reloc_type_crel): Likewise.
2009 (xcoff_ppc_relocate_section): Likewise.
2010 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
2011 (xcoff64_ppc_relocate_section): Likewise.
2012 (xcoff64_howto_table): Revert some of last change to mask entries.
2013 Use complain_overflow_dont for R_REF.
2015 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
2016 relocs with bitsize == 16 have size = 1.
2017 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
2018 (xcoff_reloc_type_br): Likewise.
2019 (xcoff_reloc_type_crel): Likewise.
2020 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
2021 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
2022 dst_mask adjustment.
2023 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
2024 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
2025 bitsize == 16 have size = 1.
2027 2002-08-01 Denis Chertykov <denisc@overta.ru>
2029 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
2030 (struct misc): New field isymbuf. All free_* fields removed.
2031 (symbol_value): Pass in internal syms. No need to swap syms in.
2032 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
2033 possibly cached info.
2034 (tidyup_after_error): Removed.
2035 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
2036 misc. Use new field.
2037 (adjust_all_relocations): Use internal syms. No need to swap syms
2039 (add_page_insn): Don't use removed fields of struct misc.
2041 2002-08-01 Nick Clifton <nickc@redhat.com>
2043 * elf32-arm.h: Revert previous delta.
2045 2002-08-01 Nick Clifton <nickc@redhat.com>
2047 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
2048 * configure: Regenerate.
2050 2002-07-31 H.J. Lu <hjl@gnu.org>
2052 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
2055 2002-07-31 H.J. Lu <hjl@gnu.org>
2057 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
2060 2002-07-31 Jakub Jelinek <jakub@redhat.com>
2062 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
2063 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
2065 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2067 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
2068 There is no 8 byte relocation type for this architecture.
2069 (do_ns32k_reloc): Use bfd_vma instead of native types.
2070 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
2072 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
2073 rely on generic code to do that.
2074 * aout-ns32k.c (howto_table): Add appropriate overflow detection
2075 to all table entries.
2076 (_bfd_ns32k_relocate_contents): put_data returns void.
2077 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
2078 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
2081 2002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
2083 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
2084 archive object is target dependant.
2086 2002-07-31 Adam Nemet <anemet@lnxw.com>
2088 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
2089 (THUMB_PLT_ENTRY_SIZE): New macro.
2090 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
2091 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
2093 (elf32_arm_plt_entry): Likewise.
2094 (elf_backend_plt_header_size): Likewise.
2095 (elf32_thumb_plt0_entry): New global.
2096 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
2098 (elf32_thumb_plt_entry): New global.
2099 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
2100 Thumb entries. Set the bottom bit of the corresponding GOT entry
2101 for a Thumb PLT entry.
2102 (struct elf32_arm_plt_entry_info): New structure.
2103 (struct elf32_arm_link_hash_entry, plt_info): New member of this
2105 (elf32_arm_link_hash_newfunc): Initialize new member.
2106 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
2107 relocations against the PLT.
2108 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
2109 first_rel_type if this is the first time we encounter the symbol.
2110 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
2111 Determine if relocation needs a PLT entry. Set first_rel_type if
2112 this is the first time we encounter the symbol
2113 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
2115 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
2116 (elf32_arm_create_dynamic_sections): New function. Create the
2118 (elf_backend_create_dynamic_sections): Call it.
2120 2002-07-31 Nick Clifton <nickc@redhat.com>
2122 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
2123 'alternative' in order to avoid shadowing global symbol of the
2125 * bfd-in2.h: Regenerate.
2126 * libbfd.h: Regenerate.
2127 * libcoff.h: Regenerate.
2129 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2131 * Makefile.am: Add n32 ABI support.
2132 * Makefile.in: Regenerate.
2133 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
2134 bit vectors for mips*-*-linux targets as optional.
2135 * configure.in: Add n32 ABI vectors.
2136 * configure: Regenerate.
2137 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
2138 * elfn32-mips.c: New file, n32 ABI support.
2139 * targets.c: Add n32 ABI vectors.
2141 2002-07-30 Graeme Peterson <gp@qnx.com>
2143 * elfarmqnx-nabi.c: New file: Support for QNX.
2144 * config.bfd: Add support for arm-*-nto target.
2145 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
2146 * configure: Regenerate.
2147 * Makefile.am: Add entries for elfarmqnx-nabi.c.
2148 * Makefile.in: Regenerate.
2149 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
2150 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
2151 * elfarm-nabi.c: Do not include elf32-arm.h if
2152 ELFARM_NABI_C_INCLUDED is defined.
2153 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
2155 2002-07-30 Nick Clifton <nickc@redhat.com>
2157 * po/sv.po: Updated Swedish translation.
2159 2002-07-30 Jakub Jelinek <jakub@redhat.com>
2161 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
2163 2002-07-30 Alan Modra <amodra@bigpond.net.au>
2165 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
2166 * archive.c (bfd_generic_archive_p): Likewise.
2167 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
2168 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
2169 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
2170 (xcoff64_archive_p): Likewise.
2171 (xcoff64_openr_next_archived_file): Likewise.
2172 (xcoff64_archive_p): Clean up tdata properly on error.
2173 * coffgen.c (coff_real_object_p): Likewise.
2174 (coff_object_p): Release filehdr and opthdr.
2175 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
2176 * ieee.c (ieee_archive_p): Likewise.
2177 * ihex.c (ihex_object_p): Likewise.
2178 (ihex_mkobject): Always allocate tdata.
2179 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
2180 * srec.c (srec_mkobject): Always allocate tdata.
2181 (srec_object_p): Clean up tdata properly on error.
2182 (symbolsrec_object_p): Likewise.
2183 * versados.c (versados_object_p): Likewise.
2184 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
2185 and bfd_realloc instead of realloc.
2186 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
2187 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
2188 place of bfd_malloc, simplifying error freeing. Free hash table too.
2189 (vms_object_p): Clean up tdata on error.
2190 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
2191 (vms_close_and_cleanup): Adjust for bfd_alloc use.
2193 2002-07-30 Alan Modra <amodra@bigpond.net.au>
2195 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
2197 2002-07-26 Chris Demetriou <cgd@broadcom.com>
2199 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
2200 flags into resulting BFD.
2202 2002-07-26 Alan Modra <amodra@bigpond.net.au>
2204 From John Reiser <jreiser@BitWagon.com>
2205 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
2206 tls_ldm_got.refcount.
2208 2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2210 * elf64-mips.c: Update TODO comment.
2211 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
2212 mips_elf64_gprel16_reloca): Remove prototypes.
2213 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
2214 (UNUSED_RELOC): Replace by EMPTY_RELOC.
2215 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
2216 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
2218 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
2219 R_MIPS_GOT16. Remove wrong comments.
2220 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
2221 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
2223 (mips_elf64_hi16_reloc): Fix formatting.
2224 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
2225 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
2226 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
2227 (mips_elf64_gprel16_reloc): Make static. Add check for
2229 (mips_elf64_gprel16_reloca): Remove.
2230 (mips_elf64_literal_reloc): New function.
2231 (mips_elf64_gprel32_reloc): Fix formatting.
2232 (mips_elf64_shift6_reloc): Fix comment. Make static.
2233 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
2235 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
2237 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
2238 specific relocations.
2239 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
2240 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
2241 (ELF_MAXPAGESIZE): Add comment.
2243 2002-07-25 Nick Clifton <nickc@redhat.com>
2245 * po/sv.po: Updated Swedish translation.
2246 * po/es.po: Updated Spanish translation.
2247 * po/fr.po: Updated French translation.
2249 2002-07-25 Alan Modra <amodra@bigpond.net.au>
2251 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
2252 as elf_link_record_local_dynamic_symbol.
2253 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
2254 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
2255 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
2256 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
2257 attempt is made to record a symbol in a discarded section, and
2258 return `2' in that case.
2260 2002-07-24 Nick Clifton <nickc@redhat.com>
2262 * po/sv.po: Updated Swedish translation.
2263 * po/es.po: Updated Spanish translation.
2265 2002-07-23 Alan Modra <amodra@bigpond.net.au>
2267 * po/SRC-POTFILES.in: Regenerate.
2269 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
2270 immediately. Remove code handling relocatable linking.
2271 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
2272 * elf32-cris.c (cris_elf_relocate_section): Likewise.
2273 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
2274 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
2275 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
2276 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2277 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
2278 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2279 * elf32-v850.c (v850_elf_relocate_section): Likewise.
2280 * elf32-vax.c (elf_vax_relocate_section): Likewise.
2281 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2282 * elf32-avr.c (elf_backend_rela_normal): Define.
2283 * elf32-cris.c: Likewise.
2284 * elf32-fr30.c: Likewise.
2285 * elf32-frv.c: Likewise.
2286 * elf32-h8300.c: Likewise.
2287 * elf32-hppa.c: Likewise.
2288 * elf32-ip2k.c: Likewise.
2289 * elf32-sparc.c: Likewise.
2290 * elf32-v850.c: Likewise.
2291 * elf32-vax.c: Likewise.
2292 * elf64-hppa.c: Likewise.
2293 * elf64-sparc.c: Likewise.
2294 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
2295 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
2296 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
2297 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
2298 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
2299 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
2300 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
2301 * elf-m10200.c (USE_RELA): Don't define.
2302 * elf-m10300.c: Likewise.
2303 * elfarm-oabi.c: Likewise.
2304 * elf32-i370.c: Likewise.
2305 * elf32-ip2k.c: Likewise.
2306 * elf32-m68k.c: Likewise.
2307 * elf32-mcore.c: Likewise.
2308 * elf32-ppc.c: Likewise.
2309 * elf32-s390.c: Likewise.
2310 * elf32-vax.c: Likewise.
2311 * elf64-ppc.c: Likewise.
2312 * elf64-s390.c: Likewise.
2313 * elf64-x86-64.c: Likewise.
2314 * elfxx-ia64.c: Likewise.
2315 * elf32-avr.c (USE_REL): Don't undef.
2316 * elf32-ip2k.c: Likewise.
2318 2002-07-23 Nick Clifton <nickc@redhat.com>
2320 * elf-bfd.h (struct elf_backend_data): Add new bitfield
2321 'want_p_paddr_set_to_zero'.
2322 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
2324 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
2325 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
2327 2002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
2329 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
2330 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
2331 show the Copyright string.
2332 Minor formatting tidy ups.
2334 2002-07-23 Nick Clifton <nickc@redhat.com>
2336 * po/fr.po: Updated French translation.
2337 * po/sv.po: Updated Swedish translation.
2339 2002-07-23 Alan Modra <amodra@bigpond.net.au>
2341 * elflink.h (elf_link_input_bfd): Don't change internal symbols
2342 when outputting relocs.
2344 2002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
2346 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
2347 DT_PLTGOT into the dynamic section if there is a PLT.
2349 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2351 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
2353 (_bfd_mips_elf_write_section): Likewise.
2354 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
2355 (_bfd_mips_elf_write_section): Likewise.
2356 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
2357 (elf32_mips_write_section): Likewise.
2358 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
2359 (_bfd_mips_elf_write_section): Likewise.
2361 2002-07-19 Alan Modra <amodra@bigpond.net.au>
2363 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
2364 PT_IA_64_UNWIND segments for a given section.
2366 2002-07-17 H.J. Lu <hjl@gnu.org>
2368 * Makefile.am: Fix a typo.
2369 * Makefile.in: Regenerate.
2371 2002-07-15 Denis Chertykov <denisc@overta.ru>
2372 Frank Ch. Eigler <fche@redhat.com>
2373 Ben Elliston <bje@redhat.com>
2374 Alan Lehotsky <alehotsky@cygnus.com>
2375 John Healy <jhealy@redhat.com>
2376 Graham Stott <grahams@redhat.com>
2377 Jeff Johnston <jjohnstn@redhat.com>
2379 * Makefile.am: Add support for ip2k.
2380 * Makefile.in: Regenerate.
2381 * doc/Makefile.in: Regenerate.
2382 * archures.c: Add support for ip2k.
2383 * config.bfd: Add support for ip2k.
2384 * configure.in: Add support for ip2k.
2385 * configure: Regenerate.
2386 * reloc.c: Add support for ip2k.
2387 * targets.c: Add support for ip2k.
2388 * bfd-in2.h: Regenerate.
2389 * libbfd.h: Regenerate.
2390 * cpu-ip2k.c: New file.
2391 * elf32-ip2k.c: New file.
2393 2002-07-17 Ian Rickards <irickard@arm.com>
2395 * dwarf2.c (concat_filename): If we can't establish the directory
2396 just return the filename.
2398 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
2400 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
2402 2002-07-16 Alan Modra <amodra@bigpond.net.au>
2404 * elflink.h: Formatting fixes, tidy prototypes.
2405 (elf_link_assign_sym_version): Move common code out of loop.
2407 2002-07-16 Alan Modra <amodra@bigpond.net.au>
2409 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
2410 reloc section size is zero. Correct reloc output location.
2412 2002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
2414 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
2415 the final type for the e_fsel selector when generating PA2.0W code.
2416 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
2419 2002-07-14 H.J. Lu <hjl@gnu.org>
2421 * elflink.h (elf_link_assign_sym_version): Hide the default
2422 definition if there is a hidden versioned definition.
2424 2002-07-12 Hans-Peter Nilsson <hp@axis.com>
2426 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
2427 dynamic reference test in assertion when initializing GOT with
2428 static contents. Just assert that there are either no dynamic
2429 sections, the symbol is defined in the regular objects or that the
2430 symbol is undef weak. Tweak comment.
2431 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
2432 only if the symbol isn't defined in the program and isn't undef
2434 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
2435 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
2436 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
2437 (elf_cris_discard_excess_program_dynamics): Don't consider
2438 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
2440 2002-07-11 Alan Modra <amodra@bigpond.net.au>
2442 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
2443 unresolved debugging relocs in dynamic applications.
2444 * elf32-s390.c (elf_s390_relocate_section): Likewise.
2445 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2446 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2447 * elf64-s390.c (elf_s390_relocate_section): Likewise.
2448 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2449 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2451 2002-07-10 Alan Modra <amodra@bigpond.net.au>
2453 * elf64-ppc.c (ONES): Define.
2454 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
2455 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
2456 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
2458 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
2459 (ppc64_elf_set_private_flags): Delete.
2460 (ppc64_elf_section_from_shdr): Delete.
2461 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
2462 (ppc64_elf_fake_sections): Delete.
2463 (bfd_elf64_bfd_set_private_flags): Don't define.
2464 (bfd_elf64_get_symbol_info): Likewise.
2465 (elf_backend_section_from_shdr): Likewise.
2466 (elf_backend_fake_sections): Likewise.
2468 2002-07-10 Marco Walther <Marco.Walther@sun.com>
2470 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
2471 when not already set.
2472 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
2473 (elf_backend_fake_sections): Define.
2475 2002-07-10 Alan Modra <amodra@bigpond.net.au>
2477 * merge.c (_bfd_merge_section): Remove redundant output_section check.
2479 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
2481 2002-07-09 Hans-Peter Nilsson <hp@axis.com>
2483 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
2484 NULL sym_hashes to just before use.
2485 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
2486 symbol with non-default visibility.
2487 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
2488 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
2490 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
2491 symbol with non-default visibility.
2492 (cris_elf_check_relocs): At tests for local symbol before
2493 increasing h->plt.refcount, also check for non-default
2494 visibility. Ditto when checking for local symbol to eliminate
2495 pc-relative runtime relocs.
2497 2002-07-08 Alan Modra <amodra@bigpond.net.au>
2499 * elf.c: Formatting.
2500 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
2501 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
2502 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
2505 2002-07-07 Mark Mitchell <mark@codesourcery.com>
2506 Alan Modra <amodra@bigpond.net.au>
2508 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
2509 account the impact of relocation count overflow when computing
2511 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
2512 or not to apply the PE COFF reloc overflow handling. Fix a
2513 fencepost error in deciding whether or not to use that technique.
2515 2002-07-07 Alan Modra <amodra@bigpond.net.au>
2517 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
2518 change type of locsyms.
2519 (bfd_elf_get_elf_syms): Declare.
2520 * elf.c (bfd_elf_get_elf_syms): New function.
2521 (group_signature): Use bfd_elf_get_elf_syms.
2522 (bfd_section_from_r_symndx): Likewise.
2523 * elfcode.h (elf_slurp_symbol_table): Likewise.
2524 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
2525 (elf_link_add_object_symbols): Likewise. Reorganise to increase
2526 locality of various data structures. Properly free internal relocs.
2527 (elf_bfd_final_link): Properly free internal relocs.
2528 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
2529 (elf_link_input_bfd): Likewise.
2530 (elf_gc_mark): Likewise. Properly free internal relocs.
2531 (elf_gc_sweep): Properly free internal relocs.
2532 (elf_reloc_symbol_deleted_p): No need to swap syms in.
2533 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
2535 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
2536 Properly free possibly cached info.
2537 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
2538 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
2539 symbol swapping code.
2540 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
2541 Properly free possibly cached info.
2542 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
2543 (mn10300_elf_relax_delete_bytes): Likewise.
2544 (mn10300_elf_symbol_address_p): Likewise.
2545 (mn10300_elf_get_relocated_section_contents): Likewise.
2546 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
2547 (elf32_h8_relax_delete_bytes): Likewise.
2548 (elf32_h8_symbol_address_p): Likewise.
2549 (elf32_h8_get_relocated_section_contents): Likewise.
2550 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
2551 (m32r_elf_relax_delete_bytes): Likewise.
2552 (m32r_elf_get_relocated_section_contents): Likewise.
2553 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
2554 elf_section_data to determine whether cached.
2555 (sh_elf_relax_section): As above for elf-m10200.c.
2556 (sh_elf_relax_delete_bytes): Likewise.
2557 (sh_elf_get_relocated_section_contents): Likewise.
2558 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
2559 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
2560 reading of local syms.
2561 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
2562 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
2563 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
2564 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
2566 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
2567 free internal relocs and section contents. Don't read symbols.
2568 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
2569 (elf32_hppa_size_stubs): Don't free local syms.
2570 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
2571 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
2572 possibly cached info.
2573 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
2574 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
2575 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
2577 (get_local_syms): Delete function.
2578 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
2580 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
2582 2002-07-05 Jim Wilson <wilson@redhat.com>
2584 * syms.c (decode_section_type): New.
2585 (bfd_decode_symclass): Call decode_section_type.
2587 2002-07-04 Jakub Jelinek <jakub@redhat.com>
2589 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
2590 section content start.
2591 Reported by Michael Schumacher <mike@hightec-rt.com>.
2593 2002-07-04 Alan Modra <amodra@bigpond.net.au>
2595 * section.c (_bfd_strip_section_from_output): Remove unnecessary
2596 link order code. Don't actually remove the output section here;
2597 Just set a flag for the linker to do so.
2598 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
2599 sections when setting up output section dynsyms.
2601 2002-07-04 Alan Modra <amodra@bigpond.net.au>
2603 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
2605 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
2608 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
2610 * elf64-s390.c (create_got_section): Set .got section alignment to
2612 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
2614 2002-07-02 Alan Modra <amodra@bigpond.net.au>
2616 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
2618 2002-07-01 Matt Thomas <matt@3am-software.com>
2620 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
2623 2002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2625 * elfxx-mips.c (ABI_64_P): Fix comment.
2626 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
2627 new section names for N64 ABI.
2628 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
2629 (mips_elf_calculate_relocation): Code formatting.
2630 (mips_elf_create_dynamic_relocation): Likewise.
2631 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
2632 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
2633 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
2635 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
2637 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
2638 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
2641 2002-07-01 Andreas Schwab <schwab@suse.de>
2643 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
2644 R_X86_64_64 to R_X86_64_RELATIVE.
2646 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
2648 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
2649 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
2651 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
2653 * configure.in (vaxbsd_vec): Add.
2654 * targets.c (vaxbsd_vec): Add.
2655 * Makefile.in: Rebuild.
2656 * configure: Rebuild.
2657 * po/SRC-POTFILES.in: Rebuild.
2659 2002-07-01 Alan Modra <amodra@bigpond.net.au>
2661 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
2662 examining to gc_mark_hook, rather than the bfd.
2663 (elf_gc_sections): Adjust.
2664 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
2665 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
2666 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
2667 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
2668 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
2669 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
2670 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
2671 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
2672 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
2673 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
2674 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
2675 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
2676 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
2677 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
2678 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
2679 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
2680 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
2681 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
2682 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
2683 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
2684 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
2685 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
2686 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
2687 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
2688 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
2689 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
2690 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
2691 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
2692 redundant local sym tests.
2693 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
2694 (link_hash_newfunc): Init is_entry.
2695 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
2696 (ppc64_elf_link_hash_table_create): Init all_local_syms.
2697 (create_linkage_sections): Use bfd_make_section_anyway rather than
2699 (ppc64_elf_mark_entry_syms): New function.
2700 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
2701 up opd entry to function section map.
2702 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
2703 relocs that reference the opd section.
2704 (edit_opd): New function.
2705 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
2706 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
2707 (get_local_syms): Do so here. Exit if we already have local syms.
2708 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
2709 read local syms on non-ELF input.
2710 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
2711 than duplicating it's function here. Adjust free of internal
2713 (ppc64_elf_relocate_section): Adjust local syms in opd section.
2714 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
2715 * elf32-hppa.c (elf32_hppa_size_stubs): Call
2716 _bfd_elf32_link_read_relocs rather than duplicating it's function
2717 here. Adjust free of internal relocs to suit.
2719 2002-07-01 Andreas Jaeger <aj@suse.de>
2721 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
2722 are not allowed in shared libs code, enforce -fPIC.
2724 2002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
2726 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
2727 trailing zero-sequences when there's previous left-over data.
2729 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
2731 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
2732 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
2733 and opd_rel_sec in order for starting rela section. Check _raw_size.
2734 (elf_backend_reloc_type_class): Define.
2736 2002-06-27 Kevin Buettner <kevinb@redhat.com>
2738 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
2741 2002-06-27 Alan Modra <amodra@bigpond.net.au>
2743 * cpu-powerpc.c: Comment on ordering of arch_info.
2744 * elf32-ppc.c (ppc_elf_object_p): New function.
2745 (elf_backend_object_p): Define.
2746 * elf64-ppc.c (ppc64_elf_object_p): New function.
2747 (elf_backend_object_p): Define.
2749 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
2751 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
2752 * configure: Regenerate.
2754 2002-06-25 Jason Eckhardt <jle@rice.edu>
2756 * dwarf2.c (decode_line_info): Check unit->addr_size
2757 to read in the proper number of prologue bytes.
2759 2002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
2761 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
2762 aix5coff64_vec if 64-bit bfd support has been enabled.
2763 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
2766 * targets.c (_bfd_target_vector[]): Only include
2767 aix5coff64_vec if 64-bit bfd support has been enabled.
2769 2002-06-25 Alan Modra <amodra@bigpond.net.au>
2771 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
2772 * elf32-hppa.c (hppa_add_stub): Likewise.
2773 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
2774 * elflink.h (elf_add_default_symbol): Fix comment typo.
2775 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
2776 (elf_link_add_object_symbols): Likewise.
2777 (elf_link_assign_sym_version): Likewise.
2778 * hash.c (bfd_hash_lookup): Likewise.
2779 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
2780 * section.c (bfd_get_unique_section_name): Likewise.
2781 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
2782 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
2783 (assign_section_numbers): Likewise.
2784 (_bfd_elfcore_make_pseudosection): Likewise.
2785 (elfcore_grok_lwpstatus): Likewise.
2786 (elfcore_grok_win32pstatus): Likewise.
2787 (elfcore_write_note): Constify input params. Use PTR instead of
2788 void *. Include terminating NUL in namesz. Correct padding.
2789 Support NULL "name" param. Use memcpy instead of strcpy.
2790 (elfcore_write_prpsinfo): Constify input params.
2791 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
2792 (elfcore_write_lwpstatus): Likewise.
2793 (elfcore_write_pstatus): Likewise.
2794 (elfcore_write_prfpreg): Likewise.
2795 (elfcore_write_prxfpreg): Likewise.
2796 * elf-bfd.h (elfcore_write_note): Update declaration.
2797 (elfcore_write_prpsinfo): Likewise.
2798 (elfcore_write_prstatus): Likewise.
2799 (elfcore_write_pstatus): Likewise.
2800 (elfcore_write_prfpreg): Likewise.
2801 (elfcore_write_prxfpreg): Likewise.
2802 (elfcore_write_lwpstatus): Likewise.
2804 2002-06-25 Jason Eckhardt <jle@rice.edu>
2806 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
2807 symbols of type stProc and stStaticProc.
2809 2002-06-25 Nick Clifton <nickc@redhat.com>
2811 * ecoff.c: VArious formatting fixes.
2813 2002-06-25 Alan Modra <amodra@bigpond.net.au>
2815 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
2817 2002-06-25 Alan Modra <amodra@bigpond.net.au>
2819 * aout-adobe.c: Don't compare against "true" or "false.
2820 * aout-target.h: Likewise.
2821 * aoutx.h: Likewise.
2822 * archive.c: Likewise.
2824 * cache.c: Likewise.
2825 * coff-a29k.c: Likewise.
2826 * coff-alpha.c: Likewise.
2827 * coff-i386.c: Likewise.
2828 * coff-mips.c: Likewise.
2829 * coff-or32.c: Likewise.
2830 * coff64-rs6000.c: Likewise.
2831 * coffcode.h: Likewise.
2832 * coffgen.c: Likewise.
2833 * cpu-ns32k.c: Likewise.
2834 * ecoff.c: Likewise.
2835 * ecofflink.c: Likewise.
2837 * elf32-arm.h: Likewise.
2838 * elf32-cris.c: Likewise.
2839 * elf32-d30v.c: Likewise.
2840 * elf32-i386.c: Likewise.
2841 * elf32-mcore.c: Likewise.
2842 * elf32-ppc.c: Likewise.
2843 * elf32-sh.c: Likewise.
2844 * elf32-sh64.c: Likewise.
2845 * elf32-v850.c: Likewise.
2846 * elf64-alpha.c: Likewise.
2847 * elf64-sh64.c: Likewise.
2848 * elfcode.h: Likewise.
2849 * elfcore.h: Likewise.
2850 * elflink.h: Likewise.
2851 * elfxx-mips.c: Likewise.
2852 * i386os9k.c: Likewise.
2854 * libbfd.c: Likewise.
2855 * linker.c: Likewise.
2857 * nlm32-alpha.c: Likewise.
2858 * nlm32-i386.c: Likewise.
2859 * nlm32-ppc.c: Likewise.
2860 * nlm32-sparc.c: Likewise.
2861 * nlmcode.h: Likewise.
2862 * oasys.c: Likewise.
2863 * pdp11.c: Likewise.
2864 * peicode.h: Likewise.
2865 * reloc.c: Likewise.
2868 * tekhex.c: Likewise.
2870 * xcofflink.c: Likewise.
2871 * elf64-sparc.c: Edit comment to not use "== false".
2873 * aoutf1.h: Don't use "? true : false".
2874 * ecoff.c: Likewise.
2875 * format.c: Likewise.
2877 * linker.c: Likewise.
2879 * oasys.c: Likewise.
2881 2002-06-23 H.J. Lu <hjl@gnu.org>
2883 * elflink.h (elf_link_add_archive_symbols): For the default
2884 version, check references with only one `@' first.
2886 2002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
2888 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
2890 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
2892 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
2893 (elf64_hppa_size_dynamic_sections): Revise to use
2894 elf64_hppa_mark_milli_and_exported_functions.
2895 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
2896 symbols out of dynamic symbol table.
2898 2002-06-23 Alan Modra <amodra@bigpond.net.au>
2900 * Makefile.in: Regenerate.
2901 * libbfd.h: Regenerate.
2902 * bfd-in2.h: Regenerate.
2903 * configure: Regenerate.
2904 * po/SRC-POTFILES.in: Regenerate.
2906 * elflink.h: Comment typo fixes.
2908 2002-06-23 H.J. Lu <hjl@gnu.org>
2910 * elf-bfd.h (elf_link_loaded_list): New structure.
2911 (elf_link_hash_table): Add "loaded".
2912 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
2913 * elflink.h (elf_link_check_versioned_symbol): New function.
2914 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
2916 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
2918 * elflink.h (size_dynamic_sections): If the target does not
2919 support an ELF style hash table, return true, indicating that
2920 nothing needed to be done, rather than false, indicating that the
2921 section's size could not be computed.
2923 2002-06-18 Dave Brolley <brolley@redhat.com>
2925 From Catherine Moore, Michael Meissner, Dave Brolley:
2926 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
2927 * targets.c: Support bfd_elf32_frv_vec.
2928 * reloc.c: Add FRV relocs.
2929 * configure.in: Add support for bfd-elf32-frv-vec.
2930 * config.bfd (targ_cpu): Add support for frv-*-elf.
2931 * archures.c: Add frv arch and machines.
2932 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
2933 (ALL_MACHINES_CFILES): Add cpu-frv.c.
2934 (BFD32_BACKENDS): Add elf32-frv.lo.
2935 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
2936 (cpu-frv.lo): New target.
2937 (elf32-frv.lo): New target.
2938 * cpu-frv.c: New file.
2939 * elf32-frv.c: New file.
2941 2002-06-18 Jakub Jelinek <jakub@redhat.com>
2943 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
2945 Only read the first section header if e_shoff is non-zero.
2946 Don't consider e_shstrndx if there are no sections.
2948 2002-06-17 Tom Rix <trix@redhat.com>
2950 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
2951 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
2952 complain_overflow_bitfield.
2954 2002-06-17 Alan Modra <amodra@bigpond.net.au>
2956 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
2957 (bfd_fdopenr): Likewise.
2958 (bfd_openstreamr): Likewise.
2959 (bfd_openw): Likewise.
2961 * targets.c: Sort target vecs.
2962 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
2963 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
2964 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
2965 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
2966 * configure.in: Sort target vecs. Add m88kmach3_vec.
2967 * configure: Regenerate.
2969 2002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
2971 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
2972 bpo_reloc_no to break sort order ties, not address of items.
2974 2002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
2976 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
2977 Skip excluded sections in determing __gp value.
2978 (elf_hppa_final_link_relocate): Use the symbol's address in
2979 R_PARISC_FPTR64 relocations that don't need an opd entry.
2980 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
2981 (elf64_hppa_finalize_dynreloc): Likewise.
2982 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
2983 (elf64_hppa_finish_dynamic_symbol): Break up assert.
2985 2002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
2987 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
2988 alignment for .bss, .data and .text sections so that sse and sse2
2990 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
2992 2002-06013 J"orn Rennecke <joern.rennecke@superh.com>
2994 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
2997 2002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
2999 * elflink.h (elf_bfd_final_link): Improve error handling for missing
3002 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
3003 for a symbol that has no output section.
3004 (allocate_dynrel_entries): Correct comment.
3005 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
3007 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
3008 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
3009 with no section. Remove unnecessary parentheses.
3011 2002-06-11 Tom Rix <trix@redhat.com>
3013 * coffcode.h (coff_compute_section_file_positions): Add data
3014 section to AIX loader alignment check.
3016 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
3017 alignment to 4 bytes.
3018 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
3019 power accessor macro.
3020 (do_shared_object_padding): Remove invalid assertion.
3022 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
3024 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
3025 for removed output sections.
3027 2002-06-10 Geoffrey Keating <geoffk@redhat.com>
3029 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
3031 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
3033 2002-06-08 H.J. Lu <hjl@gnu.org>
3035 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
3036 work around a long long bug in gcc 2.96 on mips.
3038 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
3040 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
3041 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
3042 Regenerate dependency lists.
3043 * Makefile.in: Regenerate.
3044 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
3045 vax1knetbsd_vec to targ_selvecs.
3046 * configure.in: Add vax1knetbsd_vec.
3047 * configure: Regenerate.
3048 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
3049 * vax1knetbsd.c: New file.
3050 * vaxnetbsd.c: Update copyright years.
3051 (TARGET_PAGE_SIZE): Set to 0x1000.
3052 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
3054 2002-06-08 Matt Thomas <matt@3am-software.com>
3056 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
3058 2002-06-08 Alan Modra <amodra@bigpond.net.au>
3060 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
3062 2002-06-08 Alan Modra <amodra@bigpond.net.au>
3064 * Makefile.am: Run "make dep-am".
3065 * Makefile.in: Regenerate.
3067 * armnetbsd.c: Replace CONST with const.
3068 * corefile.c: Likewise.
3069 * elf32-dlx.c: Likewise.
3070 * elf64-mips.c: Likewise.
3072 * ns32knetbsd.c: Likewise.
3074 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
3075 table is elf64-sparc.
3077 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3079 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
3080 Fix RELA addends to get not shifted in the result. Don't do special
3081 handling of R_MIPS_64 for NewABI.
3083 2002-06-07 Alan Modra <amodra@bigpond.net.au>
3085 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
3086 (NAME(aout,slurp_reloc_table)): Likewise.
3087 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
3088 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
3089 (xcoff_write_archive_contents_big): Likewise.
3090 (xcoff_generate_rtinit): Likewise.
3091 (xcoff_generate_rtinit): Likewise, and check error return.
3092 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
3093 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
3094 (coff_get_normalized_symtab): Likewise.
3095 (coff_make_empty_symbol): Likewise.
3096 (bfd_coff_set_symbol_class): Likewise.
3097 * cofflink.c (coff_link_add_symbols): Likewise.
3098 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
3099 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
3100 (bfd_ecoff_write_accumulated_debug): Likewise.
3101 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
3102 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
3103 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
3104 * ieee.c (do_with_relocs): Use bfd_zalloc.
3105 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
3106 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
3107 (NAME(aout,slurp_reloc_table)): Likewise.
3108 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
3109 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
3110 * som.c (som_build_and_write_symbol_table): Likewise.
3111 (som_slurp_string_table): Likewise.
3112 (som_slurp_symbol_table): Likewise.
3113 (som_bfd_ar_write_symbol_stuff): Likewise.
3114 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
3115 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
3116 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
3117 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
3118 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
3120 2002-06-07 Alan Modra <amodra@bigpond.net.au>
3122 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
3124 (elf_group_name): Update.
3125 (elf_group_id): Define.
3126 (bfd_elf_set_group_contents): Declare.
3127 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
3128 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
3129 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
3130 that sym for the signature.
3131 (_bfd_elf_compute_section_file_positions): Don't call
3132 set_group_contents for "ld -r" case.
3133 (swap_out_syms): Use bfd_zalloc.
3134 * elflink.h (elf_link_add_archive_symbols): Likewise.
3135 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
3136 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
3138 2002-06-07 Alan Modra <amodra@bigpond.net.au>
3140 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
3141 relocs in opd for non-shared too.
3143 2002-06-06 Jeffrey Law <law@redhat.com>
3145 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
3148 2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
3150 * merge.c: Include libiberty.h.
3151 * elf-strtab.c: Include libiberty.h.
3153 2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
3155 * peXXigen.c (pe_print_idata): Remove unused variable.
3157 2002-06-06 David Heine <dlheine@tensilica.com>
3159 * elf.c (assign_file_positions_for_segments): Remove unallocated
3160 sections from the section to segment mapping for PT_LOAD segments.
3161 Update comment about empty loadable segments.
3163 2002-06-06 Richard Sandiford <rsandifo@redhat.com>
3165 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
3166 is within the .stabstr section.
3168 2002-06-06 Alan Modra <amodra@bigpond.net.au>
3170 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
3171 are "const PTR", not "const PTR *".
3172 (bfd_elf32_swap_symbol_in): Likewise.
3173 (bfd_elf64_swap_symbol_in): Likewise.
3174 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
3175 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
3176 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
3177 (elf_link_add_object_symbols): Likewise.
3178 (elf_link_record_local_dynamic_symbol): Likewise.
3179 (elf_link_input_bfd): Likewise.
3180 (elf_gc_mark): Likewise.
3181 (elf_reloc_symbol_deleted_p): Likewise.
3182 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
3183 (mn10200_elf_relax_delete_bytes): Likewise.
3184 (mn10200_elf_symbol_address_p): Likewise.
3185 (mn10200_elf_get_relocated_section_contents): Likewise.
3186 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
3187 (mn10300_elf_relax_section): Likewise.
3188 (mn10300_elf_relax_delete_bytes): Likewise.
3189 (mn10300_elf_symbol_address_p): Likewise.
3190 (mn10300_elf_get_relocated_section_contents): Likewise.
3191 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
3192 (elf32_h8_relax_delete_bytes): Likewise.
3193 (elf32_h8_symbol_address_p): Likewise.
3194 (elf32_h8_get_relocated_section_contents): Likewise.
3195 * elf32-hppa.c (get_local_syms): Likewise.
3196 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
3197 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
3198 * elf32-sh.c (sh_elf_relax_section): Likewise.
3199 (sh_elf_relax_delete_bytes): Likewise.
3200 (sh_elf_get_relocated_section_contents): Likewise.
3201 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
3202 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
3203 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
3204 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
3205 * elf64-ppc.c (get_local_syms): Likewise.
3206 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
3207 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
3209 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
3211 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
3213 2002-06-05 Alan Modra <amodra@bigpond.net.au>
3215 * elf.c (group_signature): Swap in the whole symbol, and handle
3216 extracting section symbol names.
3217 (setup_group): Add comment.
3218 (set_group_contents): When called from objcopy or ld, arrange for
3219 section contents to be written. Write group member output section
3220 indices to allow objcopy to reorganize sections.
3221 (_bfd_elf_copy_private_section_data): Copy group info.
3223 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
3224 (bfd_elf32_swap_symbol_in): Update prototype.
3225 (bfd_elf64_swap_symbol_in): Likewise.
3226 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
3227 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
3228 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
3229 (elf_link_add_object_symbols): Likewise.
3230 (elf_link_record_local_dynamic_symbol): Likewise.
3231 (elf_link_input_bfd): Likewise.
3232 (elf_gc_mark): Likewise.
3233 (elf_reloc_symbol_deleted_p): Likewise.
3234 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
3235 (mn10200_elf_relax_delete_bytes): Likewise.
3236 (mn10200_elf_symbol_address_p): Likewise.
3237 (mn10200_elf_get_relocated_section_contents): Likewise.
3238 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
3239 (mn10300_elf_relax_section): Likewise.
3240 (mn10300_elf_relax_delete_bytes): Likewise.
3241 (mn10300_elf_symbol_address_p): Likewise.
3242 (mn10300_elf_get_relocated_section_contents): Likewise.
3243 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
3244 (elf32_h8_relax_delete_bytes): Likewise.
3245 (elf32_h8_symbol_address_p): Likewise.
3246 (elf32_h8_get_relocated_section_contents): Likewise.
3247 * elf32-hppa.c (get_local_syms): Likewise.
3248 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
3249 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
3250 * elf32-sh.c (sh_elf_relax_section): Likewise.
3251 (sh_elf_relax_delete_bytes): Likewise.
3252 (sh_elf_get_relocated_section_contents): Likewise.
3253 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
3254 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
3255 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
3256 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
3257 * elf64-ppc.c (get_local_syms): Likewise.
3258 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
3259 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
3260 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
3261 * elf64-alpha.c (alpha_elf_size_info): Likewise.
3262 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
3263 * elf64-mips.c (mips_elf64_size_info): Likewise.
3264 * elf64-s390.c (s390_elf64_size_info): Likewise.
3265 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
3267 2002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3269 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
3270 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
3271 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
3272 _bfd_mips_elf_ignore_discarded_relocs.
3273 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
3275 2002-06-05 H.J. Lu <hjl@gnu.org>
3277 * elfxx-mips.c (mips_elf_calculate_relocation): Call
3278 _bfd_elf_rel_local_sym for STT_SECTION relocations against
3279 the SEC_MERGE section.
3281 2002-06-05 Alan Modra <amodra@bigpond.net.au>
3283 * coff-alpha.c: Update copyright date.
3284 * coff-mips.c: Likewise.
3285 * xcoff-target.h: Likewise.
3287 * bfd-in.h: Remove "taken from the source" comment.
3288 * libbfd-in.h: Likewise.
3289 * libcoff-in.h: Likewise.
3290 * bfd-in2.h: Regenerate.
3291 * libbfd.h: Regenerate.
3292 * libcoff.h: Regenerate.
3294 * elf.c (bfd_elf_discard_group): Return true.
3295 * elf-bfd.h (bfd_elf_discard_group): Declare.
3296 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
3297 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
3298 * bfd.c (bfd_discard_group): Define.
3299 * targets.c (struct bfd_target): Add _bfd_discard_group.
3300 (BFD_JUMP_TABLE_LINK): Here too.
3301 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
3302 * aout-adobe.c (aout_32_bfd_discard_group): Define.
3303 * aout-target.h (MY_bfd_discard_group): Define.
3304 * aout-tic30.c (MY_bfd_discard_group): Define.
3305 * binary.c (binary_bfd_discard_group): Define.
3306 * bout.c (b_out_bfd_discard_group): Define.
3307 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
3308 * coffcode.h (coff_bfd_discard_group): Define.
3309 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
3310 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
3311 * i386msdos.c (msdos_bfd_discard_group): Define.
3312 * i386os9k.c (os9k_bfd_discard_group): Define.
3313 * ieee.c (ieee_bfd_discard_group): Define.
3314 * ihex.c (ihex_bfd_discard_group): Define.
3315 * mmo.c (mmo_bfd_discard_group): Define.
3316 * nlm-target.h (nlm_bfd_discard_group): Define.
3317 * oasys.c (oasys_bfd_discard_group): Define.
3318 * ppcboot.c (ppcboot_bfd_discard_group): Define.
3319 * som.c (som_bfd_discard_group): Define.
3320 * srec.c (srec_bfd_discard_group): Define.
3321 * tekhex.c (tekhex_bfd_discard_group): Define.
3322 * versados.c (versados_bfd_discard_group): Define.
3323 * vms.c (vms_bfd_discard_group): Define.
3324 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
3325 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
3326 (aix5coff64_vec): Likewise.
3327 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
3329 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
3331 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
3332 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
3333 (elf32-sh64-com.lo): New dependency list.
3334 * Makefile.in: Regenerate.
3335 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
3336 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
3338 * configure: Regenerate.
3339 * elf32-sh64.c (sh64_address_in_cranges)
3340 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
3341 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
3342 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
3343 * elf32-sh64-com.c: ...here. New file.
3345 2002-06-04 Alan Modra <amodra@bigpond.net.au>
3347 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
3348 ATTRIBUTE_UNUSED on used params.
3349 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
3350 before calling bfd_section_from_elf_index on local syms.
3351 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
3353 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
3355 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
3356 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
3357 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
3358 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
3359 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
3360 * Makefile.in: Regenerate.
3361 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
3362 (sh64-*-netbsd*): New targets.
3363 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
3364 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
3365 * configure: Regenerate.
3366 * elf32-sh64-nbsd.c: New file.
3367 * elf64-sh64-nbsd.c: New file.
3368 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
3369 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
3370 bfd_elf64_sh64lnbsd_vec.
3372 2002-06-04 Alan Modra <amodra@bigpond.net.au>
3374 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
3375 (bfd_section_from_shdr): Likewise. Set section name of group
3376 sections from signature.
3377 (group_signature): Split out from setup_group. Ensure symbol table
3379 (bfd_elf_discard_group): New function.
3380 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
3381 .gnu.linkonce* sections if they are members of a group.
3382 (set_group_contents): Set GRP_COMDAT flag.
3383 * section.c (bfd_discard_group): New function.
3384 * bfd-in.h (bfd_elf_discard_group): Declare.
3385 * bfd-in2.h: Regenerate.
3386 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
3387 (elf_linkonce_p): Define.
3389 2002-06-04 Alan Modra <amodra@bigpond.net.au>
3391 * elf.c (bfd_section_from_shdr): Make "name" const.
3392 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
3393 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
3394 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
3395 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
3396 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
3397 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
3398 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
3399 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
3400 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
3401 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
3402 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
3404 2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3406 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
3409 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
3411 * elf32-arc.c: Fix formatting.
3412 * elf32-arm.h: Likewise.
3413 * elf32-cris.c: Likewise.
3414 * elf32-dlx.c: Likewise.
3415 * elf32-hppa.c: Likewise.
3416 * elf32-i386.c: Likewise.
3417 * elf32-i386qnx.c: Likewise.
3418 * elf32-or32.c: Likewise.
3419 * elf32-s390.c: Likewise.
3420 * elf32-sh64.c: Likewise.
3421 * elf32-vax.c: Likewise.
3422 * elf32-xstormy16.c: Likewise.
3423 * elf64-alpha.c: Likewise.
3424 * elf64-mmix.c: Likewise.
3425 * elf64-ppc.c: Likewise.
3426 * elf64-s390.c: Likewise.
3427 * elf64-sh64.c: Likewise.
3428 * elf64-x86-64.c: Likewise.
3430 2002-06-02 Richard Henderson <rth@redhat.com>
3432 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
3433 null when there are no got entries for a symbol.
3434 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
3435 uninitialized variable warning.
3437 2002-06-01 Richard Henderson <rth@redhat.com>
3439 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
3440 undefined symbols here.
3441 (elf64_alpha_relax_section): Do it here. Also test for not
3442 defined in the current module.
3443 (elf64_alpha_relocate_section_r): Split out of ...
3444 (elf64_alpha_relocate_section): ... here. Don't dereference
3445 NULL when looking up local got entries.
3447 2002-06-01 Richard Henderson <rth@redhat.com>
3449 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
3450 symbols from JSR relaxation.
3451 (elf64_alpha_size_plt_section_1): New.
3452 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
3453 (elf64_alpha_size_rela_got_1): ... here.
3454 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
3455 (elf64_alpha_size_rela_got_section): ... here.
3456 (elf64_alpha_size_plt_section): New.
3457 (elf64_alpha_relax_section): Call them.
3458 (elf64_alpha_size_got_sections): Remove output_bfd arg.
3459 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
3461 2002-06-01 Richard Henderson <rth@redhat.com>
3463 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
3464 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
3465 in shared libraries. Fix DTPRELHI and TPRELHI value.
3466 (INSN_ADDQ, INSN_RDUNIQ): New.
3467 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
3468 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
3469 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
3470 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
3471 Handle GOTDTPREL and GOTTPREL relocations.
3472 (elf64_alpha_relax_gprelhilo): New.
3473 (elf64_alpha_relax_tls_get_addr): New.
3474 (elf64_alpha_relax_find_tls_segment): New.
3475 (elf64_alpha_relax_section): Handle TLS relocations.
3476 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
3477 (elf64_alpha_check_relocs): Set it.
3479 2002-06-01 Richard Henderson <rth@redhat.com>
3481 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
3483 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
3484 check; don't suppress dynamic relocs for non-allocated sections.
3486 * elf64-alpha.c: Remove dead code.
3488 2002-05-31 Alan Modra <amodra@bigpond.net.au>
3490 * bfd-in2.h: Regenerate.
3491 * libbfd.h: Regenerate.
3492 * po/SRC-POTFILES.in: Regenerate.
3494 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
3497 2002-05-31 Graeme Peterson <gp@qnx.com>
3499 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
3500 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
3502 * Makefile.in: Regenerate.
3503 * config.bfd: Add i[3456]86-*-nto-qnx* support.
3504 * configure.in: Add bfd_elf32_i386qnx_vec support.
3505 * configure: Regenerate.
3506 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
3507 is_contained_by_filepos, and copy_private_bfd_data_p.
3508 * elf.c (assign_file_positions_for_segments): Call backend
3509 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
3510 (IS_CONTAINED_BY_FILEPOS): Define.
3511 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
3512 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
3513 Fix non-K&R call to _bfd_error_handler.
3514 (_bfd_elf_copy_private_section_data): Use backend
3515 copy_private_bfd_data_p.
3516 * elf32-i386.c: Don't include elfxx-target.h when
3517 ELF32_I386_C_INCLUDED is defined.
3518 * elf32-i386qnx.c: New QNX elf backend file.
3519 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
3520 elf_backend_is_contained_by_filepos, and
3521 elf_backend_do_copy_private_bfd_data.
3522 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
3524 2002-05-31 Alan Modra <amodra@bigpond.net.au>
3526 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
3527 Move other similar defines to start of file.
3529 2002-05-30 Tom Rix <trix@redhat.com>
3531 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
3532 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
3534 2002-05-30 Richard Henderson <rth@redhat.com>
3536 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
3537 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
3538 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
3539 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
3540 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
3541 (struct alpha_elf_obj_tdata): Rename total_got_entries and
3542 n_local_got_entries to total_got_size and local_got_size.
3543 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
3544 (alpha_got_entry_size): New.
3545 (elf64_alpha_relax_with_lituse): Use it.
3546 (elf64_alpha_relax_without_lituse): Likewise.
3547 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
3548 (get_got_entry): New.
3549 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
3550 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
3551 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
3552 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
3553 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
3554 (elf64_alpha_calc_got_offsets): Likewise.
3555 (alpha_dynamic_entries_for_reloc): New.
3556 (elf64_alpha_calc_dynrel_sizes): Use it.
3557 (elf64_alpha_size_dynamic_sections): Likewise.
3558 (elf64_alpha_relocate_section): Handle TLS relocations.
3559 * reloc.c: Add Alpha TLS relocations.
3560 * bfd-in2.h, libbfd.h: Rebuild.
3562 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
3564 * peXXigen.c (pe_print_idata): Remove double printed
3565 import table lines; add Bound-To comment.
3567 2002-05-29 Matt Thomas <matt@3am-software.com>
3569 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
3570 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
3571 (elf32-vax.lo): New rule.
3572 * Makefile.in: Regenerate.
3573 * configure.in (bfd_elf32_vax_vec)
3574 (vaxnetbsd_vec): New vectors.
3575 * configure: Regenerate.
3576 * config.bfd (vax-*-netbsdelf*)
3578 (vax-*-netbsd*): New targets.
3579 * elf32-vax.c: New file.
3580 * reloc.c: Add VAX relocations.
3581 * bfd-in2.h: Regenerate.
3582 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
3584 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
3586 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
3587 and bfd_elf32_bigarm_vec to targ_selvecs.
3589 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
3591 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
3592 with auto-imported symbols.
3594 2002-05-29 Adam Nemet <anemet@lnxw.com>
3596 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
3597 sections only record bfd.
3598 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
3599 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
3600 * bfd-in2.h: Regenerate.
3602 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
3604 * syms.c (_bfd_stab_section_find_nearest_line): Move
3605 declaration and initialisation of saw_line and saw_func out of
3608 2002-05-29 Alan Modra <amodra@bigpond.net.au>
3610 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
3611 (bfd_elf64_get_symbol_info): Define.
3612 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
3614 2002-05-29 Andrey Volkov <avolkov@transas.com>
3616 * cpu-h8300.c: Make default h8300 machine first in machine list.
3618 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
3620 * config.bfd: Added DLX configuraton.
3621 * Makefile.am: Added DLX configuraton.
3622 * configure.in: Added DLX configuraton.
3623 * archures.c: Add DLX architecure.
3624 * reloc.c: Add DLX relocs.
3625 * targets.c: Added DLX target vector.
3626 * configure: Regenerate.
3627 * Makefile.in: Regenreate.
3628 * bfd-in2.h: Regenreate.
3629 * elf32-dlx.c: New file: Support DLX target.
3630 * cpu-dlx.c: New file: Support DLX target.
3632 2002-05-25 Alan Modra <amodra@bigpond.net.au>
3634 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
3636 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
3637 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
3638 strings to point inside function code sym string.
3639 (func_desc_adjust): Likewise.
3640 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
3642 2002-05-24 Michal Ludvig <mludvig@suse.cz>
3644 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
3645 (elf64_x86_64_grok_psinfo): Added.
3647 2002-05-24 TAMURA Kent <kent@netbsd.org>
3649 * config.bfd: Add a target for i386-netbsdpe.
3651 2002-05-24 Alan Modra <amodra@bigpond.net.au>
3653 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
3654 and is_func_descriptor.
3655 (func_desc_adjust): Hide function code sym in shared libs unless
3656 there is a matching exported function descriptor sym.
3658 2002-05-23 Jakub Jelinek <jakub@redhat.com>
3660 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
3661 for symbols from SHF_TLS section.
3662 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
3663 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
3664 (map_sections_to_segments): Build PT_TLS segment if necessary.
3665 (assign_file_positions_for_segments): Likewise.
3666 (get_program_header_size): Account for PT_TLS segment.
3667 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
3668 SEC_THREAD_LOCAL sections to STT_TLS.
3669 * reloc.c: Add 386 and IA-64 TLS relocs.
3670 * section.c (SEC_THREAD_LOCAL): Define.
3671 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
3673 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
3674 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
3676 (struct elf_final_link_info): Add first_tls_sec.
3677 (elf_bfd_final_link): Set first_tls_sec.
3678 Compute elf_hash_table (info)->tls_segment.
3679 (elf_link_output_extsym): Handle STT_TLS symbols.
3680 (elf_link_input_bfd): Likewise.
3681 * syms.c (BSF_THREAD_LOCAL): Define.
3682 * bfd-in2.h: Rebuilt.
3683 * libbfd.h: Rebuilt.
3684 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
3685 elf_i386_mkobject, elf_i386_object_p): New functions.
3686 (elf_howto_table): Add TLS relocs.
3687 (elf_i386_reloc_type_lookup): Support TLS relocs.
3688 (elf_i386_info_to_howto_rel): Likewise.
3689 (struct elf_i386_link_hash_entry): Add tls_type.
3690 (struct elf_i386_obj_tdata): New.
3691 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
3693 (struct elf_i386_link_hash_table): Add tls_ldm_got.
3694 (link_hash_newfunc): Clear tls_type.
3695 (elf_i386_check_relocs): Support TLS relocs.
3696 (elf_i386_gc_sweep_hook): Likewise.
3697 (allocate_dynrelocs): Likewise.
3698 (elf_i386_size_dynamic_sections): Likewise.
3699 (elf_i386_relocate_section): Likewise.
3700 (elf_i386_finish_dynamic_symbol): Likewise.
3701 (bfd_elf32_mkobject, elf_backend_object_p): Define.
3702 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
3703 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
3704 want_tprel, want_dtpmod, want_dtprel.
3705 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
3706 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
3707 R_IA64_LTOFF_TPREL22.
3708 (elf_code_to_howto_index): Add TLS relocs.
3709 (elfNN_ia64_check_relocs): Support TLS relocs.
3710 (allocate_global_data_got): Account for TLS .got data.
3711 (allocate_dynrel_entries): Account for TLS dynamic relocations.
3712 (elfNN_ia64_install_value): Supprt TLS relocs.
3713 (set_got_entry): Support TLS relocs.
3714 (elfNN_ia64_relocate_section): Likewise.
3716 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
3718 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
3719 BLX reloc round the relocation up rather than down.
3720 * coff-arm.c (coff_arm_relocate_section): Likewise.
3722 2002-05-21 H.J. Lu (hjl@gnu.org)
3724 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
3727 2002-05-22 Alan Modra <amodra@bigpond.net.au>
3729 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
3730 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
3732 2002-05-22 Alan Modra <amodra@bigpond.net.au>
3734 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
3736 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
3738 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3740 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
3743 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3745 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
3747 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
3748 return with false on error.
3749 (elf_link_input_bfd): Check reloc_emitter return value.
3751 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
3753 * config.bfd (armeb-*-netbsdelf*): New target.
3755 2002-05-20 Alan Modra <amodra@bigpond.net.au>
3757 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
3758 at the plt call stub.
3760 2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3762 * cpu-mips.c (mips_compatible): Don't try to check machine
3765 2002-05-18 Tom Rix <trix@redhat.com>
3767 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
3769 2002-05-17 Alan Modra <amodra@bigpond.net.au>
3771 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
3772 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
3773 we've already warned about an undefined symbol. Report more
3774 detail on reloc errors.
3776 2002-05-17 Alan Modra <amodra@bigpond.net.au>
3778 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
3779 * configure.in: Invoke AM_INSTALL_LIBBFD.
3780 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
3781 (install_libbfd): .. New target.
3782 (uninstall_libbfd): Likewise.
3783 (install-bfdlibLTLIBRARIES): Likewise.
3784 (uninstall-bfdlibLTLIBRARIES): Likewise.
3786 (bfdincludedir): New.
3787 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
3788 * aclocal.m4: Regenerate.
3789 * configure: Regenerate.
3790 * Makefile.in: Regenerate.
3792 2002-05-17 Stuart Balfour <sbalfour@cisco.com>
3794 * hash.c (bfd_hash_lookup): Remove computation of len from inside
3797 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
3799 * config.bfd: Add targets for sh64-linux (little endian and
3802 2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
3804 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
3805 is located in the same section as the import table. Instead
3806 check, and if necessary load the section containing the thunk.
3808 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
3810 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
3812 (xcoff64_core_file_matches_executable_p): Replace bfd_read
3815 2002-05-15 Alan Modra <amodra@bigpond.net.au>
3817 * aix5ppc-core.c: Warning fixes.
3818 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
3819 * aout-target.h (MY_bfd_link_just_syms): Define.
3820 * aout-tic30.c (MY_bfd_link_just_syms): Define.
3821 * bfd.c (bfd_link_just_syms): Define.
3822 * binary.c (binary_bfd_link_just_syms): Define.
3823 * bout.c (b_out_bfd_link_just_syms): Define.
3824 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
3825 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
3826 * coffcode.h (coff_bfd_link_just_syms): Define.
3827 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
3828 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
3829 (_bfd_elf_link_just_syms): Declare.
3830 * elf.c (_bfd_elf_link_just_syms): New function.
3831 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
3832 sections haven't already been discarded by the linker.
3833 * elflink.h (elf_link_add_object_symbols): Likewise for stab
3834 sections and SEC_MERGE sections.
3835 (elf_bfd_discard_info): Similarly here.
3836 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
3837 * i386msdos.c (msdos_bfd_link_just_syms): Define.
3838 * i386os9k.c (os9k_bfd_link_just_syms): Define.
3839 * ieee.c (ieee_bfd_link_just_syms): Define.
3840 * ihex.c (ihex_bfd_link_just_syms): Define.
3841 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
3842 (_bfd_generic_link_just_syms): Declare.
3843 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
3844 * linker.c (_bfd_generic_link_just_syms): New function.
3845 * mmo.c (mmo_bfd_link_just_syms): Define.
3846 * nlm-target.h (nlm_bfd_link_just_syms): Define.
3847 * oasys.c (oasys_bfd_link_just_syms): Define.
3848 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
3849 * som.c (som_bfd_link_just_syms): Define.
3850 * srec.c (srec_bfd_link_just_syms): Define.
3851 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
3852 (BFD_JUMP_TABLE_LINK): And here.
3853 * tekhex.c (tekhex_bfd_link_just_syms): Define.
3854 * versados.c (versados_bfd_link_just_syms): Define.
3855 * vms.c (vms_bfd_link_just_syms): Define.
3856 * libbfd.h: Regenerate.
3857 * bfd-in2.h: Regenerate.
3859 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3861 * elf32-mips.c: Remove superfluous definitions copied from
3863 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
3864 SGIish vectors to check the special case.
3865 (mips_elf_hi16_reloc): Fix comment.
3866 (mips_elf_got16_reloc): Likewise.
3867 (_bfd_mips_elf32_gprel16_reloc): Likewise.
3868 (elf_reloc_map): Code cleanup.
3869 (mips_reloc_map): Add comment.
3870 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
3871 (mips_elf32_rtype_to_howto): Likewise.
3872 (mips_elf32_discard_info): Likewise.
3873 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
3874 lead to IRIX compatibility now.
3876 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3878 * elfxx-mips.c: Call it IRIX, not Irix in comments.
3880 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
3882 * config.bfd (shle-*-netbsdelf*): Add target which includes
3885 2002-05-13 David Edelsohn <edelsohn@gnu.org>
3887 * configure.in: Revert 2002-04-07. Instead, auto-configure
3889 * configure: Regenerate.
3890 * config.in: Regenerate.
3891 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
3894 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
3896 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
3898 * configure: Regenerate.
3900 2002-05-13 Alan Modra <amodra@bigpond.net.au>
3902 * Makefile.am (install-data-local): Install headers to
3903 $(exec_prefix)/include.
3904 * Makefile.in: Regenerate.
3906 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
3907 Daniel Jacobowitz <drow@mvista.com>
3909 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
3912 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
3914 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
3915 hppa*-*-openbsd*): New targets.
3916 * configure.in (alpha*-*-openbsd*): Set COREFILE.
3917 * configure: Regenerate.
3919 2002-05-10 Tom Rix <trix@redhat.com>
3921 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
3922 xcoff64_ppc_relocate_section.
3923 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
3924 * libxcoff.h: Common xcoff_reloc_type function declaration.
3926 2002-05-10 Alan Modra <amodra@bigpond.net.au>
3928 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
3929 added in 2002-05-09 commit.
3931 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
3932 don't look for stubs on all undefined syms.
3934 2002-05-09 Alan Modra <amodra@bigpond.net.au>
3936 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
3937 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
3940 * elf32-i386.c (elf_howto_table): Comments.
3941 (elf_i386_relocate_section): Handle more relocs for relocatable
3942 linking and against SEC_MERGE sections.
3944 2002-05-08 Alan Modra <amodra@bigpond.net.au>
3946 * elf32-ppc.c (ppc_elf_create_got): New function.
3947 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
3948 _bfd_elf_create_dynamic_sections. Correct .plt flags.
3949 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
3950 _bfd_elf_create_got_section.
3952 2002-05-07 Alan Modra <amodra@bigpond.net.au>
3954 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
3955 * elfxx-target.h (elf_backend_rela_normal): Define.
3956 (elfNN_bed): Init rela_normal.
3957 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
3958 for section symbols here if rela_normal. Simplify abs section test.
3959 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
3960 return immediately. Remove code handling relocatable linking.
3961 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
3962 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
3963 * elf32-i370.c (i370_elf_relocate_section): Likewise.
3964 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
3965 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3966 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
3967 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
3968 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3969 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3970 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
3971 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3972 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3973 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3974 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3975 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
3976 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
3977 * elf-m10200.c (elf_backend_rela_normal): Define.
3978 * elf-m10300.c (elf_backend_rela_normal): Define.
3979 * elf32-fr30.c (elf_backend_rela_normal): Define.
3980 * elf32-i370.c (elf_backend_rela_normal): Define.
3981 * elf32-i860.c (elf_backend_rela_normal): Define.
3982 * elf32-m68k.c (elf_backend_rela_normal): Define.
3983 * elf32-mcore.c (elf_backend_rela_normal): Define.
3984 * elf32-openrisc.c (elf_backend_rela_normal): Define.
3985 * elf32-ppc.c (elf_backend_rela_normal): Define.
3986 * elf32-s390.c (elf_backend_rela_normal): Define.
3987 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
3988 * elf64-ppc.c (elf_backend_rela_normal): Define.
3989 * elf64-s390.c (elf_backend_rela_normal): Define.
3990 * elf64-x86-64.c (elf_backend_rela_normal): Define.
3991 * elfxx-ia64.c (elf_backend_rela_normal): Define.
3992 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
3993 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
3995 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
3997 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
3998 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
4000 2002-05-06 Alan Modra <amodra@bigpond.net.au>
4002 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
4003 when not relocatable. Fix reloc_emitter call for K&R.
4005 2002-05-04 Alan Modra <amodra@bigpond.net.au>
4007 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
4008 reloading local sym addend mistakenly removed in 2002-05-01 change.
4010 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
4011 (read_abbrevs): Change "offset" param to bfd_vma.
4012 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
4013 Change "abbrev_offset" to bfd_vma.
4014 (read_indirect_string): Use correct conversion chars in error
4015 message format string, cast bfd_vma's to unsigned long.
4016 (read_abbrevs): Likewise.
4017 (read_attribute_value): Likewise.
4018 (decode_line_info): Likewise.
4019 (scan_unit_for_functions): Likewise.
4020 (parse_comp_unit): Likewise.
4022 2002-05-04 Tom Rix <trix@redhat.com>
4024 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
4025 (coff_swap_reloc_out): Same.
4026 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
4027 (xcoff_swap_reloc_out): Same.
4028 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
4029 case some 16 bit relocs. Add reloc value to output.
4030 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
4031 R_RBR. Improve names.
4032 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
4033 (bfd_xcoff_backend_data): Update with new reloc swap names.
4034 (bfd_pmac_xcoff_backend_data) : Same.
4035 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
4036 (xcoff64_swap_reloc_out): Same.
4037 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
4038 R_POS. Add reloc value to output.
4039 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
4040 bit R_RBR. Improve names, masks.
4041 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
4042 (bfd_xcoff_backend_data): Update with new reloc swap names.
4043 (bfd_xcoff_aix5_backend_data) : Same.
4045 2002-05-04 Alan Modra <amodra@bigpond.net.au>
4047 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
4048 bfd_count top_index, input_list, all_local_syms.
4049 (elf32_hppa_setup_section_lists): New function, split from
4050 elf32_hppa_size_stubs.
4051 (elf32_hppa_next_input_section): Likewise.
4052 (group_sections): Likewise.
4053 (get_local_syms): Likewise.
4054 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
4055 stubs on undefined syms too.
4056 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
4057 Only access htab elf fields when we have an elf hash table.
4058 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
4059 (elf32_hppa_next_input_section): Declare.
4061 2002-05-04 Bob Byrnes <byrnes@curl.com>
4063 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
4066 2002-05-03 H.J. Lu (hjl@gnu.org)
4068 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
4069 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
4070 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
4071 to hide a global symbol.
4072 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
4073 forced_local to true.
4075 2002-05-02 Richard Henderson <rth@redhat.com>
4077 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
4078 vs SHN_UNDEF to zero.
4080 2002-05-02 Alan Modra <amodra@bigpond.net.au>
4082 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
4084 <R_PPC64_SECTOFF_DS>: Likewise.
4085 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
4087 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
4088 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
4091 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
4092 (ppc64_elf_ha_reloc): New function.
4093 (ppc64_elf_brtaken_reloc): New function.
4094 (ppc64_elf_sectoff_reloc): New function.
4095 (ppc64_elf_sectoff_ha_reloc): New function.
4096 (ppc64_elf_toc_reloc): New function.
4097 (ppc64_elf_toc_ha_reloc): New function.
4098 (ppc64_elf_toc64_reloc): New function.
4099 (ppc64_elf_unhandled_reloc): New function.
4100 (ppc64_elf_howto_raw): Use the above.
4101 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
4102 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
4103 <R_PPC64_SECTOFF_DS>: Likewise.
4104 (IS_ABSOLUTE_RELOC): Update.
4105 (struct ppc_link_hash_table): Add have_undefweak.
4106 (ppc64_elf_link_hash_table_create): Init.
4107 (func_desc_adjust): Set have_undefweak.
4108 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
4109 add the .sfpr blr when have_undefweak.
4110 (ppc64_elf_setup_section_lists): Check hash table flavour.
4111 (ppc64_elf_next_input_section): Move output_section->owner test to
4113 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
4114 and relocatable test. Return TOCstart and don't set elf_gp.
4115 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
4116 offset calculation. Add assert on weak sym branch tweaks.
4117 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
4118 (ppc64_elf_toc): Declare.
4119 (ppc64_elf_next_input_section): Update.
4121 2002-05-01 Alan Modra <amodra@bigpond.net.au>
4123 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
4126 2002-05-01 Alan Modra <amodra@bigpond.net.au>
4128 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
4129 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
4130 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
4131 call branches. Correct undefined weak destination.
4132 (ppc64_elf_func_desc_adjust): Always create at least one blr in
4133 .sfpr, and correct case where either only savef* or restf* is
4136 Long branch stubs, multiple stub sections.
4137 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
4138 (ppc64_elf_next_input_section): Declare.
4139 * elf64-ppc.c: Move linker-only prototypes.
4140 (STUB_SUFFIX): Define.
4141 (enum ppc_stub_type): New.
4142 (struct ppc_stub_hash_entry): New.
4143 (struct ppc_branch_hash_entry): New.
4144 (struct ppc_link_hash_entry): Add stub_cache, oh.
4145 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
4146 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
4147 Rename plt_overflow to stub_error.
4148 (ppc_stub_hash_lookup): Define.
4149 (ppc_branch_hash_lookup): Define.
4150 (stub_hash_newfunc): New function.
4151 (branch_hash_newfunc): New function.
4152 (link_hash_newfunc): Init new fields.
4153 (ppc64_elf_link_hash_table_create): Likewise.
4154 (ppc64_elf_link_hash_table_free): New function.
4155 (ppc_stub_name): New function.
4156 (ppc_get_stub_entry): New function.
4157 (ppc_add_stub): New function.
4158 (create_linkage_sections): Use bfd_make_section_anyway. Create
4159 .branch_lt and .rela.branch_lt sections. Don't create .stub.
4160 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
4161 and set up for plt call stubs. Link func and func desc syms.
4162 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
4163 (func_desc_adjust): Avoid hash lookup when func desc sym available
4164 via shortcut, and set links when processing.
4165 (ppc64_elf_hide_symbol): Likewise.
4166 (allocate_dynrelocs): Don't allocate stub section here.
4167 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
4169 (ppc_type_of_stub): New function.
4170 (build_one_stub): Delete.
4171 (ppc_build_one_stub): New function.
4172 (ppc_size_one_stub): New function.
4173 (ppc64_elf_setup_section_lists): New function.
4174 (ppc64_elf_next_input_section): New function.
4175 (group_sections): New function.
4176 (get_local_syms): New function.
4177 (ppc64_elf_size_stubs): Rewrite.
4178 (ppc64_elf_build_stubs): Rewrite.
4179 (ppc64_elf_relocate_section): Look up stub entry for REL24
4180 relocs. Don't propagate REL14* to dynamic objects. Look for long
4181 branch stubs if REL14* or REL24 relocs won't reach.
4182 (bfd_elf64_bfd_link_hash_table_free): Define.
4184 2002-04-30 Mark Mitchell <mark@codesourcery.com>
4186 * config.bfd: Add support for powerpc-*-windiss.
4188 2002-04-30 Tom Rix <trix@redhat.com>
4190 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
4191 symbol names into the hash table.
4193 2002-04-28 Tom Rix <trix@redhat.com>
4195 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
4196 calulating relocations.
4197 (xcoff_complain_overflow) : Function table for relocation errors.
4198 (xcoff_ppc_relocate_section): Use relocation and complain function
4200 (xcoff_complain_overflow_unsigned_func): New complain function.
4201 (xcoff_complain_overflow_signed_func): Same.
4202 (xcoff_complain_overflow_bitfield_func): Same.
4203 (xcoff_complain_overflow_dont_func): Same.
4204 (xcoff_reloc_type_crel): New recot function.
4205 (xcoff_reloc_type_br): Same.
4206 (xcoff_reloc_type_ba): Same.
4207 (xcoff_reloc_type_toc): Same.
4208 (xcoff_reloc_type_rel): Same.
4209 (xcoff_reloc_type_neg): Same.
4210 (xcoff_reloc_type_pos): Same.
4211 (xcoff_reloc_type_fail): Same.
4212 (xcoff_reloc_type_noop): Same.
4213 * libxcoff.h : Declare common parts for xcoff64.
4214 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
4215 and complain function tables.
4217 2002-04-28 Alan Modra <amodra@bigpond.net.au>
4219 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
4220 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
4222 2002-04-26 Alan Modra <amodra@bigpond.net.au>
4224 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
4225 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
4227 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
4228 same as the output before calling elf_link_input_bfd.
4230 * coffcode.h (coff_compute_section_file_positions): Set
4231 section_tail after shuffling section list.
4233 2002-04-24 Christian Groessler <chris@groessler.org>
4235 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
4236 addresses are 23bit with a special layout, not plain 32bit
4237 values. Prevent relocation of immediate values.
4239 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
4241 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
4242 MIPS-16 ASE flags are set, print something to indicate that.
4244 2002-04-23 Alan Modra <amodra@bigpond.net.au>
4246 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
4247 under which a plt call stub is used.
4248 (final_link_relocate): Similarly.
4249 (allocate_plt_static): Clear h-plabel except when plt entry is
4250 exclusively used for a plabel.
4251 (allocate_dynrelocs): Use the above to simplify plt sizing.
4252 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
4253 (elf32_hppa_link_hash_table_create): Init.
4255 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
4256 (elf32_hppa_check_relocs): Set has_22bit_branch.
4258 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
4259 (final_link_relocate): Likewise.
4261 2002-04-22 Jakub Jelinek <jakub@redhat.com>
4263 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
4264 search table if some FDE is DW_EH_PE_aligned encoded either.
4265 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
4267 2002-04-22 Richard Smith <richard@ex-parrot.com>
4268 Jakub Jelinek <jakub@redhat.com>
4270 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
4271 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
4272 encoded personality.
4273 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
4274 for CIE/FDE removal.
4276 2002-04-20 Tom Rix <trix@redhat.com>
4278 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
4280 2002-04-20 Alan Modra <amodra@bigpond.net.au>
4282 * archures.c (bfd_lookup_arch): Move the list order comment..
4283 (struct bfd_arch_info): ..to where it belongs.
4284 * bfd-in2.h: Regenerate.
4286 * archures.c (bfd_lookup_arch): Add comment on list order.
4287 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
4288 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
4289 is always at head of list.
4291 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
4293 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
4294 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
4295 definition of these functions for ARM_WINCE builds as they are
4297 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
4298 for ARM_WINCE builds.
4300 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
4302 * coff-arm.c (bfd_arm_process_before_allocation):
4304 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
4306 * cpu-sh.c (scan_mach): Delete.
4307 (arch_info_struct): Replace scan_mach with bfd_default_scan.
4308 (bfd_sh_arch): Likewise.
4310 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
4312 * ihex.c (ihex_write_object_contents): Fix check for records
4313 crossing 64K boundaries.
4315 2002-04-16 Alan Modra <amodra@bigpond.net.au>
4317 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
4318 type rather than just assuming entries are ELF.
4319 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
4320 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
4321 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
4322 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
4323 rather than elf_link_hash_entry.
4325 2002-04-15 Richard Henderson <rth@redhat.com>
4327 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
4330 2002-04-15 Michael Snyder <msnyder@redhat.com>
4332 * opncls.c (bfd_close): Write contents if writeable.
4333 Minor formatting tidy-ups.
4335 2002-04-15 Alan Modra <amodra@bigpond.net.au>
4337 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
4339 2002-04-12 Michael Snyder <msnyder@redhat.com>
4341 * bfd-in.h (bfd_get_section_lma): New access macro.
4342 Minor white-space fix-up.
4344 2002-04-12 Alan Modra <amodra@bigpond.net.au>
4346 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
4349 2002-04-09 DJ Delorie <dj@redhat.com>
4351 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
4353 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
4355 * coffcode.h (coff_read_word): New.
4356 (coff_compute_checksum): New.
4357 (coff_apply_checksum): New.
4358 (coff_write_object_contents): Call coff_apply_checksum () to
4359 apply checksum to PE image.
4361 2002-04-08 Randolph Chung <tausq@debian.org>
4363 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
4364 (elf32_hppa_final_link): Split out sorting logic to..
4365 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
4366 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
4368 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4370 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
4372 * configure: Re-generate.
4374 2002-04-07 Andrew Cagney <ac131313@redhat.com>
4376 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
4377 is greater or equal to 4.3.3.
4378 * configure: Regenerate.
4381 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
4383 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
4384 R_CRIS_32_PCREL>: Fix typo in name.
4385 (cris_elf_check_relocs): Always create .rela.got here when
4386 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
4387 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
4388 assume it's created.
4390 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
4392 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
4393 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
4395 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
4396 * bfd.c (bfd_link_hash_table_free): Define.
4397 * binary.c (binary_bfd_link_hash_table_free): Define.
4398 * bout.c (b_out_bfd_link_hash_table_free): Define.
4399 * coff-rs6000.c (rs6000coff_vec): Include
4400 _bfd_generic_link_hash_table_free.
4401 (pmac_xcoff_vec): Likewise.
4402 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
4403 (aix5coff64_vec): Likewise.
4404 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
4405 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
4406 (bfd_elf32_bfd_link_hash_table_free): Define.
4407 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
4408 (bfd_elf32_bfd_link_hash_table_free): Define.
4409 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
4411 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
4412 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
4413 * ieee.c (ieee_bfd_link_hash_table_free): Define.
4414 * ihex.c (ihex_bfd_link_hash_table_free): Define.
4415 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
4416 (_bfd_generic_link_hash_table_free): Add prototype.
4417 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
4418 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
4419 * linker.c (_bfd_generic_link_hash_table_free): New function.
4420 * mmo.c (mmo_bfd_link_hash_table_free): Define.
4421 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
4422 * oasys.c (oasys_bfd_link_hash_table_free): Define.
4423 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
4424 * som.c (som_bfd_link_hash_table_free): Define.
4425 * srec.c (srec_bfd_link_hash_table_free): Define.
4426 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
4427 * versados.c (versados_bfd_link_hash_table_free): Define.
4428 * vms.c (vms_bfd_link_hash_table_free): New function.
4429 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
4431 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
4432 instead of bfd_alloc.
4433 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
4434 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
4435 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
4436 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
4437 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
4438 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
4439 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
4440 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
4441 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
4442 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
4443 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
4444 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
4445 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
4446 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
4447 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
4448 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
4449 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
4450 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
4451 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
4452 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
4453 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
4454 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
4455 * m68klinux.c (linux_link_hash_table_create): Likewise.
4456 * sparclinux.c (linux_link_hash_table_create): Likewise.
4457 * sunos.c (sunos_link_hash_table_create): Likewise.
4458 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
4460 * targets.c: Add _bfd_link_hash_table_free to xvec.
4462 * bfd-in2.h: Regenerate.
4463 * libbfd.h: Regenerate.
4464 * libcoff.h: Regenerate.
4466 2002-04-04 Alan Modra <amodra@bigpond.net.au>
4468 * dep-in.sed: Cope with absolute paths.
4469 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
4471 * Makefile.in: Regenerate.
4472 * coff-arm.c: Fix copyright date.
4473 * cpu-h8300.c: Likewise.
4474 * cpu-i370.c: Likewise.
4475 * cpu-s390.c: Likewise.
4476 * cpu-mips.c: Likewise.
4477 * po/SRC-POTFILES.in: Regenerate.
4479 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
4481 * Makefile.am: Add elfxx-mips.c to the known backends.
4482 (elf32-mips.lo): remove dependency to coff/external.h.
4483 * Makefile.in: Regenerate.
4484 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
4485 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
4487 * configure: Regenerate.
4488 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
4489 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
4490 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
4491 MIPS specific backend functions.
4492 * elf32-mips.c: Moved most code to elfxx-mips.c.
4493 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
4495 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
4496 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
4497 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
4498 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
4499 interface to allow selection of the right REL or RELA howto table.
4500 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
4501 static. Let it refuse n32 objects.
4502 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
4503 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
4504 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
4505 (elf32_mips_ignore_discarded_relocs): Rename from
4506 _bfd_elf32_mips_ignore_discarded_relocs.
4507 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
4508 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
4509 (elf_mips_howto_table_rela): Remove.
4510 * elf64-mips.c: Moved most code to elfxx-mips.c.
4511 (bfd_elf64_bfd_reloc_type_lookup): Make static.
4512 (mips_elf64_rtype_to_howto): New function.
4513 (mips_elf64_object_p): Likewise.
4514 (elf64_mips_irix_compat): Likewise.
4515 * elfxx-mips.c: New file containing common code merged together from
4516 elf32-mips.c and elf64-mips.c.
4517 * elfxx-mips.h: New file containing MIPS specific prototypes from
4519 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
4520 elf_backend_mips_rtype_to_howto.
4522 2002-04-04 Alan Modra <amodra@bigpond.net.au>
4524 * srec.c (MAXCHUNK, Chunk): Revise comments.
4525 (srec_write_record): Correct buffer size.
4526 (srec_write_header): Do without intermediate buffer.
4527 (srec_write_section): Validate Chunk.
4528 (srec_write_terminator): Pass NULL instead of dummy buffer.
4529 (srec_write_symbols): Pass file and symbol names directly to
4530 bfd_bwrite so sprintf won't overflow buffer.
4532 2002-04-03 Jakub Jelinek <jakub@redhat.com>
4534 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
4535 PC relative relocs against hidden symbols.
4536 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
4538 2002-04-03 Alan Modra <amodra@bigpond.net.au>
4540 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
4541 LMAs, loop over segments until p_vaddr and p_memsz specify an
4542 extent enclosing the section.
4544 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
4546 * ihex.c (ihex_write_object_contents): Do not allow records to
4547 cross a 64K boundary - wrap if necessary.
4549 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
4551 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
4552 which caused the returned LWP ID to always be 0.
4554 2002-04-01 Richard Henderson <rth@redhat.com>
4556 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
4557 (elf32_sparc_relocate_section): Use it to figure out when to
4558 initialize .got entries.
4559 * elf64-sparc.c: Similarly.
4561 2002-03-28 Alan Modra <amodra@bigpond.net.au>
4563 * linker.c (link_action): Ignore duplicate warning syms.
4564 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
4565 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
4566 (elf_adjust_dynamic_symbol): Likewise.
4567 (elf_export_symbol): Likewise.
4568 (elf_link_find_version_dependencies): Likewise.
4569 (elf_link_assign_sym_version): Likewise.
4570 (elf_link_sec_merge_syms): Likewise.
4571 (elf_link_output_extsym): Likewise.
4572 (elf_gc_sweep_symbol): Likewise.
4573 (elf_gc_propagate_vtable_entries_used): Likewise.
4574 (elf_gc_smash_unused_vtentry_relocs): Likewise.
4575 (elf_gc_allocate_got_offsets): Likewise.
4576 (elf_collect_hash_codes): Likewise.
4577 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
4578 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
4579 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
4580 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
4581 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
4582 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
4583 (elf_cris_discard_excess_dso_dynamics): Likewise.
4584 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
4585 (mark_PIC_calls): Likewise.
4586 (allocate_plt_static): Likewise.
4587 (allocate_dynrelocs): Likewise.
4588 (readonly_dynrelocs): Likewise.
4589 * elf32-i386.c (allocate_dynrelocs): Likewise.
4590 (readonly_dynrelocs): Likewise.
4591 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
4592 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
4593 * elf32-mips.c (mips_elf_output_extsym): Likewise.
4594 (mips_elf_sort_hash_table_f): Likewise.
4595 (mips_elf_check_mips16_stubs): Likewise.
4596 * elf32-s390.c (allocate_dynrelocs): Likewise.
4597 (readonly_dynrelocs): Likewise.
4598 * elf32-sh.c (sh_elf_discard_copies): Likewise.
4599 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
4600 (xstormy16_relax_plt_realloc): Likewise.
4601 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
4602 (elf64_alpha_output_extsym): Likewise.
4603 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
4604 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
4605 (mips_elf64_check_mips16_stubs): Likewise.
4606 (mips_elf64_output_extsym): Likewise.
4607 * elf64-ppc.c (func_desc_adjust): Likewise.
4608 (allocate_dynrelocs): Likewise.
4609 (readonly_dynrelocs): Likewise.
4610 * elf64-s390.c (allocate_dynrelocs): Likewise.
4611 (readonly_dynrelocs): Likewise.
4612 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
4613 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
4614 (readonly_dynrelocs): Likewise.
4615 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
4616 * aoutx.h (aout_link_write_other_symbol): Likewise.
4617 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
4618 (_bfd_coff_write_global_sym): Likewise.
4619 * i386linux.c (linux_tally_symbols): Likewise.
4620 * m68klinux.c (linux_tally_symbols): Likewise.
4621 * sparclinux.c (linux_tally_symbols): Likewise.
4622 * pdp11.c (aout_link_write_other_symbol): Likewise.
4623 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
4624 * xcofflink.c (xcoff_build_ldsyms): Likewise.
4625 (xcoff_write_global_symbol): Likewise.
4627 * cofflink.c (_bfd_coff_final_link): Formatting.
4628 * cpu-mips.c (mips_compatible): Make static, prototype.
4629 * elf32-i386.c (elf_i386_check_relocs): Formatting.
4630 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
4631 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
4632 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
4633 (mips_elf64_final_link): Likewise.
4634 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
4637 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
4639 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
4640 (SWAP_OUT_RELOC_OFFSET): Define.
4642 2002-03-27 Gregory Steuck <greg@nest.cx>
4644 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
4645 terminating NULL if empty symbol table.
4646 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
4648 2002-03-26 H.J. Lu (hjl@gnu.org)
4650 * elflink.h (elf_link_input_bfd): Revert the last change since
4651 the gcc exception handling isn't fixed yet.
4653 2002-03-26 H.J. Lu (hjl@gnu.org)
4655 * elflink.h (elf_link_input_bfd): Complain about relocations
4656 against local symbols in discarded sections.
4658 2002-03-26 Alan Modra <amodra@bigpond.net.au>
4660 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
4662 2002-03-23 Alan Modra <amodra@bigpond.net.au>
4664 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
4665 section file offset for !SEC_LOAD sections.
4667 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
4669 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
4670 <case R_ARM_GOT>): Handle relocations to Thumb functions.
4672 2002-03-21 Alan Modra <amodra@bigpond.net.au>
4674 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
4676 * archive.c: Update copyright date.
4677 * bfd-in2.h: Regenerate.
4678 * libbfd.h: Regenerate.
4679 * Makefile.am: Run "make dep-am"
4680 * Makefile.in: Regenerate.
4681 * po/SRC-POTFILES.in: Regenerate.
4683 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
4685 * dwarf2.c (struct funcinfo): Move up.
4686 (lookup_address_in_function_table): New argument function_ptr.
4688 (lookup_address_in_line_table): New argument function. If function
4689 is non-NULL, use it to handle ``addr'' before the first line note of
4691 (comp_unit_find_nearest_line): Update and swap calls to
4692 lookup_address_in_function_table and lookup_address_in_line_table.
4693 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
4694 N_SLINE encountered if we see an N_FUN before any N_SLINE.
4696 2002-03-20 Tom Rix <trix@redhat.com>
4698 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
4699 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
4700 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
4702 2002-03-19 Tom Rix <trix@redhat.com>
4704 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
4705 dynamic objects in archives.
4707 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
4709 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
4710 STT_NOTYPE symbols to STT_OBJECT.
4712 2002-03-18 Jan Hubicka <jh@suse.cz>
4714 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
4716 2002-03-18 Tom Rix <trix@redhat.com>
4718 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
4719 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
4720 * coff-rs6000 (do_pad) : New function for archive padding.
4721 (do_copy) : New function for object file copying in archives.
4722 (do_shared_object_padding) : New function for padding shared
4723 objects to their text section alignment in archives.
4724 (bfd_xcoff_ar_achive_set_magic) : Stub.
4725 (xcoff_write_armap_big) : Use do_copy and do_pad.
4726 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
4728 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
4729 bfd_xcoff_magic_number.
4730 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
4732 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
4733 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
4734 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
4735 * rs6000-core.c : Update copyright date.
4736 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
4738 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
4739 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
4740 (coff_set_flags) : Use bfd_xcoff_magic_number.
4741 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
4742 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
4743 * Makefile.am : Same.
4744 * config.bfd : Same.
4746 * configure : Regnerate.
4747 * Makefile.in : Same.
4750 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
4752 * po/fr.po: Updated version.
4754 2002-03-18 Alan Modra <amodra@bigpond.net.au>
4756 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
4757 * libbfd.h: Regenerate.
4758 * archive.c (coff_write_armap): Pass on failures from
4759 bfd_write_bigendian_4byte_int.
4761 2002-03-14 H.J. Lu <hjl@gnu.org>
4763 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
4764 error to bfd_error_nonrepresentable_section for reinit_array
4767 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
4769 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
4770 OR it in rather than replacing previously selected flags.
4772 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
4773 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
4775 2002-03-14 Alan Modra <amodra@bigpond.net.au>
4777 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
4779 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
4780 ensure reloc size matches before calling elf_link_input_bfd.
4781 Add an assert to check reloc size when counting output relocs.
4783 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
4785 * mmo.c (mmo_get_loc): Return NULL rather than false.
4787 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
4789 * po/fr.po: Updated version.
4791 2002-03-13 Alan Modra <amodra@bigpond.net.au>
4793 * archures.c (bfd_default_compatible): Test bits_per_word.
4794 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
4795 bfd_default_compatible.
4796 * cpu-i370.c (i370_compatible): Likewise.
4797 * cpu-sparc.c (sparc_compatible): Likewise.
4798 * cpu-h8300.c (compatible): Test in->arch == out->arch.
4800 * elflink.h: Formatting fixes.
4801 (elf_link_output_extsym): Merge undefined and undef weak cases.
4803 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
4804 when word size of input matches output word size.
4806 2002-03-12 Andreas Jaeger <aj@suse.de>
4808 * cpu-i386.c (i386_compatible): New. Use it instead of
4809 bfd_default_compatible.
4811 2002-03-07 H.J. Lu (hjl@gnu.org)
4813 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
4814 as the type for bfd_reloc_val.
4816 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
4818 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
4819 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
4820 (elf_hppa_final_link_relocate): Correct relocations for indirect
4821 references to local data through the DLT. Fix .opd creation for
4822 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
4823 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
4824 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
4825 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
4826 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
4827 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
4828 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
4830 2002-03-05 Jakub Jelinek <jakub@redhat.com>
4832 * merge.c (_bfd_merge_sections): Don't segfault if there
4833 is nothing to merge due to GC.
4835 2002-03-05 Alan Modra <amodra@bigpond.net.au>
4837 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
4838 symbols that have been forced local.
4840 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
4841 to output forced local syms for non-shared link.
4842 (elf_link_output_extsym): Tweak condition for calling backend
4843 adjust_dynamic_symbol so that previous behaviour is kept.
4844 Whitespace changes throughout file.
4846 2002-03-04 H.J. Lu <hjl@gnu.org>
4848 * elf.c (bfd_section_from_shdr): Handle special sections,
4849 .init_array, .fini_array and .preinit_array.
4850 (elf_fake_sections): Likewise.
4852 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
4853 DT entry only if the section is in output for .init_array,
4854 .fini_array and .preinit_array. Complain about .preinit_array
4856 (elf_bfd_final_link): Warn zero size for .init_array,
4857 .fini_array and .preinit_array sections.
4859 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
4860 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
4861 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
4864 2002-03-04 Alan Modra <amodra@bigpond.net.au>
4866 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
4867 * configure: Regenerate.
4869 2002-03-02 Tom Rix <trix@redhat.com>
4871 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
4873 * coff-rs6000.c (xcoff_howto_table): Same.
4875 2002-03-01 David Mosberger <davidm@hpl.hp.com>
4877 * elflink.h (size_dynamic_sections): If section named
4878 ".preinit_array" exists, create DT_PREINIT_ARRAY and
4879 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
4880 ".init_array" and ".fini_array".
4881 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
4882 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
4885 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
4887 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
4890 2002-02-25 Alan Modra <amodra@bigpond.net.au>
4892 * elf64-hppa.h: Update copyright date.
4894 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
4895 (ppc64_elf_relocate_section): Don't generate power4 style branch
4896 hints for *_BRTAKEN and *_BRNTAKEN relocs.
4898 2002-02-22 Jakub Jelinek <jakub@redhat.com>
4900 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
4902 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
4904 2002-02-21 Andreas Jaeger <aj@suse.de>
4906 * elf64-x86-64.c: Major rework that introduces all recent changes
4907 to the x86-64 backend. Get a closer match to elf32-i386.
4908 (struct elf64_x86_64_dyn_relocs): Rename from
4909 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
4911 (struct elf64_x86_64_link_hash_table): Add short cuts to some
4913 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
4914 remove casts, initialize new hash members.
4915 (create_got_section): New.
4916 (elf64_x86_64_create_dynamic_sections): New.
4917 (elf64_x86_64_copy_indirect_symbol): New.
4918 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
4919 relocs, .got or .relgot here but do it in allocate_dynrelocs.
4920 Reference count possible .plt and .got entries. Don't test input
4921 section SEC_READONLY here to try to avoid copy relocs, and keep
4922 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
4923 DF_TEXTREL here. Delay setting of variables until needed. Cache
4924 pointer to "sreloc" section in elf_section_data. Tweak condition
4925 under which .got created. Report files with bad relocation
4927 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
4928 Reference count possible .plt entries. Don't deallocate .got and
4930 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
4931 do copy reloc processing for weakdefs. Remove redundant casts and
4932 aborts. Delay setting of vars until needed. Move creation of
4933 dynamic symbols and allocation of .plt and .rela.plt to
4934 allocate_dynrelocs. Replace BFD_ASSERT with abort.
4935 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
4936 (allocate_dynrelocs): New.
4937 (readonly_dynrelocs): New.
4938 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
4939 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
4940 Zero out the dynamic allocated content space.
4941 (elf64_x86_64_discard_copies): Removed.
4942 (elf64_x86_64_relocate_section): Make use of dynamic section
4943 short-cuts. Localise vars, and delay setting. Better error
4944 reporting, replace BFD_ASSERT with abort. Check
4945 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
4946 regular object file and tread the weak definition as the normal
4947 one. Don't discard relocs for undefweak or undefined symbols and
4948 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
4950 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
4951 symbols that have been forced local. Use same test to decide if
4952 we can use a relative reloc for got as relocate_section. Expand
4953 SHN_UNDEF comment. Move expressions out of function calls.
4954 Replace BFD_ASSERT with abort.
4955 (bfd_elf64_bfd_final_link): Removed.
4956 (elf_backend_copy_indirect_symbol): Define.
4958 2002-02-20 Tom Rix <trix@redhat.com>
4960 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
4961 (_bfd_xcoff_reloc_type_lookup): Use it.
4962 * coff64-rs6000.c (xcoff64_howto_table): Same.
4963 (xcoff64_reloc_type_lookup): Same.
4965 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
4967 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
4970 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
4972 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
4973 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
4974 * bfd-in2.h: Regenerate.
4975 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
4976 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
4978 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
4979 (elf_s390_reloc_type_lookup): Likewise.
4980 (elf_s390_check_relocs): Likewise.
4981 (elf_s390_gc_sweep_hook): Likewise.
4982 (elf_s390_relocate_section): Likewise.
4983 (elf_s390_object_p): Use renamed architecture define.
4984 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
4986 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
4988 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
4990 2002-02-19 Jakub Jelinek <jakub@redhat.com>
4992 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
4993 absptr -> pcrel optimization for shared libs.
4994 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
4995 library cannot be converted to pcrel.
4996 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
4998 * elf32-i386.c (elf_i386_relocate_section): If
4999 _bfd_elf_section_offset returned -2, skip, but make sure the
5000 relocation is installed.
5001 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
5002 * elf32-cris.c (cris_elf_relocate_section): Likewise.
5003 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
5004 * elf32-i370.c (i370_elf_relocate_section): Likewise.
5005 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
5006 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
5007 * elf32-s390.c (elf_s390_relocate_section): Likewise.
5008 * elf32-sh.c (sh_elf_relocate_section): Likewise.
5009 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
5010 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
5011 * elf64-s390.c (elf_s390_relocate_section): Likewise.
5012 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
5013 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
5014 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
5015 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
5016 _bfd_elf_section_offset returning -2 the same way as -1.
5017 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
5018 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
5020 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
5022 2002-02-18 Tom Rix <trix@redhat.com>
5024 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
5025 (bfd_xcoff_size_dynamic_sections): Same.
5026 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
5027 (bfd_xcoff_size_dynamic_sections): Same.
5028 * coff-rs6000.c (xcoff_generate_rtinit): Same.
5029 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
5030 * libxcoff.h (struct xcoff_backend_data_rec): Same.
5031 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
5032 * bfd-in2.h: Regenerate.
5034 2002-02-18 Alan Modra <amodra@bigpond.net.au>
5036 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
5037 (struct ppc_link_hash_table): Add sfpr.
5038 (ppc64_elf_link_hash_table_create): Init it.
5039 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
5041 (create_linkage_sections): ..here. Make .sfpr too.
5042 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
5044 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
5045 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
5046 ._restf* functions, and create as needed.
5047 (func_desc_adjust): Only force_local for shared libs.
5049 2002-02-18 David O'Brien <obrien@FreeBSD.org>
5051 * configure.in: Bump version number post 2.12 branching.
5052 * configure: Regenerate.
5054 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
5056 * mmo.c: Correct and improve comments.
5057 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
5058 zero-pad. Use input to fill up non-empty bfd buffer.
5059 (mmo_flush_chunk): New function.
5060 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
5061 changed. Don't emit location specifier if VMA is same as
5062 *LAST_VMAP after omitting leading zero contents. Call
5063 mmo_flush_chunk before emitting location specifier.
5064 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
5065 with mmo_write_loc_chunk calls.
5066 (mmo_internal_write_section): Call mmo_flush_chunk after
5068 (mmo_write_symbols_and_terminator): Move :Main to first position
5069 in symbol array. Add faked one if it does not exist if there are
5070 other symbols. Don't add it if there are no symbols at all. Move
5071 out test for value of :Main from symbol loop. Rename table
5072 fakemain to maintable and variable mainsym to fakemain.
5074 2002-02-15 Richard Henderson <rth@redhat.com>
5076 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
5077 section with no got matches any got. Simplify error generaion.
5079 2002-02-15 Alan Modra <amodra@bigpond.net.au>
5081 Support arbitrary length fill patterns.
5082 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
5083 (_bfd_default_link_order): Remove bfd_fill_link_order code.
5084 Call default_data_link_order.
5085 (default_fill_link_order): Delete.
5086 (default_data_link_order): New function.
5087 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
5088 of bfd_fill_link_order with bfd_data_link_order.
5089 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
5090 * elf64-mips.c (mips_elf64_final_link): Likewise.
5092 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
5093 Correct value returned in "end" for "0x<non-hex>".
5095 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
5097 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
5098 (scan): Test against 'mach' field in info structure.
5100 2002-02-14 Alan Modra <amodra@bigpond.net.au>
5102 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
5104 2002-02-14 Matt Fredette <fredette@netbsd.org>
5106 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
5109 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
5111 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
5112 non-zero physical addresses when adjusting the LMAs of new
5115 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
5117 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
5118 from _bfd_elf_hppa_gen_reloc_type.
5119 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
5120 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
5121 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
5122 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
5124 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
5126 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
5127 loading its contents if there's nothing to do in it.
5129 2002-02-12 Alan Modra <amodra@bigpond.net.au>
5131 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
5134 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
5135 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
5136 (ppc64_elf_finish_dynamic_sections): Set values for them.
5138 2002-02-11 Michael Snyder <msnyder@redhat.com>
5140 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
5141 * elf.c (elfcore_grok_pstatus): Add prototype.
5142 (elfcore_grok_lwpstatus): Add prototype.
5143 (elfcore_write_lwpstatus): New function.
5144 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
5146 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
5148 * elf32-sh.c: Added missing prototypes.
5149 * elf32-sh64.c: Likewise.
5150 (sh_elf_align_loads): Mark unused args as such.
5151 * elf64-sh64.c: Added missing prototypes.
5152 (struct elf_sh64_link_hash_entry): Fix typo.
5153 (sh_elf64_relocate_section): Fix info argument passed to
5154 _bfd_elf_section_offset.
5156 2002-02-11 Alan Modra <amodra@bigpond.net.au>
5158 * Makefile.am: "make dep-am".
5159 * Makefile.in: Regenerate.
5160 * aclocal.m4: Regenerate.
5161 * config.in: Regenerate.
5162 * configure: Regenerate.
5164 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
5166 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
5168 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
5170 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
5171 cast warnings for the common case.
5173 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
5175 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
5177 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
5180 2002-02-09 Richard Henderson <rth@redhat.com>
5182 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
5183 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
5184 (elf64_alpha_relocate_section): Likewise.
5185 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
5186 * bfd-in2.h, libbfd.h: Rebuild.
5188 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
5190 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
5191 that base-plus-offset reloc accounting is consistent.
5192 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
5193 up to date for undefined symbols.
5195 2002-02-08 Eric Christopher <echristo@redhat.com>
5197 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
5199 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
5200 sections for the O32 ABI.
5202 2002-02-08 Chris Demetriou <cgd@broadcom.com>
5204 * elf32-arm.h: Fix formatting of _("...").
5205 * elf32-d10v.c: Likewise.
5206 * elf32-m68k.c: Likewise.
5207 * elf32-mips.c: Likewise.
5209 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
5211 * coff-or32.c: Fix compile time warning messages.
5213 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
5215 Contribute sh64-elf.
5216 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
5217 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
5218 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
5219 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
5220 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
5221 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
5222 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
5223 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
5224 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
5225 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
5227 * libbfd.h, bfd-in2.h: Rebuilt.
5228 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
5229 (sh_reloc_map): Map them.
5230 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
5231 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
5232 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
5233 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
5234 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
5235 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
5236 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
5237 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
5238 datalabel_got_offset.
5239 (sh_elf_link_hash_newfunc): Initialize it.
5240 (sh_elf_relocate_section): Augment the scope of
5241 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
5242 GOT and GOTOFF handling to new SHmedia relocation types. Support
5244 (sh_elf_check_relocs): Likewise.
5245 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
5246 PLT entries using movi_shori_putval. Support GOT_BIAS.
5247 (sh_elf_finish_dynamic_sections): Likewise.
5248 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
5249 relocation, it's now done by the caller.
5251 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
5252 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
5253 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
5254 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
5255 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
5256 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
5257 sh64_elf64_hash_table): New.
5258 (sh_elf64_howto_table): Introduce new relocs.
5259 (sh_elf64_info_to_howto): Accept new PIC relocs.
5260 (sh_elf64_relocate_section): Augment the scope of
5261 seen_stt_datalabel. Support new PIC relocs.
5262 (sh_elf64_check_relocs): Support new PIC relocs.
5263 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
5264 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
5265 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
5266 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
5267 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
5268 movi_shori_putval, movi_3shori_putval,
5269 sh64_elf64_create_dynamic_sections,
5270 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
5271 sh64_elf64_size_dynamic_sections,
5272 sh64_elf64_finish_dynamic_symbol,
5273 sh64_elf64_finish_dynamic_sections): New.
5274 (elf_backend_create_dynamic-sections,
5275 bfd_elf64_bfd_link_hash_table_create,
5276 elf_backend_adjust_dynamic_symbol,
5277 elf_backend_size_dynamic_sections,
5278 elf_backend_finish_dynamic_symbol,
5279 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
5280 elf_backend_plt_readonly, elf_backend_want_plt_sym,
5281 elf_backend_got_header_size, elf_backend_plt_header_size):
5283 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
5284 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
5285 match official numbers and names; moved unmaching ones to the
5287 * elf32-sh64.c, elf64-sh64.c: Likewise.
5288 2001-03-12 DJ Delorie <dj@redhat.com>
5289 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
5291 2001-03-12 DJ Delorie <dj@redhat.com>
5292 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
5294 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
5295 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
5296 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
5297 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
5298 .cranges section with SEC_SORT_ENTRIES set.
5299 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
5300 incoming sorted .cranges section.
5301 (sh64_bfd_elf_copy_private_section_data): New.
5302 (sh64_elf_final_write_processing): Only sort .cranges and modify
5303 start address if called by linker.
5304 2001-01-08 Ben Elliston <bje@redhat.com>
5305 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
5306 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
5307 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
5308 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
5309 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
5310 line. Add comments before all entries.
5311 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
5313 (sh_elf64_reloc): Correct head comment.
5314 (sh_elf64_relocate_section): Correct spacing.
5315 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
5316 instead call reloc_dangerous callback.
5317 <case R_SH_SHMEDIA_CODE>: New case.
5318 (sh_elf64_gc_mark_hook): Correct spacing.
5319 (sh_elf64_check_relocs): Ditto.
5320 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
5322 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
5324 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
5325 clarify describing comment. Add comments before all entries.
5326 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
5327 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
5328 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
5329 Sort .cranges section in final link. Prepare to set bit 0 on
5331 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
5332 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
5333 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
5335 (sh64_backend_section_from_shdr): New, to recognize
5336 SHT_SH5_CR_SORTED on incoming .cranges section.
5337 (elf_backend_section_from_shdr): Define.
5338 (sh64_elf_final_write_processing): Sort outgoing .cranges
5339 section. (New, temporarily disabled:) Set bit 0 on entry address
5340 according to ISA type.
5341 (sh64_find_section_for_address): New.
5342 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
5343 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
5344 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
5345 bfd_malloc, not xmalloc.
5346 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
5348 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
5349 temporarily disabled) setting bit 0 on entry address.
5350 (elf_backend_final_write_processing): Define.
5351 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
5352 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
5353 be a proper relocation for PTA and PTB rather than a marker.
5354 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
5355 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
5356 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
5357 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
5358 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
5360 * elf64-sh64.c: Ditto.
5361 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
5362 * elf32-sh64.c: Include opcodes/sh64-opc.h
5363 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
5364 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
5365 parameters. No unused parameters. Caller changed.
5366 <case R_SH_PT_16>: New case.
5367 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
5368 * Makefile.in: Regenerate.
5369 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
5370 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
5372 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
5373 (sh64_elf_merge_private_data): Ditto.
5374 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
5375 to access stored section flags.
5376 (sh64_elf_final_write_processing): Return immediately unless
5377 called by linker. Use sh64_elf_section_data (cranges) to get size
5378 of linker-generated cranges entries.
5379 (sh64_elf_copy_private_data): Add missing "return true".
5380 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
5381 (sh_elf64_merge_private_data): Ditto.
5382 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
5383 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
5384 elf64-sh64.c:sh64_elf_fake_sections.
5385 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
5386 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
5387 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
5388 (sh64_elf_final_write_processing): New.
5389 (elf_backend_final_write_processing): Define.
5390 (sh64_elf_fake_sections): Get header flags from tdata field.
5391 (sh64_elf_copy_private_data): Do not call
5392 sh64_elf_copy_private_data_internal, just copy e_flags field.
5393 (sh64_elf_merge_private_data): Do not call
5394 sh64_elf_copy_private_data_internal.
5395 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
5396 Remove EF_SH64_ABI64, let ELF size make difference.
5397 Remove SH64-specific BFD section flag.
5398 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
5399 containing SHmedia through elf_section_data (asect)->tdata
5400 non-zero, not using a BFD section flag.
5401 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
5402 (sh64_elf_merge_private_data): Similar.
5403 (elf_backend_section_flags): Don't define.
5404 (sh64_elf_backend_section_flags): Delete.
5405 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
5407 (sh_elf64_merge_private_data): Similar.
5408 * section.c (Section flags definitions): Don't define
5410 (bfd-in2.h): Regenerate.
5411 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
5412 Make DataLabel references work with partial linking.
5413 * elf32-sh64.c: Fix formatting.
5414 (sh64_elf_link_output_symbol_hook): New.
5415 (elf_backend_link_output_symbol_hook): Define to
5416 sh64_elf_link_output_symbol_hook.
5417 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
5418 undefined if partial linking. Adjust sanity check.
5419 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
5420 (elf_backend_link_output_symbol_hook): Define to
5421 sh64_elf64_link_output_symbol_hook.
5422 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
5423 undefined if partial linking. Adjust sanity check.
5424 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
5425 Implement semantics for inter-file DataLabel references.
5426 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
5427 (sh64_elf64_add_symbol_hook): New.
5428 (sh_elf64_relocate_section): If passing an indirect symbol with
5429 st_type STT_DATALABEL on the way to a symbol with st_other
5430 STO_SH5_ISA32, do not bitor 1 to the relocation.
5431 (elf_backend_add_symbol_hook): Define to
5432 sh64_elf64_add_symbol_hook.
5433 * elf64-sh32.c: Tweak comments.
5434 (DATALABEL_SUFFIX): Define.
5435 (sh64_elf_add_symbol_hook): New.
5436 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
5437 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
5438 symbol with st_type STT_DATALABEL on the way to a symbol with
5439 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
5440 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
5441 Pass through STT_DATALABEL.
5442 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
5443 (elf_backend_get_symbol_type): Define.
5444 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
5445 (elf_backend_get_symbol_type): Define.
5446 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
5447 * elf32-sh64.c: Tweak comments.
5448 (sh64_elf_copy_private_data_internal): Add prototype.
5449 (bfd_elf32_bfd_set_private_flags): Define.
5450 (sh64_elf_copy_private_data_internal): Compare machine name, not
5451 textual BFD target name, to check whether to copy section flag
5453 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
5454 Tweak section-contents-type-mismatch message.
5455 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
5456 Validize reloc-types.
5457 * elf64-sh64.c: New file.
5458 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
5459 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
5460 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
5461 Regenerate dependencies.
5462 * Makefile.in: Regenerate.
5463 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
5464 bfd_elf64_sh64l_vec.
5465 * configure.in: Handle bfd_elf64_sh64_vec and
5466 bfd_elf64_sh64l_vec.
5467 * configure: Regenerate.
5468 * po/POTFILES.in: Regenerate.
5469 * po/bfd.pot: Regenerate.
5470 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
5471 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
5472 anything else but EF_SH64 and EF_SH64_ABI64.
5473 (sh64_elf_merge_private_data): Emit error for anything else but
5474 EF_SH64 and EF_SH64_ABI64.
5475 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
5477 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
5478 bfd_elf32_sh64l_vec as a temporary measure.
5479 * configure: Regenerate.
5480 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
5481 * cpu-sh.c (arch_info_struct): Include sh5 item
5483 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
5484 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
5485 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
5486 * elf32-sh64.c: Tweak comments.
5487 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
5488 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
5489 (sh64_elf_copy_private_data_internal): Wrap long line.
5490 (sh64_elf_merge_private_data): Rewrite to allow objects from
5491 SH64 subsets to be linked together.
5492 (INCLUDE_SHMEDIA): Define.
5493 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
5494 Parenthesize plus-expression inside or-expression.
5495 <global symbol>: Ditto.
5496 (sh_elf_set_mach_from_flags): Remove code refusing
5497 deleted EF_SH64_32BIT_ABI flag.
5498 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
5499 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
5500 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
5501 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
5502 (sh_elf_relocate_section) <local symbol>: Or 1 in
5503 calculation of relocation if sym->st_other & STO_SH5_ISA32.
5504 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
5505 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
5507 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
5508 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
5509 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
5510 Regenerate dependencies.
5511 * Makefile.in: Regenerate.
5512 * archures.c: Add bfd_mach_sh5.
5513 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
5514 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
5515 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
5516 * configure: Regenerate.
5517 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
5518 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
5519 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
5520 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
5521 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
5522 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
5523 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
5524 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
5525 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
5526 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
5528 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
5530 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
5531 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
5532 shmedia_prepare_reloc, goto final_link_relocate if it returns
5533 non-zero, else fail as before.
5534 (sh_elf_set_mach_from_flags): Provide function only if not defined
5535 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
5536 (sh_elf_set_private_flags): Provide function only if not defined
5538 (sh_elf_copy_private_data): Similar.
5539 (sh_elf_merge_private_data): Similar.
5540 * section.c (SEC_SH_ISA_SHMEDIA): New.
5541 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
5542 * elf32-sh64.c: New file.
5543 * libbfd.h: Regenerate.
5544 * bfd-in2.h: Regenerate.
5545 * po/POTFILES.in: Regenerate.
5546 * po/bfd.pot: Regenerate.
5547 * bfd-in2.h: Regenerate.
5548 * libbfd.h: Regenerate.
5550 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
5552 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
5553 been included, not drag it in.
5554 * bfd-in2.h: Regenerate.
5556 2002-02-06 H.J. Lu (hjl@gnu.org)
5558 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
5559 the mach and ISA fields if necessary.
5561 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
5563 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
5564 ARM architecture when an F_ARM_5 flag is detected, since we cannot
5565 be sure exactly which architecture this represents.
5567 2002-02-05 Nick Clifton <nickc@redhat.com>
5569 * po/tr.po: Updated translation.
5571 2002-02-05 Alan Modra <amodra@bigpond.net.au>
5573 From Jimi X <jimix@watson.ibm.com>
5574 * archures (bfd_mach_ppc64): Define.
5575 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
5576 (bfd_powerpc_arch): Define.
5577 * bfd-in2.h: Regenerate.
5578 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
5579 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
5580 (bfd_powerpc_archs): Add default powerpc64 arch.
5582 2002-02-05 Alan Modra <amodra@bigpond.net.au>
5584 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
5585 against section syms in readonly sections. Don't do the global
5586 sym check if we find one.
5587 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
5588 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
5589 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
5590 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
5591 (elf_s390_grok_prstatus): Add missing prototype.
5593 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
5595 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
5596 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
5597 Call bfd_get_section_by_name only once. Initialize
5598 bpodata->n_bpo_relocs_this_section.
5599 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
5601 (bpo_reloc_request_sort_fn): Don't use difference of values as
5604 2002-02-02 David O'Brien <obrien@FreeBSD>
5606 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
5607 version 4.5 and later the same as 5-CURRENT.
5608 * configure: Re-generate.
5610 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
5612 * config.bfd (hppa*-*-netbsd*): New target.
5614 2002-01-31 Philipp Thomas <pthomas@suse.de>
5616 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
5617 to front of message. Unify messages with elf32-arm.h. Use
5618 commas where neccessary.
5619 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
5620 ERROR in messages. Unify messages with coff-arm.c. Correct
5621 VFP/FPA error message.
5622 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
5623 APCS-32 for translation.
5625 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
5627 Perform on-demand global register allocation from
5628 R_MMIX_BASE_PLUS_OFFSET relocs.
5629 * elf64-mmix.c (struct bpo_reloc_section_info, struct
5630 bpo_reloc_request, struct bpo_greg_section_info): New.
5631 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
5632 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
5633 _bfd_mmix_check_all_relocs,
5634 _bfd_mmix_prepare_linker_allocated_gregs,
5635 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
5636 (elf_mmix_howto_table): Correct src_mask for most relocs.
5637 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
5639 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
5640 case. Fix typo in comment. New label do_mmix_reloc.
5641 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
5642 store first object file with a base-plus-offset reloc. Call
5643 mmix_elf_check_common_relocs for the part common with mmo.
5644 (mmix_elf_final_link): Write out linker-allocated register
5646 (elf_backend_gc_sweep_hook): Define.
5647 (bfd_elf64_bfd_relax_section): Define.
5649 * mmo.c: Don't include <ctype.h>
5650 (mmo_init): Correct init-once logic.
5652 2002-02-01 Tom Rix <trix@redhat.com>
5654 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
5656 2002-02-01 Alan Modra <amodra@bigpond.net.au>
5658 * Makefile.am: Run "make dep-am"
5659 * Makefile.in: Regenerate.
5661 2002-01-31 David O'Brien <obrien@FreeBSD>
5663 * configure.in: Recognize the differences in core files from FreeBSD
5664 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
5666 * configure: Regenerate.
5668 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
5670 * coff-or32.c: New file.
5671 * cpu-or32.c: New file.
5672 * elf32-or32.c: New file.
5673 * archures.c: Add support for or32.
5674 * targets.c: Add support for or32.
5675 * bfd-in2.h: Regenerate.
5676 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
5677 coff_write_object_contents): Add support for or32.
5678 * config.bfd: Add target.
5679 * configure.in: Add support for or32.
5680 * configure: Regenerate.
5681 * Makefile.am: Add support for or32.
5682 * Makefile.in: Regenerate.
5683 * po/SRC-POTFILES.in: Add or32 files.
5684 * po/bfd.pot: Regenerate.
5686 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
5687 Don Lindsay <lindsayd@cisco.com>
5689 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
5690 false' with a return of a bfd_reloc_ error code.
5692 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
5694 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
5695 unexport unreferenced symbols when --export-dynamic. Call
5696 _bfd_elf_strtab_delref when unexporting.
5698 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
5700 * bfd-in.h: Include <stdbool.h> if it is available.
5701 * bfd-in2.h: Regenerated.
5703 2002-01-31 Alan Modra <amodra@bigpond.net.au>
5705 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
5708 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
5710 * archures.c: Tidy up formatting of embedded comments.
5711 * bfd.c: Tidy up formatting of embedded comments.
5712 * bfd-in.h: Fix formatting of comments.
5713 * reloc.c: Tidy up formatting of ordinary & embedded comments.
5714 * section.c: Tidy up formatting of embedded comments.
5715 * syms.c: Tidy up formatting of embedded comments.
5716 * targets.c: Tidy up formatting of embedded comments.
5718 * bfd-in2.h: Regenerate.
5720 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
5722 * vms-tir.c (cmd_name): New function.
5723 (tir_cmd_name): New function.
5724 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
5725 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
5728 * peXXigen.c (pe_print_idata): Rearrange message to aid in
5730 (pe_print_pdata): Rearrange message to aid in translation.
5732 * libbfd.c (warn_deprecated): Rearrange error message to aid in
5735 * ihex.c (ihex_write_object_contents): Fix spelling typo.
5737 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
5739 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
5740 message to aid in translation.
5742 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
5743 to aid in translation.
5745 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
5747 2002-01-30 Philipp Thomas <pthomas@suse.de>
5749 * coff-arm.c, elf32-elf.h: Unify messages.
5751 2002-01-30 Nick Clifton <nickc@redhat.com>
5753 * po/sv.po: Updated translation.
5755 2002-01-30 Philipp Thomas <pthomas@suse.de>
5757 * dwarf2.c (read_abbrev): Use full section name in error message.
5758 (decode_line_info): Likewise.
5760 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
5763 2002-01-30 Alan Modra <amodra@bigpond.net.au>
5765 * elf64-ppc.c (func_desc_adjust): Only provide missing function
5766 descriptor symbols for undefined function code syms. Clear
5767 ELF_LINK_NON_ELF so that they can stay weak.
5769 2002-01-29 Chris Demetriou <cgd@broadcom.com>
5770 Mitch Lichtenberg <mpl@broadcom.com>
5772 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
5773 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
5774 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
5776 * bfd-in2.h: Regenerate.
5778 2002-01-29 Chris Demetriou <cgd@broadcom.com>
5780 * elf32-mips.c: Add additional comments about HI16 relocation
5782 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
5783 pc-relative relocations. (Reverts change made on 2001-10-31.)
5784 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
5785 for pc-relative relocations.
5786 (mips_elf_calculate_relocation): Add a comment about a kludge
5787 in the R_MIPS_GNU_REL_HI16 handling.
5788 (_bfd_mips_elf_relocate_section): Implement that kludge;
5789 adjust pc-relative HI16 relocation for difference in HI16 and
5790 LO16 addresses, since it can't easily be done in
5791 mips_elf_calculate_relocation.
5793 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
5795 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
5796 relocations with PC32 relocations for undefined or weak symbols.
5797 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
5798 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
5800 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
5802 * elfcore.h (elf_core_file_p): Improve comment for last change.
5804 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
5806 * configure: Regenerated.
5808 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
5810 * elfcore.h (elf_core_file_p): Set the machine architecture
5811 before processing the program headers.
5813 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
5815 * configure.in <64-bit configuration>: If using gcc, check and
5816 emit error for egcs-1.1.2.
5817 * configure: Regenerate.
5819 2002-01-26 Egor Duda <deo@logos-m.ru>
5821 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
5822 as possible to avoid stack corruption.
5824 2002-01-26 Richard Henderson <rth@redhat.com>
5826 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
5827 for non-allocated sections.
5829 2002-01-25 Mark Kettenis <kettenis@gnu.org>
5831 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
5832 prstat.pr_reg even if it is a struct.
5834 2002-01-25 Steve Ellcey <sje@cup.hp.com>
5836 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
5838 2002-01-25 Philipp Thomas <pthomas@suse.de>
5840 * coffgen.c (coff_print_symbol): Don't mark info message
5843 2002-01-25 Nick Clifton <nickc@redhat.com>
5845 * po/fr.po: Updated translation.
5846 * po/es.po: Updated translation.
5848 2002-01-25 Philipp Thomas <pthomas@suse.de>
5850 * coff-alpha.c (alpha_relocate_section): Unify warning message
5851 for GP relative relocations without GP defined.
5852 * coff-mips.c (mips_relocate_section): Likewise.
5854 2002-01-25 Alan Modra <amodra@bigpond.net.au>
5856 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
5857 unsigned overflow when new_offset < old_offset.
5859 2002-01-24 Philipp Thomas <pthomas@suse.de>
5861 * bfd.c (_bfd_abort): Fix typo.
5863 2002-01-23 Richard Henderson <rth@redhat.com>
5865 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
5866 plt entries for undefweak symbols.
5868 2002-01-23 Steve Ellcey <sje@cup.hp.com>
5870 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
5871 (bfd_elf64_ia64_hpux_big_vec): Ditto.
5872 (bfd_elf32_h8300_vec): Ditto.
5874 2002-01-23 Alan Modra <amodra@bigpond.net.au>
5876 * elf64-ppc.c: Remove stale part of ABI comment.
5877 (NO_OPD_RELOCS): Define.
5878 (ppc64_elf_check_relocs): Use it.
5879 (ppc64_elf_relocate_section): Here too.
5880 (build_one_stub): Don't point function syms at the stub. Instead,
5882 (ppc64_elf_relocate_section): Check whether REL24 relocs should
5883 really go to the stub. Make all dynamic relocs in opd against
5885 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
5888 2002-01-22 Richard Henderson <rth@redhat.com>
5890 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
5892 2002-01-22 Alan Modra <amodra@bigpond.net.au>
5894 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
5895 TOC_BASE_OFF adjustment.
5897 * Makefile.am: Run "make dep-am".
5898 * Makefile.in: Regenerate.
5899 * po/SRC-POTFILES.in: Regenerate.
5901 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
5903 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
5906 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
5908 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
5909 Check for and emit error if sgot is NULL at this point.
5911 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
5913 * config.bfd (ia64*-*-netbsd*): New target.
5915 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
5917 * som.c (som_write_space_strings): Comment typo fix.
5919 2002-01-21 Alan Modra <amodra@bigpond.net.au>
5921 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
5922 is_func_descriptor fields.
5923 (link_hash_newfunc): Init them.
5924 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
5925 dot are candidates for plt entries. When processing .opd relocs,
5926 set function descriptor strings to point inside function code
5927 string, and set new ppc_link_hash_entry fields.
5928 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
5929 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
5930 function descriptors. It's now done in..
5931 (func_desc_adjust): New.
5932 (ppc64_elf_func_desc_adjust): New.
5933 (define elf_backend_always_size_sections): Define.
5934 (ppc64_elf_hide_symbol): New.
5935 (define elf_backend_hide_symbol): Define.
5936 (allocate_dynrelocs): Remove code looking up function descriptors
5937 as that has been done earlier.
5938 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
5940 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
5941 up function descriptor.
5942 (build_one_stub): Look up the function code sym. Check for
5943 invalid plt offsets.
5944 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
5945 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
5947 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
5949 (_bfd_elf_link_hash_hide_symbol): Likewise.
5950 * elflink.h (elf_link_add_object_symbols): Adjust call to
5951 elf_backend_hide_symbol.
5952 (elf_fix_symbol_flags): Likewise.
5953 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
5955 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
5956 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
5957 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
5958 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
5959 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
5961 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
5962 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
5963 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
5965 2002-01-18 Alan Modra <amodra@bigpond.net.au>
5967 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
5968 dynamic function descriptor symbol, not the associated function
5971 2002-01-17 Eric Christopher <echristo@redhat.com>
5973 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
5975 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
5977 * po/bfd.pot: Regenerate.
5978 * po/fr.po: Regenerate.
5980 2002-01-17 Alan Modra <amodra@bigpond.net.au>
5982 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
5983 Remove "Elf_Internal_Shdr *" param.
5984 (_bfd_mips_elf_section_from_bfd_section): Ditto.
5985 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
5986 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
5987 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
5988 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
5989 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
5990 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
5991 function to override special sections. Remove hdr arg from
5992 backend call, and don't loop.
5994 2002-01-16 Eric Christopher <echristo@redhat.com>
5996 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
5997 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
5998 relocations requiring gp0 and gp.
6000 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
6002 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
6004 (elf32_arm_print_private_bfd_data): Likewise.
6006 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
6008 * po/tr.po: Import new version.
6010 2002-01-16 Alan Modra <amodra@bigpond.net.au>
6012 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
6013 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
6014 (ORI_R0_R0_0): Correct.
6016 2002-01-16 Alan Modra <amodra@bigpond.net.au>
6018 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
6019 when plt_not_loaded.
6020 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
6021 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
6022 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
6023 (ppc64_elf_glink_code): Delete.
6024 (PPC64_ELF_GLINK_SIZE): Delete.
6025 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
6026 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
6027 ORI_R0_R0_0): Define.
6028 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
6029 (struct ppc_link_hash_table): Add sstub and plt_overflow.
6030 (ppc64_elf_link_hash_table_create): Init them.
6031 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
6032 Don't copy to shared lib.
6033 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
6034 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
6035 (allocate_dynrelocs <plt>): Don't change function sym here. Make
6036 room for .stub and .glink code.
6037 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
6039 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
6040 bfd_elf64_bfd_final_link.
6041 (bfd_elf64_bfd_final_link): Don't define.
6042 (ppc64_elf_size_stubs): New.
6043 (build_plt_stub): New.
6044 (build_one_stub): New.
6045 (ppc64_elf_build_stubs): New.
6046 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
6047 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
6048 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
6049 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
6050 case output sections not separate. Adjust DT_RELASZ to not
6051 include plt relocs. Set reserved got entry. Set got and plt
6053 (elf_backend_got_header_size): Set to 8.
6054 * elf64-ppc.h: New file.
6056 2002-01-16 Alan Modra <amodra@bigpond.net.au>
6058 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
6059 sections, use bfd_section_list_remove.
6060 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
6061 * elflink.h (elf_link_add_object_symbols): When removing all
6062 sections, use bfd_section_list_clear.
6064 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
6066 * po/sv.po: New file: Swedish translation.
6067 * configure.in (ALL_LINGUAS): Add sv.
6068 * configure: Regenerate.
6070 2002-01-15 Jakub Jelinek <jakub@redhat.com>
6072 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
6073 * elf.c (merge_sections_remove_hook): New function.
6074 (_bfd_elf_merge_sections): Pass it as 3rd argument to
6075 _bfd_merge_sections.
6076 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
6077 * libbfd.h: Rebuilt.
6078 * merge.c (_bfd_merge_sections): Add remove_hook argument.
6079 Call remove_hook if a SEC_EXCLUDE section is encountered.
6081 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
6083 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
6084 (xstormy16_reloc_map): Initialise new field with correct howto
6086 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
6089 2002-01-10 Michael Snyder <msnyder@redhat.com>
6091 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
6092 (elfcore_write_pstatus): Use long instead of pid_t;
6093 * elf-bfd.h: Change prototypes to use long instead of pid_t;
6095 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
6097 * elf.c: Update copyright years.
6098 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
6099 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
6101 2002-01-08 Michael Snyder <msnyder@redhat.com>
6103 Add capability to write corefile note sections, for gdb.
6104 * elf.c (elfcore_write_note): New function.
6105 (elfcore_write_prpsinfo): New function.
6106 (elfcore_write_prstatus): New function.
6107 (elfcore_write_pstatus): New function.
6108 (elfcore_write_prfpreg): New function.
6109 (elfcore_write_prxfpreg): New function.
6110 * elf-bfd.h: Add prototypes for above functions.
6112 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
6114 * elf.c (elf_fake_sections): Propagate errors from
6115 elf_backend_fake_section.
6117 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
6119 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
6120 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
6121 (elf32-sh-nbsd.lo): New rule.
6122 * Makefile.in: Regenerate.
6123 * config.bfd (sh*le-*-netbsdelf*): New target.
6124 (sh*-*-netbsdelf*): New target.
6125 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
6126 (bfd_elf32_shnbsd_vec): New vector.
6127 (bfd_elf32_shlnbsd_vec): New vector.
6128 * configure: Regenerate.
6129 * elf32-sh-nbsd.c: New file.
6130 * targets.c: Update copyright years.
6131 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
6132 bfd_elf32_shnbsd_vec.
6134 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
6136 * coff-rs6000.c (READ20): Use bfd_scan_vma.
6138 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
6140 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
6141 of a symbol in a section that will be deleted.
6143 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
6145 * po/es.po: New file: Spanish translation.
6146 * configure.in (ALL_LINGUAS): Add es.
6147 * configure: Regenerate.
6149 2002-01-06 Steve Ellcey <sje@cup.hp.com>
6151 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
6152 argument so we can handle HP-UX specially.
6153 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
6154 (elfNN_hpux_backend_section_from_bfd_section): New for support
6155 of SHN_IA_64_ANSI_COMMON.
6156 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
6157 (is_unwind_section_name): Add special HP-UX support.
6158 (elfNN_ia64_section_from_shdr): Add support for more sections.
6159 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
6160 add support for more sections.
6161 (elfNN_ia64_additional_program_headers): Modify
6162 is_unwind_section_name call.
6163 (elfNN_ia64_modify_segment_map): Remove assumption that there is
6164 only one unwind section in segment.
6166 2002-01-06 Alan Modra <amodra@bigpond.net.au>
6168 * syms.c (_bfd_generic_make_empty_symbol): New function.
6169 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
6170 _bfd_generic_make_empty_symbol.
6171 * libbfd.h: Regenerate.
6172 * bfd-in2.h: Regenerate.
6173 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
6174 (hppabsd_core_get_symtab_upper_bound): Don't define.
6175 (hppabsd_core_get_symtab): Likewise.
6176 (hppabsd_core_print_symbol): Likewise.
6177 (hppabsd_core_get_symbol_info): Likewise.
6178 (hppabsd_core_bfd_is_local_label_name): Likewise.
6179 (hppabsd_core_get_lineno): Likewise.
6180 (hppabsd_core_find_nearest_line): Likewise.
6181 (hppabsd_core_bfd_make_debug_symbol): Likewise.
6182 (hppabsd_core_read_minisymbols): Likewise.
6183 (hppabsd_core_minisymbol_to_symbol): Likewise.
6184 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
6186 * hpux-core.c: Similarly.
6187 * irix-core.c: Similarly.
6188 * osf-core.c: Similarly.
6189 * sco5-core.c: Similarly.
6190 * binary.c (binary_make_empty_symbol): Remove function, define as
6191 _bfd_generic_make_empty_symbol.
6192 * ihex.c (ihex_make_empty_symbol): Likewise.
6193 * mmo.c (mmo_make_empty_symbol): Likewise.
6194 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
6195 * srec.c (srec_make_empty_symbol): Likewise.
6196 * versados.c (versados_make_empty_symbol): Likewise.
6197 * vms.c (_bfd_vms_make_empty_symbol): Remove.
6198 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
6199 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
6200 rather than _bfd_vms_make_empty_symbol.
6201 * vms-misc.c (new_symbol): Likewise.
6203 2002-01-05 Alan Modra <amodra@bigpond.net.au>
6205 * section.c (bfd_section_init): Remove unnecessary initialisations.
6206 (bfd_section_list_clear): New function.
6207 (bfd_section_list_remove, bfd_section_list_insert): New macros.
6208 (_bfd_strip_section_from_output): Use them.
6209 * coffcode.h (coff_set_alignment_hook): Likewise.
6210 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
6211 * elf64-mips.c (mips_elf64_final_link): Likewise.
6212 * elf64-mmix.c (mmix_elf_final_link): Likewise.
6213 * sunos.c (sunos_add_dynamic_symbols): Likewise.
6214 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
6215 * bfd-in2.h: Regenerate.
6217 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
6218 rather than doing our own section handling. Clean up after errors
6219 with bfd_release and bfd_section_list_clear. Handle unexpected
6221 * aoutf1.h (sunos4_core_file_p): Likewise.
6222 * aix386-core.c (aix386_core_file_p): Likewise.
6223 * cisco-core.c (cisco_core_file_validate): Likewise.
6224 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
6225 * trad-core.c (trad_unix_core_file_p): Likewise.
6227 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
6228 with bfd_release and bfd_section_list_clear.
6229 * hpux-core.c (hpux_core_core_file_p): Likewise.
6230 * irix-core.c (irix_core_core_file_p): Likewise.
6231 * lynx-core.c (lynx_core_file_p): Likewise.
6232 * osf-core.c (osf_core_core_file_p): Likewise.
6233 * rs6000-core.c (rs6000coff_core_p): Likewise.
6234 * sco5-core.c (sco5_core_file_p): Likewise.
6236 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
6237 sign extension adjustments without conditionals.
6239 2002-01-04 Jakub Jelinek <jakub@redhat.com>
6241 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
6242 CIE at .eh_frame start is removed due to no FDEs referencing it.
6244 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
6246 * config.bfd (x86_64-*-netbsd*): New target.
6247 * configure.in (x86_64-*-netbsd*): Set COREFILE
6249 * configure: Regenerated.
6251 2002-01-03 Tom Rix <trix@redhat.com>
6253 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
6254 for recent bfd_make_section_anyway change.
6256 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
6258 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
6259 R_ARM_THM_PC11 reloc.
6261 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
6263 * configure.in (LINGUAS): Add ja.
6264 * configure: Regenerate.
6265 * po/ja.po: Import from translation project's web site.
6267 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
6269 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
6270 messages to ease translation into other languages.
6272 For older changes see ChangeLog-0001
6278 version-control: never