Index: sim/frv/ChangeLog
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
fc0a2244
AC
12003-10-30 Andrew Cagney <cagney@redhat.com>
2
3 * syms.c: Replace "struct symbol_cache_entry" with "struct
4 bfd_symbol".
5 * vms.h, targets.c, section.c, reloc.c, peicode.h: Ditto.
6 * mipsbsd.c, elf.c, linker.c, elf-bfd.h, ecoff.c: Ditto.
7 * cpu-z8k.c, cpu-ns32k.c, cpu-h8500.c, bfd.c, bfd-in.h: Ditto.
8 * bfd-in2.h: Re-generate.
9
0aa92b58
JJ
102003-10-30 Jakub Jelinek <jakub@redhat.com>
11
12 * elfxx-ia64.c: Include objalloc.h, hashtab.h.
13 (struct elfNN_ia64_local_hash_entry): Remove root. Add id and r_sym
14 fields.
15 (struct elfNN_ia64_local_hash_table): Remove.
16 (struct elfNN_ia64_link_hash_table): Change loc_hash_table's type
17 to htab_t. Add loc_hash_memory field.
18 (elfNN_ia64_local_hash_table_init, elfNN_ia64_new_loc_hash_entry):
19 Removed.
20 (elfNN_ia64_local_htab_hash, elfNN_ia64_local_htab_eq): New
21 functions.
22 (elfNN_ia64_hash_table_create): Use hashtab.h hashtable for
23 loc_hash_table. Initialize loc_hash_memory.
24 (elfNN_ia64_hash_table_free): New function.
25 (elfNN_ia64_local_hash_lookup): Remove.
26 (elfNN_ia64_local_dyn_sym_thunk): Change into htab_traverse
27 callback.
28 (elfNN_ia64_dyn_sym_traverse): Use htab_traverse.
29 (get_local_sym_hash): Use hashtab.h hashtable for loc_hash_table.
30 (bfd_elfNN_bfd_link_hash_table_free): Define.
31
68b6ddd0
AM
322003-10-30 Alan Modra <amodra@bigpond.net.au>
33
34 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Modify versioned
35 symbol string in place.
36
3f8b3ef3
NC
372003-10-30 Jim Blandy <jimb@redhat.com>
38
39 * cpu-rs6000.c (rs6000_compatible): Check the correct arch_info
40 object's mach field: all PowerPC machines are supersets of the
41 original rs6000, but not later rs6000 machines.
42
482e2e37
AM
432003-10-30 Alan Modra <amodra@bigpond.net.au>
44
45 * dwarf2.c (struct attribute): Delete "unsnd", "snd" and "addr".
46 Add "val" and "sval" fields.
47 (DW_STRING, DW_UNSND, DW_BLOCK, DW_SND, DW_ADDR): Delete.
48 (read_attribute_value): Expand and adjust DW_* occurrences.
49 (scan_unit_for_functions, parse_comp_unit): Likewise.
50
257e20bc
NC
512003-10-30 Phil Edwards <phil@codesourcery.com>
52
53 * config.bfd (arm-*-vxworks): Remove separate stanza; merge with
54 other common ELF triples.
55 (i[3-7]86-*-vxworks): Change to ELF format.
56 (mips*-*-windiss): New triple, add to common MIPS/ELF stanza.
57 (sh-*-vxworks): New stanza.
58
ddb2b442
AM
592003-10-30 Lars Knoll <lars@trolltech.com>
60 Michael Matz <matz@suse.de>
61 Jakub Jelinek <jakub@redhat.com>
62 Alan Modra <amodra@bigpond.net.au>
63
64 * merge.c (struct sec_merge_sec_info): Update comment.
65 (struct sec_merge_hash_entry): Remove entsize.
66 (sec_merge_hash_lookup): Only adjust alignment when creating.
67 (sec_merge_emit): Remove register keyword.
68 (cmplengthentry, last4_eq, last_eq): Delete.
69 (strrevcmp, strrevcmp_align, is_suffix): New.
70 (merge_strings): Use them to implement fast suffix merging.
71 * elf-strtab.c (struct elf_strtab_hash_entry): Update comments.
72 Make "len" signed.
73 (_bfd_elf_strtab_add): Lose on >2G strings.
74 (_bfd_elf_strtab_emit): Don't emit strings with len < 0.
75 (cmplengthentry, last4_eq): Delete.
76 (strrevcmp, is_suffix): New.
77 (_bfd_elf_strtab_finalize): Rework to implement fast suffix merging.
78
5e681ec4
PB
792003-10-29 Daniel Jacobowitz <drow@mvista.com>
80
81 * elf32-arm.h (elf32_arm_final_link_relocate): Move check for
82 SEC_ALLOC.
83
842003-10-29 Philip Blundell <philb@gnu.org>
85
86 * elf32-arm.h (elf32_arm_plt0_entry, elf32_arm_plt_entry): New
87 code sequence.
88 (PLT_HEADER_SIZE): New.
89 (struct elf32_arm_pcrel_relocs_copied): Rename to ...
90 (struct elf32_arm_relocs_copied): ... this. Count both
91 pcrel and non-pcrel relocs. All uses updated.
92 (struct elf32_arm_link_hash_table): Add pointers to dynamic linker
93 sections and symbol/section mapping cache.
94 (create_got_section): New.
95 (elf32_arm_create_dynamic_sections): New.
96 (elf_backend_create_dynamic_sections): Use it.
97 (elf32_arm_final_link_relocate): Support garbage collection of relocs.
98 (elf32_arm_check_relocs): Likewise.
99 (elf32_arm_adjust_dynamic_symbol): Likewise.
100 (elf32_arm_copy_indirect_symbol): New.
101 (elf32_arm_link_hash_table_create): Initialise new fields.
102 (elf32_arm_gc_sweep_hook): Implement.
103 (elf32_arm_discard_copies): Delete.
104 (elf32_arm_finish_dynamic_symbol): Use new PLT code.
105 (elf32_arm_finish_dynamic_sections): Likewise.
106 (elf_backend_can_refcount): Define.
107 (elf_backend_copy_indirect_symbol): Likewise.
108 (elf_backend_plt_header_size): Set to PLT_HEADER_SIZE.
109
62f3bb11
AM
1102003-10-29 Alan Modra <amodra@bigpond.net.au>
111
d37c89e5
AM
112 * elf64-ppc.c (elf_backend_grok_prstatus): Define.
113 (elf_backend_grok_psinfo): Define.
114 (ppc64_elf_grok_prstatus, ppc64_elf_grok_psinfo): New functions.
115
62f3bb11
AM
116 * elf.c (_bfd_elfcore_make_pseudosection): Allow multiple
117 sections with the same name.
118 (elfcore_grok_lwpstatus): Likewise.
119 (elfcore_grok_win32pstatus): Likewise.
120 (elfcore_grok_note): Likewise.
121 (elfcore_grok_nto_status): Likewise.
122 (elfcore_grok_nto_gregs): Likewise.
123
35a0f415
DJ
1242003-10-27 Daniel Jacobowitz <drow@mvista.com>
125
126 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Never skip dynamic
127 objects.
128
e3d54347
RS
1292003-10-14 Richard Sandiford <rsandifo@redhat.com>
130
131 * elfxx-mips.c (mips_elf_create_got_section): Initialize global_gotno.
132
5e35cbc2
L
1332003-10-24 H.J. Lu <hongjiu.lu@intel.com>
134
135 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Look up
136 hash table for real symbols.
137
9c3ed942
MS
1382003-10-23 Michael Snyder <msnyder@redhat.com>
139
140 * section.c (asection): Fix typo in comment.
141
0d4792f7
AM
1422003-10-23 Alan Modra <amodra@bigpond.net.au>
143
144 * elf64-ppc.c (get_tls_mask): Add toc_symndx param, save toc
145 reloc symbol index to it. Don't allow gd syms in shared libs
146 to be optimized.
147 (ppc64_elf_tls_optimize): Adjust get_tls_mask call.
148 (ppc64_elf_size_stubs): Likewise.
149 (ppc64_elf_relocate_section): Check that tls relocs are only used
150 with tls syms, and similarly for non-tls. Correct symbol used
151 when optimizing toc tls code.
152
c9ac8978
NC
1532003-10-22 Nick Clifton <nickc@redhat.com>
154
155 * peicode.h (coff_swap_scnhdr_in): Only remove padding when
156 processing an executable.
157
108ba305
JJ
1582003-10-22 Jakub Jelinek <jakub@redhat.com>
159
160 * elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
161 field changes.
162 (_bfd_elf_link_assign_sym_version): Likewise.
163 * elflink.h (size_dynamic_sections): Likewise.
164
af9ba621
CV
1652003-10-21 Alexandre Oliva <aoliva@redhat.com>,
166 Michael Snyder <msnyder@redhat.com>
167
168 * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
169 bfd_mach_sh4a_nofpu): New machine types.
170 * bfd-in2.h: Rebuilt.
171 * cpu-sh.c (compatible): Remove unused function.
172 (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
173 (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
174 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.
175
5a21e886
NC
1762003-10-21 Wouter van Heyst <wouter@vidicode.nl>
177
178 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct text
179 describing mismatched formats involving the Maverick FP type.
180
b749473b
NC
1812003-10-21 Anil Paranjpe <anilp1@KPITCummins.com>
182
183 * binary.c (binary_object_p): Pass machine flag along with
184 architecture.
185
3e602632
NC
1862003-10-21 Thorsten Brehm <brehm@gmx.net>
187
188 * archures.c (bfd_default_scan): Add support for mcf528x.
189 * ieee.c (ieee_write_processor): Likewise.
190
1912003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
62f3bb11 192 Bernardo Innocenti <bernie@develer.com>
3e602632
NC
193
194 * archures.c: Add MCF528x (MCFv4) support.
195 * bfd/cpu-m68k.c (arch_info_struct): Likewise.
196 * bfd-in2.h: Regenerate.
197
198beae2
AC
1982003-10-20 Andrew Cagney <cagney@redhat.com>
199
200 * targets.c: Replace "struct sec" with "struct bfd_section"
201 * syms.c, sparclynx.c, section.c, opncls.c: Ditto.
202 * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
203 * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
204 * aout-tic30.c, aout-target.h:
205 * bfd-in2.h, libcoff.h, libbfd.h: Regenerate.
62f3bb11 206
4e2147ff
HPN
2072003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
208
f60ebe14
HPN
209 Support linker relaxation of new R_MMIX_PUSHJ_STUBBABLE relocs.
210 * elf64-mmix.c (MAX_PUSHJ_STUB_SIZE): New macro.
211 (struct _mmix_elf_section_data): New member pjs.
212 (mmix_set_relaxable_size, mmix_elf_get_section_contents): New
213 functions.
214 (elf_mmix_howto_table): New entry for R_MMIX_PUSHJ_STUBBABLE.
215 (mmix_reloc_map): Ditto.
216 (mmix_elf_relocate_section): Handle R_MMIX_PUSHJ_STUBBABLE.
217 (mmix_final_link_relocate, mmix_elf_check_common_relocs): Ditto.
218 (mmix_elf_perform_relocation): Ditto. Don't mark parameter addr
219 unused.
220 (mmix_elf_check_relocs): Move early return to after
221 mmix_elf_check_common_relocs call.
222 (mmix_elf_symbol_processing): Fix cut-and-pasto in head comment.
223 (_bfd_mmix_before_linker_allocation): Rename from
224 _bfd_mmix_prepare_linker_allocated_gregs. All referers changed.
225 Arrange to set the initial relaxable size of sections.
226 (_bfd_mmix_after_linker_allocation): Rename from
227 _bfd_mmix_finalize_linker_allocated_gregs.
228 (mmix_elf_relax_section): Relax a R_MMIX_PUSHJ_STUBBABLE reloc.
229 (bfd_elf64_get_section_contents): Define.
230 * reloc.c: Add ENUMX for BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
231 * libbfd.h, bfd-in2.h: Regenerate.
232
4e2147ff
HPN
233 * reloc.c (bfd_generic_relax_section): Default-set
234 section->_cooked_size here.
235 (bfd_generic_get_relocated_section_contents): Don't set it here.
236 Explain why.
237
4b71bec0
DA
2382003-10-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
239
240 * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if
241 output section has been discarded.
242
d4e2de6b 2432003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
62f3bb11 244
d4e2de6b
NC
245 * coff-h8300.c (funcvec_hash_newfunc): Handle normal mode.
246 (h8300_reloc16_extra_cases): Likewise.
247 (h8300_bfd_link_add_symbols): Likewise.
248
2492003-10-17 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
250
251 * cpu-h8300.c (h8300sxn_info_struct): Correct address size.
252 (h8300sn_info_struct): Likewise.
253 (h8300hn_info_struct): Likewise.
254
98a96df7
CF
2552003-10-16 Pavel Roskin <proski@gnu.org>
256
257 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size
258 for sections which lack size info.
259
2cefff79
DS
2602003-10-17 Danny Smith <dannysmith@users.sourceforge.net>
261
262 * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
263 mingw32.
264
3e0e1ef1
L
2652003-10-16 H.J. Lu <hongjiu.lu@intel.com>
266
267 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
268 undefined patterns with '*'.
269
9da84788
L
2702003-10-16 H.J. Lu <hongjiu.lu@intel.com>
271
272 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
273 use the last CIE from a different section.
274 (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
275 size of the output section.
276
ac393995
RM
2772003-10-07 Roland McGrath <roland@redhat.com>
278
279 * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
280 new section from p_align header field.
281
7aaa0689
L
2822003-10-16 H.J. Lu <hongjiu.lu@intel.com>
283
284 * elf32-xtensa.c (xtensa_read_table_entries): The external size
285 of entry is 8 bytes.
286
6cee3f79
AC
2872003-10-15 Andrew Cagney <cagney@redhat.com>
288
289 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
290 with NAME##_canonicalize_symtab.
291 * libcoff-in.h (coff_canonicalize_symtab): Update.
292 * xsym.h (bfd_sym_canonicalize_symtab): Update.
293 * elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
294 * coffgen.c (coff_canonicalize_symtab): Update.
295 * libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
296 * libnlm.h (nlmNAME(canonicalize_symtab)): Update.
297 * ieee.c (ieee_vec): Update comment.
298 * libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
299 * mmo.c (mmo_canonicalize_symtab): Update.
300 * nlm-target.h (nlm_canonicalize_symtab): Update.
301 * nlmcode.h (nlm_canonicalize_symtab): Update.
302 * i386msdos.c (msdos_canonicalize_symtab): Update.
303 * hp300hpux.c (MY (canonicalize_symtab)): Update.
304 * oasys.c (oasys_canonicalize_symtab): Update.
305 * som.c (som_canonicalize_symtab): Update.
306 * pef.c (bfd_pef_canonicalize_symtab): Update.
307 * nlmcode.h (nlm_canonicalize_symtab): Update.
308 * xsym.c (bfd_sym_canonicalize_symtab): Update.
309 * vms.c (vms_canonicalize_symtab): Update.
310 * versados.c (versados_canonicalize_symtab): Update.
311 * mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
312 * ieee.c (ieee_canonicalize_symtab): Update.
313 * pdp11.c (NAME(aout,canonicalize_symtab)): Update.
314 * reloc.c: Update comment.
315 * libaout.h (NAME(aout,canonicalize_symtab)): Update.
316 * coff64-rs6000.c (aix5coff64_vec): Update.
317 * coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
318 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
319 * aoutx.h (NAME(aout,canonicalize_symtab)): Update.
320 * elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
321 * hp300hpux.c (MY_canonicalize_symtab): Update.
322 * ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
323 * aout-tic30.c (MY_canonicalize_symtab): Update.
324 * aout-target.h (MY_canonicalize_symtab): Update.
325 * ppcboot.c (ppcboot_canonicalize_symtab): Update.
326 * elf.c (_bfd_elf_canonicalize_symtab): Update.
327 * elfcode.h (elf_canonicalize_symtab): Update.
328 * ihex.c (ihex_canonicalize_symtab): Update.
329 * tekhex.c (tekhex_canonicalize_symtab): Update.
330 * binary.c (binary_canonicalize_symtab): Update.
331 * srec.c (srec_canonicalize_symtab): Update.
332
6288878d
KH
3332003-10-15 Kazu Hirata <kazu@cs.umass.edu>
334
335 * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
336
46e993b9
KK
3372003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
338
339 * elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
340 relocations.
341 (sh_elf_check_relocs): Likewise.
342
343 * elf32-sh64.c (elf_backend_merge_symbol_attribute): Define.
344 (sh64_elf_merge_symbol_attribute): New.
345 * elf64-sh64.c (elf_backend_merge_symbol_attribute): Define.
346 (sh64_elf64_merge_symbol_attribute): New.
347
9bf7216d
KK
3482003-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
349
350 * elf-bfd.h (struct elf_backend_data): New function pointer member
351 elf_backend_merge_symbol_attribute.
352 * elflink.h (elf_link_add_object_symbols): Adjust call to
353 elf_backend_merge_symbol_attribute if the backend defined it.
62f3bb11
AM
354 * elfxx-target.h (elf_backend_merge_symbol_attribute): New macro.
355 (elfNN_bed): Add that to the initializer.
9bf7216d 356
b614a702
BW
3572003-10-14 Bob Wilson <bob.wilson@acm.org>
358
359 * elf32-xtensa.c (get_is_linkonce_section): Delete.
360 (xtensa_is_property_section, xtensa_is_littable_section): Use
361 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Do not recognize
362 linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
363 (xtensa_get_property_section_name): Check section name instead of
364 calling get_is_linkonce_section. Remove unused bfd parameter. Use
365 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Never generate
366 linkonce section names by appending ".xt.insn" or ".xt.lit".
367 (xtensa_read_table_entries): Remove bfd argument in call to
368 xtensa_get_property_section_name. Free section name when done.
369 (elf_xtensa_combine_prop_entries): Free leaking table.
370
98a8deaf
RS
3712003-10-13 Richard Sandiford <rsandifo@redht.com>
372
373 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
374 DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries.
375 (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them. Don't
376 handle DT_MIPS_MSYM. Set DT_RELSZ based on the number of relocations
377 that were needed.
378 (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
379 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
380
3f7deb8a
L
3812003-10-13 H.J. Lu <hongjiu.lu@intel.com>
382
383 * bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
384 (bfd_elf64_ia64_after_parse): Likewise.
385 * bfd-in2.h: Regenerated.
386
387 * elfxx-ia64.c (oor_ip): New.
388 (oor_branch_size): Likewise.
389 (bfd_elfNN_ia64_after_parse): Likewise.
390 (elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
391 equals sizeof (oor_ip).
392
0c72ffe0
KK
3932003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
394
395 * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the
396 renumbering of some relocation numbers.
397
8d6ad26e
AM
3982003-10-11 Alan Modra <amodra@bigpond.net.au>
399
400 * coff-sh.c: Move definition of MAP and guard more code with
401 COFF_IMAGE_WITH_PE.
a7f49d81
AM
402
403 * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
16b79bec 404 * bfd-in2.h: Regenerate.
a7f49d81 405
ede6aaf3
L
4062003-10-10 H.J. Lu <hongjiu.lu@intel.com>
407
408 * Makefile.am: Run "make dep-am".
409 * Makefile.in: Regenerate.
410 * doc/Makefile.in: Likewise.
411
a3aa4448
L
4122003-10-09 H.J. Lu <hongjiu.lu@intel.com>
413
414 * cofflink.c: Include "safe-ctype.h".
415 (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
416
9c8ee639
DB
4172003-10-08 Dave Brolley <brolley@redhat.com>
418 On behalf of Michael Snyder <msnyder@redhat.com>
419
420 * archures.c: Add FRV fr550 machine.
421 * cpu-frv.c: Ditto.
422 * elf32-frv.c: Ditto.
423 * bfd-in2.h: Regenerate.
424
6a691779
TS
4252003-10-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
426
427 * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub code
428 for non-SGI N64 ABI. Improve code consitency.
429
b15b52ef
AO
4302003-10-07 Alexandre Oliva <aoliva@redhat.com>
431
432 * elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
433 rightshift to 2.
434
cd339148
NS
4352003-10-07 Nathan Sidwell <nathan@codesourcery.com>
436
29ca8dc5
NS
437 * libbfd-in.h (_bfd_link_section_stabs): Add string offset
438 parameter.
439 * cofflink.c (coff_link_add_symbols): Deal with split stab
440 sections.
441 * elflink.h (elf_link_add_object_symbols): Deal with split stab
442 sections.
443 * stabs.c (_bfd_link_section_stabs): Add string offset parameter.
444 * libbfd.h: Regenerated.
445
cd339148
NS
446 * coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
447 overflow, set reloc start position to after the count
448 reloc. Subtract one from num relocs. Give error on 0xffff relocs
449 and no overflow.
450 * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
451 overflow.
452 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
453 0xffff.
454
10cf14ea
L
4552003-10-06 H.J. Lu <hongjiu.lu@intel.com>
456
457 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
458 last CIE/FDE if needed.
459
afa105f8
NC
4602003-10-06 Nick Clifton <nickc@redhat.com>
461
462 * targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
463 BFD64 is enabled.
464
85cf2a8a
NC
4652003-10-06 Matt Thomas <matt@3am-software.com>
466
8d6ad26e 467 * config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.
85cf2a8a 468
4615568e
NC
4692003-10-06 Robert Millan <robertmh@gnu.org>
470
471 * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
472 * config.bfd: Likewise.
473 * configure: Regenerate.
474
8b7cf393
CG
4752003-10-04 Christian Groessler <chris@groessler.org>
476
477 * coff-z8k.c (extra_case): Fix displacement length check for R_JR
478 and R_CALLR.
479
0a6a3ebe
SC
4802003-10-04 Stephane Carrez <stcarrez@nerim.fr>
481
482 * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.
483 * elf32-m68hc11.c: Likewise.
484 * elf32-m68hc12.c: Likewise.
485 * elf32-m68hc1x.h: Likewise.
486
17e58af0
SC
4872003-10-04 Stephane Carrez <stcarrez@nerim.fr>
488
489 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix merge
490 of flags between HC12 and HCS12.
491
27c630ba
NC
4922003-10-04 Bryce McKinlay <bryce@mckinlay.net.nz>
493
494 * merge.c (_bfd_merge_sections): Set SEC_EXCLUDE flag on sections
495 which become empty after merging.
496
1fc0d173
JJ
4972003-09-30 Jakub Jelinek <jakub@redhat.com>
498
499 * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,
500 R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
501
5f74bc13
CD
5022003-09-30 Chris Demetriou <cgd@broadcom.com>
503
504 * archures.c (bfd_mach_mipsisa64r2): New define.
505 * bfd-in2.h: Regenerate.
506 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2.
507 * cpu-mips.c (I_mipsisa64r2): New enum value.
508 (arch_info_struct): Add entry for I_mipsisa64r2.
509 * elfxx-mips.c (_bfd_elf_mips_mach)
510 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2.
511 (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case.
512 (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2.
513
b59dd4a5
L
5142003-09-29 H.J. Lu <hongjiu.lu@intel.com>
515
516 * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New.
517 Handle SHN_IA_64_ANSI_COMMON.
518 (elf_backend_section_from_bfd_section): Defined.
519
243ef1e0
L
5202003-09-26 H.J. Lu <hongjiu.lu@intel.com>
521
522 * elflink.c (elf_link_read_relocs_from_section): Add an argument
523 of a pointer to section. Check bad symbol index.
524 (_bfd_elf_link_read_relocs): Modify calls to
525 elf_link_read_relocs_from_section.
526
d38eb334
DD
5272003-09-23 DJ Delorie <dj@redhat.com>
528
529 * elf32-sh.c (sh_elf_howto_table): R_SH_SWITCH8,
530 R_SH_GNU_VTINHERIT, R_SH_GNU_VTENTRY,
531 R_SH_LOOP_START,R_SH_LOOP_END moved to "reserved" spaces,
532 R_SH_DIR16, R_SH_DIR8, R_SH_DIR8UL, R_SH_DIR8UW, R_SH_DIR8U,
533 R_SH_DIR8SW, R_SH_DIR8S, R_SH_DIR4UL, R_SH_DIR4UW, R_SH_DIR4U,
534 R_SH_PSHA, R_SH_PSHL added.
535 (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.
536 (sh_elf_relocate_section): Support new relocs.
537
f0578e28
BW
5382003-09-23 Bob Wilson <bob.wilson@acm.org>
539
540 * elf32-xtensa.c (elf_xtensa_relocate_section): Fix typo that clobbered
541 dynamic relocation offsets.
542
62f3bb11 5432003-09-23 Alan Modra <amodra@bigpond.net.au>
010b84c1
AM
544
545 * simple.c (bfd_simple_get_relocated_section_contents): Free the
546 hash table using _bfd_generic_link_hash_table_free.
547
62f3bb11 5482003-09-23 Alan Modra <amodra@bigpond.net.au>
7dcb9820
AM
549
550 * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". Change
551 type of prefix_length and suffix_length to int. Rename "attributes"
552 to "attr". Comment.
553 (_bfd_elf_get_sec_type_attr): Update prototype.
554 * elf.c (get_special_section): Rewrite.
555 (_bfd_elf_get_sec_type_attr): Return struct rather than passing in
556 attr and type pointers.
557 (_bfd_elf_new_section_hook): Adjust for above.
558 (special_sections): Merge suffix with prefix. Set
559 prefix_length for all entries. Set suffix_length appropriately.
560 * elf32-m32r.c (m32r_elf_special_sections): Likewise.
561 * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
562 * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
563 * elf32-mcore.c (mcore_elf_special_sections): Likewise.
564 * elf32-sh64.c (sh64_elf_special_sections): Likewise.
565 * elf32-v850.c (v850_elf_special_sections): Likewise.
566 * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
567 * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
568 * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
569 * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
570 * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
571 * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
572 * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
573 * elf32-ppc.c (ppc_elf_special_sections): Likewise. Fix .plt flags.
574
61bcf373
DJ
5752003-09-21 Daniel Jacobowitz <drow@mvista.com>
576
577 * elf64-alpha.c (elf64_alpha_create_got_section): Initialize
578 ->got if the section already exists.
579
8bfd78b3
NS
5802003-09-19 Nathan Sidwell <nathan@codesourcery.com>
581
582 * dwarf2.c (decode_line_info): Cope with an initially empty
583 filename table.
584
6726e1ea
L
5852003-09-18 H.J. Lu <hongjiu.lu@intel.com>
586
587 * acinclude.m4: Include ../config/accross.m4.
588 * aclocal.m4: Regenerated.
589
590 * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
591 or long long.
592 (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
593 (host64): Remove if HOST_64BIT_TYPE is set to long.
594
595 * configure.in (HOST_64BIT_TYPE): Set according to the size of
596 long and long long.
597 (HOST_U_64BIT_TYPE): Likewise.
598 (host64): Likewise.
599 * configure: Regenerated.
600
5de3bf90
AM
6012003-09-19 Alan Modra <amodra@bigpond.net.au>
602
603 * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
604 since some ABIs round up the size of the struct.
605
9e4d8df3
L
6062003-09-18 H.J. Lu <hongjiu.lu@intel.com>
607
608 * elflink.c (_bfd_elf_merge_symbol): Allow type change if
609 the old symbol is undefined and the new symbol is defined.
610
228ce064
AS
6112003-09-18 Andreas Schwab <schwab@suse.de>
612
613 * simple.c (bfd_simple_get_relocated_section_contents): Use
614 _bfd_generic_link_hash_table_create instead of
615 bfd_link_hash_table_create.
616
fdbdabdd
L
6172003-09-10 H.J. Lu <hongjiu.lu@intel.com>
618
619 * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
620 started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
621
a252afa4
DA
6222003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
623 Randolph Chung <randolph@tausq.org>
624
625 * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
626 hppa_link_hash_newfunc, hppa_build_one_stub,
627 elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
628 allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
629 elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
630 for generating import stubs for calls to statically linked PIC
631 functions.
632 (hppa_type_of_stub): Don't generate an import stub for calls to
633 statically linked pic functions. Generate import stubs for calls
634 in a shared object, to functions not in a regular file, and to
635 defined weak functions. Add new argument INFO.
636 (hppa_build_one_stub): Don't undef ADDIL_DP.
637 (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
638 (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
639 (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
640 non-shared link. Convert instructions that use the the linkage table
641 pointer, or a facsimile thereof, to use the global data pointer when
642 the reloc has been changed.
643
42acdc7c
JB
6442003-09-08 Joel Brobecker <brobecker@gnat.com>
645
646 * archures.c: Add new machine names for hppa.
647 * bfd-in2.h: Regenerate.
648 * cpu-hppa.c: Use the new machine names.
649
2a0e29b4
SC
6502003-09-06 Stephane Carrez <stcarrez@nerim.fr>
651
652 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
653 all_local_syms member.
654 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
655 to get the local symbols.
656
3f533aa9
SC
6572003-09-06 Stephane Carrez <stcarrez@nerim.fr>
658
659 * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
660 (elf_backend_special_sections): Define.a
661
662 PR savannah/4950:
663 * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
664 section is read-only.
665
8ad30312
NC
6662003-09-04 Nick Clifton <nickc@redhat.com>
667
668 * archures.c (bfd_mach_v850e1): Define.
669 * bfd-in2.h: Regenerate.
670 * cpu-v850.h (scan): Accept bfd_mach_v850e1.
671 (arch_info_struct): Include an entry for bfd_mach_v850e1.
672 * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
673 (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
674 (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
675 (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
676 linked with v850e binaries. Mark the output as v850e.
5de3bf90 677
3922a8c1
NC
6782003-09-03 Nick Clifton <nickc@redhat.com>
679
5de3bf90 680 * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
3922a8c1
NC
681 symbols that are used in relocs.
682
13dfd2d0
NC
6832003-08-30 Robert Millan <robertmh@gnu.org>
684
685 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
686 * config.bfd: Likewise.
687 * configure: Regenerate.
688
1c0881dd
CG
6892003-08-31 Christian Groessler <chris@groessler.org>
690
691 * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
692 instead of returning bfd_reloc_continue.
693
ac0e732e
AJ
6942003-08-31 Andreas Jaeger <aj@suse.de>
695
696 * merge.c: Update to ISO C90.
697
ec317fb1
ILT
6982003-08-27 Ian Lance Taylor <ian@airs.com>
699
49c97a80
ILT
700 * configure.in: Check for strtoull.
701 * bfd.c (bfd_scan_vma): Use strtoull when available.
702 * configure, config.in: Regenerate.
703
ec317fb1
ILT
704 * configure.in: Define and substitute BFD_HOST_LONG_LONG.
705 * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than
706 __GNUC__ when deciding whether to use long long for
707 BFD_HOST_64_BIT.
708 * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
709
d539b3aa
CG
7102003-08-27 Christian Groessler <chris@groessler.org>
711
712 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
713 i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
714 functions.
715 (elf32_i860_howto_table): Insert the new functions as
716 'special_function's in the proper reloc type entries.
717
73052b5e
RS
7182003-08-27 Richard Sandiford <rsandifo@redhat.com>
719
720 * elf32-frv.c (elf32_frv_relocate_section): Use
721 _bfd_elf_rela_local_sym.
722
2c848f79
MS
7232003-08-26 Michael Snyder <msnyder@redhat.com>
724
725 * cpu-frv.c: Remove unused enum.
726
980491e6
MR
7272003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
728
729 * reloc.c: Fix documentation for MIPS ELF relocations.
730 libbfd.h: Regenerate.
731 bfd-in2.h: Regenerate.
732
6d1227b8
JE
7332003-08-24 Jason Eckhardt <jle@rice.edu>
734
5de3bf90 735 * coff-i860.c (CALC_ADDEND): Define to be a no-op.
6d1227b8 736
f680ea79
JE
7372003-08-24 Jason Eckhardt <jle@rice.edu>
738
739 * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
740 shift by 2 before storing the relocated value.
741
c28b1c28
JE
7422003-08-23 Jason Eckhardt <jle@rice.edu>
743
5de3bf90 744 * coff-i860.c (coff_i860_reloc_nyi): New function.
c28b1c28
JE
745 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
746 LOWn, SPLITn, and BRADDR.
747 (RTYPE2HOWTO): Check that the r_type is within the howto_table
748 before trying to access the entry.
749 (coff_i860_rtype_to_howto): Likewise.
750 (coff_i860_reloc_type_lookup): New function.
751 (i860_reloc_processing): New function.
752 (coff_bfd_reloc_type_lookup): Define macro.
753 (RELOC_PROCESSING): Define macro.
754 Minor formatting adjustments.
755
40a0491a
AM
7562003-08-23 Alan Modra <amodra@bigpond.net.au>
757
758 * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
759
69bbc4c0
L
7602003-08-22 H.J. Lu <hongjiu.lu@intel.com>
761
762 * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
763 .got section at 8 bytes.
764
8b956130
NC
7652003-08-21 Nick Clifton <nickc@redhat.com>
766
85db1db4 767 * cofflink.c: Update to ISO C90 and tidy up formatting.
8b956130 768
6c21aa76
NC
7692003-08-21 Randolph Chung <tausq@debian.org>
770
771 * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
772 can have OSABI=Linux or OSABI=SysV. Check for both.
773 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
774
3673a93e
NC
7752003-08-21 Nick Clifton <nickc@redhat.com>
776
777 * po/sv.po: Updated Swedish translation.
778
427b80f4
RS
7792003-08-20 Richard Sandiford <rsandifo@redhat.com>
780
781 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
782
560e09e9
NC
7832003-08-20 Nick Clifton <nickc@redhat.com>
784
785 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
786 replace some duplicated code in most elfxx-xxxx.c files. This
787 version uses the new fields in bfd_link_info.
788
40a0491a
AM
789 * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
790 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
791 * elf32-cris.c (cris_elf_relocate_section): Likewise.
560e09e9
NC
792 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
793 * elf32-i386.c (elf_i386_relocate_section): Likewise.
794 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
795 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
796 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
797 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
798 * elf32-s390.c (elf_s390_relocate_section): Likewise.
799 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
800 * elf32-vax.c (elf_vax_relocate_section): Likewise.
801 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
802 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
803 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
804 * elf64-s390.c (elf_s390_relocate_section): Likewise.
805 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
806 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
807 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
40a0491a
AM
808
809 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
560e09e9
NC
810 elf_hppa_remark_useless_dynamic_symbols,
811 elf_hppa_relocate_section): Use the new fields in
812 bfd_link_info structure.
813 * elf32-sh.c (sh_elf_relocate_section): Likewise.
814 * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
815 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
816 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
817 * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
818 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
819
820 * elflink.h (elf_link_output_extsym): Fix test for reporting
40a0491a
AM
821 undefined symbols in shared libraries. Remove redundant test
822 of shlib_undefined when reporting references to forced local
823 symbols.
560e09e9 824
4091ea4e
L
8252003-08-18 Andreas Schwab <schwab@suse.de>
826
827 * libpei.h (bfd_pe_executable_p): Also recognize efi-app
828 executables.
829
b0cdc7bc
HPN
8302003-08-17 Hans-Peter Nilsson <hp@bitrange.com>
831
832 * simple.c (bfd_simple_get_relocated_section_contents): Move
833 reloc_done hack to before first bfd_section_size call. Change all
834 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
835
c1993d04
AM
8362003-08-16 Alan Modra <amodra@bigpond.net.au>
837
838 * elf64-ppc.c: Don't include elf/ppc.h.
839
792b4a53
RS
8402003-08-14 Richard Sandiford <rsandifo@redhat.com>
841
842 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
843 code to work with 64-bit bfds.
844
fdc09da8
AM
8452003-08-14 Alan Modra <amodra@bigpond.net.au>
846
847 * dep-in.sed: Remove libintl.h.
848 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
849 (POTFILES.in): Remove target.
850 * Makefile.in: Regenerate.
851
ee87f2da
AM
8522003-08-12 Alan Modra <amodra@bigpond.net.au>
853
854 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
855 (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
856 use the function sym from the previous reloc.
857
15f40dfc
JJ
8582003-08-11 Jakub Jelinek <jakub@redhat.com>
859
860 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
861 fatal if -pie.
862 * elf32-s390.c (elf_s390_relocate_section): Likewise.
863 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
864 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
865 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
866 * elf64-s390.c (elf_s390_relocate_section): Likewise.
867 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
868 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
869 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
870 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
871 (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
872 on undefined symbols if -pie.
873 * elf32-sh.c (sh_elf_relocate_section): Likewise.
874
6ab189d5
AM
8752003-08-11 Alan Modra <amodra@bigpond.net.au>
876
877 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
878 branch to __libc_start_main.
879
3b260895
NC
8802003-08-08 Dmitry Diky <diwil@mail.ru>
881
6ab189d5
AM
882 * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
883 gcc order.
3b260895
NC
884 * cpu-msp430.c: Likewise.
885 * elf32-msp430.c: Likewise.
886 * bfd-in2.h: Regenerate.
887
c39a58e6
AM
8882003-08-07 Alan Modra <amodra@bigpond.net.au>
889
9c5bfbb7
AM
890 * elfxx-target.h: Remove PTR cast.
891 * targets.c (bfd_target): Make backend_data const void *.
892 * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
893 * elf-m10300.c: Likewise.
894 * elf.c: Likewise.
895 * elf32-hppa.c: Likewise.
896 * elf32-i386.c: Likewise.
897 * elf32-m68hc1x.c: Likewise.
898 * elf32-ppc.c: Likewise.
899 * elf32-s390.c: Likewise.
900 * elf32-sh.c: Likewise.
901 * elf32-sh64.c: Likewise.
902 * elf32-sparc.c: Likewise.
903 * elf32-xtensa.c: Likewise.
904 * elf64-mips.c: Likewise.
905 * elf64-ppc.c: Likewise.
906 * elf64-s390.c: Likewise.
907 * elf64-sh64.c: Likewise.
908 * elf64-sparc.c: Likewise.
909 * elf64-x86-64.c: Likewise.
910 * elfcode.h: Likewise.
911 * elfcore.h: Likewise.
912 * elflink.c: Likewise.
913 * elflink.h: Likewise.
914 * elfxx-ia64.c: Likewise.
915 * elfxx-mips.c: Likewise.
916 * elfxx-mips.h: Likewise.
917 * elf.c (prep_headers): Remove useless check for null backend_data.
918 * bfd-in2.h: Regenerate.
919
c39a58e6
AM
920 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
921 (NAME): Use ## rather than CONCAT4 macro.
922 * elfcode.h: Remove one remaining PARAMS macro.
923 * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
924 * elf-strtab.c: Likewise.
925 * elf-hppa.h: Likewise.
926 * elf32-hppa.h: Likewise.
927 * elf32-hppa.c: Likewise.
928 (elf32_hppa_add_symbol_hook): Delete.
929 (elf_backend_add_symbol_hook): Don't define.
930 * libhppa.h: Convert to C90. Replace INLINE with inline.
931
97b639ba
AM
9322003-08-06 Alan Modra <amodra@bigpond.net.au>
933
934 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
935 (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
936 function descriptors, but warn.
937 (ppc_build_one_stub): Remove a couple of vars. Move code creating
938 stub syms so that we can avoid a stub sym if we already have a
939 plt sym. Do not redefine an existing symbol.
940 (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
941 glink.
942
9e7d479d
NC
9432003-08-06 Nick Clifton <nickc@redhat.com>
944
945 * po/fr.po: Updated French translation.
946
77f3d027
AM
9472003-08-06 Alan Modra <amodra@bigpond.net.au>
948
949 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
950 SEC_LINKER_CREATED.
951
50d6c878
DJ
9522003-08-05 Daniel Jacobowitz <drow@mvista.com>
953
954 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
955 (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
956
14abcef9
NC
9572003-08-03 Jeff Muizelaar <muizelaar@rogers.com>
958
4a21a492 959 * coffcode.h (coff_slurp_line_table): Return with a warning
14abcef9
NC
960 message if the line number table could not be read.
961
8c675694
NC
9622003-08-04 Nick Clifton <nickc@redhat.com>
963
964 * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
965 to messages produced for .gnu.warning.SYMBOL sections.
966
268b6b39
AM
9672003-08-04 Alan Modra <amodra@bigpond.net.au>
968
969 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
970 * elfcore.h: Likewise.
971 * elflink.c: Likewise.
972 * elflink.h: Likewise.
973 * elf.c (sym_is_global): Remove INLINE.
974 (align_file_position): Replace INLINE with inline.
975 * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
976 (elf_file_p): Replace INLINE with inline.
977
866f48b7
KK
9782003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
979
980 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
981
8651fcf9
L
9822003-08-01 H.J. Lu <hongjiu.lu@intel.com>
983
984 * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
985
37cd2629
L
9862003-08-01 H.J. Lu <hongjiu.lu@intel.com>
987
988 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
989 ElfNN_External_Rela instead of Elf64_External_Rela.
990
91fb2a9d
NC
9912003-08-01 Nick Clifton <nickc@redhat.com>
992
993 * config.bfd: Add code to catch obsolete configurations and warn
994 about them unless --enable-obsolete is used. Use this to mark
995 vax-vms port as obsolete.
996
e656e369
AM
9972003-07-30 Alan Modra <amodra@bigpond.net.au>
998
999 * elf32-ppc.c (ppc_elf_install_value): Tidy.
1000 (ppc_elf_relax_section): Remove dead code. Remove unnecessary casts.
1001 Formatting.
1002 * elfxx-target.h: Remove PARAMS macro. Formatting.
1003
50bc7936
AM
10042003-07-30 Alan Modra <amodra@bigpond.net.au>
1005
1006 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
1007 * elf64-ppc.c (get_fdh): New function, split out from
1008 ppc64_elf_edit_opd.
1009 (ppc64_elf_check_relocs): Use get_fdh.
1010 (func_desc_adjust): Likewise. Tidy.
1011 (ppc64_elf_edit_opd): Tighten reloc checks. Free local_syms on error
1012 exit. Use get_fdh. Account for superfluous dynamic relocs.
1013 (ppc64_elf_relocate_section): Warning fix.
1014
a62d170c
JE
10152003-07-30 Jason Eckhardt <jle@rice.edu>
1016
1017 * coff-i860.c: Convert to ISO C90. Remove superflous prototypes.
1018
7734b6e9
JE
10192003-07-30 Jason Eckhardt <jle@rice.edu>
1020
1021 * elf32-i860.c: Convert to ISO C90. Remove superflous prototypes.
1022
37f4508b
AM
10232003-07-30 Randolph Chung <tausq@debian.org>
1024
1025 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
1026 * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
1027
217aa764
AM
10282003-07-30 Alan Modra <amodra@bigpond.net.au>
1029
1030 * elf.c: Convert to C90, remove unnecessary prototypes and casts.
1031 Replace PTR with void *. Formatting.
1032 (_bfd_elf_assign_file_position_for_section): Remove INLINE.
1033 (make_mapping): Likewise.
1034
494dac0c
AM
10352003-07-29 Alan Modra <amodra@bigpond.net.au>
1036
1037 * elf64-ppc.c (func_desc_adjust): Give linker created function
1038 descriptor symbols a size and type.
1039 (ppc64_elf_relocate_section): Correct lq insn test.
1040
deaaf2f3
EC
10412003-07-28 Eric Christopher <echristo@redhat.com>
1042
1043 * elf32-ppc.c (R_PPC_RELAX32): New relocation.
1044 (ppc_elf_install_value): New function.
1045 (ppc_elf_sort_rela): Remove.
1046 (ppc_elf_relax_section): Rewrite. Remove old relaxation
1047 and replace with out of range branch stubs.
1048 (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
1049
709e685d
AO
10502003-07-29 Alexandre Oliva <aoliva@redhat.com>
1051
1052 * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
1053 from input_bfd.
1054
36c506c5
AM
10552003-07-28 Alan Modra <amodra@bigpond.net.au>
1056
1057 * elf.c (special_sections): Set attributes for .got and .plt.
1058
5d35169e
AM
10592003-07-27 Alan Modra <amodra@bigpond.net.au>
1060
1061 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
1062 on function descriptors.
1063 (ELIMINATE_COPY_RELOCS): Expand comment.
1064 (ppc64_elf_special_sections): Move. Don't include non-ppc64 sections.
1065 Do include ".toc1".
1066
3cddba1e
L
10672003-07-25 H.J. Lu <hongjiu.lu@intel.com>
1068
1069 * elf.c (_bfd_elf_new_section_hook): Set the default section
1070 type to SHT_NULL.
1071 (elf_fake_sections): Set the section type based on asect->flags
1072 if it is SHT_NULL. Don't abort on processor specific section
1073 types.
1074
d622ef4b
L
10752003-07-25 H.J. Lu <hongjiu.lu@intel.com>
1076
1077 * bfd-in2.h: Regenerated.
1078
2f89ff8d
L
10792003-07-25 H.J. Lu <hongjiu.lu@intel.com>
1080
1081 * elf-bfd.h (bfd_elf_special_section): New.
1082 (elf_backend_data): Add special_sections, a pointer to
1083 bfd_elf_special_section.
1084 (elf_section_type). New.
1085 (elf_section_flags): New.
1086 (_bfd_elf_get_sec_type_attr): New.
1087
1088 * elf.c (_bfd_elf_make_section_from_shdr): Always use the
1089 real section type/flags.
1090 (special_sections): New.
1091 (get_special_section): New.
1092 (_bfd_elf_get_sec_type_attr): New.
1093 (_bfd_elf_new_section_hook): Check special_section to set
1094 elf_section_type and elf_section_flags.
1095 (elf_fake_sections): Don't use section name to set ELF section
1096 data.
1097
1098 * elf32-m32r.c (m32r_elf_special_sections): New.
1099 (elf_backend_special_sections): Defined.
1100
1101 * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
1102 (elf_backend_special_sections): Defined.
1103
1104 * elf32-mcore.c (mcore_elf_special_sections): New.
1105 (elf_backend_special_sections): Defined.
1106
1107 * elf32-ppc.c (ppc_elf_special_sections): New.
1108 (elf_backend_special_sections): Defined.
1109
1110 * elf32-sh64.c (sh64_elf_special_sections): New.
1111 (elf_backend_special_sections): Defined.
1112
1113 * elf32-v850.c (v850_elf_special_sections): New.
1114 (elf_backend_special_sections): Defined.
1115
1116 * elf32-xtensa.c (elf_xtensa_special_sections): New.
1117 (elf_backend_special_sections): Defined.
1118
1119 * elf64-alpha.c (elf64_alpha_special_sections): New.
1120 (elf_backend_special_sections): Defined.
1121
1122 * elf64-hppa.c (elf64_hppa_special_sections): New.
1123 (elf_backend_special_sections): Defined.
1124
1125 * elf64-ppc.c (ppc64_elf_special_sections): New.
1126 (elf_backend_special_sections): Defined.
1127
1128 * elf64-sh64.c (sh64_elf64_special_sections): New.
1129 (elf_backend_special_sections): Defined.
1130
1131 * elfxx-ia64.c (elfNN_ia64_special_sections): New.
1132 (elf_backend_special_sections): Defined.
1133
1134 * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
1135
1136 * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
1137 (elf_backend_special_sections): Defined.
1138
1139 * elfxx-target.h (elf_backend_special_sections): New. Default
1140 to NULL.
1141 (elfNN_bed): Initialize special_sections.
1142
1143 * section.c (bfd_abs_section): Remove const.
1144 (bfd_und_section): Likewise.
1145 (bfd_com_section): Likewise.
1146 (bfd_ind_section): Likewise.
1147
20650579
NC
11482003-07-24 Nick Clifton <nickc@redhat.com>
1149
1150 * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
1151 sections are assigned the LOAD attribute.
1152
deaaf2f3 11532003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
09fd220b
KK
1154
1155 * elf32-sh.c: Convert to C90. Replace PTR with void *.
1156 * elf32-sh64-com.c: Likewise.
1157 * elf32-sh64.c: Likewise.
1158 * elf32-sh64.h: Likewise.
1159 * elf64-sh64.c: Likewise.
1160
3d85aebe
KK
11612003-07-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1162
1163 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1164 (allocate_dynrelocs): Likewise.
1165 (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
1166 (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1167
834d807b
NC
11682003-07-24 Nick Clifton <nickc@redhat.com>
1169
1170 * po/fr.po: Updated French translation.
1171
571b5725
BW
11722003-07-23 Bob Wilson <bob.wilson@acm.org>
1173
1174 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
1175 near the beginning of the file. Swap order of arguments. Call
1176 _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
1177 (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
1178 (elf_xtensa_relocate_section): Likewise.
1179 (shrink_dynamic_reloc_sections): Likewise.
1180
b536dc1e
BW
11812003-07-23 Bob Wilson <bob.wilson@acm.org>
1182
1183 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
1184 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
1185 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
1186 first printing an error message.
1187 (elf_xtensa_finish_dynamic_sections): Likewise.
1188 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
1189 discarding literal table entries.
1190 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
1191 (elf_xtensa_do_asm_simplify): Likewise.
1192
7f888330
SC
11932003-07-23 Stephane Carrez <stcarrez@nerim.fr>
1194
1195 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
1196 we have a local symbol in common section.
1197
ecc27c31
L
11982003-07-22 H.J. Lu <hongjiu.lu@intel.com>
1199
1200 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
1201 weak symbols.
1202
f9f3cf65
NC
12032003-07-22 Nick Clifton <nickc@redhat.com>
1204
1205 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
1206 expected RS6000 storage classes.
1207
bb32e54f
L
12082003-07-21 H.J. Lu <hongjiu.lu@intel.com>
1209
1210 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
1211 output_bfd unused to silence gcc.
1212
796f2a93
NC
12132003-07-21 Nick Clifton <nickc@redhat.com>
1214
1215 * po/sv.po: Updated Swedish translation.
1216
f6c52c13
AM
12172003-07-21 Alan Modra <amodra@bigpond.net.au>
1218
1219 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
1220 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
1221 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
1222 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
1223 now done in _bfd_elf_symbol_refs_local_p.
1224 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1225 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1226 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1227
aa37626c
L
12282003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1229
1230 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
1231
1e364ec9
L
12322003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1233
1234 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
1235 (SYMBOL_CALLS_LOCAL): Likewise.
1236
1237 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
1238 immediately if symbol isn't defined locally.
1239
986a241f
RH
12402003-07-18 Richard Henderson <rth@redhat.com>
1241
1242 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
1243 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
1244 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
1245 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
1246 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1247 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
1248 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
1249 Update all callers to provide the relocation being resolved.
1250
ac4b3dd8
NC
12512003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
1252
1253 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
1254 targ_cflags.
1255
6c37ac4d
NC
12562003-07-17 Nick Clifton <nickc@redhat.com>
1257
1258 * po/es.po: New Spanish translation.
1259 * po/sv.po: New Swedish translation.
1260 * po/opcodes.pot: Regenerate.
1261
02e6ad56
RH
12622003-07-16 Richard Henderson <rth@redhat.com>
1263
1264 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
1265 * elfxx-ia64.c, targets.c: Likewise.
1266
5686517c
RH
12672003-07-16 Richard Henderson <rth@redhat.com>
1268
1269 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
1270 for symbols defined locally plus -Bsymbolic. Tidy logic.
1271
5a7ea749
RS
12722003-07-15 Richard Sandiford <rsandifo@redhat.com>
1273
1274 * archures.c (bfd_mach_mips7000): New.
1275 * bfd-in2.h: Regenerated.
1276 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
1277 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
1278 (mips_mach_extensions): Add an entry for it.
1279
76bff705
NC
12802003-07-14 Nick Clifton <nickc@redhat.com>
1281
1282 * po/tr.po: Update with latest version.
1283 * po/SRC-POTFILES.in: Regenerate.
1284 * po/bfd.pot: Regenerate.
1285 * Makfile.in: Regenerate.
1286 * configure: Regenerate.
1287
d0facd1b
NC
12882003-07-12 Jeff Baker <jbaker@qnx.com>
1289
1290 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
1291 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1292 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1293 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1294
bcb9b88d
NC
12952003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
1296
1297 * coffcode.h (coff_set_section_contents): Set the
1298 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
1299
7a9823f1
RS
13002003-07-11 Richard Sandiford <rsandifo@redhat.com>
1301
1302 * bfd-in.h (bfd_h8300_pad_address): Declare.
1303 * bfd-in2.h: Regenerate.
1304 * cpu-h8300.c (bfd_h8300_pad_address): New function.
1305 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
1306 addresses before checking whether they can be relaxed.
1307 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
1308 Don't complain about overflows in general 8-bit relocations.
1309 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
1310 Fix handling of R_H8_DIR24A8.
1311
c6baf75e
RS
13122003-07-11 Richard Sandiford <rsandifo@redhat.com>
1313
1314 * elf32-h8300.c: Convert function prototypes and definitions
1315 to C90 syntax.
1316 * coff-h8300.c: Likewise.
1317 * cpu-h8300.c: Likewise.
1318
fce00800
AM
13192003-07-11 Alan Modra <amodra@bigpond.net.au>
1320
1321 * po/SRC-POTFILES.in: Regenerate.
1322 * po/bfd.pot: Likewise.
1323
e901de89
BW
13242003-07-10 Bob Wilson <bob.wilson@acm.org>
1325
1326 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
1327 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
1328 .xt.lit.plt section.
1329 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
1330 and allocate memory for it.
1331 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
1332 section to the .got.loc section.
1333 (elf_xtensa_finish_dynamic_sections): Fix up call to
1334 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
1335 the address of .got.loc.
1336 (relax_property_section): Shrink .got.loc to match changes in any
1337 literal table section.
1338 (xtensa_is_property_section): Change to match
1339 xtensa_get_property_section_name.
1340 (xtensa_is_littable_section): New.
1341
eff26f78
L
13422003-07-10 H.J. Lu <hongjiu.lu@intel.com>
1343
1344 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
1345 -1LL.
1346
942e0f42
AM
13472003-07-10 Alan Modra <amodra@bigpond.net.au>
1348
1349 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
1350 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
1351 Run "make dep-am".
1352 * Makefile.in: Regenerate.
1353
73c3cd1c
AO
13542003-07-10 Alexandre Oliva <aoliva@redhat.com>
1355
1356 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1357 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1358 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1359 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
1360 * elf32-am33lin.c: Rename global functions.
1361 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1362 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
1363 * configure.in (bfd_elf32_am33lin_vec): Added.
1364 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
1365 (elf32-am33lin.lo): List dependencies.
1366 * aclocal.m4, configure, Makefile.in: Rebuilt.
1367 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
1368 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
1369 ELF_ARCH was not defined before.
1370 (elf_symbol_leading_char): Define if not defined.
1371 * elf32-am33lin.c: Override the definitions above.
1372 * targets.c (bfd_elf32_am33lin_vec): New.
1373
03a12831
AO
13742003-07-09 Alexandre Oliva <aoliva@redhat.com>
1375
1376 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1377 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
1378 pcrel_relocs_copied.
1379 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
1380 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
1381 ld-linux.so.2 to ld.so.1.
1382 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
1383 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
1384 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
1385 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1386 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
1387 .rela.* section contents with bfd_zalloc.
1388 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
1389 * elf-m10300.c: Added declarations for functions missing them.
1390 Merge some shared-library changes from the i386 back-end. Use
1391 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
1392 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
1393 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
1394 members of elf_link_hash_entry. Adjusted references.
1395 (mn10300_elf_final_link_relocate): dynobj was already loaded
1396 into a local variable, use it.
1397 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
1398 * elf-m10300.c: Add missing function prototypes.
1399 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1400 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
1401 relocation for dynamic relocations.
1402 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1403 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
1404 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
1405 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
1406 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
1407 (_bfd_mn10300_elf_create_got_section): ... here, so that its
1408 adress is already known at the time we compute relaxations.
1409 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
1410 and PLT32 to narrower relocations.
1411 * libbfd.h, bfd-in2.h: Rebuilt.
1412 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
1413 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
1414 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
1415 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
1416 BFD_RELOC_MN10300_RELATIVE): New relocs.
1417 * libbfd.h, bfd-in2.h: Rebuilt.
1418 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
1419 (struct elf32_mn10300_link_hash_entry): Added DSO-related
1420 fields.
1421 (elf_mn10300_howto): Defined new relocation types.
1422 (mn10300_reloc_map): Map them.
1423 (_bfd_mn10300_elf_create_got_section): New fn.
1424 (mn10300_elf_check_relocs): Handle PIC relocs.
1425 (mn10300_elf_final_link_relocate): Likewise.
1426 (mn10300_elf_relocate_section): Handle DSOs.
1427 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
1428 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
1429 elf_mn10300_pic_plt_entry): New.
1430 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
1431 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
1432 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
1433 elf_mn10300_plt_reloc_offset: New macros.
1434 (ELF_DYNAMIC_INTERPRETER): Likewise.
1435 (_bfd_mn10300_elf_create_dynamic_sections): New function.
1436 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
1437 (_bfd_mn10300_elf_discard_copies): Likewise.
1438 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1439 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1440 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
1441 (elf_backend_can_gc_sections,
1442 elf_backend_create_dynamic_sections,
1443 elf_backend_adjust_dynamic_sections,
1444 elf_backend_size_dynamic_sections,
1445 elf_backend_finish_dynamic_symbol,
1446 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1447 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1448 elf_backend_got_header_size, elf_backend_plt_header_size): New
1449 macros.
1450
b08fa4d3
AO
14512003-07-09 Alexandre Oliva <aoliva@redhat.com>
1452
1453 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
1454 * elf-m10300.c (compute_function_info): Account for AM33
1455 registers in `movm' when computing stack space for `call' when
1456 linking for AM33/2.0 link.
1457 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
1458 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
1459 * bfd-in2.h: Rebuilt.
1460 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
1461 * elf-m10300.c: Updated.
1462 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
1463 * archures.c (bfd_mach_am332): Defined.
1464 * bfd-in2.h: Rebuilt.
1465 * cpu-m10300.c (bfd_am332_arch): Defined.
1466 (bfd_am33_arch): Chained with am33-2.
1467 * elf-m10300.c (elf_mn10300_mach): Handle am332.
1468 (_bfd_mn10300_elf_final_write_processing): Likewise.
1469
201933ea
L
14702003-07-09 H.J. Lu <hongjiu.lu@intel.com>
1471
1472 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
1473
e717da7e
AM
14742003-07-10 Alan Modra <amodra@bigpond.net.au>
1475
1476 * elf64-ppc.c (bfd_elf64_mkobject): Define.
1477 (struct ppc64_elf_obj_tdata): New.
1478 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
1479 (ppc64_elf_mkobject): New function.
1480 (struct got_entry): Add "owner". Move "tls_type".
1481 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
1482 (ppc64_elf_init_stub_bfd): New function.
1483 (create_got_section): Create header .got in dynobj. Create .got
1484 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
1485 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
1486 Look for dynobj .got, and test it.
1487 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
1488 (update_local_sym_info): Likewise.
1489 (ppc64_elf_check_relocs): Likewise.
1490 (ppc64_elf_gc_sweep_hook): Likewise.
1491 (ppc64_elf_tls_optimize): Likewise.
1492 (allocate_dynrelocs): Likewise.
1493 (ppc64_elf_size_dynamic_sections): Likewise.
1494 (ppc64_elf_relocate_section): Likewise.
1495 (ppc64_elf_next_toc_section): Update comment.
1496 (toc_adjusting_stub_needed): Remove unneeded cast.
1497 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
1498 testing section flags.
1499 (ppc64_elf_build_stubs): Likewise.
1500 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
1501 (ppc64_elf_finish_dynamic_sections): Write out got sections.
1502 (func_desc_adjust): Copy over dynamic info for undef weaks.
1503 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
1504 (ppc64_elf_size_stubs): Update prototype.
1505 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
1506 input sections rather than scanning dynobj.
1507
18ad015f
RS
15082003-07-09 Richard Sandiford <rsandifo@redhat.com>
1509
1510 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
1511 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
1512 (mips_elf_create_msym_section): Delete.
1513 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
1514 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1515 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
1516 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
1517 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
1518 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
1519 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1520
e10609d3
RS
15212003-07-09 Richard Sandiford <rsandifo@redhat.com>
1522
1523 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
1524 symbols protected.
1525
0d591ff7
RS
15262003-07-09 Richard Sandiford <rsandifo@redhat.com>
1527
1528 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
1529 of relocations whose offset is -2.
1530
fdd07405
RS
15312003-07-09 Richard Sandiford <rsandifo@redhat.com>
1532
1533 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
1534 forced-local symbols like other locals. Don't create relocations
1535 against STN_UNDEF in irix objects.
1536
d2fba50d
RS
15372003-07-09 Richard Sandiford <rsandifo@redhat.com>
1538
1539 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
1540 compatible objects, add the values of defined external symbols
1541 to the addend.
1542
6eaa6adc
RS
15432003-07-09 Richard Sandiford <rsandifo@redhat.com>
1544
1545 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
1546 initialize a GOT entry to the symbol's st_value.
1547
0c83546a
AM
15482003-07-08 Alan Modra <amodra@bigpond.net.au>
1549
43c40ab2
AM
1550 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
1551 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
1552 (ppc_elf_tdata): Define.
1553 (elf_local_ptr_offsets): Adjust.
1554 (ppc_elf_mkobject): New function.
1555 (bfd_elf32_mkobject): Define.
1556
0c83546a
AM
1557 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
1558 * elfcore.h (elf_core_file_p): Likewise.
1559 * section.c (bfd_section_init): Remove prototype.
1560
58111eb7
AM
15612003-07-08 Alan Modra <amodra@bigpond.net.au>
1562
1563 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
1564 field.
1565 (enum elf_linker_section_enum): Delete.
1566 (struct elf_linker_section): Delete.
1567 (struct elf_linker_section_pointers): Delete.
1568 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
1569 Make linker_section_pointers a void**.
1570 (elf_local_ptr_offsets, elf_linker_section): Don't define.
1571 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
1572 of old item in elf-bfd.h.
1573 (struct elf_linker_section): Likewise.
1574 (struct elf_linker_section_pointers): Likewise.
1575 (elf_local_ptr_offsets): Define.
1576 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
1577 (ppc_elf_link_hash_newfunc): Init it.
1578 (struct ppc_elf_link_hash_table): Add sbss.
1579 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
1580 individual fields.
1581 (elf_create_linker_section): Fold into..
1582 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
1583 Make rela section here if shared.
1584 (elf_find_pointer_linker_section): Pass lsect rather than enum.
1585 (elf_create_pointer_linker_section): Adjust. zalloc rather than
1586 clearing in a loop.
1587 (elf_finish_pointer_linker_section): Adjust. Don't make rela
1588 section here.
1589 (ppc_elf_check_relocs): Adjust.
1590 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
1591 creating .sbss by hand.
1592 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
1593
15f8604d
JJ
15942003-07-04 Jakub Jelinek <jakub@redhat.com>
1595
1596 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
1597 complain_overflow_bitfield.
1598 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
1599 complain_overflow_bitfield.
1600
3368a7fb
JJ
16012003-07-04 Jakub Jelinek <jakub@redhat.com>
1602
1603 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
1604 true even if -pie.
1605
9203ba99
JJ
16062003-07-04 Jakub Jelinek <jakub@redhat.com>
1607
1608 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
1609 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
1610 !info->executable.
1611 (get_fptr): For -pie create .opd as writable section and create
1612 .rela.opd as well.
1613 (elfNN_ia64_check_relocs): Change info->shared into
1614 !info->executable.
1615 (allocate_fptr): Likewise.
1616 (allocate_dynrel_entries): Account for a relative reloc for -pie
1617 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
1618 for undefweak symbol. Account for an IPLT reloc in .rela.opd
1619 section if -pie.
1620 (set_got_entry): Don't create a relative reloc if -pie
1621 want_ltoff_fptr for undefweak symbol.
1622 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
1623 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
1624 @fptr().
1625
1626 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
1627 even if -pie.
1628 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1629 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1630 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1631 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1632 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1633 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1634 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1635 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1636 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1637
e0a868d1 16382003-07-04 Paul Clarke <paulc@senet.com.au>
8c17da6e
NC
1639
1640 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
1641 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
1642 <R_H8_DIR32A16>: Fix type of relocation.
1643
35cad4c4
KK
16442003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1645
1646 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
1647 sections were created already. Remove unnecessary tests of
1648 the previous change.
1649
03151a5a
KK
16502003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1651
1652 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
1653 bfd_make_section for existing sections.
1654
003d627e
AM
16552003-07-04 Alan Modra <amodra@bigpond.net.au>
1656
2293c499
AM
1657 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
1658 create_got_section if we already have done so.
1659 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1660 (sh_elf_check_relocs): Likewise.
1661 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
1662 htab->root.dynobj instead.
1663 (sh_elf_check_relocs): Likewise.
1664 (sh_elf_finish_dynamic_sections): Likewise.
1665
003d627e
AM
1666 * section.c (bfd_make_section): Return NULL for existing section.
1667
fa681e5d
AM
16682003-07-04 Alan Modra <amodra@bigpond.net.au>
1669
1670 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
1671 ppc_elf_create_got if we've already done so.
3dab13f6
AM
1672
1673 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
1674 (_bfd_elf_find_pointer_linker_section): Likewise.
1675 (bfd_elf32_create_pointer_linker_section): Likewise.
1676 (bfd_elf32_finish_pointer_linker_section): Likewise.
1677 (bfd_elf64_create_pointer_linker_section): Likewise.
1678 (bfd_elf64_finish_pointer_linker_section): Likewise.
1679 (_bfd_elf_make_linker_section_rela): Likewise.
1680 * elfcode.h (elf_create_pointer_linker_section): Don't define.
1681 (elf_finish_pointer_linker_section): Likewise.
1682 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
1683 (_bfd_elf_create_linker_section): Move this function..
1684 (_bfd_elf_find_pointer_linker_section): ..and this..
1685 * elflink.h (elf_create_pointer_linker_section): ..and this..
1686 (elf_finish_pointer_linker_section): ..and this..
1687 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
1688 calls.
1689 (elf_create_linker_section): Convert to C90, tidy.
1690 (elf_find_pointer_linker_section): Likewise.
1691 (elf_create_pointer_linker_section): Likewise.
1692 (elf_finish_pointer_linker_section): Likewise.
1693 * elf32-i370.c: Delete #if 0 code.
1694
772119ce
AM
16952003-07-02 Alan Modra <amodra@bigpond.net.au>
1696
1697 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
1698 _restf* to be satisfied by shared libs, and always force them local.
1699 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
1700 Correct test for "bl".
1701 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
1702 primary opcode 31.
1703
bd1ea41b
MS
17042003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
1705
1706 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
1707 (s390_tls_reloc): New function.
1708 (elf_howto_table): Add long displacement relocations R_390_20,
1709 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
1710 (elf_s390_reloc_type_lookup): Likewise.
1711 (elf_s390_check_relocs): Likewise.
1712 (elf_s390_gc_sweep_hook): Likewise.
1713 (elf_s390_relocate_section): Likewise.
1714 * elf64-s390.c: Same changes as for elf32-s390.c.
1715 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
43c40ab2 1716 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
bd1ea41b
MS
1717 BFD_RELOC_390_TLS_GOTIE20.
1718 * bfd-in2.h: Regenerate.
1719 * libbfd.h: Likewise.
1720
113202d6
AM
17212003-06-30 Alan Modra <amodra@bigpond.net.au>
1722
1723 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
1724 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
1725
c58b9523
AM
17262003-06-29 Alan Modra <amodra@bigpond.net.au>
1727
1728 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
1729 Replace PTR with void *. Formatting.
1730 * archive64.c: Likewise.
1731 * archures.c: Likewise.
1732 * bfd-in.h: Likewise.
1733 * bfd.c: Likewise.
1734 * bfdio.c: Likewise.
1735 * bfdwin.c: Likewise.
1736 * cache.c: Likewise.
1737 * corefile.c: Likewise.
1738 * format.c: Likewise.
1739 * init.c: Likewise.
1740 * libbfd-in.h: Likewise.
1741 * libbfd.c: Likewise.
1742 * linker.c: Likewise.
1743 * opncls.c: Likewise.
1744 * reloc.c: Likewise.
1745 * section.c: Likewise.
1746 * simple.c: Likewise.
1747 * syms.c: Likewise.
1748 * targets.c: Likewise.
1749 * bfd-in2.h: Regenerate.
1750 * libbfd.h: Regenerate.
1751
1752 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
1753 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
1754 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
1755 (bfd_getb64): Rewrite without parens.
1756 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1757 * cache.c (insert, snip): Remove INLINE.
1758 * linker.c (bfd_link_add_undef): Likewise.
1759
27482721
AJ
17602003-06-29 Andreas Jaeger <aj@suse.de>
1761
1762 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
1763 unnecessary prototypes. Replace PTR with void *.
58611256
AJ
1764 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
1765 trim plt entries. Move undefweak non-default visibility test ...
1766 (allocate_dynrelocs): ... from here.
1767 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1768 Change all callers.
1769 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
1770 SYMBOL_REFERENCES_LOCAL for dynreloc check.
1771 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
1772 dynreloc and .got relocs.
1773 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
1774 for .got relocs.
27482721 1775
2b86c02e
TS
17762003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1777
1778 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
1779
e7c81c25
NC
17802003-06-27 Nick Clifton <nickc@redhat.com>
1781
1782 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
1783 bfd_add_gnu_debuglink_section and only create the section, do not
1784 fill in its contents.
1785 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
1786 contents of a .gnu-debuglink section.
1787 * bfd-in2.h: Regenerate.
1788
72b4917c
TS
17892003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1790
1791 * elfxx-mips.c: Revert .got alignment to 2**4.
1792
91709090
TS
17932003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1794
1795 * elf32-mips.c: Fix addend for _gp_disp special symbol.
1796
7a79a000
TS
17972003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1798
1799 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
1800 relocation header setup.
1801
e47cd125
AM
18022003-06-25 Alan Modra <amodra@bigpond.net.au>
1803
1804 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
1805 (ppc_elf_reloc_type_lookup): Modify comment.
1806 (ppc_elf_info_to_howto): Ditto.
1807 (ppc_elf_relocate_section): Ditto.
1808 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
1809
1049f94e
AM
18102003-06-25 Alan Modra <amodra@bigpond.net.au>
1811
1812 * aout-ns32k.c: Correct spelling of "relocatable".
1813 * aoutx.h: Likewise.
1814 * bfd-in.h: Likewise.
1815 * bfd.c: Likewise.
1816 * bout.c: Likewise.
1817 * coff-a29k.c: Likewise.
1818 * coff-alpha.c: Likewise.
1819 * coff-arm.c: Likewise.
1820 * coff-i386.c: Likewise.
1821 * coff-i860.c: Likewise.
1822 * coff-i960.c: Likewise.
1823 * coff-m68k.c: Likewise.
1824 * coff-m88k.c: Likewise.
1825 * coff-mcore.c: Likewise.
1826 * coff-mips.c: Likewise.
1827 * coff-or32.c: Likewise.
1828 * coff-ppc.c: Likewise.
1829 * coff-rs6000.c: Likewise.
1830 * coff-sh.c: Likewise.
1831 * coff-tic80.c: Likewise.
1832 * coff64-rs6000.c: Likewise.
1833 * cofflink.c: Likewise.
1834 * cpu-ns32k.c: Likewise.
1835 * ecoff.c: Likewise.
1836 * ecofflink.c: Likewise.
1837 * elf-bfd.h: Likewise.
1838 * elf-eh-frame.c: Likewise.
1839 * elf-hppa.h: Likewise.
1840 * elf-m10200.c: Likewise.
1841 * elf-m10300.c: Likewise.
1842 * elf.c: Likewise.
1843 * elf32-arm.h: Likewise.
1844 * elf32-avr.c: Likewise.
1845 * elf32-cris.c: Likewise.
1846 * elf32-d10v.c: Likewise.
1847 * elf32-dlx.c: Likewise.
1848 * elf32-fr30.c: Likewise.
1849 * elf32-frv.c: Likewise.
1850 * elf32-h8300.c: Likewise.
1851 * elf32-hppa.c: Likewise.
1852 * elf32-i370.c: Likewise.
1853 * elf32-i386.c: Likewise.
1854 * elf32-i860.c: Likewise.
1855 * elf32-i960.c: Likewise.
1856 * elf32-ip2k.c: Likewise.
1857 * elf32-iq2000.c: Likewise.
1858 * elf32-m32r.c: Likewise.
1859 * elf32-m68hc11.c: Likewise.
1860 * elf32-m68hc1x.c: Likewise.
1861 * elf32-m68k.c: Likewise.
1862 * elf32-mcore.c: Likewise.
1863 * elf32-mips.c: Likewise.
1864 * elf32-msp430.c: Likewise.
1865 * elf32-openrisc.c: Likewise.
1866 * elf32-ppc.c: Likewise.
1867 * elf32-s390.c: Likewise.
1868 * elf32-sh.c: Likewise.
1869 * elf32-sh64.c: Likewise.
1870 * elf32-sparc.c: Likewise.
1871 * elf32-v850.c: Likewise.
1872 * elf32-vax.c: Likewise.
1873 * elf32-xstormy16.c: Likewise.
1874 * elf32-xtensa.c: Likewise.
1875 * elf64-alpha.c: Likewise.
1876 * elf64-hppa.c: Likewise.
1877 * elf64-mips.c: Likewise.
1878 * elf64-mmix.c: Likewise.
1879 * elf64-ppc.c: Likewise.
1880 * elf64-s390.c: Likewise.
1881 * elf64-sh64.c: Likewise.
1882 * elf64-sparc.c: Likewise.
1883 * elf64-x86-64.c: Likewise.
1884 * elfcode.h: Likewise.
1885 * elflink.h: Likewise.
1886 * elfn32-mips.c: Likewise.
1887 * elfxx-ia64.c: Likewise.
1888 * elfxx-mips.c: Likewise.
1889 * i386linux.c: Likewise.
1890 * ieee.c: Likewise.
1891 * libcoff-in.h: Likewise.
1892 * linker.c: Likewise.
1893 * m68klinux.c: Likewise.
1894 * pdp11.c: Likewise.
1895 * pe-mips.c: Likewise.
1896 * peXXigen.c: Likewise.
1897 * reloc.c: Likewise.
1898 * reloc16.c: Likewise.
1899 * sparclinux.c: Likewise.
1900 * sunos.c: Likewise.
1901 * syms.c: Likewise.
1902 * versados.c: Likewise.
1903 * vms.c: Likewise.
1904 * xcofflink.c: Likewise.
1905 * bfd-in2.h: Regenerate.
1906 * libcoff.h: Regenerate.
1907 * libbfd.h: Regenerate.
1908
55fd94b0
AM
19092003-06-24 Alan Modra <amodra@bigpond.net.au>
1910
d85f2c7d
AM
1911 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
1912 local sym errors.
1913
55fd94b0
AM
1914 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
1915 prototypes and casts. Replace PTR with void *. Formatting.
1916 * elf32-ppc.c: Likewise. Break long strings too.
1917 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
1918 (ppc_elf_unhandled_reloc): Internationalize error message.
1919 * elf32-ppc.h: Remove PARAMS.
1920
88810f8c
MM
19212003-06-23 Mark Mitchell <mark@codesourcery.com>
1922
1923 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
1924 APUinfo slots.
1925 (ppc_elf_final_write_processing): Likewise.
1926
6e35c4da
L
19272003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1928
1929 * elflink.h (elf_link_input_bfd): Check raw size when using
1930 kept_section to preserve debug information discarded by
1931 linkonce.
1932
8f3bab57
AM
19332003-06-20 Alan Modra <amodra@bigpond.net.au>
1934
1935 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
1936 (ppc64_elf_setup_section_lists): Set it.
1937 (ppc64_elf_relocate_section): Check sym section id against top_id.
1938 (ppc_build_one_stub): Comment on top_id.
1939
efbc813e
NC
19402003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1941
1942 * config.bfd: Add tic4x-*-rtems*.
1943
4ce794b7
AM
19442003-06-20 Alan Modra <amodra@bigpond.net.au>
1945
1946 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
1947 prototypes and casts. Replace PTR with void *. Format copyright.
1948 Mention ABI links.
1949 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
1950 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
1951 (ppc_type_of_stub): Make r_type an enum.
1952 (ppc64_elf_size_stubs): Likewise.
1953 * elf64-ppc.h: Remove PARAMS macro.
1954
d2a300cf
AM
19552003-06-19 Alan Modra <amodra@bigpond.net.au>
1956
3254fd24
AM
1957 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
1958 elf hash tab fields.
1959
d2a300cf
AM
1960 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
1961 (ppc64_elf_info_to_howto): Likewise.
1962 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
1963 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
1964
83615de0
AM
19652003-06-19 Alan Modra <amodra@bigpond.net.au>
1966
1967 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
1968 reloc overflow on discarded eh_frame entries.
1969
9b5ecbd0
AM
19702003-06-19 Alan Modra <amodra@bigpond.net.au>
1971
1972 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
1973 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
1974 Return error condition.
1975 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
1976 that have has_gp_reloc set.
1977 (struct ppc_link_hash_table): Add stub_count.
1978 (ppc_build_one_stub): Increment it.
1979 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
1980 individual fields.
1981 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
1982
64c456e1
AM
19832003-06-18 Alan Modra <amodra@bigpond.net.au>
1984
1985 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
1986 size calculation from addend. Round size up.
1987
3dab95d3
HPN
19882003-06-18 Hans-Peter Nilsson <hp@axis.com>
1989
1990 * elf32-cris.c (cris_elf_relocate_section) <case
1991 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
1992 symbol from a normal object or an undefined weak symbol.
1993
0b13192e
AM
19942003-06-18 Alan Modra <amodra@bigpond.net.au>
1995
1996 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
1997 R_PPC64_TOC relocs.
1998
f97b9cb8
L
19992003-06-17 H.J. Lu <hongjiu.lu@intel.com>
2000
2001 * section.c (struct sec): Put back kept_section.
2002 (STD_SECTION): Put back kept_section initialization.
2003 * bfd-in2.h: Regenerate.
2004
2005 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
2006 sections for relocateable output. Use kept_section to preserve
2007 debug information discarded by linkonce.
2008
9f1c3a0a
L
20092003-06-17 Roland McGrath <roland@redhat.com>
2010
2011 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
2012 segment-relative relocation between different segments.
2013
734b6cf9
AM
20142003-06-17 Alan Modra <amodra@bigpond.net.au>
2015
1cf1f670
AM
2016 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
2017 optimizations earlier.
2018
734b6cf9
AM
2019 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
2020 Restore previous input_list type.
2021 (ppc64_elf_link_hash_table_create): Undo last change.
2022 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
2023 per output section, but don't bother with bfd_abs_section marker.
2024 (ppc64_elf_next_input_section): Adjust for multiple input section
2025 lists.
2026 (group_sections): Likewise.
2027
23fbd6fa
JJ
20282003-06-17 Jakub Jelinek <jakub@redhat.com>
2029
2030 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
2031 *r_offset == r_addend for RELATIVE relocs against .got.
2032
dad27d18
AM
20332003-06-17 Alan Modra <amodra@bigpond.net.au>
2034
2035 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
2036
b613960a
NC
20372003-06-17 Nick Clifton <nickc@redhat.com>
2038
2039 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
4ce794b7
AM
2040 in the vtable_entries_used array to allow for the accessing
2041 the largest element.
b613960a 2042
000732f7
AM
20432003-06-17 Alan Modra <amodra@bigpond.net.au>
2044
3d6f9012
AM
2045 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
2046 input_list.
2047 (ppc64_elf_link_hash_table_create): Init input_list here.
2048 (ppc64_elf_setup_section_lists): Remove code setting up input lists
2049 per output section. Set toc_off for abs and other standard sections.
2050 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
2051 (ppc64_elf_next_input_section): Adjust for single input section list.
2052 Don't set toc_curr from input bfds that haven't set elf_gp.
2053 (group_sections): Adjust for single input section list.
2054
000732f7
AM
2055 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
2056
81407a69
AM
20572003-06-16 Alan Modra <amodra@bigpond.net.au>
2058
2059 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
2060 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
2061 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
2062 got section for RELATIVE relocs. Fix wrong comment. Change condition
2063 under which dynamic relocs update the section contents.
2064
a06a29f2
NC
20652003-06-13 Robert Millan <zeratul2@wanadoo.es>
2066
2067 * config.bfd: Add i386-netbsd-gnu target.
2068
7d1ebfb2
NC
20692003-06-12 Nick Clifton <nickc@redhat.com>
2070
2071 * opncls.c (calc_crc32): Rename to
2072 bfd_calc_gnu_debuglink_crc32 and export.
81407a69 2073 (GNU_DEBUGLINK): Define and use to replace occurrences of
7d1ebfb2 2074 hard-coded ".gnu_debuglink" in the code.
81407a69 2075 (get_debug_link_info): Prevent aborts by replacing call to
7d1ebfb2 2076 xmalloc with a call to malloc.
81407a69 2077 (find_separate_debug_file): Prevent aborts by replacing calls
7d1ebfb2 2078 to xmalloc and xstrdup with calls to malloc and strdup.
81407a69 2079 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
7d1ebfb2
NC
2080 section to a bfd.
2081 * bfd-in2.h: Regenerate.
2082
20832003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 2084
7d1ebfb2
NC
2085 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
2086 New target (was i[3-7]86-*-openbsd* before).
2087 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
2088 (vax-*-openbsd*): New target.
2089
d80dcc6a
TS
20902003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2091
2092 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
2093 for n32, too.
2094 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
2095 (mips_elf_rel_dyn_section): Use appropriate section alignment.
2096 (mips_elf_create_got_section): Likewise.
2097 (_bfd_mips_elf_create_dynamic_sections): Likewise.
2098
a7ebbfdf
TS
20992003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2100
2101 * elf32-mips.c (mips_elf_generic_reloc): New Function.
2102 (elf_mips_howto_table_rel): Use it.
2103 (gprel32_with_gp): Move prototype.
2104 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2105 Use mips_elf_generic_reloc.
2106 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
2107 Code cleanup.
2108 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
2109 zero addend.
2110 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
2111 as in the other *_gprel*_reloc functions.
2112 (gprel32_with_gp): Handle partial_inplace properly.
2113 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
2114 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
2115 Do addend handling directly instead of calling
2116 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
2117 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
2118 of zero addend. Handle partial_inplace properly.
2119 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
2120 addend.
2121 (mips_elf64_gprel16_reloc): Likewise.
2122 (mips_elf64_literal_reloc): Likewise.
2123 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
2124 logic as in the other *_gprel*_reloc functions. Handle
2125 partial_inplace properly.
2126 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
2127 addend. Handle partial_inplace properly.
2128 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2129 of calling _bfd_mips_elf_gprel16_with_gp.
2130 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
2131 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
2132 of zero addend.
2133 (mips_elf_shift6_reloc): Handle partial_inplace properly.
2134 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
2135 of calling _bfd_mips_elf_gprel16_with_gp.
2136 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
2137 partial_inplace properly. Fix wrong addend handling. Fix overflow
2138 check.
2139 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
2140 exported.
2141 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
2142 (_bfd_mips_elf_relocate_section): Likewise.
2143 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
2144 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
2145 (_bfd_mips_elf_sign_extend): New prototype.
2146
49ba19a4 21472003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 2148
49ba19a4
NC
2149 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
2150 New target (was sparc-*-openbsd* before).
2151 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
81407a69 2152
de6e5e1a
NC
2153 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
2154 * configure: Regenerate.
2155
3b443373
L
21562003-06-11 H.J. Lu <hongjiu.lu@intel.com>
2157
2158 * po/Make-in (DESTDIR): New.
2159 (install-data-yes): Support $(DESTDIR).
2160 (uninstall): Likewise.
2161
795bb480
AM
21622003-06-11 Alan Modra <amodra@bigpond.net.au>
2163
2164 * Makefile.am (config.status): Depend on version.h.
2165 Run "make dep-am".
2166 * Makefile.in: Regenerate.
2167 * po/SRC-POTFILES.in: Regenerate.
2168
adadcc0c
AM
21692003-06-10 Alan Modra <amodra@bigpond.net.au>
2170 Gary Hade <garyhade@us.ibm.com>
2171
2172 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
2173
f4984206
RS
21742003-06-10 Richard Sandiford <rsandifo@redhat.com>
2175
2176 * archures.c (bfd_mach_h8300sxn): New architecture.
2177 * bfd-in2.h: Regenerate.
2178 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
2179 (h8300sxn_info_struct): New.
2180 (h8300sx_info_struct): Link to it.
2181 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
2182 (elf32_h8_final_write_processing): Likewise.
2183
ad8e1ba5
AM
21842003-06-08 Alan Modra <amodra@bigpond.net.au>
2185
2186 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
2187 elfxx-target.h so that we can use elf_backend_got_header_size.
2188 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
2189 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
2190 associated macros.
2191 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
2192 dst_mask.
2193 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
2194 ppc_stub_plt_branch_r2off.
2195 (struct ppc_stub_hash_entry): Reorganize.
2196 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
2197 toc_curr, toc_off and emit_stub_syms.
2198 (ppc64_elf_link_hash_table_create): Init them.
2199 (ppc_stub_name): Correct string size.
2200 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
2201 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
2202 used.
2203 (ppc_type_of_stub): Tweak root.type test.
2204 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
2205 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
2206 ppc_stub_plt_branch_r2off.
2207 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
2208 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2209 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
2210 Initialize elf_gp and toc_curr.
2211 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
2212 (ppc64_elf_next_input_section): Set toc_off.
2213 (group_sections): Ensure groups have the same TOC.
2214 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
2215 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
2216 Build new glink stub.
2217 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
2218 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
2219 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
2220 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
2221 * section.c (struct sec): Rename flag12 to has_gp_reloc.
2222 (STD_SECTION): Update.
2223 * ecoff.c (bfd_debug_section): Update comment.
2224 * bfd-in2.h: Regenerate.
2225
90fff0d4
DJ
22262003-06-05 Daniel Jacobowitz <drow@mvista.com>
2227
2228 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
2229 NULL function pointers.
2230
c82b20e4
DJ
22312003-06-05 Daniel Jacobowitz <drow@mvista.com>
2232
2233 * simple.c (bfd_simple_get_relocated_section_contents): Call
2234 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2235
53d4437a
SS
22362003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2237
5a5b9651
SS
2238 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
2239 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
2240 swaptables.
2241 * coff-tic4x.c: Ditto
53d4437a
SS
2242 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
2243 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
5a5b9651
SS
2244 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
2245 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
2246 swap tables.
53d4437a
SS
2247 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
2248 * coff-a29k.c: Append COFF_SWAP_TABLE argument
2249 * coff-apollo.c: Ditto
2250 * coff-arm.c: Ditto
2251 * coff-h8300.c: Ditto
2252 * coff-h8500.c: Ditto
2253 * coff-i960.c: Ditto
2254 * coff-m68k.c: Ditto
2255 * coff-m88k.c: Ditto
2256 * coff-mcore.c: Ditto
2257 * coff-sh.c: Ditto
2258 * coff-sparc.c: Ditto
2259 * coff-tic80.c: Ditto
2260 * coff-we32k.c: Ditto
2261 * coff-z8k.c: Ditto
2262 * coff-w65.c: Ditto
2263
736694c8
SS
22642003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2265
2266 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
2267 initialization bug
2268
9ee5e499
JJ
22692003-06-03 Jakub Jelinek <jakub@redhat.com>
2270
2271 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2272 (bfd_section_from_phdr): Likewise.
2273 (map_sections_to_segments): Create PT_GNU_STACK segment header.
2274 (get_program_header_size): Count with PT_GNU_STACK.
2275 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
2276 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
2277
6f6f27f8
L
22782003-06-03 H.J. Lu <hongjiu.lu@intel.com>
2279
2280 * elflink.h (elf_link_input_bfd): Call linker error_handler
2281 for discarded definitions.
2282
a3b6428f
NC
22832003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
2284
2285 * syms.c (decode_section_type): Return 'n' if section flags are
2286 SEC_HAS_CONTENTS && SEC_READONLY.
2287
e30ddb24
NC
22882003-06-03 Nick Clifton <nickc@redhat.com>
2289
2290 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
2291 R_V850_ABS32. Add entry for R_V850_REL32.
adadcc0c
AM
2292 (v850_elf_reloc_map): Likewise.
2293 (v850_elf_check_relocs): Likewise.
2294 (v850_elf_perform_relocation): Likewise.
2295 (v850_elf_final_link_relocate): Likewise. Include computation
e30ddb24 2296 to make R_V850_REl32 pc-relative.
adadcc0c 2297
2558b9a9
KK
22982003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2299
2300 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
2301 and DT_DEBUG dynamic tag even for position independent executables.
2302 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2303
f15398ef
DJ
23042003-06-02 Daniel Jacobowitz <drow@mvista.com>
2305
2306 * config.bfd: Move obsolete entries out of the range of the
2307 targmatch sed script.
2308
cad28985
DJ
23092003-06-02 Daniel Jacobowitz <drow@mvista.com>
2310
2311 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2312
f2c822e3
JJ
23132003-05-31 Jakub Jelinek <jakub@redhat.com>
2314
2315 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
2316 plt entries, not just 8191.
2317
c9c27aad
DJ
23182003-05-30 Daniel Jacobowitz <drow@mvista.com>
2319
2320 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
2321 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
2322
36af4a4e
JJ
23232003-05-30 Ulrich Drepper <drepper@redhat.com>
2324 Jakub Jelinek <jakub@redhat.com>
2325
2326 * elflink.h (elf_link_add_object_symbols): Use !info->executable
2327 instead of info->shared where appropriate.
2328 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
2329 * elflink.c (_bfd_elf_create_got_section): Likewise.
2330 (_bfd_elf_link_create_dynamic_sections): Likewise.
2331 (_bfd_elf_link_assign_sym_version): Likewise.
2332 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
2333 and DT_DEBUG dynamic tag even for position independent executables.
2334 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2335 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
2336 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
2337 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
2338 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
2339 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
2340 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
2341 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
2342 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
2343
f8843e87
AM
23442003-05-30 Kris Warkentin <kewarken@qnx.com>
2345
2346 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
2347 signalled thread.
2348 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
2349
29e1a6e4
NC
23502003-05-29 Nick Clifton <nickc@redhat.com>
2351
2352 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
2353 Tidy up formatting.
2354 * Makefile.am: Add dependency on safe-ctype.h.
2355 * Makefile.in: Regenerate.
2356
4b555070
TS
23572003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2358
2359 * elfxx-mips.c: Don't force symbols local unconditionally.
2360
0236e03e
L
23612003-05-28 Alan Modra <amodra@bigpond.net.au>
2362
2363 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
2364 undefined_symbol call.
2365
9e4aeb93
RS
23662003-05-27 Richard Sandiford <rsandifo@redhat.com>
2367
2368 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
2369 (mips_elf_link_hash_table): Likewise.
2370
d0c728db
TS
23712003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2372
2373 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2374 R_MIPS_GNU_REL16_S2 support.
2375 (bfd_elf64_bfd_reloc_type_lookup): Use it.
2376 (mips_elf64_rtype_to_howto): Use it.
2377 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2378 R_MIPS_GNU_REL16_S2 support.
2379 (bfd_elf32_bfd_reloc_type_lookup): Use it.
2380 (mips_elf_n32_rtype_to_howto): Use it.
2381
759ebd76
DA
23822003-05-21 Stuart F. Downing <sdowning@fame.com>
2383
2384 * som.h: Define PA_2_0 before including a.out.h
2385
143d77c5
EC
23862003-05-07 Eric Christopher <echristo@redhat.com>
2387 Alexandre Oliva <aoliva@redhat.com>
2388
2389 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
2390 pic tests, change to warning.
2391 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2392
cea3d58d
NC
23932003-05-21 Marcus Comstedt <marcus@mc.pp.se>
2394
2395 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
2396 well as shle-...-netbsdelf. Remove duplicate entry.
2397
385a4c14
NC
23982003-05-21 Nick Clifton <nickc@redhat.com>
2399
60e42408
NC
2400 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
2401 for X_STORMY16_REL_12 reloc.
2402
385a4c14 2403 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
9b5ecbd0 2404 the type of the hash table in the bfd_link_info structure.
385a4c14
NC
2405 (bfd_elf_get_runpath_list): Likewise.
2406
129b8c20
RM
24072003-05-19 Roland McGrath <roland@redhat.com>
2408
2409 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
2410 * bfd-in.h: Declare it.
2411 * bfd-in2.h: Regenerated.
2412 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
2413 * elf-bfd.h (struct elf_backend_data): New function pointer member
2414 elf_backend_bfd_from_remote_memory.
2415 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
2416 Declare them.
2417 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
2418 (elfNN_bed): Add that to the initializer.
2419
24202003-05-15 Roland McGrath <roland@redhat.com>
2421
2422 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
2423
22d5e339
L
24242003-05-20 Jakub Jelinek <jakub@redhat.com>
2425
2426 * elflink.h (elf_link_output_extsym): Only issue error about !=
2427 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
2428
24292003-05-20 H.J. Lu <hongjiu.lu@intel.com>
2430
2431 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
2432 when removing the old definition for symbols with non-default
2433 visibility.
2434
b645cb17
JE
24352003-05-18 Jason Eckhardt <jle@rice.edu>
2436
2437 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
2438
d2ff124f
AS
24392003-05-17 Andreas Schwab <schwab@suse.de>
2440
2441 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
2442 elf_section_data during processing of pc-relative and absolute
2443 relocations.
2444 (elf_m68k_relocate_section): Use the cached reloc section instead
2445 of computing it again. Fix handling of visibility. Don't modify
2446 addend when copying over a relocation into the output.
2447
9c7a29a3
AM
24482003-05-17 Alan Modra <amodra@bigpond.net.au>
2449
2450 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2451 to trim plt entries. Move undefweak non-default visibility test..
2452 (allocate_dynrelocs): ..from here.
2453 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
2454 dynamic_sections_created here. Update comment. Move undefweak
2455 non-default visibility test..
2456 (allocate_dynrelocs): ..from here. Fix comment.
2457 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2458 to trim plt entries. Move undefweak non-default visibility test..
2459 (allocate_dynrelocs): ..from here. Fix comment.
2460 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
2461 STV_DEFAULT rather than comparing with zero.
2462 * elflink.c (_bfd_elf_merge_symbol): Likewise.
2463 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
2464
9bcf4de0
TS
24652003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2466
2467 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
2468 pointers.
2469 (_bfd_set_gp_value): Likewise.
2470
5d1db417
MS
24712003-05-16 Michael Snyder <msnyder@redhat.com>
2472 From Bernd Schmidt <bernds@redhat.com>
2473 * archures.c (bfd_mach_h8300sx): New.
2474 * bfd-in2.h: Regenerate.
2475 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
2476 (h8300sx_info_struct): New.
2477 (h8300s_info_struct): Link to it.
2478 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
2479 (elf32_h8_final_write_processing): Likewise.
2480 (elf32_h8_relax_section): Likewise.
2481
80c7c40a
NC
24822003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
2483
2484 * config.bfd: Accept i[3-7]86 variants.
2485 * configure.host: Likewise.
2486 * configure.in: Likewise.
2487 * configure: Regenerate.
2488
c1be741f
L
24892003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2490
2491 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
2492 symbol.
2493
a15d9d3a
L
24942003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2495
2496 * elflink.h (elf_link_check_versioned_symbol): Also allow
2497 the base version.
2498
09695f56
AM
24992003-05-15 Alan Modra <amodra@bigpond.net.au>
2500 H.J. Lu <hongjiu.lu@intel.com>
2501
2502 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
2503 (elf_i386_relocate_section): Likewise.
2504 * elf32-ppc.c (allocate_dynrelocs): Likewise.
2505 (ppc_elf_relocate_section): Likewise.
2506 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2507 (ppc64_elf_relocate_section): Likewise.
2508
40f62fa0
TS
25092003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2510
2511 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
2512
47247ced
SC
25132003-05-13 Stephane Carrez <stcarrez@nerim.fr>
2514
2515 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
2516 processor capability, allow merge of HC12 and HCS12 in some cases.
2517 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
2518 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
2519 (bfd_m68hc12_arch): Link it.
2520 (scan_mach): New function.
2521
32dfa85d
AH
25222003-05-13 Andrew Haley <aph@redhat.com>
2523
2524 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
2525
586119b3
AM
25262003-05-13 Alan Modra <amodra@bigpond.net.au>
2527 H.J. Lu <hongjiu.lu@intel.com>
2528
2529 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
2530 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
2531 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
2532 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
2533 (ppc_elf_relocate_section): Likewise.
2534 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2535 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
2536 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
2537 relocs need no other types.
2538 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
2539 dynreloc check.
2540 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
2541 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
2542 .got relocs.
2543
04e534c3
KK
25442003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2545
2546 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
2547 copy ELF_LINK_NON_GOT_REF from weakdef.
9b5ecbd0 2548 (allocate_dynrelocs): For undef weak syms with non-default
04e534c3
KK
2549 visibility, a) don't allocate plt entries, b) don't allocate
2550 .got relocs, c) discard dyn rel space
adadcc0c
AM
2551 (sh_elf_relocate_section): d) don't generate .got relocs, e)
2552 don't generate dynamic relocs.
04e534c3
KK
2553 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
2554 for weakdefs when symbol already adjusted.
2555
0afb2dc0
NC
25562003-05-12 Nick Clifton <nickc@redhat.com>
2557
2558 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
2559 overflow detection for R_XSTORMY16_16 reloc.
2560
9d29900b
NC
25612003-05-12 Paul Clarke <paulc@senet.com.au>
2562
2563 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
2564
a48c6a54
JE
25652003-05-11 Jason Eckhardt <jle@rice.edu>
2566
2567 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
2568 adjust upper bits.
2569 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
2570 proper place.
2571 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
2572 proper place.
2573
44f745a6
AS
25742003-05-11 Andreas Schwab <schwab@suse.de>
2575
2576 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
2577 complicated tests for unresolvable relocs with a simple direct
2578 scheme using "unresolved_reloc" var. Report some detail on
2579 bfd_reloc_outofrange and similar errors.
2580
4ec72bde
MS
25812003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2582
2583 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
2584 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
2585 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2586 * elf64-s390.c: Likewise.
2587
64285810
MS
25882003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2589
2590 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
2591 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
2592 ELF_LINK_NON_GOT_REF from weakdef.
2593 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
2594 already been adjusted before treating it specially.
2595 * el64-s390.c: Likwise.
2596
82058a73
MS
25972003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2598
2599 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
2600 non-default visibility, a) don't make them dynamic, b) discard
2601 space for dynamic relocs.
2602 (elf_s390_relocate_section): Initialize the GOT entries and skip
2603 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
2604 symbols with non-default visibility.
2605 * elf64-s390.c: Likewise.
2606
60d8b524
AM
26072003-05-09 Alan Modra <amodra@bigpond.net.au>
2608
2609 * cpu-arm.c (arm_check_note): Warning fix.
2610 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
2611 to keep relocs if edited.
2612 (iq2000_elf_print_private_bfd_data): Return TRUE.
2613 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
2614 ELF64_R_SYM.
2615 (elfNN_ia64_relax_ldxmov): Warning fix.
2616 * xtensa-isa.c (xtensa_add_isa): Warning fix.
2617 * xtensa-modules.c (get_num_opcodes): Warning fix.
2618
e57b5356
AM
26192003-05-09 Andrey Petrov <petrov@netbsd.org>
2620
2621 * elf.c (elf_fake_sections): Use correct cast for sh_name.
2622
45d6a902
AM
26232003-05-09 Alan Modra <amodra@bigpond.net.au>
2624
2625 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
2626 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
2627 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
2628 (bfd_elf_record_link_assignment): Move from elflink.h.
2629 (_bfd_elf_merge_symbol): Likewise.
2630 (_bfd_elf_add_default_symbol): Likewise.
2631 (_bfd_elf_export_symbol): Likewise.
2632 (_bfd_elf_link_find_version_dependencies): Likewise.
2633 (_bfd_elf_link_assign_sym_version): Likewise.
2634 (_bfd_elf_link_read_relocs): Likewise.
2635 (_bfd_elf_link_size_reloc_section): Likewise.
2636 (_bfd_elf_fix_symbol_flags): Likewise.
2637 (_bfd_elf_adjust_dynamic_symbol): Likewise.
2638 (_bfd_elf_link_sec_merge_syms): Likewise.
2639 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
2640 and bed->s->sizeof_rela.
2641 (_bfd_elf_link_output_relocs): Likewise.
2642 * elf-bfd.h (struct elf_size_info): Rename file_align to
2643 log_file_align.
2644 (struct elf_info_failed): Move from elflink.h.
2645 (struct elf_assign_sym_version_info): Likewise.
2646 (struct elf_find_verdep_info): Likewise.
2647 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
2648 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
2649 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
2650 _bfd_elf_link_assign_sym_version,
2651 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
2652 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
2653 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
2654 _bfd_elf_link_sec_merge_syms): Declare.
2655 (bfd_elf32_link_create_dynamic_sections): Don't declare.
2656 (_bfd_elf32_link_read_relocs): Likewise.
2657 (bfd_elf64_link_create_dynamic_sections): Likewise.
2658 (_bfd_elf64_link_read_relocs): Likewise.
2659 * elflink.h: Move lots o' stuff elsewhere.
2660 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
2661 (bfd_elf64_record_link_assignment): Likewise.
2662 (bfd_elf_record_link_assignment): Declare.
2663 * bfd-in2.h: Regenerate.
2664 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
2665 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
2666 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
2667 (assign_file_positions_for_segments): Likewise.
2668 (assign_file_positions_except_relocs): Likewise.
2669 (swap_out_syms, elfcore_write_note): Likewise.
2670 * elf-m10200.c: Adjust for changed function names.
2671 * elf-m10300.c: Likewise.
2672 * elf32-arm.h: Likewise.
2673 * elf32-h8300.c: Likewise.
2674 * elf32-hppa.c: Likewise.
2675 * elf32-ip2k.c: Likewise.
2676 * elf32-m32r.c: Likewise.
2677 * elf32-m68hc11.c: Likewise.
2678 * elf32-m68hc1x.c: Likewise.
2679 * elf32-m68k.c: Likewise.
2680 * elf32-mips.c: Likewise.
2681 * elf32-ppc.c: Likewise.
2682 * elf32-sh.c: Likewise.
2683 * elf32-v850.c: Likewise.
2684 * elf32-xtensa.c: Likewise.
2685 * elf64-alpha.c: Likewise.
2686 * elf64-hppa.c: Likewise.
2687 * elf64-mmix.c: Likewise.
2688 * elf64-ppc.c: Likewise.
2689 * elf64-sh64.c: Likewise.
2690 * elfxx-ia64.c: Likewise.
2691 * elfxx-mips.c: Likewise.
2692 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
2693 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
2694 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2695 * elf64-mips.c (mips_elf64_size_info): Likewise.
2696 * elf64-s390.c (s390_elf64_size_info): Likewise.
2697 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2698
bf1e742e
L
26992003-05-08 H.J. Lu <hongjiu.lu@intel.com>
2700
2701 * elflink.h (elf_add_default_symbol): After skipping the
2702 unversioned symbol, go to non-default one.
2703
6a32c710
L
27042003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2705
2706 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
2707 want_plt field.
2708 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
2709 for symbols with non-default visibility.
2710
71552942
L
27112003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2712
2713 * elflink.h (elf_link_check_versioned_symbol): Also handle the
2714 case that a DSO references a hidden symbol which may be
2715 satisfied by a versioned symbol in another DSO.
2716 (elf_link_output_extsym): Check versioned definition for hidden
2717 symbol referenced by a DSO.
2718
208c2cd6
NC
27192003-05-07 Nick Clifton <nickc@redhat.com>
2720
2721 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
2722 R_XSTORMY16_16 reloc to ignore overflows.
2723
aa701218
AO
27242003-05-06 Alexandre Oliva <aoliva@redhat.com>
2725
2726 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
2727 error message for mixing different-endian files. Check for ABI
2728 compatibility of input files with the selected emulation.
2729
4e795f50
AM
27302003-05-05 Alan Modra <amodra@bigpond.net.au>
2731
2732 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
2733 non-default visibility, a) don't make them dynamic, b) discard
2734 space for dynamic relocs.
2735 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2736
2737 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
2738 non-default visibility, a) don't allocate plt entries, b) don't
2739 allocate .got relocs, c) discard dyn rel space,
2740 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
2741 don't generate dynamic relocs.
2742 * elf64-ppc.c (allocate_dynrelocs): As above.
2743 (ppc64_elf_relocate_section): As above.
2744
4bc6e03a
AJ
27452003-05-05 Andreas Jaeger <aj@suse.de>
2746
2747 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
2748 relocation entries for weak undefined symbols with non-default
2749 visibility.
2750 (elf64_x86_64_relocate_section): Initialize the GOT entries and
2751 skip R_386_32/R_386_PC32 for weak undefined symbols with
2752 non-default visibility.
2753
ef5aade5
L
27542003-05-04 H.J. Lu <hjl@gnu.org>
2755
2756 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
2757 relocation entries for weak undefined symbols with non-default
2758 visibility.
2759 (elf_i386_relocate_section): Initialize the GOT entries and
2760 skip R_386_32/R_386_PC32 for weak undefined symbols with
2761 non-default visibility.
129b8c20 2762
ef5aade5
L
2763 * elfxx-ia64.c (allocate_fptr): Don't allocate function
2764 descriptors for weak undefined symbols with non-default
2765 visibility.
2766 (allocate_dynrel_entries): Don't allocate relocation entries
2767 for symbols resolved to 0.
2768 (set_got_entry): Don't install dynamic relocation for weak
2769 undefined symbols with non-default visibility.
2770 (set_pltoff_entry): Likewise.
2771
2772 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
2773 with non-default visibility.
2774 (elf_link_output_extsym): Don't make weak undefined symbols
2775 with non-default visibility dynamic.
2776
c424e0e9
L
27772003-05-04 H.J. Lu <hjl@gnu.org>
2778
2779 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
2780
d31e3dfe
L
27812003-05-04 H.J. Lu <hjl@gnu.org>
2782
2783 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
2784 symbol dynamic. Check indirection when removing the old
2785 definition for symbols with non-default visibility.
2786 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
2787
4d2e1ff0
NC
27882003-05-02 Nick Clifton <nickc@redhat.com>
2789
2790 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
2791 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
2792 unsigned overflow.
2793
d40d037c
AJ
27942003-05-02 Andreas Jaeger <aj@suse.de>
2795
2796 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
2797 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2798 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2799 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
2800 ELF_LINK_NON_GOT_REF from weakdef.
2801
c5d1701e
NC
28022003-05-02 Charles Lepple <clepple@ghz.cc>
2803 Nick Clifton <nickc@redhat.com>
2804
2805 * acinclude.m4: Fix name of --enable-install-libbfd switch.
2806 * aclocal.m4: Regenerate.
2807 * configure: Regenerate.
2808 * Makefile.in: Regenerate.
2809
81848ca0
AM
28102003-05-01 Alan Modra <amodra@bigpond.net.au>
2811
2812 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
2813 weakdef sym has already been adjusted before treating it specially.
2814 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
2815 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2816 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
2817 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
03d14457 2818
c7996ad6
L
28192003-04-28 H.J. Lu <hjl@gnu.org>
2820
2821 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
2822 the relax finalize pass.
2823
2824 * section.c (struct sec): Add need_finalize_relax and remove
2825 flag11.
2826 (STD_SECTION): Update struct sec initializer.
2827 * bfd-in2.h: Regenerated.
2828
f006af20
L
28292003-04-28 H.J. Lu <hjl@gnu.org>
2830
2831 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
2832 to copy any information related to dynamic linking when we flip
2833 the indirection.
2834
1b1fe8fe
L
28352003-04-27 H.J. Lu <hjl@gnu.org>
2836
2837 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
2838 (ELF_LINK_DYNAMIC_WEAK): New.
2839
2840 * elflink.h (elf_merge_symbol): Add one argument to indicate if
2841 a symbol should be skipped. Ignore definitions in dynamic
2842 objects for symbols with non-default visibility.
2843 (elf_add_default_symbol): Adjusted.
2844 (elf_link_add_object_symbols): Check if a symbol should be
2845 skipped. Don't merge the visibility field with the one from
2846 a dynamic object.
2847 (elf_link_check_versioned_symbol): Use undef_bfd.
2848 (elf_link_output_extsym): Warn if a forced local symbol is
2849 referenced from dynamic objects. Make non-weak undefined symbol
2850 with non-default visibility a fatal error.
2851
052a450c
DJ
28522003-04-27 Daniel Jacobowitz <drow@mvista.com>
2853
2854 * configure.in: Bump version on HEAD to 2.14.90.
2855 * configure: Regenerated.
2856
d204f4c0
SC
28572003-04-26 Stephane Carrez <stcarrez@nerim.fr>
2858
2859 PR savannah/3331:
2860 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
2861 when we couldn't relax something.
2862
3c0a515d
L
28632003-04-25 Alan Modra <amodra@bigpond.net.au>
2864
2865 * elflink.h (elf_merge_symbol): When we find a regular definition
2866 for an indirect symbol, flip the indirection so that the old
2867 direct symbol now points to the new definition.
2868
d145330d
RM
28692003-04-24 Roland McGrath <roland@redhat.com>
2870
2871 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2872
fc0bffd6
AM
28732003-04-24 Alan Modra <amodra@bigpond.net.au>
2874
2875 * elf32-ppc.c: Formatting and comment fixes.
2876 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
2877 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2878
28792003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
8d9cd6b1
NC
2880
2881 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
2882 * bfd-in2.h: Rebuilt.
2883 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
fc0bffd6 2884 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
8d9cd6b1
NC
2885 & H8300SNMAGIC.
2886 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
2887 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
2888 (h8300sn_info_struct, h8300hn_info_struct): New.
2889 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
2890 (elf32_h8_final_write_processing): Likewise.
2891
267fb3c1
KK
28922003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2893
2894 * elf32-sh.c (tpoff): New.
2895 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
2896 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
fc0bffd6 2897 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
267fb3c1 2898 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
fc0bffd6 2899 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
267fb3c1
KK
2900 (dtpoff_base): Fix wrong indentation.
2901 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
2902 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
2903 R_SH_TLS_TPOFF32 relocations.
2904
ef230218
JR
29052003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
2906
2907 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
2908 * cpu-sh.c: Likewise.
2909 * elf32-sh.c: Likewise.
2910 * reloc.c (bfd_reloc_code_real): Likewise.
2911 * elf32-sh64-com.c: Change comment to refer to SuperH.
2912 * elf32-sh64.c: Likewise.
2913 * elf64-sh64.c: Likewise.
2914 * bfd-in2.h (enum bfd_architecture): Regenerate.
2915
8c29f035
AM
29162003-04-23 Alan Modra <amodra@bigpond.net.au>
2917
2918 From Julien LEMOINE <speedblue@debian.org>
2919 * elf32-i386.c (elf_i386_info_to_howto): Delete.
2920 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2921
26597c86
NC
29222003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2923
2924 * archures.c: Replace references to Mitsubishi M32R with references
2925 to Renesas M32R.
2926 * relocs.c: Likewise.
2927 * bfd-in2.h: Regenerate.
2928
cc13e3ef
RH
29292003-04-21 Richard Henderson <rth@redhat.com>
2930
2931 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
2932 executable when a symbol is defined both regular and dynamic.
2933
f5a6f915
SC
29342003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2935
2936 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
2937 (elf32-m68hc1x.lo): Update dependencies
2938 * configure.in: Add elf32-m68hc1x.lo.
2939 * configure: Rebuild.
2940 * Makefile.in: Rebuild.
2941
3a65329d
SC
29422003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2943
2944 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2945 (m68hc11_elf_hash_table_create): New function.
2946 (elf32_m68hc11_link_hash_table_free): New function.
2947 (stub_hash_newfunc): New function.
2948 (m68hc11_add_stub): New function.
2949 (elf32_m68hc11_add_symbol_hook): New function.
2950 (elf32_m68hc11_setup_section_lists): New function.
2951 (elf32_m68hc11_next_input_section): New function.
2952 (elf32_m68hc11_size_stubs): New function.
2953 (elf32_m68hc11_build_stubs): New function.
2954 (m68hc11_get_relocation_value): New function.
2955 (elf32_m68hc11_relocate_section): Call the above to redirect
2956 some relocations to the trampoline code.
2957 (m68hc11_elf_export_one_stub): New function.
2958 (m68hc11_elf_set_symbol): New function.
2959 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
2960 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
2961 is not yet initialized.
2962
2963 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2964 (elf32_m68hc11_stub_hash_entry): New struct.
2965 (m68hc11_page_info): Add trampoline handler address.
2966 (m68hc11_elf_link_hash_table): Add stubs generation members.
2967 (elf32_m68hc11_add_symbol_hook): Declare.
2968 (elf32_m68hc11_setup_section_lists): Declare.
2969 (elf32_m68hc11_size_stubs): Declare.
2970 (elf32_m68hc11_build_stubs): Declare.
8c29f035 2971
3a65329d
SC
2972 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
2973 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
2974 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
2975 (_bfd_m68hc11_elf_set_private_flags): Ditto.
2976 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
2977 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
2978 (bfd_elf32_bfd_link_hash_table_create): Define.
2979 (elf_backend_add_symbol_hook): Define.
2980 (m68hc11_elf_bfd_link_hash_table_create): New function.
2981 (m68hc11_elf_build_one_stub): New function.
2982 (m68hc11_elf_size_one_stub): New function.
2983 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
2984 (bfd_elf32_bfd_link_hash_table_create): Define.
2985
2986 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
2987 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
2988 (m68hc12_phys_addr): Ditto.
2989 (m68hc12_phys_page): Ditto.
2990 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
2991 (elf32_m68hc11_gc_mark_hook): Likewise.
2992 (elf32_m68hc11_gc_sweep_hook): Likewise.
2993 (elf32_m68hc11_check_relocs): Likewise.
2994 (elf32_m68hc11_relocate_section): Likewise.
2995 (_bfd_m68hc12_elf_set_private_flags): Likewise.
2996 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
2997 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
2998 (m68hc12_elf_build_one_stub): New function.
2999 (m68hc12_elf_size_one_stub): New function.
3000 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
3001 (elf_backend_add_symbol_hook): Define.
3002 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
3003
4081944f
NC
30042003-04-18 Nick Clifton <nickc@redhat.com>
3005
3006 * format.c (bfd_check_format_matches): Only check associated
3007 vector if the matching_vector has been created.
3008
060dc71d
AO
30092003-04-15 Alexandre Oliva <aoliva@redhat.com>
3010
3011 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
3012 2003-04-09's change.
3013
a3476bef
NC
30142003-04-15 Brian Ford <ford@vss.fsi.com>
3015
3016 * peicode.h (coff_swap_scnhdr_in): If a section holds
3017 uninitialized data and is from an object file or from an
3018 executable image that has not initialized the s_size field, or if
3019 the physical size is padded, use the virtual size (stored in
3020 s_paddr) instead.
3021
ca4fa240
NC
30222003-04-15 H.J. Lu <hjl@gnu.org>
3023
3024 * elflink.h (elf_link_add_object_symbols): Properly report
3025 filename for alignment reduction.
3026
c2dcd04e
NC
30272003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
3028
3029 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
3030 * reloc.c: Likewise.
3031 * coff-h8300.c: Likewise.
3032 * coff-h8500.c: Likewise.
3033 * coff-sh.c: Likewise.
3034 * cpu-h8300.c: Likewise.
3035 * cpu-sh.c: Likewise.
3036 * elf32-h8300.c: Likewise.
3037 * elf32-sh.c: Likewise.
3038 * elf32-sh64-com.c: Likewise.
3039 * elf32-sh64.c: Likewise.
3040 * elf64-sh64.c: Likewise.
3041 * bfd-in2.h: Regenerate.
3042
f7661995
NC
30432003-04-14 H.J. Lu <hjl@gnu.org>
3044
3045 * elflink.h (elf_link_add_object_symbols): Maintain maximum
3046 alignment for common symbols. Warn reducing alignment for
3047 common symbols. Report old filename when symbol size changes.
3048
93a2b7ae
AO
30492003-04-12 Alexandre Oliva <aoliva@redhat.com>
3050
3051 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
3052 occurrences of the same test changed in the previous patch.
3053 Optimize.
3054
0176c794
AO
30552003-04-11 Alexandre Oliva <aoliva@redhat.com>
3056
3057 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
3058 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
3059 GOT_DISP/addend only if the symbol got a global GOT entry.
3060
0fdc1bf1
AO
30612003-04-10 Alexandre Oliva <aoliva@redhat.com>
3062
3063 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
3064 GOT_PAGE/GOT_OFST referencing overridable symbol to
3065 GOT_DISP/addend.
3066 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
3067 global symbol as GOT_DISP.
3068
9b8c98a4
BW
30692003-04-10 Bob Wilson <bob.wilson@acm.org>
3070
3071 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
3072 next relocation on an undefined symbol.
3073
ec1659c8
RH
30742003-04-09 Richard Henderson <rth@redhat.com>
3075
3076 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
3077 Ignore relocations against r_symndx == 0.
3078
7dfb07f7
L
30792003-04-09 H.J. Lu <hjl@gnu.org>
3080
3081 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
3082 FALSE for undefined symbols.
3083 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3084
a3805e4e
AO
30852003-04-09 Alexandre Oliva <aoliva@redhat.com>
3086
3087 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
3088 and IRIX-specific shift-to-64-bit 4-byte lengths before following
3089 addr_size.
3090
69931e60
AO
30912003-04-08 Alexandre Oliva <aoliva@redhat.com>
3092
3093 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
3094 pointer size from ABI, not arch_bits_per_address.
3095
59a8c196
KB
30962003-04-07 Kevin Buettner <kevinb@redhat.com>
3097
3098 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
3099 constants for n32 ABI.
3100
8e16317c
NC
31012003-04-06 Andrew Cagney <cagney@redhat.com>
3102
3103 * simple.c (bfd_simple_get_relocated_section_contents): Disable
3104 free that leads to GDB vs BFD memory corruption.
3105
196486be
SC
31062003-04-04 Stephane Carrez <stcarrez@nerim.fr>
3107
3108 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
3109 symbols that mark the end of the section.
3110 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
3111 converting to a relative branch so that the offset is computed after
3112 the relaxation; also relocate a jsr into a bsr if possible but don't
3113 relax them if they are to a far symbol as we need to call the
3114 trampoline code.
3115 (elf_m68hc11_howto_table): Set pcrel_offset to true.
3116
be33c5dd
SS
31172003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
3118
3119 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
3120 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
3121 * bfd-in2.h: Regenerate
3122 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
3123 * cpu-tic4x.c: Ditto
3124
ff0c9faf
NC
31252003-04-03 Nick Clifton <nickc@redhat.com>
3126
3127 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
3128 differently for object files and executables.
3129 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
3130 for object files or for executables who have not already
3131 initialised the field.
3132 * libpei.h (bfd_pe_executable_p): New macro. Return true if
3133 the PE format bfd is an executable.
3134
2b98e6c0
AM
31352003-04-03 Alan Modra <amodra@bigpond.net.au>
3136
3137 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
3138 here as it's too early to reliably determine locality.
3139 (ppc_elf_gc_sweep_hook): Likewise.
c8b21ee5 3140 (SYMBOL_REFERENCES_LOCAL): Expand comment.
2b98e6c0 3141
92403579
BW
31422003-04-02 Bob Wilson <bob.wilson@acm.org>
3143
3144 * xtensa-modules.c: Remove comment indicating that this is a
3145 generated file.
3146
c45a316a
AM
31472003-04-02 Alan Modra <amodra@bigpond.net.au>
3148
3149 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
3150
e0001a05
NC
31512003-04-01 Bob Wilson <bob.wilson@acm.org>
3152
8c29f035
AM
3153 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
3154 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
3155 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
3156 xtensa-modules.lo.
3157 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
3158 xtensa-modules.c.
3159 (cpu-xtensa.lo): New target.
3160 (elf32-xtensa.lo): Likewise.
3161 (xtensa-isa.lo): Likewise.
3162 (xtensa-modules.lo): Likewise.
3163 * Makefile.in: Regenerate.
3164 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
3165 (bfd_archures_list): Add bfd_xtensa_arch.
3166 * config.bfd: Handle xtensa-*-*.
3167 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
3168 * configure: Regenerate.
3169 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
3170 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
3171 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
3172 (bfd_elf32_xtensa_le_vec): Likewise.
3173 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
3174 * cpu-xtensa.c: New file.
3175 * elf32-xtensa.c: Likewise.
3176 * xtensa-isa.c: Likewise.
3177 * xtensa-modules.c: Likewise.
3178 * libbfd.h: Regenerate.
3179 * bfd-in2.h: Likewise.
e0001a05 3180
5a6c6817
NC
31812003-04-01 Nick Clifton <nickc@redhat.com>
3182
3183 * archures.c (bfd_mach_arm_unknown): Define.
3184 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
3185 bfd_arm_get_mach_from_notes): Prototype.
3186 * bfd-in2.h: Regenerate.
3187 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
3188 bfd_arm_merge_machines.
3189 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
3190 * coffcode.h (coff_set_arch_mach_hook): Call
3191 bfd_arm_get_mach_from_notes.
3192 * coffgen.c (coff_real_object_p): Revert previous delta.
3193 * cpu_arm.c (arm_check_note): New function. Examine a note in a
3194 .note section.
3195 (bfd_arm_merge_machines): New function: Handle the merging of ARM
3196 binaries compiled for different architectures..
3197 (bfd_arm_update_notes): New function: Update an ARM note section.
3198 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
3199 number from an ARM note section.
3200 * elf32-arm.h (elf32_arm_object_p): Use
3201 bfd_arm_get_mach_from_notes.
3202 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
3203 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
8c29f035 3204
0cc1cf99
BE
32052003-04-01 Ben Elliston <bje@wasabisystems.com>
3206
3207 * dwarf2.c (read_attribute_value): Correct typo in comment.
3208
af3ef9fe
NC
32092003-04-01 Nick Clifton <nickc@redhat.com>
3210
3211 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3212 instead of concat().
3213 (decode_line_info): Only free filename if it is not NULL.
d63fd5d1
NC
3214 (add_line_info): Make a copy of the filename when storing it into
3215 the info structure.
af3ef9fe 3216
6e84a906
DJ
32172003-03-31 Andreas Schwab <schwab@suse.de>
3218 Daniel Jacobowitz <drow@mvista.com>
3219
3220 * simple.c (bfd_simple_get_relocated_section_contents): Add
3221 parameter symbol_table. Optionally use it instead of the symbol
3222 table from the bfd. Save and restore output offsets and output
3223 sections around bfd_get_relocated_section_contents. Fix a memory
3224 leak.
3225 (simple_save_output_info, simple_restore_output_info): New
3226 functions.
3227 * bfd-in2.h: Regenerate.
3228 * dwarf2.c (read_abbrevs): Use
3229 bfd_simple_get_relocated_section_contents instead of
3230 bfd_get_section_contents.
3231 (decode_line_info): Likewise.
3232 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
3233 find_rela_addend.
3234 (find_rela_addend): Remove.
3235 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
3236 debugging sections.
3237 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
3238 not bfd_zalloc.
3239
5ed6aba4
NC
32402003-03-31 David Heine <dlheine@suif.stanford.edu>
3241
3242 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
3243 bfd_alloc.
3244 * dwarf2.c (concat_filename): Always allocate space for the
3245 returned filename.
3246 (decode_line_info): Free the allocated filename returned by
3247 concat_filename.
3248 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
3249 * elf.c (copy_private_bfd_data): Likewise.
3250 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
3251 * elflink.h (elf_link_sort_relocs): Fix memory leak.
3252 * format.c (bfd_check_format_matches): Likewise.
3253 * linker.c (bfd_generic_final_link): Likewise.
3254 * opncls.c (find_separate_debug_info): Likewise.
3255 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
8c29f035 3256
5941afc1
L
32572003-03-28 H.J. Lu <hjl@gnu.org>
3258
3259 * elflink.h (elf_link_add_object_symbols): Correctly combine
3260 visibilities.
3261
9d73f260
JJ
32622003-03-27 Jakub Jelinek <jakub@redhat.com>
3263
3264 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
3265 to -1 before recomputing got offsets.
3266
a5ad465a
AS
32672003-03-26 Andreas Schwab <schwab@suse.de>
3268
3269 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3270 (elf_m68k_relocate_section): Use it to correctly handle symbols
3271 forced to be local.
3272 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
3273 entries for symbols that are forced to be local.
3274
d0647110
AO
32752003-03-25 Alexandre Oliva <aoliva@redhat.com>
3276
3277 * elfxx-mips.c (_bfd_mips_relax_section): New function.
3278 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
3279 * elfn32-mips.c, elf64-mips.c: Use it.
3280
e16bb312
NC
32812003-03-25 Stan Cox <scox@redhat.com>
3282 Nick Clifton <nickc@redhat.com>
8c29f035 3283
9b5ecbd0 3284 Contribute support for Intel's iWMMXt chip - an ARM variant:
e16bb312
NC
3285
3286 * archures.c: Add bfd_mach_arm_iWMMXt.
3287 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
3288 * bfd-in2.h: Regenerate.
3289 * libbfd.h: Regenerate.
3290 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
3291 object files to be linked with XScale ones.
3292 (coff_arm_final_link_postscript): Update note section.
3293 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
3294 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
3295 after identifying a coff binary.
3296 * cpu-arm.c (processors): Add iWMMXt.
3297 (arch_inf): Likewise.
3298 * elf32-arm.h (arm_object_p): Handle note section.
9b5ecbd0 3299 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
e16bb312
NC
3300 be linked with XScale ones.
3301 (elf32_arm_section_flags): New function: Set flags on note section.
3302 (elf32_arm_final_write_processing): Handle note section.
3303
25f14c34
DD
33042003-03-21 DJ Delorie <dj@redhat.com>
3305
3306 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
3307 _bfd_elf_rela_local_sym.
3308
04b3329b
L
33092003-03-20 H.J. Lu <hjl@gnu.org>
3310
3311 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
3312 non-ELF outputs.
3313
c25cfdf8
NC
33142003-03-20 Nick Clifton <nickc@redhat.com>
3315
3316 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
3317 $idata5 in case bfd_coff_final_link is not called.
3318
3e1d7f19
JJ
33192003-03-19 Jakub Jelinek <jakub@redhat.com>
3320
3321 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
3322 field.
3323 (canon_reloc_count): Define.
3324 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
3325 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
3326 reloc_count.
3327 (sparc64_elf_canonicalize_reloc): New routine.
3328 (bfd_elf64_canonicalize_reloc): Define.
3329
3fa1d917
JJ
33302003-03-18 Jakub Jelinek <jakub@redhat.com>
3331
3332 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
3333 againt mergeable sections. Take r_addend into account when caching
3334 trampolines.
3335
f86b235a
RH
33362003-03-18 Richard Henderson <rth@redhat.com>
3337
8c29f035
AM
3338 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
3339 local symbols that have no dyninfo.
f86b235a 3340
49ae03bf
NC
33412003-03-14 Gene Smith <gene.smith@siemens.com>
3342
3343 * ieee.c (ieee_write_expression): Handle the case where symbol is
3344 NULL.
3345 General formatting improvements.
3346
6a457e5c
NC
33472003-03-13 Nick Clifton <nickc@redhat.com>
3348
3349 * configure.in (LINGUAS): Add zh_CN.
3350 * configure: Regenerate.
3351 * po/zh_CN.po: New file.
3352
93516ec3
NC
33532003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
3354
3355 * aout-cris.c (BYTES_IN_WORD): Don't define.
3356 aout-encap.c: Likewise.
3357 aout-ns32k.c: Likewise.
3358 aout-tic30.c: Likewise.
3359 hp300bsd.c: Likewise.
3360 i386aout.c: Likewise.
3361 i386dynix.c: Likewise.
3362 i386linux.c: Likewise.
3363 i386lynx.c: Likewise.
3364 i386mach3.c: Likewise.
3365 m68k4knetbsd.c: Likewise.
3366 m68klinux.c: Likewise.
3367 m68klynx.c: Likewise.
3368 m68knetbsd.c: Likewise.
3369 m88kmach3.c: Likewise.
3370 mipsbsd.c: Likewise.
3371 newsos3.c: Likewise.
3372 sparclinux.c: Likewise.
3373 sparclynx.c: Likewise.
3374 sparcnetbsd.c: Likewise.
3375 vaxbsd.c: Likewise. Fix comment formatting.
3376
fee24f1c
AO
33772003-03-12 Alexandre Oliva <aoliva@redhat.com>
3378
0b25d3e6
AO
3379 * Reverted 2003-03-02's patch.
3380
fee24f1c
AO
3381 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
3382 overridable.
3383 * elf64-mips.c (mips_elf64_canonicalize_reloc,
3384 mips_elf64_get_dynamic_reloc_upper_bound,
3385 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
3386 (bfd_elf64_get_canonicalize_reloc,
3387 bfd_elf64_get_dynamic_reloc_upper_bound,
3388 bfd_elf64_canonicalize_dynamic_reloc): Define.
3389 (mips_elf64_slurp_reloc_table): Support dynamic.
3390 (mips_elf64_slurp_one_reloc_table): Adjust.
3391
64fb1839
NC
33922003-03-12 Nick Clifton <nickc@redhat.com>
3393
3394 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
3395 'index' to 'offset' in test for zero value.
3396
908488f1
AO
33972003-03-11 Alexandre Oliva <aoliva@redhat.com>
3398
3399 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
3400 dynamic relocations pointing to local or section symbols, use the
3401 NULL symbol instead. Document the choice to not emit an
3402 additional R_MIPS_64 relocation.
3403
e515b051
AM
34042003-03-11 Alan Modra <amodra@bigpond.net.au>
3405
3406 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
3407 zero index dynamic tls relocs generated for the GOT. Tidy code.
3408 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
3409 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3410
a23b6845
AM
34112003-03-07 Alan Modra <amodra@bigpond.net.au>
3412
87d243f1
AM
3413 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
3414 a tls_get_addr call.
3415
a23b6845
AM
3416 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3417 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
3418 ELF_LINK_NON_GOT_REF from weakdef.
3419 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3420 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
3421 ELF_LINK_NON_GOT_REF from weakdef.
3422 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
3423 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
3424 ELF_LINK_NON_GOT_REF from weakdef.
3425
2d36fe5f
AH
34262003-03-06 Jakub Jelinek <jakub@redhat.com>
3427 Andrew Haley <aph@redhat.com>
3428
3429 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
3430 output is relocateable.
3431
34f304a7
NC
34322003-03-06 Steven Konopa <skonopa@kgo.csc.com>
3433
3434 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
3435 R_COMMENT.
3436
7b609f53
AM
34372003-03-06 Alan Modra <amodra@bigpond.net.au>
3438
3439 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
3440 error messages.
3441 (ELIMINATE_COPY_RELOCS): Define to zero.
3442 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
3443 TLSLD relocs. Report reloc types on a number of errors. Optimize
3444 LOCAL24PC check for non-local syms. Don't capitalize error messages.
3445 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
3446 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
3447 calculating TLSLD relocs. Report reloc types on a number of errors.
3448 Don't capitalize error messages.
3449
6a0fb186
L
34502003-03-03 H.J. Lu <hjl@gnu.org>
3451
3452 * elfxx-ia64.c (USE_BRL): Removed.
3453 (oor_ip): Removed.
3454
34f304a7 34552003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
bdfaef52
JR
3456
3457 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
3458 relocation (no special function), and make it non-partial_inplace.
3459 (sh_elf_relax_section): When creating a bsr, use a consistent value
3460 no matter if the symbol is extern or not; set addend to -4.
3461 Don't swap load / non-load instructions for SH4.
3462 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
3463 rather than if the symbol is external to determine if adjusting the
3464 offset makes sense. Adjust the addend too if appropriate.
3465 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
3466 relocation.
3467
a9d68a1e
NC
34682003-03-03 Nick Clifton <nickc@redhat.com>
3469
3470 * po/da.po: Installed latest translation.
3471
7c2be35c
TS
34722003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3473
3474 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
3475 R_MIPS_PC16 to rightshift 2.
3476 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
3477 (bfd_elf32_bfd_reloc_type_lookup): Support
3478 BFD_RELOC_MIPSEMB_16_PCREL_S2.
3479 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
3480 R_MIPS_PC16 to rightshift 2.
3481 (mips_elf64_howto_table_rela): Likewise.
3482 (mips_reloc_map): Map to rightshifted BFD reloc.
3483 * elfn32-mips.c: The same as in elf64-mips.c.
3484 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
3485 (mips_elf_calculate_relocation): Handle rightshifted addends for
3486 R_MIPS_PC16.
3487 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
3488 MIPS Embedded PIC. Remove superfluous empty COMMENT.
3489 * libbfd.h: Regenerate.
3490 * bfd-in2.h: Regenerate.
3491
484a4f9c
RH
34922003-02-28 Richard Henderson <rth@redhat.com>
3493
3494 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
3495 for ltoff22x relaxation.
3496
2ce40c65
AM
34972003-03-01 Alan Modra <amodra@bigpond.net.au>
3498
3499 * bfd-in.h (_bfd): Don't define.
3500 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
3501 * syms.c: Likewise.
3502 * bfd-in2.h: Regenerate.
3503
2c4c2bc0
RH
35042003-02-27 Richard Henderson <rth@redhat.com>
3505
3506 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
3507 (elfNN_ia64_check_relocs): Set it.
3508 (allocate_global_data_got): Check it.
3509 (allocate_local_got): Likewise.
3510 (allocate_dynrel_entries): Likewise.
3511 (elfNN_ia64_relax_ldxmov): New.
3512 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
3513 (elfNN_ia64_choose_gp): Split out from ...
3514 (elfNN_ia64_final_link): ... here.
8c29f035 3515
c2852e88
AC
35162003-02-27 Andrew Cagney <cagney@redhat.com>
3517
3518 * bfd.c (struct bfd): Rename "struct _bfd".
3519 * bfd-in.h: Update copyright.
3520 (struct bfd): Rename "struct _bfd".
3521 (_bfd): Define for backward compatibility.
3522 * bfd-in2.h: Regenerate.
3523
3f87cb70
AM
35242003-02-25 Alan Modra <amodra@bigpond.net.au>
3525
3f9a32bd
AM
3526 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
3527 and rel_hdr2 when initially counting input relocs rather than after
3528 creating output reloc sections.
4fabe71e
AM
3529 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
3530 sizes.
3f9a32bd 3531
3f87cb70
AM
3532 * Makefile.am: Run "make dep-am".
3533 * Makefile.in: Regenerate.
3534
07c6e936
NC
35352003-02-24 Kris Warkentin <kewarken@qnx.com>
3536
3537 * elf.c (elfcore_read_notes): Add check for QNX style core file.
3538 (elfcore_grog_nto_note): New function.
3539 (elfcore_grog_nto_gregs): New function.
3540 (elfcore_grog_nto_status): New function.
3541
aad5d350
AM
35422003-02-24 Alan Modra <amodra@bigpond.net.au>
3543
3544 * elflink.c (_bfd_elf_create_got_section): Check existing .got
3545 section flags before concluding that we've already been called.
3546 Don't use register keyword.
3547 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
3548 (_bfd_elf_create_linker_section): Formatting.
3549
2ab1486e
NC
35502003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
3551
3552 * coff-h8300.c: Fix typo: intial -> initial.
3553 * coff-ppc.c: Likewise.
3554
70bccea4
AM
35552003-02-20 Alan Modra <amodra@bigpond.net.au>
3556
3557 * elf32-ppc.c: Formatting.
3558 (allocate_dynrelocs): LD and GD relocs against the same sym need
3559 separate GOT entries.
3560 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
3561 entries per symbol.
3562
ee05f2fe
AM
35632003-02-19 Alan Modra <amodra@bigpond.net.au>
3564
26e41594
AM
3565 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
3566 removal. Localize vars. Remove unnecessary dynobj test.
3567 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
3568 of INFO.
3569 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3570 and optimize.
3571 (elf_i386_relocate_section): Likewise.
3572 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
3573 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
3574 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
3575 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
3576 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
3577 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
3578 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
3579 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
3580 Formatting.
3581
f4656909
AM
3582 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
3583 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
3584 test.
3585 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
3586 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3587 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3588 and optimize. Use ELIMINATE_COPY_RELOCS.
3589 (ppc64_elf_relocate_section): Likewise.
3590
ee05f2fe
AM
3591 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
3592 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
3593 (ELIMINATE_COPY_RELOCS): Define.
3594 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
3595 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3596 (MUST_BE_DYN_RELOC): Define.
3597 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3598 and optimize. Trim dyn_relocs.
3599 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
3600 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
3601 track of pc_rel dyn relocs.
3602 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
3603 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
3604 allocate_dynrelocs. Don't recalculate "sec".
3605
7619e7c7
AM
36062003-02-18 Alan Modra <amodra@bigpond.net.au>
3607
d881513a
AM
3608 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
3609 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
3610 on invalid LD relocs.
3611 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
3612 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
3613 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
3614
7619e7c7
AM
3615 * elf32-ppc.h: New file.
3616 * elf32-ppc.c: Include elf32-ppc.h.
3617 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
3618 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
3619 Add "tls_mask" field.
3620 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
3621 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
3622 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
3623 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
3624 Make use of htab shortcuts throughout file.
3625 (ppc_elf_link_hash_newfunc): Init tls_mask field.
3626 (ppc_elf_link_hash_table_create): Init new fields.
3627 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
3628 (ppc_elf_howto_raw): Add tls relocs.
3629 (ppc_elf_reloc_type_lookup): Handle them.
3630 (ppc_elf_unhandled_reloc): New function.
3631 (ppc_elf_create_got): Stash got section pointer in hash table,
3632 return status. Make .rela.got too.
3633 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
3634 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
3635 NON_GOT_REF set. Don't allocate space in .plt here..
3636 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
3637 not allocating plt entries unnecessarily. Allocate got entries here.
3638 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3639 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
3640 "info" during allocate_dynrelocs hash traversal. Use htab section
3641 shortcuts rather than searching for named sections. Get rid of
3642 "plt" and "strip" booleans.
3643 (update_local_sym_info, bad_shared_reloc): New functions.
3644 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
3645 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
3646 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
3647 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
3648 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
3649 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
3650 relocs that might use a plt entry. Set NON_GOT_REF too.
3651 Enumerate all do-nothing relocs.
3652 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
3653 tls relocs and all plt relocs.
3654 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
3655 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
3656 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
3657 shortcuts.
3658 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
3659 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
3660 entries and got relocs here. Warn on non-zero got reloc addend.
3661 Split out branch taken/not taken reloc code into a separate switch
3662 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
3663 Split out HA reloc adjustments to separate switch statement. Don't
3664 warn on reloc overflow if we've already warned about undefined.
3665 Don't rebuild sym name when reporting errors. Report all possible
3666 errors from _bfd_final_link_relocate.
3667 (bfd_elf32_bfd_final_link): Don't define.
3668
cd27b276
AM
36692003-02-18 Alan Modra <amodra@bigpond.net.au>
3670
3671 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
3672 rebuild sym name when reporting errors.
3673
ae9a127f
NC
36742003-02-17 Nick Clifton <nickc@redhat.com>
3675
3f9a32bd 3676 * elflink.h (elf_link_output_extsym): Only check
ae9a127f
NC
3677 allow_shlib_undefined for shared libraries.
3678 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
3679 of allow_shlib_undefined.
3680 * elf32-cris.c (cris_elf_relocate_section): Likewise.
3681 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3682 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3683 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3684 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3685 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3686 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3687 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3688 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3689 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
3690 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3691 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3692 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3693 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3694 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3695 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
3696
b5f852ea
NC
36972003-02-17 Nick Clifton <nickc@redhat.com>
3698
3699 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
3700 address field to use in the comparison.
3f9a32bd 3701 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
b5f852ea 3702
3193e234
NC
37032003-02-14 Bob Wilson <bob.wilson@acm.org>
3704
3705 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
3706 backends when checking if the generic ELF target should be used.
3707
21efdc8d
NC
3708 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
3709 outside of functions, treat values as absolute addresses.
3710
ed781d5d
NC
3711 * bfd.c: Change embedded documentation to use consistent indentation
3712 and to split up long lines. Change informal style of description
3713 for functions lacking real documentation.
3714 * coffcode.h: Break up long lines in embedded documentation.
3715 * format.c: Likewise.
3716 * targets.c: Likewise.
3717 * libcoff.h: Regenerate.
3718 * bfd-in2.h: Regenerate.
3719
58ac9f71
AM
37202003-02-14 Alan Modra <amodra@bigpond.net.au>
3721
3722 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
3723 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
3724 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
3725 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
3726 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
3727 (group_sections): Don't share a stub section if stubs are for a large
3728 section. Adjust comment.
3729 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
3730 !stubs_always_before_branch.
3731 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
3732 treat undefined and undefweak specially when processing dyn relocs.
3733
9147e853
JJ
37342003-02-13 Jakub Jelinek <jakub@redhat.com>
3735
3736 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
3737
427bfd90
NC
37382003-02-13 Nick Clifton <nickc@redhat.com>
3739
3740 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
3741 in computation of offset to insert into BL instruction.
3742
42b5d0ea
NC
37432003-02-11 Uwe Stieber <uwe@wwws.de>
3744
3745 * config.bfd: Add support for kaOS as cross build target system.
3746
a48ebf4d
AM
37472003-02-11 Alan Modra <amodra@bigpond.net.au>
3748
3749 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
3750 .__tls_get_addr too.
3751 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
3752
c95b8a7a
KK
37532003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
3754
3755 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
3756 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
3757 (sh_elf_link_hash_newfunc): Remove the initialization of
3758 tls_tpoff32 field.
3759 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
3760 for which tls_tpoff32 flag is set.
3761 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
3762 of the symbol includes the entry matched with the input_section
3763 and having tls_tpoff32 flag on. When linking statically, set
3764 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
3765 is defined in this executable.
3766 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
3767
a779acda
JJ
37682003-02-10 Jakub Jelinek <jakub@redhat.com>
3769
3770 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
3771 even if there is just non-empty .rela.plt.
3772
fde78edd
NC
37732003-02-10 Nick Clifton <nickc@redhat.com>
3774
3775 * archures.c (bfd_mach_arm_ep9312): Define.
3776 * bfd-in2.h: Regenerate.
3777 * cpu-arm.c (processors[]): Add ep9312.
3778 (bfd_arm_arch): Add ep9312.
3779 * elf32-arm.h (elf32_arm_merge_private_data): Update error
3780 messages and add test for Maverick floating point support.
3781 (elf32_arm_print_private_bfd_data): Handle
3782 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
3783 (elf32_arm_object_p): New function.
3784 (elf_backend_object_p): Define.
fde78edd 3785
e7b938ca
AM
37862003-02-10 Alan Modra <amodra@bigpond.net.au>
3787
3788 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
3789 variables, structure fields or function params to tls_mask or
3790 similar to better reflect usage.
3791 (struct got_entry): Comment.
9b5ecbd0 3792 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
e7b938ca
AM
3793 (get_tls_mask): Rename from get_tls_type.
3794
951fd09b
AM
37952003-02-09 Alan Modra <amodra@bigpond.net.au>
3796
3797 * elf64-ppc.c (TLS_GD_LD): Don't define..
3798 (TLS_GD): ..define this instead and update all uses.
3799 (TLS_TPRELGD): Define.
3800 (ppc64_elf_link_hash_table_create): Tweak initialization of
3801 init_refcount and init_offset.
3802 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
3803 Mark second slot of GD or LD toc entries.
3804 (get_tls_type): Return an int. Distinguish toc GD and LD entries
3805 from other tls types.
3806 (ppc64_elf_tls_setup): New function, split out from..
3807 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
3808 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
3809 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
3810 return value to properly decide whether toc GD and LD entries can
3811 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
3812 to determine GD or LD rather than looking at TLS_LD flag. Don't
3813 attempt to adjust got entry tls_type here..
3814 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
3815 look for possible merges.
3816 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
3817 optimization.
3818 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
3819 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
3820 Make use of return value from get_tls_type to properly detect GD and
3821 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
3822 handle tls_get_addr removal when looking at REL24 relocs, do it when
3823 looking at the previous reloc. Check reloc after DTPMOD64 to determine
3824 GD or LD.
3825 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
3826
acc990f2
AM
38272003-02-08 Alan Modra <amodra@bigpond.net.au>
3828
00b28bb0
AM
3829 * elf32-hppa.c (group_sections): Don't share a stub section if
3830 stubs are for a large section.
3831
acc990f2
AM
3832 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
3833 stubs if !stubs_always_before_branch.
3834
589e6347
NC
38352003-02-07 Nick Clifton <nickc@redhat.com>
3836
3837 * elf.c (swap_out_syms): Generate an error message if an
3838 equivalent output section cannot be found for a symbol.
3839
c328dc3f
JJ
38402003-02-07 Jakub Jelinek <jakub@redhat.com>
3841
3842 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
3843 local_got_entries is NULL.
3844
84f97cb6
AS
38452003-02-06 Andreas Schwab <schwab@suse.de>
3846
3847 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
3848 (read_value): Add parameter is_signed, use signed extraction if
3849 the value is signed.
3850 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
3851 encoding to read_value.
3852
6349e628
AM
38532003-02-06 Alan Modra <amodra@bigpond.net.au>
3854
3855 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
3856 plt info when called to transfer weak sym info.
3857
411e1bfb
AM
38582003-02-05 Alan Modra <amodra@bigpond.net.au>
3859
3860 * reloc.c: Add PPC and PPC64 TLS relocs.
3861 * libbfd.h: Regenerate.
3862 * bfd-in2.h: Regenerate.
3863 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
3864 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
3865 against a 32 bit field.
3866 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
3867 (_ppc64_elf_section_data): Add t_symndx and comments.
3868 (ppc64_elf_section_data): Use elf_section_data macro.
3869 (ppc64_elf_new_section_hook): American spelling.
3870 (struct got_entry, struct plt_entry): New.
3871 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
3872 (struct ppc_stub_hash_entry): Add "addend" field.
3873 (struct ppc_link_hash_entry): Add "tls_type".
3874 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3875 TLS_EXPLICIT): Define.
3876 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
3877 (link_hash_newfunc): Init new fields.
58ac9f71 3878 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
411e1bfb
AM
3879 init_offset to NULL.
3880 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
3881 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
3882 there.
3883 (update_local_sym_info, update_plt_info): New functions.
3884 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
3885 handling to use got.glist rather than got.refcount. Likewise for PLT.
3886 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
3887 (func_desc_adjust): Adjust for new PLT list.
3888 (ppc64_elf_adjust_dynamic_symbol): Likewise.
3889 (get_sym_h, get_tls_type): New functions.
3890 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
3891 (ppc64_elf_tls_optimize): New function.
3892 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
3893 TLS relocs.
3894 (ppc64_elf_size_dynamic_sections): Likewise.
3895 (ppc_type_of_stub): Adjust for new PLT list.
3896 (ppc_build_one_stub): Likewise.
3897 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
3898 calls specially.
3899 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
3900 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
3901 init GOT entries that have a reloc. Generate GOT relocs here..
3902 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
3903 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
3904
0cca5f05
AS
39052003-02-04 Andreas Schwab <schwab@suse.de>
3906
3907 * elf32-m68k.c (elf_m68k_hash_entry): Define.
3908 (elf_m68k_link_hash_traverse): Remove.
3909 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
3910 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
3911 reduce casting.
3912 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
3913 casting.
3914 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
3915 instead of elf_m68k_link_hash_traverse.
3916 (elf_m68k_discard_copies): Change first parameter to pointer to
3917 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
3918 elf_m68k_link_hash_entry is needed.
3919
5cab59f6
AM
39202003-02-04 Alan Modra <amodra@bigpond.net.au>
3921
3922 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
3923 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
3924 "got" union, and declare as gotplt_union. Use gotplt_uinion for
3925 "plt" field.
3926 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
3927 Add "init_offset" field.
3928 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
3929 (elf_local_got_ents): Declare.
3930 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
3931 and "plt".
3932 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
3933 (_bfd_elf_link_hash_table_init): Set "init_offset".
3934 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
3935 from init_offset.
3936 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
3937
3938 * elf.c (bfd_elf_local_sym_name): Split out from..
3939 (group_signature): ..here.
3940 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
3941
68bfbfcc
AM
39422003-02-04 Alan Modra <amodra@bigpond.net.au>
3943
3944 * elf-bfd.h (enum elf_link_info_type): Remove.
3945 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
3946 to struct sec. Remove linkonce_p field.
3947 (elf_linkonce_p): Delete.
3948 (elf_discarded_section): Update for sec_info_type change.
3949 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
3950 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
3951 (ELF_INFO_TYPE_NONE): Define.
3952 (ELF_INFO_TYPE_STABS): Define.
3953 (ELF_INFO_TYPE_MERGE): Define.
3954 (ELF_INFO_TYPE_EH_FRAME): Define.
3955 (ELF_INFO_TYPE_JUST_SYMS): Define.
3956 (STD_SECTION): Update struct sec initializer.
3957 * ecoff.c (bfd_debug_section): Likewise.
3958 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
3959 * elflink.h: Likewise.
3960 * elf-eh-frame.c: Likewise.
3961 * elf64-alpha.c: Likewise.
3962 * elfxx-ia64.c: Likewise.
3963 * elfxx-mips.c: Likewise.
3964 * bfd-in2.h: Regenerate.
3965
3966 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
3967 referring to used_by_bfd.
3968 * elf64-sparc.c (sec_do_relax): Likewise.
3969 * elf64-mmix.c (mmix_elf_section_data): Likewise.
3970 * elfxx-mips.c (mips_elf_section_data): Likewise.
3971 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
3972 (ieee_get_section_contents): Likewise.
3973 (ieee_new_section_hook): Formatting.
3974 (ieee_canonicalize_reloc): Remove commented out code.
3975 * mmo.c (mmo_section_data): Define. Use throughout file.
3976 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
3977
31f7ba04
NC
39782003-01-31 Graydon Hoare <graydon@redhat.com>
3979
3980 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
3981 * Makefile.in: Regenerate.
3982 * opncls.c (calc_crc32, get_debug_link_info,
3983 seperate_debug_file_exists, find_seperate_debug_file): New
3984 internal functions.
3985 (bfd_follow_gnu_debuglink): New function. Follow the pointer
3986 contained inside a .gnu_debuglink section.
3987 * bfd-in2.h: Regenerate.
3988
38985a1c
AO
39892003-01-29 Alexandre Oliva <aoliva@redhat.com>
3990
3991 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
3992 entry->abfd when it's NULL.
3993
4bb9a95f
AO
39942003-01-27 Alexandre Oliva <aoliva@redhat.com>
3995
3996 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
3997 _bfd_elf_section_offset returning -2 the same way as -1.
3998
f4416af6
AO
3999 * elfxx-mips.c (mips_elf_multi_got): New function.
4000 (struct mips_got_entry): Make symndx and gotidx signed. Moved
4001 addend into union along with address and link hash entry.
4002 (struct mips_got_info): Added bfd2got and next.
4003 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
4004 (mips_elf_got_section, mips_elf_create_got_section): Use
4005 SEC_EXCLUDE bit to tell whether we really need the got
4006 section. Take boolean arguments to disregard an excluded
4007 section, or to create it as excluded. Adjust all callers.
4008 Use mips_elf_got_section all over.
4009 (mips_elf_local_got_index, mips_elf_got_page,
4010 mips_elf_got16_entry): Take input bfd as argument, and pass it
4011 on to mips_elf_create_local_got_entry.
4012 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
4013 Take input bfd as argument, and manage entries in the
4014 appropriate GOT.
4015 (mips_elf_got_offset_from_index): Take input bfd as argument,
4016 and use it to adjust the GP offset of the bfd.
4017 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
4018 unreferenced GOT entries of global symbols to the end.
4019 (mips_elf_record_global_got_symbol): Take input bfd as
4020 argument. Add entries to the master GOT hash table.
4021 (struct mips_elf_bfd2got_hash): New.
4022 (struct mips_elf_got_per_bfd_arg): New.
4023 (struct mips_elf_set_global_got_offset_arg): New.
4024 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
4025 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
4026 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
4027 mips_elf_merge_gots, mips_elf_set_global_got_offset,
4028 mips_elf_resolve_final_got_entry,
4029 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
4030 mips_elf_got_for_ibfd): New functions.
4031 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
4032 (MIPS_ELF_GOT_MAX_SIZE): New macro.
4033 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
4034 (mips_elf_got_entry_hash): Take new fields into account. Use
4035 mips_elf_hash_bfd_vma.
4036 (mips_elf_got_entry_eq): Take new fields into account.
4037 (mips_elf_create_got_section): Initialize new fields.
4038 (mips_elf_calculate_relocation): Pass input_bfd to functions
4039 that now take it. Adjust gp for the input_bfd.
4040 (mips_elf_allocate_dynamic_relocation,
4041 mips_elf_create_dynamic_relocation,
4042 _bfd_mips_elf_create_dynamic_sections): Use...
4043 (mips_elf_rel_dyn_section): New function. Borrow code from...
4044 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
4045 now take it. Create the got section if needed, even if
4046 excluded, before recording a global got symbol. Move some
4047 code to...
4048 (mips_elf_record_local_got_symbol): New fn.
4049 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
4050 Compute multi-got global entries offsets. Move GOT code to...
4051 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
4052 if the GOT is too big.
4053 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
4054 undefweak symbol to zero. Generate dynamic relocations for
4055 non-primary GOT entries for global symbols.
4056 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
4057 case. Generate dynamic relocations for local got entries.
4058 Sort dynamic relocations on N64 too, using...
4059 (sort_dynamic_relocs_64): New fns.
4060 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
4061 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
4062
52b69c9e
AO
40632003-01-27 Alexandre Oliva <aoliva@redhat.com>
4064
4065 * bfd.c (struct _bfd): Added id field.
4066 * opncls.c (_bfd_id_counter): New static variable.
4067 (_bfd_new_bfd): Use it.
4068 * bfd-in2.h: Rebuilt.
4069
71e5db1c
AM
40702003-01-25 Alan Modra <amodra@bigpond.net.au>
4071
4072 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
4073
b9734f35
JJ
40742003-01-25 Jakub Jelinek <jakub@redhat.com>
4075
4076 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
4077 (elf32_sparc_rev32_howto): New variable.
4078 (sparc_reloc_map): Add TLS relocs.
4079 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
4080 Handle REV32.
4081 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
4082 New functions.
4083 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
4084 struct elf32_sparc_link_hash_table):
4085 New structures.
4086 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
4087 elf32_sparc_hash_table): Define.
4088 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
4089 create_got_section, elf32_sparc_create_dynamic_sections,
4090 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
4091 functions.
4092 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
4093 reference counting.
4094 (elf32_sparc_gc_sweep_hook): Likewise.
4095 (elf32_sparc_adjust_dynamic_symbol): Likewise.
4096 (elf32_sparc_size_dynamic_sections): Likewise.
4097 (elf32_sparc_relocate_section): Likewise.
4098 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
4099 New functions.
4100 (elf32_sparc_object_p): Allocate backend private object data.
4101 (bfd_elf32_bfd_link_hash_table_create,
4102 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
4103 elf_backend_can_refcount): Define.
4104 (elf_backend_create_dynamic_sections): Define to
4105 elf32_sparc_create_dynamic_sections.
4106 * reloc.c: Add SPARC TLS relocs.
4107 * bfd-in2.h, libbfd.h: Rebuilt.
4108 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
4109 (sparc_reloc_map): Likewise.
4110
69fc87f1
MS
41112003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
4112
4113 * bfd-in2.h: Regenerate.
4114 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
4115 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
4116 (elf_howto_table): Add TLS relocs.
4117 (elf_s390_reloc_type_lookup): Likewise.
4118 (elf_s390_link_hash_entry): Add tls_type.
4119 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
4120 New macros.
4121 (elf_s390_link_hash_table): Add tls_ldm_got.
4122 (link_hash_newfunc): Initialize tls_type.
4123 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
4124 (elf_s390_copy_indirect_symbol): Copy tls_type information.
4125 (elf_s390_check_relocs): Support TLS relocs.
4126 (elf_s390_gc_sweep_hook): Likewise.
4127 (allocate_dynrelocs): Likewise.
4128 (elf_s390_size_dynamic_sections): Likewise.
4129 (elf_s390_relocate_section): Likewise.
4130 (elf_s390_finish_dynamic_symbol): Likewise.
4131 (bfd_elf32_mkobject): Define for TLS.
4132 * elf64-s390.c: Same changes as for elf32-s390.c.
4133 * libbfd.h: Regenerate.
4134 * reloc.c: Add s390 TLS relocations.
4135
c5d1701e 41362003-01-24 Charles Lepple <clepple@ghz.cc>
9aa4e505
NC
4137
4138 * aclocal.m4: Fix name of --enable-install-libbfd switch.
4139
5177500f
NC
41402003-01-23 Nick Clifton <nickc@redhat.com>
4141
4142 * Add sh2e support:
5177500f 4143 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9b5ecbd0
AM
4144 * archures.c (bfd_mach_sh2e): Added.
4145 * bfd-in2.h: Rebuilt.
4146 * cpu-sh.c (arch_info_struct): Added SH2e.
4147 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
5177500f 4148
f0abc2a1
AM
41492003-01-23 Alan Modra <amodra@bigpond.net.au>
4150
4151 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
4152 dynindx to an int. Rearrange for better packing.
4153 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
4154 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
4155 * elf32-sh64.h: New. Split out from include/elf/sh.h.
4156 (struct _sh64_elf_section_data): New struct.
4157 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4158 * elf32-sh64-com.c: Include elf32-sh64.h.
4159 * elf32-sh64.c: Likewise.
4160 (sh64_elf_new_section_hook): New function.
4161 (bfd_elf32_new_section_hook): Define.
4162 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
4163 (sh64_bfd_elf_copy_private_section_data): Likewise.
4164 (sh64_elf_final_write_processing): Likewise.
4165 * elf32-sparc.c (struct elf32_sparc_section_data): New.
4166 (elf32_sparc_new_section_hook): New function.
4167 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4168 (sec_do_relax): Define.
4169 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
4170 (elf32_sparc_relocate_section): Likewise.
4171 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
4172 * elf64-mmix.c (struct _mmix_elf_section_data): New.
4173 (mmix_elf_section_data): Define. Use throughout file.
4174 (mmix_elf_new_section_hook): New function.
4175 (bfd_elf64_new_section_hook): Define.
4176 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
4177 (ppc64_elf_section_data): Define. Use throughout.
4178 (ppc64_elf_new_section_hook): New function.
4179 (bfd_elf64_new_section_hook): Define.
4180 * elf64-sparc.c (struct sparc64_elf_section_data): New.
4181 (sparc64_elf_new_section_hook): New function.
4182 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4183 (sec_do_relax): Define.
4184 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
4185 (sparc64_elf_relocate_section): Likewise.
4186 (bfd_elf64_new_section_hook): Define.
4187 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
4188 * elfxx-mips.c (struct _mips_elf_section_data): New.
4189 (mips_elf_section_data): Define. Use throughout.
4190 (_bfd_mips_elf_new_section_hook): New function.
4191 (mips_elf_create_got_section): Don't alloc used_by_bfd.
4192 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
4193 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
4194 * Makefile.am: Run "make dep-am".
4195 * Makefile.in: Regenerate.
4196
cc03ec80
RH
41972003-01-21 Richard Henderson <rth@redhat.com>
4198
4199 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
4200 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
4201 (elf64_alpha_adjust_dynamic_symbol): Set them.
4202 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
4203 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
4204 symbol index when relaxing LDM to TPREL.
4205 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
4206 relocs, even if the target isn't locally defined.
4207 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
4208 (elf64_alpha_relocate_section): Likewise. Force TP-relative
4209 relocs vs symndx 0 to the tp base.
4210
da896d3f
NC
42112003-01-21 Fabio Alemagna <falemagn@aros.org>
4212
4213 * config.bfd: Handle i[3456]86-*-aros*.
4214
7fce784e
AS
42152003-01-21 Andreas Schwab <schwab@suse.de>
4216
4217 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
4218 (struct ppc_elf_link_hash_entry): Define.
4219 (ppc_elf_hash_entry): New function.
4220 (struct ppc_elf_link_hash_table): Define.
4221 (ppc_elf_hash_table): New function.
4222 (ppc_elf_link_hash_newfunc): New function.
4223 (ppc_elf_link_hash_table_create): New function.
4224 (ppc_elf_copy_indirect_symbol): New function.
4225 (allocate_dynrelocs): New function.
4226 (readonly_dynrelocs): New function.
4227 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
4228 relocs and determine DT_TEXTREL.
4229 (ppc_elf_check_relocs): Don't do that here, just count the
4230 dynamic relocs.
4231 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
4232 removed section.
4233 (bfd_elf32_bfd_link_hash_table_create): Define.
4234 (elf_backend_copy_indirect_symbol): Define.
4235
1bbc9cec
RH
42362003-01-21 Richard Henderson <rth@redhat.com>
4237
4238 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
4239 TPREL also get a reloc if shared. Remove SREL support.
4240 (elf64_alpha_emit_dynrel): New.
acc990f2 4241 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
4242 and GOTTPREL relocs to local symbols against the tp base.
4243 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
4244
4245 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
4246 use count before clobbering r_type.
4247 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
4248 ordering would mean dataflow inspection is necessary.
4249
0da35f8b
SS
42502003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
4251
4252 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 4253
571fe01f
NC
42542003-01-20 Fabio Alemagna <falemagn@aros.org>
4255
4256 * elf32-sh.c: Treat elfNN_bed like other macros defined in
4257 elfxx-target.h and #undef it before #define'ing it.
4258 * elf32-i386.c: Likewise.
acc990f2
AM
4259 * elf32-sh64.c: Likewise.
4260 * elf64-alpha.c: Likewise.
4261 * elf64-sh64.c: Likewise.
571fe01f 4262
5236c819
MS
42632003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
4264
4265 * bfd-in2.h: Regenerate.
4266 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
4267 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
4268 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
4269 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
4270 R_390_PLTOFF32 and R_390_PLTOFF64.
4271 (elf_s390_reloc_type_lookup): Likewise.
4272 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
4273 of GOTPLT references to a function.
4274 (link_hash_newfunc): Initialize gotplt_refcount.
4275 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
4276 and creation of the got section out of the main switch. Add support
4277 for the gotoff, gotplt and pltoff relocations.
4278 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4279 and pltoff.
4280 (elf_s390_adjust_gotplt): New function.
4281 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
4282 plt entries.
4283 (allocate_dynrelocs): Add comment.
4284 (elf_s390_relocate_section): Change r_type to unsigned. Add support
4285 for gotoff, gotplt and pltoff relocations.
4286 * elf64-s390.c: Same changes as for elf32-s390.c.
4287 * libbfd.h: Regenerate.
4288 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
4289 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
4290 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
4291 and BFD_RELOC_390_PLTOFF64.
4292
a823975a
JJ
42932003-01-18 Jakub Jelinek <jakub@redhat.com>
4294
4295 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
4296 R_IA64_TPREL64[LM]SB against non-global symbol properly.
4297
b3dfd7fe
JJ
42982003-01-16 Jakub Jelinek <jakub@redhat.com>
4299
4300 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
4301 self_dtpmod_done and self_dtpmod_offset.
4302 (allocate_global_data_got): Only use one got entry for all
4303 dtpmod relocs against local symbols.
4304 (allocate_dynrel_entries): Only need .rela.got entry for
4305 dtpmod against global symbol.
4306 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
4307 Reserve space in .rela.got for the local dtpmod entry.
4308 (set_got_entry): Initialize the common local dtpmod .got entry.
4309 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
4310 and R_IA_64_DTPREL64MSB.
4311
04c9666a
AM
43122003-01-16 Alan Modra <amodra@bigpond.net.au>
4313
4314 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
4315 (R_PPC_*): Rename all occurrences to R_PPC64_*.
4316 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
4317 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
4318 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
4319 relative relocs, not with absolute ones.
4320 * Makefile.am: Run "make dep-am".
4321 * Makefile.in: Regenerate.
4322 * po/SRC-POTFILES.in: Regenerate.
4323
c87f1ff7
AS
43242003-01-15 Andreas Schwab <schwab@suse.de>
4325
4326 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
4327 relocation against a non-allocated readonly section.
4328
86bbe32f
AM
43292003-01-10 Alan Modra <amodra@bigpond.net.au>
4330
4331 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
4332 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
4333
32d95f29
KD
43342002-01-08 Klee Dienes <kdienes@apple.com>
4335
4336 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
4337 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
4338 * Makefile.in: Regenerate.
acc990f2 4339
ab7d0aa0
AO
43402003-01-08 Alexandre Oliva <aoliva@redhat.com>
4341
4342 * elfn32-mips.c (prev_reloc_section): New.
4343 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
4344 (SET_RELOC_ADDEND): Parenthesize macro argument.
4345
95d0f04a
DA
43462003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
4347
4348 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
4349 adjust addil instructions if the symbol has no section.
4350
5c9e189c
DD
43512003-01-07 DJ Delorie <dj@redhat.com>
4352
4353 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
4354 partial_inplace.
4355
3e829b4a
AS
43562003-01-07 Andreas Schwab <schwab@suse.de>
4357
4358 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
4359 PC relative relocations.
4360 (elf_m68k_discard_copies): Set it here instead.
4361
a75473eb
SC
43622002-01-02 Ben Elliston <bje@redhat.com>
4363 Jeff Johnston <jjohnstn@redhat.com>
4364
4365 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
4366 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
4367 (BFD32_BACKENDS): Add elf32-iq2000.lo.
4368 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
4369 (cpu-iq2000.lo): New target.
4370 * Makefile.in: Regenerate.
4371 * config.bfd: Handle iq2000-*-elf.
4372 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
4373 (bfd_archures_list): Add bfd_iq2000_arch.
4374 * configure.in: Handle bfd_elf32_iq2000_vec.
4375 * configure: Regenerate.
acc990f2 4376 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
4377 and BFD_RELOC_IQ2000_UHI16.
4378 * targets.c (bfd_elf32_iq2000_vec): Declare.
4379 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
4380 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
4381 * cpu-iq2000.c: New file.
4382 * elf32-iq2000.c: Likewise.
4383 * libbfd.h: Regenerate.
4384 * bfd-in2.h: Likewise.
4385
64543e1a
RS
43862003-01-02 Richard Sandiford <rsandifo@redhat.com>
4387
4388 * elfxx-mips.c: Include libiberty.h.
4389 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
4390 (mips_set_isa_flags): New function, split out from...
4391 (_bfd_mips_elf_final_write_processing): ...here. Only call
4392 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
4393 (mips_mach_extensions): New array.
4394 (mips_32bit_flags_p): New function.
4395 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
4396 Use mips_32bit_flags_p to check if one binary is 32-bit and the
4397 other is 64-bit. When adopting IBFD's architecture, adopt the
4398 bfd_mach as well as the flags.
4399
4852a44e
NC
44002003-01-02 Nick Kelsey <nickk@ubicom.com>
4401
4402 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
4403 fix internal errors, fix bad code generation, fix incorrect stabs
4404 information, and improve ability to eliminate redundant page
4405 instructions. Added code to ip2k_final_link_relocate to self-verify
4406 the linker relaxation. Fix formatting problems.
4407
af7ee8bf
CD
44082002-12-30 Chris Demetriou <cgd@broadcom.com>
4409
4410 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
4411 * archures.c (bfd_mach_mipsisa32r2): New define.
4412 * bfd-in2.h: Regenerate.
4413 * cpu-mips.c (I_mipsisa32r2): New enum value.
4414 (arch_info_struct): Add entry for I_mipsisa32r2.
4415 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
4416 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
4417 (_bfd_mips_elf_final_write_processing): Add
4418 bfd_mach_mipsisa32r2 case.
4419 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
4420 binaries marked as using MIPS32 Release 2.
4421
2469cfa2
NC
44222002-12-30 Dmitry Diky <diwil@mail.ru>
4423
4424 * Makefile.am: Add msp430 target.
4425 * configure.in: Likewise.
4426 * Makefile.in: Regenerate.
4427 * configure: Regenerate.
4428 * archures.c: Add msp430 architecture vector.
4429 * config.bfd: Likewise.
4430 * reloc.c: Add msp430 relocs.
4431 * targets.c: Add msp320 target.
4432 * cpu-msp430.c: New file: msp430 cpu detection.
4433 * elf32-msp430.c: New file: msp430 reloc processing.
4434 * bfd-in2.h: Regenerate.
4435 * libbfd.h: Regenerate.
4436
eecdbe52
JJ
44372002-12-28 Jakub Jelinek <jakub@redhat.com>
4438
4439 * elf.c (elf_sort_sections): Don't reorder .tbss.
4440 (assign_file_positions_for_segments): Only adjust off/voff
4441 for increased alignment in PT_LOAD or PT_NOTE segment,
4442 but adjust p_filesz for .tbss too. in PT_LOAD consider
4443 .tbss to have zero memory size.
4444 (copy_private_bfd_data) [SECTION_SIZE]: Define.
4445 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
4446 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
4447 into PT_TLS segment. Never put SHF_TLS sections in
4448 segments other than PT_TLS or PT_LOAD.
4449
4450 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
4451 sh_entsize.
4452
213e90f4
DD
44532002-12-23 DJ Delorie <dj@redhat.com>
4454
4455 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
4456
75828352
AM
44572002-12-23 Alan Modra <amodra@bigpond.net.au>
4458
4459 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
4460
312b768e
NC
44612002-12-23 Nick Clifton <nickc@redhat.com>
4462
4463 * archures.c (bfd_arch_get_compatible): Add third parameter
4464 'accept_unknowns'. Only accept unknown format BFDs if
4465 accept_unknowns is true, or if the format is "binary".
acc990f2 4466 * bfd-in2.h: Regenerate.
312b768e 4467
63222ec9
NC
44682002-12-21 Nick Clifton <nickc@redhat.com>
4469
4470 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
4471 that subtracted 8 from pc relative relocations.
4472
19852a2a
KH
44732002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4474
4475 * coff-h8300.c: Fix comment typos.
4476 * coffcode.h: Likewise.
4477 * cpu-cris.c: Likewise.
4478 * elf32-vax.c: Likewise.
4479 * genlink.h: Likewise.
4480 * linker.c: Likewise.
4481 * som.c: Likewise.
4482 * tekhex.c: Likewise.
4483 * vms-misc.c: Likewise.
4484
5fd63999
DD
44852002-12-20 DJ Delorie <dj@redhat.com>
4486
4487 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
4488 * libbfd.h: Regenerate.
4489 * bfd-in2.h: Regenerate.
4490 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
4491 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 4492
4ee79850
KH
44932002-12-19 Kazu Hirata <kazu@cs.umass.edu>
4494
4495 * doc/bfdint.texi: Fix typos.
4496
66e25bab
AM
44972002-12-20 Paul Eggert <eggert@twinsun.com>
4498
4499 Port to POSIX 1003.1-2001.
4500 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
4501 * configure.in (build-warnings): Likewise.
4502 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
4503 * aclocal.m4: Regenerate.
4504 * config.in: Regenerate.
4505 * configure: Regenerate.
4506
7dc77aaa
AM
45072002-12-19 Alan Modra <amodra@bigpond.net.au>
4508
0171ee92
AM
4509 * coff-h8300.c: Include libiberty.h.
4510 (h8300_reloc16_extra_cases): Check the hash table creator before
4511 referencing h8300 specific fields. Stash the hash table pointer
4512 in a local var. Comment typo fixes.
4513 (h8300_bfd_link_add_symbols): Likewise.
4514
1049f94e 4515 * reloc.c (struct reloc_howto_struct): Revise src_mask and
7dc77aaa
AM
4516 dst_mask comments.
4517 * bfd-in2.h: Regenerate.
4518
47388f4c
AM
45192002-12-18 Alan Modra <amodra@bigpond.net.au>
4520
4521 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
4522 code a little. Comment on dynamic relocs against section symbols.
4523
1b3e3744
AM
45242002-12-17 Roger Sayle <roger@eyesopen.com>
4525
4526 * configure.host (ia64-*-hpux*): Support 64 bit targets using
4527 the HP compiler's "long long".
4528
46f2b541
DD
45292002-12-16 Andrew MacLeod <amacleod@redhat.com>
4530
4531 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
4532 and R_XSTORMY16_HI16) howto entries.
4533 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 4534 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
4535 determine the start of the second reloc table.
4536
af738ea7
NC
45372002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
4538
4539 * ecofflink.c: Fix the reading of the debugging information
4540 of Tru64/Alpha binaries that are produced by recent Compaq
4541 compilers.
4542 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
4543 table.
4544 (lookup_line): Because of the strange information sometimes
4545 generated by Compaq's recent compilers, change how the FDR
4546 table is searched so that PDRs (procedure descriptors) are
4547 correctly found. Note that this change is really more of a hack;
4548 however, I have included extensive documentation as to why
4549 this is the best solution short of an extensive rewrite or
4550 another hack.
4551 (fdrtab_lookup): Add comments to explain the algorithm.
4552
5354b572
AO
45532002-12-12 Alexandre Oliva <aoliva@redhat.com>
4554
4555 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
4556 initializers to match struct declaration.
4557
ab3acfbe
AM
45582002-12-12 Alan Modra <amodra@bigpond.net.au>
4559
4560 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
4561 * elf.c (get_program_header_size): Likewise.
4562 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
4563 (m32r_elf_generic_reloc): Likewise.
4564 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
4565 * elflink.h (elf_bfd_discard_info): Likewise.
4566
6348e046
AM
45672002-12-12 Alan Modra <amodra@bigpond.net.au>
4568
4569 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
4570 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
4571 DT_RELSZ adjustment, not output section. Avoid writing tags when
4572 unchanged. Don't assume linker script is sane, adjust DT_REL too.
4573 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
4574 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
4575 DT_RELASZ adjustment, not output section. Avoid writing tags when
4576 unchanged. Adjust DT_RELA.
4577 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
4578 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
4579
2e7a68a8
AO
45802002-12-12 Alexandre Oliva <aoliva@redhat.com>
4581
4582 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
4583 addend by 4.
4584
b15e6682
AO
45852002-12-12 Alexandre Oliva <aoliva@redhat.com>
4586
4587 * elfxx-mips.c (struct mips_got_entry): New.
4588 (struct mips_got_info): Added got_entries field.
4589 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
4590 (mips_elf_local_got_index, mips_elf_got_page,
4591 mips_elf_got16_entry): Re-implement in terms of new...
4592 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
4593 Change return type.
4594 (mips_elf_highest): Warning clean-up.
4595 (mips_elf_create_got_section): Initialize got_entries.
4596 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
4597 local got size.
4598 (_bfd_mips_elf_size_dynamic_sections): Do not account for
4599 GOT_PAGE entries, since we now reuse GOT16 entries.
4600
e6af3a53
NC
46012002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
4602
4603 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
4604 read-only section that lies after .text and before .data to be
4605 written into the output file and included in a_text.
4606 (translate_to_native_sym_flags): If an otherwise unrepresentable
4607 section was merged with .text, convert its symbols to N_TEXT
4608 symbols.
4609 * libaout.h (aout_section_merge_with_text_p): New macro.
4610
cf3d882d
AM
46112002-12-08 Alan Modra <amodra@bigpond.net.au>
4612
4613 * bfd-in.h: Comment typo fix. Formatting.
4614 * bfd-in2.h: Regenerate.
4615 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
4616 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
4617 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
4618
2f9bd3f6
RH
46192002-12-05 Richard Henderson <rth@redhat.com>
4620
4621 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
4622 Only send PCREL21B though the plt. Fix installed reloc type.
4623 (elfNN_ia64_relocate_section): Give error for dynamic reloc
4624 against PCREL22 or PCREL64I; clean up error messages for
4625 branch relocs.
4626
d0112f73
KB
46272002-12-04 Kevin Buettner <kevinb@redhat.com>
4628
4629 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
4630 New functions.
4631 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
4632
c10d9d8f
JW
46332002-12-04 David Mosberger <davidm@hpl.hp.com>
4634
4635 * cpu-ia64-opc.c: Add operand constant "ar.csd".
4636
d48770d4
L
46372002-12-04 H.J. Lu <hjl@gnu.org>
4638
4639 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
4640 BFD address when constructing local name.
4641
b6152c34
AS
46422002-12-04 Andreas Schwab <schwab@suse.de>
4643
4644 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
4645 member.
4646 (elf_m68k_link_hash_table_create): Initialize it.
4647 (elf_m68k_check_relocs): Handle symbols that are forced to be
4648 local due to visibility changes.
4649 (elf_m68k_adjust_dynamic_symbol): Likewise.
4650 (elf_m68k_size_dynamic_sections): Likewise.
4651 (elf_m68k_discard_copies): Likewise.
4652 (elf_m68k_relocate_section): Likewise.
4653
73374ef1
AM
46542002-12-04 Alan Modra <amodra@bigpond.net.au>
4655
4656 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
4657
c5c1944d
AM
46582002-12-04 Alan Modra <amodra@bigpond.net.au>
4659
4660 * srec.c (srec_write_symbols): Restore '$' prefix to address
4661 accidentally removed in 2002-04-04 change.
4662 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
4663
e1a9cb8e
NC
46642002-12-03 Nick Clifton <nickc@redhat.com>
4665
4666 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
4667 (apuinfo_list_add): New function: Add a value to the list.
4668 (apuinfo_list_length): New function: Return the number of
4669 values on the list.
4670 (apuinfo_list_element): New function: Return a value on the
4671 list.
4672 (apuinfo_list_finish): New function: Free the resources used
4673 by the list.
4674 (ppc_elf_begin_write_processing): New function. Scan the
4675 input bfds for apuinfo sections.
4676 (ppc_elf_write_section): New function: Delay the creation of
4677 the contents of an apuinfo section in an output bfd.
4678 (ppc_elf_final_write_processing): New function. Create the
4679 contents of an apuinfo section in an output bfd.
4680 (elf_backend_begin_write_processing): Define.
4681 (elf_backend_final_write_processing): Define.
4682 (elf_backend_write_section): Define.
e1a9cb8e 4683
a823923b
RH
46842002-12-03 Richard Henderson <rth@redhat.com>
4685
4686 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
4687
30491647
SC
46882002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4689
4690 Fix PR savannah/1417:
4691 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
4692 branch if it goes to the start of the deleted region.
4693
bc7c6a90
SC
46942002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4695
4696 * bfd-in2.h (bfd_mach_m6812): Rebuild.
4697 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
4698 bfd_mach_m6812s): Declare.
4699
4700 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
4701 (_bfd_m68hc12_elf_set_private_flags): Call it.
4702 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
4703 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
4704 report microcontroller incompatibilities (HC12 vs HCS12).
4705 (elf_backend_object_p): Update.
4706
b34976b6
AM
47072002-11-30 Alan Modra <amodra@bigpond.net.au>
4708
4709 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
4710 (enum bfd_boolean, boolean): Delete.
4711 (bfd_boolean): Typedef to an int.
4712 (FALSE, TRUE): Define.
4713 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
4714 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
4715 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
4716 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
4717 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
4718 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
4719 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
4720 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
4721 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
4722 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
4723 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
4724 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
4725 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
4726 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
4727 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
4728 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
4729 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
4730 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
4731 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
4732 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
4733 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
4734 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
4735 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
4736 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
4737 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
4738 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4739 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4740 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4741 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
4742 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
4743 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4744 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
4745 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
4746 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
4747 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
4748 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
4749 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
4750 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
4751 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
4752 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
4753 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
4754 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
4755 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
4756 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
4757 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
4758 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
4759 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
4760 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 4761 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
4762 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
4763 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
4764 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
4765 of bfd_boolean vars with TRUE/FALSE. Formatting.
4766 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
4767
947216bf
AM
47682002-11-28 Alan Modra <amodra@bigpond.net.au>
4769
4770 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
4771 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
4772 with Elf_Internal_Rela.
4773 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
4774 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
4775 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
4776 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4777 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4778 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4779 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
4780 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4781 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4782 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
4783 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
4784 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
4785 throughout instead.
4786 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
4787 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
4788 Remove INLINE keyword.
4789 (elf_swap_reloc_in): Likewise. Also clear r_addend.
4790 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
4791 as a bfd_byte *.
4792 (elf_write_relocs): Consolidate REL and RELA code.
4793 (elf_slurp_reloc_table_from_section): Simplify REL code.
4794 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
4795 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
4796 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
4797 RELA code.
4798 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
4799 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
4800 (elf_link_output_relocs): Likewise.
4801 (elf_reloc_link_order): Likewise.
4802 (elf_finish_pointer_linker_section): Likewise.
4803 (struct elf_link_sort_rela): Remove union.
4804 (elf_link_sort_cmp1): Update to suit.
4805 (elf_link_sort_cmp2): Here too.
4806 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
4807 over-allocation for int_rels_per_ext_rel != 1 case.
4808 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
4809 * elf32-i386.c: Likewise.
4810 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
4811 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
4812 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
4813 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
4814 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4815 elf64-sparc.c, elf64-x86-64.c: Likewise.
4816 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
4817 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
4818 bfd_elf32_swap_reloc_in.
4819
4820 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
4821 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
4822 (mips_elf64_swap_reloc_in): Zero r_addend.
4823 (mips_elf64_be_swap_reloc_in): Likewise.
4824 (mips_elf64_slurp_one_reloc_table): Simplify.
4825
4826 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
4827 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
4828 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4829
1448fa32
KK
48302002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4831
4832 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 4833 unresolved debugging relocs in dynamic applications.
1448fa32
KK
4834 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4835
73722af0
AM
48362002-11-26 Alan Modra <amodra@bigpond.net.au>
4837
4838 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
4839 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
4840 on a relocatable link. Comment typos.
4841 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
4842 in the order they are declared. Clear elf_hash_value too.
4843 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
4844 eh_info and tls_segment.
4845 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
4846 sorted when discarding relocs by turning them into R_*_NONE.
4847
4848 * libbfd.c (warn_deprecated): Comment spelling.
4849 * po/SRC-POTFILES.in: Regenerate.
4850
7c25b72c
RH
48512002-11-21 Richard Henderson <rth@redhat.com>
4852
4853 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
4854 arch's st_other bits when merging visibilities.
4855 (elf_link_output_extsym): Tidy clearing of visibility field.
4856
dc12c51f
AM
48572002-11-21 Alan Modra <amodra@bigpond.net.au>
4858
4859 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
4860 (SWAP_OUT_RELOC_OFFSET): Define.
4861
963f13ec
AO
48622002-11-20 Alexandre Oliva <aoliva@redhat.com>
4863
4864 * elf.c (_bfd_elf_link_hash_table_init): Make sure
4865 can_refcount is properly extended to the type of
4866 init_refcount.
4867
ee6423ed
AO
48682002-11-19 Alexandre Oliva <aoliva@redhat.com>
4869
4ffba85c
AO
4870 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
4871 (_bfd_mips_elf_relocate_section): Use it.
4872
ee6423ed
AO
4873 * elfxx-mips.c (MNAME): New macro.
4874 (_bfd_mips_elf_check_relocs): Use it.
4875 (_bfd_mips_elf_discard_info): Likewise.
4876 (_bfd_mips_elf_final_link): Likewise.
4877
cdcf6e38
AM
48782002-11-19 Alan Modra <amodra@bigpond.net.au>
4879
4880 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
4881 rel_hdr.sh_size too.
4882
93509525
KD
48832002-11-18 Klee Dienes <kdienes@apple.com>
4884
4885 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
4886 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
4887 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
4888 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
4889 Add dependencies for bfdwin.c, bfdio.c.
4890 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
4891 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
4892 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
4893 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
4894 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
4895 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
4896 bfd_get_size (moved from libbfd.c and bfd.c).
4897 * bfdwin.c New file. Contains _bfd_window_internal,
4898 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
4899 libbfd.c and bfd.c).
4900 * po/SRC-POTFILES.in: Regenerate.
4901 * po/bfd.pot: Regenerate.
4902 * libbfd.h: Regenerate.
4903 * bfd-in2.h: Regenerate.
4904 * aclocal.m4: Regenerate.
4905 * Makefile.in: Regenerate.
4906 * configure: Regenerate.
4907
3ae41454
AM
49082002-11-18 Klee Dienes <kdienes@apple.com>
4909
4910 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
4911
e514ac71
NC
49122002-11-15 Kazu Hirata <kazu@cs.umass.edu>
4913
4914 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
4915 jsr after a short jump.
4916 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4917
eddc4f81
KD
49182002-11-15 Klee Dienes <kdienes@apple.com>
4919
4920 * pef.c (bfd_pef_convert_architecture): Move declaration of
4921 ARCH_POWERPC and ARCH_M68K to the start of the function.
4922
51908eee
SS
49232002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
4924
4925 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
4926
3416d2e7
HPN
49272002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4928
4929 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
4930 For bpo_gregs_section->contents, allocate _raw_size, not
4931 _cooked_size.
4932
b1c58715
AM
49332002-11-13 Klee Dienes <kdienes@apple.com>
4934
4935 * config.bfd: Add entries for powerpc-*-darwin and cousins.
4936
077ca68b
L
49372002-11-13 H.J. Lu <hjl@gnu.org>
4938
4939 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
4940
e84d6fca
AM
49412002-11-13 Klee Dienes <kdienes@apple.com>
4942 Alan Modra <amodra@bigpond.net.au>
4943
4944 * bfd.c (struct bfd_preserve): New.
4945 (bfd_preserve_save): New function.
4946 (bfd_preserve_restore): Ditto.
4947 (bfd_preserve_finish): Ditto.
4948 * bfd-in2.h: Regenerate.
4949 * mach-o.c: Formatting.
4950 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
4951 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
4952 (bfd_mach_o_core_p): Ditto.
4953 (bfd_mach_o_scan): Pass in mdata.
4954 * mach-o.h (bfd_mach_o_scan): Update prototype.
4955 * pef.c: Formatting.
4956 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
4957 (bfd_pef_xlib_object_p): Ditto.
4958 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
4959 * pef.h (bfd_pef_scan): Update prototype.
4960 * xsym.c: Formatting, K&R fixes.
4961 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
4962 (bfd_sym_scan): New function split out from bfd_sym_object_p.
4963 * xsym.h (bfd_sym_scan): Declare.
4964 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 4965 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
4966 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
4967
cd24c222
NC
49682002-11-12 Nick Clifton <nickc@redhat.com>
4969
4970 * po/da.po: Updated Danish translation.
4971
99eb2ac8
AM
49722002-11-12 Alan Modra <amodra@bigpond.net.au>
4973
d6fe2dc1
AM
4974 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
4975 relocatable link too.
4976 (elf_link_input_bfd): When emitting relocs, adjust offsets for
4977 eh_frame and stab sections. Zap deleted relocs.
4978 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
4979 (elf_bfd_discard_info): Run for relocatable link too.
4980 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
4981 Handle ld -r case.
4982 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
4983 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
4984
126495ed
AM
4985 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
4986 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
4987 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
4988 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
4989 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
4990 (struct elf_link_hash_table): Add eh_info.
4991 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
4992 (_bfd_elf_discard_section_eh_frame): Update prototype.
4993 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
4994 (_bfd_elf_write_section_eh_frame): Likewise.
4995 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
4996 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
4997 param. Get "hdr_info" from link hash table.
4998 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
4999 header section from link hash table. Save header section to elf_tdata.
5000 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
5001 header section from link hash table. Don't alloc hdr_info. Clear
5002 hdr_sec instead of setting "strip".
5003 (_bfd_elf_eh_frame_section_offset): Formatting.
5004 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
5005 Get header section from link hash table.
5006 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
5007 Get header section from link hash table.
5008 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
5009 (get_program_header_size): Likewise.
5010 (_bfd_elf_section_offset): Formatting.
5011 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
5012 section pointer in link hash table.
5013 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
5014 and _bfd_elf_write_section_eh_frame calls. Update comment about
5015 eh_frame entries.
5016 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
5017 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
5018
5019 * po/SRC-POTFILES.in: Regenerate.
5020
99eb2ac8
AM
5021 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
5022 relocs for discarded FDEs. Remove dead code.
5023 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
5024 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
5025 Tidy conditions under which stabs are edited. Formatting.
5026 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
5027 from discarded relocs.
5028 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
5029 section adjustments after testing magic values.
5030
7c319a27
AM
50312002-11-12 Thomas Moestl <tmm@FreeBSD.org>
5032
5033 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
5034 references to large plt symbols.
5035
a95a4550
AM
50362002-11-12 Klee Dienes <kdienes@apple.com>
5037
5038 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
5039 looking for an unused section name.
5040
bc7eab72
KH
50412002-11-11 Kazu Hirata <kazu@cs.umass.edu>
5042
5043 * coff-h8300.c: Fix formatting.
5044 * elf32-h8300.c: Likewise.
5045 * reloc16.c: Likewise.
5046
52585bb8
AM
50472002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
5048
5049 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
5050 section when dynamic section unused; _bfd_strip_section_from_output
5051 instead.
5052
9f632188
AM
50532002-11-08 Alan Modra <amodra@bigpond.net.au>
5054
207b304b
AM
5055 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
5056 and sym_vec.
3b029f65 5057
9f632188
AM
5058 * dwarf2.c: Revert last change.
5059
ec4530b5
NC
50602002-11-07 Michal Ludvig <mludvig@suse.cz>
5061
9b5ecbd0 5062 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
ec4530b5
NC
5063 _bfd_dwarf2_find_nearest_line): Use
5064 bfd_simple_get_relocated_section_contents() instead of
5065 bfd_get_section_contents().
5066 * reloc.c (bfd_perform_relocation): Add sanity check.
5067 * simple.c (simple_get_relocated_section_contents): If the section
5068 does not have any relocs associated with it, just return the
5069 unadjusted contents.
5070
205cfeb0
HPN
50712002-11-07 Hans-Peter Nilsson <hp@axis.com>
5072
5073 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
5074 case R_CRIS_32_GOT>: Correct test for filling in constant .got
5075 contents, enabling for a non-DSO, for symbols defined in the
5076 program with --export-dynamic.
5077
87e226ce
AM
50782002-11-07 Alan Modra <amodra@bigpond.net.au>
5079
5080 * elf64-ppc.c: Comment typo fixes.
5081 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
5082
235c4794
NC
50832002-11-07 Nick Clifton <nickc@redhat.com>
5084
5085 * po/da.po: Updated Danish translation.
5086
49179469
AO
50872002-11-06 Alexandre Oliva <aoliva@redhat.com>
5088
5089 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
5090 exactly three internal relocs per external reloc. Set reloc_count
5091 to the external reloc count.
5092
246178f2
NC
50932002-11-06 Klee Dienes <kdienes@apple.com>
5094
3ae41454 5095 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
5096 Fix comment formatting.
5097
3af9a47b
NC
50982002-11-06 Klee Dienes <kdienes@apple.com>
5099
3ae41454 5100 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
5101 xsym.lo.
5102 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
5103 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
5104 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
5105 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
5106 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
5107 sym.
3ae41454 5108 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
5109 * Makefile.in: Regenerate.
5110 * doc/Makefile.in: Regenerate.
3ae41454 5111 * bfd-in2.h: Regenerate.
3af9a47b
NC
5112 * xsym.c: New file. Contains support for the Apple/Metrowerks
5113 xSYM debugging format.
5114 * xsym.h: New file.
5115 * pef.c: New file. Contains support for the Apple Code Fragment
5116 Manager Preferred Executable Format
5117 * pef.h: New file.
5118 * pef-traceback.h: New file. Contains support for parsing PowerPC
5119 traceback tables as used by PEF executables (and perhaps other
5120 systems as well).
3ae41454 5121 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
5122 format.
5123 * mach-o.h: New file.
5124 * mach-o-target.c: New file. Declares the mach-o targets
5125 themselves. Included three times by mach-o.c; each time with a
5126 different set of macros set.
3ae41454 5127
b6821651 51282002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
5129
5130 * Makefile.am: Remove entries for elf32-qnx.[ch].
5131 * Makefile.in: Regenerate.
5132 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
5133 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
5134 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5135 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
5136 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
5137 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
5138 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
5139 * configure: Regenerate.
5140 * elf32-qnx.c: Remove.
5141 * elf32-qnx.h: Remove.
5142 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
5143 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
5144 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
5145 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
5146 * elf32-i386.c: Remove QNX extended bfd support.
5147 * elf32-ppc.c: Remove QNX extended bfd support.
5148 * elf32-sh.c: Remove QNX extended bfd support.
5149 * elfarm-nabi.c: Remove QNX extended bfd support.
5150 * targets.c: Remove qnx vectors.
5151 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
5152 (elf_backend_is_contained_by_filepos): Remove.
5153 (elf_backend_copy_private_bfd_data_p): Remove.
5154 * po/SRC-POTFILES.in: Regenerate.
5155
b6821651
AM
51562002-11-06 David O'Brien <obrien@FreeBSD.org>
5157 Alan Modra <amodra@bigpond.net.au>
5158
5159 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
5160 dynamic relocs against section symbols for the output section vma.
5161
51622002-11-05 Alan Modra <amodra@bigpond.net.au>
5163
5164 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
5165 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
5166
08f74004
AM
51672002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5168 Alan Modra <amodra@bigpond.net.au>
5169
5170 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
5171 vectors in target_selvecs.
5172 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
5173 in target_selvecs.
5174 (sh-*-netbsdelf*): Likewise.
5175 * configure.in (assocvecs): New variable. Handle assocvecs like
5176 selvecs.
5177 * configure: Regenerate.
5178 * format.c (bfd_check_format_matches): Store bfd_target pointers
5179 in matching_vector instead of target names. Select first target
5180 from bfd_associated_vector that matches a list of ambiguous targets.
5181 * targets.c (_bfd_associated_vector): New array.
5182 (bfd_associated_vector): New variable.
5183 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
5184 * libbfd-in.h (bfd_associated_vector): Declare.
5185 * libbfd.h: Regenerate.
5186
89117aab
AM
51872002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
5188
5189 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
5190 non-NULL before dereferencing.
5191
5e9aae3e
KK
51922002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5193
5194 * vms.c (vms_object_p): Restore the start address when returning
5195 NULL.
5196
c97e73dd
AM
51972002-11-04 Alan Modra <amodra@bigpond.net.au>
5198 Hans-Peter Nilsson <hp@axis.com>
5199
5200 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
5201 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
5202 Set up a larger symshndxbuf, and write it out. Free it on
5203 exit rather than freeing symbuf twice. Correct section index
5204 on output section symbol loop.
5205 (elf_link_output_sym): Accumulate symbol extension section
5206 indices, reallocating symshndxbuf rather than writing it out.
5207 (elf_link_flush_output_syms): Don't flush symshndxbuf.
5208 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
5209 Use bfd_zalloc to clear i_shdrp[0] too.
5210
3463048e
SC
52112002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
5212
5213 * elf32-sh64-com.c (sh64_address_in_cranges): Use
5214 _raw_size of cranges section if _cooked_size not yet set.
5215
63a23799
HPN
52162002-11-03 Hans-Peter Nilsson <hp@axis.com>
5217
5218 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
5219 for bfd_elf32_swap_symbol_out.
5220
e68cc12e
DB
52212002-10-31 David O'Brien <obrien@FreeBSD.org>
5222
5223 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
5224 signed and unsigned in comparison.
5225
db4b6d01
DJ
52262002-10-30 Daniel Jacobowitz <drow@mvista.com>
5227
5228 * coffcode.h: Remove extraneous '\'.
5229
840f0243
L
52302002-10-28 H.J. Lu <hjl@gnu.org>
5231
5232 * Makefile.am (targets.lo): Depend on Makefile instead of
5233 config.status.
5234 (archures.lo): Likewise.
5235 * Makefile.in: Regenerated.
5236
05a7e2db
JT
52372002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
5238
5239 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
5240 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
5241 targ_selvecs.
5242
a0087177
JW
52432002-10-25 Jim Wilson <wilson@redhat.com>
5244
5245 * elf64-sh64.c (sh_elf64_relocate_section): Call
5246 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
5247 of SHF_MERGE section.
5248
8718ac9c
HPN
52492002-10-25 Hans-Peter Nilsson <hp@axis.com>
5250
5251 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
5252
d45913a0
DA
52532002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
5254
5255 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
5256 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
5257 unsigned int.
5258 (NAME(aout,final_link)): Cast enum used in assignment.
5259 (aout_link_write_symbols): Cast enums in comparisons, int values to
5260 boolean, enums in assignments to int.
5261 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
3dab13f6
AM
5262 (aout_link_input_section_ext): Likewise. Cast enums used in
5263 comparisons with unsigned ints.
d45913a0
DA
5264 (aout_link_reloc_link_order): Cast enum to int in assignment.
5265 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
5266 calls to char *.
5267 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
5268 assignment.
5269 * bfd-in2.h (bfd_set_section_vma): Likewise.
5270 * bfd.c (bfd_record_phdr): Cast enums in assignments.
5271 * binary.c (bfd_alloc): Cast enum to long.
5272 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
5273 * dwarf2.c (read_abbrevs): Add casts to enum types.
5274 (read_attribute_value): Likewise.
5275 (arange_add): Cast result of bfd_zalloc call.
5276 (comp_unit_contains_address): Return true and false.
5277 (comp_unit_find_nearest_line): Cast return to boolean.
5278 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
5279 * gen-aout.c: define macro '_' if not defined.
5280 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5281 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5282 (bfd_write_bigendian_4byte_int): Cast return to boolean.
5283 (bfd_seek): Cast bfd_realloc to bfd_byte *.
5284 (bfd_generic_is_local_label_name): Cast return to boolean.
5285 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
5286 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
5287 struct bfd_hash_entry *.
5288 (_bfd_generic_link_hash_newfunc): likewise.
5289 (_bfd_generic_final_link): Cast enum to unsigned int.
5290 * merge.c (sec_merge_emit): Cast return to boolean.
5291 (merge_strings): Add casts to const unsigned char *.
5292 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
5293 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
3dab13f6
AM
5294 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
5295 to struct bfd_hash_entry *.
d45913a0
DA
5296 (bfd_set_section_content): Add cast to PTR in comparison.
5297 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
5298 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
5299 simple_dummy_unattached_reloc,
5300 bfd_simple_get_relocated_section_contents): Add K&R declarations and
5301 function definitions.
5302 * srec.c (S3Forced): Initialize to false.
5303 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
5304 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
5305 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
5306 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
5307 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
5308 comparisons.
5309
475c2a7e
JJ
53102002-10-23 Jakub Jelinek <jakub@redhat.com>
5311
5312 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
5313 relocs into shared lib non-allocated reloc sections.
5314
e82ce529
AM
53152002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5316
5317 * dwarf2.c (add_line_info): Ensure that the line_info_table is
5318 sorted even when given an out-of-order line sequence.
5319 (lookup_address_in_line_info_table): When an exact VMA match is
5320 not found, return line information with the closest VMA.
5321
f2482cb2
NC
53222002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
5323
5324 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
5325 HPUX 11.00 patch PHSS_26559.
5326
c1fd6598
AO
53272002-10-22 Alexandre Oliva <aoliva@redhat.com>
5328
5329 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
5330 the options section into a separate section unless IRIX 6
5331 compatibility is enabled.
5332
033fd5f9
AO
53332002-10-22 Alexandre Oliva <aoliva@redhat.com>
5334
5335 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
5336 into arrays.
5337 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
5338 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
5339 into account.
5340 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
5341 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
5342
ef485c01
AM
53432002-10-21 Graeme Peterson <gp@qnx.com>
5344
5345 * targets.c (_bfd_target_vector): Add missing qnx vectors.
5346
b50afec9
AM
53472002-10-21 Alan Modra <amodra@bigpond.net.au>
5348
5349 * targets.c (bfd_target_list): Don't return the default target twice.
5350
5fe39cae
AM
53512002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
5352
5353 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
5354 perror with bfd_perror.
5355
5d603aa9
L
53562002-10-19 H.J. Lu <hjl@gnu.org>
5357
5358 * elflink.h (elf_link_add_object_symbols): Correctly handle
5359 DT_RPATH and DT_RUNPATH.
5360
e377ab71
MK
53612002-10-19 Mark Kettenis <kettenis@gnu.org>
5362
5363 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
5364
0d09fec6
DC
53652002-10-17 Denis Chertykov <denisc@overta.ru>
5366
5367 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
5368 for ip2k port.
5369
acf8aed4
AM
53702002-10-17 Alan Modra <amodra@bigpond.net.au>
5371
5372 * elfxx-target.h (USE_REL): Don't define as 1.
5373 * elf32-arm.h (USE_REL): Provide a default define of 0.
5374 Use #if rather than #ifdef when testing USE_REL.
5375 * elf32-m32r.c: Likewise.
5376
5377 * elf32-arc.c (USE_REL): Define as 1.
5378 * elf32-d10v.c (USE_REL): Likewise.
5379 * elf32-m32r.c (USE_REL): Likewise.
5380 * elf32-m68hc11.c (USE_REL): Likewise.
5381 * elf32-m68hc12.c (USE_REL): Likewise.
5382 * elf32-or32.c (USE_REL): Likewise.
5383 * elfarm-nabi.c (USE_REL): Likewise.
5384
f52d1d64
JJ
53852002-10-16 Jakub Jelinek <jakub@redhat.com>
5386
5387 * config.bfd (s390-*-linux*): Add targ64_selvecs.
5388 (s390x-*-linux*): Add targ_selvecs.
5389
2bc3c89a
AM
53902002-10-16 Alan Modra <amodra@bigpond.net.au>
5391
5392 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 5393 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
5394 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
5395 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
5396 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
5397 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
5398 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
5399 (SOURCE_HFILES): Add elf32-qnx.h.
5400 (BUILD_HFILES): Add bfdver.h.
5401 Run "make dep-am".
5402 * Makefile.in: Regenerate.
5403 * configure.in Update bfd vector dependencies.
5404 * configure: Regenerate.
5405 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
5406 * elf32-i386qnx.c: Likewise.
5407 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
5408 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
5409 * elf32-sh-lin.c: Likewise.
5410 * elf32-shqnx.c: Likewise.
5411 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
5412 * elf32-sh64-nbsd.c: Likewise.
5413 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
5414 * elf64-sh64-nbsd.c: Likewise.
5415 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
5416 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
5417 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
5418 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
5419 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
5420 (elf_backend_is_contained_by_filepos): Likewise.
5421 (elf_backend_copy_private_bfd_data_p): Likewise.
5422 Globalize and move functions to..
5423 * elf32-qnx.c: ..here. New file.
5424 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
5425 emit target vectors when INCLUDE_SHMEDIA.
5426 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
5427 end of file.
5428 * elf64-sh64.c: Remove ELF_ARCH test.
5429 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
5430 * po/BLD-POTFILES.in: Regenerate.
5431 * po/SRC-POTFILES.in: Regenerate.
5432
90c9df85
AM
54332002-10-16 Alan Modra <amodra@bigpond.net.au>
5434
366f2964
AM
5435 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
5436 loaded with --just-symbols.
5437
90c9df85
AM
5438 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
5439 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5440 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5441 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5442
2238051f
RH
54432002-10-15 Richard Henderson <rth@redhat.com>
5444
5445 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
5446 (BFD64_BACKENDS_CFILES): Likewise.
5447 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
5448 * elf64-alpha-fbsd.c: Remove file, move code ...
5449 * elf64-alpha.c: ... here.
5450 * Makefile.in, configure: Rebuild.
5451
64e04ecd
RH
54522002-10-14 Richard Henderson <rth@redhat.com>
5453
5454 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
5455 VALUE, not ADDEND.
5456
396a6083
SC
54572002-10-14 Stephen Clarke <stephen.clarke@superh.com>
5458
5459 * elf32-sh.c (elf_sh_link_hash_entry): Replace
5460 datalabel_got_offset with union of datalabel_got
5461 offset and refcount.
5462 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
5463 (allocate_dynrelocs): Delete unnecessary code for
5464 STT_DATALABEL type. Create entry in got for
5465 datalabel version of symbol if datalabel_got.refcount > 0.
5466 (sh_elf_relocate_section): Use datalabel_got union.
5467 (sh_elf_gc_sweep_hook): Pull common code to initialize
5468 h and eh out of switch statement. Declare seen_stt_datalabel.
5469 Initialize it. Decrement datalabel_got.refcount for
5470 got relocs when seen_stt_datalabel is true.
5471 Decrement local_got_refcounts entry for datalabel got relocs
5472 of local symbols.
5473 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
5474 (sh_elf_check_relocs): Declare seen_stt_datalabel.
5475 Initialize it. When seen_stt_datalabel is true, increment
5476 datalabel_got refcount rather than got.refcount.
5477 (sh_elf_finish_dynamic_symbol): Create relocs to
5478 initialize got entry for datalabel version of symbol.
5479
6a0735ef
AM
54802002-10-14 Alan Modra <amodra@bigpond.net.au>
5481
5482 * Makefile.am: Run "make dep-am".
5483 (BFD_H_FILES): Remove version.h.
5484 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
5485 * version.h: ..to here.
5486 * configure.in (bfd_version_date): Remove.
5487 (AC_OUTPUT): Make bfdver.h from version.h.
5488 * bfd.c: #include "bfdver.h".
5489 * vms-hdr.c: Likewise.
5490 * Makefile.in: Regenerate.
5491 * bfd-in2.h: Regenerate.
5492 * configure: Regenerate.
5493 * po/SRC-POTFILES.in: Regenerate.
5494
686e4055
AM
54952002-10-14 Alan Modra <amodra@bigpond.net.au>
5496
5497 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
5498 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
5499 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
5500 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
5501 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
5502 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
5503 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
5504 bfd_mach_ip2022, bfd_mach_ip2022ext,
5505 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
5506 * bfd-in2.h: Regenerate.
5507
019dca2b
KK
55082002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5509
5510 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
5511 endian vector to targ_selvecs.
5512
bce03d3d
AO
55132002-10-13 Alexandre Oliva <aoliva@redhat.com>
5514
5515 * elfxx-mips.c (mips_elf_calculate_relocation): Take
5516 save_addend argument. Don't apply the 32-bit mask to a
5517 GPREL32 value if it's to be used in another relocation. Don't
5518 use forced-check computation of local_p to decide whether to
5519 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
5520 of the addend of a non-in-place GPREL16 relocation.
5521 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
5522 mips_elf_calculate_relocation().
5523
9b691193
SC
55242002-10-12 Stephane Carrez <stcarrez@nerim.fr>
5525
5526 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
5527 with symbols in other sections if we relaxed something; the sections
5528 output offsets must be re-computed before.
5529
1f4c5b47
SC
55302002-10-12 Stephane Carrez <stcarrez@nerim.fr>
5531
5532 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
5533 handling to use Elf_Internal_Sym.
5534 (m68hc11_elf_relax_delete_bytes): Likewise.
5535
5dc97655
KK
55362002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5537
5538 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
5539 sh_elf_object_p, dtpoff_base): New functions.
5540 (sh_elf_howto_table): Add TLS relocs.
5541 (sh_reloc_map): Likewise.
5542 (sh_elf_info_to_howto): Support TLS relocs.
5543 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
5544 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
5545 New macros.
5546 (sh_elf_obj_tdata): New.
5547 (elf_sh_link_hash_table): Add tls_ldm_got.
5548 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
5549 (allocate_dynrelocs): Support TLS relocs.
5550 (sh_elf_size_dynamic_sections): Likewise.
5551 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
5552 .rela.got section when found already. Return false after printing
5553 error about unresolvable relocation.
5554 (sh_elf_gc_sweep_hook): Support TLS relocs.
5555 (sh_elf_check_relocs): Likewise.
5556 (sh_elf_finish_dynamic_symbol): Likewise.
5557 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
5558 * reloc.c: Add SH TLS relocs.
5559 * bfd-in2.h, libbfd.h: Regenerate.
5560
6a0735ef
AM
55612002-10-11 Daniel Jacobowitz <drow@mvista.com>
5562
5563 * Makefile.in: Regenerated.
5564
af39267e
DJ
55652002-10-11 Daniel Jacobowitz <drow@mvista.com>
5566
5567 * Makefile.am: Run dep-am.
6a0735ef 5568 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
5569 (BFD32_LIBS): Add simple.lo.
5570 (BFD32_LIBS_CFILES): Add simple.c.
5571 * Makefile.in: Regenerated.
5572 * bfd-in2.h: Regenerated.
5573 * simple.c: New file.
5574
0be617ce
AM
55752002-10-11 Alan Modra <amodra@bigpond.net.au>
5576
14a793b2
AM
5577 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
5578 (record_thumb_to_arm_glue): Likewise.
5579 * ecoff.c (ecoff_link_add_externals): Likewise.
5580 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
5581 (record_thumb_to_arm_glue): Likewise.
5582 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
5583 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
5584 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
5585 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
5586 * elf64-ppc.c (func_desc_adjust): Likewise.
5587 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
5588 (sh64_elf64_create_dynamic_sections): Likewise.
5589 * elflink.c (_bfd_elf_create_got_section): Likewise.
5590 (_bfd_elf_create_dynamic_sections): Likewise.
5591 (_bfd_elf_create_linker_section): Likewise.
5592 * elflink.h (elf_add_default_symbol): Likewise.
5593 (elf_link_create_dynamic_sections): Likewise.
5594 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
5595 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
5596 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
5597 (_bfd_mips_elf_add_symbol_hook): Likewise.
5598 (_bfd_mips_elf_create_dynamic_sections): Likewise.
5599 * linker.c (generic_link_add_symbol_list): Likewise.
5600 * xcofflink.c (xcoff_link_add_symbols): Likewise.
5601
5602 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
5603
0be617ce 5604 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 5605 completely removed. Correct local sym adjustment.
0be617ce 5606
0a4ef3f4
SC
56072002-10-10 Stephen Clarke <stephen.clarke@superh.com>
5608
5609 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
5610 Correct mistake in calculation of address of .got.
5611 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
5612 elf_sh64_pic_plt_entry_le): Likewise.
5613
efacd36e
SC
56142002-10-09 Richard Shann <richard.shann@superh.com>
5615 Stephen Clarke <stephen.clarke@superh.com>
5616
5617 * Makefile.am: Add entries for elf32-sh64-lin.c and
5618 elf64-sh64-lin.c. Regenerate.
5619 * Makefile.in: Regenerate.
9b5ecbd0 5620 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
efacd36e
SC
5621 to use sh64 vectors rather than sh vectors.
5622 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5623 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5624 * configure: Regenerate.
5625 * elf32-sh64-lin.c: New file.
5626 * elf64-sh64-lin.c: New file.
5627 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
5628 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5629
299bf759
L
56302002-10-08 H.J. Lu <hjl@gnu.org>
5631
5632 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
5633 IE->LE transition for R_386_TLS_IE.
5634
51020317
AM
56352002-10-08 Alan Modra <amodra@bigpond.net.au>
5636
5637 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
5638
a8fcf378
NC
56392002-10-07 Mark Elbrecht <snowball3@softhome.net>
5640
51020317
AM
5641 * cofflink.c (mark_relocs): Don't mark relocations in excluded
5642 sections.
a8fcf378 5643
a16d5acb
AM
56442002-10-07 Alan Modra <amodra@bigpond.net.au>
5645
a6b511bd
AM
5646 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
5647 code.
5648
a16d5acb
AM
5649 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
5650
7c4a37eb
AM
56512002-10-06 Alan Modra <amodra@bigpond.net.au>
5652
5653 * opncls.c: Formatting.
5654 (_bfd_new_bfd): Use a smaller section hash table.
5655
7c4ca42d
AO
56562002-10-05 Alexandre Oliva <aoliva@redhat.com>
5657
5658 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
5659 of the other two relocations packed with a REL32 to NONE.
5660
4989d792
SC
56612002-10-02 Stephen Clarke <stephen.clarke@superh.com>
5662
5663 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
5664 (sh_elf_link_hash_newfunc): Initialize it.
5665 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
5666 to got.refcount for symbols that are forced local or when
5667 we have direct got refs.
5668 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
5669 to correctly adjust got.refcount and plt.refcount.
5670 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
5671 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 5672
7c445aa3
JJ
56732002-10-01 Jakub Jelinek <jakub@redhat.com>
5674
5675 * elf32-i386.c (elf_i386_relocate_section): Fix
5676 movl foo@indntpoff, %eax IE->LE transition.
5677
abcf1d52
JJ
56782002-10-01 Jakub Jelinek <jakub@redhat.com>
5679
5680 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
5681 sequence and its transitions.
5682
a45bb67d
JJ
56832002-10-01 Jakub Jelinek <jakub@redhat.com>
5684
5685 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
5686 to st_value + addend in non-code sections.
5687 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
5688 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
5689
00707a0e 56902002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
5691 Ken Raeburn <raeburn@cygnus.com>
5692 Aldy Hernandez <aldyh@redhat.com>
5693 Eric Christopher <echristo@redhat.com>
5694 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
5695
5696 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
5697 (bfd_mach_mips5500): New.
5698 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
5699 (arch_info_struct): Add corresponding entries here.
5700 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
5701 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
5702 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
5703 bfd_mach_mips5400 and bfd_mach_mips5500.
5704 (_bfd_mips_elf_mach_extends_p): New function.
5705 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
5706 the EF_MIPS_MACH flags.
5707 * bfd-in2.h: Regenerate.
5708
624f0b25
JT
57092002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
5710
5711 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
5712 .got sections.
5713
b89fe0ee
AM
57142002-09-28 Alan Modra <amodra@bigpond.net.au>
5715
5716 * elf.c (map_sections_to_segments): Correct test for start of
5717 writable section in the same page as end of read-only section.
5718
b29635ba
JT
57192002-09-27 Matt Thomas <matt@3am-software.com>
5720
5721 * elf32-vax.c (elf_vax_check_relocs): Remove unused
5722 local_got_refcounts usage. Remove allocation of got slot.
5723 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
5724 Remove de-allocation of got slot.
5725 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
5726 traversal for elf_vax_instantiate_got_entries. Allow empty .got
5727 sections to be GC'ed.
5728 (elf_vax_instantiate_got_entries): New function.
5729 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
5730 tests that are now handled by elf_vax_instantiate_got_entries.
5731 Assert GOT entry falls within .got section size. Remove redundant
5732 comparisions. Fix comments.
5733
bffbf940
JJ
57342002-09-27 Jakub Jelinek <jakub@redhat.com>
5735
5736 * reloc.c: Add x86-64 TLS relocs.
5737 * bfd-in2.h, libbfd.h: Rebuilt.
5738 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
5739 relocs. Add TLS relocs.
5740 (x86_64_reloc_map): Add TLS relocs.
5741 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
5742 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
5743 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
5744 (elf64_x86_64_hash_entry): Define.
5745 (struct elf64_x86_64_obj_tdata): New.
5746 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
5747 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
5748 (link_hash_newfunc): Initialize tls_type.
5749 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
5750 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
5751 (elf64_x86_64_mkobject): New.
5752 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
5753 (elf64_x86_64_tls_transition): New.
5754 (elf64_x86_64_check_relocs): Add r_type variable and use it.
5755 Handle TLS relocs.
5756 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
5757 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
5758 (elf64_x86_64_size_dynamic_sections): Likewise.
5759 (dtpoff_base, tpoff): New.
5760 (elf64_x86_64_relocate_section): Handle TLS relocs.
5761 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
5762 entries.
5763 (bfd_elf64_mkobject): Define.
5764
5765 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
5766 DF_STATIC_TLS if shared.
5767
14366460
TS
57682002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5769
5770 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
5771 empty relocation sections.
5772
9f951329
AM
57732002-09-26 Alan Modra <amodra@bigpond.net.au>
5774
5775 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
5776 (ppc64_elf_build_stubs): Build them here instead.
5777
6b3ac709
JJ
57782002-09-24 Jakub Jelinek <jakub@redhat.com>
5779
5780 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
5781 addend into r_addend, not *r_offset.
5782 (elf32_sparc_finish_dynamic_symbol): Likewise.
5783 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
5784 R_SPARC_RELATIVE's r_offset.
5785
e2f6d277
NC
57862002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5787
5788 * dwarf2.c (decode_line_info): Update to correctly decode
5789 the (non-standard DWARF2) out-of-order address sequences
5790 generated by the Intel C++ 6.0 compiler for ia64-Linux.
5791
f3961b2b
DD
57922002-09-23 Mark Elbrecht <snowball3@softhome.net>
5793
5794 * config.bfd: For DJGPP targets, match with any cpu and any machine.
5795
ad34bc37
AM
57962002-09-23 Alan Modra <amodra@bigpond.net.au>
5797
5798 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
5799 for discarded FDEs. Remove redundant assignment.
5800 * elflink.h (elf_bfd_discard_info): Save edited relocs.
5801
82988bff
L
58022002-09-22 H.J. Lu <hjl@gnu.org>
5803
5804 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
5805 the relocation count between different .reloc sections.
5806
5ad8645c
AM
58072002-09-21 Alan Modra <amodra@bigpond.net.au>
5808
5f819128
AM
5809 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
5810 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
5811 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
5812 R_PPC_EMB_RELSDA.
5813
5ad8645c
AM
5814 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
5815 unsigned. Move "symcount" assignment out of loop.
5816 * Makefile.am: Run "make dep-am".
5817 * Makefile.in: Regenerate.
5818 * configure: Regenerate.
5819 * po/SRC-POTFILES.in: Regnerate.
5820
75936555
NC
58212002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5822
5823 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
5824 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
5825 (e.g. IRIX64).
5826
2243deae
L
58272002-09-19 Jakub Jelinek <jakub@redhat.com>
5828
5829 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
5830 even if generating R_PPC_RELATIVE reloc.
5831 (ppc_elf_relocate_section): Make sure relocation is performed
5832 if skip == -2. Clear memory at r_offset when creating dynamic
5833 relocation.
5834
37e55690
JJ
58352002-09-19 Jakub Jelinek <jakub@redhat.com>
5836
5837 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
5838 BFD_RELOC_386_TLS_GOTIE): Add.
5839 * bfd-in2.h, libbfd.h: Rebuilt.
5840 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
5841 and R_386_TLS_GOTIE.
5842 (elf_i386_reloc_type_lookup): Handle it.
5843 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
5844 char instead of enum, change GOT_* into defines.
5845 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
5846 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5847 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
5848 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
5849 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
5850 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5851 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5852 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5853 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
5854 tls_type is GOT_TLS_IE_BOTH.
5855 (elf_i386_size_dynamic_sections): Likewise.
5856 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5857 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5858 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
5859 all 4 GOT_TLS_* TLS types.
5860
8e67855b
NC
58612002-09-19 Nick Clifton <nickc@redhat.com>
5862
5863 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
5864 follow indirect links.
5865
1c59ba3f
NC
58662002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5867
5868 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
5869 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
5870 on 64 bit machines.
5871 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
5872 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
5873 ECOFF information: 'ioptMax' refers to the actual *size*
5874 of the optimization symtab, not the number of entries.
1c59ba3f 5875
9d7404b7
NC
58762002-09-19 Daniel Jacobowitz <drow@mvista.com>
5877
5878 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
5879 ELF_LINK_HASH_NEEDS_PLT logic.
5880
05a487dc
DJ
58812002-09-18 Daniel Jacobowitz <drow@mvista.com>
5882
5883 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5884 correct relocation count.
5885
1f70368c
DJ
58862002-09-17 Daniel Jacobowitz <drow@mvista.com>
5887
5888 * bfd-in.h (bfd_get_dynamic_symcount): Define.
5889 * bfd.c (struct _bfd): Add dynsymcount.
5890 * bfd-in2.h: Regenerated.
5891 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
5892 abfd->dynsymcount.
5893 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5894 for overflow.
5895
51020317 58962002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
5897
5898 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
5899 (mips_elf64_final_gp): Don't make up gp value.
5900 * elfn32-mips.c (mips_elf_final_gp): Likewise.
5901 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
5902 .MIPS.options/.options section.
5903
290062cc
DB
59042002-09-17 David O'Brien <obrien@FreeBSD.org>
5905
5906 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
5907 It is benign for FreeBSD < 4.1. Minor reformatting.
5908 * elf64-alpha-fbsd.c: Likewise.
5909
c5c1f40c
JJ
59102002-09-17 Jakub Jelinek <jakub@redhat.com>
5911
ca1eb0ba
JJ
5912 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
5913 addend.
c5c1f40c 5914
562ace6b
AM
59152002-09-17 Alan Modra <amodra@bigpond.net.au>
5916
5917 * elf64-alpha.c (alpha_elf_size_info): Make static.
5918
5af6ead6
AM
59192002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5920
5921 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
5922 * cpu-tic4x.c: Ditto.
5923
cb9512fc
TS
59242002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5925
5926 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
5927 duplicate define.
5928
4ada7262
DB
59292002-09-16 Bruno Haible <bruno@clisp.org>
5930
5931 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
5932 by a target variant implementation.
5933 * elf64-alpha.c: Likewise.
5934 * elf32-i386-fbsd.c: New file.
5935 * elf64-alpha-fbsd.c: New file.
5936 * targets.c: Support bfd_elf32_i386_freebsd_vec and
5937 bfd_elf64_alpha_freebsd_vec.
5938 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
5939 bfd_elf64_alpha_freebsd_vec.
5940 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
5941 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
5942 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
5943 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
5944 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
5945 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
5946 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
5947
6a30718d
JJ
59482002-09-12 Jakub Jelinek <jakub@redhat.com>
5949
5950 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
5951 NULL.
5952 (elf_i386_relocate_section): Return false after printing error about
5953 unresolvable relocation.
5954
6cf9e9fe
NC
59552002-09-12 Nick Clifton <nickc@redhat.com>
5956
5957 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
5958 R_ARM_THM_PC11.
5959
10f469bf
DJ
59602002-09-11 Jeffrey Law <law@redhat.com>
5961
5962 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
5963
dc43ada5
NC
59642002-09-11 Andrew Haley <aph@cambridge.redhat.com>
5965
5966 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
5967 line_ptr before deciding we've found a symbol.
5968
e09f4395
NC
59692002-09-11 Nick Clifton <nickc@redhat.com>
5970
5971 * po/da.po: New Danish translation file.
5972 * configure.in (LINGUAS): Add 'da'.
5973 * configure: Regenerate.
5974
b3018b5f
NC
59752002-09-10 Michael Snyder <msnyder@redhat.com>
5976
5977 * irix-core.c (do_sections, do_sections64): New functions.
51020317 5978 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
5979 do_sections64, depending on corefile (32-bit or 64-bit).
5980
2f21f25e
RH
59812002-09-09 Richard Henderson <rth@redhat.com>
5982
5983 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
5984 and PCREL21F like PCREL21B.
5985
28b94e7c
KB
59862002-09-04 Kevin Buettner <kevinb@redhat.com>
5987
51020317
AM
5988 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
5989 vector.
28b94e7c 5990
5cec6941
NC
59912002-09-02 Nick Clifton <nickc@redhat.com>
5992
5993 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
5994 names instead of cryptically overloaded bfd_reloc error
5995 codes.
5996 (v850_elf_relocate_section): Likewise.
5997 (v850_elf_relax_section): Replace caching of external symbols
5998 with caching of internal symbols obtained from calling
5999 bfd_elf_get_elf_syms().
51020317 6000 Fixup problems with freeing cached allocated memory blocks.
5cec6941 6001
3b77b1d5
AM
60022002-09-02 Alan Modra <amodra@bigpond.net.au>
6003
638524b5
AM
6004 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
6005 (bfd_pj_arch): Use bfd_default_scan.
6006 * cpu-v850.c (scan): Remove.
6007 (N): Use bfd_default_scan.
6008 * cpu-z8k.c (scan_mach): Remove.
6009 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
6010 first. Use bfd_default_scan.
6011
250d94fd
AM
6012 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
6013 bfd_mach constants.
6014 (ecoff_get_magic): Likewise.
6015 * elf32-v850.c (v850_elf_object_p): Likewise.
6016 (v850_elf_final_write_processing): Likewise.
6017 * mipsbsd.c (MY(set_arch_mach)): Likewise.
6018 (MY(write_object_contents)): Likewise.
6019 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
6020 * coffcode.h (coff_write_object_contents): Likewise.
6021 (coff_set_arch_mach_hook): Add comment describing machine == 0.
6022 Remove unnecessary "machine" assignments.
6023 (coff_write_relocs): Test for the absolute section sym by testing
6024 section and flags.
6025
3b77b1d5
AM
6026 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
6027 and bfd_mach_i386_i386_intel_syntax.
250d94fd 6028 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 6029
e5b45b83
DA
60302002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
6031
6032 * bfd-in.h (align_power): Cast constants to bfd_vma type.
6033 * bfd-in2.h (align_power): Likewise.
6034
37f45cf8
AM
60352002-08-30 Alan Modra <amodra@bigpond.net.au>
6036
6037 * Makefile.am: Run "make dep-am".
6038 * Makefile.in: Regenerate.
6039
6040 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
6041 * cpu-powerpc.c (powerpc_compatible): Likewise.
6042 * cpu-rs6000.c (rs6000_compatible): Likewise.
6043
86aba9db
NC
60442002-08-28 Catherine Moore <clm@redhat.com>
6045
9b5ecbd0 6046 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
86aba9db
NC
6047 (v850-elf-reloc): Don't resolve pc relative relocs.
6048 (v850_elf_ignore_reloc): New routine.
6049 (v850_elf_final_link_relocate): Handle new relocs.
6050 (v850_elf_relax_delete_bytes ): New routine.
6051 (v850_elf_relax_section): New routine.
6052 (bfd_elf32_bfd_relax_section): Define.
6053 (HOWTO): New entries for new relocs.
6054 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
6055 (BFD_RELOC_V850_LONGJUMP): New reloc.
6056 (BFD_RELOC_V850_ALIGN): New reloc.
6057 * archures.c: Remove redundant v850ea architecture.
6058 * cpu-v850.c: Remove redundant v850ea support.
6059 * libbfd.h: Regenerate.
6060 * bfd-in2.h: Regenerated.
6061
026df7c5
NC
60622002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
6063
6064 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
6065 * configure.in: Add tic4x_coff vector files.
6066 * configure: Regenerate.
6067 * Makefile.am: Add tic4x target.
6068 * Makefile.in: Regenerate.
6069
60702002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
6071
6072 * archures.c: Add the BFD arch type tic4x.
6073 * bfd-in.h: Add BFD_IN_MEMORY flag.
6074 * coff-tic4x.c: New file.
6075 * coffswap.h (coff_swap_sym_out): Add preadjuster.
6076 * cpu-tic4x.c: New file.
6077 * targets.c: Added tic4x- in list of xvecs.
6078 * ticoff.h: New file.
6079 * bfd-in2.h: Regenerate.
6080
88f7bcd5
NC
60812002-08-27 Adam Nemet <anemet@lnxw.com>
6082
6083 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
6084 bit of DT_INIT and DT_FINI for Thumb functions.
6085
c8e48751
AM
60862002-08-26 Alan Modra <amodra@bigpond.net.au>
6087
6088 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
6089
2846975a
AM
60902002-08-26 Alan Modra <amodra@bigpond.net.au>
6091
6092 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
6093
067653c5
AM
60942002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6095
6096 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
6097 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
6098 Likewise.
6099 (struct elf_sh_pcrel_relocs_copied): Removed.
6100 (struct elf_sh_dyn_relocs): New.
6101 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
6102 field with dyn_relocs.
6103 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
6104 sections and sym_sec.
6105 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
6106 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
6107 (sh_elf_create_dynamic_sections): Use create_got_section instead
6108 of _bfd_elf_create_got_section.
6109 (sh_elf_check_relocs): Likewise.
6110 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
6111 sections.
6112 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
6113 sh_elf_relocate_section, sh_elf_check_relocs,
6114 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
6115 Likewise.
6116 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
6117 dynamic relocations and avoiding the copy relocation when we
6118 didn't find any dynamic relocations in the section which has
6119 contents or is read-only.
6120 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
6121 (sh_elf_size_dynamic_sections): Don't reset the size of
6122 .rela.got section even if dynamic_sections_created flag is off.
6123 Don't use sh_elf_discard_copies. Scan all input bfd and use
6124 allocate_dynrelocs. Call readonly_dynrelocs to determine
6125 whether we need DT_TEXTREL.
6126 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
6127 whether the symbol was never referred to.
6128 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
6129 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
6130 (sh_elf_check_relocs): Call create_got_section if the short-cut
6131 to .got is null. Increment reference counters only instead of
6132 allocating space on dynamic sections here. Don't conditionalize
6133 uninitialized got.offset value when marking the symbol as a
6134 global offset table entry. Keep relocations for symbols satisfied
6135 by a dynamic library to avoid copy relocations for the symbol.
6136 Set dynobj field of an elf hash table if needed.
6137 (sh_elf_finish_dynamic_sections): Handle null section pointer
6138 correctly.
6139 (elf_backend_copy_indirect_symbol): Defined.
6140 (elf_backend_can_refcount): Defined.
6141
7e326afc
NC
61422002-08-23 Nick Clifton <nickc@redhat.com>
6143
6144 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
6145 previous change. Add comment explaining why.
6146
c8614e8e
AM
61472002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6148
6149 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
6150 contents of .got.plt[2] to tr0, not address of .got.plt.
6151 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
6152 patching absolute plt entry. For shmedia plt entry, set bottom bit
6153 of branch to plt0 as this is a branch to an shmedia instruction.
6154 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
6155 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
6156 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
6157 branch to plt0.
6158 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
6159 patching absolute plt entry. For shmedia plt entry, branch to
6160 plt0 is now ptrel, so use relative offset. Set bottom bit of
6161 branch target as it is a branch to an shmedia instruction.
6162
3b587c71
AM
61632002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
6164 Richard Shann <richard.shann@superh.com>
6165
6166 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
6167 value if .init is an SHmedia function. Similarly for DT_FINI.
6168 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 6169
957dcaa8
AM
61702002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6171
3b587c71 6172 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 6173 dynamic section.
3b587c71 6174 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 6175
a4263c47
NC
61762002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6177
6178 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 6179 byte read when reading the return address register column.
a4263c47 6180
db4ed121
NC
61812002-08-22 Nick Clifton <nickc@redhat.com>
6182
6183 * config.bfd: Add powepc64-*-*bsd* target.
6184
ed71e111
NC
61852002-08-22 Graeme Peterson <gp@qnx.com>
6186
6187 * Makefile.am: Add entries for elf32-shqnx.c
6188 * Makefile.in: Regenerate.
6189 * config.bfd: Add support sh-*-nto* target.
6190 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
6191 * configure: Regenerate.
6192 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
6193 * elf32-sh.c: Do not include elf32-target.h if
6194 ELF32_SH_C_INCLUDED is defined.
6195 * elf32-shqnx.c: New file: Support for QNX.
6196 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
6197
0ab72ee2
NC
61982002-08-22 Nick Clifton <nickc@redhat.com>
6199
75c83283
NC
6200 * po/tr.po: Updated Turkish translation.
6201
0ab72ee2
NC
6202 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
6203 symbols are not read.
6204
56780f18
AM
62052002-08-22 Alan Modra <amodra@bigpond.net.au>
6206
6207 * elf32-m68hc11.c: Formatting fixes.
6208 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6209 * elf32-m68hc12.c: Formatting fixes.
6210 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6211
b48fa14c
AM
62122002-08-22 Alan Modra <amodra@bigpond.net.au>
6213
a7c71b0c
AM
6214 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
6215 SEC_DATA.
6216 (pmac_xcoff_vec): Likewise.
6217 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
6218 (aix5coff64_vec): Likewise.
6219
56780f18
AM
62202002-08-22 Alan Modra <amodra@bigpond.net.au>
6221
b48fa14c
AM
6222 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
6223 param to elf_backend_copy_indirect_symbol.
6224 (_bfd_elf_link_hash_copy_indirect): Likewise.
6225 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
6226 calls to copy_indirect_symbol.
6227 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
6228 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
6229 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6230 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
6231 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6232 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
6233 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
6234 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6235 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6236 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
6237 test refcounts for "used" values.
6238
8c2ab17d
AM
62392002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
6240
6241 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
6242 argument declaration.
6243
d62b1198 62442002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
6245
6246 * archures.c (bfd_mach_ppc_e500): Added.
6247 * bfd-in2.h: Rebuilt.
d62b1198
EZ
6248 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
6249
9f88ba09
AM
62502002-08-19 Alan Modra <amodra@bigpond.net.au>
6251
6252 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
6253
df622259
AC
62542002-08-17 Andrew Cagney <ac131313@redhat.com>
6255
6256 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 6257 `bfd_byte'.
df622259 6258
44c410de
SC
62592002-08-17 Stan Cox <scox@redhat.com>
6260
6261 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
6262 IRIX 6 segment layout for NEWABI.
6263
4972a8e9
SC
62642002-08-16 Stephen Clarke <stephen.clarke@superh.com>
6265
1049f94e 6266 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
4972a8e9 6267 symbols when looking for section referred to by a relocation.
1049f94e 6268 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 6269
c5cd6d62
AM
62702002-08-15 Alan Modra <amodra@bigpond.net.au>
6271
6272 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
6273
0741c7be
HPN
62742002-08-15 Hans-Peter Nilsson <hp@axis.com>
6275
6276 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
6277 missing check for whether the symbol is referenced by DSO before
6278 unexporting it as an unneeded dynamic symbol.
6279
e8d5d179
L
62802002-08-14 H.J. Lu <hjl@gnu.org>
6281
6282 * libbfd.h: Regenerate.
6283
e9229007
L
62842002-08-14 H.J. Lu <hjl@gnu.org>
6285
6286 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
6287
1fd03b5a
SC
62882002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6289
6290 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
6291 instructions.
6292 (m68hc11_direct_relax): New to define table of relaxable instructions.
6293 (find_relaxable_insn): New, find a relaxable insn.
6294 (compare_reloc): New to compare two relocs.
6295 (m68hc11_elf_relax_section): New, relax text sections.
6296 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
6297 (elf32_m68hc11_check_relocs): New function for GC support.
6298 (elf32_m68hc11_relocate_section): New function for GC support.
6299 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
6300 (elf_backend_check_relocs): Likewise.
6301 (elf_backend_relocate_section): Likewise.
6302
c828c771
L
63032002-08-13 H.J. Lu <hjl@gnu.org>
6304
6305 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
6306 definitions in shared objects when checking symbol with
6307 undefined version.
6308
9b701e44
SC
63092002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6310
6311 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
6312 (elf32_m68hc11_gc_sweep_hook): Likewise.
6313 (elf_backend_gc_mark_hook): Define for GC section support.
6314 (elf_backend_gc_sweep_hook): Likewise.
6315 (elf_backend_can_gc_sections): Likewise.
6316
6317 * elf32-m68hc12.c: Likewise.
6318
96405e3c
SC
63192002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6320
6321 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
6322 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
6323 (_bfd_m68hc11_elf_set_private_flags): New function.
6324 Use them to set/check/print ELF flags specific to 68HC11.
6325
6326 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
6327 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
6328 (_bfd_m68hc12_elf_set_private_flags): New function.
6329 Use them to set/check/print ELF flags specific to 68HC12.
6330
dae78fb0
SC
63312002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6332
6333 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
6334 fix masks for PC-rel relocs.
6335 (m68hc11_elf_ignore_reloc): New function.
6336
6337 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
6338 68HC12 banked addressing relocs.
6339 (m68hc12_phys_addr): New to compute physical address of banked memory.
6340 (m68hc12_phys_page): Likewise for page.
6341 (m68hc12_addr_is_banked): New to see if address is in banked area.
6342 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
6343
3dbfec86
SC
63442002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6345
6346 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
6347 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
6348 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
6349 * bfd-in2.h: Regenerate.
6350
871da94f
L
63512002-08-12 H.J. Lu <hjl@gnu.org>
6352
6353 * elflink.h (elf_add_default_symbol): Preserve section across
6354 elf_merge_symbol.
6355
59bc061d
NC
63562002-08-09 Graeme Peterson <gp@qnx.com>
6357
51020317 6358 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
6359 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
6360 * Makefile.in: Regenerate.
6361 * config.bfd: Add support for powerpc{le}-*-nto targets.
6362 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
6363 * configure: Regenerate.
6364 * elf32-i386qnx.c: Moved backend functions into a QNX specific
6365 common file "elf32-qnx.h", and now include that file.
6366 * elf32-qnx.h: New file: QNX specific common elf backend.
6367 * elf32-ppc.c: Do not include elf32-target.h if
6368 ELF32_PPC_C_INCLUDED is defined.
6369 * elf32-ppcqnx.c: New file: Support for QNX.
6370 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
6371 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
6372
2b692c59
NC
63732002-08-09 Nick Clifton <nickc@redhat.com>
6374
6375 * po/sv.po: Updated Swedish translation.
6376
d0c7ff07
TS
63772002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6378
6379 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
6380 g->global_gotsym is NULL.
6381
d8bbe778
L
63822002-08-08 H.J. Lu <hjl@gnu.org>
6383
c5cd6d62 6384 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
6385 overrides an indirect versioned symbol.
6386
c366c25e
JJ
63872002-08-08 Jakub Jelinek <jakub@redhat.com>
6388
6389 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
6390 for R_386_TLS_TPOFF32 relocs against symndx 0.
6391
31941635
L
63922002-08-07 H.J. Lu <hjl@gnu.org>
6393
6394 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
6395 with undefined version if needed.
6396 (elf_link_assign_sym_version): Match a default symbol with a
6397 version without definition. No need to hide the default
6398 definition separately.
6399
0f3bd64f
AM
64002002-08-08 Alan Modra <amodra@bigpond.net.au>
6401
7330fb86
AM
6402 * elflink.h (elf_link_output_extsym): Don't output symbols from
6403 SEC_EXCLUDE sections.
6404
0f3bd64f
AM
6405 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
6406
a4aa0fb7
AM
64072002-08-07 Alan Modra <amodra@bigpond.net.au>
6408
6409 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
6410 entries.
6411
34ea4a36
TS
64122002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6413
6414 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
6415 mismatch.
6416
141ff970
TS
64172002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6418
6419 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
6420
28458e7e
TS
64212002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6422
6423 * elf32-mips.c (mips_reloc_map): Fix typo.
6424
0121a3da
AM
64252002-08-06 Alan Modra <amodra@bigpond.net.au>
6426
6427 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
6428
d006db6c
AM
64292002-08-06 Alan Modra <amodra@bigpond.net.au>
6430
6431 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
6432
8ea80f08
AM
64332002-08-06 Alan Modra <amodra@bigpond.net.au>
6434
2a52da53
AM
6435 * libxcoff.h: Use PARAMS on function declarations.
6436 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
6437 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6438
8ea80f08
AM
6439 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
6440 addend.
6441 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
6442
cf9ab45b
AM
64432002-08-06 Alan Modra <amodra@bigpond.net.au>
6444
6445 * coff-rs6000.c: Formatting fixes.
6446 (xcoff_calculate_relocation): Use PARAMS in declaration.
6447 (xcoff_complain_overflow): Likewise.
6448 (xcoff_ppc_relocate_section): Use old-style function pointer call.
6449 (bfd_xcoff_backend_data): Remove useless comments.
6450 (rs6000coff_vec): Likewise.
6451 (bfd_pmac_xcoff_backend_data): Likewise.
6452 (pmac_xcoff_vec): Likewise.
8ea80f08 6453
cf9ab45b
AM
6454 * coff64-rs6000.c: Formatting fixes.
6455 (xcoff64_calculate_relocation): Use PARAMS in declaration.
6456 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
6457 (bfd_xcoff_backend_data): Remove useless comments.
6458 (rs6000coff64_vec): Likewise.
6459 (bfd_xcoff_aix5_backend_data): Likewise.
6460 (aix5coff64_vec): Likewise.
6461
48bfecdd
AM
64622002-08-06 Alan Modra <amodra@bigpond.net.au>
6463
a78eab4e
AM
6464 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
6465 mask entries. Use complain_overflow_dont for R_REF.
6466 (xcoff_reloc_type_ba): Revert last change.
6467 (xcoff_reloc_type_br): Likewise.
6468 (xcoff_reloc_type_crel): Likewise.
6469 (xcoff_ppc_relocate_section): Likewise.
6470 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
6471 (xcoff64_ppc_relocate_section): Likewise.
6472 (xcoff64_howto_table): Revert some of last change to mask entries.
6473 Use complain_overflow_dont for R_REF.
6474
48bfecdd
AM
6475 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
6476 relocs with bitsize == 16 have size = 1.
6477 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
6478 (xcoff_reloc_type_br): Likewise.
6479 (xcoff_reloc_type_crel): Likewise.
6480 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6481 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
6482 dst_mask adjustment.
6483 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6484 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
6485 bitsize == 16 have size = 1.
6486
fd13ed0c
DC
64872002-08-01 Denis Chertykov <denisc@overta.ru>
6488
6489 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
6490 (struct misc): New field isymbuf. All free_* fields removed.
6491 (symbol_value): Pass in internal syms. No need to swap syms in.
6492 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
6493 possibly cached info.
6494 (tidyup_after_error): Removed.
6495 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
6496 misc. Use new field.
6497 (adjust_all_relocations): Use internal syms. No need to swap syms
6498 in and out.
6499 (add_page_insn): Don't use removed fields of struct misc.
6500
24a1ba0f
NC
65012002-08-01 Nick Clifton <nickc@redhat.com>
6502
6503 * elf32-arm.h: Revert previous delta.
6504
a6903459
NC
65052002-08-01 Nick Clifton <nickc@redhat.com>
6506
6507 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
6508 * configure: Regenerate.
6509
39a2a3eb
L
65102002-07-31 H.J. Lu <hjl@gnu.org>
6511
6512 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
6513 selected.
6514
a0dfa6a8
L
65152002-07-31 H.J. Lu <hjl@gnu.org>
6516
6517 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
6518 is selected.
6519
cd67d266
JJ
65202002-07-31 Jakub Jelinek <jakub@redhat.com>
6521
6522 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
6523 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
6524
4eb6b71c
NC
65252002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6526
6527 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
6528 There is no 8 byte relocation type for this architecture.
6529 (do_ns32k_reloc): Use bfd_vma instead of native types.
6530 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
6531 returns void.
6532 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
6533 rely on generic code to do that.
6534 * aout-ns32k.c (howto_table): Add appropriate overflow detection
6535 to all table entries.
6536 (_bfd_ns32k_relocate_contents): put_data returns void.
6537 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
6538 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
6539 return void.
6540
f7c33884
NC
65412002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6542
6543 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
6544 archive object is target dependant.
6545
8f64befb
NC
65462002-07-31 Adam Nemet <anemet@lnxw.com>
6547
6548 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
6549 (THUMB_PLT_ENTRY_SIZE): New macro.
6550 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
6551 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
6552 ARM_PLT_ENTRY_SIZE.
6553 (elf32_arm_plt_entry): Likewise.
6554 (elf_backend_plt_header_size): Likewise.
6555 (elf32_thumb_plt0_entry): New global.
6556 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
6557 into .plt.thumb.
6558 (elf32_thumb_plt_entry): New global.
6559 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
6560 Thumb entries. Set the bottom bit of the corresponding GOT entry
6561 for a Thumb PLT entry.
6562 (struct elf32_arm_plt_entry_info): New structure.
6563 (struct elf32_arm_link_hash_entry, plt_info): New member of this
6564 type.
6565 (elf32_arm_link_hash_newfunc): Initialize new member.
6566 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
6567 relocations against the PLT.
6568 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
6569 first_rel_type if this is the first time we encounter the symbol.
6570 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
6571 Determine if relocation needs a PLT entry. Set first_rel_type if
6572 this is the first time we encounter the symbol
6573 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
6574 functions as well.
6575 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
6576 (elf32_arm_create_dynamic_sections): New function. Create the
6577 .plt.thumb section.
6578 (elf_backend_create_dynamic_sections): Call it.
6579
47badb7b
NC
65802002-07-31 Nick Clifton <nickc@redhat.com>
6581
6582 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
6583 'alternative' in order to avoid shadowing global symbol of the
6584 same name.
6585 * bfd-in2.h: Regenerate.
6586 * libbfd.h: Regenerate.
6587 * libcoff.h: Regenerate.
6588
8a397dad
TS
65892002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6590
6591 * Makefile.am: Add n32 ABI support.
6592 * Makefile.in: Regenerate.
6593 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
6594 bit vectors for mips*-*-linux targets as optional.
6595 * configure.in: Add n32 ABI vectors.
6596 * configure: Regenerate.
6597 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
6598 * elfn32-mips.c: New file, n32 ABI support.
6599 * targets.c: Add n32 ABI vectors.
6600
7e392df6 66012002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 6602
7e392df6
NC
6603 * elfarmqnx-nabi.c: New file: Support for QNX.
6604 * config.bfd: Add support for arm-*-nto target.
6605 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
6606 * configure: Regenerate.
6607 * Makefile.am: Add entries for elfarmqnx-nabi.c.
6608 * Makefile.in: Regenerate.
6609 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
6610 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
6611 * elfarm-nabi.c: Do not include elf32-arm.h if
6612 ELFARM_NABI_C_INCLUDED is defined.
6613 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 6614
7e392df6 66152002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 6616
83e1617e
NC
6617 * po/sv.po: Updated Swedish translation.
6618
704afa60
JJ
66192002-07-30 Jakub Jelinek <jakub@redhat.com>
6620
6621 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
6622
487e54f2
AM
66232002-07-30 Alan Modra <amodra@bigpond.net.au>
6624
6625 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
6626 * archive.c (bfd_generic_archive_p): Likewise.
6627 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
6628 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
6629 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
6630 (xcoff64_archive_p): Likewise.
6631 (xcoff64_openr_next_archived_file): Likewise.
6632 (xcoff64_archive_p): Clean up tdata properly on error.
6633 * coffgen.c (coff_real_object_p): Likewise.
6634 (coff_object_p): Release filehdr and opthdr.
6635 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
6636 * ieee.c (ieee_archive_p): Likewise.
6637 * ihex.c (ihex_object_p): Likewise.
6638 (ihex_mkobject): Always allocate tdata.
6639 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
6640 * srec.c (srec_mkobject): Always allocate tdata.
6641 (srec_object_p): Clean up tdata properly on error.
6642 (symbolsrec_object_p): Likewise.
6643 * versados.c (versados_object_p): Likewise.
6644 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
6645 and bfd_realloc instead of realloc.
6646 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
6647 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
6648 place of bfd_malloc, simplifying error freeing. Free hash table too.
6649 (vms_object_p): Clean up tdata on error.
6650 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
6651 (vms_close_and_cleanup): Adjust for bfd_alloc use.
6652
9d46020e
AM
66532002-07-30 Alan Modra <amodra@bigpond.net.au>
6654
6655 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
6656
fb39dac1
RS
66572002-07-26 Chris Demetriou <cgd@broadcom.com>
6658
6659 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
6660 flags into resulting BFD.
6661
7a624474
AM
66622002-07-26 Alan Modra <amodra@bigpond.net.au>
6663
6664 From John Reiser <jreiser@BitWagon.com>
6665 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
6666 tls_ldm_got.refcount.
6667
a4382ec6
TS
66682002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6669
6670 * elf64-mips.c: Update TODO comment.
6671 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
6672 mips_elf64_gprel16_reloca): Remove prototypes.
6673 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
6674 (UNUSED_RELOC): Replace by EMPTY_RELOC.
6675 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
6676 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
6677 R_MIPS_HIGHEST.
6678 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
6679 R_MIPS_GOT16. Remove wrong comments.
6680 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
6681 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
6682 from elf32-mips.c.
6683 (mips_elf64_hi16_reloc): Fix formatting.
6684 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
6685 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
6686 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
6687 (mips_elf64_gprel16_reloc): Make static. Add check for
6688 partial_inplace.
6689 (mips_elf64_gprel16_reloca): Remove.
6690 (mips_elf64_literal_reloc): New function.
6691 (mips_elf64_gprel32_reloc): Fix formatting.
6692 (mips_elf64_shift6_reloc): Fix comment. Make static.
6693 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
6694 elf32-mips.c.
6695 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
6696 elf32-mips.c
6697 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
6698 specific relocations.
6699 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
6700 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
6701 (ELF_MAXPAGESIZE): Add comment.
6702
219576a4
NC
67032002-07-25 Nick Clifton <nickc@redhat.com>
6704
6705 * po/sv.po: Updated Swedish translation.
6706 * po/es.po: Updated Spanish translation.
6707 * po/fr.po: Updated French translation.
6708
8c58d23b
AM
67092002-07-25 Alan Modra <amodra@bigpond.net.au>
6710
6711 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
6712 as elf_link_record_local_dynamic_symbol.
6713 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
6714 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
6715 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
6716 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
6717 attempt is made to record a symbol in a discarded section, and
6718 return `2' in that case.
6719
ff3063f5
NC
67202002-07-24 Nick Clifton <nickc@redhat.com>
6721
6722 * po/sv.po: Updated Swedish translation.
6723 * po/es.po: Updated Spanish translation.
6724
f0fe0e16
AM
67252002-07-23 Alan Modra <amodra@bigpond.net.au>
6726
c1fb5f8a
AM
6727 * po/SRC-POTFILES.in: Regenerate.
6728
f0fe0e16
AM
6729 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
6730 immediately. Remove code handling relocatable linking.
6731 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
6732 * elf32-cris.c (cris_elf_relocate_section): Likewise.
6733 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 6734 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
6735 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
6736 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6737 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6738 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6739 * elf32-v850.c (v850_elf_relocate_section): Likewise.
6740 * elf32-vax.c (elf_vax_relocate_section): Likewise.
6741 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6742 * elf32-avr.c (elf_backend_rela_normal): Define.
6743 * elf32-cris.c: Likewise.
6744 * elf32-fr30.c: Likewise.
de2d743e 6745 * elf32-frv.c: Likewise.
f0fe0e16
AM
6746 * elf32-h8300.c: Likewise.
6747 * elf32-hppa.c: Likewise.
6748 * elf32-ip2k.c: Likewise.
6749 * elf32-sparc.c: Likewise.
6750 * elf32-v850.c: Likewise.
6751 * elf32-vax.c: Likewise.
6752 * elf64-hppa.c: Likewise.
6753 * elf64-sparc.c: Likewise.
6754 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 6755 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
6756 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
6757 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6758 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6759 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
6760 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
6761 * elf-m10200.c (USE_RELA): Don't define.
6762 * elf-m10300.c: Likewise.
de2d743e 6763 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
6764 * elf32-i370.c: Likewise.
6765 * elf32-ip2k.c: Likewise.
6766 * elf32-m68k.c: Likewise.
6767 * elf32-mcore.c: Likewise.
6768 * elf32-ppc.c: Likewise.
6769 * elf32-s390.c: Likewise.
6770 * elf32-vax.c: Likewise.
6771 * elf64-ppc.c: Likewise.
6772 * elf64-s390.c: Likewise.
6773 * elf64-x86-64.c: Likewise.
6774 * elfxx-ia64.c: Likewise.
6775 * elf32-avr.c (USE_REL): Don't undef.
6776 * elf32-ip2k.c: Likewise.
6777
5e8d7549
NC
67782002-07-23 Nick Clifton <nickc@redhat.com>
6779
6780 * elf-bfd.h (struct elf_backend_data): Add new bitfield
6781 'want_p_paddr_set_to_zero'.
6782 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
6783 to false;
6784 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
6785 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
6786
9e12c7db
NC
67872002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
6788
6789 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
6790 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
6791 show the Copyright string.
6792 Minor formatting tidy ups.
6793
0461a601
NC
67942002-07-23 Nick Clifton <nickc@redhat.com>
6795
ff3063f5
NC
6796 * po/fr.po: Updated French translation.
6797 * po/sv.po: Updated Swedish translation.
0461a601 6798
fad2542d
AM
67992002-07-23 Alan Modra <amodra@bigpond.net.au>
6800
6801 * elflink.h (elf_link_input_bfd): Don't change internal symbols
6802 when outputting relocs.
6803
c0647bfc
JT
68042002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
6805
6806 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
6807 DT_PLTGOT into the dynamic section if there is a PLT.
6808
d01414a5
TS
68092002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6810
6811 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
6812 elf32-mips.c.
6813 (_bfd_mips_elf_write_section): Likewise.
6814 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
6815 (_bfd_mips_elf_write_section): Likewise.
6816 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
6817 (elf32_mips_write_section): Likewise.
6818 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
6819 (_bfd_mips_elf_write_section): Likewise.
6820
40c97fc6
AM
68212002-07-19 Alan Modra <amodra@bigpond.net.au>
6822
6823 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
6824 PT_IA_64_UNWIND segments for a given section.
6825
58378160
L
68262002-07-17 H.J. Lu <hjl@gnu.org>
6827
6828 * Makefile.am: Fix a typo.
6829 * Makefile.in: Regenerate.
6830
cf88bb9f
NC
68312002-07-15 Denis Chertykov <denisc@overta.ru>
6832 Frank Ch. Eigler <fche@redhat.com>
6833 Ben Elliston <bje@redhat.com>
6834 Alan Lehotsky <alehotsky@cygnus.com>
6835 John Healy <jhealy@redhat.com>
6836 Graham Stott <grahams@redhat.com>
6837 Jeff Johnston <jjohnstn@redhat.com>
6838
6839 * Makefile.am: Add support for ip2k.
6840 * Makefile.in: Regenerate.
6841 * doc/Makefile.in: Regenerate.
6842 * archures.c: Add support for ip2k.
6843 * config.bfd: Add support for ip2k.
6844 * configure.in: Add support for ip2k.
6845 * configure: Regenerate.
6846 * reloc.c: Add support for ip2k.
6847 * targets.c: Add support for ip2k.
6848 * bfd-in2.h: Regenerate.
6849 * libbfd.h: Regenerate.
6850 * cpu-ip2k.c: New file.
6851 * elf32-ip2k.c: New file.
6852
0dafd5f6
RE
68532002-07-17 Ian Rickards <irickard@arm.com>
6854
40c97fc6 6855 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
6856 just return the filename.
6857
36b08f12
AM
68582002-07-16 Moritz Jodeit <moritz@jodeit.org>
6859
6860 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
6861
58821868
AM
68622002-07-16 Alan Modra <amodra@bigpond.net.au>
6863
6864 * elflink.h: Formatting fixes, tidy prototypes.
6865 (elf_link_assign_sym_version): Move common code out of loop.
6866
c89583f8
AM
68672002-07-16 Alan Modra <amodra@bigpond.net.au>
6868
6869 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
6870 reloc section size is zero. Correct reloc output location.
6871
ba94744e
AM
68722002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6873
6874 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
6875 the final type for the e_fsel selector when generating PA2.0W code.
6876 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
6877 relocations.
6878
96a94295
L
68792002-07-14 H.J. Lu <hjl@gnu.org>
6880
6881 * elflink.h (elf_link_assign_sym_version): Hide the default
6882 definition if there is a hidden versioned definition.
6883
6849c52f
HPN
68842002-07-12 Hans-Peter Nilsson <hp@axis.com>
6885
6886 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
6887 dynamic reference test in assertion when initializing GOT with
6888 static contents. Just assert that there are either no dynamic
6889 sections, the symbol is defined in the regular objects or that the
6890 symbol is undef weak. Tweak comment.
6891 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
6892 only if the symbol isn't defined in the program and isn't undef
6893 weak.
6894 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
6895 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
6896 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
6897 (elf_cris_discard_excess_program_dynamics): Don't consider
6898 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
6899
239e1f3a
AM
69002002-07-11 Alan Modra <amodra@bigpond.net.au>
6901
6902 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
6903 unresolved debugging relocs in dynamic applications.
6904 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6905 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6906 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6907 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6908 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6909 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6910
2f6d9989
AM
69112002-07-10 Alan Modra <amodra@bigpond.net.au>
6912
f5e87a1d
AM
6913 * elf64-ppc.c (ONES): Define.
6914 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
6915 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
6916 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
6917
2f6d9989
AM
6918 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
6919 (ppc64_elf_set_private_flags): Delete.
6920 (ppc64_elf_section_from_shdr): Delete.
6921 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
6922 (ppc64_elf_fake_sections): Delete.
6923 (bfd_elf64_bfd_set_private_flags): Don't define.
6924 (bfd_elf64_get_symbol_info): Likewise.
6925 (elf_backend_section_from_shdr): Likewise.
6926 (elf_backend_fake_sections): Likewise.
6927
0594c12d
AM
69282002-07-10 Marco Walther <Marco.Walther@sun.com>
6929
6930 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
6931 when not already set.
6932 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
6933 (elf_backend_fake_sections): Define.
6934
699cb9b8
AM
69352002-07-10 Alan Modra <amodra@bigpond.net.au>
6936
6937 * merge.c (_bfd_merge_section): Remove redundant output_section check.
6938 Formatting.
6939 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
6940
0a4787a0
HPN
69412002-07-09 Hans-Peter Nilsson <hp@axis.com>
6942
6943 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
6944 NULL sym_hashes to just before use.
6945 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
6946 symbol with non-default visibility.
6947 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
6948 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
6949 Ditto.
6950 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
6951 symbol with non-default visibility.
6952 (cris_elf_check_relocs): At tests for local symbol before
6953 increasing h->plt.refcount, also check for non-default
6954 visibility. Ditto when checking for local symbol to eliminate
6955 pc-relative runtime relocs.
6956
aecc8f8a
AM
69572002-07-08 Alan Modra <amodra@bigpond.net.au>
6958
6959 * elf.c: Formatting.
6960 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
6961 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
6962 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
6963 segments.
6964
e9168c1e
MM
69652002-07-07 Mark Mitchell <mark@codesourcery.com>
6966 Alan Modra <amodra@bigpond.net.au>
6967
6968 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
6969 account the impact of relocation count overflow when computing
6970 section offsets.
6971 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
6972 or not to apply the PE COFF reloc overflow handling. Fix a
6973 fencepost error in deciding whether or not to use that technique.
6974
6cdc0ccc
AM
69752002-07-07 Alan Modra <amodra@bigpond.net.au>
6976
6977 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
6978 change type of locsyms.
6979 (bfd_elf_get_elf_syms): Declare.
6980 * elf.c (bfd_elf_get_elf_syms): New function.
6981 (group_signature): Use bfd_elf_get_elf_syms.
6982 (bfd_section_from_r_symndx): Likewise.
6983 * elfcode.h (elf_slurp_symbol_table): Likewise.
6984 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6985 (elf_link_add_object_symbols): Likewise. Reorganise to increase
6986 locality of various data structures. Properly free internal relocs.
6987 (elf_bfd_final_link): Properly free internal relocs.
6988 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
6989 (elf_link_input_bfd): Likewise.
6990 (elf_gc_mark): Likewise. Properly free internal relocs.
6991 (elf_gc_sweep): Properly free internal relocs.
6992 (elf_reloc_symbol_deleted_p): No need to swap syms in.
6993 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
6994 internal relocs.
6995 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
6996 Properly free possibly cached info.
6997 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
6998 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
6999 symbol swapping code.
7000 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
7001 Properly free possibly cached info.
7002 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
7003 (mn10300_elf_relax_delete_bytes): Likewise.
7004 (mn10300_elf_symbol_address_p): Likewise.
7005 (mn10300_elf_get_relocated_section_contents): Likewise.
7006 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
7007 (elf32_h8_relax_delete_bytes): Likewise.
7008 (elf32_h8_symbol_address_p): Likewise.
7009 (elf32_h8_get_relocated_section_contents): Likewise.
7010 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
7011 (m32r_elf_relax_delete_bytes): Likewise.
7012 (m32r_elf_get_relocated_section_contents): Likewise.
7013 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
7014 elf_section_data to determine whether cached.
7015 (sh_elf_relax_section): As above for elf-m10200.c.
7016 (sh_elf_relax_delete_bytes): Likewise.
7017 (sh_elf_get_relocated_section_contents): Likewise.
7018 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
7019 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
7020 reading of local syms.
7021 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7022 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
7023 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
7024 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
7025 relocs.
7026 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
7027 free internal relocs and section contents. Don't read symbols.
7028 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
7029 (elf32_hppa_size_stubs): Don't free local syms.
7030 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
7031 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
7032 possibly cached info.
7033 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7034 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
7035 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
7036 all_local_syms.
7037 (get_local_syms): Delete function.
7038 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
7039 on exit.
7040 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
7041
b3212001
JW
70422002-07-05 Jim Wilson <wilson@redhat.com>
7043
7044 * syms.c (decode_section_type): New.
7045 (bfd_decode_symclass): Call decode_section_type.
7046
894bb1ee
JJ
70472002-07-04 Jakub Jelinek <jakub@redhat.com>
7048
7049 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
7050 section content start.
7051 Reported by Michael Schumacher <mike@hightec-rt.com>.
7052
bc0ba537
AM
70532002-07-04 Alan Modra <amodra@bigpond.net.au>
7054
9b5ecbd0 7055 * section.c (_bfd_strip_section_from_output): Remove unnecessary
bc0ba537
AM
7056 link order code. Don't actually remove the output section here;
7057 Just set a flag for the linker to do so.
7058 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
7059 sections when setting up output section dynsyms.
7060
797fc050
AM
70612002-07-04 Alan Modra <amodra@bigpond.net.au>
7062
7063 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
7064 fudge.
7065 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
7066 libs here instead.
7067
99881371
MS
70682002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
7069
7070 * elf64-s390.c (create_got_section): Set .got section alignment to
7071 8 bytes.
7072 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
7073
47d9a591
AM
70742002-07-02 Alan Modra <amodra@bigpond.net.au>
7075
7076 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
7077
179d3252
JT
70782002-07-01 Matt Thomas <matt@3am-software.com>
7079
7080 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
7081 to EF_VAX_*.
7082
4a14403c
TS
70832002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7084
7085 * elfxx-mips.c (ABI_64_P): Fix comment.
7086 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
7087 new section names for N64 ABI.
7088 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
7089 (mips_elf_calculate_relocation): Code formatting.
7090 (mips_elf_create_dynamic_relocation): Likewise.
7091 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
7092 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
7093 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
7094 in any NewABI.
7095 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
7096 for NewABI.
7097 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
7098 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
7099 here, too.
7100
607c0e09
AS
71012002-07-01 Andreas Schwab <schwab@suse.de>
7102
7103 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
7104 R_X86_64_64 to R_X86_64_RELATIVE.
7105
ba26fd96
AM
71062002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
7107
7108 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
7109 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
7110 Run "make dep-am".
7111 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
7112 host_aout_vec.
7113 * configure.in (vaxbsd_vec): Add.
7114 * targets.c (vaxbsd_vec): Add.
7115 * Makefile.in: Rebuild.
7116 * configure: Rebuild.
7117 * po/SRC-POTFILES.in: Rebuild.
7118
1e2f5b6e
AM
71192002-07-01 Alan Modra <amodra@bigpond.net.au>
7120
7121 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
7122 examining to gc_mark_hook, rather than the bfd.
7123 (elf_gc_sections): Adjust.
7124 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
7125 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
7126 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
7127 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
7128 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
7129 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
7130 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
7131 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
7132 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
7133 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
7134 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
7135 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
7136 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
7137 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
7138 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
7139 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
7140 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
7141 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
7142 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
7143 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
7144 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
7145 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
7146 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
7147 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7148 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
7149 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
7150 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
7151 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
7152 redundant local sym tests.
7153 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
7154 (link_hash_newfunc): Init is_entry.
7155 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
7156 (ppc64_elf_link_hash_table_create): Init all_local_syms.
7157 (create_linkage_sections): Use bfd_make_section_anyway rather than
7158 bfd_make_section.
7159 (ppc64_elf_mark_entry_syms): New function.
7160 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
7161 up opd entry to function section map.
7162 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
7163 relocs that reference the opd section.
7164 (edit_opd): New function.
7165 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
7166 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
7167 (get_local_syms): Do so here. Exit if we already have local syms.
7168 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
7169 read local syms on non-ELF input.
7170 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
7171 than duplicating it's function here. Adjust free of internal
7172 relocs to suit.
7173 (ppc64_elf_relocate_section): Adjust local syms in opd section.
7174 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
7175 * elf32-hppa.c (elf32_hppa_size_stubs): Call
7176 _bfd_elf32_link_read_relocs rather than duplicating it's function
7177 here. Adjust free of internal relocs to suit.
7178
1b71fb54
AJ
71792002-07-01 Andreas Jaeger <aj@suse.de>
7180
7181 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
7182 are not allowed in shared libs code, enforce -fPIC.
7183
8d28f606
HPN
71842002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
7185
7186 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
7187 trailing zero-sequences when there's previous left-over data.
7188
5ac81c74
JL
71892002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
7190
7191 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
7192 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
7193 and opd_rel_sec in order for starting rela section. Check _raw_size.
7194 (elf_backend_reloc_type_class): Define.
7195
91a4d569
AM
71962002-06-27 Kevin Buettner <kevinb@redhat.com>
7197
7198 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
7199 DWARF2 formats.
7200
feee612b
AM
72012002-06-27 Alan Modra <amodra@bigpond.net.au>
7202
7203 * cpu-powerpc.c: Comment on ordering of arch_info.
7204 * elf32-ppc.c (ppc_elf_object_p): New function.
7205 (elf_backend_object_p): Define.
7206 * elf64-ppc.c (ppc64_elf_object_p): New function.
7207 (elf_backend_object_p): Define.
7208
a4e6cefc
JT
72092002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7210
7211 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
7212 * configure: Regenerate.
7213
dae2dd0d
NC
72142002-06-25 Jason Eckhardt <jle@rice.edu>
7215
7216 * dwarf2.c (decode_line_info): Check unit->addr_size
7217 to read in the proper number of prologue bytes.
7218
680f9d5c
NC
72192002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
7220
7221 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
7222 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
7223 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
7224 been enabled.
dae2dd0d 7225
680f9d5c
NC
7226 * targets.c (_bfd_target_vector[]): Only include
7227 aix5coff64_vec if 64-bit bfd support has been enabled.
7228
d4c88bbb
AM
72292002-06-25 Alan Modra <amodra@bigpond.net.au>
7230
7231 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
7232 * elf32-hppa.c (hppa_add_stub): Likewise.
7233 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
7234 * elflink.h (elf_add_default_symbol): Fix comment typo.
7235 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
7236 (elf_link_add_object_symbols): Likewise.
7237 (elf_link_assign_sym_version): Likewise.
7238 * hash.c (bfd_hash_lookup): Likewise.
7239 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
7240 * section.c (bfd_get_unique_section_name): Likewise.
7241 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
7242 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
7243 (assign_section_numbers): Likewise.
7244 (_bfd_elfcore_make_pseudosection): Likewise.
7245 (elfcore_grok_lwpstatus): Likewise.
7246 (elfcore_grok_win32pstatus): Likewise.
7247 (elfcore_write_note): Constify input params. Use PTR instead of
7248 void *. Include terminating NUL in namesz. Correct padding.
7249 Support NULL "name" param. Use memcpy instead of strcpy.
7250 (elfcore_write_prpsinfo): Constify input params.
7251 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
7252 (elfcore_write_lwpstatus): Likewise.
7253 (elfcore_write_pstatus): Likewise.
7254 (elfcore_write_prfpreg): Likewise.
7255 (elfcore_write_prxfpreg): Likewise.
7256 * elf-bfd.h (elfcore_write_note): Update declaration.
7257 (elfcore_write_prpsinfo): Likewise.
7258 (elfcore_write_prstatus): Likewise.
7259 (elfcore_write_pstatus): Likewise.
7260 (elfcore_write_prfpreg): Likewise.
7261 (elfcore_write_prxfpreg): Likewise.
7262 (elfcore_write_lwpstatus): Likewise.
7263
b0ac09d2
NC
72642002-06-25 Jason Eckhardt <jle@rice.edu>
7265
7266 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
7267 symbols of type stProc and stStaticProc.
7268
72692002-06-25 Nick Clifton <nickc@redhat.com>
7270
7271 * ecoff.c: VArious formatting fixes.
7272
021d6096
AM
72732002-06-25 Alan Modra <amodra@bigpond.net.au>
7274
7275 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
7276
82e51918
AM
72772002-06-25 Alan Modra <amodra@bigpond.net.au>
7278
7279 * aout-adobe.c: Don't compare against "true" or "false.
7280 * aout-target.h: Likewise.
7281 * aoutx.h: Likewise.
7282 * archive.c: Likewise.
7283 * bout.c: Likewise.
7284 * cache.c: Likewise.
7285 * coff-a29k.c: Likewise.
7286 * coff-alpha.c: Likewise.
7287 * coff-i386.c: Likewise.
7288 * coff-mips.c: Likewise.
7289 * coff-or32.c: Likewise.
7290 * coff64-rs6000.c: Likewise.
7291 * coffcode.h: Likewise.
7292 * coffgen.c: Likewise.
7293 * cpu-ns32k.c: Likewise.
7294 * ecoff.c: Likewise.
7295 * ecofflink.c: Likewise.
7296 * elf.c: Likewise.
7297 * elf32-arm.h: Likewise.
7298 * elf32-cris.c: Likewise.
7299 * elf32-d30v.c: Likewise.
7300 * elf32-i386.c: Likewise.
7301 * elf32-mcore.c: Likewise.
7302 * elf32-ppc.c: Likewise.
7303 * elf32-sh.c: Likewise.
7304 * elf32-sh64.c: Likewise.
7305 * elf32-v850.c: Likewise.
7306 * elf64-alpha.c: Likewise.
7307 * elf64-sh64.c: Likewise.
7308 * elfcode.h: Likewise.
7309 * elfcore.h: Likewise.
7310 * elflink.h: Likewise.
7311 * elfxx-mips.c: Likewise.
7312 * i386os9k.c: Likewise.
7313 * ieee.c: Likewise.
7314 * libbfd.c: Likewise.
7315 * linker.c: Likewise.
7316 * mmo.c: Likewise.
7317 * nlm32-alpha.c: Likewise.
7318 * nlm32-i386.c: Likewise.
7319 * nlm32-ppc.c: Likewise.
7320 * nlm32-sparc.c: Likewise.
7321 * nlmcode.h: Likewise.
7322 * oasys.c: Likewise.
7323 * pdp11.c: Likewise.
7324 * peicode.h: Likewise.
7325 * reloc.c: Likewise.
7326 * som.c: Likewise.
7327 * srec.c: Likewise.
7328 * tekhex.c: Likewise.
7329 * vms.c: Likewise.
7330 * xcofflink.c: Likewise.
7331 * elf64-sparc.c: Edit comment to not use "== false".
7332
7333 * aoutf1.h: Don't use "? true : false".
7334 * ecoff.c: Likewise.
7335 * format.c: Likewise.
7336 * ieee.c: Likewise.
7337 * linker.c: Likewise.
7338 * mmo.c: Likewise.
7339 * oasys.c: Likewise.
7340
48fc70a2
AM
73412002-06-23 H.J. Lu <hjl@gnu.org>
7342
7343 * elflink.h (elf_link_add_archive_symbols): For the default
7344 version, check references with only one `@' first.
7345
47b7c2db
AM
73462002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
7347
7348 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
7349 function.
9b5ecbd0 7350 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
47b7c2db
AM
7351 symbol table.
7352 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
7353 (elf64_hppa_size_dynamic_sections): Revise to use
7354 elf64_hppa_mark_milli_and_exported_functions.
7355 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
7356 symbols out of dynamic symbol table.
7357
f5d44ba0
AM
73582002-06-23 Alan Modra <amodra@bigpond.net.au>
7359
bb3fff1e
AM
7360 * Makefile.in: Regenerate.
7361 * libbfd.h: Regenerate.
7362 * bfd-in2.h: Regenerate.
7363 * configure: Regenerate.
7364 * po/SRC-POTFILES.in: Regenerate.
7365
f5d44ba0
AM
7366 * elflink.h: Comment typo fixes.
7367
73682002-06-23 H.J. Lu <hjl@gnu.org>
7369
7370 * elf-bfd.h (elf_link_loaded_list): New structure.
7371 (elf_link_hash_table): Add "loaded".
7372 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
7373 * elflink.h (elf_link_check_versioned_symbol): New function.
7374 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
7375
cc36acdf
NC
73762002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
7377
7378 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 7379 support an ELF style hash table, return true, indicating that
cc36acdf
NC
7380 nothing needed to be done, rather than false, indicating that the
7381 section's size could not be computed.
7382
4e5ba5b7
DB
73832002-06-18 Dave Brolley <brolley@redhat.com>
7384
7385 From Catherine Moore, Michael Meissner, Dave Brolley:
7386 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
7387 * targets.c: Support bfd_elf32_frv_vec.
7388 * reloc.c: Add FRV relocs.
7389 * configure.in: Add support for bfd-elf32-frv-vec.
7390 * config.bfd (targ_cpu): Add support for frv-*-elf.
7391 * archures.c: Add frv arch and machines.
7392 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
7393 (ALL_MACHINES_CFILES): Add cpu-frv.c.
7394 (BFD32_BACKENDS): Add elf32-frv.lo.
7395 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
7396 (cpu-frv.lo): New target.
7397 (elf32-frv.lo): New target.
7398 * cpu-frv.c: New file.
7399 * elf32-frv.c: New file.
7400
7ece0d85
JJ
74012002-06-18 Jakub Jelinek <jakub@redhat.com>
7402
7403 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
7404 e_shnum == 0.
7405 Only read the first section header if e_shoff is non-zero.
7406 Don't consider e_shstrndx if there are no sections.
7407
57fb03ac
TR
74082002-06-17 Tom Rix <trix@redhat.com>
7409
7410 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 7411 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
7412 complain_overflow_bitfield.
7413
341ca622
AM
74142002-06-17 Alan Modra <amodra@bigpond.net.au>
7415
767e34d1
AM
7416 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
7417 (bfd_fdopenr): Likewise.
7418 (bfd_openstreamr): Likewise.
7419 (bfd_openw): Likewise.
7420
341ca622
AM
7421 * targets.c: Sort target vecs.
7422 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
7423 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
7424 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
7425 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
7426 * configure.in: Sort target vecs. Add m88kmach3_vec.
7427 * configure: Regenerate.
7428
dfbbae4c
HPN
74292002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
7430
7431 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
7432 bpo_reloc_no to break sort order ties, not address of items.
7433
d663e1cd
JL
74342002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
7435
7436 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
7437 Skip excluded sections in determing __gp value.
7438 (elf_hppa_final_link_relocate): Use the symbol's address in
7439 R_PARISC_FPTR64 relocations that don't need an opd entry.
7440 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
7441 (elf64_hppa_finalize_dynreloc): Likewise.
7442 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
7443 (elf64_hppa_finish_dynamic_symbol): Break up assert.
7444
a8295218
NC
74452002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
7446
7447 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
7448 alignment for .bss, .data and .text sections so that sse and sse2
7449 code will work.
7450 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7451
74522002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
7453
7454 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
7455 sh[1234]*-elf*.
7456
3db4b612
JL
74572002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
7458
2cb69dd3
JL
7459 * elflink.h (elf_bfd_final_link): Improve error handling for missing
7460 dynamic sections.
7461
3db4b612
JL
7462 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
7463 for a symbol that has no output section.
7464 (allocate_dynrel_entries): Correct comment.
7465 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
7466 unless we want one.
7467 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
7468 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
7469 with no section. Remove unnecessary parentheses.
7470
f3813499
TR
74712002-06-11 Tom Rix <trix@redhat.com>
7472
7473 * coffcode.h (coff_compute_section_file_positions): Add data
7474 section to AIX loader alignment check.
7475
f5d44ba0 7476 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
7477 alignment to 4 bytes.
7478 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
7479 power accessor macro.
7480 (do_shared_object_padding): Remove invalid assertion.
7481
0ebaf185
RS
74822002-06-10 Richard Sandiford <rsandifo@redhat.com>
7483
7484 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
7485 for removed output sections.
7486
ebe3e2d1
NC
74872002-06-10 Geoffrey Keating <geoffk@redhat.com>
7488
7489 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
7490 htab_alloc.
7491 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
7492
0b14c2aa
L
74932002-06-08 H.J. Lu <hjl@gnu.org>
7494
7495 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
7496 work around a long long bug in gcc 2.96 on mips.
7497
3c2bfad6
JT
74982002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7499
7500 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
7501 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
7502 Regenerate dependency lists.
7503 * Makefile.in: Regenerate.
7504 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
7505 vax1knetbsd_vec to targ_selvecs.
7506 * configure.in: Add vax1knetbsd_vec.
7507 * configure: Regenerate.
7508 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
7509 * vax1knetbsd.c: New file.
7510 * vaxnetbsd.c: Update copyright years.
7511 (TARGET_PAGE_SIZE): Set to 0x1000.
7512 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
7513
91149be3
JT
75142002-06-08 Matt Thomas <matt@3am-software.com>
7515
7516 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
7517
21e15248
AM
75182002-06-08 Alan Modra <amodra@bigpond.net.au>
7519
7520 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
7521
986b7daa
AM
75222002-06-08 Alan Modra <amodra@bigpond.net.au>
7523
e90b95f6
AM
7524 * Makefile.am: Run "make dep-am".
7525 * Makefile.in: Regenerate.
7526
3f9c735e
AM
7527 * armnetbsd.c: Replace CONST with const.
7528 * corefile.c: Likewise.
7529 * elf32-dlx.c: Likewise.
7530 * elf64-mips.c: Likewise.
7531 * mmo.c: Likewise.
7532 * ns32knetbsd.c: Likewise.
7533
986b7daa
AM
7534 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
7535 table is elf64-sparc.
7536
5a659663
TS
75372002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7538
7539 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
7540 Fix RELA addends to get not shifted in the result. Don't do special
7541 handling of R_MIPS_64 for NewABI.
7542
9bab7074
AM
75432002-06-07 Alan Modra <amodra@bigpond.net.au>
7544
7545 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7546 (NAME(aout,slurp_reloc_table)): Likewise.
7547 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
7548 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
7549 (xcoff_write_archive_contents_big): Likewise.
7550 (xcoff_generate_rtinit): Likewise.
7551 (xcoff_generate_rtinit): Likewise, and check error return.
7552 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
7553 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
7554 (coff_get_normalized_symtab): Likewise.
7555 (coff_make_empty_symbol): Likewise.
7556 (bfd_coff_set_symbol_class): Likewise.
7557 * cofflink.c (coff_link_add_symbols): Likewise.
7558 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
7559 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
7560 (bfd_ecoff_write_accumulated_debug): Likewise.
7561 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
7562 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
7563 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
7564 * ieee.c (do_with_relocs): Use bfd_zalloc.
7565 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
7566 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7567 (NAME(aout,slurp_reloc_table)): Likewise.
7568 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
7569 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
7570 * som.c (som_build_and_write_symbol_table): Likewise.
7571 (som_slurp_string_table): Likewise.
7572 (som_slurp_symbol_table): Likewise.
7573 (som_bfd_ar_write_symbol_stuff): Likewise.
7574 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
7575 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
7576 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
7577 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
7578 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
7579
1126897b
AM
75802002-06-07 Alan Modra <amodra@bigpond.net.au>
7581
7582 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
7583 "group" union.
7584 (elf_group_name): Update.
7585 (elf_group_id): Define.
7586 (bfd_elf_set_group_contents): Declare.
7587 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
7588 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
7589 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
7590 that sym for the signature.
7591 (_bfd_elf_compute_section_file_positions): Don't call
7592 set_group_contents for "ld -r" case.
7593 (swap_out_syms): Use bfd_zalloc.
7594 * elflink.h (elf_link_add_archive_symbols): Likewise.
7595 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
7596 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
7597
3fad3c7c
AM
75982002-06-07 Alan Modra <amodra@bigpond.net.au>
7599
7600 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
7601 relocs in opd for non-shared too.
7602
10f469bf 76032002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
7604
7605 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
7606 relocations.
7607
7217313c
NC
76082002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
7609
7610 * merge.c: Include libiberty.h.
7611 * elf-strtab.c: Include libiberty.h.
7612
6cb22815
AM
76132002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
7614
7615 * peXXigen.c (pe_print_idata): Remove unused variable.
7616
1ed89aa9
NC
76172002-06-06 David Heine <dlheine@tensilica.com>
7618
7619 * elf.c (assign_file_positions_for_segments): Remove unallocated
7620 sections from the section to segment mapping for PT_LOAD segments.
7621 Update comment about empty loadable segments.
7622
644c4c80
RS
76232002-06-06 Richard Sandiford <rsandifo@redhat.com>
7624
7625 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
7626 is within the .stabstr section.
7627
f8ecb12b
AM
76282002-06-06 Alan Modra <amodra@bigpond.net.au>
7629
7630 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
7631 are "const PTR", not "const PTR *".
7632 (bfd_elf32_swap_symbol_in): Likewise.
7633 (bfd_elf64_swap_symbol_in): Likewise.
7634 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
7635 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7636 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7637 (elf_link_add_object_symbols): Likewise.
7638 (elf_link_record_local_dynamic_symbol): Likewise.
7639 (elf_link_input_bfd): Likewise.
7640 (elf_gc_mark): Likewise.
7641 (elf_reloc_symbol_deleted_p): Likewise.
7642 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7643 (mn10200_elf_relax_delete_bytes): Likewise.
7644 (mn10200_elf_symbol_address_p): Likewise.
7645 (mn10200_elf_get_relocated_section_contents): Likewise.
7646 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7647 (mn10300_elf_relax_section): Likewise.
7648 (mn10300_elf_relax_delete_bytes): Likewise.
7649 (mn10300_elf_symbol_address_p): Likewise.
7650 (mn10300_elf_get_relocated_section_contents): Likewise.
7651 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7652 (elf32_h8_relax_delete_bytes): Likewise.
7653 (elf32_h8_symbol_address_p): Likewise.
7654 (elf32_h8_get_relocated_section_contents): Likewise.
7655 * elf32-hppa.c (get_local_syms): Likewise.
7656 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7657 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7658 * elf32-sh.c (sh_elf_relax_section): Likewise.
7659 (sh_elf_relax_delete_bytes): Likewise.
7660 (sh_elf_get_relocated_section_contents): Likewise.
7661 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7662 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7663 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7664 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7665 * elf64-ppc.c (get_local_syms): Likewise.
7666 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7667 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7668
1ed89aa9 76692002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
7670
7671 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
7672
73ff0d56
AM
76732002-06-05 Alan Modra <amodra@bigpond.net.au>
7674
9dce4196
AM
7675 * elf.c (group_signature): Swap in the whole symbol, and handle
7676 extracting section symbol names.
7677 (setup_group): Add comment.
7678 (set_group_contents): When called from objcopy or ld, arrange for
7679 section contents to be written. Write group member output section
7680 indices to allow objcopy to reorganize sections.
7681 (_bfd_elf_copy_private_section_data): Copy group info.
7682
73ff0d56
AM
7683 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
7684 (bfd_elf32_swap_symbol_in): Update prototype.
7685 (bfd_elf64_swap_symbol_in): Likewise.
7686 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
7687 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7688 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7689 (elf_link_add_object_symbols): Likewise.
7690 (elf_link_record_local_dynamic_symbol): Likewise.
7691 (elf_link_input_bfd): Likewise.
7692 (elf_gc_mark): Likewise.
7693 (elf_reloc_symbol_deleted_p): Likewise.
7694 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7695 (mn10200_elf_relax_delete_bytes): Likewise.
7696 (mn10200_elf_symbol_address_p): Likewise.
7697 (mn10200_elf_get_relocated_section_contents): Likewise.
7698 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7699 (mn10300_elf_relax_section): Likewise.
7700 (mn10300_elf_relax_delete_bytes): Likewise.
7701 (mn10300_elf_symbol_address_p): Likewise.
7702 (mn10300_elf_get_relocated_section_contents): Likewise.
7703 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7704 (elf32_h8_relax_delete_bytes): Likewise.
7705 (elf32_h8_symbol_address_p): Likewise.
7706 (elf32_h8_get_relocated_section_contents): Likewise.
7707 * elf32-hppa.c (get_local_syms): Likewise.
7708 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7709 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7710 * elf32-sh.c (sh_elf_relax_section): Likewise.
7711 (sh_elf_relax_delete_bytes): Likewise.
7712 (sh_elf_get_relocated_section_contents): Likewise.
7713 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7714 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7715 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7716 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7717 * elf64-ppc.c (get_local_syms): Likewise.
7718 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7719 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7720 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
7721 * elf64-alpha.c (alpha_elf_size_info): Likewise.
7722 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
7723 * elf64-mips.c (mips_elf64_size_info): Likewise.
7724 * elf64-s390.c (s390_elf64_size_info): Likewise.
7725 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
7726
53bfd6b4
MR
77272002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7728
7729 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
7730 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
7731 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
7732 _bfd_mips_elf_ignore_discarded_relocs.
7733 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
7734
d4df96e6
L
77352002-06-05 H.J. Lu <hjl@gnu.org>
7736
7737 * elfxx-mips.c (mips_elf_calculate_relocation): Call
7738 _bfd_elf_rel_local_sym for STT_SECTION relocations against
7739 the SEC_MERGE section.
7740
e61463e1
AM
77412002-06-05 Alan Modra <amodra@bigpond.net.au>
7742
3cac74d0
AM
7743 * coff-alpha.c: Update copyright date.
7744 * coff-mips.c: Likewise.
7745 * xcoff-target.h: Likewise.
7746
e61463e1
AM
7747 * bfd-in.h: Remove "taken from the source" comment.
7748 * libbfd-in.h: Likewise.
7749 * libcoff-in.h: Likewise.
7750 * bfd-in2.h: Regenerate.
7751 * libbfd.h: Regenerate.
7752 * libcoff.h: Regenerate.
7753
7754 * elf.c (bfd_elf_discard_group): Return true.
7755 * elf-bfd.h (bfd_elf_discard_group): Declare.
7756 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
7757 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
7758 * bfd.c (bfd_discard_group): Define.
7759 * targets.c (struct bfd_target): Add _bfd_discard_group.
7760 (BFD_JUMP_TABLE_LINK): Here too.
7761 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
7762 * aout-adobe.c (aout_32_bfd_discard_group): Define.
7763 * aout-target.h (MY_bfd_discard_group): Define.
7764 * aout-tic30.c (MY_bfd_discard_group): Define.
7765 * binary.c (binary_bfd_discard_group): Define.
7766 * bout.c (b_out_bfd_discard_group): Define.
7767 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
7768 * coffcode.h (coff_bfd_discard_group): Define.
7769 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
7770 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
7771 * i386msdos.c (msdos_bfd_discard_group): Define.
7772 * i386os9k.c (os9k_bfd_discard_group): Define.
7773 * ieee.c (ieee_bfd_discard_group): Define.
7774 * ihex.c (ihex_bfd_discard_group): Define.
7775 * mmo.c (mmo_bfd_discard_group): Define.
7776 * nlm-target.h (nlm_bfd_discard_group): Define.
7777 * oasys.c (oasys_bfd_discard_group): Define.
7778 * ppcboot.c (ppcboot_bfd_discard_group): Define.
7779 * som.c (som_bfd_discard_group): Define.
7780 * srec.c (srec_bfd_discard_group): Define.
7781 * tekhex.c (tekhex_bfd_discard_group): Define.
7782 * versados.c (versados_bfd_discard_group): Define.
7783 * vms.c (vms_bfd_discard_group): Define.
7784 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
7785 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
7786 (aix5coff64_vec): Likewise.
7787 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
7788
9cba27b2
JT
77892002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7790
7791 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
7792 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
7793 (elf32-sh64-com.lo): New dependency list.
7794 * Makefile.in: Regenerate.
7795 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
7796 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
7797 elf32-sh64-com.lo.
7798 * configure: Regenerate.
7799 * elf32-sh64.c (sh64_address_in_cranges)
7800 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
7801 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
7802 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
7803 * elf32-sh64-com.c: ...here. New file.
7804
8d2c33be
AM
78052002-06-04 Alan Modra <amodra@bigpond.net.au>
7806
7807 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
7808 ATTRIBUTE_UNUSED on used params.
7809 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
7810 before calling bfd_section_from_elf_index on local syms.
7811 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7812
5b0e55b6
JT
78132002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7814
7815 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
7816 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
7817 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
7818 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
7819 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
7820 * Makefile.in: Regenerate.
7821 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
7822 (sh64-*-netbsd*): New targets.
7823 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
7824 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
7825 * configure: Regenerate.
7826 * elf32-sh64-nbsd.c: New file.
7827 * elf64-sh64-nbsd.c: New file.
7828 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
7829 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
7830 bfd_elf64_sh64lnbsd_vec.
7831
b885599b
AM
78322002-06-04 Alan Modra <amodra@bigpond.net.au>
7833
7834 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
7835 (bfd_section_from_shdr): Likewise. Set section name of group
7836 sections from signature.
7837 (group_signature): Split out from setup_group. Ensure symbol table
7838 is available.
7839 (bfd_elf_discard_group): New function.
7840 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
7841 .gnu.linkonce* sections if they are members of a group.
7842 (set_group_contents): Set GRP_COMDAT flag.
7843 * section.c (bfd_discard_group): New function.
7844 * bfd-in.h (bfd_elf_discard_group): Declare.
7845 * bfd-in2.h: Regenerate.
7846 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
7847 (elf_linkonce_p): Define.
7848
90937f86
AM
78492002-06-04 Alan Modra <amodra@bigpond.net.au>
7850
7851 * elf.c (bfd_section_from_shdr): Make "name" const.
7852 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
7853 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
7854 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
7855 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
7856 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
7857 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
7858 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
7859 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
7860 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
7861 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
7862 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
7863
cf6fb9ce
MR
78642002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7865
7866 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
7867 ABI.
7868
cedb70c5
KH
78692002-06-02 Kazu Hirata <kazu@cs.umass.edu>
7870
7871 * elf32-arc.c: Fix formatting.
7872 * elf32-arm.h: Likewise.
7873 * elf32-cris.c: Likewise.
7874 * elf32-dlx.c: Likewise.
7875 * elf32-hppa.c: Likewise.
7876 * elf32-i386.c: Likewise.
7877 * elf32-i386qnx.c: Likewise.
7878 * elf32-or32.c: Likewise.
7879 * elf32-s390.c: Likewise.
7880 * elf32-sh64.c: Likewise.
7881 * elf32-vax.c: Likewise.
7882 * elf32-xstormy16.c: Likewise.
7883 * elf64-alpha.c: Likewise.
7884 * elf64-mmix.c: Likewise.
7885 * elf64-ppc.c: Likewise.
7886 * elf64-s390.c: Likewise.
7887 * elf64-sh64.c: Likewise.
7888 * elf64-x86-64.c: Likewise.
7889
048d873d
RH
78902002-06-02 Richard Henderson <rth@redhat.com>
7891
7892 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
7893 null when there are no got entries for a symbol.
7894 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
7895 uninitialized variable warning.
7896
4a67a098
RH
78972002-06-01 Richard Henderson <rth@redhat.com>
7898
7899 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
7900 undefined symbols here.
7901 (elf64_alpha_relax_section): Do it here. Also test for not
7902 defined in the current module.
7903 (elf64_alpha_relocate_section_r): Split out of ...
7904 (elf64_alpha_relocate_section): ... here. Don't dereference
7905 NULL when looking up local got entries.
7906
f44f99a5
RH
79072002-06-01 Richard Henderson <rth@redhat.com>
7908
7909 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
7910 symbols from JSR relaxation.
7911 (elf64_alpha_size_plt_section_1): New.
7912 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
7913 (elf64_alpha_size_rela_got_1): ... here.
7914 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
7915 (elf64_alpha_size_rela_got_section): ... here.
7916 (elf64_alpha_size_plt_section): New.
7917 (elf64_alpha_relax_section): Call them.
7918 (elf64_alpha_size_got_sections): Remove output_bfd arg.
7919 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
7920
9e756d64
RH
79212002-06-01 Richard Henderson <rth@redhat.com>
7922
7923 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
7924 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
7925 in shared libraries. Fix DTPRELHI and TPRELHI value.
7926 (INSN_ADDQ, INSN_RDUNIQ): New.
7927 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
7928 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
7929 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
7930 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
7931 Handle GOTDTPREL and GOTTPREL relocations.
7932 (elf64_alpha_relax_gprelhilo): New.
7933 (elf64_alpha_relax_tls_get_addr): New.
7934 (elf64_alpha_relax_find_tls_segment): New.
7935 (elf64_alpha_relax_section): Handle TLS relocations.
7936 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
7937 (elf64_alpha_check_relocs): Set it.
7938
c853d7f6
RH
79392002-06-01 Richard Henderson <rth@redhat.com>
7940
b646261c
RH
7941 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
7942
c853d7f6
RH
7943 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
7944 check; don't suppress dynamic relocs for non-allocated sections.
7945
d7e41a96
RH
7946 * elf64-alpha.c: Remove dead code.
7947
5f333394
AM
79482002-05-31 Alan Modra <amodra@bigpond.net.au>
7949
08e0ee05
AM
7950 * bfd-in2.h: Regenerate.
7951 * libbfd.h: Regenerate.
7952 * po/SRC-POTFILES.in: Regenerate.
7953
5f333394
AM
7954 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
7955 space for bss .plt.
7956
caf47ea6
AM
79572002-05-31 Graeme Peterson <gp@qnx.com>
7958
7959 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
7960 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
7961 Run "make dep-am".
7962 * Makefile.in: Regenerate.
7963 * config.bfd: Add i[3456]86-*-nto-qnx* support.
7964 * configure.in: Add bfd_elf32_i386qnx_vec support.
7965 * configure: Regenerate.
7966 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
7967 is_contained_by_filepos, and copy_private_bfd_data_p.
7968 * elf.c (assign_file_positions_for_segments): Call backend
7969 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
7970 (IS_CONTAINED_BY_FILEPOS): Define.
7971 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
7972 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
7973 Fix non-K&R call to _bfd_error_handler.
7974 (_bfd_elf_copy_private_section_data): Use backend
7975 copy_private_bfd_data_p.
7976 * elf32-i386.c: Don't include elfxx-target.h when
7977 ELF32_I386_C_INCLUDED is defined.
7978 * elf32-i386qnx.c: New QNX elf backend file.
7979 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
7980 elf_backend_is_contained_by_filepos, and
7981 elf_backend_do_copy_private_bfd_data.
7982 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
7983
5bc56484
AM
79842002-05-31 Alan Modra <amodra@bigpond.net.au>
7985
7986 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
7987 Move other similar defines to start of file.
7988
1b164155
TR
79892002-05-30 Tom Rix <trix@redhat.com>
7990
7991 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
7992 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
7993
3765b1be
RH
79942002-05-30 Richard Henderson <rth@redhat.com>
7995
7996 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
7997 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
7998 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
7999 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
8000 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
8001 (struct alpha_elf_obj_tdata): Rename total_got_entries and
8002 n_local_got_entries to total_got_size and local_got_size.
8003 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
8004 (alpha_got_entry_size): New.
8005 (elf64_alpha_relax_with_lituse): Use it.
8006 (elf64_alpha_relax_without_lituse): Likewise.
8007 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
8008 (get_got_entry): New.
8009 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
8010 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
8011 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
8012 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
8013 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
8014 (elf64_alpha_calc_got_offsets): Likewise.
8015 (alpha_dynamic_entries_for_reloc): New.
8016 (elf64_alpha_calc_dynrel_sizes): Use it.
8017 (elf64_alpha_size_dynamic_sections): Likewise.
8018 (elf64_alpha_relocate_section): Handle TLS relocations.
8019 * reloc.c: Add Alpha TLS relocations.
8020 * bfd-in2.h, libbfd.h: Rebuild.
8021
5e226794
NC
80222002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
8023
8024 * peXXigen.c (pe_print_idata): Remove double printed
8025 import table lines; add Bound-To comment.
8026
90ace9e9
JT
80272002-05-29 Matt Thomas <matt@3am-software.com>
8028
8029 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
8030 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
8031 (elf32-vax.lo): New rule.
8032 * Makefile.in: Regenerate.
8033 * configure.in (bfd_elf32_vax_vec)
8034 (vaxnetbsd_vec): New vectors.
8035 * configure: Regenerate.
8036 * config.bfd (vax-*-netbsdelf*)
8037 (vax-*-netbsdaout*)
8038 (vax-*-netbsd*): New targets.
8039 * elf32-vax.c: New file.
8040 * reloc.c: Add VAX relocations.
8041 * bfd-in2.h: Regenerate.
8042 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
8043
4a253e81
JT
80442002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
8045
8046 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
8047 and bfd_elf32_bigarm_vec to targ_selvecs.
8048
6e7c73dd
CF
80492002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
8050
8051 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
8052 with auto-imported symbols.
8053
8afb0e02
NC
80542002-05-29 Adam Nemet <anemet@lnxw.com>
8055
8056 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
8057 sections only record bfd.
9bab7074 8058 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 8059 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 8060 * bfd-in2.h: Regenerate.
8afb0e02 8061
a95653f5
NC
80622002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
8063
8064 * syms.c (_bfd_stab_section_find_nearest_line): Move
8065 declaration and initialisation of saw_line and saw_func out of
8066 for loop.
8067
7cdc5bba
AM
80682002-05-29 Alan Modra <amodra@bigpond.net.au>
8069
8070 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
8071 (bfd_elf64_get_symbol_info): Define.
8072 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
8073
4c7aad1c
AM
80742002-05-29 Andrey Volkov <avolkov@transas.com>
8075
8076 * cpu-h8300.c: Make default h8300 machine first in machine list.
8077
d172d4ba
NC
80782002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
8079
8080 * config.bfd: Added DLX configuraton.
8081 * Makefile.am: Added DLX configuraton.
8082 * configure.in: Added DLX configuraton.
8083 * archures.c: Add DLX architecure.
8084 * reloc.c: Add DLX relocs.
8085 * targets.c: Added DLX target vector.
8086 * configure: Regenerate.
8087 * Makefile.in: Regenreate.
8088 * bfd-in2.h: Regenreate.
8089 * elf32-dlx.c: New file: Support DLX target.
8090 * cpu-dlx.c: New file: Support DLX target.
8091
d1329ca3
AM
80922002-05-25 Alan Modra <amodra@bigpond.net.au>
8093
428d0de3
AM
8094 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
8095
d1329ca3
AM
8096 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
8097 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
8098 strings to point inside function code sym string.
8099 (func_desc_adjust): Likewise.
8100 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
8101
3bab7989
ML
81022002-05-24 Michal Ludvig <mludvig@suse.cz>
8103
8104 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
8105 (elf64_x86_64_grok_psinfo): Added.
8106
436e8db0
NC
81072002-05-24 TAMURA Kent <kent@netbsd.org>
8108
8109 * config.bfd: Add a target for i386-netbsdpe.
8110
ea1e4b0d
AM
81112002-05-24 Alan Modra <amodra@bigpond.net.au>
8112
8113 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
8114 and is_func_descriptor.
8115 (func_desc_adjust): Hide function code sym in shared libs unless
8116 there is a matching exported function descriptor sym.
8117
13ae64f3
JJ
81182002-05-23 Jakub Jelinek <jakub@redhat.com>
8119
8120 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
8121 for symbols from SHF_TLS section.
8122 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
8123 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
8124 (map_sections_to_segments): Build PT_TLS segment if necessary.
8125 (assign_file_positions_for_segments): Likewise.
8126 (get_program_header_size): Account for PT_TLS segment.
8127 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
8128 SEC_THREAD_LOCAL sections to STT_TLS.
8129 * reloc.c: Add 386 and IA-64 TLS relocs.
8130 * section.c (SEC_THREAD_LOCAL): Define.
8131 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
8132 Remove.
8133 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
8134 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
8135 unconditionally.
8136 (struct elf_final_link_info): Add first_tls_sec.
8137 (elf_bfd_final_link): Set first_tls_sec.
8138 Compute elf_hash_table (info)->tls_segment.
8139 (elf_link_output_extsym): Handle STT_TLS symbols.
8140 (elf_link_input_bfd): Likewise.
8141 * syms.c (BSF_THREAD_LOCAL): Define.
8142 * bfd-in2.h: Rebuilt.
8143 * libbfd.h: Rebuilt.
8144 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
8145 elf_i386_mkobject, elf_i386_object_p): New functions.
8146 (elf_howto_table): Add TLS relocs.
8147 (elf_i386_reloc_type_lookup): Support TLS relocs.
8148 (elf_i386_info_to_howto_rel): Likewise.
8149 (struct elf_i386_link_hash_entry): Add tls_type.
8150 (struct elf_i386_obj_tdata): New.
8151 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
8152 New macros.
8153 (struct elf_i386_link_hash_table): Add tls_ldm_got.
8154 (link_hash_newfunc): Clear tls_type.
8155 (elf_i386_check_relocs): Support TLS relocs.
8156 (elf_i386_gc_sweep_hook): Likewise.
8157 (allocate_dynrelocs): Likewise.
8158 (elf_i386_size_dynamic_sections): Likewise.
8159 (elf_i386_relocate_section): Likewise.
8160 (elf_i386_finish_dynamic_symbol): Likewise.
8161 (bfd_elf32_mkobject, elf_backend_object_p): Define.
8162 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
8163 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
8164 want_tprel, want_dtpmod, want_dtprel.
8165 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
8166 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
8167 R_IA64_LTOFF_TPREL22.
8168 (elf_code_to_howto_index): Add TLS relocs.
8169 (elfNN_ia64_check_relocs): Support TLS relocs.
8170 (allocate_global_data_got): Account for TLS .got data.
8171 (allocate_dynrel_entries): Account for TLS dynamic relocations.
8172 (elfNN_ia64_install_value): Supprt TLS relocs.
8173 (set_got_entry): Support TLS relocs.
8174 (elfNN_ia64_relocate_section): Likewise.
8175
c62e1cc3
NC
81762002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
8177
8178 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
8179 BLX reloc round the relocation up rather than down.
8180 * coff-arm.c (coff_arm_relocate_section): Likewise.
8181
c5a43a5d
L
81822002-05-21 H.J. Lu (hjl@gnu.org)
8183
8184 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
8185 definition.
8186
afbe61cf
AM
81872002-05-22 Alan Modra <amodra@bigpond.net.au>
8188
8189 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
8190 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
8191
9c07fe7c
AM
81922002-05-22 Alan Modra <amodra@bigpond.net.au>
8193
8194 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
8195 unresolved relocs.
8196 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
8197
21611032
TS
81982002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8199
c5cd6d62 8200 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
8201 non-ELF targets.
8202
41241523
TS
82032002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8204
8205 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
8206 an error value.
8207 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
8208 return with false on error.
8209 (elf_link_input_bfd): Check reloc_emitter return value.
8210
658f2588
JT
82112002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8212
8213 * config.bfd (armeb-*-netbsdelf*): New target.
8214
c862ae31
AM
82152002-05-20 Alan Modra <amodra@bigpond.net.au>
8216
8217 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
8218 at the plt call stub.
8219
6dd14845
TS
82202002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8221
8222 * cpu-mips.c (mips_compatible): Don't try to check machine
8223 compatibility.
8224
a58d9c34
TR
82252002-05-18 Tom Rix <trix@redhat.com>
8226
9b5ecbd0 8227 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
a58d9c34 8228
ef60b7ff
AM
82292002-05-17 Alan Modra <amodra@bigpond.net.au>
8230
8231 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
8232 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
8233 we've already warned about an undefined symbol. Report more
8234 detail on reloc errors.
8235
a703a6ea
AM
82362002-05-17 Alan Modra <amodra@bigpond.net.au>
8237
8238 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
8239 * configure.in: Invoke AM_INSTALL_LIBBFD.
8240 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
8241 (install_libbfd): .. New target.
8242 (uninstall_libbfd): Likewise.
8243 (install-bfdlibLTLIBRARIES): Likewise.
8244 (uninstall-bfdlibLTLIBRARIES): Likewise.
8245 (bfdlibdir): New.
8246 (bfdincludedir): New.
8247 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
8248 * aclocal.m4: Regenerate.
8249 * configure: Regenerate.
8250 * Makefile.in: Regenerate.
8251
2c13d98b
NC
82522002-05-17 Stuart Balfour <sbalfour@cisco.com>
8253
8254 * hash.c (bfd_hash_lookup): Remove computation of len from inside
8255 hash loop.
8256
629936c5
NC
82572002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
8258
8259 * config.bfd: Add targets for sh64-linux (little endian and
8260 big endian).
8261
e4cf60a8
NC
82622002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
8263
8264 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
8265 is located in the same section as the import table. Instead
8266 check, and if necessary load the section containing the thunk.
8267
d1e66cd4
NC
82682002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
8269
8270 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
8271 bfd_bread.
8272 (xcoff64_core_file_matches_executable_p): Replace bfd_read
8273 with bfd_bread.
d1e66cd4 8274
2d653fc7
AM
82752002-05-15 Alan Modra <amodra@bigpond.net.au>
8276
8277 * aix5ppc-core.c: Warning fixes.
8278 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
8279 * aout-target.h (MY_bfd_link_just_syms): Define.
8280 * aout-tic30.c (MY_bfd_link_just_syms): Define.
8281 * bfd.c (bfd_link_just_syms): Define.
8282 * binary.c (binary_bfd_link_just_syms): Define.
8283 * bout.c (b_out_bfd_link_just_syms): Define.
8284 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
8285 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
8286 * coffcode.h (coff_bfd_link_just_syms): Define.
8287 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
8288 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
8289 (_bfd_elf_link_just_syms): Declare.
8290 * elf.c (_bfd_elf_link_just_syms): New function.
8291 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
8292 sections haven't already been discarded by the linker.
8293 * elflink.h (elf_link_add_object_symbols): Likewise for stab
8294 sections and SEC_MERGE sections.
8295 (elf_bfd_discard_info): Similarly here.
8296 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
8297 * i386msdos.c (msdos_bfd_link_just_syms): Define.
8298 * i386os9k.c (os9k_bfd_link_just_syms): Define.
8299 * ieee.c (ieee_bfd_link_just_syms): Define.
8300 * ihex.c (ihex_bfd_link_just_syms): Define.
8301 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
8302 (_bfd_generic_link_just_syms): Declare.
8303 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
8304 * linker.c (_bfd_generic_link_just_syms): New function.
8305 * mmo.c (mmo_bfd_link_just_syms): Define.
8306 * nlm-target.h (nlm_bfd_link_just_syms): Define.
8307 * oasys.c (oasys_bfd_link_just_syms): Define.
8308 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
8309 * som.c (som_bfd_link_just_syms): Define.
8310 * srec.c (srec_bfd_link_just_syms): Define.
8311 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
8312 (BFD_JUMP_TABLE_LINK): And here.
8313 * tekhex.c (tekhex_bfd_link_just_syms): Define.
8314 * versados.c (versados_bfd_link_just_syms): Define.
8315 * vms.c (vms_bfd_link_just_syms): Define.
8316 * libbfd.h: Regenerate.
8317 * bfd-in2.h: Regenerate.
8318
cb7394f2
TS
83192002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8320
8321 * elf32-mips.c: Remove superfluous definitions copied from
8322 elfxx-mips.c.
8323 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
8324 SGIish vectors to check the special case.
8325 (mips_elf_hi16_reloc): Fix comment.
8326 (mips_elf_got16_reloc): Likewise.
8327 (_bfd_mips_elf32_gprel16_reloc): Likewise.
8328 (elf_reloc_map): Code cleanup.
8329 (mips_reloc_map): Add comment.
8330 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
8331 (mips_elf32_rtype_to_howto): Likewise.
8332 (mips_elf32_discard_info): Likewise.
8333 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
8334 lead to IRIX compatibility now.
8335
8dc1a139
TS
83362002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8337
8338 * elfxx-mips.c: Call it IRIX, not Irix in comments.
8339
2051e1b5
JT
83402002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
8341
8342 * config.bfd (shle-*-netbsdelf*): Add target which includes
8343 sh64 support.
8344
83954261
AM
83452002-05-13 David Edelsohn <edelsohn@gnu.org>
8346
8347 * configure.in: Revert 2002-04-07. Instead, auto-configure
8348 HAVE_ST_C_IMPL.
8349 * configure: Regenerate.
8350 * config.in: Regenerate.
8351 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
8352 or AIX_5_CORE.
8353
a9bf1154
NC
83542002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
8355
8356 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
8357 corefiles as well.2
8358 * configure: Regenerate.
8359
3129eb7a
AM
83602002-05-13 Alan Modra <amodra@bigpond.net.au>
8361
8362 * Makefile.am (install-data-local): Install headers to
8363 $(exec_prefix)/include.
8364 * Makefile.in: Regenerate.
8365
a9a32010
DJ
83662002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8367 Daniel Jacobowitz <drow@mvista.com>
8368
8369 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
8370 map BFD_RELOC_RVA.
8371
83722002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
8373
8374 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
8375 hppa*-*-openbsd*): New targets.
8376 * configure.in (alpha*-*-openbsd*): Set COREFILE.
8377 * configure: Regenerate.
8378
f1f0d9ab
TR
83792002-05-10 Tom Rix <trix@redhat.com>
8380
ea1e4b0d 8381 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
8382 xcoff64_ppc_relocate_section.
8383 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
8384 * libxcoff.h: Common xcoff_reloc_type function declaration.
8385
c432ba1a
AM
83862002-05-10 Alan Modra <amodra@bigpond.net.au>
8387
16a10388 8388 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 8389 added in 2002-05-09 commit.
16a10388 8390
c432ba1a
AM
8391 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
8392 don't look for stubs on all undefined syms.
8393
4a335f3d
AM
83942002-05-09 Alan Modra <amodra@bigpond.net.au>
8395
8fc39d5d
AM
8396 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
8397 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
8398 pcrel_offset.
8399
4a335f3d
AM
8400 * elf32-i386.c (elf_howto_table): Comments.
8401 (elf_i386_relocate_section): Handle more relocs for relocatable
8402 linking and against SEC_MERGE sections.
8403
41fcb14e
AM
84042002-05-08 Alan Modra <amodra@bigpond.net.au>
8405
8406 * elf32-ppc.c (ppc_elf_create_got): New function.
8407 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 8408 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
8409 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
8410 _bfd_elf_create_got_section.
8411
b491616a
AM
84122002-05-07 Alan Modra <amodra@bigpond.net.au>
8413
8414 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
8415 * elfxx-target.h (elf_backend_rela_normal): Define.
8416 (elfNN_bed): Init rela_normal.
8417 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
8418 for section symbols here if rela_normal. Simplify abs section test.
8419 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
8420 return immediately. Remove code handling relocatable linking.
8421 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
8422 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
8423 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8424 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
8425 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8426 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
8427 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
8428 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8429 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8430 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
8431 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8432 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8433 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8434 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
8435 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
8436 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
8437 * elf-m10200.c (elf_backend_rela_normal): Define.
8438 * elf-m10300.c (elf_backend_rela_normal): Define.
8439 * elf32-fr30.c (elf_backend_rela_normal): Define.
8440 * elf32-i370.c (elf_backend_rela_normal): Define.
8441 * elf32-i860.c (elf_backend_rela_normal): Define.
8442 * elf32-m68k.c (elf_backend_rela_normal): Define.
8443 * elf32-mcore.c (elf_backend_rela_normal): Define.
8444 * elf32-openrisc.c (elf_backend_rela_normal): Define.
8445 * elf32-ppc.c (elf_backend_rela_normal): Define.
8446 * elf32-s390.c (elf_backend_rela_normal): Define.
8447 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
8448 * elf64-ppc.c (elf_backend_rela_normal): Define.
8449 * elf64-s390.c (elf_backend_rela_normal): Define.
8450 * elf64-x86-64.c (elf_backend_rela_normal): Define.
8451 * elfxx-ia64.c (elf_backend_rela_normal): Define.
8452 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
8453 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
8454
df212a7e
NC
84552002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
8456
8457 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
8458 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
8459
3decf53c
AM
84602002-05-06 Alan Modra <amodra@bigpond.net.au>
8461
8462 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
8463 when not relocatable. Fix reloc_emitter call for K&R.
8464
f46c2da6
AM
84652002-05-04 Alan Modra <amodra@bigpond.net.au>
8466
8467 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
8468 reloading local sym addend mistakenly removed in 2002-05-01 change.
8469
8470 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
8471 (read_abbrevs): Change "offset" param to bfd_vma.
8472 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
8473 Change "abbrev_offset" to bfd_vma.
8474 (read_indirect_string): Use correct conversion chars in error
8475 message format string, cast bfd_vma's to unsigned long.
8476 (read_abbrevs): Likewise.
8477 (read_attribute_value): Likewise.
8478 (decode_line_info): Likewise.
8479 (scan_unit_for_functions): Likewise.
8480 (parse_comp_unit): Likewise.
8481
59862849
TR
84822002-05-04 Tom Rix <trix@redhat.com>
8483
8484 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
8485 (coff_swap_reloc_out): Same.
8486 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
8487 (xcoff_swap_reloc_out): Same.
8488 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
8489 case some 16 bit relocs. Add reloc value to output.
8490 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 8491 R_RBR. Improve names.
59862849
TR
8492 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
8493 (bfd_xcoff_backend_data): Update with new reloc swap names.
8494 (bfd_pmac_xcoff_backend_data) : Same.
8495 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
8496 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 8497 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 8498 R_POS. Add reloc value to output.
ea1e4b0d
AM
8499 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
8500 bit R_RBR. Improve names, masks.
59862849
TR
8501 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
8502 (bfd_xcoff_backend_data): Update with new reloc swap names.
8503 (bfd_xcoff_aix5_backend_data) : Same.
8504
b4655ea9
AM
85052002-05-04 Alan Modra <amodra@bigpond.net.au>
8506
8507 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
8508 bfd_count top_index, input_list, all_local_syms.
8509 (elf32_hppa_setup_section_lists): New function, split from
8510 elf32_hppa_size_stubs.
8511 (elf32_hppa_next_input_section): Likewise.
8512 (group_sections): Likewise.
8513 (get_local_syms): Likewise.
8514 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
8515 stubs on undefined syms too.
8516 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 8517 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
8518 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
8519 (elf32_hppa_next_input_section): Declare.
8520
301e3139
AM
85212002-05-04 Bob Byrnes <byrnes@curl.com>
8522
8523 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
8524 _bfd_new_bfd.
8525
7c5fcef7
L
85262002-05-03 H.J. Lu (hjl@gnu.org)
8527
8528 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
8529 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
8530 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
8531 to hide a global symbol.
8532 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 8533 forced_local to true.
7c5fcef7 8534
84de6048
RH
85352002-05-02 Richard Henderson <rth@redhat.com>
8536
8537 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
8538 vs SHN_UNDEF to zero.
8539
805fc799
AM
85402002-05-02 Alan Modra <amodra@bigpond.net.au>
8541
c061c2d8
AM
8542 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
8543 16 bit reloc.
8544 <R_PPC64_SECTOFF_DS>: Likewise.
8545 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8546 SECTOFF reloc.
8547 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
8548 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8549 SECTOFF reloc.
8550
805fc799
AM
8551 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
8552 (ppc64_elf_ha_reloc): New function.
8553 (ppc64_elf_brtaken_reloc): New function.
8554 (ppc64_elf_sectoff_reloc): New function.
8555 (ppc64_elf_sectoff_ha_reloc): New function.
8556 (ppc64_elf_toc_reloc): New function.
8557 (ppc64_elf_toc_ha_reloc): New function.
8558 (ppc64_elf_toc64_reloc): New function.
8559 (ppc64_elf_unhandled_reloc): New function.
8560 (ppc64_elf_howto_raw): Use the above.
8561 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
8562 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
8563 <R_PPC64_SECTOFF_DS>: Likewise.
8564 (IS_ABSOLUTE_RELOC): Update.
8565 (struct ppc_link_hash_table): Add have_undefweak.
8566 (ppc64_elf_link_hash_table_create): Init.
8567 (func_desc_adjust): Set have_undefweak.
8568 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
8569 add the .sfpr blr when have_undefweak.
8570 (ppc64_elf_setup_section_lists): Check hash table flavour.
8571 (ppc64_elf_next_input_section): Move output_section->owner test to
8572 ppc64elf.em.
8573 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
8574 and relocatable test. Return TOCstart and don't set elf_gp.
8575 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
8576 offset calculation. Add assert on weak sym branch tweaks.
8577 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
8578 (ppc64_elf_toc): Declare.
8579 (ppc64_elf_next_input_section): Update.
ea1e4b0d 8580
818c39a3
AM
85812002-05-01 Alan Modra <amodra@bigpond.net.au>
8582
8583 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
8584 file_name.
8585
721956f4
AM
85862002-05-01 Alan Modra <amodra@bigpond.net.au>
8587
8588 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
8589 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
8590 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
8591 call branches. Correct undefined weak destination.
8592 (ppc64_elf_func_desc_adjust): Always create at least one blr in
8593 .sfpr, and correct case where either only savef* or restf* is
8594 needed.
8595
8596 Long branch stubs, multiple stub sections.
8597 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
8598 (ppc64_elf_next_input_section): Declare.
8599 * elf64-ppc.c: Move linker-only prototypes.
8600 (STUB_SUFFIX): Define.
8601 (enum ppc_stub_type): New.
8602 (struct ppc_stub_hash_entry): New.
8603 (struct ppc_branch_hash_entry): New.
8604 (struct ppc_link_hash_entry): Add stub_cache, oh.
8605 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
8606 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
8607 Rename plt_overflow to stub_error.
8608 (ppc_stub_hash_lookup): Define.
8609 (ppc_branch_hash_lookup): Define.
8610 (stub_hash_newfunc): New function.
8611 (branch_hash_newfunc): New function.
8612 (link_hash_newfunc): Init new fields.
8613 (ppc64_elf_link_hash_table_create): Likewise.
8614 (ppc64_elf_link_hash_table_free): New function.
8615 (ppc_stub_name): New function.
8616 (ppc_get_stub_entry): New function.
8617 (ppc_add_stub): New function.
8618 (create_linkage_sections): Use bfd_make_section_anyway. Create
8619 .branch_lt and .rela.branch_lt sections. Don't create .stub.
8620 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
8621 and set up for plt call stubs. Link func and func desc syms.
8622 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
8623 (func_desc_adjust): Avoid hash lookup when func desc sym available
8624 via shortcut, and set links when processing.
8625 (ppc64_elf_hide_symbol): Likewise.
8626 (allocate_dynrelocs): Don't allocate stub section here.
8627 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
8628 Remove sstub code.
8629 (ppc_type_of_stub): New function.
8630 (build_one_stub): Delete.
8631 (ppc_build_one_stub): New function.
8632 (ppc_size_one_stub): New function.
8633 (ppc64_elf_setup_section_lists): New function.
8634 (ppc64_elf_next_input_section): New function.
8635 (group_sections): New function.
8636 (get_local_syms): New function.
8637 (ppc64_elf_size_stubs): Rewrite.
8638 (ppc64_elf_build_stubs): Rewrite.
8639 (ppc64_elf_relocate_section): Look up stub entry for REL24
8640 relocs. Don't propagate REL14* to dynamic objects. Look for long
8641 branch stubs if REL14* or REL24 relocs won't reach.
8642 (bfd_elf64_bfd_link_hash_table_free): Define.
8643
09c2219b
MM
86442002-04-30 Mark Mitchell <mark@codesourcery.com>
8645
c5cd6d62 8646 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 8647
07b678c0
TR
86482002-04-30 Tom Rix <trix@redhat.com>
8649
8650 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
8651 symbol names into the hash table.
8652
dbe341c6
TR
86532002-04-28 Tom Rix <trix@redhat.com>
8654
8655 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 8656 calulating relocations.
dbe341c6 8657 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
8658 (xcoff_ppc_relocate_section): Use relocation and complain function
8659 tables.
8660 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
8661 (xcoff_complain_overflow_signed_func): Same.
8662 (xcoff_complain_overflow_bitfield_func): Same.
8663 (xcoff_complain_overflow_dont_func): Same.
8664 (xcoff_reloc_type_crel): New recot function.
8665 (xcoff_reloc_type_br): Same.
8666 (xcoff_reloc_type_ba): Same.
8667 (xcoff_reloc_type_toc): Same.
8668 (xcoff_reloc_type_rel): Same.
8669 (xcoff_reloc_type_neg): Same.
8670 (xcoff_reloc_type_pos): Same.
8671 (xcoff_reloc_type_fail): Same.
8672 (xcoff_reloc_type_noop): Same.
8673 * libxcoff.h : Declare common parts for xcoff64.
8674 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 8675 and complain function tables.
dbe341c6 8676
985142a4
AM
86772002-04-28 Alan Modra <amodra@bigpond.net.au>
8678
8679 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
8680 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
8681
eba91044
AM
86822002-04-26 Alan Modra <amodra@bigpond.net.au>
8683
e54fdaa5
AM
8684 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
8685 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
8686
a50c1845
AM
8687 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
8688 same as the output before calling elf_link_input_bfd.
8689
eba91044
AM
8690 * coffcode.h (coff_compute_section_file_positions): Set
8691 section_tail after shuffling section list.
8692
3c25c5f6
NC
86932002-04-24 Christian Groessler <chris@groessler.org>
8694
8695 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
8696 addresses are 23bit with a special layout, not plain 32bit
8697 values. Prevent relocation of immediate values.
8698
40d32fc6
CD
86992002-04-24 Chris G. Demetriou <cgd@broadcom.com>
8700
8701 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
8702 MIPS-16 ASE flags are set, print something to indicate that.
8703
067fa4a6
AM
87042002-04-23 Alan Modra <amodra@bigpond.net.au>
8705
8706 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
8707 under which a plt call stub is used.
8708 (final_link_relocate): Similarly.
8709 (allocate_plt_static): Clear h-plabel except when plt entry is
8710 exclusively used for a plabel.
8711 (allocate_dynrelocs): Use the above to simplify plt sizing.
8712 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
8713 (elf32_hppa_link_hash_table_create): Init.
8714 (BL22_RP): Define.
8715 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
8716 (elf32_hppa_check_relocs): Set has_22bit_branch.
8717
8718 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
8719 (final_link_relocate): Likewise.
8720
af40ce3c
JJ
87212002-04-22 Jakub Jelinek <jakub@redhat.com>
8722
8723 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
8724 search table if some FDE is DW_EH_PE_aligned encoded either.
8725 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
8726
09ae86c2
JJ
87272002-04-22 Richard Smith <richard@ex-parrot.com>
8728 Jakub Jelinek <jakub@redhat.com>
8729
8730 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
8731 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
8732 encoded personality.
8733 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
8734 for CIE/FDE removal.
8735
deeb2cd7
TR
87362002-04-20 Tom Rix <trix@redhat.com>
8737
8738 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
8739
99dc0092
AM
87402002-04-20 Alan Modra <amodra@bigpond.net.au>
8741
aa3d5824
AM
8742 * archures.c (bfd_lookup_arch): Move the list order comment..
8743 (struct bfd_arch_info): ..to where it belongs.
8744 * bfd-in2.h: Regenerate.
8745
99dc0092
AM
8746 * archures.c (bfd_lookup_arch): Add comment on list order.
8747 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
8748 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
8749 is always at head of list.
8750
7831a775
NC
87512002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8752
8753 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
8754 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
8755 definition of these functions for ARM_WINCE builds as they are
8756 not used.
ea1e4b0d 8757 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
8758 for ARM_WINCE builds.
8759
87602002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8761
ea1e4b0d 8762 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
8763
87642002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
8765
8766 * cpu-sh.c (scan_mach): Delete.
8767 (arch_info_struct): Replace scan_mach with bfd_default_scan.
8768 (bfd_sh_arch): Likewise.
8769
3d8dbe36
NC
87702002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
8771
8772 * ihex.c (ihex_write_object_contents): Fix check for records
8773 crossing 64K boundaries.
8774
4ab82700
AM
87752002-04-16 Alan Modra <amodra@bigpond.net.au>
8776
8777 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
8778 type rather than just assuming entries are ELF.
8779 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
8780 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
8781 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
8782 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
8783 rather than elf_link_hash_entry.
8784
036fe0fe
RH
87852002-04-15 Richard Henderson <rth@redhat.com>
8786
8787 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
8788 n32 binaries.
8789
c4f3d130
NC
87902002-04-15 Michael Snyder <msnyder@redhat.com>
8791
8792 * opncls.c (bfd_close): Write contents if writeable.
8793 Minor formatting tidy-ups.
8794
4ab82700 87952002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
8796
8797 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
8798
0c04d169
MS
87992002-04-12 Michael Snyder <msnyder@redhat.com>
8800
8801 * bfd-in.h (bfd_get_section_lma): New access macro.
8802 Minor white-space fix-up.
8803
89d4966f
AM
88042002-04-12 Alan Modra <amodra@bigpond.net.au>
8805
8806 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
8807 header pad.
8808
8d0da3c2
DD
88092002-04-09 DJ Delorie <dj@redhat.com>
8810
8811 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
8812
05793179
NC
88132002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
8814
8815 * coffcode.h (coff_read_word): New.
8816 (coff_compute_checksum): New.
8817 (coff_apply_checksum): New.
8818 (coff_write_object_contents): Call coff_apply_checksum () to
8819 apply checksum to PE image.
8820
46fe4e66
AM
88212002-04-08 Randolph Chung <tausq@debian.org>
8822
8823 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
8824 (elf32_hppa_final_link): Split out sorting logic to..
8825 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
8826 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
8827
3b5b409c
AC
88282002-04-07 Andrew Cagney <ac131313@redhat.com>
8829
8830 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
8831 pattern.
8832 * configure: Re-generate.
8833
ac7b6ceb
AC
88342002-04-07 Andrew Cagney <ac131313@redhat.com>
8835
8836 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
8837 is greater or equal to 4.3.3.
8838 * configure: Regenerate.
8839 Fix PR gdb/344.
8840
44aa49bb
HPN
88412002-04-05 Hans-Peter Nilsson <hp@axis.com>
8842
8843 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
8844 R_CRIS_32_PCREL>: Fix typo in name.
8845 (cris_elf_check_relocs): Always create .rela.got here when
8846 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
8847 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
8848 assume it's created.
8849
e2d34d7d
DJ
88502002-04-04 Daniel Jacobowitz <drow@mvista.com>
8851
8852 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
8853 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
8854 define.
8855 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
8856 * bfd.c (bfd_link_hash_table_free): Define.
8857 * binary.c (binary_bfd_link_hash_table_free): Define.
8858 * bout.c (b_out_bfd_link_hash_table_free): Define.
8859 * coff-rs6000.c (rs6000coff_vec): Include
8860 _bfd_generic_link_hash_table_free.
8861 (pmac_xcoff_vec): Likewise.
8862 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
8863 (aix5coff64_vec): Likewise.
8864 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
8865 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
8866 (bfd_elf32_bfd_link_hash_table_free): Define.
8867 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
8868 (bfd_elf32_bfd_link_hash_table_free): Define.
8869 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
8870 define.
8871 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
8872 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
8873 * ieee.c (ieee_bfd_link_hash_table_free): Define.
8874 * ihex.c (ihex_bfd_link_hash_table_free): Define.
8875 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
8876 (_bfd_generic_link_hash_table_free): Add prototype.
8877 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
8878 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
8879 * linker.c (_bfd_generic_link_hash_table_free): New function.
8880 * mmo.c (mmo_bfd_link_hash_table_free): Define.
8881 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
8882 * oasys.c (oasys_bfd_link_hash_table_free): Define.
8883 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
8884 * som.c (som_bfd_link_hash_table_free): Define.
8885 * srec.c (srec_bfd_link_hash_table_free): Define.
8886 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
8887 * versados.c (versados_bfd_link_hash_table_free): Define.
8888 * vms.c (vms_bfd_link_hash_table_free): New function.
8889 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
8890
8891 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
8892 instead of bfd_alloc.
8893 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
8894 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
8895 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
8896 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
8897 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
8898 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
8899 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
8900 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
8901 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
8902 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
8903 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
8904 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
8905 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
8906 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
8907 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
8908 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
8909 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
8910 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
8911 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
8912 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
8913 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
8914 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
8915 * m68klinux.c (linux_link_hash_table_create): Likewise.
8916 * sparclinux.c (linux_link_hash_table_create): Likewise.
8917 * sunos.c (sunos_link_hash_table_create): Likewise.
8918 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
8919
8920 * targets.c: Add _bfd_link_hash_table_free to xvec.
8921
8922 * bfd-in2.h: Regenerate.
8923 * libbfd.h: Regenerate.
8924 * libcoff.h: Regenerate.
8925
830629ab
AM
89262002-04-04 Alan Modra <amodra@bigpond.net.au>
8927
8928 * dep-in.sed: Cope with absolute paths.
8929 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
8930 Run "make dep-am".
8931 * Makefile.in: Regenerate.
8932 * coff-arm.c: Fix copyright date.
8933 * cpu-h8300.c: Likewise.
8934 * cpu-i370.c: Likewise.
8935 * cpu-s390.c: Likewise.
8936 * cpu-mips.c: Likewise.
8937 * po/SRC-POTFILES.in: Regenerate.
8938
c6e90b02
TS
89392002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8940
8941 * Makefile.am: Add elfxx-mips.c to the known backends.
8942 (elf32-mips.lo): remove dependency to coff/external.h.
8943 * Makefile.in: Regenerate.
8944 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
8945 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
8946 accordingly.
8947 * configure: Regenerate.
8948 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
8949 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
8950 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
8951 MIPS specific backend functions.
8952 * elf32-mips.c: Moved most code to elfxx-mips.c.
8953 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
8954 static.
8955 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
8956 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
8957 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
8958 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
8959 interface to allow selection of the right REL or RELA howto table.
8960 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
8961 static. Let it refuse n32 objects.
8962 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
8963 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
8964 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
8965 (elf32_mips_ignore_discarded_relocs): Rename from
8966 _bfd_elf32_mips_ignore_discarded_relocs.
8967 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
8968 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
8969 (elf_mips_howto_table_rela): Remove.
8970 * elf64-mips.c: Moved most code to elfxx-mips.c.
8971 (bfd_elf64_bfd_reloc_type_lookup): Make static.
8972 (mips_elf64_rtype_to_howto): New function.
8973 (mips_elf64_object_p): Likewise.
8974 (elf64_mips_irix_compat): Likewise.
8975 * elfxx-mips.c: New file containing common code merged together from
8976 elf32-mips.c and elf64-mips.c.
8977 * elfxx-mips.h: New file containing MIPS specific prototypes from
8978 elf-bfd.h.
8979 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
8980 elf_backend_mips_rtype_to_howto.
8981
d8dce692
AM
89822002-04-04 Alan Modra <amodra@bigpond.net.au>
8983
8984 * srec.c (MAXCHUNK, Chunk): Revise comments.
8985 (srec_write_record): Correct buffer size.
8986 (srec_write_header): Do without intermediate buffer.
8987 (srec_write_section): Validate Chunk.
8988 (srec_write_terminator): Pass NULL instead of dummy buffer.
8989 (srec_write_symbols): Pass file and symbol names directly to
8990 bfd_bwrite so sprintf won't overflow buffer.
8991
b88a866a
JJ
89922002-04-03 Jakub Jelinek <jakub@redhat.com>
8993
8994 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
8995 PC relative relocs against hidden symbols.
8996 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8997
d7866f04
AM
89982002-04-03 Alan Modra <amodra@bigpond.net.au>
8999
9000 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
9001 LMAs, loop over segments until p_vaddr and p_memsz specify an
9002 extent enclosing the section.
9003
9e81ee67
NC
90042002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
9005
9006 * ihex.c (ihex_write_object_contents): Do not allow records to
9007 cross a 64K boundary - wrap if necessary.
9008
d2b64500
JT
90092002-04-01 Nathan Williams <nathanw@wasabisystems.com>
9010
9011 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
9012 which caused the returned LWP ID to always be 0.
9013
e36f7d53
RH
90142002-04-01 Richard Henderson <rth@redhat.com>
9015
9016 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9017 (elf32_sparc_relocate_section): Use it to figure out when to
9018 initialize .got entries.
9019 * elf64-sparc.c: Similarly.
9020
e92d460e
AM
90212002-03-28 Alan Modra <amodra@bigpond.net.au>
9022
9023 * linker.c (link_action): Ignore duplicate warning syms.
9024 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
9025 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
9026 (elf_adjust_dynamic_symbol): Likewise.
9027 (elf_export_symbol): Likewise.
9028 (elf_link_find_version_dependencies): Likewise.
9029 (elf_link_assign_sym_version): Likewise.
9030 (elf_link_sec_merge_syms): Likewise.
9031 (elf_link_output_extsym): Likewise.
9032 (elf_gc_sweep_symbol): Likewise.
9033 (elf_gc_propagate_vtable_entries_used): Likewise.
9034 (elf_gc_smash_unused_vtentry_relocs): Likewise.
9035 (elf_gc_allocate_got_offsets): Likewise.
9036 (elf_collect_hash_codes): Likewise.
9037 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
9038 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
9039 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
9040 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
9041 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
9042 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
9043 (elf_cris_discard_excess_dso_dynamics): Likewise.
9044 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
9045 (mark_PIC_calls): Likewise.
9046 (allocate_plt_static): Likewise.
9047 (allocate_dynrelocs): Likewise.
9048 (readonly_dynrelocs): Likewise.
9049 * elf32-i386.c (allocate_dynrelocs): Likewise.
9050 (readonly_dynrelocs): Likewise.
9051 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
9052 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
9053 * elf32-mips.c (mips_elf_output_extsym): Likewise.
9054 (mips_elf_sort_hash_table_f): Likewise.
9055 (mips_elf_check_mips16_stubs): Likewise.
9056 * elf32-s390.c (allocate_dynrelocs): Likewise.
9057 (readonly_dynrelocs): Likewise.
9058 * elf32-sh.c (sh_elf_discard_copies): Likewise.
9059 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
9060 (xstormy16_relax_plt_realloc): Likewise.
9061 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
9062 (elf64_alpha_output_extsym): Likewise.
9063 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
9064 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
9065 (mips_elf64_check_mips16_stubs): Likewise.
9066 (mips_elf64_output_extsym): Likewise.
9067 * elf64-ppc.c (func_desc_adjust): Likewise.
9068 (allocate_dynrelocs): Likewise.
9069 (readonly_dynrelocs): Likewise.
9070 * elf64-s390.c (allocate_dynrelocs): Likewise.
9071 (readonly_dynrelocs): Likewise.
9072 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
9073 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
9074 (readonly_dynrelocs): Likewise.
9075 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
9076 * aoutx.h (aout_link_write_other_symbol): Likewise.
9077 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
9078 (_bfd_coff_write_global_sym): Likewise.
9079 * i386linux.c (linux_tally_symbols): Likewise.
9080 * m68klinux.c (linux_tally_symbols): Likewise.
9081 * sparclinux.c (linux_tally_symbols): Likewise.
9082 * pdp11.c (aout_link_write_other_symbol): Likewise.
9083 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
9084 * xcofflink.c (xcoff_build_ldsyms): Likewise.
9085 (xcoff_write_global_symbol): Likewise.
9086
9087 * cofflink.c (_bfd_coff_final_link): Formatting.
9088 * cpu-mips.c (mips_compatible): Make static, prototype.
9089 * elf32-i386.c (elf_i386_check_relocs): Formatting.
9090 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
9091 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
9092 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
9093 (mips_elf64_final_link): Likewise.
9094 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
9095 prototype.
9096
2106126f
NC
90972002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
9098
9099 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
9100 (SWAP_OUT_RELOC_OFFSET): Define.
9101
b99d1833
AM
91022002-03-27 Gregory Steuck <greg@nest.cx>
9103
9104 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
9105 terminating NULL if empty symbol table.
9106 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
9107
ad43ed4c
L
91082002-03-26 H.J. Lu (hjl@gnu.org)
9109
9110 * elflink.h (elf_link_input_bfd): Revert the last change since
9111 the gcc exception handling isn't fixed yet.
9112
3851fca4
L
91132002-03-26 H.J. Lu (hjl@gnu.org)
9114
9115 * elflink.h (elf_link_input_bfd): Complain about relocations
9116 against local symbols in discarded sections.
9117
b91afed7
AM
91182002-03-26 Alan Modra <amodra@bigpond.net.au>
9119
9120 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
9121
dba143ef
AM
91222002-03-23 Alan Modra <amodra@bigpond.net.au>
9123
9124 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
9125 section file offset for !SEC_LOAD sections.
9126
ee29b9fb
RE
91272002-03-21 Richard Earnshaw <rearnsha@arm.com>
9128
830629ab
AM
9129 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
9130 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 9131
54327882
AM
91322002-03-21 Alan Modra <amodra@bigpond.net.au>
9133
9134 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
9135 Whitespace changes.
9136 * archive.c: Update copyright date.
9137 * bfd-in2.h: Regenerate.
9138 * libbfd.h: Regenerate.
9139 * Makefile.am: Run "make dep-am"
9140 * Makefile.in: Regenerate.
9141 * po/SRC-POTFILES.in: Regenerate.
9142
1ee24f27
DJ
91432002-03-20 Daniel Jacobowitz <drow@mvista.com>
9144
9145 * dwarf2.c (struct funcinfo): Move up.
9146 (lookup_address_in_function_table): New argument function_ptr.
9147 Set it.
9148 (lookup_address_in_line_table): New argument function. If function
9149 is non-NULL, use it to handle ``addr'' before the first line note of
9150 the function.
9151 (comp_unit_find_nearest_line): Update and swap calls to
9152 lookup_address_in_function_table and lookup_address_in_line_table.
9153 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
9154 N_SLINE encountered if we see an N_FUN before any N_SLINE.
9155
51b9608c
TR
91562002-03-20 Tom Rix <trix@redhat.com>
9157
ea1e4b0d 9158 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 9159 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9b5ecbd0 9160 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 9161
789c90aa
TR
91622002-03-19 Tom Rix <trix@redhat.com>
9163
ea1e4b0d 9164 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
9165 dynamic objects in archives.
9166
1da54d81
HPN
91672002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
9168
9169 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
9170 STT_NOTYPE symbols to STT_OBJECT.
9171
7831a775 91722002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
9173
9174 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
9175
eb1e0e80
NC
91762002-03-18 Tom Rix <trix@redhat.com>
9177
9178 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
9179 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
9180 * coff-rs6000 (do_pad) : New function for archive padding.
9181 (do_copy) : New function for object file copying in archives.
9182 (do_shared_object_padding) : New function for padding shared
9183 objects to their text section alignment in archives.
9184 (bfd_xcoff_ar_achive_set_magic) : Stub.
9185 (xcoff_write_armap_big) : Use do_copy and do_pad.
9186 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
9187 do_copy and do_pad.
9188 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 9189 bfd_xcoff_magic_number.
eb1e0e80
NC
9190 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
9191 fop.
9192 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
9193 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
9194 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
9195 * rs6000-core.c : Update copyright date.
ea1e4b0d 9196 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
9197 csectpp.
9198 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
9199 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
9200 (coff_set_flags) : Use bfd_xcoff_magic_number.
9201 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
9202 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
9203 * Makefile.am : Same.
9204 * config.bfd : Same.
9205 * targets.c : Same.
9206 * configure : Regnerate.
9207 * Makefile.in : Same.
9208 * bfd-in2.h : Same.
9209
a1c259a1
NC
92102002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
9211
9212 * po/fr.po: Updated version.
9213
4dae1ae7
AM
92142002-03-18 Alan Modra <amodra@bigpond.net.au>
9215
9216 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
9217 * libbfd.h: Regenerate.
9218 * archive.c (coff_write_armap): Pass on failures from
9219 bfd_write_bigendian_4byte_int.
9220
36b4f6e7
L
92212002-03-14 H.J. Lu <hjl@gnu.org>
9222
9223 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
9224 error to bfd_error_nonrepresentable_section for reinit_array
9225 section in DSO.
9226
a1aefc76
NC
92272002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9228
a181be0a
NC
9229 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
9230 OR it in rather than replacing previously selected flags.
9231
a1aefc76
NC
9232 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
9233 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
9234
c119f9b8
AM
92352002-03-14 Alan Modra <amodra@bigpond.net.au>
9236
9237 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
9238 (N): Use the above.
9239 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
9240 ensure reloc size matches before calling elf_link_input_bfd.
9241 Add an assert to check reloc size when counting output relocs.
9242
c295a511
NC
92432002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9244
9245 * mmo.c (mmo_get_loc): Return NULL rather than false.
9246
9ce88e60
NC
92472002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
9248
9249 * po/fr.po: Updated version.
9250
4ddafab0
AM
92512002-03-13 Alan Modra <amodra@bigpond.net.au>
9252
b74fa2cd
AM
9253 * archures.c (bfd_default_compatible): Test bits_per_word.
9254 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
9255 bfd_default_compatible.
9256 * cpu-i370.c (i370_compatible): Likewise.
9257 * cpu-sparc.c (sparc_compatible): Likewise.
9258 * cpu-h8300.c (compatible): Test in->arch == out->arch.
9259
40b829d4
AM
9260 * elflink.h: Formatting fixes.
9261 (elf_link_output_extsym): Merge undefined and undef weak cases.
9262
4ddafab0
AM
9263 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
9264 when word size of input matches output word size.
9265
dd53c801
AJ
92662002-03-12 Andreas Jaeger <aj@suse.de>
9267
9268 * cpu-i386.c (i386_compatible): New. Use it instead of
9269 bfd_default_compatible.
9270
aa066ac8
L
92712002-03-07 H.J. Lu (hjl@gnu.org)
9272
9273 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
9274 as the type for bfd_reloc_val.
9275
1bf42538
JL
92762002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
9277
9278 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
9279 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
9280 (elf_hppa_final_link_relocate): Correct relocations for indirect
9281 references to local data through the DLT. Fix .opd creation for
9282 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
9283 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
9284 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
9285 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9286 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
9287 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
9288 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9289
86eaf01e
JJ
92902002-03-05 Jakub Jelinek <jakub@redhat.com>
9291
9292 * merge.c (_bfd_merge_sections): Don't segfault if there
9293 is nothing to merge due to GC.
9294
c44233aa
AM
92952002-03-05 Alan Modra <amodra@bigpond.net.au>
9296
039cc25f
AM
9297 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
9298 symbols that have been forced local.
9299
c44233aa
AM
9300 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
9301 to output forced local syms for non-shared link.
9302 (elf_link_output_extsym): Tweak condition for calling backend
9303 adjust_dynamic_symbol so that previous behaviour is kept.
9304 Whitespace changes throughout file.
9305
25e27870
L
93062002-03-04 H.J. Lu <hjl@gnu.org>
9307
9308 * elf.c (bfd_section_from_shdr): Handle special sections,
9309 .init_array, .fini_array and .preinit_array.
9310 (elf_fake_sections): Likewise.
9311
9312 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
9313 DT entry only if the section is in output for .init_array,
9314 .fini_array and .preinit_array. Complain about .preinit_array
9315 section in DSO.
9316 (elf_bfd_final_link): Warn zero size for .init_array,
9317 .fini_array and .preinit_array sections.
9318
9319 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
9320 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
9321 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
9322 .preinit_array.
9323
bb2a49f2
AM
93242002-03-04 Alan Modra <amodra@bigpond.net.au>
9325
9326 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
9327 * configure: Regenerate.
9328
38487e5e
TR
93292002-03-02 Tom Rix <trix@redhat.com>
9330
c44233aa
AM
9331 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
9332 symbolic equiv.
38487e5e
TR
9333 * coff-rs6000.c (xcoff_howto_table): Same.
9334
30831527
RH
93352002-03-01 David Mosberger <davidm@hpl.hp.com>
9336
9337 * elflink.h (size_dynamic_sections): If section named
9338 ".preinit_array" exists, create DT_PREINIT_ARRAY and
9339 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
9340 ".init_array" and ".fini_array".
9341 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
9342 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
9343 DT_FINI_ARRAY.
9344
c8e5ddc8
AM
93452002-02-26 Andrew Macleod <amacleod@cygnus.com>
9346
9347 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
9348 dynsyms.
9349
96e0dda4
AM
93502002-02-25 Alan Modra <amodra@bigpond.net.au>
9351
1c5b6bf8
AM
9352 * elf64-hppa.h: Update copyright date.
9353
96e0dda4
AM
9354 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
9355 (ppc64_elf_relocate_section): Don't generate power4 style branch
9356 hints for *_BRTAKEN and *_BRNTAKEN relocs.
9357
0fb19cbc
JJ
93582002-02-22 Jakub Jelinek <jakub@redhat.com>
9359
9360 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
9361 last patch.
9362 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9363
c434dee6
AJ
93642002-02-21 Andreas Jaeger <aj@suse.de>
9365
9366 * elf64-x86-64.c: Major rework that introduces all recent changes
9367 to the x86-64 backend. Get a closer match to elf32-i386.
9368 (struct elf64_x86_64_dyn_relocs): Rename from
9369 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
9370 all users.
9371 (struct elf64_x86_64_link_hash_table): Add short cuts to some
9372 sections.
9373 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
9374 remove casts, initialize new hash members.
9375 (create_got_section): New.
9376 (elf64_x86_64_create_dynamic_sections): New.
9377 (elf64_x86_64_copy_indirect_symbol): New.
9378 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
9379 relocs, .got or .relgot here but do it in allocate_dynrelocs.
9380 Reference count possible .plt and .got entries. Don't test input
9381 section SEC_READONLY here to try to avoid copy relocs, and keep
9382 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
9383 DF_TEXTREL here. Delay setting of variables until needed. Cache
9384 pointer to "sreloc" section in elf_section_data. Tweak condition
9385 under which .got created. Report files with bad relocation
9386 section names.
9387 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
9388 Reference count possible .plt entries. Don't deallocate .got and
9389 .relgot space here.
9390 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
9391 do copy reloc processing for weakdefs. Remove redundant casts and
9392 aborts. Delay setting of vars until needed. Move creation of
9393 dynamic symbols and allocation of .plt and .rela.plt to
9394 allocate_dynrelocs. Replace BFD_ASSERT with abort.
9395 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9396 (allocate_dynrelocs): New.
9397 (readonly_dynrelocs): New.
9398 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
9399 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
9400 Zero out the dynamic allocated content space.
9401 (elf64_x86_64_discard_copies): Removed.
9402 (elf64_x86_64_relocate_section): Make use of dynamic section
9403 short-cuts. Localise vars, and delay setting. Better error
9404 reporting, replace BFD_ASSERT with abort. Check
9405 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
9406 regular object file and tread the weak definition as the normal
9407 one. Don't discard relocs for undefweak or undefined symbols and
9408 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
9409 relocs.
9410 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
9411 symbols that have been forced local. Use same test to decide if
9412 we can use a relative reloc for got as relocate_section. Expand
9413 SHN_UNDEF comment. Move expressions out of function calls.
9414 Replace BFD_ASSERT with abort.
9415 (bfd_elf64_bfd_final_link): Removed.
9416 (elf_backend_copy_indirect_symbol): Define.
9417
ff3a6ee3
TR
94182002-02-20 Tom Rix <trix@redhat.com>
9419
9420 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
9421 (_bfd_xcoff_reloc_type_lookup): Use it.
9422 * coff64-rs6000.c (xcoff64_howto_table): Same.
9423 (xcoff64_reloc_type_lookup): Same.
c434dee6 9424
a68d41fb
AM
94252002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9426
9b5ecbd0 9427 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
a68d41fb
AM
9428 little endian.
9429
befc3abb
MS
94302002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9431
9432 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
9433 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
9434 * bfd-in2.h: Regenerate.
9435 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
9436 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
9437 with "s390:64-bit".
9438 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
9439 (elf_s390_reloc_type_lookup): Likewise.
9440 (elf_s390_check_relocs): Likewise.
9441 (elf_s390_gc_sweep_hook): Likewise.
9442 (elf_s390_relocate_section): Likewise.
9443 (elf_s390_object_p): Use renamed architecture define.
9444 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
9445
6eeeec9b
FCE
94462002-02-19 Frank Ch. Eigler <fche@redhat.com>
9447
9448 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
9449
0bb2d96a
JJ
94502002-02-19 Jakub Jelinek <jakub@redhat.com>
9451
9452 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
9453 absptr -> pcrel optimization for shared libs.
9454 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
9455 library cannot be converted to pcrel.
9456 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
9457 relative.
9458 * elf32-i386.c (elf_i386_relocate_section): If
9459 _bfd_elf_section_offset returned -2, skip, but make sure the
9460 relocation is installed.
9461 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
9462 * elf32-cris.c (cris_elf_relocate_section): Likewise.
9463 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
9464 * elf32-i370.c (i370_elf_relocate_section): Likewise.
9465 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
9466 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
9467 * elf32-s390.c (elf_s390_relocate_section): Likewise.
9468 * elf32-sh.c (sh_elf_relocate_section): Likewise.
9469 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
9470 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
9471 * elf64-s390.c (elf_s390_relocate_section): Likewise.
9472 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9b5ecbd0 9473 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
0bb2d96a
JJ
9474 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9475 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
9476 _bfd_elf_section_offset returning -2 the same way as -1.
9477 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
9478 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
9479 and BFD_ASSERT.
9480 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
9481
69f284c7
TR
94822002-02-18 Tom Rix <trix@redhat.com>
9483
9484 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
9485 (bfd_xcoff_size_dynamic_sections): Same.
9486 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
9487 (bfd_xcoff_size_dynamic_sections): Same.
9488 * coff-rs6000.c (xcoff_generate_rtinit): Same.
9489 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
9490 * libxcoff.h (struct xcoff_backend_data_rec): Same.
9491 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
9492 * bfd-in2.h: Regenerate.
9493
82bd7b59
AM
94942002-02-18 Alan Modra <amodra@bigpond.net.au>
9495
9496 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
9497 (struct ppc_link_hash_table): Add sfpr.
9498 (ppc64_elf_link_hash_table_create): Init it.
9499 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
9500 .glink out to..
9501 (create_linkage_sections): ..here. Make .sfpr too.
9502 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
9503 dynobj early.
9504 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
9505 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
9506 ._restf* functions, and create as needed.
9507 (func_desc_adjust): Only force_local for shared libs.
9508
ef1355e8
NC
95092002-02-18 David O'Brien <obrien@FreeBSD.org>
9510
9511 * configure.in: Bump version number post 2.12 branching.
9512 * configure: Regenerate.
9513
dfa36a69
HPN
95142002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
9515
9516 * mmo.c: Correct and improve comments.
9517 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
9518 zero-pad. Use input to fill up non-empty bfd buffer.
9519 (mmo_flush_chunk): New function.
9520 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
9521 changed. Don't emit location specifier if VMA is same as
9522 *LAST_VMAP after omitting leading zero contents. Call
9523 mmo_flush_chunk before emitting location specifier.
9524 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
9525 with mmo_write_loc_chunk calls.
9526 (mmo_internal_write_section): Call mmo_flush_chunk after
9527 mmo_write_chunk.
9528 (mmo_write_symbols_and_terminator): Move :Main to first position
9529 in symbol array. Add faked one if it does not exist if there are
9530 other symbols. Don't add it if there are no symbols at all. Move
9531 out test for value of :Main from symbol loop. Rename table
9532 fakemain to maintable and variable mainsym to fakemain.
9533
ccf00ab6
RH
95342002-02-15 Richard Henderson <rth@redhat.com>
9535
9536 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
9537 section with no got matches any got. Simplify error generaion.
9538
88eaccc2
AM
95392002-02-15 Alan Modra <amodra@bigpond.net.au>
9540
fd96f80f
AM
9541 Support arbitrary length fill patterns.
9542 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
9543 (_bfd_default_link_order): Remove bfd_fill_link_order code.
9544 Call default_data_link_order.
9545 (default_fill_link_order): Delete.
9546 (default_data_link_order): New function.
9547 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
9548 of bfd_fill_link_order with bfd_data_link_order.
9549 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
9550 * elf64-mips.c (mips_elf64_final_link): Likewise.
9551
88eaccc2
AM
9552 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
9553 Correct value returned in "end" for "0x<non-hex>".
9554
e2fd756b
NC
95552002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
9556
9557 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
9558 (scan): Test against 'mach' field in info structure.
9559
edd29cf9
AM
95602002-02-14 Alan Modra <amodra@bigpond.net.au>
9561
9562 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
9563
1e30956e 95642002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
9565
9566 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
9567 EF_M68000.
9568
bf36db18
NC
95692002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
9570
9571 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
9572 non-zero physical addresses when adjusting the LMAs of new
9573 sections.
bf36db18 9574
189c6563
AM
95752002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
9576
9577 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
9578 from _bfd_elf_hppa_gen_reloc_type.
9579 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
9580 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
9581 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
9582 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
9583
e948afaf
AO
95842002-02-12 Alexandre Oliva <aoliva@redhat.com>
9585
9586 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
9587 loading its contents if there's nothing to do in it.
9588
19397422
AM
95892002-02-12 Alan Modra <amodra@bigpond.net.au>
9590
0ad3a73b
AM
9591 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
9592 64k boundary.
9593
19397422
AM
9594 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
9595 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
9596 (ppc64_elf_finish_dynamic_sections): Set values for them.
9597
51316059
MS
95982002-02-11 Michael Snyder <msnyder@redhat.com>
9599
9600 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
9601 * elf.c (elfcore_grok_pstatus): Add prototype.
9602 (elfcore_grok_lwpstatus): Add prototype.
9603 (elfcore_write_lwpstatus): New function.
9604 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
9605
518313c3
AO
96062002-02-11 Alexandre Oliva <aoliva@redhat.com>
9607
9608 * elf32-sh.c: Added missing prototypes.
9609 * elf32-sh64.c: Likewise.
9610 (sh_elf_align_loads): Mark unused args as such.
9611 * elf64-sh64.c: Added missing prototypes.
9612 (struct elf_sh64_link_hash_entry): Fix typo.
9613 (sh_elf64_relocate_section): Fix info argument passed to
9614 _bfd_elf_section_offset.
9615
2c73f9d8
AM
96162002-02-11 Alan Modra <amodra@bigpond.net.au>
9617
9618 * Makefile.am: "make dep-am".
9619 * Makefile.in: Regenerate.
9620 * aclocal.m4: Regenerate.
9621 * config.in: Regenerate.
9622 * configure: Regenerate.
9623
d426c6b0
DJ
96242002-02-10 Daniel Jacobowitz <drow@mvista.com>
9625
9626 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
9627 variable warnings.
9628 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
9629 comparison warning.
9630 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
9631 cast warnings for the common case.
9632
e58ee0cd
HPN
96332002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
9634
9635 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
9636 vectors.
9637 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
9638 vectors.
9639
7793f4d0
RH
96402002-02-09 Richard Henderson <rth@redhat.com>
9641
9642 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
9643 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
9644 (elf64_alpha_relocate_section): Likewise.
9645 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
9646 * bfd-in2.h, libbfd.h: Rebuild.
9647
7e799044
HPN
96482002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
9649
9650 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
9651 that base-plus-offset reloc accounting is consistent.
9652 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
9653 up to date for undefined symbols.
9654
027d73eb
EC
96552002-02-08 Eric Christopher <echristo@redhat.com>
9656
9657 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9658
9659 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
9660 sections for the O32 ABI.
9661
517662d4
CD
96622002-02-08 Chris Demetriou <cgd@broadcom.com>
9663
9664 * elf32-arm.h: Fix formatting of _("...").
9665 * elf32-d10v.c: Likewise.
9666 * elf32-m68k.c: Likewise.
9667 * elf32-mips.c: Likewise.
9668
5e37cc46
NC
96692002-02-08 Ivan Guzvinec <ivang@opencores.org>
9670
9671 * coff-or32.c: Fix compile time warning messages.
9672
fbca6ad9
AO
96732002-02-08 Alexandre Oliva <aoliva@redhat.com>
9674
9675 Contribute sh64-elf.
9676 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
9677 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
9678 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
9679 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
9680 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
9681 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
9682 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
9683 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
9684 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
9685 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
9686 New relocs.
9687 * libbfd.h, bfd-in2.h: Rebuilt.
9688 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
9689 (sh_reloc_map): Map them.
9690 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
9691 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
9692 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
9693 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
9694 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
9695 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
9696 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
9697 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
9698 datalabel_got_offset.
9699 (sh_elf_link_hash_newfunc): Initialize it.
9700 (sh_elf_relocate_section): Augment the scope of
9b5ecbd0 9701 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
fbca6ad9
AO
9702 GOT and GOTOFF handling to new SHmedia relocation types. Support
9703 GOT_BIAS.
9704 (sh_elf_check_relocs): Likewise.
9705 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
9706 PLT entries using movi_shori_putval. Support GOT_BIAS.
9707 (sh_elf_finish_dynamic_sections): Likewise.
9708 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
9709 relocation, it's now done by the caller.
9710 (GOT_BIAS): New.
9711 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
9712 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
9713 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
9714 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
9715 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
9716 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
9717 sh64_elf64_hash_table): New.
9718 (sh_elf64_howto_table): Introduce new relocs.
9719 (sh_elf64_info_to_howto): Accept new PIC relocs.
9720 (sh_elf64_relocate_section): Augment the scope of
9721 seen_stt_datalabel. Support new PIC relocs.
9722 (sh_elf64_check_relocs): Support new PIC relocs.
9723 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
9724 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
9725 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
9726 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
9727 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
9728 movi_shori_putval, movi_3shori_putval,
9729 sh64_elf64_create_dynamic_sections,
9730 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
9731 sh64_elf64_size_dynamic_sections,
9732 sh64_elf64_finish_dynamic_symbol,
9733 sh64_elf64_finish_dynamic_sections): New.
9734 (elf_backend_create_dynamic-sections,
9735 bfd_elf64_bfd_link_hash_table_create,
9736 elf_backend_adjust_dynamic_symbol,
9737 elf_backend_size_dynamic_sections,
9738 elf_backend_finish_dynamic_symbol,
9739 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
9740 elf_backend_plt_readonly, elf_backend_want_plt_sym,
9741 elf_backend_got_header_size, elf_backend_plt_header_size):
9742 Define.
9743 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
9744 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
9745 match official numbers and names; moved unmaching ones to the
9746 range 0xf2-0xff.
9747 * elf32-sh64.c, elf64-sh64.c: Likewise.
9b5ecbd0 9748 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
9749 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
9750 sections.
9b5ecbd0 9751 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
9752 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
9753 be aligned.
9754 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9b5ecbd0 9755 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9756 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
9757 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
9758 .cranges section with SEC_SORT_ENTRIES set.
9759 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
9760 incoming sorted .cranges section.
9761 (sh64_bfd_elf_copy_private_section_data): New.
9762 (sh64_elf_final_write_processing): Only sort .cranges and modify
9763 start address if called by linker.
9764 2001-01-08 Ben Elliston <bje@redhat.com>
9765 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9b5ecbd0 9766 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
fbca6ad9 9767 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9b5ecbd0 9768 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9769 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
9770 line. Add comments before all entries.
9771 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
9772 comment.
9773 (sh_elf64_reloc): Correct head comment.
9774 (sh_elf64_relocate_section): Correct spacing.
9775 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
9776 instead call reloc_dangerous callback.
9777 <case R_SH_SHMEDIA_CODE>: New case.
9778 (sh_elf64_gc_mark_hook): Correct spacing.
9779 (sh_elf64_check_relocs): Ditto.
9780 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
9781 New case.
9782 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
9783 functions.
9784 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
9785 clarify describing comment. Add comments before all entries.
9786 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
9787 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9b5ecbd0 9788 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9789 Sort .cranges section in final link. Prepare to set bit 0 on
9790 entry address.
9791 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
9792 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
9793 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
9794 .cranges section.
9795 (sh64_backend_section_from_shdr): New, to recognize
9796 SHT_SH5_CR_SORTED on incoming .cranges section.
9797 (elf_backend_section_from_shdr): Define.
9798 (sh64_elf_final_write_processing): Sort outgoing .cranges
9799 section. (New, temporarily disabled:) Set bit 0 on entry address
9800 according to ISA type.
9801 (sh64_find_section_for_address): New.
9802 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
9803 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
9804 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
9805 bfd_malloc, not xmalloc.
9806 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
9807 global.
9808 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
9809 temporarily disabled) setting bit 0 on entry address.
9810 (elf_backend_final_write_processing): Define.
9b5ecbd0 9811 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9812 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
9813 be a proper relocation for PTA and PTB rather than a marker.
9814 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
9815 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
9816 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
9817 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
9818 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
9819 Zero src_mask.
9820 * elf64-sh64.c: Ditto.
9821 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
9822 * elf32-sh64.c: Include opcodes/sh64-opc.h
9823 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
9824 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
9825 parameters. No unused parameters. Caller changed.
9826 <case R_SH_PT_16>: New case.
9827 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
9828 * Makefile.in: Regenerate.
9b5ecbd0 9829 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9830 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
9831 all code sections.
9832 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9833 (sh64_elf_merge_private_data): Ditto.
9834 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
9835 to access stored section flags.
9836 (sh64_elf_final_write_processing): Return immediately unless
9837 called by linker. Use sh64_elf_section_data (cranges) to get size
9838 of linker-generated cranges entries.
9839 (sh64_elf_copy_private_data): Add missing "return true".
9840 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9841 (sh_elf64_merge_private_data): Ditto.
9b5ecbd0 9842 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9843 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
9844 elf64-sh64.c:sh64_elf_fake_sections.
9845 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9b5ecbd0 9846 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9847 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
9848 (sh64_elf_final_write_processing): New.
9849 (elf_backend_final_write_processing): Define.
9850 (sh64_elf_fake_sections): Get header flags from tdata field.
9851 (sh64_elf_copy_private_data): Do not call
9852 sh64_elf_copy_private_data_internal, just copy e_flags field.
9853 (sh64_elf_merge_private_data): Do not call
9854 sh64_elf_copy_private_data_internal.
9b5ecbd0 9855 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9856 Remove EF_SH64_ABI64, let ELF size make difference.
9857 Remove SH64-specific BFD section flag.
9858 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
9859 containing SHmedia through elf_section_data (asect)->tdata
9860 non-zero, not using a BFD section flag.
9861 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
9862 (sh64_elf_merge_private_data): Similar.
9863 (elf_backend_section_flags): Don't define.
9864 (sh64_elf_backend_section_flags): Delete.
9865 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
9866 not EF_SH64_ABI64.
9867 (sh_elf64_merge_private_data): Similar.
9868 * section.c (Section flags definitions): Don't define
9869 SEC_SH_ISA_SHMEDIA.
9870 (bfd-in2.h): Regenerate.
9b5ecbd0 9871 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9872 Make DataLabel references work with partial linking.
9873 * elf32-sh64.c: Fix formatting.
9874 (sh64_elf_link_output_symbol_hook): New.
9875 (elf_backend_link_output_symbol_hook): Define to
9876 sh64_elf_link_output_symbol_hook.
9877 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
9878 undefined if partial linking. Adjust sanity check.
9879 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
9880 (elf_backend_link_output_symbol_hook): Define to
9881 sh64_elf64_link_output_symbol_hook.
9882 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
9883 undefined if partial linking. Adjust sanity check.
9b5ecbd0 9884 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9885 Implement semantics for inter-file DataLabel references.
9886 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
9887 (sh64_elf64_add_symbol_hook): New.
9888 (sh_elf64_relocate_section): If passing an indirect symbol with
9889 st_type STT_DATALABEL on the way to a symbol with st_other
9890 STO_SH5_ISA32, do not bitor 1 to the relocation.
9891 (elf_backend_add_symbol_hook): Define to
9892 sh64_elf64_add_symbol_hook.
9893 * elf64-sh32.c: Tweak comments.
9894 (DATALABEL_SUFFIX): Define.
9895 (sh64_elf_add_symbol_hook): New.
9896 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
9897 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
9898 symbol with st_type STT_DATALABEL on the way to a symbol with
9899 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9b5ecbd0 9900 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9901 Pass through STT_DATALABEL.
9902 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
9903 (elf_backend_get_symbol_type): Define.
9904 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
9905 (elf_backend_get_symbol_type): Define.
9b5ecbd0 9906 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9907 * elf32-sh64.c: Tweak comments.
9908 (sh64_elf_copy_private_data_internal): Add prototype.
9909 (bfd_elf32_bfd_set_private_flags): Define.
9910 (sh64_elf_copy_private_data_internal): Compare machine name, not
9911 textual BFD target name, to check whether to copy section flag
9912 SHF_SH5_ISA32.
9913 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
9914 Tweak section-contents-type-mismatch message.
9915 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
9916 Validize reloc-types.
9917 * elf64-sh64.c: New file.
9918 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
9919 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
9920 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
9921 Regenerate dependencies.
9922 * Makefile.in: Regenerate.
9923 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
9924 bfd_elf64_sh64l_vec.
9925 * configure.in: Handle bfd_elf64_sh64_vec and
9926 bfd_elf64_sh64l_vec.
9927 * configure: Regenerate.
9928 * po/POTFILES.in: Regenerate.
9929 * po/bfd.pot: Regenerate.
9b5ecbd0 9930 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9931 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
9932 anything else but EF_SH64 and EF_SH64_ABI64.
9933 (sh64_elf_merge_private_data): Emit error for anything else but
9934 EF_SH64 and EF_SH64_ABI64.
9935 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
9936 from targ_selvecs.
9937 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
9938 bfd_elf32_sh64l_vec as a temporary measure.
9939 * configure: Regenerate.
9b5ecbd0 9940 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9941 * cpu-sh.c (arch_info_struct): Include sh5 item
9942 unconditionalized.
9943 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
9944 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
9945 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
9946 * elf32-sh64.c: Tweak comments.
9947 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
9948 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
9949 (sh64_elf_copy_private_data_internal): Wrap long line.
9950 (sh64_elf_merge_private_data): Rewrite to allow objects from
9951 SH64 subsets to be linked together.
9952 (INCLUDE_SHMEDIA): Define.
9953 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
9954 Parenthesize plus-expression inside or-expression.
9955 <global symbol>: Ditto.
9956 (sh_elf_set_mach_from_flags): Remove code refusing
9957 deleted EF_SH64_32BIT_ABI flag.
9b5ecbd0 9958 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9959 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
9960 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
9961 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
9962 (sh_elf_relocate_section) <local symbol>: Or 1 in
9963 calculation of relocation if sym->st_other & STO_SH5_ISA32.
9964 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
9965 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
9966 relocation.
9b5ecbd0 9967 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9968 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
9969 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
9970 Regenerate dependencies.
9971 * Makefile.in: Regenerate.
9972 * archures.c: Add bfd_mach_sh5.
9973 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
9974 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
9975 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
9976 * configure: Regenerate.
9977 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
9978 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
9979 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
9980 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
9981 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
9982 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
9983 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
9984 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
9985 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
9986 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
9987 in item for SH5.
9988 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
9989 for SHmedia relocs.
9990 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
9991 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
9992 shmedia_prepare_reloc, goto final_link_relocate if it returns
9993 non-zero, else fail as before.
9994 (sh_elf_set_mach_from_flags): Provide function only if not defined
9995 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
9996 (sh_elf_set_private_flags): Provide function only if not defined
9997 as a macro.
9998 (sh_elf_copy_private_data): Similar.
9999 (sh_elf_merge_private_data): Similar.
10000 * section.c (SEC_SH_ISA_SHMEDIA): New.
10001 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
10002 * elf32-sh64.c: New file.
10003 * libbfd.h: Regenerate.
10004 * bfd-in2.h: Regenerate.
10005 * po/POTFILES.in: Regenerate.
10006 * po/bfd.pot: Regenerate.
10007 * bfd-in2.h: Regenerate.
10008 * libbfd.h: Regenerate.
10009
e108f470
DJ
100102002-02-07 Daniel Jacobowitz <drow@mvista.com>
10011
10012 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
10013 been included, not drag it in.
10014 * bfd-in2.h: Regenerate.
10015
259d18a3
L
100162002-02-06 H.J. Lu (hjl@gnu.org)
10017
10018 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
10019 the mach and ISA fields if necessary.
10020
f13b834e
NC
100212002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
10022
10023 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
10024 ARM architecture when an F_ARM_5 flag is detected, since we cannot
10025 be sure exactly which architecture this represents.
10026
82f6addb
NC
100272002-02-05 Nick Clifton <nickc@redhat.com>
10028
10029 * po/tr.po: Updated translation.
10030
899f54f5
AM
100312002-02-05 Alan Modra <amodra@bigpond.net.au>
10032
10033 From Jimi X <jimix@watson.ibm.com>
10034 * archures (bfd_mach_ppc64): Define.
10035 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
10036 (bfd_powerpc_arch): Define.
10037 * bfd-in2.h: Regenerate.
10038 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
10039 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
10040 (bfd_powerpc_archs): Add default powerpc64 arch.
10041
248866a8
AM
100422002-02-05 Alan Modra <amodra@bigpond.net.au>
10043
10044 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
10045 against section syms in readonly sections. Don't do the global
10046 sym check if we find one.
10047 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
10048 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 10049 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
10050 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
10051 (elf_s390_grok_prstatus): Add missing prototype.
10052
4fa5c2a8
HPN
100532002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
10054
10055 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
10056 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
10057 Call bfd_get_section_by_name only once. Initialize
10058 bpodata->n_bpo_relocs_this_section.
10059 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
10060 referring to DSOs.
10061 (bpo_reloc_request_sort_fn): Don't use difference of values as
10062 return-value.
10063
537c972e
DB
100642002-02-02 David O'Brien <obrien@FreeBSD>
10065
10066 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
10067 version 4.5 and later the same as 5-CURRENT.
10068 * configure: Re-generate.
10069
006336b8
JT
100702002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
10071
10072 * config.bfd (hppa*-*-netbsd*): New target.
10073
6c571f00
PT
100742002-01-31 Philipp Thomas <pthomas@suse.de>
10075
19397422
AM
10076 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
10077 to front of message. Unify messages with elf32-arm.h. Use
10078 commas where neccessary.
10079 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
10080 ERROR in messages. Unify messages with coff-arm.c. Correct
10081 VFP/FPA error message.
10082 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
10083 APCS-32 for translation.
6c571f00 10084
930b4cb2
HPN
100852002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
10086
10087 Perform on-demand global register allocation from
10088 R_MMIX_BASE_PLUS_OFFSET relocs.
10089 * elf64-mmix.c (struct bpo_reloc_section_info, struct
10090 bpo_reloc_request, struct bpo_greg_section_info): New.
10091 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
10092 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
10093 _bfd_mmix_check_all_relocs,
10094 _bfd_mmix_prepare_linker_allocated_gregs,
10095 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
10096 (elf_mmix_howto_table): Correct src_mask for most relocs.
10097 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
10098 case.
10099 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
10100 case. Fix typo in comment. New label do_mmix_reloc.
10101 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
10102 store first object file with a base-plus-offset reloc. Call
10103 mmix_elf_check_common_relocs for the part common with mmo.
10104 (mmix_elf_final_link): Write out linker-allocated register
10105 contents section.
10106 (elf_backend_gc_sweep_hook): Define.
10107 (bfd_elf64_bfd_relax_section): Define.
10108
10109 * mmo.c: Don't include <ctype.h>
10110 (mmo_init): Correct init-once logic.
10111
3e36d993
TR
101122002-02-01 Tom Rix <trix@redhat.com>
10113
10114 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
10115
ba323545
AM
101162002-02-01 Alan Modra <amodra@bigpond.net.au>
10117
10118 * Makefile.am: Run "make dep-am"
10119 * Makefile.in: Regenerate.
10120
012884d6
DB
101212002-01-31 David O'Brien <obrien@FreeBSD>
10122
10123 * configure.in: Recognize the differences in core files from FreeBSD
10124 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
10125 5-CURRENT.
10126 * configure: Regenerate.
10127
3b16e843
NC
101282002-01-31 Ivan Guzvinec <ivang@opencores.org>
10129
10130 * coff-or32.c: New file.
10131 * cpu-or32.c: New file.
10132 * elf32-or32.c: New file.
10133 * archures.c: Add support for or32.
10134 * targets.c: Add support for or32.
10135 * bfd-in2.h: Regenerate.
7dc0ab31 10136 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
10137 coff_write_object_contents): Add support for or32.
10138 * config.bfd: Add target.
10139 * configure.in: Add support for or32.
10140 * configure: Regenerate.
10141 * Makefile.am: Add support for or32.
10142 * Makefile.in: Regenerate.
3b16e843
NC
10143 * po/SRC-POTFILES.in: Add or32 files.
10144 * po/bfd.pot: Regenerate.
7dc0ab31 10145
caf8ca8e
NC
101462002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
10147 Don Lindsay <lindsayd@cisco.com>
10148
10149 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
10150 false' with a return of a bfd_reloc_ error code.
10151
e5dfef09
HPN
101522002-01-31 Hans-Peter Nilsson <hp@axis.com>
10153
10154 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
10155 unexport unreferenced symbols when --export-dynamic. Call
10156 _bfd_elf_strtab_delref when unexporting.
10157
4e4770d0
DJ
101582002-01-30 Daniel Jacobowitz <drow@mvista.com>
10159
10160 * bfd-in.h: Include <stdbool.h> if it is available.
10161 * bfd-in2.h: Regenerated.
10162
e1fa50e7
AM
101632002-01-31 Alan Modra <amodra@bigpond.net.au>
10164
10165 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
10166 not go via the plt.
10167
b5f79c76
NC
101682002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10169
b5f79c76
NC
10170 * archures.c: Tidy up formatting of embedded comments.
10171 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 10172 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
10173 * reloc.c: Tidy up formatting of ordinary & embedded comments.
10174 * section.c: Tidy up formatting of embedded comments.
10175 * syms.c: Tidy up formatting of embedded comments.
10176 * targets.c: Tidy up formatting of embedded comments.
10177
10178 * bfd-in2.h: Regenerate.
10179
ca09e32b
NC
101802002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10181
10182 * vms-tir.c (cmd_name): New function.
10183 (tir_cmd_name): New function.
10184 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
10185 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
10186 Fix formatting.
7dc0ab31 10187
ca09e32b
NC
10188 * peXXigen.c (pe_print_idata): Rearrange message to aid in
10189 translation.
9b5ecbd0 10190 (pe_print_pdata): Rearrange message to aid in translation.
ca09e32b
NC
10191
10192 * libbfd.c (warn_deprecated): Rearrange error message to aid in
10193 translation.
10194
10195 * ihex.c (ihex_write_object_contents): Fix spelling typo.
10196
10197 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
10198
10199 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
10200 message to aid in translation.
10201
10202 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
10203 to aid in translation.
10204
10205 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
10206
7dc0ab31 102072002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
10208
10209 * coff-arm.c, elf32-elf.h: Unify messages.
10210
05f64ac6
NC
102112002-01-30 Nick Clifton <nickc@redhat.com>
10212
10213 * po/sv.po: Updated translation.
10214
f5a3e38a
NC
102152002-01-30 Philipp Thomas <pthomas@suse.de>
10216
10217 * dwarf2.c (read_abbrev): Use full section name in error message.
10218 (decode_line_info): Likewise.
661a3fd4
NC
10219
10220 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
10221 message.
10222
d926e03d
AM
102232002-01-30 Alan Modra <amodra@bigpond.net.au>
10224
10225 * elf64-ppc.c (func_desc_adjust): Only provide missing function
10226 descriptor symbols for undefined function code syms. Clear
10227 ELF_LINK_NON_ELF so that they can stay weak.
10228
030d18fb 102292002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 10230 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
10231
10232 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
10233 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
10234 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
10235 generation.
10236 * bfd-in2.h: Regenerate.
10237
fcc76bea
CD
102382002-01-29 Chris Demetriou <cgd@broadcom.com>
10239
10240 * elf32-mips.c: Add additional comments about HI16 relocation
10241 processing.
10242 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
10243 pc-relative relocations. (Reverts change made on 2001-10-31.)
10244 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
10245 for pc-relative relocations.
10246 (mips_elf_calculate_relocation): Add a comment about a kludge
10247 in the R_MIPS_GNU_REL_HI16 handling.
10248 (_bfd_mips_elf_relocate_section): Implement that kludge;
10249 adjust pc-relative HI16 relocation for difference in HI16 and
10250 LO16 addresses, since it can't easily be done in
10251 mips_elf_calculate_relocation.
10252
f9cd9119
MS
102532002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
10254
10255 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
10256 relocations with PC32 relocations for undefined or weak symbols.
10257 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
10258 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
10259
702248bb
JT
102602002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
10261
10262 * elfcore.h (elf_core_file_p): Improve comment for last change.
10263
4867be41
DJ
102642002-01-27 Daniel Jacobowitz <drow@mvista.com>
10265
10266 * configure: Regenerated.
10267
a94cef6a
JT
102682002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
10269
10270 * elfcore.h (elf_core_file_p): Set the machine architecture
10271 before processing the program headers.
10272
7562a296
HPN
102732002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
10274
966abd70
HPN
10275 * configure.in <64-bit configuration>: If using gcc, check and
10276 emit error for egcs-1.1.2.
10277 * configure: Regenerate.
10278
e8eab623
NC
102792002-01-26 Egor Duda <deo@logos-m.ru>
10280
10281 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
10282 as possible to avoid stack corruption.
10283
73896efb
RH
102842002-01-26 Richard Henderson <rth@redhat.com>
10285
10286 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
10287 for non-allocated sections.
10288
102892002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
10290
10291 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
10292 prstat.pr_reg even if it is a struct.
10293
73896efb 102942002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 10295
c5cd6d62 10296 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 10297
3d66c4f7
NC
102982002-01-25 Philipp Thomas <pthomas@suse.de>
10299
10300 * coffgen.c (coff_print_symbol): Don't mark info message
10301 for translation.
10302
9460ecda
NC
103032002-01-25 Nick Clifton <nickc@redhat.com>
10304
10305 * po/fr.po: Updated translation.
10306 * po/es.po: Updated translation.
10307
cc9ff76a
AM
103082002-01-25 Philipp Thomas <pthomas@suse.de>
10309
10310 * coff-alpha.c (alpha_relocate_section): Unify warning message
10311 for GP relative relocations without GP defined.
10312 * coff-mips.c (mips_relocate_section): Likewise.
10313
c68836a9
AM
103142002-01-25 Alan Modra <amodra@bigpond.net.au>
10315
10316 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
10317 unsigned overflow when new_offset < old_offset.
10318
e8eab623 103192002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
10320
10321 * bfd.c (_bfd_abort): Fix typo.
10322
8ba89f17
RH
103232002-01-23 Richard Henderson <rth@redhat.com>
10324
10325 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
10326 plt entries for undefweak symbols.
10327
c6953948
NC
103282002-01-23 Steve Ellcey <sje@cup.hp.com>
10329
c5cd6d62 10330 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
10331 (bfd_elf64_ia64_hpux_big_vec): Ditto.
10332 (bfd_elf32_h8300_vec): Ditto.
10333
41bd81ab
AM
103342002-01-23 Alan Modra <amodra@bigpond.net.au>
10335
10336 * elf64-ppc.c: Remove stale part of ABI comment.
10337 (NO_OPD_RELOCS): Define.
10338 (ppc64_elf_check_relocs): Use it.
10339 (ppc64_elf_relocate_section): Here too.
10340 (build_one_stub): Don't point function syms at the stub. Instead,
10341 hijack plt.offset.
10342 (ppc64_elf_relocate_section): Check whether REL24 relocs should
10343 really go to the stub. Make all dynamic relocs in opd against
10344 locals.
10345 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
10346 plt.offset.
10347
f304919d
RH
103482002-01-22 Richard Henderson <rth@redhat.com>
10349
10350 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
10351
c0ef99a7
AM
103522002-01-22 Alan Modra <amodra@bigpond.net.au>
10353
60ee0d4a
AM
10354 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
10355 TOC_BASE_OFF adjustment.
10356
c0ef99a7
AM
10357 * Makefile.am: Run "make dep-am".
10358 * Makefile.in: Regenerate.
10359 * po/SRC-POTFILES.in: Regenerate.
10360
64328b46
AM
103612002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
10362
10363 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
10364 host defines.
10365
59953665 103662002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
10367
10368 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
10369 Check for and emit error if sgot is NULL at this point.
10370
9596feea
JT
103712002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
10372
10373 * config.bfd (ia64*-*-netbsd*): New target.
10374
7b45c6e1
AM
103752002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
10376
10377 * som.c (som_write_space_strings): Comment typo fix.
10378
e5094212
AM
103792002-01-21 Alan Modra <amodra@bigpond.net.au>
10380
e86ce104
AM
10381 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
10382 is_func_descriptor fields.
10383 (link_hash_newfunc): Init them.
10384 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
10385 dot are candidates for plt entries. When processing .opd relocs,
10386 set function descriptor strings to point inside function code
10387 string, and set new ppc_link_hash_entry fields.
10388 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
10389 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
10390 function descriptors. It's now done in..
10391 (func_desc_adjust): New.
10392 (ppc64_elf_func_desc_adjust): New.
10393 (define elf_backend_always_size_sections): Define.
10394 (ppc64_elf_hide_symbol): New.
10395 (define elf_backend_hide_symbol): Define.
10396 (allocate_dynrelocs): Remove code looking up function descriptors
10397 as that has been done earlier.
10398 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
10399 table.
10400 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
10401 up function descriptor.
10402 (build_one_stub): Look up the function code sym. Check for
10403 invalid plt offsets.
10404 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
10405 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
10406
e5094212
AM
10407 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
10408 boolean param.
10409 (_bfd_elf_link_hash_hide_symbol): Likewise.
10410 * elflink.h (elf_link_add_object_symbols): Adjust call to
10411 elf_backend_hide_symbol.
10412 (elf_fix_symbol_flags): Likewise.
10413 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
10414 than bfd_alloc.
10415 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
10416 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
10417 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
10418 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
10419 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
10420 and adjust to suit.
10421 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
10422 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
10423 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
10424
40b8271b
AM
104252002-01-18 Alan Modra <amodra@bigpond.net.au>
10426
10427 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
10428 dynamic function descriptor symbol, not the associated function
10429 symbol.
10430
55baa95b
EC
104312002-01-17 Eric Christopher <echristo@redhat.com>
10432
10433 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
10434
328577ad
NC
104352002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
10436
10437 * po/bfd.pot: Regenerate.
10438 * po/fr.po: Regenerate.
10439
af746e92
AM
104402002-01-17 Alan Modra <amodra@bigpond.net.au>
10441
10442 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
10443 Remove "Elf_Internal_Shdr *" param.
10444 (_bfd_mips_elf_section_from_bfd_section): Ditto.
10445 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
10446 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
10447 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
10448 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
10449 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
10450 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
10451 function to override special sections. Remove hdr arg from
10452 backend call, and don't loop.
10453
175e9962
EC
104542002-01-16 Eric Christopher <echristo@redhat.com>
10455
10456 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
10457 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
10458 relocations requiring gp0 and gp.
10459
96a846ea
RE
104602002-01-16 Richard Earnshaw <rearnsha@arm.com>
10461
175e9962 10462 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
10463 EF_ARM_VFP_FLOAT.
10464 (elf32_arm_print_private_bfd_data): Likewise.
10465
af3ae48d
NC
104662002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
10467
10468 * po/tr.po: Import new version.
10469
10ed1bba
AM
104702002-01-16 Alan Modra <amodra@bigpond.net.au>
10471
10472 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
10473 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
10474 (ORI_R0_R0_0): Correct.
10475
5d1634d7
AM
104762002-01-16 Alan Modra <amodra@bigpond.net.au>
10477
10478 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
10479 when plt_not_loaded.
10480 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
10481 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
10482 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
10483 (ppc64_elf_glink_code): Delete.
10484 (PPC64_ELF_GLINK_SIZE): Delete.
10485 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
10486 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
10487 ORI_R0_R0_0): Define.
10488 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
10489 (struct ppc_link_hash_table): Add sstub and plt_overflow.
10490 (ppc64_elf_link_hash_table_create): Init them.
10491 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
10492 Don't copy to shared lib.
10493 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
10494 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
10495 (allocate_dynrelocs <plt>): Don't change function sym here. Make
10496 room for .stub and .glink code.
10497 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
10498 DT_PPC64_GLINK.
10499 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
10500 bfd_elf64_bfd_final_link.
10501 (bfd_elf64_bfd_final_link): Don't define.
10502 (ppc64_elf_size_stubs): New.
10503 (build_plt_stub): New.
10504 (build_one_stub): New.
10505 (ppc64_elf_build_stubs): New.
10506 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
10507 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
10508 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
10509 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
10510 case output sections not separate. Adjust DT_RELASZ to not
10511 include plt relocs. Set reserved got entry. Set got and plt
10512 entry size.
10513 (elf_backend_got_header_size): Set to 8.
10514 * elf64-ppc.h: New file.
10515
c601ffdb
AM
105162002-01-16 Alan Modra <amodra@bigpond.net.au>
10517
10518 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
10519 sections, use bfd_section_list_remove.
10520 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
10521 * elflink.h (elf_link_add_object_symbols): When removing all
10522 sections, use bfd_section_list_clear.
10523
8fb4cb7f
NC
105242002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
10525
10526 * po/sv.po: New file: Swedish translation.
10527 * configure.in (ALL_LINGUAS): Add sv.
10528 * configure: Regenerate.
10529
d3c456e9
JJ
105302002-01-15 Jakub Jelinek <jakub@redhat.com>
10531
10532 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
10533 * elf.c (merge_sections_remove_hook): New function.
10534 (_bfd_elf_merge_sections): Pass it as 3rd argument to
10535 _bfd_merge_sections.
10536 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
10537 * libbfd.h: Rebuilt.
10538 * merge.c (_bfd_merge_sections): Add remove_hook argument.
10539 Call remove_hook if a SEC_EXCLUDE section is encountered.
10540
1f7fd478
NC
105412002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
10542
10543 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
10544 (xstormy16_reloc_map): Initialise new field with correct howto
10545 table.
10546 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
10547 howto entry.
10548
b87011e9
MS
105492002-01-10 Michael Snyder <msnyder@redhat.com>
10550
10551 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
10552 (elfcore_write_pstatus): Use long instead of pid_t;
10553 * elf-bfd.h: Change prototypes to use long instead of pid_t;
10554
175e9962 105552002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
10556
10557 * elf.c: Update copyright years.
10558 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
10559 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
10560
7c76fa91
MS
105612002-01-08 Michael Snyder <msnyder@redhat.com>
10562
10563 Add capability to write corefile note sections, for gdb.
10564 * elf.c (elfcore_write_note): New function.
10565 (elfcore_write_prpsinfo): New function.
10566 (elfcore_write_prstatus): New function.
10567 (elfcore_write_pstatus): New function.
10568 (elfcore_write_prfpreg): New function.
10569 (elfcore_write_prxfpreg): New function.
97996af6 10570 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 10571
e1fddb6b
AO
105722002-01-08 Alexandre Oliva <aoliva@redhat.com>
10573
10574 * elf.c (elf_fake_sections): Propagate errors from
10575 elf_backend_fake_section.
10576
8d05742f
JT
105772002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
10578
10579 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
10580 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
10581 (elf32-sh-nbsd.lo): New rule.
10582 * Makefile.in: Regenerate.
10583 * config.bfd (sh*le-*-netbsdelf*): New target.
10584 (sh*-*-netbsdelf*): New target.
10585 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
10586 (bfd_elf32_shnbsd_vec): New vector.
10587 (bfd_elf32_shlnbsd_vec): New vector.
10588 * configure: Regenerate.
10589 * elf32-sh-nbsd.c: New file.
10590 * targets.c: Update copyright years.
175e9962 10591 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
10592 bfd_elf32_shnbsd_vec.
10593
1dba4cb4
AH
105942002-01-07 Aldy Hernandez <aldyh@redhat.com>
10595
10596 * coff-rs6000.c (READ20): Use bfd_scan_vma.
10597
47b22aef
GK
105982002-01-07 Geoffrey Keating <geoffk@redhat.com>
10599
10600 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
10601 of a symbol in a section that will be deleted.
10602
be2d1673
NC
106032002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
10604
10605 * po/es.po: New file: Spanish translation.
10606 * configure.in (ALL_LINGUAS): Add es.
10607 * configure: Regenerate.
10608
d9cf1b54
AM
106092002-01-06 Steve Ellcey <sje@cup.hp.com>
10610
10611 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
10612 argument so we can handle HP-UX specially.
10613 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
10614 (elfNN_hpux_backend_section_from_bfd_section): New for support
10615 of SHN_IA_64_ANSI_COMMON.
10616 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
10617 (is_unwind_section_name): Add special HP-UX support.
10618 (elfNN_ia64_section_from_shdr): Add support for more sections.
10619 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
10620 add support for more sections.
10621 (elfNN_ia64_additional_program_headers): Modify
10622 is_unwind_section_name call.
10623 (elfNN_ia64_modify_segment_map): Remove assumption that there is
10624 only one unwind section in segment.
10625
3f3c5c34
AM
106262002-01-06 Alan Modra <amodra@bigpond.net.au>
10627
10628 * syms.c (_bfd_generic_make_empty_symbol): New function.
10629 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
10630 _bfd_generic_make_empty_symbol.
10631 * libbfd.h: Regenerate.
10632 * bfd-in2.h: Regenerate.
10633 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
10634 (hppabsd_core_get_symtab_upper_bound): Don't define.
10635 (hppabsd_core_get_symtab): Likewise.
10636 (hppabsd_core_print_symbol): Likewise.
10637 (hppabsd_core_get_symbol_info): Likewise.
10638 (hppabsd_core_bfd_is_local_label_name): Likewise.
10639 (hppabsd_core_get_lineno): Likewise.
10640 (hppabsd_core_find_nearest_line): Likewise.
10641 (hppabsd_core_bfd_make_debug_symbol): Likewise.
10642 (hppabsd_core_read_minisymbols): Likewise.
10643 (hppabsd_core_minisymbol_to_symbol): Likewise.
10644 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
10645 Formatting fixes.
10646 * hpux-core.c: Similarly.
10647 * irix-core.c: Similarly.
10648 * osf-core.c: Similarly.
10649 * sco5-core.c: Similarly.
10650 * binary.c (binary_make_empty_symbol): Remove function, define as
10651 _bfd_generic_make_empty_symbol.
10652 * ihex.c (ihex_make_empty_symbol): Likewise.
10653 * mmo.c (mmo_make_empty_symbol): Likewise.
10654 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
10655 * srec.c (srec_make_empty_symbol): Likewise.
10656 * versados.c (versados_make_empty_symbol): Likewise.
10657 * vms.c (_bfd_vms_make_empty_symbol): Remove.
10658 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
10659 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
10660 rather than _bfd_vms_make_empty_symbol.
10661 * vms-misc.c (new_symbol): Likewise.
10662
3f0a7f7f
AM
106632002-01-05 Alan Modra <amodra@bigpond.net.au>
10664
9e7b37b3
AM
10665 * section.c (bfd_section_init): Remove unnecessary initialisations.
10666 (bfd_section_list_clear): New function.
10667 (bfd_section_list_remove, bfd_section_list_insert): New macros.
10668 (_bfd_strip_section_from_output): Use them.
10669 * coffcode.h (coff_set_alignment_hook): Likewise.
10670 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
10671 * elf64-mips.c (mips_elf64_final_link): Likewise.
10672 * elf64-mmix.c (mmix_elf_final_link): Likewise.
10673 * sunos.c (sunos_add_dynamic_symbols): Likewise.
10674 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
10675 * bfd-in2.h: Regenerate.
10676
10677 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
10678 rather than doing our own section handling. Clean up after errors
10679 with bfd_release and bfd_section_list_clear. Handle unexpected
10680 flags.
10681 * aoutf1.h (sunos4_core_file_p): Likewise.
10682 * aix386-core.c (aix386_core_file_p): Likewise.
10683 * cisco-core.c (cisco_core_file_validate): Likewise.
10684 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
10685 * trad-core.c (trad_unix_core_file_p): Likewise.
10686
9b5ecbd0 10687 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
9e7b37b3
AM
10688 with bfd_release and bfd_section_list_clear.
10689 * hpux-core.c (hpux_core_core_file_p): Likewise.
10690 * irix-core.c (irix_core_core_file_p): Likewise.
10691 * lynx-core.c (lynx_core_file_p): Likewise.
10692 * osf-core.c (osf_core_core_file_p): Likewise.
10693 * rs6000-core.c (rs6000coff_core_p): Likewise.
10694 * sco5-core.c (sco5_core_file_p): Likewise.
10695
3f0a7f7f
AM
10696 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
10697 sign extension adjustments without conditionals.
10698
a3aa38ee
JJ
106992002-01-04 Jakub Jelinek <jakub@redhat.com>
10700
10701 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
10702 CIE at .eh_frame start is removed due to no FDEs referencing it.
10703
8a8b2d4b
AJ
107042002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10705
10706 * config.bfd (x86_64-*-netbsd*): New target.
10707 * configure.in (x86_64-*-netbsd*): Set COREFILE
10708 to netbsd-core.lo.
10709 * configure: Regenerated.
10710
04b5af89
TR
107112002-01-03 Tom Rix <trix@redhat.com>
10712
10713 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
10714 for recent bfd_make_section_anyway change.
10715
51c5503b
NC
107162002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
10717
10718 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
10719 R_ARM_THM_PC11 reloc.
10720
07f7c046
NC
107212002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10722
10723 * configure.in (LINGUAS): Add ja.
10724 * configure: Regenerate.
10725 * po/ja.po: Import from translation project's web site.
10726
5eefb65f
NC
107272002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10728
10729 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
10730 messages to ease translation into other languages.
10731
39e90f10 10732For older changes see ChangeLog-0001
56882138
AM
10733\f
10734Local Variables:
10735mode: change-log
10736left-margin: 8
10737fill-column: 74
10738version-control: never
10739End:
This page took 0.71828 seconds and 4 git commands to generate.