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