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