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