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