]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - bfd/ChangeLog
* elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
cd67d266
JJ
12002-07-31 Jakub Jelinek <jakub@redhat.com>
2
3 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
4 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
5
f7c33884
NC
62002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
7
8 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
9 archive object is target dependant.
10
8f64befb
NC
112002-07-31 Adam Nemet <anemet@lnxw.com>
12
13 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
14 (THUMB_PLT_ENTRY_SIZE): New macro.
15 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
16 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
17 ARM_PLT_ENTRY_SIZE.
18 (elf32_arm_plt_entry): Likewise.
19 (elf_backend_plt_header_size): Likewise.
20 (elf32_thumb_plt0_entry): New global.
21 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
22 into .plt.thumb.
23 (elf32_thumb_plt_entry): New global.
24 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
25 Thumb entries. Set the bottom bit of the corresponding GOT entry
26 for a Thumb PLT entry.
27 (struct elf32_arm_plt_entry_info): New structure.
28 (struct elf32_arm_link_hash_entry, plt_info): New member of this
29 type.
30 (elf32_arm_link_hash_newfunc): Initialize new member.
31 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
32 relocations against the PLT.
33 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
34 first_rel_type if this is the first time we encounter the symbol.
35 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
36 Determine if relocation needs a PLT entry. Set first_rel_type if
37 this is the first time we encounter the symbol
38 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
39 functions as well.
40 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
41 (elf32_arm_create_dynamic_sections): New function. Create the
42 .plt.thumb section.
43 (elf_backend_create_dynamic_sections): Call it.
44
47badb7b
NC
452002-07-31 Nick Clifton <nickc@redhat.com>
46
47 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
48 'alternative' in order to avoid shadowing global symbol of the
49 same name.
50 * bfd-in2.h: Regenerate.
51 * libbfd.h: Regenerate.
52 * libcoff.h: Regenerate.
53
8a397dad
TS
542002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
55
56 * Makefile.am: Add n32 ABI support.
57 * Makefile.in: Regenerate.
58 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
59 bit vectors for mips*-*-linux targets as optional.
60 * configure.in: Add n32 ABI vectors.
61 * configure: Regenerate.
62 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
63 * elfn32-mips.c: New file, n32 ABI support.
64 * targets.c: Add n32 ABI vectors.
65
7e392df6 662002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 67
7e392df6
NC
68 * elfarmqnx-nabi.c: New file: Support for QNX.
69 * config.bfd: Add support for arm-*-nto target.
70 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
71 * configure: Regenerate.
72 * Makefile.am: Add entries for elfarmqnx-nabi.c.
73 * Makefile.in: Regenerate.
74 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
75 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
76 * elfarm-nabi.c: Do not include elf32-arm.h if
77 ELFARM_NABI_C_INCLUDED is defined.
78 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
79
802002-07-30 Nick Clifton <nickc@redhat.com>
81
83e1617e
NC
82 * po/sv.po: Updated Swedish translation.
83
704afa60
JJ
842002-07-30 Jakub Jelinek <jakub@redhat.com>
85
86 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
87
487e54f2
AM
882002-07-30 Alan Modra <amodra@bigpond.net.au>
89
90 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
91 * archive.c (bfd_generic_archive_p): Likewise.
92 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
93 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
94 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
95 (xcoff64_archive_p): Likewise.
96 (xcoff64_openr_next_archived_file): Likewise.
97 (xcoff64_archive_p): Clean up tdata properly on error.
98 * coffgen.c (coff_real_object_p): Likewise.
99 (coff_object_p): Release filehdr and opthdr.
100 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
101 * ieee.c (ieee_archive_p): Likewise.
102 * ihex.c (ihex_object_p): Likewise.
103 (ihex_mkobject): Always allocate tdata.
104 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
105 * srec.c (srec_mkobject): Always allocate tdata.
106 (srec_object_p): Clean up tdata properly on error.
107 (symbolsrec_object_p): Likewise.
108 * versados.c (versados_object_p): Likewise.
109 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
110 and bfd_realloc instead of realloc.
111 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
112 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
113 place of bfd_malloc, simplifying error freeing. Free hash table too.
114 (vms_object_p): Clean up tdata on error.
115 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
116 (vms_close_and_cleanup): Adjust for bfd_alloc use.
117
9d46020e
AM
1182002-07-30 Alan Modra <amodra@bigpond.net.au>
119
120 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
121
fb39dac1
RS
1222002-07-26 Chris Demetriou <cgd@broadcom.com>
123
124 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
125 flags into resulting BFD.
126
7a624474
AM
1272002-07-26 Alan Modra <amodra@bigpond.net.au>
128
129 From John Reiser <jreiser@BitWagon.com>
130 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
131 tls_ldm_got.refcount.
132
a4382ec6
TS
1332002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
134
135 * elf64-mips.c: Update TODO comment.
136 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
137 mips_elf64_gprel16_reloca): Remove prototypes.
138 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
139 (UNUSED_RELOC): Replace by EMPTY_RELOC.
140 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
141 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
142 R_MIPS_HIGHEST.
143 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
144 R_MIPS_GOT16. Remove wrong comments.
145 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
146 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
147 from elf32-mips.c.
148 (mips_elf64_hi16_reloc): Fix formatting.
149 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
150 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
151 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
152 (mips_elf64_gprel16_reloc): Make static. Add check for
153 partial_inplace.
154 (mips_elf64_gprel16_reloca): Remove.
155 (mips_elf64_literal_reloc): New function.
156 (mips_elf64_gprel32_reloc): Fix formatting.
157 (mips_elf64_shift6_reloc): Fix comment. Make static.
158 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
159 elf32-mips.c.
160 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
161 elf32-mips.c
162 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
163 specific relocations.
164 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
165 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
166 (ELF_MAXPAGESIZE): Add comment.
167
219576a4
NC
1682002-07-25 Nick Clifton <nickc@redhat.com>
169
170 * po/sv.po: Updated Swedish translation.
171 * po/es.po: Updated Spanish translation.
172 * po/fr.po: Updated French translation.
173
8c58d23b
AM
1742002-07-25 Alan Modra <amodra@bigpond.net.au>
175
176 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
177 as elf_link_record_local_dynamic_symbol.
178 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
179 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
180 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
181 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
182 attempt is made to record a symbol in a discarded section, and
183 return `2' in that case.
184
ff3063f5
NC
1852002-07-24 Nick Clifton <nickc@redhat.com>
186
187 * po/sv.po: Updated Swedish translation.
188 * po/es.po: Updated Spanish translation.
189
f0fe0e16
AM
1902002-07-23 Alan Modra <amodra@bigpond.net.au>
191
c1fb5f8a
AM
192 * po/SRC-POTFILES.in: Regenerate.
193
f0fe0e16
AM
194 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
195 immediately. Remove code handling relocatable linking.
196 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
197 * elf32-cris.c (cris_elf_relocate_section): Likewise.
198 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 199 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
200 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
201 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
202 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
203 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
204 * elf32-v850.c (v850_elf_relocate_section): Likewise.
205 * elf32-vax.c (elf_vax_relocate_section): Likewise.
206 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
207 * elf32-avr.c (elf_backend_rela_normal): Define.
208 * elf32-cris.c: Likewise.
209 * elf32-fr30.c: Likewise.
de2d743e 210 * elf32-frv.c: Likewise.
f0fe0e16
AM
211 * elf32-h8300.c: Likewise.
212 * elf32-hppa.c: Likewise.
213 * elf32-ip2k.c: Likewise.
214 * elf32-sparc.c: Likewise.
215 * elf32-v850.c: Likewise.
216 * elf32-vax.c: Likewise.
217 * elf64-hppa.c: Likewise.
218 * elf64-sparc.c: Likewise.
219 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 220 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
221 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
222 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
223 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
224 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
225 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
226 * elf-m10200.c (USE_RELA): Don't define.
227 * elf-m10300.c: Likewise.
de2d743e 228 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
229 * elf32-i370.c: Likewise.
230 * elf32-ip2k.c: Likewise.
231 * elf32-m68k.c: Likewise.
232 * elf32-mcore.c: Likewise.
233 * elf32-ppc.c: Likewise.
234 * elf32-s390.c: Likewise.
235 * elf32-vax.c: Likewise.
236 * elf64-ppc.c: Likewise.
237 * elf64-s390.c: Likewise.
238 * elf64-x86-64.c: Likewise.
239 * elfxx-ia64.c: Likewise.
240 * elf32-avr.c (USE_REL): Don't undef.
241 * elf32-ip2k.c: Likewise.
242
5e8d7549
NC
2432002-07-23 Nick Clifton <nickc@redhat.com>
244
245 * elf-bfd.h (struct elf_backend_data): Add new bitfield
246 'want_p_paddr_set_to_zero'.
247 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
248 to false;
249 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
250 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
251
9e12c7db
NC
2522002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
253
254 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
255 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
256 show the Copyright string.
257 Minor formatting tidy ups.
258
0461a601
NC
2592002-07-23 Nick Clifton <nickc@redhat.com>
260
ff3063f5
NC
261 * po/fr.po: Updated French translation.
262 * po/sv.po: Updated Swedish translation.
0461a601 263
fad2542d
AM
2642002-07-23 Alan Modra <amodra@bigpond.net.au>
265
266 * elflink.h (elf_link_input_bfd): Don't change internal symbols
267 when outputting relocs.
268
c0647bfc
JT
2692002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
270
271 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
272 DT_PLTGOT into the dynamic section if there is a PLT.
273
d01414a5
TS
2742002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
275
276 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
277 elf32-mips.c.
278 (_bfd_mips_elf_write_section): Likewise.
279 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
280 (_bfd_mips_elf_write_section): Likewise.
281 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
282 (elf32_mips_write_section): Likewise.
283 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
284 (_bfd_mips_elf_write_section): Likewise.
285
40c97fc6
AM
2862002-07-19 Alan Modra <amodra@bigpond.net.au>
287
288 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
289 PT_IA_64_UNWIND segments for a given section.
290
58378160
L
2912002-07-17 H.J. Lu <hjl@gnu.org>
292
293 * Makefile.am: Fix a typo.
294 * Makefile.in: Regenerate.
295
cf88bb9f
NC
2962002-07-15 Denis Chertykov <denisc@overta.ru>
297 Frank Ch. Eigler <fche@redhat.com>
298 Ben Elliston <bje@redhat.com>
299 Alan Lehotsky <alehotsky@cygnus.com>
300 John Healy <jhealy@redhat.com>
301 Graham Stott <grahams@redhat.com>
302 Jeff Johnston <jjohnstn@redhat.com>
303
304 * Makefile.am: Add support for ip2k.
305 * Makefile.in: Regenerate.
306 * doc/Makefile.in: Regenerate.
307 * archures.c: Add support for ip2k.
308 * config.bfd: Add support for ip2k.
309 * configure.in: Add support for ip2k.
310 * configure: Regenerate.
311 * reloc.c: Add support for ip2k.
312 * targets.c: Add support for ip2k.
313 * bfd-in2.h: Regenerate.
314 * libbfd.h: Regenerate.
315 * cpu-ip2k.c: New file.
316 * elf32-ip2k.c: New file.
317
0dafd5f6
RE
3182002-07-17 Ian Rickards <irickard@arm.com>
319
40c97fc6 320 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
321 just return the filename.
322
36b08f12
AM
3232002-07-16 Moritz Jodeit <moritz@jodeit.org>
324
325 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
326
58821868
AM
3272002-07-16 Alan Modra <amodra@bigpond.net.au>
328
329 * elflink.h: Formatting fixes, tidy prototypes.
330 (elf_link_assign_sym_version): Move common code out of loop.
331
c89583f8
AM
3322002-07-16 Alan Modra <amodra@bigpond.net.au>
333
334 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
335 reloc section size is zero. Correct reloc output location.
336
ba94744e
AM
3372002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
338
339 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
340 the final type for the e_fsel selector when generating PA2.0W code.
341 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
342 relocations.
343
96a94295
L
3442002-07-14 H.J. Lu <hjl@gnu.org>
345
346 * elflink.h (elf_link_assign_sym_version): Hide the default
347 definition if there is a hidden versioned definition.
348
6849c52f
HPN
3492002-07-12 Hans-Peter Nilsson <hp@axis.com>
350
351 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
352 dynamic reference test in assertion when initializing GOT with
353 static contents. Just assert that there are either no dynamic
354 sections, the symbol is defined in the regular objects or that the
355 symbol is undef weak. Tweak comment.
356 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
357 only if the symbol isn't defined in the program and isn't undef
358 weak.
359 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
360 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
361 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
362 (elf_cris_discard_excess_program_dynamics): Don't consider
363 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
364
239e1f3a
AM
3652002-07-11 Alan Modra <amodra@bigpond.net.au>
366
367 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
368 unresolved debugging relocs in dynamic applications.
369 * elf32-s390.c (elf_s390_relocate_section): Likewise.
370 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
371 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
372 * elf64-s390.c (elf_s390_relocate_section): Likewise.
373 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
374 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
375
2f6d9989
AM
3762002-07-10 Alan Modra <amodra@bigpond.net.au>
377
f5e87a1d
AM
378 * elf64-ppc.c (ONES): Define.
379 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
380 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
381 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
382
2f6d9989
AM
383 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
384 (ppc64_elf_set_private_flags): Delete.
385 (ppc64_elf_section_from_shdr): Delete.
386 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
387 (ppc64_elf_fake_sections): Delete.
388 (bfd_elf64_bfd_set_private_flags): Don't define.
389 (bfd_elf64_get_symbol_info): Likewise.
390 (elf_backend_section_from_shdr): Likewise.
391 (elf_backend_fake_sections): Likewise.
392
0594c12d
AM
3932002-07-10 Marco Walther <Marco.Walther@sun.com>
394
395 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
396 when not already set.
397 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
398 (elf_backend_fake_sections): Define.
399
699cb9b8
AM
4002002-07-10 Alan Modra <amodra@bigpond.net.au>
401
402 * merge.c (_bfd_merge_section): Remove redundant output_section check.
403 Formatting.
404 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
405
0a4787a0
HPN
4062002-07-09 Hans-Peter Nilsson <hp@axis.com>
407
408 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
409 NULL sym_hashes to just before use.
410 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
411 symbol with non-default visibility.
412 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
413 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
414 Ditto.
415 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
416 symbol with non-default visibility.
417 (cris_elf_check_relocs): At tests for local symbol before
418 increasing h->plt.refcount, also check for non-default
419 visibility. Ditto when checking for local symbol to eliminate
420 pc-relative runtime relocs.
421
aecc8f8a
AM
4222002-07-08 Alan Modra <amodra@bigpond.net.au>
423
424 * elf.c: Formatting.
425 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
426 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
427 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
428 segments.
429
e9168c1e
MM
4302002-07-07 Mark Mitchell <mark@codesourcery.com>
431 Alan Modra <amodra@bigpond.net.au>
432
433 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
434 account the impact of relocation count overflow when computing
435 section offsets.
436 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
437 or not to apply the PE COFF reloc overflow handling. Fix a
438 fencepost error in deciding whether or not to use that technique.
439
6cdc0ccc
AM
4402002-07-07 Alan Modra <amodra@bigpond.net.au>
441
442 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
443 change type of locsyms.
444 (bfd_elf_get_elf_syms): Declare.
445 * elf.c (bfd_elf_get_elf_syms): New function.
446 (group_signature): Use bfd_elf_get_elf_syms.
447 (bfd_section_from_r_symndx): Likewise.
448 * elfcode.h (elf_slurp_symbol_table): Likewise.
449 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
450 (elf_link_add_object_symbols): Likewise. Reorganise to increase
451 locality of various data structures. Properly free internal relocs.
452 (elf_bfd_final_link): Properly free internal relocs.
453 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
454 (elf_link_input_bfd): Likewise.
455 (elf_gc_mark): Likewise. Properly free internal relocs.
456 (elf_gc_sweep): Properly free internal relocs.
457 (elf_reloc_symbol_deleted_p): No need to swap syms in.
458 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
459 internal relocs.
460 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
461 Properly free possibly cached info.
462 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
463 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
464 symbol swapping code.
465 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
466 Properly free possibly cached info.
467 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
468 (mn10300_elf_relax_delete_bytes): Likewise.
469 (mn10300_elf_symbol_address_p): Likewise.
470 (mn10300_elf_get_relocated_section_contents): Likewise.
471 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
472 (elf32_h8_relax_delete_bytes): Likewise.
473 (elf32_h8_symbol_address_p): Likewise.
474 (elf32_h8_get_relocated_section_contents): Likewise.
475 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
476 (m32r_elf_relax_delete_bytes): Likewise.
477 (m32r_elf_get_relocated_section_contents): Likewise.
478 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
479 elf_section_data to determine whether cached.
480 (sh_elf_relax_section): As above for elf-m10200.c.
481 (sh_elf_relax_delete_bytes): Likewise.
482 (sh_elf_get_relocated_section_contents): Likewise.
483 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
484 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
485 reading of local syms.
486 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
487 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
488 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
489 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
490 relocs.
491 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
492 free internal relocs and section contents. Don't read symbols.
493 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
494 (elf32_hppa_size_stubs): Don't free local syms.
495 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
496 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
497 possibly cached info.
498 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
499 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
500 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
501 all_local_syms.
502 (get_local_syms): Delete function.
503 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
504 on exit.
505 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
506
b3212001
JW
5072002-07-05 Jim Wilson <wilson@redhat.com>
508
509 * syms.c (decode_section_type): New.
510 (bfd_decode_symclass): Call decode_section_type.
511
894bb1ee
JJ
5122002-07-04 Jakub Jelinek <jakub@redhat.com>
513
514 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
515 section content start.
516 Reported by Michael Schumacher <mike@hightec-rt.com>.
517
bc0ba537
AM
5182002-07-04 Alan Modra <amodra@bigpond.net.au>
519
520 * section.c (_bfd_strip_section_from_output): Remove unnecessary
521 link order code. Don't actually remove the output section here;
522 Just set a flag for the linker to do so.
523 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
524 sections when setting up output section dynsyms.
525
797fc050
AM
5262002-07-04 Alan Modra <amodra@bigpond.net.au>
527
528 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
529 fudge.
530 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
531 libs here instead.
532
99881371
MS
5332002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
534
535 * elf64-s390.c (create_got_section): Set .got section alignment to
536 8 bytes.
537 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
538
47d9a591
AM
5392002-07-02 Alan Modra <amodra@bigpond.net.au>
540
541 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
542
179d3252
JT
5432002-07-01 Matt Thomas <matt@3am-software.com>
544
545 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
546 to EF_VAX_*.
547
4a14403c
TS
5482002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
549
550 * elfxx-mips.c (ABI_64_P): Fix comment.
551 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
552 new section names for N64 ABI.
553 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
554 (mips_elf_calculate_relocation): Code formatting.
555 (mips_elf_create_dynamic_relocation): Likewise.
556 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
557 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
558 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
559 in any NewABI.
560 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
561 for NewABI.
562 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
563 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
564 here, too.
565
607c0e09
AS
5662002-07-01 Andreas Schwab <schwab@suse.de>
567
568 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
569 R_X86_64_64 to R_X86_64_RELATIVE.
570
ba26fd96
AM
5712002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
572
573 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
574 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
575 Run "make dep-am".
576 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
577 host_aout_vec.
578 * configure.in (vaxbsd_vec): Add.
579 * targets.c (vaxbsd_vec): Add.
580 * Makefile.in: Rebuild.
581 * configure: Rebuild.
582 * po/SRC-POTFILES.in: Rebuild.
583
1e2f5b6e
AM
5842002-07-01 Alan Modra <amodra@bigpond.net.au>
585
586 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
587 examining to gc_mark_hook, rather than the bfd.
588 (elf_gc_sections): Adjust.
589 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
590 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
591 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
592 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
593 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
594 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
595 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
596 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
597 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
598 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
599 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
600 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
601 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
602 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
603 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
604 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
605 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
606 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
607 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
608 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
609 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
610 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
611 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
612 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
613 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
614 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
615 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
616 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
617 redundant local sym tests.
618 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
619 (link_hash_newfunc): Init is_entry.
620 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
621 (ppc64_elf_link_hash_table_create): Init all_local_syms.
622 (create_linkage_sections): Use bfd_make_section_anyway rather than
623 bfd_make_section.
624 (ppc64_elf_mark_entry_syms): New function.
625 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
626 up opd entry to function section map.
627 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
628 relocs that reference the opd section.
629 (edit_opd): New function.
630 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
631 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
632 (get_local_syms): Do so here. Exit if we already have local syms.
633 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
634 read local syms on non-ELF input.
635 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
636 than duplicating it's function here. Adjust free of internal
637 relocs to suit.
638 (ppc64_elf_relocate_section): Adjust local syms in opd section.
639 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
640 * elf32-hppa.c (elf32_hppa_size_stubs): Call
641 _bfd_elf32_link_read_relocs rather than duplicating it's function
642 here. Adjust free of internal relocs to suit.
643
1b71fb54
AJ
6442002-07-01 Andreas Jaeger <aj@suse.de>
645
646 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
647 are not allowed in shared libs code, enforce -fPIC.
648
8d28f606
HPN
6492002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
650
651 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
652 trailing zero-sequences when there's previous left-over data.
653
5ac81c74
JL
6542002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
655
656 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
657 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
658 and opd_rel_sec in order for starting rela section. Check _raw_size.
659 (elf_backend_reloc_type_class): Define.
660
91a4d569
AM
6612002-06-27 Kevin Buettner <kevinb@redhat.com>
662
663 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
664 DWARF2 formats.
665
feee612b
AM
6662002-06-27 Alan Modra <amodra@bigpond.net.au>
667
668 * cpu-powerpc.c: Comment on ordering of arch_info.
669 * elf32-ppc.c (ppc_elf_object_p): New function.
670 (elf_backend_object_p): Define.
671 * elf64-ppc.c (ppc64_elf_object_p): New function.
672 (elf_backend_object_p): Define.
673
a4e6cefc
JT
6742002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
675
676 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
677 * configure: Regenerate.
678
dae2dd0d
NC
6792002-06-25 Jason Eckhardt <jle@rice.edu>
680
681 * dwarf2.c (decode_line_info): Check unit->addr_size
682 to read in the proper number of prologue bytes.
683
680f9d5c
NC
6842002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
685
686 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
687 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
688 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
689 been enabled.
dae2dd0d 690
680f9d5c
NC
691 * targets.c (_bfd_target_vector[]): Only include
692 aix5coff64_vec if 64-bit bfd support has been enabled.
693
d4c88bbb
AM
6942002-06-25 Alan Modra <amodra@bigpond.net.au>
695
696 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
697 * elf32-hppa.c (hppa_add_stub): Likewise.
698 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
699 * elflink.h (elf_add_default_symbol): Fix comment typo.
700 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
701 (elf_link_add_object_symbols): Likewise.
702 (elf_link_assign_sym_version): Likewise.
703 * hash.c (bfd_hash_lookup): Likewise.
704 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
705 * section.c (bfd_get_unique_section_name): Likewise.
706 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
707 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
708 (assign_section_numbers): Likewise.
709 (_bfd_elfcore_make_pseudosection): Likewise.
710 (elfcore_grok_lwpstatus): Likewise.
711 (elfcore_grok_win32pstatus): Likewise.
712 (elfcore_write_note): Constify input params. Use PTR instead of
713 void *. Include terminating NUL in namesz. Correct padding.
714 Support NULL "name" param. Use memcpy instead of strcpy.
715 (elfcore_write_prpsinfo): Constify input params.
716 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
717 (elfcore_write_lwpstatus): Likewise.
718 (elfcore_write_pstatus): Likewise.
719 (elfcore_write_prfpreg): Likewise.
720 (elfcore_write_prxfpreg): Likewise.
721 * elf-bfd.h (elfcore_write_note): Update declaration.
722 (elfcore_write_prpsinfo): Likewise.
723 (elfcore_write_prstatus): Likewise.
724 (elfcore_write_pstatus): Likewise.
725 (elfcore_write_prfpreg): Likewise.
726 (elfcore_write_prxfpreg): Likewise.
727 (elfcore_write_lwpstatus): Likewise.
728
b0ac09d2
NC
7292002-06-25 Jason Eckhardt <jle@rice.edu>
730
731 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
732 symbols of type stProc and stStaticProc.
733
7342002-06-25 Nick Clifton <nickc@redhat.com>
735
736 * ecoff.c: VArious formatting fixes.
737
021d6096
AM
7382002-06-25 Alan Modra <amodra@bigpond.net.au>
739
740 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
741
82e51918
AM
7422002-06-25 Alan Modra <amodra@bigpond.net.au>
743
744 * aout-adobe.c: Don't compare against "true" or "false.
745 * aout-target.h: Likewise.
746 * aoutx.h: Likewise.
747 * archive.c: Likewise.
748 * bout.c: Likewise.
749 * cache.c: Likewise.
750 * coff-a29k.c: Likewise.
751 * coff-alpha.c: Likewise.
752 * coff-i386.c: Likewise.
753 * coff-mips.c: Likewise.
754 * coff-or32.c: Likewise.
755 * coff64-rs6000.c: Likewise.
756 * coffcode.h: Likewise.
757 * coffgen.c: Likewise.
758 * cpu-ns32k.c: Likewise.
759 * ecoff.c: Likewise.
760 * ecofflink.c: Likewise.
761 * elf.c: Likewise.
762 * elf32-arm.h: Likewise.
763 * elf32-cris.c: Likewise.
764 * elf32-d30v.c: Likewise.
765 * elf32-i386.c: Likewise.
766 * elf32-mcore.c: Likewise.
767 * elf32-ppc.c: Likewise.
768 * elf32-sh.c: Likewise.
769 * elf32-sh64.c: Likewise.
770 * elf32-v850.c: Likewise.
771 * elf64-alpha.c: Likewise.
772 * elf64-sh64.c: Likewise.
773 * elfcode.h: Likewise.
774 * elfcore.h: Likewise.
775 * elflink.h: Likewise.
776 * elfxx-mips.c: Likewise.
777 * i386os9k.c: Likewise.
778 * ieee.c: Likewise.
779 * libbfd.c: Likewise.
780 * linker.c: Likewise.
781 * mmo.c: Likewise.
782 * nlm32-alpha.c: Likewise.
783 * nlm32-i386.c: Likewise.
784 * nlm32-ppc.c: Likewise.
785 * nlm32-sparc.c: Likewise.
786 * nlmcode.h: Likewise.
787 * oasys.c: Likewise.
788 * pdp11.c: Likewise.
789 * peicode.h: Likewise.
790 * reloc.c: Likewise.
791 * som.c: Likewise.
792 * srec.c: Likewise.
793 * tekhex.c: Likewise.
794 * vms.c: Likewise.
795 * xcofflink.c: Likewise.
796 * elf64-sparc.c: Edit comment to not use "== false".
797
798 * aoutf1.h: Don't use "? true : false".
799 * ecoff.c: Likewise.
800 * format.c: Likewise.
801 * ieee.c: Likewise.
802 * linker.c: Likewise.
803 * mmo.c: Likewise.
804 * oasys.c: Likewise.
805
48fc70a2
AM
8062002-06-23 H.J. Lu <hjl@gnu.org>
807
808 * elflink.h (elf_link_add_archive_symbols): For the default
809 version, check references with only one `@' first.
810
47b7c2db
AM
8112002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
812
813 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
814 function.
815 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
816 symbol table.
817 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
818 (elf64_hppa_size_dynamic_sections): Revise to use
819 elf64_hppa_mark_milli_and_exported_functions.
820 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
821 symbols out of dynamic symbol table.
822
f5d44ba0
AM
8232002-06-23 Alan Modra <amodra@bigpond.net.au>
824
bb3fff1e
AM
825 * Makefile.in: Regenerate.
826 * libbfd.h: Regenerate.
827 * bfd-in2.h: Regenerate.
828 * configure: Regenerate.
829 * po/SRC-POTFILES.in: Regenerate.
830
f5d44ba0
AM
831 * elflink.h: Comment typo fixes.
832
8332002-06-23 H.J. Lu <hjl@gnu.org>
834
835 * elf-bfd.h (elf_link_loaded_list): New structure.
836 (elf_link_hash_table): Add "loaded".
837 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
838 * elflink.h (elf_link_check_versioned_symbol): New function.
839 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
840
cc36acdf
NC
8412002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
842
843 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 844 support an ELF style hash table, return true, indicating that
cc36acdf
NC
845 nothing needed to be done, rather than false, indicating that the
846 section's size could not be computed.
847
4e5ba5b7
DB
8482002-06-18 Dave Brolley <brolley@redhat.com>
849
850 From Catherine Moore, Michael Meissner, Dave Brolley:
851 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
852 * targets.c: Support bfd_elf32_frv_vec.
853 * reloc.c: Add FRV relocs.
854 * configure.in: Add support for bfd-elf32-frv-vec.
855 * config.bfd (targ_cpu): Add support for frv-*-elf.
856 * archures.c: Add frv arch and machines.
857 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
858 (ALL_MACHINES_CFILES): Add cpu-frv.c.
859 (BFD32_BACKENDS): Add elf32-frv.lo.
860 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
861 (cpu-frv.lo): New target.
862 (elf32-frv.lo): New target.
863 * cpu-frv.c: New file.
864 * elf32-frv.c: New file.
865
7ece0d85
JJ
8662002-06-18 Jakub Jelinek <jakub@redhat.com>
867
868 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
869 e_shnum == 0.
870 Only read the first section header if e_shoff is non-zero.
871 Don't consider e_shstrndx if there are no sections.
872
57fb03ac
TR
8732002-06-17 Tom Rix <trix@redhat.com>
874
875 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 876 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
877 complain_overflow_bitfield.
878
341ca622
AM
8792002-06-17 Alan Modra <amodra@bigpond.net.au>
880
767e34d1
AM
881 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
882 (bfd_fdopenr): Likewise.
883 (bfd_openstreamr): Likewise.
884 (bfd_openw): Likewise.
885
341ca622
AM
886 * targets.c: Sort target vecs.
887 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
888 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
889 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
890 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
891 * configure.in: Sort target vecs. Add m88kmach3_vec.
892 * configure: Regenerate.
893
dfbbae4c
HPN
8942002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
895
896 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
897 bpo_reloc_no to break sort order ties, not address of items.
898
d663e1cd
JL
8992002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
900
901 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
902 Skip excluded sections in determing __gp value.
903 (elf_hppa_final_link_relocate): Use the symbol's address in
904 R_PARISC_FPTR64 relocations that don't need an opd entry.
905 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
906 (elf64_hppa_finalize_dynreloc): Likewise.
907 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
908 (elf64_hppa_finish_dynamic_symbol): Break up assert.
909
a8295218
NC
9102002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
911
912 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
913 alignment for .bss, .data and .text sections so that sse and sse2
914 code will work.
915 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
916
9172002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
918
919 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
920 sh[1234]*-elf*.
921
3db4b612
JL
9222002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
923
2cb69dd3
JL
924 * elflink.h (elf_bfd_final_link): Improve error handling for missing
925 dynamic sections.
926
3db4b612
JL
927 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
928 for a symbol that has no output section.
929 (allocate_dynrel_entries): Correct comment.
930 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
931 unless we want one.
932 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
933 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
934 with no section. Remove unnecessary parentheses.
935
f3813499
TR
9362002-06-11 Tom Rix <trix@redhat.com>
937
938 * coffcode.h (coff_compute_section_file_positions): Add data
939 section to AIX loader alignment check.
940
f5d44ba0 941 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
942 alignment to 4 bytes.
943 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
944 power accessor macro.
945 (do_shared_object_padding): Remove invalid assertion.
946
0ebaf185
RS
9472002-06-10 Richard Sandiford <rsandifo@redhat.com>
948
949 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
950 for removed output sections.
951
ebe3e2d1
NC
9522002-06-10 Geoffrey Keating <geoffk@redhat.com>
953
954 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
955 htab_alloc.
956 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
957
0b14c2aa
L
9582002-06-08 H.J. Lu <hjl@gnu.org>
959
960 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
961 work around a long long bug in gcc 2.96 on mips.
962
3c2bfad6
JT
9632002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
964
965 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
966 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
967 Regenerate dependency lists.
968 * Makefile.in: Regenerate.
969 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
970 vax1knetbsd_vec to targ_selvecs.
971 * configure.in: Add vax1knetbsd_vec.
972 * configure: Regenerate.
973 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
974 * vax1knetbsd.c: New file.
975 * vaxnetbsd.c: Update copyright years.
976 (TARGET_PAGE_SIZE): Set to 0x1000.
977 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
978
91149be3
JT
9792002-06-08 Matt Thomas <matt@3am-software.com>
980
981 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
982
21e15248
AM
9832002-06-08 Alan Modra <amodra@bigpond.net.au>
984
985 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
986
986b7daa
AM
9872002-06-08 Alan Modra <amodra@bigpond.net.au>
988
e90b95f6
AM
989 * Makefile.am: Run "make dep-am".
990 * Makefile.in: Regenerate.
991
3f9c735e
AM
992 * armnetbsd.c: Replace CONST with const.
993 * corefile.c: Likewise.
994 * elf32-dlx.c: Likewise.
995 * elf64-mips.c: Likewise.
996 * mmo.c: Likewise.
997 * ns32knetbsd.c: Likewise.
998
986b7daa
AM
999 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
1000 table is elf64-sparc.
1001
5a659663
TS
10022002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1003
1004 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
1005 Fix RELA addends to get not shifted in the result. Don't do special
1006 handling of R_MIPS_64 for NewABI.
1007
9bab7074
AM
10082002-06-07 Alan Modra <amodra@bigpond.net.au>
1009
1010 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
1011 (NAME(aout,slurp_reloc_table)): Likewise.
1012 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
1013 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
1014 (xcoff_write_archive_contents_big): Likewise.
1015 (xcoff_generate_rtinit): Likewise.
1016 (xcoff_generate_rtinit): Likewise, and check error return.
1017 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
1018 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
1019 (coff_get_normalized_symtab): Likewise.
1020 (coff_make_empty_symbol): Likewise.
1021 (bfd_coff_set_symbol_class): Likewise.
1022 * cofflink.c (coff_link_add_symbols): Likewise.
1023 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
1024 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
1025 (bfd_ecoff_write_accumulated_debug): Likewise.
1026 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
1027 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
1028 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
1029 * ieee.c (do_with_relocs): Use bfd_zalloc.
1030 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
1031 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
1032 (NAME(aout,slurp_reloc_table)): Likewise.
1033 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
1034 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
1035 * som.c (som_build_and_write_symbol_table): Likewise.
1036 (som_slurp_string_table): Likewise.
1037 (som_slurp_symbol_table): Likewise.
1038 (som_bfd_ar_write_symbol_stuff): Likewise.
1039 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
1040 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
1041 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
1042 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
1043 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
1044
1126897b
AM
10452002-06-07 Alan Modra <amodra@bigpond.net.au>
1046
1047 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
1048 "group" union.
1049 (elf_group_name): Update.
1050 (elf_group_id): Define.
1051 (bfd_elf_set_group_contents): Declare.
1052 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
1053 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
1054 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
1055 that sym for the signature.
1056 (_bfd_elf_compute_section_file_positions): Don't call
1057 set_group_contents for "ld -r" case.
1058 (swap_out_syms): Use bfd_zalloc.
1059 * elflink.h (elf_link_add_archive_symbols): Likewise.
1060 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
1061 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
1062
3fad3c7c
AM
10632002-06-07 Alan Modra <amodra@bigpond.net.au>
1064
1065 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
1066 relocs in opd for non-shared too.
1067
76f99c63
JL
10682002-06-06 Jeffrey Law <law@redhat.com
1069
1070 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
1071 relocations.
1072
7217313c
NC
10732002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
1074
1075 * merge.c: Include libiberty.h.
1076 * elf-strtab.c: Include libiberty.h.
1077
6cb22815
AM
10782002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
1079
1080 * peXXigen.c (pe_print_idata): Remove unused variable.
1081
1ed89aa9
NC
10822002-06-06 David Heine <dlheine@tensilica.com>
1083
1084 * elf.c (assign_file_positions_for_segments): Remove unallocated
1085 sections from the section to segment mapping for PT_LOAD segments.
1086 Update comment about empty loadable segments.
1087
644c4c80
RS
10882002-06-06 Richard Sandiford <rsandifo@redhat.com>
1089
1090 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
1091 is within the .stabstr section.
1092
f8ecb12b
AM
10932002-06-06 Alan Modra <amodra@bigpond.net.au>
1094
1095 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
1096 are "const PTR", not "const PTR *".
1097 (bfd_elf32_swap_symbol_in): Likewise.
1098 (bfd_elf64_swap_symbol_in): Likewise.
1099 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
1100 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1101 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1102 (elf_link_add_object_symbols): Likewise.
1103 (elf_link_record_local_dynamic_symbol): Likewise.
1104 (elf_link_input_bfd): Likewise.
1105 (elf_gc_mark): Likewise.
1106 (elf_reloc_symbol_deleted_p): Likewise.
1107 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1108 (mn10200_elf_relax_delete_bytes): Likewise.
1109 (mn10200_elf_symbol_address_p): Likewise.
1110 (mn10200_elf_get_relocated_section_contents): Likewise.
1111 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1112 (mn10300_elf_relax_section): Likewise.
1113 (mn10300_elf_relax_delete_bytes): Likewise.
1114 (mn10300_elf_symbol_address_p): Likewise.
1115 (mn10300_elf_get_relocated_section_contents): Likewise.
1116 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1117 (elf32_h8_relax_delete_bytes): Likewise.
1118 (elf32_h8_symbol_address_p): Likewise.
1119 (elf32_h8_get_relocated_section_contents): Likewise.
1120 * elf32-hppa.c (get_local_syms): Likewise.
1121 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1122 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1123 * elf32-sh.c (sh_elf_relax_section): Likewise.
1124 (sh_elf_relax_delete_bytes): Likewise.
1125 (sh_elf_get_relocated_section_contents): Likewise.
1126 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1127 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1128 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1129 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1130 * elf64-ppc.c (get_local_syms): Likewise.
1131 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1132 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1133
1ed89aa9 11342002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
1135
1136 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
1137
73ff0d56
AM
11382002-06-05 Alan Modra <amodra@bigpond.net.au>
1139
9dce4196
AM
1140 * elf.c (group_signature): Swap in the whole symbol, and handle
1141 extracting section symbol names.
1142 (setup_group): Add comment.
1143 (set_group_contents): When called from objcopy or ld, arrange for
1144 section contents to be written. Write group member output section
1145 indices to allow objcopy to reorganize sections.
1146 (_bfd_elf_copy_private_section_data): Copy group info.
1147
73ff0d56
AM
1148 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
1149 (bfd_elf32_swap_symbol_in): Update prototype.
1150 (bfd_elf64_swap_symbol_in): Likewise.
1151 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
1152 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
1153 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
1154 (elf_link_add_object_symbols): Likewise.
1155 (elf_link_record_local_dynamic_symbol): Likewise.
1156 (elf_link_input_bfd): Likewise.
1157 (elf_gc_mark): Likewise.
1158 (elf_reloc_symbol_deleted_p): Likewise.
1159 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
1160 (mn10200_elf_relax_delete_bytes): Likewise.
1161 (mn10200_elf_symbol_address_p): Likewise.
1162 (mn10200_elf_get_relocated_section_contents): Likewise.
1163 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
1164 (mn10300_elf_relax_section): Likewise.
1165 (mn10300_elf_relax_delete_bytes): Likewise.
1166 (mn10300_elf_symbol_address_p): Likewise.
1167 (mn10300_elf_get_relocated_section_contents): Likewise.
1168 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
1169 (elf32_h8_relax_delete_bytes): Likewise.
1170 (elf32_h8_symbol_address_p): Likewise.
1171 (elf32_h8_get_relocated_section_contents): Likewise.
1172 * elf32-hppa.c (get_local_syms): Likewise.
1173 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
1174 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
1175 * elf32-sh.c (sh_elf_relax_section): Likewise.
1176 (sh_elf_relax_delete_bytes): Likewise.
1177 (sh_elf_get_relocated_section_contents): Likewise.
1178 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
1179 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
1180 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
1181 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
1182 * elf64-ppc.c (get_local_syms): Likewise.
1183 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
1184 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
1185 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
1186 * elf64-alpha.c (alpha_elf_size_info): Likewise.
1187 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
1188 * elf64-mips.c (mips_elf64_size_info): Likewise.
1189 * elf64-s390.c (s390_elf64_size_info): Likewise.
1190 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
1191
53bfd6b4
MR
11922002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1193
1194 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
1195 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
1196 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
1197 _bfd_mips_elf_ignore_discarded_relocs.
1198 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
1199
d4df96e6
L
12002002-06-05 H.J. Lu <hjl@gnu.org>
1201
1202 * elfxx-mips.c (mips_elf_calculate_relocation): Call
1203 _bfd_elf_rel_local_sym for STT_SECTION relocations against
1204 the SEC_MERGE section.
1205
e61463e1
AM
12062002-06-05 Alan Modra <amodra@bigpond.net.au>
1207
3cac74d0
AM
1208 * coff-alpha.c: Update copyright date.
1209 * coff-mips.c: Likewise.
1210 * xcoff-target.h: Likewise.
1211
e61463e1
AM
1212 * bfd-in.h: Remove "taken from the source" comment.
1213 * libbfd-in.h: Likewise.
1214 * libcoff-in.h: Likewise.
1215 * bfd-in2.h: Regenerate.
1216 * libbfd.h: Regenerate.
1217 * libcoff.h: Regenerate.
1218
1219 * elf.c (bfd_elf_discard_group): Return true.
1220 * elf-bfd.h (bfd_elf_discard_group): Declare.
1221 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
1222 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
1223 * bfd.c (bfd_discard_group): Define.
1224 * targets.c (struct bfd_target): Add _bfd_discard_group.
1225 (BFD_JUMP_TABLE_LINK): Here too.
1226 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
1227 * aout-adobe.c (aout_32_bfd_discard_group): Define.
1228 * aout-target.h (MY_bfd_discard_group): Define.
1229 * aout-tic30.c (MY_bfd_discard_group): Define.
1230 * binary.c (binary_bfd_discard_group): Define.
1231 * bout.c (b_out_bfd_discard_group): Define.
1232 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
1233 * coffcode.h (coff_bfd_discard_group): Define.
1234 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
1235 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
1236 * i386msdos.c (msdos_bfd_discard_group): Define.
1237 * i386os9k.c (os9k_bfd_discard_group): Define.
1238 * ieee.c (ieee_bfd_discard_group): Define.
1239 * ihex.c (ihex_bfd_discard_group): Define.
1240 * mmo.c (mmo_bfd_discard_group): Define.
1241 * nlm-target.h (nlm_bfd_discard_group): Define.
1242 * oasys.c (oasys_bfd_discard_group): Define.
1243 * ppcboot.c (ppcboot_bfd_discard_group): Define.
1244 * som.c (som_bfd_discard_group): Define.
1245 * srec.c (srec_bfd_discard_group): Define.
1246 * tekhex.c (tekhex_bfd_discard_group): Define.
1247 * versados.c (versados_bfd_discard_group): Define.
1248 * vms.c (vms_bfd_discard_group): Define.
1249 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
1250 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
1251 (aix5coff64_vec): Likewise.
1252 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
1253
9cba27b2
JT
12542002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1255
1256 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
1257 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
1258 (elf32-sh64-com.lo): New dependency list.
1259 * Makefile.in: Regenerate.
1260 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
1261 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
1262 elf32-sh64-com.lo.
1263 * configure: Regenerate.
1264 * elf32-sh64.c (sh64_address_in_cranges)
1265 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
1266 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
1267 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
1268 * elf32-sh64-com.c: ...here. New file.
1269
8d2c33be
AM
12702002-06-04 Alan Modra <amodra@bigpond.net.au>
1271
1272 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
1273 ATTRIBUTE_UNUSED on used params.
1274 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
1275 before calling bfd_section_from_elf_index on local syms.
1276 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
1277
5b0e55b6
JT
12782002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
1279
1280 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
1281 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
1282 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
1283 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
1284 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
1285 * Makefile.in: Regenerate.
1286 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
1287 (sh64-*-netbsd*): New targets.
1288 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
1289 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
1290 * configure: Regenerate.
1291 * elf32-sh64-nbsd.c: New file.
1292 * elf64-sh64-nbsd.c: New file.
1293 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
1294 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
1295 bfd_elf64_sh64lnbsd_vec.
1296
b885599b
AM
12972002-06-04 Alan Modra <amodra@bigpond.net.au>
1298
1299 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
1300 (bfd_section_from_shdr): Likewise. Set section name of group
1301 sections from signature.
1302 (group_signature): Split out from setup_group. Ensure symbol table
1303 is available.
1304 (bfd_elf_discard_group): New function.
1305 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
1306 .gnu.linkonce* sections if they are members of a group.
1307 (set_group_contents): Set GRP_COMDAT flag.
1308 * section.c (bfd_discard_group): New function.
1309 * bfd-in.h (bfd_elf_discard_group): Declare.
1310 * bfd-in2.h: Regenerate.
1311 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
1312 (elf_linkonce_p): Define.
1313
90937f86
AM
13142002-06-04 Alan Modra <amodra@bigpond.net.au>
1315
1316 * elf.c (bfd_section_from_shdr): Make "name" const.
1317 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
1318 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
1319 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
1320 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
1321 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
1322 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
1323 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
1324 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
1325 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
1326 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
1327 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
1328
cf6fb9ce
MR
13292002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1330
1331 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
1332 ABI.
1333
cedb70c5
KH
13342002-06-02 Kazu Hirata <kazu@cs.umass.edu>
1335
1336 * elf32-arc.c: Fix formatting.
1337 * elf32-arm.h: Likewise.
1338 * elf32-cris.c: Likewise.
1339 * elf32-dlx.c: Likewise.
1340 * elf32-hppa.c: Likewise.
1341 * elf32-i386.c: Likewise.
1342 * elf32-i386qnx.c: Likewise.
1343 * elf32-or32.c: Likewise.
1344 * elf32-s390.c: Likewise.
1345 * elf32-sh64.c: Likewise.
1346 * elf32-vax.c: Likewise.
1347 * elf32-xstormy16.c: Likewise.
1348 * elf64-alpha.c: Likewise.
1349 * elf64-mmix.c: Likewise.
1350 * elf64-ppc.c: Likewise.
1351 * elf64-s390.c: Likewise.
1352 * elf64-sh64.c: Likewise.
1353 * elf64-x86-64.c: Likewise.
1354
048d873d
RH
13552002-06-02 Richard Henderson <rth@redhat.com>
1356
1357 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
1358 null when there are no got entries for a symbol.
1359 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
1360 uninitialized variable warning.
1361
4a67a098
RH
13622002-06-01 Richard Henderson <rth@redhat.com>
1363
1364 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
1365 undefined symbols here.
1366 (elf64_alpha_relax_section): Do it here. Also test for not
1367 defined in the current module.
1368 (elf64_alpha_relocate_section_r): Split out of ...
1369 (elf64_alpha_relocate_section): ... here. Don't dereference
1370 NULL when looking up local got entries.
1371
f44f99a5
RH
13722002-06-01 Richard Henderson <rth@redhat.com>
1373
1374 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
1375 symbols from JSR relaxation.
1376 (elf64_alpha_size_plt_section_1): New.
1377 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
1378 (elf64_alpha_size_rela_got_1): ... here.
1379 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
1380 (elf64_alpha_size_rela_got_section): ... here.
1381 (elf64_alpha_size_plt_section): New.
1382 (elf64_alpha_relax_section): Call them.
1383 (elf64_alpha_size_got_sections): Remove output_bfd arg.
1384 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
1385
9e756d64
RH
13862002-06-01 Richard Henderson <rth@redhat.com>
1387
1388 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
1389 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
1390 in shared libraries. Fix DTPRELHI and TPRELHI value.
1391 (INSN_ADDQ, INSN_RDUNIQ): New.
1392 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
1393 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
1394 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
1395 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
1396 Handle GOTDTPREL and GOTTPREL relocations.
1397 (elf64_alpha_relax_gprelhilo): New.
1398 (elf64_alpha_relax_tls_get_addr): New.
1399 (elf64_alpha_relax_find_tls_segment): New.
1400 (elf64_alpha_relax_section): Handle TLS relocations.
1401 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
1402 (elf64_alpha_check_relocs): Set it.
1403
c853d7f6
RH
14042002-06-01 Richard Henderson <rth@redhat.com>
1405
b646261c
RH
1406 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
1407
c853d7f6
RH
1408 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
1409 check; don't suppress dynamic relocs for non-allocated sections.
1410
d7e41a96
RH
1411 * elf64-alpha.c: Remove dead code.
1412
5f333394
AM
14132002-05-31 Alan Modra <amodra@bigpond.net.au>
1414
08e0ee05
AM
1415 * bfd-in2.h: Regenerate.
1416 * libbfd.h: Regenerate.
1417 * po/SRC-POTFILES.in: Regenerate.
1418
5f333394
AM
1419 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
1420 space for bss .plt.
1421
caf47ea6
AM
14222002-05-31 Graeme Peterson <gp@qnx.com>
1423
1424 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
1425 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
1426 Run "make dep-am".
1427 * Makefile.in: Regenerate.
1428 * config.bfd: Add i[3456]86-*-nto-qnx* support.
1429 * configure.in: Add bfd_elf32_i386qnx_vec support.
1430 * configure: Regenerate.
1431 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
1432 is_contained_by_filepos, and copy_private_bfd_data_p.
1433 * elf.c (assign_file_positions_for_segments): Call backend
1434 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
1435 (IS_CONTAINED_BY_FILEPOS): Define.
1436 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
1437 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
1438 Fix non-K&R call to _bfd_error_handler.
1439 (_bfd_elf_copy_private_section_data): Use backend
1440 copy_private_bfd_data_p.
1441 * elf32-i386.c: Don't include elfxx-target.h when
1442 ELF32_I386_C_INCLUDED is defined.
1443 * elf32-i386qnx.c: New QNX elf backend file.
1444 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
1445 elf_backend_is_contained_by_filepos, and
1446 elf_backend_do_copy_private_bfd_data.
1447 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
1448
5bc56484
AM
14492002-05-31 Alan Modra <amodra@bigpond.net.au>
1450
1451 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
1452 Move other similar defines to start of file.
1453
1b164155
TR
14542002-05-30 Tom Rix <trix@redhat.com>
1455
1456 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
1457 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
1458
3765b1be
RH
14592002-05-30 Richard Henderson <rth@redhat.com>
1460
1461 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
1462 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
1463 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
1464 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
1465 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
1466 (struct alpha_elf_obj_tdata): Rename total_got_entries and
1467 n_local_got_entries to total_got_size and local_got_size.
1468 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
1469 (alpha_got_entry_size): New.
1470 (elf64_alpha_relax_with_lituse): Use it.
1471 (elf64_alpha_relax_without_lituse): Likewise.
1472 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
1473 (get_got_entry): New.
1474 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
1475 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
1476 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
1477 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
1478 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
1479 (elf64_alpha_calc_got_offsets): Likewise.
1480 (alpha_dynamic_entries_for_reloc): New.
1481 (elf64_alpha_calc_dynrel_sizes): Use it.
1482 (elf64_alpha_size_dynamic_sections): Likewise.
1483 (elf64_alpha_relocate_section): Handle TLS relocations.
1484 * reloc.c: Add Alpha TLS relocations.
1485 * bfd-in2.h, libbfd.h: Rebuild.
1486
5e226794
NC
14872002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
1488
1489 * peXXigen.c (pe_print_idata): Remove double printed
1490 import table lines; add Bound-To comment.
1491
90ace9e9
JT
14922002-05-29 Matt Thomas <matt@3am-software.com>
1493
1494 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
1495 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
1496 (elf32-vax.lo): New rule.
1497 * Makefile.in: Regenerate.
1498 * configure.in (bfd_elf32_vax_vec)
1499 (vaxnetbsd_vec): New vectors.
1500 * configure: Regenerate.
1501 * config.bfd (vax-*-netbsdelf*)
1502 (vax-*-netbsdaout*)
1503 (vax-*-netbsd*): New targets.
1504 * elf32-vax.c: New file.
1505 * reloc.c: Add VAX relocations.
1506 * bfd-in2.h: Regenerate.
1507 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
1508
4a253e81
JT
15092002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
1510
1511 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
1512 and bfd_elf32_bigarm_vec to targ_selvecs.
1513
6e7c73dd
CF
15142002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
1515
1516 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
1517 with auto-imported symbols.
1518
8afb0e02
NC
15192002-05-29 Adam Nemet <anemet@lnxw.com>
1520
1521 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
1522 sections only record bfd.
9bab7074 1523 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 1524 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 1525 * bfd-in2.h: Regenerate.
8afb0e02 1526
a95653f5
NC
15272002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
1528
1529 * syms.c (_bfd_stab_section_find_nearest_line): Move
1530 declaration and initialisation of saw_line and saw_func out of
1531 for loop.
1532
7cdc5bba
AM
15332002-05-29 Alan Modra <amodra@bigpond.net.au>
1534
1535 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
1536 (bfd_elf64_get_symbol_info): Define.
1537 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
1538
4c7aad1c
AM
15392002-05-29 Andrey Volkov <avolkov@transas.com>
1540
1541 * cpu-h8300.c: Make default h8300 machine first in machine list.
1542
d172d4ba
NC
15432002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
1544
1545 * config.bfd: Added DLX configuraton.
1546 * Makefile.am: Added DLX configuraton.
1547 * configure.in: Added DLX configuraton.
1548 * archures.c: Add DLX architecure.
1549 * reloc.c: Add DLX relocs.
1550 * targets.c: Added DLX target vector.
1551 * configure: Regenerate.
1552 * Makefile.in: Regenreate.
1553 * bfd-in2.h: Regenreate.
1554 * elf32-dlx.c: New file: Support DLX target.
1555 * cpu-dlx.c: New file: Support DLX target.
1556
d1329ca3
AM
15572002-05-25 Alan Modra <amodra@bigpond.net.au>
1558
428d0de3
AM
1559 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
1560
d1329ca3
AM
1561 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
1562 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
1563 strings to point inside function code sym string.
1564 (func_desc_adjust): Likewise.
1565 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
1566
3bab7989
ML
15672002-05-24 Michal Ludvig <mludvig@suse.cz>
1568
1569 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
1570 (elf64_x86_64_grok_psinfo): Added.
1571
436e8db0
NC
15722002-05-24 TAMURA Kent <kent@netbsd.org>
1573
1574 * config.bfd: Add a target for i386-netbsdpe.
1575
ea1e4b0d
AM
15762002-05-24 Alan Modra <amodra@bigpond.net.au>
1577
1578 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
1579 and is_func_descriptor.
1580 (func_desc_adjust): Hide function code sym in shared libs unless
1581 there is a matching exported function descriptor sym.
1582
13ae64f3
JJ
15832002-05-23 Jakub Jelinek <jakub@redhat.com>
1584
1585 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
1586 for symbols from SHF_TLS section.
1587 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
1588 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
1589 (map_sections_to_segments): Build PT_TLS segment if necessary.
1590 (assign_file_positions_for_segments): Likewise.
1591 (get_program_header_size): Account for PT_TLS segment.
1592 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
1593 SEC_THREAD_LOCAL sections to STT_TLS.
1594 * reloc.c: Add 386 and IA-64 TLS relocs.
1595 * section.c (SEC_THREAD_LOCAL): Define.
1596 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
1597 Remove.
1598 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
1599 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
1600 unconditionally.
1601 (struct elf_final_link_info): Add first_tls_sec.
1602 (elf_bfd_final_link): Set first_tls_sec.
1603 Compute elf_hash_table (info)->tls_segment.
1604 (elf_link_output_extsym): Handle STT_TLS symbols.
1605 (elf_link_input_bfd): Likewise.
1606 * syms.c (BSF_THREAD_LOCAL): Define.
1607 * bfd-in2.h: Rebuilt.
1608 * libbfd.h: Rebuilt.
1609 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
1610 elf_i386_mkobject, elf_i386_object_p): New functions.
1611 (elf_howto_table): Add TLS relocs.
1612 (elf_i386_reloc_type_lookup): Support TLS relocs.
1613 (elf_i386_info_to_howto_rel): Likewise.
1614 (struct elf_i386_link_hash_entry): Add tls_type.
1615 (struct elf_i386_obj_tdata): New.
1616 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
1617 New macros.
1618 (struct elf_i386_link_hash_table): Add tls_ldm_got.
1619 (link_hash_newfunc): Clear tls_type.
1620 (elf_i386_check_relocs): Support TLS relocs.
1621 (elf_i386_gc_sweep_hook): Likewise.
1622 (allocate_dynrelocs): Likewise.
1623 (elf_i386_size_dynamic_sections): Likewise.
1624 (elf_i386_relocate_section): Likewise.
1625 (elf_i386_finish_dynamic_symbol): Likewise.
1626 (bfd_elf32_mkobject, elf_backend_object_p): Define.
1627 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
1628 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
1629 want_tprel, want_dtpmod, want_dtprel.
1630 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
1631 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
1632 R_IA64_LTOFF_TPREL22.
1633 (elf_code_to_howto_index): Add TLS relocs.
1634 (elfNN_ia64_check_relocs): Support TLS relocs.
1635 (allocate_global_data_got): Account for TLS .got data.
1636 (allocate_dynrel_entries): Account for TLS dynamic relocations.
1637 (elfNN_ia64_install_value): Supprt TLS relocs.
1638 (set_got_entry): Support TLS relocs.
1639 (elfNN_ia64_relocate_section): Likewise.
1640
c62e1cc3
NC
16412002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
1642
1643 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
1644 BLX reloc round the relocation up rather than down.
1645 * coff-arm.c (coff_arm_relocate_section): Likewise.
1646
c5a43a5d
L
16472002-05-21 H.J. Lu (hjl@gnu.org)
1648
1649 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
1650 definition.
1651
afbe61cf
AM
16522002-05-22 Alan Modra <amodra@bigpond.net.au>
1653
1654 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
1655 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
1656
9c07fe7c
AM
16572002-05-22 Alan Modra <amodra@bigpond.net.au>
1658
1659 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
1660 unresolved relocs.
1661 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
1662
21611032
TS
16632002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1664
1665 * bfd/bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
1666 non-ELF targets.
1667
41241523
TS
16682002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1669
1670 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
1671 an error value.
1672 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
1673 return with false on error.
1674 (elf_link_input_bfd): Check reloc_emitter return value.
1675
658f2588
JT
16762002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
1677
1678 * config.bfd (armeb-*-netbsdelf*): New target.
1679
c862ae31
AM
16802002-05-20 Alan Modra <amodra@bigpond.net.au>
1681
1682 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
1683 at the plt call stub.
1684
6dd14845
TS
16852002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1686
1687 * cpu-mips.c (mips_compatible): Don't try to check machine
1688 compatibility.
1689
a58d9c34
TR
16902002-05-18 Tom Rix <trix@redhat.com>
1691
1692 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
1693
ef60b7ff
AM
16942002-05-17 Alan Modra <amodra@bigpond.net.au>
1695
1696 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
1697 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
1698 we've already warned about an undefined symbol. Report more
1699 detail on reloc errors.
1700
a703a6ea
AM
17012002-05-17 Alan Modra <amodra@bigpond.net.au>
1702
1703 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
1704 * configure.in: Invoke AM_INSTALL_LIBBFD.
1705 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
1706 (install_libbfd): .. New target.
1707 (uninstall_libbfd): Likewise.
1708 (install-bfdlibLTLIBRARIES): Likewise.
1709 (uninstall-bfdlibLTLIBRARIES): Likewise.
1710 (bfdlibdir): New.
1711 (bfdincludedir): New.
1712 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
1713 * aclocal.m4: Regenerate.
1714 * configure: Regenerate.
1715 * Makefile.in: Regenerate.
1716
2c13d98b
NC
17172002-05-17 Stuart Balfour <sbalfour@cisco.com>
1718
1719 * hash.c (bfd_hash_lookup): Remove computation of len from inside
1720 hash loop.
1721
629936c5
NC
17222002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
1723
1724 * config.bfd: Add targets for sh64-linux (little endian and
1725 big endian).
1726
e4cf60a8
NC
17272002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
1728
1729 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
1730 is located in the same section as the import table. Instead
1731 check, and if necessary load the section containing the thunk.
1732
d1e66cd4
NC
17332002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
1734
1735 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
1736 bfd_bread.
1737 (xcoff64_core_file_matches_executable_p): Replace bfd_read
1738 with bfd_bread.
d1e66cd4 1739
2d653fc7
AM
17402002-05-15 Alan Modra <amodra@bigpond.net.au>
1741
1742 * aix5ppc-core.c: Warning fixes.
1743 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
1744 * aout-target.h (MY_bfd_link_just_syms): Define.
1745 * aout-tic30.c (MY_bfd_link_just_syms): Define.
1746 * bfd.c (bfd_link_just_syms): Define.
1747 * binary.c (binary_bfd_link_just_syms): Define.
1748 * bout.c (b_out_bfd_link_just_syms): Define.
1749 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
1750 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
1751 * coffcode.h (coff_bfd_link_just_syms): Define.
1752 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
1753 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
1754 (_bfd_elf_link_just_syms): Declare.
1755 * elf.c (_bfd_elf_link_just_syms): New function.
1756 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
1757 sections haven't already been discarded by the linker.
1758 * elflink.h (elf_link_add_object_symbols): Likewise for stab
1759 sections and SEC_MERGE sections.
1760 (elf_bfd_discard_info): Similarly here.
1761 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
1762 * i386msdos.c (msdos_bfd_link_just_syms): Define.
1763 * i386os9k.c (os9k_bfd_link_just_syms): Define.
1764 * ieee.c (ieee_bfd_link_just_syms): Define.
1765 * ihex.c (ihex_bfd_link_just_syms): Define.
1766 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
1767 (_bfd_generic_link_just_syms): Declare.
1768 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
1769 * linker.c (_bfd_generic_link_just_syms): New function.
1770 * mmo.c (mmo_bfd_link_just_syms): Define.
1771 * nlm-target.h (nlm_bfd_link_just_syms): Define.
1772 * oasys.c (oasys_bfd_link_just_syms): Define.
1773 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
1774 * som.c (som_bfd_link_just_syms): Define.
1775 * srec.c (srec_bfd_link_just_syms): Define.
1776 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
1777 (BFD_JUMP_TABLE_LINK): And here.
1778 * tekhex.c (tekhex_bfd_link_just_syms): Define.
1779 * versados.c (versados_bfd_link_just_syms): Define.
1780 * vms.c (vms_bfd_link_just_syms): Define.
1781 * libbfd.h: Regenerate.
1782 * bfd-in2.h: Regenerate.
1783
cb7394f2
TS
17842002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1785
1786 * elf32-mips.c: Remove superfluous definitions copied from
1787 elfxx-mips.c.
1788 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
1789 SGIish vectors to check the special case.
1790 (mips_elf_hi16_reloc): Fix comment.
1791 (mips_elf_got16_reloc): Likewise.
1792 (_bfd_mips_elf32_gprel16_reloc): Likewise.
1793 (elf_reloc_map): Code cleanup.
1794 (mips_reloc_map): Add comment.
1795 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
1796 (mips_elf32_rtype_to_howto): Likewise.
1797 (mips_elf32_discard_info): Likewise.
1798 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
1799 lead to IRIX compatibility now.
1800
8dc1a139
TS
18012002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1802
1803 * elfxx-mips.c: Call it IRIX, not Irix in comments.
1804
2051e1b5
JT
18052002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
1806
1807 * config.bfd (shle-*-netbsdelf*): Add target which includes
1808 sh64 support.
1809
83954261
AM
18102002-05-13 David Edelsohn <edelsohn@gnu.org>
1811
1812 * configure.in: Revert 2002-04-07. Instead, auto-configure
1813 HAVE_ST_C_IMPL.
1814 * configure: Regenerate.
1815 * config.in: Regenerate.
1816 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
1817 or AIX_5_CORE.
1818
a9bf1154
NC
18192002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
1820
1821 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
1822 corefiles as well.2
1823 * configure: Regenerate.
1824
3129eb7a
AM
18252002-05-13 Alan Modra <amodra@bigpond.net.au>
1826
1827 * Makefile.am (install-data-local): Install headers to
1828 $(exec_prefix)/include.
1829 * Makefile.in: Regenerate.
1830
a9a32010
DJ
18312002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1832 Daniel Jacobowitz <drow@mvista.com>
1833
1834 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
1835 map BFD_RELOC_RVA.
1836
18372002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
1838
1839 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
1840 hppa*-*-openbsd*): New targets.
1841 * configure.in (alpha*-*-openbsd*): Set COREFILE.
1842 * configure: Regenerate.
1843
f1f0d9ab
TR
18442002-05-10 Tom Rix <trix@redhat.com>
1845
ea1e4b0d 1846 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
1847 xcoff64_ppc_relocate_section.
1848 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
1849 * libxcoff.h: Common xcoff_reloc_type function declaration.
1850
c432ba1a
AM
18512002-05-10 Alan Modra <amodra@bigpond.net.au>
1852
16a10388 1853 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 1854 added in 2002-05-09 commit.
16a10388 1855
c432ba1a
AM
1856 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
1857 don't look for stubs on all undefined syms.
1858
4a335f3d
AM
18592002-05-09 Alan Modra <amodra@bigpond.net.au>
1860
8fc39d5d
AM
1861 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
1862 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
1863 pcrel_offset.
1864
4a335f3d
AM
1865 * elf32-i386.c (elf_howto_table): Comments.
1866 (elf_i386_relocate_section): Handle more relocs for relocatable
1867 linking and against SEC_MERGE sections.
1868
41fcb14e
AM
18692002-05-08 Alan Modra <amodra@bigpond.net.au>
1870
1871 * elf32-ppc.c (ppc_elf_create_got): New function.
1872 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 1873 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
1874 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
1875 _bfd_elf_create_got_section.
1876
b491616a
AM
18772002-05-07 Alan Modra <amodra@bigpond.net.au>
1878
1879 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
1880 * elfxx-target.h (elf_backend_rela_normal): Define.
1881 (elfNN_bed): Init rela_normal.
1882 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
1883 for section symbols here if rela_normal. Simplify abs section test.
1884 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
1885 return immediately. Remove code handling relocatable linking.
1886 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
1887 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
1888 * elf32-i370.c (i370_elf_relocate_section): Likewise.
1889 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
1890 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
1891 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
1892 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
1893 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
1894 * elf32-s390.c (elf_s390_relocate_section): Likewise.
1895 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
1896 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
1897 * elf64-s390.c (elf_s390_relocate_section): Likewise.
1898 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
1899 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
1900 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
1901 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
1902 * elf-m10200.c (elf_backend_rela_normal): Define.
1903 * elf-m10300.c (elf_backend_rela_normal): Define.
1904 * elf32-fr30.c (elf_backend_rela_normal): Define.
1905 * elf32-i370.c (elf_backend_rela_normal): Define.
1906 * elf32-i860.c (elf_backend_rela_normal): Define.
1907 * elf32-m68k.c (elf_backend_rela_normal): Define.
1908 * elf32-mcore.c (elf_backend_rela_normal): Define.
1909 * elf32-openrisc.c (elf_backend_rela_normal): Define.
1910 * elf32-ppc.c (elf_backend_rela_normal): Define.
1911 * elf32-s390.c (elf_backend_rela_normal): Define.
1912 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
1913 * elf64-ppc.c (elf_backend_rela_normal): Define.
1914 * elf64-s390.c (elf_backend_rela_normal): Define.
1915 * elf64-x86-64.c (elf_backend_rela_normal): Define.
1916 * elfxx-ia64.c (elf_backend_rela_normal): Define.
1917 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
1918 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
1919
df212a7e
NC
19202002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
1921
1922 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
1923 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
1924
3decf53c
AM
19252002-05-06 Alan Modra <amodra@bigpond.net.au>
1926
1927 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
1928 when not relocatable. Fix reloc_emitter call for K&R.
1929
f46c2da6
AM
19302002-05-04 Alan Modra <amodra@bigpond.net.au>
1931
1932 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
1933 reloading local sym addend mistakenly removed in 2002-05-01 change.
1934
1935 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
1936 (read_abbrevs): Change "offset" param to bfd_vma.
1937 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
1938 Change "abbrev_offset" to bfd_vma.
1939 (read_indirect_string): Use correct conversion chars in error
1940 message format string, cast bfd_vma's to unsigned long.
1941 (read_abbrevs): Likewise.
1942 (read_attribute_value): Likewise.
1943 (decode_line_info): Likewise.
1944 (scan_unit_for_functions): Likewise.
1945 (parse_comp_unit): Likewise.
1946
59862849
TR
19472002-05-04 Tom Rix <trix@redhat.com>
1948
1949 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
1950 (coff_swap_reloc_out): Same.
1951 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
1952 (xcoff_swap_reloc_out): Same.
1953 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
1954 case some 16 bit relocs. Add reloc value to output.
1955 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 1956 R_RBR. Improve names.
59862849
TR
1957 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
1958 (bfd_xcoff_backend_data): Update with new reloc swap names.
1959 (bfd_pmac_xcoff_backend_data) : Same.
1960 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
1961 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 1962 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 1963 R_POS. Add reloc value to output.
ea1e4b0d
AM
1964 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
1965 bit R_RBR. Improve names, masks.
59862849
TR
1966 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
1967 (bfd_xcoff_backend_data): Update with new reloc swap names.
1968 (bfd_xcoff_aix5_backend_data) : Same.
1969
b4655ea9
AM
19702002-05-04 Alan Modra <amodra@bigpond.net.au>
1971
1972 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
1973 bfd_count top_index, input_list, all_local_syms.
1974 (elf32_hppa_setup_section_lists): New function, split from
1975 elf32_hppa_size_stubs.
1976 (elf32_hppa_next_input_section): Likewise.
1977 (group_sections): Likewise.
1978 (get_local_syms): Likewise.
1979 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
1980 stubs on undefined syms too.
1981 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 1982 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
1983 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
1984 (elf32_hppa_next_input_section): Declare.
1985
301e3139
AM
19862002-05-04 Bob Byrnes <byrnes@curl.com>
1987
1988 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
1989 _bfd_new_bfd.
1990
7c5fcef7
L
19912002-05-03 H.J. Lu (hjl@gnu.org)
1992
1993 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
1994 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
1995 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
1996 to hide a global symbol.
1997 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 1998 forced_local to true.
7c5fcef7 1999
84de6048
RH
20002002-05-02 Richard Henderson <rth@redhat.com>
2001
2002 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
2003 vs SHN_UNDEF to zero.
2004
805fc799
AM
20052002-05-02 Alan Modra <amodra@bigpond.net.au>
2006
c061c2d8
AM
2007 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
2008 16 bit reloc.
2009 <R_PPC64_SECTOFF_DS>: Likewise.
2010 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
2011 SECTOFF reloc.
2012 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
2013 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
2014 SECTOFF reloc.
2015
805fc799
AM
2016 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
2017 (ppc64_elf_ha_reloc): New function.
2018 (ppc64_elf_brtaken_reloc): New function.
2019 (ppc64_elf_sectoff_reloc): New function.
2020 (ppc64_elf_sectoff_ha_reloc): New function.
2021 (ppc64_elf_toc_reloc): New function.
2022 (ppc64_elf_toc_ha_reloc): New function.
2023 (ppc64_elf_toc64_reloc): New function.
2024 (ppc64_elf_unhandled_reloc): New function.
2025 (ppc64_elf_howto_raw): Use the above.
2026 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
2027 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
2028 <R_PPC64_SECTOFF_DS>: Likewise.
2029 (IS_ABSOLUTE_RELOC): Update.
2030 (struct ppc_link_hash_table): Add have_undefweak.
2031 (ppc64_elf_link_hash_table_create): Init.
2032 (func_desc_adjust): Set have_undefweak.
2033 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
2034 add the .sfpr blr when have_undefweak.
2035 (ppc64_elf_setup_section_lists): Check hash table flavour.
2036 (ppc64_elf_next_input_section): Move output_section->owner test to
2037 ppc64elf.em.
2038 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
2039 and relocatable test. Return TOCstart and don't set elf_gp.
2040 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
2041 offset calculation. Add assert on weak sym branch tweaks.
2042 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
2043 (ppc64_elf_toc): Declare.
2044 (ppc64_elf_next_input_section): Update.
ea1e4b0d 2045
818c39a3
AM
20462002-05-01 Alan Modra <amodra@bigpond.net.au>
2047
2048 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
2049 file_name.
2050
721956f4
AM
20512002-05-01 Alan Modra <amodra@bigpond.net.au>
2052
2053 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
2054 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
2055 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
2056 call branches. Correct undefined weak destination.
2057 (ppc64_elf_func_desc_adjust): Always create at least one blr in
2058 .sfpr, and correct case where either only savef* or restf* is
2059 needed.
2060
2061 Long branch stubs, multiple stub sections.
2062 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
2063 (ppc64_elf_next_input_section): Declare.
2064 * elf64-ppc.c: Move linker-only prototypes.
2065 (STUB_SUFFIX): Define.
2066 (enum ppc_stub_type): New.
2067 (struct ppc_stub_hash_entry): New.
2068 (struct ppc_branch_hash_entry): New.
2069 (struct ppc_link_hash_entry): Add stub_cache, oh.
2070 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
2071 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
2072 Rename plt_overflow to stub_error.
2073 (ppc_stub_hash_lookup): Define.
2074 (ppc_branch_hash_lookup): Define.
2075 (stub_hash_newfunc): New function.
2076 (branch_hash_newfunc): New function.
2077 (link_hash_newfunc): Init new fields.
2078 (ppc64_elf_link_hash_table_create): Likewise.
2079 (ppc64_elf_link_hash_table_free): New function.
2080 (ppc_stub_name): New function.
2081 (ppc_get_stub_entry): New function.
2082 (ppc_add_stub): New function.
2083 (create_linkage_sections): Use bfd_make_section_anyway. Create
2084 .branch_lt and .rela.branch_lt sections. Don't create .stub.
2085 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
2086 and set up for plt call stubs. Link func and func desc syms.
2087 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
2088 (func_desc_adjust): Avoid hash lookup when func desc sym available
2089 via shortcut, and set links when processing.
2090 (ppc64_elf_hide_symbol): Likewise.
2091 (allocate_dynrelocs): Don't allocate stub section here.
2092 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
2093 Remove sstub code.
2094 (ppc_type_of_stub): New function.
2095 (build_one_stub): Delete.
2096 (ppc_build_one_stub): New function.
2097 (ppc_size_one_stub): New function.
2098 (ppc64_elf_setup_section_lists): New function.
2099 (ppc64_elf_next_input_section): New function.
2100 (group_sections): New function.
2101 (get_local_syms): New function.
2102 (ppc64_elf_size_stubs): Rewrite.
2103 (ppc64_elf_build_stubs): Rewrite.
2104 (ppc64_elf_relocate_section): Look up stub entry for REL24
2105 relocs. Don't propagate REL14* to dynamic objects. Look for long
2106 branch stubs if REL14* or REL24 relocs won't reach.
2107 (bfd_elf64_bfd_link_hash_table_free): Define.
2108
09c2219b
MM
21092002-04-30 Mark Mitchell <mark@codesourcery.com>
2110
2111 * bfd/config.bfd: Add support for powerpc-*-windiss.
2112
07b678c0
TR
21132002-04-30 Tom Rix <trix@redhat.com>
2114
2115 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
2116 symbol names into the hash table.
2117
dbe341c6
TR
21182002-04-28 Tom Rix <trix@redhat.com>
2119
2120 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 2121 calulating relocations.
dbe341c6 2122 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
2123 (xcoff_ppc_relocate_section): Use relocation and complain function
2124 tables.
2125 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
2126 (xcoff_complain_overflow_signed_func): Same.
2127 (xcoff_complain_overflow_bitfield_func): Same.
2128 (xcoff_complain_overflow_dont_func): Same.
2129 (xcoff_reloc_type_crel): New recot function.
2130 (xcoff_reloc_type_br): Same.
2131 (xcoff_reloc_type_ba): Same.
2132 (xcoff_reloc_type_toc): Same.
2133 (xcoff_reloc_type_rel): Same.
2134 (xcoff_reloc_type_neg): Same.
2135 (xcoff_reloc_type_pos): Same.
2136 (xcoff_reloc_type_fail): Same.
2137 (xcoff_reloc_type_noop): Same.
2138 * libxcoff.h : Declare common parts for xcoff64.
2139 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 2140 and complain function tables.
dbe341c6 2141
985142a4
AM
21422002-04-28 Alan Modra <amodra@bigpond.net.au>
2143
2144 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
2145 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
2146
eba91044
AM
21472002-04-26 Alan Modra <amodra@bigpond.net.au>
2148
e54fdaa5
AM
2149 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
2150 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
2151
a50c1845
AM
2152 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
2153 same as the output before calling elf_link_input_bfd.
2154
eba91044
AM
2155 * coffcode.h (coff_compute_section_file_positions): Set
2156 section_tail after shuffling section list.
2157
3c25c5f6
NC
21582002-04-24 Christian Groessler <chris@groessler.org>
2159
2160 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
2161 addresses are 23bit with a special layout, not plain 32bit
2162 values. Prevent relocation of immediate values.
2163
40d32fc6
CD
21642002-04-24 Chris G. Demetriou <cgd@broadcom.com>
2165
2166 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
2167 MIPS-16 ASE flags are set, print something to indicate that.
2168
067fa4a6
AM
21692002-04-23 Alan Modra <amodra@bigpond.net.au>
2170
2171 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
2172 under which a plt call stub is used.
2173 (final_link_relocate): Similarly.
2174 (allocate_plt_static): Clear h-plabel except when plt entry is
2175 exclusively used for a plabel.
2176 (allocate_dynrelocs): Use the above to simplify plt sizing.
2177 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
2178 (elf32_hppa_link_hash_table_create): Init.
2179 (BL22_RP): Define.
2180 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
2181 (elf32_hppa_check_relocs): Set has_22bit_branch.
2182
2183 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
2184 (final_link_relocate): Likewise.
2185
af40ce3c
JJ
21862002-04-22 Jakub Jelinek <jakub@redhat.com>
2187
2188 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
2189 search table if some FDE is DW_EH_PE_aligned encoded either.
2190 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
2191
09ae86c2
JJ
21922002-04-22 Richard Smith <richard@ex-parrot.com>
2193 Jakub Jelinek <jakub@redhat.com>
2194
2195 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
2196 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
2197 encoded personality.
2198 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
2199 for CIE/FDE removal.
2200
deeb2cd7
TR
22012002-04-20 Tom Rix <trix@redhat.com>
2202
2203 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
2204
99dc0092
AM
22052002-04-20 Alan Modra <amodra@bigpond.net.au>
2206
aa3d5824
AM
2207 * archures.c (bfd_lookup_arch): Move the list order comment..
2208 (struct bfd_arch_info): ..to where it belongs.
2209 * bfd-in2.h: Regenerate.
2210
99dc0092
AM
2211 * archures.c (bfd_lookup_arch): Add comment on list order.
2212 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
2213 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
2214 is always at head of list.
2215
7831a775
NC
22162002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
2217
2218 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
2219 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
2220 definition of these functions for ARM_WINCE builds as they are
2221 not used.
ea1e4b0d 2222 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
2223 for ARM_WINCE builds.
2224
22252002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
2226
ea1e4b0d 2227 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
2228
22292002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
2230
2231 * cpu-sh.c (scan_mach): Delete.
2232 (arch_info_struct): Replace scan_mach with bfd_default_scan.
2233 (bfd_sh_arch): Likewise.
2234
3d8dbe36
NC
22352002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
2236
2237 * ihex.c (ihex_write_object_contents): Fix check for records
2238 crossing 64K boundaries.
2239
4ab82700
AM
22402002-04-16 Alan Modra <amodra@bigpond.net.au>
2241
2242 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
2243 type rather than just assuming entries are ELF.
2244 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
2245 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
2246 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
2247 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
2248 rather than elf_link_hash_entry.
2249
036fe0fe
RH
22502002-04-15 Richard Henderson <rth@redhat.com>
2251
2252 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
2253 n32 binaries.
2254
c4f3d130
NC
22552002-04-15 Michael Snyder <msnyder@redhat.com>
2256
2257 * opncls.c (bfd_close): Write contents if writeable.
2258 Minor formatting tidy-ups.
2259
4ab82700 22602002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
2261
2262 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
2263
0c04d169
MS
22642002-04-12 Michael Snyder <msnyder@redhat.com>
2265
2266 * bfd-in.h (bfd_get_section_lma): New access macro.
2267 Minor white-space fix-up.
2268
89d4966f
AM
22692002-04-12 Alan Modra <amodra@bigpond.net.au>
2270
2271 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
2272 header pad.
2273
8d0da3c2
DD
22742002-04-09 DJ Delorie <dj@redhat.com>
2275
2276 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
2277
05793179
NC
22782002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
2279
2280 * coffcode.h (coff_read_word): New.
2281 (coff_compute_checksum): New.
2282 (coff_apply_checksum): New.
2283 (coff_write_object_contents): Call coff_apply_checksum () to
2284 apply checksum to PE image.
2285
46fe4e66
AM
22862002-04-08 Randolph Chung <tausq@debian.org>
2287
2288 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
2289 (elf32_hppa_final_link): Split out sorting logic to..
2290 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
2291 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
2292
3b5b409c
AC
22932002-04-07 Andrew Cagney <ac131313@redhat.com>
2294
2295 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
2296 pattern.
2297 * configure: Re-generate.
2298
ac7b6ceb
AC
22992002-04-07 Andrew Cagney <ac131313@redhat.com>
2300
2301 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
2302 is greater or equal to 4.3.3.
2303 * configure: Regenerate.
2304 Fix PR gdb/344.
2305
44aa49bb
HPN
23062002-04-05 Hans-Peter Nilsson <hp@axis.com>
2307
2308 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
2309 R_CRIS_32_PCREL>: Fix typo in name.
2310 (cris_elf_check_relocs): Always create .rela.got here when
2311 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
2312 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
2313 assume it's created.
2314
e2d34d7d
DJ
23152002-04-04 Daniel Jacobowitz <drow@mvista.com>
2316
2317 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
2318 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
2319 define.
2320 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
2321 * bfd.c (bfd_link_hash_table_free): Define.
2322 * binary.c (binary_bfd_link_hash_table_free): Define.
2323 * bout.c (b_out_bfd_link_hash_table_free): Define.
2324 * coff-rs6000.c (rs6000coff_vec): Include
2325 _bfd_generic_link_hash_table_free.
2326 (pmac_xcoff_vec): Likewise.
2327 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2328 (aix5coff64_vec): Likewise.
2329 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
2330 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
2331 (bfd_elf32_bfd_link_hash_table_free): Define.
2332 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
2333 (bfd_elf32_bfd_link_hash_table_free): Define.
2334 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
2335 define.
2336 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
2337 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
2338 * ieee.c (ieee_bfd_link_hash_table_free): Define.
2339 * ihex.c (ihex_bfd_link_hash_table_free): Define.
2340 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
2341 (_bfd_generic_link_hash_table_free): Add prototype.
2342 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
2343 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
2344 * linker.c (_bfd_generic_link_hash_table_free): New function.
2345 * mmo.c (mmo_bfd_link_hash_table_free): Define.
2346 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
2347 * oasys.c (oasys_bfd_link_hash_table_free): Define.
2348 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
2349 * som.c (som_bfd_link_hash_table_free): Define.
2350 * srec.c (srec_bfd_link_hash_table_free): Define.
2351 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
2352 * versados.c (versados_bfd_link_hash_table_free): Define.
2353 * vms.c (vms_bfd_link_hash_table_free): New function.
2354 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
2355
2356 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
2357 instead of bfd_alloc.
2358 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
2359 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
2360 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
2361 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
2362 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
2363 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
2364 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
2365 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
2366 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
2367 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
2368 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
2369 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
2370 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
2371 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
2372 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
2373 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
2374 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
2375 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
2376 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
2377 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
2378 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
2379 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
2380 * m68klinux.c (linux_link_hash_table_create): Likewise.
2381 * sparclinux.c (linux_link_hash_table_create): Likewise.
2382 * sunos.c (sunos_link_hash_table_create): Likewise.
2383 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
2384
2385 * targets.c: Add _bfd_link_hash_table_free to xvec.
2386
2387 * bfd-in2.h: Regenerate.
2388 * libbfd.h: Regenerate.
2389 * libcoff.h: Regenerate.
2390
830629ab
AM
23912002-04-04 Alan Modra <amodra@bigpond.net.au>
2392
2393 * dep-in.sed: Cope with absolute paths.
2394 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
2395 Run "make dep-am".
2396 * Makefile.in: Regenerate.
2397 * coff-arm.c: Fix copyright date.
2398 * cpu-h8300.c: Likewise.
2399 * cpu-i370.c: Likewise.
2400 * cpu-s390.c: Likewise.
2401 * cpu-mips.c: Likewise.
2402 * po/SRC-POTFILES.in: Regenerate.
2403
c6e90b02
TS
24042002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2405
2406 * Makefile.am: Add elfxx-mips.c to the known backends.
2407 (elf32-mips.lo): remove dependency to coff/external.h.
2408 * Makefile.in: Regenerate.
2409 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
2410 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
2411 accordingly.
2412 * configure: Regenerate.
2413 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
2414 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
2415 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
2416 MIPS specific backend functions.
2417 * elf32-mips.c: Moved most code to elfxx-mips.c.
2418 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
2419 static.
2420 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
2421 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
2422 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
2423 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
2424 interface to allow selection of the right REL or RELA howto table.
2425 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
2426 static. Let it refuse n32 objects.
2427 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
2428 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
2429 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
2430 (elf32_mips_ignore_discarded_relocs): Rename from
2431 _bfd_elf32_mips_ignore_discarded_relocs.
2432 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
2433 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
2434 (elf_mips_howto_table_rela): Remove.
2435 * elf64-mips.c: Moved most code to elfxx-mips.c.
2436 (bfd_elf64_bfd_reloc_type_lookup): Make static.
2437 (mips_elf64_rtype_to_howto): New function.
2438 (mips_elf64_object_p): Likewise.
2439 (elf64_mips_irix_compat): Likewise.
2440 * elfxx-mips.c: New file containing common code merged together from
2441 elf32-mips.c and elf64-mips.c.
2442 * elfxx-mips.h: New file containing MIPS specific prototypes from
2443 elf-bfd.h.
2444 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
2445 elf_backend_mips_rtype_to_howto.
2446
d8dce692
AM
24472002-04-04 Alan Modra <amodra@bigpond.net.au>
2448
2449 * srec.c (MAXCHUNK, Chunk): Revise comments.
2450 (srec_write_record): Correct buffer size.
2451 (srec_write_header): Do without intermediate buffer.
2452 (srec_write_section): Validate Chunk.
2453 (srec_write_terminator): Pass NULL instead of dummy buffer.
2454 (srec_write_symbols): Pass file and symbol names directly to
2455 bfd_bwrite so sprintf won't overflow buffer.
2456
b88a866a
JJ
24572002-04-03 Jakub Jelinek <jakub@redhat.com>
2458
2459 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
2460 PC relative relocs against hidden symbols.
2461 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2462
d7866f04
AM
24632002-04-03 Alan Modra <amodra@bigpond.net.au>
2464
2465 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
2466 LMAs, loop over segments until p_vaddr and p_memsz specify an
2467 extent enclosing the section.
2468
9e81ee67
NC
24692002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
2470
2471 * ihex.c (ihex_write_object_contents): Do not allow records to
2472 cross a 64K boundary - wrap if necessary.
2473
d2b64500
JT
24742002-04-01 Nathan Williams <nathanw@wasabisystems.com>
2475
2476 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
2477 which caused the returned LWP ID to always be 0.
2478
e36f7d53
RH
24792002-04-01 Richard Henderson <rth@redhat.com>
2480
2481 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2482 (elf32_sparc_relocate_section): Use it to figure out when to
2483 initialize .got entries.
2484 * elf64-sparc.c: Similarly.
2485
e92d460e
AM
24862002-03-28 Alan Modra <amodra@bigpond.net.au>
2487
2488 * linker.c (link_action): Ignore duplicate warning syms.
2489 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
2490 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
2491 (elf_adjust_dynamic_symbol): Likewise.
2492 (elf_export_symbol): Likewise.
2493 (elf_link_find_version_dependencies): Likewise.
2494 (elf_link_assign_sym_version): Likewise.
2495 (elf_link_sec_merge_syms): Likewise.
2496 (elf_link_output_extsym): Likewise.
2497 (elf_gc_sweep_symbol): Likewise.
2498 (elf_gc_propagate_vtable_entries_used): Likewise.
2499 (elf_gc_smash_unused_vtentry_relocs): Likewise.
2500 (elf_gc_allocate_got_offsets): Likewise.
2501 (elf_collect_hash_codes): Likewise.
2502 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
2503 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
2504 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
2505 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
2506 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
2507 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
2508 (elf_cris_discard_excess_dso_dynamics): Likewise.
2509 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
2510 (mark_PIC_calls): Likewise.
2511 (allocate_plt_static): Likewise.
2512 (allocate_dynrelocs): Likewise.
2513 (readonly_dynrelocs): Likewise.
2514 * elf32-i386.c (allocate_dynrelocs): Likewise.
2515 (readonly_dynrelocs): Likewise.
2516 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
2517 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
2518 * elf32-mips.c (mips_elf_output_extsym): Likewise.
2519 (mips_elf_sort_hash_table_f): Likewise.
2520 (mips_elf_check_mips16_stubs): Likewise.
2521 * elf32-s390.c (allocate_dynrelocs): Likewise.
2522 (readonly_dynrelocs): Likewise.
2523 * elf32-sh.c (sh_elf_discard_copies): Likewise.
2524 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
2525 (xstormy16_relax_plt_realloc): Likewise.
2526 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
2527 (elf64_alpha_output_extsym): Likewise.
2528 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
2529 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
2530 (mips_elf64_check_mips16_stubs): Likewise.
2531 (mips_elf64_output_extsym): Likewise.
2532 * elf64-ppc.c (func_desc_adjust): Likewise.
2533 (allocate_dynrelocs): Likewise.
2534 (readonly_dynrelocs): Likewise.
2535 * elf64-s390.c (allocate_dynrelocs): Likewise.
2536 (readonly_dynrelocs): Likewise.
2537 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
2538 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2539 (readonly_dynrelocs): Likewise.
2540 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
2541 * aoutx.h (aout_link_write_other_symbol): Likewise.
2542 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
2543 (_bfd_coff_write_global_sym): Likewise.
2544 * i386linux.c (linux_tally_symbols): Likewise.
2545 * m68klinux.c (linux_tally_symbols): Likewise.
2546 * sparclinux.c (linux_tally_symbols): Likewise.
2547 * pdp11.c (aout_link_write_other_symbol): Likewise.
2548 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
2549 * xcofflink.c (xcoff_build_ldsyms): Likewise.
2550 (xcoff_write_global_symbol): Likewise.
2551
2552 * cofflink.c (_bfd_coff_final_link): Formatting.
2553 * cpu-mips.c (mips_compatible): Make static, prototype.
2554 * elf32-i386.c (elf_i386_check_relocs): Formatting.
2555 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
2556 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
2557 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
2558 (mips_elf64_final_link): Likewise.
2559 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
2560 prototype.
2561
2106126f
NC
25622002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
2563
2564 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
2565 (SWAP_OUT_RELOC_OFFSET): Define.
2566
b99d1833
AM
25672002-03-27 Gregory Steuck <greg@nest.cx>
2568
2569 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
2570 terminating NULL if empty symbol table.
2571 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
2572
ad43ed4c
L
25732002-03-26 H.J. Lu (hjl@gnu.org)
2574
2575 * elflink.h (elf_link_input_bfd): Revert the last change since
2576 the gcc exception handling isn't fixed yet.
2577
3851fca4
L
25782002-03-26 H.J. Lu (hjl@gnu.org)
2579
2580 * elflink.h (elf_link_input_bfd): Complain about relocations
2581 against local symbols in discarded sections.
2582
b91afed7
AM
25832002-03-26 Alan Modra <amodra@bigpond.net.au>
2584
2585 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
2586
dba143ef
AM
25872002-03-23 Alan Modra <amodra@bigpond.net.au>
2588
2589 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
2590 section file offset for !SEC_LOAD sections.
2591
ee29b9fb
RE
25922002-03-21 Richard Earnshaw <rearnsha@arm.com>
2593
830629ab
AM
2594 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
2595 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 2596
54327882
AM
25972002-03-21 Alan Modra <amodra@bigpond.net.au>
2598
2599 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
2600 Whitespace changes.
2601 * archive.c: Update copyright date.
2602 * bfd-in2.h: Regenerate.
2603 * libbfd.h: Regenerate.
2604 * Makefile.am: Run "make dep-am"
2605 * Makefile.in: Regenerate.
2606 * po/SRC-POTFILES.in: Regenerate.
2607
1ee24f27
DJ
26082002-03-20 Daniel Jacobowitz <drow@mvista.com>
2609
2610 * dwarf2.c (struct funcinfo): Move up.
2611 (lookup_address_in_function_table): New argument function_ptr.
2612 Set it.
2613 (lookup_address_in_line_table): New argument function. If function
2614 is non-NULL, use it to handle ``addr'' before the first line note of
2615 the function.
2616 (comp_unit_find_nearest_line): Update and swap calls to
2617 lookup_address_in_function_table and lookup_address_in_line_table.
2618 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
2619 N_SLINE encountered if we see an N_FUN before any N_SLINE.
2620
51b9608c
TR
26212002-03-20 Tom Rix <trix@redhat.com>
2622
ea1e4b0d 2623 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 2624 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
ea1e4b0d 2625 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 2626
789c90aa
TR
26272002-03-19 Tom Rix <trix@redhat.com>
2628
ea1e4b0d 2629 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
2630 dynamic objects in archives.
2631
1da54d81
HPN
26322002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
2633
2634 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
2635 STT_NOTYPE symbols to STT_OBJECT.
2636
7831a775 26372002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
2638
2639 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
2640
eb1e0e80
NC
26412002-03-18 Tom Rix <trix@redhat.com>
2642
2643 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
2644 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
2645 * coff-rs6000 (do_pad) : New function for archive padding.
2646 (do_copy) : New function for object file copying in archives.
2647 (do_shared_object_padding) : New function for padding shared
2648 objects to their text section alignment in archives.
2649 (bfd_xcoff_ar_achive_set_magic) : Stub.
2650 (xcoff_write_armap_big) : Use do_copy and do_pad.
2651 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
2652 do_copy and do_pad.
2653 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 2654 bfd_xcoff_magic_number.
eb1e0e80
NC
2655 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
2656 fop.
2657 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
2658 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
2659 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
2660 * rs6000-core.c : Update copyright date.
ea1e4b0d 2661 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
2662 csectpp.
2663 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
2664 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
2665 (coff_set_flags) : Use bfd_xcoff_magic_number.
2666 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
2667 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
2668 * Makefile.am : Same.
2669 * config.bfd : Same.
2670 * targets.c : Same.
2671 * configure : Regnerate.
2672 * Makefile.in : Same.
2673 * bfd-in2.h : Same.
2674
a1c259a1
NC
26752002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
2676
2677 * po/fr.po: Updated version.
2678
4dae1ae7
AM
26792002-03-18 Alan Modra <amodra@bigpond.net.au>
2680
2681 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
2682 * libbfd.h: Regenerate.
2683 * archive.c (coff_write_armap): Pass on failures from
2684 bfd_write_bigendian_4byte_int.
2685
36b4f6e7
L
26862002-03-14 H.J. Lu <hjl@gnu.org>
2687
2688 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
2689 error to bfd_error_nonrepresentable_section for reinit_array
2690 section in DSO.
2691
a1aefc76
NC
26922002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
2693
a181be0a
NC
2694 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
2695 OR it in rather than replacing previously selected flags.
2696
a1aefc76
NC
2697 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
2698 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
2699
c119f9b8
AM
27002002-03-14 Alan Modra <amodra@bigpond.net.au>
2701
2702 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
2703 (N): Use the above.
2704 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
2705 ensure reloc size matches before calling elf_link_input_bfd.
2706 Add an assert to check reloc size when counting output relocs.
2707
c295a511
NC
27082002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
2709
2710 * mmo.c (mmo_get_loc): Return NULL rather than false.
2711
9ce88e60
NC
27122002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
2713
2714 * po/fr.po: Updated version.
2715
4ddafab0
AM
27162002-03-13 Alan Modra <amodra@bigpond.net.au>
2717
b74fa2cd
AM
2718 * archures.c (bfd_default_compatible): Test bits_per_word.
2719 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
2720 bfd_default_compatible.
2721 * cpu-i370.c (i370_compatible): Likewise.
2722 * cpu-sparc.c (sparc_compatible): Likewise.
2723 * cpu-h8300.c (compatible): Test in->arch == out->arch.
2724
40b829d4
AM
2725 * elflink.h: Formatting fixes.
2726 (elf_link_output_extsym): Merge undefined and undef weak cases.
2727
4ddafab0
AM
2728 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
2729 when word size of input matches output word size.
2730
dd53c801
AJ
27312002-03-12 Andreas Jaeger <aj@suse.de>
2732
2733 * cpu-i386.c (i386_compatible): New. Use it instead of
2734 bfd_default_compatible.
2735
aa066ac8
L
27362002-03-07 H.J. Lu (hjl@gnu.org)
2737
2738 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
2739 as the type for bfd_reloc_val.
2740
1bf42538
JL
27412002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
2742
2743 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
2744 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
2745 (elf_hppa_final_link_relocate): Correct relocations for indirect
2746 references to local data through the DLT. Fix .opd creation for
2747 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
2748 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
2749 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
2750 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
2751 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
2752 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
2753 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
2754
86eaf01e
JJ
27552002-03-05 Jakub Jelinek <jakub@redhat.com>
2756
2757 * merge.c (_bfd_merge_sections): Don't segfault if there
2758 is nothing to merge due to GC.
2759
c44233aa
AM
27602002-03-05 Alan Modra <amodra@bigpond.net.au>
2761
039cc25f
AM
2762 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
2763 symbols that have been forced local.
2764
c44233aa
AM
2765 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
2766 to output forced local syms for non-shared link.
2767 (elf_link_output_extsym): Tweak condition for calling backend
2768 adjust_dynamic_symbol so that previous behaviour is kept.
2769 Whitespace changes throughout file.
2770
25e27870
L
27712002-03-04 H.J. Lu <hjl@gnu.org>
2772
2773 * elf.c (bfd_section_from_shdr): Handle special sections,
2774 .init_array, .fini_array and .preinit_array.
2775 (elf_fake_sections): Likewise.
2776
2777 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
2778 DT entry only if the section is in output for .init_array,
2779 .fini_array and .preinit_array. Complain about .preinit_array
2780 section in DSO.
2781 (elf_bfd_final_link): Warn zero size for .init_array,
2782 .fini_array and .preinit_array sections.
2783
2784 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
2785 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
2786 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
2787 .preinit_array.
2788
bb2a49f2
AM
27892002-03-04 Alan Modra <amodra@bigpond.net.au>
2790
2791 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
2792 * configure: Regenerate.
2793
38487e5e
TR
27942002-03-02 Tom Rix <trix@redhat.com>
2795
c44233aa
AM
2796 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
2797 symbolic equiv.
38487e5e
TR
2798 * coff-rs6000.c (xcoff_howto_table): Same.
2799
30831527
RH
28002002-03-01 David Mosberger <davidm@hpl.hp.com>
2801
2802 * elflink.h (size_dynamic_sections): If section named
2803 ".preinit_array" exists, create DT_PREINIT_ARRAY and
2804 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
2805 ".init_array" and ".fini_array".
2806 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
2807 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
2808 DT_FINI_ARRAY.
2809
c8e5ddc8
AM
28102002-02-26 Andrew Macleod <amacleod@cygnus.com>
2811
2812 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
2813 dynsyms.
2814
96e0dda4
AM
28152002-02-25 Alan Modra <amodra@bigpond.net.au>
2816
1c5b6bf8
AM
2817 * elf64-hppa.h: Update copyright date.
2818
96e0dda4
AM
2819 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
2820 (ppc64_elf_relocate_section): Don't generate power4 style branch
2821 hints for *_BRTAKEN and *_BRNTAKEN relocs.
2822
0fb19cbc
JJ
28232002-02-22 Jakub Jelinek <jakub@redhat.com>
2824
2825 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
2826 last patch.
2827 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2828
c434dee6
AJ
28292002-02-21 Andreas Jaeger <aj@suse.de>
2830
2831 * elf64-x86-64.c: Major rework that introduces all recent changes
2832 to the x86-64 backend. Get a closer match to elf32-i386.
2833 (struct elf64_x86_64_dyn_relocs): Rename from
2834 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
2835 all users.
2836 (struct elf64_x86_64_link_hash_table): Add short cuts to some
2837 sections.
2838 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
2839 remove casts, initialize new hash members.
2840 (create_got_section): New.
2841 (elf64_x86_64_create_dynamic_sections): New.
2842 (elf64_x86_64_copy_indirect_symbol): New.
2843 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
2844 relocs, .got or .relgot here but do it in allocate_dynrelocs.
2845 Reference count possible .plt and .got entries. Don't test input
2846 section SEC_READONLY here to try to avoid copy relocs, and keep
2847 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
2848 DF_TEXTREL here. Delay setting of variables until needed. Cache
2849 pointer to "sreloc" section in elf_section_data. Tweak condition
2850 under which .got created. Report files with bad relocation
2851 section names.
2852 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
2853 Reference count possible .plt entries. Don't deallocate .got and
2854 .relgot space here.
2855 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
2856 do copy reloc processing for weakdefs. Remove redundant casts and
2857 aborts. Delay setting of vars until needed. Move creation of
2858 dynamic symbols and allocation of .plt and .rela.plt to
2859 allocate_dynrelocs. Replace BFD_ASSERT with abort.
2860 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
2861 (allocate_dynrelocs): New.
2862 (readonly_dynrelocs): New.
2863 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
2864 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
2865 Zero out the dynamic allocated content space.
2866 (elf64_x86_64_discard_copies): Removed.
2867 (elf64_x86_64_relocate_section): Make use of dynamic section
2868 short-cuts. Localise vars, and delay setting. Better error
2869 reporting, replace BFD_ASSERT with abort. Check
2870 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
2871 regular object file and tread the weak definition as the normal
2872 one. Don't discard relocs for undefweak or undefined symbols and
2873 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
2874 relocs.
2875 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
2876 symbols that have been forced local. Use same test to decide if
2877 we can use a relative reloc for got as relocate_section. Expand
2878 SHN_UNDEF comment. Move expressions out of function calls.
2879 Replace BFD_ASSERT with abort.
2880 (bfd_elf64_bfd_final_link): Removed.
2881 (elf_backend_copy_indirect_symbol): Define.
2882
ff3a6ee3
TR
28832002-02-20 Tom Rix <trix@redhat.com>
2884
2885 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
2886 (_bfd_xcoff_reloc_type_lookup): Use it.
2887 * coff64-rs6000.c (xcoff64_howto_table): Same.
2888 (xcoff64_reloc_type_lookup): Same.
c434dee6 2889
a68d41fb
AM
28902002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
2891
2892 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
2893 little endian.
2894
befc3abb
MS
28952002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
2896
2897 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
2898 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
2899 * bfd-in2.h: Regenerate.
2900 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
2901 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
2902 with "s390:64-bit".
2903 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
2904 (elf_s390_reloc_type_lookup): Likewise.
2905 (elf_s390_check_relocs): Likewise.
2906 (elf_s390_gc_sweep_hook): Likewise.
2907 (elf_s390_relocate_section): Likewise.
2908 (elf_s390_object_p): Use renamed architecture define.
2909 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
2910
6eeeec9b
FCE
29112002-02-19 Frank Ch. Eigler <fche@redhat.com>
2912
2913 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
2914
0bb2d96a
JJ
29152002-02-19 Jakub Jelinek <jakub@redhat.com>
2916
2917 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
2918 absptr -> pcrel optimization for shared libs.
2919 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
2920 library cannot be converted to pcrel.
2921 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
2922 relative.
2923 * elf32-i386.c (elf_i386_relocate_section): If
2924 _bfd_elf_section_offset returned -2, skip, but make sure the
2925 relocation is installed.
2926 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
2927 * elf32-cris.c (cris_elf_relocate_section): Likewise.
2928 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
2929 * elf32-i370.c (i370_elf_relocate_section): Likewise.
2930 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
2931 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
2932 * elf32-s390.c (elf_s390_relocate_section): Likewise.
2933 * elf32-sh.c (sh_elf_relocate_section): Likewise.
2934 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
2935 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2936 * elf64-s390.c (elf_s390_relocate_section): Likewise.
2937 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
2938 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
2939 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
2940 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
2941 _bfd_elf_section_offset returning -2 the same way as -1.
2942 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
2943 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
2944 and BFD_ASSERT.
2945 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
2946
69f284c7
TR
29472002-02-18 Tom Rix <trix@redhat.com>
2948
2949 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
2950 (bfd_xcoff_size_dynamic_sections): Same.
2951 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
2952 (bfd_xcoff_size_dynamic_sections): Same.
2953 * coff-rs6000.c (xcoff_generate_rtinit): Same.
2954 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
2955 * libxcoff.h (struct xcoff_backend_data_rec): Same.
2956 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
2957 * bfd-in2.h: Regenerate.
2958
82bd7b59
AM
29592002-02-18 Alan Modra <amodra@bigpond.net.au>
2960
2961 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
2962 (struct ppc_link_hash_table): Add sfpr.
2963 (ppc64_elf_link_hash_table_create): Init it.
2964 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
2965 .glink out to..
2966 (create_linkage_sections): ..here. Make .sfpr too.
2967 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
2968 dynobj early.
2969 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
2970 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
2971 ._restf* functions, and create as needed.
2972 (func_desc_adjust): Only force_local for shared libs.
2973
ef1355e8
NC
29742002-02-18 David O'Brien <obrien@FreeBSD.org>
2975
2976 * configure.in: Bump version number post 2.12 branching.
2977 * configure: Regenerate.
2978
dfa36a69
HPN
29792002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
2980
2981 * mmo.c: Correct and improve comments.
2982 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
2983 zero-pad. Use input to fill up non-empty bfd buffer.
2984 (mmo_flush_chunk): New function.
2985 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
2986 changed. Don't emit location specifier if VMA is same as
2987 *LAST_VMAP after omitting leading zero contents. Call
2988 mmo_flush_chunk before emitting location specifier.
2989 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
2990 with mmo_write_loc_chunk calls.
2991 (mmo_internal_write_section): Call mmo_flush_chunk after
2992 mmo_write_chunk.
2993 (mmo_write_symbols_and_terminator): Move :Main to first position
2994 in symbol array. Add faked one if it does not exist if there are
2995 other symbols. Don't add it if there are no symbols at all. Move
2996 out test for value of :Main from symbol loop. Rename table
2997 fakemain to maintable and variable mainsym to fakemain.
2998
ccf00ab6
RH
29992002-02-15 Richard Henderson <rth@redhat.com>
3000
3001 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
3002 section with no got matches any got. Simplify error generaion.
3003
88eaccc2
AM
30042002-02-15 Alan Modra <amodra@bigpond.net.au>
3005
fd96f80f
AM
3006 Support arbitrary length fill patterns.
3007 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
3008 (_bfd_default_link_order): Remove bfd_fill_link_order code.
3009 Call default_data_link_order.
3010 (default_fill_link_order): Delete.
3011 (default_data_link_order): New function.
3012 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
3013 of bfd_fill_link_order with bfd_data_link_order.
3014 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
3015 * elf64-mips.c (mips_elf64_final_link): Likewise.
3016
88eaccc2
AM
3017 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
3018 Correct value returned in "end" for "0x<non-hex>".
3019
e2fd756b
NC
30202002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
3021
3022 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
3023 (scan): Test against 'mach' field in info structure.
3024
edd29cf9
AM
30252002-02-14 Alan Modra <amodra@bigpond.net.au>
3026
3027 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
3028
1e30956e 30292002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
3030
3031 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
3032 EF_M68000.
3033
bf36db18
NC
30342002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
3035
3036 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
3037 non-zero physical addresses when adjusting the LMAs of new
3038 sections.
bf36db18 3039
189c6563
AM
30402002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
3041
3042 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
3043 from _bfd_elf_hppa_gen_reloc_type.
3044 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
3045 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
3046 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
3047 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
3048
e948afaf
AO
30492002-02-12 Alexandre Oliva <aoliva@redhat.com>
3050
3051 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
3052 loading its contents if there's nothing to do in it.
3053
19397422
AM
30542002-02-12 Alan Modra <amodra@bigpond.net.au>
3055
0ad3a73b
AM
3056 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
3057 64k boundary.
3058
19397422
AM
3059 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
3060 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
3061 (ppc64_elf_finish_dynamic_sections): Set values for them.
3062
51316059
MS
30632002-02-11 Michael Snyder <msnyder@redhat.com>
3064
3065 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
3066 * elf.c (elfcore_grok_pstatus): Add prototype.
3067 (elfcore_grok_lwpstatus): Add prototype.
3068 (elfcore_write_lwpstatus): New function.
3069 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
3070
518313c3
AO
30712002-02-11 Alexandre Oliva <aoliva@redhat.com>
3072
3073 * elf32-sh.c: Added missing prototypes.
3074 * elf32-sh64.c: Likewise.
3075 (sh_elf_align_loads): Mark unused args as such.
3076 * elf64-sh64.c: Added missing prototypes.
3077 (struct elf_sh64_link_hash_entry): Fix typo.
3078 (sh_elf64_relocate_section): Fix info argument passed to
3079 _bfd_elf_section_offset.
3080
2c73f9d8
AM
30812002-02-11 Alan Modra <amodra@bigpond.net.au>
3082
3083 * Makefile.am: "make dep-am".
3084 * Makefile.in: Regenerate.
3085 * aclocal.m4: Regenerate.
3086 * config.in: Regenerate.
3087 * configure: Regenerate.
3088
d426c6b0
DJ
30892002-02-10 Daniel Jacobowitz <drow@mvista.com>
3090
3091 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
3092 variable warnings.
3093 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
3094 comparison warning.
3095 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
3096 cast warnings for the common case.
3097
e58ee0cd
HPN
30982002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
3099
3100 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
3101 vectors.
3102 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
3103 vectors.
3104
7793f4d0
RH
31052002-02-09 Richard Henderson <rth@redhat.com>
3106
3107 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
3108 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
3109 (elf64_alpha_relocate_section): Likewise.
3110 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
3111 * bfd-in2.h, libbfd.h: Rebuild.
3112
7e799044
HPN
31132002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
3114
3115 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
3116 that base-plus-offset reloc accounting is consistent.
3117 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
3118 up to date for undefined symbols.
3119
027d73eb
EC
31202002-02-08 Eric Christopher <echristo@redhat.com>
3121
3122 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
3123
3124 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
3125 sections for the O32 ABI.
3126
517662d4
CD
31272002-02-08 Chris Demetriou <cgd@broadcom.com>
3128
3129 * elf32-arm.h: Fix formatting of _("...").
3130 * elf32-d10v.c: Likewise.
3131 * elf32-m68k.c: Likewise.
3132 * elf32-mips.c: Likewise.
3133
5e37cc46
NC
31342002-02-08 Ivan Guzvinec <ivang@opencores.org>
3135
3136 * coff-or32.c: Fix compile time warning messages.
3137
fbca6ad9
AO
31382002-02-08 Alexandre Oliva <aoliva@redhat.com>
3139
3140 Contribute sh64-elf.
3141 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
3142 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
3143 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
3144 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
3145 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
3146 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
3147 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
3148 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
3149 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
3150 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
3151 New relocs.
3152 * libbfd.h, bfd-in2.h: Rebuilt.
3153 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
3154 (sh_reloc_map): Map them.
3155 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
3156 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
3157 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
3158 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
3159 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
3160 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
3161 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
3162 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
3163 datalabel_got_offset.
3164 (sh_elf_link_hash_newfunc): Initialize it.
3165 (sh_elf_relocate_section): Augment the scope of
3166 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
3167 GOT and GOTOFF handling to new SHmedia relocation types. Support
3168 GOT_BIAS.
3169 (sh_elf_check_relocs): Likewise.
3170 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
3171 PLT entries using movi_shori_putval. Support GOT_BIAS.
3172 (sh_elf_finish_dynamic_sections): Likewise.
3173 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
3174 relocation, it's now done by the caller.
3175 (GOT_BIAS): New.
3176 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
3177 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
3178 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
3179 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
3180 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
3181 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
3182 sh64_elf64_hash_table): New.
3183 (sh_elf64_howto_table): Introduce new relocs.
3184 (sh_elf64_info_to_howto): Accept new PIC relocs.
3185 (sh_elf64_relocate_section): Augment the scope of
3186 seen_stt_datalabel. Support new PIC relocs.
3187 (sh_elf64_check_relocs): Support new PIC relocs.
3188 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
3189 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
3190 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
3191 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
3192 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
3193 movi_shori_putval, movi_3shori_putval,
3194 sh64_elf64_create_dynamic_sections,
3195 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
3196 sh64_elf64_size_dynamic_sections,
3197 sh64_elf64_finish_dynamic_symbol,
3198 sh64_elf64_finish_dynamic_sections): New.
3199 (elf_backend_create_dynamic-sections,
3200 bfd_elf64_bfd_link_hash_table_create,
3201 elf_backend_adjust_dynamic_symbol,
3202 elf_backend_size_dynamic_sections,
3203 elf_backend_finish_dynamic_symbol,
3204 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
3205 elf_backend_plt_readonly, elf_backend_want_plt_sym,
3206 elf_backend_got_header_size, elf_backend_plt_header_size):
3207 Define.
3208 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
3209 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
3210 match official numbers and names; moved unmaching ones to the
3211 range 0xf2-0xff.
3212 * elf32-sh64.c, elf64-sh64.c: Likewise.
3213 2001-03-12 DJ Delorie <dj@redhat.com>
3214 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
3215 sections.
3216 2001-03-12 DJ Delorie <dj@redhat.com>
3217 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
3218 be aligned.
3219 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
3220 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
3221 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
3222 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
3223 .cranges section with SEC_SORT_ENTRIES set.
3224 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
3225 incoming sorted .cranges section.
3226 (sh64_bfd_elf_copy_private_section_data): New.
3227 (sh64_elf_final_write_processing): Only sort .cranges and modify
3228 start address if called by linker.
3229 2001-01-08 Ben Elliston <bje@redhat.com>
3230 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
3231 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
3232 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
3233 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3234 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
3235 line. Add comments before all entries.
3236 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
3237 comment.
3238 (sh_elf64_reloc): Correct head comment.
3239 (sh_elf64_relocate_section): Correct spacing.
3240 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
3241 instead call reloc_dangerous callback.
3242 <case R_SH_SHMEDIA_CODE>: New case.
3243 (sh_elf64_gc_mark_hook): Correct spacing.
3244 (sh_elf64_check_relocs): Ditto.
3245 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
3246 New case.
3247 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
3248 functions.
3249 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
3250 clarify describing comment. Add comments before all entries.
3251 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
3252 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
3253 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
3254 Sort .cranges section in final link. Prepare to set bit 0 on
3255 entry address.
3256 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
3257 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
3258 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
3259 .cranges section.
3260 (sh64_backend_section_from_shdr): New, to recognize
3261 SHT_SH5_CR_SORTED on incoming .cranges section.
3262 (elf_backend_section_from_shdr): Define.
3263 (sh64_elf_final_write_processing): Sort outgoing .cranges
3264 section. (New, temporarily disabled:) Set bit 0 on entry address
3265 according to ISA type.
3266 (sh64_find_section_for_address): New.
3267 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
3268 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
3269 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
3270 bfd_malloc, not xmalloc.
3271 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
3272 global.
3273 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
3274 temporarily disabled) setting bit 0 on entry address.
3275 (elf_backend_final_write_processing): Define.
3276 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
3277 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
3278 be a proper relocation for PTA and PTB rather than a marker.
3279 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
3280 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
3281 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
3282 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
3283 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
3284 Zero src_mask.
3285 * elf64-sh64.c: Ditto.
3286 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
3287 * elf32-sh64.c: Include opcodes/sh64-opc.h
3288 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
3289 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
3290 parameters. No unused parameters. Caller changed.
3291 <case R_SH_PT_16>: New case.
3292 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
3293 * Makefile.in: Regenerate.
3294 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
3295 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
3296 all code sections.
3297 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
3298 (sh64_elf_merge_private_data): Ditto.
3299 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
3300 to access stored section flags.
3301 (sh64_elf_final_write_processing): Return immediately unless
3302 called by linker. Use sh64_elf_section_data (cranges) to get size
3303 of linker-generated cranges entries.
3304 (sh64_elf_copy_private_data): Add missing "return true".
3305 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
3306 (sh_elf64_merge_private_data): Ditto.
3307 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
3308 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
3309 elf64-sh64.c:sh64_elf_fake_sections.
3310 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
3311 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
3312 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
3313 (sh64_elf_final_write_processing): New.
3314 (elf_backend_final_write_processing): Define.
3315 (sh64_elf_fake_sections): Get header flags from tdata field.
3316 (sh64_elf_copy_private_data): Do not call
3317 sh64_elf_copy_private_data_internal, just copy e_flags field.
3318 (sh64_elf_merge_private_data): Do not call
3319 sh64_elf_copy_private_data_internal.
3320 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
3321 Remove EF_SH64_ABI64, let ELF size make difference.
3322 Remove SH64-specific BFD section flag.
3323 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
3324 containing SHmedia through elf_section_data (asect)->tdata
3325 non-zero, not using a BFD section flag.
3326 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
3327 (sh64_elf_merge_private_data): Similar.
3328 (elf_backend_section_flags): Don't define.
3329 (sh64_elf_backend_section_flags): Delete.
3330 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
3331 not EF_SH64_ABI64.
3332 (sh_elf64_merge_private_data): Similar.
3333 * section.c (Section flags definitions): Don't define
3334 SEC_SH_ISA_SHMEDIA.
3335 (bfd-in2.h): Regenerate.
3336 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
3337 Make DataLabel references work with partial linking.
3338 * elf32-sh64.c: Fix formatting.
3339 (sh64_elf_link_output_symbol_hook): New.
3340 (elf_backend_link_output_symbol_hook): Define to
3341 sh64_elf_link_output_symbol_hook.
3342 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
3343 undefined if partial linking. Adjust sanity check.
3344 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
3345 (elf_backend_link_output_symbol_hook): Define to
3346 sh64_elf64_link_output_symbol_hook.
3347 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
3348 undefined if partial linking. Adjust sanity check.
3349 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
3350 Implement semantics for inter-file DataLabel references.
3351 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
3352 (sh64_elf64_add_symbol_hook): New.
3353 (sh_elf64_relocate_section): If passing an indirect symbol with
3354 st_type STT_DATALABEL on the way to a symbol with st_other
3355 STO_SH5_ISA32, do not bitor 1 to the relocation.
3356 (elf_backend_add_symbol_hook): Define to
3357 sh64_elf64_add_symbol_hook.
3358 * elf64-sh32.c: Tweak comments.
3359 (DATALABEL_SUFFIX): Define.
3360 (sh64_elf_add_symbol_hook): New.
3361 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
3362 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
3363 symbol with st_type STT_DATALABEL on the way to a symbol with
3364 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
3365 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
3366 Pass through STT_DATALABEL.
3367 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
3368 (elf_backend_get_symbol_type): Define.
3369 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
3370 (elf_backend_get_symbol_type): Define.
3371 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
3372 * elf32-sh64.c: Tweak comments.
3373 (sh64_elf_copy_private_data_internal): Add prototype.
3374 (bfd_elf32_bfd_set_private_flags): Define.
3375 (sh64_elf_copy_private_data_internal): Compare machine name, not
3376 textual BFD target name, to check whether to copy section flag
3377 SHF_SH5_ISA32.
3378 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
3379 Tweak section-contents-type-mismatch message.
3380 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
3381 Validize reloc-types.
3382 * elf64-sh64.c: New file.
3383 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
3384 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
3385 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
3386 Regenerate dependencies.
3387 * Makefile.in: Regenerate.
3388 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
3389 bfd_elf64_sh64l_vec.
3390 * configure.in: Handle bfd_elf64_sh64_vec and
3391 bfd_elf64_sh64l_vec.
3392 * configure: Regenerate.
3393 * po/POTFILES.in: Regenerate.
3394 * po/bfd.pot: Regenerate.
3395 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
3396 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
3397 anything else but EF_SH64 and EF_SH64_ABI64.
3398 (sh64_elf_merge_private_data): Emit error for anything else but
3399 EF_SH64 and EF_SH64_ABI64.
3400 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
3401 from targ_selvecs.
3402 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
3403 bfd_elf32_sh64l_vec as a temporary measure.
3404 * configure: Regenerate.
3405 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
3406 * cpu-sh.c (arch_info_struct): Include sh5 item
3407 unconditionalized.
3408 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
3409 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
3410 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
3411 * elf32-sh64.c: Tweak comments.
3412 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
3413 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
3414 (sh64_elf_copy_private_data_internal): Wrap long line.
3415 (sh64_elf_merge_private_data): Rewrite to allow objects from
3416 SH64 subsets to be linked together.
3417 (INCLUDE_SHMEDIA): Define.
3418 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
3419 Parenthesize plus-expression inside or-expression.
3420 <global symbol>: Ditto.
3421 (sh_elf_set_mach_from_flags): Remove code refusing
3422 deleted EF_SH64_32BIT_ABI flag.
3423 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
3424 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
3425 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
3426 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
3427 (sh_elf_relocate_section) <local symbol>: Or 1 in
3428 calculation of relocation if sym->st_other & STO_SH5_ISA32.
3429 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
3430 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
3431 relocation.
3432 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
3433 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
3434 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
3435 Regenerate dependencies.
3436 * Makefile.in: Regenerate.
3437 * archures.c: Add bfd_mach_sh5.
3438 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
3439 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
3440 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
3441 * configure: Regenerate.
3442 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
3443 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
3444 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
3445 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
3446 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
3447 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
3448 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
3449 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
3450 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
3451 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
3452 in item for SH5.
3453 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
3454 for SHmedia relocs.
3455 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
3456 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
3457 shmedia_prepare_reloc, goto final_link_relocate if it returns
3458 non-zero, else fail as before.
3459 (sh_elf_set_mach_from_flags): Provide function only if not defined
3460 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
3461 (sh_elf_set_private_flags): Provide function only if not defined
3462 as a macro.
3463 (sh_elf_copy_private_data): Similar.
3464 (sh_elf_merge_private_data): Similar.
3465 * section.c (SEC_SH_ISA_SHMEDIA): New.
3466 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
3467 * elf32-sh64.c: New file.
3468 * libbfd.h: Regenerate.
3469 * bfd-in2.h: Regenerate.
3470 * po/POTFILES.in: Regenerate.
3471 * po/bfd.pot: Regenerate.
3472 * bfd-in2.h: Regenerate.
3473 * libbfd.h: Regenerate.
3474
e108f470
DJ
34752002-02-07 Daniel Jacobowitz <drow@mvista.com>
3476
3477 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
3478 been included, not drag it in.
3479 * bfd-in2.h: Regenerate.
3480
259d18a3
L
34812002-02-06 H.J. Lu (hjl@gnu.org)
3482
3483 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
3484 the mach and ISA fields if necessary.
3485
f13b834e
NC
34862002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
3487
3488 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
3489 ARM architecture when an F_ARM_5 flag is detected, since we cannot
3490 be sure exactly which architecture this represents.
3491
82f6addb
NC
34922002-02-05 Nick Clifton <nickc@redhat.com>
3493
3494 * po/tr.po: Updated translation.
3495
899f54f5
AM
34962002-02-05 Alan Modra <amodra@bigpond.net.au>
3497
3498 From Jimi X <jimix@watson.ibm.com>
3499 * archures (bfd_mach_ppc64): Define.
3500 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
3501 (bfd_powerpc_arch): Define.
3502 * bfd-in2.h: Regenerate.
3503 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
3504 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
3505 (bfd_powerpc_archs): Add default powerpc64 arch.
3506
248866a8
AM
35072002-02-05 Alan Modra <amodra@bigpond.net.au>
3508
3509 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
3510 against section syms in readonly sections. Don't do the global
3511 sym check if we find one.
3512 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
3513 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 3514 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
3515 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
3516 (elf_s390_grok_prstatus): Add missing prototype.
3517
4fa5c2a8
HPN
35182002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
3519
3520 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
3521 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
3522 Call bfd_get_section_by_name only once. Initialize
3523 bpodata->n_bpo_relocs_this_section.
3524 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
3525 referring to DSOs.
3526 (bpo_reloc_request_sort_fn): Don't use difference of values as
3527 return-value.
3528
537c972e
DB
35292002-02-02 David O'Brien <obrien@FreeBSD>
3530
3531 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
3532 version 4.5 and later the same as 5-CURRENT.
3533 * configure: Re-generate.
3534
006336b8
JT
35352002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
3536
3537 * config.bfd (hppa*-*-netbsd*): New target.
3538
6c571f00
PT
35392002-01-31 Philipp Thomas <pthomas@suse.de>
3540
19397422
AM
3541 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
3542 to front of message. Unify messages with elf32-arm.h. Use
3543 commas where neccessary.
3544 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
3545 ERROR in messages. Unify messages with coff-arm.c. Correct
3546 VFP/FPA error message.
3547 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
3548 APCS-32 for translation.
6c571f00 3549
930b4cb2
HPN
35502002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
3551
3552 Perform on-demand global register allocation from
3553 R_MMIX_BASE_PLUS_OFFSET relocs.
3554 * elf64-mmix.c (struct bpo_reloc_section_info, struct
3555 bpo_reloc_request, struct bpo_greg_section_info): New.
3556 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
3557 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
3558 _bfd_mmix_check_all_relocs,
3559 _bfd_mmix_prepare_linker_allocated_gregs,
3560 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
3561 (elf_mmix_howto_table): Correct src_mask for most relocs.
3562 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
3563 case.
3564 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
3565 case. Fix typo in comment. New label do_mmix_reloc.
3566 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
3567 store first object file with a base-plus-offset reloc. Call
3568 mmix_elf_check_common_relocs for the part common with mmo.
3569 (mmix_elf_final_link): Write out linker-allocated register
3570 contents section.
3571 (elf_backend_gc_sweep_hook): Define.
3572 (bfd_elf64_bfd_relax_section): Define.
3573
3574 * mmo.c: Don't include <ctype.h>
3575 (mmo_init): Correct init-once logic.
3576
3e36d993
TR
35772002-02-01 Tom Rix <trix@redhat.com>
3578
3579 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
3580
ba323545
AM
35812002-02-01 Alan Modra <amodra@bigpond.net.au>
3582
3583 * Makefile.am: Run "make dep-am"
3584 * Makefile.in: Regenerate.
3585
012884d6
DB
35862002-01-31 David O'Brien <obrien@FreeBSD>
3587
3588 * configure.in: Recognize the differences in core files from FreeBSD
3589 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
3590 5-CURRENT.
3591 * configure: Regenerate.
3592
3b16e843
NC
35932002-01-31 Ivan Guzvinec <ivang@opencores.org>
3594
3595 * coff-or32.c: New file.
3596 * cpu-or32.c: New file.
3597 * elf32-or32.c: New file.
3598 * archures.c: Add support for or32.
3599 * targets.c: Add support for or32.
3600 * bfd-in2.h: Regenerate.
7dc0ab31 3601 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
3602 coff_write_object_contents): Add support for or32.
3603 * config.bfd: Add target.
3604 * configure.in: Add support for or32.
3605 * configure: Regenerate.
3606 * Makefile.am: Add support for or32.
3607 * Makefile.in: Regenerate.
3b16e843
NC
3608 * po/SRC-POTFILES.in: Add or32 files.
3609 * po/bfd.pot: Regenerate.
7dc0ab31 3610
caf8ca8e
NC
36112002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
3612 Don Lindsay <lindsayd@cisco.com>
3613
3614 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
3615 false' with a return of a bfd_reloc_ error code.
3616
e5dfef09
HPN
36172002-01-31 Hans-Peter Nilsson <hp@axis.com>
3618
3619 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
3620 unexport unreferenced symbols when --export-dynamic. Call
3621 _bfd_elf_strtab_delref when unexporting.
3622
4e4770d0
DJ
36232002-01-30 Daniel Jacobowitz <drow@mvista.com>
3624
3625 * bfd-in.h: Include <stdbool.h> if it is available.
3626 * bfd-in2.h: Regenerated.
3627
e1fa50e7
AM
36282002-01-31 Alan Modra <amodra@bigpond.net.au>
3629
3630 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
3631 not go via the plt.
3632
b5f79c76
NC
36332002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
3634
b5f79c76
NC
3635 * archures.c: Tidy up formatting of embedded comments.
3636 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 3637 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
3638 * reloc.c: Tidy up formatting of ordinary & embedded comments.
3639 * section.c: Tidy up formatting of embedded comments.
3640 * syms.c: Tidy up formatting of embedded comments.
3641 * targets.c: Tidy up formatting of embedded comments.
3642
3643 * bfd-in2.h: Regenerate.
3644
ca09e32b
NC
36452002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
3646
3647 * vms-tir.c (cmd_name): New function.
3648 (tir_cmd_name): New function.
3649 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
3650 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
3651 Fix formatting.
7dc0ab31 3652
ca09e32b
NC
3653 * peXXigen.c (pe_print_idata): Rearrange message to aid in
3654 translation.
3655 (pe_print_pdata): Rearrange message to aid in translation.
3656
3657 * libbfd.c (warn_deprecated): Rearrange error message to aid in
3658 translation.
3659
3660 * ihex.c (ihex_write_object_contents): Fix spelling typo.
3661
3662 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
3663
3664 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
3665 message to aid in translation.
3666
3667 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
3668 to aid in translation.
3669
3670 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
3671
7dc0ab31 36722002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
3673
3674 * coff-arm.c, elf32-elf.h: Unify messages.
3675
05f64ac6
NC
36762002-01-30 Nick Clifton <nickc@redhat.com>
3677
3678 * po/sv.po: Updated translation.
3679
f5a3e38a
NC
36802002-01-30 Philipp Thomas <pthomas@suse.de>
3681
3682 * dwarf2.c (read_abbrev): Use full section name in error message.
3683 (decode_line_info): Likewise.
661a3fd4
NC
3684
3685 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
3686 message.
3687
d926e03d
AM
36882002-01-30 Alan Modra <amodra@bigpond.net.au>
3689
3690 * elf64-ppc.c (func_desc_adjust): Only provide missing function
3691 descriptor symbols for undefined function code syms. Clear
3692 ELF_LINK_NON_ELF so that they can stay weak.
3693
030d18fb 36942002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 3695 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
3696
3697 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
3698 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
3699 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
3700 generation.
3701 * bfd-in2.h: Regenerate.
3702
fcc76bea
CD
37032002-01-29 Chris Demetriou <cgd@broadcom.com>
3704
3705 * elf32-mips.c: Add additional comments about HI16 relocation
3706 processing.
3707 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
3708 pc-relative relocations. (Reverts change made on 2001-10-31.)
3709 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
3710 for pc-relative relocations.
3711 (mips_elf_calculate_relocation): Add a comment about a kludge
3712 in the R_MIPS_GNU_REL_HI16 handling.
3713 (_bfd_mips_elf_relocate_section): Implement that kludge;
3714 adjust pc-relative HI16 relocation for difference in HI16 and
3715 LO16 addresses, since it can't easily be done in
3716 mips_elf_calculate_relocation.
3717
f9cd9119
MS
37182002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
3719
3720 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
3721 relocations with PC32 relocations for undefined or weak symbols.
3722 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
3723 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
3724
702248bb
JT
37252002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
3726
3727 * elfcore.h (elf_core_file_p): Improve comment for last change.
3728
4867be41
DJ
37292002-01-27 Daniel Jacobowitz <drow@mvista.com>
3730
3731 * configure: Regenerated.
3732
a94cef6a
JT
37332002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
3734
3735 * elfcore.h (elf_core_file_p): Set the machine architecture
3736 before processing the program headers.
3737
7562a296
HPN
37382002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
3739
966abd70
HPN
3740 * configure.in <64-bit configuration>: If using gcc, check and
3741 emit error for egcs-1.1.2.
3742 * configure: Regenerate.
3743
e8eab623
NC
37442002-01-26 Egor Duda <deo@logos-m.ru>
3745
3746 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
3747 as possible to avoid stack corruption.
3748
73896efb
RH
37492002-01-26 Richard Henderson <rth@redhat.com>
3750
3751 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
3752 for non-allocated sections.
3753
37542002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
3755
3756 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
3757 prstat.pr_reg even if it is a struct.
3758
73896efb 37592002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743
NC
3760
3761 * bfd/elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
3762
3d66c4f7
NC
37632002-01-25 Philipp Thomas <pthomas@suse.de>
3764
3765 * coffgen.c (coff_print_symbol): Don't mark info message
3766 for translation.
3767
9460ecda
NC
37682002-01-25 Nick Clifton <nickc@redhat.com>
3769
3770 * po/fr.po: Updated translation.
3771 * po/es.po: Updated translation.
3772
cc9ff76a
AM
37732002-01-25 Philipp Thomas <pthomas@suse.de>
3774
3775 * coff-alpha.c (alpha_relocate_section): Unify warning message
3776 for GP relative relocations without GP defined.
3777 * coff-mips.c (mips_relocate_section): Likewise.
3778
c68836a9
AM
37792002-01-25 Alan Modra <amodra@bigpond.net.au>
3780
3781 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
3782 unsigned overflow when new_offset < old_offset.
3783
e8eab623 37842002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
3785
3786 * bfd.c (_bfd_abort): Fix typo.
3787
8ba89f17
RH
37882002-01-23 Richard Henderson <rth@redhat.com>
3789
3790 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
3791 plt entries for undefweak symbols.
3792
c6953948
NC
37932002-01-23 Steve Ellcey <sje@cup.hp.com>
3794
3795 * bfd/targets.c (bfd_elf32_ia64_hpux_big_vec): Add to
3796 DEFAULT_VECTOR.
3797 (bfd_elf64_ia64_hpux_big_vec): Ditto.
3798 (bfd_elf32_h8300_vec): Ditto.
3799
41bd81ab
AM
38002002-01-23 Alan Modra <amodra@bigpond.net.au>
3801
3802 * elf64-ppc.c: Remove stale part of ABI comment.
3803 (NO_OPD_RELOCS): Define.
3804 (ppc64_elf_check_relocs): Use it.
3805 (ppc64_elf_relocate_section): Here too.
3806 (build_one_stub): Don't point function syms at the stub. Instead,
3807 hijack plt.offset.
3808 (ppc64_elf_relocate_section): Check whether REL24 relocs should
3809 really go to the stub. Make all dynamic relocs in opd against
3810 locals.
3811 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
3812 plt.offset.
3813
f304919d
RH
38142002-01-22 Richard Henderson <rth@redhat.com>
3815
3816 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
3817
c0ef99a7
AM
38182002-01-22 Alan Modra <amodra@bigpond.net.au>
3819
60ee0d4a
AM
3820 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
3821 TOC_BASE_OFF adjustment.
3822
c0ef99a7
AM
3823 * Makefile.am: Run "make dep-am".
3824 * Makefile.in: Regenerate.
3825 * po/SRC-POTFILES.in: Regenerate.
3826
64328b46
AM
38272002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
3828
3829 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
3830 host defines.
3831
59953665 38322002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
3833
3834 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
3835 Check for and emit error if sgot is NULL at this point.
3836
9596feea
JT
38372002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
3838
3839 * config.bfd (ia64*-*-netbsd*): New target.
3840
7b45c6e1
AM
38412002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
3842
3843 * som.c (som_write_space_strings): Comment typo fix.
3844
e5094212
AM
38452002-01-21 Alan Modra <amodra@bigpond.net.au>
3846
e86ce104
AM
3847 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
3848 is_func_descriptor fields.
3849 (link_hash_newfunc): Init them.
3850 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
3851 dot are candidates for plt entries. When processing .opd relocs,
3852 set function descriptor strings to point inside function code
3853 string, and set new ppc_link_hash_entry fields.
3854 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
3855 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
3856 function descriptors. It's now done in..
3857 (func_desc_adjust): New.
3858 (ppc64_elf_func_desc_adjust): New.
3859 (define elf_backend_always_size_sections): Define.
3860 (ppc64_elf_hide_symbol): New.
3861 (define elf_backend_hide_symbol): Define.
3862 (allocate_dynrelocs): Remove code looking up function descriptors
3863 as that has been done earlier.
3864 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
3865 table.
3866 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
3867 up function descriptor.
3868 (build_one_stub): Look up the function code sym. Check for
3869 invalid plt offsets.
3870 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
3871 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
3872
e5094212
AM
3873 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
3874 boolean param.
3875 (_bfd_elf_link_hash_hide_symbol): Likewise.
3876 * elflink.h (elf_link_add_object_symbols): Adjust call to
3877 elf_backend_hide_symbol.
3878 (elf_fix_symbol_flags): Likewise.
3879 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
3880 than bfd_alloc.
3881 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
3882 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
3883 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
3884 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
3885 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
3886 and adjust to suit.
3887 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
3888 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
3889 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
3890
40b8271b
AM
38912002-01-18 Alan Modra <amodra@bigpond.net.au>
3892
3893 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
3894 dynamic function descriptor symbol, not the associated function
3895 symbol.
3896
55baa95b
EC
38972002-01-17 Eric Christopher <echristo@redhat.com>
3898
3899 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
3900
328577ad
NC
39012002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
3902
3903 * po/bfd.pot: Regenerate.
3904 * po/fr.po: Regenerate.
3905
af746e92
AM
39062002-01-17 Alan Modra <amodra@bigpond.net.au>
3907
3908 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
3909 Remove "Elf_Internal_Shdr *" param.
3910 (_bfd_mips_elf_section_from_bfd_section): Ditto.
3911 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
3912 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
3913 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
3914 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
3915 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
3916 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
3917 function to override special sections. Remove hdr arg from
3918 backend call, and don't loop.
3919
175e9962
EC
39202002-01-16 Eric Christopher <echristo@redhat.com>
3921
3922 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
3923 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
3924 relocations requiring gp0 and gp.
3925
96a846ea
RE
39262002-01-16 Richard Earnshaw <rearnsha@arm.com>
3927
175e9962 3928 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
3929 EF_ARM_VFP_FLOAT.
3930 (elf32_arm_print_private_bfd_data): Likewise.
3931
af3ae48d
NC
39322002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
3933
3934 * po/tr.po: Import new version.
3935
10ed1bba
AM
39362002-01-16 Alan Modra <amodra@bigpond.net.au>
3937
3938 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
3939 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
3940 (ORI_R0_R0_0): Correct.
3941
5d1634d7
AM
39422002-01-16 Alan Modra <amodra@bigpond.net.au>
3943
3944 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
3945 when plt_not_loaded.
3946 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
3947 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
3948 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
3949 (ppc64_elf_glink_code): Delete.
3950 (PPC64_ELF_GLINK_SIZE): Delete.
3951 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
3952 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
3953 ORI_R0_R0_0): Define.
3954 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
3955 (struct ppc_link_hash_table): Add sstub and plt_overflow.
3956 (ppc64_elf_link_hash_table_create): Init them.
3957 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
3958 Don't copy to shared lib.
3959 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
3960 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
3961 (allocate_dynrelocs <plt>): Don't change function sym here. Make
3962 room for .stub and .glink code.
3963 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
3964 DT_PPC64_GLINK.
3965 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
3966 bfd_elf64_bfd_final_link.
3967 (bfd_elf64_bfd_final_link): Don't define.
3968 (ppc64_elf_size_stubs): New.
3969 (build_plt_stub): New.
3970 (build_one_stub): New.
3971 (ppc64_elf_build_stubs): New.
3972 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
3973 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
3974 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
3975 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
3976 case output sections not separate. Adjust DT_RELASZ to not
3977 include plt relocs. Set reserved got entry. Set got and plt
3978 entry size.
3979 (elf_backend_got_header_size): Set to 8.
3980 * elf64-ppc.h: New file.
3981
c601ffdb
AM
39822002-01-16 Alan Modra <amodra@bigpond.net.au>
3983
3984 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
3985 sections, use bfd_section_list_remove.
3986 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
3987 * elflink.h (elf_link_add_object_symbols): When removing all
3988 sections, use bfd_section_list_clear.
3989
8fb4cb7f
NC
39902002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
3991
3992 * po/sv.po: New file: Swedish translation.
3993 * configure.in (ALL_LINGUAS): Add sv.
3994 * configure: Regenerate.
3995
d3c456e9
JJ
39962002-01-15 Jakub Jelinek <jakub@redhat.com>
3997
3998 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
3999 * elf.c (merge_sections_remove_hook): New function.
4000 (_bfd_elf_merge_sections): Pass it as 3rd argument to
4001 _bfd_merge_sections.
4002 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
4003 * libbfd.h: Rebuilt.
4004 * merge.c (_bfd_merge_sections): Add remove_hook argument.
4005 Call remove_hook if a SEC_EXCLUDE section is encountered.
4006
1f7fd478
NC
40072002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
4008
4009 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
4010 (xstormy16_reloc_map): Initialise new field with correct howto
4011 table.
4012 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
4013 howto entry.
4014
b87011e9
MS
40152002-01-10 Michael Snyder <msnyder@redhat.com>
4016
4017 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
4018 (elfcore_write_pstatus): Use long instead of pid_t;
4019 * elf-bfd.h: Change prototypes to use long instead of pid_t;
4020
175e9962 40212002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
4022
4023 * elf.c: Update copyright years.
4024 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
4025 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
4026
7c76fa91
MS
40272002-01-08 Michael Snyder <msnyder@redhat.com>
4028
4029 Add capability to write corefile note sections, for gdb.
4030 * elf.c (elfcore_write_note): New function.
4031 (elfcore_write_prpsinfo): New function.
4032 (elfcore_write_prstatus): New function.
4033 (elfcore_write_pstatus): New function.
4034 (elfcore_write_prfpreg): New function.
4035 (elfcore_write_prxfpreg): New function.
97996af6 4036 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 4037
e1fddb6b
AO
40382002-01-08 Alexandre Oliva <aoliva@redhat.com>
4039
4040 * elf.c (elf_fake_sections): Propagate errors from
4041 elf_backend_fake_section.
4042
8d05742f
JT
40432002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
4044
4045 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
4046 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
4047 (elf32-sh-nbsd.lo): New rule.
4048 * Makefile.in: Regenerate.
4049 * config.bfd (sh*le-*-netbsdelf*): New target.
4050 (sh*-*-netbsdelf*): New target.
4051 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
4052 (bfd_elf32_shnbsd_vec): New vector.
4053 (bfd_elf32_shlnbsd_vec): New vector.
4054 * configure: Regenerate.
4055 * elf32-sh-nbsd.c: New file.
4056 * targets.c: Update copyright years.
175e9962 4057 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
4058 bfd_elf32_shnbsd_vec.
4059
1dba4cb4
AH
40602002-01-07 Aldy Hernandez <aldyh@redhat.com>
4061
4062 * coff-rs6000.c (READ20): Use bfd_scan_vma.
4063
47b22aef
GK
40642002-01-07 Geoffrey Keating <geoffk@redhat.com>
4065
4066 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
4067 of a symbol in a section that will be deleted.
4068
be2d1673
NC
40692002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
4070
4071 * po/es.po: New file: Spanish translation.
4072 * configure.in (ALL_LINGUAS): Add es.
4073 * configure: Regenerate.
4074
d9cf1b54
AM
40752002-01-06 Steve Ellcey <sje@cup.hp.com>
4076
4077 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
4078 argument so we can handle HP-UX specially.
4079 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
4080 (elfNN_hpux_backend_section_from_bfd_section): New for support
4081 of SHN_IA_64_ANSI_COMMON.
4082 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
4083 (is_unwind_section_name): Add special HP-UX support.
4084 (elfNN_ia64_section_from_shdr): Add support for more sections.
4085 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
4086 add support for more sections.
4087 (elfNN_ia64_additional_program_headers): Modify
4088 is_unwind_section_name call.
4089 (elfNN_ia64_modify_segment_map): Remove assumption that there is
4090 only one unwind section in segment.
4091
3f3c5c34
AM
40922002-01-06 Alan Modra <amodra@bigpond.net.au>
4093
4094 * syms.c (_bfd_generic_make_empty_symbol): New function.
4095 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
4096 _bfd_generic_make_empty_symbol.
4097 * libbfd.h: Regenerate.
4098 * bfd-in2.h: Regenerate.
4099 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
4100 (hppabsd_core_get_symtab_upper_bound): Don't define.
4101 (hppabsd_core_get_symtab): Likewise.
4102 (hppabsd_core_print_symbol): Likewise.
4103 (hppabsd_core_get_symbol_info): Likewise.
4104 (hppabsd_core_bfd_is_local_label_name): Likewise.
4105 (hppabsd_core_get_lineno): Likewise.
4106 (hppabsd_core_find_nearest_line): Likewise.
4107 (hppabsd_core_bfd_make_debug_symbol): Likewise.
4108 (hppabsd_core_read_minisymbols): Likewise.
4109 (hppabsd_core_minisymbol_to_symbol): Likewise.
4110 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
4111 Formatting fixes.
4112 * hpux-core.c: Similarly.
4113 * irix-core.c: Similarly.
4114 * osf-core.c: Similarly.
4115 * sco5-core.c: Similarly.
4116 * binary.c (binary_make_empty_symbol): Remove function, define as
4117 _bfd_generic_make_empty_symbol.
4118 * ihex.c (ihex_make_empty_symbol): Likewise.
4119 * mmo.c (mmo_make_empty_symbol): Likewise.
4120 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
4121 * srec.c (srec_make_empty_symbol): Likewise.
4122 * versados.c (versados_make_empty_symbol): Likewise.
4123 * vms.c (_bfd_vms_make_empty_symbol): Remove.
4124 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
4125 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
4126 rather than _bfd_vms_make_empty_symbol.
4127 * vms-misc.c (new_symbol): Likewise.
4128
3f0a7f7f
AM
41292002-01-05 Alan Modra <amodra@bigpond.net.au>
4130
9e7b37b3
AM
4131 * section.c (bfd_section_init): Remove unnecessary initialisations.
4132 (bfd_section_list_clear): New function.
4133 (bfd_section_list_remove, bfd_section_list_insert): New macros.
4134 (_bfd_strip_section_from_output): Use them.
4135 * coffcode.h (coff_set_alignment_hook): Likewise.
4136 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
4137 * elf64-mips.c (mips_elf64_final_link): Likewise.
4138 * elf64-mmix.c (mmix_elf_final_link): Likewise.
4139 * sunos.c (sunos_add_dynamic_symbols): Likewise.
4140 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
4141 * bfd-in2.h: Regenerate.
4142
4143 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
4144 rather than doing our own section handling. Clean up after errors
4145 with bfd_release and bfd_section_list_clear. Handle unexpected
4146 flags.
4147 * aoutf1.h (sunos4_core_file_p): Likewise.
4148 * aix386-core.c (aix386_core_file_p): Likewise.
4149 * cisco-core.c (cisco_core_file_validate): Likewise.
4150 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
4151 * trad-core.c (trad_unix_core_file_p): Likewise.
4152
4153 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
4154 with bfd_release and bfd_section_list_clear.
4155 * hpux-core.c (hpux_core_core_file_p): Likewise.
4156 * irix-core.c (irix_core_core_file_p): Likewise.
4157 * lynx-core.c (lynx_core_file_p): Likewise.
4158 * osf-core.c (osf_core_core_file_p): Likewise.
4159 * rs6000-core.c (rs6000coff_core_p): Likewise.
4160 * sco5-core.c (sco5_core_file_p): Likewise.
4161
3f0a7f7f
AM
4162 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
4163 sign extension adjustments without conditionals.
4164
a3aa38ee
JJ
41652002-01-04 Jakub Jelinek <jakub@redhat.com>
4166
4167 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
4168 CIE at .eh_frame start is removed due to no FDEs referencing it.
4169
8a8b2d4b
AJ
41702002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
4171
4172 * config.bfd (x86_64-*-netbsd*): New target.
4173 * configure.in (x86_64-*-netbsd*): Set COREFILE
4174 to netbsd-core.lo.
4175 * configure: Regenerated.
4176
04b5af89
TR
41772002-01-03 Tom Rix <trix@redhat.com>
4178
4179 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
4180 for recent bfd_make_section_anyway change.
4181
51c5503b
NC
41822002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
4183
4184 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
4185 R_ARM_THM_PC11 reloc.
4186
07f7c046
NC
41872002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
4188
4189 * configure.in (LINGUAS): Add ja.
4190 * configure: Regenerate.
4191 * po/ja.po: Import from translation project's web site.
4192
5eefb65f
NC
41932002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
4194
4195 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
4196 messages to ease translation into other languages.
4197
39e90f10 4198For older changes see ChangeLog-0001
56882138
AM
4199\f
4200Local Variables:
4201mode: change-log
4202left-margin: 8
4203fill-column: 74
4204version-control: never
4205End: