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