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