Add ColdFire test
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
c9ac8978
NC
12003-10-22 Nick Clifton <nickc@redhat.com>
2
3 * peicode.h (coff_swap_scnhdr_in): Only remove padding when
4 processing an executable.
5
108ba305
JJ
62003-10-22 Jakub Jelinek <jakub@redhat.com>
7
8 * elflink.c (_bfd_elf_export_symbol): Adjust for globals and locals
9 field changes.
10 (_bfd_elf_link_assign_sym_version): Likewise.
11 * elflink.h (size_dynamic_sections): Likewise.
12
af9ba621
CV
132003-10-21 Alexandre Oliva <aoliva@redhat.com>,
14 Michael Snyder <msnyder@redhat.com>
15
16 * archures.c (bfd_mach_sh4a, bfd_mach_sh4al_dsp, bfd_mach_sh4_nofpu,
17 bfd_mach_sh4a_nofpu): New machine types.
18 * bfd-in2.h: Rebuilt.
19 * cpu-sh.c (compatible): Remove unused function.
20 (SH4A_NEXT, SH4AL_DSP_NEXT, SH4_NOFPU_NEXT, SH4A_NOFPU_NEXT): New.
21 (arch_info_struct): Add sh4a, sh4al_dsp, sh4-nofpu and sh4a-nofpu.
22 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle them.
23
5a21e886
NC
242003-10-21 Wouter van Heyst <wouter@vidicode.nl>
25
26 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Correct text
27 describing mismatched formats involving the Maverick FP type.
28
b749473b
NC
292003-10-21 Anil Paranjpe <anilp1@KPITCummins.com>
30
31 * binary.c (binary_object_p): Pass machine flag along with
32 architecture.
33
3e602632
NC
342003-10-21 Thorsten Brehm <brehm@gmx.net>
35
36 * archures.c (bfd_default_scan): Add support for mcf528x.
37 * ieee.c (ieee_write_processor): Likewise.
38
392003-10-21 Peter Barada <pbarada@mail.wm.sps.mot.com>
40 Bernardo Innocenti <bernie@develer.com>
41
42 * archures.c: Add MCF528x (MCFv4) support.
43 * bfd/cpu-m68k.c (arch_info_struct): Likewise.
44 * bfd-in2.h: Regenerate.
45
198beae2
AC
462003-10-20 Andrew Cagney <cagney@redhat.com>
47
48 * targets.c: Replace "struct sec" with "struct bfd_section"
49 * syms.c, sparclynx.c, section.c, opncls.c: Ditto.
50 * libcoff-in.h, libbfd-in.h, elfxx-target.h: Ditto.
51 * elf.c, coffgen.c, bfd.c, bfd-in.h, aoutf1.h: Ditto.
52 * aout-tic30.c, aout-target.h:
53 * bfd-in2.h, libcoff.h, libbfd.h: Regenerate.
54
4e2147ff
HPN
552003-10-18 Hans-Peter Nilsson <hp@bitrange.com>
56
f60ebe14
HPN
57 Support linker relaxation of new R_MMIX_PUSHJ_STUBBABLE relocs.
58 * elf64-mmix.c (MAX_PUSHJ_STUB_SIZE): New macro.
59 (struct _mmix_elf_section_data): New member pjs.
60 (mmix_set_relaxable_size, mmix_elf_get_section_contents): New
61 functions.
62 (elf_mmix_howto_table): New entry for R_MMIX_PUSHJ_STUBBABLE.
63 (mmix_reloc_map): Ditto.
64 (mmix_elf_relocate_section): Handle R_MMIX_PUSHJ_STUBBABLE.
65 (mmix_final_link_relocate, mmix_elf_check_common_relocs): Ditto.
66 (mmix_elf_perform_relocation): Ditto. Don't mark parameter addr
67 unused.
68 (mmix_elf_check_relocs): Move early return to after
69 mmix_elf_check_common_relocs call.
70 (mmix_elf_symbol_processing): Fix cut-and-pasto in head comment.
71 (_bfd_mmix_before_linker_allocation): Rename from
72 _bfd_mmix_prepare_linker_allocated_gregs. All referers changed.
73 Arrange to set the initial relaxable size of sections.
74 (_bfd_mmix_after_linker_allocation): Rename from
75 _bfd_mmix_finalize_linker_allocated_gregs.
76 (mmix_elf_relax_section): Relax a R_MMIX_PUSHJ_STUBBABLE reloc.
77 (bfd_elf64_get_section_contents): Define.
78 * reloc.c: Add ENUMX for BFD_RELOC_MMIX_PUSHJ_STUBBABLE.
79 * libbfd.h, bfd-in2.h: Regenerate.
80
4e2147ff
HPN
81 * reloc.c (bfd_generic_relax_section): Default-set
82 section->_cooked_size here.
83 (bfd_generic_get_relocated_section_contents): Don't set it here.
84 Explain why.
85
4b71bec0
DA
862003-10-17 John David Anglin <dave.anglin@nrc-cnrc.gc.ca>
87
88 * elf32-hppa.c (elf32_hppa_relocate_section): Skip relocation if
89 output section has been discarded.
90
d4e2de6b
NC
912003-10-17 Shrinivas Atre <shrinivasa@KPITCummins.com>
92
93 * coff-h8300.c (funcvec_hash_newfunc): Handle normal mode.
94 (h8300_reloc16_extra_cases): Likewise.
95 (h8300_bfd_link_add_symbols): Likewise.
96
972003-10-17 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
98
99 * cpu-h8300.c (h8300sxn_info_struct): Correct address size.
100 (h8300sn_info_struct): Likewise.
101 (h8300hn_info_struct): Likewise.
102
98a96df7
CF
1032003-10-16 Pavel Roskin <proski@gnu.org>
104
105 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Don't calculate image size
106 for sections which lack size info.
107
2cefff79
DS
1082003-10-17 Danny Smith <dannysmith@users.sourceforge.net>
109
110 * configure.host: Add __USE_MINGW_FSEEK to HDEFINES for
111 mingw32.
112
3e0e1ef1
L
1132003-10-16 H.J. Lu <hongjiu.lu@intel.com>
114
115 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Also warn
116 undefined patterns with '*'.
117
9da84788
L
1182003-10-16 H.J. Lu <hongjiu.lu@intel.com>
119
120 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't
121 use the last CIE from a different section.
122 (_bfd_elf_write_section_eh_frame): Don't pad beyond the raw
123 size of the output section.
124
ac393995
RM
1252003-10-07 Roland McGrath <roland@redhat.com>
126
127 * elf.c (_bfd_elf_make_section_from_phdr): Set alignment_power of
128 new section from p_align header field.
129
7aaa0689
L
1302003-10-16 H.J. Lu <hongjiu.lu@intel.com>
131
132 * elf32-xtensa.c (xtensa_read_table_entries): The external size
133 of entry is 8 bytes.
134
6cee3f79
AC
1352003-10-15 Andrew Cagney <cagney@redhat.com>
136
137 * targets.c (BFD_JUMP_TABLE_SYMBOLS): Replace NAME##_get_symtab
138 with NAME##_canonicalize_symtab.
139 * libcoff-in.h (coff_canonicalize_symtab): Update.
140 * xsym.h (bfd_sym_canonicalize_symtab): Update.
141 * elf-bfd.h (_bfd_elf_canonicalize_symtab): Update.
142 * coffgen.c (coff_canonicalize_symtab): Update.
143 * libbfd-in.h (_bfd_nosymbols_canonicalize_symtab): Update.
144 * libnlm.h (nlmNAME(canonicalize_symtab)): Update.
145 * ieee.c (ieee_vec): Update comment.
146 * libecoff.h (_bfd_ecoff_canonicalize_symtab): Update.
147 * mmo.c (mmo_canonicalize_symtab): Update.
148 * nlm-target.h (nlm_canonicalize_symtab): Update.
149 * nlmcode.h (nlm_canonicalize_symtab): Update.
150 * i386msdos.c (msdos_canonicalize_symtab): Update.
151 * hp300hpux.c (MY (canonicalize_symtab)): Update.
152 * oasys.c (oasys_canonicalize_symtab): Update.
153 * som.c (som_canonicalize_symtab): Update.
154 * pef.c (bfd_pef_canonicalize_symtab): Update.
155 * nlmcode.h (nlm_canonicalize_symtab): Update.
156 * xsym.c (bfd_sym_canonicalize_symtab): Update.
157 * vms.c (vms_canonicalize_symtab): Update.
158 * versados.c (versados_canonicalize_symtab): Update.
159 * mach-o.c (bfd_mach_o_canonicalize_symtab): Update.
160 * ieee.c (ieee_canonicalize_symtab): Update.
161 * pdp11.c (NAME(aout,canonicalize_symtab)): Update.
162 * reloc.c: Update comment.
163 * libaout.h (NAME(aout,canonicalize_symtab)): Update.
164 * coff64-rs6000.c (aix5coff64_vec): Update.
165 * coff64-rs6000.c (bfd_xcoff_aix5_backend_data): Update.
166 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update.
167 * aoutx.h (NAME(aout,canonicalize_symtab)): Update.
168 * elfxx-target.h (bfd_elfNN_canonicalize_symtab): Update.
169 * hp300hpux.c (MY_canonicalize_symtab): Update.
170 * ecoff.c (_bfd_ecoff_canonicalize_symtab): Update.
171 * aout-tic30.c (MY_canonicalize_symtab): Update.
172 * aout-target.h (MY_canonicalize_symtab): Update.
173 * ppcboot.c (ppcboot_canonicalize_symtab): Update.
174 * elf.c (_bfd_elf_canonicalize_symtab): Update.
175 * elfcode.h (elf_canonicalize_symtab): Update.
176 * ihex.c (ihex_canonicalize_symtab): Update.
177 * tekhex.c (tekhex_canonicalize_symtab): Update.
178 * binary.c (binary_canonicalize_symtab): Update.
179 * srec.c (srec_canonicalize_symtab): Update.
180
6288878d
KH
1812003-10-15 Kazu Hirata <kazu@cs.umass.edu>
182
183 * elf32-h8300.c (elf_reloc_map): Fix a comment typo.
184
46e993b9
KK
1852003-10-15 Kaz Kojima <kkojima@rr.iij4u.or.jp>
186
187 * elf32-sh.c (sh_elf_relocate_section): Handle R_SH_IMM_*_PCREL
188 relocations.
189 (sh_elf_check_relocs): Likewise.
190
191 * elf32-sh64.c (elf_backend_merge_symbol_attribute): Define.
192 (sh64_elf_merge_symbol_attribute): New.
193 * elf64-sh64.c (elf_backend_merge_symbol_attribute): Define.
194 (sh64_elf64_merge_symbol_attribute): New.
195
9bf7216d
KK
1962003-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
197
198 * elf-bfd.h (struct elf_backend_data): New function pointer member
199 elf_backend_merge_symbol_attribute.
200 * elflink.h (elf_link_add_object_symbols): Adjust call to
201 elf_backend_merge_symbol_attribute if the backend defined it.
202 * elfxx-target.h (elf_backend_merge_symbol_attribute): New macro.
203 (elfNN_bed): Add that to the initializer.
204
b614a702
BW
2052003-10-14 Bob Wilson <bob.wilson@acm.org>
206
207 * elf32-xtensa.c (get_is_linkonce_section): Delete.
208 (xtensa_is_property_section, xtensa_is_littable_section): Use
209 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Do not recognize
210 linkonce sections containing ".xt.insn" and ".xt.lit" substrings.
211 (xtensa_get_property_section_name): Check section name instead of
212 calling get_is_linkonce_section. Remove unused bfd parameter. Use
213 XTENSA_INSN_SEC_NAME and XTENSA_LIT_SEC_NAME macros. Never generate
214 linkonce section names by appending ".xt.insn" or ".xt.lit".
215 (xtensa_read_table_entries): Remove bfd argument in call to
216 xtensa_get_property_section_name. Free section name when done.
217 (elf_xtensa_combine_prop_entries): Free leaking table.
218
98a8deaf
RS
2192003-10-13 Richard Sandiford <rsandifo@redht.com>
220
221 * elfxx-mips.c (_bfd_mips_elf_size_dynamic_sections): Don't add
222 DT_MIPS_LIBLIST or DT_MIPS_CONFLICT entries.
223 (_bfd_mips_elf_finish_dynamic_symbol): Don't handle them. Don't
224 handle DT_MIPS_MSYM. Set DT_RELSZ based on the number of relocations
225 that were needed.
226 (_bfd_mips_elf_modify_segment_map): Fix placement of PT_MIPS_OPTIONS.
227 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_UCODE.
228
3f7deb8a
L
2292003-10-13 H.J. Lu <hongjiu.lu@intel.com>
230
231 * bfd-in.h (bfd_elf32_ia64_after_parse): New prototype.
232 (bfd_elf64_ia64_after_parse): Likewise.
233 * bfd-in2.h: Regenerated.
234
235 * elfxx-ia64.c (oor_ip): New.
236 (oor_branch_size): Likewise.
237 (bfd_elfNN_ia64_after_parse): Likewise.
238 (elfNN_ia64_relax_section): Use oor_ip if oor_branch_size
239 equals sizeof (oor_ip).
240
0c72ffe0
KK
2412003-10-12 Kaz Kojima <kkojima@rr.iij4u.or.jp>
242
243 * elf64-sh64.c (sh_elf64_relocate_section): Tidy up for the
244 renumbering of some relocation numbers.
245
8d6ad26e
AM
2462003-10-11 Alan Modra <amodra@bigpond.net.au>
247
248 * coff-sh.c: Move definition of MAP and guard more code with
249 COFF_IMAGE_WITH_PE.
a7f49d81
AM
250
251 * section.c (bfd_get_section_size_before_reloc): Ignore reloc_done.
16b79bec 252 * bfd-in2.h: Regenerate.
a7f49d81 253
ede6aaf3
L
2542003-10-10 H.J. Lu <hongjiu.lu@intel.com>
255
256 * Makefile.am: Run "make dep-am".
257 * Makefile.in: Regenerate.
258 * doc/Makefile.in: Likewise.
259
a3aa4448
L
2602003-10-09 H.J. Lu <hongjiu.lu@intel.com>
261
262 * cofflink.c: Include "safe-ctype.h".
263 (coff_link_add_symbols): Use ISDIGIT instead of isdigit.
264
9c8ee639
DB
2652003-10-08 Dave Brolley <brolley@redhat.com>
266 On behalf of Michael Snyder <msnyder@redhat.com>
267
268 * archures.c: Add FRV fr550 machine.
269 * cpu-frv.c: Ditto.
270 * elf32-frv.c: Ditto.
271 * bfd-in2.h: Regenerate.
272
6a691779
TS
2732003-10-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
274
275 * elfxx-mips.c (STUB_MOVE,STUB_LI16): Fix stub code
276 for non-SGI N64 ABI. Improve code consitency.
277
b15b52ef
AO
2782003-10-07 Alexandre Oliva <aoliva@redhat.com>
279
280 * elf32-frv.c (elf32_frv_howto_table): Set R_FRV_LABEL16's
281 rightshift to 2.
282
cd339148
NS
2832003-10-07 Nathan Sidwell <nathan@codesourcery.com>
284
29ca8dc5
NS
285 * libbfd-in.h (_bfd_link_section_stabs): Add string offset
286 parameter.
287 * cofflink.c (coff_link_add_symbols): Deal with split stab
288 sections.
289 * elflink.h (elf_link_add_object_symbols): Deal with split stab
290 sections.
291 * stabs.c (_bfd_link_section_stabs): Add string offset parameter.
292 * libbfd.h: Regenerated.
293
cd339148
NS
294 * coffcode.h (coff_set_alignment_hook): With PE_COFF reloc
295 overflow, set reloc start position to after the count
296 reloc. Subtract one from num relocs. Give error on 0xffff relocs
297 and no overflow.
298 * cofflink.c (_bfd_coff_final_link): Deal with PE_COFF reloc
299 overflow.
300 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Do overflow if >=
301 0xffff.
302
10cf14ea
L
3032003-10-06 H.J. Lu <hongjiu.lu@intel.com>
304
305 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Pad the
306 last CIE/FDE if needed.
307
afa105f8
NC
3082003-10-06 Nick Clifton <nickc@redhat.com>
309
310 * targets.c (_bfd_target_vector): Include bfd_elf64_sparc_vec if
311 BFD64 is enabled.
312
85cf2a8a
NC
3132003-10-06 Matt Thomas <matt@3am-software.com>
314
8d6ad26e 315 * config.bfd: Move the hppa*-*-netbsd* case to the hppa*-*-linux* case.
85cf2a8a 316
4615568e
NC
3172003-10-06 Robert Millan <robertmh@gnu.org>
318
319 * configure.in: Match GNU/KNetBSD with new knetbsd*-gnu triplet.
320 * config.bfd: Likewise.
321 * configure: Regenerate.
322
8b7cf393
CG
3232003-10-04 Christian Groessler <chris@groessler.org>
324
325 * coff-z8k.c (extra_case): Fix displacement length check for R_JR
326 and R_CALLR.
327
0a6a3ebe
SC
3282003-10-04 Stephane Carrez <stcarrez@nerim.fr>
329
330 * elf32-m68hc1x.c: Update to ISO C90; replace PTR with void*.
331 * elf32-m68hc11.c: Likewise.
332 * elf32-m68hc12.c: Likewise.
333 * elf32-m68hc1x.h: Likewise.
334
17e58af0
SC
3352003-10-04 Stephane Carrez <stcarrez@nerim.fr>
336
337 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Fix merge
338 of flags between HC12 and HCS12.
339
27c630ba
NC
3402003-10-04 Bryce McKinlay <bryce@mckinlay.net.nz>
341
342 * merge.c (_bfd_merge_sections): Set SEC_EXCLUDE flag on sections
343 which become empty after merging.
344
1fc0d173
JJ
3452003-09-30 Jakub Jelinek <jakub@redhat.com>
346
347 * elfxx-ia64.c (ia64_howto_table): Fix size of R_IA64_TPREL64[LM]SB,
348 R_IA64_DTPREL{32,64}[LM]SB and R_IA64_DTPMOD64[LM]SB.
349
5f74bc13
CD
3502003-09-30 Chris Demetriou <cgd@broadcom.com>
351
352 * archures.c (bfd_mach_mipsisa64r2): New define.
353 * bfd-in2.h: Regenerate.
354 * aoutx.h (NAME(aout,machine_type)): Handle bfd_mach_mipsisa64r2.
355 * cpu-mips.c (I_mipsisa64r2): New enum value.
356 (arch_info_struct): Add entry for I_mipsisa64r2.
357 * elfxx-mips.c (_bfd_elf_mips_mach)
358 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_64R2.
359 (mips_set_isa_flags): Add bfd_mach_mipsisa64r2 case.
360 (mips_mach_extensions): Add entry for bfd_mach_mipsisa64r2.
361
b59dd4a5
L
3622003-09-29 H.J. Lu <hongjiu.lu@intel.com>
363
364 * elfxx-ia64.c (elfNN_hpux_backend_symbol_processing): New.
365 Handle SHN_IA_64_ANSI_COMMON.
366 (elf_backend_section_from_bfd_section): Defined.
367
243ef1e0
L
3682003-09-26 H.J. Lu <hongjiu.lu@intel.com>
369
370 * elflink.c (elf_link_read_relocs_from_section): Add an argument
371 of a pointer to section. Check bad symbol index.
372 (_bfd_elf_link_read_relocs): Modify calls to
373 elf_link_read_relocs_from_section.
374
d38eb334
DD
3752003-09-23 DJ Delorie <dj@redhat.com>
376
377 * elf32-sh.c (sh_elf_howto_table): R_SH_SWITCH8,
378 R_SH_GNU_VTINHERIT, R_SH_GNU_VTENTRY,
379 R_SH_LOOP_START,R_SH_LOOP_END moved to "reserved" spaces,
380 R_SH_DIR16, R_SH_DIR8, R_SH_DIR8UL, R_SH_DIR8UW, R_SH_DIR8U,
381 R_SH_DIR8SW, R_SH_DIR8S, R_SH_DIR4UL, R_SH_DIR4UW, R_SH_DIR4U,
382 R_SH_PSHA, R_SH_PSHL added.
383 (sh_reloc_map): Add R_SH_DIR16 and R_SH_DIR8.
384 (sh_elf_relocate_section): Support new relocs.
385
f0578e28
BW
3862003-09-23 Bob Wilson <bob.wilson@acm.org>
387
388 * elf32-xtensa.c (elf_xtensa_relocate_section): Fix typo that clobbered
389 dynamic relocation offsets.
390
010b84c1
AM
3912003-09-23 Alan Modra <alan@modra.org>
392
393 * simple.c (bfd_simple_get_relocated_section_contents): Free the
394 hash table using _bfd_generic_link_hash_table_free.
395
7dcb9820
AM
3962003-09-23 Alan Modra <alan@modra.org>
397
398 * elf-bfd.h (struct bfd_elf_special_section): Remove "suffix". Change
399 type of prefix_length and suffix_length to int. Rename "attributes"
400 to "attr". Comment.
401 (_bfd_elf_get_sec_type_attr): Update prototype.
402 * elf.c (get_special_section): Rewrite.
403 (_bfd_elf_get_sec_type_attr): Return struct rather than passing in
404 attr and type pointers.
405 (_bfd_elf_new_section_hook): Adjust for above.
406 (special_sections): Merge suffix with prefix. Set
407 prefix_length for all entries. Set suffix_length appropriately.
408 * elf32-m32r.c (m32r_elf_special_sections): Likewise.
409 * elf32-m68hc11.c (elf32_m68hc11_special_sections): Likewise.
410 * elf32-m68hc12.c (elf32_m68hc12_special_sections): Likewise.
411 * elf32-mcore.c (mcore_elf_special_sections): Likewise.
412 * elf32-sh64.c (sh64_elf_special_sections): Likewise.
413 * elf32-v850.c (v850_elf_special_sections): Likewise.
414 * elf32-xtensa.c (elf_xtensa_special_sections): Likewise.
415 * elf64-alpha.c (elf64_alpha_special_sections): Likewise.
416 * elf64-hppa.c (elf64_hppa_special_sections): Likewise.
417 * elf64-ppc.c (ppc64_elf_special_sections): Likewise.
418 * elf64-sh64.c (sh64_elf64_special_sections): Likewise.
419 * elfxx-ia64.c (elfNN_ia64_special_sections): Likewise.
420 * elfxx-mips.c (_bfd_mips_elf_special_sections): Likewise.
421 * elf32-ppc.c (ppc_elf_special_sections): Likewise. Fix .plt flags.
422
61bcf373
DJ
4232003-09-21 Daniel Jacobowitz <drow@mvista.com>
424
425 * elf64-alpha.c (elf64_alpha_create_got_section): Initialize
426 ->got if the section already exists.
427
8bfd78b3
NS
4282003-09-19 Nathan Sidwell <nathan@codesourcery.com>
429
430 * dwarf2.c (decode_line_info): Cope with an initially empty
431 filename table.
432
6726e1ea
L
4332003-09-18 H.J. Lu <hongjiu.lu@intel.com>
434
435 * acinclude.m4: Include ../config/accross.m4.
436 * aclocal.m4: Regenerated.
437
438 * configure.host (HOST_64BIT_TYPE): Remove if it is set to long
439 or long long.
440 (HOST_U_64BIT_TYPE): Remove if it is set to unsigned long long.
441 (host64): Remove if HOST_64BIT_TYPE is set to long.
442
443 * configure.in (HOST_64BIT_TYPE): Set according to the size of
444 long and long long.
445 (HOST_U_64BIT_TYPE): Likewise.
446 (host64): Likewise.
447 * configure: Regenerated.
448
5de3bf90
AM
4492003-09-19 Alan Modra <amodra@bigpond.net.au>
450
451 * elf.c (elfcore_write_note): Don't use sizeof(Elf_External_note)
452 since some ABIs round up the size of the struct.
453
9e4d8df3
L
4542003-09-18 H.J. Lu <hongjiu.lu@intel.com>
455
456 * elflink.c (_bfd_elf_merge_symbol): Allow type change if
457 the old symbol is undefined and the new symbol is defined.
458
228ce064
AS
4592003-09-18 Andreas Schwab <schwab@suse.de>
460
461 * simple.c (bfd_simple_get_relocated_section_contents): Use
462 _bfd_generic_link_hash_table_create instead of
463 bfd_link_hash_table_create.
464
fdbdabdd
L
4652003-09-10 H.J. Lu <hongjiu.lu@intel.com>
466
467 * elfxx-ia64.c (elfNN_ia64_special_sections): Mark all sections
468 started with ".sbss" or "".sdata" as SHF_IA_64_SHORT.
469
a252afa4
DA
4702003-09-10 John David Anglin <dave.anglin@nrc-cnrc.nrc.ca>
471 Randolph Chung <randolph@tausq.org>
472
473 * elf32-hppa.c (struct elf32_hppa_link_hash_entry,
474 hppa_link_hash_newfunc, hppa_build_one_stub,
475 elf32_hppa_adjust_dynamic_symbol, mark_PIC_calls, allocate_plt_static,
476 allocate_dynrelocs, elf32_hppa_size_dynamic_sections,
477 elf32_hppa_finish_dynamic_symbol): Remove pic_call field and all code
478 for generating import stubs for calls to statically linked PIC
479 functions.
480 (hppa_type_of_stub): Don't generate an import stub for calls to
481 statically linked pic functions. Generate import stubs for calls
482 in a shared object, to functions not in a regular file, and to
483 defined weak functions. Add new argument INFO.
484 (hppa_build_one_stub): Don't undef ADDIL_DP.
485 (elf32_hppa_check_relocs): Don't set SEC_HAS_GOT_REF flag.
486 (elf32_hppa_size_stubs): Pass info to hppa_type_of_stub.
487 (final_link_relocate): Change all DLTIND relocs to DPREL relocs in a
488 non-shared link. Convert instructions that use the the linkage table
489 pointer, or a facsimile thereof, to use the global data pointer when
490 the reloc has been changed.
491
42acdc7c
JB
4922003-09-08 Joel Brobecker <brobecker@gnat.com>
493
494 * archures.c: Add new machine names for hppa.
495 * bfd-in2.h: Regenerate.
496 * cpu-hppa.c: Use the new machine names.
497
2a0e29b4
SC
4982003-09-06 Stephane Carrez <stcarrez@nerim.fr>
499
500 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
501 all_local_syms member.
502 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
503 to get the local symbols.
504
3f533aa9
SC
5052003-09-06 Stephane Carrez <stcarrez@nerim.fr>
506
507 * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
508 (elf_backend_special_sections): Define.a
509
510 PR savannah/4950:
511 * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
512 section is read-only.
513
8ad30312
NC
5142003-09-04 Nick Clifton <nickc@redhat.com>
515
516 * archures.c (bfd_mach_v850e1): Define.
517 * bfd-in2.h: Regenerate.
518 * cpu-v850.h (scan): Accept bfd_mach_v850e1.
519 (arch_info_struct): Include an entry for bfd_mach_v850e1.
520 * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
521 (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
522 (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
523 (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
524 linked with v850e binaries. Mark the output as v850e.
5de3bf90 525
3922a8c1
NC
5262003-09-03 Nick Clifton <nickc@redhat.com>
527
5de3bf90 528 * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
3922a8c1
NC
529 symbols that are used in relocs.
530
13dfd2d0
NC
5312003-08-30 Robert Millan <robertmh@gnu.org>
532
533 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
534 * config.bfd: Likewise.
535 * configure: Regenerate.
536
1c0881dd
CG
5372003-08-31 Christian Groessler <chris@groessler.org>
538
539 * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
540 instead of returning bfd_reloc_continue.
541
ac0e732e
AJ
5422003-08-31 Andreas Jaeger <aj@suse.de>
543
544 * merge.c: Update to ISO C90.
545
ec317fb1
ILT
5462003-08-27 Ian Lance Taylor <ian@airs.com>
547
49c97a80
ILT
548 * configure.in: Check for strtoull.
549 * bfd.c (bfd_scan_vma): Use strtoull when available.
550 * configure, config.in: Regenerate.
551
ec317fb1
ILT
552 * configure.in: Define and substitute BFD_HOST_LONG_LONG.
553 * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than
554 __GNUC__ when deciding whether to use long long for
555 BFD_HOST_64_BIT.
556 * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
557
d539b3aa
CG
5582003-08-27 Christian Groessler <chris@groessler.org>
559
560 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
561 i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
562 functions.
563 (elf32_i860_howto_table): Insert the new functions as
564 'special_function's in the proper reloc type entries.
565
73052b5e
RS
5662003-08-27 Richard Sandiford <rsandifo@redhat.com>
567
568 * elf32-frv.c (elf32_frv_relocate_section): Use
569 _bfd_elf_rela_local_sym.
570
2c848f79
MS
5712003-08-26 Michael Snyder <msnyder@redhat.com>
572
573 * cpu-frv.c: Remove unused enum.
574
980491e6
MR
5752003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
576
577 * reloc.c: Fix documentation for MIPS ELF relocations.
578 libbfd.h: Regenerate.
579 bfd-in2.h: Regenerate.
580
6d1227b8
JE
5812003-08-24 Jason Eckhardt <jle@rice.edu>
582
5de3bf90 583 * coff-i860.c (CALC_ADDEND): Define to be a no-op.
6d1227b8 584
f680ea79
JE
5852003-08-24 Jason Eckhardt <jle@rice.edu>
586
587 * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
588 shift by 2 before storing the relocated value.
589
c28b1c28
JE
5902003-08-23 Jason Eckhardt <jle@rice.edu>
591
5de3bf90 592 * coff-i860.c (coff_i860_reloc_nyi): New function.
c28b1c28
JE
593 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
594 LOWn, SPLITn, and BRADDR.
595 (RTYPE2HOWTO): Check that the r_type is within the howto_table
596 before trying to access the entry.
597 (coff_i860_rtype_to_howto): Likewise.
598 (coff_i860_reloc_type_lookup): New function.
599 (i860_reloc_processing): New function.
600 (coff_bfd_reloc_type_lookup): Define macro.
601 (RELOC_PROCESSING): Define macro.
602 Minor formatting adjustments.
603
40a0491a
AM
6042003-08-23 Alan Modra <amodra@bigpond.net.au>
605
606 * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
607
69bbc4c0
L
6082003-08-22 H.J. Lu <hongjiu.lu@intel.com>
609
610 * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
611 .got section at 8 bytes.
612
8b956130
NC
6132003-08-21 Nick Clifton <nickc@redhat.com>
614
85db1db4 615 * cofflink.c: Update to ISO C90 and tidy up formatting.
8b956130 616
6c21aa76
NC
6172003-08-21 Randolph Chung <tausq@debian.org>
618
619 * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
620 can have OSABI=Linux or OSABI=SysV. Check for both.
621 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
622
3673a93e
NC
6232003-08-21 Nick Clifton <nickc@redhat.com>
624
625 * po/sv.po: Updated Swedish translation.
626
427b80f4
RS
6272003-08-20 Richard Sandiford <rsandifo@redhat.com>
628
629 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
630
560e09e9
NC
6312003-08-20 Nick Clifton <nickc@redhat.com>
632
633 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
634 replace some duplicated code in most elfxx-xxxx.c files. This
635 version uses the new fields in bfd_link_info.
636
40a0491a
AM
637 * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
638 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
639 * elf32-cris.c (cris_elf_relocate_section): Likewise.
560e09e9
NC
640 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
641 * elf32-i386.c (elf_i386_relocate_section): Likewise.
642 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
643 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
644 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
645 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
646 * elf32-s390.c (elf_s390_relocate_section): Likewise.
647 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
648 * elf32-vax.c (elf_vax_relocate_section): Likewise.
649 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
650 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
651 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
652 * elf64-s390.c (elf_s390_relocate_section): Likewise.
653 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
654 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
655 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
40a0491a
AM
656
657 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
560e09e9
NC
658 elf_hppa_remark_useless_dynamic_symbols,
659 elf_hppa_relocate_section): Use the new fields in
660 bfd_link_info structure.
661 * elf32-sh.c (sh_elf_relocate_section): Likewise.
662 * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
663 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
664 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
665 * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
666 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
667
668 * elflink.h (elf_link_output_extsym): Fix test for reporting
40a0491a
AM
669 undefined symbols in shared libraries. Remove redundant test
670 of shlib_undefined when reporting references to forced local
671 symbols.
560e09e9 672
4091ea4e
L
6732003-08-18 Andreas Schwab <schwab@suse.de>
674
675 * libpei.h (bfd_pe_executable_p): Also recognize efi-app
676 executables.
677
b0cdc7bc
HPN
6782003-08-17 Hans-Peter Nilsson <hp@bitrange.com>
679
680 * simple.c (bfd_simple_get_relocated_section_contents): Move
681 reloc_done hack to before first bfd_section_size call. Change all
682 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
683
c1993d04
AM
6842003-08-16 Alan Modra <amodra@bigpond.net.au>
685
686 * elf64-ppc.c: Don't include elf/ppc.h.
687
792b4a53
RS
6882003-08-14 Richard Sandiford <rsandifo@redhat.com>
689
690 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
691 code to work with 64-bit bfds.
692
fdc09da8
AM
6932003-08-14 Alan Modra <amodra@bigpond.net.au>
694
695 * dep-in.sed: Remove libintl.h.
696 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
697 (POTFILES.in): Remove target.
698 * Makefile.in: Regenerate.
699
ee87f2da
AM
7002003-08-12 Alan Modra <amodra@bigpond.net.au>
701
702 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
703 (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
704 use the function sym from the previous reloc.
705
15f40dfc
JJ
7062003-08-11 Jakub Jelinek <jakub@redhat.com>
707
708 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
709 fatal if -pie.
710 * elf32-s390.c (elf_s390_relocate_section): Likewise.
711 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
712 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
713 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
714 * elf64-s390.c (elf_s390_relocate_section): Likewise.
715 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
716 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
717 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
718 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
719 (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
720 on undefined symbols if -pie.
721 * elf32-sh.c (sh_elf_relocate_section): Likewise.
722
6ab189d5
AM
7232003-08-11 Alan Modra <amodra@bigpond.net.au>
724
725 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
726 branch to __libc_start_main.
727
3b260895
NC
7282003-08-08 Dmitry Diky <diwil@mail.ru>
729
6ab189d5
AM
730 * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
731 gcc order.
3b260895
NC
732 * cpu-msp430.c: Likewise.
733 * elf32-msp430.c: Likewise.
734 * bfd-in2.h: Regenerate.
735
c39a58e6
AM
7362003-08-07 Alan Modra <amodra@bigpond.net.au>
737
9c5bfbb7
AM
738 * elfxx-target.h: Remove PTR cast.
739 * targets.c (bfd_target): Make backend_data const void *.
740 * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
741 * elf-m10300.c: Likewise.
742 * elf.c: Likewise.
743 * elf32-hppa.c: Likewise.
744 * elf32-i386.c: Likewise.
745 * elf32-m68hc1x.c: Likewise.
746 * elf32-ppc.c: Likewise.
747 * elf32-s390.c: Likewise.
748 * elf32-sh.c: Likewise.
749 * elf32-sh64.c: Likewise.
750 * elf32-sparc.c: Likewise.
751 * elf32-xtensa.c: Likewise.
752 * elf64-mips.c: Likewise.
753 * elf64-ppc.c: Likewise.
754 * elf64-s390.c: Likewise.
755 * elf64-sh64.c: Likewise.
756 * elf64-sparc.c: Likewise.
757 * elf64-x86-64.c: Likewise.
758 * elfcode.h: Likewise.
759 * elfcore.h: Likewise.
760 * elflink.c: Likewise.
761 * elflink.h: Likewise.
762 * elfxx-ia64.c: Likewise.
763 * elfxx-mips.c: Likewise.
764 * elfxx-mips.h: Likewise.
765 * elf.c (prep_headers): Remove useless check for null backend_data.
766 * bfd-in2.h: Regenerate.
767
c39a58e6
AM
768 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
769 (NAME): Use ## rather than CONCAT4 macro.
770 * elfcode.h: Remove one remaining PARAMS macro.
771 * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
772 * elf-strtab.c: Likewise.
773 * elf-hppa.h: Likewise.
774 * elf32-hppa.h: Likewise.
775 * elf32-hppa.c: Likewise.
776 (elf32_hppa_add_symbol_hook): Delete.
777 (elf_backend_add_symbol_hook): Don't define.
778 * libhppa.h: Convert to C90. Replace INLINE with inline.
779
97b639ba
AM
7802003-08-06 Alan Modra <amodra@bigpond.net.au>
781
782 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
783 (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
784 function descriptors, but warn.
785 (ppc_build_one_stub): Remove a couple of vars. Move code creating
786 stub syms so that we can avoid a stub sym if we already have a
787 plt sym. Do not redefine an existing symbol.
788 (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
789 glink.
790
9e7d479d
NC
7912003-08-06 Nick Clifton <nickc@redhat.com>
792
793 * po/fr.po: Updated French translation.
794
77f3d027
AM
7952003-08-06 Alan Modra <amodra@bigpond.net.au>
796
797 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
798 SEC_LINKER_CREATED.
799
50d6c878
DJ
8002003-08-05 Daniel Jacobowitz <drow@mvista.com>
801
802 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
803 (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
804
14abcef9
NC
8052003-08-03 Jeff Muizelaar <muizelaar@rogers.com>
806
4a21a492 807 * coffcode.h (coff_slurp_line_table): Return with a warning
14abcef9
NC
808 message if the line number table could not be read.
809
8c675694
NC
8102003-08-04 Nick Clifton <nickc@redhat.com>
811
812 * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
813 to messages produced for .gnu.warning.SYMBOL sections.
814
268b6b39
AM
8152003-08-04 Alan Modra <amodra@bigpond.net.au>
816
817 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
818 * elfcore.h: Likewise.
819 * elflink.c: Likewise.
820 * elflink.h: Likewise.
821 * elf.c (sym_is_global): Remove INLINE.
822 (align_file_position): Replace INLINE with inline.
823 * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
824 (elf_file_p): Replace INLINE with inline.
825
866f48b7
KK
8262003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
827
828 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
829
8651fcf9
L
8302003-08-01 H.J. Lu <hongjiu.lu@intel.com>
831
832 * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
833
37cd2629
L
8342003-08-01 H.J. Lu <hongjiu.lu@intel.com>
835
836 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
837 ElfNN_External_Rela instead of Elf64_External_Rela.
838
91fb2a9d
NC
8392003-08-01 Nick Clifton <nickc@redhat.com>
840
841 * config.bfd: Add code to catch obsolete configurations and warn
842 about them unless --enable-obsolete is used. Use this to mark
843 vax-vms port as obsolete.
844
e656e369
AM
8452003-07-30 Alan Modra <amodra@bigpond.net.au>
846
847 * elf32-ppc.c (ppc_elf_install_value): Tidy.
848 (ppc_elf_relax_section): Remove dead code. Remove unnecessary casts.
849 Formatting.
850 * elfxx-target.h: Remove PARAMS macro. Formatting.
851
50bc7936
AM
8522003-07-30 Alan Modra <amodra@bigpond.net.au>
853
854 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
855 * elf64-ppc.c (get_fdh): New function, split out from
856 ppc64_elf_edit_opd.
857 (ppc64_elf_check_relocs): Use get_fdh.
858 (func_desc_adjust): Likewise. Tidy.
859 (ppc64_elf_edit_opd): Tighten reloc checks. Free local_syms on error
860 exit. Use get_fdh. Account for superfluous dynamic relocs.
861 (ppc64_elf_relocate_section): Warning fix.
862
a62d170c
JE
8632003-07-30 Jason Eckhardt <jle@rice.edu>
864
865 * coff-i860.c: Convert to ISO C90. Remove superflous prototypes.
866
7734b6e9
JE
8672003-07-30 Jason Eckhardt <jle@rice.edu>
868
869 * elf32-i860.c: Convert to ISO C90. Remove superflous prototypes.
870
37f4508b
AM
8712003-07-30 Randolph Chung <tausq@debian.org>
872
873 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
874 * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
875
217aa764
AM
8762003-07-30 Alan Modra <amodra@bigpond.net.au>
877
878 * elf.c: Convert to C90, remove unnecessary prototypes and casts.
879 Replace PTR with void *. Formatting.
880 (_bfd_elf_assign_file_position_for_section): Remove INLINE.
881 (make_mapping): Likewise.
882
494dac0c
AM
8832003-07-29 Alan Modra <amodra@bigpond.net.au>
884
885 * elf64-ppc.c (func_desc_adjust): Give linker created function
886 descriptor symbols a size and type.
887 (ppc64_elf_relocate_section): Correct lq insn test.
888
deaaf2f3
EC
8892003-07-28 Eric Christopher <echristo@redhat.com>
890
891 * elf32-ppc.c (R_PPC_RELAX32): New relocation.
892 (ppc_elf_install_value): New function.
893 (ppc_elf_sort_rela): Remove.
894 (ppc_elf_relax_section): Rewrite. Remove old relaxation
895 and replace with out of range branch stubs.
896 (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
897
709e685d
AO
8982003-07-29 Alexandre Oliva <aoliva@redhat.com>
899
900 * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
901 from input_bfd.
902
36c506c5
AM
9032003-07-28 Alan Modra <amodra@bigpond.net.au>
904
905 * elf.c (special_sections): Set attributes for .got and .plt.
906
5d35169e
AM
9072003-07-27 Alan Modra <amodra@bigpond.net.au>
908
909 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
910 on function descriptors.
911 (ELIMINATE_COPY_RELOCS): Expand comment.
912 (ppc64_elf_special_sections): Move. Don't include non-ppc64 sections.
913 Do include ".toc1".
914
3cddba1e
L
9152003-07-25 H.J. Lu <hongjiu.lu@intel.com>
916
917 * elf.c (_bfd_elf_new_section_hook): Set the default section
918 type to SHT_NULL.
919 (elf_fake_sections): Set the section type based on asect->flags
920 if it is SHT_NULL. Don't abort on processor specific section
921 types.
922
d622ef4b
L
9232003-07-25 H.J. Lu <hongjiu.lu@intel.com>
924
925 * bfd-in2.h: Regenerated.
926
2f89ff8d
L
9272003-07-25 H.J. Lu <hongjiu.lu@intel.com>
928
929 * elf-bfd.h (bfd_elf_special_section): New.
930 (elf_backend_data): Add special_sections, a pointer to
931 bfd_elf_special_section.
932 (elf_section_type). New.
933 (elf_section_flags): New.
934 (_bfd_elf_get_sec_type_attr): New.
935
936 * elf.c (_bfd_elf_make_section_from_shdr): Always use the
937 real section type/flags.
938 (special_sections): New.
939 (get_special_section): New.
940 (_bfd_elf_get_sec_type_attr): New.
941 (_bfd_elf_new_section_hook): Check special_section to set
942 elf_section_type and elf_section_flags.
943 (elf_fake_sections): Don't use section name to set ELF section
944 data.
945
946 * elf32-m32r.c (m32r_elf_special_sections): New.
947 (elf_backend_special_sections): Defined.
948
949 * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
950 (elf_backend_special_sections): Defined.
951
952 * elf32-mcore.c (mcore_elf_special_sections): New.
953 (elf_backend_special_sections): Defined.
954
955 * elf32-ppc.c (ppc_elf_special_sections): New.
956 (elf_backend_special_sections): Defined.
957
958 * elf32-sh64.c (sh64_elf_special_sections): New.
959 (elf_backend_special_sections): Defined.
960
961 * elf32-v850.c (v850_elf_special_sections): New.
962 (elf_backend_special_sections): Defined.
963
964 * elf32-xtensa.c (elf_xtensa_special_sections): New.
965 (elf_backend_special_sections): Defined.
966
967 * elf64-alpha.c (elf64_alpha_special_sections): New.
968 (elf_backend_special_sections): Defined.
969
970 * elf64-hppa.c (elf64_hppa_special_sections): New.
971 (elf_backend_special_sections): Defined.
972
973 * elf64-ppc.c (ppc64_elf_special_sections): New.
974 (elf_backend_special_sections): Defined.
975
976 * elf64-sh64.c (sh64_elf64_special_sections): New.
977 (elf_backend_special_sections): Defined.
978
979 * elfxx-ia64.c (elfNN_ia64_special_sections): New.
980 (elf_backend_special_sections): Defined.
981
982 * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
983
984 * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
985 (elf_backend_special_sections): Defined.
986
987 * elfxx-target.h (elf_backend_special_sections): New. Default
988 to NULL.
989 (elfNN_bed): Initialize special_sections.
990
991 * section.c (bfd_abs_section): Remove const.
992 (bfd_und_section): Likewise.
993 (bfd_com_section): Likewise.
994 (bfd_ind_section): Likewise.
995
20650579
NC
9962003-07-24 Nick Clifton <nickc@redhat.com>
997
998 * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
999 sections are assigned the LOAD attribute.
1000
deaaf2f3 10012003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
09fd220b
KK
1002
1003 * elf32-sh.c: Convert to C90. Replace PTR with void *.
1004 * elf32-sh64-com.c: Likewise.
1005 * elf32-sh64.c: Likewise.
1006 * elf32-sh64.h: Likewise.
1007 * elf64-sh64.c: Likewise.
1008
3d85aebe
KK
10092003-07-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1010
1011 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
1012 (allocate_dynrelocs): Likewise.
1013 (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
1014 (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
1015
834d807b
NC
10162003-07-24 Nick Clifton <nickc@redhat.com>
1017
1018 * po/fr.po: Updated French translation.
1019
571b5725
BW
10202003-07-23 Bob Wilson <bob.wilson@acm.org>
1021
1022 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
1023 near the beginning of the file. Swap order of arguments. Call
1024 _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
1025 (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
1026 (elf_xtensa_relocate_section): Likewise.
1027 (shrink_dynamic_reloc_sections): Likewise.
1028
b536dc1e
BW
10292003-07-23 Bob Wilson <bob.wilson@acm.org>
1030
1031 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
1032 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
1033 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
1034 first printing an error message.
1035 (elf_xtensa_finish_dynamic_sections): Likewise.
1036 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
1037 discarding literal table entries.
1038 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
1039 (elf_xtensa_do_asm_simplify): Likewise.
1040
7f888330
SC
10412003-07-23 Stephane Carrez <stcarrez@nerim.fr>
1042
1043 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
1044 we have a local symbol in common section.
1045
ecc27c31
L
10462003-07-22 H.J. Lu <hongjiu.lu@intel.com>
1047
1048 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
1049 weak symbols.
1050
f9f3cf65
NC
10512003-07-22 Nick Clifton <nickc@redhat.com>
1052
1053 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
1054 expected RS6000 storage classes.
1055
bb32e54f
L
10562003-07-21 H.J. Lu <hongjiu.lu@intel.com>
1057
1058 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
1059 output_bfd unused to silence gcc.
1060
796f2a93
NC
10612003-07-21 Nick Clifton <nickc@redhat.com>
1062
1063 * po/sv.po: Updated Swedish translation.
1064
f6c52c13
AM
10652003-07-21 Alan Modra <amodra@bigpond.net.au>
1066
1067 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
1068 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
1069 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
1070 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
1071 now done in _bfd_elf_symbol_refs_local_p.
1072 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1073 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1074 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1075
aa37626c
L
10762003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1077
1078 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
1079
1e364ec9
L
10802003-07-18 H.J. Lu <hongjiu.lu@intel.com>
1081
1082 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
1083 (SYMBOL_CALLS_LOCAL): Likewise.
1084
1085 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
1086 immediately if symbol isn't defined locally.
1087
986a241f
RH
10882003-07-18 Richard Henderson <rth@redhat.com>
1089
1090 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
1091 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
1092 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
1093 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
1094 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1095 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
1096 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
1097 Update all callers to provide the relocation being resolved.
1098
ac4b3dd8
NC
10992003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
1100
1101 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
1102 targ_cflags.
1103
6c37ac4d
NC
11042003-07-17 Nick Clifton <nickc@redhat.com>
1105
1106 * po/es.po: New Spanish translation.
1107 * po/sv.po: New Swedish translation.
1108 * po/opcodes.pot: Regenerate.
1109
02e6ad56
RH
11102003-07-16 Richard Henderson <rth@redhat.com>
1111
1112 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
1113 * elfxx-ia64.c, targets.c: Likewise.
1114
5686517c
RH
11152003-07-16 Richard Henderson <rth@redhat.com>
1116
1117 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
1118 for symbols defined locally plus -Bsymbolic. Tidy logic.
1119
5a7ea749
RS
11202003-07-15 Richard Sandiford <rsandifo@redhat.com>
1121
1122 * archures.c (bfd_mach_mips7000): New.
1123 * bfd-in2.h: Regenerated.
1124 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
1125 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
1126 (mips_mach_extensions): Add an entry for it.
1127
76bff705
NC
11282003-07-14 Nick Clifton <nickc@redhat.com>
1129
1130 * po/tr.po: Update with latest version.
1131 * po/SRC-POTFILES.in: Regenerate.
1132 * po/bfd.pot: Regenerate.
1133 * Makfile.in: Regenerate.
1134 * configure: Regenerate.
1135
d0facd1b
NC
11362003-07-12 Jeff Baker <jbaker@qnx.com>
1137
1138 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
1139 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1140 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1141 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
1142
bcb9b88d
NC
11432003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
1144
1145 * coffcode.h (coff_set_section_contents): Set the
1146 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
1147
7a9823f1
RS
11482003-07-11 Richard Sandiford <rsandifo@redhat.com>
1149
1150 * bfd-in.h (bfd_h8300_pad_address): Declare.
1151 * bfd-in2.h: Regenerate.
1152 * cpu-h8300.c (bfd_h8300_pad_address): New function.
1153 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
1154 addresses before checking whether they can be relaxed.
1155 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
1156 Don't complain about overflows in general 8-bit relocations.
1157 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
1158 Fix handling of R_H8_DIR24A8.
1159
c6baf75e
RS
11602003-07-11 Richard Sandiford <rsandifo@redhat.com>
1161
1162 * elf32-h8300.c: Convert function prototypes and definitions
1163 to C90 syntax.
1164 * coff-h8300.c: Likewise.
1165 * cpu-h8300.c: Likewise.
1166
fce00800
AM
11672003-07-11 Alan Modra <amodra@bigpond.net.au>
1168
1169 * po/SRC-POTFILES.in: Regenerate.
1170 * po/bfd.pot: Likewise.
1171
e901de89
BW
11722003-07-10 Bob Wilson <bob.wilson@acm.org>
1173
1174 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
1175 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
1176 .xt.lit.plt section.
1177 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
1178 and allocate memory for it.
1179 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
1180 section to the .got.loc section.
1181 (elf_xtensa_finish_dynamic_sections): Fix up call to
1182 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
1183 the address of .got.loc.
1184 (relax_property_section): Shrink .got.loc to match changes in any
1185 literal table section.
1186 (xtensa_is_property_section): Change to match
1187 xtensa_get_property_section_name.
1188 (xtensa_is_littable_section): New.
1189
eff26f78
L
11902003-07-10 H.J. Lu <hongjiu.lu@intel.com>
1191
1192 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
1193 -1LL.
1194
942e0f42
AM
11952003-07-10 Alan Modra <amodra@bigpond.net.au>
1196
1197 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
1198 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
1199 Run "make dep-am".
1200 * Makefile.in: Regenerate.
1201
73c3cd1c
AO
12022003-07-10 Alexandre Oliva <aoliva@redhat.com>
1203
1204 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
1205 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1206 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1207 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
1208 * elf32-am33lin.c: Rename global functions.
1209 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
1210 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
1211 * configure.in (bfd_elf32_am33lin_vec): Added.
1212 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
1213 (elf32-am33lin.lo): List dependencies.
1214 * aclocal.m4, configure, Makefile.in: Rebuilt.
1215 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
1216 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
1217 ELF_ARCH was not defined before.
1218 (elf_symbol_leading_char): Define if not defined.
1219 * elf32-am33lin.c: Override the definitions above.
1220 * targets.c (bfd_elf32_am33lin_vec): New.
1221
03a12831
AO
12222003-07-09 Alexandre Oliva <aoliva@redhat.com>
1223
1224 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
1225 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
1226 pcrel_relocs_copied.
1227 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
1228 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
1229 ld-linux.so.2 to ld.so.1.
1230 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
1231 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
1232 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
1233 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1234 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
1235 .rela.* section contents with bfd_zalloc.
1236 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
1237 * elf-m10300.c: Added declarations for functions missing them.
1238 Merge some shared-library changes from the i386 back-end. Use
1239 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
1240 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
1241 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
1242 members of elf_link_hash_entry. Adjusted references.
1243 (mn10300_elf_final_link_relocate): dynobj was already loaded
1244 into a local variable, use it.
1245 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
1246 * elf-m10300.c: Add missing function prototypes.
1247 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
1248 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
1249 relocation for dynamic relocations.
1250 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
1251 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
1252 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
1253 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
1254 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
1255 (_bfd_mn10300_elf_create_got_section): ... here, so that its
1256 adress is already known at the time we compute relaxations.
1257 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
1258 and PLT32 to narrower relocations.
1259 * libbfd.h, bfd-in2.h: Rebuilt.
1260 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
1261 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
1262 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
1263 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
1264 BFD_RELOC_MN10300_RELATIVE): New relocs.
1265 * libbfd.h, bfd-in2.h: Rebuilt.
1266 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
1267 (struct elf32_mn10300_link_hash_entry): Added DSO-related
1268 fields.
1269 (elf_mn10300_howto): Defined new relocation types.
1270 (mn10300_reloc_map): Map them.
1271 (_bfd_mn10300_elf_create_got_section): New fn.
1272 (mn10300_elf_check_relocs): Handle PIC relocs.
1273 (mn10300_elf_final_link_relocate): Likewise.
1274 (mn10300_elf_relocate_section): Handle DSOs.
1275 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
1276 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
1277 elf_mn10300_pic_plt_entry): New.
1278 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
1279 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
1280 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
1281 elf_mn10300_plt_reloc_offset: New macros.
1282 (ELF_DYNAMIC_INTERPRETER): Likewise.
1283 (_bfd_mn10300_elf_create_dynamic_sections): New function.
1284 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
1285 (_bfd_mn10300_elf_discard_copies): Likewise.
1286 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
1287 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
1288 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
1289 (elf_backend_can_gc_sections,
1290 elf_backend_create_dynamic_sections,
1291 elf_backend_adjust_dynamic_sections,
1292 elf_backend_size_dynamic_sections,
1293 elf_backend_finish_dynamic_symbol,
1294 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
1295 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1296 elf_backend_got_header_size, elf_backend_plt_header_size): New
1297 macros.
1298
b08fa4d3
AO
12992003-07-09 Alexandre Oliva <aoliva@redhat.com>
1300
1301 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
1302 * elf-m10300.c (compute_function_info): Account for AM33
1303 registers in `movm' when computing stack space for `call' when
1304 linking for AM33/2.0 link.
1305 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
1306 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
1307 * bfd-in2.h: Rebuilt.
1308 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
1309 * elf-m10300.c: Updated.
1310 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
1311 * archures.c (bfd_mach_am332): Defined.
1312 * bfd-in2.h: Rebuilt.
1313 * cpu-m10300.c (bfd_am332_arch): Defined.
1314 (bfd_am33_arch): Chained with am33-2.
1315 * elf-m10300.c (elf_mn10300_mach): Handle am332.
1316 (_bfd_mn10300_elf_final_write_processing): Likewise.
1317
201933ea
L
13182003-07-09 H.J. Lu <hongjiu.lu@intel.com>
1319
1320 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
1321
e717da7e
AM
13222003-07-10 Alan Modra <amodra@bigpond.net.au>
1323
1324 * elf64-ppc.c (bfd_elf64_mkobject): Define.
1325 (struct ppc64_elf_obj_tdata): New.
1326 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
1327 (ppc64_elf_mkobject): New function.
1328 (struct got_entry): Add "owner". Move "tls_type".
1329 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
1330 (ppc64_elf_init_stub_bfd): New function.
1331 (create_got_section): Create header .got in dynobj. Create .got
1332 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
1333 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
1334 Look for dynobj .got, and test it.
1335 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
1336 (update_local_sym_info): Likewise.
1337 (ppc64_elf_check_relocs): Likewise.
1338 (ppc64_elf_gc_sweep_hook): Likewise.
1339 (ppc64_elf_tls_optimize): Likewise.
1340 (allocate_dynrelocs): Likewise.
1341 (ppc64_elf_size_dynamic_sections): Likewise.
1342 (ppc64_elf_relocate_section): Likewise.
1343 (ppc64_elf_next_toc_section): Update comment.
1344 (toc_adjusting_stub_needed): Remove unneeded cast.
1345 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
1346 testing section flags.
1347 (ppc64_elf_build_stubs): Likewise.
1348 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
1349 (ppc64_elf_finish_dynamic_sections): Write out got sections.
1350 (func_desc_adjust): Copy over dynamic info for undef weaks.
1351 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
1352 (ppc64_elf_size_stubs): Update prototype.
1353 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
1354 input sections rather than scanning dynobj.
1355
18ad015f
RS
13562003-07-09 Richard Sandiford <rsandifo@redhat.com>
1357
1358 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
1359 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
1360 (mips_elf_create_msym_section): Delete.
1361 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
1362 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1363 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
1364 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
1365 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
1366 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
1367 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
1368
e10609d3
RS
13692003-07-09 Richard Sandiford <rsandifo@redhat.com>
1370
1371 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
1372 symbols protected.
1373
0d591ff7
RS
13742003-07-09 Richard Sandiford <rsandifo@redhat.com>
1375
1376 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
1377 of relocations whose offset is -2.
1378
fdd07405
RS
13792003-07-09 Richard Sandiford <rsandifo@redhat.com>
1380
1381 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
1382 forced-local symbols like other locals. Don't create relocations
1383 against STN_UNDEF in irix objects.
1384
d2fba50d
RS
13852003-07-09 Richard Sandiford <rsandifo@redhat.com>
1386
1387 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
1388 compatible objects, add the values of defined external symbols
1389 to the addend.
1390
6eaa6adc
RS
13912003-07-09 Richard Sandiford <rsandifo@redhat.com>
1392
1393 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
1394 initialize a GOT entry to the symbol's st_value.
1395
0c83546a
AM
13962003-07-08 Alan Modra <amodra@bigpond.net.au>
1397
43c40ab2
AM
1398 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
1399 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
1400 (ppc_elf_tdata): Define.
1401 (elf_local_ptr_offsets): Adjust.
1402 (ppc_elf_mkobject): New function.
1403 (bfd_elf32_mkobject): Define.
1404
0c83546a
AM
1405 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
1406 * elfcore.h (elf_core_file_p): Likewise.
1407 * section.c (bfd_section_init): Remove prototype.
1408
58111eb7
AM
14092003-07-08 Alan Modra <amodra@bigpond.net.au>
1410
1411 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
1412 field.
1413 (enum elf_linker_section_enum): Delete.
1414 (struct elf_linker_section): Delete.
1415 (struct elf_linker_section_pointers): Delete.
1416 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
1417 Make linker_section_pointers a void**.
1418 (elf_local_ptr_offsets, elf_linker_section): Don't define.
1419 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
1420 of old item in elf-bfd.h.
1421 (struct elf_linker_section): Likewise.
1422 (struct elf_linker_section_pointers): Likewise.
1423 (elf_local_ptr_offsets): Define.
1424 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
1425 (ppc_elf_link_hash_newfunc): Init it.
1426 (struct ppc_elf_link_hash_table): Add sbss.
1427 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
1428 individual fields.
1429 (elf_create_linker_section): Fold into..
1430 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
1431 Make rela section here if shared.
1432 (elf_find_pointer_linker_section): Pass lsect rather than enum.
1433 (elf_create_pointer_linker_section): Adjust. zalloc rather than
1434 clearing in a loop.
1435 (elf_finish_pointer_linker_section): Adjust. Don't make rela
1436 section here.
1437 (ppc_elf_check_relocs): Adjust.
1438 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
1439 creating .sbss by hand.
1440 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
1441
15f8604d
JJ
14422003-07-04 Jakub Jelinek <jakub@redhat.com>
1443
1444 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
1445 complain_overflow_bitfield.
1446 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
1447 complain_overflow_bitfield.
1448
3368a7fb
JJ
14492003-07-04 Jakub Jelinek <jakub@redhat.com>
1450
1451 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
1452 true even if -pie.
1453
9203ba99
JJ
14542003-07-04 Jakub Jelinek <jakub@redhat.com>
1455
1456 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
1457 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
1458 !info->executable.
1459 (get_fptr): For -pie create .opd as writable section and create
1460 .rela.opd as well.
1461 (elfNN_ia64_check_relocs): Change info->shared into
1462 !info->executable.
1463 (allocate_fptr): Likewise.
1464 (allocate_dynrel_entries): Account for a relative reloc for -pie
1465 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
1466 for undefweak symbol. Account for an IPLT reloc in .rela.opd
1467 section if -pie.
1468 (set_got_entry): Don't create a relative reloc if -pie
1469 want_ltoff_fptr for undefweak symbol.
1470 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
1471 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
1472 @fptr().
1473
1474 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
1475 even if -pie.
1476 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1477 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1478 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
1479 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1480 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1481 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
1482 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
1483 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1484 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1485
e0a868d1 14862003-07-04 Paul Clarke <paulc@senet.com.au>
8c17da6e
NC
1487
1488 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
1489 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
1490 <R_H8_DIR32A16>: Fix type of relocation.
1491
35cad4c4
KK
14922003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1493
1494 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
1495 sections were created already. Remove unnecessary tests of
1496 the previous change.
1497
03151a5a
KK
14982003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1499
1500 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
1501 bfd_make_section for existing sections.
1502
003d627e
AM
15032003-07-04 Alan Modra <amodra@bigpond.net.au>
1504
2293c499
AM
1505 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
1506 create_got_section if we already have done so.
1507 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1508 (sh_elf_check_relocs): Likewise.
1509 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
1510 htab->root.dynobj instead.
1511 (sh_elf_check_relocs): Likewise.
1512 (sh_elf_finish_dynamic_sections): Likewise.
1513
003d627e
AM
1514 * section.c (bfd_make_section): Return NULL for existing section.
1515
fa681e5d
AM
15162003-07-04 Alan Modra <amodra@bigpond.net.au>
1517
1518 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
1519 ppc_elf_create_got if we've already done so.
3dab13f6
AM
1520
1521 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
1522 (_bfd_elf_find_pointer_linker_section): Likewise.
1523 (bfd_elf32_create_pointer_linker_section): Likewise.
1524 (bfd_elf32_finish_pointer_linker_section): Likewise.
1525 (bfd_elf64_create_pointer_linker_section): Likewise.
1526 (bfd_elf64_finish_pointer_linker_section): Likewise.
1527 (_bfd_elf_make_linker_section_rela): Likewise.
1528 * elfcode.h (elf_create_pointer_linker_section): Don't define.
1529 (elf_finish_pointer_linker_section): Likewise.
1530 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
1531 (_bfd_elf_create_linker_section): Move this function..
1532 (_bfd_elf_find_pointer_linker_section): ..and this..
1533 * elflink.h (elf_create_pointer_linker_section): ..and this..
1534 (elf_finish_pointer_linker_section): ..and this..
1535 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
1536 calls.
1537 (elf_create_linker_section): Convert to C90, tidy.
1538 (elf_find_pointer_linker_section): Likewise.
1539 (elf_create_pointer_linker_section): Likewise.
1540 (elf_finish_pointer_linker_section): Likewise.
1541 * elf32-i370.c: Delete #if 0 code.
1542
772119ce
AM
15432003-07-02 Alan Modra <amodra@bigpond.net.au>
1544
1545 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
1546 _restf* to be satisfied by shared libs, and always force them local.
1547 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
1548 Correct test for "bl".
1549 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
1550 primary opcode 31.
1551
bd1ea41b
MS
15522003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
1553
1554 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
1555 (s390_tls_reloc): New function.
1556 (elf_howto_table): Add long displacement relocations R_390_20,
1557 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
1558 (elf_s390_reloc_type_lookup): Likewise.
1559 (elf_s390_check_relocs): Likewise.
1560 (elf_s390_gc_sweep_hook): Likewise.
1561 (elf_s390_relocate_section): Likewise.
1562 * elf64-s390.c: Same changes as for elf32-s390.c.
1563 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
43c40ab2 1564 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
bd1ea41b
MS
1565 BFD_RELOC_390_TLS_GOTIE20.
1566 * bfd-in2.h: Regenerate.
1567 * libbfd.h: Likewise.
1568
113202d6
AM
15692003-06-30 Alan Modra <amodra@bigpond.net.au>
1570
1571 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
1572 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
1573
c58b9523
AM
15742003-06-29 Alan Modra <amodra@bigpond.net.au>
1575
1576 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
1577 Replace PTR with void *. Formatting.
1578 * archive64.c: Likewise.
1579 * archures.c: Likewise.
1580 * bfd-in.h: Likewise.
1581 * bfd.c: Likewise.
1582 * bfdio.c: Likewise.
1583 * bfdwin.c: Likewise.
1584 * cache.c: Likewise.
1585 * corefile.c: Likewise.
1586 * format.c: Likewise.
1587 * init.c: Likewise.
1588 * libbfd-in.h: Likewise.
1589 * libbfd.c: Likewise.
1590 * linker.c: Likewise.
1591 * opncls.c: Likewise.
1592 * reloc.c: Likewise.
1593 * section.c: Likewise.
1594 * simple.c: Likewise.
1595 * syms.c: Likewise.
1596 * targets.c: Likewise.
1597 * bfd-in2.h: Regenerate.
1598 * libbfd.h: Regenerate.
1599
1600 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
1601 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
1602 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
1603 (bfd_getb64): Rewrite without parens.
1604 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1605 * cache.c (insert, snip): Remove INLINE.
1606 * linker.c (bfd_link_add_undef): Likewise.
1607
27482721
AJ
16082003-06-29 Andreas Jaeger <aj@suse.de>
1609
1610 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
1611 unnecessary prototypes. Replace PTR with void *.
58611256
AJ
1612 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
1613 trim plt entries. Move undefweak non-default visibility test ...
1614 (allocate_dynrelocs): ... from here.
1615 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1616 Change all callers.
1617 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
1618 SYMBOL_REFERENCES_LOCAL for dynreloc check.
1619 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
1620 dynreloc and .got relocs.
1621 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
1622 for .got relocs.
27482721 1623
2b86c02e
TS
16242003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1625
1626 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
1627
e7c81c25
NC
16282003-06-27 Nick Clifton <nickc@redhat.com>
1629
1630 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
1631 bfd_add_gnu_debuglink_section and only create the section, do not
1632 fill in its contents.
1633 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
1634 contents of a .gnu-debuglink section.
1635 * bfd-in2.h: Regenerate.
1636
72b4917c
TS
16372003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1638
1639 * elfxx-mips.c: Revert .got alignment to 2**4.
1640
91709090
TS
16412003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1642
1643 * elf32-mips.c: Fix addend for _gp_disp special symbol.
1644
7a79a000
TS
16452003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1646
1647 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
1648 relocation header setup.
1649
e47cd125
AM
16502003-06-25 Alan Modra <amodra@bigpond.net.au>
1651
1652 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
1653 (ppc_elf_reloc_type_lookup): Modify comment.
1654 (ppc_elf_info_to_howto): Ditto.
1655 (ppc_elf_relocate_section): Ditto.
1656 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
1657
1049f94e
AM
16582003-06-25 Alan Modra <amodra@bigpond.net.au>
1659
1660 * aout-ns32k.c: Correct spelling of "relocatable".
1661 * aoutx.h: Likewise.
1662 * bfd-in.h: Likewise.
1663 * bfd.c: Likewise.
1664 * bout.c: Likewise.
1665 * coff-a29k.c: Likewise.
1666 * coff-alpha.c: Likewise.
1667 * coff-arm.c: Likewise.
1668 * coff-i386.c: Likewise.
1669 * coff-i860.c: Likewise.
1670 * coff-i960.c: Likewise.
1671 * coff-m68k.c: Likewise.
1672 * coff-m88k.c: Likewise.
1673 * coff-mcore.c: Likewise.
1674 * coff-mips.c: Likewise.
1675 * coff-or32.c: Likewise.
1676 * coff-ppc.c: Likewise.
1677 * coff-rs6000.c: Likewise.
1678 * coff-sh.c: Likewise.
1679 * coff-tic80.c: Likewise.
1680 * coff64-rs6000.c: Likewise.
1681 * cofflink.c: Likewise.
1682 * cpu-ns32k.c: Likewise.
1683 * ecoff.c: Likewise.
1684 * ecofflink.c: Likewise.
1685 * elf-bfd.h: Likewise.
1686 * elf-eh-frame.c: Likewise.
1687 * elf-hppa.h: Likewise.
1688 * elf-m10200.c: Likewise.
1689 * elf-m10300.c: Likewise.
1690 * elf.c: Likewise.
1691 * elf32-arm.h: Likewise.
1692 * elf32-avr.c: Likewise.
1693 * elf32-cris.c: Likewise.
1694 * elf32-d10v.c: Likewise.
1695 * elf32-dlx.c: Likewise.
1696 * elf32-fr30.c: Likewise.
1697 * elf32-frv.c: Likewise.
1698 * elf32-h8300.c: Likewise.
1699 * elf32-hppa.c: Likewise.
1700 * elf32-i370.c: Likewise.
1701 * elf32-i386.c: Likewise.
1702 * elf32-i860.c: Likewise.
1703 * elf32-i960.c: Likewise.
1704 * elf32-ip2k.c: Likewise.
1705 * elf32-iq2000.c: Likewise.
1706 * elf32-m32r.c: Likewise.
1707 * elf32-m68hc11.c: Likewise.
1708 * elf32-m68hc1x.c: Likewise.
1709 * elf32-m68k.c: Likewise.
1710 * elf32-mcore.c: Likewise.
1711 * elf32-mips.c: Likewise.
1712 * elf32-msp430.c: Likewise.
1713 * elf32-openrisc.c: Likewise.
1714 * elf32-ppc.c: Likewise.
1715 * elf32-s390.c: Likewise.
1716 * elf32-sh.c: Likewise.
1717 * elf32-sh64.c: Likewise.
1718 * elf32-sparc.c: Likewise.
1719 * elf32-v850.c: Likewise.
1720 * elf32-vax.c: Likewise.
1721 * elf32-xstormy16.c: Likewise.
1722 * elf32-xtensa.c: Likewise.
1723 * elf64-alpha.c: Likewise.
1724 * elf64-hppa.c: Likewise.
1725 * elf64-mips.c: Likewise.
1726 * elf64-mmix.c: Likewise.
1727 * elf64-ppc.c: Likewise.
1728 * elf64-s390.c: Likewise.
1729 * elf64-sh64.c: Likewise.
1730 * elf64-sparc.c: Likewise.
1731 * elf64-x86-64.c: Likewise.
1732 * elfcode.h: Likewise.
1733 * elflink.h: Likewise.
1734 * elfn32-mips.c: Likewise.
1735 * elfxx-ia64.c: Likewise.
1736 * elfxx-mips.c: Likewise.
1737 * i386linux.c: Likewise.
1738 * ieee.c: Likewise.
1739 * libcoff-in.h: Likewise.
1740 * linker.c: Likewise.
1741 * m68klinux.c: Likewise.
1742 * pdp11.c: Likewise.
1743 * pe-mips.c: Likewise.
1744 * peXXigen.c: Likewise.
1745 * reloc.c: Likewise.
1746 * reloc16.c: Likewise.
1747 * sparclinux.c: Likewise.
1748 * sunos.c: Likewise.
1749 * syms.c: Likewise.
1750 * versados.c: Likewise.
1751 * vms.c: Likewise.
1752 * xcofflink.c: Likewise.
1753 * bfd-in2.h: Regenerate.
1754 * libcoff.h: Regenerate.
1755 * libbfd.h: Regenerate.
1756
55fd94b0
AM
17572003-06-24 Alan Modra <amodra@bigpond.net.au>
1758
d85f2c7d
AM
1759 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
1760 local sym errors.
1761
55fd94b0
AM
1762 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
1763 prototypes and casts. Replace PTR with void *. Formatting.
1764 * elf32-ppc.c: Likewise. Break long strings too.
1765 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
1766 (ppc_elf_unhandled_reloc): Internationalize error message.
1767 * elf32-ppc.h: Remove PARAMS.
1768
88810f8c
MM
17692003-06-23 Mark Mitchell <mark@codesourcery.com>
1770
1771 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
1772 APUinfo slots.
1773 (ppc_elf_final_write_processing): Likewise.
1774
6e35c4da
L
17752003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1776
1777 * elflink.h (elf_link_input_bfd): Check raw size when using
1778 kept_section to preserve debug information discarded by
1779 linkonce.
1780
8f3bab57
AM
17812003-06-20 Alan Modra <amodra@bigpond.net.au>
1782
1783 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
1784 (ppc64_elf_setup_section_lists): Set it.
1785 (ppc64_elf_relocate_section): Check sym section id against top_id.
1786 (ppc_build_one_stub): Comment on top_id.
1787
efbc813e
NC
17882003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1789
1790 * config.bfd: Add tic4x-*-rtems*.
1791
4ce794b7
AM
17922003-06-20 Alan Modra <amodra@bigpond.net.au>
1793
1794 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
1795 prototypes and casts. Replace PTR with void *. Format copyright.
1796 Mention ABI links.
1797 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
1798 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
1799 (ppc_type_of_stub): Make r_type an enum.
1800 (ppc64_elf_size_stubs): Likewise.
1801 * elf64-ppc.h: Remove PARAMS macro.
1802
d2a300cf
AM
18032003-06-19 Alan Modra <amodra@bigpond.net.au>
1804
3254fd24
AM
1805 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
1806 elf hash tab fields.
1807
d2a300cf
AM
1808 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
1809 (ppc64_elf_info_to_howto): Likewise.
1810 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
1811 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
1812
83615de0
AM
18132003-06-19 Alan Modra <amodra@bigpond.net.au>
1814
1815 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
1816 reloc overflow on discarded eh_frame entries.
1817
9b5ecbd0
AM
18182003-06-19 Alan Modra <amodra@bigpond.net.au>
1819
1820 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
1821 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
1822 Return error condition.
1823 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
1824 that have has_gp_reloc set.
1825 (struct ppc_link_hash_table): Add stub_count.
1826 (ppc_build_one_stub): Increment it.
1827 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
1828 individual fields.
1829 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
1830
64c456e1
AM
18312003-06-18 Alan Modra <amodra@bigpond.net.au>
1832
1833 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
1834 size calculation from addend. Round size up.
1835
3dab95d3
HPN
18362003-06-18 Hans-Peter Nilsson <hp@axis.com>
1837
1838 * elf32-cris.c (cris_elf_relocate_section) <case
1839 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
1840 symbol from a normal object or an undefined weak symbol.
1841
0b13192e
AM
18422003-06-18 Alan Modra <amodra@bigpond.net.au>
1843
1844 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
1845 R_PPC64_TOC relocs.
1846
f97b9cb8
L
18472003-06-17 H.J. Lu <hongjiu.lu@intel.com>
1848
1849 * section.c (struct sec): Put back kept_section.
1850 (STD_SECTION): Put back kept_section initialization.
1851 * bfd-in2.h: Regenerate.
1852
1853 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
1854 sections for relocateable output. Use kept_section to preserve
1855 debug information discarded by linkonce.
1856
9f1c3a0a
L
18572003-06-17 Roland McGrath <roland@redhat.com>
1858
1859 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
1860 segment-relative relocation between different segments.
1861
734b6cf9
AM
18622003-06-17 Alan Modra <amodra@bigpond.net.au>
1863
1cf1f670
AM
1864 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
1865 optimizations earlier.
1866
734b6cf9
AM
1867 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
1868 Restore previous input_list type.
1869 (ppc64_elf_link_hash_table_create): Undo last change.
1870 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
1871 per output section, but don't bother with bfd_abs_section marker.
1872 (ppc64_elf_next_input_section): Adjust for multiple input section
1873 lists.
1874 (group_sections): Likewise.
1875
23fbd6fa
JJ
18762003-06-17 Jakub Jelinek <jakub@redhat.com>
1877
1878 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
1879 *r_offset == r_addend for RELATIVE relocs against .got.
1880
dad27d18
AM
18812003-06-17 Alan Modra <amodra@bigpond.net.au>
1882
1883 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
1884
b613960a
NC
18852003-06-17 Nick Clifton <nickc@redhat.com>
1886
1887 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
4ce794b7
AM
1888 in the vtable_entries_used array to allow for the accessing
1889 the largest element.
b613960a 1890
000732f7
AM
18912003-06-17 Alan Modra <amodra@bigpond.net.au>
1892
3d6f9012
AM
1893 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
1894 input_list.
1895 (ppc64_elf_link_hash_table_create): Init input_list here.
1896 (ppc64_elf_setup_section_lists): Remove code setting up input lists
1897 per output section. Set toc_off for abs and other standard sections.
1898 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
1899 (ppc64_elf_next_input_section): Adjust for single input section list.
1900 Don't set toc_curr from input bfds that haven't set elf_gp.
1901 (group_sections): Adjust for single input section list.
1902
000732f7
AM
1903 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
1904
81407a69
AM
19052003-06-16 Alan Modra <amodra@bigpond.net.au>
1906
1907 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
1908 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
1909 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
1910 got section for RELATIVE relocs. Fix wrong comment. Change condition
1911 under which dynamic relocs update the section contents.
1912
a06a29f2
NC
19132003-06-13 Robert Millan <zeratul2@wanadoo.es>
1914
1915 * config.bfd: Add i386-netbsd-gnu target.
1916
7d1ebfb2
NC
19172003-06-12 Nick Clifton <nickc@redhat.com>
1918
1919 * opncls.c (calc_crc32): Rename to
1920 bfd_calc_gnu_debuglink_crc32 and export.
81407a69 1921 (GNU_DEBUGLINK): Define and use to replace occurrences of
7d1ebfb2 1922 hard-coded ".gnu_debuglink" in the code.
81407a69 1923 (get_debug_link_info): Prevent aborts by replacing call to
7d1ebfb2 1924 xmalloc with a call to malloc.
81407a69 1925 (find_separate_debug_file): Prevent aborts by replacing calls
7d1ebfb2 1926 to xmalloc and xstrdup with calls to malloc and strdup.
81407a69 1927 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
7d1ebfb2
NC
1928 section to a bfd.
1929 * bfd-in2.h: Regenerate.
1930
19312003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 1932
7d1ebfb2
NC
1933 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
1934 New target (was i[3-7]86-*-openbsd* before).
1935 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
1936 (vax-*-openbsd*): New target.
1937
d80dcc6a
TS
19382003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1939
1940 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
1941 for n32, too.
1942 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
1943 (mips_elf_rel_dyn_section): Use appropriate section alignment.
1944 (mips_elf_create_got_section): Likewise.
1945 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1946
a7ebbfdf
TS
19472003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1948
1949 * elf32-mips.c (mips_elf_generic_reloc): New Function.
1950 (elf_mips_howto_table_rel): Use it.
1951 (gprel32_with_gp): Move prototype.
1952 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1953 Use mips_elf_generic_reloc.
1954 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1955 Code cleanup.
1956 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
1957 zero addend.
1958 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
1959 as in the other *_gprel*_reloc functions.
1960 (gprel32_with_gp): Handle partial_inplace properly.
1961 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
1962 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
1963 Do addend handling directly instead of calling
1964 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
1965 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
1966 of zero addend. Handle partial_inplace properly.
1967 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
1968 addend.
1969 (mips_elf64_gprel16_reloc): Likewise.
1970 (mips_elf64_literal_reloc): Likewise.
1971 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
1972 logic as in the other *_gprel*_reloc functions. Handle
1973 partial_inplace properly.
1974 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
1975 addend. Handle partial_inplace properly.
1976 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
1977 of calling _bfd_mips_elf_gprel16_with_gp.
1978 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
1979 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
1980 of zero addend.
1981 (mips_elf_shift6_reloc): Handle partial_inplace properly.
1982 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
1983 of calling _bfd_mips_elf_gprel16_with_gp.
1984 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
1985 partial_inplace properly. Fix wrong addend handling. Fix overflow
1986 check.
1987 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
1988 exported.
1989 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
1990 (_bfd_mips_elf_relocate_section): Likewise.
1991 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
1992 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
1993 (_bfd_mips_elf_sign_extend): New prototype.
1994
49ba19a4 19952003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 1996
49ba19a4
NC
1997 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
1998 New target (was sparc-*-openbsd* before).
1999 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
81407a69 2000
de6e5e1a
NC
2001 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
2002 * configure: Regenerate.
2003
3b443373
L
20042003-06-11 H.J. Lu <hongjiu.lu@intel.com>
2005
2006 * po/Make-in (DESTDIR): New.
2007 (install-data-yes): Support $(DESTDIR).
2008 (uninstall): Likewise.
2009
795bb480
AM
20102003-06-11 Alan Modra <amodra@bigpond.net.au>
2011
2012 * Makefile.am (config.status): Depend on version.h.
2013 Run "make dep-am".
2014 * Makefile.in: Regenerate.
2015 * po/SRC-POTFILES.in: Regenerate.
2016
adadcc0c
AM
20172003-06-10 Alan Modra <amodra@bigpond.net.au>
2018 Gary Hade <garyhade@us.ibm.com>
2019
2020 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
2021
f4984206
RS
20222003-06-10 Richard Sandiford <rsandifo@redhat.com>
2023
2024 * archures.c (bfd_mach_h8300sxn): New architecture.
2025 * bfd-in2.h: Regenerate.
2026 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
2027 (h8300sxn_info_struct): New.
2028 (h8300sx_info_struct): Link to it.
2029 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
2030 (elf32_h8_final_write_processing): Likewise.
2031
ad8e1ba5
AM
20322003-06-08 Alan Modra <amodra@bigpond.net.au>
2033
2034 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
2035 elfxx-target.h so that we can use elf_backend_got_header_size.
2036 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
2037 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
2038 associated macros.
2039 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
2040 dst_mask.
2041 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
2042 ppc_stub_plt_branch_r2off.
2043 (struct ppc_stub_hash_entry): Reorganize.
2044 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
2045 toc_curr, toc_off and emit_stub_syms.
2046 (ppc64_elf_link_hash_table_create): Init them.
2047 (ppc_stub_name): Correct string size.
2048 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
2049 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
2050 used.
2051 (ppc_type_of_stub): Tweak root.type test.
2052 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
2053 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
2054 ppc_stub_plt_branch_r2off.
2055 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
2056 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
2057 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
2058 Initialize elf_gp and toc_curr.
2059 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
2060 (ppc64_elf_next_input_section): Set toc_off.
2061 (group_sections): Ensure groups have the same TOC.
2062 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
2063 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
2064 Build new glink stub.
2065 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
2066 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
2067 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
2068 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
2069 * section.c (struct sec): Rename flag12 to has_gp_reloc.
2070 (STD_SECTION): Update.
2071 * ecoff.c (bfd_debug_section): Update comment.
2072 * bfd-in2.h: Regenerate.
2073
90fff0d4
DJ
20742003-06-05 Daniel Jacobowitz <drow@mvista.com>
2075
2076 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
2077 NULL function pointers.
2078
c82b20e4
DJ
20792003-06-05 Daniel Jacobowitz <drow@mvista.com>
2080
2081 * simple.c (bfd_simple_get_relocated_section_contents): Call
2082 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
2083
53d4437a
SS
20842003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2085
5a5b9651
SS
2086 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
2087 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
2088 swaptables.
2089 * coff-tic4x.c: Ditto
53d4437a
SS
2090 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
2091 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
5a5b9651
SS
2092 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
2093 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
2094 swap tables.
53d4437a
SS
2095 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
2096 * coff-a29k.c: Append COFF_SWAP_TABLE argument
2097 * coff-apollo.c: Ditto
2098 * coff-arm.c: Ditto
2099 * coff-h8300.c: Ditto
2100 * coff-h8500.c: Ditto
2101 * coff-i960.c: Ditto
2102 * coff-m68k.c: Ditto
2103 * coff-m88k.c: Ditto
2104 * coff-mcore.c: Ditto
2105 * coff-sh.c: Ditto
2106 * coff-sparc.c: Ditto
2107 * coff-tic80.c: Ditto
2108 * coff-we32k.c: Ditto
2109 * coff-z8k.c: Ditto
2110 * coff-w65.c: Ditto
2111
736694c8
SS
21122003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2113
2114 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
2115 initialization bug
2116
9ee5e499
JJ
21172003-06-03 Jakub Jelinek <jakub@redhat.com>
2118
2119 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
2120 (bfd_section_from_phdr): Likewise.
2121 (map_sections_to_segments): Create PT_GNU_STACK segment header.
2122 (get_program_header_size): Count with PT_GNU_STACK.
2123 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
2124 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
2125
6f6f27f8
L
21262003-06-03 H.J. Lu <hongjiu.lu@intel.com>
2127
2128 * elflink.h (elf_link_input_bfd): Call linker error_handler
2129 for discarded definitions.
2130
a3b6428f
NC
21312003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
2132
2133 * syms.c (decode_section_type): Return 'n' if section flags are
2134 SEC_HAS_CONTENTS && SEC_READONLY.
2135
e30ddb24
NC
21362003-06-03 Nick Clifton <nickc@redhat.com>
2137
2138 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
2139 R_V850_ABS32. Add entry for R_V850_REL32.
adadcc0c
AM
2140 (v850_elf_reloc_map): Likewise.
2141 (v850_elf_check_relocs): Likewise.
2142 (v850_elf_perform_relocation): Likewise.
2143 (v850_elf_final_link_relocate): Likewise. Include computation
e30ddb24 2144 to make R_V850_REl32 pc-relative.
adadcc0c 2145
2558b9a9
KK
21462003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2147
2148 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
2149 and DT_DEBUG dynamic tag even for position independent executables.
2150 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
2151
f15398ef
DJ
21522003-06-02 Daniel Jacobowitz <drow@mvista.com>
2153
2154 * config.bfd: Move obsolete entries out of the range of the
2155 targmatch sed script.
2156
cad28985
DJ
21572003-06-02 Daniel Jacobowitz <drow@mvista.com>
2158
2159 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
2160
f2c822e3
JJ
21612003-05-31 Jakub Jelinek <jakub@redhat.com>
2162
2163 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
2164 plt entries, not just 8191.
2165
c9c27aad
DJ
21662003-05-30 Daniel Jacobowitz <drow@mvista.com>
2167
2168 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
2169 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
2170
36af4a4e
JJ
21712003-05-30 Ulrich Drepper <drepper@redhat.com>
2172 Jakub Jelinek <jakub@redhat.com>
2173
2174 * elflink.h (elf_link_add_object_symbols): Use !info->executable
2175 instead of info->shared where appropriate.
2176 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
2177 * elflink.c (_bfd_elf_create_got_section): Likewise.
2178 (_bfd_elf_link_create_dynamic_sections): Likewise.
2179 (_bfd_elf_link_assign_sym_version): Likewise.
2180 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
2181 and DT_DEBUG dynamic tag even for position independent executables.
2182 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
2183 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
2184 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
2185 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
2186 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
2187 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
2188 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
2189 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
2190 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
2191
f8843e87
AM
21922003-05-30 Kris Warkentin <kewarken@qnx.com>
2193
2194 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
2195 signalled thread.
2196 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
2197
29e1a6e4
NC
21982003-05-29 Nick Clifton <nickc@redhat.com>
2199
2200 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
2201 Tidy up formatting.
2202 * Makefile.am: Add dependency on safe-ctype.h.
2203 * Makefile.in: Regenerate.
2204
4b555070
TS
22052003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2206
2207 * elfxx-mips.c: Don't force symbols local unconditionally.
2208
0236e03e
L
22092003-05-28 Alan Modra <amodra@bigpond.net.au>
2210
2211 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
2212 undefined_symbol call.
2213
9e4aeb93
RS
22142003-05-27 Richard Sandiford <rsandifo@redhat.com>
2215
2216 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
2217 (mips_elf_link_hash_table): Likewise.
2218
d0c728db
TS
22192003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2220
2221 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2222 R_MIPS_GNU_REL16_S2 support.
2223 (bfd_elf64_bfd_reloc_type_lookup): Use it.
2224 (mips_elf64_rtype_to_howto): Use it.
2225 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
2226 R_MIPS_GNU_REL16_S2 support.
2227 (bfd_elf32_bfd_reloc_type_lookup): Use it.
2228 (mips_elf_n32_rtype_to_howto): Use it.
2229
759ebd76
DA
22302003-05-21 Stuart F. Downing <sdowning@fame.com>
2231
2232 * som.h: Define PA_2_0 before including a.out.h
2233
143d77c5
EC
22342003-05-07 Eric Christopher <echristo@redhat.com>
2235 Alexandre Oliva <aoliva@redhat.com>
2236
2237 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
2238 pic tests, change to warning.
2239 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
2240
cea3d58d
NC
22412003-05-21 Marcus Comstedt <marcus@mc.pp.se>
2242
2243 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
2244 well as shle-...-netbsdelf. Remove duplicate entry.
2245
385a4c14
NC
22462003-05-21 Nick Clifton <nickc@redhat.com>
2247
60e42408
NC
2248 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
2249 for X_STORMY16_REL_12 reloc.
2250
385a4c14 2251 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
9b5ecbd0 2252 the type of the hash table in the bfd_link_info structure.
385a4c14
NC
2253 (bfd_elf_get_runpath_list): Likewise.
2254
129b8c20
RM
22552003-05-19 Roland McGrath <roland@redhat.com>
2256
2257 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
2258 * bfd-in.h: Declare it.
2259 * bfd-in2.h: Regenerated.
2260 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
2261 * elf-bfd.h (struct elf_backend_data): New function pointer member
2262 elf_backend_bfd_from_remote_memory.
2263 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
2264 Declare them.
2265 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
2266 (elfNN_bed): Add that to the initializer.
2267
22682003-05-15 Roland McGrath <roland@redhat.com>
2269
2270 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
2271
22d5e339
L
22722003-05-20 Jakub Jelinek <jakub@redhat.com>
2273
2274 * elflink.h (elf_link_output_extsym): Only issue error about !=
2275 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
2276
22772003-05-20 H.J. Lu <hongjiu.lu@intel.com>
2278
2279 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
2280 when removing the old definition for symbols with non-default
2281 visibility.
2282
b645cb17
JE
22832003-05-18 Jason Eckhardt <jle@rice.edu>
2284
2285 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
2286
d2ff124f
AS
22872003-05-17 Andreas Schwab <schwab@suse.de>
2288
2289 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
2290 elf_section_data during processing of pc-relative and absolute
2291 relocations.
2292 (elf_m68k_relocate_section): Use the cached reloc section instead
2293 of computing it again. Fix handling of visibility. Don't modify
2294 addend when copying over a relocation into the output.
2295
9c7a29a3
AM
22962003-05-17 Alan Modra <amodra@bigpond.net.au>
2297
2298 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2299 to trim plt entries. Move undefweak non-default visibility test..
2300 (allocate_dynrelocs): ..from here.
2301 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
2302 dynamic_sections_created here. Update comment. Move undefweak
2303 non-default visibility test..
2304 (allocate_dynrelocs): ..from here. Fix comment.
2305 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
2306 to trim plt entries. Move undefweak non-default visibility test..
2307 (allocate_dynrelocs): ..from here. Fix comment.
2308 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
2309 STV_DEFAULT rather than comparing with zero.
2310 * elflink.c (_bfd_elf_merge_symbol): Likewise.
2311 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
2312
9bcf4de0
TS
23132003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2314
2315 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
2316 pointers.
2317 (_bfd_set_gp_value): Likewise.
2318
5d1db417
MS
23192003-05-16 Michael Snyder <msnyder@redhat.com>
2320 From Bernd Schmidt <bernds@redhat.com>
2321 * archures.c (bfd_mach_h8300sx): New.
2322 * bfd-in2.h: Regenerate.
2323 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
2324 (h8300sx_info_struct): New.
2325 (h8300s_info_struct): Link to it.
2326 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
2327 (elf32_h8_final_write_processing): Likewise.
2328 (elf32_h8_relax_section): Likewise.
2329
80c7c40a
NC
23302003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
2331
2332 * config.bfd: Accept i[3-7]86 variants.
2333 * configure.host: Likewise.
2334 * configure.in: Likewise.
2335 * configure: Regenerate.
2336
c1be741f
L
23372003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2338
2339 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
2340 symbol.
2341
a15d9d3a
L
23422003-05-15 H.J. Lu <hongjiu.lu@intel.com>
2343
2344 * elflink.h (elf_link_check_versioned_symbol): Also allow
2345 the base version.
2346
09695f56
AM
23472003-05-15 Alan Modra <amodra@bigpond.net.au>
2348 H.J. Lu <hongjiu.lu@intel.com>
2349
2350 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
2351 (elf_i386_relocate_section): Likewise.
2352 * elf32-ppc.c (allocate_dynrelocs): Likewise.
2353 (ppc_elf_relocate_section): Likewise.
2354 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2355 (ppc64_elf_relocate_section): Likewise.
2356
40f62fa0
TS
23572003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2358
2359 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
2360
47247ced
SC
23612003-05-13 Stephane Carrez <stcarrez@nerim.fr>
2362
2363 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
2364 processor capability, allow merge of HC12 and HCS12 in some cases.
2365 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
2366 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
2367 (bfd_m68hc12_arch): Link it.
2368 (scan_mach): New function.
2369
32dfa85d
AH
23702003-05-13 Andrew Haley <aph@redhat.com>
2371
2372 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
2373
586119b3
AM
23742003-05-13 Alan Modra <amodra@bigpond.net.au>
2375 H.J. Lu <hongjiu.lu@intel.com>
2376
2377 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
2378 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
2379 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
2380 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
2381 (ppc_elf_relocate_section): Likewise.
2382 * elf64-ppc.c (allocate_dynrelocs): Likewise.
2383 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
2384 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
2385 relocs need no other types.
2386 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
2387 dynreloc check.
2388 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
2389 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
2390 .got relocs.
2391
04e534c3
KK
23922003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2393
2394 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
2395 copy ELF_LINK_NON_GOT_REF from weakdef.
9b5ecbd0 2396 (allocate_dynrelocs): For undef weak syms with non-default
04e534c3
KK
2397 visibility, a) don't allocate plt entries, b) don't allocate
2398 .got relocs, c) discard dyn rel space
adadcc0c
AM
2399 (sh_elf_relocate_section): d) don't generate .got relocs, e)
2400 don't generate dynamic relocs.
04e534c3
KK
2401 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
2402 for weakdefs when symbol already adjusted.
2403
0afb2dc0
NC
24042003-05-12 Nick Clifton <nickc@redhat.com>
2405
2406 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
2407 overflow detection for R_XSTORMY16_16 reloc.
2408
9d29900b
NC
24092003-05-12 Paul Clarke <paulc@senet.com.au>
2410
2411 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
2412
a48c6a54
JE
24132003-05-11 Jason Eckhardt <jle@rice.edu>
2414
2415 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
2416 adjust upper bits.
2417 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
2418 proper place.
2419 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
2420 proper place.
2421
44f745a6
AS
24222003-05-11 Andreas Schwab <schwab@suse.de>
2423
2424 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
2425 complicated tests for unresolvable relocs with a simple direct
2426 scheme using "unresolved_reloc" var. Report some detail on
2427 bfd_reloc_outofrange and similar errors.
2428
4ec72bde
MS
24292003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2430
2431 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
2432 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
2433 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2434 * elf64-s390.c: Likewise.
2435
64285810
MS
24362003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2437
2438 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
2439 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
2440 ELF_LINK_NON_GOT_REF from weakdef.
2441 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
2442 already been adjusted before treating it specially.
2443 * el64-s390.c: Likwise.
2444
82058a73
MS
24452003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
2446
2447 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
2448 non-default visibility, a) don't make them dynamic, b) discard
2449 space for dynamic relocs.
2450 (elf_s390_relocate_section): Initialize the GOT entries and skip
2451 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
2452 symbols with non-default visibility.
2453 * elf64-s390.c: Likewise.
2454
60d8b524
AM
24552003-05-09 Alan Modra <amodra@bigpond.net.au>
2456
2457 * cpu-arm.c (arm_check_note): Warning fix.
2458 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
2459 to keep relocs if edited.
2460 (iq2000_elf_print_private_bfd_data): Return TRUE.
2461 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
2462 ELF64_R_SYM.
2463 (elfNN_ia64_relax_ldxmov): Warning fix.
2464 * xtensa-isa.c (xtensa_add_isa): Warning fix.
2465 * xtensa-modules.c (get_num_opcodes): Warning fix.
2466
e57b5356
AM
24672003-05-09 Andrey Petrov <petrov@netbsd.org>
2468
2469 * elf.c (elf_fake_sections): Use correct cast for sh_name.
2470
45d6a902
AM
24712003-05-09 Alan Modra <amodra@bigpond.net.au>
2472
2473 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
2474 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
2475 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
2476 (bfd_elf_record_link_assignment): Move from elflink.h.
2477 (_bfd_elf_merge_symbol): Likewise.
2478 (_bfd_elf_add_default_symbol): Likewise.
2479 (_bfd_elf_export_symbol): Likewise.
2480 (_bfd_elf_link_find_version_dependencies): Likewise.
2481 (_bfd_elf_link_assign_sym_version): Likewise.
2482 (_bfd_elf_link_read_relocs): Likewise.
2483 (_bfd_elf_link_size_reloc_section): Likewise.
2484 (_bfd_elf_fix_symbol_flags): Likewise.
2485 (_bfd_elf_adjust_dynamic_symbol): Likewise.
2486 (_bfd_elf_link_sec_merge_syms): Likewise.
2487 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
2488 and bed->s->sizeof_rela.
2489 (_bfd_elf_link_output_relocs): Likewise.
2490 * elf-bfd.h (struct elf_size_info): Rename file_align to
2491 log_file_align.
2492 (struct elf_info_failed): Move from elflink.h.
2493 (struct elf_assign_sym_version_info): Likewise.
2494 (struct elf_find_verdep_info): Likewise.
2495 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
2496 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
2497 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
2498 _bfd_elf_link_assign_sym_version,
2499 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
2500 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
2501 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
2502 _bfd_elf_link_sec_merge_syms): Declare.
2503 (bfd_elf32_link_create_dynamic_sections): Don't declare.
2504 (_bfd_elf32_link_read_relocs): Likewise.
2505 (bfd_elf64_link_create_dynamic_sections): Likewise.
2506 (_bfd_elf64_link_read_relocs): Likewise.
2507 * elflink.h: Move lots o' stuff elsewhere.
2508 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
2509 (bfd_elf64_record_link_assignment): Likewise.
2510 (bfd_elf_record_link_assignment): Declare.
2511 * bfd-in2.h: Regenerate.
2512 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
2513 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
2514 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
2515 (assign_file_positions_for_segments): Likewise.
2516 (assign_file_positions_except_relocs): Likewise.
2517 (swap_out_syms, elfcore_write_note): Likewise.
2518 * elf-m10200.c: Adjust for changed function names.
2519 * elf-m10300.c: Likewise.
2520 * elf32-arm.h: Likewise.
2521 * elf32-h8300.c: Likewise.
2522 * elf32-hppa.c: Likewise.
2523 * elf32-ip2k.c: Likewise.
2524 * elf32-m32r.c: Likewise.
2525 * elf32-m68hc11.c: Likewise.
2526 * elf32-m68hc1x.c: Likewise.
2527 * elf32-m68k.c: Likewise.
2528 * elf32-mips.c: Likewise.
2529 * elf32-ppc.c: Likewise.
2530 * elf32-sh.c: Likewise.
2531 * elf32-v850.c: Likewise.
2532 * elf32-xtensa.c: Likewise.
2533 * elf64-alpha.c: Likewise.
2534 * elf64-hppa.c: Likewise.
2535 * elf64-mmix.c: Likewise.
2536 * elf64-ppc.c: Likewise.
2537 * elf64-sh64.c: Likewise.
2538 * elfxx-ia64.c: Likewise.
2539 * elfxx-mips.c: Likewise.
2540 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
2541 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
2542 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2543 * elf64-mips.c (mips_elf64_size_info): Likewise.
2544 * elf64-s390.c (s390_elf64_size_info): Likewise.
2545 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2546
bf1e742e
L
25472003-05-08 H.J. Lu <hongjiu.lu@intel.com>
2548
2549 * elflink.h (elf_add_default_symbol): After skipping the
2550 unversioned symbol, go to non-default one.
2551
6a32c710
L
25522003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2553
2554 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
2555 want_plt field.
2556 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
2557 for symbols with non-default visibility.
2558
71552942
L
25592003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2560
2561 * elflink.h (elf_link_check_versioned_symbol): Also handle the
2562 case that a DSO references a hidden symbol which may be
2563 satisfied by a versioned symbol in another DSO.
2564 (elf_link_output_extsym): Check versioned definition for hidden
2565 symbol referenced by a DSO.
2566
208c2cd6
NC
25672003-05-07 Nick Clifton <nickc@redhat.com>
2568
2569 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
2570 R_XSTORMY16_16 reloc to ignore overflows.
2571
aa701218
AO
25722003-05-06 Alexandre Oliva <aoliva@redhat.com>
2573
2574 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
2575 error message for mixing different-endian files. Check for ABI
2576 compatibility of input files with the selected emulation.
2577
4e795f50
AM
25782003-05-05 Alan Modra <amodra@bigpond.net.au>
2579
2580 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
2581 non-default visibility, a) don't make them dynamic, b) discard
2582 space for dynamic relocs.
2583 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2584
2585 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
2586 non-default visibility, a) don't allocate plt entries, b) don't
2587 allocate .got relocs, c) discard dyn rel space,
2588 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
2589 don't generate dynamic relocs.
2590 * elf64-ppc.c (allocate_dynrelocs): As above.
2591 (ppc64_elf_relocate_section): As above.
2592
4bc6e03a
AJ
25932003-05-05 Andreas Jaeger <aj@suse.de>
2594
2595 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
2596 relocation entries for weak undefined symbols with non-default
2597 visibility.
2598 (elf64_x86_64_relocate_section): Initialize the GOT entries and
2599 skip R_386_32/R_386_PC32 for weak undefined symbols with
2600 non-default visibility.
2601
ef5aade5
L
26022003-05-04 H.J. Lu <hjl@gnu.org>
2603
2604 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
2605 relocation entries for weak undefined symbols with non-default
2606 visibility.
2607 (elf_i386_relocate_section): Initialize the GOT entries and
2608 skip R_386_32/R_386_PC32 for weak undefined symbols with
2609 non-default visibility.
129b8c20 2610
ef5aade5
L
2611 * elfxx-ia64.c (allocate_fptr): Don't allocate function
2612 descriptors for weak undefined symbols with non-default
2613 visibility.
2614 (allocate_dynrel_entries): Don't allocate relocation entries
2615 for symbols resolved to 0.
2616 (set_got_entry): Don't install dynamic relocation for weak
2617 undefined symbols with non-default visibility.
2618 (set_pltoff_entry): Likewise.
2619
2620 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
2621 with non-default visibility.
2622 (elf_link_output_extsym): Don't make weak undefined symbols
2623 with non-default visibility dynamic.
2624
c424e0e9
L
26252003-05-04 H.J. Lu <hjl@gnu.org>
2626
2627 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
2628
d31e3dfe
L
26292003-05-04 H.J. Lu <hjl@gnu.org>
2630
2631 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
2632 symbol dynamic. Check indirection when removing the old
2633 definition for symbols with non-default visibility.
2634 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
2635
4d2e1ff0
NC
26362003-05-02 Nick Clifton <nickc@redhat.com>
2637
2638 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
2639 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
2640 unsigned overflow.
2641
d40d037c
AJ
26422003-05-02 Andreas Jaeger <aj@suse.de>
2643
2644 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
2645 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2646 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2647 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
2648 ELF_LINK_NON_GOT_REF from weakdef.
2649
c5d1701e
NC
26502003-05-02 Charles Lepple <clepple@ghz.cc>
2651 Nick Clifton <nickc@redhat.com>
2652
2653 * acinclude.m4: Fix name of --enable-install-libbfd switch.
2654 * aclocal.m4: Regenerate.
2655 * configure: Regenerate.
2656 * Makefile.in: Regenerate.
2657
81848ca0
AM
26582003-05-01 Alan Modra <amodra@bigpond.net.au>
2659
2660 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
2661 weakdef sym has already been adjusted before treating it specially.
2662 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
2663 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2664 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
2665 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
03d14457 2666
c7996ad6
L
26672003-04-28 H.J. Lu <hjl@gnu.org>
2668
2669 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
2670 the relax finalize pass.
2671
2672 * section.c (struct sec): Add need_finalize_relax and remove
2673 flag11.
2674 (STD_SECTION): Update struct sec initializer.
2675 * bfd-in2.h: Regenerated.
2676
f006af20
L
26772003-04-28 H.J. Lu <hjl@gnu.org>
2678
2679 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
2680 to copy any information related to dynamic linking when we flip
2681 the indirection.
2682
1b1fe8fe
L
26832003-04-27 H.J. Lu <hjl@gnu.org>
2684
2685 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
2686 (ELF_LINK_DYNAMIC_WEAK): New.
2687
2688 * elflink.h (elf_merge_symbol): Add one argument to indicate if
2689 a symbol should be skipped. Ignore definitions in dynamic
2690 objects for symbols with non-default visibility.
2691 (elf_add_default_symbol): Adjusted.
2692 (elf_link_add_object_symbols): Check if a symbol should be
2693 skipped. Don't merge the visibility field with the one from
2694 a dynamic object.
2695 (elf_link_check_versioned_symbol): Use undef_bfd.
2696 (elf_link_output_extsym): Warn if a forced local symbol is
2697 referenced from dynamic objects. Make non-weak undefined symbol
2698 with non-default visibility a fatal error.
2699
052a450c
DJ
27002003-04-27 Daniel Jacobowitz <drow@mvista.com>
2701
2702 * configure.in: Bump version on HEAD to 2.14.90.
2703 * configure: Regenerated.
2704
d204f4c0
SC
27052003-04-26 Stephane Carrez <stcarrez@nerim.fr>
2706
2707 PR savannah/3331:
2708 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
2709 when we couldn't relax something.
2710
3c0a515d
L
27112003-04-25 Alan Modra <amodra@bigpond.net.au>
2712
2713 * elflink.h (elf_merge_symbol): When we find a regular definition
2714 for an indirect symbol, flip the indirection so that the old
2715 direct symbol now points to the new definition.
2716
d145330d
RM
27172003-04-24 Roland McGrath <roland@redhat.com>
2718
2719 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2720
fc0bffd6
AM
27212003-04-24 Alan Modra <amodra@bigpond.net.au>
2722
2723 * elf32-ppc.c: Formatting and comment fixes.
2724 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
2725 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2726
27272003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
8d9cd6b1
NC
2728
2729 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
2730 * bfd-in2.h: Rebuilt.
2731 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
fc0bffd6 2732 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
8d9cd6b1
NC
2733 & H8300SNMAGIC.
2734 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
2735 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
2736 (h8300sn_info_struct, h8300hn_info_struct): New.
2737 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
2738 (elf32_h8_final_write_processing): Likewise.
2739
267fb3c1
KK
27402003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2741
2742 * elf32-sh.c (tpoff): New.
2743 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
2744 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
fc0bffd6 2745 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
267fb3c1 2746 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
fc0bffd6 2747 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
267fb3c1
KK
2748 (dtpoff_base): Fix wrong indentation.
2749 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
2750 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
2751 R_SH_TLS_TPOFF32 relocations.
2752
ef230218
JR
27532003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
2754
2755 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
2756 * cpu-sh.c: Likewise.
2757 * elf32-sh.c: Likewise.
2758 * reloc.c (bfd_reloc_code_real): Likewise.
2759 * elf32-sh64-com.c: Change comment to refer to SuperH.
2760 * elf32-sh64.c: Likewise.
2761 * elf64-sh64.c: Likewise.
2762 * bfd-in2.h (enum bfd_architecture): Regenerate.
2763
8c29f035
AM
27642003-04-23 Alan Modra <amodra@bigpond.net.au>
2765
2766 From Julien LEMOINE <speedblue@debian.org>
2767 * elf32-i386.c (elf_i386_info_to_howto): Delete.
2768 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2769
26597c86
NC
27702003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2771
2772 * archures.c: Replace references to Mitsubishi M32R with references
2773 to Renesas M32R.
2774 * relocs.c: Likewise.
2775 * bfd-in2.h: Regenerate.
2776
cc13e3ef
RH
27772003-04-21 Richard Henderson <rth@redhat.com>
2778
2779 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
2780 executable when a symbol is defined both regular and dynamic.
2781
f5a6f915
SC
27822003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2783
2784 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
2785 (elf32-m68hc1x.lo): Update dependencies
2786 * configure.in: Add elf32-m68hc1x.lo.
2787 * configure: Rebuild.
2788 * Makefile.in: Rebuild.
2789
3a65329d
SC
27902003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2791
2792 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2793 (m68hc11_elf_hash_table_create): New function.
2794 (elf32_m68hc11_link_hash_table_free): New function.
2795 (stub_hash_newfunc): New function.
2796 (m68hc11_add_stub): New function.
2797 (elf32_m68hc11_add_symbol_hook): New function.
2798 (elf32_m68hc11_setup_section_lists): New function.
2799 (elf32_m68hc11_next_input_section): New function.
2800 (elf32_m68hc11_size_stubs): New function.
2801 (elf32_m68hc11_build_stubs): New function.
2802 (m68hc11_get_relocation_value): New function.
2803 (elf32_m68hc11_relocate_section): Call the above to redirect
2804 some relocations to the trampoline code.
2805 (m68hc11_elf_export_one_stub): New function.
2806 (m68hc11_elf_set_symbol): New function.
2807 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
2808 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
2809 is not yet initialized.
2810
2811 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2812 (elf32_m68hc11_stub_hash_entry): New struct.
2813 (m68hc11_page_info): Add trampoline handler address.
2814 (m68hc11_elf_link_hash_table): Add stubs generation members.
2815 (elf32_m68hc11_add_symbol_hook): Declare.
2816 (elf32_m68hc11_setup_section_lists): Declare.
2817 (elf32_m68hc11_size_stubs): Declare.
2818 (elf32_m68hc11_build_stubs): Declare.
8c29f035 2819
3a65329d
SC
2820 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
2821 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
2822 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
2823 (_bfd_m68hc11_elf_set_private_flags): Ditto.
2824 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
2825 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
2826 (bfd_elf32_bfd_link_hash_table_create): Define.
2827 (elf_backend_add_symbol_hook): Define.
2828 (m68hc11_elf_bfd_link_hash_table_create): New function.
2829 (m68hc11_elf_build_one_stub): New function.
2830 (m68hc11_elf_size_one_stub): New function.
2831 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
2832 (bfd_elf32_bfd_link_hash_table_create): Define.
2833
2834 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
2835 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
2836 (m68hc12_phys_addr): Ditto.
2837 (m68hc12_phys_page): Ditto.
2838 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
2839 (elf32_m68hc11_gc_mark_hook): Likewise.
2840 (elf32_m68hc11_gc_sweep_hook): Likewise.
2841 (elf32_m68hc11_check_relocs): Likewise.
2842 (elf32_m68hc11_relocate_section): Likewise.
2843 (_bfd_m68hc12_elf_set_private_flags): Likewise.
2844 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
2845 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
2846 (m68hc12_elf_build_one_stub): New function.
2847 (m68hc12_elf_size_one_stub): New function.
2848 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
2849 (elf_backend_add_symbol_hook): Define.
2850 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
2851
4081944f
NC
28522003-04-18 Nick Clifton <nickc@redhat.com>
2853
2854 * format.c (bfd_check_format_matches): Only check associated
2855 vector if the matching_vector has been created.
2856
060dc71d
AO
28572003-04-15 Alexandre Oliva <aoliva@redhat.com>
2858
2859 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2860 2003-04-09's change.
2861
a3476bef
NC
28622003-04-15 Brian Ford <ford@vss.fsi.com>
2863
2864 * peicode.h (coff_swap_scnhdr_in): If a section holds
2865 uninitialized data and is from an object file or from an
2866 executable image that has not initialized the s_size field, or if
2867 the physical size is padded, use the virtual size (stored in
2868 s_paddr) instead.
2869
ca4fa240
NC
28702003-04-15 H.J. Lu <hjl@gnu.org>
2871
2872 * elflink.h (elf_link_add_object_symbols): Properly report
2873 filename for alignment reduction.
2874
c2dcd04e
NC
28752003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2876
2877 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
2878 * reloc.c: Likewise.
2879 * coff-h8300.c: Likewise.
2880 * coff-h8500.c: Likewise.
2881 * coff-sh.c: Likewise.
2882 * cpu-h8300.c: Likewise.
2883 * cpu-sh.c: Likewise.
2884 * elf32-h8300.c: Likewise.
2885 * elf32-sh.c: Likewise.
2886 * elf32-sh64-com.c: Likewise.
2887 * elf32-sh64.c: Likewise.
2888 * elf64-sh64.c: Likewise.
2889 * bfd-in2.h: Regenerate.
2890
f7661995
NC
28912003-04-14 H.J. Lu <hjl@gnu.org>
2892
2893 * elflink.h (elf_link_add_object_symbols): Maintain maximum
2894 alignment for common symbols. Warn reducing alignment for
2895 common symbols. Report old filename when symbol size changes.
2896
93a2b7ae
AO
28972003-04-12 Alexandre Oliva <aoliva@redhat.com>
2898
2899 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
2900 occurrences of the same test changed in the previous patch.
2901 Optimize.
2902
0176c794
AO
29032003-04-11 Alexandre Oliva <aoliva@redhat.com>
2904
2905 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
2906 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
2907 GOT_DISP/addend only if the symbol got a global GOT entry.
2908
0fdc1bf1
AO
29092003-04-10 Alexandre Oliva <aoliva@redhat.com>
2910
2911 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
2912 GOT_PAGE/GOT_OFST referencing overridable symbol to
2913 GOT_DISP/addend.
2914 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
2915 global symbol as GOT_DISP.
2916
9b8c98a4
BW
29172003-04-10 Bob Wilson <bob.wilson@acm.org>
2918
2919 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
2920 next relocation on an undefined symbol.
2921
ec1659c8
RH
29222003-04-09 Richard Henderson <rth@redhat.com>
2923
2924 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
2925 Ignore relocations against r_symndx == 0.
2926
7dfb07f7
L
29272003-04-09 H.J. Lu <hjl@gnu.org>
2928
2929 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
2930 FALSE for undefined symbols.
2931 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2932
a3805e4e
AO
29332003-04-09 Alexandre Oliva <aoliva@redhat.com>
2934
2935 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
2936 and IRIX-specific shift-to-64-bit 4-byte lengths before following
2937 addr_size.
2938
69931e60
AO
29392003-04-08 Alexandre Oliva <aoliva@redhat.com>
2940
2941 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
2942 pointer size from ABI, not arch_bits_per_address.
2943
59a8c196
KB
29442003-04-07 Kevin Buettner <kevinb@redhat.com>
2945
2946 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
2947 constants for n32 ABI.
2948
8e16317c
NC
29492003-04-06 Andrew Cagney <cagney@redhat.com>
2950
2951 * simple.c (bfd_simple_get_relocated_section_contents): Disable
2952 free that leads to GDB vs BFD memory corruption.
2953
196486be
SC
29542003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2955
2956 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
2957 symbols that mark the end of the section.
2958 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
2959 converting to a relative branch so that the offset is computed after
2960 the relaxation; also relocate a jsr into a bsr if possible but don't
2961 relax them if they are to a far symbol as we need to call the
2962 trampoline code.
2963 (elf_m68hc11_howto_table): Set pcrel_offset to true.
2964
be33c5dd
SS
29652003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2966
2967 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
2968 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
2969 * bfd-in2.h: Regenerate
2970 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
2971 * cpu-tic4x.c: Ditto
2972
ff0c9faf
NC
29732003-04-03 Nick Clifton <nickc@redhat.com>
2974
2975 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
2976 differently for object files and executables.
2977 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
2978 for object files or for executables who have not already
2979 initialised the field.
2980 * libpei.h (bfd_pe_executable_p): New macro. Return true if
2981 the PE format bfd is an executable.
2982
2b98e6c0
AM
29832003-04-03 Alan Modra <amodra@bigpond.net.au>
2984
2985 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
2986 here as it's too early to reliably determine locality.
2987 (ppc_elf_gc_sweep_hook): Likewise.
c8b21ee5 2988 (SYMBOL_REFERENCES_LOCAL): Expand comment.
2b98e6c0 2989
92403579
BW
29902003-04-02 Bob Wilson <bob.wilson@acm.org>
2991
2992 * xtensa-modules.c: Remove comment indicating that this is a
2993 generated file.
2994
c45a316a
AM
29952003-04-02 Alan Modra <amodra@bigpond.net.au>
2996
2997 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
2998
e0001a05
NC
29992003-04-01 Bob Wilson <bob.wilson@acm.org>
3000
8c29f035
AM
3001 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
3002 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
3003 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
3004 xtensa-modules.lo.
3005 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
3006 xtensa-modules.c.
3007 (cpu-xtensa.lo): New target.
3008 (elf32-xtensa.lo): Likewise.
3009 (xtensa-isa.lo): Likewise.
3010 (xtensa-modules.lo): Likewise.
3011 * Makefile.in: Regenerate.
3012 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
3013 (bfd_archures_list): Add bfd_xtensa_arch.
3014 * config.bfd: Handle xtensa-*-*.
3015 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
3016 * configure: Regenerate.
3017 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
3018 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
3019 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
3020 (bfd_elf32_xtensa_le_vec): Likewise.
3021 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
3022 * cpu-xtensa.c: New file.
3023 * elf32-xtensa.c: Likewise.
3024 * xtensa-isa.c: Likewise.
3025 * xtensa-modules.c: Likewise.
3026 * libbfd.h: Regenerate.
3027 * bfd-in2.h: Likewise.
e0001a05 3028
5a6c6817
NC
30292003-04-01 Nick Clifton <nickc@redhat.com>
3030
3031 * archures.c (bfd_mach_arm_unknown): Define.
3032 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
3033 bfd_arm_get_mach_from_notes): Prototype.
3034 * bfd-in2.h: Regenerate.
3035 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
3036 bfd_arm_merge_machines.
3037 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
3038 * coffcode.h (coff_set_arch_mach_hook): Call
3039 bfd_arm_get_mach_from_notes.
3040 * coffgen.c (coff_real_object_p): Revert previous delta.
3041 * cpu_arm.c (arm_check_note): New function. Examine a note in a
3042 .note section.
3043 (bfd_arm_merge_machines): New function: Handle the merging of ARM
3044 binaries compiled for different architectures..
3045 (bfd_arm_update_notes): New function: Update an ARM note section.
3046 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
3047 number from an ARM note section.
3048 * elf32-arm.h (elf32_arm_object_p): Use
3049 bfd_arm_get_mach_from_notes.
3050 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
3051 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
8c29f035 3052
0cc1cf99
BE
30532003-04-01 Ben Elliston <bje@wasabisystems.com>
3054
3055 * dwarf2.c (read_attribute_value): Correct typo in comment.
3056
af3ef9fe
NC
30572003-04-01 Nick Clifton <nickc@redhat.com>
3058
3059 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
3060 instead of concat().
3061 (decode_line_info): Only free filename if it is not NULL.
d63fd5d1
NC
3062 (add_line_info): Make a copy of the filename when storing it into
3063 the info structure.
af3ef9fe 3064
6e84a906
DJ
30652003-03-31 Andreas Schwab <schwab@suse.de>
3066 Daniel Jacobowitz <drow@mvista.com>
3067
3068 * simple.c (bfd_simple_get_relocated_section_contents): Add
3069 parameter symbol_table. Optionally use it instead of the symbol
3070 table from the bfd. Save and restore output offsets and output
3071 sections around bfd_get_relocated_section_contents. Fix a memory
3072 leak.
3073 (simple_save_output_info, simple_restore_output_info): New
3074 functions.
3075 * bfd-in2.h: Regenerate.
3076 * dwarf2.c (read_abbrevs): Use
3077 bfd_simple_get_relocated_section_contents instead of
3078 bfd_get_section_contents.
3079 (decode_line_info): Likewise.
3080 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
3081 find_rela_addend.
3082 (find_rela_addend): Remove.
3083 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
3084 debugging sections.
3085 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
3086 not bfd_zalloc.
3087
5ed6aba4
NC
30882003-03-31 David Heine <dlheine@suif.stanford.edu>
3089
3090 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
3091 bfd_alloc.
3092 * dwarf2.c (concat_filename): Always allocate space for the
3093 returned filename.
3094 (decode_line_info): Free the allocated filename returned by
3095 concat_filename.
3096 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
3097 * elf.c (copy_private_bfd_data): Likewise.
3098 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
3099 * elflink.h (elf_link_sort_relocs): Fix memory leak.
3100 * format.c (bfd_check_format_matches): Likewise.
3101 * linker.c (bfd_generic_final_link): Likewise.
3102 * opncls.c (find_separate_debug_info): Likewise.
3103 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
8c29f035 3104
5941afc1
L
31052003-03-28 H.J. Lu <hjl@gnu.org>
3106
3107 * elflink.h (elf_link_add_object_symbols): Correctly combine
3108 visibilities.
3109
9d73f260
JJ
31102003-03-27 Jakub Jelinek <jakub@redhat.com>
3111
3112 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
3113 to -1 before recomputing got offsets.
3114
a5ad465a
AS
31152003-03-26 Andreas Schwab <schwab@suse.de>
3116
3117 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3118 (elf_m68k_relocate_section): Use it to correctly handle symbols
3119 forced to be local.
3120 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
3121 entries for symbols that are forced to be local.
3122
d0647110
AO
31232003-03-25 Alexandre Oliva <aoliva@redhat.com>
3124
3125 * elfxx-mips.c (_bfd_mips_relax_section): New function.
3126 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
3127 * elfn32-mips.c, elf64-mips.c: Use it.
3128
e16bb312
NC
31292003-03-25 Stan Cox <scox@redhat.com>
3130 Nick Clifton <nickc@redhat.com>
8c29f035 3131
9b5ecbd0 3132 Contribute support for Intel's iWMMXt chip - an ARM variant:
e16bb312
NC
3133
3134 * archures.c: Add bfd_mach_arm_iWMMXt.
3135 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
3136 * bfd-in2.h: Regenerate.
3137 * libbfd.h: Regenerate.
3138 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
3139 object files to be linked with XScale ones.
3140 (coff_arm_final_link_postscript): Update note section.
3141 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
3142 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
3143 after identifying a coff binary.
3144 * cpu-arm.c (processors): Add iWMMXt.
3145 (arch_inf): Likewise.
3146 * elf32-arm.h (arm_object_p): Handle note section.
9b5ecbd0 3147 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
e16bb312
NC
3148 be linked with XScale ones.
3149 (elf32_arm_section_flags): New function: Set flags on note section.
3150 (elf32_arm_final_write_processing): Handle note section.
3151
25f14c34
DD
31522003-03-21 DJ Delorie <dj@redhat.com>
3153
3154 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
3155 _bfd_elf_rela_local_sym.
3156
04b3329b
L
31572003-03-20 H.J. Lu <hjl@gnu.org>
3158
3159 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
3160 non-ELF outputs.
3161
c25cfdf8
NC
31622003-03-20 Nick Clifton <nickc@redhat.com>
3163
3164 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
3165 $idata5 in case bfd_coff_final_link is not called.
3166
3e1d7f19
JJ
31672003-03-19 Jakub Jelinek <jakub@redhat.com>
3168
3169 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
3170 field.
3171 (canon_reloc_count): Define.
3172 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
3173 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
3174 reloc_count.
3175 (sparc64_elf_canonicalize_reloc): New routine.
3176 (bfd_elf64_canonicalize_reloc): Define.
3177
3fa1d917
JJ
31782003-03-18 Jakub Jelinek <jakub@redhat.com>
3179
3180 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
3181 againt mergeable sections. Take r_addend into account when caching
3182 trampolines.
3183
f86b235a
RH
31842003-03-18 Richard Henderson <rth@redhat.com>
3185
8c29f035
AM
3186 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
3187 local symbols that have no dyninfo.
f86b235a 3188
49ae03bf
NC
31892003-03-14 Gene Smith <gene.smith@siemens.com>
3190
3191 * ieee.c (ieee_write_expression): Handle the case where symbol is
3192 NULL.
3193 General formatting improvements.
3194
6a457e5c
NC
31952003-03-13 Nick Clifton <nickc@redhat.com>
3196
3197 * configure.in (LINGUAS): Add zh_CN.
3198 * configure: Regenerate.
3199 * po/zh_CN.po: New file.
3200
93516ec3
NC
32012003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
3202
3203 * aout-cris.c (BYTES_IN_WORD): Don't define.
3204 aout-encap.c: Likewise.
3205 aout-ns32k.c: Likewise.
3206 aout-tic30.c: Likewise.
3207 hp300bsd.c: Likewise.
3208 i386aout.c: Likewise.
3209 i386dynix.c: Likewise.
3210 i386linux.c: Likewise.
3211 i386lynx.c: Likewise.
3212 i386mach3.c: Likewise.
3213 m68k4knetbsd.c: Likewise.
3214 m68klinux.c: Likewise.
3215 m68klynx.c: Likewise.
3216 m68knetbsd.c: Likewise.
3217 m88kmach3.c: Likewise.
3218 mipsbsd.c: Likewise.
3219 newsos3.c: Likewise.
3220 sparclinux.c: Likewise.
3221 sparclynx.c: Likewise.
3222 sparcnetbsd.c: Likewise.
3223 vaxbsd.c: Likewise. Fix comment formatting.
3224
fee24f1c
AO
32252003-03-12 Alexandre Oliva <aoliva@redhat.com>
3226
0b25d3e6
AO
3227 * Reverted 2003-03-02's patch.
3228
fee24f1c
AO
3229 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
3230 overridable.
3231 * elf64-mips.c (mips_elf64_canonicalize_reloc,
3232 mips_elf64_get_dynamic_reloc_upper_bound,
3233 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
3234 (bfd_elf64_get_canonicalize_reloc,
3235 bfd_elf64_get_dynamic_reloc_upper_bound,
3236 bfd_elf64_canonicalize_dynamic_reloc): Define.
3237 (mips_elf64_slurp_reloc_table): Support dynamic.
3238 (mips_elf64_slurp_one_reloc_table): Adjust.
3239
64fb1839
NC
32402003-03-12 Nick Clifton <nickc@redhat.com>
3241
3242 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
3243 'index' to 'offset' in test for zero value.
3244
908488f1
AO
32452003-03-11 Alexandre Oliva <aoliva@redhat.com>
3246
3247 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
3248 dynamic relocations pointing to local or section symbols, use the
3249 NULL symbol instead. Document the choice to not emit an
3250 additional R_MIPS_64 relocation.
3251
e515b051
AM
32522003-03-11 Alan Modra <amodra@bigpond.net.au>
3253
3254 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
3255 zero index dynamic tls relocs generated for the GOT. Tidy code.
3256 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
3257 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3258
a23b6845
AM
32592003-03-07 Alan Modra <amodra@bigpond.net.au>
3260
87d243f1
AM
3261 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
3262 a tls_get_addr call.
3263
a23b6845
AM
3264 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3265 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
3266 ELF_LINK_NON_GOT_REF from weakdef.
3267 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
3268 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
3269 ELF_LINK_NON_GOT_REF from weakdef.
3270 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
3271 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
3272 ELF_LINK_NON_GOT_REF from weakdef.
3273
2d36fe5f
AH
32742003-03-06 Jakub Jelinek <jakub@redhat.com>
3275 Andrew Haley <aph@redhat.com>
3276
3277 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
3278 output is relocateable.
3279
34f304a7
NC
32802003-03-06 Steven Konopa <skonopa@kgo.csc.com>
3281
3282 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
3283 R_COMMENT.
3284
7b609f53
AM
32852003-03-06 Alan Modra <amodra@bigpond.net.au>
3286
3287 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
3288 error messages.
3289 (ELIMINATE_COPY_RELOCS): Define to zero.
3290 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
3291 TLSLD relocs. Report reloc types on a number of errors. Optimize
3292 LOCAL24PC check for non-local syms. Don't capitalize error messages.
3293 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
3294 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
3295 calculating TLSLD relocs. Report reloc types on a number of errors.
3296 Don't capitalize error messages.
3297
6a0fb186
L
32982003-03-03 H.J. Lu <hjl@gnu.org>
3299
3300 * elfxx-ia64.c (USE_BRL): Removed.
3301 (oor_ip): Removed.
3302
34f304a7 33032003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
bdfaef52
JR
3304
3305 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
3306 relocation (no special function), and make it non-partial_inplace.
3307 (sh_elf_relax_section): When creating a bsr, use a consistent value
3308 no matter if the symbol is extern or not; set addend to -4.
3309 Don't swap load / non-load instructions for SH4.
3310 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
3311 rather than if the symbol is external to determine if adjusting the
3312 offset makes sense. Adjust the addend too if appropriate.
3313 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
3314 relocation.
3315
a9d68a1e
NC
33162003-03-03 Nick Clifton <nickc@redhat.com>
3317
3318 * po/da.po: Installed latest translation.
3319
7c2be35c
TS
33202003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3321
3322 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
3323 R_MIPS_PC16 to rightshift 2.
3324 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
3325 (bfd_elf32_bfd_reloc_type_lookup): Support
3326 BFD_RELOC_MIPSEMB_16_PCREL_S2.
3327 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
3328 R_MIPS_PC16 to rightshift 2.
3329 (mips_elf64_howto_table_rela): Likewise.
3330 (mips_reloc_map): Map to rightshifted BFD reloc.
3331 * elfn32-mips.c: The same as in elf64-mips.c.
3332 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
3333 (mips_elf_calculate_relocation): Handle rightshifted addends for
3334 R_MIPS_PC16.
3335 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
3336 MIPS Embedded PIC. Remove superfluous empty COMMENT.
3337 * libbfd.h: Regenerate.
3338 * bfd-in2.h: Regenerate.
3339
484a4f9c
RH
33402003-02-28 Richard Henderson <rth@redhat.com>
3341
3342 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
3343 for ltoff22x relaxation.
3344
2ce40c65
AM
33452003-03-01 Alan Modra <amodra@bigpond.net.au>
3346
3347 * bfd-in.h (_bfd): Don't define.
3348 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
3349 * syms.c: Likewise.
3350 * bfd-in2.h: Regenerate.
3351
2c4c2bc0
RH
33522003-02-27 Richard Henderson <rth@redhat.com>
3353
3354 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
3355 (elfNN_ia64_check_relocs): Set it.
3356 (allocate_global_data_got): Check it.
3357 (allocate_local_got): Likewise.
3358 (allocate_dynrel_entries): Likewise.
3359 (elfNN_ia64_relax_ldxmov): New.
3360 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
3361 (elfNN_ia64_choose_gp): Split out from ...
3362 (elfNN_ia64_final_link): ... here.
8c29f035 3363
c2852e88
AC
33642003-02-27 Andrew Cagney <cagney@redhat.com>
3365
3366 * bfd.c (struct bfd): Rename "struct _bfd".
3367 * bfd-in.h: Update copyright.
3368 (struct bfd): Rename "struct _bfd".
3369 (_bfd): Define for backward compatibility.
3370 * bfd-in2.h: Regenerate.
3371
3f87cb70
AM
33722003-02-25 Alan Modra <amodra@bigpond.net.au>
3373
3f9a32bd
AM
3374 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
3375 and rel_hdr2 when initially counting input relocs rather than after
3376 creating output reloc sections.
4fabe71e
AM
3377 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
3378 sizes.
3f9a32bd 3379
3f87cb70
AM
3380 * Makefile.am: Run "make dep-am".
3381 * Makefile.in: Regenerate.
3382
07c6e936
NC
33832003-02-24 Kris Warkentin <kewarken@qnx.com>
3384
3385 * elf.c (elfcore_read_notes): Add check for QNX style core file.
3386 (elfcore_grog_nto_note): New function.
3387 (elfcore_grog_nto_gregs): New function.
3388 (elfcore_grog_nto_status): New function.
3389
aad5d350
AM
33902003-02-24 Alan Modra <amodra@bigpond.net.au>
3391
3392 * elflink.c (_bfd_elf_create_got_section): Check existing .got
3393 section flags before concluding that we've already been called.
3394 Don't use register keyword.
3395 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
3396 (_bfd_elf_create_linker_section): Formatting.
3397
2ab1486e
NC
33982003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
3399
3400 * coff-h8300.c: Fix typo: intial -> initial.
3401 * coff-ppc.c: Likewise.
3402
70bccea4
AM
34032003-02-20 Alan Modra <amodra@bigpond.net.au>
3404
3405 * elf32-ppc.c: Formatting.
3406 (allocate_dynrelocs): LD and GD relocs against the same sym need
3407 separate GOT entries.
3408 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
3409 entries per symbol.
3410
ee05f2fe
AM
34112003-02-19 Alan Modra <amodra@bigpond.net.au>
3412
26e41594
AM
3413 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
3414 removal. Localize vars. Remove unnecessary dynobj test.
3415 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
3416 of INFO.
3417 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3418 and optimize.
3419 (elf_i386_relocate_section): Likewise.
3420 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
3421 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
3422 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
3423 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
3424 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
3425 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
3426 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
3427 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
3428 Formatting.
3429
f4656909
AM
3430 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
3431 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
3432 test.
3433 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
3434 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3435 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3436 and optimize. Use ELIMINATE_COPY_RELOCS.
3437 (ppc64_elf_relocate_section): Likewise.
3438
ee05f2fe
AM
3439 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
3440 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
3441 (ELIMINATE_COPY_RELOCS): Define.
3442 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
3443 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
3444 (MUST_BE_DYN_RELOC): Define.
3445 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
3446 and optimize. Trim dyn_relocs.
3447 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
3448 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
3449 track of pc_rel dyn relocs.
3450 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
3451 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
3452 allocate_dynrelocs. Don't recalculate "sec".
3453
7619e7c7
AM
34542003-02-18 Alan Modra <amodra@bigpond.net.au>
3455
d881513a
AM
3456 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
3457 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
3458 on invalid LD relocs.
3459 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
3460 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
3461 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
3462
7619e7c7
AM
3463 * elf32-ppc.h: New file.
3464 * elf32-ppc.c: Include elf32-ppc.h.
3465 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
3466 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
3467 Add "tls_mask" field.
3468 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
3469 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
3470 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
3471 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
3472 Make use of htab shortcuts throughout file.
3473 (ppc_elf_link_hash_newfunc): Init tls_mask field.
3474 (ppc_elf_link_hash_table_create): Init new fields.
3475 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
3476 (ppc_elf_howto_raw): Add tls relocs.
3477 (ppc_elf_reloc_type_lookup): Handle them.
3478 (ppc_elf_unhandled_reloc): New function.
3479 (ppc_elf_create_got): Stash got section pointer in hash table,
3480 return status. Make .rela.got too.
3481 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
3482 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
3483 NON_GOT_REF set. Don't allocate space in .plt here..
3484 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
3485 not allocating plt entries unnecessarily. Allocate got entries here.
3486 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
3487 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
3488 "info" during allocate_dynrelocs hash traversal. Use htab section
3489 shortcuts rather than searching for named sections. Get rid of
3490 "plt" and "strip" booleans.
3491 (update_local_sym_info, bad_shared_reloc): New functions.
3492 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
3493 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
3494 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
3495 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
3496 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
3497 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
3498 relocs that might use a plt entry. Set NON_GOT_REF too.
3499 Enumerate all do-nothing relocs.
3500 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
3501 tls relocs and all plt relocs.
3502 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
3503 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
3504 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
3505 shortcuts.
3506 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
3507 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
3508 entries and got relocs here. Warn on non-zero got reloc addend.
3509 Split out branch taken/not taken reloc code into a separate switch
3510 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
3511 Split out HA reloc adjustments to separate switch statement. Don't
3512 warn on reloc overflow if we've already warned about undefined.
3513 Don't rebuild sym name when reporting errors. Report all possible
3514 errors from _bfd_final_link_relocate.
3515 (bfd_elf32_bfd_final_link): Don't define.
3516
cd27b276
AM
35172003-02-18 Alan Modra <amodra@bigpond.net.au>
3518
3519 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
3520 rebuild sym name when reporting errors.
3521
ae9a127f
NC
35222003-02-17 Nick Clifton <nickc@redhat.com>
3523
3f9a32bd 3524 * elflink.h (elf_link_output_extsym): Only check
ae9a127f
NC
3525 allow_shlib_undefined for shared libraries.
3526 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
3527 of allow_shlib_undefined.
3528 * elf32-cris.c (cris_elf_relocate_section): Likewise.
3529 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3530 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3531 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3532 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3533 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3534 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3535 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3536 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3537 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
3538 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3539 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3540 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3541 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3542 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3543 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
3544
b5f852ea
NC
35452003-02-17 Nick Clifton <nickc@redhat.com>
3546
3547 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
3548 address field to use in the comparison.
3f9a32bd 3549 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
b5f852ea 3550
3193e234
NC
35512003-02-14 Bob Wilson <bob.wilson@acm.org>
3552
3553 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
3554 backends when checking if the generic ELF target should be used.
3555
21efdc8d
NC
3556 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
3557 outside of functions, treat values as absolute addresses.
3558
ed781d5d
NC
3559 * bfd.c: Change embedded documentation to use consistent indentation
3560 and to split up long lines. Change informal style of description
3561 for functions lacking real documentation.
3562 * coffcode.h: Break up long lines in embedded documentation.
3563 * format.c: Likewise.
3564 * targets.c: Likewise.
3565 * libcoff.h: Regenerate.
3566 * bfd-in2.h: Regenerate.
3567
58ac9f71
AM
35682003-02-14 Alan Modra <amodra@bigpond.net.au>
3569
3570 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
3571 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
3572 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
3573 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
3574 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
3575 (group_sections): Don't share a stub section if stubs are for a large
3576 section. Adjust comment.
3577 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
3578 !stubs_always_before_branch.
3579 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
3580 treat undefined and undefweak specially when processing dyn relocs.
3581
9147e853
JJ
35822003-02-13 Jakub Jelinek <jakub@redhat.com>
3583
3584 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
3585
427bfd90
NC
35862003-02-13 Nick Clifton <nickc@redhat.com>
3587
3588 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
3589 in computation of offset to insert into BL instruction.
3590
42b5d0ea
NC
35912003-02-11 Uwe Stieber <uwe@wwws.de>
3592
3593 * config.bfd: Add support for kaOS as cross build target system.
3594
a48ebf4d
AM
35952003-02-11 Alan Modra <amodra@bigpond.net.au>
3596
3597 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
3598 .__tls_get_addr too.
3599 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
3600
c95b8a7a
KK
36012003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
3602
3603 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
3604 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
3605 (sh_elf_link_hash_newfunc): Remove the initialization of
3606 tls_tpoff32 field.
3607 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
3608 for which tls_tpoff32 flag is set.
3609 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
3610 of the symbol includes the entry matched with the input_section
3611 and having tls_tpoff32 flag on. When linking statically, set
3612 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
3613 is defined in this executable.
3614 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
3615
a779acda
JJ
36162003-02-10 Jakub Jelinek <jakub@redhat.com>
3617
3618 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
3619 even if there is just non-empty .rela.plt.
3620
fde78edd
NC
36212003-02-10 Nick Clifton <nickc@redhat.com>
3622
3623 * archures.c (bfd_mach_arm_ep9312): Define.
3624 * bfd-in2.h: Regenerate.
3625 * cpu-arm.c (processors[]): Add ep9312.
3626 (bfd_arm_arch): Add ep9312.
3627 * elf32-arm.h (elf32_arm_merge_private_data): Update error
3628 messages and add test for Maverick floating point support.
3629 (elf32_arm_print_private_bfd_data): Handle
3630 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
3631 (elf32_arm_object_p): New function.
3632 (elf_backend_object_p): Define.
fde78edd 3633
e7b938ca
AM
36342003-02-10 Alan Modra <amodra@bigpond.net.au>
3635
3636 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
3637 variables, structure fields or function params to tls_mask or
3638 similar to better reflect usage.
3639 (struct got_entry): Comment.
9b5ecbd0 3640 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
e7b938ca
AM
3641 (get_tls_mask): Rename from get_tls_type.
3642
951fd09b
AM
36432003-02-09 Alan Modra <amodra@bigpond.net.au>
3644
3645 * elf64-ppc.c (TLS_GD_LD): Don't define..
3646 (TLS_GD): ..define this instead and update all uses.
3647 (TLS_TPRELGD): Define.
3648 (ppc64_elf_link_hash_table_create): Tweak initialization of
3649 init_refcount and init_offset.
3650 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
3651 Mark second slot of GD or LD toc entries.
3652 (get_tls_type): Return an int. Distinguish toc GD and LD entries
3653 from other tls types.
3654 (ppc64_elf_tls_setup): New function, split out from..
3655 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
3656 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
3657 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
3658 return value to properly decide whether toc GD and LD entries can
3659 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
3660 to determine GD or LD rather than looking at TLS_LD flag. Don't
3661 attempt to adjust got entry tls_type here..
3662 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
3663 look for possible merges.
3664 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
3665 optimization.
3666 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
3667 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
3668 Make use of return value from get_tls_type to properly detect GD and
3669 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
3670 handle tls_get_addr removal when looking at REL24 relocs, do it when
3671 looking at the previous reloc. Check reloc after DTPMOD64 to determine
3672 GD or LD.
3673 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
3674
acc990f2
AM
36752003-02-08 Alan Modra <amodra@bigpond.net.au>
3676
00b28bb0
AM
3677 * elf32-hppa.c (group_sections): Don't share a stub section if
3678 stubs are for a large section.
3679
acc990f2
AM
3680 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
3681 stubs if !stubs_always_before_branch.
3682
589e6347
NC
36832003-02-07 Nick Clifton <nickc@redhat.com>
3684
3685 * elf.c (swap_out_syms): Generate an error message if an
3686 equivalent output section cannot be found for a symbol.
3687
c328dc3f
JJ
36882003-02-07 Jakub Jelinek <jakub@redhat.com>
3689
3690 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
3691 local_got_entries is NULL.
3692
84f97cb6
AS
36932003-02-06 Andreas Schwab <schwab@suse.de>
3694
3695 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
3696 (read_value): Add parameter is_signed, use signed extraction if
3697 the value is signed.
3698 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
3699 encoding to read_value.
3700
6349e628
AM
37012003-02-06 Alan Modra <amodra@bigpond.net.au>
3702
3703 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
3704 plt info when called to transfer weak sym info.
3705
411e1bfb
AM
37062003-02-05 Alan Modra <amodra@bigpond.net.au>
3707
3708 * reloc.c: Add PPC and PPC64 TLS relocs.
3709 * libbfd.h: Regenerate.
3710 * bfd-in2.h: Regenerate.
3711 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
3712 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
3713 against a 32 bit field.
3714 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
3715 (_ppc64_elf_section_data): Add t_symndx and comments.
3716 (ppc64_elf_section_data): Use elf_section_data macro.
3717 (ppc64_elf_new_section_hook): American spelling.
3718 (struct got_entry, struct plt_entry): New.
3719 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
3720 (struct ppc_stub_hash_entry): Add "addend" field.
3721 (struct ppc_link_hash_entry): Add "tls_type".
3722 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3723 TLS_EXPLICIT): Define.
3724 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
3725 (link_hash_newfunc): Init new fields.
58ac9f71 3726 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
411e1bfb
AM
3727 init_offset to NULL.
3728 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
3729 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
3730 there.
3731 (update_local_sym_info, update_plt_info): New functions.
3732 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
3733 handling to use got.glist rather than got.refcount. Likewise for PLT.
3734 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
3735 (func_desc_adjust): Adjust for new PLT list.
3736 (ppc64_elf_adjust_dynamic_symbol): Likewise.
3737 (get_sym_h, get_tls_type): New functions.
3738 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
3739 (ppc64_elf_tls_optimize): New function.
3740 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
3741 TLS relocs.
3742 (ppc64_elf_size_dynamic_sections): Likewise.
3743 (ppc_type_of_stub): Adjust for new PLT list.
3744 (ppc_build_one_stub): Likewise.
3745 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
3746 calls specially.
3747 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
3748 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
3749 init GOT entries that have a reloc. Generate GOT relocs here..
3750 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
3751 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
3752
0cca5f05
AS
37532003-02-04 Andreas Schwab <schwab@suse.de>
3754
3755 * elf32-m68k.c (elf_m68k_hash_entry): Define.
3756 (elf_m68k_link_hash_traverse): Remove.
3757 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
3758 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
3759 reduce casting.
3760 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
3761 casting.
3762 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
3763 instead of elf_m68k_link_hash_traverse.
3764 (elf_m68k_discard_copies): Change first parameter to pointer to
3765 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
3766 elf_m68k_link_hash_entry is needed.
3767
5cab59f6
AM
37682003-02-04 Alan Modra <amodra@bigpond.net.au>
3769
3770 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
3771 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
3772 "got" union, and declare as gotplt_union. Use gotplt_uinion for
3773 "plt" field.
3774 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
3775 Add "init_offset" field.
3776 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
3777 (elf_local_got_ents): Declare.
3778 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
3779 and "plt".
3780 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
3781 (_bfd_elf_link_hash_table_init): Set "init_offset".
3782 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
3783 from init_offset.
3784 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
3785
3786 * elf.c (bfd_elf_local_sym_name): Split out from..
3787 (group_signature): ..here.
3788 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
3789
68bfbfcc
AM
37902003-02-04 Alan Modra <amodra@bigpond.net.au>
3791
3792 * elf-bfd.h (enum elf_link_info_type): Remove.
3793 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
3794 to struct sec. Remove linkonce_p field.
3795 (elf_linkonce_p): Delete.
3796 (elf_discarded_section): Update for sec_info_type change.
3797 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
3798 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
3799 (ELF_INFO_TYPE_NONE): Define.
3800 (ELF_INFO_TYPE_STABS): Define.
3801 (ELF_INFO_TYPE_MERGE): Define.
3802 (ELF_INFO_TYPE_EH_FRAME): Define.
3803 (ELF_INFO_TYPE_JUST_SYMS): Define.
3804 (STD_SECTION): Update struct sec initializer.
3805 * ecoff.c (bfd_debug_section): Likewise.
3806 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
3807 * elflink.h: Likewise.
3808 * elf-eh-frame.c: Likewise.
3809 * elf64-alpha.c: Likewise.
3810 * elfxx-ia64.c: Likewise.
3811 * elfxx-mips.c: Likewise.
3812 * bfd-in2.h: Regenerate.
3813
3814 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
3815 referring to used_by_bfd.
3816 * elf64-sparc.c (sec_do_relax): Likewise.
3817 * elf64-mmix.c (mmix_elf_section_data): Likewise.
3818 * elfxx-mips.c (mips_elf_section_data): Likewise.
3819 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
3820 (ieee_get_section_contents): Likewise.
3821 (ieee_new_section_hook): Formatting.
3822 (ieee_canonicalize_reloc): Remove commented out code.
3823 * mmo.c (mmo_section_data): Define. Use throughout file.
3824 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
3825
31f7ba04
NC
38262003-01-31 Graydon Hoare <graydon@redhat.com>
3827
3828 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
3829 * Makefile.in: Regenerate.
3830 * opncls.c (calc_crc32, get_debug_link_info,
3831 seperate_debug_file_exists, find_seperate_debug_file): New
3832 internal functions.
3833 (bfd_follow_gnu_debuglink): New function. Follow the pointer
3834 contained inside a .gnu_debuglink section.
3835 * bfd-in2.h: Regenerate.
3836
38985a1c
AO
38372003-01-29 Alexandre Oliva <aoliva@redhat.com>
3838
3839 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
3840 entry->abfd when it's NULL.
3841
4bb9a95f
AO
38422003-01-27 Alexandre Oliva <aoliva@redhat.com>
3843
3844 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
3845 _bfd_elf_section_offset returning -2 the same way as -1.
3846
f4416af6
AO
3847 * elfxx-mips.c (mips_elf_multi_got): New function.
3848 (struct mips_got_entry): Make symndx and gotidx signed. Moved
3849 addend into union along with address and link hash entry.
3850 (struct mips_got_info): Added bfd2got and next.
3851 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
3852 (mips_elf_got_section, mips_elf_create_got_section): Use
3853 SEC_EXCLUDE bit to tell whether we really need the got
3854 section. Take boolean arguments to disregard an excluded
3855 section, or to create it as excluded. Adjust all callers.
3856 Use mips_elf_got_section all over.
3857 (mips_elf_local_got_index, mips_elf_got_page,
3858 mips_elf_got16_entry): Take input bfd as argument, and pass it
3859 on to mips_elf_create_local_got_entry.
3860 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
3861 Take input bfd as argument, and manage entries in the
3862 appropriate GOT.
3863 (mips_elf_got_offset_from_index): Take input bfd as argument,
3864 and use it to adjust the GP offset of the bfd.
3865 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
3866 unreferenced GOT entries of global symbols to the end.
3867 (mips_elf_record_global_got_symbol): Take input bfd as
3868 argument. Add entries to the master GOT hash table.
3869 (struct mips_elf_bfd2got_hash): New.
3870 (struct mips_elf_got_per_bfd_arg): New.
3871 (struct mips_elf_set_global_got_offset_arg): New.
3872 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
3873 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
3874 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
3875 mips_elf_merge_gots, mips_elf_set_global_got_offset,
3876 mips_elf_resolve_final_got_entry,
3877 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
3878 mips_elf_got_for_ibfd): New functions.
3879 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
3880 (MIPS_ELF_GOT_MAX_SIZE): New macro.
3881 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
3882 (mips_elf_got_entry_hash): Take new fields into account. Use
3883 mips_elf_hash_bfd_vma.
3884 (mips_elf_got_entry_eq): Take new fields into account.
3885 (mips_elf_create_got_section): Initialize new fields.
3886 (mips_elf_calculate_relocation): Pass input_bfd to functions
3887 that now take it. Adjust gp for the input_bfd.
3888 (mips_elf_allocate_dynamic_relocation,
3889 mips_elf_create_dynamic_relocation,
3890 _bfd_mips_elf_create_dynamic_sections): Use...
3891 (mips_elf_rel_dyn_section): New function. Borrow code from...
3892 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
3893 now take it. Create the got section if needed, even if
3894 excluded, before recording a global got symbol. Move some
3895 code to...
3896 (mips_elf_record_local_got_symbol): New fn.
3897 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
3898 Compute multi-got global entries offsets. Move GOT code to...
3899 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
3900 if the GOT is too big.
3901 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
3902 undefweak symbol to zero. Generate dynamic relocations for
3903 non-primary GOT entries for global symbols.
3904 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
3905 case. Generate dynamic relocations for local got entries.
3906 Sort dynamic relocations on N64 too, using...
3907 (sort_dynamic_relocs_64): New fns.
3908 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
3909 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
3910
52b69c9e
AO
39112003-01-27 Alexandre Oliva <aoliva@redhat.com>
3912
3913 * bfd.c (struct _bfd): Added id field.
3914 * opncls.c (_bfd_id_counter): New static variable.
3915 (_bfd_new_bfd): Use it.
3916 * bfd-in2.h: Rebuilt.
3917
71e5db1c
AM
39182003-01-25 Alan Modra <amodra@bigpond.net.au>
3919
3920 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
3921
b9734f35
JJ
39222003-01-25 Jakub Jelinek <jakub@redhat.com>
3923
3924 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
3925 (elf32_sparc_rev32_howto): New variable.
3926 (sparc_reloc_map): Add TLS relocs.
3927 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
3928 Handle REV32.
3929 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
3930 New functions.
3931 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
3932 struct elf32_sparc_link_hash_table):
3933 New structures.
3934 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
3935 elf32_sparc_hash_table): Define.
3936 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
3937 create_got_section, elf32_sparc_create_dynamic_sections,
3938 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
3939 functions.
3940 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
3941 reference counting.
3942 (elf32_sparc_gc_sweep_hook): Likewise.
3943 (elf32_sparc_adjust_dynamic_symbol): Likewise.
3944 (elf32_sparc_size_dynamic_sections): Likewise.
3945 (elf32_sparc_relocate_section): Likewise.
3946 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
3947 New functions.
3948 (elf32_sparc_object_p): Allocate backend private object data.
3949 (bfd_elf32_bfd_link_hash_table_create,
3950 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
3951 elf_backend_can_refcount): Define.
3952 (elf_backend_create_dynamic_sections): Define to
3953 elf32_sparc_create_dynamic_sections.
3954 * reloc.c: Add SPARC TLS relocs.
3955 * bfd-in2.h, libbfd.h: Rebuilt.
3956 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
3957 (sparc_reloc_map): Likewise.
3958
69fc87f1
MS
39592003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
3960
3961 * bfd-in2.h: Regenerate.
3962 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
3963 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
3964 (elf_howto_table): Add TLS relocs.
3965 (elf_s390_reloc_type_lookup): Likewise.
3966 (elf_s390_link_hash_entry): Add tls_type.
3967 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
3968 New macros.
3969 (elf_s390_link_hash_table): Add tls_ldm_got.
3970 (link_hash_newfunc): Initialize tls_type.
3971 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
3972 (elf_s390_copy_indirect_symbol): Copy tls_type information.
3973 (elf_s390_check_relocs): Support TLS relocs.
3974 (elf_s390_gc_sweep_hook): Likewise.
3975 (allocate_dynrelocs): Likewise.
3976 (elf_s390_size_dynamic_sections): Likewise.
3977 (elf_s390_relocate_section): Likewise.
3978 (elf_s390_finish_dynamic_symbol): Likewise.
3979 (bfd_elf32_mkobject): Define for TLS.
3980 * elf64-s390.c: Same changes as for elf32-s390.c.
3981 * libbfd.h: Regenerate.
3982 * reloc.c: Add s390 TLS relocations.
3983
c5d1701e 39842003-01-24 Charles Lepple <clepple@ghz.cc>
9aa4e505
NC
3985
3986 * aclocal.m4: Fix name of --enable-install-libbfd switch.
3987
5177500f
NC
39882003-01-23 Nick Clifton <nickc@redhat.com>
3989
3990 * Add sh2e support:
5177500f 3991 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9b5ecbd0
AM
3992 * archures.c (bfd_mach_sh2e): Added.
3993 * bfd-in2.h: Rebuilt.
3994 * cpu-sh.c (arch_info_struct): Added SH2e.
3995 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
5177500f 3996
f0abc2a1
AM
39972003-01-23 Alan Modra <amodra@bigpond.net.au>
3998
3999 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
4000 dynindx to an int. Rearrange for better packing.
4001 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
4002 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
4003 * elf32-sh64.h: New. Split out from include/elf/sh.h.
4004 (struct _sh64_elf_section_data): New struct.
4005 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
4006 * elf32-sh64-com.c: Include elf32-sh64.h.
4007 * elf32-sh64.c: Likewise.
4008 (sh64_elf_new_section_hook): New function.
4009 (bfd_elf32_new_section_hook): Define.
4010 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
4011 (sh64_bfd_elf_copy_private_section_data): Likewise.
4012 (sh64_elf_final_write_processing): Likewise.
4013 * elf32-sparc.c (struct elf32_sparc_section_data): New.
4014 (elf32_sparc_new_section_hook): New function.
4015 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4016 (sec_do_relax): Define.
4017 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
4018 (elf32_sparc_relocate_section): Likewise.
4019 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
4020 * elf64-mmix.c (struct _mmix_elf_section_data): New.
4021 (mmix_elf_section_data): Define. Use throughout file.
4022 (mmix_elf_new_section_hook): New function.
4023 (bfd_elf64_new_section_hook): Define.
4024 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
4025 (ppc64_elf_section_data): Define. Use throughout.
4026 (ppc64_elf_new_section_hook): New function.
4027 (bfd_elf64_new_section_hook): Define.
4028 * elf64-sparc.c (struct sparc64_elf_section_data): New.
4029 (sparc64_elf_new_section_hook): New function.
4030 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
4031 (sec_do_relax): Define.
4032 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
4033 (sparc64_elf_relocate_section): Likewise.
4034 (bfd_elf64_new_section_hook): Define.
4035 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
4036 * elfxx-mips.c (struct _mips_elf_section_data): New.
4037 (mips_elf_section_data): Define. Use throughout.
4038 (_bfd_mips_elf_new_section_hook): New function.
4039 (mips_elf_create_got_section): Don't alloc used_by_bfd.
4040 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
4041 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
4042 * Makefile.am: Run "make dep-am".
4043 * Makefile.in: Regenerate.
4044
cc03ec80
RH
40452003-01-21 Richard Henderson <rth@redhat.com>
4046
4047 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
4048 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
4049 (elf64_alpha_adjust_dynamic_symbol): Set them.
4050 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
4051 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
4052 symbol index when relaxing LDM to TPREL.
4053 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
4054 relocs, even if the target isn't locally defined.
4055 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
4056 (elf64_alpha_relocate_section): Likewise. Force TP-relative
4057 relocs vs symndx 0 to the tp base.
4058
da896d3f
NC
40592003-01-21 Fabio Alemagna <falemagn@aros.org>
4060
4061 * config.bfd: Handle i[3456]86-*-aros*.
4062
7fce784e
AS
40632003-01-21 Andreas Schwab <schwab@suse.de>
4064
4065 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
4066 (struct ppc_elf_link_hash_entry): Define.
4067 (ppc_elf_hash_entry): New function.
4068 (struct ppc_elf_link_hash_table): Define.
4069 (ppc_elf_hash_table): New function.
4070 (ppc_elf_link_hash_newfunc): New function.
4071 (ppc_elf_link_hash_table_create): New function.
4072 (ppc_elf_copy_indirect_symbol): New function.
4073 (allocate_dynrelocs): New function.
4074 (readonly_dynrelocs): New function.
4075 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
4076 relocs and determine DT_TEXTREL.
4077 (ppc_elf_check_relocs): Don't do that here, just count the
4078 dynamic relocs.
4079 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
4080 removed section.
4081 (bfd_elf32_bfd_link_hash_table_create): Define.
4082 (elf_backend_copy_indirect_symbol): Define.
4083
1bbc9cec
RH
40842003-01-21 Richard Henderson <rth@redhat.com>
4085
4086 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
4087 TPREL also get a reloc if shared. Remove SREL support.
4088 (elf64_alpha_emit_dynrel): New.
acc990f2 4089 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
4090 and GOTTPREL relocs to local symbols against the tp base.
4091 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
4092
4093 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
4094 use count before clobbering r_type.
4095 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
4096 ordering would mean dataflow inspection is necessary.
4097
0da35f8b
SS
40982003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
4099
4100 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 4101
571fe01f
NC
41022003-01-20 Fabio Alemagna <falemagn@aros.org>
4103
4104 * elf32-sh.c: Treat elfNN_bed like other macros defined in
4105 elfxx-target.h and #undef it before #define'ing it.
4106 * elf32-i386.c: Likewise.
acc990f2
AM
4107 * elf32-sh64.c: Likewise.
4108 * elf64-alpha.c: Likewise.
4109 * elf64-sh64.c: Likewise.
571fe01f 4110
5236c819
MS
41112003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
4112
4113 * bfd-in2.h: Regenerate.
4114 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
4115 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
4116 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
4117 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
4118 R_390_PLTOFF32 and R_390_PLTOFF64.
4119 (elf_s390_reloc_type_lookup): Likewise.
4120 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
4121 of GOTPLT references to a function.
4122 (link_hash_newfunc): Initialize gotplt_refcount.
4123 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
4124 and creation of the got section out of the main switch. Add support
4125 for the gotoff, gotplt and pltoff relocations.
4126 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
4127 and pltoff.
4128 (elf_s390_adjust_gotplt): New function.
4129 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
4130 plt entries.
4131 (allocate_dynrelocs): Add comment.
4132 (elf_s390_relocate_section): Change r_type to unsigned. Add support
4133 for gotoff, gotplt and pltoff relocations.
4134 * elf64-s390.c: Same changes as for elf32-s390.c.
4135 * libbfd.h: Regenerate.
4136 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
4137 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
4138 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
4139 and BFD_RELOC_390_PLTOFF64.
4140
a823975a
JJ
41412003-01-18 Jakub Jelinek <jakub@redhat.com>
4142
4143 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
4144 R_IA64_TPREL64[LM]SB against non-global symbol properly.
4145
b3dfd7fe
JJ
41462003-01-16 Jakub Jelinek <jakub@redhat.com>
4147
4148 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
4149 self_dtpmod_done and self_dtpmod_offset.
4150 (allocate_global_data_got): Only use one got entry for all
4151 dtpmod relocs against local symbols.
4152 (allocate_dynrel_entries): Only need .rela.got entry for
4153 dtpmod against global symbol.
4154 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
4155 Reserve space in .rela.got for the local dtpmod entry.
4156 (set_got_entry): Initialize the common local dtpmod .got entry.
4157 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
4158 and R_IA_64_DTPREL64MSB.
4159
04c9666a
AM
41602003-01-16 Alan Modra <amodra@bigpond.net.au>
4161
4162 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
4163 (R_PPC_*): Rename all occurrences to R_PPC64_*.
4164 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
4165 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
4166 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
4167 relative relocs, not with absolute ones.
4168 * Makefile.am: Run "make dep-am".
4169 * Makefile.in: Regenerate.
4170 * po/SRC-POTFILES.in: Regenerate.
4171
c87f1ff7
AS
41722003-01-15 Andreas Schwab <schwab@suse.de>
4173
4174 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
4175 relocation against a non-allocated readonly section.
4176
86bbe32f
AM
41772003-01-10 Alan Modra <amodra@bigpond.net.au>
4178
4179 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
4180 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
4181
32d95f29
KD
41822002-01-08 Klee Dienes <kdienes@apple.com>
4183
4184 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
4185 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
4186 * Makefile.in: Regenerate.
acc990f2 4187
ab7d0aa0
AO
41882003-01-08 Alexandre Oliva <aoliva@redhat.com>
4189
4190 * elfn32-mips.c (prev_reloc_section): New.
4191 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
4192 (SET_RELOC_ADDEND): Parenthesize macro argument.
4193
95d0f04a
DA
41942003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
4195
4196 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
4197 adjust addil instructions if the symbol has no section.
4198
5c9e189c
DD
41992003-01-07 DJ Delorie <dj@redhat.com>
4200
4201 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
4202 partial_inplace.
4203
3e829b4a
AS
42042003-01-07 Andreas Schwab <schwab@suse.de>
4205
4206 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
4207 PC relative relocations.
4208 (elf_m68k_discard_copies): Set it here instead.
4209
a75473eb
SC
42102002-01-02 Ben Elliston <bje@redhat.com>
4211 Jeff Johnston <jjohnstn@redhat.com>
4212
4213 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
4214 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
4215 (BFD32_BACKENDS): Add elf32-iq2000.lo.
4216 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
4217 (cpu-iq2000.lo): New target.
4218 * Makefile.in: Regenerate.
4219 * config.bfd: Handle iq2000-*-elf.
4220 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
4221 (bfd_archures_list): Add bfd_iq2000_arch.
4222 * configure.in: Handle bfd_elf32_iq2000_vec.
4223 * configure: Regenerate.
acc990f2 4224 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
4225 and BFD_RELOC_IQ2000_UHI16.
4226 * targets.c (bfd_elf32_iq2000_vec): Declare.
4227 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
4228 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
4229 * cpu-iq2000.c: New file.
4230 * elf32-iq2000.c: Likewise.
4231 * libbfd.h: Regenerate.
4232 * bfd-in2.h: Likewise.
4233
64543e1a
RS
42342003-01-02 Richard Sandiford <rsandifo@redhat.com>
4235
4236 * elfxx-mips.c: Include libiberty.h.
4237 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
4238 (mips_set_isa_flags): New function, split out from...
4239 (_bfd_mips_elf_final_write_processing): ...here. Only call
4240 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
4241 (mips_mach_extensions): New array.
4242 (mips_32bit_flags_p): New function.
4243 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
4244 Use mips_32bit_flags_p to check if one binary is 32-bit and the
4245 other is 64-bit. When adopting IBFD's architecture, adopt the
4246 bfd_mach as well as the flags.
4247
4852a44e
NC
42482003-01-02 Nick Kelsey <nickk@ubicom.com>
4249
4250 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
4251 fix internal errors, fix bad code generation, fix incorrect stabs
4252 information, and improve ability to eliminate redundant page
4253 instructions. Added code to ip2k_final_link_relocate to self-verify
4254 the linker relaxation. Fix formatting problems.
4255
af7ee8bf
CD
42562002-12-30 Chris Demetriou <cgd@broadcom.com>
4257
4258 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
4259 * archures.c (bfd_mach_mipsisa32r2): New define.
4260 * bfd-in2.h: Regenerate.
4261 * cpu-mips.c (I_mipsisa32r2): New enum value.
4262 (arch_info_struct): Add entry for I_mipsisa32r2.
4263 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
4264 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
4265 (_bfd_mips_elf_final_write_processing): Add
4266 bfd_mach_mipsisa32r2 case.
4267 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
4268 binaries marked as using MIPS32 Release 2.
4269
2469cfa2
NC
42702002-12-30 Dmitry Diky <diwil@mail.ru>
4271
4272 * Makefile.am: Add msp430 target.
4273 * configure.in: Likewise.
4274 * Makefile.in: Regenerate.
4275 * configure: Regenerate.
4276 * archures.c: Add msp430 architecture vector.
4277 * config.bfd: Likewise.
4278 * reloc.c: Add msp430 relocs.
4279 * targets.c: Add msp320 target.
4280 * cpu-msp430.c: New file: msp430 cpu detection.
4281 * elf32-msp430.c: New file: msp430 reloc processing.
4282 * bfd-in2.h: Regenerate.
4283 * libbfd.h: Regenerate.
4284
eecdbe52
JJ
42852002-12-28 Jakub Jelinek <jakub@redhat.com>
4286
4287 * elf.c (elf_sort_sections): Don't reorder .tbss.
4288 (assign_file_positions_for_segments): Only adjust off/voff
4289 for increased alignment in PT_LOAD or PT_NOTE segment,
4290 but adjust p_filesz for .tbss too. in PT_LOAD consider
4291 .tbss to have zero memory size.
4292 (copy_private_bfd_data) [SECTION_SIZE]: Define.
4293 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
4294 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
4295 into PT_TLS segment. Never put SHF_TLS sections in
4296 segments other than PT_TLS or PT_LOAD.
4297
4298 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
4299 sh_entsize.
4300
213e90f4
DD
43012002-12-23 DJ Delorie <dj@redhat.com>
4302
4303 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
4304
75828352
AM
43052002-12-23 Alan Modra <amodra@bigpond.net.au>
4306
4307 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
4308
312b768e
NC
43092002-12-23 Nick Clifton <nickc@redhat.com>
4310
4311 * archures.c (bfd_arch_get_compatible): Add third parameter
4312 'accept_unknowns'. Only accept unknown format BFDs if
4313 accept_unknowns is true, or if the format is "binary".
acc990f2 4314 * bfd-in2.h: Regenerate.
312b768e 4315
63222ec9
NC
43162002-12-21 Nick Clifton <nickc@redhat.com>
4317
4318 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
4319 that subtracted 8 from pc relative relocations.
4320
19852a2a
KH
43212002-12-20 Kazu Hirata <kazu@cs.umass.edu>
4322
4323 * coff-h8300.c: Fix comment typos.
4324 * coffcode.h: Likewise.
4325 * cpu-cris.c: Likewise.
4326 * elf32-vax.c: Likewise.
4327 * genlink.h: Likewise.
4328 * linker.c: Likewise.
4329 * som.c: Likewise.
4330 * tekhex.c: Likewise.
4331 * vms-misc.c: Likewise.
4332
5fd63999
DD
43332002-12-20 DJ Delorie <dj@redhat.com>
4334
4335 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
4336 * libbfd.h: Regenerate.
4337 * bfd-in2.h: Regenerate.
4338 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
4339 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 4340
4ee79850
KH
43412002-12-19 Kazu Hirata <kazu@cs.umass.edu>
4342
4343 * doc/bfdint.texi: Fix typos.
4344
66e25bab
AM
43452002-12-20 Paul Eggert <eggert@twinsun.com>
4346
4347 Port to POSIX 1003.1-2001.
4348 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
4349 * configure.in (build-warnings): Likewise.
4350 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
4351 * aclocal.m4: Regenerate.
4352 * config.in: Regenerate.
4353 * configure: Regenerate.
4354
7dc77aaa
AM
43552002-12-19 Alan Modra <amodra@bigpond.net.au>
4356
0171ee92
AM
4357 * coff-h8300.c: Include libiberty.h.
4358 (h8300_reloc16_extra_cases): Check the hash table creator before
4359 referencing h8300 specific fields. Stash the hash table pointer
4360 in a local var. Comment typo fixes.
4361 (h8300_bfd_link_add_symbols): Likewise.
4362
1049f94e 4363 * reloc.c (struct reloc_howto_struct): Revise src_mask and
7dc77aaa
AM
4364 dst_mask comments.
4365 * bfd-in2.h: Regenerate.
4366
47388f4c
AM
43672002-12-18 Alan Modra <amodra@bigpond.net.au>
4368
4369 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
4370 code a little. Comment on dynamic relocs against section symbols.
4371
1b3e3744
AM
43722002-12-17 Roger Sayle <roger@eyesopen.com>
4373
4374 * configure.host (ia64-*-hpux*): Support 64 bit targets using
4375 the HP compiler's "long long".
4376
46f2b541
DD
43772002-12-16 Andrew MacLeod <amacleod@redhat.com>
4378
4379 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
4380 and R_XSTORMY16_HI16) howto entries.
4381 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 4382 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
4383 determine the start of the second reloc table.
4384
af738ea7
NC
43852002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
4386
4387 * ecofflink.c: Fix the reading of the debugging information
4388 of Tru64/Alpha binaries that are produced by recent Compaq
4389 compilers.
4390 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
4391 table.
4392 (lookup_line): Because of the strange information sometimes
4393 generated by Compaq's recent compilers, change how the FDR
4394 table is searched so that PDRs (procedure descriptors) are
4395 correctly found. Note that this change is really more of a hack;
4396 however, I have included extensive documentation as to why
4397 this is the best solution short of an extensive rewrite or
4398 another hack.
4399 (fdrtab_lookup): Add comments to explain the algorithm.
4400
5354b572
AO
44012002-12-12 Alexandre Oliva <aoliva@redhat.com>
4402
4403 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
4404 initializers to match struct declaration.
4405
ab3acfbe
AM
44062002-12-12 Alan Modra <amodra@bigpond.net.au>
4407
4408 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
4409 * elf.c (get_program_header_size): Likewise.
4410 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
4411 (m32r_elf_generic_reloc): Likewise.
4412 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
4413 * elflink.h (elf_bfd_discard_info): Likewise.
4414
6348e046
AM
44152002-12-12 Alan Modra <amodra@bigpond.net.au>
4416
4417 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
4418 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
4419 DT_RELSZ adjustment, not output section. Avoid writing tags when
4420 unchanged. Don't assume linker script is sane, adjust DT_REL too.
4421 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
4422 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
4423 DT_RELASZ adjustment, not output section. Avoid writing tags when
4424 unchanged. Adjust DT_RELA.
4425 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
4426 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
4427
2e7a68a8
AO
44282002-12-12 Alexandre Oliva <aoliva@redhat.com>
4429
4430 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
4431 addend by 4.
4432
b15e6682
AO
44332002-12-12 Alexandre Oliva <aoliva@redhat.com>
4434
4435 * elfxx-mips.c (struct mips_got_entry): New.
4436 (struct mips_got_info): Added got_entries field.
4437 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
4438 (mips_elf_local_got_index, mips_elf_got_page,
4439 mips_elf_got16_entry): Re-implement in terms of new...
4440 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
4441 Change return type.
4442 (mips_elf_highest): Warning clean-up.
4443 (mips_elf_create_got_section): Initialize got_entries.
4444 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
4445 local got size.
4446 (_bfd_mips_elf_size_dynamic_sections): Do not account for
4447 GOT_PAGE entries, since we now reuse GOT16 entries.
4448
e6af3a53
NC
44492002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
4450
4451 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
4452 read-only section that lies after .text and before .data to be
4453 written into the output file and included in a_text.
4454 (translate_to_native_sym_flags): If an otherwise unrepresentable
4455 section was merged with .text, convert its symbols to N_TEXT
4456 symbols.
4457 * libaout.h (aout_section_merge_with_text_p): New macro.
4458
cf3d882d
AM
44592002-12-08 Alan Modra <amodra@bigpond.net.au>
4460
4461 * bfd-in.h: Comment typo fix. Formatting.
4462 * bfd-in2.h: Regenerate.
4463 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
4464 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
4465 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
4466
2f9bd3f6
RH
44672002-12-05 Richard Henderson <rth@redhat.com>
4468
4469 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
4470 Only send PCREL21B though the plt. Fix installed reloc type.
4471 (elfNN_ia64_relocate_section): Give error for dynamic reloc
4472 against PCREL22 or PCREL64I; clean up error messages for
4473 branch relocs.
4474
d0112f73
KB
44752002-12-04 Kevin Buettner <kevinb@redhat.com>
4476
4477 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
4478 New functions.
4479 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
4480
c10d9d8f
JW
44812002-12-04 David Mosberger <davidm@hpl.hp.com>
4482
4483 * cpu-ia64-opc.c: Add operand constant "ar.csd".
4484
d48770d4
L
44852002-12-04 H.J. Lu <hjl@gnu.org>
4486
4487 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
4488 BFD address when constructing local name.
4489
b6152c34
AS
44902002-12-04 Andreas Schwab <schwab@suse.de>
4491
4492 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
4493 member.
4494 (elf_m68k_link_hash_table_create): Initialize it.
4495 (elf_m68k_check_relocs): Handle symbols that are forced to be
4496 local due to visibility changes.
4497 (elf_m68k_adjust_dynamic_symbol): Likewise.
4498 (elf_m68k_size_dynamic_sections): Likewise.
4499 (elf_m68k_discard_copies): Likewise.
4500 (elf_m68k_relocate_section): Likewise.
4501
73374ef1
AM
45022002-12-04 Alan Modra <amodra@bigpond.net.au>
4503
4504 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
4505
c5c1944d
AM
45062002-12-04 Alan Modra <amodra@bigpond.net.au>
4507
4508 * srec.c (srec_write_symbols): Restore '$' prefix to address
4509 accidentally removed in 2002-04-04 change.
4510 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
4511
e1a9cb8e
NC
45122002-12-03 Nick Clifton <nickc@redhat.com>
4513
4514 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
4515 (apuinfo_list_add): New function: Add a value to the list.
4516 (apuinfo_list_length): New function: Return the number of
4517 values on the list.
4518 (apuinfo_list_element): New function: Return a value on the
4519 list.
4520 (apuinfo_list_finish): New function: Free the resources used
4521 by the list.
4522 (ppc_elf_begin_write_processing): New function. Scan the
4523 input bfds for apuinfo sections.
4524 (ppc_elf_write_section): New function: Delay the creation of
4525 the contents of an apuinfo section in an output bfd.
4526 (ppc_elf_final_write_processing): New function. Create the
4527 contents of an apuinfo section in an output bfd.
4528 (elf_backend_begin_write_processing): Define.
4529 (elf_backend_final_write_processing): Define.
4530 (elf_backend_write_section): Define.
e1a9cb8e 4531
a823923b
RH
45322002-12-03 Richard Henderson <rth@redhat.com>
4533
4534 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
4535
30491647
SC
45362002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4537
4538 Fix PR savannah/1417:
4539 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
4540 branch if it goes to the start of the deleted region.
4541
bc7c6a90
SC
45422002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4543
4544 * bfd-in2.h (bfd_mach_m6812): Rebuild.
4545 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
4546 bfd_mach_m6812s): Declare.
4547
4548 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
4549 (_bfd_m68hc12_elf_set_private_flags): Call it.
4550 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
4551 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
4552 report microcontroller incompatibilities (HC12 vs HCS12).
4553 (elf_backend_object_p): Update.
4554
b34976b6
AM
45552002-11-30 Alan Modra <amodra@bigpond.net.au>
4556
4557 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
4558 (enum bfd_boolean, boolean): Delete.
4559 (bfd_boolean): Typedef to an int.
4560 (FALSE, TRUE): Define.
4561 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
4562 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
4563 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
4564 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
4565 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
4566 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
4567 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
4568 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
4569 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
4570 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
4571 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
4572 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
4573 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
4574 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
4575 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
4576 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
4577 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
4578 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
4579 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
4580 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
4581 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
4582 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
4583 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
4584 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
4585 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
4586 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4587 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4588 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4589 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
4590 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
4591 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4592 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
4593 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
4594 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
4595 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
4596 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
4597 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
4598 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
4599 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
4600 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
4601 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
4602 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
4603 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
4604 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
4605 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
4606 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
4607 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
4608 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 4609 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
4610 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
4611 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
4612 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
4613 of bfd_boolean vars with TRUE/FALSE. Formatting.
4614 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
4615
947216bf
AM
46162002-11-28 Alan Modra <amodra@bigpond.net.au>
4617
4618 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
4619 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
4620 with Elf_Internal_Rela.
4621 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
4622 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
4623 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
4624 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4625 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4626 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4627 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
4628 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4629 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4630 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
4631 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
4632 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
4633 throughout instead.
4634 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
4635 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
4636 Remove INLINE keyword.
4637 (elf_swap_reloc_in): Likewise. Also clear r_addend.
4638 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
4639 as a bfd_byte *.
4640 (elf_write_relocs): Consolidate REL and RELA code.
4641 (elf_slurp_reloc_table_from_section): Simplify REL code.
4642 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
4643 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
4644 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
4645 RELA code.
4646 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
4647 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
4648 (elf_link_output_relocs): Likewise.
4649 (elf_reloc_link_order): Likewise.
4650 (elf_finish_pointer_linker_section): Likewise.
4651 (struct elf_link_sort_rela): Remove union.
4652 (elf_link_sort_cmp1): Update to suit.
4653 (elf_link_sort_cmp2): Here too.
4654 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
4655 over-allocation for int_rels_per_ext_rel != 1 case.
4656 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
4657 * elf32-i386.c: Likewise.
4658 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
4659 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
4660 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
4661 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
4662 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4663 elf64-sparc.c, elf64-x86-64.c: Likewise.
4664 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
4665 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
4666 bfd_elf32_swap_reloc_in.
4667
4668 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
4669 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
4670 (mips_elf64_swap_reloc_in): Zero r_addend.
4671 (mips_elf64_be_swap_reloc_in): Likewise.
4672 (mips_elf64_slurp_one_reloc_table): Simplify.
4673
4674 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
4675 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
4676 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4677
1448fa32
KK
46782002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4679
4680 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 4681 unresolved debugging relocs in dynamic applications.
1448fa32
KK
4682 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4683
73722af0
AM
46842002-11-26 Alan Modra <amodra@bigpond.net.au>
4685
4686 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
4687 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
4688 on a relocatable link. Comment typos.
4689 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
4690 in the order they are declared. Clear elf_hash_value too.
4691 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
4692 eh_info and tls_segment.
4693 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
4694 sorted when discarding relocs by turning them into R_*_NONE.
4695
4696 * libbfd.c (warn_deprecated): Comment spelling.
4697 * po/SRC-POTFILES.in: Regenerate.
4698
7c25b72c
RH
46992002-11-21 Richard Henderson <rth@redhat.com>
4700
4701 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
4702 arch's st_other bits when merging visibilities.
4703 (elf_link_output_extsym): Tidy clearing of visibility field.
4704
dc12c51f
AM
47052002-11-21 Alan Modra <amodra@bigpond.net.au>
4706
4707 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
4708 (SWAP_OUT_RELOC_OFFSET): Define.
4709
963f13ec
AO
47102002-11-20 Alexandre Oliva <aoliva@redhat.com>
4711
4712 * elf.c (_bfd_elf_link_hash_table_init): Make sure
4713 can_refcount is properly extended to the type of
4714 init_refcount.
4715
ee6423ed
AO
47162002-11-19 Alexandre Oliva <aoliva@redhat.com>
4717
4ffba85c
AO
4718 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
4719 (_bfd_mips_elf_relocate_section): Use it.
4720
ee6423ed
AO
4721 * elfxx-mips.c (MNAME): New macro.
4722 (_bfd_mips_elf_check_relocs): Use it.
4723 (_bfd_mips_elf_discard_info): Likewise.
4724 (_bfd_mips_elf_final_link): Likewise.
4725
cdcf6e38
AM
47262002-11-19 Alan Modra <amodra@bigpond.net.au>
4727
4728 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
4729 rel_hdr.sh_size too.
4730
93509525
KD
47312002-11-18 Klee Dienes <kdienes@apple.com>
4732
4733 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
4734 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
4735 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
4736 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
4737 Add dependencies for bfdwin.c, bfdio.c.
4738 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
4739 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
4740 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
4741 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
4742 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
4743 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
4744 bfd_get_size (moved from libbfd.c and bfd.c).
4745 * bfdwin.c New file. Contains _bfd_window_internal,
4746 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
4747 libbfd.c and bfd.c).
4748 * po/SRC-POTFILES.in: Regenerate.
4749 * po/bfd.pot: Regenerate.
4750 * libbfd.h: Regenerate.
4751 * bfd-in2.h: Regenerate.
4752 * aclocal.m4: Regenerate.
4753 * Makefile.in: Regenerate.
4754 * configure: Regenerate.
4755
3ae41454
AM
47562002-11-18 Klee Dienes <kdienes@apple.com>
4757
4758 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
4759
e514ac71
NC
47602002-11-15 Kazu Hirata <kazu@cs.umass.edu>
4761
4762 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
4763 jsr after a short jump.
4764 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4765
eddc4f81
KD
47662002-11-15 Klee Dienes <kdienes@apple.com>
4767
4768 * pef.c (bfd_pef_convert_architecture): Move declaration of
4769 ARCH_POWERPC and ARCH_M68K to the start of the function.
4770
51908eee
SS
47712002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
4772
4773 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
4774
3416d2e7
HPN
47752002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4776
4777 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
4778 For bpo_gregs_section->contents, allocate _raw_size, not
4779 _cooked_size.
4780
b1c58715
AM
47812002-11-13 Klee Dienes <kdienes@apple.com>
4782
4783 * config.bfd: Add entries for powerpc-*-darwin and cousins.
4784
077ca68b
L
47852002-11-13 H.J. Lu <hjl@gnu.org>
4786
4787 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
4788
e84d6fca
AM
47892002-11-13 Klee Dienes <kdienes@apple.com>
4790 Alan Modra <amodra@bigpond.net.au>
4791
4792 * bfd.c (struct bfd_preserve): New.
4793 (bfd_preserve_save): New function.
4794 (bfd_preserve_restore): Ditto.
4795 (bfd_preserve_finish): Ditto.
4796 * bfd-in2.h: Regenerate.
4797 * mach-o.c: Formatting.
4798 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
4799 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
4800 (bfd_mach_o_core_p): Ditto.
4801 (bfd_mach_o_scan): Pass in mdata.
4802 * mach-o.h (bfd_mach_o_scan): Update prototype.
4803 * pef.c: Formatting.
4804 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
4805 (bfd_pef_xlib_object_p): Ditto.
4806 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
4807 * pef.h (bfd_pef_scan): Update prototype.
4808 * xsym.c: Formatting, K&R fixes.
4809 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
4810 (bfd_sym_scan): New function split out from bfd_sym_object_p.
4811 * xsym.h (bfd_sym_scan): Declare.
4812 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 4813 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
4814 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
4815
cd24c222
NC
48162002-11-12 Nick Clifton <nickc@redhat.com>
4817
4818 * po/da.po: Updated Danish translation.
4819
99eb2ac8
AM
48202002-11-12 Alan Modra <amodra@bigpond.net.au>
4821
d6fe2dc1
AM
4822 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
4823 relocatable link too.
4824 (elf_link_input_bfd): When emitting relocs, adjust offsets for
4825 eh_frame and stab sections. Zap deleted relocs.
4826 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
4827 (elf_bfd_discard_info): Run for relocatable link too.
4828 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
4829 Handle ld -r case.
4830 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
4831 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
4832
126495ed
AM
4833 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
4834 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
4835 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
4836 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
4837 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
4838 (struct elf_link_hash_table): Add eh_info.
4839 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
4840 (_bfd_elf_discard_section_eh_frame): Update prototype.
4841 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
4842 (_bfd_elf_write_section_eh_frame): Likewise.
4843 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
4844 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
4845 param. Get "hdr_info" from link hash table.
4846 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
4847 header section from link hash table. Save header section to elf_tdata.
4848 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
4849 header section from link hash table. Don't alloc hdr_info. Clear
4850 hdr_sec instead of setting "strip".
4851 (_bfd_elf_eh_frame_section_offset): Formatting.
4852 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
4853 Get header section from link hash table.
4854 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
4855 Get header section from link hash table.
4856 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
4857 (get_program_header_size): Likewise.
4858 (_bfd_elf_section_offset): Formatting.
4859 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
4860 section pointer in link hash table.
4861 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
4862 and _bfd_elf_write_section_eh_frame calls. Update comment about
4863 eh_frame entries.
4864 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
4865 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
4866
4867 * po/SRC-POTFILES.in: Regenerate.
4868
99eb2ac8
AM
4869 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
4870 relocs for discarded FDEs. Remove dead code.
4871 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
4872 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
4873 Tidy conditions under which stabs are edited. Formatting.
4874 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
4875 from discarded relocs.
4876 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
4877 section adjustments after testing magic values.
4878
7c319a27
AM
48792002-11-12 Thomas Moestl <tmm@FreeBSD.org>
4880
4881 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
4882 references to large plt symbols.
4883
a95a4550
AM
48842002-11-12 Klee Dienes <kdienes@apple.com>
4885
4886 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
4887 looking for an unused section name.
4888
bc7eab72
KH
48892002-11-11 Kazu Hirata <kazu@cs.umass.edu>
4890
4891 * coff-h8300.c: Fix formatting.
4892 * elf32-h8300.c: Likewise.
4893 * reloc16.c: Likewise.
4894
52585bb8
AM
48952002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
4896
4897 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
4898 section when dynamic section unused; _bfd_strip_section_from_output
4899 instead.
4900
9f632188
AM
49012002-11-08 Alan Modra <amodra@bigpond.net.au>
4902
207b304b
AM
4903 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
4904 and sym_vec.
3b029f65 4905
9f632188
AM
4906 * dwarf2.c: Revert last change.
4907
ec4530b5
NC
49082002-11-07 Michal Ludvig <mludvig@suse.cz>
4909
9b5ecbd0 4910 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
ec4530b5
NC
4911 _bfd_dwarf2_find_nearest_line): Use
4912 bfd_simple_get_relocated_section_contents() instead of
4913 bfd_get_section_contents().
4914 * reloc.c (bfd_perform_relocation): Add sanity check.
4915 * simple.c (simple_get_relocated_section_contents): If the section
4916 does not have any relocs associated with it, just return the
4917 unadjusted contents.
4918
205cfeb0
HPN
49192002-11-07 Hans-Peter Nilsson <hp@axis.com>
4920
4921 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
4922 case R_CRIS_32_GOT>: Correct test for filling in constant .got
4923 contents, enabling for a non-DSO, for symbols defined in the
4924 program with --export-dynamic.
4925
87e226ce
AM
49262002-11-07 Alan Modra <amodra@bigpond.net.au>
4927
4928 * elf64-ppc.c: Comment typo fixes.
4929 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
4930
235c4794
NC
49312002-11-07 Nick Clifton <nickc@redhat.com>
4932
4933 * po/da.po: Updated Danish translation.
4934
49179469
AO
49352002-11-06 Alexandre Oliva <aoliva@redhat.com>
4936
4937 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
4938 exactly three internal relocs per external reloc. Set reloc_count
4939 to the external reloc count.
4940
246178f2
NC
49412002-11-06 Klee Dienes <kdienes@apple.com>
4942
3ae41454 4943 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
4944 Fix comment formatting.
4945
3af9a47b
NC
49462002-11-06 Klee Dienes <kdienes@apple.com>
4947
3ae41454 4948 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
4949 xsym.lo.
4950 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
4951 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
4952 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
4953 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
4954 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
4955 sym.
3ae41454 4956 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
4957 * Makefile.in: Regenerate.
4958 * doc/Makefile.in: Regenerate.
3ae41454 4959 * bfd-in2.h: Regenerate.
3af9a47b
NC
4960 * xsym.c: New file. Contains support for the Apple/Metrowerks
4961 xSYM debugging format.
4962 * xsym.h: New file.
4963 * pef.c: New file. Contains support for the Apple Code Fragment
4964 Manager Preferred Executable Format
4965 * pef.h: New file.
4966 * pef-traceback.h: New file. Contains support for parsing PowerPC
4967 traceback tables as used by PEF executables (and perhaps other
4968 systems as well).
3ae41454 4969 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
4970 format.
4971 * mach-o.h: New file.
4972 * mach-o-target.c: New file. Declares the mach-o targets
4973 themselves. Included three times by mach-o.c; each time with a
4974 different set of macros set.
3ae41454 4975
b6821651 49762002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
4977
4978 * Makefile.am: Remove entries for elf32-qnx.[ch].
4979 * Makefile.in: Regenerate.
4980 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
4981 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
4982 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
4983 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
4984 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
4985 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
4986 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
4987 * configure: Regenerate.
4988 * elf32-qnx.c: Remove.
4989 * elf32-qnx.h: Remove.
4990 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
4991 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
4992 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
4993 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
4994 * elf32-i386.c: Remove QNX extended bfd support.
4995 * elf32-ppc.c: Remove QNX extended bfd support.
4996 * elf32-sh.c: Remove QNX extended bfd support.
4997 * elfarm-nabi.c: Remove QNX extended bfd support.
4998 * targets.c: Remove qnx vectors.
4999 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
5000 (elf_backend_is_contained_by_filepos): Remove.
5001 (elf_backend_copy_private_bfd_data_p): Remove.
5002 * po/SRC-POTFILES.in: Regenerate.
5003
b6821651
AM
50042002-11-06 David O'Brien <obrien@FreeBSD.org>
5005 Alan Modra <amodra@bigpond.net.au>
5006
5007 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
5008 dynamic relocs against section symbols for the output section vma.
5009
50102002-11-05 Alan Modra <amodra@bigpond.net.au>
5011
5012 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
5013 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
5014
08f74004
AM
50152002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5016 Alan Modra <amodra@bigpond.net.au>
5017
5018 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
5019 vectors in target_selvecs.
5020 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
5021 in target_selvecs.
5022 (sh-*-netbsdelf*): Likewise.
5023 * configure.in (assocvecs): New variable. Handle assocvecs like
5024 selvecs.
5025 * configure: Regenerate.
5026 * format.c (bfd_check_format_matches): Store bfd_target pointers
5027 in matching_vector instead of target names. Select first target
5028 from bfd_associated_vector that matches a list of ambiguous targets.
5029 * targets.c (_bfd_associated_vector): New array.
5030 (bfd_associated_vector): New variable.
5031 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
5032 * libbfd-in.h (bfd_associated_vector): Declare.
5033 * libbfd.h: Regenerate.
5034
89117aab
AM
50352002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
5036
5037 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
5038 non-NULL before dereferencing.
5039
5e9aae3e
KK
50402002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5041
5042 * vms.c (vms_object_p): Restore the start address when returning
5043 NULL.
5044
c97e73dd
AM
50452002-11-04 Alan Modra <amodra@bigpond.net.au>
5046 Hans-Peter Nilsson <hp@axis.com>
5047
5048 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
5049 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
5050 Set up a larger symshndxbuf, and write it out. Free it on
5051 exit rather than freeing symbuf twice. Correct section index
5052 on output section symbol loop.
5053 (elf_link_output_sym): Accumulate symbol extension section
5054 indices, reallocating symshndxbuf rather than writing it out.
5055 (elf_link_flush_output_syms): Don't flush symshndxbuf.
5056 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
5057 Use bfd_zalloc to clear i_shdrp[0] too.
5058
3463048e
SC
50592002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
5060
5061 * elf32-sh64-com.c (sh64_address_in_cranges): Use
5062 _raw_size of cranges section if _cooked_size not yet set.
5063
63a23799
HPN
50642002-11-03 Hans-Peter Nilsson <hp@axis.com>
5065
5066 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
5067 for bfd_elf32_swap_symbol_out.
5068
e68cc12e
DB
50692002-10-31 David O'Brien <obrien@FreeBSD.org>
5070
5071 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
5072 signed and unsigned in comparison.
5073
db4b6d01
DJ
50742002-10-30 Daniel Jacobowitz <drow@mvista.com>
5075
5076 * coffcode.h: Remove extraneous '\'.
5077
840f0243
L
50782002-10-28 H.J. Lu <hjl@gnu.org>
5079
5080 * Makefile.am (targets.lo): Depend on Makefile instead of
5081 config.status.
5082 (archures.lo): Likewise.
5083 * Makefile.in: Regenerated.
5084
05a7e2db
JT
50852002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
5086
5087 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
5088 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
5089 targ_selvecs.
5090
a0087177
JW
50912002-10-25 Jim Wilson <wilson@redhat.com>
5092
5093 * elf64-sh64.c (sh_elf64_relocate_section): Call
5094 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
5095 of SHF_MERGE section.
5096
8718ac9c
HPN
50972002-10-25 Hans-Peter Nilsson <hp@axis.com>
5098
5099 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
5100
d45913a0
DA
51012002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
5102
5103 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
5104 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
5105 unsigned int.
5106 (NAME(aout,final_link)): Cast enum used in assignment.
5107 (aout_link_write_symbols): Cast enums in comparisons, int values to
5108 boolean, enums in assignments to int.
5109 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
3dab13f6
AM
5110 (aout_link_input_section_ext): Likewise. Cast enums used in
5111 comparisons with unsigned ints.
d45913a0
DA
5112 (aout_link_reloc_link_order): Cast enum to int in assignment.
5113 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
5114 calls to char *.
5115 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
5116 assignment.
5117 * bfd-in2.h (bfd_set_section_vma): Likewise.
5118 * bfd.c (bfd_record_phdr): Cast enums in assignments.
5119 * binary.c (bfd_alloc): Cast enum to long.
5120 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
5121 * dwarf2.c (read_abbrevs): Add casts to enum types.
5122 (read_attribute_value): Likewise.
5123 (arange_add): Cast result of bfd_zalloc call.
5124 (comp_unit_contains_address): Return true and false.
5125 (comp_unit_find_nearest_line): Cast return to boolean.
5126 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
5127 * gen-aout.c: define macro '_' if not defined.
5128 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
5129 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
5130 (bfd_write_bigendian_4byte_int): Cast return to boolean.
5131 (bfd_seek): Cast bfd_realloc to bfd_byte *.
5132 (bfd_generic_is_local_label_name): Cast return to boolean.
5133 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
5134 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
5135 struct bfd_hash_entry *.
5136 (_bfd_generic_link_hash_newfunc): likewise.
5137 (_bfd_generic_final_link): Cast enum to unsigned int.
5138 * merge.c (sec_merge_emit): Cast return to boolean.
5139 (merge_strings): Add casts to const unsigned char *.
5140 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
5141 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
3dab13f6
AM
5142 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
5143 to struct bfd_hash_entry *.
d45913a0
DA
5144 (bfd_set_section_content): Add cast to PTR in comparison.
5145 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
5146 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
5147 simple_dummy_unattached_reloc,
5148 bfd_simple_get_relocated_section_contents): Add K&R declarations and
5149 function definitions.
5150 * srec.c (S3Forced): Initialize to false.
5151 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
5152 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
5153 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
5154 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
5155 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
5156 comparisons.
5157
475c2a7e
JJ
51582002-10-23 Jakub Jelinek <jakub@redhat.com>
5159
5160 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
5161 relocs into shared lib non-allocated reloc sections.
5162
e82ce529
AM
51632002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5164
5165 * dwarf2.c (add_line_info): Ensure that the line_info_table is
5166 sorted even when given an out-of-order line sequence.
5167 (lookup_address_in_line_info_table): When an exact VMA match is
5168 not found, return line information with the closest VMA.
5169
f2482cb2
NC
51702002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
5171
5172 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
5173 HPUX 11.00 patch PHSS_26559.
5174
c1fd6598
AO
51752002-10-22 Alexandre Oliva <aoliva@redhat.com>
5176
5177 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
5178 the options section into a separate section unless IRIX 6
5179 compatibility is enabled.
5180
033fd5f9
AO
51812002-10-22 Alexandre Oliva <aoliva@redhat.com>
5182
5183 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
5184 into arrays.
5185 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
5186 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
5187 into account.
5188 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
5189 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
5190
ef485c01
AM
51912002-10-21 Graeme Peterson <gp@qnx.com>
5192
5193 * targets.c (_bfd_target_vector): Add missing qnx vectors.
5194
b50afec9
AM
51952002-10-21 Alan Modra <amodra@bigpond.net.au>
5196
5197 * targets.c (bfd_target_list): Don't return the default target twice.
5198
5fe39cae
AM
51992002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
5200
5201 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
5202 perror with bfd_perror.
5203
5d603aa9
L
52042002-10-19 H.J. Lu <hjl@gnu.org>
5205
5206 * elflink.h (elf_link_add_object_symbols): Correctly handle
5207 DT_RPATH and DT_RUNPATH.
5208
e377ab71
MK
52092002-10-19 Mark Kettenis <kettenis@gnu.org>
5210
5211 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
5212
0d09fec6
DC
52132002-10-17 Denis Chertykov <denisc@overta.ru>
5214
5215 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
5216 for ip2k port.
5217
acf8aed4
AM
52182002-10-17 Alan Modra <amodra@bigpond.net.au>
5219
5220 * elfxx-target.h (USE_REL): Don't define as 1.
5221 * elf32-arm.h (USE_REL): Provide a default define of 0.
5222 Use #if rather than #ifdef when testing USE_REL.
5223 * elf32-m32r.c: Likewise.
5224
5225 * elf32-arc.c (USE_REL): Define as 1.
5226 * elf32-d10v.c (USE_REL): Likewise.
5227 * elf32-m32r.c (USE_REL): Likewise.
5228 * elf32-m68hc11.c (USE_REL): Likewise.
5229 * elf32-m68hc12.c (USE_REL): Likewise.
5230 * elf32-or32.c (USE_REL): Likewise.
5231 * elfarm-nabi.c (USE_REL): Likewise.
5232
f52d1d64
JJ
52332002-10-16 Jakub Jelinek <jakub@redhat.com>
5234
5235 * config.bfd (s390-*-linux*): Add targ64_selvecs.
5236 (s390x-*-linux*): Add targ_selvecs.
5237
2bc3c89a
AM
52382002-10-16 Alan Modra <amodra@bigpond.net.au>
5239
5240 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 5241 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
5242 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
5243 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
5244 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
5245 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
5246 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
5247 (SOURCE_HFILES): Add elf32-qnx.h.
5248 (BUILD_HFILES): Add bfdver.h.
5249 Run "make dep-am".
5250 * Makefile.in: Regenerate.
5251 * configure.in Update bfd vector dependencies.
5252 * configure: Regenerate.
5253 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
5254 * elf32-i386qnx.c: Likewise.
5255 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
5256 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
5257 * elf32-sh-lin.c: Likewise.
5258 * elf32-shqnx.c: Likewise.
5259 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
5260 * elf32-sh64-nbsd.c: Likewise.
5261 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
5262 * elf64-sh64-nbsd.c: Likewise.
5263 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
5264 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
5265 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
5266 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
5267 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
5268 (elf_backend_is_contained_by_filepos): Likewise.
5269 (elf_backend_copy_private_bfd_data_p): Likewise.
5270 Globalize and move functions to..
5271 * elf32-qnx.c: ..here. New file.
5272 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
5273 emit target vectors when INCLUDE_SHMEDIA.
5274 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
5275 end of file.
5276 * elf64-sh64.c: Remove ELF_ARCH test.
5277 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
5278 * po/BLD-POTFILES.in: Regenerate.
5279 * po/SRC-POTFILES.in: Regenerate.
5280
90c9df85
AM
52812002-10-16 Alan Modra <amodra@bigpond.net.au>
5282
366f2964
AM
5283 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
5284 loaded with --just-symbols.
5285
90c9df85
AM
5286 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
5287 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5288 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5289 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
5290
2238051f
RH
52912002-10-15 Richard Henderson <rth@redhat.com>
5292
5293 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
5294 (BFD64_BACKENDS_CFILES): Likewise.
5295 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
5296 * elf64-alpha-fbsd.c: Remove file, move code ...
5297 * elf64-alpha.c: ... here.
5298 * Makefile.in, configure: Rebuild.
5299
64e04ecd
RH
53002002-10-14 Richard Henderson <rth@redhat.com>
5301
5302 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
5303 VALUE, not ADDEND.
5304
396a6083
SC
53052002-10-14 Stephen Clarke <stephen.clarke@superh.com>
5306
5307 * elf32-sh.c (elf_sh_link_hash_entry): Replace
5308 datalabel_got_offset with union of datalabel_got
5309 offset and refcount.
5310 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
5311 (allocate_dynrelocs): Delete unnecessary code for
5312 STT_DATALABEL type. Create entry in got for
5313 datalabel version of symbol if datalabel_got.refcount > 0.
5314 (sh_elf_relocate_section): Use datalabel_got union.
5315 (sh_elf_gc_sweep_hook): Pull common code to initialize
5316 h and eh out of switch statement. Declare seen_stt_datalabel.
5317 Initialize it. Decrement datalabel_got.refcount for
5318 got relocs when seen_stt_datalabel is true.
5319 Decrement local_got_refcounts entry for datalabel got relocs
5320 of local symbols.
5321 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
5322 (sh_elf_check_relocs): Declare seen_stt_datalabel.
5323 Initialize it. When seen_stt_datalabel is true, increment
5324 datalabel_got refcount rather than got.refcount.
5325 (sh_elf_finish_dynamic_symbol): Create relocs to
5326 initialize got entry for datalabel version of symbol.
5327
6a0735ef
AM
53282002-10-14 Alan Modra <amodra@bigpond.net.au>
5329
5330 * Makefile.am: Run "make dep-am".
5331 (BFD_H_FILES): Remove version.h.
5332 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
5333 * version.h: ..to here.
5334 * configure.in (bfd_version_date): Remove.
5335 (AC_OUTPUT): Make bfdver.h from version.h.
5336 * bfd.c: #include "bfdver.h".
5337 * vms-hdr.c: Likewise.
5338 * Makefile.in: Regenerate.
5339 * bfd-in2.h: Regenerate.
5340 * configure: Regenerate.
5341 * po/SRC-POTFILES.in: Regenerate.
5342
686e4055
AM
53432002-10-14 Alan Modra <amodra@bigpond.net.au>
5344
5345 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
5346 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
5347 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
5348 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
5349 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
5350 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
5351 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
5352 bfd_mach_ip2022, bfd_mach_ip2022ext,
5353 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
5354 * bfd-in2.h: Regenerate.
5355
019dca2b
KK
53562002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5357
5358 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
5359 endian vector to targ_selvecs.
5360
bce03d3d
AO
53612002-10-13 Alexandre Oliva <aoliva@redhat.com>
5362
5363 * elfxx-mips.c (mips_elf_calculate_relocation): Take
5364 save_addend argument. Don't apply the 32-bit mask to a
5365 GPREL32 value if it's to be used in another relocation. Don't
5366 use forced-check computation of local_p to decide whether to
5367 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
5368 of the addend of a non-in-place GPREL16 relocation.
5369 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
5370 mips_elf_calculate_relocation().
5371
9b691193
SC
53722002-10-12 Stephane Carrez <stcarrez@nerim.fr>
5373
5374 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
5375 with symbols in other sections if we relaxed something; the sections
5376 output offsets must be re-computed before.
5377
1f4c5b47
SC
53782002-10-12 Stephane Carrez <stcarrez@nerim.fr>
5379
5380 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
5381 handling to use Elf_Internal_Sym.
5382 (m68hc11_elf_relax_delete_bytes): Likewise.
5383
5dc97655
KK
53842002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5385
5386 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
5387 sh_elf_object_p, dtpoff_base): New functions.
5388 (sh_elf_howto_table): Add TLS relocs.
5389 (sh_reloc_map): Likewise.
5390 (sh_elf_info_to_howto): Support TLS relocs.
5391 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
5392 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
5393 New macros.
5394 (sh_elf_obj_tdata): New.
5395 (elf_sh_link_hash_table): Add tls_ldm_got.
5396 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
5397 (allocate_dynrelocs): Support TLS relocs.
5398 (sh_elf_size_dynamic_sections): Likewise.
5399 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
5400 .rela.got section when found already. Return false after printing
5401 error about unresolvable relocation.
5402 (sh_elf_gc_sweep_hook): Support TLS relocs.
5403 (sh_elf_check_relocs): Likewise.
5404 (sh_elf_finish_dynamic_symbol): Likewise.
5405 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
5406 * reloc.c: Add SH TLS relocs.
5407 * bfd-in2.h, libbfd.h: Regenerate.
5408
6a0735ef
AM
54092002-10-11 Daniel Jacobowitz <drow@mvista.com>
5410
5411 * Makefile.in: Regenerated.
5412
af39267e
DJ
54132002-10-11 Daniel Jacobowitz <drow@mvista.com>
5414
5415 * Makefile.am: Run dep-am.
6a0735ef 5416 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
5417 (BFD32_LIBS): Add simple.lo.
5418 (BFD32_LIBS_CFILES): Add simple.c.
5419 * Makefile.in: Regenerated.
5420 * bfd-in2.h: Regenerated.
5421 * simple.c: New file.
5422
0be617ce
AM
54232002-10-11 Alan Modra <amodra@bigpond.net.au>
5424
14a793b2
AM
5425 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
5426 (record_thumb_to_arm_glue): Likewise.
5427 * ecoff.c (ecoff_link_add_externals): Likewise.
5428 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
5429 (record_thumb_to_arm_glue): Likewise.
5430 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
5431 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
5432 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
5433 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
5434 * elf64-ppc.c (func_desc_adjust): Likewise.
5435 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
5436 (sh64_elf64_create_dynamic_sections): Likewise.
5437 * elflink.c (_bfd_elf_create_got_section): Likewise.
5438 (_bfd_elf_create_dynamic_sections): Likewise.
5439 (_bfd_elf_create_linker_section): Likewise.
5440 * elflink.h (elf_add_default_symbol): Likewise.
5441 (elf_link_create_dynamic_sections): Likewise.
5442 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
5443 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
5444 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
5445 (_bfd_mips_elf_add_symbol_hook): Likewise.
5446 (_bfd_mips_elf_create_dynamic_sections): Likewise.
5447 * linker.c (generic_link_add_symbol_list): Likewise.
5448 * xcofflink.c (xcoff_link_add_symbols): Likewise.
5449
5450 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
5451
0be617ce 5452 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 5453 completely removed. Correct local sym adjustment.
0be617ce 5454
0a4ef3f4
SC
54552002-10-10 Stephen Clarke <stephen.clarke@superh.com>
5456
5457 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
5458 Correct mistake in calculation of address of .got.
5459 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
5460 elf_sh64_pic_plt_entry_le): Likewise.
5461
efacd36e
SC
54622002-10-09 Richard Shann <richard.shann@superh.com>
5463 Stephen Clarke <stephen.clarke@superh.com>
5464
5465 * Makefile.am: Add entries for elf32-sh64-lin.c and
5466 elf64-sh64-lin.c. Regenerate.
5467 * Makefile.in: Regenerate.
9b5ecbd0 5468 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
efacd36e
SC
5469 to use sh64 vectors rather than sh vectors.
5470 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5471 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5472 * configure: Regenerate.
5473 * elf32-sh64-lin.c: New file.
5474 * elf64-sh64-lin.c: New file.
5475 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
5476 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
5477
299bf759
L
54782002-10-08 H.J. Lu <hjl@gnu.org>
5479
5480 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
5481 IE->LE transition for R_386_TLS_IE.
5482
51020317
AM
54832002-10-08 Alan Modra <amodra@bigpond.net.au>
5484
5485 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
5486
a8fcf378
NC
54872002-10-07 Mark Elbrecht <snowball3@softhome.net>
5488
51020317
AM
5489 * cofflink.c (mark_relocs): Don't mark relocations in excluded
5490 sections.
a8fcf378 5491
a16d5acb
AM
54922002-10-07 Alan Modra <amodra@bigpond.net.au>
5493
a6b511bd
AM
5494 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
5495 code.
5496
a16d5acb
AM
5497 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
5498
7c4a37eb
AM
54992002-10-06 Alan Modra <amodra@bigpond.net.au>
5500
5501 * opncls.c: Formatting.
5502 (_bfd_new_bfd): Use a smaller section hash table.
5503
7c4ca42d
AO
55042002-10-05 Alexandre Oliva <aoliva@redhat.com>
5505
5506 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
5507 of the other two relocations packed with a REL32 to NONE.
5508
4989d792
SC
55092002-10-02 Stephen Clarke <stephen.clarke@superh.com>
5510
5511 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
5512 (sh_elf_link_hash_newfunc): Initialize it.
5513 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
5514 to got.refcount for symbols that are forced local or when
5515 we have direct got refs.
5516 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
5517 to correctly adjust got.refcount and plt.refcount.
5518 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
5519 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 5520
7c445aa3
JJ
55212002-10-01 Jakub Jelinek <jakub@redhat.com>
5522
5523 * elf32-i386.c (elf_i386_relocate_section): Fix
5524 movl foo@indntpoff, %eax IE->LE transition.
5525
abcf1d52
JJ
55262002-10-01 Jakub Jelinek <jakub@redhat.com>
5527
5528 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
5529 sequence and its transitions.
5530
a45bb67d
JJ
55312002-10-01 Jakub Jelinek <jakub@redhat.com>
5532
5533 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
5534 to st_value + addend in non-code sections.
5535 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
5536 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
5537
00707a0e 55382002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
5539 Ken Raeburn <raeburn@cygnus.com>
5540 Aldy Hernandez <aldyh@redhat.com>
5541 Eric Christopher <echristo@redhat.com>
5542 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
5543
5544 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
5545 (bfd_mach_mips5500): New.
5546 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
5547 (arch_info_struct): Add corresponding entries here.
5548 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
5549 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
5550 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
5551 bfd_mach_mips5400 and bfd_mach_mips5500.
5552 (_bfd_mips_elf_mach_extends_p): New function.
5553 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
5554 the EF_MIPS_MACH flags.
5555 * bfd-in2.h: Regenerate.
5556
624f0b25
JT
55572002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
5558
5559 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
5560 .got sections.
5561
b89fe0ee
AM
55622002-09-28 Alan Modra <amodra@bigpond.net.au>
5563
5564 * elf.c (map_sections_to_segments): Correct test for start of
5565 writable section in the same page as end of read-only section.
5566
b29635ba
JT
55672002-09-27 Matt Thomas <matt@3am-software.com>
5568
5569 * elf32-vax.c (elf_vax_check_relocs): Remove unused
5570 local_got_refcounts usage. Remove allocation of got slot.
5571 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
5572 Remove de-allocation of got slot.
5573 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
5574 traversal for elf_vax_instantiate_got_entries. Allow empty .got
5575 sections to be GC'ed.
5576 (elf_vax_instantiate_got_entries): New function.
5577 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
5578 tests that are now handled by elf_vax_instantiate_got_entries.
5579 Assert GOT entry falls within .got section size. Remove redundant
5580 comparisions. Fix comments.
5581
bffbf940
JJ
55822002-09-27 Jakub Jelinek <jakub@redhat.com>
5583
5584 * reloc.c: Add x86-64 TLS relocs.
5585 * bfd-in2.h, libbfd.h: Rebuilt.
5586 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
5587 relocs. Add TLS relocs.
5588 (x86_64_reloc_map): Add TLS relocs.
5589 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
5590 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
5591 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
5592 (elf64_x86_64_hash_entry): Define.
5593 (struct elf64_x86_64_obj_tdata): New.
5594 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
5595 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
5596 (link_hash_newfunc): Initialize tls_type.
5597 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
5598 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
5599 (elf64_x86_64_mkobject): New.
5600 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
5601 (elf64_x86_64_tls_transition): New.
5602 (elf64_x86_64_check_relocs): Add r_type variable and use it.
5603 Handle TLS relocs.
5604 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
5605 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
5606 (elf64_x86_64_size_dynamic_sections): Likewise.
5607 (dtpoff_base, tpoff): New.
5608 (elf64_x86_64_relocate_section): Handle TLS relocs.
5609 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
5610 entries.
5611 (bfd_elf64_mkobject): Define.
5612
5613 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
5614 DF_STATIC_TLS if shared.
5615
14366460
TS
56162002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5617
5618 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
5619 empty relocation sections.
5620
9f951329
AM
56212002-09-26 Alan Modra <amodra@bigpond.net.au>
5622
5623 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
5624 (ppc64_elf_build_stubs): Build them here instead.
5625
6b3ac709
JJ
56262002-09-24 Jakub Jelinek <jakub@redhat.com>
5627
5628 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
5629 addend into r_addend, not *r_offset.
5630 (elf32_sparc_finish_dynamic_symbol): Likewise.
5631 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
5632 R_SPARC_RELATIVE's r_offset.
5633
e2f6d277
NC
56342002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5635
5636 * dwarf2.c (decode_line_info): Update to correctly decode
5637 the (non-standard DWARF2) out-of-order address sequences
5638 generated by the Intel C++ 6.0 compiler for ia64-Linux.
5639
f3961b2b
DD
56402002-09-23 Mark Elbrecht <snowball3@softhome.net>
5641
5642 * config.bfd: For DJGPP targets, match with any cpu and any machine.
5643
ad34bc37
AM
56442002-09-23 Alan Modra <amodra@bigpond.net.au>
5645
5646 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
5647 for discarded FDEs. Remove redundant assignment.
5648 * elflink.h (elf_bfd_discard_info): Save edited relocs.
5649
82988bff
L
56502002-09-22 H.J. Lu <hjl@gnu.org>
5651
5652 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
5653 the relocation count between different .reloc sections.
5654
5ad8645c
AM
56552002-09-21 Alan Modra <amodra@bigpond.net.au>
5656
5f819128
AM
5657 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
5658 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
5659 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
5660 R_PPC_EMB_RELSDA.
5661
5ad8645c
AM
5662 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
5663 unsigned. Move "symcount" assignment out of loop.
5664 * Makefile.am: Run "make dep-am".
5665 * Makefile.in: Regenerate.
5666 * configure: Regenerate.
5667 * po/SRC-POTFILES.in: Regnerate.
5668
75936555
NC
56692002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5670
5671 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
5672 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
5673 (e.g. IRIX64).
5674
2243deae
L
56752002-09-19 Jakub Jelinek <jakub@redhat.com>
5676
5677 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
5678 even if generating R_PPC_RELATIVE reloc.
5679 (ppc_elf_relocate_section): Make sure relocation is performed
5680 if skip == -2. Clear memory at r_offset when creating dynamic
5681 relocation.
5682
37e55690
JJ
56832002-09-19 Jakub Jelinek <jakub@redhat.com>
5684
5685 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
5686 BFD_RELOC_386_TLS_GOTIE): Add.
5687 * bfd-in2.h, libbfd.h: Rebuilt.
5688 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
5689 and R_386_TLS_GOTIE.
5690 (elf_i386_reloc_type_lookup): Handle it.
5691 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
5692 char instead of enum, change GOT_* into defines.
5693 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
5694 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5695 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
5696 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
5697 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
5698 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5699 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5700 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5701 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
5702 tls_type is GOT_TLS_IE_BOTH.
5703 (elf_i386_size_dynamic_sections): Likewise.
5704 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5705 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5706 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
5707 all 4 GOT_TLS_* TLS types.
5708
8e67855b
NC
57092002-09-19 Nick Clifton <nickc@redhat.com>
5710
5711 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
5712 follow indirect links.
5713
1c59ba3f
NC
57142002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5715
5716 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
5717 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
5718 on 64 bit machines.
5719 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
5720 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
5721 ECOFF information: 'ioptMax' refers to the actual *size*
5722 of the optimization symtab, not the number of entries.
1c59ba3f 5723
9d7404b7
NC
57242002-09-19 Daniel Jacobowitz <drow@mvista.com>
5725
5726 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
5727 ELF_LINK_HASH_NEEDS_PLT logic.
5728
05a487dc
DJ
57292002-09-18 Daniel Jacobowitz <drow@mvista.com>
5730
5731 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5732 correct relocation count.
5733
1f70368c
DJ
57342002-09-17 Daniel Jacobowitz <drow@mvista.com>
5735
5736 * bfd-in.h (bfd_get_dynamic_symcount): Define.
5737 * bfd.c (struct _bfd): Add dynsymcount.
5738 * bfd-in2.h: Regenerated.
5739 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
5740 abfd->dynsymcount.
5741 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5742 for overflow.
5743
51020317 57442002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
5745
5746 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
5747 (mips_elf64_final_gp): Don't make up gp value.
5748 * elfn32-mips.c (mips_elf_final_gp): Likewise.
5749 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
5750 .MIPS.options/.options section.
5751
290062cc
DB
57522002-09-17 David O'Brien <obrien@FreeBSD.org>
5753
5754 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
5755 It is benign for FreeBSD < 4.1. Minor reformatting.
5756 * elf64-alpha-fbsd.c: Likewise.
5757
c5c1f40c
JJ
57582002-09-17 Jakub Jelinek <jakub@redhat.com>
5759
ca1eb0ba
JJ
5760 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
5761 addend.
c5c1f40c 5762
562ace6b
AM
57632002-09-17 Alan Modra <amodra@bigpond.net.au>
5764
5765 * elf64-alpha.c (alpha_elf_size_info): Make static.
5766
5af6ead6
AM
57672002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5768
5769 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
5770 * cpu-tic4x.c: Ditto.
5771
cb9512fc
TS
57722002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5773
5774 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
5775 duplicate define.
5776
4ada7262
DB
57772002-09-16 Bruno Haible <bruno@clisp.org>
5778
5779 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
5780 by a target variant implementation.
5781 * elf64-alpha.c: Likewise.
5782 * elf32-i386-fbsd.c: New file.
5783 * elf64-alpha-fbsd.c: New file.
5784 * targets.c: Support bfd_elf32_i386_freebsd_vec and
5785 bfd_elf64_alpha_freebsd_vec.
5786 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
5787 bfd_elf64_alpha_freebsd_vec.
5788 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
5789 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
5790 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
5791 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
5792 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
5793 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
5794 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
5795
6a30718d
JJ
57962002-09-12 Jakub Jelinek <jakub@redhat.com>
5797
5798 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
5799 NULL.
5800 (elf_i386_relocate_section): Return false after printing error about
5801 unresolvable relocation.
5802
6cf9e9fe
NC
58032002-09-12 Nick Clifton <nickc@redhat.com>
5804
5805 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
5806 R_ARM_THM_PC11.
5807
10f469bf
DJ
58082002-09-11 Jeffrey Law <law@redhat.com>
5809
5810 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
5811
dc43ada5
NC
58122002-09-11 Andrew Haley <aph@cambridge.redhat.com>
5813
5814 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
5815 line_ptr before deciding we've found a symbol.
5816
e09f4395
NC
58172002-09-11 Nick Clifton <nickc@redhat.com>
5818
5819 * po/da.po: New Danish translation file.
5820 * configure.in (LINGUAS): Add 'da'.
5821 * configure: Regenerate.
5822
b3018b5f
NC
58232002-09-10 Michael Snyder <msnyder@redhat.com>
5824
5825 * irix-core.c (do_sections, do_sections64): New functions.
51020317 5826 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
5827 do_sections64, depending on corefile (32-bit or 64-bit).
5828
2f21f25e
RH
58292002-09-09 Richard Henderson <rth@redhat.com>
5830
5831 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
5832 and PCREL21F like PCREL21B.
5833
28b94e7c
KB
58342002-09-04 Kevin Buettner <kevinb@redhat.com>
5835
51020317
AM
5836 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
5837 vector.
28b94e7c 5838
5cec6941
NC
58392002-09-02 Nick Clifton <nickc@redhat.com>
5840
5841 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
5842 names instead of cryptically overloaded bfd_reloc error
5843 codes.
5844 (v850_elf_relocate_section): Likewise.
5845 (v850_elf_relax_section): Replace caching of external symbols
5846 with caching of internal symbols obtained from calling
5847 bfd_elf_get_elf_syms().
51020317 5848 Fixup problems with freeing cached allocated memory blocks.
5cec6941 5849
3b77b1d5
AM
58502002-09-02 Alan Modra <amodra@bigpond.net.au>
5851
638524b5
AM
5852 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
5853 (bfd_pj_arch): Use bfd_default_scan.
5854 * cpu-v850.c (scan): Remove.
5855 (N): Use bfd_default_scan.
5856 * cpu-z8k.c (scan_mach): Remove.
5857 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
5858 first. Use bfd_default_scan.
5859
250d94fd
AM
5860 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
5861 bfd_mach constants.
5862 (ecoff_get_magic): Likewise.
5863 * elf32-v850.c (v850_elf_object_p): Likewise.
5864 (v850_elf_final_write_processing): Likewise.
5865 * mipsbsd.c (MY(set_arch_mach)): Likewise.
5866 (MY(write_object_contents)): Likewise.
5867 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
5868 * coffcode.h (coff_write_object_contents): Likewise.
5869 (coff_set_arch_mach_hook): Add comment describing machine == 0.
5870 Remove unnecessary "machine" assignments.
5871 (coff_write_relocs): Test for the absolute section sym by testing
5872 section and flags.
5873
3b77b1d5
AM
5874 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
5875 and bfd_mach_i386_i386_intel_syntax.
250d94fd 5876 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 5877
e5b45b83
DA
58782002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
5879
5880 * bfd-in.h (align_power): Cast constants to bfd_vma type.
5881 * bfd-in2.h (align_power): Likewise.
5882
37f45cf8
AM
58832002-08-30 Alan Modra <amodra@bigpond.net.au>
5884
5885 * Makefile.am: Run "make dep-am".
5886 * Makefile.in: Regenerate.
5887
5888 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
5889 * cpu-powerpc.c (powerpc_compatible): Likewise.
5890 * cpu-rs6000.c (rs6000_compatible): Likewise.
5891
86aba9db
NC
58922002-08-28 Catherine Moore <clm@redhat.com>
5893
9b5ecbd0 5894 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
86aba9db
NC
5895 (v850-elf-reloc): Don't resolve pc relative relocs.
5896 (v850_elf_ignore_reloc): New routine.
5897 (v850_elf_final_link_relocate): Handle new relocs.
5898 (v850_elf_relax_delete_bytes ): New routine.
5899 (v850_elf_relax_section): New routine.
5900 (bfd_elf32_bfd_relax_section): Define.
5901 (HOWTO): New entries for new relocs.
5902 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
5903 (BFD_RELOC_V850_LONGJUMP): New reloc.
5904 (BFD_RELOC_V850_ALIGN): New reloc.
5905 * archures.c: Remove redundant v850ea architecture.
5906 * cpu-v850.c: Remove redundant v850ea support.
5907 * libbfd.h: Regenerate.
5908 * bfd-in2.h: Regenerated.
5909
026df7c5
NC
59102002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
5911
5912 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
5913 * configure.in: Add tic4x_coff vector files.
5914 * configure: Regenerate.
5915 * Makefile.am: Add tic4x target.
5916 * Makefile.in: Regenerate.
5917
59182002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5919
5920 * archures.c: Add the BFD arch type tic4x.
5921 * bfd-in.h: Add BFD_IN_MEMORY flag.
5922 * coff-tic4x.c: New file.
5923 * coffswap.h (coff_swap_sym_out): Add preadjuster.
5924 * cpu-tic4x.c: New file.
5925 * targets.c: Added tic4x- in list of xvecs.
5926 * ticoff.h: New file.
5927 * bfd-in2.h: Regenerate.
5928
88f7bcd5
NC
59292002-08-27 Adam Nemet <anemet@lnxw.com>
5930
5931 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
5932 bit of DT_INIT and DT_FINI for Thumb functions.
5933
c8e48751
AM
59342002-08-26 Alan Modra <amodra@bigpond.net.au>
5935
5936 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
5937
2846975a
AM
59382002-08-26 Alan Modra <amodra@bigpond.net.au>
5939
5940 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
5941
067653c5
AM
59422002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5943
5944 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
5945 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
5946 Likewise.
5947 (struct elf_sh_pcrel_relocs_copied): Removed.
5948 (struct elf_sh_dyn_relocs): New.
5949 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
5950 field with dyn_relocs.
5951 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
5952 sections and sym_sec.
5953 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
5954 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
5955 (sh_elf_create_dynamic_sections): Use create_got_section instead
5956 of _bfd_elf_create_got_section.
5957 (sh_elf_check_relocs): Likewise.
5958 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
5959 sections.
5960 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
5961 sh_elf_relocate_section, sh_elf_check_relocs,
5962 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
5963 Likewise.
5964 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
5965 dynamic relocations and avoiding the copy relocation when we
5966 didn't find any dynamic relocations in the section which has
5967 contents or is read-only.
5968 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
5969 (sh_elf_size_dynamic_sections): Don't reset the size of
5970 .rela.got section even if dynamic_sections_created flag is off.
5971 Don't use sh_elf_discard_copies. Scan all input bfd and use
5972 allocate_dynrelocs. Call readonly_dynrelocs to determine
5973 whether we need DT_TEXTREL.
5974 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
5975 whether the symbol was never referred to.
5976 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
5977 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
5978 (sh_elf_check_relocs): Call create_got_section if the short-cut
5979 to .got is null. Increment reference counters only instead of
5980 allocating space on dynamic sections here. Don't conditionalize
5981 uninitialized got.offset value when marking the symbol as a
5982 global offset table entry. Keep relocations for symbols satisfied
5983 by a dynamic library to avoid copy relocations for the symbol.
5984 Set dynobj field of an elf hash table if needed.
5985 (sh_elf_finish_dynamic_sections): Handle null section pointer
5986 correctly.
5987 (elf_backend_copy_indirect_symbol): Defined.
5988 (elf_backend_can_refcount): Defined.
5989
7e326afc
NC
59902002-08-23 Nick Clifton <nickc@redhat.com>
5991
5992 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
5993 previous change. Add comment explaining why.
5994
c8614e8e
AM
59952002-08-23 Stephen Clarke <stephen.clarke@superh.com>
5996
5997 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
5998 contents of .got.plt[2] to tr0, not address of .got.plt.
5999 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
6000 patching absolute plt entry. For shmedia plt entry, set bottom bit
6001 of branch to plt0 as this is a branch to an shmedia instruction.
6002 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
6003 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
6004 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
6005 branch to plt0.
6006 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
6007 patching absolute plt entry. For shmedia plt entry, branch to
6008 plt0 is now ptrel, so use relative offset. Set bottom bit of
6009 branch target as it is a branch to an shmedia instruction.
6010
3b587c71
AM
60112002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
6012 Richard Shann <richard.shann@superh.com>
6013
6014 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
6015 value if .init is an SHmedia function. Similarly for DT_FINI.
6016 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 6017
957dcaa8
AM
60182002-08-23 Stephen Clarke <stephen.clarke@superh.com>
6019
3b587c71 6020 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 6021 dynamic section.
3b587c71 6022 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 6023
a4263c47
NC
60242002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
6025
6026 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 6027 byte read when reading the return address register column.
a4263c47 6028
db4ed121
NC
60292002-08-22 Nick Clifton <nickc@redhat.com>
6030
6031 * config.bfd: Add powepc64-*-*bsd* target.
6032
ed71e111
NC
60332002-08-22 Graeme Peterson <gp@qnx.com>
6034
6035 * Makefile.am: Add entries for elf32-shqnx.c
6036 * Makefile.in: Regenerate.
6037 * config.bfd: Add support sh-*-nto* target.
6038 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
6039 * configure: Regenerate.
6040 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
6041 * elf32-sh.c: Do not include elf32-target.h if
6042 ELF32_SH_C_INCLUDED is defined.
6043 * elf32-shqnx.c: New file: Support for QNX.
6044 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
6045
0ab72ee2
NC
60462002-08-22 Nick Clifton <nickc@redhat.com>
6047
75c83283
NC
6048 * po/tr.po: Updated Turkish translation.
6049
0ab72ee2
NC
6050 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
6051 symbols are not read.
6052
56780f18
AM
60532002-08-22 Alan Modra <amodra@bigpond.net.au>
6054
6055 * elf32-m68hc11.c: Formatting fixes.
6056 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6057 * elf32-m68hc12.c: Formatting fixes.
6058 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
6059
b48fa14c
AM
60602002-08-22 Alan Modra <amodra@bigpond.net.au>
6061
a7c71b0c
AM
6062 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
6063 SEC_DATA.
6064 (pmac_xcoff_vec): Likewise.
6065 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
6066 (aix5coff64_vec): Likewise.
6067
56780f18
AM
60682002-08-22 Alan Modra <amodra@bigpond.net.au>
6069
b48fa14c
AM
6070 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
6071 param to elf_backend_copy_indirect_symbol.
6072 (_bfd_elf_link_hash_copy_indirect): Likewise.
6073 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
6074 calls to copy_indirect_symbol.
6075 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
6076 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
6077 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6078 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
6079 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
6080 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
6081 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
6082 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6083 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
6084 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
6085 test refcounts for "used" values.
6086
8c2ab17d
AM
60872002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
6088
6089 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
6090 argument declaration.
6091
d62b1198 60922002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
6093
6094 * archures.c (bfd_mach_ppc_e500): Added.
6095 * bfd-in2.h: Rebuilt.
d62b1198
EZ
6096 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
6097
9f88ba09
AM
60982002-08-19 Alan Modra <amodra@bigpond.net.au>
6099
6100 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
6101
df622259
AC
61022002-08-17 Andrew Cagney <ac131313@redhat.com>
6103
6104 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 6105 `bfd_byte'.
df622259 6106
44c410de
SC
61072002-08-17 Stan Cox <scox@redhat.com>
6108
6109 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
6110 IRIX 6 segment layout for NEWABI.
6111
4972a8e9
SC
61122002-08-16 Stephen Clarke <stephen.clarke@superh.com>
6113
1049f94e 6114 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
4972a8e9 6115 symbols when looking for section referred to by a relocation.
1049f94e 6116 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 6117
c5cd6d62
AM
61182002-08-15 Alan Modra <amodra@bigpond.net.au>
6119
6120 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
6121
0741c7be
HPN
61222002-08-15 Hans-Peter Nilsson <hp@axis.com>
6123
6124 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
6125 missing check for whether the symbol is referenced by DSO before
6126 unexporting it as an unneeded dynamic symbol.
6127
e8d5d179
L
61282002-08-14 H.J. Lu <hjl@gnu.org>
6129
6130 * libbfd.h: Regenerate.
6131
e9229007
L
61322002-08-14 H.J. Lu <hjl@gnu.org>
6133
6134 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
6135
1fd03b5a
SC
61362002-08-14 Stephane Carrez <stcarrez@nerim.fr>
6137
6138 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
6139 instructions.
6140 (m68hc11_direct_relax): New to define table of relaxable instructions.
6141 (find_relaxable_insn): New, find a relaxable insn.
6142 (compare_reloc): New to compare two relocs.
6143 (m68hc11_elf_relax_section): New, relax text sections.
6144 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
6145 (elf32_m68hc11_check_relocs): New function for GC support.
6146 (elf32_m68hc11_relocate_section): New function for GC support.
6147 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
6148 (elf_backend_check_relocs): Likewise.
6149 (elf_backend_relocate_section): Likewise.
6150
c828c771
L
61512002-08-13 H.J. Lu <hjl@gnu.org>
6152
6153 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
6154 definitions in shared objects when checking symbol with
6155 undefined version.
6156
9b701e44
SC
61572002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6158
6159 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
6160 (elf32_m68hc11_gc_sweep_hook): Likewise.
6161 (elf_backend_gc_mark_hook): Define for GC section support.
6162 (elf_backend_gc_sweep_hook): Likewise.
6163 (elf_backend_can_gc_sections): Likewise.
6164
6165 * elf32-m68hc12.c: Likewise.
6166
96405e3c
SC
61672002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6168
6169 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
6170 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
6171 (_bfd_m68hc11_elf_set_private_flags): New function.
6172 Use them to set/check/print ELF flags specific to 68HC11.
6173
6174 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
6175 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
6176 (_bfd_m68hc12_elf_set_private_flags): New function.
6177 Use them to set/check/print ELF flags specific to 68HC12.
6178
dae78fb0
SC
61792002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6180
6181 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
6182 fix masks for PC-rel relocs.
6183 (m68hc11_elf_ignore_reloc): New function.
6184
6185 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
6186 68HC12 banked addressing relocs.
6187 (m68hc12_phys_addr): New to compute physical address of banked memory.
6188 (m68hc12_phys_page): Likewise for page.
6189 (m68hc12_addr_is_banked): New to see if address is in banked area.
6190 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
6191
3dbfec86
SC
61922002-08-13 Stephane Carrez <stcarrez@nerim.fr>
6193
6194 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
6195 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
6196 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
6197 * bfd-in2.h: Regenerate.
6198
871da94f
L
61992002-08-12 H.J. Lu <hjl@gnu.org>
6200
6201 * elflink.h (elf_add_default_symbol): Preserve section across
6202 elf_merge_symbol.
6203
59bc061d
NC
62042002-08-09 Graeme Peterson <gp@qnx.com>
6205
51020317 6206 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
6207 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
6208 * Makefile.in: Regenerate.
6209 * config.bfd: Add support for powerpc{le}-*-nto targets.
6210 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
6211 * configure: Regenerate.
6212 * elf32-i386qnx.c: Moved backend functions into a QNX specific
6213 common file "elf32-qnx.h", and now include that file.
6214 * elf32-qnx.h: New file: QNX specific common elf backend.
6215 * elf32-ppc.c: Do not include elf32-target.h if
6216 ELF32_PPC_C_INCLUDED is defined.
6217 * elf32-ppcqnx.c: New file: Support for QNX.
6218 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
6219 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
6220
2b692c59
NC
62212002-08-09 Nick Clifton <nickc@redhat.com>
6222
6223 * po/sv.po: Updated Swedish translation.
6224
d0c7ff07
TS
62252002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6226
6227 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
6228 g->global_gotsym is NULL.
6229
d8bbe778
L
62302002-08-08 H.J. Lu <hjl@gnu.org>
6231
c5cd6d62 6232 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
6233 overrides an indirect versioned symbol.
6234
c366c25e
JJ
62352002-08-08 Jakub Jelinek <jakub@redhat.com>
6236
6237 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
6238 for R_386_TLS_TPOFF32 relocs against symndx 0.
6239
31941635
L
62402002-08-07 H.J. Lu <hjl@gnu.org>
6241
6242 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
6243 with undefined version if needed.
6244 (elf_link_assign_sym_version): Match a default symbol with a
6245 version without definition. No need to hide the default
6246 definition separately.
6247
0f3bd64f
AM
62482002-08-08 Alan Modra <amodra@bigpond.net.au>
6249
7330fb86
AM
6250 * elflink.h (elf_link_output_extsym): Don't output symbols from
6251 SEC_EXCLUDE sections.
6252
0f3bd64f
AM
6253 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
6254
a4aa0fb7
AM
62552002-08-07 Alan Modra <amodra@bigpond.net.au>
6256
6257 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
6258 entries.
6259
34ea4a36
TS
62602002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6261
6262 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
6263 mismatch.
6264
141ff970
TS
62652002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6266
6267 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
6268
28458e7e
TS
62692002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6270
6271 * elf32-mips.c (mips_reloc_map): Fix typo.
6272
0121a3da
AM
62732002-08-06 Alan Modra <amodra@bigpond.net.au>
6274
6275 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
6276
d006db6c
AM
62772002-08-06 Alan Modra <amodra@bigpond.net.au>
6278
6279 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
6280
8ea80f08
AM
62812002-08-06 Alan Modra <amodra@bigpond.net.au>
6282
2a52da53
AM
6283 * libxcoff.h: Use PARAMS on function declarations.
6284 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
6285 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6286
8ea80f08
AM
6287 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
6288 addend.
6289 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
6290
cf9ab45b
AM
62912002-08-06 Alan Modra <amodra@bigpond.net.au>
6292
6293 * coff-rs6000.c: Formatting fixes.
6294 (xcoff_calculate_relocation): Use PARAMS in declaration.
6295 (xcoff_complain_overflow): Likewise.
6296 (xcoff_ppc_relocate_section): Use old-style function pointer call.
6297 (bfd_xcoff_backend_data): Remove useless comments.
6298 (rs6000coff_vec): Likewise.
6299 (bfd_pmac_xcoff_backend_data): Likewise.
6300 (pmac_xcoff_vec): Likewise.
8ea80f08 6301
cf9ab45b
AM
6302 * coff64-rs6000.c: Formatting fixes.
6303 (xcoff64_calculate_relocation): Use PARAMS in declaration.
6304 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
6305 (bfd_xcoff_backend_data): Remove useless comments.
6306 (rs6000coff64_vec): Likewise.
6307 (bfd_xcoff_aix5_backend_data): Likewise.
6308 (aix5coff64_vec): Likewise.
6309
48bfecdd
AM
63102002-08-06 Alan Modra <amodra@bigpond.net.au>
6311
a78eab4e
AM
6312 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
6313 mask entries. Use complain_overflow_dont for R_REF.
6314 (xcoff_reloc_type_ba): Revert last change.
6315 (xcoff_reloc_type_br): Likewise.
6316 (xcoff_reloc_type_crel): Likewise.
6317 (xcoff_ppc_relocate_section): Likewise.
6318 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
6319 (xcoff64_ppc_relocate_section): Likewise.
6320 (xcoff64_howto_table): Revert some of last change to mask entries.
6321 Use complain_overflow_dont for R_REF.
6322
48bfecdd
AM
6323 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
6324 relocs with bitsize == 16 have size = 1.
6325 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
6326 (xcoff_reloc_type_br): Likewise.
6327 (xcoff_reloc_type_crel): Likewise.
6328 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6329 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
6330 dst_mask adjustment.
6331 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
6332 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
6333 bitsize == 16 have size = 1.
6334
fd13ed0c
DC
63352002-08-01 Denis Chertykov <denisc@overta.ru>
6336
6337 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
6338 (struct misc): New field isymbuf. All free_* fields removed.
6339 (symbol_value): Pass in internal syms. No need to swap syms in.
6340 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
6341 possibly cached info.
6342 (tidyup_after_error): Removed.
6343 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
6344 misc. Use new field.
6345 (adjust_all_relocations): Use internal syms. No need to swap syms
6346 in and out.
6347 (add_page_insn): Don't use removed fields of struct misc.
6348
24a1ba0f
NC
63492002-08-01 Nick Clifton <nickc@redhat.com>
6350
6351 * elf32-arm.h: Revert previous delta.
6352
a6903459
NC
63532002-08-01 Nick Clifton <nickc@redhat.com>
6354
6355 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
6356 * configure: Regenerate.
6357
39a2a3eb
L
63582002-07-31 H.J. Lu <hjl@gnu.org>
6359
6360 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
6361 selected.
6362
a0dfa6a8
L
63632002-07-31 H.J. Lu <hjl@gnu.org>
6364
6365 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
6366 is selected.
6367
cd67d266
JJ
63682002-07-31 Jakub Jelinek <jakub@redhat.com>
6369
6370 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
6371 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
6372
4eb6b71c
NC
63732002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6374
6375 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
6376 There is no 8 byte relocation type for this architecture.
6377 (do_ns32k_reloc): Use bfd_vma instead of native types.
6378 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
6379 returns void.
6380 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
6381 rely on generic code to do that.
6382 * aout-ns32k.c (howto_table): Add appropriate overflow detection
6383 to all table entries.
6384 (_bfd_ns32k_relocate_contents): put_data returns void.
6385 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
6386 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
6387 return void.
6388
f7c33884
NC
63892002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
6390
6391 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
6392 archive object is target dependant.
6393
8f64befb
NC
63942002-07-31 Adam Nemet <anemet@lnxw.com>
6395
6396 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
6397 (THUMB_PLT_ENTRY_SIZE): New macro.
6398 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
6399 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
6400 ARM_PLT_ENTRY_SIZE.
6401 (elf32_arm_plt_entry): Likewise.
6402 (elf_backend_plt_header_size): Likewise.
6403 (elf32_thumb_plt0_entry): New global.
6404 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
6405 into .plt.thumb.
6406 (elf32_thumb_plt_entry): New global.
6407 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
6408 Thumb entries. Set the bottom bit of the corresponding GOT entry
6409 for a Thumb PLT entry.
6410 (struct elf32_arm_plt_entry_info): New structure.
6411 (struct elf32_arm_link_hash_entry, plt_info): New member of this
6412 type.
6413 (elf32_arm_link_hash_newfunc): Initialize new member.
6414 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
6415 relocations against the PLT.
6416 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
6417 first_rel_type if this is the first time we encounter the symbol.
6418 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
6419 Determine if relocation needs a PLT entry. Set first_rel_type if
6420 this is the first time we encounter the symbol
6421 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
6422 functions as well.
6423 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
6424 (elf32_arm_create_dynamic_sections): New function. Create the
6425 .plt.thumb section.
6426 (elf_backend_create_dynamic_sections): Call it.
6427
47badb7b
NC
64282002-07-31 Nick Clifton <nickc@redhat.com>
6429
6430 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
6431 'alternative' in order to avoid shadowing global symbol of the
6432 same name.
6433 * bfd-in2.h: Regenerate.
6434 * libbfd.h: Regenerate.
6435 * libcoff.h: Regenerate.
6436
8a397dad
TS
64372002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6438
6439 * Makefile.am: Add n32 ABI support.
6440 * Makefile.in: Regenerate.
6441 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
6442 bit vectors for mips*-*-linux targets as optional.
6443 * configure.in: Add n32 ABI vectors.
6444 * configure: Regenerate.
6445 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
6446 * elfn32-mips.c: New file, n32 ABI support.
6447 * targets.c: Add n32 ABI vectors.
6448
7e392df6 64492002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 6450
7e392df6
NC
6451 * elfarmqnx-nabi.c: New file: Support for QNX.
6452 * config.bfd: Add support for arm-*-nto target.
6453 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
6454 * configure: Regenerate.
6455 * Makefile.am: Add entries for elfarmqnx-nabi.c.
6456 * Makefile.in: Regenerate.
6457 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
6458 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
6459 * elfarm-nabi.c: Do not include elf32-arm.h if
6460 ELFARM_NABI_C_INCLUDED is defined.
6461 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 6462
7e392df6 64632002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 6464
83e1617e
NC
6465 * po/sv.po: Updated Swedish translation.
6466
704afa60
JJ
64672002-07-30 Jakub Jelinek <jakub@redhat.com>
6468
6469 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
6470
487e54f2
AM
64712002-07-30 Alan Modra <amodra@bigpond.net.au>
6472
6473 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
6474 * archive.c (bfd_generic_archive_p): Likewise.
6475 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
6476 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
6477 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
6478 (xcoff64_archive_p): Likewise.
6479 (xcoff64_openr_next_archived_file): Likewise.
6480 (xcoff64_archive_p): Clean up tdata properly on error.
6481 * coffgen.c (coff_real_object_p): Likewise.
6482 (coff_object_p): Release filehdr and opthdr.
6483 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
6484 * ieee.c (ieee_archive_p): Likewise.
6485 * ihex.c (ihex_object_p): Likewise.
6486 (ihex_mkobject): Always allocate tdata.
6487 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
6488 * srec.c (srec_mkobject): Always allocate tdata.
6489 (srec_object_p): Clean up tdata properly on error.
6490 (symbolsrec_object_p): Likewise.
6491 * versados.c (versados_object_p): Likewise.
6492 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
6493 and bfd_realloc instead of realloc.
6494 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
6495 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
6496 place of bfd_malloc, simplifying error freeing. Free hash table too.
6497 (vms_object_p): Clean up tdata on error.
6498 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
6499 (vms_close_and_cleanup): Adjust for bfd_alloc use.
6500
9d46020e
AM
65012002-07-30 Alan Modra <amodra@bigpond.net.au>
6502
6503 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
6504
fb39dac1
RS
65052002-07-26 Chris Demetriou <cgd@broadcom.com>
6506
6507 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
6508 flags into resulting BFD.
6509
7a624474
AM
65102002-07-26 Alan Modra <amodra@bigpond.net.au>
6511
6512 From John Reiser <jreiser@BitWagon.com>
6513 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
6514 tls_ldm_got.refcount.
6515
a4382ec6
TS
65162002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6517
6518 * elf64-mips.c: Update TODO comment.
6519 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
6520 mips_elf64_gprel16_reloca): Remove prototypes.
6521 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
6522 (UNUSED_RELOC): Replace by EMPTY_RELOC.
6523 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
6524 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
6525 R_MIPS_HIGHEST.
6526 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
6527 R_MIPS_GOT16. Remove wrong comments.
6528 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
6529 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
6530 from elf32-mips.c.
6531 (mips_elf64_hi16_reloc): Fix formatting.
6532 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
6533 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
6534 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
6535 (mips_elf64_gprel16_reloc): Make static. Add check for
6536 partial_inplace.
6537 (mips_elf64_gprel16_reloca): Remove.
6538 (mips_elf64_literal_reloc): New function.
6539 (mips_elf64_gprel32_reloc): Fix formatting.
6540 (mips_elf64_shift6_reloc): Fix comment. Make static.
6541 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
6542 elf32-mips.c.
6543 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
6544 elf32-mips.c
6545 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
6546 specific relocations.
6547 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
6548 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
6549 (ELF_MAXPAGESIZE): Add comment.
6550
219576a4
NC
65512002-07-25 Nick Clifton <nickc@redhat.com>
6552
6553 * po/sv.po: Updated Swedish translation.
6554 * po/es.po: Updated Spanish translation.
6555 * po/fr.po: Updated French translation.
6556
8c58d23b
AM
65572002-07-25 Alan Modra <amodra@bigpond.net.au>
6558
6559 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
6560 as elf_link_record_local_dynamic_symbol.
6561 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
6562 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
6563 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
6564 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
6565 attempt is made to record a symbol in a discarded section, and
6566 return `2' in that case.
6567
ff3063f5
NC
65682002-07-24 Nick Clifton <nickc@redhat.com>
6569
6570 * po/sv.po: Updated Swedish translation.
6571 * po/es.po: Updated Spanish translation.
6572
f0fe0e16
AM
65732002-07-23 Alan Modra <amodra@bigpond.net.au>
6574
c1fb5f8a
AM
6575 * po/SRC-POTFILES.in: Regenerate.
6576
f0fe0e16
AM
6577 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
6578 immediately. Remove code handling relocatable linking.
6579 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
6580 * elf32-cris.c (cris_elf_relocate_section): Likewise.
6581 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 6582 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
6583 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
6584 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6585 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6586 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6587 * elf32-v850.c (v850_elf_relocate_section): Likewise.
6588 * elf32-vax.c (elf_vax_relocate_section): Likewise.
6589 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6590 * elf32-avr.c (elf_backend_rela_normal): Define.
6591 * elf32-cris.c: Likewise.
6592 * elf32-fr30.c: Likewise.
de2d743e 6593 * elf32-frv.c: Likewise.
f0fe0e16
AM
6594 * elf32-h8300.c: Likewise.
6595 * elf32-hppa.c: Likewise.
6596 * elf32-ip2k.c: Likewise.
6597 * elf32-sparc.c: Likewise.
6598 * elf32-v850.c: Likewise.
6599 * elf32-vax.c: Likewise.
6600 * elf64-hppa.c: Likewise.
6601 * elf64-sparc.c: Likewise.
6602 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 6603 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
6604 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
6605 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6606 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6607 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
6608 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
6609 * elf-m10200.c (USE_RELA): Don't define.
6610 * elf-m10300.c: Likewise.
de2d743e 6611 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
6612 * elf32-i370.c: Likewise.
6613 * elf32-ip2k.c: Likewise.
6614 * elf32-m68k.c: Likewise.
6615 * elf32-mcore.c: Likewise.
6616 * elf32-ppc.c: Likewise.
6617 * elf32-s390.c: Likewise.
6618 * elf32-vax.c: Likewise.
6619 * elf64-ppc.c: Likewise.
6620 * elf64-s390.c: Likewise.
6621 * elf64-x86-64.c: Likewise.
6622 * elfxx-ia64.c: Likewise.
6623 * elf32-avr.c (USE_REL): Don't undef.
6624 * elf32-ip2k.c: Likewise.
6625
5e8d7549
NC
66262002-07-23 Nick Clifton <nickc@redhat.com>
6627
6628 * elf-bfd.h (struct elf_backend_data): Add new bitfield
6629 'want_p_paddr_set_to_zero'.
6630 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
6631 to false;
6632 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
6633 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
6634
9e12c7db
NC
66352002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
6636
6637 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
6638 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
6639 show the Copyright string.
6640 Minor formatting tidy ups.
6641
0461a601
NC
66422002-07-23 Nick Clifton <nickc@redhat.com>
6643
ff3063f5
NC
6644 * po/fr.po: Updated French translation.
6645 * po/sv.po: Updated Swedish translation.
0461a601 6646
fad2542d
AM
66472002-07-23 Alan Modra <amodra@bigpond.net.au>
6648
6649 * elflink.h (elf_link_input_bfd): Don't change internal symbols
6650 when outputting relocs.
6651
c0647bfc
JT
66522002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
6653
6654 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
6655 DT_PLTGOT into the dynamic section if there is a PLT.
6656
d01414a5
TS
66572002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6658
6659 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
6660 elf32-mips.c.
6661 (_bfd_mips_elf_write_section): Likewise.
6662 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
6663 (_bfd_mips_elf_write_section): Likewise.
6664 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
6665 (elf32_mips_write_section): Likewise.
6666 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
6667 (_bfd_mips_elf_write_section): Likewise.
6668
40c97fc6
AM
66692002-07-19 Alan Modra <amodra@bigpond.net.au>
6670
6671 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
6672 PT_IA_64_UNWIND segments for a given section.
6673
58378160
L
66742002-07-17 H.J. Lu <hjl@gnu.org>
6675
6676 * Makefile.am: Fix a typo.
6677 * Makefile.in: Regenerate.
6678
cf88bb9f
NC
66792002-07-15 Denis Chertykov <denisc@overta.ru>
6680 Frank Ch. Eigler <fche@redhat.com>
6681 Ben Elliston <bje@redhat.com>
6682 Alan Lehotsky <alehotsky@cygnus.com>
6683 John Healy <jhealy@redhat.com>
6684 Graham Stott <grahams@redhat.com>
6685 Jeff Johnston <jjohnstn@redhat.com>
6686
6687 * Makefile.am: Add support for ip2k.
6688 * Makefile.in: Regenerate.
6689 * doc/Makefile.in: Regenerate.
6690 * archures.c: Add support for ip2k.
6691 * config.bfd: Add support for ip2k.
6692 * configure.in: Add support for ip2k.
6693 * configure: Regenerate.
6694 * reloc.c: Add support for ip2k.
6695 * targets.c: Add support for ip2k.
6696 * bfd-in2.h: Regenerate.
6697 * libbfd.h: Regenerate.
6698 * cpu-ip2k.c: New file.
6699 * elf32-ip2k.c: New file.
6700
0dafd5f6
RE
67012002-07-17 Ian Rickards <irickard@arm.com>
6702
40c97fc6 6703 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
6704 just return the filename.
6705
36b08f12
AM
67062002-07-16 Moritz Jodeit <moritz@jodeit.org>
6707
6708 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
6709
58821868
AM
67102002-07-16 Alan Modra <amodra@bigpond.net.au>
6711
6712 * elflink.h: Formatting fixes, tidy prototypes.
6713 (elf_link_assign_sym_version): Move common code out of loop.
6714
c89583f8
AM
67152002-07-16 Alan Modra <amodra@bigpond.net.au>
6716
6717 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
6718 reloc section size is zero. Correct reloc output location.
6719
ba94744e
AM
67202002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6721
6722 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
6723 the final type for the e_fsel selector when generating PA2.0W code.
6724 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
6725 relocations.
6726
96a94295
L
67272002-07-14 H.J. Lu <hjl@gnu.org>
6728
6729 * elflink.h (elf_link_assign_sym_version): Hide the default
6730 definition if there is a hidden versioned definition.
6731
6849c52f
HPN
67322002-07-12 Hans-Peter Nilsson <hp@axis.com>
6733
6734 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
6735 dynamic reference test in assertion when initializing GOT with
6736 static contents. Just assert that there are either no dynamic
6737 sections, the symbol is defined in the regular objects or that the
6738 symbol is undef weak. Tweak comment.
6739 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
6740 only if the symbol isn't defined in the program and isn't undef
6741 weak.
6742 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
6743 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
6744 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
6745 (elf_cris_discard_excess_program_dynamics): Don't consider
6746 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
6747
239e1f3a
AM
67482002-07-11 Alan Modra <amodra@bigpond.net.au>
6749
6750 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
6751 unresolved debugging relocs in dynamic applications.
6752 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6753 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6754 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6755 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6756 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6757 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6758
2f6d9989
AM
67592002-07-10 Alan Modra <amodra@bigpond.net.au>
6760
f5e87a1d
AM
6761 * elf64-ppc.c (ONES): Define.
6762 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
6763 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
6764 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
6765
2f6d9989
AM
6766 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
6767 (ppc64_elf_set_private_flags): Delete.
6768 (ppc64_elf_section_from_shdr): Delete.
6769 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
6770 (ppc64_elf_fake_sections): Delete.
6771 (bfd_elf64_bfd_set_private_flags): Don't define.
6772 (bfd_elf64_get_symbol_info): Likewise.
6773 (elf_backend_section_from_shdr): Likewise.
6774 (elf_backend_fake_sections): Likewise.
6775
0594c12d
AM
67762002-07-10 Marco Walther <Marco.Walther@sun.com>
6777
6778 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
6779 when not already set.
6780 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
6781 (elf_backend_fake_sections): Define.
6782
699cb9b8
AM
67832002-07-10 Alan Modra <amodra@bigpond.net.au>
6784
6785 * merge.c (_bfd_merge_section): Remove redundant output_section check.
6786 Formatting.
6787 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
6788
0a4787a0
HPN
67892002-07-09 Hans-Peter Nilsson <hp@axis.com>
6790
6791 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
6792 NULL sym_hashes to just before use.
6793 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
6794 symbol with non-default visibility.
6795 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
6796 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
6797 Ditto.
6798 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
6799 symbol with non-default visibility.
6800 (cris_elf_check_relocs): At tests for local symbol before
6801 increasing h->plt.refcount, also check for non-default
6802 visibility. Ditto when checking for local symbol to eliminate
6803 pc-relative runtime relocs.
6804
aecc8f8a
AM
68052002-07-08 Alan Modra <amodra@bigpond.net.au>
6806
6807 * elf.c: Formatting.
6808 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
6809 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
6810 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
6811 segments.
6812
e9168c1e
MM
68132002-07-07 Mark Mitchell <mark@codesourcery.com>
6814 Alan Modra <amodra@bigpond.net.au>
6815
6816 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
6817 account the impact of relocation count overflow when computing
6818 section offsets.
6819 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
6820 or not to apply the PE COFF reloc overflow handling. Fix a
6821 fencepost error in deciding whether or not to use that technique.
6822
6cdc0ccc
AM
68232002-07-07 Alan Modra <amodra@bigpond.net.au>
6824
6825 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
6826 change type of locsyms.
6827 (bfd_elf_get_elf_syms): Declare.
6828 * elf.c (bfd_elf_get_elf_syms): New function.
6829 (group_signature): Use bfd_elf_get_elf_syms.
6830 (bfd_section_from_r_symndx): Likewise.
6831 * elfcode.h (elf_slurp_symbol_table): Likewise.
6832 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6833 (elf_link_add_object_symbols): Likewise. Reorganise to increase
6834 locality of various data structures. Properly free internal relocs.
6835 (elf_bfd_final_link): Properly free internal relocs.
6836 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
6837 (elf_link_input_bfd): Likewise.
6838 (elf_gc_mark): Likewise. Properly free internal relocs.
6839 (elf_gc_sweep): Properly free internal relocs.
6840 (elf_reloc_symbol_deleted_p): No need to swap syms in.
6841 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
6842 internal relocs.
6843 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
6844 Properly free possibly cached info.
6845 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
6846 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
6847 symbol swapping code.
6848 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
6849 Properly free possibly cached info.
6850 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
6851 (mn10300_elf_relax_delete_bytes): Likewise.
6852 (mn10300_elf_symbol_address_p): Likewise.
6853 (mn10300_elf_get_relocated_section_contents): Likewise.
6854 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
6855 (elf32_h8_relax_delete_bytes): Likewise.
6856 (elf32_h8_symbol_address_p): Likewise.
6857 (elf32_h8_get_relocated_section_contents): Likewise.
6858 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
6859 (m32r_elf_relax_delete_bytes): Likewise.
6860 (m32r_elf_get_relocated_section_contents): Likewise.
6861 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
6862 elf_section_data to determine whether cached.
6863 (sh_elf_relax_section): As above for elf-m10200.c.
6864 (sh_elf_relax_delete_bytes): Likewise.
6865 (sh_elf_get_relocated_section_contents): Likewise.
6866 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
6867 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
6868 reading of local syms.
6869 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6870 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
6871 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
6872 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
6873 relocs.
6874 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
6875 free internal relocs and section contents. Don't read symbols.
6876 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
6877 (elf32_hppa_size_stubs): Don't free local syms.
6878 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
6879 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
6880 possibly cached info.
6881 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6882 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
6883 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
6884 all_local_syms.
6885 (get_local_syms): Delete function.
6886 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
6887 on exit.
6888 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
6889
b3212001
JW
68902002-07-05 Jim Wilson <wilson@redhat.com>
6891
6892 * syms.c (decode_section_type): New.
6893 (bfd_decode_symclass): Call decode_section_type.
6894
894bb1ee
JJ
68952002-07-04 Jakub Jelinek <jakub@redhat.com>
6896
6897 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
6898 section content start.
6899 Reported by Michael Schumacher <mike@hightec-rt.com>.
6900
bc0ba537
AM
69012002-07-04 Alan Modra <amodra@bigpond.net.au>
6902
9b5ecbd0 6903 * section.c (_bfd_strip_section_from_output): Remove unnecessary
bc0ba537
AM
6904 link order code. Don't actually remove the output section here;
6905 Just set a flag for the linker to do so.
6906 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
6907 sections when setting up output section dynsyms.
6908
797fc050
AM
69092002-07-04 Alan Modra <amodra@bigpond.net.au>
6910
6911 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
6912 fudge.
6913 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
6914 libs here instead.
6915
99881371
MS
69162002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
6917
6918 * elf64-s390.c (create_got_section): Set .got section alignment to
6919 8 bytes.
6920 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
6921
47d9a591
AM
69222002-07-02 Alan Modra <amodra@bigpond.net.au>
6923
6924 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
6925
179d3252
JT
69262002-07-01 Matt Thomas <matt@3am-software.com>
6927
6928 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
6929 to EF_VAX_*.
6930
4a14403c
TS
69312002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6932
6933 * elfxx-mips.c (ABI_64_P): Fix comment.
6934 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
6935 new section names for N64 ABI.
6936 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
6937 (mips_elf_calculate_relocation): Code formatting.
6938 (mips_elf_create_dynamic_relocation): Likewise.
6939 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
6940 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
6941 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
6942 in any NewABI.
6943 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
6944 for NewABI.
6945 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
6946 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
6947 here, too.
6948
607c0e09
AS
69492002-07-01 Andreas Schwab <schwab@suse.de>
6950
6951 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
6952 R_X86_64_64 to R_X86_64_RELATIVE.
6953
ba26fd96
AM
69542002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
6955
6956 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
6957 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
6958 Run "make dep-am".
6959 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
6960 host_aout_vec.
6961 * configure.in (vaxbsd_vec): Add.
6962 * targets.c (vaxbsd_vec): Add.
6963 * Makefile.in: Rebuild.
6964 * configure: Rebuild.
6965 * po/SRC-POTFILES.in: Rebuild.
6966
1e2f5b6e
AM
69672002-07-01 Alan Modra <amodra@bigpond.net.au>
6968
6969 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
6970 examining to gc_mark_hook, rather than the bfd.
6971 (elf_gc_sections): Adjust.
6972 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
6973 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
6974 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
6975 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
6976 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
6977 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
6978 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
6979 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
6980 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
6981 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
6982 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
6983 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
6984 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
6985 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
6986 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
6987 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
6988 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
6989 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
6990 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
6991 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
6992 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
6993 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
6994 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
6995 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
6996 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
6997 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
6998 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
6999 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
7000 redundant local sym tests.
7001 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
7002 (link_hash_newfunc): Init is_entry.
7003 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
7004 (ppc64_elf_link_hash_table_create): Init all_local_syms.
7005 (create_linkage_sections): Use bfd_make_section_anyway rather than
7006 bfd_make_section.
7007 (ppc64_elf_mark_entry_syms): New function.
7008 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
7009 up opd entry to function section map.
7010 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
7011 relocs that reference the opd section.
7012 (edit_opd): New function.
7013 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
7014 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
7015 (get_local_syms): Do so here. Exit if we already have local syms.
7016 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
7017 read local syms on non-ELF input.
7018 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
7019 than duplicating it's function here. Adjust free of internal
7020 relocs to suit.
7021 (ppc64_elf_relocate_section): Adjust local syms in opd section.
7022 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
7023 * elf32-hppa.c (elf32_hppa_size_stubs): Call
7024 _bfd_elf32_link_read_relocs rather than duplicating it's function
7025 here. Adjust free of internal relocs to suit.
7026
1b71fb54
AJ
70272002-07-01 Andreas Jaeger <aj@suse.de>
7028
7029 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
7030 are not allowed in shared libs code, enforce -fPIC.
7031
8d28f606
HPN
70322002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
7033
7034 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
7035 trailing zero-sequences when there's previous left-over data.
7036
5ac81c74
JL
70372002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
7038
7039 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
7040 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
7041 and opd_rel_sec in order for starting rela section. Check _raw_size.
7042 (elf_backend_reloc_type_class): Define.
7043
91a4d569
AM
70442002-06-27 Kevin Buettner <kevinb@redhat.com>
7045
7046 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
7047 DWARF2 formats.
7048
feee612b
AM
70492002-06-27 Alan Modra <amodra@bigpond.net.au>
7050
7051 * cpu-powerpc.c: Comment on ordering of arch_info.
7052 * elf32-ppc.c (ppc_elf_object_p): New function.
7053 (elf_backend_object_p): Define.
7054 * elf64-ppc.c (ppc64_elf_object_p): New function.
7055 (elf_backend_object_p): Define.
7056
a4e6cefc
JT
70572002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
7058
7059 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
7060 * configure: Regenerate.
7061
dae2dd0d
NC
70622002-06-25 Jason Eckhardt <jle@rice.edu>
7063
7064 * dwarf2.c (decode_line_info): Check unit->addr_size
7065 to read in the proper number of prologue bytes.
7066
680f9d5c
NC
70672002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
7068
7069 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
7070 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
7071 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
7072 been enabled.
dae2dd0d 7073
680f9d5c
NC
7074 * targets.c (_bfd_target_vector[]): Only include
7075 aix5coff64_vec if 64-bit bfd support has been enabled.
7076
d4c88bbb
AM
70772002-06-25 Alan Modra <amodra@bigpond.net.au>
7078
7079 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
7080 * elf32-hppa.c (hppa_add_stub): Likewise.
7081 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
7082 * elflink.h (elf_add_default_symbol): Fix comment typo.
7083 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
7084 (elf_link_add_object_symbols): Likewise.
7085 (elf_link_assign_sym_version): Likewise.
7086 * hash.c (bfd_hash_lookup): Likewise.
7087 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
7088 * section.c (bfd_get_unique_section_name): Likewise.
7089 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
7090 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
7091 (assign_section_numbers): Likewise.
7092 (_bfd_elfcore_make_pseudosection): Likewise.
7093 (elfcore_grok_lwpstatus): Likewise.
7094 (elfcore_grok_win32pstatus): Likewise.
7095 (elfcore_write_note): Constify input params. Use PTR instead of
7096 void *. Include terminating NUL in namesz. Correct padding.
7097 Support NULL "name" param. Use memcpy instead of strcpy.
7098 (elfcore_write_prpsinfo): Constify input params.
7099 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
7100 (elfcore_write_lwpstatus): Likewise.
7101 (elfcore_write_pstatus): Likewise.
7102 (elfcore_write_prfpreg): Likewise.
7103 (elfcore_write_prxfpreg): Likewise.
7104 * elf-bfd.h (elfcore_write_note): Update declaration.
7105 (elfcore_write_prpsinfo): Likewise.
7106 (elfcore_write_prstatus): Likewise.
7107 (elfcore_write_pstatus): Likewise.
7108 (elfcore_write_prfpreg): Likewise.
7109 (elfcore_write_prxfpreg): Likewise.
7110 (elfcore_write_lwpstatus): Likewise.
7111
b0ac09d2
NC
71122002-06-25 Jason Eckhardt <jle@rice.edu>
7113
7114 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
7115 symbols of type stProc and stStaticProc.
7116
71172002-06-25 Nick Clifton <nickc@redhat.com>
7118
7119 * ecoff.c: VArious formatting fixes.
7120
021d6096
AM
71212002-06-25 Alan Modra <amodra@bigpond.net.au>
7122
7123 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
7124
82e51918
AM
71252002-06-25 Alan Modra <amodra@bigpond.net.au>
7126
7127 * aout-adobe.c: Don't compare against "true" or "false.
7128 * aout-target.h: Likewise.
7129 * aoutx.h: Likewise.
7130 * archive.c: Likewise.
7131 * bout.c: Likewise.
7132 * cache.c: Likewise.
7133 * coff-a29k.c: Likewise.
7134 * coff-alpha.c: Likewise.
7135 * coff-i386.c: Likewise.
7136 * coff-mips.c: Likewise.
7137 * coff-or32.c: Likewise.
7138 * coff64-rs6000.c: Likewise.
7139 * coffcode.h: Likewise.
7140 * coffgen.c: Likewise.
7141 * cpu-ns32k.c: Likewise.
7142 * ecoff.c: Likewise.
7143 * ecofflink.c: Likewise.
7144 * elf.c: Likewise.
7145 * elf32-arm.h: Likewise.
7146 * elf32-cris.c: Likewise.
7147 * elf32-d30v.c: Likewise.
7148 * elf32-i386.c: Likewise.
7149 * elf32-mcore.c: Likewise.
7150 * elf32-ppc.c: Likewise.
7151 * elf32-sh.c: Likewise.
7152 * elf32-sh64.c: Likewise.
7153 * elf32-v850.c: Likewise.
7154 * elf64-alpha.c: Likewise.
7155 * elf64-sh64.c: Likewise.
7156 * elfcode.h: Likewise.
7157 * elfcore.h: Likewise.
7158 * elflink.h: Likewise.
7159 * elfxx-mips.c: Likewise.
7160 * i386os9k.c: Likewise.
7161 * ieee.c: Likewise.
7162 * libbfd.c: Likewise.
7163 * linker.c: Likewise.
7164 * mmo.c: Likewise.
7165 * nlm32-alpha.c: Likewise.
7166 * nlm32-i386.c: Likewise.
7167 * nlm32-ppc.c: Likewise.
7168 * nlm32-sparc.c: Likewise.
7169 * nlmcode.h: Likewise.
7170 * oasys.c: Likewise.
7171 * pdp11.c: Likewise.
7172 * peicode.h: Likewise.
7173 * reloc.c: Likewise.
7174 * som.c: Likewise.
7175 * srec.c: Likewise.
7176 * tekhex.c: Likewise.
7177 * vms.c: Likewise.
7178 * xcofflink.c: Likewise.
7179 * elf64-sparc.c: Edit comment to not use "== false".
7180
7181 * aoutf1.h: Don't use "? true : false".
7182 * ecoff.c: Likewise.
7183 * format.c: Likewise.
7184 * ieee.c: Likewise.
7185 * linker.c: Likewise.
7186 * mmo.c: Likewise.
7187 * oasys.c: Likewise.
7188
48fc70a2
AM
71892002-06-23 H.J. Lu <hjl@gnu.org>
7190
7191 * elflink.h (elf_link_add_archive_symbols): For the default
7192 version, check references with only one `@' first.
7193
47b7c2db
AM
71942002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
7195
7196 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
7197 function.
9b5ecbd0 7198 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
47b7c2db
AM
7199 symbol table.
7200 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
7201 (elf64_hppa_size_dynamic_sections): Revise to use
7202 elf64_hppa_mark_milli_and_exported_functions.
7203 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
7204 symbols out of dynamic symbol table.
7205
f5d44ba0
AM
72062002-06-23 Alan Modra <amodra@bigpond.net.au>
7207
bb3fff1e
AM
7208 * Makefile.in: Regenerate.
7209 * libbfd.h: Regenerate.
7210 * bfd-in2.h: Regenerate.
7211 * configure: Regenerate.
7212 * po/SRC-POTFILES.in: Regenerate.
7213
f5d44ba0
AM
7214 * elflink.h: Comment typo fixes.
7215
72162002-06-23 H.J. Lu <hjl@gnu.org>
7217
7218 * elf-bfd.h (elf_link_loaded_list): New structure.
7219 (elf_link_hash_table): Add "loaded".
7220 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
7221 * elflink.h (elf_link_check_versioned_symbol): New function.
7222 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
7223
cc36acdf
NC
72242002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
7225
7226 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 7227 support an ELF style hash table, return true, indicating that
cc36acdf
NC
7228 nothing needed to be done, rather than false, indicating that the
7229 section's size could not be computed.
7230
4e5ba5b7
DB
72312002-06-18 Dave Brolley <brolley@redhat.com>
7232
7233 From Catherine Moore, Michael Meissner, Dave Brolley:
7234 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
7235 * targets.c: Support bfd_elf32_frv_vec.
7236 * reloc.c: Add FRV relocs.
7237 * configure.in: Add support for bfd-elf32-frv-vec.
7238 * config.bfd (targ_cpu): Add support for frv-*-elf.
7239 * archures.c: Add frv arch and machines.
7240 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
7241 (ALL_MACHINES_CFILES): Add cpu-frv.c.
7242 (BFD32_BACKENDS): Add elf32-frv.lo.
7243 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
7244 (cpu-frv.lo): New target.
7245 (elf32-frv.lo): New target.
7246 * cpu-frv.c: New file.
7247 * elf32-frv.c: New file.
7248
7ece0d85
JJ
72492002-06-18 Jakub Jelinek <jakub@redhat.com>
7250
7251 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
7252 e_shnum == 0.
7253 Only read the first section header if e_shoff is non-zero.
7254 Don't consider e_shstrndx if there are no sections.
7255
57fb03ac
TR
72562002-06-17 Tom Rix <trix@redhat.com>
7257
7258 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 7259 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
7260 complain_overflow_bitfield.
7261
341ca622
AM
72622002-06-17 Alan Modra <amodra@bigpond.net.au>
7263
767e34d1
AM
7264 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
7265 (bfd_fdopenr): Likewise.
7266 (bfd_openstreamr): Likewise.
7267 (bfd_openw): Likewise.
7268
341ca622
AM
7269 * targets.c: Sort target vecs.
7270 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
7271 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
7272 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
7273 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
7274 * configure.in: Sort target vecs. Add m88kmach3_vec.
7275 * configure: Regenerate.
7276
dfbbae4c
HPN
72772002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
7278
7279 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
7280 bpo_reloc_no to break sort order ties, not address of items.
7281
d663e1cd
JL
72822002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
7283
7284 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
7285 Skip excluded sections in determing __gp value.
7286 (elf_hppa_final_link_relocate): Use the symbol's address in
7287 R_PARISC_FPTR64 relocations that don't need an opd entry.
7288 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
7289 (elf64_hppa_finalize_dynreloc): Likewise.
7290 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
7291 (elf64_hppa_finish_dynamic_symbol): Break up assert.
7292
a8295218
NC
72932002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
7294
7295 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
7296 alignment for .bss, .data and .text sections so that sse and sse2
7297 code will work.
7298 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
7299
73002002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
7301
7302 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
7303 sh[1234]*-elf*.
7304
3db4b612
JL
73052002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
7306
2cb69dd3
JL
7307 * elflink.h (elf_bfd_final_link): Improve error handling for missing
7308 dynamic sections.
7309
3db4b612
JL
7310 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
7311 for a symbol that has no output section.
7312 (allocate_dynrel_entries): Correct comment.
7313 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
7314 unless we want one.
7315 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
7316 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
7317 with no section. Remove unnecessary parentheses.
7318
f3813499
TR
73192002-06-11 Tom Rix <trix@redhat.com>
7320
7321 * coffcode.h (coff_compute_section_file_positions): Add data
7322 section to AIX loader alignment check.
7323
f5d44ba0 7324 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
7325 alignment to 4 bytes.
7326 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
7327 power accessor macro.
7328 (do_shared_object_padding): Remove invalid assertion.
7329
0ebaf185
RS
73302002-06-10 Richard Sandiford <rsandifo@redhat.com>
7331
7332 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
7333 for removed output sections.
7334
ebe3e2d1
NC
73352002-06-10 Geoffrey Keating <geoffk@redhat.com>
7336
7337 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
7338 htab_alloc.
7339 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
7340
0b14c2aa
L
73412002-06-08 H.J. Lu <hjl@gnu.org>
7342
7343 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
7344 work around a long long bug in gcc 2.96 on mips.
7345
3c2bfad6
JT
73462002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
7347
7348 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
7349 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
7350 Regenerate dependency lists.
7351 * Makefile.in: Regenerate.
7352 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
7353 vax1knetbsd_vec to targ_selvecs.
7354 * configure.in: Add vax1knetbsd_vec.
7355 * configure: Regenerate.
7356 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
7357 * vax1knetbsd.c: New file.
7358 * vaxnetbsd.c: Update copyright years.
7359 (TARGET_PAGE_SIZE): Set to 0x1000.
7360 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
7361
91149be3
JT
73622002-06-08 Matt Thomas <matt@3am-software.com>
7363
7364 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
7365
21e15248
AM
73662002-06-08 Alan Modra <amodra@bigpond.net.au>
7367
7368 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
7369
986b7daa
AM
73702002-06-08 Alan Modra <amodra@bigpond.net.au>
7371
e90b95f6
AM
7372 * Makefile.am: Run "make dep-am".
7373 * Makefile.in: Regenerate.
7374
3f9c735e
AM
7375 * armnetbsd.c: Replace CONST with const.
7376 * corefile.c: Likewise.
7377 * elf32-dlx.c: Likewise.
7378 * elf64-mips.c: Likewise.
7379 * mmo.c: Likewise.
7380 * ns32knetbsd.c: Likewise.
7381
986b7daa
AM
7382 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
7383 table is elf64-sparc.
7384
5a659663
TS
73852002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7386
7387 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
7388 Fix RELA addends to get not shifted in the result. Don't do special
7389 handling of R_MIPS_64 for NewABI.
7390
9bab7074
AM
73912002-06-07 Alan Modra <amodra@bigpond.net.au>
7392
7393 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7394 (NAME(aout,slurp_reloc_table)): Likewise.
7395 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
7396 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
7397 (xcoff_write_archive_contents_big): Likewise.
7398 (xcoff_generate_rtinit): Likewise.
7399 (xcoff_generate_rtinit): Likewise, and check error return.
7400 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
7401 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
7402 (coff_get_normalized_symtab): Likewise.
7403 (coff_make_empty_symbol): Likewise.
7404 (bfd_coff_set_symbol_class): Likewise.
7405 * cofflink.c (coff_link_add_symbols): Likewise.
7406 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
7407 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
7408 (bfd_ecoff_write_accumulated_debug): Likewise.
7409 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
7410 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
7411 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
7412 * ieee.c (do_with_relocs): Use bfd_zalloc.
7413 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
7414 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
7415 (NAME(aout,slurp_reloc_table)): Likewise.
7416 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
7417 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
7418 * som.c (som_build_and_write_symbol_table): Likewise.
7419 (som_slurp_string_table): Likewise.
7420 (som_slurp_symbol_table): Likewise.
7421 (som_bfd_ar_write_symbol_stuff): Likewise.
7422 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
7423 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
7424 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
7425 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
7426 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
7427
1126897b
AM
74282002-06-07 Alan Modra <amodra@bigpond.net.au>
7429
7430 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
7431 "group" union.
7432 (elf_group_name): Update.
7433 (elf_group_id): Define.
7434 (bfd_elf_set_group_contents): Declare.
7435 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
7436 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
7437 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
7438 that sym for the signature.
7439 (_bfd_elf_compute_section_file_positions): Don't call
7440 set_group_contents for "ld -r" case.
7441 (swap_out_syms): Use bfd_zalloc.
7442 * elflink.h (elf_link_add_archive_symbols): Likewise.
7443 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
7444 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
7445
3fad3c7c
AM
74462002-06-07 Alan Modra <amodra@bigpond.net.au>
7447
7448 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
7449 relocs in opd for non-shared too.
7450
10f469bf 74512002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
7452
7453 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
7454 relocations.
7455
7217313c
NC
74562002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
7457
7458 * merge.c: Include libiberty.h.
7459 * elf-strtab.c: Include libiberty.h.
7460
6cb22815
AM
74612002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
7462
7463 * peXXigen.c (pe_print_idata): Remove unused variable.
7464
1ed89aa9
NC
74652002-06-06 David Heine <dlheine@tensilica.com>
7466
7467 * elf.c (assign_file_positions_for_segments): Remove unallocated
7468 sections from the section to segment mapping for PT_LOAD segments.
7469 Update comment about empty loadable segments.
7470
644c4c80
RS
74712002-06-06 Richard Sandiford <rsandifo@redhat.com>
7472
7473 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
7474 is within the .stabstr section.
7475
f8ecb12b
AM
74762002-06-06 Alan Modra <amodra@bigpond.net.au>
7477
7478 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
7479 are "const PTR", not "const PTR *".
7480 (bfd_elf32_swap_symbol_in): Likewise.
7481 (bfd_elf64_swap_symbol_in): Likewise.
7482 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
7483 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7484 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7485 (elf_link_add_object_symbols): Likewise.
7486 (elf_link_record_local_dynamic_symbol): Likewise.
7487 (elf_link_input_bfd): Likewise.
7488 (elf_gc_mark): Likewise.
7489 (elf_reloc_symbol_deleted_p): Likewise.
7490 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7491 (mn10200_elf_relax_delete_bytes): Likewise.
7492 (mn10200_elf_symbol_address_p): Likewise.
7493 (mn10200_elf_get_relocated_section_contents): Likewise.
7494 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7495 (mn10300_elf_relax_section): Likewise.
7496 (mn10300_elf_relax_delete_bytes): Likewise.
7497 (mn10300_elf_symbol_address_p): Likewise.
7498 (mn10300_elf_get_relocated_section_contents): Likewise.
7499 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7500 (elf32_h8_relax_delete_bytes): Likewise.
7501 (elf32_h8_symbol_address_p): Likewise.
7502 (elf32_h8_get_relocated_section_contents): Likewise.
7503 * elf32-hppa.c (get_local_syms): Likewise.
7504 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7505 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7506 * elf32-sh.c (sh_elf_relax_section): Likewise.
7507 (sh_elf_relax_delete_bytes): Likewise.
7508 (sh_elf_get_relocated_section_contents): Likewise.
7509 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7510 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7511 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7512 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7513 * elf64-ppc.c (get_local_syms): Likewise.
7514 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7515 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7516
1ed89aa9 75172002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
7518
7519 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
7520
73ff0d56
AM
75212002-06-05 Alan Modra <amodra@bigpond.net.au>
7522
9dce4196
AM
7523 * elf.c (group_signature): Swap in the whole symbol, and handle
7524 extracting section symbol names.
7525 (setup_group): Add comment.
7526 (set_group_contents): When called from objcopy or ld, arrange for
7527 section contents to be written. Write group member output section
7528 indices to allow objcopy to reorganize sections.
7529 (_bfd_elf_copy_private_section_data): Copy group info.
7530
73ff0d56
AM
7531 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
7532 (bfd_elf32_swap_symbol_in): Update prototype.
7533 (bfd_elf64_swap_symbol_in): Likewise.
7534 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
7535 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7536 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7537 (elf_link_add_object_symbols): Likewise.
7538 (elf_link_record_local_dynamic_symbol): Likewise.
7539 (elf_link_input_bfd): Likewise.
7540 (elf_gc_mark): Likewise.
7541 (elf_reloc_symbol_deleted_p): Likewise.
7542 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7543 (mn10200_elf_relax_delete_bytes): Likewise.
7544 (mn10200_elf_symbol_address_p): Likewise.
7545 (mn10200_elf_get_relocated_section_contents): Likewise.
7546 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7547 (mn10300_elf_relax_section): Likewise.
7548 (mn10300_elf_relax_delete_bytes): Likewise.
7549 (mn10300_elf_symbol_address_p): Likewise.
7550 (mn10300_elf_get_relocated_section_contents): Likewise.
7551 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7552 (elf32_h8_relax_delete_bytes): Likewise.
7553 (elf32_h8_symbol_address_p): Likewise.
7554 (elf32_h8_get_relocated_section_contents): Likewise.
7555 * elf32-hppa.c (get_local_syms): Likewise.
7556 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7557 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7558 * elf32-sh.c (sh_elf_relax_section): Likewise.
7559 (sh_elf_relax_delete_bytes): Likewise.
7560 (sh_elf_get_relocated_section_contents): Likewise.
7561 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7562 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7563 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7564 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7565 * elf64-ppc.c (get_local_syms): Likewise.
7566 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7567 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7568 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
7569 * elf64-alpha.c (alpha_elf_size_info): Likewise.
7570 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
7571 * elf64-mips.c (mips_elf64_size_info): Likewise.
7572 * elf64-s390.c (s390_elf64_size_info): Likewise.
7573 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
7574
53bfd6b4
MR
75752002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7576
7577 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
7578 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
7579 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
7580 _bfd_mips_elf_ignore_discarded_relocs.
7581 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
7582
d4df96e6
L
75832002-06-05 H.J. Lu <hjl@gnu.org>
7584
7585 * elfxx-mips.c (mips_elf_calculate_relocation): Call
7586 _bfd_elf_rel_local_sym for STT_SECTION relocations against
7587 the SEC_MERGE section.
7588
e61463e1
AM
75892002-06-05 Alan Modra <amodra@bigpond.net.au>
7590
3cac74d0
AM
7591 * coff-alpha.c: Update copyright date.
7592 * coff-mips.c: Likewise.
7593 * xcoff-target.h: Likewise.
7594
e61463e1
AM
7595 * bfd-in.h: Remove "taken from the source" comment.
7596 * libbfd-in.h: Likewise.
7597 * libcoff-in.h: Likewise.
7598 * bfd-in2.h: Regenerate.
7599 * libbfd.h: Regenerate.
7600 * libcoff.h: Regenerate.
7601
7602 * elf.c (bfd_elf_discard_group): Return true.
7603 * elf-bfd.h (bfd_elf_discard_group): Declare.
7604 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
7605 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
7606 * bfd.c (bfd_discard_group): Define.
7607 * targets.c (struct bfd_target): Add _bfd_discard_group.
7608 (BFD_JUMP_TABLE_LINK): Here too.
7609 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
7610 * aout-adobe.c (aout_32_bfd_discard_group): Define.
7611 * aout-target.h (MY_bfd_discard_group): Define.
7612 * aout-tic30.c (MY_bfd_discard_group): Define.
7613 * binary.c (binary_bfd_discard_group): Define.
7614 * bout.c (b_out_bfd_discard_group): Define.
7615 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
7616 * coffcode.h (coff_bfd_discard_group): Define.
7617 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
7618 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
7619 * i386msdos.c (msdos_bfd_discard_group): Define.
7620 * i386os9k.c (os9k_bfd_discard_group): Define.
7621 * ieee.c (ieee_bfd_discard_group): Define.
7622 * ihex.c (ihex_bfd_discard_group): Define.
7623 * mmo.c (mmo_bfd_discard_group): Define.
7624 * nlm-target.h (nlm_bfd_discard_group): Define.
7625 * oasys.c (oasys_bfd_discard_group): Define.
7626 * ppcboot.c (ppcboot_bfd_discard_group): Define.
7627 * som.c (som_bfd_discard_group): Define.
7628 * srec.c (srec_bfd_discard_group): Define.
7629 * tekhex.c (tekhex_bfd_discard_group): Define.
7630 * versados.c (versados_bfd_discard_group): Define.
7631 * vms.c (vms_bfd_discard_group): Define.
7632 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
7633 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
7634 (aix5coff64_vec): Likewise.
7635 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
7636
9cba27b2
JT
76372002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7638
7639 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
7640 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
7641 (elf32-sh64-com.lo): New dependency list.
7642 * Makefile.in: Regenerate.
7643 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
7644 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
7645 elf32-sh64-com.lo.
7646 * configure: Regenerate.
7647 * elf32-sh64.c (sh64_address_in_cranges)
7648 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
7649 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
7650 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
7651 * elf32-sh64-com.c: ...here. New file.
7652
8d2c33be
AM
76532002-06-04 Alan Modra <amodra@bigpond.net.au>
7654
7655 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
7656 ATTRIBUTE_UNUSED on used params.
7657 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
7658 before calling bfd_section_from_elf_index on local syms.
7659 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7660
5b0e55b6
JT
76612002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7662
7663 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
7664 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
7665 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
7666 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
7667 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
7668 * Makefile.in: Regenerate.
7669 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
7670 (sh64-*-netbsd*): New targets.
7671 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
7672 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
7673 * configure: Regenerate.
7674 * elf32-sh64-nbsd.c: New file.
7675 * elf64-sh64-nbsd.c: New file.
7676 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
7677 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
7678 bfd_elf64_sh64lnbsd_vec.
7679
b885599b
AM
76802002-06-04 Alan Modra <amodra@bigpond.net.au>
7681
7682 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
7683 (bfd_section_from_shdr): Likewise. Set section name of group
7684 sections from signature.
7685 (group_signature): Split out from setup_group. Ensure symbol table
7686 is available.
7687 (bfd_elf_discard_group): New function.
7688 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
7689 .gnu.linkonce* sections if they are members of a group.
7690 (set_group_contents): Set GRP_COMDAT flag.
7691 * section.c (bfd_discard_group): New function.
7692 * bfd-in.h (bfd_elf_discard_group): Declare.
7693 * bfd-in2.h: Regenerate.
7694 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
7695 (elf_linkonce_p): Define.
7696
90937f86
AM
76972002-06-04 Alan Modra <amodra@bigpond.net.au>
7698
7699 * elf.c (bfd_section_from_shdr): Make "name" const.
7700 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
7701 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
7702 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
7703 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
7704 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
7705 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
7706 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
7707 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
7708 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
7709 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
7710 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
7711
cf6fb9ce
MR
77122002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7713
7714 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
7715 ABI.
7716
cedb70c5
KH
77172002-06-02 Kazu Hirata <kazu@cs.umass.edu>
7718
7719 * elf32-arc.c: Fix formatting.
7720 * elf32-arm.h: Likewise.
7721 * elf32-cris.c: Likewise.
7722 * elf32-dlx.c: Likewise.
7723 * elf32-hppa.c: Likewise.
7724 * elf32-i386.c: Likewise.
7725 * elf32-i386qnx.c: Likewise.
7726 * elf32-or32.c: Likewise.
7727 * elf32-s390.c: Likewise.
7728 * elf32-sh64.c: Likewise.
7729 * elf32-vax.c: Likewise.
7730 * elf32-xstormy16.c: Likewise.
7731 * elf64-alpha.c: Likewise.
7732 * elf64-mmix.c: Likewise.
7733 * elf64-ppc.c: Likewise.
7734 * elf64-s390.c: Likewise.
7735 * elf64-sh64.c: Likewise.
7736 * elf64-x86-64.c: Likewise.
7737
048d873d
RH
77382002-06-02 Richard Henderson <rth@redhat.com>
7739
7740 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
7741 null when there are no got entries for a symbol.
7742 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
7743 uninitialized variable warning.
7744
4a67a098
RH
77452002-06-01 Richard Henderson <rth@redhat.com>
7746
7747 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
7748 undefined symbols here.
7749 (elf64_alpha_relax_section): Do it here. Also test for not
7750 defined in the current module.
7751 (elf64_alpha_relocate_section_r): Split out of ...
7752 (elf64_alpha_relocate_section): ... here. Don't dereference
7753 NULL when looking up local got entries.
7754
f44f99a5
RH
77552002-06-01 Richard Henderson <rth@redhat.com>
7756
7757 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
7758 symbols from JSR relaxation.
7759 (elf64_alpha_size_plt_section_1): New.
7760 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
7761 (elf64_alpha_size_rela_got_1): ... here.
7762 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
7763 (elf64_alpha_size_rela_got_section): ... here.
7764 (elf64_alpha_size_plt_section): New.
7765 (elf64_alpha_relax_section): Call them.
7766 (elf64_alpha_size_got_sections): Remove output_bfd arg.
7767 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
7768
9e756d64
RH
77692002-06-01 Richard Henderson <rth@redhat.com>
7770
7771 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
7772 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
7773 in shared libraries. Fix DTPRELHI and TPRELHI value.
7774 (INSN_ADDQ, INSN_RDUNIQ): New.
7775 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
7776 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
7777 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
7778 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
7779 Handle GOTDTPREL and GOTTPREL relocations.
7780 (elf64_alpha_relax_gprelhilo): New.
7781 (elf64_alpha_relax_tls_get_addr): New.
7782 (elf64_alpha_relax_find_tls_segment): New.
7783 (elf64_alpha_relax_section): Handle TLS relocations.
7784 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
7785 (elf64_alpha_check_relocs): Set it.
7786
c853d7f6
RH
77872002-06-01 Richard Henderson <rth@redhat.com>
7788
b646261c
RH
7789 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
7790
c853d7f6
RH
7791 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
7792 check; don't suppress dynamic relocs for non-allocated sections.
7793
d7e41a96
RH
7794 * elf64-alpha.c: Remove dead code.
7795
5f333394
AM
77962002-05-31 Alan Modra <amodra@bigpond.net.au>
7797
08e0ee05
AM
7798 * bfd-in2.h: Regenerate.
7799 * libbfd.h: Regenerate.
7800 * po/SRC-POTFILES.in: Regenerate.
7801
5f333394
AM
7802 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
7803 space for bss .plt.
7804
caf47ea6
AM
78052002-05-31 Graeme Peterson <gp@qnx.com>
7806
7807 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
7808 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
7809 Run "make dep-am".
7810 * Makefile.in: Regenerate.
7811 * config.bfd: Add i[3456]86-*-nto-qnx* support.
7812 * configure.in: Add bfd_elf32_i386qnx_vec support.
7813 * configure: Regenerate.
7814 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
7815 is_contained_by_filepos, and copy_private_bfd_data_p.
7816 * elf.c (assign_file_positions_for_segments): Call backend
7817 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
7818 (IS_CONTAINED_BY_FILEPOS): Define.
7819 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
7820 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
7821 Fix non-K&R call to _bfd_error_handler.
7822 (_bfd_elf_copy_private_section_data): Use backend
7823 copy_private_bfd_data_p.
7824 * elf32-i386.c: Don't include elfxx-target.h when
7825 ELF32_I386_C_INCLUDED is defined.
7826 * elf32-i386qnx.c: New QNX elf backend file.
7827 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
7828 elf_backend_is_contained_by_filepos, and
7829 elf_backend_do_copy_private_bfd_data.
7830 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
7831
5bc56484
AM
78322002-05-31 Alan Modra <amodra@bigpond.net.au>
7833
7834 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
7835 Move other similar defines to start of file.
7836
1b164155
TR
78372002-05-30 Tom Rix <trix@redhat.com>
7838
7839 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
7840 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
7841
3765b1be
RH
78422002-05-30 Richard Henderson <rth@redhat.com>
7843
7844 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
7845 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
7846 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
7847 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
7848 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
7849 (struct alpha_elf_obj_tdata): Rename total_got_entries and
7850 n_local_got_entries to total_got_size and local_got_size.
7851 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
7852 (alpha_got_entry_size): New.
7853 (elf64_alpha_relax_with_lituse): Use it.
7854 (elf64_alpha_relax_without_lituse): Likewise.
7855 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
7856 (get_got_entry): New.
7857 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
7858 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
7859 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
7860 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
7861 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
7862 (elf64_alpha_calc_got_offsets): Likewise.
7863 (alpha_dynamic_entries_for_reloc): New.
7864 (elf64_alpha_calc_dynrel_sizes): Use it.
7865 (elf64_alpha_size_dynamic_sections): Likewise.
7866 (elf64_alpha_relocate_section): Handle TLS relocations.
7867 * reloc.c: Add Alpha TLS relocations.
7868 * bfd-in2.h, libbfd.h: Rebuild.
7869
5e226794
NC
78702002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7871
7872 * peXXigen.c (pe_print_idata): Remove double printed
7873 import table lines; add Bound-To comment.
7874
90ace9e9
JT
78752002-05-29 Matt Thomas <matt@3am-software.com>
7876
7877 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
7878 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
7879 (elf32-vax.lo): New rule.
7880 * Makefile.in: Regenerate.
7881 * configure.in (bfd_elf32_vax_vec)
7882 (vaxnetbsd_vec): New vectors.
7883 * configure: Regenerate.
7884 * config.bfd (vax-*-netbsdelf*)
7885 (vax-*-netbsdaout*)
7886 (vax-*-netbsd*): New targets.
7887 * elf32-vax.c: New file.
7888 * reloc.c: Add VAX relocations.
7889 * bfd-in2.h: Regenerate.
7890 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
7891
4a253e81
JT
78922002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7893
7894 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
7895 and bfd_elf32_bigarm_vec to targ_selvecs.
7896
6e7c73dd
CF
78972002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7898
7899 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
7900 with auto-imported symbols.
7901
8afb0e02
NC
79022002-05-29 Adam Nemet <anemet@lnxw.com>
7903
7904 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
7905 sections only record bfd.
9bab7074 7906 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 7907 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 7908 * bfd-in2.h: Regenerate.
8afb0e02 7909
a95653f5
NC
79102002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7911
7912 * syms.c (_bfd_stab_section_find_nearest_line): Move
7913 declaration and initialisation of saw_line and saw_func out of
7914 for loop.
7915
7cdc5bba
AM
79162002-05-29 Alan Modra <amodra@bigpond.net.au>
7917
7918 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
7919 (bfd_elf64_get_symbol_info): Define.
7920 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
7921
4c7aad1c
AM
79222002-05-29 Andrey Volkov <avolkov@transas.com>
7923
7924 * cpu-h8300.c: Make default h8300 machine first in machine list.
7925
d172d4ba
NC
79262002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
7927
7928 * config.bfd: Added DLX configuraton.
7929 * Makefile.am: Added DLX configuraton.
7930 * configure.in: Added DLX configuraton.
7931 * archures.c: Add DLX architecure.
7932 * reloc.c: Add DLX relocs.
7933 * targets.c: Added DLX target vector.
7934 * configure: Regenerate.
7935 * Makefile.in: Regenreate.
7936 * bfd-in2.h: Regenreate.
7937 * elf32-dlx.c: New file: Support DLX target.
7938 * cpu-dlx.c: New file: Support DLX target.
7939
d1329ca3
AM
79402002-05-25 Alan Modra <amodra@bigpond.net.au>
7941
428d0de3
AM
7942 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
7943
d1329ca3
AM
7944 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
7945 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
7946 strings to point inside function code sym string.
7947 (func_desc_adjust): Likewise.
7948 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
7949
3bab7989
ML
79502002-05-24 Michal Ludvig <mludvig@suse.cz>
7951
7952 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
7953 (elf64_x86_64_grok_psinfo): Added.
7954
436e8db0
NC
79552002-05-24 TAMURA Kent <kent@netbsd.org>
7956
7957 * config.bfd: Add a target for i386-netbsdpe.
7958
ea1e4b0d
AM
79592002-05-24 Alan Modra <amodra@bigpond.net.au>
7960
7961 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
7962 and is_func_descriptor.
7963 (func_desc_adjust): Hide function code sym in shared libs unless
7964 there is a matching exported function descriptor sym.
7965
13ae64f3
JJ
79662002-05-23 Jakub Jelinek <jakub@redhat.com>
7967
7968 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
7969 for symbols from SHF_TLS section.
7970 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
7971 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
7972 (map_sections_to_segments): Build PT_TLS segment if necessary.
7973 (assign_file_positions_for_segments): Likewise.
7974 (get_program_header_size): Account for PT_TLS segment.
7975 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
7976 SEC_THREAD_LOCAL sections to STT_TLS.
7977 * reloc.c: Add 386 and IA-64 TLS relocs.
7978 * section.c (SEC_THREAD_LOCAL): Define.
7979 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
7980 Remove.
7981 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
7982 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
7983 unconditionally.
7984 (struct elf_final_link_info): Add first_tls_sec.
7985 (elf_bfd_final_link): Set first_tls_sec.
7986 Compute elf_hash_table (info)->tls_segment.
7987 (elf_link_output_extsym): Handle STT_TLS symbols.
7988 (elf_link_input_bfd): Likewise.
7989 * syms.c (BSF_THREAD_LOCAL): Define.
7990 * bfd-in2.h: Rebuilt.
7991 * libbfd.h: Rebuilt.
7992 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
7993 elf_i386_mkobject, elf_i386_object_p): New functions.
7994 (elf_howto_table): Add TLS relocs.
7995 (elf_i386_reloc_type_lookup): Support TLS relocs.
7996 (elf_i386_info_to_howto_rel): Likewise.
7997 (struct elf_i386_link_hash_entry): Add tls_type.
7998 (struct elf_i386_obj_tdata): New.
7999 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
8000 New macros.
8001 (struct elf_i386_link_hash_table): Add tls_ldm_got.
8002 (link_hash_newfunc): Clear tls_type.
8003 (elf_i386_check_relocs): Support TLS relocs.
8004 (elf_i386_gc_sweep_hook): Likewise.
8005 (allocate_dynrelocs): Likewise.
8006 (elf_i386_size_dynamic_sections): Likewise.
8007 (elf_i386_relocate_section): Likewise.
8008 (elf_i386_finish_dynamic_symbol): Likewise.
8009 (bfd_elf32_mkobject, elf_backend_object_p): Define.
8010 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
8011 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
8012 want_tprel, want_dtpmod, want_dtprel.
8013 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
8014 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
8015 R_IA64_LTOFF_TPREL22.
8016 (elf_code_to_howto_index): Add TLS relocs.
8017 (elfNN_ia64_check_relocs): Support TLS relocs.
8018 (allocate_global_data_got): Account for TLS .got data.
8019 (allocate_dynrel_entries): Account for TLS dynamic relocations.
8020 (elfNN_ia64_install_value): Supprt TLS relocs.
8021 (set_got_entry): Support TLS relocs.
8022 (elfNN_ia64_relocate_section): Likewise.
8023
c62e1cc3
NC
80242002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
8025
8026 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
8027 BLX reloc round the relocation up rather than down.
8028 * coff-arm.c (coff_arm_relocate_section): Likewise.
8029
c5a43a5d
L
80302002-05-21 H.J. Lu (hjl@gnu.org)
8031
8032 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
8033 definition.
8034
afbe61cf
AM
80352002-05-22 Alan Modra <amodra@bigpond.net.au>
8036
8037 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
8038 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
8039
9c07fe7c
AM
80402002-05-22 Alan Modra <amodra@bigpond.net.au>
8041
8042 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
8043 unresolved relocs.
8044 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
8045
21611032
TS
80462002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8047
c5cd6d62 8048 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
8049 non-ELF targets.
8050
41241523
TS
80512002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8052
8053 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
8054 an error value.
8055 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
8056 return with false on error.
8057 (elf_link_input_bfd): Check reloc_emitter return value.
8058
658f2588
JT
80592002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
8060
8061 * config.bfd (armeb-*-netbsdelf*): New target.
8062
c862ae31
AM
80632002-05-20 Alan Modra <amodra@bigpond.net.au>
8064
8065 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
8066 at the plt call stub.
8067
6dd14845
TS
80682002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8069
8070 * cpu-mips.c (mips_compatible): Don't try to check machine
8071 compatibility.
8072
a58d9c34
TR
80732002-05-18 Tom Rix <trix@redhat.com>
8074
9b5ecbd0 8075 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
a58d9c34 8076
ef60b7ff
AM
80772002-05-17 Alan Modra <amodra@bigpond.net.au>
8078
8079 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
8080 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
8081 we've already warned about an undefined symbol. Report more
8082 detail on reloc errors.
8083
a703a6ea
AM
80842002-05-17 Alan Modra <amodra@bigpond.net.au>
8085
8086 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
8087 * configure.in: Invoke AM_INSTALL_LIBBFD.
8088 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
8089 (install_libbfd): .. New target.
8090 (uninstall_libbfd): Likewise.
8091 (install-bfdlibLTLIBRARIES): Likewise.
8092 (uninstall-bfdlibLTLIBRARIES): Likewise.
8093 (bfdlibdir): New.
8094 (bfdincludedir): New.
8095 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
8096 * aclocal.m4: Regenerate.
8097 * configure: Regenerate.
8098 * Makefile.in: Regenerate.
8099
2c13d98b
NC
81002002-05-17 Stuart Balfour <sbalfour@cisco.com>
8101
8102 * hash.c (bfd_hash_lookup): Remove computation of len from inside
8103 hash loop.
8104
629936c5
NC
81052002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
8106
8107 * config.bfd: Add targets for sh64-linux (little endian and
8108 big endian).
8109
e4cf60a8
NC
81102002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
8111
8112 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
8113 is located in the same section as the import table. Instead
8114 check, and if necessary load the section containing the thunk.
8115
d1e66cd4
NC
81162002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
8117
8118 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
8119 bfd_bread.
8120 (xcoff64_core_file_matches_executable_p): Replace bfd_read
8121 with bfd_bread.
d1e66cd4 8122
2d653fc7
AM
81232002-05-15 Alan Modra <amodra@bigpond.net.au>
8124
8125 * aix5ppc-core.c: Warning fixes.
8126 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
8127 * aout-target.h (MY_bfd_link_just_syms): Define.
8128 * aout-tic30.c (MY_bfd_link_just_syms): Define.
8129 * bfd.c (bfd_link_just_syms): Define.
8130 * binary.c (binary_bfd_link_just_syms): Define.
8131 * bout.c (b_out_bfd_link_just_syms): Define.
8132 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
8133 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
8134 * coffcode.h (coff_bfd_link_just_syms): Define.
8135 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
8136 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
8137 (_bfd_elf_link_just_syms): Declare.
8138 * elf.c (_bfd_elf_link_just_syms): New function.
8139 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
8140 sections haven't already been discarded by the linker.
8141 * elflink.h (elf_link_add_object_symbols): Likewise for stab
8142 sections and SEC_MERGE sections.
8143 (elf_bfd_discard_info): Similarly here.
8144 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
8145 * i386msdos.c (msdos_bfd_link_just_syms): Define.
8146 * i386os9k.c (os9k_bfd_link_just_syms): Define.
8147 * ieee.c (ieee_bfd_link_just_syms): Define.
8148 * ihex.c (ihex_bfd_link_just_syms): Define.
8149 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
8150 (_bfd_generic_link_just_syms): Declare.
8151 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
8152 * linker.c (_bfd_generic_link_just_syms): New function.
8153 * mmo.c (mmo_bfd_link_just_syms): Define.
8154 * nlm-target.h (nlm_bfd_link_just_syms): Define.
8155 * oasys.c (oasys_bfd_link_just_syms): Define.
8156 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
8157 * som.c (som_bfd_link_just_syms): Define.
8158 * srec.c (srec_bfd_link_just_syms): Define.
8159 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
8160 (BFD_JUMP_TABLE_LINK): And here.
8161 * tekhex.c (tekhex_bfd_link_just_syms): Define.
8162 * versados.c (versados_bfd_link_just_syms): Define.
8163 * vms.c (vms_bfd_link_just_syms): Define.
8164 * libbfd.h: Regenerate.
8165 * bfd-in2.h: Regenerate.
8166
cb7394f2
TS
81672002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8168
8169 * elf32-mips.c: Remove superfluous definitions copied from
8170 elfxx-mips.c.
8171 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
8172 SGIish vectors to check the special case.
8173 (mips_elf_hi16_reloc): Fix comment.
8174 (mips_elf_got16_reloc): Likewise.
8175 (_bfd_mips_elf32_gprel16_reloc): Likewise.
8176 (elf_reloc_map): Code cleanup.
8177 (mips_reloc_map): Add comment.
8178 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
8179 (mips_elf32_rtype_to_howto): Likewise.
8180 (mips_elf32_discard_info): Likewise.
8181 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
8182 lead to IRIX compatibility now.
8183
8dc1a139
TS
81842002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8185
8186 * elfxx-mips.c: Call it IRIX, not Irix in comments.
8187
2051e1b5
JT
81882002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
8189
8190 * config.bfd (shle-*-netbsdelf*): Add target which includes
8191 sh64 support.
8192
83954261
AM
81932002-05-13 David Edelsohn <edelsohn@gnu.org>
8194
8195 * configure.in: Revert 2002-04-07. Instead, auto-configure
8196 HAVE_ST_C_IMPL.
8197 * configure: Regenerate.
8198 * config.in: Regenerate.
8199 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
8200 or AIX_5_CORE.
8201
a9bf1154
NC
82022002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
8203
8204 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
8205 corefiles as well.2
8206 * configure: Regenerate.
8207
3129eb7a
AM
82082002-05-13 Alan Modra <amodra@bigpond.net.au>
8209
8210 * Makefile.am (install-data-local): Install headers to
8211 $(exec_prefix)/include.
8212 * Makefile.in: Regenerate.
8213
a9a32010
DJ
82142002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
8215 Daniel Jacobowitz <drow@mvista.com>
8216
8217 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
8218 map BFD_RELOC_RVA.
8219
82202002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
8221
8222 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
8223 hppa*-*-openbsd*): New targets.
8224 * configure.in (alpha*-*-openbsd*): Set COREFILE.
8225 * configure: Regenerate.
8226
f1f0d9ab
TR
82272002-05-10 Tom Rix <trix@redhat.com>
8228
ea1e4b0d 8229 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
8230 xcoff64_ppc_relocate_section.
8231 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
8232 * libxcoff.h: Common xcoff_reloc_type function declaration.
8233
c432ba1a
AM
82342002-05-10 Alan Modra <amodra@bigpond.net.au>
8235
16a10388 8236 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 8237 added in 2002-05-09 commit.
16a10388 8238
c432ba1a
AM
8239 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
8240 don't look for stubs on all undefined syms.
8241
4a335f3d
AM
82422002-05-09 Alan Modra <amodra@bigpond.net.au>
8243
8fc39d5d
AM
8244 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
8245 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
8246 pcrel_offset.
8247
4a335f3d
AM
8248 * elf32-i386.c (elf_howto_table): Comments.
8249 (elf_i386_relocate_section): Handle more relocs for relocatable
8250 linking and against SEC_MERGE sections.
8251
41fcb14e
AM
82522002-05-08 Alan Modra <amodra@bigpond.net.au>
8253
8254 * elf32-ppc.c (ppc_elf_create_got): New function.
8255 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 8256 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
8257 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
8258 _bfd_elf_create_got_section.
8259
b491616a
AM
82602002-05-07 Alan Modra <amodra@bigpond.net.au>
8261
8262 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
8263 * elfxx-target.h (elf_backend_rela_normal): Define.
8264 (elfNN_bed): Init rela_normal.
8265 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
8266 for section symbols here if rela_normal. Simplify abs section test.
8267 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
8268 return immediately. Remove code handling relocatable linking.
8269 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
8270 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
8271 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8272 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
8273 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8274 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
8275 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
8276 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8277 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8278 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
8279 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8280 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8281 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8282 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
8283 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
8284 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
8285 * elf-m10200.c (elf_backend_rela_normal): Define.
8286 * elf-m10300.c (elf_backend_rela_normal): Define.
8287 * elf32-fr30.c (elf_backend_rela_normal): Define.
8288 * elf32-i370.c (elf_backend_rela_normal): Define.
8289 * elf32-i860.c (elf_backend_rela_normal): Define.
8290 * elf32-m68k.c (elf_backend_rela_normal): Define.
8291 * elf32-mcore.c (elf_backend_rela_normal): Define.
8292 * elf32-openrisc.c (elf_backend_rela_normal): Define.
8293 * elf32-ppc.c (elf_backend_rela_normal): Define.
8294 * elf32-s390.c (elf_backend_rela_normal): Define.
8295 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
8296 * elf64-ppc.c (elf_backend_rela_normal): Define.
8297 * elf64-s390.c (elf_backend_rela_normal): Define.
8298 * elf64-x86-64.c (elf_backend_rela_normal): Define.
8299 * elfxx-ia64.c (elf_backend_rela_normal): Define.
8300 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
8301 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
8302
df212a7e
NC
83032002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
8304
8305 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
8306 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
8307
3decf53c
AM
83082002-05-06 Alan Modra <amodra@bigpond.net.au>
8309
8310 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
8311 when not relocatable. Fix reloc_emitter call for K&R.
8312
f46c2da6
AM
83132002-05-04 Alan Modra <amodra@bigpond.net.au>
8314
8315 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
8316 reloading local sym addend mistakenly removed in 2002-05-01 change.
8317
8318 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
8319 (read_abbrevs): Change "offset" param to bfd_vma.
8320 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
8321 Change "abbrev_offset" to bfd_vma.
8322 (read_indirect_string): Use correct conversion chars in error
8323 message format string, cast bfd_vma's to unsigned long.
8324 (read_abbrevs): Likewise.
8325 (read_attribute_value): Likewise.
8326 (decode_line_info): Likewise.
8327 (scan_unit_for_functions): Likewise.
8328 (parse_comp_unit): Likewise.
8329
59862849
TR
83302002-05-04 Tom Rix <trix@redhat.com>
8331
8332 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
8333 (coff_swap_reloc_out): Same.
8334 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
8335 (xcoff_swap_reloc_out): Same.
8336 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
8337 case some 16 bit relocs. Add reloc value to output.
8338 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 8339 R_RBR. Improve names.
59862849
TR
8340 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
8341 (bfd_xcoff_backend_data): Update with new reloc swap names.
8342 (bfd_pmac_xcoff_backend_data) : Same.
8343 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
8344 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 8345 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 8346 R_POS. Add reloc value to output.
ea1e4b0d
AM
8347 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
8348 bit R_RBR. Improve names, masks.
59862849
TR
8349 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
8350 (bfd_xcoff_backend_data): Update with new reloc swap names.
8351 (bfd_xcoff_aix5_backend_data) : Same.
8352
b4655ea9
AM
83532002-05-04 Alan Modra <amodra@bigpond.net.au>
8354
8355 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
8356 bfd_count top_index, input_list, all_local_syms.
8357 (elf32_hppa_setup_section_lists): New function, split from
8358 elf32_hppa_size_stubs.
8359 (elf32_hppa_next_input_section): Likewise.
8360 (group_sections): Likewise.
8361 (get_local_syms): Likewise.
8362 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
8363 stubs on undefined syms too.
8364 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 8365 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
8366 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
8367 (elf32_hppa_next_input_section): Declare.
8368
301e3139
AM
83692002-05-04 Bob Byrnes <byrnes@curl.com>
8370
8371 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
8372 _bfd_new_bfd.
8373
7c5fcef7
L
83742002-05-03 H.J. Lu (hjl@gnu.org)
8375
8376 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
8377 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
8378 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
8379 to hide a global symbol.
8380 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 8381 forced_local to true.
7c5fcef7 8382
84de6048
RH
83832002-05-02 Richard Henderson <rth@redhat.com>
8384
8385 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
8386 vs SHN_UNDEF to zero.
8387
805fc799
AM
83882002-05-02 Alan Modra <amodra@bigpond.net.au>
8389
c061c2d8
AM
8390 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
8391 16 bit reloc.
8392 <R_PPC64_SECTOFF_DS>: Likewise.
8393 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8394 SECTOFF reloc.
8395 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
8396 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
8397 SECTOFF reloc.
8398
805fc799
AM
8399 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
8400 (ppc64_elf_ha_reloc): New function.
8401 (ppc64_elf_brtaken_reloc): New function.
8402 (ppc64_elf_sectoff_reloc): New function.
8403 (ppc64_elf_sectoff_ha_reloc): New function.
8404 (ppc64_elf_toc_reloc): New function.
8405 (ppc64_elf_toc_ha_reloc): New function.
8406 (ppc64_elf_toc64_reloc): New function.
8407 (ppc64_elf_unhandled_reloc): New function.
8408 (ppc64_elf_howto_raw): Use the above.
8409 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
8410 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
8411 <R_PPC64_SECTOFF_DS>: Likewise.
8412 (IS_ABSOLUTE_RELOC): Update.
8413 (struct ppc_link_hash_table): Add have_undefweak.
8414 (ppc64_elf_link_hash_table_create): Init.
8415 (func_desc_adjust): Set have_undefweak.
8416 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
8417 add the .sfpr blr when have_undefweak.
8418 (ppc64_elf_setup_section_lists): Check hash table flavour.
8419 (ppc64_elf_next_input_section): Move output_section->owner test to
8420 ppc64elf.em.
8421 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
8422 and relocatable test. Return TOCstart and don't set elf_gp.
8423 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
8424 offset calculation. Add assert on weak sym branch tweaks.
8425 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
8426 (ppc64_elf_toc): Declare.
8427 (ppc64_elf_next_input_section): Update.
ea1e4b0d 8428
818c39a3
AM
84292002-05-01 Alan Modra <amodra@bigpond.net.au>
8430
8431 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
8432 file_name.
8433
721956f4
AM
84342002-05-01 Alan Modra <amodra@bigpond.net.au>
8435
8436 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
8437 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
8438 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
8439 call branches. Correct undefined weak destination.
8440 (ppc64_elf_func_desc_adjust): Always create at least one blr in
8441 .sfpr, and correct case where either only savef* or restf* is
8442 needed.
8443
8444 Long branch stubs, multiple stub sections.
8445 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
8446 (ppc64_elf_next_input_section): Declare.
8447 * elf64-ppc.c: Move linker-only prototypes.
8448 (STUB_SUFFIX): Define.
8449 (enum ppc_stub_type): New.
8450 (struct ppc_stub_hash_entry): New.
8451 (struct ppc_branch_hash_entry): New.
8452 (struct ppc_link_hash_entry): Add stub_cache, oh.
8453 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
8454 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
8455 Rename plt_overflow to stub_error.
8456 (ppc_stub_hash_lookup): Define.
8457 (ppc_branch_hash_lookup): Define.
8458 (stub_hash_newfunc): New function.
8459 (branch_hash_newfunc): New function.
8460 (link_hash_newfunc): Init new fields.
8461 (ppc64_elf_link_hash_table_create): Likewise.
8462 (ppc64_elf_link_hash_table_free): New function.
8463 (ppc_stub_name): New function.
8464 (ppc_get_stub_entry): New function.
8465 (ppc_add_stub): New function.
8466 (create_linkage_sections): Use bfd_make_section_anyway. Create
8467 .branch_lt and .rela.branch_lt sections. Don't create .stub.
8468 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
8469 and set up for plt call stubs. Link func and func desc syms.
8470 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
8471 (func_desc_adjust): Avoid hash lookup when func desc sym available
8472 via shortcut, and set links when processing.
8473 (ppc64_elf_hide_symbol): Likewise.
8474 (allocate_dynrelocs): Don't allocate stub section here.
8475 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
8476 Remove sstub code.
8477 (ppc_type_of_stub): New function.
8478 (build_one_stub): Delete.
8479 (ppc_build_one_stub): New function.
8480 (ppc_size_one_stub): New function.
8481 (ppc64_elf_setup_section_lists): New function.
8482 (ppc64_elf_next_input_section): New function.
8483 (group_sections): New function.
8484 (get_local_syms): New function.
8485 (ppc64_elf_size_stubs): Rewrite.
8486 (ppc64_elf_build_stubs): Rewrite.
8487 (ppc64_elf_relocate_section): Look up stub entry for REL24
8488 relocs. Don't propagate REL14* to dynamic objects. Look for long
8489 branch stubs if REL14* or REL24 relocs won't reach.
8490 (bfd_elf64_bfd_link_hash_table_free): Define.
8491
09c2219b
MM
84922002-04-30 Mark Mitchell <mark@codesourcery.com>
8493
c5cd6d62 8494 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 8495
07b678c0
TR
84962002-04-30 Tom Rix <trix@redhat.com>
8497
8498 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
8499 symbol names into the hash table.
8500
dbe341c6
TR
85012002-04-28 Tom Rix <trix@redhat.com>
8502
8503 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 8504 calulating relocations.
dbe341c6 8505 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
8506 (xcoff_ppc_relocate_section): Use relocation and complain function
8507 tables.
8508 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
8509 (xcoff_complain_overflow_signed_func): Same.
8510 (xcoff_complain_overflow_bitfield_func): Same.
8511 (xcoff_complain_overflow_dont_func): Same.
8512 (xcoff_reloc_type_crel): New recot function.
8513 (xcoff_reloc_type_br): Same.
8514 (xcoff_reloc_type_ba): Same.
8515 (xcoff_reloc_type_toc): Same.
8516 (xcoff_reloc_type_rel): Same.
8517 (xcoff_reloc_type_neg): Same.
8518 (xcoff_reloc_type_pos): Same.
8519 (xcoff_reloc_type_fail): Same.
8520 (xcoff_reloc_type_noop): Same.
8521 * libxcoff.h : Declare common parts for xcoff64.
8522 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 8523 and complain function tables.
dbe341c6 8524
985142a4
AM
85252002-04-28 Alan Modra <amodra@bigpond.net.au>
8526
8527 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
8528 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
8529
eba91044
AM
85302002-04-26 Alan Modra <amodra@bigpond.net.au>
8531
e54fdaa5
AM
8532 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
8533 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
8534
a50c1845
AM
8535 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
8536 same as the output before calling elf_link_input_bfd.
8537
eba91044
AM
8538 * coffcode.h (coff_compute_section_file_positions): Set
8539 section_tail after shuffling section list.
8540
3c25c5f6
NC
85412002-04-24 Christian Groessler <chris@groessler.org>
8542
8543 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
8544 addresses are 23bit with a special layout, not plain 32bit
8545 values. Prevent relocation of immediate values.
8546
40d32fc6
CD
85472002-04-24 Chris G. Demetriou <cgd@broadcom.com>
8548
8549 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
8550 MIPS-16 ASE flags are set, print something to indicate that.
8551
067fa4a6
AM
85522002-04-23 Alan Modra <amodra@bigpond.net.au>
8553
8554 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
8555 under which a plt call stub is used.
8556 (final_link_relocate): Similarly.
8557 (allocate_plt_static): Clear h-plabel except when plt entry is
8558 exclusively used for a plabel.
8559 (allocate_dynrelocs): Use the above to simplify plt sizing.
8560 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
8561 (elf32_hppa_link_hash_table_create): Init.
8562 (BL22_RP): Define.
8563 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
8564 (elf32_hppa_check_relocs): Set has_22bit_branch.
8565
8566 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
8567 (final_link_relocate): Likewise.
8568
af40ce3c
JJ
85692002-04-22 Jakub Jelinek <jakub@redhat.com>
8570
8571 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
8572 search table if some FDE is DW_EH_PE_aligned encoded either.
8573 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
8574
09ae86c2
JJ
85752002-04-22 Richard Smith <richard@ex-parrot.com>
8576 Jakub Jelinek <jakub@redhat.com>
8577
8578 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
8579 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
8580 encoded personality.
8581 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
8582 for CIE/FDE removal.
8583
deeb2cd7
TR
85842002-04-20 Tom Rix <trix@redhat.com>
8585
8586 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
8587
99dc0092
AM
85882002-04-20 Alan Modra <amodra@bigpond.net.au>
8589
aa3d5824
AM
8590 * archures.c (bfd_lookup_arch): Move the list order comment..
8591 (struct bfd_arch_info): ..to where it belongs.
8592 * bfd-in2.h: Regenerate.
8593
99dc0092
AM
8594 * archures.c (bfd_lookup_arch): Add comment on list order.
8595 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
8596 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
8597 is always at head of list.
8598
7831a775
NC
85992002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8600
8601 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
8602 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
8603 definition of these functions for ARM_WINCE builds as they are
8604 not used.
ea1e4b0d 8605 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
8606 for ARM_WINCE builds.
8607
86082002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8609
ea1e4b0d 8610 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
8611
86122002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
8613
8614 * cpu-sh.c (scan_mach): Delete.
8615 (arch_info_struct): Replace scan_mach with bfd_default_scan.
8616 (bfd_sh_arch): Likewise.
8617
3d8dbe36
NC
86182002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
8619
8620 * ihex.c (ihex_write_object_contents): Fix check for records
8621 crossing 64K boundaries.
8622
4ab82700
AM
86232002-04-16 Alan Modra <amodra@bigpond.net.au>
8624
8625 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
8626 type rather than just assuming entries are ELF.
8627 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
8628 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
8629 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
8630 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
8631 rather than elf_link_hash_entry.
8632
036fe0fe
RH
86332002-04-15 Richard Henderson <rth@redhat.com>
8634
8635 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
8636 n32 binaries.
8637
c4f3d130
NC
86382002-04-15 Michael Snyder <msnyder@redhat.com>
8639
8640 * opncls.c (bfd_close): Write contents if writeable.
8641 Minor formatting tidy-ups.
8642
4ab82700 86432002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
8644
8645 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
8646
0c04d169
MS
86472002-04-12 Michael Snyder <msnyder@redhat.com>
8648
8649 * bfd-in.h (bfd_get_section_lma): New access macro.
8650 Minor white-space fix-up.
8651
89d4966f
AM
86522002-04-12 Alan Modra <amodra@bigpond.net.au>
8653
8654 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
8655 header pad.
8656
8d0da3c2
DD
86572002-04-09 DJ Delorie <dj@redhat.com>
8658
8659 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
8660
05793179
NC
86612002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
8662
8663 * coffcode.h (coff_read_word): New.
8664 (coff_compute_checksum): New.
8665 (coff_apply_checksum): New.
8666 (coff_write_object_contents): Call coff_apply_checksum () to
8667 apply checksum to PE image.
8668
46fe4e66
AM
86692002-04-08 Randolph Chung <tausq@debian.org>
8670
8671 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
8672 (elf32_hppa_final_link): Split out sorting logic to..
8673 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
8674 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
8675
3b5b409c
AC
86762002-04-07 Andrew Cagney <ac131313@redhat.com>
8677
8678 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
8679 pattern.
8680 * configure: Re-generate.
8681
ac7b6ceb
AC
86822002-04-07 Andrew Cagney <ac131313@redhat.com>
8683
8684 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
8685 is greater or equal to 4.3.3.
8686 * configure: Regenerate.
8687 Fix PR gdb/344.
8688
44aa49bb
HPN
86892002-04-05 Hans-Peter Nilsson <hp@axis.com>
8690
8691 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
8692 R_CRIS_32_PCREL>: Fix typo in name.
8693 (cris_elf_check_relocs): Always create .rela.got here when
8694 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
8695 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
8696 assume it's created.
8697
e2d34d7d
DJ
86982002-04-04 Daniel Jacobowitz <drow@mvista.com>
8699
8700 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
8701 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
8702 define.
8703 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
8704 * bfd.c (bfd_link_hash_table_free): Define.
8705 * binary.c (binary_bfd_link_hash_table_free): Define.
8706 * bout.c (b_out_bfd_link_hash_table_free): Define.
8707 * coff-rs6000.c (rs6000coff_vec): Include
8708 _bfd_generic_link_hash_table_free.
8709 (pmac_xcoff_vec): Likewise.
8710 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
8711 (aix5coff64_vec): Likewise.
8712 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
8713 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
8714 (bfd_elf32_bfd_link_hash_table_free): Define.
8715 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
8716 (bfd_elf32_bfd_link_hash_table_free): Define.
8717 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
8718 define.
8719 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
8720 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
8721 * ieee.c (ieee_bfd_link_hash_table_free): Define.
8722 * ihex.c (ihex_bfd_link_hash_table_free): Define.
8723 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
8724 (_bfd_generic_link_hash_table_free): Add prototype.
8725 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
8726 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
8727 * linker.c (_bfd_generic_link_hash_table_free): New function.
8728 * mmo.c (mmo_bfd_link_hash_table_free): Define.
8729 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
8730 * oasys.c (oasys_bfd_link_hash_table_free): Define.
8731 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
8732 * som.c (som_bfd_link_hash_table_free): Define.
8733 * srec.c (srec_bfd_link_hash_table_free): Define.
8734 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
8735 * versados.c (versados_bfd_link_hash_table_free): Define.
8736 * vms.c (vms_bfd_link_hash_table_free): New function.
8737 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
8738
8739 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
8740 instead of bfd_alloc.
8741 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
8742 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
8743 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
8744 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
8745 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
8746 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
8747 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
8748 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
8749 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
8750 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
8751 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
8752 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
8753 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
8754 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
8755 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
8756 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
8757 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
8758 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
8759 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
8760 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
8761 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
8762 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
8763 * m68klinux.c (linux_link_hash_table_create): Likewise.
8764 * sparclinux.c (linux_link_hash_table_create): Likewise.
8765 * sunos.c (sunos_link_hash_table_create): Likewise.
8766 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
8767
8768 * targets.c: Add _bfd_link_hash_table_free to xvec.
8769
8770 * bfd-in2.h: Regenerate.
8771 * libbfd.h: Regenerate.
8772 * libcoff.h: Regenerate.
8773
830629ab
AM
87742002-04-04 Alan Modra <amodra@bigpond.net.au>
8775
8776 * dep-in.sed: Cope with absolute paths.
8777 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
8778 Run "make dep-am".
8779 * Makefile.in: Regenerate.
8780 * coff-arm.c: Fix copyright date.
8781 * cpu-h8300.c: Likewise.
8782 * cpu-i370.c: Likewise.
8783 * cpu-s390.c: Likewise.
8784 * cpu-mips.c: Likewise.
8785 * po/SRC-POTFILES.in: Regenerate.
8786
c6e90b02
TS
87872002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8788
8789 * Makefile.am: Add elfxx-mips.c to the known backends.
8790 (elf32-mips.lo): remove dependency to coff/external.h.
8791 * Makefile.in: Regenerate.
8792 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
8793 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
8794 accordingly.
8795 * configure: Regenerate.
8796 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
8797 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
8798 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
8799 MIPS specific backend functions.
8800 * elf32-mips.c: Moved most code to elfxx-mips.c.
8801 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
8802 static.
8803 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
8804 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
8805 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
8806 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
8807 interface to allow selection of the right REL or RELA howto table.
8808 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
8809 static. Let it refuse n32 objects.
8810 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
8811 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
8812 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
8813 (elf32_mips_ignore_discarded_relocs): Rename from
8814 _bfd_elf32_mips_ignore_discarded_relocs.
8815 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
8816 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
8817 (elf_mips_howto_table_rela): Remove.
8818 * elf64-mips.c: Moved most code to elfxx-mips.c.
8819 (bfd_elf64_bfd_reloc_type_lookup): Make static.
8820 (mips_elf64_rtype_to_howto): New function.
8821 (mips_elf64_object_p): Likewise.
8822 (elf64_mips_irix_compat): Likewise.
8823 * elfxx-mips.c: New file containing common code merged together from
8824 elf32-mips.c and elf64-mips.c.
8825 * elfxx-mips.h: New file containing MIPS specific prototypes from
8826 elf-bfd.h.
8827 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
8828 elf_backend_mips_rtype_to_howto.
8829
d8dce692
AM
88302002-04-04 Alan Modra <amodra@bigpond.net.au>
8831
8832 * srec.c (MAXCHUNK, Chunk): Revise comments.
8833 (srec_write_record): Correct buffer size.
8834 (srec_write_header): Do without intermediate buffer.
8835 (srec_write_section): Validate Chunk.
8836 (srec_write_terminator): Pass NULL instead of dummy buffer.
8837 (srec_write_symbols): Pass file and symbol names directly to
8838 bfd_bwrite so sprintf won't overflow buffer.
8839
b88a866a
JJ
88402002-04-03 Jakub Jelinek <jakub@redhat.com>
8841
8842 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
8843 PC relative relocs against hidden symbols.
8844 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8845
d7866f04
AM
88462002-04-03 Alan Modra <amodra@bigpond.net.au>
8847
8848 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
8849 LMAs, loop over segments until p_vaddr and p_memsz specify an
8850 extent enclosing the section.
8851
9e81ee67
NC
88522002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
8853
8854 * ihex.c (ihex_write_object_contents): Do not allow records to
8855 cross a 64K boundary - wrap if necessary.
8856
d2b64500
JT
88572002-04-01 Nathan Williams <nathanw@wasabisystems.com>
8858
8859 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
8860 which caused the returned LWP ID to always be 0.
8861
e36f7d53
RH
88622002-04-01 Richard Henderson <rth@redhat.com>
8863
8864 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8865 (elf32_sparc_relocate_section): Use it to figure out when to
8866 initialize .got entries.
8867 * elf64-sparc.c: Similarly.
8868
e92d460e
AM
88692002-03-28 Alan Modra <amodra@bigpond.net.au>
8870
8871 * linker.c (link_action): Ignore duplicate warning syms.
8872 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
8873 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
8874 (elf_adjust_dynamic_symbol): Likewise.
8875 (elf_export_symbol): Likewise.
8876 (elf_link_find_version_dependencies): Likewise.
8877 (elf_link_assign_sym_version): Likewise.
8878 (elf_link_sec_merge_syms): Likewise.
8879 (elf_link_output_extsym): Likewise.
8880 (elf_gc_sweep_symbol): Likewise.
8881 (elf_gc_propagate_vtable_entries_used): Likewise.
8882 (elf_gc_smash_unused_vtentry_relocs): Likewise.
8883 (elf_gc_allocate_got_offsets): Likewise.
8884 (elf_collect_hash_codes): Likewise.
8885 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
8886 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
8887 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
8888 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
8889 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
8890 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
8891 (elf_cris_discard_excess_dso_dynamics): Likewise.
8892 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
8893 (mark_PIC_calls): Likewise.
8894 (allocate_plt_static): Likewise.
8895 (allocate_dynrelocs): Likewise.
8896 (readonly_dynrelocs): Likewise.
8897 * elf32-i386.c (allocate_dynrelocs): Likewise.
8898 (readonly_dynrelocs): Likewise.
8899 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
8900 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
8901 * elf32-mips.c (mips_elf_output_extsym): Likewise.
8902 (mips_elf_sort_hash_table_f): Likewise.
8903 (mips_elf_check_mips16_stubs): Likewise.
8904 * elf32-s390.c (allocate_dynrelocs): Likewise.
8905 (readonly_dynrelocs): Likewise.
8906 * elf32-sh.c (sh_elf_discard_copies): Likewise.
8907 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
8908 (xstormy16_relax_plt_realloc): Likewise.
8909 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
8910 (elf64_alpha_output_extsym): Likewise.
8911 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
8912 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
8913 (mips_elf64_check_mips16_stubs): Likewise.
8914 (mips_elf64_output_extsym): Likewise.
8915 * elf64-ppc.c (func_desc_adjust): Likewise.
8916 (allocate_dynrelocs): Likewise.
8917 (readonly_dynrelocs): Likewise.
8918 * elf64-s390.c (allocate_dynrelocs): Likewise.
8919 (readonly_dynrelocs): Likewise.
8920 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
8921 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
8922 (readonly_dynrelocs): Likewise.
8923 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
8924 * aoutx.h (aout_link_write_other_symbol): Likewise.
8925 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
8926 (_bfd_coff_write_global_sym): Likewise.
8927 * i386linux.c (linux_tally_symbols): Likewise.
8928 * m68klinux.c (linux_tally_symbols): Likewise.
8929 * sparclinux.c (linux_tally_symbols): Likewise.
8930 * pdp11.c (aout_link_write_other_symbol): Likewise.
8931 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
8932 * xcofflink.c (xcoff_build_ldsyms): Likewise.
8933 (xcoff_write_global_symbol): Likewise.
8934
8935 * cofflink.c (_bfd_coff_final_link): Formatting.
8936 * cpu-mips.c (mips_compatible): Make static, prototype.
8937 * elf32-i386.c (elf_i386_check_relocs): Formatting.
8938 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
8939 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
8940 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
8941 (mips_elf64_final_link): Likewise.
8942 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
8943 prototype.
8944
2106126f
NC
89452002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
8946
8947 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
8948 (SWAP_OUT_RELOC_OFFSET): Define.
8949
b99d1833
AM
89502002-03-27 Gregory Steuck <greg@nest.cx>
8951
8952 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
8953 terminating NULL if empty symbol table.
8954 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
8955
ad43ed4c
L
89562002-03-26 H.J. Lu (hjl@gnu.org)
8957
8958 * elflink.h (elf_link_input_bfd): Revert the last change since
8959 the gcc exception handling isn't fixed yet.
8960
3851fca4
L
89612002-03-26 H.J. Lu (hjl@gnu.org)
8962
8963 * elflink.h (elf_link_input_bfd): Complain about relocations
8964 against local symbols in discarded sections.
8965
b91afed7
AM
89662002-03-26 Alan Modra <amodra@bigpond.net.au>
8967
8968 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
8969
dba143ef
AM
89702002-03-23 Alan Modra <amodra@bigpond.net.au>
8971
8972 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
8973 section file offset for !SEC_LOAD sections.
8974
ee29b9fb
RE
89752002-03-21 Richard Earnshaw <rearnsha@arm.com>
8976
830629ab
AM
8977 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
8978 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 8979
54327882
AM
89802002-03-21 Alan Modra <amodra@bigpond.net.au>
8981
8982 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
8983 Whitespace changes.
8984 * archive.c: Update copyright date.
8985 * bfd-in2.h: Regenerate.
8986 * libbfd.h: Regenerate.
8987 * Makefile.am: Run "make dep-am"
8988 * Makefile.in: Regenerate.
8989 * po/SRC-POTFILES.in: Regenerate.
8990
1ee24f27
DJ
89912002-03-20 Daniel Jacobowitz <drow@mvista.com>
8992
8993 * dwarf2.c (struct funcinfo): Move up.
8994 (lookup_address_in_function_table): New argument function_ptr.
8995 Set it.
8996 (lookup_address_in_line_table): New argument function. If function
8997 is non-NULL, use it to handle ``addr'' before the first line note of
8998 the function.
8999 (comp_unit_find_nearest_line): Update and swap calls to
9000 lookup_address_in_function_table and lookup_address_in_line_table.
9001 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
9002 N_SLINE encountered if we see an N_FUN before any N_SLINE.
9003
51b9608c
TR
90042002-03-20 Tom Rix <trix@redhat.com>
9005
ea1e4b0d 9006 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 9007 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9b5ecbd0 9008 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 9009
789c90aa
TR
90102002-03-19 Tom Rix <trix@redhat.com>
9011
ea1e4b0d 9012 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
9013 dynamic objects in archives.
9014
1da54d81
HPN
90152002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
9016
9017 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
9018 STT_NOTYPE symbols to STT_OBJECT.
9019
7831a775 90202002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
9021
9022 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
9023
eb1e0e80
NC
90242002-03-18 Tom Rix <trix@redhat.com>
9025
9026 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
9027 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
9028 * coff-rs6000 (do_pad) : New function for archive padding.
9029 (do_copy) : New function for object file copying in archives.
9030 (do_shared_object_padding) : New function for padding shared
9031 objects to their text section alignment in archives.
9032 (bfd_xcoff_ar_achive_set_magic) : Stub.
9033 (xcoff_write_armap_big) : Use do_copy and do_pad.
9034 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
9035 do_copy and do_pad.
9036 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 9037 bfd_xcoff_magic_number.
eb1e0e80
NC
9038 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
9039 fop.
9040 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
9041 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
9042 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
9043 * rs6000-core.c : Update copyright date.
ea1e4b0d 9044 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
9045 csectpp.
9046 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
9047 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
9048 (coff_set_flags) : Use bfd_xcoff_magic_number.
9049 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
9050 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
9051 * Makefile.am : Same.
9052 * config.bfd : Same.
9053 * targets.c : Same.
9054 * configure : Regnerate.
9055 * Makefile.in : Same.
9056 * bfd-in2.h : Same.
9057
a1c259a1
NC
90582002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
9059
9060 * po/fr.po: Updated version.
9061
4dae1ae7
AM
90622002-03-18 Alan Modra <amodra@bigpond.net.au>
9063
9064 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
9065 * libbfd.h: Regenerate.
9066 * archive.c (coff_write_armap): Pass on failures from
9067 bfd_write_bigendian_4byte_int.
9068
36b4f6e7
L
90692002-03-14 H.J. Lu <hjl@gnu.org>
9070
9071 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
9072 error to bfd_error_nonrepresentable_section for reinit_array
9073 section in DSO.
9074
a1aefc76
NC
90752002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9076
a181be0a
NC
9077 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
9078 OR it in rather than replacing previously selected flags.
9079
a1aefc76
NC
9080 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
9081 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
9082
c119f9b8
AM
90832002-03-14 Alan Modra <amodra@bigpond.net.au>
9084
9085 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
9086 (N): Use the above.
9087 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
9088 ensure reloc size matches before calling elf_link_input_bfd.
9089 Add an assert to check reloc size when counting output relocs.
9090
c295a511
NC
90912002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
9092
9093 * mmo.c (mmo_get_loc): Return NULL rather than false.
9094
9ce88e60
NC
90952002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
9096
9097 * po/fr.po: Updated version.
9098
4ddafab0
AM
90992002-03-13 Alan Modra <amodra@bigpond.net.au>
9100
b74fa2cd
AM
9101 * archures.c (bfd_default_compatible): Test bits_per_word.
9102 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
9103 bfd_default_compatible.
9104 * cpu-i370.c (i370_compatible): Likewise.
9105 * cpu-sparc.c (sparc_compatible): Likewise.
9106 * cpu-h8300.c (compatible): Test in->arch == out->arch.
9107
40b829d4
AM
9108 * elflink.h: Formatting fixes.
9109 (elf_link_output_extsym): Merge undefined and undef weak cases.
9110
4ddafab0
AM
9111 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
9112 when word size of input matches output word size.
9113
dd53c801
AJ
91142002-03-12 Andreas Jaeger <aj@suse.de>
9115
9116 * cpu-i386.c (i386_compatible): New. Use it instead of
9117 bfd_default_compatible.
9118
aa066ac8
L
91192002-03-07 H.J. Lu (hjl@gnu.org)
9120
9121 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
9122 as the type for bfd_reloc_val.
9123
1bf42538
JL
91242002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
9125
9126 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
9127 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
9128 (elf_hppa_final_link_relocate): Correct relocations for indirect
9129 references to local data through the DLT. Fix .opd creation for
9130 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
9131 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
9132 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
9133 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9134 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
9135 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
9136 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
9137
86eaf01e
JJ
91382002-03-05 Jakub Jelinek <jakub@redhat.com>
9139
9140 * merge.c (_bfd_merge_sections): Don't segfault if there
9141 is nothing to merge due to GC.
9142
c44233aa
AM
91432002-03-05 Alan Modra <amodra@bigpond.net.au>
9144
039cc25f
AM
9145 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
9146 symbols that have been forced local.
9147
c44233aa
AM
9148 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
9149 to output forced local syms for non-shared link.
9150 (elf_link_output_extsym): Tweak condition for calling backend
9151 adjust_dynamic_symbol so that previous behaviour is kept.
9152 Whitespace changes throughout file.
9153
25e27870
L
91542002-03-04 H.J. Lu <hjl@gnu.org>
9155
9156 * elf.c (bfd_section_from_shdr): Handle special sections,
9157 .init_array, .fini_array and .preinit_array.
9158 (elf_fake_sections): Likewise.
9159
9160 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
9161 DT entry only if the section is in output for .init_array,
9162 .fini_array and .preinit_array. Complain about .preinit_array
9163 section in DSO.
9164 (elf_bfd_final_link): Warn zero size for .init_array,
9165 .fini_array and .preinit_array sections.
9166
9167 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
9168 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
9169 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
9170 .preinit_array.
9171
bb2a49f2
AM
91722002-03-04 Alan Modra <amodra@bigpond.net.au>
9173
9174 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
9175 * configure: Regenerate.
9176
38487e5e
TR
91772002-03-02 Tom Rix <trix@redhat.com>
9178
c44233aa
AM
9179 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
9180 symbolic equiv.
38487e5e
TR
9181 * coff-rs6000.c (xcoff_howto_table): Same.
9182
30831527
RH
91832002-03-01 David Mosberger <davidm@hpl.hp.com>
9184
9185 * elflink.h (size_dynamic_sections): If section named
9186 ".preinit_array" exists, create DT_PREINIT_ARRAY and
9187 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
9188 ".init_array" and ".fini_array".
9189 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
9190 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
9191 DT_FINI_ARRAY.
9192
c8e5ddc8
AM
91932002-02-26 Andrew Macleod <amacleod@cygnus.com>
9194
9195 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
9196 dynsyms.
9197
96e0dda4
AM
91982002-02-25 Alan Modra <amodra@bigpond.net.au>
9199
1c5b6bf8
AM
9200 * elf64-hppa.h: Update copyright date.
9201
96e0dda4
AM
9202 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
9203 (ppc64_elf_relocate_section): Don't generate power4 style branch
9204 hints for *_BRTAKEN and *_BRNTAKEN relocs.
9205
0fb19cbc
JJ
92062002-02-22 Jakub Jelinek <jakub@redhat.com>
9207
9208 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
9209 last patch.
9210 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9211
c434dee6
AJ
92122002-02-21 Andreas Jaeger <aj@suse.de>
9213
9214 * elf64-x86-64.c: Major rework that introduces all recent changes
9215 to the x86-64 backend. Get a closer match to elf32-i386.
9216 (struct elf64_x86_64_dyn_relocs): Rename from
9217 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
9218 all users.
9219 (struct elf64_x86_64_link_hash_table): Add short cuts to some
9220 sections.
9221 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
9222 remove casts, initialize new hash members.
9223 (create_got_section): New.
9224 (elf64_x86_64_create_dynamic_sections): New.
9225 (elf64_x86_64_copy_indirect_symbol): New.
9226 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
9227 relocs, .got or .relgot here but do it in allocate_dynrelocs.
9228 Reference count possible .plt and .got entries. Don't test input
9229 section SEC_READONLY here to try to avoid copy relocs, and keep
9230 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
9231 DF_TEXTREL here. Delay setting of variables until needed. Cache
9232 pointer to "sreloc" section in elf_section_data. Tweak condition
9233 under which .got created. Report files with bad relocation
9234 section names.
9235 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
9236 Reference count possible .plt entries. Don't deallocate .got and
9237 .relgot space here.
9238 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
9239 do copy reloc processing for weakdefs. Remove redundant casts and
9240 aborts. Delay setting of vars until needed. Move creation of
9241 dynamic symbols and allocation of .plt and .rela.plt to
9242 allocate_dynrelocs. Replace BFD_ASSERT with abort.
9243 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
9244 (allocate_dynrelocs): New.
9245 (readonly_dynrelocs): New.
9246 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
9247 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
9248 Zero out the dynamic allocated content space.
9249 (elf64_x86_64_discard_copies): Removed.
9250 (elf64_x86_64_relocate_section): Make use of dynamic section
9251 short-cuts. Localise vars, and delay setting. Better error
9252 reporting, replace BFD_ASSERT with abort. Check
9253 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
9254 regular object file and tread the weak definition as the normal
9255 one. Don't discard relocs for undefweak or undefined symbols and
9256 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
9257 relocs.
9258 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
9259 symbols that have been forced local. Use same test to decide if
9260 we can use a relative reloc for got as relocate_section. Expand
9261 SHN_UNDEF comment. Move expressions out of function calls.
9262 Replace BFD_ASSERT with abort.
9263 (bfd_elf64_bfd_final_link): Removed.
9264 (elf_backend_copy_indirect_symbol): Define.
9265
ff3a6ee3
TR
92662002-02-20 Tom Rix <trix@redhat.com>
9267
9268 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
9269 (_bfd_xcoff_reloc_type_lookup): Use it.
9270 * coff64-rs6000.c (xcoff64_howto_table): Same.
9271 (xcoff64_reloc_type_lookup): Same.
c434dee6 9272
a68d41fb
AM
92732002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
9274
9b5ecbd0 9275 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
a68d41fb
AM
9276 little endian.
9277
befc3abb
MS
92782002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
9279
9280 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
9281 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
9282 * bfd-in2.h: Regenerate.
9283 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
9284 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
9285 with "s390:64-bit".
9286 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
9287 (elf_s390_reloc_type_lookup): Likewise.
9288 (elf_s390_check_relocs): Likewise.
9289 (elf_s390_gc_sweep_hook): Likewise.
9290 (elf_s390_relocate_section): Likewise.
9291 (elf_s390_object_p): Use renamed architecture define.
9292 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
9293
6eeeec9b
FCE
92942002-02-19 Frank Ch. Eigler <fche@redhat.com>
9295
9296 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
9297
0bb2d96a
JJ
92982002-02-19 Jakub Jelinek <jakub@redhat.com>
9299
9300 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
9301 absptr -> pcrel optimization for shared libs.
9302 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
9303 library cannot be converted to pcrel.
9304 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
9305 relative.
9306 * elf32-i386.c (elf_i386_relocate_section): If
9307 _bfd_elf_section_offset returned -2, skip, but make sure the
9308 relocation is installed.
9309 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
9310 * elf32-cris.c (cris_elf_relocate_section): Likewise.
9311 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
9312 * elf32-i370.c (i370_elf_relocate_section): Likewise.
9313 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
9314 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
9315 * elf32-s390.c (elf_s390_relocate_section): Likewise.
9316 * elf32-sh.c (sh_elf_relocate_section): Likewise.
9317 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
9318 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
9319 * elf64-s390.c (elf_s390_relocate_section): Likewise.
9320 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9b5ecbd0 9321 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
0bb2d96a
JJ
9322 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
9323 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
9324 _bfd_elf_section_offset returning -2 the same way as -1.
9325 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
9326 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
9327 and BFD_ASSERT.
9328 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
9329
69f284c7
TR
93302002-02-18 Tom Rix <trix@redhat.com>
9331
9332 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
9333 (bfd_xcoff_size_dynamic_sections): Same.
9334 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
9335 (bfd_xcoff_size_dynamic_sections): Same.
9336 * coff-rs6000.c (xcoff_generate_rtinit): Same.
9337 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
9338 * libxcoff.h (struct xcoff_backend_data_rec): Same.
9339 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
9340 * bfd-in2.h: Regenerate.
9341
82bd7b59
AM
93422002-02-18 Alan Modra <amodra@bigpond.net.au>
9343
9344 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
9345 (struct ppc_link_hash_table): Add sfpr.
9346 (ppc64_elf_link_hash_table_create): Init it.
9347 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
9348 .glink out to..
9349 (create_linkage_sections): ..here. Make .sfpr too.
9350 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
9351 dynobj early.
9352 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
9353 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
9354 ._restf* functions, and create as needed.
9355 (func_desc_adjust): Only force_local for shared libs.
9356
ef1355e8
NC
93572002-02-18 David O'Brien <obrien@FreeBSD.org>
9358
9359 * configure.in: Bump version number post 2.12 branching.
9360 * configure: Regenerate.
9361
dfa36a69
HPN
93622002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
9363
9364 * mmo.c: Correct and improve comments.
9365 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
9366 zero-pad. Use input to fill up non-empty bfd buffer.
9367 (mmo_flush_chunk): New function.
9368 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
9369 changed. Don't emit location specifier if VMA is same as
9370 *LAST_VMAP after omitting leading zero contents. Call
9371 mmo_flush_chunk before emitting location specifier.
9372 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
9373 with mmo_write_loc_chunk calls.
9374 (mmo_internal_write_section): Call mmo_flush_chunk after
9375 mmo_write_chunk.
9376 (mmo_write_symbols_and_terminator): Move :Main to first position
9377 in symbol array. Add faked one if it does not exist if there are
9378 other symbols. Don't add it if there are no symbols at all. Move
9379 out test for value of :Main from symbol loop. Rename table
9380 fakemain to maintable and variable mainsym to fakemain.
9381
ccf00ab6
RH
93822002-02-15 Richard Henderson <rth@redhat.com>
9383
9384 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
9385 section with no got matches any got. Simplify error generaion.
9386
88eaccc2
AM
93872002-02-15 Alan Modra <amodra@bigpond.net.au>
9388
fd96f80f
AM
9389 Support arbitrary length fill patterns.
9390 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
9391 (_bfd_default_link_order): Remove bfd_fill_link_order code.
9392 Call default_data_link_order.
9393 (default_fill_link_order): Delete.
9394 (default_data_link_order): New function.
9395 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
9396 of bfd_fill_link_order with bfd_data_link_order.
9397 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
9398 * elf64-mips.c (mips_elf64_final_link): Likewise.
9399
88eaccc2
AM
9400 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
9401 Correct value returned in "end" for "0x<non-hex>".
9402
e2fd756b
NC
94032002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
9404
9405 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
9406 (scan): Test against 'mach' field in info structure.
9407
edd29cf9
AM
94082002-02-14 Alan Modra <amodra@bigpond.net.au>
9409
9410 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
9411
1e30956e 94122002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
9413
9414 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
9415 EF_M68000.
9416
bf36db18
NC
94172002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
9418
9419 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
9420 non-zero physical addresses when adjusting the LMAs of new
9421 sections.
bf36db18 9422
189c6563
AM
94232002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
9424
9425 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
9426 from _bfd_elf_hppa_gen_reloc_type.
9427 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
9428 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
9429 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
9430 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
9431
e948afaf
AO
94322002-02-12 Alexandre Oliva <aoliva@redhat.com>
9433
9434 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
9435 loading its contents if there's nothing to do in it.
9436
19397422
AM
94372002-02-12 Alan Modra <amodra@bigpond.net.au>
9438
0ad3a73b
AM
9439 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
9440 64k boundary.
9441
19397422
AM
9442 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
9443 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
9444 (ppc64_elf_finish_dynamic_sections): Set values for them.
9445
51316059
MS
94462002-02-11 Michael Snyder <msnyder@redhat.com>
9447
9448 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
9449 * elf.c (elfcore_grok_pstatus): Add prototype.
9450 (elfcore_grok_lwpstatus): Add prototype.
9451 (elfcore_write_lwpstatus): New function.
9452 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
9453
518313c3
AO
94542002-02-11 Alexandre Oliva <aoliva@redhat.com>
9455
9456 * elf32-sh.c: Added missing prototypes.
9457 * elf32-sh64.c: Likewise.
9458 (sh_elf_align_loads): Mark unused args as such.
9459 * elf64-sh64.c: Added missing prototypes.
9460 (struct elf_sh64_link_hash_entry): Fix typo.
9461 (sh_elf64_relocate_section): Fix info argument passed to
9462 _bfd_elf_section_offset.
9463
2c73f9d8
AM
94642002-02-11 Alan Modra <amodra@bigpond.net.au>
9465
9466 * Makefile.am: "make dep-am".
9467 * Makefile.in: Regenerate.
9468 * aclocal.m4: Regenerate.
9469 * config.in: Regenerate.
9470 * configure: Regenerate.
9471
d426c6b0
DJ
94722002-02-10 Daniel Jacobowitz <drow@mvista.com>
9473
9474 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
9475 variable warnings.
9476 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
9477 comparison warning.
9478 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
9479 cast warnings for the common case.
9480
e58ee0cd
HPN
94812002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
9482
9483 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
9484 vectors.
9485 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
9486 vectors.
9487
7793f4d0
RH
94882002-02-09 Richard Henderson <rth@redhat.com>
9489
9490 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
9491 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
9492 (elf64_alpha_relocate_section): Likewise.
9493 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
9494 * bfd-in2.h, libbfd.h: Rebuild.
9495
7e799044
HPN
94962002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
9497
9498 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
9499 that base-plus-offset reloc accounting is consistent.
9500 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
9501 up to date for undefined symbols.
9502
027d73eb
EC
95032002-02-08 Eric Christopher <echristo@redhat.com>
9504
9505 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9506
9507 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
9508 sections for the O32 ABI.
9509
517662d4
CD
95102002-02-08 Chris Demetriou <cgd@broadcom.com>
9511
9512 * elf32-arm.h: Fix formatting of _("...").
9513 * elf32-d10v.c: Likewise.
9514 * elf32-m68k.c: Likewise.
9515 * elf32-mips.c: Likewise.
9516
5e37cc46
NC
95172002-02-08 Ivan Guzvinec <ivang@opencores.org>
9518
9519 * coff-or32.c: Fix compile time warning messages.
9520
fbca6ad9
AO
95212002-02-08 Alexandre Oliva <aoliva@redhat.com>
9522
9523 Contribute sh64-elf.
9524 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
9525 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
9526 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
9527 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
9528 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
9529 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
9530 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
9531 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
9532 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
9533 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
9534 New relocs.
9535 * libbfd.h, bfd-in2.h: Rebuilt.
9536 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
9537 (sh_reloc_map): Map them.
9538 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
9539 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
9540 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
9541 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
9542 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
9543 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
9544 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
9545 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
9546 datalabel_got_offset.
9547 (sh_elf_link_hash_newfunc): Initialize it.
9548 (sh_elf_relocate_section): Augment the scope of
9b5ecbd0 9549 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
fbca6ad9
AO
9550 GOT and GOTOFF handling to new SHmedia relocation types. Support
9551 GOT_BIAS.
9552 (sh_elf_check_relocs): Likewise.
9553 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
9554 PLT entries using movi_shori_putval. Support GOT_BIAS.
9555 (sh_elf_finish_dynamic_sections): Likewise.
9556 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
9557 relocation, it's now done by the caller.
9558 (GOT_BIAS): New.
9559 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
9560 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
9561 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
9562 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
9563 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
9564 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
9565 sh64_elf64_hash_table): New.
9566 (sh_elf64_howto_table): Introduce new relocs.
9567 (sh_elf64_info_to_howto): Accept new PIC relocs.
9568 (sh_elf64_relocate_section): Augment the scope of
9569 seen_stt_datalabel. Support new PIC relocs.
9570 (sh_elf64_check_relocs): Support new PIC relocs.
9571 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
9572 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
9573 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
9574 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
9575 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
9576 movi_shori_putval, movi_3shori_putval,
9577 sh64_elf64_create_dynamic_sections,
9578 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
9579 sh64_elf64_size_dynamic_sections,
9580 sh64_elf64_finish_dynamic_symbol,
9581 sh64_elf64_finish_dynamic_sections): New.
9582 (elf_backend_create_dynamic-sections,
9583 bfd_elf64_bfd_link_hash_table_create,
9584 elf_backend_adjust_dynamic_symbol,
9585 elf_backend_size_dynamic_sections,
9586 elf_backend_finish_dynamic_symbol,
9587 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
9588 elf_backend_plt_readonly, elf_backend_want_plt_sym,
9589 elf_backend_got_header_size, elf_backend_plt_header_size):
9590 Define.
9591 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
9592 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
9593 match official numbers and names; moved unmaching ones to the
9594 range 0xf2-0xff.
9595 * elf32-sh64.c, elf64-sh64.c: Likewise.
9b5ecbd0 9596 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
9597 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
9598 sections.
9b5ecbd0 9599 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
9600 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
9601 be aligned.
9602 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9b5ecbd0 9603 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9604 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
9605 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
9606 .cranges section with SEC_SORT_ENTRIES set.
9607 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
9608 incoming sorted .cranges section.
9609 (sh64_bfd_elf_copy_private_section_data): New.
9610 (sh64_elf_final_write_processing): Only sort .cranges and modify
9611 start address if called by linker.
9612 2001-01-08 Ben Elliston <bje@redhat.com>
9613 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9b5ecbd0 9614 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
fbca6ad9 9615 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9b5ecbd0 9616 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9617 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
9618 line. Add comments before all entries.
9619 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
9620 comment.
9621 (sh_elf64_reloc): Correct head comment.
9622 (sh_elf64_relocate_section): Correct spacing.
9623 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
9624 instead call reloc_dangerous callback.
9625 <case R_SH_SHMEDIA_CODE>: New case.
9626 (sh_elf64_gc_mark_hook): Correct spacing.
9627 (sh_elf64_check_relocs): Ditto.
9628 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
9629 New case.
9630 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
9631 functions.
9632 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
9633 clarify describing comment. Add comments before all entries.
9634 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
9635 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9b5ecbd0 9636 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9637 Sort .cranges section in final link. Prepare to set bit 0 on
9638 entry address.
9639 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
9640 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
9641 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
9642 .cranges section.
9643 (sh64_backend_section_from_shdr): New, to recognize
9644 SHT_SH5_CR_SORTED on incoming .cranges section.
9645 (elf_backend_section_from_shdr): Define.
9646 (sh64_elf_final_write_processing): Sort outgoing .cranges
9647 section. (New, temporarily disabled:) Set bit 0 on entry address
9648 according to ISA type.
9649 (sh64_find_section_for_address): New.
9650 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
9651 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
9652 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
9653 bfd_malloc, not xmalloc.
9654 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
9655 global.
9656 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
9657 temporarily disabled) setting bit 0 on entry address.
9658 (elf_backend_final_write_processing): Define.
9b5ecbd0 9659 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9660 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
9661 be a proper relocation for PTA and PTB rather than a marker.
9662 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
9663 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
9664 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
9665 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
9666 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
9667 Zero src_mask.
9668 * elf64-sh64.c: Ditto.
9669 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
9670 * elf32-sh64.c: Include opcodes/sh64-opc.h
9671 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
9672 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
9673 parameters. No unused parameters. Caller changed.
9674 <case R_SH_PT_16>: New case.
9675 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
9676 * Makefile.in: Regenerate.
9b5ecbd0 9677 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9678 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
9679 all code sections.
9680 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9681 (sh64_elf_merge_private_data): Ditto.
9682 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
9683 to access stored section flags.
9684 (sh64_elf_final_write_processing): Return immediately unless
9685 called by linker. Use sh64_elf_section_data (cranges) to get size
9686 of linker-generated cranges entries.
9687 (sh64_elf_copy_private_data): Add missing "return true".
9688 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9689 (sh_elf64_merge_private_data): Ditto.
9b5ecbd0 9690 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9691 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
9692 elf64-sh64.c:sh64_elf_fake_sections.
9693 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9b5ecbd0 9694 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9695 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
9696 (sh64_elf_final_write_processing): New.
9697 (elf_backend_final_write_processing): Define.
9698 (sh64_elf_fake_sections): Get header flags from tdata field.
9699 (sh64_elf_copy_private_data): Do not call
9700 sh64_elf_copy_private_data_internal, just copy e_flags field.
9701 (sh64_elf_merge_private_data): Do not call
9702 sh64_elf_copy_private_data_internal.
9b5ecbd0 9703 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9704 Remove EF_SH64_ABI64, let ELF size make difference.
9705 Remove SH64-specific BFD section flag.
9706 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
9707 containing SHmedia through elf_section_data (asect)->tdata
9708 non-zero, not using a BFD section flag.
9709 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
9710 (sh64_elf_merge_private_data): Similar.
9711 (elf_backend_section_flags): Don't define.
9712 (sh64_elf_backend_section_flags): Delete.
9713 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
9714 not EF_SH64_ABI64.
9715 (sh_elf64_merge_private_data): Similar.
9716 * section.c (Section flags definitions): Don't define
9717 SEC_SH_ISA_SHMEDIA.
9718 (bfd-in2.h): Regenerate.
9b5ecbd0 9719 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9720 Make DataLabel references work with partial linking.
9721 * elf32-sh64.c: Fix formatting.
9722 (sh64_elf_link_output_symbol_hook): New.
9723 (elf_backend_link_output_symbol_hook): Define to
9724 sh64_elf_link_output_symbol_hook.
9725 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
9726 undefined if partial linking. Adjust sanity check.
9727 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
9728 (elf_backend_link_output_symbol_hook): Define to
9729 sh64_elf64_link_output_symbol_hook.
9730 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
9731 undefined if partial linking. Adjust sanity check.
9b5ecbd0 9732 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9733 Implement semantics for inter-file DataLabel references.
9734 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
9735 (sh64_elf64_add_symbol_hook): New.
9736 (sh_elf64_relocate_section): If passing an indirect symbol with
9737 st_type STT_DATALABEL on the way to a symbol with st_other
9738 STO_SH5_ISA32, do not bitor 1 to the relocation.
9739 (elf_backend_add_symbol_hook): Define to
9740 sh64_elf64_add_symbol_hook.
9741 * elf64-sh32.c: Tweak comments.
9742 (DATALABEL_SUFFIX): Define.
9743 (sh64_elf_add_symbol_hook): New.
9744 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
9745 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
9746 symbol with st_type STT_DATALABEL on the way to a symbol with
9747 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9b5ecbd0 9748 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9749 Pass through STT_DATALABEL.
9750 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
9751 (elf_backend_get_symbol_type): Define.
9752 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
9753 (elf_backend_get_symbol_type): Define.
9b5ecbd0 9754 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9755 * elf32-sh64.c: Tweak comments.
9756 (sh64_elf_copy_private_data_internal): Add prototype.
9757 (bfd_elf32_bfd_set_private_flags): Define.
9758 (sh64_elf_copy_private_data_internal): Compare machine name, not
9759 textual BFD target name, to check whether to copy section flag
9760 SHF_SH5_ISA32.
9761 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
9762 Tweak section-contents-type-mismatch message.
9763 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
9764 Validize reloc-types.
9765 * elf64-sh64.c: New file.
9766 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
9767 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
9768 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
9769 Regenerate dependencies.
9770 * Makefile.in: Regenerate.
9771 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
9772 bfd_elf64_sh64l_vec.
9773 * configure.in: Handle bfd_elf64_sh64_vec and
9774 bfd_elf64_sh64l_vec.
9775 * configure: Regenerate.
9776 * po/POTFILES.in: Regenerate.
9777 * po/bfd.pot: Regenerate.
9b5ecbd0 9778 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9779 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
9780 anything else but EF_SH64 and EF_SH64_ABI64.
9781 (sh64_elf_merge_private_data): Emit error for anything else but
9782 EF_SH64 and EF_SH64_ABI64.
9783 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
9784 from targ_selvecs.
9785 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
9786 bfd_elf32_sh64l_vec as a temporary measure.
9787 * configure: Regenerate.
9b5ecbd0 9788 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9789 * cpu-sh.c (arch_info_struct): Include sh5 item
9790 unconditionalized.
9791 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
9792 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
9793 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
9794 * elf32-sh64.c: Tweak comments.
9795 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
9796 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
9797 (sh64_elf_copy_private_data_internal): Wrap long line.
9798 (sh64_elf_merge_private_data): Rewrite to allow objects from
9799 SH64 subsets to be linked together.
9800 (INCLUDE_SHMEDIA): Define.
9801 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
9802 Parenthesize plus-expression inside or-expression.
9803 <global symbol>: Ditto.
9804 (sh_elf_set_mach_from_flags): Remove code refusing
9805 deleted EF_SH64_32BIT_ABI flag.
9b5ecbd0 9806 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9807 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
9808 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
9809 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
9810 (sh_elf_relocate_section) <local symbol>: Or 1 in
9811 calculation of relocation if sym->st_other & STO_SH5_ISA32.
9812 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
9813 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
9814 relocation.
9b5ecbd0 9815 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9816 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
9817 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
9818 Regenerate dependencies.
9819 * Makefile.in: Regenerate.
9820 * archures.c: Add bfd_mach_sh5.
9821 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
9822 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
9823 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
9824 * configure: Regenerate.
9825 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
9826 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
9827 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
9828 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
9829 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
9830 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
9831 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
9832 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
9833 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
9834 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
9835 in item for SH5.
9836 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
9837 for SHmedia relocs.
9838 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
9839 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
9840 shmedia_prepare_reloc, goto final_link_relocate if it returns
9841 non-zero, else fail as before.
9842 (sh_elf_set_mach_from_flags): Provide function only if not defined
9843 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
9844 (sh_elf_set_private_flags): Provide function only if not defined
9845 as a macro.
9846 (sh_elf_copy_private_data): Similar.
9847 (sh_elf_merge_private_data): Similar.
9848 * section.c (SEC_SH_ISA_SHMEDIA): New.
9849 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
9850 * elf32-sh64.c: New file.
9851 * libbfd.h: Regenerate.
9852 * bfd-in2.h: Regenerate.
9853 * po/POTFILES.in: Regenerate.
9854 * po/bfd.pot: Regenerate.
9855 * bfd-in2.h: Regenerate.
9856 * libbfd.h: Regenerate.
9857
e108f470
DJ
98582002-02-07 Daniel Jacobowitz <drow@mvista.com>
9859
9860 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
9861 been included, not drag it in.
9862 * bfd-in2.h: Regenerate.
9863
259d18a3
L
98642002-02-06 H.J. Lu (hjl@gnu.org)
9865
9866 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
9867 the mach and ISA fields if necessary.
9868
f13b834e
NC
98692002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9870
9871 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
9872 ARM architecture when an F_ARM_5 flag is detected, since we cannot
9873 be sure exactly which architecture this represents.
9874
82f6addb
NC
98752002-02-05 Nick Clifton <nickc@redhat.com>
9876
9877 * po/tr.po: Updated translation.
9878
899f54f5
AM
98792002-02-05 Alan Modra <amodra@bigpond.net.au>
9880
9881 From Jimi X <jimix@watson.ibm.com>
9882 * archures (bfd_mach_ppc64): Define.
9883 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
9884 (bfd_powerpc_arch): Define.
9885 * bfd-in2.h: Regenerate.
9886 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
9887 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
9888 (bfd_powerpc_archs): Add default powerpc64 arch.
9889
248866a8
AM
98902002-02-05 Alan Modra <amodra@bigpond.net.au>
9891
9892 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
9893 against section syms in readonly sections. Don't do the global
9894 sym check if we find one.
9895 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
9896 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 9897 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
9898 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
9899 (elf_s390_grok_prstatus): Add missing prototype.
9900
4fa5c2a8
HPN
99012002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
9902
9903 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
9904 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
9905 Call bfd_get_section_by_name only once. Initialize
9906 bpodata->n_bpo_relocs_this_section.
9907 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
9908 referring to DSOs.
9909 (bpo_reloc_request_sort_fn): Don't use difference of values as
9910 return-value.
9911
537c972e
DB
99122002-02-02 David O'Brien <obrien@FreeBSD>
9913
9914 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
9915 version 4.5 and later the same as 5-CURRENT.
9916 * configure: Re-generate.
9917
006336b8
JT
99182002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
9919
9920 * config.bfd (hppa*-*-netbsd*): New target.
9921
6c571f00
PT
99222002-01-31 Philipp Thomas <pthomas@suse.de>
9923
19397422
AM
9924 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
9925 to front of message. Unify messages with elf32-arm.h. Use
9926 commas where neccessary.
9927 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
9928 ERROR in messages. Unify messages with coff-arm.c. Correct
9929 VFP/FPA error message.
9930 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
9931 APCS-32 for translation.
6c571f00 9932
930b4cb2
HPN
99332002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9934
9935 Perform on-demand global register allocation from
9936 R_MMIX_BASE_PLUS_OFFSET relocs.
9937 * elf64-mmix.c (struct bpo_reloc_section_info, struct
9938 bpo_reloc_request, struct bpo_greg_section_info): New.
9939 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
9940 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
9941 _bfd_mmix_check_all_relocs,
9942 _bfd_mmix_prepare_linker_allocated_gregs,
9943 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
9944 (elf_mmix_howto_table): Correct src_mask for most relocs.
9945 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
9946 case.
9947 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
9948 case. Fix typo in comment. New label do_mmix_reloc.
9949 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
9950 store first object file with a base-plus-offset reloc. Call
9951 mmix_elf_check_common_relocs for the part common with mmo.
9952 (mmix_elf_final_link): Write out linker-allocated register
9953 contents section.
9954 (elf_backend_gc_sweep_hook): Define.
9955 (bfd_elf64_bfd_relax_section): Define.
9956
9957 * mmo.c: Don't include <ctype.h>
9958 (mmo_init): Correct init-once logic.
9959
3e36d993
TR
99602002-02-01 Tom Rix <trix@redhat.com>
9961
9962 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
9963
ba323545
AM
99642002-02-01 Alan Modra <amodra@bigpond.net.au>
9965
9966 * Makefile.am: Run "make dep-am"
9967 * Makefile.in: Regenerate.
9968
012884d6
DB
99692002-01-31 David O'Brien <obrien@FreeBSD>
9970
9971 * configure.in: Recognize the differences in core files from FreeBSD
9972 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
9973 5-CURRENT.
9974 * configure: Regenerate.
9975
3b16e843
NC
99762002-01-31 Ivan Guzvinec <ivang@opencores.org>
9977
9978 * coff-or32.c: New file.
9979 * cpu-or32.c: New file.
9980 * elf32-or32.c: New file.
9981 * archures.c: Add support for or32.
9982 * targets.c: Add support for or32.
9983 * bfd-in2.h: Regenerate.
7dc0ab31 9984 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
9985 coff_write_object_contents): Add support for or32.
9986 * config.bfd: Add target.
9987 * configure.in: Add support for or32.
9988 * configure: Regenerate.
9989 * Makefile.am: Add support for or32.
9990 * Makefile.in: Regenerate.
3b16e843
NC
9991 * po/SRC-POTFILES.in: Add or32 files.
9992 * po/bfd.pot: Regenerate.
7dc0ab31 9993
caf8ca8e
NC
99942002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
9995 Don Lindsay <lindsayd@cisco.com>
9996
9997 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
9998 false' with a return of a bfd_reloc_ error code.
9999
e5dfef09
HPN
100002002-01-31 Hans-Peter Nilsson <hp@axis.com>
10001
10002 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
10003 unexport unreferenced symbols when --export-dynamic. Call
10004 _bfd_elf_strtab_delref when unexporting.
10005
4e4770d0
DJ
100062002-01-30 Daniel Jacobowitz <drow@mvista.com>
10007
10008 * bfd-in.h: Include <stdbool.h> if it is available.
10009 * bfd-in2.h: Regenerated.
10010
e1fa50e7
AM
100112002-01-31 Alan Modra <amodra@bigpond.net.au>
10012
10013 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
10014 not go via the plt.
10015
b5f79c76
NC
100162002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10017
b5f79c76
NC
10018 * archures.c: Tidy up formatting of embedded comments.
10019 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 10020 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
10021 * reloc.c: Tidy up formatting of ordinary & embedded comments.
10022 * section.c: Tidy up formatting of embedded comments.
10023 * syms.c: Tidy up formatting of embedded comments.
10024 * targets.c: Tidy up formatting of embedded comments.
10025
10026 * bfd-in2.h: Regenerate.
10027
ca09e32b
NC
100282002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
10029
10030 * vms-tir.c (cmd_name): New function.
10031 (tir_cmd_name): New function.
10032 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
10033 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
10034 Fix formatting.
7dc0ab31 10035
ca09e32b
NC
10036 * peXXigen.c (pe_print_idata): Rearrange message to aid in
10037 translation.
9b5ecbd0 10038 (pe_print_pdata): Rearrange message to aid in translation.
ca09e32b
NC
10039
10040 * libbfd.c (warn_deprecated): Rearrange error message to aid in
10041 translation.
10042
10043 * ihex.c (ihex_write_object_contents): Fix spelling typo.
10044
10045 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
10046
10047 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
10048 message to aid in translation.
10049
10050 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
10051 to aid in translation.
10052
10053 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
10054
7dc0ab31 100552002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
10056
10057 * coff-arm.c, elf32-elf.h: Unify messages.
10058
05f64ac6
NC
100592002-01-30 Nick Clifton <nickc@redhat.com>
10060
10061 * po/sv.po: Updated translation.
10062
f5a3e38a
NC
100632002-01-30 Philipp Thomas <pthomas@suse.de>
10064
10065 * dwarf2.c (read_abbrev): Use full section name in error message.
10066 (decode_line_info): Likewise.
661a3fd4
NC
10067
10068 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
10069 message.
10070
d926e03d
AM
100712002-01-30 Alan Modra <amodra@bigpond.net.au>
10072
10073 * elf64-ppc.c (func_desc_adjust): Only provide missing function
10074 descriptor symbols for undefined function code syms. Clear
10075 ELF_LINK_NON_ELF so that they can stay weak.
10076
030d18fb 100772002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 10078 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
10079
10080 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
10081 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
10082 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
10083 generation.
10084 * bfd-in2.h: Regenerate.
10085
fcc76bea
CD
100862002-01-29 Chris Demetriou <cgd@broadcom.com>
10087
10088 * elf32-mips.c: Add additional comments about HI16 relocation
10089 processing.
10090 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
10091 pc-relative relocations. (Reverts change made on 2001-10-31.)
10092 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
10093 for pc-relative relocations.
10094 (mips_elf_calculate_relocation): Add a comment about a kludge
10095 in the R_MIPS_GNU_REL_HI16 handling.
10096 (_bfd_mips_elf_relocate_section): Implement that kludge;
10097 adjust pc-relative HI16 relocation for difference in HI16 and
10098 LO16 addresses, since it can't easily be done in
10099 mips_elf_calculate_relocation.
10100
f9cd9119
MS
101012002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
10102
10103 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
10104 relocations with PC32 relocations for undefined or weak symbols.
10105 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
10106 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
10107
702248bb
JT
101082002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
10109
10110 * elfcore.h (elf_core_file_p): Improve comment for last change.
10111
4867be41
DJ
101122002-01-27 Daniel Jacobowitz <drow@mvista.com>
10113
10114 * configure: Regenerated.
10115
a94cef6a
JT
101162002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
10117
10118 * elfcore.h (elf_core_file_p): Set the machine architecture
10119 before processing the program headers.
10120
7562a296
HPN
101212002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
10122
966abd70
HPN
10123 * configure.in <64-bit configuration>: If using gcc, check and
10124 emit error for egcs-1.1.2.
10125 * configure: Regenerate.
10126
e8eab623
NC
101272002-01-26 Egor Duda <deo@logos-m.ru>
10128
10129 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
10130 as possible to avoid stack corruption.
10131
73896efb
RH
101322002-01-26 Richard Henderson <rth@redhat.com>
10133
10134 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
10135 for non-allocated sections.
10136
101372002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
10138
10139 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
10140 prstat.pr_reg even if it is a struct.
10141
73896efb 101422002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 10143
c5cd6d62 10144 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 10145
3d66c4f7
NC
101462002-01-25 Philipp Thomas <pthomas@suse.de>
10147
10148 * coffgen.c (coff_print_symbol): Don't mark info message
10149 for translation.
10150
9460ecda
NC
101512002-01-25 Nick Clifton <nickc@redhat.com>
10152
10153 * po/fr.po: Updated translation.
10154 * po/es.po: Updated translation.
10155
cc9ff76a
AM
101562002-01-25 Philipp Thomas <pthomas@suse.de>
10157
10158 * coff-alpha.c (alpha_relocate_section): Unify warning message
10159 for GP relative relocations without GP defined.
10160 * coff-mips.c (mips_relocate_section): Likewise.
10161
c68836a9
AM
101622002-01-25 Alan Modra <amodra@bigpond.net.au>
10163
10164 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
10165 unsigned overflow when new_offset < old_offset.
10166
e8eab623 101672002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
10168
10169 * bfd.c (_bfd_abort): Fix typo.
10170
8ba89f17
RH
101712002-01-23 Richard Henderson <rth@redhat.com>
10172
10173 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
10174 plt entries for undefweak symbols.
10175
c6953948
NC
101762002-01-23 Steve Ellcey <sje@cup.hp.com>
10177
c5cd6d62 10178 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
10179 (bfd_elf64_ia64_hpux_big_vec): Ditto.
10180 (bfd_elf32_h8300_vec): Ditto.
10181
41bd81ab
AM
101822002-01-23 Alan Modra <amodra@bigpond.net.au>
10183
10184 * elf64-ppc.c: Remove stale part of ABI comment.
10185 (NO_OPD_RELOCS): Define.
10186 (ppc64_elf_check_relocs): Use it.
10187 (ppc64_elf_relocate_section): Here too.
10188 (build_one_stub): Don't point function syms at the stub. Instead,
10189 hijack plt.offset.
10190 (ppc64_elf_relocate_section): Check whether REL24 relocs should
10191 really go to the stub. Make all dynamic relocs in opd against
10192 locals.
10193 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
10194 plt.offset.
10195
f304919d
RH
101962002-01-22 Richard Henderson <rth@redhat.com>
10197
10198 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
10199
c0ef99a7
AM
102002002-01-22 Alan Modra <amodra@bigpond.net.au>
10201
60ee0d4a
AM
10202 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
10203 TOC_BASE_OFF adjustment.
10204
c0ef99a7
AM
10205 * Makefile.am: Run "make dep-am".
10206 * Makefile.in: Regenerate.
10207 * po/SRC-POTFILES.in: Regenerate.
10208
64328b46
AM
102092002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
10210
10211 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
10212 host defines.
10213
59953665 102142002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
10215
10216 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
10217 Check for and emit error if sgot is NULL at this point.
10218
9596feea
JT
102192002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
10220
10221 * config.bfd (ia64*-*-netbsd*): New target.
10222
7b45c6e1
AM
102232002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
10224
10225 * som.c (som_write_space_strings): Comment typo fix.
10226
e5094212
AM
102272002-01-21 Alan Modra <amodra@bigpond.net.au>
10228
e86ce104
AM
10229 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
10230 is_func_descriptor fields.
10231 (link_hash_newfunc): Init them.
10232 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
10233 dot are candidates for plt entries. When processing .opd relocs,
10234 set function descriptor strings to point inside function code
10235 string, and set new ppc_link_hash_entry fields.
10236 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
10237 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
10238 function descriptors. It's now done in..
10239 (func_desc_adjust): New.
10240 (ppc64_elf_func_desc_adjust): New.
10241 (define elf_backend_always_size_sections): Define.
10242 (ppc64_elf_hide_symbol): New.
10243 (define elf_backend_hide_symbol): Define.
10244 (allocate_dynrelocs): Remove code looking up function descriptors
10245 as that has been done earlier.
10246 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
10247 table.
10248 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
10249 up function descriptor.
10250 (build_one_stub): Look up the function code sym. Check for
10251 invalid plt offsets.
10252 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
10253 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
10254
e5094212
AM
10255 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
10256 boolean param.
10257 (_bfd_elf_link_hash_hide_symbol): Likewise.
10258 * elflink.h (elf_link_add_object_symbols): Adjust call to
10259 elf_backend_hide_symbol.
10260 (elf_fix_symbol_flags): Likewise.
10261 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
10262 than bfd_alloc.
10263 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
10264 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
10265 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
10266 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
10267 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
10268 and adjust to suit.
10269 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
10270 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
10271 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
10272
40b8271b
AM
102732002-01-18 Alan Modra <amodra@bigpond.net.au>
10274
10275 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
10276 dynamic function descriptor symbol, not the associated function
10277 symbol.
10278
55baa95b
EC
102792002-01-17 Eric Christopher <echristo@redhat.com>
10280
10281 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
10282
328577ad
NC
102832002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
10284
10285 * po/bfd.pot: Regenerate.
10286 * po/fr.po: Regenerate.
10287
af746e92
AM
102882002-01-17 Alan Modra <amodra@bigpond.net.au>
10289
10290 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
10291 Remove "Elf_Internal_Shdr *" param.
10292 (_bfd_mips_elf_section_from_bfd_section): Ditto.
10293 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
10294 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
10295 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
10296 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
10297 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
10298 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
10299 function to override special sections. Remove hdr arg from
10300 backend call, and don't loop.
10301
175e9962
EC
103022002-01-16 Eric Christopher <echristo@redhat.com>
10303
10304 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
10305 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
10306 relocations requiring gp0 and gp.
10307
96a846ea
RE
103082002-01-16 Richard Earnshaw <rearnsha@arm.com>
10309
175e9962 10310 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
10311 EF_ARM_VFP_FLOAT.
10312 (elf32_arm_print_private_bfd_data): Likewise.
10313
af3ae48d
NC
103142002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
10315
10316 * po/tr.po: Import new version.
10317
10ed1bba
AM
103182002-01-16 Alan Modra <amodra@bigpond.net.au>
10319
10320 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
10321 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
10322 (ORI_R0_R0_0): Correct.
10323
5d1634d7
AM
103242002-01-16 Alan Modra <amodra@bigpond.net.au>
10325
10326 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
10327 when plt_not_loaded.
10328 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
10329 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
10330 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
10331 (ppc64_elf_glink_code): Delete.
10332 (PPC64_ELF_GLINK_SIZE): Delete.
10333 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
10334 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
10335 ORI_R0_R0_0): Define.
10336 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
10337 (struct ppc_link_hash_table): Add sstub and plt_overflow.
10338 (ppc64_elf_link_hash_table_create): Init them.
10339 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
10340 Don't copy to shared lib.
10341 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
10342 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
10343 (allocate_dynrelocs <plt>): Don't change function sym here. Make
10344 room for .stub and .glink code.
10345 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
10346 DT_PPC64_GLINK.
10347 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
10348 bfd_elf64_bfd_final_link.
10349 (bfd_elf64_bfd_final_link): Don't define.
10350 (ppc64_elf_size_stubs): New.
10351 (build_plt_stub): New.
10352 (build_one_stub): New.
10353 (ppc64_elf_build_stubs): New.
10354 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
10355 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
10356 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
10357 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
10358 case output sections not separate. Adjust DT_RELASZ to not
10359 include plt relocs. Set reserved got entry. Set got and plt
10360 entry size.
10361 (elf_backend_got_header_size): Set to 8.
10362 * elf64-ppc.h: New file.
10363
c601ffdb
AM
103642002-01-16 Alan Modra <amodra@bigpond.net.au>
10365
10366 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
10367 sections, use bfd_section_list_remove.
10368 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
10369 * elflink.h (elf_link_add_object_symbols): When removing all
10370 sections, use bfd_section_list_clear.
10371
8fb4cb7f
NC
103722002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
10373
10374 * po/sv.po: New file: Swedish translation.
10375 * configure.in (ALL_LINGUAS): Add sv.
10376 * configure: Regenerate.
10377
d3c456e9
JJ
103782002-01-15 Jakub Jelinek <jakub@redhat.com>
10379
10380 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
10381 * elf.c (merge_sections_remove_hook): New function.
10382 (_bfd_elf_merge_sections): Pass it as 3rd argument to
10383 _bfd_merge_sections.
10384 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
10385 * libbfd.h: Rebuilt.
10386 * merge.c (_bfd_merge_sections): Add remove_hook argument.
10387 Call remove_hook if a SEC_EXCLUDE section is encountered.
10388
1f7fd478
NC
103892002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
10390
10391 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
10392 (xstormy16_reloc_map): Initialise new field with correct howto
10393 table.
10394 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
10395 howto entry.
10396
b87011e9
MS
103972002-01-10 Michael Snyder <msnyder@redhat.com>
10398
10399 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
10400 (elfcore_write_pstatus): Use long instead of pid_t;
10401 * elf-bfd.h: Change prototypes to use long instead of pid_t;
10402
175e9962 104032002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
10404
10405 * elf.c: Update copyright years.
10406 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
10407 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
10408
7c76fa91
MS
104092002-01-08 Michael Snyder <msnyder@redhat.com>
10410
10411 Add capability to write corefile note sections, for gdb.
10412 * elf.c (elfcore_write_note): New function.
10413 (elfcore_write_prpsinfo): New function.
10414 (elfcore_write_prstatus): New function.
10415 (elfcore_write_pstatus): New function.
10416 (elfcore_write_prfpreg): New function.
10417 (elfcore_write_prxfpreg): New function.
97996af6 10418 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 10419
e1fddb6b
AO
104202002-01-08 Alexandre Oliva <aoliva@redhat.com>
10421
10422 * elf.c (elf_fake_sections): Propagate errors from
10423 elf_backend_fake_section.
10424
8d05742f
JT
104252002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
10426
10427 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
10428 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
10429 (elf32-sh-nbsd.lo): New rule.
10430 * Makefile.in: Regenerate.
10431 * config.bfd (sh*le-*-netbsdelf*): New target.
10432 (sh*-*-netbsdelf*): New target.
10433 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
10434 (bfd_elf32_shnbsd_vec): New vector.
10435 (bfd_elf32_shlnbsd_vec): New vector.
10436 * configure: Regenerate.
10437 * elf32-sh-nbsd.c: New file.
10438 * targets.c: Update copyright years.
175e9962 10439 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
10440 bfd_elf32_shnbsd_vec.
10441
1dba4cb4
AH
104422002-01-07 Aldy Hernandez <aldyh@redhat.com>
10443
10444 * coff-rs6000.c (READ20): Use bfd_scan_vma.
10445
47b22aef
GK
104462002-01-07 Geoffrey Keating <geoffk@redhat.com>
10447
10448 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
10449 of a symbol in a section that will be deleted.
10450
be2d1673
NC
104512002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
10452
10453 * po/es.po: New file: Spanish translation.
10454 * configure.in (ALL_LINGUAS): Add es.
10455 * configure: Regenerate.
10456
d9cf1b54
AM
104572002-01-06 Steve Ellcey <sje@cup.hp.com>
10458
10459 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
10460 argument so we can handle HP-UX specially.
10461 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
10462 (elfNN_hpux_backend_section_from_bfd_section): New for support
10463 of SHN_IA_64_ANSI_COMMON.
10464 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
10465 (is_unwind_section_name): Add special HP-UX support.
10466 (elfNN_ia64_section_from_shdr): Add support for more sections.
10467 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
10468 add support for more sections.
10469 (elfNN_ia64_additional_program_headers): Modify
10470 is_unwind_section_name call.
10471 (elfNN_ia64_modify_segment_map): Remove assumption that there is
10472 only one unwind section in segment.
10473
3f3c5c34
AM
104742002-01-06 Alan Modra <amodra@bigpond.net.au>
10475
10476 * syms.c (_bfd_generic_make_empty_symbol): New function.
10477 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
10478 _bfd_generic_make_empty_symbol.
10479 * libbfd.h: Regenerate.
10480 * bfd-in2.h: Regenerate.
10481 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
10482 (hppabsd_core_get_symtab_upper_bound): Don't define.
10483 (hppabsd_core_get_symtab): Likewise.
10484 (hppabsd_core_print_symbol): Likewise.
10485 (hppabsd_core_get_symbol_info): Likewise.
10486 (hppabsd_core_bfd_is_local_label_name): Likewise.
10487 (hppabsd_core_get_lineno): Likewise.
10488 (hppabsd_core_find_nearest_line): Likewise.
10489 (hppabsd_core_bfd_make_debug_symbol): Likewise.
10490 (hppabsd_core_read_minisymbols): Likewise.
10491 (hppabsd_core_minisymbol_to_symbol): Likewise.
10492 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
10493 Formatting fixes.
10494 * hpux-core.c: Similarly.
10495 * irix-core.c: Similarly.
10496 * osf-core.c: Similarly.
10497 * sco5-core.c: Similarly.
10498 * binary.c (binary_make_empty_symbol): Remove function, define as
10499 _bfd_generic_make_empty_symbol.
10500 * ihex.c (ihex_make_empty_symbol): Likewise.
10501 * mmo.c (mmo_make_empty_symbol): Likewise.
10502 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
10503 * srec.c (srec_make_empty_symbol): Likewise.
10504 * versados.c (versados_make_empty_symbol): Likewise.
10505 * vms.c (_bfd_vms_make_empty_symbol): Remove.
10506 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
10507 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
10508 rather than _bfd_vms_make_empty_symbol.
10509 * vms-misc.c (new_symbol): Likewise.
10510
3f0a7f7f
AM
105112002-01-05 Alan Modra <amodra@bigpond.net.au>
10512
9e7b37b3
AM
10513 * section.c (bfd_section_init): Remove unnecessary initialisations.
10514 (bfd_section_list_clear): New function.
10515 (bfd_section_list_remove, bfd_section_list_insert): New macros.
10516 (_bfd_strip_section_from_output): Use them.
10517 * coffcode.h (coff_set_alignment_hook): Likewise.
10518 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
10519 * elf64-mips.c (mips_elf64_final_link): Likewise.
10520 * elf64-mmix.c (mmix_elf_final_link): Likewise.
10521 * sunos.c (sunos_add_dynamic_symbols): Likewise.
10522 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
10523 * bfd-in2.h: Regenerate.
10524
10525 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
10526 rather than doing our own section handling. Clean up after errors
10527 with bfd_release and bfd_section_list_clear. Handle unexpected
10528 flags.
10529 * aoutf1.h (sunos4_core_file_p): Likewise.
10530 * aix386-core.c (aix386_core_file_p): Likewise.
10531 * cisco-core.c (cisco_core_file_validate): Likewise.
10532 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
10533 * trad-core.c (trad_unix_core_file_p): Likewise.
10534
9b5ecbd0 10535 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
9e7b37b3
AM
10536 with bfd_release and bfd_section_list_clear.
10537 * hpux-core.c (hpux_core_core_file_p): Likewise.
10538 * irix-core.c (irix_core_core_file_p): Likewise.
10539 * lynx-core.c (lynx_core_file_p): Likewise.
10540 * osf-core.c (osf_core_core_file_p): Likewise.
10541 * rs6000-core.c (rs6000coff_core_p): Likewise.
10542 * sco5-core.c (sco5_core_file_p): Likewise.
10543
3f0a7f7f
AM
10544 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
10545 sign extension adjustments without conditionals.
10546
a3aa38ee
JJ
105472002-01-04 Jakub Jelinek <jakub@redhat.com>
10548
10549 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
10550 CIE at .eh_frame start is removed due to no FDEs referencing it.
10551
8a8b2d4b
AJ
105522002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10553
10554 * config.bfd (x86_64-*-netbsd*): New target.
10555 * configure.in (x86_64-*-netbsd*): Set COREFILE
10556 to netbsd-core.lo.
10557 * configure: Regenerated.
10558
04b5af89
TR
105592002-01-03 Tom Rix <trix@redhat.com>
10560
10561 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
10562 for recent bfd_make_section_anyway change.
10563
51c5503b
NC
105642002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
10565
10566 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
10567 R_ARM_THM_PC11 reloc.
10568
07f7c046
NC
105692002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10570
10571 * configure.in (LINGUAS): Add ja.
10572 * configure: Regenerate.
10573 * po/ja.po: Import from translation project's web site.
10574
5eefb65f
NC
105752002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10576
10577 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
10578 messages to ease translation into other languages.
10579
39e90f10 10580For older changes see ChangeLog-0001
56882138
AM
10581\f
10582Local Variables:
10583mode: change-log
10584left-margin: 8
10585fill-column: 74
10586version-control: never
10587End:
This page took 0.645877 seconds and 4 git commands to generate.