5da8eb5223a728d1839f392d30ca98d29a75a2a4
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2
3 * Makefile.am: Add n32 ABI support.
4 * Makefile.in: Regenerate.
5 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
6 bit vectors for mips*-*-linux targets as optional.
7 * configure.in: Add n32 ABI vectors.
8 * configure: Regenerate.
9 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
10 * elfn32-mips.c: New file, n32 ABI support.
11 * targets.c: Add n32 ABI vectors.
12
13 2002-07-30 Graeme Peterson <gp@qnx.com>
14
15 * elfarmqnx-nabi.c: New file: Support for QNX.
16 * config.bfd: Add support for arm-*-nto target.
17 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
18 * configure: Regenerate.
19 * Makefile.am: Add entries for elfarmqnx-nabi.c.
20 * Makefile.in: Regenerate.
21 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
22 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
23 * elfarm-nabi.c: Do not include elf32-arm.h if
24 ELFARM_NABI_C_INCLUDED is defined.
25 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
26
27 2002-07-30 Nick Clifton <nickc@redhat.com>
28
29 * po/sv.po: Updated Swedish translation.
30
31 2002-07-30 Jakub Jelinek <jakub@redhat.com>
32
33 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
34
35 2002-07-30 Alan Modra <amodra@bigpond.net.au>
36
37 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
38 * archive.c (bfd_generic_archive_p): Likewise.
39 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
40 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
41 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
42 (xcoff64_archive_p): Likewise.
43 (xcoff64_openr_next_archived_file): Likewise.
44 (xcoff64_archive_p): Clean up tdata properly on error.
45 * coffgen.c (coff_real_object_p): Likewise.
46 (coff_object_p): Release filehdr and opthdr.
47 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
48 * ieee.c (ieee_archive_p): Likewise.
49 * ihex.c (ihex_object_p): Likewise.
50 (ihex_mkobject): Always allocate tdata.
51 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
52 * srec.c (srec_mkobject): Always allocate tdata.
53 (srec_object_p): Clean up tdata properly on error.
54 (symbolsrec_object_p): Likewise.
55 * versados.c (versados_object_p): Likewise.
56 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
57 and bfd_realloc instead of realloc.
58 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
59 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
60 place of bfd_malloc, simplifying error freeing. Free hash table too.
61 (vms_object_p): Clean up tdata on error.
62 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
63 (vms_close_and_cleanup): Adjust for bfd_alloc use.
64
65 2002-07-30 Alan Modra <amodra@bigpond.net.au>
66
67 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
68
69 2002-07-26 Chris Demetriou <cgd@broadcom.com>
70
71 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
72 flags into resulting BFD.
73
74 2002-07-26 Alan Modra <amodra@bigpond.net.au>
75
76 From John Reiser <jreiser@BitWagon.com>
77 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
78 tls_ldm_got.refcount.
79
80 2002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
81
82 * elf64-mips.c: Update TODO comment.
83 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
84 mips_elf64_gprel16_reloca): Remove prototypes.
85 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
86 (UNUSED_RELOC): Replace by EMPTY_RELOC.
87 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
88 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
89 R_MIPS_HIGHEST.
90 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
91 R_MIPS_GOT16. Remove wrong comments.
92 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
93 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
94 from elf32-mips.c.
95 (mips_elf64_hi16_reloc): Fix formatting.
96 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
97 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
98 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
99 (mips_elf64_gprel16_reloc): Make static. Add check for
100 partial_inplace.
101 (mips_elf64_gprel16_reloca): Remove.
102 (mips_elf64_literal_reloc): New function.
103 (mips_elf64_gprel32_reloc): Fix formatting.
104 (mips_elf64_shift6_reloc): Fix comment. Make static.
105 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
106 elf32-mips.c.
107 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
108 elf32-mips.c
109 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
110 specific relocations.
111 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
112 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
113 (ELF_MAXPAGESIZE): Add comment.
114
115 2002-07-25 Nick Clifton <nickc@redhat.com>
116
117 * po/sv.po: Updated Swedish translation.
118 * po/es.po: Updated Spanish translation.
119 * po/fr.po: Updated French translation.
120
121 2002-07-25 Alan Modra <amodra@bigpond.net.au>
122
123 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
124 as elf_link_record_local_dynamic_symbol.
125 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
126 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
127 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
128 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
129 attempt is made to record a symbol in a discarded section, and
130 return `2' in that case.
131
132 2002-07-24 Nick Clifton <nickc@redhat.com>
133
134 * po/sv.po: Updated Swedish translation.
135 * po/es.po: Updated Spanish translation.
136
137 2002-07-23 Alan Modra <amodra@bigpond.net.au>
138
139 * po/SRC-POTFILES.in: Regenerate.
140
141 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
142 immediately. Remove code handling relocatable linking.
143 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
144 * elf32-cris.c (cris_elf_relocate_section): Likewise.
145 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
146 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
147 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
148 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
149 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
150 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
151 * elf32-v850.c (v850_elf_relocate_section): Likewise.
152 * elf32-vax.c (elf_vax_relocate_section): Likewise.
153 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
154 * elf32-avr.c (elf_backend_rela_normal): Define.
155 * elf32-cris.c: Likewise.
156 * elf32-fr30.c: Likewise.
157 * elf32-frv.c: Likewise.
158 * elf32-h8300.c: Likewise.
159 * elf32-hppa.c: Likewise.
160 * elf32-ip2k.c: Likewise.
161 * elf32-sparc.c: Likewise.
162 * elf32-v850.c: Likewise.
163 * elf32-vax.c: Likewise.
164 * elf64-hppa.c: Likewise.
165 * elf64-sparc.c: Likewise.
166 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
167 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
168 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
169 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
170 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
171 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
172 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
173 * elf-m10200.c (USE_RELA): Don't define.
174 * elf-m10300.c: Likewise.
175 * elfarm-oabi.c: Likewise.
176 * elf32-i370.c: Likewise.
177 * elf32-ip2k.c: Likewise.
178 * elf32-m68k.c: Likewise.
179 * elf32-mcore.c: Likewise.
180 * elf32-ppc.c: Likewise.
181 * elf32-s390.c: Likewise.
182 * elf32-vax.c: Likewise.
183 * elf64-ppc.c: Likewise.
184 * elf64-s390.c: Likewise.
185 * elf64-x86-64.c: Likewise.
186 * elfxx-ia64.c: Likewise.
187 * elf32-avr.c (USE_REL): Don't undef.
188 * elf32-ip2k.c: Likewise.
189
190 2002-07-23 Nick Clifton <nickc@redhat.com>
191
192 * elf-bfd.h (struct elf_backend_data): Add new bitfield
193 'want_p_paddr_set_to_zero'.
194 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
195 to false;
196 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
197 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
198
199 2002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
200
201 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
202 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
203 show the Copyright string.
204 Minor formatting tidy ups.
205
206 2002-07-23 Nick Clifton <nickc@redhat.com>
207
208 * po/fr.po: Updated French translation.
209 * po/sv.po: Updated Swedish translation.
210
211 2002-07-23 Alan Modra <amodra@bigpond.net.au>
212
213 * elflink.h (elf_link_input_bfd): Don't change internal symbols
214 when outputting relocs.
215
216 2002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
217
218 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
219 DT_PLTGOT into the dynamic section if there is a PLT.
220
221 2002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
222
223 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
224 elf32-mips.c.
225 (_bfd_mips_elf_write_section): Likewise.
226 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
227 (_bfd_mips_elf_write_section): Likewise.
228 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
229 (elf32_mips_write_section): Likewise.
230 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
231 (_bfd_mips_elf_write_section): Likewise.
232
233 2002-07-19 Alan Modra <amodra@bigpond.net.au>
234
235 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
236 PT_IA_64_UNWIND segments for a given section.
237
238 2002-07-17 H.J. Lu <hjl@gnu.org>
239
240 * Makefile.am: Fix a typo.
241 * Makefile.in: Regenerate.
242
243 2002-07-15 Denis Chertykov <denisc@overta.ru>
244 Frank Ch. Eigler <fche@redhat.com>
245 Ben Elliston <bje@redhat.com>
246 Alan Lehotsky <alehotsky@cygnus.com>
247 John Healy <jhealy@redhat.com>
248 Graham Stott <grahams@redhat.com>
249 Jeff Johnston <jjohnstn@redhat.com>
250
251 * Makefile.am: Add support for ip2k.
252 * Makefile.in: Regenerate.
253 * doc/Makefile.in: Regenerate.
254 * archures.c: Add support for ip2k.
255 * config.bfd: Add support for ip2k.
256 * configure.in: Add support for ip2k.
257 * configure: Regenerate.
258 * reloc.c: Add support for ip2k.
259 * targets.c: Add support for ip2k.
260 * bfd-in2.h: Regenerate.
261 * libbfd.h: Regenerate.
262 * cpu-ip2k.c: New file.
263 * elf32-ip2k.c: New file.
264
265 2002-07-17 Ian Rickards <irickard@arm.com>
266
267 * dwarf2.c (concat_filename): If we can't establish the directory
268 just return the filename.
269
270 2002-07-16 Moritz Jodeit <moritz@jodeit.org>
271
272 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
273
274 2002-07-16 Alan Modra <amodra@bigpond.net.au>
275
276 * elflink.h: Formatting fixes, tidy prototypes.
277 (elf_link_assign_sym_version): Move common code out of loop.
278
279 2002-07-16 Alan Modra <amodra@bigpond.net.au>
280
281 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
282 reloc section size is zero. Correct reloc output location.
283
284 2002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
285
286 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
287 the final type for the e_fsel selector when generating PA2.0W code.
288 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
289 relocations.
290
291 2002-07-14 H.J. Lu <hjl@gnu.org>
292
293 * elflink.h (elf_link_assign_sym_version): Hide the default
294 definition if there is a hidden versioned definition.
295
296 2002-07-12 Hans-Peter Nilsson <hp@axis.com>
297
298 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
299 dynamic reference test in assertion when initializing GOT with
300 static contents. Just assert that there are either no dynamic
301 sections, the symbol is defined in the regular objects or that the
302 symbol is undef weak. Tweak comment.
303 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
304 only if the symbol isn't defined in the program and isn't undef
305 weak.
306 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
307 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
308 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
309 (elf_cris_discard_excess_program_dynamics): Don't consider
310 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
311
312 2002-07-11 Alan Modra <amodra@bigpond.net.au>
313
314 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
315 unresolved debugging relocs in dynamic applications.
316 * elf32-s390.c (elf_s390_relocate_section): Likewise.
317 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
318 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
319 * elf64-s390.c (elf_s390_relocate_section): Likewise.
320 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
321 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
322
323 2002-07-10 Alan Modra <amodra@bigpond.net.au>
324
325 * elf64-ppc.c (ONES): Define.
326 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
327 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
328 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
329
330 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
331 (ppc64_elf_set_private_flags): Delete.
332 (ppc64_elf_section_from_shdr): Delete.
333 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
334 (ppc64_elf_fake_sections): Delete.
335 (bfd_elf64_bfd_set_private_flags): Don't define.
336 (bfd_elf64_get_symbol_info): Likewise.
337 (elf_backend_section_from_shdr): Likewise.
338 (elf_backend_fake_sections): Likewise.
339
340 2002-07-10 Marco Walther <Marco.Walther@sun.com>
341
342 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
343 when not already set.
344 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
345 (elf_backend_fake_sections): Define.
346
347 2002-07-10 Alan Modra <amodra@bigpond.net.au>
348
349 * merge.c (_bfd_merge_section): Remove redundant output_section check.
350 Formatting.
351 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
352
353 2002-07-09 Hans-Peter Nilsson <hp@axis.com>
354
355 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
356 NULL sym_hashes to just before use.
357 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
358 symbol with non-default visibility.
359 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
360 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
361 Ditto.
362 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
363 symbol with non-default visibility.
364 (cris_elf_check_relocs): At tests for local symbol before
365 increasing h->plt.refcount, also check for non-default
366 visibility. Ditto when checking for local symbol to eliminate
367 pc-relative runtime relocs.
368
369 2002-07-08 Alan Modra <amodra@bigpond.net.au>
370
371 * elf.c: Formatting.
372 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
373 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
374 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
375 segments.
376
377 2002-07-07 Mark Mitchell <mark@codesourcery.com>
378 Alan Modra <amodra@bigpond.net.au>
379
380 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
381 account the impact of relocation count overflow when computing
382 section offsets.
383 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
384 or not to apply the PE COFF reloc overflow handling. Fix a
385 fencepost error in deciding whether or not to use that technique.
386
387 2002-07-07 Alan Modra <amodra@bigpond.net.au>
388
389 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
390 change type of locsyms.
391 (bfd_elf_get_elf_syms): Declare.
392 * elf.c (bfd_elf_get_elf_syms): New function.
393 (group_signature): Use bfd_elf_get_elf_syms.
394 (bfd_section_from_r_symndx): Likewise.
395 * elfcode.h (elf_slurp_symbol_table): Likewise.
396 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
397 (elf_link_add_object_symbols): Likewise. Reorganise to increase
398 locality of various data structures. Properly free internal relocs.
399 (elf_bfd_final_link): Properly free internal relocs.
400 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
401 (elf_link_input_bfd): Likewise.
402 (elf_gc_mark): Likewise. Properly free internal relocs.
403 (elf_gc_sweep): Properly free internal relocs.
404 (elf_reloc_symbol_deleted_p): No need to swap syms in.
405 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
406 internal relocs.
407 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
408 Properly free possibly cached info.
409 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
410 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
411 symbol swapping code.
412 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
413 Properly free possibly cached info.
414 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
415 (mn10300_elf_relax_delete_bytes): Likewise.
416 (mn10300_elf_symbol_address_p): Likewise.
417 (mn10300_elf_get_relocated_section_contents): Likewise.
418 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
419 (elf32_h8_relax_delete_bytes): Likewise.
420 (elf32_h8_symbol_address_p): Likewise.
421 (elf32_h8_get_relocated_section_contents): Likewise.
422 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
423 (m32r_elf_relax_delete_bytes): Likewise.
424 (m32r_elf_get_relocated_section_contents): Likewise.
425 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
426 elf_section_data to determine whether cached.
427 (sh_elf_relax_section): As above for elf-m10200.c.
428 (sh_elf_relax_delete_bytes): Likewise.
429 (sh_elf_get_relocated_section_contents): Likewise.
430 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
431 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
432 reading of local syms.
433 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
434 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
435 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
436 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
437 relocs.
438 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
439 free internal relocs and section contents. Don't read symbols.
440 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
441 (elf32_hppa_size_stubs): Don't free local syms.
442 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
443 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
444 possibly cached info.
445 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
446 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
447 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
448 all_local_syms.
449 (get_local_syms): Delete function.
450 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
451 on exit.
452 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
453
454 2002-07-05 Jim Wilson <wilson@redhat.com>
455
456 * syms.c (decode_section_type): New.
457 (bfd_decode_symclass): Call decode_section_type.
458
459 2002-07-04 Jakub Jelinek <jakub@redhat.com>
460
461 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
462 section content start.
463 Reported by Michael Schumacher <mike@hightec-rt.com>.
464
465 2002-07-04 Alan Modra <amodra@bigpond.net.au>
466
467 * section.c (_bfd_strip_section_from_output): Remove unnecessary
468 link order code. Don't actually remove the output section here;
469 Just set a flag for the linker to do so.
470 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
471 sections when setting up output section dynsyms.
472
473 2002-07-04 Alan Modra <amodra@bigpond.net.au>
474
475 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
476 fudge.
477 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
478 libs here instead.
479
480 2002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
481
482 * elf64-s390.c (create_got_section): Set .got section alignment to
483 8 bytes.
484 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
485
486 2002-07-02 Alan Modra <amodra@bigpond.net.au>
487
488 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
489
490 2002-07-01 Matt Thomas <matt@3am-software.com>
491
492 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
493 to EF_VAX_*.
494
495 2002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
496
497 * elfxx-mips.c (ABI_64_P): Fix comment.
498 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
499 new section names for N64 ABI.
500 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
501 (mips_elf_calculate_relocation): Code formatting.
502 (mips_elf_create_dynamic_relocation): Likewise.
503 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
504 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
505 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
506 in any NewABI.
507 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
508 for NewABI.
509 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
510 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
511 here, too.
512
513 2002-07-01 Andreas Schwab <schwab@suse.de>
514
515 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
516 R_X86_64_64 to R_X86_64_RELATIVE.
517
518 2002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
519
520 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
521 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
522 Run "make dep-am".
523 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
524 host_aout_vec.
525 * configure.in (vaxbsd_vec): Add.
526 * targets.c (vaxbsd_vec): Add.
527 * Makefile.in: Rebuild.
528 * configure: Rebuild.
529 * po/SRC-POTFILES.in: Rebuild.
530
531 2002-07-01 Alan Modra <amodra@bigpond.net.au>
532
533 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
534 examining to gc_mark_hook, rather than the bfd.
535 (elf_gc_sections): Adjust.
536 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
537 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
538 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
539 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
540 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
541 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
542 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
543 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
544 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
545 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
546 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
547 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
548 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
549 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
550 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
551 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
552 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
553 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
554 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
555 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
556 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
557 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
558 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
559 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
560 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
561 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
562 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
563 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
564 redundant local sym tests.
565 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
566 (link_hash_newfunc): Init is_entry.
567 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
568 (ppc64_elf_link_hash_table_create): Init all_local_syms.
569 (create_linkage_sections): Use bfd_make_section_anyway rather than
570 bfd_make_section.
571 (ppc64_elf_mark_entry_syms): New function.
572 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
573 up opd entry to function section map.
574 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
575 relocs that reference the opd section.
576 (edit_opd): New function.
577 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
578 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
579 (get_local_syms): Do so here. Exit if we already have local syms.
580 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
581 read local syms on non-ELF input.
582 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
583 than duplicating it's function here. Adjust free of internal
584 relocs to suit.
585 (ppc64_elf_relocate_section): Adjust local syms in opd section.
586 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
587 * elf32-hppa.c (elf32_hppa_size_stubs): Call
588 _bfd_elf32_link_read_relocs rather than duplicating it's function
589 here. Adjust free of internal relocs to suit.
590
591 2002-07-01 Andreas Jaeger <aj@suse.de>
592
593 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
594 are not allowed in shared libs code, enforce -fPIC.
595
596 2002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
597
598 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
599 trailing zero-sequences when there's previous left-over data.
600
601 2002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
602
603 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
604 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
605 and opd_rel_sec in order for starting rela section. Check _raw_size.
606 (elf_backend_reloc_type_class): Define.
607
608 2002-06-27 Kevin Buettner <kevinb@redhat.com>
609
610 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
611 DWARF2 formats.
612
613 2002-06-27 Alan Modra <amodra@bigpond.net.au>
614
615 * cpu-powerpc.c: Comment on ordering of arch_info.
616 * elf32-ppc.c (ppc_elf_object_p): New function.
617 (elf_backend_object_p): Define.
618 * elf64-ppc.c (ppc64_elf_object_p): New function.
619 (elf_backend_object_p): Define.
620
621 2002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
622
623 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
624 * configure: Regenerate.
625
626 2002-06-25 Jason Eckhardt <jle@rice.edu>
627
628 * dwarf2.c (decode_line_info): Check unit->addr_size
629 to read in the proper number of prologue bytes.
630
631 2002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
632
633 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
634 aix5coff64_vec if 64-bit bfd support has been enabled.
635 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
636 been enabled.
637
638 * targets.c (_bfd_target_vector[]): Only include
639 aix5coff64_vec if 64-bit bfd support has been enabled.
640
641 2002-06-25 Alan Modra <amodra@bigpond.net.au>
642
643 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
644 * elf32-hppa.c (hppa_add_stub): Likewise.
645 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
646 * elflink.h (elf_add_default_symbol): Fix comment typo.
647 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
648 (elf_link_add_object_symbols): Likewise.
649 (elf_link_assign_sym_version): Likewise.
650 * hash.c (bfd_hash_lookup): Likewise.
651 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
652 * section.c (bfd_get_unique_section_name): Likewise.
653 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
654 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
655 (assign_section_numbers): Likewise.
656 (_bfd_elfcore_make_pseudosection): Likewise.
657 (elfcore_grok_lwpstatus): Likewise.
658 (elfcore_grok_win32pstatus): Likewise.
659 (elfcore_write_note): Constify input params. Use PTR instead of
660 void *. Include terminating NUL in namesz. Correct padding.
661 Support NULL "name" param. Use memcpy instead of strcpy.
662 (elfcore_write_prpsinfo): Constify input params.
663 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
664 (elfcore_write_lwpstatus): Likewise.
665 (elfcore_write_pstatus): Likewise.
666 (elfcore_write_prfpreg): Likewise.
667 (elfcore_write_prxfpreg): Likewise.
668 * elf-bfd.h (elfcore_write_note): Update declaration.
669 (elfcore_write_prpsinfo): Likewise.
670 (elfcore_write_prstatus): Likewise.
671 (elfcore_write_pstatus): Likewise.
672 (elfcore_write_prfpreg): Likewise.
673 (elfcore_write_prxfpreg): Likewise.
674 (elfcore_write_lwpstatus): Likewise.
675
676 2002-06-25 Jason Eckhardt <jle@rice.edu>
677
678 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
679 symbols of type stProc and stStaticProc.
680
681 2002-06-25 Nick Clifton <nickc@redhat.com>
682
683 * ecoff.c: VArious formatting fixes.
684
685 2002-06-25 Alan Modra <amodra@bigpond.net.au>
686
687 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
688
689 2002-06-25 Alan Modra <amodra@bigpond.net.au>
690
691 * aout-adobe.c: Don't compare against "true" or "false.
692 * aout-target.h: Likewise.
693 * aoutx.h: Likewise.
694 * archive.c: Likewise.
695 * bout.c: Likewise.
696 * cache.c: Likewise.
697 * coff-a29k.c: Likewise.
698 * coff-alpha.c: Likewise.
699 * coff-i386.c: Likewise.
700 * coff-mips.c: Likewise.
701 * coff-or32.c: Likewise.
702 * coff64-rs6000.c: Likewise.
703 * coffcode.h: Likewise.
704 * coffgen.c: Likewise.
705 * cpu-ns32k.c: Likewise.
706 * ecoff.c: Likewise.
707 * ecofflink.c: Likewise.
708 * elf.c: Likewise.
709 * elf32-arm.h: Likewise.
710 * elf32-cris.c: Likewise.
711 * elf32-d30v.c: Likewise.
712 * elf32-i386.c: Likewise.
713 * elf32-mcore.c: Likewise.
714 * elf32-ppc.c: Likewise.
715 * elf32-sh.c: Likewise.
716 * elf32-sh64.c: Likewise.
717 * elf32-v850.c: Likewise.
718 * elf64-alpha.c: Likewise.
719 * elf64-sh64.c: Likewise.
720 * elfcode.h: Likewise.
721 * elfcore.h: Likewise.
722 * elflink.h: Likewise.
723 * elfxx-mips.c: Likewise.
724 * i386os9k.c: Likewise.
725 * ieee.c: Likewise.
726 * libbfd.c: Likewise.
727 * linker.c: Likewise.
728 * mmo.c: Likewise.
729 * nlm32-alpha.c: Likewise.
730 * nlm32-i386.c: Likewise.
731 * nlm32-ppc.c: Likewise.
732 * nlm32-sparc.c: Likewise.
733 * nlmcode.h: Likewise.
734 * oasys.c: Likewise.
735 * pdp11.c: Likewise.
736 * peicode.h: Likewise.
737 * reloc.c: Likewise.
738 * som.c: Likewise.
739 * srec.c: Likewise.
740 * tekhex.c: Likewise.
741 * vms.c: Likewise.
742 * xcofflink.c: Likewise.
743 * elf64-sparc.c: Edit comment to not use "== false".
744
745 * aoutf1.h: Don't use "? true : false".
746 * ecoff.c: Likewise.
747 * format.c: Likewise.
748 * ieee.c: Likewise.
749 * linker.c: Likewise.
750 * mmo.c: Likewise.
751 * oasys.c: Likewise.
752
753 2002-06-23 H.J. Lu <hjl@gnu.org>
754
755 * elflink.h (elf_link_add_archive_symbols): For the default
756 version, check references with only one `@' first.
757
758 2002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
759
760 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
761 function.
762 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
763 symbol table.
764 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
765 (elf64_hppa_size_dynamic_sections): Revise to use
766 elf64_hppa_mark_milli_and_exported_functions.
767 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
768 symbols out of dynamic symbol table.
769
770 2002-06-23 Alan Modra <amodra@bigpond.net.au>
771
772 * Makefile.in: Regenerate.
773 * libbfd.h: Regenerate.
774 * bfd-in2.h: Regenerate.
775 * configure: Regenerate.
776 * po/SRC-POTFILES.in: Regenerate.
777
778 * elflink.h: Comment typo fixes.
779
780 2002-06-23 H.J. Lu <hjl@gnu.org>
781
782 * elf-bfd.h (elf_link_loaded_list): New structure.
783 (elf_link_hash_table): Add "loaded".
784 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
785 * elflink.h (elf_link_check_versioned_symbol): New function.
786 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
787
788 2002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
789
790 * elflink.h (size_dynamic_sections): If the target does not
791 support an ELF style hash table, return true, indicating that
792 nothing needed to be done, rather than false, indicating that the
793 section's size could not be computed.
794
795 2002-06-18 Dave Brolley <brolley@redhat.com>
796
797 From Catherine Moore, Michael Meissner, Dave Brolley:
798 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
799 * targets.c: Support bfd_elf32_frv_vec.
800 * reloc.c: Add FRV relocs.
801 * configure.in: Add support for bfd-elf32-frv-vec.
802 * config.bfd (targ_cpu): Add support for frv-*-elf.
803 * archures.c: Add frv arch and machines.
804 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
805 (ALL_MACHINES_CFILES): Add cpu-frv.c.
806 (BFD32_BACKENDS): Add elf32-frv.lo.
807 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
808 (cpu-frv.lo): New target.
809 (elf32-frv.lo): New target.
810 * cpu-frv.c: New file.
811 * elf32-frv.c: New file.
812
813 2002-06-18 Jakub Jelinek <jakub@redhat.com>
814
815 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
816 e_shnum == 0.
817 Only read the first section header if e_shoff is non-zero.
818 Don't consider e_shstrndx if there are no sections.
819
820 2002-06-17 Tom Rix <trix@redhat.com>
821
822 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
823 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
824 complain_overflow_bitfield.
825
826 2002-06-17 Alan Modra <amodra@bigpond.net.au>
827
828 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
829 (bfd_fdopenr): Likewise.
830 (bfd_openstreamr): Likewise.
831 (bfd_openw): Likewise.
832
833 * targets.c: Sort target vecs.
834 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
835 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
836 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
837 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
838 * configure.in: Sort target vecs. Add m88kmach3_vec.
839 * configure: Regenerate.
840
841 2002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
842
843 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
844 bpo_reloc_no to break sort order ties, not address of items.
845
846 2002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
847
848 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
849 Skip excluded sections in determing __gp value.
850 (elf_hppa_final_link_relocate): Use the symbol's address in
851 R_PARISC_FPTR64 relocations that don't need an opd entry.
852 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
853 (elf64_hppa_finalize_dynreloc): Likewise.
854 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
855 (elf64_hppa_finish_dynamic_symbol): Break up assert.
856
857 2002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
858
859 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
860 alignment for .bss, .data and .text sections so that sse and sse2
861 code will work.
862 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
863
864 2002-06013 J"orn Rennecke <joern.rennecke@superh.com>
865
866 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
867 sh[1234]*-elf*.
868
869 2002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
870
871 * elflink.h (elf_bfd_final_link): Improve error handling for missing
872 dynamic sections.
873
874 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
875 for a symbol that has no output section.
876 (allocate_dynrel_entries): Correct comment.
877 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
878 unless we want one.
879 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
880 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
881 with no section. Remove unnecessary parentheses.
882
883 2002-06-11 Tom Rix <trix@redhat.com>
884
885 * coffcode.h (coff_compute_section_file_positions): Add data
886 section to AIX loader alignment check.
887
888 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
889 alignment to 4 bytes.
890 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
891 power accessor macro.
892 (do_shared_object_padding): Remove invalid assertion.
893
894 2002-06-10 Richard Sandiford <rsandifo@redhat.com>
895
896 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
897 for removed output sections.
898
899 2002-06-10 Geoffrey Keating <geoffk@redhat.com>
900
901 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
902 htab_alloc.
903 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
904
905 2002-06-08 H.J. Lu <hjl@gnu.org>
906
907 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
908 work around a long long bug in gcc 2.96 on mips.
909
910 2002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
911
912 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
913 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
914 Regenerate dependency lists.
915 * Makefile.in: Regenerate.
916 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
917 vax1knetbsd_vec to targ_selvecs.
918 * configure.in: Add vax1knetbsd_vec.
919 * configure: Regenerate.
920 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
921 * vax1knetbsd.c: New file.
922 * vaxnetbsd.c: Update copyright years.
923 (TARGET_PAGE_SIZE): Set to 0x1000.
924 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
925
926 2002-06-08 Matt Thomas <matt@3am-software.com>
927
928 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
929
930 2002-06-08 Alan Modra <amodra@bigpond.net.au>
931
932 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
933
934 2002-06-08 Alan Modra <amodra@bigpond.net.au>
935
936 * Makefile.am: Run "make dep-am".
937 * Makefile.in: Regenerate.
938
939 * armnetbsd.c: Replace CONST with const.
940 * corefile.c: Likewise.
941 * elf32-dlx.c: Likewise.
942 * elf64-mips.c: Likewise.
943 * mmo.c: Likewise.
944 * ns32knetbsd.c: Likewise.
945
946 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
947 table is elf64-sparc.
948
949 2002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
950
951 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
952 Fix RELA addends to get not shifted in the result. Don't do special
953 handling of R_MIPS_64 for NewABI.
954
955 2002-06-07 Alan Modra <amodra@bigpond.net.au>
956
957 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
958 (NAME(aout,slurp_reloc_table)): Likewise.
959 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
960 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
961 (xcoff_write_archive_contents_big): Likewise.
962 (xcoff_generate_rtinit): Likewise.
963 (xcoff_generate_rtinit): Likewise, and check error return.
964 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
965 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
966 (coff_get_normalized_symtab): Likewise.
967 (coff_make_empty_symbol): Likewise.
968 (bfd_coff_set_symbol_class): Likewise.
969 * cofflink.c (coff_link_add_symbols): Likewise.
970 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
971 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
972 (bfd_ecoff_write_accumulated_debug): Likewise.
973 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
974 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
975 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
976 * ieee.c (do_with_relocs): Use bfd_zalloc.
977 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
978 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
979 (NAME(aout,slurp_reloc_table)): Likewise.
980 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
981 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
982 * som.c (som_build_and_write_symbol_table): Likewise.
983 (som_slurp_string_table): Likewise.
984 (som_slurp_symbol_table): Likewise.
985 (som_bfd_ar_write_symbol_stuff): Likewise.
986 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
987 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
988 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
989 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
990 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
991
992 2002-06-07 Alan Modra <amodra@bigpond.net.au>
993
994 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
995 "group" union.
996 (elf_group_name): Update.
997 (elf_group_id): Define.
998 (bfd_elf_set_group_contents): Declare.
999 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
1000 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
1001 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
1002 that sym for the signature.
1003 (_bfd_elf_compute_section_file_positions): Don't call
1004 set_group_contents for "ld -r" case.
1005 (swap_out_syms): Use bfd_zalloc.
1006 * elflink.h (elf_link_add_archive_symbols): Likewise.
1007 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
1008 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
1009
1010 2002-06-07 Alan Modra <amodra@bigpond.net.au>
1011
1012 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
1013 relocs in opd for non-shared too.
1014
1015 2002-06-06 Jeffrey Law <law@redhat.com
1016
1017 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
1018 relocations.
1019
1020 2002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
1021
1022 * merge.c: Include libiberty.h.
1023 * elf-strtab.c: Include libiberty.h.
1024
1025 2002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
1026
1027 * peXXigen.c (pe_print_idata): Remove unused variable.
1028
1029 2002-06-06 David Heine <dlheine@tensilica.com>
1030
1031 * elf.c (assign_file_positions_for_segments): Remove unallocated
1032 sections from the section to segment mapping for PT_LOAD segments.
1033 Update comment about empty loadable segments.
1034
1035 2002-06-06 Richard Sandiford <rsandifo@redhat.com>
1036
1037 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
1038 is within the .stabstr section.
1039
1040 2002-06-06 Alan Modra <amodra@bigpond.net.au>
1041
1042 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
1043 are "const PTR", not "const PTR *".
1044 (bfd_elf32_swap_symbol_in): Likewise.
1045 (bfd_elf64_swap_symbol_in): Likewise.
1046 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
1047 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1048 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1049 (elf_link_add_object_symbols): Likewise.
1050 (elf_link_record_local_dynamic_symbol): Likewise.
1051 (elf_link_input_bfd): Likewise.
1052 (elf_gc_mark): Likewise.
1053 (elf_reloc_symbol_deleted_p): Likewise.
1054 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1055 (mn10200_elf_relax_delete_bytes): Likewise.
1056 (mn10200_elf_symbol_address_p): Likewise.
1057 (mn10200_elf_get_relocated_section_contents): Likewise.
1058 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1059 (mn10300_elf_relax_section): Likewise.
1060 (mn10300_elf_relax_delete_bytes): Likewise.
1061 (mn10300_elf_symbol_address_p): Likewise.
1062 (mn10300_elf_get_relocated_section_contents): Likewise.
1063 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1064 (elf32_h8_relax_delete_bytes): Likewise.
1065 (elf32_h8_symbol_address_p): Likewise.
1066 (elf32_h8_get_relocated_section_contents): Likewise.
1067 * elf32-hppa.c (get_local_syms): Likewise.
1068 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1069 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1070 * elf32-sh.c (sh_elf_relax_section): Likewise.
1071 (sh_elf_relax_delete_bytes): Likewise.
1072 (sh_elf_get_relocated_section_contents): Likewise.
1073 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1074 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1075 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1076 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1077 * elf64-ppc.c (get_local_syms): Likewise.
1078 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1079 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1080
1081 2002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
1082
1083 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
1084
1085 2002-06-05 Alan Modra <amodra@bigpond.net.au>
1086
1087 * elf.c (group_signature): Swap in the whole symbol, and handle
1088 extracting section symbol names.
1089 (setup_group): Add comment.
1090 (set_group_contents): When called from objcopy or ld, arrange for
1091 section contents to be written. Write group member output section
1092 indices to allow objcopy to reorganize sections.
1093 (_bfd_elf_copy_private_section_data): Copy group info.
1094
1095 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
1096 (bfd_elf32_swap_symbol_in): Update prototype.
1097 (bfd_elf64_swap_symbol_in): Likewise.
1098 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
1099 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1100 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1101 (elf_link_add_object_symbols): Likewise.
1102 (elf_link_record_local_dynamic_symbol): Likewise.
1103 (elf_link_input_bfd): Likewise.
1104 (elf_gc_mark): Likewise.
1105 (elf_reloc_symbol_deleted_p): Likewise.
1106 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1107 (mn10200_elf_relax_delete_bytes): Likewise.
1108 (mn10200_elf_symbol_address_p): Likewise.
1109 (mn10200_elf_get_relocated_section_contents): Likewise.
1110 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1111 (mn10300_elf_relax_section): Likewise.
1112 (mn10300_elf_relax_delete_bytes): Likewise.
1113 (mn10300_elf_symbol_address_p): Likewise.
1114 (mn10300_elf_get_relocated_section_contents): Likewise.
1115 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1116 (elf32_h8_relax_delete_bytes): Likewise.
1117 (elf32_h8_symbol_address_p): Likewise.
1118 (elf32_h8_get_relocated_section_contents): Likewise.
1119 * elf32-hppa.c (get_local_syms): Likewise.
1120 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1121 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1122 * elf32-sh.c (sh_elf_relax_section): Likewise.
1123 (sh_elf_relax_delete_bytes): Likewise.
1124 (sh_elf_get_relocated_section_contents): Likewise.
1125 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1126 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1127 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1128 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1129 * elf64-ppc.c (get_local_syms): Likewise.
1130 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1131 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1132 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
1133 * elf64-alpha.c (alpha_elf_size_info): Likewise.
1134 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1135 * elf64-mips.c (mips_elf64_size_info): Likewise.
1136 * elf64-s390.c (s390_elf64_size_info): Likewise.
1137 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1138
1139 2002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1140
1141 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
1142 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
1143 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
1144 _bfd_mips_elf_ignore_discarded_relocs.
1145 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
1146
1147 2002-06-05 H.J. Lu <hjl@gnu.org>
1148
1149 * elfxx-mips.c (mips_elf_calculate_relocation): Call
1150 _bfd_elf_rel_local_sym for STT_SECTION relocations against
1151 the SEC_MERGE section.
1152
1153 2002-06-05 Alan Modra <amodra@bigpond.net.au>
1154
1155 * coff-alpha.c: Update copyright date.
1156 * coff-mips.c: Likewise.
1157 * xcoff-target.h: Likewise.
1158
1159 * bfd-in.h: Remove "taken from the source" comment.
1160 * libbfd-in.h: Likewise.
1161 * libcoff-in.h: Likewise.
1162 * bfd-in2.h: Regenerate.
1163 * libbfd.h: Regenerate.
1164 * libcoff.h: Regenerate.
1165
1166 * elf.c (bfd_elf_discard_group): Return true.
1167 * elf-bfd.h (bfd_elf_discard_group): Declare.
1168 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
1169 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
1170 * bfd.c (bfd_discard_group): Define.
1171 * targets.c (struct bfd_target): Add _bfd_discard_group.
1172 (BFD_JUMP_TABLE_LINK): Here too.
1173 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
1174 * aout-adobe.c (aout_32_bfd_discard_group): Define.
1175 * aout-target.h (MY_bfd_discard_group): Define.
1176 * aout-tic30.c (MY_bfd_discard_group): Define.
1177 * binary.c (binary_bfd_discard_group): Define.
1178 * bout.c (b_out_bfd_discard_group): Define.
1179 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
1180 * coffcode.h (coff_bfd_discard_group): Define.
1181 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
1182 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
1183 * i386msdos.c (msdos_bfd_discard_group): Define.
1184 * i386os9k.c (os9k_bfd_discard_group): Define.
1185 * ieee.c (ieee_bfd_discard_group): Define.
1186 * ihex.c (ihex_bfd_discard_group): Define.
1187 * mmo.c (mmo_bfd_discard_group): Define.
1188 * nlm-target.h (nlm_bfd_discard_group): Define.
1189 * oasys.c (oasys_bfd_discard_group): Define.
1190 * ppcboot.c (ppcboot_bfd_discard_group): Define.
1191 * som.c (som_bfd_discard_group): Define.
1192 * srec.c (srec_bfd_discard_group): Define.
1193 * tekhex.c (tekhex_bfd_discard_group): Define.
1194 * versados.c (versados_bfd_discard_group): Define.
1195 * vms.c (vms_bfd_discard_group): Define.
1196 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
1197 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
1198 (aix5coff64_vec): Likewise.
1199 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
1200
1201 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1202
1203 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
1204 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
1205 (elf32-sh64-com.lo): New dependency list.
1206 * Makefile.in: Regenerate.
1207 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
1208 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
1209 elf32-sh64-com.lo.
1210 * configure: Regenerate.
1211 * elf32-sh64.c (sh64_address_in_cranges)
1212 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
1213 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
1214 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
1215 * elf32-sh64-com.c: ...here. New file.
1216
1217 2002-06-04 Alan Modra <amodra@bigpond.net.au>
1218
1219 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
1220 ATTRIBUTE_UNUSED on used params.
1221 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
1222 before calling bfd_section_from_elf_index on local syms.
1223 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
1224
1225 2002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1226
1227 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
1228 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
1229 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
1230 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
1231 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
1232 * Makefile.in: Regenerate.
1233 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1234 (sh64-*-netbsd*): New targets.
1235 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
1236 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
1237 * configure: Regenerate.
1238 * elf32-sh64-nbsd.c: New file.
1239 * elf64-sh64-nbsd.c: New file.
1240 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
1241 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
1242 bfd_elf64_sh64lnbsd_vec.
1243
1244 2002-06-04 Alan Modra <amodra@bigpond.net.au>
1245
1246 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
1247 (bfd_section_from_shdr): Likewise. Set section name of group
1248 sections from signature.
1249 (group_signature): Split out from setup_group. Ensure symbol table
1250 is available.
1251 (bfd_elf_discard_group): New function.
1252 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
1253 .gnu.linkonce* sections if they are members of a group.
1254 (set_group_contents): Set GRP_COMDAT flag.
1255 * section.c (bfd_discard_group): New function.
1256 * bfd-in.h (bfd_elf_discard_group): Declare.
1257 * bfd-in2.h: Regenerate.
1258 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
1259 (elf_linkonce_p): Define.
1260
1261 2002-06-04 Alan Modra <amodra@bigpond.net.au>
1262
1263 * elf.c (bfd_section_from_shdr): Make "name" const.
1264 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
1265 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
1266 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
1267 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
1268 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
1269 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
1270 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
1271 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
1272 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
1273 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
1274 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
1275
1276 2002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1277
1278 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
1279 ABI.
1280
1281 2002-06-02 Kazu Hirata <kazu@cs.umass.edu>
1282
1283 * elf32-arc.c: Fix formatting.
1284 * elf32-arm.h: Likewise.
1285 * elf32-cris.c: Likewise.
1286 * elf32-dlx.c: Likewise.
1287 * elf32-hppa.c: Likewise.
1288 * elf32-i386.c: Likewise.
1289 * elf32-i386qnx.c: Likewise.
1290 * elf32-or32.c: Likewise.
1291 * elf32-s390.c: Likewise.
1292 * elf32-sh64.c: Likewise.
1293 * elf32-vax.c: Likewise.
1294 * elf32-xstormy16.c: Likewise.
1295 * elf64-alpha.c: Likewise.
1296 * elf64-mmix.c: Likewise.
1297 * elf64-ppc.c: Likewise.
1298 * elf64-s390.c: Likewise.
1299 * elf64-sh64.c: Likewise.
1300 * elf64-x86-64.c: Likewise.
1301
1302 2002-06-02 Richard Henderson <rth@redhat.com>
1303
1304 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
1305 null when there are no got entries for a symbol.
1306 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
1307 uninitialized variable warning.
1308
1309 2002-06-01 Richard Henderson <rth@redhat.com>
1310
1311 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
1312 undefined symbols here.
1313 (elf64_alpha_relax_section): Do it here. Also test for not
1314 defined in the current module.
1315 (elf64_alpha_relocate_section_r): Split out of ...
1316 (elf64_alpha_relocate_section): ... here. Don't dereference
1317 NULL when looking up local got entries.
1318
1319 2002-06-01 Richard Henderson <rth@redhat.com>
1320
1321 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
1322 symbols from JSR relaxation.
1323 (elf64_alpha_size_plt_section_1): New.
1324 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
1325 (elf64_alpha_size_rela_got_1): ... here.
1326 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
1327 (elf64_alpha_size_rela_got_section): ... here.
1328 (elf64_alpha_size_plt_section): New.
1329 (elf64_alpha_relax_section): Call them.
1330 (elf64_alpha_size_got_sections): Remove output_bfd arg.
1331 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
1332
1333 2002-06-01 Richard Henderson <rth@redhat.com>
1334
1335 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
1336 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
1337 in shared libraries. Fix DTPRELHI and TPRELHI value.
1338 (INSN_ADDQ, INSN_RDUNIQ): New.
1339 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
1340 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
1341 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
1342 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
1343 Handle GOTDTPREL and GOTTPREL relocations.
1344 (elf64_alpha_relax_gprelhilo): New.
1345 (elf64_alpha_relax_tls_get_addr): New.
1346 (elf64_alpha_relax_find_tls_segment): New.
1347 (elf64_alpha_relax_section): Handle TLS relocations.
1348 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
1349 (elf64_alpha_check_relocs): Set it.
1350
1351 2002-06-01 Richard Henderson <rth@redhat.com>
1352
1353 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
1354
1355 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
1356 check; don't suppress dynamic relocs for non-allocated sections.
1357
1358 * elf64-alpha.c: Remove dead code.
1359
1360 2002-05-31 Alan Modra <amodra@bigpond.net.au>
1361
1362 * bfd-in2.h: Regenerate.
1363 * libbfd.h: Regenerate.
1364 * po/SRC-POTFILES.in: Regenerate.
1365
1366 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
1367 space for bss .plt.
1368
1369 2002-05-31 Graeme Peterson <gp@qnx.com>
1370
1371 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
1372 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
1373 Run "make dep-am".
1374 * Makefile.in: Regenerate.
1375 * config.bfd: Add i[3456]86-*-nto-qnx* support.
1376 * configure.in: Add bfd_elf32_i386qnx_vec support.
1377 * configure: Regenerate.
1378 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
1379 is_contained_by_filepos, and copy_private_bfd_data_p.
1380 * elf.c (assign_file_positions_for_segments): Call backend
1381 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
1382 (IS_CONTAINED_BY_FILEPOS): Define.
1383 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
1384 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
1385 Fix non-K&R call to _bfd_error_handler.
1386 (_bfd_elf_copy_private_section_data): Use backend
1387 copy_private_bfd_data_p.
1388 * elf32-i386.c: Don't include elfxx-target.h when
1389 ELF32_I386_C_INCLUDED is defined.
1390 * elf32-i386qnx.c: New QNX elf backend file.
1391 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
1392 elf_backend_is_contained_by_filepos, and
1393 elf_backend_do_copy_private_bfd_data.
1394 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
1395
1396 2002-05-31 Alan Modra <amodra@bigpond.net.au>
1397
1398 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
1399 Move other similar defines to start of file.
1400
1401 2002-05-30 Tom Rix <trix@redhat.com>
1402
1403 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
1404 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
1405
1406 2002-05-30 Richard Henderson <rth@redhat.com>
1407
1408 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
1409 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
1410 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
1411 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
1412 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
1413 (struct alpha_elf_obj_tdata): Rename total_got_entries and
1414 n_local_got_entries to total_got_size and local_got_size.
1415 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
1416 (alpha_got_entry_size): New.
1417 (elf64_alpha_relax_with_lituse): Use it.
1418 (elf64_alpha_relax_without_lituse): Likewise.
1419 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
1420 (get_got_entry): New.
1421 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
1422 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
1423 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
1424 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
1425 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
1426 (elf64_alpha_calc_got_offsets): Likewise.
1427 (alpha_dynamic_entries_for_reloc): New.
1428 (elf64_alpha_calc_dynrel_sizes): Use it.
1429 (elf64_alpha_size_dynamic_sections): Likewise.
1430 (elf64_alpha_relocate_section): Handle TLS relocations.
1431 * reloc.c: Add Alpha TLS relocations.
1432 * bfd-in2.h, libbfd.h: Rebuild.
1433
1434 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
1435
1436 * peXXigen.c (pe_print_idata): Remove double printed
1437 import table lines; add Bound-To comment.
1438
1439 2002-05-29 Matt Thomas <matt@3am-software.com>
1440
1441 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
1442 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
1443 (elf32-vax.lo): New rule.
1444 * Makefile.in: Regenerate.
1445 * configure.in (bfd_elf32_vax_vec)
1446 (vaxnetbsd_vec): New vectors.
1447 * configure: Regenerate.
1448 * config.bfd (vax-*-netbsdelf*)
1449 (vax-*-netbsdaout*)
1450 (vax-*-netbsd*): New targets.
1451 * elf32-vax.c: New file.
1452 * reloc.c: Add VAX relocations.
1453 * bfd-in2.h: Regenerate.
1454 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
1455
1456 2002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
1457
1458 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
1459 and bfd_elf32_bigarm_vec to targ_selvecs.
1460
1461 2002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
1462
1463 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
1464 with auto-imported symbols.
1465
1466 2002-05-29 Adam Nemet <anemet@lnxw.com>
1467
1468 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
1469 sections only record bfd.
1470 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
1471 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
1472 * bfd-in2.h: Regenerate.
1473
1474 2002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1475
1476 * syms.c (_bfd_stab_section_find_nearest_line): Move
1477 declaration and initialisation of saw_line and saw_func out of
1478 for loop.
1479
1480 2002-05-29 Alan Modra <amodra@bigpond.net.au>
1481
1482 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
1483 (bfd_elf64_get_symbol_info): Define.
1484 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
1485
1486 2002-05-29 Andrey Volkov <avolkov@transas.com>
1487
1488 * cpu-h8300.c: Make default h8300 machine first in machine list.
1489
1490 2002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1491
1492 * config.bfd: Added DLX configuraton.
1493 * Makefile.am: Added DLX configuraton.
1494 * configure.in: Added DLX configuraton.
1495 * archures.c: Add DLX architecure.
1496 * reloc.c: Add DLX relocs.
1497 * targets.c: Added DLX target vector.
1498 * configure: Regenerate.
1499 * Makefile.in: Regenreate.
1500 * bfd-in2.h: Regenreate.
1501 * elf32-dlx.c: New file: Support DLX target.
1502 * cpu-dlx.c: New file: Support DLX target.
1503
1504 2002-05-25 Alan Modra <amodra@bigpond.net.au>
1505
1506 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
1507
1508 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
1509 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
1510 strings to point inside function code sym string.
1511 (func_desc_adjust): Likewise.
1512 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
1513
1514 2002-05-24 Michal Ludvig <mludvig@suse.cz>
1515
1516 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
1517 (elf64_x86_64_grok_psinfo): Added.
1518
1519 2002-05-24 TAMURA Kent <kent@netbsd.org>
1520
1521 * config.bfd: Add a target for i386-netbsdpe.
1522
1523 2002-05-24 Alan Modra <amodra@bigpond.net.au>
1524
1525 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
1526 and is_func_descriptor.
1527 (func_desc_adjust): Hide function code sym in shared libs unless
1528 there is a matching exported function descriptor sym.
1529
1530 2002-05-23 Jakub Jelinek <jakub@redhat.com>
1531
1532 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
1533 for symbols from SHF_TLS section.
1534 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
1535 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
1536 (map_sections_to_segments): Build PT_TLS segment if necessary.
1537 (assign_file_positions_for_segments): Likewise.
1538 (get_program_header_size): Account for PT_TLS segment.
1539 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
1540 SEC_THREAD_LOCAL sections to STT_TLS.
1541 * reloc.c: Add 386 and IA-64 TLS relocs.
1542 * section.c (SEC_THREAD_LOCAL): Define.
1543 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
1544 Remove.
1545 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
1546 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
1547 unconditionally.
1548 (struct elf_final_link_info): Add first_tls_sec.
1549 (elf_bfd_final_link): Set first_tls_sec.
1550 Compute elf_hash_table (info)->tls_segment.
1551 (elf_link_output_extsym): Handle STT_TLS symbols.
1552 (elf_link_input_bfd): Likewise.
1553 * syms.c (BSF_THREAD_LOCAL): Define.
1554 * bfd-in2.h: Rebuilt.
1555 * libbfd.h: Rebuilt.
1556 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
1557 elf_i386_mkobject, elf_i386_object_p): New functions.
1558 (elf_howto_table): Add TLS relocs.
1559 (elf_i386_reloc_type_lookup): Support TLS relocs.
1560 (elf_i386_info_to_howto_rel): Likewise.
1561 (struct elf_i386_link_hash_entry): Add tls_type.
1562 (struct elf_i386_obj_tdata): New.
1563 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
1564 New macros.
1565 (struct elf_i386_link_hash_table): Add tls_ldm_got.
1566 (link_hash_newfunc): Clear tls_type.
1567 (elf_i386_check_relocs): Support TLS relocs.
1568 (elf_i386_gc_sweep_hook): Likewise.
1569 (allocate_dynrelocs): Likewise.
1570 (elf_i386_size_dynamic_sections): Likewise.
1571 (elf_i386_relocate_section): Likewise.
1572 (elf_i386_finish_dynamic_symbol): Likewise.
1573 (bfd_elf32_mkobject, elf_backend_object_p): Define.
1574 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
1575 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
1576 want_tprel, want_dtpmod, want_dtprel.
1577 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
1578 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
1579 R_IA64_LTOFF_TPREL22.
1580 (elf_code_to_howto_index): Add TLS relocs.
1581 (elfNN_ia64_check_relocs): Support TLS relocs.
1582 (allocate_global_data_got): Account for TLS .got data.
1583 (allocate_dynrel_entries): Account for TLS dynamic relocations.
1584 (elfNN_ia64_install_value): Supprt TLS relocs.
1585 (set_got_entry): Support TLS relocs.
1586 (elfNN_ia64_relocate_section): Likewise.
1587
1588 2002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1589
1590 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
1591 BLX reloc round the relocation up rather than down.
1592 * coff-arm.c (coff_arm_relocate_section): Likewise.
1593
1594 2002-05-21 H.J. Lu (hjl@gnu.org)
1595
1596 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
1597 definition.
1598
1599 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1600
1601 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
1602 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
1603
1604 2002-05-22 Alan Modra <amodra@bigpond.net.au>
1605
1606 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
1607 unresolved relocs.
1608 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
1609
1610 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1611
1612 * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
1613 non-ELF targets.
1614
1615 2002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1616
1617 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
1618 an error value.
1619 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
1620 return with false on error.
1621 (elf_link_input_bfd): Check reloc_emitter return value.
1622
1623 2002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1624
1625 * config.bfd (armeb-*-netbsdelf*): New target.
1626
1627 2002-05-20 Alan Modra <amodra@bigpond.net.au>
1628
1629 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
1630 at the plt call stub.
1631
1632 2002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1633
1634 * cpu-mips.c (mips_compatible): Don't try to check machine
1635 compatibility.
1636
1637 2002-05-18 Tom Rix <trix@redhat.com>
1638
1639 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
1640
1641 2002-05-17 Alan Modra <amodra@bigpond.net.au>
1642
1643 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
1644 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
1645 we've already warned about an undefined symbol. Report more
1646 detail on reloc errors.
1647
1648 2002-05-17 Alan Modra <amodra@bigpond.net.au>
1649
1650 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
1651 * configure.in: Invoke AM_INSTALL_LIBBFD.
1652 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
1653 (install_libbfd): .. New target.
1654 (uninstall_libbfd): Likewise.
1655 (install-bfdlibLTLIBRARIES): Likewise.
1656 (uninstall-bfdlibLTLIBRARIES): Likewise.
1657 (bfdlibdir): New.
1658 (bfdincludedir): New.
1659 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
1660 * aclocal.m4: Regenerate.
1661 * configure: Regenerate.
1662 * Makefile.in: Regenerate.
1663
1664 2002-05-17 Stuart Balfour <sbalfour@cisco.com>
1665
1666 * hash.c (bfd_hash_lookup): Remove computation of len from inside
1667 hash loop.
1668
1669 2002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
1670
1671 * config.bfd: Add targets for sh64-linux (little endian and
1672 big endian).
1673
1674 2002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
1675
1676 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
1677 is located in the same section as the import table. Instead
1678 check, and if necessary load the section containing the thunk.
1679
1680 2002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1681
1682 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
1683 bfd_bread.
1684 (xcoff64_core_file_matches_executable_p): Replace bfd_read
1685 with bfd_bread.
1686
1687 2002-05-15 Alan Modra <amodra@bigpond.net.au>
1688
1689 * aix5ppc-core.c: Warning fixes.
1690 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
1691 * aout-target.h (MY_bfd_link_just_syms): Define.
1692 * aout-tic30.c (MY_bfd_link_just_syms): Define.
1693 * bfd.c (bfd_link_just_syms): Define.
1694 * binary.c (binary_bfd_link_just_syms): Define.
1695 * bout.c (b_out_bfd_link_just_syms): Define.
1696 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
1697 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
1698 * coffcode.h (coff_bfd_link_just_syms): Define.
1699 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
1700 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
1701 (_bfd_elf_link_just_syms): Declare.
1702 * elf.c (_bfd_elf_link_just_syms): New function.
1703 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
1704 sections haven't already been discarded by the linker.
1705 * elflink.h (elf_link_add_object_symbols): Likewise for stab
1706 sections and SEC_MERGE sections.
1707 (elf_bfd_discard_info): Similarly here.
1708 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
1709 * i386msdos.c (msdos_bfd_link_just_syms): Define.
1710 * i386os9k.c (os9k_bfd_link_just_syms): Define.
1711 * ieee.c (ieee_bfd_link_just_syms): Define.
1712 * ihex.c (ihex_bfd_link_just_syms): Define.
1713 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
1714 (_bfd_generic_link_just_syms): Declare.
1715 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
1716 * linker.c (_bfd_generic_link_just_syms): New function.
1717 * mmo.c (mmo_bfd_link_just_syms): Define.
1718 * nlm-target.h (nlm_bfd_link_just_syms): Define.
1719 * oasys.c (oasys_bfd_link_just_syms): Define.
1720 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
1721 * som.c (som_bfd_link_just_syms): Define.
1722 * srec.c (srec_bfd_link_just_syms): Define.
1723 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
1724 (BFD_JUMP_TABLE_LINK): And here.
1725 * tekhex.c (tekhex_bfd_link_just_syms): Define.
1726 * versados.c (versados_bfd_link_just_syms): Define.
1727 * vms.c (vms_bfd_link_just_syms): Define.
1728 * libbfd.h: Regenerate.
1729 * bfd-in2.h: Regenerate.
1730
1731 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1732
1733 * elf32-mips.c: Remove superfluous definitions copied from
1734 elfxx-mips.c.
1735 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
1736 SGIish vectors to check the special case.
1737 (mips_elf_hi16_reloc): Fix comment.
1738 (mips_elf_got16_reloc): Likewise.
1739 (_bfd_mips_elf32_gprel16_reloc): Likewise.
1740 (elf_reloc_map): Code cleanup.
1741 (mips_reloc_map): Add comment.
1742 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
1743 (mips_elf32_rtype_to_howto): Likewise.
1744 (mips_elf32_discard_info): Likewise.
1745 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
1746 lead to IRIX compatibility now.
1747
1748 2002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1749
1750 * elfxx-mips.c: Call it IRIX, not Irix in comments.
1751
1752 2002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
1753
1754 * config.bfd (shle-*-netbsdelf*): Add target which includes
1755 sh64 support.
1756
1757 2002-05-13 David Edelsohn <edelsohn@gnu.org>
1758
1759 * configure.in: Revert 2002-04-07. Instead, auto-configure
1760 HAVE_ST_C_IMPL.
1761 * configure: Regenerate.
1762 * config.in: Regenerate.
1763 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
1764 or AIX_5_CORE.
1765
1766 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
1767
1768 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
1769 corefiles as well.2
1770 * configure: Regenerate.
1771
1772 2002-05-13 Alan Modra <amodra@bigpond.net.au>
1773
1774 * Makefile.am (install-data-local): Install headers to
1775 $(exec_prefix)/include.
1776 * Makefile.in: Regenerate.
1777
1778 2002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1779 Daniel Jacobowitz <drow@mvista.com>
1780
1781 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
1782 map BFD_RELOC_RVA.
1783
1784 2002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
1785
1786 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
1787 hppa*-*-openbsd*): New targets.
1788 * configure.in (alpha*-*-openbsd*): Set COREFILE.
1789 * configure: Regenerate.
1790
1791 2002-05-10 Tom Rix <trix@redhat.com>
1792
1793 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
1794 xcoff64_ppc_relocate_section.
1795 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
1796 * libxcoff.h: Common xcoff_reloc_type function declaration.
1797
1798 2002-05-10 Alan Modra <amodra@bigpond.net.au>
1799
1800 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
1801 added in 2002-05-09 commit.
1802
1803 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
1804 don't look for stubs on all undefined syms.
1805
1806 2002-05-09 Alan Modra <amodra@bigpond.net.au>
1807
1808 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
1809 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
1810 pcrel_offset.
1811
1812 * elf32-i386.c (elf_howto_table): Comments.
1813 (elf_i386_relocate_section): Handle more relocs for relocatable
1814 linking and against SEC_MERGE sections.
1815
1816 2002-05-08 Alan Modra <amodra@bigpond.net.au>
1817
1818 * elf32-ppc.c (ppc_elf_create_got): New function.
1819 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
1820 _bfd_elf_create_dynamic_sections. Correct .plt flags.
1821 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
1822 _bfd_elf_create_got_section.
1823
1824 2002-05-07 Alan Modra <amodra@bigpond.net.au>
1825
1826 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
1827 * elfxx-target.h (elf_backend_rela_normal): Define.
1828 (elfNN_bed): Init rela_normal.
1829 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
1830 for section symbols here if rela_normal. Simplify abs section test.
1831 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
1832 return immediately. Remove code handling relocatable linking.
1833 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1834 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1835 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1836 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1837 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1838 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1839 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1840 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1841 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1842 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1843 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1844 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1845 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1846 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1847 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
1848 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1849 * elf-m10200.c (elf_backend_rela_normal): Define.
1850 * elf-m10300.c (elf_backend_rela_normal): Define.
1851 * elf32-fr30.c (elf_backend_rela_normal): Define.
1852 * elf32-i370.c (elf_backend_rela_normal): Define.
1853 * elf32-i860.c (elf_backend_rela_normal): Define.
1854 * elf32-m68k.c (elf_backend_rela_normal): Define.
1855 * elf32-mcore.c (elf_backend_rela_normal): Define.
1856 * elf32-openrisc.c (elf_backend_rela_normal): Define.
1857 * elf32-ppc.c (elf_backend_rela_normal): Define.
1858 * elf32-s390.c (elf_backend_rela_normal): Define.
1859 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
1860 * elf64-ppc.c (elf_backend_rela_normal): Define.
1861 * elf64-s390.c (elf_backend_rela_normal): Define.
1862 * elf64-x86-64.c (elf_backend_rela_normal): Define.
1863 * elfxx-ia64.c (elf_backend_rela_normal): Define.
1864 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
1865 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
1866
1867 2002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
1868
1869 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
1870 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
1871
1872 2002-05-06 Alan Modra <amodra@bigpond.net.au>
1873
1874 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
1875 when not relocatable. Fix reloc_emitter call for K&R.
1876
1877 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1878
1879 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
1880 reloading local sym addend mistakenly removed in 2002-05-01 change.
1881
1882 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
1883 (read_abbrevs): Change "offset" param to bfd_vma.
1884 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
1885 Change "abbrev_offset" to bfd_vma.
1886 (read_indirect_string): Use correct conversion chars in error
1887 message format string, cast bfd_vma's to unsigned long.
1888 (read_abbrevs): Likewise.
1889 (read_attribute_value): Likewise.
1890 (decode_line_info): Likewise.
1891 (scan_unit_for_functions): Likewise.
1892 (parse_comp_unit): Likewise.
1893
1894 2002-05-04 Tom Rix <trix@redhat.com>
1895
1896 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
1897 (coff_swap_reloc_out): Same.
1898 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
1899 (xcoff_swap_reloc_out): Same.
1900 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
1901 case some 16 bit relocs. Add reloc value to output.
1902 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
1903 R_RBR. Improve names.
1904 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
1905 (bfd_xcoff_backend_data): Update with new reloc swap names.
1906 (bfd_pmac_xcoff_backend_data) : Same.
1907 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
1908 (xcoff64_swap_reloc_out): Same.
1909 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
1910 R_POS. Add reloc value to output.
1911 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
1912 bit R_RBR. Improve names, masks.
1913 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
1914 (bfd_xcoff_backend_data): Update with new reloc swap names.
1915 (bfd_xcoff_aix5_backend_data) : Same.
1916
1917 2002-05-04 Alan Modra <amodra@bigpond.net.au>
1918
1919 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
1920 bfd_count top_index, input_list, all_local_syms.
1921 (elf32_hppa_setup_section_lists): New function, split from
1922 elf32_hppa_size_stubs.
1923 (elf32_hppa_next_input_section): Likewise.
1924 (group_sections): Likewise.
1925 (get_local_syms): Likewise.
1926 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
1927 stubs on undefined syms too.
1928 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
1929 Only access htab elf fields when we have an elf hash table.
1930 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
1931 (elf32_hppa_next_input_section): Declare.
1932
1933 2002-05-04 Bob Byrnes <byrnes@curl.com>
1934
1935 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
1936 _bfd_new_bfd.
1937
1938 2002-05-03 H.J. Lu (hjl@gnu.org)
1939
1940 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
1941 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
1942 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
1943 to hide a global symbol.
1944 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
1945 forced_local to true.
1946
1947 2002-05-02 Richard Henderson <rth@redhat.com>
1948
1949 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
1950 vs SHN_UNDEF to zero.
1951
1952 2002-05-02 Alan Modra <amodra@bigpond.net.au>
1953
1954 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
1955 16 bit reloc.
1956 <R_PPC64_SECTOFF_DS>: Likewise.
1957 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
1958 SECTOFF reloc.
1959 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
1960 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
1961 SECTOFF reloc.
1962
1963 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
1964 (ppc64_elf_ha_reloc): New function.
1965 (ppc64_elf_brtaken_reloc): New function.
1966 (ppc64_elf_sectoff_reloc): New function.
1967 (ppc64_elf_sectoff_ha_reloc): New function.
1968 (ppc64_elf_toc_reloc): New function.
1969 (ppc64_elf_toc_ha_reloc): New function.
1970 (ppc64_elf_toc64_reloc): New function.
1971 (ppc64_elf_unhandled_reloc): New function.
1972 (ppc64_elf_howto_raw): Use the above.
1973 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
1974 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
1975 <R_PPC64_SECTOFF_DS>: Likewise.
1976 (IS_ABSOLUTE_RELOC): Update.
1977 (struct ppc_link_hash_table): Add have_undefweak.
1978 (ppc64_elf_link_hash_table_create): Init.
1979 (func_desc_adjust): Set have_undefweak.
1980 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
1981 add the .sfpr blr when have_undefweak.
1982 (ppc64_elf_setup_section_lists): Check hash table flavour.
1983 (ppc64_elf_next_input_section): Move output_section->owner test to
1984 ppc64elf.em.
1985 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
1986 and relocatable test. Return TOCstart and don't set elf_gp.
1987 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
1988 offset calculation. Add assert on weak sym branch tweaks.
1989 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
1990 (ppc64_elf_toc): Declare.
1991 (ppc64_elf_next_input_section): Update.
1992
1993 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1994
1995 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
1996 file_name.
1997
1998 2002-05-01 Alan Modra <amodra@bigpond.net.au>
1999
2000 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
2001 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
2002 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
2003 call branches. Correct undefined weak destination.
2004 (ppc64_elf_func_desc_adjust): Always create at least one blr in
2005 .sfpr, and correct case where either only savef* or restf* is
2006 needed.
2007
2008 Long branch stubs, multiple stub sections.
2009 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
2010 (ppc64_elf_next_input_section): Declare.
2011 * elf64-ppc.c: Move linker-only prototypes.
2012 (STUB_SUFFIX): Define.
2013 (enum ppc_stub_type): New.
2014 (struct ppc_stub_hash_entry): New.
2015 (struct ppc_branch_hash_entry): New.
2016 (struct ppc_link_hash_entry): Add stub_cache, oh.
2017 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
2018 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
2019 Rename plt_overflow to stub_error.
2020 (ppc_stub_hash_lookup): Define.
2021 (ppc_branch_hash_lookup): Define.
2022 (stub_hash_newfunc): New function.
2023 (branch_hash_newfunc): New function.
2024 (link_hash_newfunc): Init new fields.
2025 (ppc64_elf_link_hash_table_create): Likewise.
2026 (ppc64_elf_link_hash_table_free): New function.
2027 (ppc_stub_name): New function.
2028 (ppc_get_stub_entry): New function.
2029 (ppc_add_stub): New function.
2030 (create_linkage_sections): Use bfd_make_section_anyway. Create
2031 .branch_lt and .rela.branch_lt sections. Don't create .stub.
2032 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
2033 and set up for plt call stubs. Link func and func desc syms.
2034 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
2035 (func_desc_adjust): Avoid hash lookup when func desc sym available
2036 via shortcut, and set links when processing.
2037 (ppc64_elf_hide_symbol): Likewise.
2038 (allocate_dynrelocs): Don't allocate stub section here.
2039 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
2040 Remove sstub code.
2041 (ppc_type_of_stub): New function.
2042 (build_one_stub): Delete.
2043 (ppc_build_one_stub): New function.
2044 (ppc_size_one_stub): New function.
2045 (ppc64_elf_setup_section_lists): New function.
2046 (ppc64_elf_next_input_section): New function.
2047 (group_sections): New function.
2048 (get_local_syms): New function.
2049 (ppc64_elf_size_stubs): Rewrite.
2050 (ppc64_elf_build_stubs): Rewrite.
2051 (ppc64_elf_relocate_section): Look up stub entry for REL24
2052 relocs. Don't propagate REL14* to dynamic objects. Look for long
2053 branch stubs if REL14* or REL24 relocs won't reach.
2054 (bfd_elf64_bfd_link_hash_table_free): Define.
2055
2056 2002-04-30 Mark Mitchell <mark@codesourcery.com>
2057
2058 * bfd/config.bfd: Add support for powerpc-*-windiss.
2059
2060 2002-04-30 Tom Rix <trix@redhat.com>
2061
2062 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
2063 symbol names into the hash table.
2064
2065 2002-04-28 Tom Rix <trix@redhat.com>
2066
2067 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
2068 calulating relocations.
2069 (xcoff_complain_overflow) : Function table for relocation errors.
2070 (xcoff_ppc_relocate_section): Use relocation and complain function
2071 tables.
2072 (xcoff_complain_overflow_unsigned_func): New complain function.
2073 (xcoff_complain_overflow_signed_func): Same.
2074 (xcoff_complain_overflow_bitfield_func): Same.
2075 (xcoff_complain_overflow_dont_func): Same.
2076 (xcoff_reloc_type_crel): New recot function.
2077 (xcoff_reloc_type_br): Same.
2078 (xcoff_reloc_type_ba): Same.
2079 (xcoff_reloc_type_toc): Same.
2080 (xcoff_reloc_type_rel): Same.
2081 (xcoff_reloc_type_neg): Same.
2082 (xcoff_reloc_type_pos): Same.
2083 (xcoff_reloc_type_fail): Same.
2084 (xcoff_reloc_type_noop): Same.
2085 * libxcoff.h : Declare common parts for xcoff64.
2086 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
2087 and complain function tables.
2088
2089 2002-04-28 Alan Modra <amodra@bigpond.net.au>
2090
2091 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
2092 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
2093
2094 2002-04-26 Alan Modra <amodra@bigpond.net.au>
2095
2096 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
2097 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
2098
2099 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
2100 same as the output before calling elf_link_input_bfd.
2101
2102 * coffcode.h (coff_compute_section_file_positions): Set
2103 section_tail after shuffling section list.
2104
2105 2002-04-24 Christian Groessler <chris@groessler.org>
2106
2107 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
2108 addresses are 23bit with a special layout, not plain 32bit
2109 values. Prevent relocation of immediate values.
2110
2111 2002-04-24 Chris G. Demetriou <cgd@broadcom.com>
2112
2113 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
2114 MIPS-16 ASE flags are set, print something to indicate that.
2115
2116 2002-04-23 Alan Modra <amodra@bigpond.net.au>
2117
2118 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
2119 under which a plt call stub is used.
2120 (final_link_relocate): Similarly.
2121 (allocate_plt_static): Clear h-plabel except when plt entry is
2122 exclusively used for a plabel.
2123 (allocate_dynrelocs): Use the above to simplify plt sizing.
2124 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
2125 (elf32_hppa_link_hash_table_create): Init.
2126 (BL22_RP): Define.
2127 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
2128 (elf32_hppa_check_relocs): Set has_22bit_branch.
2129
2130 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
2131 (final_link_relocate): Likewise.
2132
2133 2002-04-22 Jakub Jelinek <jakub@redhat.com>
2134
2135 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
2136 search table if some FDE is DW_EH_PE_aligned encoded either.
2137 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
2138
2139 2002-04-22 Richard Smith <richard@ex-parrot.com>
2140 Jakub Jelinek <jakub@redhat.com>
2141
2142 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
2143 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
2144 encoded personality.
2145 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
2146 for CIE/FDE removal.
2147
2148 2002-04-20 Tom Rix <trix@redhat.com>
2149
2150 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
2151
2152 2002-04-20 Alan Modra <amodra@bigpond.net.au>
2153
2154 * archures.c (bfd_lookup_arch): Move the list order comment..
2155 (struct bfd_arch_info): ..to where it belongs.
2156 * bfd-in2.h: Regenerate.
2157
2158 * archures.c (bfd_lookup_arch): Add comment on list order.
2159 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
2160 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
2161 is always at head of list.
2162
2163 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
2164
2165 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
2166 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
2167 definition of these functions for ARM_WINCE builds as they are
2168 not used.
2169 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
2170 for ARM_WINCE builds.
2171
2172 2002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
2173
2174 * coff-arm.c (bfd_arm_process_before_allocation):
2175
2176 2002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
2177
2178 * cpu-sh.c (scan_mach): Delete.
2179 (arch_info_struct): Replace scan_mach with bfd_default_scan.
2180 (bfd_sh_arch): Likewise.
2181
2182 2002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
2183
2184 * ihex.c (ihex_write_object_contents): Fix check for records
2185 crossing 64K boundaries.
2186
2187 2002-04-16 Alan Modra <amodra@bigpond.net.au>
2188
2189 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
2190 type rather than just assuming entries are ELF.
2191 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
2192 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
2193 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
2194 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
2195 rather than elf_link_hash_entry.
2196
2197 2002-04-15 Richard Henderson <rth@redhat.com>
2198
2199 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
2200 n32 binaries.
2201
2202 2002-04-15 Michael Snyder <msnyder@redhat.com>
2203
2204 * opncls.c (bfd_close): Write contents if writeable.
2205 Minor formatting tidy-ups.
2206
2207 2002-04-15 Alan Modra <amodra@bigpond.net.au>
2208
2209 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
2210
2211 2002-04-12 Michael Snyder <msnyder@redhat.com>
2212
2213 * bfd-in.h (bfd_get_section_lma): New access macro.
2214 Minor white-space fix-up.
2215
2216 2002-04-12 Alan Modra <amodra@bigpond.net.au>
2217
2218 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
2219 header pad.
2220
2221 2002-04-09 DJ Delorie <dj@redhat.com>
2222
2223 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
2224
2225 2002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
2226
2227 * coffcode.h (coff_read_word): New.
2228 (coff_compute_checksum): New.
2229 (coff_apply_checksum): New.
2230 (coff_write_object_contents): Call coff_apply_checksum () to
2231 apply checksum to PE image.
2232
2233 2002-04-08 Randolph Chung <tausq@debian.org>
2234
2235 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
2236 (elf32_hppa_final_link): Split out sorting logic to..
2237 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
2238 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
2239
2240 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2241
2242 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
2243 pattern.
2244 * configure: Re-generate.
2245
2246 2002-04-07 Andrew Cagney <ac131313@redhat.com>
2247
2248 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
2249 is greater or equal to 4.3.3.
2250 * configure: Regenerate.
2251 Fix PR gdb/344.
2252
2253 2002-04-05 Hans-Peter Nilsson <hp@axis.com>
2254
2255 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
2256 R_CRIS_32_PCREL>: Fix typo in name.
2257 (cris_elf_check_relocs): Always create .rela.got here when
2258 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
2259 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
2260 assume it's created.
2261
2262 2002-04-04 Daniel Jacobowitz <drow@mvista.com>
2263
2264 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
2265 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
2266 define.
2267 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
2268 * bfd.c (bfd_link_hash_table_free): Define.
2269 * binary.c (binary_bfd_link_hash_table_free): Define.
2270 * bout.c (b_out_bfd_link_hash_table_free): Define.
2271 * coff-rs6000.c (rs6000coff_vec): Include
2272 _bfd_generic_link_hash_table_free.
2273 (pmac_xcoff_vec): Likewise.
2274 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2275 (aix5coff64_vec): Likewise.
2276 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
2277 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
2278 (bfd_elf32_bfd_link_hash_table_free): Define.
2279 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
2280 (bfd_elf32_bfd_link_hash_table_free): Define.
2281 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
2282 define.
2283 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
2284 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
2285 * ieee.c (ieee_bfd_link_hash_table_free): Define.
2286 * ihex.c (ihex_bfd_link_hash_table_free): Define.
2287 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
2288 (_bfd_generic_link_hash_table_free): Add prototype.
2289 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
2290 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
2291 * linker.c (_bfd_generic_link_hash_table_free): New function.
2292 * mmo.c (mmo_bfd_link_hash_table_free): Define.
2293 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
2294 * oasys.c (oasys_bfd_link_hash_table_free): Define.
2295 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
2296 * som.c (som_bfd_link_hash_table_free): Define.
2297 * srec.c (srec_bfd_link_hash_table_free): Define.
2298 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
2299 * versados.c (versados_bfd_link_hash_table_free): Define.
2300 * vms.c (vms_bfd_link_hash_table_free): New function.
2301 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
2302
2303 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
2304 instead of bfd_alloc.
2305 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
2306 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
2307 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
2308 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
2309 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
2310 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
2311 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
2312 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
2313 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
2314 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
2315 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
2316 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
2317 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
2318 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
2319 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
2320 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
2321 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
2322 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
2323 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
2324 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
2325 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
2326 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
2327 * m68klinux.c (linux_link_hash_table_create): Likewise.
2328 * sparclinux.c (linux_link_hash_table_create): Likewise.
2329 * sunos.c (sunos_link_hash_table_create): Likewise.
2330 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
2331
2332 * targets.c: Add _bfd_link_hash_table_free to xvec.
2333
2334 * bfd-in2.h: Regenerate.
2335 * libbfd.h: Regenerate.
2336 * libcoff.h: Regenerate.
2337
2338 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2339
2340 * dep-in.sed: Cope with absolute paths.
2341 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
2342 Run "make dep-am".
2343 * Makefile.in: Regenerate.
2344 * coff-arm.c: Fix copyright date.
2345 * cpu-h8300.c: Likewise.
2346 * cpu-i370.c: Likewise.
2347 * cpu-s390.c: Likewise.
2348 * cpu-mips.c: Likewise.
2349 * po/SRC-POTFILES.in: Regenerate.
2350
2351 2002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2352
2353 * Makefile.am: Add elfxx-mips.c to the known backends.
2354 (elf32-mips.lo): remove dependency to coff/external.h.
2355 * Makefile.in: Regenerate.
2356 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
2357 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
2358 accordingly.
2359 * configure: Regenerate.
2360 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
2361 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
2362 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
2363 MIPS specific backend functions.
2364 * elf32-mips.c: Moved most code to elfxx-mips.c.
2365 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
2366 static.
2367 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
2368 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
2369 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
2370 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
2371 interface to allow selection of the right REL or RELA howto table.
2372 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
2373 static. Let it refuse n32 objects.
2374 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
2375 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
2376 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
2377 (elf32_mips_ignore_discarded_relocs): Rename from
2378 _bfd_elf32_mips_ignore_discarded_relocs.
2379 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
2380 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
2381 (elf_mips_howto_table_rela): Remove.
2382 * elf64-mips.c: Moved most code to elfxx-mips.c.
2383 (bfd_elf64_bfd_reloc_type_lookup): Make static.
2384 (mips_elf64_rtype_to_howto): New function.
2385 (mips_elf64_object_p): Likewise.
2386 (elf64_mips_irix_compat): Likewise.
2387 * elfxx-mips.c: New file containing common code merged together from
2388 elf32-mips.c and elf64-mips.c.
2389 * elfxx-mips.h: New file containing MIPS specific prototypes from
2390 elf-bfd.h.
2391 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
2392 elf_backend_mips_rtype_to_howto.
2393
2394 2002-04-04 Alan Modra <amodra@bigpond.net.au>
2395
2396 * srec.c (MAXCHUNK, Chunk): Revise comments.
2397 (srec_write_record): Correct buffer size.
2398 (srec_write_header): Do without intermediate buffer.
2399 (srec_write_section): Validate Chunk.
2400 (srec_write_terminator): Pass NULL instead of dummy buffer.
2401 (srec_write_symbols): Pass file and symbol names directly to
2402 bfd_bwrite so sprintf won't overflow buffer.
2403
2404 2002-04-03 Jakub Jelinek <jakub@redhat.com>
2405
2406 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
2407 PC relative relocs against hidden symbols.
2408 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2409
2410 2002-04-03 Alan Modra <amodra@bigpond.net.au>
2411
2412 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
2413 LMAs, loop over segments until p_vaddr and p_memsz specify an
2414 extent enclosing the section.
2415
2416 2002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
2417
2418 * ihex.c (ihex_write_object_contents): Do not allow records to
2419 cross a 64K boundary - wrap if necessary.
2420
2421 2002-04-01 Nathan Williams <nathanw@wasabisystems.com>
2422
2423 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
2424 which caused the returned LWP ID to always be 0.
2425
2426 2002-04-01 Richard Henderson <rth@redhat.com>
2427
2428 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2429 (elf32_sparc_relocate_section): Use it to figure out when to
2430 initialize .got entries.
2431 * elf64-sparc.c: Similarly.
2432
2433 2002-03-28 Alan Modra <amodra@bigpond.net.au>
2434
2435 * linker.c (link_action): Ignore duplicate warning syms.
2436 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
2437 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
2438 (elf_adjust_dynamic_symbol): Likewise.
2439 (elf_export_symbol): Likewise.
2440 (elf_link_find_version_dependencies): Likewise.
2441 (elf_link_assign_sym_version): Likewise.
2442 (elf_link_sec_merge_syms): Likewise.
2443 (elf_link_output_extsym): Likewise.
2444 (elf_gc_sweep_symbol): Likewise.
2445 (elf_gc_propagate_vtable_entries_used): Likewise.
2446 (elf_gc_smash_unused_vtentry_relocs): Likewise.
2447 (elf_gc_allocate_got_offsets): Likewise.
2448 (elf_collect_hash_codes): Likewise.
2449 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
2450 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
2451 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
2452 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
2453 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
2454 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
2455 (elf_cris_discard_excess_dso_dynamics): Likewise.
2456 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
2457 (mark_PIC_calls): Likewise.
2458 (allocate_plt_static): Likewise.
2459 (allocate_dynrelocs): Likewise.
2460 (readonly_dynrelocs): Likewise.
2461 * elf32-i386.c (allocate_dynrelocs): Likewise.
2462 (readonly_dynrelocs): Likewise.
2463 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
2464 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
2465 * elf32-mips.c (mips_elf_output_extsym): Likewise.
2466 (mips_elf_sort_hash_table_f): Likewise.
2467 (mips_elf_check_mips16_stubs): Likewise.
2468 * elf32-s390.c (allocate_dynrelocs): Likewise.
2469 (readonly_dynrelocs): Likewise.
2470 * elf32-sh.c (sh_elf_discard_copies): Likewise.
2471 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
2472 (xstormy16_relax_plt_realloc): Likewise.
2473 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
2474 (elf64_alpha_output_extsym): Likewise.
2475 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
2476 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
2477 (mips_elf64_check_mips16_stubs): Likewise.
2478 (mips_elf64_output_extsym): Likewise.
2479 * elf64-ppc.c (func_desc_adjust): Likewise.
2480 (allocate_dynrelocs): Likewise.
2481 (readonly_dynrelocs): Likewise.
2482 * elf64-s390.c (allocate_dynrelocs): Likewise.
2483 (readonly_dynrelocs): Likewise.
2484 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
2485 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2486 (readonly_dynrelocs): Likewise.
2487 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
2488 * aoutx.h (aout_link_write_other_symbol): Likewise.
2489 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
2490 (_bfd_coff_write_global_sym): Likewise.
2491 * i386linux.c (linux_tally_symbols): Likewise.
2492 * m68klinux.c (linux_tally_symbols): Likewise.
2493 * sparclinux.c (linux_tally_symbols): Likewise.
2494 * pdp11.c (aout_link_write_other_symbol): Likewise.
2495 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
2496 * xcofflink.c (xcoff_build_ldsyms): Likewise.
2497 (xcoff_write_global_symbol): Likewise.
2498
2499 * cofflink.c (_bfd_coff_final_link): Formatting.
2500 * cpu-mips.c (mips_compatible): Make static, prototype.
2501 * elf32-i386.c (elf_i386_check_relocs): Formatting.
2502 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
2503 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
2504 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
2505 (mips_elf64_final_link): Likewise.
2506 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
2507 prototype.
2508
2509 2002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
2510
2511 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
2512 (SWAP_OUT_RELOC_OFFSET): Define.
2513
2514 2002-03-27 Gregory Steuck <greg@nest.cx>
2515
2516 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
2517 terminating NULL if empty symbol table.
2518 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
2519
2520 2002-03-26 H.J. Lu (hjl@gnu.org)
2521
2522 * elflink.h (elf_link_input_bfd): Revert the last change since
2523 the gcc exception handling isn't fixed yet.
2524
2525 2002-03-26 H.J. Lu (hjl@gnu.org)
2526
2527 * elflink.h (elf_link_input_bfd): Complain about relocations
2528 against local symbols in discarded sections.
2529
2530 2002-03-26 Alan Modra <amodra@bigpond.net.au>
2531
2532 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
2533
2534 2002-03-23 Alan Modra <amodra@bigpond.net.au>
2535
2536 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
2537 section file offset for !SEC_LOAD sections.
2538
2539 2002-03-21 Richard Earnshaw <rearnsha@arm.com>
2540
2541 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
2542 <case R_ARM_GOT>): Handle relocations to Thumb functions.
2543
2544 2002-03-21 Alan Modra <amodra@bigpond.net.au>
2545
2546 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
2547 Whitespace changes.
2548 * archive.c: Update copyright date.
2549 * bfd-in2.h: Regenerate.
2550 * libbfd.h: Regenerate.
2551 * Makefile.am: Run "make dep-am"
2552 * Makefile.in: Regenerate.
2553 * po/SRC-POTFILES.in: Regenerate.
2554
2555 2002-03-20 Daniel Jacobowitz <drow@mvista.com>
2556
2557 * dwarf2.c (struct funcinfo): Move up.
2558 (lookup_address_in_function_table): New argument function_ptr.
2559 Set it.
2560 (lookup_address_in_line_table): New argument function. If function
2561 is non-NULL, use it to handle ``addr'' before the first line note of
2562 the function.
2563 (comp_unit_find_nearest_line): Update and swap calls to
2564 lookup_address_in_function_table and lookup_address_in_line_table.
2565 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
2566 N_SLINE encountered if we see an N_FUN before any N_SLINE.
2567
2568 2002-03-20 Tom Rix <trix@redhat.com>
2569
2570 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
2571 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
2572 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
2573
2574 2002-03-19 Tom Rix <trix@redhat.com>
2575
2576 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
2577 dynamic objects in archives.
2578
2579 2002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
2580
2581 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
2582 STT_NOTYPE symbols to STT_OBJECT.
2583
2584 2002-03-18 Jan Hubicka <jh@suse.cz>
2585
2586 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
2587
2588 2002-03-18 Tom Rix <trix@redhat.com>
2589
2590 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
2591 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
2592 * coff-rs6000 (do_pad) : New function for archive padding.
2593 (do_copy) : New function for object file copying in archives.
2594 (do_shared_object_padding) : New function for padding shared
2595 objects to their text section alignment in archives.
2596 (bfd_xcoff_ar_achive_set_magic) : Stub.
2597 (xcoff_write_armap_big) : Use do_copy and do_pad.
2598 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
2599 do_copy and do_pad.
2600 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
2601 bfd_xcoff_magic_number.
2602 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
2603 fop.
2604 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
2605 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
2606 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
2607 * rs6000-core.c : Update copyright date.
2608 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
2609 csectpp.
2610 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
2611 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
2612 (coff_set_flags) : Use bfd_xcoff_magic_number.
2613 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
2614 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
2615 * Makefile.am : Same.
2616 * config.bfd : Same.
2617 * targets.c : Same.
2618 * configure : Regnerate.
2619 * Makefile.in : Same.
2620 * bfd-in2.h : Same.
2621
2622 2002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2623
2624 * po/fr.po: Updated version.
2625
2626 2002-03-18 Alan Modra <amodra@bigpond.net.au>
2627
2628 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
2629 * libbfd.h: Regenerate.
2630 * archive.c (coff_write_armap): Pass on failures from
2631 bfd_write_bigendian_4byte_int.
2632
2633 2002-03-14 H.J. Lu <hjl@gnu.org>
2634
2635 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
2636 error to bfd_error_nonrepresentable_section for reinit_array
2637 section in DSO.
2638
2639 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
2640
2641 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
2642 OR it in rather than replacing previously selected flags.
2643
2644 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
2645 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
2646
2647 2002-03-14 Alan Modra <amodra@bigpond.net.au>
2648
2649 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
2650 (N): Use the above.
2651 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
2652 ensure reloc size matches before calling elf_link_input_bfd.
2653 Add an assert to check reloc size when counting output relocs.
2654
2655 2002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
2656
2657 * mmo.c (mmo_get_loc): Return NULL rather than false.
2658
2659 2002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2660
2661 * po/fr.po: Updated version.
2662
2663 2002-03-13 Alan Modra <amodra@bigpond.net.au>
2664
2665 * archures.c (bfd_default_compatible): Test bits_per_word.
2666 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
2667 bfd_default_compatible.
2668 * cpu-i370.c (i370_compatible): Likewise.
2669 * cpu-sparc.c (sparc_compatible): Likewise.
2670 * cpu-h8300.c (compatible): Test in->arch == out->arch.
2671
2672 * elflink.h: Formatting fixes.
2673 (elf_link_output_extsym): Merge undefined and undef weak cases.
2674
2675 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
2676 when word size of input matches output word size.
2677
2678 2002-03-12 Andreas Jaeger <aj@suse.de>
2679
2680 * cpu-i386.c (i386_compatible): New. Use it instead of
2681 bfd_default_compatible.
2682
2683 2002-03-07 H.J. Lu (hjl@gnu.org)
2684
2685 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
2686 as the type for bfd_reloc_val.
2687
2688 2002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
2689
2690 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
2691 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
2692 (elf_hppa_final_link_relocate): Correct relocations for indirect
2693 references to local data through the DLT. Fix .opd creation for
2694 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
2695 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
2696 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
2697 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
2698 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
2699 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
2700 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
2701
2702 2002-03-05 Jakub Jelinek <jakub@redhat.com>
2703
2704 * merge.c (_bfd_merge_sections): Don't segfault if there
2705 is nothing to merge due to GC.
2706
2707 2002-03-05 Alan Modra <amodra@bigpond.net.au>
2708
2709 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
2710 symbols that have been forced local.
2711
2712 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
2713 to output forced local syms for non-shared link.
2714 (elf_link_output_extsym): Tweak condition for calling backend
2715 adjust_dynamic_symbol so that previous behaviour is kept.
2716 Whitespace changes throughout file.
2717
2718 2002-03-04 H.J. Lu <hjl@gnu.org>
2719
2720 * elf.c (bfd_section_from_shdr): Handle special sections,
2721 .init_array, .fini_array and .preinit_array.
2722 (elf_fake_sections): Likewise.
2723
2724 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
2725 DT entry only if the section is in output for .init_array,
2726 .fini_array and .preinit_array. Complain about .preinit_array
2727 section in DSO.
2728 (elf_bfd_final_link): Warn zero size for .init_array,
2729 .fini_array and .preinit_array sections.
2730
2731 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
2732 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
2733 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
2734 .preinit_array.
2735
2736 2002-03-04 Alan Modra <amodra@bigpond.net.au>
2737
2738 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
2739 * configure: Regenerate.
2740
2741 2002-03-02 Tom Rix <trix@redhat.com>
2742
2743 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
2744 symbolic equiv.
2745 * coff-rs6000.c (xcoff_howto_table): Same.
2746
2747 2002-03-01 David Mosberger <davidm@hpl.hp.com>
2748
2749 * elflink.h (size_dynamic_sections): If section named
2750 ".preinit_array" exists, create DT_PREINIT_ARRAY and
2751 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
2752 ".init_array" and ".fini_array".
2753 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
2754 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
2755 DT_FINI_ARRAY.
2756
2757 2002-02-26 Andrew Macleod <amacleod@cygnus.com>
2758
2759 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
2760 dynsyms.
2761
2762 2002-02-25 Alan Modra <amodra@bigpond.net.au>
2763
2764 * elf64-hppa.h: Update copyright date.
2765
2766 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
2767 (ppc64_elf_relocate_section): Don't generate power4 style branch
2768 hints for *_BRTAKEN and *_BRNTAKEN relocs.
2769
2770 2002-02-22 Jakub Jelinek <jakub@redhat.com>
2771
2772 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
2773 last patch.
2774 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2775
2776 2002-02-21 Andreas Jaeger <aj@suse.de>
2777
2778 * elf64-x86-64.c: Major rework that introduces all recent changes
2779 to the x86-64 backend. Get a closer match to elf32-i386.
2780 (struct elf64_x86_64_dyn_relocs): Rename from
2781 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
2782 all users.
2783 (struct elf64_x86_64_link_hash_table): Add short cuts to some
2784 sections.
2785 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
2786 remove casts, initialize new hash members.
2787 (create_got_section): New.
2788 (elf64_x86_64_create_dynamic_sections): New.
2789 (elf64_x86_64_copy_indirect_symbol): New.
2790 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
2791 relocs, .got or .relgot here but do it in allocate_dynrelocs.
2792 Reference count possible .plt and .got entries. Don't test input
2793 section SEC_READONLY here to try to avoid copy relocs, and keep
2794 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
2795 DF_TEXTREL here. Delay setting of variables until needed. Cache
2796 pointer to "sreloc" section in elf_section_data. Tweak condition
2797 under which .got created. Report files with bad relocation
2798 section names.
2799 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
2800 Reference count possible .plt entries. Don't deallocate .got and
2801 .relgot space here.
2802 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
2803 do copy reloc processing for weakdefs. Remove redundant casts and
2804 aborts. Delay setting of vars until needed. Move creation of
2805 dynamic symbols and allocation of .plt and .rela.plt to
2806 allocate_dynrelocs. Replace BFD_ASSERT with abort.
2807 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2808 (allocate_dynrelocs): New.
2809 (readonly_dynrelocs): New.
2810 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
2811 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
2812 Zero out the dynamic allocated content space.
2813 (elf64_x86_64_discard_copies): Removed.
2814 (elf64_x86_64_relocate_section): Make use of dynamic section
2815 short-cuts. Localise vars, and delay setting. Better error
2816 reporting, replace BFD_ASSERT with abort. Check
2817 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
2818 regular object file and tread the weak definition as the normal
2819 one. Don't discard relocs for undefweak or undefined symbols and
2820 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
2821 relocs.
2822 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
2823 symbols that have been forced local. Use same test to decide if
2824 we can use a relative reloc for got as relocate_section. Expand
2825 SHN_UNDEF comment. Move expressions out of function calls.
2826 Replace BFD_ASSERT with abort.
2827 (bfd_elf64_bfd_final_link): Removed.
2828 (elf_backend_copy_indirect_symbol): Define.
2829
2830 2002-02-20 Tom Rix <trix@redhat.com>
2831
2832 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
2833 (_bfd_xcoff_reloc_type_lookup): Use it.
2834 * coff64-rs6000.c (xcoff64_howto_table): Same.
2835 (xcoff64_reloc_type_lookup): Same.
2836
2837 2002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2838
2839 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
2840 little endian.
2841
2842 2002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2843
2844 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
2845 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
2846 * bfd-in2.h: Regenerate.
2847 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
2848 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
2849 with "s390:64-bit".
2850 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
2851 (elf_s390_reloc_type_lookup): Likewise.
2852 (elf_s390_check_relocs): Likewise.
2853 (elf_s390_gc_sweep_hook): Likewise.
2854 (elf_s390_relocate_section): Likewise.
2855 (elf_s390_object_p): Use renamed architecture define.
2856 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
2857
2858 2002-02-19 Frank Ch. Eigler <fche@redhat.com>
2859
2860 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
2861
2862 2002-02-19 Jakub Jelinek <jakub@redhat.com>
2863
2864 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
2865 absptr -> pcrel optimization for shared libs.
2866 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
2867 library cannot be converted to pcrel.
2868 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
2869 relative.
2870 * elf32-i386.c (elf_i386_relocate_section): If
2871 _bfd_elf_section_offset returned -2, skip, but make sure the
2872 relocation is installed.
2873 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
2874 * elf32-cris.c (cris_elf_relocate_section): Likewise.
2875 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2876 * elf32-i370.c (i370_elf_relocate_section): Likewise.
2877 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2878 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2879 * elf32-s390.c (elf_s390_relocate_section): Likewise.
2880 * elf32-sh.c (sh_elf_relocate_section): Likewise.
2881 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2882 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2883 * elf64-s390.c (elf_s390_relocate_section): Likewise.
2884 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
2885 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2886 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2887 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
2888 _bfd_elf_section_offset returning -2 the same way as -1.
2889 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
2890 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
2891 and BFD_ASSERT.
2892 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
2893
2894 2002-02-18 Tom Rix <trix@redhat.com>
2895
2896 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
2897 (bfd_xcoff_size_dynamic_sections): Same.
2898 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
2899 (bfd_xcoff_size_dynamic_sections): Same.
2900 * coff-rs6000.c (xcoff_generate_rtinit): Same.
2901 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
2902 * libxcoff.h (struct xcoff_backend_data_rec): Same.
2903 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
2904 * bfd-in2.h: Regenerate.
2905
2906 2002-02-18 Alan Modra <amodra@bigpond.net.au>
2907
2908 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
2909 (struct ppc_link_hash_table): Add sfpr.
2910 (ppc64_elf_link_hash_table_create): Init it.
2911 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
2912 .glink out to..
2913 (create_linkage_sections): ..here. Make .sfpr too.
2914 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
2915 dynobj early.
2916 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
2917 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
2918 ._restf* functions, and create as needed.
2919 (func_desc_adjust): Only force_local for shared libs.
2920
2921 2002-02-18 David O'Brien <obrien@FreeBSD.org>
2922
2923 * configure.in: Bump version number post 2.12 branching.
2924 * configure: Regenerate.
2925
2926 2002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2927
2928 * mmo.c: Correct and improve comments.
2929 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
2930 zero-pad. Use input to fill up non-empty bfd buffer.
2931 (mmo_flush_chunk): New function.
2932 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
2933 changed. Don't emit location specifier if VMA is same as
2934 *LAST_VMAP after omitting leading zero contents. Call
2935 mmo_flush_chunk before emitting location specifier.
2936 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
2937 with mmo_write_loc_chunk calls.
2938 (mmo_internal_write_section): Call mmo_flush_chunk after
2939 mmo_write_chunk.
2940 (mmo_write_symbols_and_terminator): Move :Main to first position
2941 in symbol array. Add faked one if it does not exist if there are
2942 other symbols. Don't add it if there are no symbols at all. Move
2943 out test for value of :Main from symbol loop. Rename table
2944 fakemain to maintable and variable mainsym to fakemain.
2945
2946 2002-02-15 Richard Henderson <rth@redhat.com>
2947
2948 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
2949 section with no got matches any got. Simplify error generaion.
2950
2951 2002-02-15 Alan Modra <amodra@bigpond.net.au>
2952
2953 Support arbitrary length fill patterns.
2954 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
2955 (_bfd_default_link_order): Remove bfd_fill_link_order code.
2956 Call default_data_link_order.
2957 (default_fill_link_order): Delete.
2958 (default_data_link_order): New function.
2959 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
2960 of bfd_fill_link_order with bfd_data_link_order.
2961 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
2962 * elf64-mips.c (mips_elf64_final_link): Likewise.
2963
2964 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
2965 Correct value returned in "end" for "0x<non-hex>".
2966
2967 2002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
2968
2969 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
2970 (scan): Test against 'mach' field in info structure.
2971
2972 2002-02-14 Alan Modra <amodra@bigpond.net.au>
2973
2974 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
2975
2976 2002-02-14 Matt Fredette <fredette@netbsd.org>
2977
2978 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
2979 EF_M68000.
2980
2981 2002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
2982
2983 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
2984 non-zero physical addresses when adjusting the LMAs of new
2985 sections.
2986
2987 2002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
2988
2989 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
2990 from _bfd_elf_hppa_gen_reloc_type.
2991 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
2992 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
2993 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
2994 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
2995
2996 2002-02-12 Alexandre Oliva <aoliva@redhat.com>
2997
2998 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
2999 loading its contents if there's nothing to do in it.
3000
3001 2002-02-12 Alan Modra <amodra@bigpond.net.au>
3002
3003 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
3004 64k boundary.
3005
3006 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
3007 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
3008 (ppc64_elf_finish_dynamic_sections): Set values for them.
3009
3010 2002-02-11 Michael Snyder <msnyder@redhat.com>
3011
3012 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
3013 * elf.c (elfcore_grok_pstatus): Add prototype.
3014 (elfcore_grok_lwpstatus): Add prototype.
3015 (elfcore_write_lwpstatus): New function.
3016 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
3017
3018 2002-02-11 Alexandre Oliva <aoliva@redhat.com>
3019
3020 * elf32-sh.c: Added missing prototypes.
3021 * elf32-sh64.c: Likewise.
3022 (sh_elf_align_loads): Mark unused args as such.
3023 * elf64-sh64.c: Added missing prototypes.
3024 (struct elf_sh64_link_hash_entry): Fix typo.
3025 (sh_elf64_relocate_section): Fix info argument passed to
3026 _bfd_elf_section_offset.
3027
3028 2002-02-11 Alan Modra <amodra@bigpond.net.au>
3029
3030 * Makefile.am: "make dep-am".
3031 * Makefile.in: Regenerate.
3032 * aclocal.m4: Regenerate.
3033 * config.in: Regenerate.
3034 * configure: Regenerate.
3035
3036 2002-02-10 Daniel Jacobowitz <drow@mvista.com>
3037
3038 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
3039 variable warnings.
3040 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
3041 comparison warning.
3042 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
3043 cast warnings for the common case.
3044
3045 2002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
3046
3047 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
3048 vectors.
3049 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
3050 vectors.
3051
3052 2002-02-09 Richard Henderson <rth@redhat.com>
3053
3054 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
3055 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
3056 (elf64_alpha_relocate_section): Likewise.
3057 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
3058 * bfd-in2.h, libbfd.h: Rebuild.
3059
3060 2002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
3061
3062 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
3063 that base-plus-offset reloc accounting is consistent.
3064 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
3065 up to date for undefined symbols.
3066
3067 2002-02-08 Eric Christopher <echristo@redhat.com>
3068
3069 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3070
3071 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
3072 sections for the O32 ABI.
3073
3074 2002-02-08 Chris Demetriou <cgd@broadcom.com>
3075
3076 * elf32-arm.h: Fix formatting of _("...").
3077 * elf32-d10v.c: Likewise.
3078 * elf32-m68k.c: Likewise.
3079 * elf32-mips.c: Likewise.
3080
3081 2002-02-08 Ivan Guzvinec <ivang@opencores.org>
3082
3083 * coff-or32.c: Fix compile time warning messages.
3084
3085 2002-02-08 Alexandre Oliva <aoliva@redhat.com>
3086
3087 Contribute sh64-elf.
3088 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
3089 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
3090 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
3091 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
3092 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
3093 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
3094 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
3095 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
3096 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
3097 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
3098 New relocs.
3099 * libbfd.h, bfd-in2.h: Rebuilt.
3100 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
3101 (sh_reloc_map): Map them.
3102 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
3103 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
3104 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
3105 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
3106 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
3107 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
3108 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
3109 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
3110 datalabel_got_offset.
3111 (sh_elf_link_hash_newfunc): Initialize it.
3112 (sh_elf_relocate_section): Augment the scope of
3113 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
3114 GOT and GOTOFF handling to new SHmedia relocation types. Support
3115 GOT_BIAS.
3116 (sh_elf_check_relocs): Likewise.
3117 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
3118 PLT entries using movi_shori_putval. Support GOT_BIAS.
3119 (sh_elf_finish_dynamic_sections): Likewise.
3120 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
3121 relocation, it's now done by the caller.
3122 (GOT_BIAS): New.
3123 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
3124 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
3125 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
3126 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
3127 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
3128 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
3129 sh64_elf64_hash_table): New.
3130 (sh_elf64_howto_table): Introduce new relocs.
3131 (sh_elf64_info_to_howto): Accept new PIC relocs.
3132 (sh_elf64_relocate_section): Augment the scope of
3133 seen_stt_datalabel. Support new PIC relocs.
3134 (sh_elf64_check_relocs): Support new PIC relocs.
3135 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
3136 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
3137 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
3138 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
3139 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
3140 movi_shori_putval, movi_3shori_putval,
3141 sh64_elf64_create_dynamic_sections,
3142 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
3143 sh64_elf64_size_dynamic_sections,
3144 sh64_elf64_finish_dynamic_symbol,
3145 sh64_elf64_finish_dynamic_sections): New.
3146 (elf_backend_create_dynamic-sections,
3147 bfd_elf64_bfd_link_hash_table_create,
3148 elf_backend_adjust_dynamic_symbol,
3149 elf_backend_size_dynamic_sections,
3150 elf_backend_finish_dynamic_symbol,
3151 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
3152 elf_backend_plt_readonly, elf_backend_want_plt_sym,
3153 elf_backend_got_header_size, elf_backend_plt_header_size):
3154 Define.
3155 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
3156 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
3157 match official numbers and names; moved unmaching ones to the
3158 range 0xf2-0xff.
3159 * elf32-sh64.c, elf64-sh64.c: Likewise.
3160 2001-03-12 DJ Delorie <dj@redhat.com>
3161 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
3162 sections.
3163 2001-03-12 DJ Delorie <dj@redhat.com>
3164 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
3165 be aligned.
3166 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
3167 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
3168 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
3169 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
3170 .cranges section with SEC_SORT_ENTRIES set.
3171 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
3172 incoming sorted .cranges section.
3173 (sh64_bfd_elf_copy_private_section_data): New.
3174 (sh64_elf_final_write_processing): Only sort .cranges and modify
3175 start address if called by linker.
3176 2001-01-08 Ben Elliston <bje@redhat.com>
3177 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
3178 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
3179 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
3180 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3181 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
3182 line. Add comments before all entries.
3183 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
3184 comment.
3185 (sh_elf64_reloc): Correct head comment.
3186 (sh_elf64_relocate_section): Correct spacing.
3187 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
3188 instead call reloc_dangerous callback.
3189 <case R_SH_SHMEDIA_CODE>: New case.
3190 (sh_elf64_gc_mark_hook): Correct spacing.
3191 (sh_elf64_check_relocs): Ditto.
3192 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
3193 New case.
3194 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
3195 functions.
3196 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
3197 clarify describing comment. Add comments before all entries.
3198 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
3199 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
3200 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3201 Sort .cranges section in final link. Prepare to set bit 0 on
3202 entry address.
3203 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
3204 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
3205 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
3206 .cranges section.
3207 (sh64_backend_section_from_shdr): New, to recognize
3208 SHT_SH5_CR_SORTED on incoming .cranges section.
3209 (elf_backend_section_from_shdr): Define.
3210 (sh64_elf_final_write_processing): Sort outgoing .cranges
3211 section. (New, temporarily disabled:) Set bit 0 on entry address
3212 according to ISA type.
3213 (sh64_find_section_for_address): New.
3214 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
3215 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
3216 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
3217 bfd_malloc, not xmalloc.
3218 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
3219 global.
3220 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
3221 temporarily disabled) setting bit 0 on entry address.
3222 (elf_backend_final_write_processing): Define.
3223 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
3224 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
3225 be a proper relocation for PTA and PTB rather than a marker.
3226 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
3227 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
3228 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
3229 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
3230 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
3231 Zero src_mask.
3232 * elf64-sh64.c: Ditto.
3233 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
3234 * elf32-sh64.c: Include opcodes/sh64-opc.h
3235 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
3236 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
3237 parameters. No unused parameters. Caller changed.
3238 <case R_SH_PT_16>: New case.
3239 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
3240 * Makefile.in: Regenerate.
3241 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
3242 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
3243 all code sections.
3244 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
3245 (sh64_elf_merge_private_data): Ditto.
3246 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
3247 to access stored section flags.
3248 (sh64_elf_final_write_processing): Return immediately unless
3249 called by linker. Use sh64_elf_section_data (cranges) to get size
3250 of linker-generated cranges entries.
3251 (sh64_elf_copy_private_data): Add missing "return true".
3252 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
3253 (sh_elf64_merge_private_data): Ditto.
3254 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
3255 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
3256 elf64-sh64.c:sh64_elf_fake_sections.
3257 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
3258 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3259 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
3260 (sh64_elf_final_write_processing): New.
3261 (elf_backend_final_write_processing): Define.
3262 (sh64_elf_fake_sections): Get header flags from tdata field.
3263 (sh64_elf_copy_private_data): Do not call
3264 sh64_elf_copy_private_data_internal, just copy e_flags field.
3265 (sh64_elf_merge_private_data): Do not call
3266 sh64_elf_copy_private_data_internal.
3267 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
3268 Remove EF_SH64_ABI64, let ELF size make difference.
3269 Remove SH64-specific BFD section flag.
3270 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
3271 containing SHmedia through elf_section_data (asect)->tdata
3272 non-zero, not using a BFD section flag.
3273 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
3274 (sh64_elf_merge_private_data): Similar.
3275 (elf_backend_section_flags): Don't define.
3276 (sh64_elf_backend_section_flags): Delete.
3277 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
3278 not EF_SH64_ABI64.
3279 (sh_elf64_merge_private_data): Similar.
3280 * section.c (Section flags definitions): Don't define
3281 SEC_SH_ISA_SHMEDIA.
3282 (bfd-in2.h): Regenerate.
3283 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
3284 Make DataLabel references work with partial linking.
3285 * elf32-sh64.c: Fix formatting.
3286 (sh64_elf_link_output_symbol_hook): New.
3287 (elf_backend_link_output_symbol_hook): Define to
3288 sh64_elf_link_output_symbol_hook.
3289 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
3290 undefined if partial linking. Adjust sanity check.
3291 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
3292 (elf_backend_link_output_symbol_hook): Define to
3293 sh64_elf64_link_output_symbol_hook.
3294 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
3295 undefined if partial linking. Adjust sanity check.
3296 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
3297 Implement semantics for inter-file DataLabel references.
3298 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
3299 (sh64_elf64_add_symbol_hook): New.
3300 (sh_elf64_relocate_section): If passing an indirect symbol with
3301 st_type STT_DATALABEL on the way to a symbol with st_other
3302 STO_SH5_ISA32, do not bitor 1 to the relocation.
3303 (elf_backend_add_symbol_hook): Define to
3304 sh64_elf64_add_symbol_hook.
3305 * elf64-sh32.c: Tweak comments.
3306 (DATALABEL_SUFFIX): Define.
3307 (sh64_elf_add_symbol_hook): New.
3308 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
3309 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
3310 symbol with st_type STT_DATALABEL on the way to a symbol with
3311 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
3312 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
3313 Pass through STT_DATALABEL.
3314 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
3315 (elf_backend_get_symbol_type): Define.
3316 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
3317 (elf_backend_get_symbol_type): Define.
3318 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
3319 * elf32-sh64.c: Tweak comments.
3320 (sh64_elf_copy_private_data_internal): Add prototype.
3321 (bfd_elf32_bfd_set_private_flags): Define.
3322 (sh64_elf_copy_private_data_internal): Compare machine name, not
3323 textual BFD target name, to check whether to copy section flag
3324 SHF_SH5_ISA32.
3325 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
3326 Tweak section-contents-type-mismatch message.
3327 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
3328 Validize reloc-types.
3329 * elf64-sh64.c: New file.
3330 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
3331 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
3332 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
3333 Regenerate dependencies.
3334 * Makefile.in: Regenerate.
3335 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
3336 bfd_elf64_sh64l_vec.
3337 * configure.in: Handle bfd_elf64_sh64_vec and
3338 bfd_elf64_sh64l_vec.
3339 * configure: Regenerate.
3340 * po/POTFILES.in: Regenerate.
3341 * po/bfd.pot: Regenerate.
3342 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
3343 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
3344 anything else but EF_SH64 and EF_SH64_ABI64.
3345 (sh64_elf_merge_private_data): Emit error for anything else but
3346 EF_SH64 and EF_SH64_ABI64.
3347 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
3348 from targ_selvecs.
3349 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
3350 bfd_elf32_sh64l_vec as a temporary measure.
3351 * configure: Regenerate.
3352 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
3353 * cpu-sh.c (arch_info_struct): Include sh5 item
3354 unconditionalized.
3355 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
3356 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
3357 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
3358 * elf32-sh64.c: Tweak comments.
3359 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
3360 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
3361 (sh64_elf_copy_private_data_internal): Wrap long line.
3362 (sh64_elf_merge_private_data): Rewrite to allow objects from
3363 SH64 subsets to be linked together.
3364 (INCLUDE_SHMEDIA): Define.
3365 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
3366 Parenthesize plus-expression inside or-expression.
3367 <global symbol>: Ditto.
3368 (sh_elf_set_mach_from_flags): Remove code refusing
3369 deleted EF_SH64_32BIT_ABI flag.
3370 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
3371 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
3372 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
3373 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
3374 (sh_elf_relocate_section) <local symbol>: Or 1 in
3375 calculation of relocation if sym->st_other & STO_SH5_ISA32.
3376 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
3377 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
3378 relocation.
3379 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
3380 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
3381 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
3382 Regenerate dependencies.
3383 * Makefile.in: Regenerate.
3384 * archures.c: Add bfd_mach_sh5.
3385 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
3386 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
3387 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
3388 * configure: Regenerate.
3389 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
3390 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
3391 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
3392 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
3393 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
3394 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
3395 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
3396 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
3397 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
3398 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
3399 in item for SH5.
3400 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
3401 for SHmedia relocs.
3402 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
3403 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
3404 shmedia_prepare_reloc, goto final_link_relocate if it returns
3405 non-zero, else fail as before.
3406 (sh_elf_set_mach_from_flags): Provide function only if not defined
3407 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
3408 (sh_elf_set_private_flags): Provide function only if not defined
3409 as a macro.
3410 (sh_elf_copy_private_data): Similar.
3411 (sh_elf_merge_private_data): Similar.
3412 * section.c (SEC_SH_ISA_SHMEDIA): New.
3413 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
3414 * elf32-sh64.c: New file.
3415 * libbfd.h: Regenerate.
3416 * bfd-in2.h: Regenerate.
3417 * po/POTFILES.in: Regenerate.
3418 * po/bfd.pot: Regenerate.
3419 * bfd-in2.h: Regenerate.
3420 * libbfd.h: Regenerate.
3421
3422 2002-02-07 Daniel Jacobowitz <drow@mvista.com>
3423
3424 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
3425 been included, not drag it in.
3426 * bfd-in2.h: Regenerate.
3427
3428 2002-02-06 H.J. Lu (hjl@gnu.org)
3429
3430 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
3431 the mach and ISA fields if necessary.
3432
3433 2002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
3434
3435 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
3436 ARM architecture when an F_ARM_5 flag is detected, since we cannot
3437 be sure exactly which architecture this represents.
3438
3439 2002-02-05 Nick Clifton <nickc@redhat.com>
3440
3441 * po/tr.po: Updated translation.
3442
3443 2002-02-05 Alan Modra <amodra@bigpond.net.au>
3444
3445 From Jimi X <jimix@watson.ibm.com>
3446 * archures (bfd_mach_ppc64): Define.
3447 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
3448 (bfd_powerpc_arch): Define.
3449 * bfd-in2.h: Regenerate.
3450 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
3451 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
3452 (bfd_powerpc_archs): Add default powerpc64 arch.
3453
3454 2002-02-05 Alan Modra <amodra@bigpond.net.au>
3455
3456 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
3457 against section syms in readonly sections. Don't do the global
3458 sym check if we find one.
3459 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
3460 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
3461 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
3462 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
3463 (elf_s390_grok_prstatus): Add missing prototype.
3464
3465 2002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
3466
3467 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
3468 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
3469 Call bfd_get_section_by_name only once. Initialize
3470 bpodata->n_bpo_relocs_this_section.
3471 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
3472 referring to DSOs.
3473 (bpo_reloc_request_sort_fn): Don't use difference of values as
3474 return-value.
3475
3476 2002-02-02 David O'Brien <obrien@FreeBSD>
3477
3478 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
3479 version 4.5 and later the same as 5-CURRENT.
3480 * configure: Re-generate.
3481
3482 2002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
3483
3484 * config.bfd (hppa*-*-netbsd*): New target.
3485
3486 2002-01-31 Philipp Thomas <pthomas@suse.de>
3487
3488 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
3489 to front of message. Unify messages with elf32-arm.h. Use
3490 commas where neccessary.
3491 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
3492 ERROR in messages. Unify messages with coff-arm.c. Correct
3493 VFP/FPA error message.
3494 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
3495 APCS-32 for translation.
3496
3497 2002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
3498
3499 Perform on-demand global register allocation from
3500 R_MMIX_BASE_PLUS_OFFSET relocs.
3501 * elf64-mmix.c (struct bpo_reloc_section_info, struct
3502 bpo_reloc_request, struct bpo_greg_section_info): New.
3503 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
3504 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
3505 _bfd_mmix_check_all_relocs,
3506 _bfd_mmix_prepare_linker_allocated_gregs,
3507 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
3508 (elf_mmix_howto_table): Correct src_mask for most relocs.
3509 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
3510 case.
3511 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
3512 case. Fix typo in comment. New label do_mmix_reloc.
3513 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
3514 store first object file with a base-plus-offset reloc. Call
3515 mmix_elf_check_common_relocs for the part common with mmo.
3516 (mmix_elf_final_link): Write out linker-allocated register
3517 contents section.
3518 (elf_backend_gc_sweep_hook): Define.
3519 (bfd_elf64_bfd_relax_section): Define.
3520
3521 * mmo.c: Don't include <ctype.h>
3522 (mmo_init): Correct init-once logic.
3523
3524 2002-02-01 Tom Rix <trix@redhat.com>
3525
3526 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
3527
3528 2002-02-01 Alan Modra <amodra@bigpond.net.au>
3529
3530 * Makefile.am: Run "make dep-am"
3531 * Makefile.in: Regenerate.
3532
3533 2002-01-31 David O'Brien <obrien@FreeBSD>
3534
3535 * configure.in: Recognize the differences in core files from FreeBSD
3536 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
3537 5-CURRENT.
3538 * configure: Regenerate.
3539
3540 2002-01-31 Ivan Guzvinec <ivang@opencores.org>
3541
3542 * coff-or32.c: New file.
3543 * cpu-or32.c: New file.
3544 * elf32-or32.c: New file.
3545 * archures.c: Add support for or32.
3546 * targets.c: Add support for or32.
3547 * bfd-in2.h: Regenerate.
3548 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3549 coff_write_object_contents): Add support for or32.
3550 * config.bfd: Add target.
3551 * configure.in: Add support for or32.
3552 * configure: Regenerate.
3553 * Makefile.am: Add support for or32.
3554 * Makefile.in: Regenerate.
3555 * po/SRC-POTFILES.in: Add or32 files.
3556 * po/bfd.pot: Regenerate.
3557
3558 2002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
3559 Don Lindsay <lindsayd@cisco.com>
3560
3561 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
3562 false' with a return of a bfd_reloc_ error code.
3563
3564 2002-01-31 Hans-Peter Nilsson <hp@axis.com>
3565
3566 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
3567 unexport unreferenced symbols when --export-dynamic. Call
3568 _bfd_elf_strtab_delref when unexporting.
3569
3570 2002-01-30 Daniel Jacobowitz <drow@mvista.com>
3571
3572 * bfd-in.h: Include <stdbool.h> if it is available.
3573 * bfd-in2.h: Regenerated.
3574
3575 2002-01-31 Alan Modra <amodra@bigpond.net.au>
3576
3577 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
3578 not go via the plt.
3579
3580 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
3581
3582 * archures.c: Tidy up formatting of embedded comments.
3583 * bfd.c: Tidy up formatting of embedded comments.
3584 * bfd-in.h: Fix formatting of comments.
3585 * reloc.c: Tidy up formatting of ordinary & embedded comments.
3586 * section.c: Tidy up formatting of embedded comments.
3587 * syms.c: Tidy up formatting of embedded comments.
3588 * targets.c: Tidy up formatting of embedded comments.
3589
3590 * bfd-in2.h: Regenerate.
3591
3592 2002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
3593
3594 * vms-tir.c (cmd_name): New function.
3595 (tir_cmd_name): New function.
3596 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
3597 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
3598 Fix formatting.
3599
3600 * peXXigen.c (pe_print_idata): Rearrange message to aid in
3601 translation.
3602 (pe_print_pdata): Rearrange message to aid in translation.
3603
3604 * libbfd.c (warn_deprecated): Rearrange error message to aid in
3605 translation.
3606
3607 * ihex.c (ihex_write_object_contents): Fix spelling typo.
3608
3609 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
3610
3611 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
3612 message to aid in translation.
3613
3614 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
3615 to aid in translation.
3616
3617 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
3618
3619 2002-01-30 Philipp Thomas <pthomas@suse.de>
3620
3621 * coff-arm.c, elf32-elf.h: Unify messages.
3622
3623 2002-01-30 Nick Clifton <nickc@redhat.com>
3624
3625 * po/sv.po: Updated translation.
3626
3627 2002-01-30 Philipp Thomas <pthomas@suse.de>
3628
3629 * dwarf2.c (read_abbrev): Use full section name in error message.
3630 (decode_line_info): Likewise.
3631
3632 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
3633 message.
3634
3635 2002-01-30 Alan Modra <amodra@bigpond.net.au>
3636
3637 * elf64-ppc.c (func_desc_adjust): Only provide missing function
3638 descriptor symbols for undefined function code syms. Clear
3639 ELF_LINK_NON_ELF so that they can stay weak.
3640
3641 2002-01-29 Chris Demetriou <cgd@broadcom.com>
3642 Mitch Lichtenberg <mpl@broadcom.com>
3643
3644 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
3645 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
3646 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
3647 generation.
3648 * bfd-in2.h: Regenerate.
3649
3650 2002-01-29 Chris Demetriou <cgd@broadcom.com>
3651
3652 * elf32-mips.c: Add additional comments about HI16 relocation
3653 processing.
3654 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
3655 pc-relative relocations. (Reverts change made on 2001-10-31.)
3656 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
3657 for pc-relative relocations.
3658 (mips_elf_calculate_relocation): Add a comment about a kludge
3659 in the R_MIPS_GNU_REL_HI16 handling.
3660 (_bfd_mips_elf_relocate_section): Implement that kludge;
3661 adjust pc-relative HI16 relocation for difference in HI16 and
3662 LO16 addresses, since it can't easily be done in
3663 mips_elf_calculate_relocation.
3664
3665 2002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
3666
3667 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
3668 relocations with PC32 relocations for undefined or weak symbols.
3669 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
3670 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
3671
3672 2002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
3673
3674 * elfcore.h (elf_core_file_p): Improve comment for last change.
3675
3676 2002-01-27 Daniel Jacobowitz <drow@mvista.com>
3677
3678 * configure: Regenerated.
3679
3680 2002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
3681
3682 * elfcore.h (elf_core_file_p): Set the machine architecture
3683 before processing the program headers.
3684
3685 2002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
3686
3687 * configure.in <64-bit configuration>: If using gcc, check and
3688 emit error for egcs-1.1.2.
3689 * configure: Regenerate.
3690
3691 2002-01-26 Egor Duda <deo@logos-m.ru>
3692
3693 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
3694 as possible to avoid stack corruption.
3695
3696 2002-01-26 Richard Henderson <rth@redhat.com>
3697
3698 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
3699 for non-allocated sections.
3700
3701 2002-01-25 Mark Kettenis <kettenis@gnu.org>
3702
3703 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
3704 prstat.pr_reg even if it is a struct.
3705
3706 2002-01-25 Steve Ellcey <sje@cup.hp.com>
3707
3708 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
3709
3710 2002-01-25 Philipp Thomas <pthomas@suse.de>
3711
3712 * coffgen.c (coff_print_symbol): Don't mark info message
3713 for translation.
3714
3715 2002-01-25 Nick Clifton <nickc@redhat.com>
3716
3717 * po/fr.po: Updated translation.
3718 * po/es.po: Updated translation.
3719
3720 2002-01-25 Philipp Thomas <pthomas@suse.de>
3721
3722 * coff-alpha.c (alpha_relocate_section): Unify warning message
3723 for GP relative relocations without GP defined.
3724 * coff-mips.c (mips_relocate_section): Likewise.
3725
3726 2002-01-25 Alan Modra <amodra@bigpond.net.au>
3727
3728 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
3729 unsigned overflow when new_offset < old_offset.
3730
3731 2002-01-24 Philipp Thomas <pthomas@suse.de>
3732
3733 * bfd.c (_bfd_abort): Fix typo.
3734
3735 2002-01-23 Richard Henderson <rth@redhat.com>
3736
3737 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
3738 plt entries for undefweak symbols.
3739
3740 2002-01-23 Steve Ellcey <sje@cup.hp.com>
3741
3742 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
3743 DEFAULT_VECTOR.
3744 (bfd_elf64_ia64_hpux_big_vec): Ditto.
3745 (bfd_elf32_h8300_vec): Ditto.
3746
3747 2002-01-23 Alan Modra <amodra@bigpond.net.au>
3748
3749 * elf64-ppc.c: Remove stale part of ABI comment.
3750 (NO_OPD_RELOCS): Define.
3751 (ppc64_elf_check_relocs): Use it.
3752 (ppc64_elf_relocate_section): Here too.
3753 (build_one_stub): Don't point function syms at the stub. Instead,
3754 hijack plt.offset.
3755 (ppc64_elf_relocate_section): Check whether REL24 relocs should
3756 really go to the stub. Make all dynamic relocs in opd against
3757 locals.
3758 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
3759 plt.offset.
3760
3761 2002-01-22 Richard Henderson <rth@redhat.com>
3762
3763 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
3764
3765 2002-01-22 Alan Modra <amodra@bigpond.net.au>
3766
3767 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
3768 TOC_BASE_OFF adjustment.
3769
3770 * Makefile.am: Run "make dep-am".
3771 * Makefile.in: Regenerate.
3772 * po/SRC-POTFILES.in: Regenerate.
3773
3774 2002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
3775
3776 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
3777 host defines.
3778
3779 2002-01-21 Hans-Peter Nilsson <hp@axis.com>
3780
3781 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
3782 Check for and emit error if sgot is NULL at this point.
3783
3784 2002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
3785
3786 * config.bfd (ia64*-*-netbsd*): New target.
3787
3788 2002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
3789
3790 * som.c (som_write_space_strings): Comment typo fix.
3791
3792 2002-01-21 Alan Modra <amodra@bigpond.net.au>
3793
3794 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
3795 is_func_descriptor fields.
3796 (link_hash_newfunc): Init them.
3797 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
3798 dot are candidates for plt entries. When processing .opd relocs,
3799 set function descriptor strings to point inside function code
3800 string, and set new ppc_link_hash_entry fields.
3801 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
3802 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
3803 function descriptors. It's now done in..
3804 (func_desc_adjust): New.
3805 (ppc64_elf_func_desc_adjust): New.
3806 (define elf_backend_always_size_sections): Define.
3807 (ppc64_elf_hide_symbol): New.
3808 (define elf_backend_hide_symbol): Define.
3809 (allocate_dynrelocs): Remove code looking up function descriptors
3810 as that has been done earlier.
3811 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
3812 table.
3813 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
3814 up function descriptor.
3815 (build_one_stub): Look up the function code sym. Check for
3816 invalid plt offsets.
3817 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
3818 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
3819
3820 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
3821 boolean param.
3822 (_bfd_elf_link_hash_hide_symbol): Likewise.
3823 * elflink.h (elf_link_add_object_symbols): Adjust call to
3824 elf_backend_hide_symbol.
3825 (elf_fix_symbol_flags): Likewise.
3826 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
3827 than bfd_alloc.
3828 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
3829 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
3830 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
3831 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
3832 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
3833 and adjust to suit.
3834 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
3835 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
3836 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
3837
3838 2002-01-18 Alan Modra <amodra@bigpond.net.au>
3839
3840 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
3841 dynamic function descriptor symbol, not the associated function
3842 symbol.
3843
3844 2002-01-17 Eric Christopher <echristo@redhat.com>
3845
3846 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
3847
3848 2002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3849
3850 * po/bfd.pot: Regenerate.
3851 * po/fr.po: Regenerate.
3852
3853 2002-01-17 Alan Modra <amodra@bigpond.net.au>
3854
3855 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
3856 Remove "Elf_Internal_Shdr *" param.
3857 (_bfd_mips_elf_section_from_bfd_section): Ditto.
3858 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
3859 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
3860 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
3861 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
3862 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
3863 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
3864 function to override special sections. Remove hdr arg from
3865 backend call, and don't loop.
3866
3867 2002-01-16 Eric Christopher <echristo@redhat.com>
3868
3869 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
3870 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
3871 relocations requiring gp0 and gp.
3872
3873 2002-01-16 Richard Earnshaw <rearnsha@arm.com>
3874
3875 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
3876 EF_ARM_VFP_FLOAT.
3877 (elf32_arm_print_private_bfd_data): Likewise.
3878
3879 2002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
3880
3881 * po/tr.po: Import new version.
3882
3883 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3884
3885 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
3886 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
3887 (ORI_R0_R0_0): Correct.
3888
3889 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3890
3891 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
3892 when plt_not_loaded.
3893 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
3894 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
3895 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
3896 (ppc64_elf_glink_code): Delete.
3897 (PPC64_ELF_GLINK_SIZE): Delete.
3898 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
3899 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
3900 ORI_R0_R0_0): Define.
3901 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
3902 (struct ppc_link_hash_table): Add sstub and plt_overflow.
3903 (ppc64_elf_link_hash_table_create): Init them.
3904 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
3905 Don't copy to shared lib.
3906 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
3907 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
3908 (allocate_dynrelocs <plt>): Don't change function sym here. Make
3909 room for .stub and .glink code.
3910 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
3911 DT_PPC64_GLINK.
3912 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
3913 bfd_elf64_bfd_final_link.
3914 (bfd_elf64_bfd_final_link): Don't define.
3915 (ppc64_elf_size_stubs): New.
3916 (build_plt_stub): New.
3917 (build_one_stub): New.
3918 (ppc64_elf_build_stubs): New.
3919 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
3920 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
3921 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
3922 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
3923 case output sections not separate. Adjust DT_RELASZ to not
3924 include plt relocs. Set reserved got entry. Set got and plt
3925 entry size.
3926 (elf_backend_got_header_size): Set to 8.
3927 * elf64-ppc.h: New file.
3928
3929 2002-01-16 Alan Modra <amodra@bigpond.net.au>
3930
3931 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
3932 sections, use bfd_section_list_remove.
3933 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3934 * elflink.h (elf_link_add_object_symbols): When removing all
3935 sections, use bfd_section_list_clear.
3936
3937 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
3938
3939 * po/sv.po: New file: Swedish translation.
3940 * configure.in (ALL_LINGUAS): Add sv.
3941 * configure: Regenerate.
3942
3943 2002-01-15 Jakub Jelinek <jakub@redhat.com>
3944
3945 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
3946 * elf.c (merge_sections_remove_hook): New function.
3947 (_bfd_elf_merge_sections): Pass it as 3rd argument to
3948 _bfd_merge_sections.
3949 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
3950 * libbfd.h: Rebuilt.
3951 * merge.c (_bfd_merge_sections): Add remove_hook argument.
3952 Call remove_hook if a SEC_EXCLUDE section is encountered.
3953
3954 2002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
3955
3956 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
3957 (xstormy16_reloc_map): Initialise new field with correct howto
3958 table.
3959 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
3960 howto entry.
3961
3962 2002-01-10 Michael Snyder <msnyder@redhat.com>
3963
3964 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
3965 (elfcore_write_pstatus): Use long instead of pid_t;
3966 * elf-bfd.h: Change prototypes to use long instead of pid_t;
3967
3968 2002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
3969
3970 * elf.c: Update copyright years.
3971 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
3972 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
3973
3974 2002-01-08 Michael Snyder <msnyder@redhat.com>
3975
3976 Add capability to write corefile note sections, for gdb.
3977 * elf.c (elfcore_write_note): New function.
3978 (elfcore_write_prpsinfo): New function.
3979 (elfcore_write_prstatus): New function.
3980 (elfcore_write_pstatus): New function.
3981 (elfcore_write_prfpreg): New function.
3982 (elfcore_write_prxfpreg): New function.
3983 * elf-bfd.h: Add prototypes for above functions.
3984
3985 2002-01-08 Alexandre Oliva <aoliva@redhat.com>
3986
3987 * elf.c (elf_fake_sections): Propagate errors from
3988 elf_backend_fake_section.
3989
3990 2002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
3991
3992 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
3993 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
3994 (elf32-sh-nbsd.lo): New rule.
3995 * Makefile.in: Regenerate.
3996 * config.bfd (sh*le-*-netbsdelf*): New target.
3997 (sh*-*-netbsdelf*): New target.
3998 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
3999 (bfd_elf32_shnbsd_vec): New vector.
4000 (bfd_elf32_shlnbsd_vec): New vector.
4001 * configure: Regenerate.
4002 * elf32-sh-nbsd.c: New file.
4003 * targets.c: Update copyright years.
4004 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
4005 bfd_elf32_shnbsd_vec.
4006
4007 2002-01-07 Aldy Hernandez <aldyh@redhat.com>
4008
4009 * coff-rs6000.c (READ20): Use bfd_scan_vma.
4010
4011 2002-01-07 Geoffrey Keating <geoffk@redhat.com>
4012
4013 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
4014 of a symbol in a section that will be deleted.
4015
4016 2002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
4017
4018 * po/es.po: New file: Spanish translation.
4019 * configure.in (ALL_LINGUAS): Add es.
4020 * configure: Regenerate.
4021
4022 2002-01-06 Steve Ellcey <sje@cup.hp.com>
4023
4024 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
4025 argument so we can handle HP-UX specially.
4026 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
4027 (elfNN_hpux_backend_section_from_bfd_section): New for support
4028 of SHN_IA_64_ANSI_COMMON.
4029 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
4030 (is_unwind_section_name): Add special HP-UX support.
4031 (elfNN_ia64_section_from_shdr): Add support for more sections.
4032 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
4033 add support for more sections.
4034 (elfNN_ia64_additional_program_headers): Modify
4035 is_unwind_section_name call.
4036 (elfNN_ia64_modify_segment_map): Remove assumption that there is
4037 only one unwind section in segment.
4038
4039 2002-01-06 Alan Modra <amodra@bigpond.net.au>
4040
4041 * syms.c (_bfd_generic_make_empty_symbol): New function.
4042 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
4043 _bfd_generic_make_empty_symbol.
4044 * libbfd.h: Regenerate.
4045 * bfd-in2.h: Regenerate.
4046 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
4047 (hppabsd_core_get_symtab_upper_bound): Don't define.
4048 (hppabsd_core_get_symtab): Likewise.
4049 (hppabsd_core_print_symbol): Likewise.
4050 (hppabsd_core_get_symbol_info): Likewise.
4051 (hppabsd_core_bfd_is_local_label_name): Likewise.
4052 (hppabsd_core_get_lineno): Likewise.
4053 (hppabsd_core_find_nearest_line): Likewise.
4054 (hppabsd_core_bfd_make_debug_symbol): Likewise.
4055 (hppabsd_core_read_minisymbols): Likewise.
4056 (hppabsd_core_minisymbol_to_symbol): Likewise.
4057 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
4058 Formatting fixes.
4059 * hpux-core.c: Similarly.
4060 * irix-core.c: Similarly.
4061 * osf-core.c: Similarly.
4062 * sco5-core.c: Similarly.
4063 * binary.c (binary_make_empty_symbol): Remove function, define as
4064 _bfd_generic_make_empty_symbol.
4065 * ihex.c (ihex_make_empty_symbol): Likewise.
4066 * mmo.c (mmo_make_empty_symbol): Likewise.
4067 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
4068 * srec.c (srec_make_empty_symbol): Likewise.
4069 * versados.c (versados_make_empty_symbol): Likewise.
4070 * vms.c (_bfd_vms_make_empty_symbol): Remove.
4071 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
4072 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
4073 rather than _bfd_vms_make_empty_symbol.
4074 * vms-misc.c (new_symbol): Likewise.
4075
4076 2002-01-05 Alan Modra <amodra@bigpond.net.au>
4077
4078 * section.c (bfd_section_init): Remove unnecessary initialisations.
4079 (bfd_section_list_clear): New function.
4080 (bfd_section_list_remove, bfd_section_list_insert): New macros.
4081 (_bfd_strip_section_from_output): Use them.
4082 * coffcode.h (coff_set_alignment_hook): Likewise.
4083 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
4084 * elf64-mips.c (mips_elf64_final_link): Likewise.
4085 * elf64-mmix.c (mmix_elf_final_link): Likewise.
4086 * sunos.c (sunos_add_dynamic_symbols): Likewise.
4087 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
4088 * bfd-in2.h: Regenerate.
4089
4090 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
4091 rather than doing our own section handling. Clean up after errors
4092 with bfd_release and bfd_section_list_clear. Handle unexpected
4093 flags.
4094 * aoutf1.h (sunos4_core_file_p): Likewise.
4095 * aix386-core.c (aix386_core_file_p): Likewise.
4096 * cisco-core.c (cisco_core_file_validate): Likewise.
4097 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
4098 * trad-core.c (trad_unix_core_file_p): Likewise.
4099
4100 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
4101 with bfd_release and bfd_section_list_clear.
4102 * hpux-core.c (hpux_core_core_file_p): Likewise.
4103 * irix-core.c (irix_core_core_file_p): Likewise.
4104 * lynx-core.c (lynx_core_file_p): Likewise.
4105 * osf-core.c (osf_core_core_file_p): Likewise.
4106 * rs6000-core.c (rs6000coff_core_p): Likewise.
4107 * sco5-core.c (sco5_core_file_p): Likewise.
4108
4109 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
4110 sign extension adjustments without conditionals.
4111
4112 2002-01-04 Jakub Jelinek <jakub@redhat.com>
4113
4114 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
4115 CIE at .eh_frame start is removed due to no FDEs referencing it.
4116
4117 2002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4118
4119 * config.bfd (x86_64-*-netbsd*): New target.
4120 * configure.in (x86_64-*-netbsd*): Set COREFILE
4121 to netbsd-core.lo.
4122 * configure: Regenerated.
4123
4124 2002-01-03 Tom Rix <trix@redhat.com>
4125
4126 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
4127 for recent bfd_make_section_anyway change.
4128
4129 2002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
4130
4131 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
4132 R_ARM_THM_PC11 reloc.
4133
4134 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
4135
4136 * configure.in (LINGUAS): Add ja.
4137 * configure: Regenerate.
4138 * po/ja.po: Import from translation project's web site.
4139
4140 2002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
4141
4142 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
4143 messages to ease translation into other languages.
4144
4145 For older changes see ChangeLog-0001
4146 \f
4147 Local Variables:
4148 mode: change-log
4149 left-margin: 8
4150 fill-column: 74
4151 version-control: never
4152 End:
This page took 0.175338 seconds and 3 git commands to generate.