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