]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
Use current date in ChangeLog entry.
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
048d873d
RH
12002-06-02 Richard Henderson <rth@redhat.com>
2
3 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
4 null when there are no got entries for a symbol.
5 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
6 uninitialized variable warning.
7
4a67a098
RH
82002-06-01 Richard Henderson <rth@redhat.com>
9
10 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
11 undefined symbols here.
12 (elf64_alpha_relax_section): Do it here. Also test for not
13 defined in the current module.
14 (elf64_alpha_relocate_section_r): Split out of ...
15 (elf64_alpha_relocate_section): ... here. Don't dereference
16 NULL when looking up local got entries.
17
f44f99a5
RH
182002-06-01 Richard Henderson <rth@redhat.com>
19
20 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
21 symbols from JSR relaxation.
22 (elf64_alpha_size_plt_section_1): New.
23 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
24 (elf64_alpha_size_rela_got_1): ... here.
25 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
26 (elf64_alpha_size_rela_got_section): ... here.
27 (elf64_alpha_size_plt_section): New.
28 (elf64_alpha_relax_section): Call them.
29 (elf64_alpha_size_got_sections): Remove output_bfd arg.
30 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
31
9e756d64
RH
322002-06-01 Richard Henderson <rth@redhat.com>
33
34 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
35 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
36 in shared libraries. Fix DTPRELHI and TPRELHI value.
37 (INSN_ADDQ, INSN_RDUNIQ): New.
38 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
39 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
40 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
41 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
42 Handle GOTDTPREL and GOTTPREL relocations.
43 (elf64_alpha_relax_gprelhilo): New.
44 (elf64_alpha_relax_tls_get_addr): New.
45 (elf64_alpha_relax_find_tls_segment): New.
46 (elf64_alpha_relax_section): Handle TLS relocations.
47 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
48 (elf64_alpha_check_relocs): Set it.
49
c853d7f6
RH
502002-06-01 Richard Henderson <rth@redhat.com>
51
b646261c
RH
52 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
53
c853d7f6
RH
54 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
55 check; don't suppress dynamic relocs for non-allocated sections.
56
d7e41a96
RH
57 * elf64-alpha.c: Remove dead code.
58
5f333394
AM
592002-05-31 Alan Modra <amodra@bigpond.net.au>
60
08e0ee05
AM
61 * bfd-in2.h: Regenerate.
62 * libbfd.h: Regenerate.
63 * po/SRC-POTFILES.in: Regenerate.
64
5f333394
AM
65 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
66 space for bss .plt.
67
caf47ea6
AM
682002-05-31 Graeme Peterson <gp@qnx.com>
69
70 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
71 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
72 Run "make dep-am".
73 * Makefile.in: Regenerate.
74 * config.bfd: Add i[3456]86-*-nto-qnx* support.
75 * configure.in: Add bfd_elf32_i386qnx_vec support.
76 * configure: Regenerate.
77 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
78 is_contained_by_filepos, and copy_private_bfd_data_p.
79 * elf.c (assign_file_positions_for_segments): Call backend
80 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
81 (IS_CONTAINED_BY_FILEPOS): Define.
82 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
83 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
84 Fix non-K&R call to _bfd_error_handler.
85 (_bfd_elf_copy_private_section_data): Use backend
86 copy_private_bfd_data_p.
87 * elf32-i386.c: Don't include elfxx-target.h when
88 ELF32_I386_C_INCLUDED is defined.
89 * elf32-i386qnx.c: New QNX elf backend file.
90 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
91 elf_backend_is_contained_by_filepos, and
92 elf_backend_do_copy_private_bfd_data.
93 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
94
5bc56484
AM
952002-05-31 Alan Modra <amodra@bigpond.net.au>
96
97 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
98 Move other similar defines to start of file.
99
1b164155
TR
1002002-05-30 Tom Rix <trix@redhat.com>
101
102 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
103 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
104
3765b1be
RH
1052002-05-30 Richard Henderson <rth@redhat.com>
106
107 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
108 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
109 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
110 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
111 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
112 (struct alpha_elf_obj_tdata): Rename total_got_entries and
113 n_local_got_entries to total_got_size and local_got_size.
114 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
115 (alpha_got_entry_size): New.
116 (elf64_alpha_relax_with_lituse): Use it.
117 (elf64_alpha_relax_without_lituse): Likewise.
118 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
119 (get_got_entry): New.
120 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
121 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
122 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
123 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
124 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
125 (elf64_alpha_calc_got_offsets): Likewise.
126 (alpha_dynamic_entries_for_reloc): New.
127 (elf64_alpha_calc_dynrel_sizes): Use it.
128 (elf64_alpha_size_dynamic_sections): Likewise.
129 (elf64_alpha_relocate_section): Handle TLS relocations.
130 * reloc.c: Add Alpha TLS relocations.
131 * bfd-in2.h, libbfd.h: Rebuild.
132
5e226794
NC
1332002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
134
135 * peXXigen.c (pe_print_idata): Remove double printed
136 import table lines; add Bound-To comment.
137
90ace9e9
JT
1382002-05-29 Matt Thomas <matt@3am-software.com>
139
140 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
141 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
142 (elf32-vax.lo): New rule.
143 * Makefile.in: Regenerate.
144 * configure.in (bfd_elf32_vax_vec)
145 (vaxnetbsd_vec): New vectors.
146 * configure: Regenerate.
147 * config.bfd (vax-*-netbsdelf*)
148 (vax-*-netbsdaout*)
149 (vax-*-netbsd*): New targets.
150 * elf32-vax.c: New file.
151 * reloc.c: Add VAX relocations.
152 * bfd-in2.h: Regenerate.
153 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
154
4a253e81
JT
1552002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
156
157 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
158 and bfd_elf32_bigarm_vec to targ_selvecs.
159
6e7c73dd
CF
1602002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
161
162 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
163 with auto-imported symbols.
164
8afb0e02
NC
1652002-05-29 Adam Nemet <anemet@lnxw.com>
166
167 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
168 sections only record bfd.
169 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
170 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
171 * bfd-in2.h: Regenerate.
172
a95653f5
NC
1732002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
174
175 * syms.c (_bfd_stab_section_find_nearest_line): Move
176 declaration and initialisation of saw_line and saw_func out of
177 for loop.
178
7cdc5bba
AM
1792002-05-29 Alan Modra <amodra@bigpond.net.au>
180
181 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
182 (bfd_elf64_get_symbol_info): Define.
183 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
184
4c7aad1c
AM
1852002-05-29 Andrey Volkov <avolkov@transas.com>
186
187 * cpu-h8300.c: Make default h8300 machine first in machine list.
188
d172d4ba
NC
1892002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
190
191 * config.bfd: Added DLX configuraton.
192 * Makefile.am: Added DLX configuraton.
193 * configure.in: Added DLX configuraton.
194 * archures.c: Add DLX architecure.
195 * reloc.c: Add DLX relocs.
196 * targets.c: Added DLX target vector.
197 * configure: Regenerate.
198 * Makefile.in: Regenreate.
199 * bfd-in2.h: Regenreate.
200 * elf32-dlx.c: New file: Support DLX target.
201 * cpu-dlx.c: New file: Support DLX target.
202
d1329ca3
AM
2032002-05-25 Alan Modra <amodra@bigpond.net.au>
204
428d0de3
AM
205 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
206
d1329ca3
AM
207 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
208 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
209 strings to point inside function code sym string.
210 (func_desc_adjust): Likewise.
211 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
212
3bab7989
ML
2132002-05-24 Michal Ludvig <mludvig@suse.cz>
214
215 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
216 (elf64_x86_64_grok_psinfo): Added.
217
436e8db0
NC
2182002-05-24 TAMURA Kent <kent@netbsd.org>
219
220 * config.bfd: Add a target for i386-netbsdpe.
221
ea1e4b0d
AM
2222002-05-24 Alan Modra <amodra@bigpond.net.au>
223
224 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
225 and is_func_descriptor.
226 (func_desc_adjust): Hide function code sym in shared libs unless
227 there is a matching exported function descriptor sym.
228
13ae64f3
JJ
2292002-05-23 Jakub Jelinek <jakub@redhat.com>
230
231 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
232 for symbols from SHF_TLS section.
233 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
234 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
235 (map_sections_to_segments): Build PT_TLS segment if necessary.
236 (assign_file_positions_for_segments): Likewise.
237 (get_program_header_size): Account for PT_TLS segment.
238 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
239 SEC_THREAD_LOCAL sections to STT_TLS.
240 * reloc.c: Add 386 and IA-64 TLS relocs.
241 * section.c (SEC_THREAD_LOCAL): Define.
242 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
243 Remove.
244 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
245 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
246 unconditionally.
247 (struct elf_final_link_info): Add first_tls_sec.
248 (elf_bfd_final_link): Set first_tls_sec.
249 Compute elf_hash_table (info)->tls_segment.
250 (elf_link_output_extsym): Handle STT_TLS symbols.
251 (elf_link_input_bfd): Likewise.
252 * syms.c (BSF_THREAD_LOCAL): Define.
253 * bfd-in2.h: Rebuilt.
254 * libbfd.h: Rebuilt.
255 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
256 elf_i386_mkobject, elf_i386_object_p): New functions.
257 (elf_howto_table): Add TLS relocs.
258 (elf_i386_reloc_type_lookup): Support TLS relocs.
259 (elf_i386_info_to_howto_rel): Likewise.
260 (struct elf_i386_link_hash_entry): Add tls_type.
261 (struct elf_i386_obj_tdata): New.
262 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
263 New macros.
264 (struct elf_i386_link_hash_table): Add tls_ldm_got.
265 (link_hash_newfunc): Clear tls_type.
266 (elf_i386_check_relocs): Support TLS relocs.
267 (elf_i386_gc_sweep_hook): Likewise.
268 (allocate_dynrelocs): Likewise.
269 (elf_i386_size_dynamic_sections): Likewise.
270 (elf_i386_relocate_section): Likewise.
271 (elf_i386_finish_dynamic_symbol): Likewise.
272 (bfd_elf32_mkobject, elf_backend_object_p): Define.
273 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
274 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
275 want_tprel, want_dtpmod, want_dtprel.
276 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
277 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
278 R_IA64_LTOFF_TPREL22.
279 (elf_code_to_howto_index): Add TLS relocs.
280 (elfNN_ia64_check_relocs): Support TLS relocs.
281 (allocate_global_data_got): Account for TLS .got data.
282 (allocate_dynrel_entries): Account for TLS dynamic relocations.
283 (elfNN_ia64_install_value): Supprt TLS relocs.
284 (set_got_entry): Support TLS relocs.
285 (elfNN_ia64_relocate_section): Likewise.
286
c62e1cc3
NC
2872002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
288
289 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
290 BLX reloc round the relocation up rather than down.
291 * coff-arm.c (coff_arm_relocate_section): Likewise.
292
c5a43a5d
L
2932002-05-21 H.J. Lu (hjl@gnu.org)
294
295 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
296 definition.
297
afbe61cf
AM
2982002-05-22 Alan Modra <amodra@bigpond.net.au>
299
300 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
301 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
302
9c07fe7c
AM
3032002-05-22 Alan Modra <amodra@bigpond.net.au>
304
305 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
306 unresolved relocs.
307 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
308
21611032
TS
3092002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
310
311 * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
312 non-ELF targets.
313
41241523
TS
3142002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
315
316 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
317 an error value.
318 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
319 return with false on error.
320 (elf_link_input_bfd): Check reloc_emitter return value.
321
658f2588
JT
3222002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
323
324 * config.bfd (armeb-*-netbsdelf*): New target.
325
c862ae31
AM
3262002-05-20 Alan Modra <amodra@bigpond.net.au>
327
328 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
329 at the plt call stub.
330
6dd14845
TS
3312002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
332
333 * cpu-mips.c (mips_compatible): Don't try to check machine
334 compatibility.
335
a58d9c34
TR
3362002-05-18 Tom Rix <trix@redhat.com>
337
338 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
339
ef60b7ff
AM
3402002-05-17 Alan Modra <amodra@bigpond.net.au>
341
342 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
343 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
344 we've already warned about an undefined symbol. Report more
345 detail on reloc errors.
346
a703a6ea
AM
3472002-05-17 Alan Modra <amodra@bigpond.net.au>
348
349 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
350 * configure.in: Invoke AM_INSTALL_LIBBFD.
351 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
352 (install_libbfd): .. New target.
353 (uninstall_libbfd): Likewise.
354 (install-bfdlibLTLIBRARIES): Likewise.
355 (uninstall-bfdlibLTLIBRARIES): Likewise.
356 (bfdlibdir): New.
357 (bfdincludedir): New.
358 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
359 * aclocal.m4: Regenerate.
360 * configure: Regenerate.
361 * Makefile.in: Regenerate.
362
2c13d98b
NC
3632002-05-17 Stuart Balfour <sbalfour@cisco.com>
364
365 * hash.c (bfd_hash_lookup): Remove computation of len from inside
366 hash loop.
367
629936c5
NC
3682002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
369
370 * config.bfd: Add targets for sh64-linux (little endian and
371 big endian).
372
e4cf60a8
NC
3732002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
374
375 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
376 is located in the same section as the import table. Instead
377 check, and if necessary load the section containing the thunk.
378
d1e66cd4
NC
3792002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
380
381 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
382 bfd_bread.
383 (xcoff64_core_file_matches_executable_p): Replace bfd_read
384 with bfd_bread.
d1e66cd4 385
2d653fc7
AM
3862002-05-15 Alan Modra <amodra@bigpond.net.au>
387
388 * aix5ppc-core.c: Warning fixes.
389 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
390 * aout-target.h (MY_bfd_link_just_syms): Define.
391 * aout-tic30.c (MY_bfd_link_just_syms): Define.
392 * bfd.c (bfd_link_just_syms): Define.
393 * binary.c (binary_bfd_link_just_syms): Define.
394 * bout.c (b_out_bfd_link_just_syms): Define.
395 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
396 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
397 * coffcode.h (coff_bfd_link_just_syms): Define.
398 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
399 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
400 (_bfd_elf_link_just_syms): Declare.
401 * elf.c (_bfd_elf_link_just_syms): New function.
402 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
403 sections haven't already been discarded by the linker.
404 * elflink.h (elf_link_add_object_symbols): Likewise for stab
405 sections and SEC_MERGE sections.
406 (elf_bfd_discard_info): Similarly here.
407 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
408 * i386msdos.c (msdos_bfd_link_just_syms): Define.
409 * i386os9k.c (os9k_bfd_link_just_syms): Define.
410 * ieee.c (ieee_bfd_link_just_syms): Define.
411 * ihex.c (ihex_bfd_link_just_syms): Define.
412 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
413 (_bfd_generic_link_just_syms): Declare.
414 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
415 * linker.c (_bfd_generic_link_just_syms): New function.
416 * mmo.c (mmo_bfd_link_just_syms): Define.
417 * nlm-target.h (nlm_bfd_link_just_syms): Define.
418 * oasys.c (oasys_bfd_link_just_syms): Define.
419 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
420 * som.c (som_bfd_link_just_syms): Define.
421 * srec.c (srec_bfd_link_just_syms): Define.
422 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
423 (BFD_JUMP_TABLE_LINK): And here.
424 * tekhex.c (tekhex_bfd_link_just_syms): Define.
425 * versados.c (versados_bfd_link_just_syms): Define.
426 * vms.c (vms_bfd_link_just_syms): Define.
427 * libbfd.h: Regenerate.
428 * bfd-in2.h: Regenerate.
429
cb7394f2
TS
4302002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
431
432 * elf32-mips.c: Remove superfluous definitions copied from
433 elfxx-mips.c.
434 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
435 SGIish vectors to check the special case.
436 (mips_elf_hi16_reloc): Fix comment.
437 (mips_elf_got16_reloc): Likewise.
438 (_bfd_mips_elf32_gprel16_reloc): Likewise.
439 (elf_reloc_map): Code cleanup.
440 (mips_reloc_map): Add comment.
441 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
442 (mips_elf32_rtype_to_howto): Likewise.
443 (mips_elf32_discard_info): Likewise.
444 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
445 lead to IRIX compatibility now.
446
8dc1a139
TS
4472002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
448
449 * elfxx-mips.c: Call it IRIX, not Irix in comments.
450
2051e1b5
JT
4512002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
452
453 * config.bfd (shle-*-netbsdelf*): Add target which includes
454 sh64 support.
455
83954261
AM
4562002-05-13 David Edelsohn <edelsohn@gnu.org>
457
458 * configure.in: Revert 2002-04-07. Instead, auto-configure
459 HAVE_ST_C_IMPL.
460 * configure: Regenerate.
461 * config.in: Regenerate.
462 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
463 or AIX_5_CORE.
464
a9bf1154
NC
4652002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
466
467 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
468 corefiles as well.2
469 * configure: Regenerate.
470
3129eb7a
AM
4712002-05-13 Alan Modra <amodra@bigpond.net.au>
472
473 * Makefile.am (install-data-local): Install headers to
474 $(exec_prefix)/include.
475 * Makefile.in: Regenerate.
476
a9a32010
DJ
4772002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
478 Daniel Jacobowitz <drow@mvista.com>
479
480 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
481 map BFD_RELOC_RVA.
482
4832002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
484
485 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
486 hppa*-*-openbsd*): New targets.
487 * configure.in (alpha*-*-openbsd*): Set COREFILE.
488 * configure: Regenerate.
489
f1f0d9ab
TR
4902002-05-10 Tom Rix <trix@redhat.com>
491
ea1e4b0d 492 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
493 xcoff64_ppc_relocate_section.
494 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
495 * libxcoff.h: Common xcoff_reloc_type function declaration.
496
c432ba1a
AM
4972002-05-10 Alan Modra <amodra@bigpond.net.au>
498
16a10388
AM
499 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
500 addend in 2002-05-09 commit.
501
c432ba1a
AM
502 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
503 don't look for stubs on all undefined syms.
504
4a335f3d
AM
5052002-05-09 Alan Modra <amodra@bigpond.net.au>
506
8fc39d5d
AM
507 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
508 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
509 pcrel_offset.
510
4a335f3d
AM
511 * elf32-i386.c (elf_howto_table): Comments.
512 (elf_i386_relocate_section): Handle more relocs for relocatable
513 linking and against SEC_MERGE sections.
514
41fcb14e
AM
5152002-05-08 Alan Modra <amodra@bigpond.net.au>
516
517 * elf32-ppc.c (ppc_elf_create_got): New function.
518 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 519 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
520 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
521 _bfd_elf_create_got_section.
522
b491616a
AM
5232002-05-07 Alan Modra <amodra@bigpond.net.au>
524
525 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
526 * elfxx-target.h (elf_backend_rela_normal): Define.
527 (elfNN_bed): Init rela_normal.
528 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
529 for section symbols here if rela_normal. Simplify abs section test.
530 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
531 return immediately. Remove code handling relocatable linking.
532 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
533 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
534 * elf32-i370.c (i370_elf_relocate_section): Likewise.
535 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
536 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
537 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
538 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
539 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
540 * elf32-s390.c (elf_s390_relocate_section): Likewise.
541 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
542 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
543 * elf64-s390.c (elf_s390_relocate_section): Likewise.
544 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
545 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
546 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
547 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
548 * elf-m10200.c (elf_backend_rela_normal): Define.
549 * elf-m10300.c (elf_backend_rela_normal): Define.
550 * elf32-fr30.c (elf_backend_rela_normal): Define.
551 * elf32-i370.c (elf_backend_rela_normal): Define.
552 * elf32-i860.c (elf_backend_rela_normal): Define.
553 * elf32-m68k.c (elf_backend_rela_normal): Define.
554 * elf32-mcore.c (elf_backend_rela_normal): Define.
555 * elf32-openrisc.c (elf_backend_rela_normal): Define.
556 * elf32-ppc.c (elf_backend_rela_normal): Define.
557 * elf32-s390.c (elf_backend_rela_normal): Define.
558 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
559 * elf64-ppc.c (elf_backend_rela_normal): Define.
560 * elf64-s390.c (elf_backend_rela_normal): Define.
561 * elf64-x86-64.c (elf_backend_rela_normal): Define.
562 * elfxx-ia64.c (elf_backend_rela_normal): Define.
563 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
564 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
565
df212a7e
NC
5662002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
567
568 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
569 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
570
3decf53c
AM
5712002-05-06 Alan Modra <amodra@bigpond.net.au>
572
573 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
574 when not relocatable. Fix reloc_emitter call for K&R.
575
f46c2da6
AM
5762002-05-04 Alan Modra <amodra@bigpond.net.au>
577
578 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
579 reloading local sym addend mistakenly removed in 2002-05-01 change.
580
581 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
582 (read_abbrevs): Change "offset" param to bfd_vma.
583 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
584 Change "abbrev_offset" to bfd_vma.
585 (read_indirect_string): Use correct conversion chars in error
586 message format string, cast bfd_vma's to unsigned long.
587 (read_abbrevs): Likewise.
588 (read_attribute_value): Likewise.
589 (decode_line_info): Likewise.
590 (scan_unit_for_functions): Likewise.
591 (parse_comp_unit): Likewise.
592
59862849
TR
5932002-05-04 Tom Rix <trix@redhat.com>
594
595 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
596 (coff_swap_reloc_out): Same.
597 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
598 (xcoff_swap_reloc_out): Same.
599 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
600 case some 16 bit relocs. Add reloc value to output.
601 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 602 R_RBR. Improve names.
59862849
TR
603 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
604 (bfd_xcoff_backend_data): Update with new reloc swap names.
605 (bfd_pmac_xcoff_backend_data) : Same.
606 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
607 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 608 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 609 R_POS. Add reloc value to output.
ea1e4b0d
AM
610 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
611 bit R_RBR. Improve names, masks.
59862849
TR
612 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
613 (bfd_xcoff_backend_data): Update with new reloc swap names.
614 (bfd_xcoff_aix5_backend_data) : Same.
615
b4655ea9
AM
6162002-05-04 Alan Modra <amodra@bigpond.net.au>
617
618 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
619 bfd_count top_index, input_list, all_local_syms.
620 (elf32_hppa_setup_section_lists): New function, split from
621 elf32_hppa_size_stubs.
622 (elf32_hppa_next_input_section): Likewise.
623 (group_sections): Likewise.
624 (get_local_syms): Likewise.
625 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
626 stubs on undefined syms too.
627 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 628 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
629 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
630 (elf32_hppa_next_input_section): Declare.
631
301e3139
AM
6322002-05-04 Bob Byrnes <byrnes@curl.com>
633
634 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
635 _bfd_new_bfd.
636
7c5fcef7
L
6372002-05-03 H.J. Lu (hjl@gnu.org)
638
639 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
640 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
641 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
642 to hide a global symbol.
643 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 644 forced_local to true.
7c5fcef7 645
84de6048
RH
6462002-05-02 Richard Henderson <rth@redhat.com>
647
648 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
649 vs SHN_UNDEF to zero.
650
805fc799
AM
6512002-05-02 Alan Modra <amodra@bigpond.net.au>
652
c061c2d8
AM
653 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
654 16 bit reloc.
655 <R_PPC64_SECTOFF_DS>: Likewise.
656 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
657 SECTOFF reloc.
658 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
659 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
660 SECTOFF reloc.
661
805fc799
AM
662 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
663 (ppc64_elf_ha_reloc): New function.
664 (ppc64_elf_brtaken_reloc): New function.
665 (ppc64_elf_sectoff_reloc): New function.
666 (ppc64_elf_sectoff_ha_reloc): New function.
667 (ppc64_elf_toc_reloc): New function.
668 (ppc64_elf_toc_ha_reloc): New function.
669 (ppc64_elf_toc64_reloc): New function.
670 (ppc64_elf_unhandled_reloc): New function.
671 (ppc64_elf_howto_raw): Use the above.
672 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
673 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
674 <R_PPC64_SECTOFF_DS>: Likewise.
675 (IS_ABSOLUTE_RELOC): Update.
676 (struct ppc_link_hash_table): Add have_undefweak.
677 (ppc64_elf_link_hash_table_create): Init.
678 (func_desc_adjust): Set have_undefweak.
679 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
680 add the .sfpr blr when have_undefweak.
681 (ppc64_elf_setup_section_lists): Check hash table flavour.
682 (ppc64_elf_next_input_section): Move output_section->owner test to
683 ppc64elf.em.
684 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
685 and relocatable test. Return TOCstart and don't set elf_gp.
686 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
687 offset calculation. Add assert on weak sym branch tweaks.
688 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
689 (ppc64_elf_toc): Declare.
690 (ppc64_elf_next_input_section): Update.
ea1e4b0d 691
818c39a3
AM
6922002-05-01 Alan Modra <amodra@bigpond.net.au>
693
694 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
695 file_name.
696
721956f4
AM
6972002-05-01 Alan Modra <amodra@bigpond.net.au>
698
699 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
700 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
701 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
702 call branches. Correct undefined weak destination.
703 (ppc64_elf_func_desc_adjust): Always create at least one blr in
704 .sfpr, and correct case where either only savef* or restf* is
705 needed.
706
707 Long branch stubs, multiple stub sections.
708 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
709 (ppc64_elf_next_input_section): Declare.
710 * elf64-ppc.c: Move linker-only prototypes.
711 (STUB_SUFFIX): Define.
712 (enum ppc_stub_type): New.
713 (struct ppc_stub_hash_entry): New.
714 (struct ppc_branch_hash_entry): New.
715 (struct ppc_link_hash_entry): Add stub_cache, oh.
716 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
717 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
718 Rename plt_overflow to stub_error.
719 (ppc_stub_hash_lookup): Define.
720 (ppc_branch_hash_lookup): Define.
721 (stub_hash_newfunc): New function.
722 (branch_hash_newfunc): New function.
723 (link_hash_newfunc): Init new fields.
724 (ppc64_elf_link_hash_table_create): Likewise.
725 (ppc64_elf_link_hash_table_free): New function.
726 (ppc_stub_name): New function.
727 (ppc_get_stub_entry): New function.
728 (ppc_add_stub): New function.
729 (create_linkage_sections): Use bfd_make_section_anyway. Create
730 .branch_lt and .rela.branch_lt sections. Don't create .stub.
731 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
732 and set up for plt call stubs. Link func and func desc syms.
733 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
734 (func_desc_adjust): Avoid hash lookup when func desc sym available
735 via shortcut, and set links when processing.
736 (ppc64_elf_hide_symbol): Likewise.
737 (allocate_dynrelocs): Don't allocate stub section here.
738 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
739 Remove sstub code.
740 (ppc_type_of_stub): New function.
741 (build_one_stub): Delete.
742 (ppc_build_one_stub): New function.
743 (ppc_size_one_stub): New function.
744 (ppc64_elf_setup_section_lists): New function.
745 (ppc64_elf_next_input_section): New function.
746 (group_sections): New function.
747 (get_local_syms): New function.
748 (ppc64_elf_size_stubs): Rewrite.
749 (ppc64_elf_build_stubs): Rewrite.
750 (ppc64_elf_relocate_section): Look up stub entry for REL24
751 relocs. Don't propagate REL14* to dynamic objects. Look for long
752 branch stubs if REL14* or REL24 relocs won't reach.
753 (bfd_elf64_bfd_link_hash_table_free): Define.
754
09c2219b
MM
7552002-04-30 Mark Mitchell <mark@codesourcery.com>
756
757 * bfd/config.bfd: Add support for powerpc-*-windiss.
758
07b678c0
TR
7592002-04-30 Tom Rix <trix@redhat.com>
760
761 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
762 symbol names into the hash table.
763
dbe341c6
TR
7642002-04-28 Tom Rix <trix@redhat.com>
765
766 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 767 calulating relocations.
dbe341c6 768 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
769 (xcoff_ppc_relocate_section): Use relocation and complain function
770 tables.
771 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
772 (xcoff_complain_overflow_signed_func): Same.
773 (xcoff_complain_overflow_bitfield_func): Same.
774 (xcoff_complain_overflow_dont_func): Same.
775 (xcoff_reloc_type_crel): New recot function.
776 (xcoff_reloc_type_br): Same.
777 (xcoff_reloc_type_ba): Same.
778 (xcoff_reloc_type_toc): Same.
779 (xcoff_reloc_type_rel): Same.
780 (xcoff_reloc_type_neg): Same.
781 (xcoff_reloc_type_pos): Same.
782 (xcoff_reloc_type_fail): Same.
783 (xcoff_reloc_type_noop): Same.
784 * libxcoff.h : Declare common parts for xcoff64.
785 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 786 and complain function tables.
dbe341c6 787
985142a4
AM
7882002-04-28 Alan Modra <amodra@bigpond.net.au>
789
790 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
791 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
792
eba91044
AM
7932002-04-26 Alan Modra <amodra@bigpond.net.au>
794
e54fdaa5
AM
795 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
796 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
797
a50c1845
AM
798 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
799 same as the output before calling elf_link_input_bfd.
800
eba91044
AM
801 * coffcode.h (coff_compute_section_file_positions): Set
802 section_tail after shuffling section list.
803
3c25c5f6
NC
8042002-04-24 Christian Groessler <chris@groessler.org>
805
806 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
807 addresses are 23bit with a special layout, not plain 32bit
808 values. Prevent relocation of immediate values.
809
40d32fc6
CD
8102002-04-24 Chris G. Demetriou <cgd@broadcom.com>
811
812 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
813 MIPS-16 ASE flags are set, print something to indicate that.
814
067fa4a6
AM
8152002-04-23 Alan Modra <amodra@bigpond.net.au>
816
817 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
818 under which a plt call stub is used.
819 (final_link_relocate): Similarly.
820 (allocate_plt_static): Clear h-plabel except when plt entry is
821 exclusively used for a plabel.
822 (allocate_dynrelocs): Use the above to simplify plt sizing.
823 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
824 (elf32_hppa_link_hash_table_create): Init.
825 (BL22_RP): Define.
826 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
827 (elf32_hppa_check_relocs): Set has_22bit_branch.
828
829 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
830 (final_link_relocate): Likewise.
831
af40ce3c
JJ
8322002-04-22 Jakub Jelinek <jakub@redhat.com>
833
834 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
835 search table if some FDE is DW_EH_PE_aligned encoded either.
836 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
837
09ae86c2
JJ
8382002-04-22 Richard Smith <richard@ex-parrot.com>
839 Jakub Jelinek <jakub@redhat.com>
840
841 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
842 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
843 encoded personality.
844 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
845 for CIE/FDE removal.
846
deeb2cd7
TR
8472002-04-20 Tom Rix <trix@redhat.com>
848
849 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
850
99dc0092
AM
8512002-04-20 Alan Modra <amodra@bigpond.net.au>
852
aa3d5824
AM
853 * archures.c (bfd_lookup_arch): Move the list order comment..
854 (struct bfd_arch_info): ..to where it belongs.
855 * bfd-in2.h: Regenerate.
856
99dc0092
AM
857 * archures.c (bfd_lookup_arch): Add comment on list order.
858 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
859 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
860 is always at head of list.
861
7831a775
NC
8622002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
863
864 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
865 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
866 definition of these functions for ARM_WINCE builds as they are
867 not used.
ea1e4b0d 868 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
869 for ARM_WINCE builds.
870
8712002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
872
ea1e4b0d 873 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
874
8752002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
876
877 * cpu-sh.c (scan_mach): Delete.
878 (arch_info_struct): Replace scan_mach with bfd_default_scan.
879 (bfd_sh_arch): Likewise.
880
3d8dbe36
NC
8812002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
882
883 * ihex.c (ihex_write_object_contents): Fix check for records
884 crossing 64K boundaries.
885
4ab82700
AM
8862002-04-16 Alan Modra <amodra@bigpond.net.au>
887
888 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
889 type rather than just assuming entries are ELF.
890 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
891 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
892 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
893 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
894 rather than elf_link_hash_entry.
895
036fe0fe
RH
8962002-04-15 Richard Henderson <rth@redhat.com>
897
898 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
899 n32 binaries.
900
c4f3d130
NC
9012002-04-15 Michael Snyder <msnyder@redhat.com>
902
903 * opncls.c (bfd_close): Write contents if writeable.
904 Minor formatting tidy-ups.
905
4ab82700 9062002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
907
908 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
909
0c04d169
MS
9102002-04-12 Michael Snyder <msnyder@redhat.com>
911
912 * bfd-in.h (bfd_get_section_lma): New access macro.
913 Minor white-space fix-up.
914
89d4966f
AM
9152002-04-12 Alan Modra <amodra@bigpond.net.au>
916
917 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
918 header pad.
919
8d0da3c2
DD
9202002-04-09 DJ Delorie <dj@redhat.com>
921
922 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
923
05793179
NC
9242002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
925
926 * coffcode.h (coff_read_word): New.
927 (coff_compute_checksum): New.
928 (coff_apply_checksum): New.
929 (coff_write_object_contents): Call coff_apply_checksum () to
930 apply checksum to PE image.
931
46fe4e66
AM
9322002-04-08 Randolph Chung <tausq@debian.org>
933
934 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
935 (elf32_hppa_final_link): Split out sorting logic to..
936 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
937 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
938
3b5b409c
AC
9392002-04-07 Andrew Cagney <ac131313@redhat.com>
940
941 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
942 pattern.
943 * configure: Re-generate.
944
ac7b6ceb
AC
9452002-04-07 Andrew Cagney <ac131313@redhat.com>
946
947 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
948 is greater or equal to 4.3.3.
949 * configure: Regenerate.
950 Fix PR gdb/344.
951
44aa49bb
HPN
9522002-04-05 Hans-Peter Nilsson <hp@axis.com>
953
954 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
955 R_CRIS_32_PCREL>: Fix typo in name.
956 (cris_elf_check_relocs): Always create .rela.got here when
957 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
958 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
959 assume it's created.
960
e2d34d7d
DJ
9612002-04-04 Daniel Jacobowitz <drow@mvista.com>
962
963 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
964 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
965 define.
966 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
967 * bfd.c (bfd_link_hash_table_free): Define.
968 * binary.c (binary_bfd_link_hash_table_free): Define.
969 * bout.c (b_out_bfd_link_hash_table_free): Define.
970 * coff-rs6000.c (rs6000coff_vec): Include
971 _bfd_generic_link_hash_table_free.
972 (pmac_xcoff_vec): Likewise.
973 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
974 (aix5coff64_vec): Likewise.
975 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
976 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
977 (bfd_elf32_bfd_link_hash_table_free): Define.
978 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
979 (bfd_elf32_bfd_link_hash_table_free): Define.
980 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
981 define.
982 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
983 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
984 * ieee.c (ieee_bfd_link_hash_table_free): Define.
985 * ihex.c (ihex_bfd_link_hash_table_free): Define.
986 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
987 (_bfd_generic_link_hash_table_free): Add prototype.
988 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
989 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
990 * linker.c (_bfd_generic_link_hash_table_free): New function.
991 * mmo.c (mmo_bfd_link_hash_table_free): Define.
992 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
993 * oasys.c (oasys_bfd_link_hash_table_free): Define.
994 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
995 * som.c (som_bfd_link_hash_table_free): Define.
996 * srec.c (srec_bfd_link_hash_table_free): Define.
997 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
998 * versados.c (versados_bfd_link_hash_table_free): Define.
999 * vms.c (vms_bfd_link_hash_table_free): New function.
1000 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
1001
1002 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
1003 instead of bfd_alloc.
1004 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
1005 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
1006 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
1007 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
1008 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
1009 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
1010 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
1011 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
1012 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
1013 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
1014 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
1015 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
1016 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
1017 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
1018 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
1019 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
1020 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
1021 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
1022 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
1023 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
1024 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
1025 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
1026 * m68klinux.c (linux_link_hash_table_create): Likewise.
1027 * sparclinux.c (linux_link_hash_table_create): Likewise.
1028 * sunos.c (sunos_link_hash_table_create): Likewise.
1029 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
1030
1031 * targets.c: Add _bfd_link_hash_table_free to xvec.
1032
1033 * bfd-in2.h: Regenerate.
1034 * libbfd.h: Regenerate.
1035 * libcoff.h: Regenerate.
1036
830629ab
AM
10372002-04-04 Alan Modra <amodra@bigpond.net.au>
1038
1039 * dep-in.sed: Cope with absolute paths.
1040 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
1041 Run "make dep-am".
1042 * Makefile.in: Regenerate.
1043 * coff-arm.c: Fix copyright date.
1044 * cpu-h8300.c: Likewise.
1045 * cpu-i370.c: Likewise.
1046 * cpu-s390.c: Likewise.
1047 * cpu-mips.c: Likewise.
1048 * po/SRC-POTFILES.in: Regenerate.
1049
c6e90b02
TS
10502002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1051
1052 * Makefile.am: Add elfxx-mips.c to the known backends.
1053 (elf32-mips.lo): remove dependency to coff/external.h.
1054 * Makefile.in: Regenerate.
1055 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
1056 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
1057 accordingly.
1058 * configure: Regenerate.
1059 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
1060 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
1061 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
1062 MIPS specific backend functions.
1063 * elf32-mips.c: Moved most code to elfxx-mips.c.
1064 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
1065 static.
1066 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
1067 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
1068 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
1069 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
1070 interface to allow selection of the right REL or RELA howto table.
1071 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
1072 static. Let it refuse n32 objects.
1073 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
1074 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
1075 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
1076 (elf32_mips_ignore_discarded_relocs): Rename from
1077 _bfd_elf32_mips_ignore_discarded_relocs.
1078 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
1079 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
1080 (elf_mips_howto_table_rela): Remove.
1081 * elf64-mips.c: Moved most code to elfxx-mips.c.
1082 (bfd_elf64_bfd_reloc_type_lookup): Make static.
1083 (mips_elf64_rtype_to_howto): New function.
1084 (mips_elf64_object_p): Likewise.
1085 (elf64_mips_irix_compat): Likewise.
1086 * elfxx-mips.c: New file containing common code merged together from
1087 elf32-mips.c and elf64-mips.c.
1088 * elfxx-mips.h: New file containing MIPS specific prototypes from
1089 elf-bfd.h.
1090 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
1091 elf_backend_mips_rtype_to_howto.
1092
d8dce692
AM
10932002-04-04 Alan Modra <amodra@bigpond.net.au>
1094
1095 * srec.c (MAXCHUNK, Chunk): Revise comments.
1096 (srec_write_record): Correct buffer size.
1097 (srec_write_header): Do without intermediate buffer.
1098 (srec_write_section): Validate Chunk.
1099 (srec_write_terminator): Pass NULL instead of dummy buffer.
1100 (srec_write_symbols): Pass file and symbol names directly to
1101 bfd_bwrite so sprintf won't overflow buffer.
1102
b88a866a
JJ
11032002-04-03 Jakub Jelinek <jakub@redhat.com>
1104
1105 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
1106 PC relative relocs against hidden symbols.
1107 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1108
d7866f04
AM
11092002-04-03 Alan Modra <amodra@bigpond.net.au>
1110
1111 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
1112 LMAs, loop over segments until p_vaddr and p_memsz specify an
1113 extent enclosing the section.
1114
9e81ee67
NC
11152002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
1116
1117 * ihex.c (ihex_write_object_contents): Do not allow records to
1118 cross a 64K boundary - wrap if necessary.
1119
d2b64500
JT
11202002-04-01 Nathan Williams <nathanw@wasabisystems.com>
1121
1122 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
1123 which caused the returned LWP ID to always be 0.
1124
e36f7d53
RH
11252002-04-01 Richard Henderson <rth@redhat.com>
1126
1127 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1128 (elf32_sparc_relocate_section): Use it to figure out when to
1129 initialize .got entries.
1130 * elf64-sparc.c: Similarly.
1131
e92d460e
AM
11322002-03-28 Alan Modra <amodra@bigpond.net.au>
1133
1134 * linker.c (link_action): Ignore duplicate warning syms.
1135 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
1136 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
1137 (elf_adjust_dynamic_symbol): Likewise.
1138 (elf_export_symbol): Likewise.
1139 (elf_link_find_version_dependencies): Likewise.
1140 (elf_link_assign_sym_version): Likewise.
1141 (elf_link_sec_merge_syms): Likewise.
1142 (elf_link_output_extsym): Likewise.
1143 (elf_gc_sweep_symbol): Likewise.
1144 (elf_gc_propagate_vtable_entries_used): Likewise.
1145 (elf_gc_smash_unused_vtentry_relocs): Likewise.
1146 (elf_gc_allocate_got_offsets): Likewise.
1147 (elf_collect_hash_codes): Likewise.
1148 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
1149 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
1150 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
1151 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
1152 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
1153 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
1154 (elf_cris_discard_excess_dso_dynamics): Likewise.
1155 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
1156 (mark_PIC_calls): Likewise.
1157 (allocate_plt_static): Likewise.
1158 (allocate_dynrelocs): Likewise.
1159 (readonly_dynrelocs): Likewise.
1160 * elf32-i386.c (allocate_dynrelocs): Likewise.
1161 (readonly_dynrelocs): Likewise.
1162 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
1163 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
1164 * elf32-mips.c (mips_elf_output_extsym): Likewise.
1165 (mips_elf_sort_hash_table_f): Likewise.
1166 (mips_elf_check_mips16_stubs): Likewise.
1167 * elf32-s390.c (allocate_dynrelocs): Likewise.
1168 (readonly_dynrelocs): Likewise.
1169 * elf32-sh.c (sh_elf_discard_copies): Likewise.
1170 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
1171 (xstormy16_relax_plt_realloc): Likewise.
1172 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
1173 (elf64_alpha_output_extsym): Likewise.
1174 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
1175 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
1176 (mips_elf64_check_mips16_stubs): Likewise.
1177 (mips_elf64_output_extsym): Likewise.
1178 * elf64-ppc.c (func_desc_adjust): Likewise.
1179 (allocate_dynrelocs): Likewise.
1180 (readonly_dynrelocs): Likewise.
1181 * elf64-s390.c (allocate_dynrelocs): Likewise.
1182 (readonly_dynrelocs): Likewise.
1183 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
1184 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
1185 (readonly_dynrelocs): Likewise.
1186 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
1187 * aoutx.h (aout_link_write_other_symbol): Likewise.
1188 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
1189 (_bfd_coff_write_global_sym): Likewise.
1190 * i386linux.c (linux_tally_symbols): Likewise.
1191 * m68klinux.c (linux_tally_symbols): Likewise.
1192 * sparclinux.c (linux_tally_symbols): Likewise.
1193 * pdp11.c (aout_link_write_other_symbol): Likewise.
1194 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
1195 * xcofflink.c (xcoff_build_ldsyms): Likewise.
1196 (xcoff_write_global_symbol): Likewise.
1197
1198 * cofflink.c (_bfd_coff_final_link): Formatting.
1199 * cpu-mips.c (mips_compatible): Make static, prototype.
1200 * elf32-i386.c (elf_i386_check_relocs): Formatting.
1201 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
1202 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
1203 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
1204 (mips_elf64_final_link): Likewise.
1205 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
1206 prototype.
1207
2106126f
NC
12082002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
1209
1210 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
1211 (SWAP_OUT_RELOC_OFFSET): Define.
1212
b99d1833
AM
12132002-03-27 Gregory Steuck <greg@nest.cx>
1214
1215 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
1216 terminating NULL if empty symbol table.
1217 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
1218
ad43ed4c
L
12192002-03-26 H.J. Lu (hjl@gnu.org)
1220
1221 * elflink.h (elf_link_input_bfd): Revert the last change since
1222 the gcc exception handling isn't fixed yet.
1223
3851fca4
L
12242002-03-26 H.J. Lu (hjl@gnu.org)
1225
1226 * elflink.h (elf_link_input_bfd): Complain about relocations
1227 against local symbols in discarded sections.
1228
b91afed7
AM
12292002-03-26 Alan Modra <amodra@bigpond.net.au>
1230
1231 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
1232
dba143ef
AM
12332002-03-23 Alan Modra <amodra@bigpond.net.au>
1234
1235 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
1236 section file offset for !SEC_LOAD sections.
1237
ee29b9fb
RE
12382002-03-21 Richard Earnshaw <rearnsha@arm.com>
1239
830629ab
AM
1240 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
1241 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 1242
54327882
AM
12432002-03-21 Alan Modra <amodra@bigpond.net.au>
1244
1245 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
1246 Whitespace changes.
1247 * archive.c: Update copyright date.
1248 * bfd-in2.h: Regenerate.
1249 * libbfd.h: Regenerate.
1250 * Makefile.am: Run "make dep-am"
1251 * Makefile.in: Regenerate.
1252 * po/SRC-POTFILES.in: Regenerate.
1253
1ee24f27
DJ
12542002-03-20 Daniel Jacobowitz <drow@mvista.com>
1255
1256 * dwarf2.c (struct funcinfo): Move up.
1257 (lookup_address_in_function_table): New argument function_ptr.
1258 Set it.
1259 (lookup_address_in_line_table): New argument function. If function
1260 is non-NULL, use it to handle ``addr'' before the first line note of
1261 the function.
1262 (comp_unit_find_nearest_line): Update and swap calls to
1263 lookup_address_in_function_table and lookup_address_in_line_table.
1264 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
1265 N_SLINE encountered if we see an N_FUN before any N_SLINE.
1266
51b9608c
TR
12672002-03-20 Tom Rix <trix@redhat.com>
1268
ea1e4b0d 1269 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 1270 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
ea1e4b0d 1271 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 1272
789c90aa
TR
12732002-03-19 Tom Rix <trix@redhat.com>
1274
ea1e4b0d 1275 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
1276 dynamic objects in archives.
1277
1da54d81
HPN
12782002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
1279
1280 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
1281 STT_NOTYPE symbols to STT_OBJECT.
1282
7831a775 12832002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
1284
1285 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
1286
eb1e0e80
NC
12872002-03-18 Tom Rix <trix@redhat.com>
1288
1289 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
1290 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
1291 * coff-rs6000 (do_pad) : New function for archive padding.
1292 (do_copy) : New function for object file copying in archives.
1293 (do_shared_object_padding) : New function for padding shared
1294 objects to their text section alignment in archives.
1295 (bfd_xcoff_ar_achive_set_magic) : Stub.
1296 (xcoff_write_armap_big) : Use do_copy and do_pad.
1297 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
1298 do_copy and do_pad.
1299 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 1300 bfd_xcoff_magic_number.
eb1e0e80
NC
1301 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
1302 fop.
1303 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
1304 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
1305 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
1306 * rs6000-core.c : Update copyright date.
ea1e4b0d 1307 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
1308 csectpp.
1309 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
1310 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
1311 (coff_set_flags) : Use bfd_xcoff_magic_number.
1312 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
1313 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
1314 * Makefile.am : Same.
1315 * config.bfd : Same.
1316 * targets.c : Same.
1317 * configure : Regnerate.
1318 * Makefile.in : Same.
1319 * bfd-in2.h : Same.
1320
a1c259a1
NC
13212002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
1322
1323 * po/fr.po: Updated version.
1324
4dae1ae7
AM
13252002-03-18 Alan Modra <amodra@bigpond.net.au>
1326
1327 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
1328 * libbfd.h: Regenerate.
1329 * archive.c (coff_write_armap): Pass on failures from
1330 bfd_write_bigendian_4byte_int.
1331
36b4f6e7
L
13322002-03-14 H.J. Lu <hjl@gnu.org>
1333
1334 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
1335 error to bfd_error_nonrepresentable_section for reinit_array
1336 section in DSO.
1337
a1aefc76
NC
13382002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
1339
a181be0a
NC
1340 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
1341 OR it in rather than replacing previously selected flags.
1342
a1aefc76
NC
1343 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
1344 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
1345
c119f9b8
AM
13462002-03-14 Alan Modra <amodra@bigpond.net.au>
1347
1348 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
1349 (N): Use the above.
1350 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
1351 ensure reloc size matches before calling elf_link_input_bfd.
1352 Add an assert to check reloc size when counting output relocs.
1353
c295a511
NC
13542002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
1355
1356 * mmo.c (mmo_get_loc): Return NULL rather than false.
1357
9ce88e60
NC
13582002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
1359
1360 * po/fr.po: Updated version.
1361
4ddafab0
AM
13622002-03-13 Alan Modra <amodra@bigpond.net.au>
1363
b74fa2cd
AM
1364 * archures.c (bfd_default_compatible): Test bits_per_word.
1365 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
1366 bfd_default_compatible.
1367 * cpu-i370.c (i370_compatible): Likewise.
1368 * cpu-sparc.c (sparc_compatible): Likewise.
1369 * cpu-h8300.c (compatible): Test in->arch == out->arch.
1370
40b829d4
AM
1371 * elflink.h: Formatting fixes.
1372 (elf_link_output_extsym): Merge undefined and undef weak cases.
1373
4ddafab0
AM
1374 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
1375 when word size of input matches output word size.
1376
dd53c801
AJ
13772002-03-12 Andreas Jaeger <aj@suse.de>
1378
1379 * cpu-i386.c (i386_compatible): New. Use it instead of
1380 bfd_default_compatible.
1381
aa066ac8
L
13822002-03-07 H.J. Lu (hjl@gnu.org)
1383
1384 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
1385 as the type for bfd_reloc_val.
1386
1bf42538
JL
13872002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
1388
1389 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
1390 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
1391 (elf_hppa_final_link_relocate): Correct relocations for indirect
1392 references to local data through the DLT. Fix .opd creation for
1393 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
1394 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
1395 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
1396 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1397 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
1398 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
1399 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
1400
86eaf01e
JJ
14012002-03-05 Jakub Jelinek <jakub@redhat.com>
1402
1403 * merge.c (_bfd_merge_sections): Don't segfault if there
1404 is nothing to merge due to GC.
1405
c44233aa
AM
14062002-03-05 Alan Modra <amodra@bigpond.net.au>
1407
039cc25f
AM
1408 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
1409 symbols that have been forced local.
1410
c44233aa
AM
1411 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
1412 to output forced local syms for non-shared link.
1413 (elf_link_output_extsym): Tweak condition for calling backend
1414 adjust_dynamic_symbol so that previous behaviour is kept.
1415 Whitespace changes throughout file.
1416
25e27870
L
14172002-03-04 H.J. Lu <hjl@gnu.org>
1418
1419 * elf.c (bfd_section_from_shdr): Handle special sections,
1420 .init_array, .fini_array and .preinit_array.
1421 (elf_fake_sections): Likewise.
1422
1423 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
1424 DT entry only if the section is in output for .init_array,
1425 .fini_array and .preinit_array. Complain about .preinit_array
1426 section in DSO.
1427 (elf_bfd_final_link): Warn zero size for .init_array,
1428 .fini_array and .preinit_array sections.
1429
1430 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
1431 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
1432 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
1433 .preinit_array.
1434
bb2a49f2
AM
14352002-03-04 Alan Modra <amodra@bigpond.net.au>
1436
1437 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
1438 * configure: Regenerate.
1439
38487e5e
TR
14402002-03-02 Tom Rix <trix@redhat.com>
1441
c44233aa
AM
1442 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
1443 symbolic equiv.
38487e5e
TR
1444 * coff-rs6000.c (xcoff_howto_table): Same.
1445
30831527
RH
14462002-03-01 David Mosberger <davidm@hpl.hp.com>
1447
1448 * elflink.h (size_dynamic_sections): If section named
1449 ".preinit_array" exists, create DT_PREINIT_ARRAY and
1450 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
1451 ".init_array" and ".fini_array".
1452 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
1453 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
1454 DT_FINI_ARRAY.
1455
c8e5ddc8
AM
14562002-02-26 Andrew Macleod <amacleod@cygnus.com>
1457
1458 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
1459 dynsyms.
1460
96e0dda4
AM
14612002-02-25 Alan Modra <amodra@bigpond.net.au>
1462
1c5b6bf8
AM
1463 * elf64-hppa.h: Update copyright date.
1464
96e0dda4
AM
1465 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
1466 (ppc64_elf_relocate_section): Don't generate power4 style branch
1467 hints for *_BRTAKEN and *_BRNTAKEN relocs.
1468
0fb19cbc
JJ
14692002-02-22 Jakub Jelinek <jakub@redhat.com>
1470
1471 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
1472 last patch.
1473 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1474
c434dee6
AJ
14752002-02-21 Andreas Jaeger <aj@suse.de>
1476
1477 * elf64-x86-64.c: Major rework that introduces all recent changes
1478 to the x86-64 backend. Get a closer match to elf32-i386.
1479 (struct elf64_x86_64_dyn_relocs): Rename from
1480 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
1481 all users.
1482 (struct elf64_x86_64_link_hash_table): Add short cuts to some
1483 sections.
1484 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
1485 remove casts, initialize new hash members.
1486 (create_got_section): New.
1487 (elf64_x86_64_create_dynamic_sections): New.
1488 (elf64_x86_64_copy_indirect_symbol): New.
1489 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
1490 relocs, .got or .relgot here but do it in allocate_dynrelocs.
1491 Reference count possible .plt and .got entries. Don't test input
1492 section SEC_READONLY here to try to avoid copy relocs, and keep
1493 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
1494 DF_TEXTREL here. Delay setting of variables until needed. Cache
1495 pointer to "sreloc" section in elf_section_data. Tweak condition
1496 under which .got created. Report files with bad relocation
1497 section names.
1498 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
1499 Reference count possible .plt entries. Don't deallocate .got and
1500 .relgot space here.
1501 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
1502 do copy reloc processing for weakdefs. Remove redundant casts and
1503 aborts. Delay setting of vars until needed. Move creation of
1504 dynamic symbols and allocation of .plt and .rela.plt to
1505 allocate_dynrelocs. Replace BFD_ASSERT with abort.
1506 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
1507 (allocate_dynrelocs): New.
1508 (readonly_dynrelocs): New.
1509 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
1510 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
1511 Zero out the dynamic allocated content space.
1512 (elf64_x86_64_discard_copies): Removed.
1513 (elf64_x86_64_relocate_section): Make use of dynamic section
1514 short-cuts. Localise vars, and delay setting. Better error
1515 reporting, replace BFD_ASSERT with abort. Check
1516 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
1517 regular object file and tread the weak definition as the normal
1518 one. Don't discard relocs for undefweak or undefined symbols and
1519 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
1520 relocs.
1521 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
1522 symbols that have been forced local. Use same test to decide if
1523 we can use a relative reloc for got as relocate_section. Expand
1524 SHN_UNDEF comment. Move expressions out of function calls.
1525 Replace BFD_ASSERT with abort.
1526 (bfd_elf64_bfd_final_link): Removed.
1527 (elf_backend_copy_indirect_symbol): Define.
1528
ff3a6ee3
TR
15292002-02-20 Tom Rix <trix@redhat.com>
1530
1531 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
1532 (_bfd_xcoff_reloc_type_lookup): Use it.
1533 * coff64-rs6000.c (xcoff64_howto_table): Same.
1534 (xcoff64_reloc_type_lookup): Same.
c434dee6 1535
a68d41fb
AM
15362002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
1537
1538 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
1539 little endian.
1540
befc3abb
MS
15412002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
1542
1543 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
1544 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
1545 * bfd-in2.h: Regenerate.
1546 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
1547 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
1548 with "s390:64-bit".
1549 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
1550 (elf_s390_reloc_type_lookup): Likewise.
1551 (elf_s390_check_relocs): Likewise.
1552 (elf_s390_gc_sweep_hook): Likewise.
1553 (elf_s390_relocate_section): Likewise.
1554 (elf_s390_object_p): Use renamed architecture define.
1555 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
1556
6eeeec9b
FCE
15572002-02-19 Frank Ch. Eigler <fche@redhat.com>
1558
1559 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
1560
0bb2d96a
JJ
15612002-02-19 Jakub Jelinek <jakub@redhat.com>
1562
1563 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
1564 absptr -> pcrel optimization for shared libs.
1565 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
1566 library cannot be converted to pcrel.
1567 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
1568 relative.
1569 * elf32-i386.c (elf_i386_relocate_section): If
1570 _bfd_elf_section_offset returned -2, skip, but make sure the
1571 relocation is installed.
1572 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
1573 * elf32-cris.c (cris_elf_relocate_section): Likewise.
1574 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
1575 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1576 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1577 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1578 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1579 * elf32-sh.c (sh_elf_relocate_section): Likewise.
1580 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1581 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1582 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1583 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
1584 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1585 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1586 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
1587 _bfd_elf_section_offset returning -2 the same way as -1.
1588 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
1589 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
1590 and BFD_ASSERT.
1591 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
1592
69f284c7
TR
15932002-02-18 Tom Rix <trix@redhat.com>
1594
1595 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
1596 (bfd_xcoff_size_dynamic_sections): Same.
1597 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
1598 (bfd_xcoff_size_dynamic_sections): Same.
1599 * coff-rs6000.c (xcoff_generate_rtinit): Same.
1600 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
1601 * libxcoff.h (struct xcoff_backend_data_rec): Same.
1602 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
1603 * bfd-in2.h: Regenerate.
1604
82bd7b59
AM
16052002-02-18 Alan Modra <amodra@bigpond.net.au>
1606
1607 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
1608 (struct ppc_link_hash_table): Add sfpr.
1609 (ppc64_elf_link_hash_table_create): Init it.
1610 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
1611 .glink out to..
1612 (create_linkage_sections): ..here. Make .sfpr too.
1613 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
1614 dynobj early.
1615 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
1616 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
1617 ._restf* functions, and create as needed.
1618 (func_desc_adjust): Only force_local for shared libs.
1619
ef1355e8
NC
16202002-02-18 David O'Brien <obrien@FreeBSD.org>
1621
1622 * configure.in: Bump version number post 2.12 branching.
1623 * configure: Regenerate.
1624
dfa36a69
HPN
16252002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
1626
1627 * mmo.c: Correct and improve comments.
1628 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
1629 zero-pad. Use input to fill up non-empty bfd buffer.
1630 (mmo_flush_chunk): New function.
1631 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
1632 changed. Don't emit location specifier if VMA is same as
1633 *LAST_VMAP after omitting leading zero contents. Call
1634 mmo_flush_chunk before emitting location specifier.
1635 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
1636 with mmo_write_loc_chunk calls.
1637 (mmo_internal_write_section): Call mmo_flush_chunk after
1638 mmo_write_chunk.
1639 (mmo_write_symbols_and_terminator): Move :Main to first position
1640 in symbol array. Add faked one if it does not exist if there are
1641 other symbols. Don't add it if there are no symbols at all. Move
1642 out test for value of :Main from symbol loop. Rename table
1643 fakemain to maintable and variable mainsym to fakemain.
1644
ccf00ab6
RH
16452002-02-15 Richard Henderson <rth@redhat.com>
1646
1647 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
1648 section with no got matches any got. Simplify error generaion.
1649
88eaccc2
AM
16502002-02-15 Alan Modra <amodra@bigpond.net.au>
1651
fd96f80f
AM
1652 Support arbitrary length fill patterns.
1653 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
1654 (_bfd_default_link_order): Remove bfd_fill_link_order code.
1655 Call default_data_link_order.
1656 (default_fill_link_order): Delete.
1657 (default_data_link_order): New function.
1658 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
1659 of bfd_fill_link_order with bfd_data_link_order.
1660 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
1661 * elf64-mips.c (mips_elf64_final_link): Likewise.
1662
88eaccc2
AM
1663 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
1664 Correct value returned in "end" for "0x<non-hex>".
1665
e2fd756b
NC
16662002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
1667
1668 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
1669 (scan): Test against 'mach' field in info structure.
1670
edd29cf9
AM
16712002-02-14 Alan Modra <amodra@bigpond.net.au>
1672
1673 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
1674
1e30956e 16752002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
1676
1677 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
1678 EF_M68000.
1679
bf36db18
NC
16802002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
1681
1682 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
1683 non-zero physical addresses when adjusting the LMAs of new
1684 sections.
bf36db18 1685
189c6563
AM
16862002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
1687
1688 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
1689 from _bfd_elf_hppa_gen_reloc_type.
1690 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
1691 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
1692 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
1693 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
1694
e948afaf
AO
16952002-02-12 Alexandre Oliva <aoliva@redhat.com>
1696
1697 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
1698 loading its contents if there's nothing to do in it.
1699
19397422
AM
17002002-02-12 Alan Modra <amodra@bigpond.net.au>
1701
0ad3a73b
AM
1702 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
1703 64k boundary.
1704
19397422
AM
1705 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
1706 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
1707 (ppc64_elf_finish_dynamic_sections): Set values for them.
1708
51316059
MS
17092002-02-11 Michael Snyder <msnyder@redhat.com>
1710
1711 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
1712 * elf.c (elfcore_grok_pstatus): Add prototype.
1713 (elfcore_grok_lwpstatus): Add prototype.
1714 (elfcore_write_lwpstatus): New function.
1715 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
1716
518313c3
AO
17172002-02-11 Alexandre Oliva <aoliva@redhat.com>
1718
1719 * elf32-sh.c: Added missing prototypes.
1720 * elf32-sh64.c: Likewise.
1721 (sh_elf_align_loads): Mark unused args as such.
1722 * elf64-sh64.c: Added missing prototypes.
1723 (struct elf_sh64_link_hash_entry): Fix typo.
1724 (sh_elf64_relocate_section): Fix info argument passed to
1725 _bfd_elf_section_offset.
1726
2c73f9d8
AM
17272002-02-11 Alan Modra <amodra@bigpond.net.au>
1728
1729 * Makefile.am: "make dep-am".
1730 * Makefile.in: Regenerate.
1731 * aclocal.m4: Regenerate.
1732 * config.in: Regenerate.
1733 * configure: Regenerate.
1734
d426c6b0
DJ
17352002-02-10 Daniel Jacobowitz <drow@mvista.com>
1736
1737 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
1738 variable warnings.
1739 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
1740 comparison warning.
1741 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
1742 cast warnings for the common case.
1743
e58ee0cd
HPN
17442002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
1745
1746 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
1747 vectors.
1748 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
1749 vectors.
1750
7793f4d0
RH
17512002-02-09 Richard Henderson <rth@redhat.com>
1752
1753 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
1754 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
1755 (elf64_alpha_relocate_section): Likewise.
1756 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
1757 * bfd-in2.h, libbfd.h: Rebuild.
1758
7e799044
HPN
17592002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
1760
1761 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
1762 that base-plus-offset reloc accounting is consistent.
1763 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
1764 up to date for undefined symbols.
1765
027d73eb
EC
17662002-02-08 Eric Christopher <echristo@redhat.com>
1767
1768 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
1769
1770 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
1771 sections for the O32 ABI.
1772
517662d4
CD
17732002-02-08 Chris Demetriou <cgd@broadcom.com>
1774
1775 * elf32-arm.h: Fix formatting of _("...").
1776 * elf32-d10v.c: Likewise.
1777 * elf32-m68k.c: Likewise.
1778 * elf32-mips.c: Likewise.
1779
5e37cc46
NC
17802002-02-08 Ivan Guzvinec <ivang@opencores.org>
1781
1782 * coff-or32.c: Fix compile time warning messages.
1783
fbca6ad9
AO
17842002-02-08 Alexandre Oliva <aoliva@redhat.com>
1785
1786 Contribute sh64-elf.
1787 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
1788 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
1789 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
1790 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
1791 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
1792 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
1793 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
1794 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
1795 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
1796 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
1797 New relocs.
1798 * libbfd.h, bfd-in2.h: Rebuilt.
1799 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
1800 (sh_reloc_map): Map them.
1801 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
1802 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
1803 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
1804 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
1805 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
1806 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
1807 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
1808 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
1809 datalabel_got_offset.
1810 (sh_elf_link_hash_newfunc): Initialize it.
1811 (sh_elf_relocate_section): Augment the scope of
1812 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
1813 GOT and GOTOFF handling to new SHmedia relocation types. Support
1814 GOT_BIAS.
1815 (sh_elf_check_relocs): Likewise.
1816 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
1817 PLT entries using movi_shori_putval. Support GOT_BIAS.
1818 (sh_elf_finish_dynamic_sections): Likewise.
1819 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
1820 relocation, it's now done by the caller.
1821 (GOT_BIAS): New.
1822 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
1823 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
1824 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
1825 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
1826 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
1827 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
1828 sh64_elf64_hash_table): New.
1829 (sh_elf64_howto_table): Introduce new relocs.
1830 (sh_elf64_info_to_howto): Accept new PIC relocs.
1831 (sh_elf64_relocate_section): Augment the scope of
1832 seen_stt_datalabel. Support new PIC relocs.
1833 (sh_elf64_check_relocs): Support new PIC relocs.
1834 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
1835 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
1836 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
1837 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
1838 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
1839 movi_shori_putval, movi_3shori_putval,
1840 sh64_elf64_create_dynamic_sections,
1841 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
1842 sh64_elf64_size_dynamic_sections,
1843 sh64_elf64_finish_dynamic_symbol,
1844 sh64_elf64_finish_dynamic_sections): New.
1845 (elf_backend_create_dynamic-sections,
1846 bfd_elf64_bfd_link_hash_table_create,
1847 elf_backend_adjust_dynamic_symbol,
1848 elf_backend_size_dynamic_sections,
1849 elf_backend_finish_dynamic_symbol,
1850 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1851 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1852 elf_backend_got_header_size, elf_backend_plt_header_size):
1853 Define.
1854 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1855 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
1856 match official numbers and names; moved unmaching ones to the
1857 range 0xf2-0xff.
1858 * elf32-sh64.c, elf64-sh64.c: Likewise.
1859 2001-03-12 DJ Delorie <dj@redhat.com>
1860 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
1861 sections.
1862 2001-03-12 DJ Delorie <dj@redhat.com>
1863 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
1864 be aligned.
1865 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
1866 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
1867 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
1868 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
1869 .cranges section with SEC_SORT_ENTRIES set.
1870 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
1871 incoming sorted .cranges section.
1872 (sh64_bfd_elf_copy_private_section_data): New.
1873 (sh64_elf_final_write_processing): Only sort .cranges and modify
1874 start address if called by linker.
1875 2001-01-08 Ben Elliston <bje@redhat.com>
1876 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
1877 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
1878 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
1879 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1880 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
1881 line. Add comments before all entries.
1882 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
1883 comment.
1884 (sh_elf64_reloc): Correct head comment.
1885 (sh_elf64_relocate_section): Correct spacing.
1886 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
1887 instead call reloc_dangerous callback.
1888 <case R_SH_SHMEDIA_CODE>: New case.
1889 (sh_elf64_gc_mark_hook): Correct spacing.
1890 (sh_elf64_check_relocs): Ditto.
1891 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
1892 New case.
1893 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
1894 functions.
1895 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
1896 clarify describing comment. Add comments before all entries.
1897 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
1898 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
1899 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
1900 Sort .cranges section in final link. Prepare to set bit 0 on
1901 entry address.
1902 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
1903 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
1904 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
1905 .cranges section.
1906 (sh64_backend_section_from_shdr): New, to recognize
1907 SHT_SH5_CR_SORTED on incoming .cranges section.
1908 (elf_backend_section_from_shdr): Define.
1909 (sh64_elf_final_write_processing): Sort outgoing .cranges
1910 section. (New, temporarily disabled:) Set bit 0 on entry address
1911 according to ISA type.
1912 (sh64_find_section_for_address): New.
1913 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
1914 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
1915 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
1916 bfd_malloc, not xmalloc.
1917 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
1918 global.
1919 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
1920 temporarily disabled) setting bit 0 on entry address.
1921 (elf_backend_final_write_processing): Define.
1922 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
1923 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
1924 be a proper relocation for PTA and PTB rather than a marker.
1925 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
1926 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
1927 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
1928 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
1929 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
1930 Zero src_mask.
1931 * elf64-sh64.c: Ditto.
1932 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
1933 * elf32-sh64.c: Include opcodes/sh64-opc.h
1934 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
1935 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
1936 parameters. No unused parameters. Caller changed.
1937 <case R_SH_PT_16>: New case.
1938 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
1939 * Makefile.in: Regenerate.
1940 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
1941 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
1942 all code sections.
1943 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1944 (sh64_elf_merge_private_data): Ditto.
1945 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
1946 to access stored section flags.
1947 (sh64_elf_final_write_processing): Return immediately unless
1948 called by linker. Use sh64_elf_section_data (cranges) to get size
1949 of linker-generated cranges entries.
1950 (sh64_elf_copy_private_data): Add missing "return true".
1951 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
1952 (sh_elf64_merge_private_data): Ditto.
1953 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
1954 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
1955 elf64-sh64.c:sh64_elf_fake_sections.
1956 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
1957 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
1958 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
1959 (sh64_elf_final_write_processing): New.
1960 (elf_backend_final_write_processing): Define.
1961 (sh64_elf_fake_sections): Get header flags from tdata field.
1962 (sh64_elf_copy_private_data): Do not call
1963 sh64_elf_copy_private_data_internal, just copy e_flags field.
1964 (sh64_elf_merge_private_data): Do not call
1965 sh64_elf_copy_private_data_internal.
1966 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
1967 Remove EF_SH64_ABI64, let ELF size make difference.
1968 Remove SH64-specific BFD section flag.
1969 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
1970 containing SHmedia through elf_section_data (asect)->tdata
1971 non-zero, not using a BFD section flag.
1972 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
1973 (sh64_elf_merge_private_data): Similar.
1974 (elf_backend_section_flags): Don't define.
1975 (sh64_elf_backend_section_flags): Delete.
1976 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
1977 not EF_SH64_ABI64.
1978 (sh_elf64_merge_private_data): Similar.
1979 * section.c (Section flags definitions): Don't define
1980 SEC_SH_ISA_SHMEDIA.
1981 (bfd-in2.h): Regenerate.
1982 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
1983 Make DataLabel references work with partial linking.
1984 * elf32-sh64.c: Fix formatting.
1985 (sh64_elf_link_output_symbol_hook): New.
1986 (elf_backend_link_output_symbol_hook): Define to
1987 sh64_elf_link_output_symbol_hook.
1988 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
1989 undefined if partial linking. Adjust sanity check.
1990 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
1991 (elf_backend_link_output_symbol_hook): Define to
1992 sh64_elf64_link_output_symbol_hook.
1993 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
1994 undefined if partial linking. Adjust sanity check.
1995 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
1996 Implement semantics for inter-file DataLabel references.
1997 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
1998 (sh64_elf64_add_symbol_hook): New.
1999 (sh_elf64_relocate_section): If passing an indirect symbol with
2000 st_type STT_DATALABEL on the way to a symbol with st_other
2001 STO_SH5_ISA32, do not bitor 1 to the relocation.
2002 (elf_backend_add_symbol_hook): Define to
2003 sh64_elf64_add_symbol_hook.
2004 * elf64-sh32.c: Tweak comments.
2005 (DATALABEL_SUFFIX): Define.
2006 (sh64_elf_add_symbol_hook): New.
2007 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
2008 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
2009 symbol with st_type STT_DATALABEL on the way to a symbol with
2010 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
2011 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
2012 Pass through STT_DATALABEL.
2013 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
2014 (elf_backend_get_symbol_type): Define.
2015 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
2016 (elf_backend_get_symbol_type): Define.
2017 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
2018 * elf32-sh64.c: Tweak comments.
2019 (sh64_elf_copy_private_data_internal): Add prototype.
2020 (bfd_elf32_bfd_set_private_flags): Define.
2021 (sh64_elf_copy_private_data_internal): Compare machine name, not
2022 textual BFD target name, to check whether to copy section flag
2023 SHF_SH5_ISA32.
2024 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
2025 Tweak section-contents-type-mismatch message.
2026 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
2027 Validize reloc-types.
2028 * elf64-sh64.c: New file.
2029 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
2030 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
2031 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
2032 Regenerate dependencies.
2033 * Makefile.in: Regenerate.
2034 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
2035 bfd_elf64_sh64l_vec.
2036 * configure.in: Handle bfd_elf64_sh64_vec and
2037 bfd_elf64_sh64l_vec.
2038 * configure: Regenerate.
2039 * po/POTFILES.in: Regenerate.
2040 * po/bfd.pot: Regenerate.
2041 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
2042 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
2043 anything else but EF_SH64 and EF_SH64_ABI64.
2044 (sh64_elf_merge_private_data): Emit error for anything else but
2045 EF_SH64 and EF_SH64_ABI64.
2046 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
2047 from targ_selvecs.
2048 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
2049 bfd_elf32_sh64l_vec as a temporary measure.
2050 * configure: Regenerate.
2051 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
2052 * cpu-sh.c (arch_info_struct): Include sh5 item
2053 unconditionalized.
2054 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
2055 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
2056 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
2057 * elf32-sh64.c: Tweak comments.
2058 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
2059 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
2060 (sh64_elf_copy_private_data_internal): Wrap long line.
2061 (sh64_elf_merge_private_data): Rewrite to allow objects from
2062 SH64 subsets to be linked together.
2063 (INCLUDE_SHMEDIA): Define.
2064 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
2065 Parenthesize plus-expression inside or-expression.
2066 <global symbol>: Ditto.
2067 (sh_elf_set_mach_from_flags): Remove code refusing
2068 deleted EF_SH64_32BIT_ABI flag.
2069 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
2070 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
2071 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
2072 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
2073 (sh_elf_relocate_section) <local symbol>: Or 1 in
2074 calculation of relocation if sym->st_other & STO_SH5_ISA32.
2075 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
2076 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
2077 relocation.
2078 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
2079 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
2080 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
2081 Regenerate dependencies.
2082 * Makefile.in: Regenerate.
2083 * archures.c: Add bfd_mach_sh5.
2084 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
2085 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
2086 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
2087 * configure: Regenerate.
2088 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
2089 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
2090 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
2091 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
2092 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
2093 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
2094 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
2095 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
2096 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
2097 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
2098 in item for SH5.
2099 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
2100 for SHmedia relocs.
2101 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
2102 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
2103 shmedia_prepare_reloc, goto final_link_relocate if it returns
2104 non-zero, else fail as before.
2105 (sh_elf_set_mach_from_flags): Provide function only if not defined
2106 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
2107 (sh_elf_set_private_flags): Provide function only if not defined
2108 as a macro.
2109 (sh_elf_copy_private_data): Similar.
2110 (sh_elf_merge_private_data): Similar.
2111 * section.c (SEC_SH_ISA_SHMEDIA): New.
2112 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
2113 * elf32-sh64.c: New file.
2114 * libbfd.h: Regenerate.
2115 * bfd-in2.h: Regenerate.
2116 * po/POTFILES.in: Regenerate.
2117 * po/bfd.pot: Regenerate.
2118 * bfd-in2.h: Regenerate.
2119 * libbfd.h: Regenerate.
2120
e108f470
DJ
21212002-02-07 Daniel Jacobowitz <drow@mvista.com>
2122
2123 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
2124 been included, not drag it in.
2125 * bfd-in2.h: Regenerate.
2126
259d18a3
L
21272002-02-06 H.J. Lu (hjl@gnu.org)
2128
2129 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
2130 the mach and ISA fields if necessary.
2131
f13b834e
NC
21322002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
2133
2134 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
2135 ARM architecture when an F_ARM_5 flag is detected, since we cannot
2136 be sure exactly which architecture this represents.
2137
82f6addb
NC
21382002-02-05 Nick Clifton <nickc@redhat.com>
2139
2140 * po/tr.po: Updated translation.
2141
899f54f5
AM
21422002-02-05 Alan Modra <amodra@bigpond.net.au>
2143
2144 From Jimi X <jimix@watson.ibm.com>
2145 * archures (bfd_mach_ppc64): Define.
2146 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
2147 (bfd_powerpc_arch): Define.
2148 * bfd-in2.h: Regenerate.
2149 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
2150 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
2151 (bfd_powerpc_archs): Add default powerpc64 arch.
2152
248866a8
AM
21532002-02-05 Alan Modra <amodra@bigpond.net.au>
2154
2155 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
2156 against section syms in readonly sections. Don't do the global
2157 sym check if we find one.
2158 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
2159 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 2160 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
2161 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
2162 (elf_s390_grok_prstatus): Add missing prototype.
2163
4fa5c2a8
HPN
21642002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
2165
2166 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
2167 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
2168 Call bfd_get_section_by_name only once. Initialize
2169 bpodata->n_bpo_relocs_this_section.
2170 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
2171 referring to DSOs.
2172 (bpo_reloc_request_sort_fn): Don't use difference of values as
2173 return-value.
2174
537c972e
DB
21752002-02-02 David O'Brien <obrien@FreeBSD>
2176
2177 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
2178 version 4.5 and later the same as 5-CURRENT.
2179 * configure: Re-generate.
2180
006336b8
JT
21812002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
2182
2183 * config.bfd (hppa*-*-netbsd*): New target.
2184
6c571f00
PT
21852002-01-31 Philipp Thomas <pthomas@suse.de>
2186
19397422
AM
2187 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
2188 to front of message. Unify messages with elf32-arm.h. Use
2189 commas where neccessary.
2190 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
2191 ERROR in messages. Unify messages with coff-arm.c. Correct
2192 VFP/FPA error message.
2193 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
2194 APCS-32 for translation.
6c571f00 2195
930b4cb2
HPN
21962002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
2197
2198 Perform on-demand global register allocation from
2199 R_MMIX_BASE_PLUS_OFFSET relocs.
2200 * elf64-mmix.c (struct bpo_reloc_section_info, struct
2201 bpo_reloc_request, struct bpo_greg_section_info): New.
2202 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
2203 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
2204 _bfd_mmix_check_all_relocs,
2205 _bfd_mmix_prepare_linker_allocated_gregs,
2206 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
2207 (elf_mmix_howto_table): Correct src_mask for most relocs.
2208 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
2209 case.
2210 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
2211 case. Fix typo in comment. New label do_mmix_reloc.
2212 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
2213 store first object file with a base-plus-offset reloc. Call
2214 mmix_elf_check_common_relocs for the part common with mmo.
2215 (mmix_elf_final_link): Write out linker-allocated register
2216 contents section.
2217 (elf_backend_gc_sweep_hook): Define.
2218 (bfd_elf64_bfd_relax_section): Define.
2219
2220 * mmo.c: Don't include <ctype.h>
2221 (mmo_init): Correct init-once logic.
2222
3e36d993
TR
22232002-02-01 Tom Rix <trix@redhat.com>
2224
2225 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
2226
ba323545
AM
22272002-02-01 Alan Modra <amodra@bigpond.net.au>
2228
2229 * Makefile.am: Run "make dep-am"
2230 * Makefile.in: Regenerate.
2231
012884d6
DB
22322002-01-31 David O'Brien <obrien@FreeBSD>
2233
2234 * configure.in: Recognize the differences in core files from FreeBSD
2235 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
2236 5-CURRENT.
2237 * configure: Regenerate.
2238
3b16e843
NC
22392002-01-31 Ivan Guzvinec <ivang@opencores.org>
2240
2241 * coff-or32.c: New file.
2242 * cpu-or32.c: New file.
2243 * elf32-or32.c: New file.
2244 * archures.c: Add support for or32.
2245 * targets.c: Add support for or32.
2246 * bfd-in2.h: Regenerate.
7dc0ab31 2247 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
2248 coff_write_object_contents): Add support for or32.
2249 * config.bfd: Add target.
2250 * configure.in: Add support for or32.
2251 * configure: Regenerate.
2252 * Makefile.am: Add support for or32.
2253 * Makefile.in: Regenerate.
3b16e843
NC
2254 * po/SRC-POTFILES.in: Add or32 files.
2255 * po/bfd.pot: Regenerate.
7dc0ab31 2256
caf8ca8e
NC
22572002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
2258 Don Lindsay <lindsayd@cisco.com>
2259
2260 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
2261 false' with a return of a bfd_reloc_ error code.
2262
e5dfef09
HPN
22632002-01-31 Hans-Peter Nilsson <hp@axis.com>
2264
2265 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
2266 unexport unreferenced symbols when --export-dynamic. Call
2267 _bfd_elf_strtab_delref when unexporting.
2268
4e4770d0
DJ
22692002-01-30 Daniel Jacobowitz <drow@mvista.com>
2270
2271 * bfd-in.h: Include <stdbool.h> if it is available.
2272 * bfd-in2.h: Regenerated.
2273
e1fa50e7
AM
22742002-01-31 Alan Modra <amodra@bigpond.net.au>
2275
2276 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
2277 not go via the plt.
2278
b5f79c76
NC
22792002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
2280
b5f79c76
NC
2281 * archures.c: Tidy up formatting of embedded comments.
2282 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 2283 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
2284 * reloc.c: Tidy up formatting of ordinary & embedded comments.
2285 * section.c: Tidy up formatting of embedded comments.
2286 * syms.c: Tidy up formatting of embedded comments.
2287 * targets.c: Tidy up formatting of embedded comments.
2288
2289 * bfd-in2.h: Regenerate.
2290
ca09e32b
NC
22912002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
2292
2293 * vms-tir.c (cmd_name): New function.
2294 (tir_cmd_name): New function.
2295 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
2296 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
2297 Fix formatting.
7dc0ab31 2298
ca09e32b
NC
2299 * peXXigen.c (pe_print_idata): Rearrange message to aid in
2300 translation.
2301 (pe_print_pdata): Rearrange message to aid in translation.
2302
2303 * libbfd.c (warn_deprecated): Rearrange error message to aid in
2304 translation.
2305
2306 * ihex.c (ihex_write_object_contents): Fix spelling typo.
2307
2308 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
2309
2310 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
2311 message to aid in translation.
2312
2313 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
2314 to aid in translation.
2315
2316 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
2317
7dc0ab31 23182002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
2319
2320 * coff-arm.c, elf32-elf.h: Unify messages.
2321
05f64ac6
NC
23222002-01-30 Nick Clifton <nickc@redhat.com>
2323
2324 * po/sv.po: Updated translation.
2325
f5a3e38a
NC
23262002-01-30 Philipp Thomas <pthomas@suse.de>
2327
2328 * dwarf2.c (read_abbrev): Use full section name in error message.
2329 (decode_line_info): Likewise.
661a3fd4
NC
2330
2331 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
2332 message.
2333
d926e03d
AM
23342002-01-30 Alan Modra <amodra@bigpond.net.au>
2335
2336 * elf64-ppc.c (func_desc_adjust): Only provide missing function
2337 descriptor symbols for undefined function code syms. Clear
2338 ELF_LINK_NON_ELF so that they can stay weak.
2339
030d18fb 23402002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 2341 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
2342
2343 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
2344 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
2345 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
2346 generation.
2347 * bfd-in2.h: Regenerate.
2348
fcc76bea
CD
23492002-01-29 Chris Demetriou <cgd@broadcom.com>
2350
2351 * elf32-mips.c: Add additional comments about HI16 relocation
2352 processing.
2353 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
2354 pc-relative relocations. (Reverts change made on 2001-10-31.)
2355 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
2356 for pc-relative relocations.
2357 (mips_elf_calculate_relocation): Add a comment about a kludge
2358 in the R_MIPS_GNU_REL_HI16 handling.
2359 (_bfd_mips_elf_relocate_section): Implement that kludge;
2360 adjust pc-relative HI16 relocation for difference in HI16 and
2361 LO16 addresses, since it can't easily be done in
2362 mips_elf_calculate_relocation.
2363
f9cd9119
MS
23642002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
2365
2366 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
2367 relocations with PC32 relocations for undefined or weak symbols.
2368 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
2369 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
2370
702248bb
JT
23712002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
2372
2373 * elfcore.h (elf_core_file_p): Improve comment for last change.
2374
4867be41
DJ
23752002-01-27 Daniel Jacobowitz <drow@mvista.com>
2376
2377 * configure: Regenerated.
2378
a94cef6a
JT
23792002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
2380
2381 * elfcore.h (elf_core_file_p): Set the machine architecture
2382 before processing the program headers.
2383
7562a296
HPN
23842002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
2385
966abd70
HPN
2386 * configure.in <64-bit configuration>: If using gcc, check and
2387 emit error for egcs-1.1.2.
2388 * configure: Regenerate.
2389
e8eab623
NC
23902002-01-26 Egor Duda <deo@logos-m.ru>
2391
2392 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
2393 as possible to avoid stack corruption.
2394
73896efb
RH
23952002-01-26 Richard Henderson <rth@redhat.com>
2396
2397 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
2398 for non-allocated sections.
2399
24002002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
2401
2402 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
2403 prstat.pr_reg even if it is a struct.
2404
73896efb 24052002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743
NC
2406
2407 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
2408
3d66c4f7
NC
24092002-01-25 Philipp Thomas <pthomas@suse.de>
2410
2411 * coffgen.c (coff_print_symbol): Don't mark info message
2412 for translation.
2413
9460ecda
NC
24142002-01-25 Nick Clifton <nickc@redhat.com>
2415
2416 * po/fr.po: Updated translation.
2417 * po/es.po: Updated translation.
2418
cc9ff76a
AM
24192002-01-25 Philipp Thomas <pthomas@suse.de>
2420
2421 * coff-alpha.c (alpha_relocate_section): Unify warning message
2422 for GP relative relocations without GP defined.
2423 * coff-mips.c (mips_relocate_section): Likewise.
2424
c68836a9
AM
24252002-01-25 Alan Modra <amodra@bigpond.net.au>
2426
2427 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
2428 unsigned overflow when new_offset < old_offset.
2429
e8eab623 24302002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
2431
2432 * bfd.c (_bfd_abort): Fix typo.
2433
8ba89f17
RH
24342002-01-23 Richard Henderson <rth@redhat.com>
2435
2436 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
2437 plt entries for undefweak symbols.
2438
c6953948
NC
24392002-01-23 Steve Ellcey <sje@cup.hp.com>
2440
2441 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
2442 DEFAULT_VECTOR.
2443 (bfd_elf64_ia64_hpux_big_vec): Ditto.
2444 (bfd_elf32_h8300_vec): Ditto.
2445
41bd81ab
AM
24462002-01-23 Alan Modra <amodra@bigpond.net.au>
2447
2448 * elf64-ppc.c: Remove stale part of ABI comment.
2449 (NO_OPD_RELOCS): Define.
2450 (ppc64_elf_check_relocs): Use it.
2451 (ppc64_elf_relocate_section): Here too.
2452 (build_one_stub): Don't point function syms at the stub. Instead,
2453 hijack plt.offset.
2454 (ppc64_elf_relocate_section): Check whether REL24 relocs should
2455 really go to the stub. Make all dynamic relocs in opd against
2456 locals.
2457 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
2458 plt.offset.
2459
f304919d
RH
24602002-01-22 Richard Henderson <rth@redhat.com>
2461
2462 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
2463
c0ef99a7
AM
24642002-01-22 Alan Modra <amodra@bigpond.net.au>
2465
60ee0d4a
AM
2466 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
2467 TOC_BASE_OFF adjustment.
2468
c0ef99a7
AM
2469 * Makefile.am: Run "make dep-am".
2470 * Makefile.in: Regenerate.
2471 * po/SRC-POTFILES.in: Regenerate.
2472
64328b46
AM
24732002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
2474
2475 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
2476 host defines.
2477
59953665 24782002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
2479
2480 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
2481 Check for and emit error if sgot is NULL at this point.
2482
9596feea
JT
24832002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
2484
2485 * config.bfd (ia64*-*-netbsd*): New target.
2486
7b45c6e1
AM
24872002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
2488
2489 * som.c (som_write_space_strings): Comment typo fix.
2490
e5094212
AM
24912002-01-21 Alan Modra <amodra@bigpond.net.au>
2492
e86ce104
AM
2493 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
2494 is_func_descriptor fields.
2495 (link_hash_newfunc): Init them.
2496 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
2497 dot are candidates for plt entries. When processing .opd relocs,
2498 set function descriptor strings to point inside function code
2499 string, and set new ppc_link_hash_entry fields.
2500 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
2501 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
2502 function descriptors. It's now done in..
2503 (func_desc_adjust): New.
2504 (ppc64_elf_func_desc_adjust): New.
2505 (define elf_backend_always_size_sections): Define.
2506 (ppc64_elf_hide_symbol): New.
2507 (define elf_backend_hide_symbol): Define.
2508 (allocate_dynrelocs): Remove code looking up function descriptors
2509 as that has been done earlier.
2510 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
2511 table.
2512 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
2513 up function descriptor.
2514 (build_one_stub): Look up the function code sym. Check for
2515 invalid plt offsets.
2516 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
2517 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
2518
e5094212
AM
2519 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
2520 boolean param.
2521 (_bfd_elf_link_hash_hide_symbol): Likewise.
2522 * elflink.h (elf_link_add_object_symbols): Adjust call to
2523 elf_backend_hide_symbol.
2524 (elf_fix_symbol_flags): Likewise.
2525 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
2526 than bfd_alloc.
2527 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
2528 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
2529 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
2530 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
2531 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
2532 and adjust to suit.
2533 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
2534 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
2535 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
2536
40b8271b
AM
25372002-01-18 Alan Modra <amodra@bigpond.net.au>
2538
2539 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
2540 dynamic function descriptor symbol, not the associated function
2541 symbol.
2542
55baa95b
EC
25432002-01-17 Eric Christopher <echristo@redhat.com>
2544
2545 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
2546
328577ad
NC
25472002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
2548
2549 * po/bfd.pot: Regenerate.
2550 * po/fr.po: Regenerate.
2551
af746e92
AM
25522002-01-17 Alan Modra <amodra@bigpond.net.au>
2553
2554 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
2555 Remove "Elf_Internal_Shdr *" param.
2556 (_bfd_mips_elf_section_from_bfd_section): Ditto.
2557 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
2558 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
2559 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
2560 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
2561 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
2562 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
2563 function to override special sections. Remove hdr arg from
2564 backend call, and don't loop.
2565
175e9962
EC
25662002-01-16 Eric Christopher <echristo@redhat.com>
2567
2568 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
2569 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
2570 relocations requiring gp0 and gp.
2571
96a846ea
RE
25722002-01-16 Richard Earnshaw <rearnsha@arm.com>
2573
175e9962 2574 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
2575 EF_ARM_VFP_FLOAT.
2576 (elf32_arm_print_private_bfd_data): Likewise.
2577
af3ae48d
NC
25782002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
2579
2580 * po/tr.po: Import new version.
2581
10ed1bba
AM
25822002-01-16 Alan Modra <amodra@bigpond.net.au>
2583
2584 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
2585 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
2586 (ORI_R0_R0_0): Correct.
2587
5d1634d7
AM
25882002-01-16 Alan Modra <amodra@bigpond.net.au>
2589
2590 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
2591 when plt_not_loaded.
2592 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
2593 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
2594 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
2595 (ppc64_elf_glink_code): Delete.
2596 (PPC64_ELF_GLINK_SIZE): Delete.
2597 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
2598 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
2599 ORI_R0_R0_0): Define.
2600 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
2601 (struct ppc_link_hash_table): Add sstub and plt_overflow.
2602 (ppc64_elf_link_hash_table_create): Init them.
2603 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
2604 Don't copy to shared lib.
2605 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
2606 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
2607 (allocate_dynrelocs <plt>): Don't change function sym here. Make
2608 room for .stub and .glink code.
2609 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
2610 DT_PPC64_GLINK.
2611 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
2612 bfd_elf64_bfd_final_link.
2613 (bfd_elf64_bfd_final_link): Don't define.
2614 (ppc64_elf_size_stubs): New.
2615 (build_plt_stub): New.
2616 (build_one_stub): New.
2617 (ppc64_elf_build_stubs): New.
2618 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
2619 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
2620 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
2621 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
2622 case output sections not separate. Adjust DT_RELASZ to not
2623 include plt relocs. Set reserved got entry. Set got and plt
2624 entry size.
2625 (elf_backend_got_header_size): Set to 8.
2626 * elf64-ppc.h: New file.
2627
c601ffdb
AM
26282002-01-16 Alan Modra <amodra@bigpond.net.au>
2629
2630 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
2631 sections, use bfd_section_list_remove.
2632 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
2633 * elflink.h (elf_link_add_object_symbols): When removing all
2634 sections, use bfd_section_list_clear.
2635
8fb4cb7f
NC
26362002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2637
2638 * po/sv.po: New file: Swedish translation.
2639 * configure.in (ALL_LINGUAS): Add sv.
2640 * configure: Regenerate.
2641
d3c456e9
JJ
26422002-01-15 Jakub Jelinek <jakub@redhat.com>
2643
2644 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
2645 * elf.c (merge_sections_remove_hook): New function.
2646 (_bfd_elf_merge_sections): Pass it as 3rd argument to
2647 _bfd_merge_sections.
2648 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
2649 * libbfd.h: Rebuilt.
2650 * merge.c (_bfd_merge_sections): Add remove_hook argument.
2651 Call remove_hook if a SEC_EXCLUDE section is encountered.
2652
1f7fd478
NC
26532002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
2654
2655 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
2656 (xstormy16_reloc_map): Initialise new field with correct howto
2657 table.
2658 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
2659 howto entry.
2660
b87011e9
MS
26612002-01-10 Michael Snyder <msnyder@redhat.com>
2662
2663 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
2664 (elfcore_write_pstatus): Use long instead of pid_t;
2665 * elf-bfd.h: Change prototypes to use long instead of pid_t;
2666
175e9962 26672002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
2668
2669 * elf.c: Update copyright years.
2670 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
2671 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
2672
7c76fa91
MS
26732002-01-08 Michael Snyder <msnyder@redhat.com>
2674
2675 Add capability to write corefile note sections, for gdb.
2676 * elf.c (elfcore_write_note): New function.
2677 (elfcore_write_prpsinfo): New function.
2678 (elfcore_write_prstatus): New function.
2679 (elfcore_write_pstatus): New function.
2680 (elfcore_write_prfpreg): New function.
2681 (elfcore_write_prxfpreg): New function.
97996af6 2682 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 2683
e1fddb6b
AO
26842002-01-08 Alexandre Oliva <aoliva@redhat.com>
2685
2686 * elf.c (elf_fake_sections): Propagate errors from
2687 elf_backend_fake_section.
2688
8d05742f
JT
26892002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
2690
2691 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
2692 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
2693 (elf32-sh-nbsd.lo): New rule.
2694 * Makefile.in: Regenerate.
2695 * config.bfd (sh*le-*-netbsdelf*): New target.
2696 (sh*-*-netbsdelf*): New target.
2697 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
2698 (bfd_elf32_shnbsd_vec): New vector.
2699 (bfd_elf32_shlnbsd_vec): New vector.
2700 * configure: Regenerate.
2701 * elf32-sh-nbsd.c: New file.
2702 * targets.c: Update copyright years.
175e9962 2703 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
2704 bfd_elf32_shnbsd_vec.
2705
1dba4cb4
AH
27062002-01-07 Aldy Hernandez <aldyh@redhat.com>
2707
2708 * coff-rs6000.c (READ20): Use bfd_scan_vma.
2709
47b22aef
GK
27102002-01-07 Geoffrey Keating <geoffk@redhat.com>
2711
2712 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
2713 of a symbol in a section that will be deleted.
2714
be2d1673
NC
27152002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
2716
2717 * po/es.po: New file: Spanish translation.
2718 * configure.in (ALL_LINGUAS): Add es.
2719 * configure: Regenerate.
2720
d9cf1b54
AM
27212002-01-06 Steve Ellcey <sje@cup.hp.com>
2722
2723 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
2724 argument so we can handle HP-UX specially.
2725 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
2726 (elfNN_hpux_backend_section_from_bfd_section): New for support
2727 of SHN_IA_64_ANSI_COMMON.
2728 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
2729 (is_unwind_section_name): Add special HP-UX support.
2730 (elfNN_ia64_section_from_shdr): Add support for more sections.
2731 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
2732 add support for more sections.
2733 (elfNN_ia64_additional_program_headers): Modify
2734 is_unwind_section_name call.
2735 (elfNN_ia64_modify_segment_map): Remove assumption that there is
2736 only one unwind section in segment.
2737
3f3c5c34
AM
27382002-01-06 Alan Modra <amodra@bigpond.net.au>
2739
2740 * syms.c (_bfd_generic_make_empty_symbol): New function.
2741 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
2742 _bfd_generic_make_empty_symbol.
2743 * libbfd.h: Regenerate.
2744 * bfd-in2.h: Regenerate.
2745 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
2746 (hppabsd_core_get_symtab_upper_bound): Don't define.
2747 (hppabsd_core_get_symtab): Likewise.
2748 (hppabsd_core_print_symbol): Likewise.
2749 (hppabsd_core_get_symbol_info): Likewise.
2750 (hppabsd_core_bfd_is_local_label_name): Likewise.
2751 (hppabsd_core_get_lineno): Likewise.
2752 (hppabsd_core_find_nearest_line): Likewise.
2753 (hppabsd_core_bfd_make_debug_symbol): Likewise.
2754 (hppabsd_core_read_minisymbols): Likewise.
2755 (hppabsd_core_minisymbol_to_symbol): Likewise.
2756 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
2757 Formatting fixes.
2758 * hpux-core.c: Similarly.
2759 * irix-core.c: Similarly.
2760 * osf-core.c: Similarly.
2761 * sco5-core.c: Similarly.
2762 * binary.c (binary_make_empty_symbol): Remove function, define as
2763 _bfd_generic_make_empty_symbol.
2764 * ihex.c (ihex_make_empty_symbol): Likewise.
2765 * mmo.c (mmo_make_empty_symbol): Likewise.
2766 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
2767 * srec.c (srec_make_empty_symbol): Likewise.
2768 * versados.c (versados_make_empty_symbol): Likewise.
2769 * vms.c (_bfd_vms_make_empty_symbol): Remove.
2770 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
2771 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
2772 rather than _bfd_vms_make_empty_symbol.
2773 * vms-misc.c (new_symbol): Likewise.
2774
3f0a7f7f
AM
27752002-01-05 Alan Modra <amodra@bigpond.net.au>
2776
9e7b37b3
AM
2777 * section.c (bfd_section_init): Remove unnecessary initialisations.
2778 (bfd_section_list_clear): New function.
2779 (bfd_section_list_remove, bfd_section_list_insert): New macros.
2780 (_bfd_strip_section_from_output): Use them.
2781 * coffcode.h (coff_set_alignment_hook): Likewise.
2782 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
2783 * elf64-mips.c (mips_elf64_final_link): Likewise.
2784 * elf64-mmix.c (mmix_elf_final_link): Likewise.
2785 * sunos.c (sunos_add_dynamic_symbols): Likewise.
2786 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
2787 * bfd-in2.h: Regenerate.
2788
2789 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
2790 rather than doing our own section handling. Clean up after errors
2791 with bfd_release and bfd_section_list_clear. Handle unexpected
2792 flags.
2793 * aoutf1.h (sunos4_core_file_p): Likewise.
2794 * aix386-core.c (aix386_core_file_p): Likewise.
2795 * cisco-core.c (cisco_core_file_validate): Likewise.
2796 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
2797 * trad-core.c (trad_unix_core_file_p): Likewise.
2798
2799 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
2800 with bfd_release and bfd_section_list_clear.
2801 * hpux-core.c (hpux_core_core_file_p): Likewise.
2802 * irix-core.c (irix_core_core_file_p): Likewise.
2803 * lynx-core.c (lynx_core_file_p): Likewise.
2804 * osf-core.c (osf_core_core_file_p): Likewise.
2805 * rs6000-core.c (rs6000coff_core_p): Likewise.
2806 * sco5-core.c (sco5_core_file_p): Likewise.
2807
3f0a7f7f
AM
2808 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
2809 sign extension adjustments without conditionals.
2810
a3aa38ee
JJ
28112002-01-04 Jakub Jelinek <jakub@redhat.com>
2812
2813 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
2814 CIE at .eh_frame start is removed due to no FDEs referencing it.
2815
8a8b2d4b
AJ
28162002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
2817
2818 * config.bfd (x86_64-*-netbsd*): New target.
2819 * configure.in (x86_64-*-netbsd*): Set COREFILE
2820 to netbsd-core.lo.
2821 * configure: Regenerated.
2822
04b5af89
TR
28232002-01-03 Tom Rix <trix@redhat.com>
2824
2825 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
2826 for recent bfd_make_section_anyway change.
2827
51c5503b
NC
28282002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
2829
2830 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
2831 R_ARM_THM_PC11 reloc.
2832
07f7c046
NC
28332002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
2834
2835 * configure.in (LINGUAS): Add ja.
2836 * configure: Regenerate.
2837 * po/ja.po: Import from translation project's web site.
2838
5eefb65f
NC
28392002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
2840
2841 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
2842 messages to ease translation into other languages.
2843
39e90f10 2844For older changes see ChangeLog-0001
56882138
AM
2845\f
2846Local Variables:
2847mode: change-log
2848left-margin: 8
2849fill-column: 74
2850version-control: never
2851End: