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