* Makefile.in (ALLDEPFILES): Add sh64-tdep.c.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
2a0e29b4
SC
12003-09-06 Stephane Carrez <stcarrez@nerim.fr>
2
3 * elf32-m68hc1x.h (struct m68hc11_elf_link_hash_table): Remove
4 all_local_syms member.
5 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Use bfd_elf_get_elf_syms
6 to get the local symbols.
7
3f533aa9
SC
82003-09-06 Stephane Carrez <stcarrez@nerim.fr>
9
10 * elf32-m68hc12.c (elf32_m68hc12_special_sections): New for hc11.
11 (elf_backend_special_sections): Define.a
12
13 PR savannah/4950:
14 * elf32-m68hc11.c (elf32_m68hc11_special_sections): The .vectors
15 section is read-only.
16
8ad30312
NC
172003-09-04 Nick Clifton <nickc@redhat.com>
18
19 * archures.c (bfd_mach_v850e1): Define.
20 * bfd-in2.h: Regenerate.
21 * cpu-v850.h (scan): Accept bfd_mach_v850e1.
22 (arch_info_struct): Include an entry for bfd_mach_v850e1.
23 * elf32-v850.c (v850_elf_object_p): Accept E_V850E1_ARCH flag.
24 (v850_elf_final_write_processing): Accept bfd_mach_v850e1.
25 (v850_elf_print_private_bfd_data): Interpret E_V850E1_ARCH flag.
26 (v850_elf_merge_private_bfd_data): Allow v850e1 binaries to be
27 linked with v850e binaries. Mark the output as v850e.
28
3922a8c1
NC
292003-09-03 Nick Clifton <nickc@redhat.com>
30
31 * cofflink.c (_bfd_coff_link_input_bfd): Do not skip section
32 symbols that are used in relocs.
33
13dfd2d0
NC
342003-08-30 Robert Millan <robertmh@gnu.org>
35
36 * configure.in: Match GNU/KFreeBSD with new kfreebsd*-gnu triplet.
37 * config.bfd: Likewise.
38 * configure: Regenerate.
39
1c0881dd
CG
402003-08-31 Christian Groessler <chris@groessler.org>
41
42 * elf32-i860.c (i860_howto_pc26_reloc): Finish relocation here
43 instead of returning bfd_reloc_continue.
44
ac0e732e
AJ
452003-08-31 Andreas Jaeger <aj@suse.de>
46
47 * merge.c: Update to ISO C90.
48
ec317fb1
ILT
492003-08-27 Ian Lance Taylor <ian@airs.com>
50
49c97a80
ILT
51 * configure.in: Check for strtoull.
52 * bfd.c (bfd_scan_vma): Use strtoull when available.
53 * configure, config.in: Regenerate.
54
ec317fb1
ILT
55 * configure.in: Define and substitute BFD_HOST_LONG_LONG.
56 * bfd-in.h: Define BFD_HOST_LONG_LONG. Test it rather than
57 __GNUC__ when deciding whether to use long long for
58 BFD_HOST_64_BIT.
59 * configure, Makefile.in, doc/Makefile.in, bfd-in2.h: Regenerate.
60
d539b3aa
CG
612003-08-27 Christian Groessler <chris@groessler.org>
62
63 * elf32-i860.c (i860_howto_pc26_reloc, i860_howto_pc16_reloc,
64 i860_howto_splitn_reloc, i860_howto_highadj_reloc): New
65 functions.
66 (elf32_i860_howto_table): Insert the new functions as
67 'special_function's in the proper reloc type entries.
68
73052b5e
RS
692003-08-27 Richard Sandiford <rsandifo@redhat.com>
70
71 * elf32-frv.c (elf32_frv_relocate_section): Use
72 _bfd_elf_rela_local_sym.
73
2c848f79
MS
742003-08-26 Michael Snyder <msnyder@redhat.com>
75
76 * cpu-frv.c: Remove unused enum.
77
980491e6
MR
782003-08-25 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
79
80 * reloc.c: Fix documentation for MIPS ELF relocations.
81 libbfd.h: Regenerate.
82 bfd-in2.h: Regenerate.
83
6d1227b8
JE
842003-08-24 Jason Eckhardt <jle@rice.edu>
85
86 * coff-i860.c (CALC_ADDEND): Define to be a no-op.
87
f680ea79
JE
882003-08-24 Jason Eckhardt <jle@rice.edu>
89
90 * elf32-i860.c (elf32_i860_relocate_pc16): Subtract 4 and
91 shift by 2 before storing the relocated value.
92
c28b1c28
JE
932003-08-23 Jason Eckhardt <jle@rice.edu>
94
95 * coff-i860.c (coff_i860_reloc_nyi): New function.
96 (howto_table): Add entries for relocations PAIR, HIGHADJ, HIGH,
97 LOWn, SPLITn, and BRADDR.
98 (RTYPE2HOWTO): Check that the r_type is within the howto_table
99 before trying to access the entry.
100 (coff_i860_rtype_to_howto): Likewise.
101 (coff_i860_reloc_type_lookup): New function.
102 (i860_reloc_processing): New function.
103 (coff_bfd_reloc_type_lookup): Define macro.
104 (RELOC_PROCESSING): Define macro.
105 Minor formatting adjustments.
106
40a0491a
AM
1072003-08-23 Alan Modra <amodra@bigpond.net.au>
108
109 * elflink.h (elf_link_add_object_symbols): Don't crash on NULL owner.
110
69bbc4c0
L
1112003-08-22 H.J. Lu <hongjiu.lu@intel.com>
112
113 * elfxx-ia64.c (elfNN_ia64_create_dynamic_sections): Align the
114 .got section at 8 bytes.
115
8b956130
NC
1162003-08-21 Nick Clifton <nickc@redhat.com>
117
85db1db4 118 * cofflink.c: Update to ISO C90 and tidy up formatting.
8b956130 119
6c21aa76
NC
1202003-08-21 Randolph Chung <tausq@debian.org>
121
122 * elf32-hppa.c (elf32_hppa_object_p): For elf32-hppa-linux, objects
123 can have OSABI=Linux or OSABI=SysV. Check for both.
124 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
125
3673a93e
NC
1262003-08-21 Nick Clifton <nickc@redhat.com>
127
128 * po/sv.po: Updated Swedish translation.
129
427b80f4
RS
1302003-08-20 Richard Sandiford <rsandifo@redhat.com>
131
132 * elf64-mips.c (elf_backend_copy_indirect_symbol): Define.
133
560e09e9
NC
1342003-08-20 Nick Clifton <nickc@redhat.com>
135
136 * elf-bfd.h (RELOC_FOR_GLOBAL_SYMBOL): New macro used to
137 replace some duplicated code in most elfxx-xxxx.c files. This
138 version uses the new fields in bfd_link_info.
139
40a0491a
AM
140 * elf-m10300.c (mn10300_elf_relocate_section): Use new macro.
141 * elf32-arm.h (elf32_arm_relocate_section): Likewise.
142 * elf32-cris.c (cris_elf_relocate_section): Likewise.
560e09e9
NC
143 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
144 * elf32-i386.c (elf_i386_relocate_section): Likewise.
145 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
146 * elf32-iq2000.c (iq2000_elf_relocate_section): Likewise.
147 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
148 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
149 * elf32-s390.c (elf_s390_relocate_section): Likewise.
150 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
151 * elf32-vax.c (elf_vax_relocate_section): Likewise.
152 * elf32-xtensa.c (elf_xtensa_relocate_section): Likewise.
153 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
154 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
155 * elf64-s390.c (elf_s390_relocate_section): Likewise.
156 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
157 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
158 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
40a0491a
AM
159
160 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols,
560e09e9
NC
161 elf_hppa_remark_useless_dynamic_symbols,
162 elf_hppa_relocate_section): Use the new fields in
163 bfd_link_info structure.
164 * elf32-sh.c (sh_elf_relocate_section): Likewise.
165 * elf64-alpha.c (elf64_alpha_check_relocs): Likewise.
166 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
167 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
168 * elfxx-ia64.c (elfNN_ia64_check_relocs): Likewise.
169 * elfxx-mips.c (mips_elf_calculate_relocation): Likewise.
170
171 * elflink.h (elf_link_output_extsym): Fix test for reporting
40a0491a
AM
172 undefined symbols in shared libraries. Remove redundant test
173 of shlib_undefined when reporting references to forced local
174 symbols.
560e09e9 175
4091ea4e
L
1762003-08-18 Andreas Schwab <schwab@suse.de>
177
178 * libpei.h (bfd_pe_executable_p): Also recognize efi-app
179 executables.
180
b0cdc7bc
HPN
1812003-08-17 Hans-Peter Nilsson <hp@bitrange.com>
182
183 * simple.c (bfd_simple_get_relocated_section_contents): Move
184 reloc_done hack to before first bfd_section_size call. Change all
185 returns to use new wrapper macro RETURN, restoring sec->reloc_done.
186
c1993d04
AM
1872003-08-16 Alan Modra <amodra@bigpond.net.au>
188
189 * elf64-ppc.c: Don't include elf/ppc.h.
190
792b4a53
RS
1912003-08-14 Richard Sandiford <rsandifo@redhat.com>
192
193 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Fix PT_DYNAMIC
194 code to work with 64-bit bfds.
195
fdc09da8
AM
1962003-08-14 Alan Modra <amodra@bigpond.net.au>
197
198 * dep-in.sed: Remove libintl.h.
199 * Makefile.am (SRC-POTFILES.in, BLD-POTFILES.in): Unset LC_COLLATE.
200 (POTFILES.in): Remove target.
201 * Makefile.in: Regenerate.
202
ee87f2da
AM
2032003-08-12 Alan Modra <amodra@bigpond.net.au>
204
205 * elf64-ppc.c (ppc64_elf_next_input_section): Update comment.
206 (ppc64_elf_relocate_section): For zero sym R_PPC64_TOC relocs,
207 use the function sym from the previous reloc.
208
15f40dfc
JJ
2092003-08-11 Jakub Jelinek <jakub@redhat.com>
210
211 * elf32-i386.c (elf_i386_relocate_section): Make undefined symbols
212 fatal if -pie.
213 * elf32-s390.c (elf_s390_relocate_section): Likewise.
214 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
215 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
216 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
217 * elf64-s390.c (elf_s390_relocate_section): Likewise.
218 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
219 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
220 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
221 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
222 (ppc_elf_relocate_section) <case R_PPC_RELAX32>: Issue fatal error
223 on undefined symbols if -pie.
224 * elf32-sh.c (sh_elf_relocate_section): Likewise.
225
6ab189d5
AM
2262003-08-11 Alan Modra <amodra@bigpond.net.au>
227
228 * elf64-ppc.c (ppc64_elf_relocate_section): Add special case for crt1.o
229 branch to __libc_start_main.
230
3b260895
NC
2312003-08-08 Dmitry Diky <diwil@mail.ru>
232
6ab189d5
AM
233 * archures.c: Add xW42 and xE42 parts. Sort MPU list according to
234 gcc order.
3b260895
NC
235 * cpu-msp430.c: Likewise.
236 * elf32-msp430.c: Likewise.
237 * bfd-in2.h: Regenerate.
238
c39a58e6
AM
2392003-08-07 Alan Modra <amodra@bigpond.net.au>
240
9c5bfbb7
AM
241 * elfxx-target.h: Remove PTR cast.
242 * targets.c (bfd_target): Make backend_data const void *.
243 * elf-bfd.h: Constify all occurrences of struct elf_backend_data.
244 * elf-m10300.c: Likewise.
245 * elf.c: Likewise.
246 * elf32-hppa.c: Likewise.
247 * elf32-i386.c: Likewise.
248 * elf32-m68hc1x.c: Likewise.
249 * elf32-ppc.c: Likewise.
250 * elf32-s390.c: Likewise.
251 * elf32-sh.c: Likewise.
252 * elf32-sh64.c: Likewise.
253 * elf32-sparc.c: Likewise.
254 * elf32-xtensa.c: Likewise.
255 * elf64-mips.c: Likewise.
256 * elf64-ppc.c: Likewise.
257 * elf64-s390.c: Likewise.
258 * elf64-sh64.c: Likewise.
259 * elf64-sparc.c: Likewise.
260 * elf64-x86-64.c: Likewise.
261 * elfcode.h: Likewise.
262 * elfcore.h: Likewise.
263 * elflink.c: Likewise.
264 * elflink.h: Likewise.
265 * elfxx-ia64.c: Likewise.
266 * elfxx-mips.c: Likewise.
267 * elfxx-mips.h: Likewise.
268 * elf.c (prep_headers): Remove useless check for null backend_data.
269 * bfd-in2.h: Regenerate.
270
c39a58e6
AM
271 * elf-bfd.h: Remove PARAMS macro. Replace PTR with void *.
272 (NAME): Use ## rather than CONCAT4 macro.
273 * elfcode.h: Remove one remaining PARAMS macro.
274 * elf-eh-frame.c: Convert to C90, remove unneeded casts and prototypes.
275 * elf-strtab.c: Likewise.
276 * elf-hppa.h: Likewise.
277 * elf32-hppa.h: Likewise.
278 * elf32-hppa.c: Likewise.
279 (elf32_hppa_add_symbol_hook): Delete.
280 (elf_backend_add_symbol_hook): Don't define.
281 * libhppa.h: Convert to C90. Replace INLINE with inline.
282
97b639ba
AM
2832003-08-06 Alan Modra <amodra@bigpond.net.au>
284
285 * elf64-ppc.c (ppc_stub_name): Tweak names for better readability.
286 (ppc64_elf_adjust_dynamic_symbol): Allow copy relocs against
287 function descriptors, but warn.
288 (ppc_build_one_stub): Remove a couple of vars. Move code creating
289 stub syms so that we can avoid a stub sym if we already have a
290 plt sym. Do not redefine an existing symbol.
291 (ppc64_elf_build_stubs): When --emit-stub-syms, print a symbol for
292 glink.
293
9e7d479d
NC
2942003-08-06 Nick Clifton <nickc@redhat.com>
295
296 * po/fr.po: Updated French translation.
297
77f3d027
AM
2982003-08-06 Alan Modra <amodra@bigpond.net.au>
299
300 * elflink.c (_bfd_elf_create_dynamic_sections): Mark .dynbss with
301 SEC_LINKER_CREATED.
302
50d6c878
DJ
3032003-08-05 Daniel Jacobowitz <drow@mvista.com>
304
305 * elf32-arm.h (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
306 (elf32_arm_final_link_relocate, elf32_arm_relocate_section): Use it.
307
14abcef9
NC
3082003-08-03 Jeff Muizelaar <muizelaar@rogers.com>
309
4a21a492 310 * coffcode.h (coff_slurp_line_table): Return with a warning
14abcef9
NC
311 message if the line number table could not be read.
312
8c675694
NC
3132003-08-04 Nick Clifton <nickc@redhat.com>
314
315 * elflink.h (elf_link_add_object_symbols): Prepend "warning: "
316 to messages produced for .gnu.warning.SYMBOL sections.
317
268b6b39
AM
3182003-08-04 Alan Modra <amodra@bigpond.net.au>
319
320 * elfcode.h: Convert to C90, remove unneeded casts and prototypes.
321 * elfcore.h: Likewise.
322 * elflink.c: Likewise.
323 * elflink.h: Likewise.
324 * elf.c (sym_is_global): Remove INLINE.
325 (align_file_position): Replace INLINE with inline.
326 * elfcode.h (elf_swap_dyn_in, elf_swap_dyn_out): Remove INLINE.
327 (elf_file_p): Replace INLINE with inline.
328
866f48b7
KK
3292003-08-02 Kaz Kojima <kkojima@rr.iij4u.or.jp>
330
331 * elf32-sh.c (sh_elf_check_relocs): Don't set DF_TEXTREL here.
332
8651fcf9
L
3332003-08-01 H.J. Lu <hongjiu.lu@intel.com>
334
335 * elfxx-ia64.c (get_got): Align the .got section at 8 bytes.
336
37cd2629
L
3372003-08-01 H.J. Lu <hongjiu.lu@intel.com>
338
339 * elfxx-ia64.c (elfNN_ia64_finish_dynamic_symbol): Use
340 ElfNN_External_Rela instead of Elf64_External_Rela.
341
91fb2a9d
NC
3422003-08-01 Nick Clifton <nickc@redhat.com>
343
344 * config.bfd: Add code to catch obsolete configurations and warn
345 about them unless --enable-obsolete is used. Use this to mark
346 vax-vms port as obsolete.
347
e656e369
AM
3482003-07-30 Alan Modra <amodra@bigpond.net.au>
349
350 * elf32-ppc.c (ppc_elf_install_value): Tidy.
351 (ppc_elf_relax_section): Remove dead code. Remove unnecessary casts.
352 Formatting.
353 * elfxx-target.h: Remove PARAMS macro. Formatting.
354
50bc7936
AM
3552003-07-30 Alan Modra <amodra@bigpond.net.au>
356
357 * elf.c (bfd_section_from_r_symndx): Test for SHN_UNDEF.
358 * elf64-ppc.c (get_fdh): New function, split out from
359 ppc64_elf_edit_opd.
360 (ppc64_elf_check_relocs): Use get_fdh.
361 (func_desc_adjust): Likewise. Tidy.
362 (ppc64_elf_edit_opd): Tighten reloc checks. Free local_syms on error
363 exit. Use get_fdh. Account for superfluous dynamic relocs.
364 (ppc64_elf_relocate_section): Warning fix.
365
a62d170c
JE
3662003-07-30 Jason Eckhardt <jle@rice.edu>
367
368 * coff-i860.c: Convert to ISO C90. Remove superflous prototypes.
369
7734b6e9
JE
3702003-07-30 Jason Eckhardt <jle@rice.edu>
371
372 * elf32-i860.c: Convert to ISO C90. Remove superflous prototypes.
373
37f4508b
AM
3742003-07-30 Randolph Chung <tausq@debian.org>
375
376 * elf-hppa.h (elf_hppa_relocate_section): Look up dyn_h for undefweak.
377 * elf64-hppa.c (elf64_hppa_finalize_dlt): Check h->root.type.
378
217aa764
AM
3792003-07-30 Alan Modra <amodra@bigpond.net.au>
380
381 * elf.c: Convert to C90, remove unnecessary prototypes and casts.
382 Replace PTR with void *. Formatting.
383 (_bfd_elf_assign_file_position_for_section): Remove INLINE.
384 (make_mapping): Likewise.
385
494dac0c
AM
3862003-07-29 Alan Modra <amodra@bigpond.net.au>
387
388 * elf64-ppc.c (func_desc_adjust): Give linker created function
389 descriptor symbols a size and type.
390 (ppc64_elf_relocate_section): Correct lq insn test.
391
deaaf2f3
EC
3922003-07-28 Eric Christopher <echristo@redhat.com>
393
394 * elf32-ppc.c (R_PPC_RELAX32): New relocation.
395 (ppc_elf_install_value): New function.
396 (ppc_elf_sort_rela): Remove.
397 (ppc_elf_relax_section): Rewrite. Remove old relaxation
398 and replace with out of range branch stubs.
399 (ppc_elf_relocate_section): Handle R_PPC_RELAX32.
400
709e685d
AO
4012003-07-29 Alexandre Oliva <aoliva@redhat.com>
402
403 * elf-m10300.c (mn10300_elf_relax_section): Take symbol hash table
404 from input_bfd.
405
36c506c5
AM
4062003-07-28 Alan Modra <amodra@bigpond.net.au>
407
408 * elf.c (special_sections): Set attributes for .got and .plt.
409
5d35169e
AM
4102003-07-27 Alan Modra <amodra@bigpond.net.au>
411
412 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Ensure no copy relocs
413 on function descriptors.
414 (ELIMINATE_COPY_RELOCS): Expand comment.
415 (ppc64_elf_special_sections): Move. Don't include non-ppc64 sections.
416 Do include ".toc1".
417
3cddba1e
L
4182003-07-25 H.J. Lu <hongjiu.lu@intel.com>
419
420 * elf.c (_bfd_elf_new_section_hook): Set the default section
421 type to SHT_NULL.
422 (elf_fake_sections): Set the section type based on asect->flags
423 if it is SHT_NULL. Don't abort on processor specific section
424 types.
425
d622ef4b
L
4262003-07-25 H.J. Lu <hongjiu.lu@intel.com>
427
428 * bfd-in2.h: Regenerated.
429
2f89ff8d
L
4302003-07-25 H.J. Lu <hongjiu.lu@intel.com>
431
432 * elf-bfd.h (bfd_elf_special_section): New.
433 (elf_backend_data): Add special_sections, a pointer to
434 bfd_elf_special_section.
435 (elf_section_type). New.
436 (elf_section_flags): New.
437 (_bfd_elf_get_sec_type_attr): New.
438
439 * elf.c (_bfd_elf_make_section_from_shdr): Always use the
440 real section type/flags.
441 (special_sections): New.
442 (get_special_section): New.
443 (_bfd_elf_get_sec_type_attr): New.
444 (_bfd_elf_new_section_hook): Check special_section to set
445 elf_section_type and elf_section_flags.
446 (elf_fake_sections): Don't use section name to set ELF section
447 data.
448
449 * elf32-m32r.c (m32r_elf_special_sections): New.
450 (elf_backend_special_sections): Defined.
451
452 * elf32-m68hc11.c (elf32_m68hc11_special_sections): New.
453 (elf_backend_special_sections): Defined.
454
455 * elf32-mcore.c (mcore_elf_special_sections): New.
456 (elf_backend_special_sections): Defined.
457
458 * elf32-ppc.c (ppc_elf_special_sections): New.
459 (elf_backend_special_sections): Defined.
460
461 * elf32-sh64.c (sh64_elf_special_sections): New.
462 (elf_backend_special_sections): Defined.
463
464 * elf32-v850.c (v850_elf_special_sections): New.
465 (elf_backend_special_sections): Defined.
466
467 * elf32-xtensa.c (elf_xtensa_special_sections): New.
468 (elf_backend_special_sections): Defined.
469
470 * elf64-alpha.c (elf64_alpha_special_sections): New.
471 (elf_backend_special_sections): Defined.
472
473 * elf64-hppa.c (elf64_hppa_special_sections): New.
474 (elf_backend_special_sections): Defined.
475
476 * elf64-ppc.c (ppc64_elf_special_sections): New.
477 (elf_backend_special_sections): Defined.
478
479 * elf64-sh64.c (sh64_elf64_special_sections): New.
480 (elf_backend_special_sections): Defined.
481
482 * elfxx-ia64.c (elfNN_ia64_special_sections): New.
483 (elf_backend_special_sections): Defined.
484
485 * elfxx-mips.c (_bfd_mips_elf_special_sections): New.
486
487 * elfxx-mips.h (_bfd_mips_elf_special_sections): New.
488 (elf_backend_special_sections): Defined.
489
490 * elfxx-target.h (elf_backend_special_sections): New. Default
491 to NULL.
492 (elfNN_bed): Initialize special_sections.
493
494 * section.c (bfd_abs_section): Remove const.
495 (bfd_und_section): Likewise.
496 (bfd_com_section): Likewise.
497 (bfd_ind_section): Likewise.
498
20650579
NC
4992003-07-24 Nick Clifton <nickc@redhat.com>
500
501 * coff-arm.c (EXTRA_S_FLAGS): Include SEC_CODE so that code
502 sections are assigned the LOAD attribute.
503
deaaf2f3 5042003-07-25 Kaz Kojima <kkojima@rr.iij4u.or.jp>
09fd220b
KK
505
506 * elf32-sh.c: Convert to C90. Replace PTR with void *.
507 * elf32-sh64-com.c: Likewise.
508 * elf32-sh64.c: Likewise.
509 * elf32-sh64.h: Likewise.
510 * elf64-sh64.c: Likewise.
511
3d85aebe
KK
5122003-07-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
513
514 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
515 (allocate_dynrelocs): Likewise.
516 (sh_elf_relocate_section): Likewise. Use SYMBOL_REFERENCES_LOCAL.
517 (sh_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
518
834d807b
NC
5192003-07-24 Nick Clifton <nickc@redhat.com>
520
521 * po/fr.po: Updated French translation.
522
571b5725
BW
5232003-07-23 Bob Wilson <bob.wilson@acm.org>
524
525 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Make inline and move
526 near the beginning of the file. Swap order of arguments. Call
527 _bfd_elf_dynamic_symbol_p with "ignore_protected" set to 0.
528 (elf_xtensa_fix_refcounts): Adjust xtensa_elf_dynamic_symbol_p call.
529 (elf_xtensa_relocate_section): Likewise.
530 (shrink_dynamic_reloc_sections): Likewise.
531
b536dc1e
BW
5322003-07-23 Bob Wilson <bob.wilson@acm.org>
533
534 * elf32-xtensa.c (plt_reloc_count): Fix typo in comment.
535 (elf_xtensa_size_dynamic_sections): Use elf_discarded_section.
536 (elf_xtensa_combine_prop_entries): Avoid returning non-zero without
537 first printing an error message.
538 (elf_xtensa_finish_dynamic_sections): Likewise.
539 (elf_xtensa_discard_info_for_section): Adjust size of .got.loc when
540 discarding literal table entries.
541 (elf_xtensa_merge_private_bfd_data): Remove newline from error message.
542 (elf_xtensa_do_asm_simplify): Likewise.
543
7f888330
SC
5442003-07-23 Stephane Carrez <stcarrez@nerim.fr>
545
546 * elf32-m68hc1x.c (elf32_m68hc11_size_stubs): Avoid crash when
547 we have a local symbol in common section.
548
ecc27c31
L
5492003-07-22 H.J. Lu <hongjiu.lu@intel.com>
550
551 * elflink.c (_bfd_elf_dynamic_symbol_p): Don't return TRUE for
552 weak symbols.
553
f9f3cf65
NC
5542003-07-22 Nick Clifton <nickc@redhat.com>
555
556 * coffcode.h (coff_slurp_symbol_table): Add C_TCSYM and C_ECOML to
557 expected RS6000 storage classes.
558
bb32e54f
L
5592003-07-21 H.J. Lu <hongjiu.lu@intel.com>
560
561 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Mark
562 output_bfd unused to silence gcc.
563
796f2a93
NC
5642003-07-21 Nick Clifton <nickc@redhat.com>
565
566 * po/sv.po: Updated Swedish translation.
567
f6c52c13
AM
5682003-07-21 Alan Modra <amodra@bigpond.net.au>
569
570 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use..
571 (_bfd_elf_symbol_refs_local_p): ..this. Declare.
572 * elflink.c (_bfd_elf_symbol_refs_local_p): New function.
573 * elf32-i386.c (elf_i386_relocate_section): Remove h NULL test
574 now done in _bfd_elf_symbol_refs_local_p.
575 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
576 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
577 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
578
aa37626c
L
5792003-07-18 H.J. Lu <hongjiu.lu@intel.com>
580
581 * elflink.c (_bfd_elf_dynamic_symbol_p): Undo the last change.
582
1e364ec9
L
5832003-07-18 H.J. Lu <hongjiu.lu@intel.com>
584
585 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL): Fix a typo.
586 (SYMBOL_CALLS_LOCAL): Likewise.
587
588 * elflink.c (_bfd_elf_dynamic_symbol_p): Return TRUE
589 immediately if symbol isn't defined locally.
590
986a241f
RH
5912003-07-18 Richard Henderson <rth@redhat.com>
592
593 * elflink.c (_bfd_elf_dynamic_symbol_p): New.
594 * elf-bfd.h (_bfd_elf_dynamic_symbol_p): Declare it.
595 (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Use it.
596 * elf32-xtensa.c (xtensa_elf_dynamic_symbol_p): Likewise.
597 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
598 * elf64-hppa.c (elf64_hppa_dynamic_symbol_p): Likewise.
599 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Likewise.
600 Update all callers to provide the relocation being resolved.
601
ac4b3dd8
NC
6022003-07-17 Shaun Jackman <sjackman@pathwayconnect.com>
603
604 * config.bfd (arm-wince-pe): Add -DARM_COFF_BUGFIX to
605 targ_cflags.
606
6c37ac4d
NC
6072003-07-17 Nick Clifton <nickc@redhat.com>
608
609 * po/es.po: New Spanish translation.
610 * po/sv.po: New Swedish translation.
611 * po/opcodes.pot: Regenerate.
612
02e6ad56
RH
6132003-07-16 Richard Henderson <rth@redhat.com>
614
615 * config.bfd, configure.host, configure.in: Remove ia64-aix support.
616 * elfxx-ia64.c, targets.c: Likewise.
617
5686517c
RH
6182003-07-16 Richard Henderson <rth@redhat.com>
619
620 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Properly return false
621 for symbols defined locally plus -Bsymbolic. Tidy logic.
622
5a7ea749
RS
6232003-07-15 Richard Sandiford <rsandifo@redhat.com>
624
625 * archures.c (bfd_mach_mips7000): New.
626 * bfd-in2.h: Regenerated.
627 * cpu-mips.c (arch_info_struct): Add an entry for mips:7000.
628 * elfxx-mips.c (mips_set_isa_flags): Handle bfd_mach_mips7000.
629 (mips_mach_extensions): Add an entry for it.
630
76bff705
NC
6312003-07-14 Nick Clifton <nickc@redhat.com>
632
633 * po/tr.po: Update with latest version.
634 * po/SRC-POTFILES.in: Regenerate.
635 * po/bfd.pot: Regenerate.
636 * Makfile.in: Regenerate.
637 * configure: Regenerate.
638
d0facd1b
NC
6392003-07-12 Jeff Baker <jbaker@qnx.com>
640
641 * bfd/config.bfd (__QNXTARGET__): Define for Neutrino architectures.
642 * bfd/elf32-arm.h (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
643 * bfd/elf32-sh.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
644 * bfd/elf32-ppc.c (ELF_MAXPAGESIZE): Set to 4k for Neutrino.
645
bcb9b88d
NC
6462003-07-12 Jeff Muizelaar <muizelaar@rogers.com>
647
648 * coffcode.h (coff_set_section_contents): Set the
649 IMAGE_FILE_32BIT_MACHINE flag for PE targets.
650
7a9823f1
RS
6512003-07-11 Richard Sandiford <rsandifo@redhat.com>
652
653 * bfd-in.h (bfd_h8300_pad_address): Declare.
654 * bfd-in2.h: Regenerate.
655 * cpu-h8300.c (bfd_h8300_pad_address): New function.
656 * coff-h8300.c (h8300_reloc16_estimate): Use it to canonicalize
657 addresses before checking whether they can be relaxed.
658 (h8300_reloc16_extra_cases): Likewise for the R_MOVL2 sanity check.
659 Don't complain about overflows in general 8-bit relocations.
660 * elf32-h8300.c (elf32_h8_relax_section): Use bfd_h8300_pad_address.
661 Fix handling of R_H8_DIR24A8.
662
c6baf75e
RS
6632003-07-11 Richard Sandiford <rsandifo@redhat.com>
664
665 * elf32-h8300.c: Convert function prototypes and definitions
666 to C90 syntax.
667 * coff-h8300.c: Likewise.
668 * cpu-h8300.c: Likewise.
669
fce00800
AM
6702003-07-11 Alan Modra <amodra@bigpond.net.au>
671
672 * po/SRC-POTFILES.in: Regenerate.
673 * po/bfd.pot: Likewise.
674
e901de89
BW
6752003-07-10 Bob Wilson <bob.wilson@acm.org>
676
677 * elf32-xtensa.c (elf_xtensa_create_dynamic_sections): Create new
678 .got.loc section. Do not set SEC_ALLOC or SEC_LOAD flags for the
679 .xt.lit.plt section.
680 (elf_xtensa_size_dynamic_sections): Set size of the .got.loc section
681 and allocate memory for it.
682 (elf_xtensa_combine_prop_entries): Copy contents of .xt.lit output
683 section to the .got.loc section.
684 (elf_xtensa_finish_dynamic_sections): Fix up call to
685 elf_xtensa_combine_prop_entries and set DT_XTENSA_GOT_LOC_OFF to
686 the address of .got.loc.
687 (relax_property_section): Shrink .got.loc to match changes in any
688 literal table section.
689 (xtensa_is_property_section): Change to match
690 xtensa_get_property_section_name.
691 (xtensa_is_littable_section): New.
692
eff26f78
L
6932003-07-10 H.J. Lu <hongjiu.lu@intel.com>
694
695 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1 instead of
696 -1LL.
697
942e0f42
AM
6982003-07-10 Alan Modra <amodra@bigpond.net.au>
699
700 * Makefile.am (BFD32_BACKENDS): Add elf32-am33lin.lo.
701 (BFD32_BACKENDS_CFILES): elf32-am33lin.c not elf32-am33lin.lo.
702 Run "make dep-am".
703 * Makefile.in: Regenerate.
704
73c3cd1c
AO
7052003-07-10 Alexandre Oliva <aoliva@redhat.com>
706
707 2001-09-12 Alexandre Oliva <aoliva@redhat.com>
708 * elf32-am33lin.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
709 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
710 2001-06-02 Nick Clifton <nickc@cambridge.redhat.com>
711 * elf32-am33lin.c: Rename global functions.
712 2001-05-09 Alexandre Oliva <aoliva@redhat.com>
713 * config.bfd (am33_2.0, am33_2.0-*-linux*): Added.
714 * configure.in (bfd_elf32_am33lin_vec): Added.
715 * Makefile.am (BFD32_BACKENDS): Added elf32-am33lin.lo.
716 (elf32-am33lin.lo): List dependencies.
717 * aclocal.m4, configure, Makefile.in: Rebuilt.
718 * elf-m10300.c (TARGET_LITTLE_SYM, TARGET_LITTLE_NAME,
719 ELF_ARCH, ELF_MACHINE_CODE, ELF_MAXPAGESIZE): Define only if
720 ELF_ARCH was not defined before.
721 (elf_symbol_leading_char): Define if not defined.
722 * elf32-am33lin.c: Override the definitions above.
723 * targets.c (bfd_elf32_am33lin_vec): New.
724
03a12831
AO
7252003-07-09 Alexandre Oliva <aoliva@redhat.com>
726
727 2002-12-12 Alexandre Oliva <aoliva@redhat.com>
728 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Initialize
729 pcrel_relocs_copied.
730 2001-12-13 Alexandre Oliva <aoliva@redhat.com>
731 * elf-m10300.c (ELF_DYNAMIC_INTERPRETER): Renamed from
732 ld-linux.so.2 to ld.so.1.
733 2001-10-10 Alexandre Oliva <aoliva@redhat.com>
734 * elf-m10300.c (elf_mn10300_sizeof_plt0): New macro.
735 (_bfd_mn10300_elf_adjust_dynamic_symbol): Use it.
736 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
737 * elf-m10300.c (_bfd_mn10300_elf_size_dynamic_sections): Allocate
738 .rela.* section contents with bfd_zalloc.
739 2001-09-25 Alexandre Oliva <aoliva@redhat.com>
740 * elf-m10300.c: Added declarations for functions missing them.
741 Merge some shared-library changes from the i386 back-end. Use
742 R_MN10300_RELATIVE instead of R_MN10300_PCREL32 and
743 R_MN10300_GLOB_DAT instead of R_MN10300_32 where appropriate.
744 (struct elf32_mn10300_link_hash_entry): Remove duplicates of
745 members of elf_link_hash_entry. Adjusted references.
746 (mn10300_elf_final_link_relocate): dynobj was already loaded
747 into a local variable, use it.
748 2001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
749 * elf-m10300.c: Add missing function prototypes.
750 2001-08-24 Alexandre Oliva <aoliva@redhat.com>
751 * elf-m10300.c (mn10300_elf_relocate_section): Don't compute
752 relocation for dynamic relocations.
753 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
754 * reloc.c (BFD_RELOC_MN10300_GOTOFF24): New.
755 * elf-m10300.c: Introduce GOTPC16, GOTOFF24, GOTOFF16 and
756 PLT16, and rename GOTPC to GOTPC32 and GOTOFF to GOTOFF32.
757 (_bfd_mn10300_elf_create_dynamic_sections): Move creation ot PLT...
758 (_bfd_mn10300_elf_create_got_section): ... here, so that its
759 adress is already known at the time we compute relaxations.
760 (mn10300_elf_relax_section): Relax GOTPC32, GOTOFF32, GOT32
761 and PLT32 to narrower relocations.
762 * libbfd.h, bfd-in2.h: Rebuilt.
763 2001-04-12 Alexandre Oliva <aoliva@redhat.com>
764 * reloc.c (BFD_RELOC_MN10300_GOT32, BFD_RELOC_MN10300_GOT24,
765 BFD_RELOC_MN10300_GOT16, BFD_RELOC_MN10300_COPY,
766 BFD_RELOC_MN10300_GLOB_DAT, BFD_RELOC_MN10300_JMP_SLOT,
767 BFD_RELOC_MN10300_RELATIVE): New relocs.
768 * libbfd.h, bfd-in2.h: Rebuilt.
769 * elf-m10300.c (struct elf_mn10300_pcrel_relocs_copied): New.
770 (struct elf32_mn10300_link_hash_entry): Added DSO-related
771 fields.
772 (elf_mn10300_howto): Defined new relocation types.
773 (mn10300_reloc_map): Map them.
774 (_bfd_mn10300_elf_create_got_section): New fn.
775 (mn10300_elf_check_relocs): Handle PIC relocs.
776 (mn10300_elf_final_link_relocate): Likewise.
777 (mn10300_elf_relocate_section): Handle DSOs.
778 (PLT0_ENTRY_SIZE, PLT_ENTRY_SIZE, PIC_PLT_ENTRY_SIZE): New macros.
779 (elf_mn10300_plt0_entry, elf_mn10300_plt_entry,
780 elf_mn10300_pic_plt_entry): New.
781 (elf_mn10300_sizeof_plt, elf_mn10300_plt_plt0_offset,
782 elf_mn10300_plt0_linker_offset, elf_mn10300_plt0_gotid_offset,
783 elf_mn10300_plt_temp_offset, elf_mn10300_plt_symbol_offset,
784 elf_mn10300_plt_reloc_offset: New macros.
785 (ELF_DYNAMIC_INTERPRETER): Likewise.
786 (_bfd_mn10300_elf_create_dynamic_sections): New function.
787 (_bfd_mn10300_elf_adjust_dynamic_symbol): Likewise.
788 (_bfd_mn10300_elf_discard_copies): Likewise.
789 (_bfd_mn10300_elf_size_dynamic_sections): Likewise.
790 (_bfd_mn10300_elf_finish_dynamic_symbol): Likewise.
791 (_bfd_mn10300_elf_finish_dynamic_sections): Likewise.
792 (elf_backend_can_gc_sections,
793 elf_backend_create_dynamic_sections,
794 elf_backend_adjust_dynamic_sections,
795 elf_backend_size_dynamic_sections,
796 elf_backend_finish_dynamic_symbol,
797 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
798 elf_backend_plt_readonly, elf_backend_want_plt_sym,
799 elf_backend_got_header_size, elf_backend_plt_header_size): New
800 macros.
801
b08fa4d3
AO
8022003-07-09 Alexandre Oliva <aoliva@redhat.com>
803
804 2001-05-06 Alexandre Oliva <aoliva@redhat.com>
805 * elf-m10300.c (compute_function_info): Account for AM33
806 registers in `movm' when computing stack space for `call' when
807 linking for AM33/2.0 link.
808 2000-04-01 Alexandre Oliva <aoliva@cygnus.com>
809 * archures.c (bfd_mach_am33_2): Renamed from bfd_mach_am332.
810 * bfd-in2.h: Rebuilt.
811 * cpu-m10300.c (bfd_am33_2_arch): Renamed from bfd_am332_arch.
812 * elf-m10300.c: Updated.
813 2000-03-31 Alexandre Oliva <aoliva@cygnus.com>
814 * archures.c (bfd_mach_am332): Defined.
815 * bfd-in2.h: Rebuilt.
816 * cpu-m10300.c (bfd_am332_arch): Defined.
817 (bfd_am33_arch): Chained with am33-2.
818 * elf-m10300.c (elf_mn10300_mach): Handle am332.
819 (_bfd_mn10300_elf_final_write_processing): Likewise.
820
201933ea
L
8212003-07-09 H.J. Lu <hongjiu.lu@intel.com>
822
823 * elfxx-ia64.c (IA64_HOWTO): Set dst_mask to -1LL.
824
e717da7e
AM
8252003-07-10 Alan Modra <amodra@bigpond.net.au>
826
827 * elf64-ppc.c (bfd_elf64_mkobject): Define.
828 (struct ppc64_elf_obj_tdata): New.
829 (ppc64_elf_tdata, ppc64_tlsld_got): Define.
830 (ppc64_elf_mkobject): New function.
831 (struct got_entry): Add "owner". Move "tls_type".
832 (struct ppc_link_hash_table): Delete "relgot", "tlsld_got".
833 (ppc64_elf_init_stub_bfd): New function.
834 (create_got_section): Create header .got in dynobj. Create .got
835 and .rela.got in each bfd. Stash pointers in ppc64_elf_obj_tdata.
836 (ppc64_elf_create_dynamic_sections): Don't call create_got_section.
837 Look for dynobj .got, and test it.
838 (ppc64_elf_copy_indirect_symbol): Adjust for changed got.
839 (update_local_sym_info): Likewise.
840 (ppc64_elf_check_relocs): Likewise.
841 (ppc64_elf_gc_sweep_hook): Likewise.
842 (ppc64_elf_tls_optimize): Likewise.
843 (allocate_dynrelocs): Likewise.
844 (ppc64_elf_size_dynamic_sections): Likewise.
845 (ppc64_elf_relocate_section): Likewise.
846 (ppc64_elf_next_toc_section): Update comment.
847 (toc_adjusting_stub_needed): Remove unneeded cast.
848 (ppc64_elf_build_stubs): Check for stub sections in stub bfd by
849 testing section flags.
850 (ppc64_elf_build_stubs): Likewise.
851 (ppc64_elf_size_stubs): Likewise. Remove stub_bfd param.
852 (ppc64_elf_finish_dynamic_sections): Write out got sections.
853 (func_desc_adjust): Copy over dynamic info for undef weaks.
854 * elf64-ppc.h (ppc64_elf_init_stub_bfd): Declare.
855 (ppc64_elf_size_stubs): Update prototype.
856 * elflink.h (elf_link_sort_relocs): Use link_orders to find reldyn
857 input sections rather than scanning dynobj.
858
18ad015f
RS
8592003-07-09 Richard Sandiford <rsandifo@redhat.com>
860
861 * elfxx-mips.c (mips_elf_link_hash_entry): Remove min_dyn_reloc_index.
862 (bfd_mips_elf_swap_msym_in, bfd_mips_elf_swap_msym_out): Delete.
863 (mips_elf_create_msym_section): Delete.
864 (mips_elf_create_dynamic_relocation): Don't set min_dyn_reloc_index.
865 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
866 (_bfd_mips_elf_create_dynamic_sections): Don't create .msym.
867 (_bfd_mips_elf_size_dynamic_sections): Don't calculate its size.
868 (_bfd_mips_elf_size_dynamic_sections): Don't add DT_MIPS_MSYM.
869 (_bfd_mips_elf_finish_dynamic_symbol): Don't add symbols to .msym.
870 (_bfd_mips_elf_finish_dynamic_sections): Likewise.
871
e10609d3
RS
8722003-07-09 Richard Sandiford <rsandifo@redhat.com>
873
874 * elfxx-mips.c (mips_elf_irix6_finish_dynamic_symbol): Make the
875 symbols protected.
876
0d591ff7
RS
8772003-07-09 Richard Sandiford <rsandifo@redhat.com>
878
879 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Fix handling
880 of relocations whose offset is -2.
881
fdd07405
RS
8822003-07-09 Richard Sandiford <rsandifo@redhat.com>
883
884 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): Treat
885 forced-local symbols like other locals. Don't create relocations
886 against STN_UNDEF in irix objects.
887
d2fba50d
RS
8882003-07-09 Richard Sandiford <rsandifo@redhat.com>
889
890 * bfd/elfxx-mips.c (mips_elf_create_dynamic_relocation): In SGI-
891 compatible objects, add the values of defined external symbols
892 to the addend.
893
6eaa6adc
RS
8942003-07-09 Richard Sandiford <rsandifo@redhat.com>
895
896 * elfxx-mips.c (_bfd_mips_elf_finish_dynamic_symbol): Always
897 initialize a GOT entry to the symbol's st_value.
898
0c83546a
AM
8992003-07-08 Alan Modra <amodra@bigpond.net.au>
900
43c40ab2
AM
901 * elf-bfd.h (struct elf_obj_tdata): Move linker_section_pointers..
902 * elf32-ppc.c (struct ppc_elf_obj_tdata): ..to here. New.
903 (ppc_elf_tdata): Define.
904 (elf_local_ptr_offsets): Adjust.
905 (ppc_elf_mkobject): New function.
906 (bfd_elf32_mkobject): Define.
907
0c83546a
AM
908 * elfcode.h (elf_object_p): Allocate tdata via _bfd_set_format.
909 * elfcore.h (elf_core_file_p): Likewise.
910 * section.c (bfd_section_init): Remove prototype.
911
58111eb7
AM
9122003-07-08 Alan Modra <amodra@bigpond.net.au>
913
914 * elf-bfd.h (struct elf_link_hash_entry): Remove linker_section_pointer
915 field.
916 (enum elf_linker_section_enum): Delete.
917 (struct elf_linker_section): Delete.
918 (struct elf_linker_section_pointers): Delete.
919 (struct elf_obj_tdata): Remove #if 0 chunk. Remove linker_section.
920 Make linker_section_pointers a void**.
921 (elf_local_ptr_offsets, elf_linker_section): Don't define.
922 * elf32-ppc.c (enum elf_linker_section_enum): New, cut-down version
923 of old item in elf-bfd.h.
924 (struct elf_linker_section): Likewise.
925 (struct elf_linker_section_pointers): Likewise.
926 (elf_local_ptr_offsets): Define.
927 (struct ppc_elf_link_hash_entry): Add linker_section_pointer.
928 (ppc_elf_link_hash_newfunc): Init it.
929 (struct ppc_elf_link_hash_table): Add sbss.
930 (ppc_elf_link_hash_table_create): zmalloc rather than clearing
931 individual fields.
932 (elf_create_linker_section): Fold into..
933 (ppc_elf_create_linker_section): ..here. Remove hole_size code.
934 Make rela section here if shared.
935 (elf_find_pointer_linker_section): Pass lsect rather than enum.
936 (elf_create_pointer_linker_section): Adjust. zalloc rather than
937 clearing in a loop.
938 (elf_finish_pointer_linker_section): Adjust. Don't make rela
939 section here.
940 (ppc_elf_check_relocs): Adjust.
941 (ppc_elf_add_symbol_hook): Tighten hash creator test. Remove code
942 creating .sbss by hand.
943 * elf.c (_bfd_elf_link_hash_newfunc): Adjust.
944
15f8604d
JJ
9452003-07-04 Jakub Jelinek <jakub@redhat.com>
946
947 * elf32-s390.c (elf_howto_table): Change R_390_GOT12 to
948 complain_overflow_bitfield.
949 * elf64-s390.c (elf_howto_table): Change R_390_GOT12 to
950 complain_overflow_bitfield.
951
3368a7fb
JJ
9522003-07-04 Jakub Jelinek <jakub@redhat.com>
953
954 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Return
955 true even if -pie.
956
9203ba99
JJ
9572003-07-04 Jakub Jelinek <jakub@redhat.com>
958
959 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add rel_fptr_sec.
960 (elfNN_ia64_dynamic_symbol_p): Change info->shared into
961 !info->executable.
962 (get_fptr): For -pie create .opd as writable section and create
963 .rela.opd as well.
964 (elfNN_ia64_check_relocs): Change info->shared into
965 !info->executable.
966 (allocate_fptr): Likewise.
967 (allocate_dynrel_entries): Account for a relative reloc for -pie
968 @fptr(). Don't account for a relative reloc if -pie want_ltoff_fptr
969 for undefweak symbol. Account for an IPLT reloc in .rela.opd
970 section if -pie.
971 (set_got_entry): Don't create a relative reloc if -pie
972 want_ltoff_fptr for undefweak symbol.
973 (set_fptr_entry): Emit an IPLT reloc in .rela.opd for -pie.
974 (elfNN_ia64_relocate_section): Emit a relative reloc for -pie
975 @fptr().
976
977 * elfxx-ia64.c (elfNN_ia64_relocate_section): Issue undefined_symbol
978 even if -pie.
979 * elf32-i386.c (elf_i386_relocate_section): Likewise.
980 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
981 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
982 * elf64-s390.c (elf_s390_relocate_section): Likewise.
983 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
984 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
985 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
986 * elf32-s390.c (elf_s390_relocate_section): Likewise.
987 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
988
e0a868d1 9892003-07-04 Paul Clarke <paulc@senet.com.au>
8c17da6e
NC
990
991 * elf32-h8300.c (R_H8_DIR32A16): Fix name field.
992 (elf32_h8_relax_section) <R_H8_DIR16A8>: Adjust position of relocation.
993 <R_H8_DIR32A16>: Fix type of relocation.
994
35cad4c4
KK
9952003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
996
997 * elf32-sh.c (sh_elf_create_dynamic_sections): Return if dynamic
998 sections were created already. Remove unnecessary tests of
999 the previous change.
1000
03151a5a
KK
10012003-07-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1002
1003 * elf32-sh.c (sh_elf_create_dynamic_sections): Don't call
1004 bfd_make_section for existing sections.
1005
003d627e
AM
10062003-07-04 Alan Modra <amodra@bigpond.net.au>
1007
2293c499
AM
1008 * elf32-sparc.c (elf32_sparc_check_relocs): Don't call
1009 create_got_section if we already have done so.
1010 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
1011 (sh_elf_check_relocs): Likewise.
1012 (sh_elf_adjust_dynamic_symbol): Delete "dynobj" var. Use
1013 htab->root.dynobj instead.
1014 (sh_elf_check_relocs): Likewise.
1015 (sh_elf_finish_dynamic_sections): Likewise.
1016
003d627e
AM
1017 * section.c (bfd_make_section): Return NULL for existing section.
1018
fa681e5d
AM
10192003-07-04 Alan Modra <amodra@bigpond.net.au>
1020
1021 * elf32-ppc.c (ppc_elf_create_dynamic_sections): Don't call
1022 ppc_elf_create_got if we've already done so.
3dab13f6
AM
1023
1024 * elf-bfd.h (_bfd_elf_create_linker_section) Don't declare.
1025 (_bfd_elf_find_pointer_linker_section): Likewise.
1026 (bfd_elf32_create_pointer_linker_section): Likewise.
1027 (bfd_elf32_finish_pointer_linker_section): Likewise.
1028 (bfd_elf64_create_pointer_linker_section): Likewise.
1029 (bfd_elf64_finish_pointer_linker_section): Likewise.
1030 (_bfd_elf_make_linker_section_rela): Likewise.
1031 * elfcode.h (elf_create_pointer_linker_section): Don't define.
1032 (elf_finish_pointer_linker_section): Likewise.
1033 * elflink.c (_bfd_elf_make_linker_section_rela): Delete.
1034 (_bfd_elf_create_linker_section): Move this function..
1035 (_bfd_elf_find_pointer_linker_section): ..and this..
1036 * elflink.h (elf_create_pointer_linker_section): ..and this..
1037 (elf_finish_pointer_linker_section): ..and this..
1038 * elf32-ppc.c: ..to here, renaming to the following, and adjusting
1039 calls.
1040 (elf_create_linker_section): Convert to C90, tidy.
1041 (elf_find_pointer_linker_section): Likewise.
1042 (elf_create_pointer_linker_section): Likewise.
1043 (elf_finish_pointer_linker_section): Likewise.
1044 * elf32-i370.c: Delete #if 0 code.
1045
772119ce
AM
10462003-07-02 Alan Modra <amodra@bigpond.net.au>
1047
1048 * elf64-ppc.c (ppc64_elf_func_desc_adjust): Don't allow _savef* and
1049 _restf* to be satisfied by shared libs, and always force them local.
1050 (toc_adjusting_stub_needed): Avoid scanning linker created sections.
1051 Correct test for "bl".
1052 (ppc64_elf_relocate_section <R_PPC64_TLS>): Correct test for
1053 primary opcode 31.
1054
bd1ea41b
MS
10552003-07-01 Martin Schwidefsky <schwidefsky@de.ibm.com>
1056
1057 * elf32-s390.c (s390_elf_ldisp_reloc): New prototype.
1058 (s390_tls_reloc): New function.
1059 (elf_howto_table): Add long displacement relocations R_390_20,
1060 R_390_GOT20, R_390_GOTPLT20 and R_390_TLS_GOTIE20.
1061 (elf_s390_reloc_type_lookup): Likewise.
1062 (elf_s390_check_relocs): Likewise.
1063 (elf_s390_gc_sweep_hook): Likewise.
1064 (elf_s390_relocate_section): Likewise.
1065 * elf64-s390.c: Same changes as for elf32-s390.c.
1066 * reloc.c: Add long displacement relocations BFD_RELOC_390_20,
43c40ab2 1067 BFD_RELOC_390_GOT20, BFD_RELOC_390_GOTPLT20 and
bd1ea41b
MS
1068 BFD_RELOC_390_TLS_GOTIE20.
1069 * bfd-in2.h: Regenerate.
1070 * libbfd.h: Likewise.
1071
113202d6
AM
10722003-06-30 Alan Modra <amodra@bigpond.net.au>
1073
1074 * cpu-ia64-opc.c (ext_imms_scaled): Don't sign extend using shifts.
1075 (ins_imms, ins_immsm1u4): Likewise. Warning fix.
1076
c58b9523
AM
10772003-06-29 Alan Modra <amodra@bigpond.net.au>
1078
1079 * archive.c: Convert to C90, remove unnecessary prototypes and casts.
1080 Replace PTR with void *. Formatting.
1081 * archive64.c: Likewise.
1082 * archures.c: Likewise.
1083 * bfd-in.h: Likewise.
1084 * bfd.c: Likewise.
1085 * bfdio.c: Likewise.
1086 * bfdwin.c: Likewise.
1087 * cache.c: Likewise.
1088 * corefile.c: Likewise.
1089 * format.c: Likewise.
1090 * init.c: Likewise.
1091 * libbfd-in.h: Likewise.
1092 * libbfd.c: Likewise.
1093 * linker.c: Likewise.
1094 * opncls.c: Likewise.
1095 * reloc.c: Likewise.
1096 * section.c: Likewise.
1097 * simple.c: Likewise.
1098 * syms.c: Likewise.
1099 * targets.c: Likewise.
1100 * bfd-in2.h: Regenerate.
1101 * libbfd.h: Regenerate.
1102
1103 * ecoff.c (bfd_debug_section): Add missing kept_section initialization.
1104 * libbfd-in.h (_bfd_sh_align_load_span): Don't declare if defined.
1105 * libbfd.c (COERCE32, EIGHT_GAZILLION): Simplify.
1106 (bfd_getb64): Rewrite without parens.
1107 (bfd_getl64, bfd_getb_signed_64, bfd_getl_signed_64): Likewise.
1108 * cache.c (insert, snip): Remove INLINE.
1109 * linker.c (bfd_link_add_undef): Likewise.
1110
27482721
AJ
11112003-06-29 Andreas Jaeger <aj@suse.de>
1112
1113 * elf64-x86-64.c: Convert to ISO C90 prototypes, remove
1114 unnecessary prototypes. Replace PTR with void *.
58611256
AJ
1115 (elf64_x86_64_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL to
1116 trim plt entries. Move undefweak non-default visibility test ...
1117 (allocate_dynrelocs): ... from here.
1118 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1119 Change all callers.
1120 (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL. Use
1121 SYMBOL_REFERENCES_LOCAL for dynreloc check.
1122 (elf64_x86_64_relocate_section): Use SYMBOL_CALLS_LOCAL for
1123 dynreloc and .got relocs.
1124 (elf64_x86_64_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL
1125 for .got relocs.
27482721 1126
2b86c02e
TS
11272003-06-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1128
1129 * elfxx-mips.c: Allow lazy binding for R_MIPS_JALR.
1130
e7c81c25
NC
11312003-06-27 Nick Clifton <nickc@redhat.com>
1132
1133 * opncls.c (bfd_add_gnu_debuglink_section): Rename to
1134 bfd_add_gnu_debuglink_section and only create the section, do not
1135 fill in its contents.
1136 (bfd_fill_in_gnu_debuglink_section): New function. Fill in the
1137 contents of a .gnu-debuglink section.
1138 * bfd-in2.h: Regenerate.
1139
72b4917c
TS
11402003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1141
1142 * elfxx-mips.c: Revert .got alignment to 2**4.
1143
91709090
TS
11442003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1145
1146 * elf32-mips.c: Fix addend for _gp_disp special symbol.
1147
7a79a000
TS
11482003-06-27 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1149
1150 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Remove non-default
1151 relocation header setup.
1152
e47cd125
AM
11532003-06-25 Alan Modra <amodra@bigpond.net.au>
1154
1155 * elf32-ppc.c (ppc_elf_howto_table): Remove unnecessary cast.
1156 (ppc_elf_reloc_type_lookup): Modify comment.
1157 (ppc_elf_info_to_howto): Ditto.
1158 (ppc_elf_relocate_section): Ditto.
1159 (ppc_elf_check_relocs): Call ppc_elf_howto_init.
1160
1049f94e
AM
11612003-06-25 Alan Modra <amodra@bigpond.net.au>
1162
1163 * aout-ns32k.c: Correct spelling of "relocatable".
1164 * aoutx.h: Likewise.
1165 * bfd-in.h: Likewise.
1166 * bfd.c: Likewise.
1167 * bout.c: Likewise.
1168 * coff-a29k.c: Likewise.
1169 * coff-alpha.c: Likewise.
1170 * coff-arm.c: Likewise.
1171 * coff-i386.c: Likewise.
1172 * coff-i860.c: Likewise.
1173 * coff-i960.c: Likewise.
1174 * coff-m68k.c: Likewise.
1175 * coff-m88k.c: Likewise.
1176 * coff-mcore.c: Likewise.
1177 * coff-mips.c: Likewise.
1178 * coff-or32.c: Likewise.
1179 * coff-ppc.c: Likewise.
1180 * coff-rs6000.c: Likewise.
1181 * coff-sh.c: Likewise.
1182 * coff-tic80.c: Likewise.
1183 * coff64-rs6000.c: Likewise.
1184 * cofflink.c: Likewise.
1185 * cpu-ns32k.c: Likewise.
1186 * ecoff.c: Likewise.
1187 * ecofflink.c: Likewise.
1188 * elf-bfd.h: Likewise.
1189 * elf-eh-frame.c: Likewise.
1190 * elf-hppa.h: Likewise.
1191 * elf-m10200.c: Likewise.
1192 * elf-m10300.c: Likewise.
1193 * elf.c: Likewise.
1194 * elf32-arm.h: Likewise.
1195 * elf32-avr.c: Likewise.
1196 * elf32-cris.c: Likewise.
1197 * elf32-d10v.c: Likewise.
1198 * elf32-dlx.c: Likewise.
1199 * elf32-fr30.c: Likewise.
1200 * elf32-frv.c: Likewise.
1201 * elf32-h8300.c: Likewise.
1202 * elf32-hppa.c: Likewise.
1203 * elf32-i370.c: Likewise.
1204 * elf32-i386.c: Likewise.
1205 * elf32-i860.c: Likewise.
1206 * elf32-i960.c: Likewise.
1207 * elf32-ip2k.c: Likewise.
1208 * elf32-iq2000.c: Likewise.
1209 * elf32-m32r.c: Likewise.
1210 * elf32-m68hc11.c: Likewise.
1211 * elf32-m68hc1x.c: Likewise.
1212 * elf32-m68k.c: Likewise.
1213 * elf32-mcore.c: Likewise.
1214 * elf32-mips.c: Likewise.
1215 * elf32-msp430.c: Likewise.
1216 * elf32-openrisc.c: Likewise.
1217 * elf32-ppc.c: Likewise.
1218 * elf32-s390.c: Likewise.
1219 * elf32-sh.c: Likewise.
1220 * elf32-sh64.c: Likewise.
1221 * elf32-sparc.c: Likewise.
1222 * elf32-v850.c: Likewise.
1223 * elf32-vax.c: Likewise.
1224 * elf32-xstormy16.c: Likewise.
1225 * elf32-xtensa.c: Likewise.
1226 * elf64-alpha.c: Likewise.
1227 * elf64-hppa.c: Likewise.
1228 * elf64-mips.c: Likewise.
1229 * elf64-mmix.c: Likewise.
1230 * elf64-ppc.c: Likewise.
1231 * elf64-s390.c: Likewise.
1232 * elf64-sh64.c: Likewise.
1233 * elf64-sparc.c: Likewise.
1234 * elf64-x86-64.c: Likewise.
1235 * elfcode.h: Likewise.
1236 * elflink.h: Likewise.
1237 * elfn32-mips.c: Likewise.
1238 * elfxx-ia64.c: Likewise.
1239 * elfxx-mips.c: Likewise.
1240 * i386linux.c: Likewise.
1241 * ieee.c: Likewise.
1242 * libcoff-in.h: Likewise.
1243 * linker.c: Likewise.
1244 * m68klinux.c: Likewise.
1245 * pdp11.c: Likewise.
1246 * pe-mips.c: Likewise.
1247 * peXXigen.c: Likewise.
1248 * reloc.c: Likewise.
1249 * reloc16.c: Likewise.
1250 * sparclinux.c: Likewise.
1251 * sunos.c: Likewise.
1252 * syms.c: Likewise.
1253 * versados.c: Likewise.
1254 * vms.c: Likewise.
1255 * xcofflink.c: Likewise.
1256 * bfd-in2.h: Regenerate.
1257 * libcoff.h: Regenerate.
1258 * libbfd.h: Regenerate.
1259
55fd94b0
AM
12602003-06-24 Alan Modra <amodra@bigpond.net.au>
1261
d85f2c7d
AM
1262 * elf32-ppc.c (ppc_elf_check_relocs): Report plt reloc against
1263 local sym errors.
1264
55fd94b0
AM
1265 * elf32-i386.c: Convert to C90 function definitions, remove unnecessary
1266 prototypes and casts. Replace PTR with void *. Formatting.
1267 * elf32-ppc.c: Likewise. Break long strings too.
1268 (ppc_elf_relax_section): Use enum elf_ppc_reloc_type for r_type.
1269 (ppc_elf_unhandled_reloc): Internationalize error message.
1270 * elf32-ppc.h: Remove PARAMS.
1271
88810f8c
MM
12722003-06-23 Mark Mitchell <mark@codesourcery.com>
1273
1274 * elf32-ppc.c (ppc_elf_begin_write_processing): Use bytes to count
1275 APUinfo slots.
1276 (ppc_elf_final_write_processing): Likewise.
1277
6e35c4da
L
12782003-06-23 H.J. Lu <hongjiu.lu@intel.com>
1279
1280 * elflink.h (elf_link_input_bfd): Check raw size when using
1281 kept_section to preserve debug information discarded by
1282 linkonce.
1283
8f3bab57
AM
12842003-06-20 Alan Modra <amodra@bigpond.net.au>
1285
1286 * elf64-ppc.c (struct ppc_link_hash_table): Add top_id.
1287 (ppc64_elf_setup_section_lists): Set it.
1288 (ppc64_elf_relocate_section): Check sym section id against top_id.
1289 (ppc_build_one_stub): Comment on top_id.
1290
efbc813e
NC
12912003-06-20 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
1292
1293 * config.bfd: Add tic4x-*-rtems*.
1294
4ce794b7
AM
12952003-06-20 Alan Modra <amodra@bigpond.net.au>
1296
1297 * elf64-ppc.c: Convert to C90 function definitions, remove unnecessary
1298 prototypes and casts. Replace PTR with void *. Format copyright.
1299 Mention ABI links.
1300 (struct ppc_link_hash_table): Rename sgot, srelgot, splt, srelplt,
1301 sdynbss, srelbss, sglink, sbrlt and srelbrlt to got, relgot .. relbrlt.
1302 (ppc_type_of_stub): Make r_type an enum.
1303 (ppc64_elf_size_stubs): Likewise.
1304 * elf64-ppc.h: Remove PARAMS macro.
1305
d2a300cf
AM
13062003-06-19 Alan Modra <amodra@bigpond.net.au>
1307
3254fd24
AM
1308 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Reinstate init of
1309 elf hash tab fields.
1310
d2a300cf
AM
1311 * elf64-ppc.c (ppc64_elf_reloc_type_lookup): Tidy prototype.
1312 (ppc64_elf_info_to_howto): Likewise.
1313 (ppc64_elf_build_stubs): Add "stats" param, and print statistics.
1314 * elf64-ppc.h (ppc64_elf_build_stubs): Adjust prototype.
1315
83615de0
AM
13162003-06-19 Alan Modra <amodra@bigpond.net.au>
1317
1318 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore R_SPARC_DISP32
1319 reloc overflow on discarded eh_frame entries.
1320
9b5ecbd0
AM
13212003-06-19 Alan Modra <amodra@bigpond.net.au>
1322
1323 * elf64-ppc.c (toc_adjusting_stub_needed): New function.
1324 (ppc64_elf_next_input_section): Use it here to set has_gp_reloc.
1325 Return error condition.
1326 (ppc64_elf_size_stubs): Restrict toc adjusting stubs to sections
1327 that have has_gp_reloc set.
1328 (struct ppc_link_hash_table): Add stub_count.
1329 (ppc_build_one_stub): Increment it.
1330 (ppc64_elf_link_hash_table_create): zmalloc rather than clearing
1331 individual fields.
1332 * elf64-ppc.h (ppc64_elf_next_input_section): Update prototype.
1333
64c456e1
AM
13342003-06-18 Alan Modra <amodra@bigpond.net.au>
1335
1336 * elflink.h (elf_gc_record_vtentry): Revert last change. Correct
1337 size calculation from addend. Round size up.
1338
3dab95d3
HPN
13392003-06-18 Hans-Peter Nilsson <hp@axis.com>
1340
1341 * elf32-cris.c (cris_elf_relocate_section) <case
1342 R_CRIS_32_GOTREL>: When linking a program, don't complain about a
1343 symbol from a normal object or an undefined weak symbol.
1344
0b13192e
AM
13452003-06-18 Alan Modra <amodra@bigpond.net.au>
1346
1347 * elf64-ppc.c (ppc64_elf_relocate_section): Accept a symbol on
1348 R_PPC64_TOC relocs.
1349
f97b9cb8
L
13502003-06-17 H.J. Lu <hongjiu.lu@intel.com>
1351
1352 * section.c (struct sec): Put back kept_section.
1353 (STD_SECTION): Put back kept_section initialization.
1354 * bfd-in2.h: Regenerate.
1355
1356 * elflink.h (elf_link_input_bfd): Also check discarded linkonce
1357 sections for relocateable output. Use kept_section to preserve
1358 debug information discarded by linkonce.
1359
9f1c3a0a
L
13602003-06-17 Roland McGrath <roland@redhat.com>
1361
1362 * elfxx-ia64.c (elfNN_ia64_relocate_section): Support
1363 segment-relative relocation between different segments.
1364
734b6cf9
AM
13652003-06-17 Alan Modra <amodra@bigpond.net.au>
1366
1cf1f670
AM
1367 * elf64-ppc.c (ppc64_elf_relocate_section): Do unaligned reloc
1368 optimizations earlier.
1369
734b6cf9
AM
1370 * elf64-ppc.c (struct ppc_link_hash_table): Reinstate top_index.
1371 Restore previous input_list type.
1372 (ppc64_elf_link_hash_table_create): Undo last change.
1373 (ppc64_elf_setup_section_lists): Reinstate code setting up input lists
1374 per output section, but don't bother with bfd_abs_section marker.
1375 (ppc64_elf_next_input_section): Adjust for multiple input section
1376 lists.
1377 (group_sections): Likewise.
1378
23fbd6fa
JJ
13792003-06-17 Jakub Jelinek <jakub@redhat.com>
1380
1381 * elf64-ppc.c (ppc64_elf_relocation_section): Ensure
1382 *r_offset == r_addend for RELATIVE relocs against .got.
1383
dad27d18
AM
13842003-06-17 Alan Modra <amodra@bigpond.net.au>
1385
1386 * elf64-ppc.c (ppc64_elf_relocate_section): Optimize unaligned relocs.
1387
b613960a
NC
13882003-06-17 Nick Clifton <nickc@redhat.com>
1389
1390 * elflink.h (elf_gc_record_vtentry): Allocate an extra element
4ce794b7
AM
1391 in the vtable_entries_used array to allow for the accessing
1392 the largest element.
b613960a 1393
000732f7
AM
13942003-06-17 Alan Modra <amodra@bigpond.net.au>
1395
3d6f9012
AM
1396 * elf64-ppc.c (struct ppc_link_hash_table): Remove top_index. Modify
1397 input_list.
1398 (ppc64_elf_link_hash_table_create): Init input_list here.
1399 (ppc64_elf_setup_section_lists): Remove code setting up input lists
1400 per output section. Set toc_off for abs and other standard sections.
1401 (ppc64_elf_reinit_toc): Don't set elf_gp on input bfds lacking a toc.
1402 (ppc64_elf_next_input_section): Adjust for single input section list.
1403 Don't set toc_curr from input bfds that haven't set elf_gp.
1404 (group_sections): Adjust for single input section list.
1405
000732f7
AM
1406 * elf64-ppc.c (ppc64_elf_relocate_section): Correct pcrel section zero.
1407
81407a69
AM
14082003-06-16 Alan Modra <amodra@bigpond.net.au>
1409
1410 * elf64-ppc.c (ppc64_elf_relocate_section): When optimizing toctprel
1411 tls, check that a TOC16_DS or TOC16_LO_DS reloc isn't pointing to a
1412 dtprel entry. Ensure TLS_LD DTPMOD reloc has a zero addend. Write
1413 got section for RELATIVE relocs. Fix wrong comment. Change condition
1414 under which dynamic relocs update the section contents.
1415
a06a29f2
NC
14162003-06-13 Robert Millan <zeratul2@wanadoo.es>
1417
1418 * config.bfd: Add i386-netbsd-gnu target.
1419
7d1ebfb2
NC
14202003-06-12 Nick Clifton <nickc@redhat.com>
1421
1422 * opncls.c (calc_crc32): Rename to
1423 bfd_calc_gnu_debuglink_crc32 and export.
81407a69 1424 (GNU_DEBUGLINK): Define and use to replace occurrences of
7d1ebfb2 1425 hard-coded ".gnu_debuglink" in the code.
81407a69 1426 (get_debug_link_info): Prevent aborts by replacing call to
7d1ebfb2 1427 xmalloc with a call to malloc.
81407a69 1428 (find_separate_debug_file): Prevent aborts by replacing calls
7d1ebfb2 1429 to xmalloc and xstrdup with calls to malloc and strdup.
81407a69 1430 (bfd_add_gnu_debuglink): New function. Add a .gnu_debuglink
7d1ebfb2
NC
1431 section to a bfd.
1432 * bfd-in2.h: Regenerate.
1433
14342003-06-12 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 1435
7d1ebfb2
NC
1436 * config.bfd (i[3-7]86-*-openbsd[0-2].* | i[3-7]86-*-openbsd3.[0-3]):
1437 New target (was i[3-7]86-*-openbsd* before).
1438 (i[3-7]86-*-openbsd*): Change to use bfd_elf32_i386_vec.
1439 (vax-*-openbsd*): New target.
1440
d80dcc6a
TS
14412003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1442
1443 * elfxx-mips.c (MIPS_ELF_OPTIONS_SECTION_NAME): Use .MIPS.options
1444 for n32, too.
1445 (MIPS_ELF_STUB_SECTION_NAME): Use .MIPS.stubs for n32, too.
1446 (mips_elf_rel_dyn_section): Use appropriate section alignment.
1447 (mips_elf_create_got_section): Likewise.
1448 (_bfd_mips_elf_create_dynamic_sections): Likewise.
1449
a7ebbfdf
TS
14502003-06-11 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1451
1452 * elf32-mips.c (mips_elf_generic_reloc): New Function.
1453 (elf_mips_howto_table_rel): Use it.
1454 (gprel32_with_gp): Move prototype.
1455 (mips_elf_hi16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1456 Use mips_elf_generic_reloc.
1457 (mips_elf_got16_reloc): Check for ! BSF_LOCAL instead of zero addend.
1458 Code cleanup.
1459 (_bfd_mips_elf32_gprel16_reloc): Check for ! BSF_LOCAL instead of
1460 zero addend.
1461 (mips_elf_gprel32_reloc): Likewise. Use the same GP assignment logic
1462 as in the other *_gprel*_reloc functions.
1463 (gprel32_with_gp): Handle partial_inplace properly.
1464 (mips32_64bit_reloc): Use mips_elf_generic_reloc.
1465 (mips16_gprel_reloc): Check for ! BSF_LOCAL instead of zero addend.
1466 Do addend handling directly instead of calling
1467 _bfd_mips_elf_gprel16_with_gp. Handle partial_inplace properly.
1468 * elf64-mips.c (mips_elf64_hi16_reloc): Check for ! BSF_LOCAL instead
1469 of zero addend. Handle partial_inplace properly.
1470 (mips_elf64_got16_reloc): Check for ! BSF_LOCAL instead of zero
1471 addend.
1472 (mips_elf64_gprel16_reloc): Likewise.
1473 (mips_elf64_literal_reloc): Likewise.
1474 (mips_elf64_gprel32_reloc): Likewise. Use the same GP assignment
1475 logic as in the other *_gprel*_reloc functions. Handle
1476 partial_inplace properly.
1477 (mips_elf64_shift6_reloc): Check for ! BSF_LOCAL instead of zero
1478 addend. Handle partial_inplace properly.
1479 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
1480 of calling _bfd_mips_elf_gprel16_with_gp.
1481 * elfn32-mips.c (mips_elf_got16_reloc): Check for BSF_LOCAL.
1482 (mips_elf_gprel32_reloc): Check for ! BSF_LOCAL instead
1483 of zero addend.
1484 (mips_elf_shift6_reloc): Handle partial_inplace properly.
1485 (mips16_gprel_reloc): Likewise. Do addend handling directly instead
1486 of calling _bfd_mips_elf_gprel16_with_gp.
1487 * elfxx-mips.c (_bfd_mips_elf_gprel16_with_gp): Handle
1488 partial_inplace properly. Fix wrong addend handling. Fix overflow
1489 check.
1490 (_bfd_mips_elf_sign_extend): Renamed from mips_elf_sign_extend and
1491 exported.
1492 (mips_elf_calculate_relocation): Use _bfd_mips_elf_sign_extend.
1493 (_bfd_mips_elf_relocate_section): Likewise.
1494 (mips_elf_create_dynamic_relocation): Update sec_info_type access.
1495 * elfxx-mips.h (_bfd_mips_relax_section): Fix prototype declaration.
1496 (_bfd_mips_elf_sign_extend): New prototype.
1497
49ba19a4 14982003-06-11 Federico G. Schwindt <fgsch@lodoss.net>
81407a69 1499
49ba19a4
NC
1500 * config.bfd (sparc-*-openbsd[0-2].* | sparc-*-openbsd3.[0-1]):
1501 New target (was sparc-*-openbsd* before).
1502 (sparc-*-openbsd*): Change to use bfd_elf32_sparc_vec.
81407a69 1503
de6e5e1a
NC
1504 * configure.in (vax-*-openbsd*): Set COREFILE to netbsd-core.lo.
1505 * configure: Regenerate.
1506
3b443373
L
15072003-06-11 H.J. Lu <hongjiu.lu@intel.com>
1508
1509 * po/Make-in (DESTDIR): New.
1510 (install-data-yes): Support $(DESTDIR).
1511 (uninstall): Likewise.
1512
795bb480
AM
15132003-06-11 Alan Modra <amodra@bigpond.net.au>
1514
1515 * Makefile.am (config.status): Depend on version.h.
1516 Run "make dep-am".
1517 * Makefile.in: Regenerate.
1518 * po/SRC-POTFILES.in: Regenerate.
1519
adadcc0c
AM
15202003-06-10 Alan Modra <amodra@bigpond.net.au>
1521 Gary Hade <garyhade@us.ibm.com>
1522
1523 * elf64-ppc.c (ppc64_elf_relocate_section <*_DS>): Special case lq.
1524
f4984206
RS
15252003-06-10 Richard Sandiford <rsandifo@redhat.com>
1526
1527 * archures.c (bfd_mach_h8300sxn): New architecture.
1528 * bfd-in2.h: Regenerate.
1529 * cpu-h8300.c (h8300_scan): Check for 'sxn'.
1530 (h8300sxn_info_struct): New.
1531 (h8300sx_info_struct): Link to it.
1532 * elf32-h8300.c (elf32_h8_mach): Add h8300sxn case.
1533 (elf32_h8_final_write_processing): Likewise.
1534
ad8e1ba5
AM
15352003-06-08 Alan Modra <amodra@bigpond.net.au>
1536
1537 * elf64-ppc.c: Move TARGET_LITTLE_SYM and other macros used by
1538 elfxx-target.h so that we can use elf_backend_got_header_size.
1539 (ELF_MACHINE_ALT1, ELF_MACHINE_ALT2): Delete.
1540 (GLINK_CALL_STUB_SIZE): Modify. Define new glink call stub and
1541 associated macros.
1542 (ppc64_elf_howto_raw <GOT_TPREL16_DS, GOT_TPREL16_LO_DS>): Correct
1543 dst_mask.
1544 (enum ppc_stub_type): Add ppc_stub_long_branch_r2off and
1545 ppc_stub_plt_branch_r2off.
1546 (struct ppc_stub_hash_entry): Reorganize.
1547 (struct ppc_link_hash_table): Add no_multi_toc, multi_toc_needed,
1548 toc_curr, toc_off and emit_stub_syms.
1549 (ppc64_elf_link_hash_table_create): Init them.
1550 (ppc_stub_name): Correct string size.
1551 (ppc64_elf_check_relocs): Set has_gp_reloc on GOT and TOC relocs.
1552 (ppc64_elf_size_dynamic_sections): Set no_multi_toc if GOT entries
1553 used.
1554 (ppc_type_of_stub): Tweak root.type test.
1555 (build_plt_stub): Remove glink code. Adjust for insn macro changes.
1556 (ppc_size_one_stub): Handle ppc_stub_long_branch_r2off and
1557 ppc_stub_plt_branch_r2off.
1558 (ppc_build_one_stub): Likewise. Fix var shadowing. Correct addis,addi
1559 range test. Use toc_off to calculte r2 values. Handle emit_stub_syms.
1560 (ppc64_elf_setup_section_lists): Remove htab creator flavour test.
1561 Initialize elf_gp and toc_curr.
1562 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): New functions.
1563 (ppc64_elf_next_input_section): Set toc_off.
1564 (group_sections): Ensure groups have the same TOC.
1565 (ppc64_elf_size_stubs): Check whether we need a TOC adjusting stub.
1566 (ppc64_elf_build_stubs): Add emit_stub_syms param, and stash in htab.
1567 Build new glink stub.
1568 (ppc64_elf_relocate_section): Handle multiple TOCs. Fix comments.
1569 (ppc64_elf_finish_dynamic_sections): Adjust DT_PPC64_GLINK.
1570 * elf64-ppc.h (ppc64_elf_build_stubs): Update prototype.
1571 (ppc64_elf_next_toc_section, ppc64_elf_reinit_toc): Declare.
1572 * section.c (struct sec): Rename flag12 to has_gp_reloc.
1573 (STD_SECTION): Update.
1574 * ecoff.c (bfd_debug_section): Update comment.
1575 * bfd-in2.h: Regenerate.
1576
90fff0d4
DJ
15772003-06-05 Daniel Jacobowitz <drow@mvista.com>
1578
1579 * elfcode.h (elf_slurp_reloc_table_from_section): Don't dereference
1580 NULL function pointers.
1581
c82b20e4
DJ
15822003-06-05 Daniel Jacobowitz <drow@mvista.com>
1583
1584 * simple.c (bfd_simple_get_relocated_section_contents): Call
1585 _bfd_generic_link_add_symbols instead of bfd_link_add_symbols.
1586
53d4437a
SS
15872003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1588
5a5b9651
SS
1589 * coff-tic54x.c: Removed the ticoff0_bad_format_hook() and
1590 ticoff1_bad_format_hook() functions. Removed the coff0 and coff1
1591 swaptables.
1592 * coff-tic4x.c: Ditto
53d4437a
SS
1593 * coffcode.h: Added extra arguments to CREATE_BIG_COFF_TARGET_VEC
1594 and CREATE_LITTLE_COFF_TARGET_VEC. Created the macro
5a5b9651
SS
1595 CREATE_BIGHDR_COFF_TARGET_VEC. Created the ticoff0_bad_format_hook(),
1596 ticoff1_bad_format_hook() functions. Created the coff0 and coff1
1597 swap tables.
53d4437a
SS
1598 * coff-tic4x.c: Adopted new CREATE_xxx_COFF_TARGET_VEC macros.
1599 * coff-a29k.c: Append COFF_SWAP_TABLE argument
1600 * coff-apollo.c: Ditto
1601 * coff-arm.c: Ditto
1602 * coff-h8300.c: Ditto
1603 * coff-h8500.c: Ditto
1604 * coff-i960.c: Ditto
1605 * coff-m68k.c: Ditto
1606 * coff-m88k.c: Ditto
1607 * coff-mcore.c: Ditto
1608 * coff-sh.c: Ditto
1609 * coff-sparc.c: Ditto
1610 * coff-tic80.c: Ditto
1611 * coff-we32k.c: Ditto
1612 * coff-z8k.c: Ditto
1613 * coff-w65.c: Ditto
1614
736694c8
SS
16152003-06-04 Svein E. Seldal <Svein.Seldal@solidas.com>
1616
1617 * coff-tic4x.c (ticoff0_swap_table, ticoff1_swap_table): Fixed
1618 initialization bug
1619
9ee5e499
JJ
16202003-06-03 Jakub Jelinek <jakub@redhat.com>
1621
1622 * elf.c (_bfd_elf_print_private_bfd_data): Handle PT_GNU_STACK.
1623 (bfd_section_from_phdr): Likewise.
1624 (map_sections_to_segments): Create PT_GNU_STACK segment header.
1625 (get_program_header_size): Count with PT_GNU_STACK.
1626 * elf-bfd.h (struct elf_obj_tdata): Add stack_flags.
1627 * elflink.h (bfd_elfNN_size_dynamic_sections): Set stack_flags.
1628
6f6f27f8
L
16292003-06-03 H.J. Lu <hongjiu.lu@intel.com>
1630
1631 * elflink.h (elf_link_input_bfd): Call linker error_handler
1632 for discarded definitions.
1633
a3b6428f
NC
16342003-06-03 Elias Athanasopoulos <elathan@phys.uoa.gr>
1635
1636 * syms.c (decode_section_type): Return 'n' if section flags are
1637 SEC_HAS_CONTENTS && SEC_READONLY.
1638
e30ddb24
NC
16392003-06-03 Nick Clifton <nickc@redhat.com>
1640
1641 * elf32-v850.c (v850_elf_howto_t): Rename R_V850_32to
1642 R_V850_ABS32. Add entry for R_V850_REL32.
adadcc0c
AM
1643 (v850_elf_reloc_map): Likewise.
1644 (v850_elf_check_relocs): Likewise.
1645 (v850_elf_perform_relocation): Likewise.
1646 (v850_elf_final_link_relocate): Likewise. Include computation
e30ddb24 1647 to make R_V850_REl32 pc-relative.
adadcc0c 1648
2558b9a9
KK
16492003-06-03 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1650
1651 * elf32-sh.c (sh_elf_size_dynamic_sections): Create .interp section
1652 and DT_DEBUG dynamic tag even for position independent executables.
1653 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewize.
1654
f15398ef
DJ
16552003-06-02 Daniel Jacobowitz <drow@mvista.com>
1656
1657 * config.bfd: Move obsolete entries out of the range of the
1658 targmatch sed script.
1659
cad28985
DJ
16602003-06-02 Daniel Jacobowitz <drow@mvista.com>
1661
1662 * config.bfd (mips*-dec-bsd*, mips*-*-pe*): Mark as obsolete.
1663
f2c822e3
JJ
16642003-05-31 Jakub Jelinek <jakub@redhat.com>
1665
1666 * elf32-ppc.c (allocate_dynrelocs): Use single slot for first 8192
1667 plt entries, not just 8191.
1668
c9c27aad
DJ
16692003-05-30 Daniel Jacobowitz <drow@mvista.com>
1670
1671 * elfxx-mips.c (_bfd_mips_elf_discard_info): Correct loop index.
1672 Reported by Ken Faiczak <kfaiczak@SANDVINE.com>.
1673
36af4a4e
JJ
16742003-05-30 Ulrich Drepper <drepper@redhat.com>
1675 Jakub Jelinek <jakub@redhat.com>
1676
1677 * elflink.h (elf_link_add_object_symbols): Use !info->executable
1678 instead of info->shared where appropriate.
1679 (bfd_elfNN_size_dynamic_sections, elf_link_output_extsym): Likewise.
1680 * elflink.c (_bfd_elf_create_got_section): Likewise.
1681 (_bfd_elf_link_create_dynamic_sections): Likewise.
1682 (_bfd_elf_link_assign_sym_version): Likewise.
1683 * elf32-i386.c (elf_i386_size_dynamic_sections): Create .interp section
1684 and DT_DEBUG dynamic tag even for position independent executables.
1685 * elf32-ppc.c (ppc_elf_size_dynamic_sections): Likewise.
1686 * elf32-s390.c (elf_s390_size_dynamic_sections: Likewise.
1687 * elf64-ppc.c (ppc64_elf_size_dynamic_sections: Likewise.
1688 * elf64-s390.c (elf_s390_size_dynamic_sections: Likewise.
1689 * elf64-x86-64.c (elf64_x86_64_size_dynamic_sections: Likewise.
1690 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections: Likewise.
1691 * elf32-sparc.c (elf32_sparc_size_dynamic_sections: Likewise.
1692 * elf64-alpha.c (elf64_alpha_size_dynamic_sections: Likewise.
1693 * elf64-sparc.c (sparc64_elf_size_dynamic_sections: Likewise.
1694
f8843e87
AM
16952003-05-30 Kris Warkentin <kewarken@qnx.com>
1696
1697 * elf.c (elfcore_grok_nto_status): Only set lwpid for the active or
1698 signalled thread.
1699 (elfcore_grok_nto_gregs): Only make .reg section for the active thread.
1700
29e1a6e4
NC
17012003-05-29 Nick Clifton <nickc@redhat.com>
1702
1703 * pef.c: Include "safe-ctype.h" instead of <ctype.h>.
1704 Tidy up formatting.
1705 * Makefile.am: Add dependency on safe-ctype.h.
1706 * Makefile.in: Regenerate.
1707
4b555070
TS
17082003-05-29 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1709
1710 * elfxx-mips.c: Don't force symbols local unconditionally.
1711
0236e03e
L
17122003-05-28 Alan Modra <amodra@bigpond.net.au>
1713
1714 * elf32-hppa.c (elf32_hppa_relocate_section): Delete bogus
1715 undefined_symbol call.
1716
9e4aeb93
RS
17172003-05-27 Richard Sandiford <rsandifo@redhat.com>
1718
1719 * elfxx-mips.c (mips_elf_hash_sort_data): Fix formattting.
1720 (mips_elf_link_hash_table): Likewise.
1721
d0c728db
TS
17222003-05-22 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1723
1724 * elf64-mips.c (elf_mips_gnu_rel16_s2): Add internally used
1725 R_MIPS_GNU_REL16_S2 support.
1726 (bfd_elf64_bfd_reloc_type_lookup): Use it.
1727 (mips_elf64_rtype_to_howto): Use it.
1728 * elfn32-mips.c (elf_mips_gnu_rel16_s2): Add internally used
1729 R_MIPS_GNU_REL16_S2 support.
1730 (bfd_elf32_bfd_reloc_type_lookup): Use it.
1731 (mips_elf_n32_rtype_to_howto): Use it.
1732
759ebd76
DA
17332003-05-21 Stuart F. Downing <sdowning@fame.com>
1734
1735 * som.h: Define PA_2_0 before including a.out.h
1736
143d77c5
EC
17372003-05-07 Eric Christopher <echristo@redhat.com>
1738 Alexandre Oliva <aoliva@redhat.com>
1739
1740 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Adjust
1741 pic tests, change to warning.
1742 (_bfd_mips_elf_final_link): Remove EF_MIPS_CPIC flag setting.
1743
cea3d58d
NC
17442003-05-21 Marcus Comstedt <marcus@mc.pp.se>
1745
1746 * config.bfd: Check for a target triplet of shl-...-netbsdelf as
1747 well as shle-...-netbsdelf. Remove duplicate entry.
1748
385a4c14
NC
17492003-05-21 Nick Clifton <nickc@redhat.com>
1750
60e42408
NC
1751 * elf32-xstormy16.c (xstormy16_elf_howto_table): Fix dst_mask
1752 for X_STORMY16_REL_12 reloc.
1753
385a4c14 1754 * elf.c (bfd_elf_get_needed_list): Use is_elf_hash_table to check
9b5ecbd0 1755 the type of the hash table in the bfd_link_info structure.
385a4c14
NC
1756 (bfd_elf_get_runpath_list): Likewise.
1757
129b8c20
RM
17582003-05-19 Roland McGrath <roland@redhat.com>
1759
1760 * elf.c (bfd_elf_bfd_from_remote_memory): New function.
1761 * bfd-in.h: Declare it.
1762 * bfd-in2.h: Regenerated.
1763 * elfcode.h (NAME(_bfd_elf,bfd_from_remote_memory)): New function.
1764 * elf-bfd.h (struct elf_backend_data): New function pointer member
1765 elf_backend_bfd_from_remote_memory.
1766 (_bfd_elf32_bfd_from_remote_memory, _bfd_elf64_bfd_from_remote_memory):
1767 Declare them.
1768 * elfxx-target.h (elf_backend_bfd_from_remote_memory): New macro.
1769 (elfNN_bed): Add that to the initializer.
1770
17712003-05-15 Roland McGrath <roland@redhat.com>
1772
1773 * elf.c (elfcore_grok_note): Grok NT_AUXV note, make ".auxv" section.
1774
22d5e339
L
17752003-05-20 Jakub Jelinek <jakub@redhat.com>
1776
1777 * elflink.h (elf_link_output_extsym): Only issue error about !=
1778 STV_DEFAULT symbols if they are bfd_link_hash_undefined.
1779
17802003-05-20 H.J. Lu <hongjiu.lu@intel.com>
1781
1782 * elflink.c (_bfd_elf_merge_symbol): Check ELF_LINK_DYNAMIC_DEF
1783 when removing the old definition for symbols with non-default
1784 visibility.
1785
b645cb17
JE
17862003-05-18 Jason Eckhardt <jle@rice.edu>
1787
1788 * elf32-i860.c (elf32_i860_relocate_highadj): Simplify calculation.
1789
d2ff124f
AS
17902003-05-17 Andreas Schwab <schwab@suse.de>
1791
1792 * elf32-m68k.c (elf_m68k_check_relocs): Cache reloc section in
1793 elf_section_data during processing of pc-relative and absolute
1794 relocations.
1795 (elf_m68k_relocate_section): Use the cached reloc section instead
1796 of computing it again. Fix handling of visibility. Don't modify
1797 addend when copying over a relocation into the output.
1798
9c7a29a3
AM
17992003-05-17 Alan Modra <amodra@bigpond.net.au>
1800
1801 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
1802 to trim plt entries. Move undefweak non-default visibility test..
1803 (allocate_dynrelocs): ..from here.
1804 * elf32-ppc.c (ppc_elf_adjust_dynamic_symbol): Don't test
1805 dynamic_sections_created here. Update comment. Move undefweak
1806 non-default visibility test..
1807 (allocate_dynrelocs): ..from here. Fix comment.
1808 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL
1809 to trim plt entries. Move undefweak non-default visibility test..
1810 (allocate_dynrelocs): ..from here. Fix comment.
1811 * elflink.h (elf_link_output_extsym): Compare ELF_ST_VISIBILITY with
1812 STV_DEFAULT rather than comparing with zero.
1813 * elflink.c (_bfd_elf_merge_symbol): Likewise.
1814 (_bfd_elf_fix_symbol_flags): Likewise. Format comment.
1815
9bcf4de0
TS
18162003-05-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1817
1818 * bfd.c (_bfd_get_gp_value): Prevent illegal access for abfd null
1819 pointers.
1820 (_bfd_set_gp_value): Likewise.
1821
5d1db417
MS
18222003-05-16 Michael Snyder <msnyder@redhat.com>
1823 From Bernd Schmidt <bernds@redhat.com>
1824 * archures.c (bfd_mach_h8300sx): New.
1825 * bfd-in2.h: Regenerate.
1826 * cpu-h8300.c (h8300_scan)): Add support for h8300sx.
1827 (h8300sx_info_struct): New.
1828 (h8300s_info_struct): Link to it.
1829 * elf32-h8300.c (elf32_h8_mach): Add support for h8300sx.
1830 (elf32_h8_final_write_processing): Likewise.
1831 (elf32_h8_relax_section): Likewise.
1832
80c7c40a
NC
18332003-05-16 Kelley Cook <kelleycook@wideopenwest.com>
1834
1835 * config.bfd: Accept i[3-7]86 variants.
1836 * configure.host: Likewise.
1837 * configure.in: Likewise.
1838 * configure: Regenerate.
1839
c1be741f
L
18402003-05-15 H.J. Lu <hongjiu.lu@intel.com>
1841
1842 * elflink.c (_bfd_elf_fix_symbol_flags): Also hide protected
1843 symbol.
1844
a15d9d3a
L
18452003-05-15 H.J. Lu <hongjiu.lu@intel.com>
1846
1847 * elflink.h (elf_link_check_versioned_symbol): Also allow
1848 the base version.
1849
09695f56
AM
18502003-05-15 Alan Modra <amodra@bigpond.net.au>
1851 H.J. Lu <hongjiu.lu@intel.com>
1852
1853 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_CALLS_LOCAL.
1854 (elf_i386_relocate_section): Likewise.
1855 * elf32-ppc.c (allocate_dynrelocs): Likewise.
1856 (ppc_elf_relocate_section): Likewise.
1857 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1858 (ppc64_elf_relocate_section): Likewise.
1859
40f62fa0
TS
18602003-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1861
1862 * elf32-mips.c (gprel32_with_gp): Remove useless N64 ABI case.
1863
47247ced
SC
18642003-05-13 Stephane Carrez <stcarrez@nerim.fr>
1865
1866 * elf32-m68hc1x.c (_bfd_m68hc11_elf_merge_private_bfd_data): Check for
1867 processor capability, allow merge of HC12 and HCS12 in some cases.
1868 (m68hc11_elf_hash_table_create): Use bfd_malloc instead of bfd_zalloc.
1869 * cpu-m68hc12.c (bfd_m68hc12s_arch): New struct.
1870 (bfd_m68hc12_arch): Link it.
1871 (scan_mach): New function.
1872
32dfa85d
AH
18732003-05-13 Andrew Haley <aph@redhat.com>
1874
1875 * elf.c (bfd_elf_hash): Mask lower 32 bits of hash.
1876
586119b3
AM
18772003-05-13 Alan Modra <amodra@bigpond.net.au>
1878 H.J. Lu <hongjiu.lu@intel.com>
1879
1880 * elf-bfd.h (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Move from
1881 elf32-ppc.c. Add ELF_LINK_FORCED_LOCAL check.
1882 * elf32-ppc.c: (SYMBOL_REFERENCES_LOCAL, SYMBOL_CALLS_LOCAL): Delete.
1883 (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for dynreloc check.
1884 (ppc_elf_relocate_section): Likewise.
1885 * elf64-ppc.c (allocate_dynrelocs): Likewise.
1886 (ppc64_elf_relocate_section): Likewise. Use for .got relocs too.
1887 (ppc64_elf_adjust_dynamic_symbol): Don't assume symbols with .plt
1888 relocs need no other types.
1889 * elf32-i386.c (allocate_dynrelocs): Use SYMBOL_REFERENCES_LOCAL for
1890 dynreloc check.
1891 (elf_i386_relocate_section): Likewise. Use for .got relocs too.
1892 (elf_i386_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL for
1893 .got relocs.
1894
04e534c3
KK
18952003-05-13 Kaz Kojima <kkojima@rr.iij4u.or.jp>
1896
1897 * elf32-sh.c (sh_elf_adjust_dynamic_symbol): For weak symbols,
1898 copy ELF_LINK_NON_GOT_REF from weakdef.
9b5ecbd0 1899 (allocate_dynrelocs): For undef weak syms with non-default
04e534c3
KK
1900 visibility, a) don't allocate plt entries, b) don't allocate
1901 .got relocs, c) discard dyn rel space
adadcc0c
AM
1902 (sh_elf_relocate_section): d) don't generate .got relocs, e)
1903 don't generate dynamic relocs.
04e534c3
KK
1904 (sh_elf_copy_indirect_symbol): Don't copy ELF_LINK_NON_GOT_REF
1905 for weakdefs when symbol already adjusted.
1906
0afb2dc0
NC
19072003-05-12 Nick Clifton <nickc@redhat.com>
1908
1909 * elf32-xstormy16.c (xstormy16_elf_howto_table): use 'bitfield'
1910 overflow detection for R_XSTORMY16_16 reloc.
1911
9d29900b
NC
19122003-05-12 Paul Clarke <paulc@senet.com.au>
1913
1914 * elf32-h8300.c: Fix typo in name of R_H8_DIR8 reloc.
1915
a48c6a54
JE
19162003-05-11 Jason Eckhardt <jle@rice.edu>
1917
1918 * elf32-i860.c (elf32_i860_relocate_highadj): Properly
1919 adjust upper bits.
1920 (elf32_i860_relocate_splitn): Obtain upper 5 bits from the
1921 proper place.
1922 (elf32_i860_relocate_pc16): Obtain upper 5 bits from the
1923 proper place.
1924
44f745a6
AS
19252003-05-11 Andreas Schwab <schwab@suse.de>
1926
1927 * elf32-m68k.c (elf_m68k_relocate_section): Replace ugly
1928 complicated tests for unresolvable relocs with a simple direct
1929 scheme using "unresolved_reloc" var. Report some detail on
1930 bfd_reloc_outofrange and similar errors.
1931
4ec72bde
MS
19322003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1933
1934 * elf32-s390.c (allocate_dynrelocs, elf_s390_relocate_section):
1935 Fix WILL_CALL_FINISH_DYNAMIC_SYMBOL call.
1936 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
1937 * elf64-s390.c: Likewise.
1938
64285810
MS
19392003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1940
1941 * elf32-s390.c (ELIMINATE_COPY_RELOCS): Define as one.
1942 (elf_s390_adjust_dynamic_symbol): For weak symbols, copy
1943 ELF_LINK_NON_GOT_REF from weakdef.
1944 (elf_s390_copy_indirect_symbol): Test whether the weakdef sym has
1945 already been adjusted before treating it specially.
1946 * el64-s390.c: Likwise.
1947
82058a73
MS
19482003-05-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1949
1950 * elf32-s390.c (allocate_dynrelocs): For undef weak syms with
1951 non-default visibility, a) don't make them dynamic, b) discard
1952 space for dynamic relocs.
1953 (elf_s390_relocate_section): Initialize the GOT entries and skip
1954 R_390_{8,16,32}/R_390_PC{16,16DBL,32DBL,32} for weak undefined
1955 symbols with non-default visibility.
1956 * elf64-s390.c: Likewise.
1957
60d8b524
AM
19582003-05-09 Alan Modra <amodra@bigpond.net.au>
1959
1960 * cpu-arm.c (arm_check_note): Warning fix.
1961 * elf32-iq2000.c (iq2000_elf_check_relocs): Warning fixes. Arrange
1962 to keep relocs if edited.
1963 (iq2000_elf_print_private_bfd_data): Return TRUE.
1964 * elfxx-ia64.c (elfNN_ia64_relax_section): Use ELFNN_R_SYM, not
1965 ELF64_R_SYM.
1966 (elfNN_ia64_relax_ldxmov): Warning fix.
1967 * xtensa-isa.c (xtensa_add_isa): Warning fix.
1968 * xtensa-modules.c (get_num_opcodes): Warning fix.
1969
e57b5356
AM
19702003-05-09 Andrey Petrov <petrov@netbsd.org>
1971
1972 * elf.c (elf_fake_sections): Use correct cast for sh_name.
1973
45d6a902
AM
19742003-05-09 Alan Modra <amodra@bigpond.net.au>
1975
1976 * elflink.c (_bfd_elf_link_create_dynamic_sections): Move from
1977 elflink.h. Replace LOG_FILE_ALIGN with bed->s->log_file_align.
1978 (_bfd_elf_create_dynamic_sections): Use bed->s->log_file_align.
1979 (bfd_elf_record_link_assignment): Move from elflink.h.
1980 (_bfd_elf_merge_symbol): Likewise.
1981 (_bfd_elf_add_default_symbol): Likewise.
1982 (_bfd_elf_export_symbol): Likewise.
1983 (_bfd_elf_link_find_version_dependencies): Likewise.
1984 (_bfd_elf_link_assign_sym_version): Likewise.
1985 (_bfd_elf_link_read_relocs): Likewise.
1986 (_bfd_elf_link_size_reloc_section): Likewise.
1987 (_bfd_elf_fix_symbol_flags): Likewise.
1988 (_bfd_elf_adjust_dynamic_symbol): Likewise.
1989 (_bfd_elf_link_sec_merge_syms): Likewise.
1990 (elf_link_read_relocs_from_section): Likewise. Use bed->s->sizeof_rel
1991 and bed->s->sizeof_rela.
1992 (_bfd_elf_link_output_relocs): Likewise.
1993 * elf-bfd.h (struct elf_size_info): Rename file_align to
1994 log_file_align.
1995 (struct elf_info_failed): Move from elflink.h.
1996 (struct elf_assign_sym_version_info): Likewise.
1997 (struct elf_find_verdep_info): Likewise.
1998 (_bfd_elf_create_dynamic_sections): Delete duplicate declaration.
1999 (_bfd_elf_merge_symbol, _bfd_elf_add_default_symbol,
2000 _bfd_elf_export_symbol, _bfd_elf_link_find_version_dependencies,
2001 _bfd_elf_link_assign_sym_version,
2002 _bfd_elf_link_create_dynamic_sections, _bfd_elf_link_read_relocs,
2003 _bfd_elf_link_size_reloc_section, _bfd_elf_link_output_relocs,
2004 _bfd_elf_fix_symbol_flags, _bfd_elf_adjust_dynamic_symbol,
2005 _bfd_elf_link_sec_merge_syms): Declare.
2006 (bfd_elf32_link_create_dynamic_sections): Don't declare.
2007 (_bfd_elf32_link_read_relocs): Likewise.
2008 (bfd_elf64_link_create_dynamic_sections): Likewise.
2009 (_bfd_elf64_link_read_relocs): Likewise.
2010 * elflink.h: Move lots o' stuff elsewhere.
2011 * bfd-in.h (bfd_elf32_record_link_assignment): Don't declare.
2012 (bfd_elf64_record_link_assignment): Likewise.
2013 (bfd_elf_record_link_assignment): Declare.
2014 * bfd-in2.h: Regenerate.
2015 * elfcode.h (elf_link_create_dynamic_sections): Don't declare.
2016 (NAME(_bfd_elf,size_info)): Adjust for log_file_align.
2017 * elf.c (_bfd_elf_init_reloc_shdr): Adjust for bed->s->log_file_align.
2018 (assign_file_positions_for_segments): Likewise.
2019 (assign_file_positions_except_relocs): Likewise.
2020 (swap_out_syms, elfcore_write_note): Likewise.
2021 * elf-m10200.c: Adjust for changed function names.
2022 * elf-m10300.c: Likewise.
2023 * elf32-arm.h: Likewise.
2024 * elf32-h8300.c: Likewise.
2025 * elf32-hppa.c: Likewise.
2026 * elf32-ip2k.c: Likewise.
2027 * elf32-m32r.c: Likewise.
2028 * elf32-m68hc11.c: Likewise.
2029 * elf32-m68hc1x.c: Likewise.
2030 * elf32-m68k.c: Likewise.
2031 * elf32-mips.c: Likewise.
2032 * elf32-ppc.c: Likewise.
2033 * elf32-sh.c: Likewise.
2034 * elf32-v850.c: Likewise.
2035 * elf32-xtensa.c: Likewise.
2036 * elf64-alpha.c: Likewise.
2037 * elf64-hppa.c: Likewise.
2038 * elf64-mmix.c: Likewise.
2039 * elf64-ppc.c: Likewise.
2040 * elf64-sh64.c: Likewise.
2041 * elfxx-ia64.c: Likewise.
2042 * elfxx-mips.c: Likewise.
2043 (MIPS_ELF_LOG_FILE_ALIGN): Use log_file_align.
2044 * elf64-alpha.c (alpha_elf_size_info): Adjust for log_file_align.
2045 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
2046 * elf64-mips.c (mips_elf64_size_info): Likewise.
2047 * elf64-s390.c (s390_elf64_size_info): Likewise.
2048 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
2049
bf1e742e
L
20502003-05-08 H.J. Lu <hongjiu.lu@intel.com>
2051
2052 * elflink.h (elf_add_default_symbol): After skipping the
2053 unversioned symbol, go to non-default one.
2054
6a32c710
L
20552003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2056
2057 * elfxx-ia64.c (_bfd_elf_link_hash_hide_symbol): Also clear the
2058 want_plt field.
2059 (elfNN_ia64_relocate_section): Don't do dynamic symbol lookup
2060 for symbols with non-default visibility.
2061
71552942
L
20622003-05-07 H.J. Lu <hongjiu.lu@intel.com>
2063
2064 * elflink.h (elf_link_check_versioned_symbol): Also handle the
2065 case that a DSO references a hidden symbol which may be
2066 satisfied by a versioned symbol in another DSO.
2067 (elf_link_output_extsym): Check versioned definition for hidden
2068 symbol referenced by a DSO.
2069
208c2cd6
NC
20702003-05-07 Nick Clifton <nickc@redhat.com>
2071
2072 * elf32-xstormy16.c (xstormy16_elf_howto_table): Reset
2073 R_XSTORMY16_16 reloc to ignore overflows.
2074
aa701218
AO
20752003-05-06 Alexandre Oliva <aoliva@redhat.com>
2076
2077 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Improve
2078 error message for mixing different-endian files. Check for ABI
2079 compatibility of input files with the selected emulation.
2080
4e795f50
AM
20812003-05-05 Alan Modra <amodra@bigpond.net.au>
2082
2083 * elf32-i386.c (allocate_dynrelocs): For undef weak syms with
2084 non-default visibility, a) don't make them dynamic, b) discard
2085 space for dynamic relocs.
2086 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
2087
2088 * elf32-ppc.c (allocate_dynrelocs): For undef weak syms with
2089 non-default visibility, a) don't allocate plt entries, b) don't
2090 allocate .got relocs, c) discard dyn rel space,
2091 (ppc_elf_relocate_section): d) don't generate .got relocs, e)
2092 don't generate dynamic relocs.
2093 * elf64-ppc.c (allocate_dynrelocs): As above.
2094 (ppc64_elf_relocate_section): As above.
2095
4bc6e03a
AJ
20962003-05-05 Andreas Jaeger <aj@suse.de>
2097
2098 * elf64-x86-64.c (allocate_dynrelocs): Don't allocate dynamic
2099 relocation entries for weak undefined symbols with non-default
2100 visibility.
2101 (elf64_x86_64_relocate_section): Initialize the GOT entries and
2102 skip R_386_32/R_386_PC32 for weak undefined symbols with
2103 non-default visibility.
2104
ef5aade5
L
21052003-05-04 H.J. Lu <hjl@gnu.org>
2106
2107 * elf32-i386.c (allocate_dynrelocs): Don't allocate dynamic
2108 relocation entries for weak undefined symbols with non-default
2109 visibility.
2110 (elf_i386_relocate_section): Initialize the GOT entries and
2111 skip R_386_32/R_386_PC32 for weak undefined symbols with
2112 non-default visibility.
129b8c20 2113
ef5aade5
L
2114 * elfxx-ia64.c (allocate_fptr): Don't allocate function
2115 descriptors for weak undefined symbols with non-default
2116 visibility.
2117 (allocate_dynrel_entries): Don't allocate relocation entries
2118 for symbols resolved to 0.
2119 (set_got_entry): Don't install dynamic relocation for weak
2120 undefined symbols with non-default visibility.
2121 (set_pltoff_entry): Likewise.
2122
2123 * elflink.h (elf_fix_symbol_flags): Hide weak undefined symbols
2124 with non-default visibility.
2125 (elf_link_output_extsym): Don't make weak undefined symbols
2126 with non-default visibility dynamic.
2127
c424e0e9
L
21282003-05-04 H.J. Lu <hjl@gnu.org>
2129
2130 * elflink.h (elf_merge_symbol): Correctly handle weak definiton.
2131
d31e3dfe
L
21322003-05-04 H.J. Lu <hjl@gnu.org>
2133
2134 * elflink.h (elf_merge_symbol): Don't record a hidden/internal
2135 symbol dynamic. Check indirection when removing the old
2136 definition for symbols with non-default visibility.
2137 (elf_add_default_symbol): Skip when told by elf_merge_symbol.
2138
4d2e1ff0
NC
21392003-05-02 Nick Clifton <nickc@redhat.com>
2140
2141 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make the
2142 R_XSTORMY16_8 and R_XSTORMY16_16 relocs detect and complain about
2143 unsigned overflow.
2144
d40d037c
AJ
21452003-05-02 Andreas Jaeger <aj@suse.de>
2146
2147 * elf64-x86-64.c (elf_x86_64_copy_indirect_symbol): Don't copy
2148 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2149 (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2150 (elf_x86_64_adjust_dynamic_symbol): For weak symbols, copy
2151 ELF_LINK_NON_GOT_REF from weakdef.
2152
c5d1701e
NC
21532003-05-02 Charles Lepple <clepple@ghz.cc>
2154 Nick Clifton <nickc@redhat.com>
2155
2156 * acinclude.m4: Fix name of --enable-install-libbfd switch.
2157 * aclocal.m4: Regenerate.
2158 * configure: Regenerate.
2159 * Makefile.in: Regenerate.
2160
81848ca0
AM
21612003-05-01 Alan Modra <amodra@bigpond.net.au>
2162
2163 * elf32-ppc.c (ppc_elf_copy_indirect_symbol): Test whether the
2164 weakdef sym has already been adjusted before treating it specially.
2165 * elf32-i386.c (elf_i386_copy_indirect_symbol): Don't copy
2166 ELF_LINK_NON_GOT_REF for weakdefs when symbol already adjusted.
2167 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
2168 (ppc64_elf_check_relocs): Set ELF_LINK_NON_GOT_REF.
03d14457 2169
c7996ad6
L
21702003-04-28 H.J. Lu <hjl@gnu.org>
2171
2172 * elfxx-ia64.c (elfNN_ia64_relax_section): Relax ldxmov during
2173 the relax finalize pass.
2174
2175 * section.c (struct sec): Add need_finalize_relax and remove
2176 flag11.
2177 (STD_SECTION): Update struct sec initializer.
2178 * bfd-in2.h: Regenerated.
2179
f006af20
L
21802003-04-28 H.J. Lu <hjl@gnu.org>
2181
2182 * elflink.h (elf_merge_symbol): Call elf_backend_copy_indirect_symbol
2183 to copy any information related to dynamic linking when we flip
2184 the indirection.
2185
1b1fe8fe
L
21862003-04-27 H.J. Lu <hjl@gnu.org>
2187
2188 * elf-bfd.h (ELF_LINK_DYNAMIC_DEF): New.
2189 (ELF_LINK_DYNAMIC_WEAK): New.
2190
2191 * elflink.h (elf_merge_symbol): Add one argument to indicate if
2192 a symbol should be skipped. Ignore definitions in dynamic
2193 objects for symbols with non-default visibility.
2194 (elf_add_default_symbol): Adjusted.
2195 (elf_link_add_object_symbols): Check if a symbol should be
2196 skipped. Don't merge the visibility field with the one from
2197 a dynamic object.
2198 (elf_link_check_versioned_symbol): Use undef_bfd.
2199 (elf_link_output_extsym): Warn if a forced local symbol is
2200 referenced from dynamic objects. Make non-weak undefined symbol
2201 with non-default visibility a fatal error.
2202
052a450c
DJ
22032003-04-27 Daniel Jacobowitz <drow@mvista.com>
2204
2205 * configure.in: Bump version on HEAD to 2.14.90.
2206 * configure: Regenerated.
2207
d204f4c0
SC
22082003-04-26 Stephane Carrez <stcarrez@nerim.fr>
2209
2210 PR savannah/3331:
2211 * elf32-m68hc11.c (m68hc11_elf_relax_section): Clear prev_insn_group
2212 when we couldn't relax something.
2213
3c0a515d
L
22142003-04-25 Alan Modra <amodra@bigpond.net.au>
2215
2216 * elflink.h (elf_merge_symbol): When we find a regular definition
2217 for an indirect symbol, flip the indirection so that the old
2218 direct symbol now points to the new definition.
2219
d145330d
RM
22202003-04-24 Roland McGrath <roland@redhat.com>
2221
2222 * elf.c (bfd_section_from_phdr): Map PT_GNU_EH_FRAME to "eh_frame_hdr".
2223
fc0bffd6
AM
22242003-04-24 Alan Modra <amodra@bigpond.net.au>
2225
2226 * elf32-ppc.c: Formatting and comment fixes.
2227 (ELIMINATE_COPY_RELOCS): Move before ppc_elf_copy_indirect_symbol.
2228 (ppc_elf_copy_indirect_symbol): Copy flags here for weakdefs.
2229
22302003-04-24 Dhananjay Deshpande <dhananjayd@kpitcummins.com>
8d9cd6b1
NC
2231
2232 * archures.c (bfd_mach_h8300hn, bfd_mach_h8300sn): Added.
2233 * bfd-in2.h: Rebuilt.
2234 * coff-h8300.c (BADMAG): Add check for H8300HNBADMAG & H8300SNBADMAG.
fc0bffd6 2235 * coffcode.h (coff_set_arch_mach_hook): Add case for H8300HNMAGIC
8d9cd6b1
NC
2236 & H8300SNMAGIC.
2237 (coff_set_flags): Add case for bfd_mach_h8300hn & bfd_mach_h8300sn.
2238 * cpu-h8300.c (h8300_scan): Handle h8300hn, h8300sn.
2239 (h8300sn_info_struct, h8300hn_info_struct): New.
2240 * elf32-h8300.c (elf32_h8_mach): Handle case for h8300hn & h8300sn
2241 (elf32_h8_final_write_processing): Likewise.
2242
267fb3c1
KK
22432003-04-23 Kaz Kojima <kkojima@rr.iij4u.or.jp>
2244
2245 * elf32-sh.c (tpoff): New.
2246 (struct elf_sh_dyn_relocs): Remove tls_tpoff32.
2247 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
fc0bffd6 2248 (allocate_dynrelocs): Don't make unnecessary dynamic TLS
267fb3c1 2249 relocations. Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses.
fc0bffd6 2250 (sh_elf_relocate_section): Likewise. Remove unnecessary tests.
267fb3c1
KK
2251 (dtpoff_base): Fix wrong indentation.
2252 (sh_elf_check_relocs): Don't set DF_STATIC_TLS flag with non-TLS
2253 relocations. Don't set tls_tpoff32 flag. Don't make unnecessary
2254 R_SH_TLS_TPOFF32 relocations.
2255
ef230218
JR
22562003-04-23 J"orn Rennecke <joern.rennecke@superh.com>
2257
2258 * archures.c (enum bfd_architecture): Amend comment to refer to SuperH.
2259 * cpu-sh.c: Likewise.
2260 * elf32-sh.c: Likewise.
2261 * reloc.c (bfd_reloc_code_real): Likewise.
2262 * elf32-sh64-com.c: Change comment to refer to SuperH.
2263 * elf32-sh64.c: Likewise.
2264 * elf64-sh64.c: Likewise.
2265 * bfd-in2.h (enum bfd_architecture): Regenerate.
2266
8c29f035
AM
22672003-04-23 Alan Modra <amodra@bigpond.net.au>
2268
2269 From Julien LEMOINE <speedblue@debian.org>
2270 * elf32-i386.c (elf_i386_info_to_howto): Delete.
2271 (elf_info_to_howto): Define as elf_i386_info_to_howto_rel.
2272
26597c86
NC
22732003-04-22 Kazuhiro Inaoka <inaoka.kazuhiro@renesas.com>
2274
2275 * archures.c: Replace references to Mitsubishi M32R with references
2276 to Renesas M32R.
2277 * relocs.c: Likewise.
2278 * bfd-in2.h: Regenerate.
2279
cc13e3ef
RH
22802003-04-21 Richard Henderson <rth@redhat.com>
2281
2282 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Return false for an
2283 executable when a symbol is defined both regular and dynamic.
2284
f5a6f915
SC
22852003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2286
2287 * Makefile.am (BFD32_BACKENDS): Add elf32-m68hc1x.lo.
2288 (elf32-m68hc1x.lo): Update dependencies
2289 * configure.in: Add elf32-m68hc1x.lo.
2290 * configure: Rebuild.
2291 * Makefile.in: Rebuild.
2292
3a65329d
SC
22932003-04-21 Stephane Carrez <stcarrez@nerim.fr>
2294
2295 * elf32-m68hc1x.c: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2296 (m68hc11_elf_hash_table_create): New function.
2297 (elf32_m68hc11_link_hash_table_free): New function.
2298 (stub_hash_newfunc): New function.
2299 (m68hc11_add_stub): New function.
2300 (elf32_m68hc11_add_symbol_hook): New function.
2301 (elf32_m68hc11_setup_section_lists): New function.
2302 (elf32_m68hc11_next_input_section): New function.
2303 (elf32_m68hc11_size_stubs): New function.
2304 (elf32_m68hc11_build_stubs): New function.
2305 (m68hc11_get_relocation_value): New function.
2306 (elf32_m68hc11_relocate_section): Call the above to redirect
2307 some relocations to the trampoline code.
2308 (m68hc11_elf_export_one_stub): New function.
2309 (m68hc11_elf_set_symbol): New function.
2310 (elf32_m68hc11_build_stubs): Call it via bfd_hash_traverse.
2311 (m68hc11_elf_get_bank_parameters): Get parameters only when the info
2312 is not yet initialized.
2313
2314 * elf32-m68hc1x.h: New file (from elf32-m68hc11.c and elf32-m68hc12.c)
2315 (elf32_m68hc11_stub_hash_entry): New struct.
2316 (m68hc11_page_info): Add trampoline handler address.
2317 (m68hc11_elf_link_hash_table): Add stubs generation members.
2318 (elf32_m68hc11_add_symbol_hook): Declare.
2319 (elf32_m68hc11_setup_section_lists): Declare.
2320 (elf32_m68hc11_size_stubs): Declare.
2321 (elf32_m68hc11_build_stubs): Declare.
8c29f035 2322
3a65329d
SC
2323 * elf32-m68hc11.c (m68hc11_elf_ignore_reloc): Move to elf32-m68hc1x.c.
2324 (elf32_m68hc11_gc_mark_hook, elf32_m68hc11_gc_sweep_hook): Likewise.
2325 (elf32_m68hc11_check_relocs, elf32_m68hc11_relocate_section): Ditto.
2326 (_bfd_m68hc11_elf_set_private_flags): Ditto.
2327 (_bfd_m68hc11_elf_merge_private_bfd_data): Ditto.
2328 (_bfd_m68hc11_elf_print_private_bfd_data): Ditto.
2329 (bfd_elf32_bfd_link_hash_table_create): Define.
2330 (elf_backend_add_symbol_hook): Define.
2331 (m68hc11_elf_bfd_link_hash_table_create): New function.
2332 (m68hc11_elf_build_one_stub): New function.
2333 (m68hc11_elf_size_one_stub): New function.
2334 (m68hc11_elf_bfd_link_hash_table_create): Install the above.
2335 (bfd_elf32_bfd_link_hash_table_create): Define.
2336
2337 * elf32-m68hc12.c (m68hc11_elf_ignore_reloc): Remove.
2338 (m68hc12_addr_is_banked): Remove, use m68hc11_addr_is_banked.
2339 (m68hc12_phys_addr): Ditto.
2340 (m68hc12_phys_page): Ditto.
2341 (m68hc12_elf_special_reloc): Move to elf32-m68hc1x.c.
2342 (elf32_m68hc11_gc_mark_hook): Likewise.
2343 (elf32_m68hc11_gc_sweep_hook): Likewise.
2344 (elf32_m68hc11_check_relocs): Likewise.
2345 (elf32_m68hc11_relocate_section): Likewise.
2346 (_bfd_m68hc12_elf_set_private_flags): Likewise.
2347 (_bfd_m68hc12_elf_merge_private_bfd_data): Likewise.
2348 (_bfd_m68hc12_elf_print_private_bfd_data): Likewise.
2349 (m68hc12_elf_build_one_stub): New function.
2350 (m68hc12_elf_size_one_stub): New function.
2351 (m68hc12_elf_bfd_link_hash_table_create): New function, use the above.
2352 (elf_backend_add_symbol_hook): Define.
2353 (elf_m68hc11_howto_table): Use TRUE for pcrel relocs; fix masks.
2354
4081944f
NC
23552003-04-18 Nick Clifton <nickc@redhat.com>
2356
2357 * format.c (bfd_check_format_matches): Only check associated
2358 vector if the matching_vector has been created.
2359
060dc71d
AO
23602003-04-15 Alexandre Oliva <aoliva@redhat.com>
2361
2362 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Fix typo in
2363 2003-04-09's change.
2364
a3476bef
NC
23652003-04-15 Brian Ford <ford@vss.fsi.com>
2366
2367 * peicode.h (coff_swap_scnhdr_in): If a section holds
2368 uninitialized data and is from an object file or from an
2369 executable image that has not initialized the s_size field, or if
2370 the physical size is padded, use the virtual size (stored in
2371 s_paddr) instead.
2372
ca4fa240
NC
23732003-04-15 H.J. Lu <hjl@gnu.org>
2374
2375 * elflink.h (elf_link_add_object_symbols): Properly report
2376 filename for alignment reduction.
2377
c2dcd04e
NC
23782003-04-15 Rohit Kumar Srivastava <rohits@kpitcummins.com>
2379
2380 * archures.c: Replace occurrances of 'Hitachi' with 'Renesas'.
2381 * reloc.c: Likewise.
2382 * coff-h8300.c: Likewise.
2383 * coff-h8500.c: Likewise.
2384 * coff-sh.c: Likewise.
2385 * cpu-h8300.c: Likewise.
2386 * cpu-sh.c: Likewise.
2387 * elf32-h8300.c: Likewise.
2388 * elf32-sh.c: Likewise.
2389 * elf32-sh64-com.c: Likewise.
2390 * elf32-sh64.c: Likewise.
2391 * elf64-sh64.c: Likewise.
2392 * bfd-in2.h: Regenerate.
2393
f7661995
NC
23942003-04-14 H.J. Lu <hjl@gnu.org>
2395
2396 * elflink.h (elf_link_add_object_symbols): Maintain maximum
2397 alignment for common symbols. Warn reducing alignment for
2398 common symbols. Report old filename when symbol size changes.
2399
93a2b7ae
AO
24002003-04-12 Alexandre Oliva <aoliva@redhat.com>
2401
2402 * elfxx-mips.c (mips_elf_calculate_relocation): Adjust two other
2403 occurrences of the same test changed in the previous patch.
2404 Optimize.
2405
0176c794
AO
24062003-04-11 Alexandre Oliva <aoliva@redhat.com>
2407
2408 * elfxx-mips.c (mips_elf_get_global_gotsym_index): New.
2409 (mips_elf_calculate_relocation): Decay GOT_PAGE/GOT_OFST to
2410 GOT_DISP/addend only if the symbol got a global GOT entry.
2411
0fdc1bf1
AO
24122003-04-10 Alexandre Oliva <aoliva@redhat.com>
2413
2414 * elfxx-mips.c (mips_elf_calculate_relocation): Decay
2415 GOT_PAGE/GOT_OFST referencing overridable symbol to
2416 GOT_DISP/addend.
2417 (_bfd_mips_elf_check_relocs): Handle GOT_PAGE referencing
2418 global symbol as GOT_DISP.
2419
9b8c98a4
BW
24202003-04-10 Bob Wilson <bob.wilson@acm.org>
2421
2422 * elf32-xtensa.c (elf_xtensa_relocate_section): Don't continue to the
2423 next relocation on an undefined symbol.
2424
ec1659c8
RH
24252003-04-09 Richard Henderson <rth@redhat.com>
2426
2427 * elf64-alpha.c (elf64_alpha_relocate_section) <R_ALPHA_GPREL32>:
2428 Ignore relocations against r_symndx == 0.
2429
7dfb07f7
L
24302003-04-09 H.J. Lu <hjl@gnu.org>
2431
2432 * elf64-alpha.c (elf64_alpha_relocate_section): Don't return
2433 FALSE for undefined symbols.
2434 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
2435
a3805e4e
AO
24362003-04-09 Alexandre Oliva <aoliva@redhat.com>
2437
2438 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Try DWARF3-standard
2439 and IRIX-specific shift-to-64-bit 4-byte lengths before following
2440 addr_size.
2441
69931e60
AO
24422003-04-08 Alexandre Oliva <aoliva@redhat.com>
2443
2444 * elf32-mips.c (bfd_elf32_bfd_reloc_type_lookup): Detect (ctor)
2445 pointer size from ABI, not arch_bits_per_address.
2446
59a8c196
KB
24472003-04-07 Kevin Buettner <kevinb@redhat.com>
2448
2449 * elfn32-mips.c (elf32_mips_grok_prstatus): Adjust core file related
2450 constants for n32 ABI.
2451
8e16317c
NC
24522003-04-06 Andrew Cagney <cagney@redhat.com>
2453
2454 * simple.c (bfd_simple_get_relocated_section_contents): Disable
2455 free that leads to GDB vs BFD memory corruption.
2456
196486be
SC
24572003-04-04 Stephane Carrez <stcarrez@nerim.fr>
2458
2459 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Also adjust
2460 symbols that mark the end of the section.
2461 (m68hc11_elf_relax_section): Use R_M68HC11_PCREL_8 relocs when
2462 converting to a relative branch so that the offset is computed after
2463 the relaxation; also relocate a jsr into a bsr if possible but don't
2464 relax them if they are to a far symbol as we need to call the
2465 trampoline code.
2466 (elf_m68hc11_howto_table): Set pcrel_offset to true.
2467
be33c5dd
SS
24682003-04-04 Svein E. Seldal <Svein.Seldal@solidas.com>
2469
2470 * archures.c: Namespace cleanup. Rename bfd_mach_c3x to
2471 bfd_mach_tic3x and bfd_mach_c4x to bfd_mach_tic4x
2472 * bfd-in2.h: Regenerate
2473 * coff-tic4x.c: Namespace cleanup. Replace s/c4x/tic4x/
2474 * cpu-tic4x.c: Ditto
2475
ff0c9faf
NC
24762003-04-03 Nick Clifton <nickc@redhat.com>
2477
2478 * peXXigen.c (_bfd_XXi_swap_scnhdr_out): Compute ps and ss
2479 differently for object files and executables.
2480 * peicode.h (coff_swap_scnhdr_in): Only set the s_size field
2481 for object files or for executables who have not already
2482 initialised the field.
2483 * libpei.h (bfd_pe_executable_p): New macro. Return true if
2484 the PE format bfd is an executable.
2485
2b98e6c0
AM
24862003-04-03 Alan Modra <amodra@bigpond.net.au>
2487
2488 * elf32-ppc.c (ppc_elf_check_relocs): Don't use SYMBOL_REFERENCES_LOCAL
2489 here as it's too early to reliably determine locality.
2490 (ppc_elf_gc_sweep_hook): Likewise.
c8b21ee5 2491 (SYMBOL_REFERENCES_LOCAL): Expand comment.
2b98e6c0 2492
92403579
BW
24932003-04-02 Bob Wilson <bob.wilson@acm.org>
2494
2495 * xtensa-modules.c: Remove comment indicating that this is a
2496 generated file.
2497
c45a316a
AM
24982003-04-02 Alan Modra <amodra@bigpond.net.au>
2499
2500 * elfxx-mips.c (_bfd_mips_elf_hide_symbol): Test for NULL dynobj.
2501
e0001a05
NC
25022003-04-01 Bob Wilson <bob.wilson@acm.org>
2503
8c29f035
AM
2504 * Makefile.am (ALL_MACHINES): Add cpu-xtensa.lo.
2505 (ALL_MACHINES_CFILES): Add cpu-xtensa.c.
2506 (BFD32_BACKENDS): Add elf32-xtensa.lo, xtensa-isa.lo, and
2507 xtensa-modules.lo.
2508 (BFD32_BACKENDS_CFILES): Add elf32-xtensa.c, xtensa-isa.c, and
2509 xtensa-modules.c.
2510 (cpu-xtensa.lo): New target.
2511 (elf32-xtensa.lo): Likewise.
2512 (xtensa-isa.lo): Likewise.
2513 (xtensa-modules.lo): Likewise.
2514 * Makefile.in: Regenerate.
2515 * archures.c (bfd_architecture): Add bfd_{arch,mach}_xtensa.
2516 (bfd_archures_list): Add bfd_xtensa_arch.
2517 * config.bfd: Handle xtensa-*-*.
2518 * configure.in: Handle bfd_elf32_xtensa_{le,be}_vec.
2519 * configure: Regenerate.
2520 * reloc.c: Add BFD_RELOC_XTENSA_{RTLD,GLOB_DAT,JMP_SLOT,RELATIVE,
2521 PLT,OP0,OP1,OP2,ASM_EXPAND,ASM_SIMPLIFY}.
2522 * targets.c (bfd_elf32_xtensa_be_vec): Declare.
2523 (bfd_elf32_xtensa_le_vec): Likewise.
2524 (bfd_target_vector): Add bfd_elf32_xtensa_{be,le}_vec.
2525 * cpu-xtensa.c: New file.
2526 * elf32-xtensa.c: Likewise.
2527 * xtensa-isa.c: Likewise.
2528 * xtensa-modules.c: Likewise.
2529 * libbfd.h: Regenerate.
2530 * bfd-in2.h: Likewise.
e0001a05 2531
5a6c6817
NC
25322003-04-01 Nick Clifton <nickc@redhat.com>
2533
2534 * archures.c (bfd_mach_arm_unknown): Define.
2535 * bfd-in.h (bfd_arm_merge_machines, bfd_arm+update_notes,
2536 bfd_arm_get_mach_from_notes): Prototype.
2537 * bfd-in2.h: Regenerate.
2538 * coff-arm.c (coff_arm_merge_private_bfd_data): Call
2539 bfd_arm_merge_machines.
2540 (coff_arm_final_link_postscript): Call bfd_arm_update_notes.
2541 * coffcode.h (coff_set_arch_mach_hook): Call
2542 bfd_arm_get_mach_from_notes.
2543 * coffgen.c (coff_real_object_p): Revert previous delta.
2544 * cpu_arm.c (arm_check_note): New function. Examine a note in a
2545 .note section.
2546 (bfd_arm_merge_machines): New function: Handle the merging of ARM
2547 binaries compiled for different architectures..
2548 (bfd_arm_update_notes): New function: Update an ARM note section.
2549 (bfd_arm_get_mach_from_notes): New function: Extract a bfd machine
2550 number from an ARM note section.
2551 * elf32-arm.h (elf32_arm_object_p): Use
2552 bfd_arm_get_mach_from_notes.
2553 (elf32_arm_merge_private_bfd_data): Use bfd_arm_merge_machines.
2554 (elf32_arm_final_write_processing): Use bfd_arm_update_notes.
8c29f035 2555
0cc1cf99
BE
25562003-04-01 Ben Elliston <bje@wasabisystems.com>
2557
2558 * dwarf2.c (read_attribute_value): Correct typo in comment.
2559
af3ef9fe
NC
25602003-04-01 Nick Clifton <nickc@redhat.com>
2561
2562 * dwarf2.c (concat_filename): Use bfd_malloc() and strdup()
2563 instead of concat().
2564 (decode_line_info): Only free filename if it is not NULL.
d63fd5d1
NC
2565 (add_line_info): Make a copy of the filename when storing it into
2566 the info structure.
af3ef9fe 2567
6e84a906
DJ
25682003-03-31 Andreas Schwab <schwab@suse.de>
2569 Daniel Jacobowitz <drow@mvista.com>
2570
2571 * simple.c (bfd_simple_get_relocated_section_contents): Add
2572 parameter symbol_table. Optionally use it instead of the symbol
2573 table from the bfd. Save and restore output offsets and output
2574 sections around bfd_get_relocated_section_contents. Fix a memory
2575 leak.
2576 (simple_save_output_info, simple_restore_output_info): New
2577 functions.
2578 * bfd-in2.h: Regenerate.
2579 * dwarf2.c (read_abbrevs): Use
2580 bfd_simple_get_relocated_section_contents instead of
2581 bfd_get_section_contents.
2582 (decode_line_info): Likewise.
2583 (_bfd_dwarf2_find_nearest_line): Likewise. Don't call
2584 find_rela_addend.
2585 (find_rela_addend): Remove.
2586 * elfxx-ia64.c (elfNN_ia64_reloc): Weaken sanity check for
2587 debugging sections.
2588 (elfNN_ia64_hash_table_create): Create the hash table with malloc,
2589 not bfd_zalloc.
2590
5ed6aba4
NC
25912003-03-31 David Heine <dlheine@suif.stanford.edu>
2592
2593 * aoutx.h (aout_link_hash_table_create): Use bfd_malloc instead of
2594 bfd_alloc.
2595 * dwarf2.c (concat_filename): Always allocate space for the
2596 returned filename.
2597 (decode_line_info): Free the allocated filename returned by
2598 concat_filename.
2599 * elf-eh-frame.c (bfd_elf_write_section_eh_frame): Fix memory leaks.
2600 * elf.c (copy_private_bfd_data): Likewise.
2601 (_bfd_elf_slurp_version_tables): Fix bug freeing contents pointer.
2602 * elflink.h (elf_link_sort_relocs): Fix memory leak.
2603 * format.c (bfd_check_format_matches): Likewise.
2604 * linker.c (bfd_generic_final_link): Likewise.
2605 * opncls.c (find_separate_debug_info): Likewise.
2606 * simple.c (bfd_simple_get_relocated_section_contents): Likewise.
8c29f035 2607
5941afc1
L
26082003-03-28 H.J. Lu <hjl@gnu.org>
2609
2610 * elflink.h (elf_link_add_object_symbols): Correctly combine
2611 visibilities.
2612
9d73f260
JJ
26132003-03-27 Jakub Jelinek <jakub@redhat.com>
2614
2615 * elfxx-ia64.c (elfNN_ia64_relax_section): Reset self_dtpmod_offset
2616 to -1 before recomputing got offsets.
2617
a5ad465a
AS
26182003-03-26 Andreas Schwab <schwab@suse.de>
2619
2620 * elf32-m68k.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2621 (elf_m68k_relocate_section): Use it to correctly handle symbols
2622 forced to be local.
2623 (elf_m68k_finish_dynamic_symbol): Emit RELATIVE reloc for got
2624 entries for symbols that are forced to be local.
2625
d0647110
AO
26262003-03-25 Alexandre Oliva <aoliva@redhat.com>
2627
2628 * elfxx-mips.c (_bfd_mips_relax_section): New function.
2629 * elfxx-mips.h (_bfd_mips_relax_section): Declare.
2630 * elfn32-mips.c, elf64-mips.c: Use it.
2631
e16bb312
NC
26322003-03-25 Stan Cox <scox@redhat.com>
2633 Nick Clifton <nickc@redhat.com>
8c29f035 2634
9b5ecbd0 2635 Contribute support for Intel's iWMMXt chip - an ARM variant:
e16bb312
NC
2636
2637 * archures.c: Add bfd_mach_arm_iWMMXt.
2638 * reloc.c: Add BFD_RELOC_ARM_CP_OFF_IMM_S2.
2639 * bfd-in2.h: Regenerate.
2640 * libbfd.h: Regenerate.
2641 * coff-arm.c (coff_arm_merge_private_bfd_data): Allow iWMMXt
2642 object files to be linked with XScale ones.
2643 (coff_arm_final_link_postscript): Update note section.
2644 * coffcode.h (coff_set_arch_mach_hook): Handle note section.
2645 * coffgen.c (coff_real_object_p): Call bfd_coff_set_arch_mach_hook
2646 after identifying a coff binary.
2647 * cpu-arm.c (processors): Add iWMMXt.
2648 (arch_inf): Likewise.
2649 * elf32-arm.h (arm_object_p): Handle note section.
9b5ecbd0 2650 (elf32_arm_merge_private_bfd_data): Allow iWMMXt object files to
e16bb312
NC
2651 be linked with XScale ones.
2652 (elf32_arm_section_flags): New function: Set flags on note section.
2653 (elf32_arm_final_write_processing): Handle note section.
2654
25f14c34
DD
26552003-03-21 DJ Delorie <dj@redhat.com>
2656
2657 * elf32-xstormy16.c (elf32_xstormy16_relocate_section): Call
2658 _bfd_elf_rela_local_sym.
2659
04b3329b
L
26602003-03-20 H.J. Lu <hjl@gnu.org>
2661
2662 * elfxx-ia64.c (elfNN_ia64_relax_section): Don't try relax for
2663 non-ELF outputs.
2664
c25cfdf8
NC
26652003-03-20 Nick Clifton <nickc@redhat.com>
2666
2667 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Initialise $idata2 and
2668 $idata5 in case bfd_coff_final_link is not called.
2669
3e1d7f19
JJ
26702003-03-19 Jakub Jelinek <jakub@redhat.com>
2671
2672 * elf64-sparc.c (struct sparc64_elf_section_data): Add reloc_count
2673 field.
2674 (canon_reloc_count): Define.
2675 (sparc64_elf_slurp_one_reloc_table, sparc64_elf_slurp_reloc_table,
2676 sparc64_elf_canonicalize_dynamic_reloc): Use it instead of
2677 reloc_count.
2678 (sparc64_elf_canonicalize_reloc): New routine.
2679 (bfd_elf64_canonicalize_reloc): Define.
2680
3fa1d917
JJ
26812003-03-18 Jakub Jelinek <jakub@redhat.com>
2682
2683 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle relaxation
2684 againt mergeable sections. Take r_addend into account when caching
2685 trampolines.
2686
f86b235a
RH
26872003-03-18 Richard Henderson <rth@redhat.com>
2688
8c29f035
AM
2689 * elfxx-ia64.c (get_dyn_sym_info): Return NULL gracefully for
2690 local symbols that have no dyninfo.
f86b235a 2691
49ae03bf
NC
26922003-03-14 Gene Smith <gene.smith@siemens.com>
2693
2694 * ieee.c (ieee_write_expression): Handle the case where symbol is
2695 NULL.
2696 General formatting improvements.
2697
6a457e5c
NC
26982003-03-13 Nick Clifton <nickc@redhat.com>
2699
2700 * configure.in (LINGUAS): Add zh_CN.
2701 * configure: Regenerate.
2702 * po/zh_CN.po: New file.
2703
93516ec3
NC
27042003-03-13 Elias Athanasopoulos <elathan@phys.uoa.gr>
2705
2706 * aout-cris.c (BYTES_IN_WORD): Don't define.
2707 aout-encap.c: Likewise.
2708 aout-ns32k.c: Likewise.
2709 aout-tic30.c: Likewise.
2710 hp300bsd.c: Likewise.
2711 i386aout.c: Likewise.
2712 i386dynix.c: Likewise.
2713 i386linux.c: Likewise.
2714 i386lynx.c: Likewise.
2715 i386mach3.c: Likewise.
2716 m68k4knetbsd.c: Likewise.
2717 m68klinux.c: Likewise.
2718 m68klynx.c: Likewise.
2719 m68knetbsd.c: Likewise.
2720 m88kmach3.c: Likewise.
2721 mipsbsd.c: Likewise.
2722 newsos3.c: Likewise.
2723 sparclinux.c: Likewise.
2724 sparclynx.c: Likewise.
2725 sparcnetbsd.c: Likewise.
2726 vaxbsd.c: Likewise. Fix comment formatting.
2727
fee24f1c
AO
27282003-03-12 Alexandre Oliva <aoliva@redhat.com>
2729
0b25d3e6
AO
2730 * Reverted 2003-03-02's patch.
2731
fee24f1c
AO
2732 * elfxx-target.h (bfd_elfNN_canonicalize_reloc): Make it
2733 overridable.
2734 * elf64-mips.c (mips_elf64_canonicalize_reloc,
2735 mips_elf64_get_dynamic_reloc_upper_bound,
2736 mips_elf64_canonicalize_dynamic_reloc): New, adapted from elf.c.
2737 (bfd_elf64_get_canonicalize_reloc,
2738 bfd_elf64_get_dynamic_reloc_upper_bound,
2739 bfd_elf64_canonicalize_dynamic_reloc): Define.
2740 (mips_elf64_slurp_reloc_table): Support dynamic.
2741 (mips_elf64_slurp_one_reloc_table): Adjust.
2742
64fb1839
NC
27432003-03-12 Nick Clifton <nickc@redhat.com>
2744
2745 * xsym.c (bfd_sym_fetch_type_information_table_entry): Change
2746 'index' to 'offset' in test for zero value.
2747
908488f1
AO
27482003-03-11 Alexandre Oliva <aoliva@redhat.com>
2749
2750 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Do not create
2751 dynamic relocations pointing to local or section symbols, use the
2752 NULL symbol instead. Document the choice to not emit an
2753 additional R_MIPS_64 relocation.
2754
e515b051
AM
27552003-03-11 Alan Modra <amodra@bigpond.net.au>
2756
2757 * elf32-ppc.c (ppc_elf_relocate_section): Subtract tls seg vma from
2758 zero index dynamic tls relocs generated for the GOT. Tidy code.
2759 Set "relocation" to 1 on DTPMOD32 relocs. Optimize HA adjustment.
2760 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
2761
a23b6845
AM
27622003-03-07 Alan Modra <amodra@bigpond.net.au>
2763
87d243f1
AM
2764 * elf32-ppc.c (ppc_elf_relocate_section): Don't look for a nop after
2765 a tls_get_addr call.
2766
a23b6845
AM
2767 * elf32-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
2768 (ppc_elf_adjust_dynamic_symbol): For weak symbols, copy
2769 ELF_LINK_NON_GOT_REF from weakdef.
2770 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define as one.
2771 (ppc64_elf_adjust_dynamic_symbol): For weak symbols, copy
2772 ELF_LINK_NON_GOT_REF from weakdef.
2773 * elf32-i386.c (ELIMINATE_COPY_RELOCS): Define as one. Use throughout.
2774 (elf_i386_adjust_dynamic_symbol): For weak symbols, copy
2775 ELF_LINK_NON_GOT_REF from weakdef.
2776
2d36fe5f
AH
27772003-03-06 Jakub Jelinek <jakub@redhat.com>
2778 Andrew Haley <aph@redhat.com>
2779
2780 * elflink.h (elf_bfd_discard_info): Don't process eh frames if
2781 output is relocateable.
2782
34f304a7
NC
27832003-03-06 Steven Konopa <skonopa@kgo.csc.com>
2784
2785 * som.c (som_fixup_formats): Correct formats for R_AUX_UNWIND and
2786 R_COMMENT.
2787
7b609f53
AM
27882003-03-06 Alan Modra <amodra@bigpond.net.au>
2789
2790 * elf32-ppc.c (ppc_elf_create_linker_section): Don't capitalize
2791 error messages.
2792 (ELIMINATE_COPY_RELOCS): Define to zero.
2793 (ppc_elf_relocate_section): Don't deref htab->tls_sec when calculating
2794 TLSLD relocs. Report reloc types on a number of errors. Optimize
2795 LOCAL24PC check for non-local syms. Don't capitalize error messages.
2796 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define to zero.
2797 (ppc64_elf_relocate_section): Don't deref htab->tls_sec when
2798 calculating TLSLD relocs. Report reloc types on a number of errors.
2799 Don't capitalize error messages.
2800
6a0fb186
L
28012003-03-03 H.J. Lu <hjl@gnu.org>
2802
2803 * elfxx-ia64.c (USE_BRL): Removed.
2804 (oor_ip): Removed.
2805
34f304a7 28062003-03-03 J"orn Rennecke <joern.rennecke@superh.com>
bdfaef52
JR
2807
2808 * elf32-sh.c (sh_elf_howto_tab): Make R_SH_IND12W into an ordinary
2809 relocation (no special function), and make it non-partial_inplace.
2810 (sh_elf_relax_section): When creating a bsr, use a consistent value
2811 no matter if the symbol is extern or not; set addend to -4.
2812 Don't swap load / non-load instructions for SH4.
2813 (sh_elf_relax_delete_bytes): In R_SH_IND12W case, check the offset
2814 rather than if the symbol is external to determine if adjusting the
2815 offset makes sense. Adjust the addend too if appropriate.
2816 (sh_elf_relocate_section): In R_SH_IND12W, don't fiddle with the
2817 relocation.
2818
a9d68a1e
NC
28192003-03-03 Nick Clifton <nickc@redhat.com>
2820
2821 * po/da.po: Installed latest translation.
2822
7c2be35c
TS
28232003-03-02 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2824
2825 * elf32-mips.c (elf_mips_howto_table_rel): Change definition of
2826 R_MIPS_PC16 to rightshift 2.
2827 (elf_reloc_map mips_reloc_map): Map to rightshifted BFD reloc.
2828 (bfd_elf32_bfd_reloc_type_lookup): Support
2829 BFD_RELOC_MIPSEMB_16_PCREL_S2.
2830 * elf64-mips.c (mips_elf64_howto_table_rel): Change definition of
2831 R_MIPS_PC16 to rightshift 2.
2832 (mips_elf64_howto_table_rela): Likewise.
2833 (mips_reloc_map): Map to rightshifted BFD reloc.
2834 * elfn32-mips.c: The same as in elf64-mips.c.
2835 * elfxx-mips.c (mips_elf_got_for_ibfd): Typo in comment.
2836 (mips_elf_calculate_relocation): Handle rightshifted addends for
2837 R_MIPS_PC16.
2838 * reloc.c (BFD_RELOC_MIPSEMB_16_PCREL_S2): New BFD relocation for
2839 MIPS Embedded PIC. Remove superfluous empty COMMENT.
2840 * libbfd.h: Regenerate.
2841 * bfd-in2.h: Regenerate.
2842
484a4f9c
RH
28432003-02-28 Richard Henderson <rth@redhat.com>
2844
2845 * elfxx-ia64.c (elfNN_ia64_relax_section): Correct bounds
2846 for ltoff22x relaxation.
2847
2ce40c65
AM
28482003-03-01 Alan Modra <amodra@bigpond.net.au>
2849
2850 * bfd-in.h (_bfd): Don't define.
2851 * bfd.c: Rename occurrences of "struct _bfd" to "struct bfd".
2852 * syms.c: Likewise.
2853 * bfd-in2.h: Regenerate.
2854
2c4c2bc0
RH
28552003-02-27 Richard Henderson <rth@redhat.com>
2856
2857 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add want_gotx;
2858 (elfNN_ia64_check_relocs): Set it.
2859 (allocate_global_data_got): Check it.
2860 (allocate_local_got): Likewise.
2861 (allocate_dynrel_entries): Likewise.
2862 (elfNN_ia64_relax_ldxmov): New.
2863 (elfNN_ia64_relax_section): Handle LTOFF22X, LDXMOV.
2864 (elfNN_ia64_choose_gp): Split out from ...
2865 (elfNN_ia64_final_link): ... here.
8c29f035 2866
c2852e88
AC
28672003-02-27 Andrew Cagney <cagney@redhat.com>
2868
2869 * bfd.c (struct bfd): Rename "struct _bfd".
2870 * bfd-in.h: Update copyright.
2871 (struct bfd): Rename "struct _bfd".
2872 (_bfd): Define for backward compatibility.
2873 * bfd-in2.h: Regenerate.
2874
3f87cb70
AM
28752003-02-25 Alan Modra <amodra@bigpond.net.au>
2876
3f9a32bd
AM
2877 * elflink.h (elf_bfd_final_link): Apportion reloc counts to rel_hdr
2878 and rel_hdr2 when initially counting input relocs rather than after
2879 creating output reloc sections.
4fabe71e
AM
2880 (elf_link_read_relocs_from_section): Don't abort with wrong reloc
2881 sizes.
3f9a32bd 2882
3f87cb70
AM
2883 * Makefile.am: Run "make dep-am".
2884 * Makefile.in: Regenerate.
2885
07c6e936
NC
28862003-02-24 Kris Warkentin <kewarken@qnx.com>
2887
2888 * elf.c (elfcore_read_notes): Add check for QNX style core file.
2889 (elfcore_grog_nto_note): New function.
2890 (elfcore_grog_nto_gregs): New function.
2891 (elfcore_grog_nto_status): New function.
2892
aad5d350
AM
28932003-02-24 Alan Modra <amodra@bigpond.net.au>
2894
2895 * elflink.c (_bfd_elf_create_got_section): Check existing .got
2896 section flags before concluding that we've already been called.
2897 Don't use register keyword.
2898 (_bfd_elf_create_dynamic_sections): Don't use register keyword.
2899 (_bfd_elf_create_linker_section): Formatting.
2900
2ab1486e
NC
29012003-02-20 jmc <jmc@prioris.mini.pw.edu.pl>
2902
2903 * coff-h8300.c: Fix typo: intial -> initial.
2904 * coff-ppc.c: Likewise.
2905
70bccea4
AM
29062003-02-20 Alan Modra <amodra@bigpond.net.au>
2907
2908 * elf32-ppc.c: Formatting.
2909 (allocate_dynrelocs): LD and GD relocs against the same sym need
2910 separate GOT entries.
2911 (ppc_elf_relocate_section): Correct GOT handling for multiple GOT
2912 entries per symbol.
2913
ee05f2fe
AM
29142003-02-19 Alan Modra <amodra@bigpond.net.au>
2915
26e41594
AM
2916 * elf32-hppa.c (elf32_hppa_gc_sweep_hook): Simplify dynamic reloc
2917 removal. Localize vars. Remove unnecessary dynobj test.
2918 * elf32-i386 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead
2919 of INFO.
2920 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2921 and optimize.
2922 (elf_i386_relocate_section): Likewise.
2923 (elf_i386_gc_sweep_hook): Simplify dyn reloc removal. Localize vars.
2924 * elf32-s390.c (elf_s390_gc_sweep_hook): Likewise.
2925 * elf32-sh.c (sh_elf_gc_sweep_hook): Likewise.
2926 * elf64-s390.c (elf_s390_gc_sweep_hook): Likewise.
2927 * elf64-x86-64.c (elf64_x86_64_gc_sweep_hook): Likewise.
2928 * elf32-sparc.c (elf32_sparc_gc_sweep_hook): Likewise. Remove
2929 local_dynrel for section too. Don't touch HIPLT22, LOPLT10, PCPLT32
2930 or PCPLT10 relocs. Don't subtract twice on PLT32 relocs.
2931 Formatting.
2932
f4656909
AM
2933 * elf64-ppc.c (ELIMINATE_COPY_RELOCS): Define.
2934 (ppc64_elf_check_relocs): Use it. Correct comment. Move SEC_ALLOC
2935 test.
2936 (ppc64_elf_adjust_dynamic_symbol): Use ELIMINATE_COPY_RELOCS.
2937 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2938 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2939 and optimize. Use ELIMINATE_COPY_RELOCS.
2940 (ppc64_elf_relocate_section): Likewise.
2941
ee05f2fe
AM
2942 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Add pc_count field.
2943 (ppc_elf_copy_indirect_symbol): Copy pc_count field.
2944 (ELIMINATE_COPY_RELOCS): Define.
2945 (ppc_elf_adjust_dynamic_symbol): Convert copy relocs to dynamic.
2946 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Pass SHARED instead of INFO.
2947 (MUST_BE_DYN_RELOC): Define.
2948 (allocate_dynrelocs): Adjust WILL_CALL_FINISH_DYNAMIC_SYMBOL uses,
2949 and optimize. Trim dyn_relocs.
2950 (ppc_elf_check_relocs): Don't generate dyn_relocs when we know they'll
2951 not be used. Do generate dyn_relocs for copy reloc avoidance. Keep
2952 track of pc_rel dyn relocs.
2953 (ppc_elf_relocate_section): Remove "will_become_local". Adjust
2954 WILL_CALL_FINISH_DYNAMIC_SYMBOL use. Trim dyn relocs as per
2955 allocate_dynrelocs. Don't recalculate "sec".
2956
7619e7c7
AM
29572003-02-18 Alan Modra <amodra@bigpond.net.au>
2958
d881513a
AM
2959 * elf32-ppc.c (ppc_elf_relocate_section): Remove unnecessary test.
2960 * elf64-ppc.c (ppc64_elf_tls_optimize): Decrement tlsld_got.refcount
2961 on invalid LD relocs.
2962 (allocate_dynrelocs): Invalid LD relocs don't use tlsld_got entry.
2963 (ppc64_elf_relocate_section): Unify new handling of LD relocs and
2964 tlsld_got entry. Use IS_PPC64_TLS_RELOC.
2965
7619e7c7
AM
2966 * elf32-ppc.h: New file.
2967 * elf32-ppc.c: Include elf32-ppc.h.
2968 (NOP, CROR_151515, CROR_313131, TP_OFFSET, DTP_OFFSET): Define.
2969 (struct ppc_elf_link_hash_entry): Rename "root" to "elf". Adjust uses.
2970 Add "tls_mask" field.
2971 (TLS_GD, TLS_LD, TLS_TPREL, TLS_DTPREL, TLS_TLS, TLS_TPRELGD): Define.
2972 (struct ppc_elf_link_hash_table): Rename "root" to "elf". Adjust uses.
2973 Add got, relgot, plt, relplt, dynbss, relbss, dynsbss, relsbss,
2974 sdata, sdata2, tls_sec, tls_get_addr, tlsld_got fields.
2975 Make use of htab shortcuts throughout file.
2976 (ppc_elf_link_hash_newfunc): Init tls_mask field.
2977 (ppc_elf_link_hash_table_create): Init new fields.
2978 (ppc_elf_copy_indirect_symbol): Copy tls_mask.
2979 (ppc_elf_howto_raw): Add tls relocs.
2980 (ppc_elf_reloc_type_lookup): Handle them.
2981 (ppc_elf_unhandled_reloc): New function.
2982 (ppc_elf_create_got): Stash got section pointer in hash table,
2983 return status. Make .rela.got too.
2984 (ppc_elf_create_dynamic_sections): Stash section pointers in htab.
2985 (ppc_elf_adjust_dynamic_symbol): Only set up copy relocs when
2986 NON_GOT_REF set. Don't allocate space in .plt here..
2987 (allocate_dynrelocs): ..do so here instead, properly ref-counting and
2988 not allocating plt entries unnecessarily. Allocate got entries here.
2989 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2990 (ppc_elf_size_dynamic_sections): Allocate local got entries. Pass
2991 "info" during allocate_dynrelocs hash traversal. Use htab section
2992 shortcuts rather than searching for named sections. Get rid of
2993 "plt" and "strip" booleans.
2994 (update_local_sym_info, bad_shared_reloc): New functions.
2995 (ppc_elf_check_relocs): Handle TLS relocs. Move .rela.got creation to
2996 ppc_elf_create_got. Don't mark got or plt reloc syms dynamic, do so
2997 in allocate_dynreloc. Use update_local_sym_info and bad_shared_reloc.
2998 Disallow R_PPC_EMB_RELSDA, R_PPC_EMB_NADDR32, R_PPC_EMB_NADDR16,
2999 R_PPC_EMB_NADDR16_LO, R_PPC_EMB_NADDR16_HI and R_PPC_EMB_NADDR16_HA
3000 in shared libs. R_PPC_PLTREL32 is a plt reloc too. Refcount all
3001 relocs that might use a plt entry. Set NON_GOT_REF too.
3002 Enumerate all do-nothing relocs.
3003 (ppc_elf_gc_sweep_hook): Simplify removal of dynrelocs. Handle
3004 tls relocs and all plt relocs.
3005 (ppc_elf_tls_setup, ppc_elf_tls_optimize): New functions.
3006 (ppc_elf_finish_dynamic_symbol): Don't build got entries here.
3007 (ppc_elf_finish_dynamic_sections): Rewrite tag code using htab
3008 shortcuts.
3009 (ppc_elf_relocate_section): Tidy. Handle TLS relocs. Use
3010 bfd_elf_local_sym_name. Simplify unresolved reloc code. Build got
3011 entries and got relocs here. Warn on non-zero got reloc addend.
3012 Split out branch taken/not taken reloc code into a separate switch
3013 and correct offset calculation. Allow BRTAKEN/BRNTAKEN dynamic relocs.
3014 Split out HA reloc adjustments to separate switch statement. Don't
3015 warn on reloc overflow if we've already warned about undefined.
3016 Don't rebuild sym name when reporting errors. Report all possible
3017 errors from _bfd_final_link_relocate.
3018 (bfd_elf32_bfd_final_link): Don't define.
3019
cd27b276
AM
30202003-02-18 Alan Modra <amodra@bigpond.net.au>
3021
3022 * elf64-ppc.c (ppc64_elf_relocate_section): Don't init "r". Don't
3023 rebuild sym name when reporting errors.
3024
ae9a127f
NC
30252003-02-17 Nick Clifton <nickc@redhat.com>
3026
3f9a32bd 3027 * elflink.h (elf_link_output_extsym): Only check
ae9a127f
NC
3028 allow_shlib_undefined for shared libraries.
3029 * elf32-i386.c (elf_i386_relocate_section): Remove bogus check
3030 of allow_shlib_undefined.
3031 * elf32-cris.c (cris_elf_relocate_section): Likewise.
3032 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
3033 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
3034 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
3035 * elf32-s390.c (elf_s390_relocate_section): Likewise.
3036 * elf32-sh.c (sh_elf_relocate_section): Likewise.
3037 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
3038 * elf32-vax.c (elf_vax_relocate_section): Likewise.
3039 * elf64-alpha.c (elf64_alpha_relocate_section): Likewise.
3040 * elf64-hppa.c (elf64_hppa_relocate_section): Likewise.
3041 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
3042 * elf64-s390.c (elf_s390_relocate_section): Likewise.
3043 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
3044 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
3045 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
3046 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Likewise.
3047
b5f852ea
NC
30482003-02-17 Nick Clifton <nickc@redhat.com>
3049
3050 * elf.c (SEGMENT_AFTER_SEGMENT): Add third parameter - the
3051 address field to use in the comparison.
3f9a32bd 3052 (SEGMENT_OVERLAPS): Check that LMAs overlap as well.
b5f852ea 3053
3193e234
NC
30542003-02-14 Bob Wilson <bob.wilson@acm.org>
3055
3056 * elfcore.h (elf_core_file_p): Compare alternate machine codes for ELF
3057 backends when checking if the generic ELF target should be used.
3058
21efdc8d
NC
3059 * syms.c (_bfd_stab_section_find_nearest_line): For line number stabs
3060 outside of functions, treat values as absolute addresses.
3061
ed781d5d
NC
3062 * bfd.c: Change embedded documentation to use consistent indentation
3063 and to split up long lines. Change informal style of description
3064 for functions lacking real documentation.
3065 * coffcode.h: Break up long lines in embedded documentation.
3066 * format.c: Likewise.
3067 * targets.c: Likewise.
3068 * libcoff.h: Regenerate.
3069 * bfd-in2.h: Regenerate.
3070
58ac9f71
AM
30712003-02-14 Alan Modra <amodra@bigpond.net.au>
3072
3073 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Init tls_get_addr.
3074 (ppc64_elf_copy_indirect_symbol): Merge tls_mask too.
3075 (ppc64_elf_gc_sweep_hook): Simplify removal of dyn_relocs.
3076 (allocate_dynrelocs): Don't treat undefined and undefweak specially.
3077 (ppc_size_one_stub): Fix warning, and tighten plt entry check.
3078 (group_sections): Don't share a stub section if stubs are for a large
3079 section. Adjust comment.
3080 (ppc64_elf_size_stubs): Roughly double the size left for stubs if
3081 !stubs_always_before_branch.
3082 (ppc64_elf_relocate_section): Initialize tlsld GOT entry once. Don't
3083 treat undefined and undefweak specially when processing dyn relocs.
3084
9147e853
JJ
30852003-02-13 Jakub Jelinek <jakub@redhat.com>
3086
3087 * elflink.h (elf_link_add_object_symbols): Handle .symver x, x@FOO.
3088
427bfd90
NC
30892003-02-13 Nick Clifton <nickc@redhat.com>
3090
3091 * elf32-arm.h (elf32_thumb_to_arm_stub): Include section VMAs
3092 in computation of offset to insert into BL instruction.
3093
42b5d0ea
NC
30942003-02-11 Uwe Stieber <uwe@wwws.de>
3095
3096 * config.bfd: Add support for kaOS as cross build target system.
3097
a48ebf4d
AM
30982003-02-11 Alan Modra <amodra@bigpond.net.au>
3099
3100 * elf64-ppc.c (ppc64_elf_check_relocs): Match versioned
3101 .__tls_get_addr too.
3102 (ppc64_elf_tls_setup): Ensure cached tls_get_addr is not indirect.
3103
c95b8a7a
KK
31042003-02-10 Kaz kojima <kkojima@rr.iij4u.or.jp>
3105
3106 * elf32-sh.c (elf_sh_dyn_relocs): Add tls_tpoff32 field.
3107 (elf_sh_link_hash_entry): Remove tls_tpoff32 field.
3108 (sh_elf_link_hash_newfunc): Remove the initialization of
3109 tls_tpoff32 field.
3110 (allocate_dynrelocs): Keep dyn_relocs if it includes the entry
3111 for which tls_tpoff32 flag is set.
3112 (sh_elf_relocate_section): Covert to LE only if the dyn_relocs
3113 of the symbol includes the entry matched with the input_section
3114 and having tls_tpoff32 flag on. When linking statically, set
3115 symbol index of R_SH_TLS_TPOFF32 relocation to zero if the symbol
3116 is defined in this executable.
3117 (sh_elf_check_relocs): Set tls_tpoff32 flag appropriately.
3118
a779acda
JJ
31192003-02-10 Jakub Jelinek <jakub@redhat.com>
3120
3121 * elf32-s390.c (elf_s390_size_dynamic_sections): Set relocs to TRUE
3122 even if there is just non-empty .rela.plt.
3123
fde78edd
NC
31242003-02-10 Nick Clifton <nickc@redhat.com>
3125
3126 * archures.c (bfd_mach_arm_ep9312): Define.
3127 * bfd-in2.h: Regenerate.
3128 * cpu-arm.c (processors[]): Add ep9312.
3129 (bfd_arm_arch): Add ep9312.
3130 * elf32-arm.h (elf32_arm_merge_private_data): Update error
3131 messages and add test for Maverick floating point support.
3132 (elf32_arm_print_private_bfd_data): Handle
3133 EF_ARM_MAVERICK_FLOAT flag.
c178919b
NC
3134 (elf32_arm_object_p): New function.
3135 (elf_backend_object_p): Define.
fde78edd 3136
e7b938ca
AM
31372003-02-10 Alan Modra <amodra@bigpond.net.au>
3138
3139 * elf64-ppc.c: Rename assorted occurrences of tls_type and similar
3140 variables, structure fields or function params to tls_mask or
3141 similar to better reflect usage.
3142 (struct got_entry): Comment.
9b5ecbd0 3143 (struct ppc_link_hash_entry): Expand comment, and renumber TLS_*.
e7b938ca
AM
3144 (get_tls_mask): Rename from get_tls_type.
3145
951fd09b
AM
31462003-02-09 Alan Modra <amodra@bigpond.net.au>
3147
3148 * elf64-ppc.c (TLS_GD_LD): Don't define..
3149 (TLS_GD): ..define this instead and update all uses.
3150 (TLS_TPRELGD): Define.
3151 (ppc64_elf_link_hash_table_create): Tweak initialization of
3152 init_refcount and init_offset.
3153 (ppc64_elf_check_relocs): Add one extra element to t_symndx array.
3154 Mark second slot of GD or LD toc entries.
3155 (get_tls_type): Return an int. Distinguish toc GD and LD entries
3156 from other tls types.
3157 (ppc64_elf_tls_setup): New function, split out from..
3158 (ppc64_elf_tls_optimize): ..here. Don't optimize when symbols are
3159 defined in a dynamic object. Fix LD optimization. Don't set TLS_TPREL
3160 on GD->IE optimization, use TLS_TPRELGD instead. Use get_tls_type
3161 return value to properly decide whether toc GD and LD entries can
3162 optimize away __tls_get_addr call. Check next reloc after DTPMOD64
3163 to determine GD or LD rather than looking at TLS_LD flag. Don't
3164 attempt to adjust got entry tls_type here..
3165 (allocate_dynrelocs): ..instead, adjust got entry tls_type here, and
3166 look for possible merges.
3167 (ppc64_elf_size_dynamic_sections): Adjust local got entries for
3168 optimization.
3169 (ppc64_elf_size_stubs): Tweak __tls_get_addr fudge.
3170 (ppc64_elf_relocate_section): Rename some vars to better reflect usage.
3171 Make use of return value from get_tls_type to properly detect GD and
3172 LD optimizations. Split tlsld/gd hi/ha from lo/ds case. Don't
3173 handle tls_get_addr removal when looking at REL24 relocs, do it when
3174 looking at the previous reloc. Check reloc after DTPMOD64 to determine
3175 GD or LD.
3176 * elf64-ppc.h (ppc64_elf_tls_setup): Declare.
3177
acc990f2
AM
31782003-02-08 Alan Modra <amodra@bigpond.net.au>
3179
00b28bb0
AM
3180 * elf32-hppa.c (group_sections): Don't share a stub section if
3181 stubs are for a large section.
3182
acc990f2
AM
3183 * elf32-hppa.c (elf32_hppa_size_stubs): Double the size left for
3184 stubs if !stubs_always_before_branch.
3185
589e6347
NC
31862003-02-07 Nick Clifton <nickc@redhat.com>
3187
3188 * elf.c (swap_out_syms): Generate an error message if an
3189 equivalent output section cannot be found for a symbol.
3190
c328dc3f
JJ
31912003-02-07 Jakub Jelinek <jakub@redhat.com>
3192
3193 * elf64-alpha.c (elf64_alpha_relax_section): Don't crash if
3194 local_got_entries is NULL.
3195
84f97cb6
AS
31962003-02-06 Andreas Schwab <schwab@suse.de>
3197
3198 * elf-eh-frame.c (get_DW_EH_PE_signed): Define.
3199 (read_value): Add parameter is_signed, use signed extraction if
3200 the value is signed.
3201 (_bfd_elf_write_section_eh_frame): Pass signed flag of the
3202 encoding to read_value.
3203
6349e628
AM
32042003-02-06 Alan Modra <amodra@bigpond.net.au>
3205
3206 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy got and
3207 plt info when called to transfer weak sym info.
3208
411e1bfb
AM
32092003-02-05 Alan Modra <amodra@bigpond.net.au>
3210
3211 * reloc.c: Add PPC and PPC64 TLS relocs.
3212 * libbfd.h: Regenerate.
3213 * bfd-in2.h: Regenerate.
3214 * elf64-ppc.c (TP_OFFSET, DTP_OFFSET): Declare.
3215 (ppc64_elf_howto_raw): Add TLS howto's. Adjust R_PPC64_NONE to be
3216 against a 32 bit field.
3217 (ppc64_elf_reloc_type_lookup): Handle TLS relocs.
3218 (_ppc64_elf_section_data): Add t_symndx and comments.
3219 (ppc64_elf_section_data): Use elf_section_data macro.
3220 (ppc64_elf_new_section_hook): American spelling.
3221 (struct got_entry, struct plt_entry): New.
3222 (MUST_BE_DYN_RELOC): Rename from IS_ABSOLUTE_RELOC.
3223 (struct ppc_stub_hash_entry): Add "addend" field.
3224 (struct ppc_link_hash_entry): Add "tls_type".
3225 (TLS_TLS, TLS_GD_LD, TLS_LD, TLS_TPREL, TLS_DTPREL,
3226 TLS_EXPLICIT): Define.
3227 (struct ppc_link_hash_table): Add tls_sec, tls_get_addr, tlsld_got.
3228 (link_hash_newfunc): Init new fields.
58ac9f71 3229 (ppc64_elf_link_hash_table_create): Likewise. Set init_refcount and
411e1bfb
AM
3230 init_offset to NULL.
3231 (ppc64_elf_copy_indirect_symbol): Copy got and plt info. Don't call
3232 _bfd_elf_link_hash_copy_indirect, rather insert relevant code from
3233 there.
3234 (update_local_sym_info, update_plt_info): New functions.
3235 (ppc64_elf_check_relocs): Use them. Handle TLS relocs. Adjust GOT
3236 handling to use got.glist rather than got.refcount. Likewise for PLT.
3237 (ppc64_elf_gc_sweep_hook): Handle TLS relocs, new GOT and PLT lists.
3238 (func_desc_adjust): Adjust for new PLT list.
3239 (ppc64_elf_adjust_dynamic_symbol): Likewise.
3240 (get_sym_h, get_tls_type): New functions.
3241 (ppc64_elf_edit_opd): Remove unused variable. Use get_sym_h.
3242 (ppc64_elf_tls_optimize): New function.
3243 (allocate_dynrelocs): Adjust for new PLT and GOT lists. Allocate
3244 TLS relocs.
3245 (ppc64_elf_size_dynamic_sections): Likewise.
3246 (ppc_type_of_stub): Adjust for new PLT list.
3247 (ppc_build_one_stub): Likewise.
3248 (ppc64_elf_size_stubs): Likewise. Use get_sym_h. Treat __tls_get_addr
3249 calls specially.
3250 (ppc64_elf_relocate_section): Adjust for new GOT and PLT lists. Handle
3251 TLS relocs. Report local syms using bfd_elf_local_sym_name. Don't
3252 init GOT entries that have a reloc. Generate GOT relocs here..
3253 (ppc64_elf_finish_dynamic_symbol): ..not here. Adjust for PLT list.
3254 * elf64-ppc.h (ppc64_elf_tls_optimize): Declare.
3255
0cca5f05
AS
32562003-02-04 Andreas Schwab <schwab@suse.de>
3257
3258 * elf32-m68k.c (elf_m68k_hash_entry): Define.
3259 (elf_m68k_link_hash_traverse): Remove.
3260 (elf_m68k_link_hash_newfunc): Use struct bfd_hash_entry and
3261 elf_m68k_hash_entry instead of struct elf_m68k_link_hash_entry to
3262 reduce casting.
3263 (elf_m68k_check_relocs): Use elf_m68k_hash_entry instead of
3264 casting.
3265 (elf_m68k_size_dynamic_sections): Use elf_link_hash_traverse
3266 instead of elf_m68k_link_hash_traverse.
3267 (elf_m68k_discard_copies): Change first parameter to pointer to
3268 struct elf_link_hash_entry and use elf_m68k_hash_entry when struct
3269 elf_m68k_link_hash_entry is needed.
3270
5cab59f6
AM
32712003-02-04 Alan Modra <amodra@bigpond.net.au>
3272
3273 * elf-bfd.h (struct got_entry, struct plt_entry): Forward declare.
3274 (struct elf_link_hash_entry): Add "glist" and "plist" fields to
3275 "got" union, and declare as gotplt_union. Use gotplt_uinion for
3276 "plt" field.
3277 (struct elf_link_hash_table): Make "init_refcount" a gotplt_union.
3278 Add "init_offset" field.
3279 (struct elf_obj_tdata <local_got>): Add "struct got_entry **" to union.
3280 (elf_local_got_ents): Declare.
3281 * elf.c (_bfd_elf_link_hash_newfunc): Adjust initialization of "got"
3282 and "plt".
3283 (_bfd_elf_link_hash_hide_symbol): Use "init_offset".
3284 (_bfd_elf_link_hash_table_init): Set "init_offset".
3285 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set init_refcount
3286 from init_offset.
3287 (elf_adjust_dynamic_symbol): Set plt and got offsets using init_offset.
3288
3289 * elf.c (bfd_elf_local_sym_name): Split out from..
3290 (group_signature): ..here.
3291 * elf-bfd.h (bfd_elf_local_sym_name): Declare.
3292
68bfbfcc
AM
32932003-02-04 Alan Modra <amodra@bigpond.net.au>
3294
3295 * elf-bfd.h (enum elf_link_info_type): Remove.
3296 (struct bfd_elf_section_data): Move sec_info_type, use_rela_p fields
3297 to struct sec. Remove linkonce_p field.
3298 (elf_linkonce_p): Delete.
3299 (elf_discarded_section): Update for sec_info_type change.
3300 * section.c (struct sec): Add sec_info_type, use_rela_p, has_tls_reloc,
3301 flag11, flag12, flag13, flag14, flag15, flag16, flag20, flag24.
3302 (ELF_INFO_TYPE_NONE): Define.
3303 (ELF_INFO_TYPE_STABS): Define.
3304 (ELF_INFO_TYPE_MERGE): Define.
3305 (ELF_INFO_TYPE_EH_FRAME): Define.
3306 (ELF_INFO_TYPE_JUST_SYMS): Define.
3307 (STD_SECTION): Update struct sec initializer.
3308 * ecoff.c (bfd_debug_section): Likewise.
3309 * elf.c: Likewise. Update occurrences of sec_info_type and use_rela_p.
3310 * elflink.h: Likewise.
3311 * elf-eh-frame.c: Likewise.
3312 * elf64-alpha.c: Likewise.
3313 * elfxx-ia64.c: Likewise.
3314 * elfxx-mips.c: Likewise.
3315 * bfd-in2.h: Regenerate.
3316
3317 * elf32-sparc.c (sec_do_relax): Use elf_section_data macro rather than
3318 referring to used_by_bfd.
3319 * elf64-sparc.c (sec_do_relax): Likewise.
3320 * elf64-mmix.c (mmix_elf_section_data): Likewise.
3321 * elfxx-mips.c (mips_elf_section_data): Likewise.
3322 * ieee.c (ieee_slurp_section_data): Use ieee_per_section macro.
3323 (ieee_get_section_contents): Likewise.
3324 (ieee_new_section_hook): Formatting.
3325 (ieee_canonicalize_reloc): Remove commented out code.
3326 * mmo.c (mmo_section_data): Define. Use throughout file.
3327 * oasys.c (oasys_get_section_contents): Use oasys_per_section macro.
3328
31f7ba04
NC
33292003-01-31 Graydon Hoare <graydon@redhat.com>
3330
3331 * Makefile.am (opncls.lo): Add dependency upon libiberty.h.
3332 * Makefile.in: Regenerate.
3333 * opncls.c (calc_crc32, get_debug_link_info,
3334 seperate_debug_file_exists, find_seperate_debug_file): New
3335 internal functions.
3336 (bfd_follow_gnu_debuglink): New function. Follow the pointer
3337 contained inside a .gnu_debuglink section.
3338 * bfd-in2.h: Regenerate.
3339
38985a1c
AO
33402003-01-29 Alexandre Oliva <aoliva@redhat.com>
3341
3342 * elfxx-mips.c (mips_elf_got_entry_hash): Don't dereference
3343 entry->abfd when it's NULL.
3344
4bb9a95f
AO
33452003-01-27 Alexandre Oliva <aoliva@redhat.com>
3346
3347 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Handle
3348 _bfd_elf_section_offset returning -2 the same way as -1.
3349
f4416af6
AO
3350 * elfxx-mips.c (mips_elf_multi_got): New function.
3351 (struct mips_got_entry): Make symndx and gotidx signed. Moved
3352 addend into union along with address and link hash entry.
3353 (struct mips_got_info): Added bfd2got and next.
3354 (struct mips_elf_hash_sort_data): Added max_unref_got_dynindx.
3355 (mips_elf_got_section, mips_elf_create_got_section): Use
3356 SEC_EXCLUDE bit to tell whether we really need the got
3357 section. Take boolean arguments to disregard an excluded
3358 section, or to create it as excluded. Adjust all callers.
3359 Use mips_elf_got_section all over.
3360 (mips_elf_local_got_index, mips_elf_got_page,
3361 mips_elf_got16_entry): Take input bfd as argument, and pass it
3362 on to mips_elf_create_local_got_entry.
3363 (mips_elf_global_got_index, mips_elf_create_local_got_entry):
3364 Take input bfd as argument, and manage entries in the
3365 appropriate GOT.
3366 (mips_elf_got_offset_from_index): Take input bfd as argument,
3367 and use it to adjust the GP offset of the bfd.
3368 (mips_elf_sort_hash_table, mips_elf_sort_hash_table_f): Move
3369 unreferenced GOT entries of global symbols to the end.
3370 (mips_elf_record_global_got_symbol): Take input bfd as
3371 argument. Add entries to the master GOT hash table.
3372 (struct mips_elf_bfd2got_hash): New.
3373 (struct mips_elf_got_per_bfd_arg): New.
3374 (struct mips_elf_set_global_got_offset_arg): New.
3375 (mips_elf_hash_bfd_vma, mips_elf_multi_got_entry_hash,
3376 mips_elf_multi_got_entry_eq, mips_elf_bfd2got_entry_hash,
3377 mips_elf_bfd2got_entry_eq, mips_elf_make_got_per_bfd,
3378 mips_elf_merge_gots, mips_elf_set_global_got_offset,
3379 mips_elf_resolve_final_got_entry,
3380 mips_elf_resolve_final_got_entries, mips_elf_adjust_gp,
3381 mips_elf_got_for_ibfd): New functions.
3382 (ELF_MIPS_GP_OFFSET): Don't depend on SGI_COMPAT.
3383 (MIPS_ELF_GOT_MAX_SIZE): New macro.
3384 (STUB_LW): Generate 64-bit stub regardless of SGI_COMPAT.
3385 (mips_elf_got_entry_hash): Take new fields into account. Use
3386 mips_elf_hash_bfd_vma.
3387 (mips_elf_got_entry_eq): Take new fields into account.
3388 (mips_elf_create_got_section): Initialize new fields.
3389 (mips_elf_calculate_relocation): Pass input_bfd to functions
3390 that now take it. Adjust gp for the input_bfd.
3391 (mips_elf_allocate_dynamic_relocation,
3392 mips_elf_create_dynamic_relocation,
3393 _bfd_mips_elf_create_dynamic_sections): Use...
3394 (mips_elf_rel_dyn_section): New function. Borrow code from...
3395 (_bfd_mips_elf_check_relocs): Pass input_bfd to functions that
3396 now take it. Create the got section if needed, even if
3397 excluded, before recording a global got symbol. Move some
3398 code to...
3399 (mips_elf_record_local_got_symbol): New fn.
3400 (_bfd_mips_elf_size_dynamic_sections): Disable combreloc.
3401 Compute multi-got global entries offsets. Move GOT code to...
3402 (_bfd_mips_elf_always_size_sections): Call mips_elf_multi_got
3403 if the GOT is too big.
3404 (_bfd_mips_elf_finish_dynamic_symbol): Set got entry of
3405 undefweak symbol to zero. Generate dynamic relocations for
3406 non-primary GOT entries for global symbols.
3407 (_bfd_mips_elf_finish_dynamic_sections): Handle multi-got
3408 case. Generate dynamic relocations for local got entries.
3409 Sort dynamic relocations on N64 too, using...
3410 (sort_dynamic_relocs_64): New fns.
3411 (_bfd_mips_elf_hide_symbol): Adjust multi-got counters.
3412 (_bfd_mips_elf_merge_private_bfd_data): Ignore EF_MIPS_XGOT.
3413
52b69c9e
AO
34142003-01-27 Alexandre Oliva <aoliva@redhat.com>
3415
3416 * bfd.c (struct _bfd): Added id field.
3417 * opncls.c (_bfd_id_counter): New static variable.
3418 (_bfd_new_bfd): Use it.
3419 * bfd-in2.h: Rebuilt.
3420
71e5db1c
AM
34212003-01-25 Alan Modra <amodra@bigpond.net.au>
3422
3423 * elf32-sparc.c (bfd_elf32_new_section_hook): Define.
3424
b9734f35
JJ
34252003-01-25 Jakub Jelinek <jakub@redhat.com>
3426
3427 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Add TLS relocs.
3428 (elf32_sparc_rev32_howto): New variable.
3429 (sparc_reloc_map): Add TLS relocs.
3430 (elf32_sparc_reloc_type_lookup, elf32_sparc_info_to_howto):
3431 Handle REV32.
3432 (sparc_elf_hix22_reloc, sparc_elf_lox10_reloc, elf32_sparc_mkobject):
3433 New functions.
3434 (struct elf32_sparc_dyn_relocs, struct elf32_sparc_link_hash_entry,
3435 struct elf32_sparc_link_hash_table):
3436 New structures.
3437 (elf32_sparc_tdata, elf32_sparc_local_got_tls_type,
3438 elf32_sparc_hash_table): Define.
3439 (link_hash_newfunc, elf32_sparc_link_hash_table_create,
3440 create_got_section, elf32_sparc_create_dynamic_sections,
3441 elf32_sparc_copy_indirect_symbol, elf32_sparc_tls_transition): New
3442 functions.
3443 (elf32_sparc_check_relocs): Handle TLS relocs. Add dynamic reloc
3444 reference counting.
3445 (elf32_sparc_gc_sweep_hook): Likewise.
3446 (elf32_sparc_adjust_dynamic_symbol): Likewise.
3447 (elf32_sparc_size_dynamic_sections): Likewise.
3448 (elf32_sparc_relocate_section): Likewise.
3449 (allocate_dynrelocs, readonly_dynrelocs, dtpoff_base, tpoff):
3450 New functions.
3451 (elf32_sparc_object_p): Allocate backend private object data.
3452 (bfd_elf32_bfd_link_hash_table_create,
3453 elf_backend_copy_indirect_symbol, bfd_elf32_mkobject,
3454 elf_backend_can_refcount): Define.
3455 (elf_backend_create_dynamic_sections): Define to
3456 elf32_sparc_create_dynamic_sections.
3457 * reloc.c: Add SPARC TLS relocs.
3458 * bfd-in2.h, libbfd.h: Rebuilt.
3459 * elf64-sparc.c (sparc64_elf_howto_table): Add TLS relocs.
3460 (sparc_reloc_map): Likewise.
3461
69fc87f1
MS
34622003-01-24 Martin Schwidefsky <schwidefsky@de.ibm.com>
3463
3464 * bfd-in2.h: Regenerate.
3465 * elf32-s390.c (elf_s390_mkobject, elf_s390_tls_transition,
3466 s390_tls_reloc, dtpoff_base, tpoff, invalid_tls_insn): New functions.
3467 (elf_howto_table): Add TLS relocs.
3468 (elf_s390_reloc_type_lookup): Likewise.
3469 (elf_s390_link_hash_entry): Add tls_type.
3470 (elf_s390_hash_entry, elf_s390_obj_tdata, elf_s390_local_got_tls_type):
3471 New macros.
3472 (elf_s390_link_hash_table): Add tls_ldm_got.
3473 (link_hash_newfunc): Initialize tls_type.
3474 (elf_s390_link_hash_table_create): Initialize refcount of tls_ldm_got.
3475 (elf_s390_copy_indirect_symbol): Copy tls_type information.
3476 (elf_s390_check_relocs): Support TLS relocs.
3477 (elf_s390_gc_sweep_hook): Likewise.
3478 (allocate_dynrelocs): Likewise.
3479 (elf_s390_size_dynamic_sections): Likewise.
3480 (elf_s390_relocate_section): Likewise.
3481 (elf_s390_finish_dynamic_symbol): Likewise.
3482 (bfd_elf32_mkobject): Define for TLS.
3483 * elf64-s390.c: Same changes as for elf32-s390.c.
3484 * libbfd.h: Regenerate.
3485 * reloc.c: Add s390 TLS relocations.
3486
c5d1701e 34872003-01-24 Charles Lepple <clepple@ghz.cc>
9aa4e505
NC
3488
3489 * aclocal.m4: Fix name of --enable-install-libbfd switch.
3490
5177500f
NC
34912003-01-23 Nick Clifton <nickc@redhat.com>
3492
3493 * Add sh2e support:
5177500f 3494 2002-04-02 Elena Zannoni <ezannoni@redhat.com>
9b5ecbd0
AM
3495 * archures.c (bfd_mach_sh2e): Added.
3496 * bfd-in2.h: Rebuilt.
3497 * cpu-sh.c (arch_info_struct): Added SH2e.
3498 * elf32-sh.c (sh_elf_set_mach_from_flags): Handle EF_SH2E.
5177500f 3499
f0abc2a1
AM
35002003-01-23 Alan Modra <amodra@bigpond.net.au>
3501
3502 * elf-bfd.h (struct bfd_elf_section_data): Remove tdata. Change
3503 dynindx to an int. Rearrange for better packing.
3504 * elf.c (_bfd_elf_new_section_hook): Don't alloc if already done.
3505 * elf32-mips.c (bfd_elf32_new_section_hook): Define.
3506 * elf32-sh64.h: New. Split out from include/elf/sh.h.
3507 (struct _sh64_elf_section_data): New struct.
3508 (sh64_elf_section_data): Don't dereference sh64_info (was tdata).
3509 * elf32-sh64-com.c: Include elf32-sh64.h.
3510 * elf32-sh64.c: Likewise.
3511 (sh64_elf_new_section_hook): New function.
3512 (bfd_elf32_new_section_hook): Define.
3513 (sh64_elf_fake_sections): Adjust for sh64_elf_section_data change.
3514 (sh64_bfd_elf_copy_private_section_data): Likewise.
3515 (sh64_elf_final_write_processing): Likewise.
3516 * elf32-sparc.c (struct elf32_sparc_section_data): New.
3517 (elf32_sparc_new_section_hook): New function.
3518 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
3519 (sec_do_relax): Define.
3520 (elf32_sparc_relax_section): Adjust to use sec_do_relax.
3521 (elf32_sparc_relocate_section): Likewise.
3522 * elf64-mips.c (bfd_elf64_new_section_hook): Define.
3523 * elf64-mmix.c (struct _mmix_elf_section_data): New.
3524 (mmix_elf_section_data): Define. Use throughout file.
3525 (mmix_elf_new_section_hook): New function.
3526 (bfd_elf64_new_section_hook): Define.
3527 * elf64-ppc.c (struct _ppc64_elf_section_data): New.
3528 (ppc64_elf_section_data): Define. Use throughout.
3529 (ppc64_elf_new_section_hook): New function.
3530 (bfd_elf64_new_section_hook): Define.
3531 * elf64-sparc.c (struct sparc64_elf_section_data): New.
3532 (sparc64_elf_new_section_hook): New function.
3533 (SET_SEC_DO_RELAX, SEC_DO_RELAX): Delete.
3534 (sec_do_relax): Define.
3535 (sparc64_elf_relax_section): Adjust to use sec_do_relax.
3536 (sparc64_elf_relocate_section): Likewise.
3537 (bfd_elf64_new_section_hook): Define.
3538 * elfn32-mips.c (bfd_elf32_new_section_hook): Define.
3539 * elfxx-mips.c (struct _mips_elf_section_data): New.
3540 (mips_elf_section_data): Define. Use throughout.
3541 (_bfd_mips_elf_new_section_hook): New function.
3542 (mips_elf_create_got_section): Don't alloc used_by_bfd.
3543 * elfxx-mips.h (_bfd_mips_elf_new_section_hook): Declare.
3544 * elfxx-target.h (bfd_elfNN_new_section_hook): Add #ifndef.
3545 * Makefile.am: Run "make dep-am".
3546 * Makefile.in: Regenerate.
3547
cc03ec80
RH
35482003-01-21 Richard Henderson <rth@redhat.com>
3549
3550 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_PLT_LOC): New.
3551 (struct alpha_elf_link_hash_entry): Add plt_old_section, plt_old_value.
3552 (elf64_alpha_adjust_dynamic_symbol): Set them.
3553 (elf64_alpha_size_plt_section_1): Reset them when plt entry removed.
3554 (elf64_alpha_relax_tls_get_addr): Handle LDM relocs. Frob the
3555 symbol index when relaxing LDM to TPREL.
3556 (elf64_alpha_relax_section): Likewise. Allow relaxation of GD
3557 relocs, even if the target isn't locally defined.
3558 (elf64_alpha_check_relocs): Frob LDM reloc symndx to zero.
3559 (elf64_alpha_relocate_section): Likewise. Force TP-relative
3560 relocs vs symndx 0 to the tp base.
3561
da896d3f
NC
35622003-01-21 Fabio Alemagna <falemagn@aros.org>
3563
3564 * config.bfd: Handle i[3456]86-*-aros*.
3565
7fce784e
AS
35662003-01-21 Andreas Schwab <schwab@suse.de>
3567
3568 * elf32-ppc.c (struct ppc_elf_dyn_relocs): Define.
3569 (struct ppc_elf_link_hash_entry): Define.
3570 (ppc_elf_hash_entry): New function.
3571 (struct ppc_elf_link_hash_table): Define.
3572 (ppc_elf_hash_table): New function.
3573 (ppc_elf_link_hash_newfunc): New function.
3574 (ppc_elf_link_hash_table_create): New function.
3575 (ppc_elf_copy_indirect_symbol): New function.
3576 (allocate_dynrelocs): New function.
3577 (readonly_dynrelocs): New function.
3578 (ppc_elf_size_dynamic_sections): Allocate space for dynamic
3579 relocs and determine DT_TEXTREL.
3580 (ppc_elf_check_relocs): Don't do that here, just count the
3581 dynamic relocs.
3582 (ppc_elf_gc_sweep_hook): Discard any dynamic relocs against the
3583 removed section.
3584 (bfd_elf32_bfd_link_hash_table_create): Define.
3585 (elf_backend_copy_indirect_symbol): Define.
3586
1bbc9cec
RH
35872003-01-21 Richard Henderson <rth@redhat.com>
3588
3589 * elf64-alpha.c (alpha_dynamic_entries_for_reloc): GOTTPREL and
3590 TPREL also get a reloc if shared. Remove SREL support.
3591 (elf64_alpha_emit_dynrel): New.
acc990f2 3592 (elf64_alpha_relocate_section): Use it. Resolve dynamic TPREL
1bbc9cec
RH
3593 and GOTTPREL relocs to local symbols against the tp base.
3594 (elf64_alpha_finish_dynamic_symbol): Use elf64_alpha_emit_dynrel.
3595
3596 * elf64-alpha.c (elf64_alpha_relax_got_load): Decrement got
3597 use count before clobbering r_type.
3598 (elf64_alpha_relax_tls_get_addr): Don't use pos[1] if insn
3599 ordering would mean dataflow inspection is necessary.
3600
0da35f8b
SS
36012003-01-20 Svein E. Seldal <Svein.Seldal@solidas.com>
3602
3603 * coffcode.h (coff_set_flags): Added get/set arch hooks.
acc990f2 3604
571fe01f
NC
36052003-01-20 Fabio Alemagna <falemagn@aros.org>
3606
3607 * elf32-sh.c: Treat elfNN_bed like other macros defined in
3608 elfxx-target.h and #undef it before #define'ing it.
3609 * elf32-i386.c: Likewise.
acc990f2
AM
3610 * elf32-sh64.c: Likewise.
3611 * elf64-alpha.c: Likewise.
3612 * elf64-sh64.c: Likewise.
571fe01f 3613
5236c819
MS
36142003-01-20 Martin Schwidefsky <schwidefsky@de.ibm.com>
3615
3616 * bfd-in2.h: Regenerate.
3617 * elf32-s390.c (elf_s390_adjust_gotplt): New prototype.
3618 (elf_howto_table): Rename R_390_GOTOFF to R_390_GOTOFF32. Add
3619 R_390_GOTOFF16, R_390_GOTOFF64, R_390_GOTPLT12, R_390_GOTPLT16,
3620 R_390_GOTPLT32, R_390_GOTPLT64, R_390_GOTPLTENT, R_390_PLTOFF16,
3621 R_390_PLTOFF32 and R_390_PLTOFF64.
3622 (elf_s390_reloc_type_lookup): Likewise.
3623 (struct elf_s390_link_hash_entry): Add gotplt_refcount to keep track
3624 of GOTPLT references to a function.
3625 (link_hash_newfunc): Initialize gotplt_refcount.
3626 (elf_s390_check_relocs): Move allocation of local_got_refcounts array
3627 and creation of the got section out of the main switch. Add support
3628 for the gotoff, gotplt and pltoff relocations.
3629 (elf_s390_gc_sweep_hook): Add reference counting for gotoff, gotplt
3630 and pltoff.
3631 (elf_s390_adjust_gotplt): New function.
3632 (elf_s390_adjust_dynamic_symbol): Adjust gotplt refcount for removed
3633 plt entries.
3634 (allocate_dynrelocs): Add comment.
3635 (elf_s390_relocate_section): Change r_type to unsigned. Add support
3636 for gotoff, gotplt and pltoff relocations.
3637 * elf64-s390.c: Same changes as for elf32-s390.c.
3638 * libbfd.h: Regenerate.
3639 * reloc.c: Add BFD_RELOC_390_GOTOFF64, BFD_RELOC_390_GOTPLT12,
3640 BFD_RELOC_390_GOTPLT16, BFD_RELOC_390_GOTPLT32, BFD_RELOC_390_GOTPLT64,
3641 BFD_RELOC_390_GOTPLTENT, BFD_RELOC_390_PLTOFF16, BFD_RELOC_390_PLTOFF32
3642 and BFD_RELOC_390_PLTOFF64.
3643
a823975a
JJ
36442003-01-18 Jakub Jelinek <jakub@redhat.com>
3645
3646 * elfxx-ia64.c (elfNN_ia64_relocate_section): Handle
3647 R_IA64_TPREL64[LM]SB against non-global symbol properly.
3648
b3dfd7fe
JJ
36492003-01-16 Jakub Jelinek <jakub@redhat.com>
3650
3651 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add
3652 self_dtpmod_done and self_dtpmod_offset.
3653 (allocate_global_data_got): Only use one got entry for all
3654 dtpmod relocs against local symbols.
3655 (allocate_dynrel_entries): Only need .rela.got entry for
3656 dtpmod against global symbol.
3657 (elfNN_ia64_size_dynamic_sections): Initialize self_dtpmod_offset.
3658 Reserve space in .rela.got for the local dtpmod entry.
3659 (set_got_entry): Initialize the common local dtpmod .got entry.
3660 (elfNN_ia64_relocate_section): Handle R_IA_64_DTPREL64LSB
3661 and R_IA_64_DTPREL64MSB.
3662
04c9666a
AM
36632003-01-16 Alan Modra <amodra@bigpond.net.au>
3664
3665 * elf64-ppc.c: Include elf/ppc64.h rather than elf/ppc.h.
3666 (R_PPC_*): Rename all occurrences to R_PPC64_*.
3667 (R_PPC64_ADDR30): Rename all occurrences to R_PPC64_REL30.
3668 (enum elf_ppc_reloc_type): Ditto to enum elf_ppc64_reloc_type.
3669 (ppc64_elf_gc_sweep_hook): Handle R_PPC64_REL30 along with other
3670 relative relocs, not with absolute ones.
3671 * Makefile.am: Run "make dep-am".
3672 * Makefile.in: Regenerate.
3673 * po/SRC-POTFILES.in: Regenerate.
3674
c87f1ff7
AS
36752003-01-15 Andreas Schwab <schwab@suse.de>
3676
3677 * elf32-ppc.c (ppc_elf_check_relocs): Don't set DF_TEXTREL for a
3678 relocation against a non-allocated readonly section.
3679
86bbe32f
AM
36802003-01-10 Alan Modra <amodra@bigpond.net.au>
3681
3682 * elf32-ppc.c (ppc_elf_relocate_section): Adjust addend for GOT16_HA.
3683 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise. PLTGOT16_HA too.
3684
32d95f29
KD
36852002-01-08 Klee Dienes <kdienes@apple.com>
3686
3687 * Makefile.am (ALL_MACHINES): Use cpu-msp430.lo, not cpu-msp430.c.
3688 (BFD32_BACKENDS): Use elf32-msp430.lo, not elf32-msp430.c.
3689 * Makefile.in: Regenerate.
acc990f2 3690
ab7d0aa0
AO
36912003-01-08 Alexandre Oliva <aoliva@redhat.com>
3692
3693 * elfn32-mips.c (prev_reloc_section): New.
3694 (GET_RELOC_ADDEND): Use it. Parenthesize macro arguments.
3695 (SET_RELOC_ADDEND): Parenthesize macro argument.
3696
95d0f04a
DA
36972003-01-07 John David Anglin <dave.anglin@nrc.gc.ca>
3698
3699 * elf32-hppa.c (final_link_relocate): For all DP relative relocations,
3700 adjust addil instructions if the symbol has no section.
3701
5c9e189c
DD
37022003-01-07 DJ Delorie <dj@redhat.com>
3703
3704 * elf32-xstormy16.c (xstormy16_elf_howto_table): Make REL_12 not
3705 partial_inplace.
3706
3e829b4a
AS
37072003-01-07 Andreas Schwab <schwab@suse.de>
3708
3709 * elf32-m68k.c (elf_m68k_check_relocs): Don't set DF_TEXTREL for
3710 PC relative relocations.
3711 (elf_m68k_discard_copies): Set it here instead.
3712
a75473eb
SC
37132002-01-02 Ben Elliston <bje@redhat.com>
3714 Jeff Johnston <jjohnstn@redhat.com>
3715
3716 * Makefile.am (ALL_MACHINES): Add cpu-iq2000.lo.
3717 (ALL_MACHINES_CFILES): Add cpu-iq2000.c.
3718 (BFD32_BACKENDS): Add elf32-iq2000.lo.
3719 (BFD32_BACKENDS_CFILES): Add elf32-iq2000.c.
3720 (cpu-iq2000.lo): New target.
3721 * Makefile.in: Regenerate.
3722 * config.bfd: Handle iq2000-*-elf.
3723 * archures.c (bfd_architecture): Add bfd_{arch,mach}_iq2000.
3724 (bfd_archures_list): Add bfd_iq2000_arch.
3725 * configure.in: Handle bfd_elf32_iq2000_vec.
3726 * configure: Regenerate.
acc990f2 3727 * reloc.c: Add BFD_RELOC_IQ2000_OFFSET_16, BFD_RELOC_IQ2000_OFFSET_21,
a75473eb
SC
3728 and BFD_RELOC_IQ2000_UHI16.
3729 * targets.c (bfd_elf32_iq2000_vec): Declare.
3730 (bfd_target_vector): Add bfd_elf32_iq2000_vec.
3731 * elf.c (prep_headers): Set e_machine to EM_IQ2000.
3732 * cpu-iq2000.c: New file.
3733 * elf32-iq2000.c: Likewise.
3734 * libbfd.h: Regenerate.
3735 * bfd-in2.h: Likewise.
3736
64543e1a
RS
37372003-01-02 Richard Sandiford <rsandifo@redhat.com>
3738
3739 * elfxx-mips.c: Include libiberty.h.
3740 (elf_mips_isa, _bfd_mips_elf_mach_extends_p): Remove.
3741 (mips_set_isa_flags): New function, split out from...
3742 (_bfd_mips_elf_final_write_processing): ...here. Only call
3743 mips_set_isa_flags if the EF_MIPS_MACH bits are clear.
3744 (mips_mach_extensions): New array.
3745 (mips_32bit_flags_p): New function.
3746 (_bfd_mips_elf_merge_private_bfd_data): Rework architecture checks.
3747 Use mips_32bit_flags_p to check if one binary is 32-bit and the
3748 other is 64-bit. When adopting IBFD's architecture, adopt the
3749 bfd_mach as well as the flags.
3750
4852a44e
NC
37512003-01-02 Nick Kelsey <nickk@ubicom.com>
3752
3753 * elf32-ip2k.c: Re-work of linker relaxation code for the ip2k to
3754 fix internal errors, fix bad code generation, fix incorrect stabs
3755 information, and improve ability to eliminate redundant page
3756 instructions. Added code to ip2k_final_link_relocate to self-verify
3757 the linker relaxation. Fix formatting problems.
3758
af7ee8bf
CD
37592002-12-30 Chris Demetriou <cgd@broadcom.com>
3760
3761 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mipsisa32r2 case.
3762 * archures.c (bfd_mach_mipsisa32r2): New define.
3763 * bfd-in2.h: Regenerate.
3764 * cpu-mips.c (I_mipsisa32r2): New enum value.
3765 (arch_info_struct): Add entry for I_mipsisa32r2.
3766 * elfxx-mips.c (elf_mips_isa, _bfd_elf_mips_mach)
3767 (_bfd_mips_elf_print_private_bfd_data): Handle E_MIPS_ARCH_32R2.
3768 (_bfd_mips_elf_final_write_processing): Add
3769 bfd_mach_mipsisa32r2 case.
3770 (_bfd_mips_elf_merge_private_bfd_data): Handle merging of
3771 binaries marked as using MIPS32 Release 2.
3772
2469cfa2
NC
37732002-12-30 Dmitry Diky <diwil@mail.ru>
3774
3775 * Makefile.am: Add msp430 target.
3776 * configure.in: Likewise.
3777 * Makefile.in: Regenerate.
3778 * configure: Regenerate.
3779 * archures.c: Add msp430 architecture vector.
3780 * config.bfd: Likewise.
3781 * reloc.c: Add msp430 relocs.
3782 * targets.c: Add msp320 target.
3783 * cpu-msp430.c: New file: msp430 cpu detection.
3784 * elf32-msp430.c: New file: msp430 reloc processing.
3785 * bfd-in2.h: Regenerate.
3786 * libbfd.h: Regenerate.
3787
eecdbe52
JJ
37882002-12-28 Jakub Jelinek <jakub@redhat.com>
3789
3790 * elf.c (elf_sort_sections): Don't reorder .tbss.
3791 (assign_file_positions_for_segments): Only adjust off/voff
3792 for increased alignment in PT_LOAD or PT_NOTE segment,
3793 but adjust p_filesz for .tbss too. in PT_LOAD consider
3794 .tbss to have zero memory size.
3795 (copy_private_bfd_data) [SECTION_SIZE]: Define.
3796 [IS_CONTAINED_BY_VMA, IS_CONTAINED_BY_LMA]: Use it.
3797 [INCLUDE_SECTION_IN_SEGMENT]: Only put SHF_TLS sections
3798 into PT_TLS segment. Never put SHF_TLS sections in
3799 segments other than PT_TLS or PT_LOAD.
3800
3801 * elf64-alpha.c (elf64_alpha_finish_dynamic_sections): Clear .plt
3802 sh_entsize.
3803
213e90f4
DD
38042002-12-23 DJ Delorie <dj@redhat.com>
3805
3806 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Fix logic reversal.
3807
75828352
AM
38082002-12-23 Alan Modra <amodra@bigpond.net.au>
3809
3810 * elflink.h (elf_link_output_extsym): Heed strip_discarded.
3811
312b768e
NC
38122002-12-23 Nick Clifton <nickc@redhat.com>
3813
3814 * archures.c (bfd_arch_get_compatible): Add third parameter
3815 'accept_unknowns'. Only accept unknown format BFDs if
3816 accept_unknowns is true, or if the format is "binary".
acc990f2 3817 * bfd-in2.h: Regenerate.
312b768e 3818
63222ec9
NC
38192002-12-21 Nick Clifton <nickc@redhat.com>
3820
3821 * coff-arm.c (coff_arm_relocate_section): Disable WINCE workaround
3822 that subtracted 8 from pc relative relocations.
3823
19852a2a
KH
38242002-12-20 Kazu Hirata <kazu@cs.umass.edu>
3825
3826 * coff-h8300.c: Fix comment typos.
3827 * coffcode.h: Likewise.
3828 * cpu-cris.c: Likewise.
3829 * elf32-vax.c: Likewise.
3830 * genlink.h: Likewise.
3831 * linker.c: Likewise.
3832 * som.c: Likewise.
3833 * tekhex.c: Likewise.
3834 * vms-misc.c: Likewise.
3835
5fd63999
DD
38362002-12-20 DJ Delorie <dj@redhat.com>
3837
3838 * reloc.c: Add BFD_RELOC_XSTORMY16_12.
3839 * libbfd.h: Regenerate.
3840 * bfd-in2.h: Regenerate.
3841 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_12.
3842 (xstormy16_reloc_map): Add R_XSTORMY16_12.
acc990f2 3843
4ee79850
KH
38442002-12-19 Kazu Hirata <kazu@cs.umass.edu>
3845
3846 * doc/bfdint.texi: Fix typos.
3847
66e25bab
AM
38482002-12-20 Paul Eggert <eggert@twinsun.com>
3849
3850 Port to POSIX 1003.1-2001.
3851 * acinclude.m4 (AM_INSTALL_LIBBFD): Do not rely on "test -o".
3852 * configure.in (build-warnings): Likewise.
3853 (Horrible hacks to build DLLs on Windows): Do not rely on "tail -1".
3854 * aclocal.m4: Regenerate.
3855 * config.in: Regenerate.
3856 * configure: Regenerate.
3857
7dc77aaa
AM
38582002-12-19 Alan Modra <amodra@bigpond.net.au>
3859
0171ee92
AM
3860 * coff-h8300.c: Include libiberty.h.
3861 (h8300_reloc16_extra_cases): Check the hash table creator before
3862 referencing h8300 specific fields. Stash the hash table pointer
3863 in a local var. Comment typo fixes.
3864 (h8300_bfd_link_add_symbols): Likewise.
3865
1049f94e 3866 * reloc.c (struct reloc_howto_struct): Revise src_mask and
7dc77aaa
AM
3867 dst_mask comments.
3868 * bfd-in2.h: Regenerate.
3869
47388f4c
AM
38702002-12-18 Alan Modra <amodra@bigpond.net.au>
3871
3872 * elf32-ppc.c (ppc_elf_relocate_section): Reorganize dynamic reloc
3873 code a little. Comment on dynamic relocs against section symbols.
3874
1b3e3744
AM
38752002-12-17 Roger Sayle <roger@eyesopen.com>
3876
3877 * configure.host (ia64-*-hpux*): Support 64 bit targets using
3878 the HP compiler's "long long".
3879
46f2b541
DD
38802002-12-16 Andrew MacLeod <amacleod@redhat.com>
3881
3882 * elf32-xstormy16.c (xstormy16_elf_howto): Add R_XSTORMY16_LO16
3883 and R_XSTORMY16_HI16) howto entries.
3884 (xstormy16_reloc_map): Map R_XSTORMY16_{LO,HI}16 to BFD_RELOC_{LO,HI}16.
1b3e3744 3885 (xstormy16_info_to_howto_rela): Use R_XSTORMY16_GNU_VTINHERIT to
46f2b541
DD
3886 determine the start of the second reloc table.
3887
af738ea7
NC
38882002-12-16 Nathan Tallent <eraxxon@alumni.rice.edu>
3889
3890 * ecofflink.c: Fix the reading of the debugging information
3891 of Tru64/Alpha binaries that are produced by recent Compaq
3892 compilers.
3893 (mk_fdrtab): Fix error in creating the FDR (file descriptor)
3894 table.
3895 (lookup_line): Because of the strange information sometimes
3896 generated by Compaq's recent compilers, change how the FDR
3897 table is searched so that PDRs (procedure descriptors) are
3898 correctly found. Note that this change is really more of a hack;
3899 however, I have included extensive documentation as to why
3900 this is the best solution short of an extensive rewrite or
3901 another hack.
3902 (fdrtab_lookup): Add comments to explain the algorithm.
3903
5354b572
AO
39042002-12-12 Alexandre Oliva <aoliva@redhat.com>
3905
3906 * elf-m10300.c (elf32_mn10300_link_hash_newfunc): Reorder
3907 initializers to match struct declaration.
3908
ab3acfbe
AM
39092002-12-12 Alan Modra <amodra@bigpond.net.au>
3910
3911 * dwarf2.c (comp_unit_contains_address): Comment typo fix.
3912 * elf.c (get_program_header_size): Likewise.
3913 * elf32-m32r.c (m32r_elf_lo16_reloc): Likewise.
3914 (m32r_elf_generic_reloc): Likewise.
3915 * elf32-ppc.c (ppc_elf_howto_init): Likewise.
3916 * elflink.h (elf_bfd_discard_info): Likewise.
3917
6348e046
AM
39182002-12-12 Alan Modra <amodra@bigpond.net.au>
3919
3920 * elf32-i386.c (elf_i386_finish_dynamic_sections): Add output_offset
3921 to DT_JMPREL. Use srelplt input section size for DT_PLTRELSZ and
3922 DT_RELSZ adjustment, not output section. Avoid writing tags when
3923 unchanged. Don't assume linker script is sane, adjust DT_REL too.
3924 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Just use raw
3925 size of srelplt for DT_PLTRELSZ. Use srelplt input section size for
3926 DT_RELASZ adjustment, not output section. Avoid writing tags when
3927 unchanged. Adjust DT_RELA.
3928 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Tweaks for better
3929 formatting. Avoid writing tags when unchanged. Adjust DT_RELA.
3930
2e7a68a8
AO
39312002-12-12 Alexandre Oliva <aoliva@redhat.com>
3932
3933 * elfxx-mips.c (mips_elf_calculate_relocation): Don't divide
3934 addend by 4.
3935
b15e6682
AO
39362002-12-12 Alexandre Oliva <aoliva@redhat.com>
3937
3938 * elfxx-mips.c (struct mips_got_entry): New.
3939 (struct mips_got_info): Added got_entries field.
3940 (mips_elf_got_entry_hash, mips_elf_got_entry_eq): New functions.
3941 (mips_elf_local_got_index, mips_elf_got_page,
3942 mips_elf_got16_entry): Re-implement in terms of new...
3943 (mips_elf_create_local_got_entry): Rewrite to use got_entries.
3944 Change return type.
3945 (mips_elf_highest): Warning clean-up.
3946 (mips_elf_create_got_section): Initialize got_entries.
3947 (_bfd_mips_elf_check_relocs): Use got_entries to estimate
3948 local got size.
3949 (_bfd_mips_elf_size_dynamic_sections): Do not account for
3950 GOT_PAGE entries, since we now reuse GOT16 entries.
3951
e6af3a53
NC
39522002-12-10 Jason Thorpe <thorpej@wasabisystems.com>
3953
3954 * aoutx.h (set_section_contents): Allow an otherwise unrepresentable
3955 read-only section that lies after .text and before .data to be
3956 written into the output file and included in a_text.
3957 (translate_to_native_sym_flags): If an otherwise unrepresentable
3958 section was merged with .text, convert its symbols to N_TEXT
3959 symbols.
3960 * libaout.h (aout_section_merge_with_text_p): New macro.
3961
cf3d882d
AM
39622002-12-08 Alan Modra <amodra@bigpond.net.au>
3963
3964 * bfd-in.h: Comment typo fix. Formatting.
3965 * bfd-in2.h: Regenerate.
3966 * coff64-rs6000.c (xcoff64_openr_next_archived_file): Warning fix.
3967 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): Prototype.
3968 * elf64-mmix.c (mmix_dump_bpo_gregs): Warning fix.
3969
2f9bd3f6
RH
39702002-12-05 Richard Henderson <rth@redhat.com>
3971
3972 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21BI.
3973 Only send PCREL21B though the plt. Fix installed reloc type.
3974 (elfNN_ia64_relocate_section): Give error for dynamic reloc
3975 against PCREL22 or PCREL64I; clean up error messages for
3976 branch relocs.
3977
d0112f73
KB
39782002-12-04 Kevin Buettner <kevinb@redhat.com>
3979
3980 * elf64-mips.c (elf64_mips_grok_prstatus, elf64_mips_grok_psinfo):
3981 New functions.
3982 (elf_backend_grok_prstatus, elf_backend_grok_psinfo): Define.
3983
c10d9d8f
JW
39842002-12-04 David Mosberger <davidm@hpl.hp.com>
3985
3986 * cpu-ia64-opc.c: Add operand constant "ar.csd".
3987
d48770d4
L
39882002-12-04 H.J. Lu <hjl@gnu.org>
3989
3990 * elfxx-ia64.c (get_local_sym_hash): Use section ID instead of
3991 BFD address when constructing local name.
3992
b6152c34
AS
39932002-12-04 Andreas Schwab <schwab@suse.de>
3994
3995 * elf32-m68k.c (struct elf_m68k_link_hash_table): Add sym_sec
3996 member.
3997 (elf_m68k_link_hash_table_create): Initialize it.
3998 (elf_m68k_check_relocs): Handle symbols that are forced to be
3999 local due to visibility changes.
4000 (elf_m68k_adjust_dynamic_symbol): Likewise.
4001 (elf_m68k_size_dynamic_sections): Likewise.
4002 (elf_m68k_discard_copies): Likewise.
4003 (elf_m68k_relocate_section): Likewise.
4004
73374ef1
AM
40052002-12-04 Alan Modra <amodra@bigpond.net.au>
4006
4007 * elf64-ppc.c (ppc64_elf_edit_opd): Correct typo.
4008
c5c1944d
AM
40092002-12-04 Alan Modra <amodra@bigpond.net.au>
4010
4011 * srec.c (srec_write_symbols): Restore '$' prefix to address
4012 accidentally removed in 2002-04-04 change.
4013 (srec_get_symtab): Use 0 instead of `(long) FALSE'.
4014
e1a9cb8e
NC
40152002-12-03 Nick Clifton <nickc@redhat.com>
4016
4017 * elf32-ppc.c (apuinfo_list_init): New function.
73374ef1
AM
4018 (apuinfo_list_add): New function: Add a value to the list.
4019 (apuinfo_list_length): New function: Return the number of
4020 values on the list.
4021 (apuinfo_list_element): New function: Return a value on the
4022 list.
4023 (apuinfo_list_finish): New function: Free the resources used
4024 by the list.
4025 (ppc_elf_begin_write_processing): New function. Scan the
4026 input bfds for apuinfo sections.
4027 (ppc_elf_write_section): New function: Delay the creation of
4028 the contents of an apuinfo section in an output bfd.
4029 (ppc_elf_final_write_processing): New function. Create the
4030 contents of an apuinfo section in an output bfd.
4031 (elf_backend_begin_write_processing): Define.
4032 (elf_backend_final_write_processing): Define.
4033 (elf_backend_write_section): Define.
e1a9cb8e 4034
a823923b
RH
40352002-12-03 Richard Henderson <rth@redhat.com>
4036
4037 * cpu-ia64-opc.c (elf64_ia64_operands): Add ldxmov entry.
4038
30491647
SC
40392002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4040
4041 Fix PR savannah/1417:
4042 * elf32-m68hc11.c (m68hc11_elf_relax_delete_bytes): Don't adjust
4043 branch if it goes to the start of the deleted region.
4044
bc7c6a90
SC
40452002-12-01 Stephane Carrez <stcarrez@nerim.fr>
4046
4047 * bfd-in2.h (bfd_mach_m6812): Rebuild.
4048 * archures.c (bfd_mach_m6812_default, bfd_mach_m6812,
4049 bfd_mach_m6812s): Declare.
4050
4051 * elf32-m68hc12.c (m68hc12_elf_set_mach_from_flags): New function.
4052 (_bfd_m68hc12_elf_set_private_flags): Call it.
4053 (_bfd_m68hc12_elf_print_private_bfd_data): Report processor version.
4054 (_bfd_m68hc12_elf_merge_private_bfd_data): Merge the flags and
4055 report microcontroller incompatibilities (HC12 vs HCS12).
4056 (elf_backend_object_p): Update.
4057
b34976b6
AM
40582002-11-30 Alan Modra <amodra@bigpond.net.au>
4059
4060 * bfd-in.h (TRUE_FALSE_ALREADY_DEFINED, BFD_TRUE_FALSE): Delete.
4061 (enum bfd_boolean, boolean): Delete.
4062 (bfd_boolean): Typedef to an int.
4063 (FALSE, TRUE): Define.
4064 * aix386-core.c, aix5ppc-core.c, aout-adobe.c, aout-arm.c, aout-cris.c,
4065 aout-encap.c, aout-ns32k.c, aout-target.h, aout-tic30.c, aoutf1.h,
4066 aoutx.h, archive.c, archive64.c, archures.c, bfd-in.h, bfd.c, bfdwin.c,
4067 binary.c, bout.c, cache.c, cisco-core.c, coff-a29k.c, coff-alpha.c,
4068 coff-apollo.c, coff-arm.c, coff-aux.c, coff-h8300.c, coff-h8500.c,
4069 coff-i386.c, coff-i860.c, coff-i960.c, coff-ia64.c, coff-m68k.c,
4070 coff-m88k.c, coff-mcore.c, coff-mips.c, coff-or32.c, coff-ppc.c,
4071 coff-rs6000.c, coff-sh.c, coff-sparc.c, coff-stgo32.c, coff-tic30.c,
4072 coff-tic4x.c, coff-tic54x.c, coff-tic80.c, coff-w65.c, coff-we32k.c,
4073 coff-z8k.c, coff64-rs6000.c, coffcode.h, coffgen.c, cofflink.c,
4074 corefile.c, cpu-a29k.c, cpu-alpha.c, cpu-arc.c, cpu-arm.c, cpu-avr.c,
4075 cpu-cris.c, cpu-d10v.c, cpu-d30v.c, cpu-dlx.c, cpu-fr30.c, cpu-frv.c,
4076 cpu-h8300.c, cpu-h8500.c, cpu-hppa.c, cpu-i370.c, cpu-i386.c,
4077 cpu-i860.c, cpu-i960.c, cpu-ia64.c, cpu-ip2k.c, cpu-m10200.c,
4078 cpu-m10300.c, cpu-m32r.c, cpu-m68hc11.c, cpu-m68hc12.c, cpu-m68k.c,
4079 cpu-m88k.c, cpu-mcore.c, cpu-mips.c, cpu-mmix.c, cpu-ns32k.c,
4080 cpu-openrisc.c, cpu-or32.c, cpu-pdp11.c, cpu-pj.c, cpu-powerpc.c,
4081 cpu-rs6000.c, cpu-s390.c, cpu-sh.c, cpu-sparc.c, cpu-tic30.c,
4082 cpu-tic4x.c, cpu-tic54x.c, cpu-tic80.c, cpu-v850.c, cpu-vax.c,
4083 cpu-w65.c, cpu-we32k.c, cpu-xstormy16.c, cpu-z8k.c, dwarf1.c,
4084 dwarf2.c, ecoff.c, ecofflink.c, efi-app-ia32.c, efi-app-ia64.c,
4085 elf-bfd.h, elf-eh-frame.c, elf-hppa.h, elf-m10200.c, elf-m10300.c,
4086 elf-strtab.c, elf.c, elf32-arc.c, elf32-arm.h, elf32-avr.c,
4087 elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c, elf32-fr30.c,
4088 elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c, elf32-hppa.h,
4089 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4090 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4091 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4092 elf32-pj.c, elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-sh64-com.c,
4093 elf32-sh64.c, elf32-sparc.c, elf32-v850.c, elf32-vax.c,
4094 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4095 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-ppc.h, elf64-s390.c,
4096 elf64-sh64.c, elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c,
4097 elfarm-oabi.c, elfcode.h, elfcore.h, elflink.c, elflink.h,
4098 elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c, elfxx-mips.h,
4099 elfxx-target.h, format.c, freebsd.h, genlink.h, hash.c, hp300hpux.c,
4100 hppabsd-core.c, hpux-core.c, i386aout.c, i386linux.c, i386lynx.c,
4101 i386mach3.c, i386msdos.c, i386os9k.c, ieee.c, ihex.c, irix-core.c,
4102 libaout.h, libbfd-in.h, libbfd.c, libcoff-in.h, libecoff.h, libieee.h,
4103 libnlm.h, liboasys.h, libpei.h, libxcoff.h, linker.c, lynx-core.c,
4104 m68klinux.c, m68klynx.c, mach-o.c, mach-o.h, merge.c, mipsbsd.c,
4105 mmo.c, netbsd-core.c, netbsd.h, nlm.c, nlm32-alpha.c, nlm32-i386.c,
4106 nlm32-ppc.c, nlm32-sparc.c, nlmcode.h, oasys.c, opncls.c, osf-core.c,
4107 pc532-mach.c, pdp11.c, pe-arm.c, pe-i386.c, pe-mcore.c, pe-mips.c,
4108 pe-sh.c, peXXigen.c, pef.c, pei-arm.c, pei-i386.c, pei-mcore.c,
4109 pei-mips.c, pei-sh.c, peicode.h, ppcboot.c, ptrace-core.c, reloc.c,
4110 reloc16.c, riscix.c, rs6000-core.c, sco5-core.c, section.c, simple.c,
4111 som.c, som.h, sparclinux.c, sparclynx.c, srec.c, stabs.c, sunos.c,
73374ef1 4112 syms.c, targets.c, tekhex.c, ticoff.h, trad-core.c, versados.c,
b34976b6
AM
4113 vms-gsd.c, vms-hdr.c, vms-misc.c, vms-tir.c, vms.c, vms.h,
4114 xcoff-target.h, xcofflink.c, xsym.c, xsym.h: Replace boolean with
4115 bfd_boolean, true with TRUE, false with FALSE. Simplify comparisons
4116 of bfd_boolean vars with TRUE/FALSE. Formatting.
4117 * bfd-in2.h, libbfd.h, libcoff.h: Regenerate
4118
947216bf
AM
41192002-11-28 Alan Modra <amodra@bigpond.net.au>
4120
4121 * elf-bfd.h: Replace occurrences of Elf32_Internal_* and
4122 Elf64_Internal_* with Elf_Internal_*. Replace Elf_Internal_Rel
4123 with Elf_Internal_Rela.
4124 * elf-hppa.h, elf-m10200.c, elf-m10300.c, elf32-arc.c, elf32-arm.h,
4125 elf32-avr.c, elf32-cris.c, elf32-d10v.c, elf32-d30v.c, elf32-dlx.c,
4126 elf32-fr30.c, elf32-frv.c, elf32-gen.c, elf32-h8300.c, elf32-hppa.c,
4127 elf32-i370.c, elf32-i386.c, elf32-i860.c, elf32-i960.c, elf32-ip2k.c,
4128 elf32-m32r.c, elf32-m68hc11.c, elf32-m68hc12.c, elf32-m68k.c,
4129 elf32-mcore.c, elf32-mips.c, elf32-openrisc.c, elf32-or32.c,
4130 elf32-ppc.c, elf32-s390.c, elf32-sh.c, elf32-v850.c, elf32-vax.c,
4131 elf32-xstormy16.c, elf64-alpha.c, elf64-gen.c, elf64-hppa.c,
4132 elf64-mips.c, elf64-mmix.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4133 elf64-sparc.c, elf64-x86-64.c, elfarm-nabi.c, elfarm-oabi.c,
4134 elfcode.h, elflink.h, elfn32-mips.c, elfxx-ia64.c, elfxx-mips.c: Ditto.
4135 * elf-hppa.h (elf_hppa_internal_shdr): Delete. Use Elf_Internal_Shdr
4136 throughout instead.
4137 * elf.c (_bfd_elf_no_info_to_howto_rel): Delete.
4138 * elfcode.h (elf_swap_reloca_in): Pass source operand as a bfd_byte *.
4139 Remove INLINE keyword.
4140 (elf_swap_reloc_in): Likewise. Also clear r_addend.
4141 (elf_swap_reloc_out, elf_swap_reloca_out): Pass destination operand
4142 as a bfd_byte *.
4143 (elf_write_relocs): Consolidate REL and RELA code.
4144 (elf_slurp_reloc_table_from_section): Simplify REL code.
4145 (NAME(_bfd_elf,size_info)): Populate reloc swap entries.
4146 * elf-bfd.h (MAX_INT_RELS_PER_EXT_REL): Define.
4147 * elflink.h (elf_link_read_relocs_from_section): Consolidate REL and
4148 RELA code.
4149 (elf_link_adjust_relocs): Likewise. Don't malloc space for temp
4150 reloc array, use a fixed size of MAX_INT_RELS_PER_EXT_REL.
4151 (elf_link_output_relocs): Likewise.
4152 (elf_reloc_link_order): Likewise.
4153 (elf_finish_pointer_linker_section): Likewise.
4154 (struct elf_link_sort_rela): Remove union.
4155 (elf_link_sort_cmp1): Update to suit.
4156 (elf_link_sort_cmp2): Here too.
4157 (elf_link_sort_relocs): Consolidate REL and RELA code. Fix memory
4158 over-allocation for int_rels_per_ext_rel != 1 case.
4159 * elf32-arm.h: Update all bfd_elf32_swap_reloc_out calls.
4160 * elf32-i386.c: Likewise.
4161 * elf32-cris.c: Likewise for bfd_elf32_swap_reloca_out.
4162 * elf32-hppa.c, elf32-i370.c, elf32-m68k.c, elf32-ppc.c, elf32-s390.c,
4163 elf32-sh.c, elf32-vax.c, elfxx-mips.c: Likewise.
4164 * elf64-alpha.c: Likewise for bfd_elf64_swap_reloca_out.
4165 * elf64-hppa.c, elf64-mips.c, elf64-ppc.c, elf64-s390.c, elf64-sh64.c,
4166 elf64-sparc.c, elf64-x86-64.c: Likewise.
4167 * elfxx-ia64.c: Likewise for bfd_elfNN_swap_reloca_out.
4168 * elfxx-mips.c (sort_dynamic_relocs): Likewise for
4169 bfd_elf32_swap_reloc_in.
4170
4171 * elf32-arm.h: Update elf32_arm_info_to_howto calls.
4172 * elf32-mips.c: Likewise for mips_info_to_howto_rel.
4173 (mips_elf64_swap_reloc_in): Zero r_addend.
4174 (mips_elf64_be_swap_reloc_in): Likewise.
4175 (mips_elf64_slurp_one_reloc_table): Simplify.
4176
4177 * elf64-alpha.c (alpha_elf_size_info): Populate reloc swap entries.
4178 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
4179 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
4180
1448fa32
KK
41812002-11-28 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4182
4183 * elf32-sh.c (sh_elf_relocate_section): Don't complain about
73374ef1 4184 unresolved debugging relocs in dynamic applications.
1448fa32
KK
4185 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
4186
73722af0
AM
41872002-11-26 Alan Modra <amodra@bigpond.net.au>
4188
4189 * elf-eh-frame.c (ENSURE_NO_RELOCS): Disregard R_*_NONE relocs.
4190 (_bfd_elf_discard_section_eh_frame): Don't discard duplicate CIEs
4191 on a relocatable link. Comment typos.
4192 * elf.c (_bfd_elf_link_hash_newfunc): Assign elements of structure
4193 in the order they are declared. Clear elf_hash_value too.
4194 (_bfd_elf_link_hash_table_init): Likewise assign in order. Clear
4195 eh_info and tls_segment.
4196 * elflink.h (elf_link_input_bfd <emit_relocs>): Keep reloc offsets
4197 sorted when discarding relocs by turning them into R_*_NONE.
4198
4199 * libbfd.c (warn_deprecated): Comment spelling.
4200 * po/SRC-POTFILES.in: Regenerate.
4201
7c25b72c
RH
42022002-11-21 Richard Henderson <rth@redhat.com>
4203
4204 * elflink.h (elf_link_add_object_symbols): Don't overwrite the
4205 arch's st_other bits when merging visibilities.
4206 (elf_link_output_extsym): Tidy clearing of visibility field.
4207
dc12c51f
AM
42082002-11-21 Alan Modra <amodra@bigpond.net.au>
4209
4210 * coff-mcore.c (SWAP_IN_RELOC_OFFSET): Define.
4211 (SWAP_OUT_RELOC_OFFSET): Define.
4212
963f13ec
AO
42132002-11-20 Alexandre Oliva <aoliva@redhat.com>
4214
4215 * elf.c (_bfd_elf_link_hash_table_init): Make sure
4216 can_refcount is properly extended to the type of
4217 init_refcount.
4218
ee6423ed
AO
42192002-11-19 Alexandre Oliva <aoliva@redhat.com>
4220
4ffba85c
AO
4221 * elfxx-mips.c (MIPS_RELOC_RELA_P): New macro.
4222 (_bfd_mips_elf_relocate_section): Use it.
4223
ee6423ed
AO
4224 * elfxx-mips.c (MNAME): New macro.
4225 (_bfd_mips_elf_check_relocs): Use it.
4226 (_bfd_mips_elf_discard_info): Likewise.
4227 (_bfd_mips_elf_final_link): Likewise.
4228
cdcf6e38
AM
42292002-11-19 Alan Modra <amodra@bigpond.net.au>
4230
4231 * elf64-ppc.c (ppc64_elf_edit_opd): When deleting relocs, adjust
4232 rel_hdr.sh_size too.
4233
93509525
KD
42342002-11-18 Klee Dienes <kdienes@apple.com>
4235
4236 * Makefile.am (BFD32_LIBS): Add bfdwin.lo, bfdio.lo.
4237 (BFD32_LIBS_CFILES): Add bfdwin.c, bfdio.c.
4238 (BFD_H_FILES): Add bfdwin.c, bfdio.c.
4239 (LIBBFD_H_FILES): Add bfdwin.c, bfdio.c.
4240 Add dependencies for bfdwin.c, bfdio.c.
4241 * bfd.c: Remove bfd_get_mtime, bfd_get_size.
4242 * libbfd.c: Remove real_read, bfd_bread, _bfd_window_internal,
4243 bfd_init_window, bfd_free_window, bfd_get_file_window, bfd_bwrite,
4244 bfd_tell, bfd_flush, bfd_stat, bfd_seek.
4245 * bfdio.c: New file. Contains real_read, bfd_bread, bfd_write,
4246 bfd_tell, bfd_flush, bfd_stat, bfd_seek, bfd_ge_mtime,
4247 bfd_get_size (moved from libbfd.c and bfd.c).
4248 * bfdwin.c New file. Contains _bfd_window_internal,
4249 bfd_init_window, bfd_free_window, bfd_get_file_window (moved from
4250 libbfd.c and bfd.c).
4251 * po/SRC-POTFILES.in: Regenerate.
4252 * po/bfd.pot: Regenerate.
4253 * libbfd.h: Regenerate.
4254 * bfd-in2.h: Regenerate.
4255 * aclocal.m4: Regenerate.
4256 * Makefile.in: Regenerate.
4257 * configure: Regenerate.
4258
3ae41454
AM
42592002-11-18 Klee Dienes <kdienes@apple.com>
4260
4261 * bfd.c (bfd_preserve_save): Don't zero BFD_IN_MEMORY.
4262
e514ac71
NC
42632002-11-15 Kazu Hirata <kazu@cs.umass.edu>
4264
4265 * coff-h8300.c (h8300_reloc16_estimate): Do not optimize away
4266 jsr after a short jump.
4267 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
4268
eddc4f81
KD
42692002-11-15 Klee Dienes <kdienes@apple.com>
4270
4271 * pef.c (bfd_pef_convert_architecture): Move declaration of
4272 ARCH_POWERPC and ARCH_M68K to the start of the function.
4273
51908eee
SS
42742002-11-14 Svein E. Seldal <Svein.Seldal@solidas.com>
4275
4276 * coff-tic4x.c (tic4x_howto_table): Formatting fixup
4277
3416d2e7
HPN
42782002-11-14 Hans-Peter Nilsson <hp@bitrange.com>
4279
4280 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs):
4281 For bpo_gregs_section->contents, allocate _raw_size, not
4282 _cooked_size.
4283
b1c58715
AM
42842002-11-13 Klee Dienes <kdienes@apple.com>
4285
4286 * config.bfd: Add entries for powerpc-*-darwin and cousins.
4287
077ca68b
L
42882002-11-13 H.J. Lu <hjl@gnu.org>
4289
4290 * elfcode.h (elf_object_p): Don't restore abfd->arch_info.
4291
e84d6fca
AM
42922002-11-13 Klee Dienes <kdienes@apple.com>
4293 Alan Modra <amodra@bigpond.net.au>
4294
4295 * bfd.c (struct bfd_preserve): New.
4296 (bfd_preserve_save): New function.
4297 (bfd_preserve_restore): Ditto.
4298 (bfd_preserve_finish): Ditto.
4299 * bfd-in2.h: Regenerate.
4300 * mach-o.c: Formatting.
4301 (bfd_mach_o_scan_read_symtab_symbol): Make "value" unsigned.
4302 (bfd_mach_o_object_p): Use bfd_preserve_save/restore/finish.
4303 (bfd_mach_o_core_p): Ditto.
4304 (bfd_mach_o_scan): Pass in mdata.
4305 * mach-o.h (bfd_mach_o_scan): Update prototype.
4306 * pef.c: Formatting.
4307 (bfd_pef_object_p): Use bfd_preserve_save/restore/finish.
4308 (bfd_pef_xlib_object_p): Ditto.
4309 (bfd_pef_scan): Pass in mdata. Move version check to bfd_pef_object_p.
4310 * pef.h (bfd_pef_scan): Update prototype.
4311 * xsym.c: Formatting, K&R fixes.
4312 (bfd_sym_object_p): Use bfd_preserve_save/restore/finish.
4313 (bfd_sym_scan): New function split out from bfd_sym_object_p.
4314 * xsym.h (bfd_sym_scan): Declare.
4315 * elfcode.h (elf_object_p): Use bfd_preserve_save/restore/finish.
a7f84125 4316 * elfcore.h (elf_core_file_p): Likewise.
e84d6fca
AM
4317 * targets.c (_bfd_target_vector): Revert 2002-11-08 change.
4318
cd24c222
NC
43192002-11-12 Nick Clifton <nickc@redhat.com>
4320
4321 * po/da.po: Updated Danish translation.
4322
99eb2ac8
AM
43232002-11-12 Alan Modra <amodra@bigpond.net.au>
4324
d6fe2dc1
AM
4325 * elflink.h (elf_link_add_object_symbols): Optimize stabs for
4326 relocatable link too.
4327 (elf_link_input_bfd): When emitting relocs, adjust offsets for
4328 eh_frame and stab sections. Zap deleted relocs.
4329 (elf_reloc_symbol_deleted_p): Return true for zero r_symndx.
4330 (elf_bfd_discard_info): Run for relocatable link too.
4331 * elf64-ppc.c (ppc64_elf_edit_opd): Rename from edit_opd. Make global.
4332 Handle ld -r case.
4333 (ppc64_elf_size_dynamic_sections): Don't call edit_opd from here.
4334 * elf64-ppc.h (ppc64_elf_edit_opd): Declare.
4335
126495ed
AM
4336 * elf-bfd.h (struct cie_header): Move from elf_eh-frame.c.
4337 (struct cie, struct eh_cie_fde, struct eh_frame_sec_info): Likewise.
4338 (struct eh_frame_array_ent, struct eh_frame_hdr_info): Likewise.
4339 (enum elf_link_info_type): Remove ELF_INFO_TYPE_EH_FRAME_HDR.
4340 (struct eh_frame_hdr_info): Add "hdr_sec", remove "split".
4341 (struct elf_link_hash_table): Add eh_info.
4342 (struct elf_obj_tdata): Change eh_frame_hdr to an asection *.
4343 (_bfd_elf_discard_section_eh_frame): Update prototype.
4344 (_bfd_elf_discard_section_eh_frame_hdr): Likewise.
4345 (_bfd_elf_write_section_eh_frame): Likewise.
4346 (_bfd_elf_write_section_eh_frame_hdr): Likewise.
4347 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Remove "ehdrsec"
4348 param. Get "hdr_info" from link hash table.
4349 (_bfd_elf_discard_section_eh_frame_hdr): Remove "sec" param. Get
4350 header section from link hash table. Save header section to elf_tdata.
4351 (_bfd_elf_maybe_strip_eh_frame_hdr): Remove local "sec". Use
4352 header section from link hash table. Don't alloc hdr_info. Clear
4353 hdr_sec instead of setting "strip".
4354 (_bfd_elf_eh_frame_section_offset): Formatting.
4355 (_bfd_elf_write_section_eh_frame): Remove "ehdrsec", add "info" param.
4356 Get header section from link hash table.
4357 (_bfd_elf_write_section_eh_frame_hdr): Remove "sec", add "info" param.
4358 Get header section from link hash table.
4359 * elf.c (map_sections_to_segments): Use cached eh_frame_hdr.
4360 (get_program_header_size): Likewise.
4361 (_bfd_elf_section_offset): Formatting.
4362 * elflink.h (elf_link_create_dynamic_sections): Stash eh frame header
4363 section pointer in link hash table.
4364 (elf_bfd_final_link): Adjust _bfd_elf_write_section_eh_frame_hdr
4365 and _bfd_elf_write_section_eh_frame calls. Update comment about
4366 eh_frame entries.
4367 (elf_bfd_discard_info): Adjust _bfd_elf_discard_section_eh_frame and
4368 _bfd_elf_discard_section_eh_frame_hdr calls. Remove "ehdr".
4369
4370 * po/SRC-POTFILES.in: Regenerate.
4371
99eb2ac8
AM
4372 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't zero
4373 relocs for discarded FDEs. Remove dead code.
4374 (_bfd_elf_write_section_eh_frame_hdr): Remove dead code.
4375 * elflink.h (elf_bfd_discard_info): Don't save edited relocs.
4376 Tidy conditions under which stabs are edited. Formatting.
4377 * elf64-sparc.c (sparc64_elf_relocate_section): Ignore overflows
4378 from discarded relocs.
4379 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Add reloc output
4380 section adjustments after testing magic values.
4381
7c319a27
AM
43822002-11-12 Thomas Moestl <tmm@FreeBSD.org>
4383
4384 * elf64-sparc.c (sparc64_elf_adjust_dynamic_symbol): Correct
4385 references to large plt symbols.
4386
a95a4550
AM
43872002-11-12 Klee Dienes <kdienes@apple.com>
4388
4389 * mach-o.c (bfd_mach_o_scan_read_thread): Don't re-use 'i' when
4390 looking for an unused section name.
4391
bc7eab72
KH
43922002-11-11 Kazu Hirata <kazu@cs.umass.edu>
4393
4394 * coff-h8300.c: Fix formatting.
4395 * elf32-h8300.c: Likewise.
4396 * reloc16.c: Likewise.
4397
52585bb8
AM
43982002-11-09 Jeroen Dobbelaere <jeroen.dobbelaere@acunia.com>
4399
4400 * elf32-arm.h (elf32_arm_size_dynamic_sections): Don't strip output
4401 section when dynamic section unused; _bfd_strip_section_from_output
4402 instead.
4403
9f632188
AM
44042002-11-08 Alan Modra <amodra@bigpond.net.au>
4405
207b304b
AM
4406 * targets.c (_bfd_target_vector): Disable pef_vec, pef_xlib_vec
4407 and sym_vec.
3b029f65 4408
9f632188
AM
4409 * dwarf2.c: Revert last change.
4410
ec4530b5
NC
44112002-11-07 Michal Ludvig <mludvig@suse.cz>
4412
9b5ecbd0 4413 * dwarf2.c (read_indirect_string, read_abbrevs, decode_line_info,
ec4530b5
NC
4414 _bfd_dwarf2_find_nearest_line): Use
4415 bfd_simple_get_relocated_section_contents() instead of
4416 bfd_get_section_contents().
4417 * reloc.c (bfd_perform_relocation): Add sanity check.
4418 * simple.c (simple_get_relocated_section_contents): If the section
4419 does not have any relocs associated with it, just return the
4420 unadjusted contents.
4421
205cfeb0
HPN
44222002-11-07 Hans-Peter Nilsson <hp@axis.com>
4423
4424 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_16_GOT,
4425 case R_CRIS_32_GOT>: Correct test for filling in constant .got
4426 contents, enabling for a non-DSO, for symbols defined in the
4427 program with --export-dynamic.
4428
87e226ce
AM
44292002-11-07 Alan Modra <amodra@bigpond.net.au>
4430
4431 * elf64-ppc.c: Comment typo fixes.
4432 (ppc64_elf_merge_private_bfd_data): Allow BFD_ENDIAN_UNKNOWN input.
4433
235c4794
NC
44342002-11-07 Nick Clifton <nickc@redhat.com>
4435
4436 * po/da.po: Updated Danish translation.
4437
49179469
AO
44382002-11-06 Alexandre Oliva <aoliva@redhat.com>
4439
4440 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Generate
4441 exactly three internal relocs per external reloc. Set reloc_count
4442 to the external reloc count.
4443
246178f2
NC
44442002-11-06 Klee Dienes <kdienes@apple.com>
4445
3ae41454 4446 * coff-stgo32.c (stub_bytes): Mark as const.
246178f2
NC
4447 Fix comment formatting.
4448
3af9a47b
NC
44492002-11-06 Klee Dienes <kdienes@apple.com>
4450
3ae41454 4451 * Makefile.am (BFD32_BACKENDS): Add mach-o.lo, pef.lo, and
3af9a47b
NC
4452 xsym.lo.
4453 (BFD32_BACKENDS_CFILES): Add mach-o.c, pef.c, and xsym.c.
4454 (SOURCE_HFILES): Add mach-o.h, pef.h, pef-traceback.h, xsym.h
4455 * archures.c (enum bfd_architecture): Add bfd_arch_m98k.
4456 * bfd.c (struct bfd): Add private data for mach-o, pef, and sym.
4457 * targets.c (enum bfd_flavour): Add flavours for mach-o, pef, and
4458 sym.
3ae41454 4459 (_bfd_target_vector): Add target vectors for mach-o, pef, and sym.
3af9a47b
NC
4460 * Makefile.in: Regenerate.
4461 * doc/Makefile.in: Regenerate.
3ae41454 4462 * bfd-in2.h: Regenerate.
3af9a47b
NC
4463 * xsym.c: New file. Contains support for the Apple/Metrowerks
4464 xSYM debugging format.
4465 * xsym.h: New file.
4466 * pef.c: New file. Contains support for the Apple Code Fragment
4467 Manager Preferred Executable Format
4468 * pef.h: New file.
4469 * pef-traceback.h: New file. Contains support for parsing PowerPC
4470 traceback tables as used by PEF executables (and perhaps other
4471 systems as well).
3ae41454 4472 * mach-o.c: New file. Contains support for the Mach-O object file
3af9a47b
NC
4473 format.
4474 * mach-o.h: New file.
4475 * mach-o-target.c: New file. Declares the mach-o targets
4476 themselves. Included three times by mach-o.c; each time with a
4477 different set of macros set.
3ae41454 4478
b6821651 44792002-11-06 Graeme Peterson <gp@qnx.com>
911b232a
AM
4480
4481 * Makefile.am: Remove entries for elf32-qnx.[ch].
4482 * Makefile.in: Regenerate.
4483 * config.bfd: Change arm-nto to use bfd_elf32_{big|little}arm_vec,
4484 ppc-nto to use bfd_elf32_powerpc{le}_vec, sh-nto to use
4485 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
4486 * configure.in: Remove support for bfd_elf32_sh{l}qnx_vec,
4487 bfd_elf32_powerpc{le}qnx_vec, bfd_elf32_{big|little}armqnx_vec,
4488 and bfd_elf32_i386qnx_vec, and removed elf32-qnx.lo from other targets.
4489 bfd_elf32_sh{l}_vec, and i386-nto to use bfd_elf32_i386_vec.
4490 * configure: Regenerate.
4491 * elf32-qnx.c: Remove.
4492 * elf32-qnx.h: Remove.
4493 * elf.c: Remove calls to QNX specific set_nonloadable_filepos,
4494 is_contained_by_filepos, and copy_private_bfd_data_p.
ad12c1c5
AM
4495 * elf-bfd.h (struct elf_backend_data): Remove set_nonloadable_filepos,
4496 is_contained_by_filepos, and copy_private_bfd_data_p.
911b232a
AM
4497 * elf32-i386.c: Remove QNX extended bfd support.
4498 * elf32-ppc.c: Remove QNX extended bfd support.
4499 * elf32-sh.c: Remove QNX extended bfd support.
4500 * elfarm-nabi.c: Remove QNX extended bfd support.
4501 * targets.c: Remove qnx vectors.
4502 * elfxx-target.h (elf_backend_set_nonloadable_filepos): Remove
4503 (elf_backend_is_contained_by_filepos): Remove.
4504 (elf_backend_copy_private_bfd_data_p): Remove.
4505 * po/SRC-POTFILES.in: Regenerate.
4506
b6821651
AM
45072002-11-06 David O'Brien <obrien@FreeBSD.org>
4508 Alan Modra <amodra@bigpond.net.au>
4509
4510 * elf64-sparc.c (sparc64_elf_relocate_section): Adjust addend of
4511 dynamic relocs against section symbols for the output section vma.
4512
45132002-11-05 Alan Modra <amodra@bigpond.net.au>
4514
4515 * elf32-arm.h (t2a1_push_insn, t2a2_ldr_insn, t2a3_mov_insn,
4516 t2a4_bx_insn, t2a5_pop_insn, t2a6_bx_insn): Remove.
4517
08f74004
AM
45182002-11-05 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4519 Alan Modra <amodra@bigpond.net.au>
4520
4521 * config.bfd (sh-*-linux*): Use bfd_elf*_sh64*lin_vec as sh64
4522 vectors in target_selvecs.
4523 (shle-*-netbsdelf*): Use bfd_elf*_sh64*nbsd_vec as sh64 vectors
4524 in target_selvecs.
4525 (sh-*-netbsdelf*): Likewise.
4526 * configure.in (assocvecs): New variable. Handle assocvecs like
4527 selvecs.
4528 * configure: Regenerate.
4529 * format.c (bfd_check_format_matches): Store bfd_target pointers
4530 in matching_vector instead of target names. Select first target
4531 from bfd_associated_vector that matches a list of ambiguous targets.
4532 * targets.c (_bfd_associated_vector): New array.
4533 (bfd_associated_vector): New variable.
4534 (_bfd_target_vector): Add bfd_elf*_sh64*lin_vec.
4535 * libbfd-in.h (bfd_associated_vector): Declare.
4536 * libbfd.h: Regenerate.
4537
89117aab
AM
45382002-11-05 Elias Athanasopoulos <eathan@otenet.gr>
4539
4540 * vms-gsd.c (_bfd_vms_write_gsd): Check that symbol->udata.p is
4541 non-NULL before dereferencing.
4542
5e9aae3e
KK
45432002-11-04 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4544
4545 * vms.c (vms_object_p): Restore the start address when returning
4546 NULL.
4547
c97e73dd
AM
45482002-11-04 Alan Modra <amodra@bigpond.net.au>
4549 Hans-Peter Nilsson <hp@axis.com>
4550
4551 * elflink.h (struct elf_final_link_info): Add shndxbuf_size.
4552 (elf_bfd_final_link): Don't bother zeroing symtab_hdr fields.
4553 Set up a larger symshndxbuf, and write it out. Free it on
4554 exit rather than freeing symbuf twice. Correct section index
4555 on output section symbol loop.
4556 (elf_link_output_sym): Accumulate symbol extension section
4557 indices, reallocating symshndxbuf rather than writing it out.
4558 (elf_link_flush_output_syms): Don't flush symshndxbuf.
4559 * elf.c (assign_section_numbers): Init i_shdrp to all zero.
4560 Use bfd_zalloc to clear i_shdrp[0] too.
4561
3463048e
SC
45622002-11-03 Stephen Clarke <stephen.clarke@earthling.net>
4563
4564 * elf32-sh64-com.c (sh64_address_in_cranges): Use
4565 _raw_size of cranges section if _cooked_size not yet set.
4566
63a23799
HPN
45672002-11-03 Hans-Peter Nilsson <hp@axis.com>
4568
4569 * elf32-v850.c (v850_elf_relax_delete_bytes): Correct parameters
4570 for bfd_elf32_swap_symbol_out.
4571
e68cc12e
DB
45722002-10-31 David O'Brien <obrien@FreeBSD.org>
4573
4574 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't mix
4575 signed and unsigned in comparison.
4576
db4b6d01
DJ
45772002-10-30 Daniel Jacobowitz <drow@mvista.com>
4578
4579 * coffcode.h: Remove extraneous '\'.
4580
840f0243
L
45812002-10-28 H.J. Lu <hjl@gnu.org>
4582
4583 * Makefile.am (targets.lo): Depend on Makefile instead of
4584 config.status.
4585 (archures.lo): Likewise.
4586 * Makefile.in: Regenerated.
4587
05a7e2db
JT
45882002-10-25 Jason Thorpe <thorpej@wasabisystems.com>
4589
4590 * config.bfd (mips*el-*-netbsd*, mips*-*-netbsd*): Add
4591 bfd_elf64_bigmips_vec and bfd_elf64_littlemips_vec to
4592 targ_selvecs.
4593
a0087177
JW
45942002-10-25 Jim Wilson <wilson@redhat.com>
4595
4596 * elf64-sh64.c (sh_elf64_relocate_section): Call
4597 _bfd_elf_rela_local_sym. Handle relocs against STT_SECTION symbol
4598 of SHF_MERGE section.
4599
8718ac9c
HPN
46002002-10-25 Hans-Peter Nilsson <hp@axis.com>
4601
4602 * simple.c: Correct placement of ATTRIBUTE_UNUSED.
4603
d45913a0
DA
46042002-10-24 John David Anglin <dave@hiauly1.hia.nrc.ca>
4605
4606 * aoutx.h (NAME(aout,swap_ext_reloc_in)): Cast bytes->r_index to
4607 unsigned int. Cast RELOC_BASE10, RELOC_BASE13 and RELOC_BASE22 to
4608 unsigned int.
4609 (NAME(aout,final_link)): Cast enum used in assignment.
4610 (aout_link_write_symbols): Cast enums in comparisons, int values to
4611 boolean, enums in assignments to int.
4612 (aout_link_input_section_std): Cast rel->r_index to unsigned int.
3dab13f6
AM
4613 (aout_link_input_section_ext): Likewise. Cast enums used in
4614 comparisons with unsigned ints.
d45913a0
DA
4615 (aout_link_reloc_link_order): Cast enum to int in assignment.
4616 * archive.c (_bfd_generic_read_ar_hdr_mag): Cast result of memchr
4617 calls to char *.
4618 * bfd-in.h (bfd_set_section_vma): Cast enum true to unsigned int in
4619 assignment.
4620 * bfd-in2.h (bfd_set_section_vma): Likewise.
4621 * bfd.c (bfd_record_phdr): Cast enums in assignments.
4622 * binary.c (bfd_alloc): Cast enum to long.
4623 * coffgen.c (_bfd_coff_is_local_label_name): Cast return to boolean.
4624 * dwarf2.c (read_abbrevs): Add casts to enum types.
4625 (read_attribute_value): Likewise.
4626 (arange_add): Cast result of bfd_zalloc call.
4627 (comp_unit_contains_address): Return true and false.
4628 (comp_unit_find_nearest_line): Cast return to boolean.
4629 * format.c (bfd_check_format_matches, bfd_set_format): Likewise.
4630 * gen-aout.c: define macro '_' if not defined.
4631 * libbfd.c (bfd_realloc): Cast malloc and realloc to PTR.
4632 (bfd_bwrite): Cast bfd_realloc to bfd_byte *.
4633 (bfd_write_bigendian_4byte_int): Cast return to boolean.
4634 (bfd_seek): Cast bfd_realloc to bfd_byte *.
4635 (bfd_generic_is_local_label_name): Cast return to boolean.
4636 * libcoff.h (_bfd_coff_adjust_symndx): Remove extraneous '\'.
4637 * linker.c (_bfd_link_hash_newfunc): Cast bfd_hash_allocate result to
4638 struct bfd_hash_entry *.
4639 (_bfd_generic_link_hash_newfunc): likewise.
4640 (_bfd_generic_final_link): Cast enum to unsigned int.
4641 * merge.c (sec_merge_emit): Cast return to boolean.
4642 (merge_strings): Add casts to const unsigned char *.
4643 * reloc.c (bfd_get_reloc_code_name): Cast enums in comparison to int.
4644 (bfd_generic_get_relocated_section_content): Cast enum to unsigned int.
3dab13f6
AM
4645 * section.c (bfd_section_hash_newfunc): Cast bfd_hash_allocate result
4646 to struct bfd_hash_entry *.
d45913a0
DA
4647 (bfd_set_section_content): Add cast to PTR in comparison.
4648 * simple.c (simple_dummy_warning, simple_dummy_undefined_symbol,
4649 simple_dummy_reloc_overflow, simple_dummy_reloc_dangerous,
4650 simple_dummy_unattached_reloc,
4651 bfd_simple_get_relocated_section_contents): Add K&R declarations and
4652 function definitions.
4653 * srec.c (S3Forced): Initialize to false.
4654 (srec_get_symtab): Cast return value from bfd_alloc to asymbol *.
4655 * stabs.c (_bfd_link_section_stabs): Cast enum to int in comparisons.
4656 (_bfd_discard_section_stabs): Likewise. Also cast return to boolean.
4657 * syms.c (bfd_is_undefined_symclass): Cast return to boolean.
4658 (_bfd_stab_section_find_nearest_line): Cast enum to bfd_byte in
4659 comparisons.
4660
475c2a7e
JJ
46612002-10-23 Jakub Jelinek <jakub@redhat.com>
4662
4663 * elf64-alpha.c (elf64_alpha_check_relocs): Only put maybe_dynamic
4664 relocs into shared lib non-allocated reloc sections.
4665
e82ce529
AM
46662002-10-23 Nathan Tallent <eraxxon@alumni.rice.edu>
4667
4668 * dwarf2.c (add_line_info): Ensure that the line_info_table is
4669 sorted even when given an out-of-order line sequence.
4670 (lookup_address_in_line_info_table): When an exact VMA match is
4671 not found, return line information with the closest VMA.
4672
f2482cb2
NC
46732002-10-23 Ross Alexander <ross.alexander@uk.neceur.com>
4674
4675 * elf64-hppa.c: Force DT_FLAGS to always be set. Required by
4676 HPUX 11.00 patch PHSS_26559.
4677
c1fd6598
AO
46782002-10-22 Alexandre Oliva <aoliva@redhat.com>
4679
4680 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Don't move
4681 the options section into a separate section unless IRIX 6
4682 compatibility is enabled.
4683
033fd5f9
AO
46842002-10-22 Alexandre Oliva <aoliva@redhat.com>
4685
4686 * elflink.h (struct elf_link_sort_rela): Turn rel and rela
4687 into arrays.
4688 (elf_link_sort_cmp1, elf_link_sort_cmp2): Adjust.
4689 (elf_link_sort_relocs): Likewise. Take int_rels_per_ext_rel
4690 into account.
4691 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Compose
4692 R_MIPS_REL32 with R_MIPS64 if ABI_64_P.
4693
ef485c01
AM
46942002-10-21 Graeme Peterson <gp@qnx.com>
4695
4696 * targets.c (_bfd_target_vector): Add missing qnx vectors.
4697
b50afec9
AM
46982002-10-21 Alan Modra <amodra@bigpond.net.au>
4699
4700 * targets.c (bfd_target_list): Don't return the default target twice.
4701
5fe39cae
AM
47022002-10-21 Elias Athanasopoulos <eathan@otenet.gr>
4703
4704 * archive.c (_bfd_archive_bsd_update_armap_timestamp): Replace
4705 perror with bfd_perror.
4706
5d603aa9
L
47072002-10-19 H.J. Lu <hjl@gnu.org>
4708
4709 * elflink.h (elf_link_add_object_symbols): Correctly handle
4710 DT_RPATH and DT_RUNPATH.
4711
e377ab71
MK
47122002-10-19 Mark Kettenis <kettenis@gnu.org>
4713
4714 * elf.c (elfcore_grok_note): Fix recognition on NT_PRXFPREG notes.
4715
0d09fec6
DC
47162002-10-17 Denis Chertykov <denisc@overta.ru>
4717
4718 * elf32-ip2k.c (ELF_MACHINE_ALT1): Define alternate machine code
4719 for ip2k port.
4720
acf8aed4
AM
47212002-10-17 Alan Modra <amodra@bigpond.net.au>
4722
4723 * elfxx-target.h (USE_REL): Don't define as 1.
4724 * elf32-arm.h (USE_REL): Provide a default define of 0.
4725 Use #if rather than #ifdef when testing USE_REL.
4726 * elf32-m32r.c: Likewise.
4727
4728 * elf32-arc.c (USE_REL): Define as 1.
4729 * elf32-d10v.c (USE_REL): Likewise.
4730 * elf32-m32r.c (USE_REL): Likewise.
4731 * elf32-m68hc11.c (USE_REL): Likewise.
4732 * elf32-m68hc12.c (USE_REL): Likewise.
4733 * elf32-or32.c (USE_REL): Likewise.
4734 * elfarm-nabi.c (USE_REL): Likewise.
4735
f52d1d64
JJ
47362002-10-16 Jakub Jelinek <jakub@redhat.com>
4737
4738 * config.bfd (s390-*-linux*): Add targ64_selvecs.
4739 (s390x-*-linux*): Add targ_selvecs.
4740
2bc3c89a
AM
47412002-10-16 Alan Modra <amodra@bigpond.net.au>
4742
4743 * Makefile.am (BFD32_BACKENDS): Remove elfarmqnx-nabi.lo,
5fe39cae 4744 elf32-i386-fbsd.lo, elf32-i386qnx.lo, elf32-ppcqnx.lo,
2bc3c89a
AM
4745 elf32-sh-lin.lo, elf32-sh64-lin.lo, elf32-sh-nbsd.lo,
4746 elf32-sh64-nbsd.lo, elf32-shqnx.lo. Add elf32-qnx.lo.
4747 (BFD32_BACKENDS_CFILES): Likewise for corresponding C files.
4748 (BFD64_BACKENDS): Remove elf64-sh64-lin.lo, elf64-sh64-nbsd.lo.
4749 (BFD64_BACKENDS_CFILES): Likewise for corresponding C files.
4750 (SOURCE_HFILES): Add elf32-qnx.h.
4751 (BUILD_HFILES): Add bfdver.h.
4752 Run "make dep-am".
4753 * Makefile.in: Regenerate.
4754 * configure.in Update bfd vector dependencies.
4755 * configure: Regenerate.
4756 * elf32-i386-fbsd.c: Delete. Move code to elf32-i386.c.
4757 * elf32-i386qnx.c: Likewise.
4758 * elf32-ppcqnx.c: Delete. Move code to elf32-ppc.c.
4759 * elf32-sh-nbsd.c: Delete. Move code to elf32-sh.c.
4760 * elf32-sh-lin.c: Likewise.
4761 * elf32-shqnx.c: Likewise.
4762 * elf32-sh64-lin.c: Delete. Move code to elf32-sh64.c.
4763 * elf32-sh64-nbsd.c: Likewise.
4764 * elf64-sh64-lin.c: Delete. Move code to elf64-sh64.c.
4765 * elf64-sh64-nbsd.c: Likewise.
4766 * elfarmqnx-nabi.c: Delete. Move code to elfarm-nabi.c.
4767 * elf32-arm.h (ELF_MAXPAGESIZE): Always define.
4768 * elf32-i386.c: Remove ELF_ARCH and ELF32_I386_C_INCLUDED tests.
4769 * elf32-ppc.c: Remove ELF32_PPC_C_INCLUDED tests.
4770 * elf32-qnx.h (elf_backend_set_nonloadable_filepos): Always define.
4771 (elf_backend_is_contained_by_filepos): Likewise.
4772 (elf_backend_copy_private_bfd_data_p): Likewise.
4773 Globalize and move functions to..
4774 * elf32-qnx.c: ..here. New file.
4775 * elf32-sh.c: Remove ELF_ARCH and ELF32_SH_C_INCLUDED tests. Don't
4776 emit target vectors when INCLUDE_SHMEDIA.
4777 * elf32-sh64.c: Remove ELF_ARCH test. Move TARGET_* etc. defines to
4778 end of file.
4779 * elf64-sh64.c: Remove ELF_ARCH test.
4780 * elfarm-nabi.c: Remove ELFARM_NABI_C_INCLUDED test.
4781 * po/BLD-POTFILES.in: Regenerate.
4782 * po/SRC-POTFILES.in: Regenerate.
4783
90c9df85
AM
47842002-10-16 Alan Modra <amodra@bigpond.net.au>
4785
366f2964
AM
4786 * elflink.h (elf_link_add_object_symbols): Error out on dynamic objects
4787 loaded with --just-symbols.
4788
90c9df85
AM
4789 * elf32-i386qnx.c (TARGET_LITTLE_NAME): Define.
4790 * elf32-ppcqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4791 * elf32-shqnx.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4792 * elfarmqnx-nabi.c (TARGET_LITTLE_NAME, TARGET_BIG_NAME): Define.
4793
2238051f
RH
47942002-10-15 Richard Henderson <rth@redhat.com>
4795
4796 * Makefile.am (BFD64_BACKENDS): Remove elf64-alpha-fbsd.
4797 (BFD64_BACKENDS_CFILES): Likewise.
4798 * configure.in (bfd_elf64_alpha_freebsd_vec): Use elf64-alpha.
4799 * elf64-alpha-fbsd.c: Remove file, move code ...
4800 * elf64-alpha.c: ... here.
4801 * Makefile.in, configure: Rebuild.
4802
64e04ecd
RH
48032002-10-14 Richard Henderson <rth@redhat.com>
4804
4805 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: Increment
4806 VALUE, not ADDEND.
4807
396a6083
SC
48082002-10-14 Stephen Clarke <stephen.clarke@superh.com>
4809
4810 * elf32-sh.c (elf_sh_link_hash_entry): Replace
4811 datalabel_got_offset with union of datalabel_got
4812 offset and refcount.
4813 (sh_elf_link_hash_newfunc): Initialize datalabel_got.refcount.
4814 (allocate_dynrelocs): Delete unnecessary code for
4815 STT_DATALABEL type. Create entry in got for
4816 datalabel version of symbol if datalabel_got.refcount > 0.
4817 (sh_elf_relocate_section): Use datalabel_got union.
4818 (sh_elf_gc_sweep_hook): Pull common code to initialize
4819 h and eh out of switch statement. Declare seen_stt_datalabel.
4820 Initialize it. Decrement datalabel_got.refcount for
4821 got relocs when seen_stt_datalabel is true.
4822 Decrement local_got_refcounts entry for datalabel got relocs
4823 of local symbols.
4824 (sh_elf_copy_indirect_symbol): Copy datalabel_got field over.
4825 (sh_elf_check_relocs): Declare seen_stt_datalabel.
4826 Initialize it. When seen_stt_datalabel is true, increment
4827 datalabel_got refcount rather than got.refcount.
4828 (sh_elf_finish_dynamic_symbol): Create relocs to
4829 initialize got entry for datalabel version of symbol.
4830
6a0735ef
AM
48312002-10-14 Alan Modra <amodra@bigpond.net.au>
4832
4833 * Makefile.am: Run "make dep-am".
4834 (BFD_H_FILES): Remove version.h.
4835 * bfd-in.h (BFD_VERSION, BFD_VERSION_DATE, BFD_VERSION_STRING): Move..
4836 * version.h: ..to here.
4837 * configure.in (bfd_version_date): Remove.
4838 (AC_OUTPUT): Make bfdver.h from version.h.
4839 * bfd.c: #include "bfdver.h".
4840 * vms-hdr.c: Likewise.
4841 * Makefile.in: Regenerate.
4842 * bfd-in2.h: Regenerate.
4843 * configure: Regenerate.
4844 * po/SRC-POTFILES.in: Regenerate.
4845
686e4055
AM
48462002-10-14 Alan Modra <amodra@bigpond.net.au>
4847
4848 * archures.c (bfd_mach_i386_i386, bfd_mach_i386_i8086,
4849 bfd_mach_i386_i386_intel_syntax, bfd_mach_x86_64,
4850 bfd_mach_x86_64_intel_syntax bfd_mach_ppc, bfd_mach_ppc64,
4851 bfd_mach_rs6k, bfd_mach_d10v, bfd_mach_sh, bfd_mach_v850,
4852 bfd_mach_arc_5, bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8,
4853 bfd_mach_m32r, bfd_mach_frv, bfd_mach_frvsimple,
4854 bfd_mach_ia64_elf64, bfd_mach_ia64_elf32,
4855 bfd_mach_ip2022, bfd_mach_ip2022ext,
4856 bfd_mach_s390_31, bfd_mach_s390_64, bfd_mach_xstormy16): Renumber.
4857 * bfd-in2.h: Regenerate.
4858
019dca2b
KK
48592002-10-14 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4860
4861 * config.bfd (sh*eb-*-linux*, sh*-*-linux*): Add the alternative
4862 endian vector to targ_selvecs.
4863
bce03d3d
AO
48642002-10-13 Alexandre Oliva <aoliva@redhat.com>
4865
4866 * elfxx-mips.c (mips_elf_calculate_relocation): Take
4867 save_addend argument. Don't apply the 32-bit mask to a
4868 GPREL32 value if it's to be used in another relocation. Don't
4869 use forced-check computation of local_p to decide whether to
4870 add gp0 to GPREL16 value. Don't use only the lowest 16 bits
4871 of the addend of a non-in-place GPREL16 relocation.
4872 (_bfd_mips_elf_relocate_section): Pass use_saved_addend_p to
4873 mips_elf_calculate_relocation().
4874
9b691193
SC
48752002-10-12 Stephane Carrez <stcarrez@nerim.fr>
4876
4877 * elf32-m68hc11.c (m68hc11_elf_relax_section): Don't treat relocs
4878 with symbols in other sections if we relaxed something; the sections
4879 output offsets must be re-computed before.
4880
1f4c5b47
SC
48812002-10-12 Stephane Carrez <stcarrez@nerim.fr>
4882
4883 * elf32-m68hc11.c (m68hc11_elf_relax_section): Update symbols
4884 handling to use Elf_Internal_Sym.
4885 (m68hc11_elf_relax_delete_bytes): Likewise.
4886
5dc97655
KK
48872002-10-11 Kaz Kojima <kkojima@rr.iij4u.or.jp>
4888
4889 * elf32-sh.c (sh_elf_optimized_tls_reloc, sh_elf_mkobject,
4890 sh_elf_object_p, dtpoff_base): New functions.
4891 (sh_elf_howto_table): Add TLS relocs.
4892 (sh_reloc_map): Likewise.
4893 (sh_elf_info_to_howto): Support TLS relocs.
4894 (elf_sh_link_hash_entry): Add tls_type and tls_tpoff32.
4895 (sh_elf_hash_entry, sh_elf_tdata, sh_elf_local_got_tls_type):
4896 New macros.
4897 (sh_elf_obj_tdata): New.
4898 (elf_sh_link_hash_table): Add tls_ldm_got.
4899 (sh_elf_link_hash_table_create): Clear refcount of tls_ldm_got.
4900 (allocate_dynrelocs): Support TLS relocs.
4901 (sh_elf_size_dynamic_sections): Likewise.
4902 (sh_elf_relocate_section): Support TLS relocs. Don't try to find
4903 .rela.got section when found already. Return false after printing
4904 error about unresolvable relocation.
4905 (sh_elf_gc_sweep_hook): Support TLS relocs.
4906 (sh_elf_check_relocs): Likewise.
4907 (sh_elf_finish_dynamic_symbol): Likewise.
4908 (bfd_elf32_mkobject, elf_backend_object_p): Define for TLS case.
4909 * reloc.c: Add SH TLS relocs.
4910 * bfd-in2.h, libbfd.h: Regenerate.
4911
6a0735ef
AM
49122002-10-11 Daniel Jacobowitz <drow@mvista.com>
4913
4914 * Makefile.in: Regenerated.
4915
af39267e
DJ
49162002-10-11 Daniel Jacobowitz <drow@mvista.com>
4917
4918 * Makefile.am: Run dep-am.
6a0735ef 4919 (BFD_H_DEP): Add simple.c and linker.c.
af39267e
DJ
4920 (BFD32_LIBS): Add simple.lo.
4921 (BFD32_LIBS_CFILES): Add simple.c.
4922 * Makefile.in: Regenerated.
4923 * bfd-in2.h: Regenerated.
4924 * simple.c: New file.
4925
0be617ce
AM
49262002-10-11 Alan Modra <amodra@bigpond.net.au>
4927
14a793b2
AM
4928 * coff-arm.c (record_arm_to_thumb_glue): Avoid type-punned pointers.
4929 (record_thumb_to_arm_glue): Likewise.
4930 * ecoff.c (ecoff_link_add_externals): Likewise.
4931 * elf32-arm.h (record_arm_to_thumb_glue): Likewise.
4932 (record_thumb_to_arm_glue): Likewise.
4933 * elf32-m32r.c (m32r_elf_add_symbol_hook): Likewise.
4934 * elf32-sh.c (sh_elf_create_dynamic_sections): Likewise.
4935 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
4936 * elf64-alpha.c (elf64_alpha_create_dynamic_sections): Likewise.
4937 * elf64-ppc.c (func_desc_adjust): Likewise.
4938 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
4939 (sh64_elf64_create_dynamic_sections): Likewise.
4940 * elflink.c (_bfd_elf_create_got_section): Likewise.
4941 (_bfd_elf_create_dynamic_sections): Likewise.
4942 (_bfd_elf_create_linker_section): Likewise.
4943 * elflink.h (elf_add_default_symbol): Likewise.
4944 (elf_link_create_dynamic_sections): Likewise.
4945 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
4946 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Likewise.
4947 * elfxx-mips.c (mips_elf_create_got_section): Likewise.
4948 (_bfd_mips_elf_add_symbol_hook): Likewise.
4949 (_bfd_mips_elf_create_dynamic_sections): Likewise.
4950 * linker.c (generic_link_add_symbol_list): Likewise.
4951 * xcofflink.c (xcoff_link_add_symbols): Likewise.
4952
4953 * elfxx-ia64.c (oor_brl, oor_ip): Conditionally define.
4954
0be617ce 4955 * elf64-ppc.c (edit_opd): Only zero opd syms when function is
7f6a7663 4956 completely removed. Correct local sym adjustment.
0be617ce 4957
0a4ef3f4
SC
49582002-10-10 Stephen Clarke <stephen.clarke@superh.com>
4959
4960 * elf32-sh.c (elf_sh_pic_plt_entry_be, elf_sh_pic_plt_entry_le):
4961 Correct mistake in calculation of address of .got.
4962 * elf64-sh64.c (elf_sh64_pic_plt_entry_be,
4963 elf_sh64_pic_plt_entry_le): Likewise.
4964
efacd36e
SC
49652002-10-09 Richard Shann <richard.shann@superh.com>
4966 Stephen Clarke <stephen.clarke@superh.com>
4967
4968 * Makefile.am: Add entries for elf32-sh64-lin.c and
4969 elf64-sh64-lin.c. Regenerate.
4970 * Makefile.in: Regenerate.
9b5ecbd0 4971 * config.bfd: Change sh64eb-*-linux* and sh64-*-linux*
efacd36e
SC
4972 to use sh64 vectors rather than sh vectors.
4973 * configure.in: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
4974 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
4975 * configure: Regenerate.
4976 * elf32-sh64-lin.c: New file.
4977 * elf64-sh64-lin.c: New file.
4978 * targets.c: Add bfd_elf32_sh64lin_vec, bfd_elf32_sh64blin_vec,
5fe39cae
AM
4979 bfd_elf64_sh64lin_vec, bfd_elf64_sh64blin_vec.
4980
299bf759
L
49812002-10-08 H.J. Lu <hjl@gnu.org>
4982
4983 * elf32-i386.c (elf_i386_relocate_section): Re-arrange the
4984 IE->LE transition for R_386_TLS_IE.
4985
51020317
AM
49862002-10-08 Alan Modra <amodra@bigpond.net.au>
4987
4988 * elf64-ppc.c (edit_opd): Correct test for discarded sections.
4989
a8fcf378
NC
49902002-10-07 Mark Elbrecht <snowball3@softhome.net>
4991
51020317
AM
4992 * cofflink.c (mark_relocs): Don't mark relocations in excluded
4993 sections.
a8fcf378 4994
a16d5acb
AM
49952002-10-07 Alan Modra <amodra@bigpond.net.au>
4996
a6b511bd
AM
4997 * elflink.h (elf_link_input_bfd): Remove BFD_VERSION_DATE dependent
4998 code.
4999
a16d5acb
AM
5000 * elf64-ppc.c (ppc64_elf_build_stubs): Increment .glink indx.
5001
7c4a37eb
AM
50022002-10-06 Alan Modra <amodra@bigpond.net.au>
5003
5004 * opncls.c: Formatting.
5005 (_bfd_new_bfd): Use a smaller section hash table.
5006
7c4ca42d
AO
50072002-10-05 Alexandre Oliva <aoliva@redhat.com>
5008
5009 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Set the type
5010 of the other two relocations packed with a REL32 to NONE.
5011
4989d792
SC
50122002-10-02 Stephen Clarke <stephen.clarke@superh.com>
5013
5014 * elf32-sh.c (elf_sh_link_hash_entry): Add gotplt_refcount.
5015 (sh_elf_link_hash_newfunc): Initialize it.
5016 (allocate_dynrelocs): Transfer gotplt refs from plt.refcount
5017 to got.refcount for symbols that are forced local or when
5018 we have direct got refs.
5019 (sh_elf_gc_sweep_hook): Adjust gotplt_refcount. Use it
5020 to correctly adjust got.refcount and plt.refcount.
5021 (sh_elf_copy_indirect_symbol): Copy gotplt_refcount across.
5022 (sh_elf_check_relocs): Increment gotplt_refcount.
51020317 5023
7c445aa3
JJ
50242002-10-01 Jakub Jelinek <jakub@redhat.com>
5025
5026 * elf32-i386.c (elf_i386_relocate_section): Fix
5027 movl foo@indntpoff, %eax IE->LE transition.
5028
abcf1d52
JJ
50292002-10-01 Jakub Jelinek <jakub@redhat.com>
5030
5031 * elf64-x86-64.c (elf64_x86_64_relocate_section): Change TLSGD
5032 sequence and its transitions.
5033
a45bb67d
JJ
50342002-10-01 Jakub Jelinek <jakub@redhat.com>
5035
5036 * elf32-i386.c (elf_i386_relocate_section): Resolve R_386_TLS_LDO_32
5037 to st_value + addend in non-code sections.
5038 * elf64-x86-64.c (elf64_x86_64_relocate_section): Resolve
5039 R_X86_64_DTPOFF32 to st_value + addend in non-code sections.
5040
00707a0e 50412002-09-30 Gavin Romig-Koch <gavin@redhat.com>
51020317
AM
5042 Ken Raeburn <raeburn@cygnus.com>
5043 Aldy Hernandez <aldyh@redhat.com>
5044 Eric Christopher <echristo@redhat.com>
5045 Richard Sandiford <rsandifo@redhat.com>
00707a0e
RS
5046
5047 * archures.c (bfd_mach_mips4120, bfd_mach_mips5400): New.
5048 (bfd_mach_mips5500): New.
5049 * cpu-mips.c (I_mips4120, I_mips5400, I_mips5500): New.
5050 (arch_info_struct): Add corresponding entries here.
5051 * elfxx-mips.c (_bfd_elf_mips_mach): Handle E_MIPS_MACH_4120,
5052 E_MIPS_MACH_5400 and E_MIPS_MACH_5500.
5053 (_bfd_mips_elf_final_write_processing): Handle bfd_mach_mips4120,
5054 bfd_mach_mips5400 and bfd_mach_mips5500.
5055 (_bfd_mips_elf_mach_extends_p): New function.
5056 (_bfd_mips_elf_merge_private_bfd_data): Use it to help merge
5057 the EF_MIPS_MACH flags.
5058 * bfd-in2.h: Regenerate.
5059
624f0b25
JT
50602002-09-28 Jason Thorpe <thorpej@wasabisystems.com>
5061
5062 * elf32-vax.c (elf_vax_size_dynamic_section): Don't strip
5063 .got sections.
5064
b89fe0ee
AM
50652002-09-28 Alan Modra <amodra@bigpond.net.au>
5066
5067 * elf.c (map_sections_to_segments): Correct test for start of
5068 writable section in the same page as end of read-only section.
5069
b29635ba
JT
50702002-09-27 Matt Thomas <matt@3am-software.com>
5071
5072 * elf32-vax.c (elf_vax_check_relocs): Remove unused
5073 local_got_refcounts usage. Remove allocation of got slot.
5074 (elf_vax_gc_sweep_hook): Remove unused local_got_refcounts usage.
5075 Remove de-allocation of got slot.
5076 (elf_vax_size_dynamic_section): Fix some indentation. Add hash
5077 traversal for elf_vax_instantiate_got_entries. Allow empty .got
5078 sections to be GC'ed.
5079 (elf_vax_instantiate_got_entries): New function.
5080 (elf_vax_relocate_section): Simplify R_VAX_GOT32 handling. Remove
5081 tests that are now handled by elf_vax_instantiate_got_entries.
5082 Assert GOT entry falls within .got section size. Remove redundant
5083 comparisions. Fix comments.
5084
bffbf940
JJ
50852002-09-27 Jakub Jelinek <jakub@redhat.com>
5086
5087 * reloc.c: Add x86-64 TLS relocs.
5088 * bfd-in2.h, libbfd.h: Rebuilt.
5089 * elf64-x86-64.c (x86_64_elf_howto): Fix size fields for 32-bit
5090 relocs. Add TLS relocs.
5091 (x86_64_reloc_map): Add TLS relocs.
5092 (elf64_x86_64_info_to_howto): Adjust for added TLS relocs.
5093 (struct elf64_x86_64_link_hash_entry): Add tls_type field.
5094 (GOT_UNKNOWN, GOT_NORMAL, GOT_TLS_GD, GOT_TLS_IE): Define.
5095 (elf64_x86_64_hash_entry): Define.
5096 (struct elf64_x86_64_obj_tdata): New.
5097 (elf64_x86_64_tdata, elf64_x86_64_local_got_tls_type): Define.
5098 (struct elf64_x86_64_link_hash_table): Add tls_ld_got.
5099 (link_hash_newfunc): Initialize tls_type.
5100 (elf64_x86_64_link_hash_table_create): Initialize tls_ld_got.
5101 (elf64_x86_64_copy_indirect_symbol): Swap tls_type if necessary.
5102 (elf64_x86_64_mkobject): New.
5103 (elf64_x86_64_elf_object_p): Allocate struct elf64_x86_64_obj_tdata.
5104 (elf64_x86_64_tls_transition): New.
5105 (elf64_x86_64_check_relocs): Add r_type variable and use it.
5106 Handle TLS relocs.
5107 (elf64_x86_64_gc_sweep_hook): Handle TLS relocs.
5108 (allocate_dynrelocs): Allocate GOT space for TLS relocs.
5109 (elf64_x86_64_size_dynamic_sections): Likewise.
5110 (dtpoff_base, tpoff): New.
5111 (elf64_x86_64_relocate_section): Handle TLS relocs.
5112 (elf64_x86_64_finish_dynamic_symbol): Only handle non-TLS GOT
5113 entries.
5114 (bfd_elf64_mkobject): Define.
5115
5116 * elf32-i386.c (elf_i386_check_relocs) [R_386_TLS_LE]: Set
5117 DF_STATIC_TLS if shared.
5118
14366460
TS
51192002-09-26 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5120
5121 * elfxx-mips.c (_bfd_mips_elf_fake_sections): Don't emit unneeded
5122 empty relocation sections.
5123
9f951329
AM
51242002-09-26 Alan Modra <amodra@bigpond.net.au>
5125
5126 * elf64-ppc.c (ppc_build_one_stub): Don't build glink stubs here.
5127 (ppc64_elf_build_stubs): Build them here instead.
5128
6b3ac709
JJ
51292002-09-24 Jakub Jelinek <jakub@redhat.com>
5130
5131 * elf32-sparc.c (elf32_sparc_relocate_section): Put R_SPARC_RELATIVE
5132 addend into r_addend, not *r_offset.
5133 (elf32_sparc_finish_dynamic_symbol): Likewise.
5134 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Clear xword at
5135 R_SPARC_RELATIVE's r_offset.
5136
e2f6d277
NC
51372002-09-23 Nathan Tallent <eraxxon@alumni.rice.edu>
5138
5139 * dwarf2.c (decode_line_info): Update to correctly decode
5140 the (non-standard DWARF2) out-of-order address sequences
5141 generated by the Intel C++ 6.0 compiler for ia64-Linux.
5142
f3961b2b
DD
51432002-09-23 Mark Elbrecht <snowball3@softhome.net>
5144
5145 * config.bfd: For DJGPP targets, match with any cpu and any machine.
5146
ad34bc37
AM
51472002-09-23 Alan Modra <amodra@bigpond.net.au>
5148
5149 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Zero relocs
5150 for discarded FDEs. Remove redundant assignment.
5151 * elflink.h (elf_bfd_discard_info): Save edited relocs.
5152
82988bff
L
51532002-09-22 H.J. Lu <hjl@gnu.org>
5154
5155 * elf64-alpha.c (elf64_alpha_merge_ind_symbols): Don't merge
5156 the relocation count between different .reloc sections.
5157
5ad8645c
AM
51582002-09-21 Alan Modra <amodra@bigpond.net.au>
5159
5f819128
AM
5160 * elf32-ppc.c (ppc_elf_relocate_section): Allow ".sbss.*" and
5161 ".sdata.*" for R_PPC_SDAREL16, ".sbss2*" and ".sdata2*" for
5162 R_PPC_EMB_SDA2REL. Similarly for R_PPC_EMB_SDA21 and
5163 R_PPC_EMB_RELSDA.
5164
5ad8645c
AM
5165 * elfcode.h (elf_slurp_reloc_table_from_section): Make "symcount"
5166 unsigned. Move "symcount" assignment out of loop.
5167 * Makefile.am: Run "make dep-am".
5168 * Makefile.in: Regenerate.
5169 * configure: Regenerate.
5170 * po/SRC-POTFILES.in: Regnerate.
5171
75936555
NC
51722002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5173
5174 * dwarf2.c (_bfd_dwarf2_find_nearest_line): If address length is
5175 zero, set it to 8 for (non-standard) 64-bit DWARF2 formats
5176 (e.g. IRIX64).
5177
2243deae
L
51782002-09-19 Jakub Jelinek <jakub@redhat.com>
5179
5180 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Clear .got word
5181 even if generating R_PPC_RELATIVE reloc.
5182 (ppc_elf_relocate_section): Make sure relocation is performed
5183 if skip == -2. Clear memory at r_offset when creating dynamic
5184 relocation.
5185
37e55690
JJ
51862002-09-19 Jakub Jelinek <jakub@redhat.com>
5187
5188 * reloc.c (BFD_RELOC_386_TLS_TPOFF, BFD_RELOC_386_TLS_IE,
5189 BFD_RELOC_386_TLS_GOTIE): Add.
5190 * bfd-in2.h, libbfd.h: Rebuilt.
5191 * elf32-i386.c (elf_howto_table): Add R_386_TLS_TPOFF, R_386_TLS_IE
5192 and R_386_TLS_GOTIE.
5193 (elf_i386_reloc_type_lookup): Handle it.
5194 (struct elf_i386_link_hash_entry): Change tls_type type to unsigned
5195 char instead of enum, change GOT_* into defines.
5196 (GOT_TLS_IE_POS, GOT_TLS_IE_NEG, GOT_TLS_IE_BOTH): Define.
5197 (elf_i386_tls_transition): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5198 (elf_i386_check_relocs): Likewise. Avoid crash if local symbol is
5199 accessed both as normal and TLS symbol. Move R_386_TLS_LDM and
5200 R_386_PLT32 cases so that R_386_TLS_IE can fall through.
5201 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5202 (elf_i386_gc_sweep_hook): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5203 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5204 (allocate_dynrelocs): Allocate 2 .got and 2 .rel.got entries if
5205 tls_type is GOT_TLS_IE_BOTH.
5206 (elf_i386_size_dynamic_sections): Likewise.
5207 (elf_i386_relocate_section): Handle R_386_TLS_IE and R_386_TLS_GOTIE.
5208 Handle R_386_TLS_LE_32 and R_386_TLS_LE in shared libs.
5209 (elf_i386_finish_dynamic_symbol): Use tls_type & GOT_TLS_IE to catch
5210 all 4 GOT_TLS_* TLS types.
5211
8e67855b
NC
52122002-09-19 Nick Clifton <nickc@redhat.com>
5213
5214 * elflink.h (elf_fix_symbol_flags): When examining weak symbols,
5215 follow indirect links.
5216
1c59ba3f
NC
52172002-09-19 Nathan Tallent <eraxxon@alumni.rice.edu>
5218
5219 * ecoffswap.h (ecoff_swap_pdr_in) <isym, iline>: Update to
5220 correctly sign-extend 32-bit ECOFF null values (0xffffffff, -1)
5221 on 64 bit machines.
5222 (ecoff_swap_sym_in) <iss>: Likewise.
0e327d91
NC
5223 * ecoff.c (_bfd_ecoff_slurp_symbolic_info): Fix error reading
5224 ECOFF information: 'ioptMax' refers to the actual *size*
5225 of the optimization symtab, not the number of entries.
1c59ba3f 5226
9d7404b7
NC
52272002-09-19 Daniel Jacobowitz <drow@mvista.com>
5228
5229 * elf32-arm.h (elf32_arm_adjust_dynamic_symbol): Update
5230 ELF_LINK_HASH_NEEDS_PLT logic.
5231
05a487dc
DJ
52322002-09-18 Daniel Jacobowitz <drow@mvista.com>
5233
5234 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5235 correct relocation count.
5236
1f70368c
DJ
52372002-09-17 Daniel Jacobowitz <drow@mvista.com>
5238
5239 * bfd-in.h (bfd_get_dynamic_symcount): Define.
5240 * bfd.c (struct _bfd): Add dynsymcount.
5241 * bfd-in2.h: Regenerated.
5242 * elf.c (_bfd_elf_canonicalize_dynamic_symtab): Set
5243 abfd->dynsymcount.
5244 * elfcode.h (elf_slurp_reloc_table_from_section): Check
5245 for overflow.
5246
51020317 52472002-09-17 Stan Cox <scox@redhat.com>
a902ee94
SC
5248
5249 * elf64-mips.c (mips_elf64_be_swap_reloca_out): Handle type2 and type3.
5250 (mips_elf64_final_gp): Don't make up gp value.
5251 * elfn32-mips.c (mips_elf_final_gp): Likewise.
5252 * elfxx-mips.c (_bfd_mips_elf_final_link): Always create
5253 .MIPS.options/.options section.
5254
290062cc
DB
52552002-09-17 David O'Brien <obrien@FreeBSD.org>
5256
5257 * elf32-i386-fbsd.c: Always label using the EI_OSABI method.
5258 It is benign for FreeBSD < 4.1. Minor reformatting.
5259 * elf64-alpha-fbsd.c: Likewise.
5260
c5c1f40c
JJ
52612002-09-17 Jakub Jelinek <jakub@redhat.com>
5262
ca1eb0ba
JJ
5263 * elf32-i386.c (elf_i386_relocate_section) [R_386_TLS_TPOFF32]: Negate
5264 addend.
c5c1f40c 5265
562ace6b
AM
52662002-09-17 Alan Modra <amodra@bigpond.net.au>
5267
5268 * elf64-alpha.c (alpha_elf_size_info): Make static.
5269
5af6ead6
AM
52702002-09-17 Svein E. Seldal <Svein.Seldal@solidas.com>
5271
5272 * coff-tic4x.c: Add function declarations and ATTRIBUTE_UNUSED.
5273 * cpu-tic4x.c: Ditto.
5274
cb9512fc
TS
52752002-09-17 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5276
5277 * elf64-mips.c (define elf_backend_ignore_discarded_relocs): Remove
5278 duplicate define.
5279
4ada7262
DB
52802002-09-16 Bruno Haible <bruno@clisp.org>
5281
5282 * elf32-i386.c: Don't defined ELF_ARCH etc. if this file is included
5283 by a target variant implementation.
5284 * elf64-alpha.c: Likewise.
5285 * elf32-i386-fbsd.c: New file.
5286 * elf64-alpha-fbsd.c: New file.
5287 * targets.c: Support bfd_elf32_i386_freebsd_vec and
5288 bfd_elf64_alpha_freebsd_vec.
5289 * configure.in: Accept the vectors bfd_elf32_i386_freebsd_vec,
5290 bfd_elf64_alpha_freebsd_vec.
5291 * Makefile.am (BFD32_BACKENDS): Add elf32-i386-fbsd.lo.
5292 (BFD32_BACKENDS_CFILES): Add elf32-i386-fbsd.c.
5293 (BFD64_BACKENDS): Add elf64-alpha-fbsd.lo.
5294 (BFD64_BACKENDS_CFILES): Add elf64-alpha-fbsd.c.
5295 (elf32-i386-fbsd.lo, elf64-alpha-fbsd.lo): Add dependencies.
5296 * config.bfd: For FreeBSD targets, set targ_defvec to a FreeBSD
5297 specific targets. Define OLD_FREEBSD_ABI_LABEL if appropriate.
5298
6a30718d
JJ
52992002-09-12 Jakub Jelinek <jakub@redhat.com>
5300
5301 * elf32-i386.c (dtpoff_base, tpoff): Don't crash if tls_segment is
5302 NULL.
5303 (elf_i386_relocate_section): Return false after printing error about
5304 unresolvable relocation.
5305
6cf9e9fe
NC
53062002-09-12 Nick Clifton <nickc@redhat.com>
5307
5308 * elf32-arm.h (elf32_arm_final_link_relocate): Fix handling of
5309 R_ARM_THM_PC11.
5310
10f469bf
DJ
53112002-09-11 Jeffrey Law <law@redhat.com>
5312
5313 * elf32-h8300.c (elf32_h8_relax_section): Fix typo.
5314
dc43ada5
NC
53152002-09-11 Andrew Haley <aph@cambridge.redhat.com>
5316
5317 * elf.c (_bfd_elf_find_nearest_line): Check functionname_ptr and
5318 line_ptr before deciding we've found a symbol.
5319
e09f4395
NC
53202002-09-11 Nick Clifton <nickc@redhat.com>
5321
5322 * po/da.po: New Danish translation file.
5323 * configure.in (LINGUAS): Add 'da'.
5324 * configure: Regenerate.
5325
b3018b5f
NC
53262002-09-10 Michael Snyder <msnyder@redhat.com>
5327
5328 * irix-core.c (do_sections, do_sections64): New functions.
51020317 5329 (irix_core_core_file_p): Call new functions do_sections,
b3018b5f
NC
5330 do_sections64, depending on corefile (32-bit or 64-bit).
5331
2f21f25e
RH
53322002-09-09 Richard Henderson <rth@redhat.com>
5333
5334 * elfxx-ia64.c (elfNN_ia64_relax_section): Handle PCREL21M
5335 and PCREL21F like PCREL21B.
5336
28b94e7c
KB
53372002-09-04 Kevin Buettner <kevinb@redhat.com>
5338
51020317
AM
5339 * config.bfd (mips*-*-irix6*): Add new ABI vectors. Make n32 default
5340 vector.
28b94e7c 5341
5cec6941
NC
53422002-09-02 Nick Clifton <nickc@redhat.com>
5343
5344 * elf32-v850.c (v850_elf_final_link_relocate): Use helpful
5345 names instead of cryptically overloaded bfd_reloc error
5346 codes.
5347 (v850_elf_relocate_section): Likewise.
5348 (v850_elf_relax_section): Replace caching of external symbols
5349 with caching of internal symbols obtained from calling
5350 bfd_elf_get_elf_syms().
51020317 5351 Fixup problems with freeing cached allocated memory blocks.
5cec6941 5352
3b77b1d5
AM
53532002-09-02 Alan Modra <amodra@bigpond.net.au>
5354
638524b5
AM
5355 * cpu-pj.c (scan_mach, compatible, arch_info_struct): Remove.
5356 (bfd_pj_arch): Use bfd_default_scan.
5357 * cpu-v850.c (scan): Remove.
5358 (N): Use bfd_default_scan.
5359 * cpu-z8k.c (scan_mach): Remove.
5360 (arch_info_struct, bfd_z8k_arch): Reorganize so that the default is
5361 first. Use bfd_default_scan.
5362
250d94fd
AM
5363 * ecoff.c (_bfd_ecoff_set_arch_mach_hook): Don't use hard-coded
5364 bfd_mach constants.
5365 (ecoff_get_magic): Likewise.
5366 * elf32-v850.c (v850_elf_object_p): Likewise.
5367 (v850_elf_final_write_processing): Likewise.
5368 * mipsbsd.c (MY(set_arch_mach)): Likewise.
5369 (MY(write_object_contents)): Likewise.
5370 * coff64-rs6000.c (xcoff64_write_object_contents): Likewise.
5371 * coffcode.h (coff_write_object_contents): Likewise.
5372 (coff_set_arch_mach_hook): Add comment describing machine == 0.
5373 Remove unnecessary "machine" assignments.
5374 (coff_write_relocs): Test for the absolute section sym by testing
5375 section and flags.
5376
3b77b1d5
AM
5377 * aoutx.h (NAME(aout,machine_type)): Recognize bfd_mach_i386_i386
5378 and bfd_mach_i386_i386_intel_syntax.
250d94fd 5379 * pdp11.c (NAME(aout,machine_type)): Likewise.
3b77b1d5 5380
e5b45b83
DA
53812002-08-30 John David Anglin <dave@hiauly1.hia.nrc.ca>
5382
5383 * bfd-in.h (align_power): Cast constants to bfd_vma type.
5384 * bfd-in2.h (align_power): Likewise.
5385
37f45cf8
AM
53862002-08-30 Alan Modra <amodra@bigpond.net.au>
5387
5388 * Makefile.am: Run "make dep-am".
5389 * Makefile.in: Regenerate.
5390
5391 * cpu-avr.c (compatible): Don't use hard-coded mach constants.
5392 * cpu-powerpc.c (powerpc_compatible): Likewise.
5393 * cpu-rs6000.c (rs6000_compatible): Likewise.
5394
86aba9db
NC
53952002-08-28 Catherine Moore <clm@redhat.com>
5396
9b5ecbd0 5397 * elf32-v850.c (v850_elf_reloc_map): Add new relocs.
86aba9db
NC
5398 (v850-elf-reloc): Don't resolve pc relative relocs.
5399 (v850_elf_ignore_reloc): New routine.
5400 (v850_elf_final_link_relocate): Handle new relocs.
5401 (v850_elf_relax_delete_bytes ): New routine.
5402 (v850_elf_relax_section): New routine.
5403 (bfd_elf32_bfd_relax_section): Define.
5404 (HOWTO): New entries for new relocs.
5405 * reloc.c (BFD_RELOC_V850_LONGCALL): New reloc.
5406 (BFD_RELOC_V850_LONGJUMP): New reloc.
5407 (BFD_RELOC_V850_ALIGN): New reloc.
5408 * archures.c: Remove redundant v850ea architecture.
5409 * cpu-v850.c: Remove redundant v850ea support.
5410 * libbfd.h: Regenerate.
5411 * bfd-in2.h: Regenerated.
5412
026df7c5
NC
54132002-08-28 Svein E. Seldal <Svein.Seldal@solidas.com>
5414
5415 * config.bfd: Add tic4x-*-*coff* and c4x-*-*coff* target.
5416 * configure.in: Add tic4x_coff vector files.
5417 * configure: Regenerate.
5418 * Makefile.am: Add tic4x target.
5419 * Makefile.in: Regenerate.
5420
54212002-08-27 Michael Hayes <m.hayes@elec.canterbury.ac.nz>
5422
5423 * archures.c: Add the BFD arch type tic4x.
5424 * bfd-in.h: Add BFD_IN_MEMORY flag.
5425 * coff-tic4x.c: New file.
5426 * coffswap.h (coff_swap_sym_out): Add preadjuster.
5427 * cpu-tic4x.c: New file.
5428 * targets.c: Added tic4x- in list of xvecs.
5429 * ticoff.h: New file.
5430 * bfd-in2.h: Regenerate.
5431
88f7bcd5
NC
54322002-08-27 Adam Nemet <anemet@lnxw.com>
5433
5434 * elf32-arm.h (elf32_arm_finish_dynamic_sections): Set the last
5435 bit of DT_INIT and DT_FINI for Thumb functions.
5436
c8e48751
AM
54372002-08-26 Alan Modra <amodra@bigpond.net.au>
5438
5439 * coffcode.h (coff_set_arch_mach_hook): Handle W65MAGIC.
5440
2846975a
AM
54412002-08-26 Alan Modra <amodra@bigpond.net.au>
5442
5443 * aoutx.h (NAME(aout,reloc_type_lookup)): Handle BFD_RELOC_8.
5444
067653c5
AM
54452002-08-24 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5446
5447 * elf32-sh.c (sh_elf_copy_indirect_symbol): New.
5448 (create_got_section, allocate_dynrelocs, readonly_dynrelocs):
5449 Likewise.
5450 (struct elf_sh_pcrel_relocs_copied): Removed.
5451 (struct elf_sh_dyn_relocs): New.
5452 (struct elf_sh_link_hash_entry): Replace pcrel_relocs_copied
5453 field with dyn_relocs.
5454 (struct elf_sh_link_hash_table): Add short-cuts to get dynamic
5455 sections and sym_sec.
5456 (sh_elf_link_hash_newfunc): Clear dyn_relocs.
5457 (sh_elf_link_hash_table_create): Clear shorts-cuts and sym_sec.
5458 (sh_elf_create_dynamic_sections): Use create_got_section instead
5459 of _bfd_elf_create_got_section.
5460 (sh_elf_check_relocs): Likewise.
5461 (sh_elf_create_dynamic_sections): Use short-cuts to the dynamic
5462 sections.
5463 (sh_elf_adjust_dynamic_symbol, sh_elf_size_dynamic_sections,
5464 sh_elf_relocate_section, sh_elf_check_relocs,
5465 sh_elf_finish_dynamic_symbol, sh_elf_finish_dynamic_sections):
5466 Likewise.
5467 (sh_elf_adjust_dynamic_symbol): Handle nocopyreloc. Keep the
5468 dynamic relocations and avoiding the copy relocation when we
5469 didn't find any dynamic relocations in the section which has
5470 contents or is read-only.
5471 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
5472 (sh_elf_size_dynamic_sections): Don't reset the size of
5473 .rela.got section even if dynamic_sections_created flag is off.
5474 Don't use sh_elf_discard_copies. Scan all input bfd and use
5475 allocate_dynrelocs. Call readonly_dynrelocs to determine
5476 whether we need DT_TEXTREL.
5477 (sh_elf_adjust_dynamic_symbol): Use plt.refcount to determine
5478 whether the symbol was never referred to.
5479 (sh_elf_relocate_section): Use WILL_CALL_FINISH_DYNAMIC_SYMBOL.
5480 (sh_elf_gc_sweep_hook): Fill with the real sweep function.
5481 (sh_elf_check_relocs): Call create_got_section if the short-cut
5482 to .got is null. Increment reference counters only instead of
5483 allocating space on dynamic sections here. Don't conditionalize
5484 uninitialized got.offset value when marking the symbol as a
5485 global offset table entry. Keep relocations for symbols satisfied
5486 by a dynamic library to avoid copy relocations for the symbol.
5487 Set dynobj field of an elf hash table if needed.
5488 (sh_elf_finish_dynamic_sections): Handle null section pointer
5489 correctly.
5490 (elf_backend_copy_indirect_symbol): Defined.
5491 (elf_backend_can_refcount): Defined.
5492
7e326afc
NC
54932002-08-23 Nick Clifton <nickc@redhat.com>
5494
5495 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Undo
5496 previous change. Add comment explaining why.
5497
c8614e8e
AM
54982002-08-23 Stephen Clarke <stephen.clarke@superh.com>
5499
5500 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry_le): Copy
5501 contents of .got.plt[2] to tr0, not address of .got.plt.
5502 (sh_elf_finish_dynamic_symbol): Do not apply GOT_BIAS when
5503 patching absolute plt entry. For shmedia plt entry, set bottom bit
5504 of branch to plt0 as this is a branch to an shmedia instruction.
5505 * elf64-sh64.c (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le):
5506 Copy contents of .got.plt[2] to tr0, not address of .got.plt.
5507 (elf_sh64_plt_entry_be, elf_sh64_plt_entry_le): Use ptrel to
5508 branch to plt0.
5509 (sh64_elf64_finish_dynamic_symbol): Do not apply GOT_BIAS when
5510 patching absolute plt entry. For shmedia plt entry, branch to
5511 plt0 is now ptrel, so use relative offset. Set bottom bit of
5512 branch target as it is a branch to an shmedia instruction.
5513
3b587c71
AM
55142002-08-23 Stephen Clarke <stephen.clarke@superh.com>,
5515 Richard Shann <richard.shann@superh.com>
5516
5517 * elf32-sh.c (sh_elf_finish_dynamic_sections): Set LSB of DT_INIT
5518 value if .init is an SHmedia function. Similarly for DT_FINI.
5519 * elf64-sh64.c (sh64_elf64_finish_dynamic_sections): Likewise.
51020317 5520
957dcaa8
AM
55212002-08-23 Stephen Clarke <stephen.clarke@superh.com>
5522
3b587c71 5523 * elf32-sh.c (sh_elf_size_dynamic_sections): Zero initialize
957dcaa8 5524 dynamic section.
3b587c71 5525 * elf64-sh64.c (sh64_elf64_size_dynamic_sections): Likewise.
957dcaa8 5526
a4263c47
NC
55272002-08-22 Kaz Kojima <kkojima@rr.iij4u.or.jp>
5528
5529 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Use a simple
51020317 5530 byte read when reading the return address register column.
a4263c47 5531
db4ed121
NC
55322002-08-22 Nick Clifton <nickc@redhat.com>
5533
5534 * config.bfd: Add powepc64-*-*bsd* target.
5535
ed71e111
NC
55362002-08-22 Graeme Peterson <gp@qnx.com>
5537
5538 * Makefile.am: Add entries for elf32-shqnx.c
5539 * Makefile.in: Regenerate.
5540 * config.bfd: Add support sh-*-nto* target.
5541 * configure.in: Add support for bfd_elf32_sh{l}qnx_vec.
5542 * configure: Regenerate.
5543 * elf32-qnx.h: Changed typo "elf_i386qnx_*" to "elf_qnx_*" .
5544 * elf32-sh.c: Do not include elf32-target.h if
5545 ELF32_SH_C_INCLUDED is defined.
5546 * elf32-shqnx.c: New file: Support for QNX.
5547 * targets.c: Add bfd_elf32_sh{l}qnx_vec.
5548
0ab72ee2
NC
55492002-08-22 Nick Clifton <nickc@redhat.com>
5550
75c83283
NC
5551 * po/tr.po: Updated Turkish translation.
5552
0ab72ee2
NC
5553 * syms.c (_bfd_generic_read_minisymbols): Set bfd_error if the
5554 symbols are not read.
5555
56780f18
AM
55562002-08-22 Alan Modra <amodra@bigpond.net.au>
5557
5558 * elf32-m68hc11.c: Formatting fixes.
5559 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
5560 * elf32-m68hc12.c: Formatting fixes.
5561 (elf32_m68hc11_gc_mark_hook): Correct params. Remove unnecessary test.
5562
b48fa14c
AM
55632002-08-22 Alan Modra <amodra@bigpond.net.au>
5564
a7c71b0c
AM
5565 * coff-rs6000.c (rs6000coff_vec <object_flags>): Add SEC_CODE and
5566 SEC_DATA.
5567 (pmac_xcoff_vec): Likewise.
5568 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
5569 (aix5coff64_vec): Likewise.
5570
56780f18
AM
55712002-08-22 Alan Modra <amodra@bigpond.net.au>
5572
b48fa14c
AM
5573 * elf-bfd.h (struct elf_backend_data): Add struct elf_backend_data
5574 param to elf_backend_copy_indirect_symbol.
5575 (_bfd_elf_link_hash_copy_indirect): Likewise.
5576 * elflink.h (elf_add_default_symbol, elf_fix_symbol_flags): Adjust
5577 calls to copy_indirect_symbol.
5578 * elf32-hppa.c (elf32_hppa_copy_indirect_symbol): Likewise.
5579 * elf32-i386.c (elf_i386_copy_indirect_symbol): Likewise.
5580 * elf32-s390.c (elf_s390_copy_indirect_symbol): Likewise.
5581 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Likewise.
5582 * elf64-s390.c (elf_s390_copy_indirect_symbol): Likewise.
5583 * elf64-x86-64.c (elf64_x86_64_copy_indirect_symbol): Likewise.
5584 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
5585 * elfxx-mips.c (_bfd_mips_elf_copy_indirect_symbol): Likewise.
5586 * elfxx-mips.h (_bfd_mips_elf_copy_indirect_symbol): Likewise.
5587 * elf.c (_bfd_elf_link_hash_copy_indirect): Likewise. Properly
5588 test refcounts for "used" values.
5589
8c2ab17d
AM
55902002-08-21 John David Anglin <dave@hiauly1.hia.nrc.ca>
5591
5592 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Add PARAMS to
5593 argument declaration.
5594
d62b1198 55952002-08-19 Elena Zannoni <ezannoni@redhat.com>
51020317
AM
5596
5597 * archures.c (bfd_mach_ppc_e500): Added.
5598 * bfd-in2.h: Rebuilt.
d62b1198
EZ
5599 * cpu-powerpc.c (bfd_powerpc_archs): Added e500.
5600
9f88ba09
AM
56012002-08-19 Alan Modra <amodra@bigpond.net.au>
5602
5603 * elf32-m68hc12.c (elf_backend_can_gc_sections): False.
5604
df622259
AC
56052002-08-17 Andrew Cagney <ac131313@redhat.com>
5606
5607 * elf.c (bfd_elf_get_elf_syms): Change type of `esym' to
51020317 5608 `bfd_byte'.
df622259 5609
44c410de
SC
56102002-08-17 Stan Cox <scox@redhat.com>
5611
5612 * elfxx-mips.c (_bfd_mips_elf_modify_segment_map): Use the
5613 IRIX 6 segment layout for NEWABI.
5614
4972a8e9
SC
56152002-08-16 Stephen Clarke <stephen.clarke@superh.com>
5616
1049f94e 5617 * elf32-sh.c (sh_elf_gc_mark_hook): For sh64, skip indirect
4972a8e9 5618 symbols when looking for section referred to by a relocation.
1049f94e 5619 * elf64-sh.c (sh_elf64_gc_mark_hook): Likewise.
51020317 5620
c5cd6d62
AM
56212002-08-15 Alan Modra <amodra@bigpond.net.au>
5622
5623 * elf32-i370.c: Move reloc enum to include/elf/i370.h.
5624
0741c7be
HPN
56252002-08-15 Hans-Peter Nilsson <hp@axis.com>
5626
5627 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Add
5628 missing check for whether the symbol is referenced by DSO before
5629 unexporting it as an unneeded dynamic symbol.
5630
e8d5d179
L
56312002-08-14 H.J. Lu <hjl@gnu.org>
5632
5633 * libbfd.h: Regenerate.
5634
e9229007
L
56352002-08-14 H.J. Lu <hjl@gnu.org>
5636
5637 * config.bfd: Always add 64bit vectors to 32bit Linux/mips.
5638
1fd03b5a
SC
56392002-08-14 Stephane Carrez <stcarrez@nerim.fr>
5640
5641 * elf32-m68hc11.c (m68hc11_relax_group): New to relax group of
5642 instructions.
5643 (m68hc11_direct_relax): New to define table of relaxable instructions.
5644 (find_relaxable_insn): New, find a relaxable insn.
5645 (compare_reloc): New to compare two relocs.
5646 (m68hc11_elf_relax_section): New, relax text sections.
5647 (m68hc11_elf_relax_delete_bytes): New, delete bytes and adjust branchs.
5648 (elf32_m68hc11_check_relocs): New function for GC support.
5649 (elf32_m68hc11_relocate_section): New function for GC support.
5650 (bfd_elf32_bfd_relax_section): Define to support linker relaxation.
5651 (elf_backend_check_relocs): Likewise.
5652 (elf_backend_relocate_section): Likewise.
5653
c828c771
L
56542002-08-13 H.J. Lu <hjl@gnu.org>
5655
5656 * elflink.h (NAME(bfd_elf,size_dynamic_sections): Don't count
5657 definitions in shared objects when checking symbol with
5658 undefined version.
5659
9b701e44
SC
56602002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5661
5662 * elf32-m68hc11.c (elf32_m68hc11_gc_mark_hook): New for section GC.
5663 (elf32_m68hc11_gc_sweep_hook): Likewise.
5664 (elf_backend_gc_mark_hook): Define for GC section support.
5665 (elf_backend_gc_sweep_hook): Likewise.
5666 (elf_backend_can_gc_sections): Likewise.
5667
5668 * elf32-m68hc12.c: Likewise.
5669
96405e3c
SC
56702002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5671
5672 * elf32-m68hc11.c (_bfd_m68hc11_elf_print_private_bfd_data): New.
5673 (_bfd_m68hc11_elf_merge_private_bfd_data): New function.
5674 (_bfd_m68hc11_elf_set_private_flags): New function.
5675 Use them to set/check/print ELF flags specific to 68HC11.
5676
5677 * elf32-m68hc12.c (_bfd_m68hc12_elf_print_private_bfd_data): New.
5678 (_bfd_m68hc12_elf_merge_private_bfd_data): New function.
5679 (_bfd_m68hc12_elf_set_private_flags): New function.
5680 Use them to set/check/print ELF flags specific to 68HC12.
5681
dae78fb0
SC
56822002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5683
5684 * elf32-m68hc11.c (elf_m68hc11_howto_table): Add the new relocs;
5685 fix masks for PC-rel relocs.
5686 (m68hc11_elf_ignore_reloc): New function.
5687
5688 * elf32-m68hc12.c (m68hc12_elf_special_reloc): New to handle specific
5689 68HC12 banked addressing relocs.
5690 (m68hc12_phys_addr): New to compute physical address of banked memory.
5691 (m68hc12_phys_page): Likewise for page.
5692 (m68hc12_addr_is_banked): New to see if address is in banked area.
5693 (elf_m68hc12_howto_table): Add new relocs and rename to xx12.
5694
3dbfec86
SC
56952002-08-13 Stephane Carrez <stcarrez@nerim.fr>
5696
5697 * reloc.c (BFD_RELOC_M68HC11_RL_JUMP, BFD_RELOC_M68HC11_RL_GROUP,
5698 BFD_RELOC_M68HC11_LO16, BFD_RELOC_M68HC11_PAGE,
5699 BFD_RELOC_M68HC11_24): New relocs for 68HC11/68HC12.
5700 * bfd-in2.h: Regenerate.
5701
871da94f
L
57022002-08-12 H.J. Lu <hjl@gnu.org>
5703
5704 * elflink.h (elf_add_default_symbol): Preserve section across
5705 elf_merge_symbol.
5706
59bc061d
NC
57072002-08-09 Graeme Peterson <gp@qnx.com>
5708
51020317 5709 * Makefile.am: Add entries for elf32-ppcqnx.c, and add
59bc061d
NC
5710 elf32-qnx.h dependency to elfarmqnx-nabi.c and elf32-i386qnx.c.
5711 * Makefile.in: Regenerate.
5712 * config.bfd: Add support for powerpc{le}-*-nto targets.
5713 * configure.in: Add support for bfd_elf32_powerpc{le}qnx_vec.
5714 * configure: Regenerate.
5715 * elf32-i386qnx.c: Moved backend functions into a QNX specific
5716 common file "elf32-qnx.h", and now include that file.
5717 * elf32-qnx.h: New file: QNX specific common elf backend.
5718 * elf32-ppc.c: Do not include elf32-target.h if
5719 ELF32_PPC_C_INCLUDED is defined.
5720 * elf32-ppcqnx.c: New file: Support for QNX.
5721 * elfarmqnx-nabi.c: Include elf32-qnx.h for qnx elf backend.
5722 * targets.c: Add bfd_elf32_powerpc{le}qnx_vec.
5723
2b692c59
NC
57242002-08-09 Nick Clifton <nickc@redhat.com>
5725
5726 * po/sv.po: Updated Swedish translation.
5727
d0c7ff07
TS
57282002-08-09 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5729
5730 * elfxx-mips.c (mips_elf_global_got_index): Avoid segfault if
5731 g->global_gotsym is NULL.
5732
d8bbe778
L
57332002-08-08 H.J. Lu <hjl@gnu.org>
5734
c5cd6d62 5735 * elflink.h (elf_add_default_symbol): Don't warn if a definition
d8bbe778
L
5736 overrides an indirect versioned symbol.
5737
c366c25e
JJ
57382002-08-08 Jakub Jelinek <jakub@redhat.com>
5739
5740 * elf32-i386.c (elf_i386_relocate_section): Fill in proper addend
5741 for R_386_TLS_TPOFF32 relocs against symndx 0.
5742
31941635
L
57432002-08-07 H.J. Lu <hjl@gnu.org>
5744
5745 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Check symbol
5746 with undefined version if needed.
5747 (elf_link_assign_sym_version): Match a default symbol with a
5748 version without definition. No need to hide the default
5749 definition separately.
5750
0f3bd64f
AM
57512002-08-08 Alan Modra <amodra@bigpond.net.au>
5752
7330fb86
AM
5753 * elflink.h (elf_link_output_extsym): Don't output symbols from
5754 SEC_EXCLUDE sections.
5755
0f3bd64f
AM
5756 * aoutx.h (aout_link_write_symbols): Correct handling of warning syms.
5757
a4aa0fb7
AM
57582002-08-07 Alan Modra <amodra@bigpond.net.au>
5759
5760 * elf64-ppc.c (edit_opd): Arrange to drop symbols for discarded .opd
5761 entries.
5762
34ea4a36
TS
57632002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5764
5765 * elfxx-mips.c (mips_elf_create_dynamic_relocation): Cast signedness
5766 mismatch.
5767
141ff970
TS
57682002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5769
5770 * elfxx-mips.c (ABI_64_P): Remove superfluous check.
5771
28458e7e
TS
57722002-08-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5773
5774 * elf32-mips.c (mips_reloc_map): Fix typo.
5775
0121a3da
AM
57762002-08-06 Alan Modra <amodra@bigpond.net.au>
5777
5778 * xcofflink.c (xcoff_write_global_symbol): Set n_scnum for abs_section.
5779
d006db6c
AM
57802002-08-06 Alan Modra <amodra@bigpond.net.au>
5781
5782 * elf64-ppc.c (ppc64_elf_howto_raw): Zero all src_mask entries.
5783
8ea80f08
AM
57842002-08-06 Alan Modra <amodra@bigpond.net.au>
5785
2a52da53
AM
5786 * libxcoff.h: Use PARAMS on function declarations.
5787 * coff-rs6000.c (xcoff_generate_rtinit): Simplify size calc.
5788 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
5789
8ea80f08
AM
5790 * coff-rs6000.c: (xcoff_rtype2howto): Don't place reloc address in
5791 addend.
5792 * coff64-rs6000.c: (xcoff64_rtype2howto): Likewise.
5793
cf9ab45b
AM
57942002-08-06 Alan Modra <amodra@bigpond.net.au>
5795
5796 * coff-rs6000.c: Formatting fixes.
5797 (xcoff_calculate_relocation): Use PARAMS in declaration.
5798 (xcoff_complain_overflow): Likewise.
5799 (xcoff_ppc_relocate_section): Use old-style function pointer call.
5800 (bfd_xcoff_backend_data): Remove useless comments.
5801 (rs6000coff_vec): Likewise.
5802 (bfd_pmac_xcoff_backend_data): Likewise.
5803 (pmac_xcoff_vec): Likewise.
8ea80f08 5804
cf9ab45b
AM
5805 * coff64-rs6000.c: Formatting fixes.
5806 (xcoff64_calculate_relocation): Use PARAMS in declaration.
5807 (xcoff64_ppc_relocate_section): Use old-style function pointer call.
5808 (bfd_xcoff_backend_data): Remove useless comments.
5809 (rs6000coff64_vec): Likewise.
5810 (bfd_xcoff_aix5_backend_data): Likewise.
5811 (aix5coff64_vec): Likewise.
5812
48bfecdd
AM
58132002-08-06 Alan Modra <amodra@bigpond.net.au>
5814
a78eab4e
AM
5815 * coff-rs6000.c (xcoff_howto_table): Revert some of last change to
5816 mask entries. Use complain_overflow_dont for R_REF.
5817 (xcoff_reloc_type_ba): Revert last change.
5818 (xcoff_reloc_type_br): Likewise.
5819 (xcoff_reloc_type_crel): Likewise.
5820 (xcoff_ppc_relocate_section): Likewise.
5821 * coff64-rs6000.c (xcoff64_reloc_type_br): Likewise.
5822 (xcoff64_ppc_relocate_section): Likewise.
5823 (xcoff64_howto_table): Revert some of last change to mask entries.
5824 Use complain_overflow_dont for R_REF.
5825
48bfecdd
AM
5826 * coff-rs6000.c (xcoff_howto_table): Fix src_mask entries. Make all
5827 relocs with bitsize == 16 have size = 1.
5828 (xcoff_reloc_type_ba): Correct src_mask and dst_mask adjustment.
5829 (xcoff_reloc_type_br): Likewise.
5830 (xcoff_reloc_type_crel): Likewise.
5831 (xcoff_ppc_relocate_section): Set up src_mask and dst_mask correctly.
5832 * coff64-rs6000.c (xcoff64_reloc_type_br): Correct src_mask and
5833 dst_mask adjustment.
5834 (xcoff64_ppc_relocate_section): Set up src_mask and dst_mask correctly.
5835 (xcoff64_howto_table): Fix src_mask entries. Make all relocs with
5836 bitsize == 16 have size = 1.
5837
fd13ed0c
DC
58382002-08-01 Denis Chertykov <denisc@overta.ru>
5839
5840 * elf32-ip2k.c: Processor manufacturer changed to Ubicom.
5841 (struct misc): New field isymbuf. All free_* fields removed.
5842 (symbol_value): Pass in internal syms. No need to swap syms in.
5843 (ip2k_elf_relax_section): Use bfd_elf_get_elf_syms. Properly free
5844 possibly cached info.
5845 (tidyup_after_error): Removed.
5846 (ip2k_elf_relax_section_pass1): Don't use removed fields of struct
5847 misc. Use new field.
5848 (adjust_all_relocations): Use internal syms. No need to swap syms
5849 in and out.
5850 (add_page_insn): Don't use removed fields of struct misc.
5851
24a1ba0f
NC
58522002-08-01 Nick Clifton <nickc@redhat.com>
5853
5854 * elf32-arm.h: Revert previous delta.
5855
a6903459
NC
58562002-08-01 Nick Clifton <nickc@redhat.com>
5857
5858 * configure.in (AM_INIT_AUTOMAKE): Bump version number.
5859 * configure: Regenerate.
5860
39a2a3eb
L
58612002-07-31 H.J. Lu <hjl@gnu.org>
5862
5863 * config.bfd: Add x86-64 vector to Linux/i386 if 64bit BFD is
5864 selected.
5865
a0dfa6a8
L
58662002-07-31 H.J. Lu <hjl@gnu.org>
5867
5868 * config.bfd: Add n32 vectors to 32bit Linux/mips if 64bit BFD
5869 is selected.
5870
cd67d266
JJ
58712002-07-31 Jakub Jelinek <jakub@redhat.com>
5872
5873 * elf32-i386.c (elf_i386_copy_indirect_symbol): Swap tls_type
5874 if _bfd_elf_link_hash_copy_indirect will swap got.refcount.
5875
4eb6b71c
NC
58762002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5877
5878 * cpu-ns32k.c (_bfd_ns32k_put_immdeiate, _bfd_ns32k_get_immediate):
5879 There is no 8 byte relocation type for this architecture.
5880 (do_ns32k_reloc): Use bfd_vma instead of native types.
5881 (bfd_ns32k_put_immediate, _bfd_ns32k_relocate_contents) put_data
5882 returns void.
5883 (_bfd_ns32k_put_displacement): Don't check for overflow. We can
5884 rely on generic code to do that.
5885 * aout-ns32k.c (howto_table): Add appropriate overflow detection
5886 to all table entries.
5887 (_bfd_ns32k_relocate_contents): put_data returns void.
5888 * ns32k.h: (_bfd_ns32k_put_displacement, _bfd_ns32k_put_immediate)
5889 (_bfd_do_ns32k_reloc_contents): Fix prototypes. put data functions
5890 return void.
5891
f7c33884
NC
58922002-07-31 Ian Dall <ian@sibyl.beware.dropbear.id.au>
5893
5894 * aoutx.h (aout_link_check_ar_symbols): Whether to include an
5895 archive object is target dependant.
5896
8f64befb
NC
58972002-07-31 Adam Nemet <anemet@lnxw.com>
5898
5899 * elf32-arm.h (ARM_PLT_ENTRY_SIZE): Rename PLT_ENTRY_SIZE.
5900 (THUMB_PLT_ENTRY_SIZE): New macro.
5901 (PLT_ENTRY_SIZE): Return the appropriate *_PLT_ENTRY_SIZE.
5902 (elf32_arm_plt0_entry): Rename PLT_ENTRY_SIZE to
5903 ARM_PLT_ENTRY_SIZE.
5904 (elf32_arm_plt_entry): Likewise.
5905 (elf_backend_plt_header_size): Likewise.
5906 (elf32_thumb_plt0_entry): New global.
5907 (elf32_arm_finish_dynamic_sections): Use it. Put Thumb entries
5908 into .plt.thumb.
5909 (elf32_thumb_plt_entry): New global.
5910 (elf32_arm_finish_dynamic_symbol): Use it. Use .thumb.plt for
5911 Thumb entries. Set the bottom bit of the corresponding GOT entry
5912 for a Thumb PLT entry.
5913 (struct elf32_arm_plt_entry_info): New structure.
5914 (struct elf32_arm_link_hash_entry, plt_info): New member of this
5915 type.
5916 (elf32_arm_link_hash_newfunc): Initialize new member.
5917 (elf32_arm_final_link_relocate, R_ARM_THM_PC22 case): Handle
5918 relocations against the PLT.
5919 (elf32_arm_check_relocs, case R_ARM_PLT32 case): Set
5920 first_rel_type if this is the first time we encounter the symbol.
5921 (elf32_arm_check_relocs, case R_ARM_THM_PC22 case): New case.
5922 Determine if relocation needs a PLT entry. Set first_rel_type if
5923 this is the first time we encounter the symbol
5924 (elf32_arm_adjust_dynamic_symbol): Create PLT entries for Thumb
5925 functions as well.
5926 (elf32_arm_size_dynamic_sections): Handle .plt.thumb like .plt.
5927 (elf32_arm_create_dynamic_sections): New function. Create the
5928 .plt.thumb section.
5929 (elf_backend_create_dynamic_sections): Call it.
5930
47badb7b
NC
59312002-07-31 Nick Clifton <nickc@redhat.com>
5932
5933 * bfd.c (bfd_alt_mach_code): Rename parameter 'index' to
5934 'alternative' in order to avoid shadowing global symbol of the
5935 same name.
5936 * bfd-in2.h: Regenerate.
5937 * libbfd.h: Regenerate.
5938 * libcoff.h: Regenerate.
5939
8a397dad
TS
59402002-07-31 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
5941
5942 * Makefile.am: Add n32 ABI support.
5943 * Makefile.in: Regenerate.
5944 * config.bfd: Add n32 vectors to mips64*-*-linux* targets. Treat 64
5945 bit vectors for mips*-*-linux targets as optional.
5946 * configure.in: Add n32 ABI vectors.
5947 * configure: Regenerate.
5948 * elf32-mips.c (mips_elf32_object_p): Reject n32 ABI files.
5949 * elfn32-mips.c: New file, n32 ABI support.
5950 * targets.c: Add n32 ABI vectors.
5951
7e392df6 59522002-07-30 Graeme Peterson <gp@qnx.com>
83e1617e 5953
7e392df6
NC
5954 * elfarmqnx-nabi.c: New file: Support for QNX.
5955 * config.bfd: Add support for arm-*-nto target.
5956 * configure.in: Add support for bfd_elf32_{big|little}armqnx_vec.
5957 * configure: Regenerate.
5958 * Makefile.am: Add entries for elfarmqnx-nabi.c.
5959 * Makefile.in: Regenerate.
5960 * elf32-arm.h (ELF_MAXPAGESIZE): Do not define if already defined.
5961 Do not define global function if ELFARM_NABI_C_INCLUDED is defined.
5962 * elfarm-nabi.c: Do not include elf32-arm.h if
5963 ELFARM_NABI_C_INCLUDED is defined.
5964 * targets.c: Add bfd_elf32_{big|little}armqnx_vec.
7330fb86 5965
7e392df6 59662002-07-30 Nick Clifton <nickc@redhat.com>
7330fb86 5967
83e1617e
NC
5968 * po/sv.po: Updated Swedish translation.
5969
704afa60
JJ
59702002-07-30 Jakub Jelinek <jakub@redhat.com>
5971
5972 * elf.c (elf_fake_sections): Fix up .tbss sh_size and sh_type.
5973
487e54f2
AM
59742002-07-30 Alan Modra <amodra@bigpond.net.au>
5975
5976 * aoutx.h (some_aout_object_p): Clean up tdata properly on error.
5977 * archive.c (bfd_generic_archive_p): Likewise.
5978 * coff-rs6000.c (_bfd_xcoff_archive_p): Likewise.
5979 (_bfd_xcoff_archive_p): Use bfd_scan_vma in place of strtol.
5980 * coff64-rs6000.c (xcoff64_slurp_armap): Likewise.
5981 (xcoff64_archive_p): Likewise.
5982 (xcoff64_openr_next_archived_file): Likewise.
5983 (xcoff64_archive_p): Clean up tdata properly on error.
5984 * coffgen.c (coff_real_object_p): Likewise.
5985 (coff_object_p): Release filehdr and opthdr.
5986 * ecoff.c (_bfd_ecoff_archive_p): Clean up tdata properly on error.
5987 * ieee.c (ieee_archive_p): Likewise.
5988 * ihex.c (ihex_object_p): Likewise.
5989 (ihex_mkobject): Always allocate tdata.
5990 * peicode.h (pe_ILF_object_p): Release bfd_alloc'd buffer on error.
5991 * srec.c (srec_mkobject): Always allocate tdata.
5992 (srec_object_p): Clean up tdata properly on error.
5993 (symbolsrec_object_p): Likewise.
5994 * versados.c (versados_object_p): Likewise.
5995 * vms-misc.c (_bfd_vms_get_record): Use bfd_malloc instead of malloc,
5996 and bfd_realloc instead of realloc.
5997 (add_new_contents): Use bfd_alloc instead of bfd_malloc for sections.
5998 * vms.c (vms_initialize): Always allocate tdata. Use bfd_alloc in
5999 place of bfd_malloc, simplifying error freeing. Free hash table too.
6000 (vms_object_p): Clean up tdata on error.
6001 (vms_mkobject): Don't complain on stderr if vms_initialize fails.
6002 (vms_close_and_cleanup): Adjust for bfd_alloc use.
6003
9d46020e
AM
60042002-07-30 Alan Modra <amodra@bigpond.net.au>
6005
6006 * elfxx-ia64.c (elfNN_ia64_final_write_processing): Set e_flags.
6007
fb39dac1
RS
60082002-07-26 Chris Demetriou <cgd@broadcom.com>
6009
6010 * elfxx-mips.c (_bfd_mips_elf_merge_private_bfd_data): Merge ASE
6011 flags into resulting BFD.
6012
7a624474
AM
60132002-07-26 Alan Modra <amodra@bigpond.net.au>
6014
6015 From John Reiser <jreiser@BitWagon.com>
6016 * elf32-i386.c (elf_i386_link_hash_table_create): Clear
6017 tls_ldm_got.refcount.
6018
a4382ec6
TS
60192002-07-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6020
6021 * elf64-mips.c: Update TODO comment.
6022 (mips_elf64_higher_reloc,mips_elf64_highest_reloc,
6023 mips_elf64_gprel16_reloca): Remove prototypes.
6024 (mips16_jump_reloc,mips16_gprel_reloc): Add functions.
6025 (UNUSED_RELOC): Replace by EMPTY_RELOC.
6026 (mips_elf64_howto_table_rel): Use special R_MIPS_HI16 handling. Remove
6027 wrong comments. Remove disfunctional support of R_MIPS_HIGHER and
6028 R_MIPS_HIGHEST.
6029 (mips_elf64_howto_table_rela): Fix handling of R_MIPS_GPREL16 and
6030 R_MIPS_GOT16. Remove wrong comments.
6031 (elf_mips16_jump_howto,elf_mips16_gprel_howto,
6032 elf_mips_gnu_vtinherit_howto,elf_mips_gnu_vtentry_howto): New, code
6033 from elf32-mips.c.
6034 (mips_elf64_hi16_reloc): Fix formatting.
6035 (mips_elf64_higher_reloc,mips_elf64_highest_reloc): Remove.
6036 (mips_elf64_got16_reloc): Fix formatting. Remove superfluous code.
6037 Better comment. Fall back to R_MIPS_GOT_DISP instead of abort().
6038 (mips_elf64_gprel16_reloc): Make static. Add check for
6039 partial_inplace.
6040 (mips_elf64_gprel16_reloca): Remove.
6041 (mips_elf64_literal_reloc): New function.
6042 (mips_elf64_gprel32_reloc): Fix formatting.
6043 (mips_elf64_shift6_reloc): Fix comment. Make static.
6044 (mips16_jump_reloc,mips16_gprel_reloc): New functions, code from
6045 elf32-mips.c.
6046 (elf_reloc_map,mips_reloc_map): New mapping table, similiar as in
6047 elf32-mips.c
6048 (bfd_elf64_bfd_reloc_type_lookup): Use the mapping table. Enable GNU
6049 specific relocations.
6050 (mips_elf64_rtype_to_howto): Enable GNU specific relocations.
6051 (mips_elf64_object_p): Invert logic to check for SGI-ish ABI.
6052 (ELF_MAXPAGESIZE): Add comment.
6053
219576a4
NC
60542002-07-25 Nick Clifton <nickc@redhat.com>
6055
6056 * po/sv.po: Updated Swedish translation.
6057 * po/es.po: Updated Spanish translation.
6058 * po/fr.po: Updated French translation.
6059
8c58d23b
AM
60602002-07-25 Alan Modra <amodra@bigpond.net.au>
6061
6062 * elf-bfd.h (_bfd_elf32_link_record_local_dynamic_symbol): Define
6063 as elf_link_record_local_dynamic_symbol.
6064 (_bfd_elf64_link_record_local_dynamic_symbol): Likewise.
6065 (elf_link_record_local_dynamic_symbol): Declare. Now returns int.
6066 * elflink.h (elf_link_record_local_dynamic_symbol): Move to..
6067 * elflink.c: .. here. Use bfd_elf_get_elf_syms. Check whether an
6068 attempt is made to record a symbol in a discarded section, and
6069 return `2' in that case.
6070
ff3063f5
NC
60712002-07-24 Nick Clifton <nickc@redhat.com>
6072
6073 * po/sv.po: Updated Swedish translation.
6074 * po/es.po: Updated Spanish translation.
6075
f0fe0e16
AM
60762002-07-23 Alan Modra <amodra@bigpond.net.au>
6077
c1fb5f8a
AM
6078 * po/SRC-POTFILES.in: Regenerate.
6079
f0fe0e16
AM
6080 * elf-hppa.h (elf_hppa_relocate_section): If relocatable, return
6081 immediately. Remove code handling relocatable linking.
6082 * elf32-avr.c (elf32_avr_relocate_section): Likewise.
6083 * elf32-cris.c (cris_elf_relocate_section): Likewise.
6084 * elf32-fr30.c (elf32_frv_relocate_section): Likewise.
de2d743e 6085 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
6086 * elf32-h8300.c (elf32_h8_relocate_section): Likewise.
6087 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
6088 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6089 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6090 * elf32-v850.c (v850_elf_relocate_section): Likewise.
6091 * elf32-vax.c (elf_vax_relocate_section): Likewise.
6092 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6093 * elf32-avr.c (elf_backend_rela_normal): Define.
6094 * elf32-cris.c: Likewise.
6095 * elf32-fr30.c: Likewise.
de2d743e 6096 * elf32-frv.c: Likewise.
f0fe0e16
AM
6097 * elf32-h8300.c: Likewise.
6098 * elf32-hppa.c: Likewise.
6099 * elf32-ip2k.c: Likewise.
6100 * elf32-sparc.c: Likewise.
6101 * elf32-v850.c: Likewise.
6102 * elf32-vax.c: Likewise.
6103 * elf64-hppa.c: Likewise.
6104 * elf64-sparc.c: Likewise.
6105 * elf32-fr30.c (elf32_frv_relocate_section): Edit comment.
de2d743e 6106 * elf32-frv.c (elf32_frv_relocate_section): Likewise.
f0fe0e16
AM
6107 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
6108 * elf32-ip2k.c (ip2k_elf_relocate_section): Likewise.
6109 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
6110 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
6111 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
6112 * elf-m10200.c (USE_RELA): Don't define.
6113 * elf-m10300.c: Likewise.
de2d743e 6114 * elfarm-oabi.c: Likewise.
f0fe0e16
AM
6115 * elf32-i370.c: Likewise.
6116 * elf32-ip2k.c: Likewise.
6117 * elf32-m68k.c: Likewise.
6118 * elf32-mcore.c: Likewise.
6119 * elf32-ppc.c: Likewise.
6120 * elf32-s390.c: Likewise.
6121 * elf32-vax.c: Likewise.
6122 * elf64-ppc.c: Likewise.
6123 * elf64-s390.c: Likewise.
6124 * elf64-x86-64.c: Likewise.
6125 * elfxx-ia64.c: Likewise.
6126 * elf32-avr.c (USE_REL): Don't undef.
6127 * elf32-ip2k.c: Likewise.
6128
5e8d7549
NC
61292002-07-23 Nick Clifton <nickc@redhat.com>
6130
6131 * elf-bfd.h (struct elf_backend_data): Add new bitfield
6132 'want_p_paddr_set_to_zero'.
6133 * elfxx-target.h: Set default value for want_p_paddr_set_to_zero
6134 to false;
6135 * elfxx-ia64.c: Set want_p_paddr_set_zero for HPUX target.
6136 * elf.c (copy_private_bfd_data): Test want_p_paddr_set_zero.
6137
9e12c7db
NC
61382002-07-23 Gabor Keresztfalvi <keresztg@mail.com>
6139
6140 * nlmcode.h (nlm_swap_auxiliary_headers_out): Swapped the order of
6141 the MeSsAgEs and CoPyRiGhT tags to make >=NW4.x NLM loaders to
6142 show the Copyright string.
6143 Minor formatting tidy ups.
6144
0461a601
NC
61452002-07-23 Nick Clifton <nickc@redhat.com>
6146
ff3063f5
NC
6147 * po/fr.po: Updated French translation.
6148 * po/sv.po: Updated Swedish translation.
0461a601 6149
fad2542d
AM
61502002-07-23 Alan Modra <amodra@bigpond.net.au>
6151
6152 * elflink.h (elf_link_input_bfd): Don't change internal symbols
6153 when outputting relocs.
6154
c0647bfc
JT
61552002-07-20 Jason Thorpe <thorpej@wasabisystems.com>
6156
6157 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Only insert
6158 DT_PLTGOT into the dynamic section if there is a PLT.
6159
d01414a5
TS
61602002-07-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6161
6162 * elfxx-mips.c (_bfd_mips_elf_discard_info): New function, code from
6163 elf32-mips.c.
6164 (_bfd_mips_elf_write_section): Likewise.
6165 * elfxx-mips.h (_bfd_mips_elf_discard_info): New prototype.
6166 (_bfd_mips_elf_write_section): Likewise.
6167 * elf32-mips.c (elf32_mips_discard_info): Move to elfxx-mips.c.
6168 (elf32_mips_write_section): Likewise.
6169 * elf64-mips.c (_bfd_mips_elf_ignore_discarded_relocs): Use it.
6170 (_bfd_mips_elf_write_section): Likewise.
6171
40c97fc6
AM
61722002-07-19 Alan Modra <amodra@bigpond.net.au>
6173
6174 * elfxx-ia64.c: (elfNN_ia64_modify_segment_map): Properly scan
6175 PT_IA_64_UNWIND segments for a given section.
6176
58378160
L
61772002-07-17 H.J. Lu <hjl@gnu.org>
6178
6179 * Makefile.am: Fix a typo.
6180 * Makefile.in: Regenerate.
6181
cf88bb9f
NC
61822002-07-15 Denis Chertykov <denisc@overta.ru>
6183 Frank Ch. Eigler <fche@redhat.com>
6184 Ben Elliston <bje@redhat.com>
6185 Alan Lehotsky <alehotsky@cygnus.com>
6186 John Healy <jhealy@redhat.com>
6187 Graham Stott <grahams@redhat.com>
6188 Jeff Johnston <jjohnstn@redhat.com>
6189
6190 * Makefile.am: Add support for ip2k.
6191 * Makefile.in: Regenerate.
6192 * doc/Makefile.in: Regenerate.
6193 * archures.c: Add support for ip2k.
6194 * config.bfd: Add support for ip2k.
6195 * configure.in: Add support for ip2k.
6196 * configure: Regenerate.
6197 * reloc.c: Add support for ip2k.
6198 * targets.c: Add support for ip2k.
6199 * bfd-in2.h: Regenerate.
6200 * libbfd.h: Regenerate.
6201 * cpu-ip2k.c: New file.
6202 * elf32-ip2k.c: New file.
6203
0dafd5f6
RE
62042002-07-17 Ian Rickards <irickard@arm.com>
6205
40c97fc6 6206 * dwarf2.c (concat_filename): If we can't establish the directory
0dafd5f6
RE
6207 just return the filename.
6208
36b08f12
AM
62092002-07-16 Moritz Jodeit <moritz@jodeit.org>
6210
6211 * peXXigen.c (_bfd_XXi_swap_aouthdr_out): Correct order of memset args.
6212
58821868
AM
62132002-07-16 Alan Modra <amodra@bigpond.net.au>
6214
6215 * elflink.h: Formatting fixes, tidy prototypes.
6216 (elf_link_assign_sym_version): Move common code out of loop.
6217
c89583f8
AM
62182002-07-16 Alan Modra <amodra@bigpond.net.au>
6219
6220 * elflink.h (elf_link_input_bfd): Don't call reloc_emitter when
6221 reloc section size is zero. Correct reloc output location.
6222
ba94744e
AM
62232002-07-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6224
6225 * elf-hppa.h (elf_hppa_reloc_final_type): Use R_PARISC_PCREL16F as
6226 the final type for the e_fsel selector when generating PA2.0W code.
6227 (elf_hppa_relocate_insn): Provide support for PA2.0W 16-bit format 1
6228 relocations.
6229
96a94295
L
62302002-07-14 H.J. Lu <hjl@gnu.org>
6231
6232 * elflink.h (elf_link_assign_sym_version): Hide the default
6233 definition if there is a hidden versioned definition.
6234
6849c52f
HPN
62352002-07-12 Hans-Peter Nilsson <hp@axis.com>
6236
6237 * elf32-cris.c (cris_elf_relocate_section): Drop nonsensical
6238 dynamic reference test in assertion when initializing GOT with
6239 static contents. Just assert that there are either no dynamic
6240 sections, the symbol is defined in the regular objects or that the
6241 symbol is undef weak. Tweak comment.
6242 (elf_cris_finish_dynamic_symbol): Emit .got reloc for a program
6243 only if the symbol isn't defined in the program and isn't undef
6244 weak.
6245 (elf_cris_adjust_dynamic_symbol): Simplify condition for getting
6246 rid of PLT entry: only do it if the symbol isn't defined in a DSO.
6247 When doing so, clear ELF_LINK_HASH_NEEDS_PLT. Tweak comments.
6248 (elf_cris_discard_excess_program_dynamics): Don't consider
6249 ELF_LINK_HASH_REF_DYNAMIC when omitting .got runtime relocs.
6250
239e1f3a
AM
62512002-07-11 Alan Modra <amodra@bigpond.net.au>
6252
6253 * elf32-i386.c (elf_i386_relocate_section): Don't complain about
6254 unresolved debugging relocs in dynamic applications.
6255 * elf32-s390.c (elf_s390_relocate_section): Likewise.
6256 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
6257 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
6258 * elf64-s390.c (elf_s390_relocate_section): Likewise.
6259 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
6260 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
6261
2f6d9989
AM
62622002-07-10 Alan Modra <amodra@bigpond.net.au>
6263
f5e87a1d
AM
6264 * elf64-ppc.c (ONES): Define.
6265 (ppc64_elf_howto_table): Use ONES here to avoid warnings. Fill in
6266 missing src_mask fields. Tweak R_PPC64_NONE, R_PPC64_COPY. Fill
6267 in missing dst_mask fields on R_PPC64_PLT32, R_PPC64_PLTREL32.
6268
2f6d9989
AM
6269 * elf64-ppc.c (ppc64_elf_get_symbol_info): Delete.
6270 (ppc64_elf_set_private_flags): Delete.
6271 (ppc64_elf_section_from_shdr): Delete.
6272 (ppc64_elf_merge_private_bfd_data): Remove flag checking/merging code.
6273 (ppc64_elf_fake_sections): Delete.
6274 (bfd_elf64_bfd_set_private_flags): Don't define.
6275 (bfd_elf64_get_symbol_info): Likewise.
6276 (elf_backend_section_from_shdr): Likewise.
6277 (elf_backend_fake_sections): Likewise.
6278
0594c12d
AM
62792002-07-10 Marco Walther <Marco.Walther@sun.com>
6280
6281 * elf.c: (assign_section_numbers) Set sh_entsize for .stab only
6282 when not already set.
6283 * elf64-sparc.c: (sparc64_elf_fake_sections): New function.
6284 (elf_backend_fake_sections): Define.
6285
699cb9b8
AM
62862002-07-10 Alan Modra <amodra@bigpond.net.au>
6287
6288 * merge.c (_bfd_merge_section): Remove redundant output_section check.
6289 Formatting.
6290 (_bfd_merge_sections): Don't set SEC_EXCLUDE on unused sections.
6291
0a4787a0
HPN
62922002-07-09 Hans-Peter Nilsson <hp@axis.com>
6293
6294 * elf32-cris.c (cris_elf_relocate_section): Move sanity-check for
6295 NULL sym_hashes to just before use.
6296 <case R_CRIS_32_GOTREL>: In test for local symbol, accept also
6297 symbol with non-default visibility.
6298 <case R_CRIS_32_GOTREL, case R_CRIS_32_PLT_GOTREL>: Ditto.
6299 <case R_CRIS_8_PCREL, case R_CRIS_16_PCREL, case R_CRIS_32_PCREL>:
6300 Ditto.
6301 (cris_elf_gc_sweep_hook): Only decrease h->plt.refcount for
6302 symbol with non-default visibility.
6303 (cris_elf_check_relocs): At tests for local symbol before
6304 increasing h->plt.refcount, also check for non-default
6305 visibility. Ditto when checking for local symbol to eliminate
6306 pc-relative runtime relocs.
6307
aecc8f8a
AM
63082002-07-08 Alan Modra <amodra@bigpond.net.au>
6309
6310 * elf.c: Formatting.
6311 (IS_SOLARIS_PT_INTERP): Add p_paddr and p_memsz checks.
6312 (INCLUDE_SECTION_IN_SEGMENT): Remove IS_SOLARIS_PT_INTERP.
6313 (copy_private_bfd_data): Set p_vaddr on broken Solaris PT_INTERP
6314 segments.
6315
e9168c1e
MM
63162002-07-07 Mark Mitchell <mark@codesourcery.com>
6317 Alan Modra <amodra@bigpond.net.au>
6318
6319 * cofflink.c (_bfd_coff_final_link): On PE COFF systems, take into
6320 account the impact of relocation count overflow when computing
6321 section offsets.
6322 * coffcode.h (coff_write_relocs): Use obj_pe when deciding whether
6323 or not to apply the PE COFF reloc overflow handling. Fix a
6324 fencepost error in deciding whether or not to use that technique.
6325
6cdc0ccc
AM
63262002-07-07 Alan Modra <amodra@bigpond.net.au>
6327
6328 * elf-bfd.h (struct elf_reloc_cookie): Remove locsym_shndx,
6329 change type of locsyms.
6330 (bfd_elf_get_elf_syms): Declare.
6331 * elf.c (bfd_elf_get_elf_syms): New function.
6332 (group_signature): Use bfd_elf_get_elf_syms.
6333 (bfd_section_from_r_symndx): Likewise.
6334 * elfcode.h (elf_slurp_symbol_table): Likewise.
6335 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6336 (elf_link_add_object_symbols): Likewise. Reorganise to increase
6337 locality of various data structures. Properly free internal relocs.
6338 (elf_bfd_final_link): Properly free internal relocs.
6339 (elf_link_check_versioned_symbol): Use bfd_elf_get_elf_syms.
6340 (elf_link_input_bfd): Likewise.
6341 (elf_gc_mark): Likewise. Properly free internal relocs.
6342 (elf_gc_sweep): Properly free internal relocs.
6343 (elf_reloc_symbol_deleted_p): No need to swap syms in.
6344 (elf_bfd_discard_info): Use bfd_elf_get_elf_syms. Properly free
6345 internal relocs.
6346 * elf-m10200.c (mn10200_elf_relax_section): Use bfd_elf_get_elf_syms.
6347 Properly free possibly cached info.
6348 (mn10200_elf_relax_delete_bytes): Remove symbol swapping code.
6349 (mn10200_elf_symbol_address_p): Pass in internal syms. Remove
6350 symbol swapping code.
6351 (mn10200_elf_get_relocated_section_contents): Use bfd_elf_get_elf_syms.
6352 Properly free possibly cached info.
6353 * elf-m10300.c (mn10300_elf_relax_section): As above for elf-m10200.c.
6354 (mn10300_elf_relax_delete_bytes): Likewise.
6355 (mn10300_elf_symbol_address_p): Likewise.
6356 (mn10300_elf_get_relocated_section_contents): Likewise.
6357 * elf32-h8300.c (elf32_h8_relax_section): As above for elf-m10200.c.
6358 (elf32_h8_relax_delete_bytes): Likewise.
6359 (elf32_h8_symbol_address_p): Likewise.
6360 (elf32_h8_get_relocated_section_contents): Likewise.
6361 * elf32-m32r.c (m32r_elf_relax_section): As above for elf-m10200.c.
6362 (m32r_elf_relax_delete_bytes): Likewise.
6363 (m32r_elf_get_relocated_section_contents): Likewise.
6364 * elf32-sh.c (sh_elf_reloc_loop): Free section contents using
6365 elf_section_data to determine whether cached.
6366 (sh_elf_relax_section): As above for elf-m10200.c.
6367 (sh_elf_relax_delete_bytes): Likewise.
6368 (sh_elf_get_relocated_section_contents): Likewise.
6369 * elf32-xstormy16.c (xstormy16_elf_relax_section): As above.
6370 * elf64-alpha.c (elf64_alpha_relax_section): As above. Also delay
6371 reading of local syms.
6372 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
6373 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): As above.
6374 * elfxx-ia64.c (elfNN_ia64_relax_section): As above.
6375 * elfxx-mips.c (_bfd_mips_elf_check_relocs): Properly free internal
6376 relocs.
6377 * elf32-arm.h (bfd_elf32_arm_process_before_allocation): Properly
6378 free internal relocs and section contents. Don't read symbols.
6379 * elf32-hppa.c (get_local_syms): Use bfd_elf_get_elf_syms.
6380 (elf32_hppa_size_stubs): Don't free local syms.
6381 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Delay
6382 reading of local syms. Use bfd_elf_get_elf_syms. Properly free
6383 possibly cached info.
6384 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
6385 * elf64-hppa.c (elf64_hppa_check_relocs): Use bfd_elf_get_elf_syms.
6386 * elf64-ppc.c (struct ppc_link_hash_table): Delete bfd_count and
6387 all_local_syms.
6388 (get_local_syms): Delete function.
6389 (edit_opd): Use bfd_elf_get_elf_syms. Free on error exit. Cache
6390 on exit.
6391 (ppc64_elf_size_stubs): Use bfd_elf_get_elf_syms. Free/cache on exit.
6392
b3212001
JW
63932002-07-05 Jim Wilson <wilson@redhat.com>
6394
6395 * syms.c (decode_section_type): New.
6396 (bfd_decode_symclass): Call decode_section_type.
6397
894bb1ee
JJ
63982002-07-04 Jakub Jelinek <jakub@redhat.com>
6399
6400 * merge.c (_bfd_merged_section_offset): Avoid accessing byte before
6401 section content start.
6402 Reported by Michael Schumacher <mike@hightec-rt.com>.
6403
bc0ba537
AM
64042002-07-04 Alan Modra <amodra@bigpond.net.au>
6405
9b5ecbd0 6406 * section.c (_bfd_strip_section_from_output): Remove unnecessary
bc0ba537
AM
6407 link order code. Don't actually remove the output section here;
6408 Just set a flag for the linker to do so.
6409 * elflink.c (_bfd_elf_link_renumber_dynsyms): Test for removed
6410 sections when setting up output section dynsyms.
6411
797fc050
AM
64122002-07-04 Alan Modra <amodra@bigpond.net.au>
6413
6414 * elflink.h (elf_link_add_object_symbols): Revert 1999-09-02 hpux
6415 fudge.
6416 * elf.c (bfd_section_from_shdr): Work around broken hpux shared
6417 libs here instead.
6418
99881371
MS
64192002-07-02 Martin Schwidefsky <schwidefsky@de.ibm.com>
6420
6421 * elf64-s390.c (create_got_section): Set .got section alignment to
6422 8 bytes.
6423 (elf_s390_check_relocs): Set .rela.dyn section alignment to 8 bytes.
6424
47d9a591
AM
64252002-07-02 Alan Modra <amodra@bigpond.net.au>
6426
6427 * elf.c (_bfd_elf_reloc_type_class): Fix comment grammar.
6428
179d3252
JT
64292002-07-01 Matt Thomas <matt@3am-software.com>
6430
6431 * elf32-vax.c (elf32_vax_print_private_bfd_data): Change EF_*
6432 to EF_VAX_*.
6433
4a14403c
TS
64342002-07-01 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6435
6436 * elfxx-mips.c (ABI_64_P): Fix comment.
6437 (MIPS_ELF_OPTIONS_SECTION_NAME,MIPS_ELF_STUB_SECTION_NAME): Use the
6438 new section names for N64 ABI.
6439 (mips_elf_output_extsym): No special _gp_disp handling for NewABI.
6440 (mips_elf_calculate_relocation): Code formatting.
6441 (mips_elf_create_dynamic_relocation): Likewise.
6442 (_bfd_mips_elf_fake_sections): IRIX6 needs this hack, too.
6443 (_bfd_mips_elf_size_dynamic_sections): Handle GOT_PAGE for any NewABI.
6444 (_bfd_mips_elf_relocate_section): No special handling for R_MIPS_64
6445 in any NewABI.
6446 (_bfd_mips_elf_finish_dynamic_symbol): No special _gp_disp handling
6447 for NewABI.
6448 (_bfd_mips_elf_modify_segment_map): Handle any N64 ABI.
6449 (_bfd_mips_elf_gc_sweep_hook): NewABI GOT relocs should be handled
6450 here, too.
6451
607c0e09
AS
64522002-07-01 Andreas Schwab <schwab@suse.de>
6453
6454 * elf64-x86-64.c (elf64_x86_64_relocate_section): Only convert
6455 R_X86_64_64 to R_X86_64_RELATIVE.
6456
ba26fd96
AM
64572002-07-01 John David Anglin <dave@hiauly1.hia.nrc.ca>
6458
6459 * vaxbsd.c: New BFD backend for VAX BSD and Ultrix.
6460 * Makefile.am (BFD32_BACKENDS, BFD32_BACKENDS_CFILES): Add new backend.
6461 Run "make dep-am".
6462 * config.bfd (vax-*-bsd* | vax-*-ultrix*): Use vaxbsd_vec instead of
6463 host_aout_vec.
6464 * configure.in (vaxbsd_vec): Add.
6465 * targets.c (vaxbsd_vec): Add.
6466 * Makefile.in: Rebuild.
6467 * configure: Rebuild.
6468 * po/SRC-POTFILES.in: Rebuild.
6469
1e2f5b6e
AM
64702002-07-01 Alan Modra <amodra@bigpond.net.au>
6471
6472 * elflink.h (elf_gc_mark): Pass in the section whose relocs we are
6473 examining to gc_mark_hook, rather than the bfd.
6474 (elf_gc_sections): Adjust.
6475 * elf-bfd.h (struct elf_backend_data <gc_mark_hook>): Likewise.
6476 * elf-m10300.c (mn10300_elf_gc_mark_hook): Likewise.
6477 * elf32-arm.h (elf32_arm_gc_mark_hook): Likewise.
6478 * elf32-avr.c (elf32_avr_gc_mark_hook): Likewise.
6479 * elf32-cris.c (cris_elf_gc_mark_hook): Likewise.
6480 * elf32-d10v.c (elf32_d10v_gc_mark_hook): Likewise.
6481 * elf32-fr30.c (fr30_elf_gc_mark_hook): Likewise.
6482 * elf32-hppa.c (elf32_hppa_gc_mark_hook): Likewise.
6483 * elf32-i386.c (elf_i386_gc_mark_hook): Likewise.
6484 * elf32-m32r.c (m32r_elf_gc_mark_hook): Likewise.
6485 * elf32-m68k.c (elf_m68k_gc_mark_hook): Likewise.
6486 * elf32-mcore.c (mcore_elf_gc_mark_hook): Likewise.
6487 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Likewise.
6488 * elf32-ppc.c (ppc_elf_gc_mark_hook): Likewise.
6489 * elf32-s390.c (elf_s390_gc_mark_hook): Likewise.
6490 * elf32-sh.c (sh_elf_gc_mark_hook): Likewise.
6491 * elf32-sparc.c (elf32_sparc_gc_mark_hook): Likewise.
6492 * elf32-v850.c (v850_elf_gc_mark_hook): Likewise.
6493 * elf32-vax.c (elf_vax_gc_mark_hook): Likewise.
6494 * elf32-xstormy16.c (xstormy16_elf_gc_mark_hook): Likewise.
6495 * elf64-mmix.c (mmix_elf_gc_mark_hook): Likewise.
6496 * elf64-ppc.c (ppc64_elf_gc_mark_hook): Likewise.
6497 * elf64-s390.c (elf_s390_gc_mark_hook): Likewise.
6498 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
6499 * elfxx-mips.c (_bfd_mips_elf_gc_mark_hook): Likewise.
6500 * elfxx-mips.h (_bfd_mips_elf_gc_mark_hook): Likewise.
6501 * elf64-x86-64.c (elf64_x86_64_gc_mark_hook): Likewise.
6502 * elf32-frv.c (elf32_frv_gc_mark_hook): Likewise. Also remove
6503 redundant local sym tests.
6504 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_entry.
6505 (link_hash_newfunc): Init is_entry.
6506 (ppc64_elf_copy_indirect_symbol): Copy is_entry.
6507 (ppc64_elf_link_hash_table_create): Init all_local_syms.
6508 (create_linkage_sections): Use bfd_make_section_anyway rather than
6509 bfd_make_section.
6510 (ppc64_elf_mark_entry_syms): New function.
6511 (ppc64_elf_check_relocs): Don't bother testing elf_bad_symtab. Set
6512 up opd entry to function section map.
6513 (ppc64_elf_gc_mark_hook): Special case opd section relocs, and
6514 relocs that reference the opd section.
6515 (edit_opd): New function.
6516 (ppc64_elf_size_dynamic_sections): Call get_local_syms and edit_opd.
6517 (ppc64_elf_setup_section_lists): Don't calculate htab->bfd_count here.
6518 (get_local_syms): Do so here. Exit if we already have local syms.
6519 Remove bogus comment imported from elf32-hppa.c. Don't attempt to
6520 read local syms on non-ELF input.
6521 (ppc64_elf_size_stubs): Call _bfd_elf64_link_read_relocs rather
6522 than duplicating it's function here. Adjust free of internal
6523 relocs to suit.
6524 (ppc64_elf_relocate_section): Adjust local syms in opd section.
6525 * elf64-ppc.h (ppc64_elf_mark_entry_syms): Declare.
6526 * elf32-hppa.c (elf32_hppa_size_stubs): Call
6527 _bfd_elf32_link_read_relocs rather than duplicating it's function
6528 here. Adjust free of internal relocs to suit.
6529
1b71fb54
AJ
65302002-07-01 Andreas Jaeger <aj@suse.de>
6531
6532 * elf64-x86-64.c (elf64_x86_64_check_relocs): Certain relocations
6533 are not allowed in shared libs code, enforce -fPIC.
6534
8d28f606
HPN
65352002-06-29 Hans-Peter Nilsson <hp@bitrange.com>
6536
6537 * mmo.c (mmo_write_loc_chunk): Don't eliminate leading and
6538 trailing zero-sequences when there's previous left-over data.
6539
5ac81c74
JL
65402002-06-27 John David Anglin <dave@hiauly1.hia.nrc.ca>
6541
6542 * elf64-hppa.c (elf64_hppa_reloc_type_class): New function.
6543 (elf64_hppa_finish_dynamic_sections): Check other_rel_sec, dlt_rel_sec
6544 and opd_rel_sec in order for starting rela section. Check _raw_size.
6545 (elf_backend_reloc_type_class): Define.
6546
91a4d569
AM
65472002-06-27 Kevin Buettner <kevinb@redhat.com>
6548
6549 * dwarf2.c (decode_line_info): Handle older, non-standard, 64-bit
6550 DWARF2 formats.
6551
feee612b
AM
65522002-06-27 Alan Modra <amodra@bigpond.net.au>
6553
6554 * cpu-powerpc.c: Comment on ordering of arch_info.
6555 * elf32-ppc.c (ppc_elf_object_p): New function.
6556 (elf_backend_object_p): Define.
6557 * elf64-ppc.c (ppc64_elf_object_p): New function.
6558 (elf_backend_object_p): Define.
6559
a4e6cefc
JT
65602002-06-26 Jason Thorpe <thorpej@wasabisystems.com>
6561
6562 * configure.in (vax-*-netbsd*): Set COREFILE to netbsd-core.lo.
6563 * configure: Regenerate.
6564
dae2dd0d
NC
65652002-06-25 Jason Eckhardt <jle@rice.edu>
6566
6567 * dwarf2.c (decode_line_info): Check unit->addr_size
6568 to read in the proper number of prologue bytes.
6569
680f9d5c
NC
65702002-06-25 Nick Clifton <nickc@cambridge.redhat.com>
6571
6572 * config.bfd (powerpc-*-aix5*): Only create a selvecs for
6573 aix5coff64_vec if 64-bit bfd support has been enabled.
91a4d569
AM
6574 (powerpc64-*-aix5*): Only define if 64-bit bfd support has
6575 been enabled.
dae2dd0d 6576
680f9d5c
NC
6577 * targets.c (_bfd_target_vector[]): Only include
6578 aix5coff64_vec if 64-bit bfd support has been enabled.
6579
d4c88bbb
AM
65802002-06-25 Alan Modra <amodra@bigpond.net.au>
6581
6582 * elf64-ppc.c (ppc_add_stub): Replace strcpy/strncpy with memcpy.
6583 * elf32-hppa.c (hppa_add_stub): Likewise.
6584 * elflink.c (_bfd_elf_link_record_dynamic_symbol): Likewise.
6585 * elflink.h (elf_add_default_symbol): Fix comment typo.
6586 (elf_add_default_symbol): Replace strcpy and strncpy with memcpy.
6587 (elf_link_add_object_symbols): Likewise.
6588 (elf_link_assign_sym_version): Likewise.
6589 * hash.c (bfd_hash_lookup): Likewise.
6590 * linker.c (_bfd_generic_link_add_one_symbol): Likewise.
6591 * section.c (bfd_get_unique_section_name): Likewise.
6592 * syms.c (_bfd_stab_section_find_nearest_line): Likewise.
6593 * elf.c (_bfd_elf_make_section_from_phdr): Likewise.
6594 (assign_section_numbers): Likewise.
6595 (_bfd_elfcore_make_pseudosection): Likewise.
6596 (elfcore_grok_lwpstatus): Likewise.
6597 (elfcore_grok_win32pstatus): Likewise.
6598 (elfcore_write_note): Constify input params. Use PTR instead of
6599 void *. Include terminating NUL in namesz. Correct padding.
6600 Support NULL "name" param. Use memcpy instead of strcpy.
6601 (elfcore_write_prpsinfo): Constify input params.
6602 (elfcore_write_prstatus): Likewise. Use PTR instead of void *.
6603 (elfcore_write_lwpstatus): Likewise.
6604 (elfcore_write_pstatus): Likewise.
6605 (elfcore_write_prfpreg): Likewise.
6606 (elfcore_write_prxfpreg): Likewise.
6607 * elf-bfd.h (elfcore_write_note): Update declaration.
6608 (elfcore_write_prpsinfo): Likewise.
6609 (elfcore_write_prstatus): Likewise.
6610 (elfcore_write_pstatus): Likewise.
6611 (elfcore_write_prfpreg): Likewise.
6612 (elfcore_write_prxfpreg): Likewise.
6613 (elfcore_write_lwpstatus): Likewise.
6614
b0ac09d2
NC
66152002-06-25 Jason Eckhardt <jle@rice.edu>
6616
6617 * ecoff.c (ecoff_set_symbol_info): Set BSF_FUNCTION for
6618 symbols of type stProc and stStaticProc.
6619
66202002-06-25 Nick Clifton <nickc@redhat.com>
6621
6622 * ecoff.c: VArious formatting fixes.
6623
021d6096
AM
66242002-06-25 Alan Modra <amodra@bigpond.net.au>
6625
6626 * coff-rs6000.c (xcoff_generate_rtinit): Fix typo.
6627
82e51918
AM
66282002-06-25 Alan Modra <amodra@bigpond.net.au>
6629
6630 * aout-adobe.c: Don't compare against "true" or "false.
6631 * aout-target.h: Likewise.
6632 * aoutx.h: Likewise.
6633 * archive.c: Likewise.
6634 * bout.c: Likewise.
6635 * cache.c: Likewise.
6636 * coff-a29k.c: Likewise.
6637 * coff-alpha.c: Likewise.
6638 * coff-i386.c: Likewise.
6639 * coff-mips.c: Likewise.
6640 * coff-or32.c: Likewise.
6641 * coff64-rs6000.c: Likewise.
6642 * coffcode.h: Likewise.
6643 * coffgen.c: Likewise.
6644 * cpu-ns32k.c: Likewise.
6645 * ecoff.c: Likewise.
6646 * ecofflink.c: Likewise.
6647 * elf.c: Likewise.
6648 * elf32-arm.h: Likewise.
6649 * elf32-cris.c: Likewise.
6650 * elf32-d30v.c: Likewise.
6651 * elf32-i386.c: Likewise.
6652 * elf32-mcore.c: Likewise.
6653 * elf32-ppc.c: Likewise.
6654 * elf32-sh.c: Likewise.
6655 * elf32-sh64.c: Likewise.
6656 * elf32-v850.c: Likewise.
6657 * elf64-alpha.c: Likewise.
6658 * elf64-sh64.c: Likewise.
6659 * elfcode.h: Likewise.
6660 * elfcore.h: Likewise.
6661 * elflink.h: Likewise.
6662 * elfxx-mips.c: Likewise.
6663 * i386os9k.c: Likewise.
6664 * ieee.c: Likewise.
6665 * libbfd.c: Likewise.
6666 * linker.c: Likewise.
6667 * mmo.c: Likewise.
6668 * nlm32-alpha.c: Likewise.
6669 * nlm32-i386.c: Likewise.
6670 * nlm32-ppc.c: Likewise.
6671 * nlm32-sparc.c: Likewise.
6672 * nlmcode.h: Likewise.
6673 * oasys.c: Likewise.
6674 * pdp11.c: Likewise.
6675 * peicode.h: Likewise.
6676 * reloc.c: Likewise.
6677 * som.c: Likewise.
6678 * srec.c: Likewise.
6679 * tekhex.c: Likewise.
6680 * vms.c: Likewise.
6681 * xcofflink.c: Likewise.
6682 * elf64-sparc.c: Edit comment to not use "== false".
6683
6684 * aoutf1.h: Don't use "? true : false".
6685 * ecoff.c: Likewise.
6686 * format.c: Likewise.
6687 * ieee.c: Likewise.
6688 * linker.c: Likewise.
6689 * mmo.c: Likewise.
6690 * oasys.c: Likewise.
6691
48fc70a2
AM
66922002-06-23 H.J. Lu <hjl@gnu.org>
6693
6694 * elflink.h (elf_link_add_archive_symbols): For the default
6695 version, check references with only one `@' first.
6696
47b7c2db
AM
66972002-06-23 John David Anglin <dave@hiauly1.hia.nrc.ca>
6698
6699 * elf64-hppa.c (elf64_hppa_mark_milli_and_exported_functions): New
6700 function.
9b5ecbd0 6701 (allocate_global_data_dlt): Don't add millicode symbols to dynamic
47b7c2db
AM
6702 symbol table.
6703 (allocate_global_data_opd, allocate_dynrel_entries): Likewise.
6704 (elf64_hppa_size_dynamic_sections): Revise to use
6705 elf64_hppa_mark_milli_and_exported_functions.
6706 (elf64_hppa_finish_dynamic_symbol): Remove code to keep millicode
6707 symbols out of dynamic symbol table.
6708
f5d44ba0
AM
67092002-06-23 Alan Modra <amodra@bigpond.net.au>
6710
bb3fff1e
AM
6711 * Makefile.in: Regenerate.
6712 * libbfd.h: Regenerate.
6713 * bfd-in2.h: Regenerate.
6714 * configure: Regenerate.
6715 * po/SRC-POTFILES.in: Regenerate.
6716
f5d44ba0
AM
6717 * elflink.h: Comment typo fixes.
6718
67192002-06-23 H.J. Lu <hjl@gnu.org>
6720
6721 * elf-bfd.h (elf_link_loaded_list): New structure.
6722 (elf_link_hash_table): Add "loaded".
6723 * elf.c (_bfd_elf_link_hash_table_init): Initialize "loaded".
6724 * elflink.h (elf_link_check_versioned_symbol): New function.
6725 (elf_link_output_extsym): Call elf_link_check_versioned_symbol.
6726
cc36acdf
NC
67272002-06-19 Nick Clifton <nickc@cambridge.redhat.com>
6728
6729 * elflink.h (size_dynamic_sections): If the target does not
f5d44ba0 6730 support an ELF style hash table, return true, indicating that
cc36acdf
NC
6731 nothing needed to be done, rather than false, indicating that the
6732 section's size could not be computed.
6733
4e5ba5b7
DB
67342002-06-18 Dave Brolley <brolley@redhat.com>
6735
6736 From Catherine Moore, Michael Meissner, Dave Brolley:
6737 * po/SRC-POTFILES.in: Add cpu-frv.c and elf32-frv.c
6738 * targets.c: Support bfd_elf32_frv_vec.
6739 * reloc.c: Add FRV relocs.
6740 * configure.in: Add support for bfd-elf32-frv-vec.
6741 * config.bfd (targ_cpu): Add support for frv-*-elf.
6742 * archures.c: Add frv arch and machines.
6743 * Makefile.am (ALL_MACHINES): Add cpu-frv.lo.
6744 (ALL_MACHINES_CFILES): Add cpu-frv.c.
6745 (BFD32_BACKENDS): Add elf32-frv.lo.
6746 (BFD32_BACKENDS_CFILES): Add elf32-frv.c
6747 (cpu-frv.lo): New target.
6748 (elf32-frv.lo): New target.
6749 * cpu-frv.c: New file.
6750 * elf32-frv.c: New file.
6751
7ece0d85
JJ
67522002-06-18 Jakub Jelinek <jakub@redhat.com>
6753
6754 * elfcode.h (elf_object_p): Sanity check eh_shoff == 0 implies
6755 e_shnum == 0.
6756 Only read the first section header if e_shoff is non-zero.
6757 Don't consider e_shstrndx if there are no sections.
6758
57fb03ac
TR
67592002-06-17 Tom Rix <trix@redhat.com>
6760
6761 * elf32-d10v.c (elf_d10v_howto_table): Change R_D10V_10_PCREL_R,
f5d44ba0 6762 R_D10V_10_PCREL_L and R_D10V_18_PCREL to use
57fb03ac
TR
6763 complain_overflow_bitfield.
6764
341ca622
AM
67652002-06-17 Alan Modra <amodra@bigpond.net.au>
6766
767e34d1
AM
6767 * opncls.c (bfd_openr): Remove redundant bfd_set_error.
6768 (bfd_fdopenr): Likewise.
6769 (bfd_openstreamr): Likewise.
6770 (bfd_openw): Likewise.
6771
341ca622
AM
6772 * targets.c: Sort target vecs.
6773 (_bfd_target_vector): Add aix5coff64_vec, bfd_elf32_sh64_vec,
6774 bfd_elf32_sh64l_vec, bfd_elf32_sh64lnbsd_vec,
6775 bfd_elf32_sh64nbsd_vec, bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec,
6776 bfd_elf64_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec.
6777 * configure.in: Sort target vecs. Add m88kmach3_vec.
6778 * configure: Regenerate.
6779
dfbbae4c
HPN
67802002-06-16 Hans-Peter Nilsson <hp@bitrange.com>
6781
6782 * elf64-mmix.c (bpo_reloc_request_sort_fn): Use member
6783 bpo_reloc_no to break sort order ties, not address of items.
6784
d663e1cd
JL
67852002-06-16 John David Anglin <dave@hiauly1.hia.nrc.ca>
6786
6787 * elf-hppa.h (elf_hppa_final_link): Fix formatting in comment.
6788 Skip excluded sections in determing __gp value.
6789 (elf_hppa_final_link_relocate): Use the symbol's address in
6790 R_PARISC_FPTR64 relocations that don't need an opd entry.
6791 * elf64-hppa.c (allocate_dynrel_entries): Simplify code.
6792 (elf64_hppa_finalize_dynreloc): Likewise.
6793 (elf64_hppa_size_dynamic_sections): Move comments and fix typo.
6794 (elf64_hppa_finish_dynamic_symbol): Break up assert.
6795
a8295218
NC
67962002-06-14 Sergey Grigoriev <serge@leopold.Physik.Uni-Augsburg.DE>
6797
6798 * pei-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Enable 16 byte
6799 alignment for .bss, .data and .text sections so that sse and sse2
6800 code will work.
6801 * pe-i386.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
6802
68032002-06013 J"orn Rennecke <joern.rennecke@superh.com>
5d9b5481
JR
6804
6805 config.bfd: Add support for sh[1234]l*-*-elf* | sh3el*-*-elf*,
6806 sh[1234]*-elf*.
6807
3db4b612
JL
68082002-06-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
6809
2cb69dd3
JL
6810 * elflink.h (elf_bfd_final_link): Improve error handling for missing
6811 dynamic sections.
6812
3db4b612
JL
6813 * elf64-hppa.c (allocate_global_data_opd): We don't need an opd entry
6814 for a symbol that has no output section.
6815 (allocate_dynrel_entries): Correct comment.
6816 (elf64_hppa_finalize_dynreloc): Likewise. Don't create an opd entry
6817 unless we want one.
6818 (elf64_hppa_finalize_opd): Prevent segfault if dyn_h is NULL.
6819 (elf64_hppa_finalize_dlt): Likewise. Prevent segfault for symbols
6820 with no section. Remove unnecessary parentheses.
6821
f3813499
TR
68222002-06-11 Tom Rix <trix@redhat.com>
6823
6824 * coffcode.h (coff_compute_section_file_positions): Add data
6825 section to AIX loader alignment check.
6826
f5d44ba0 6827 * coff-rs6000.c (_bfd_xcoff_mkobject): Set default text section
f3813499
TR
6828 alignment to 4 bytes.
6829 (_bfd_xcoff_copy_private_bfd_data): Use text and data alignment
6830 power accessor macro.
6831 (do_shared_object_padding): Remove invalid assertion.
6832
0ebaf185
RS
68332002-06-10 Richard Sandiford <rsandifo@redhat.com>
6834
6835 * section.c (_bfd_strip_section_from_output): Set SEC_EXCLUDE
6836 for removed output sections.
6837
ebe3e2d1
NC
68382002-06-10 Geoffrey Keating <geoffk@redhat.com>
6839
6840 * merge.c (merge_strings): Use htab_create_alloc with calloc, not
6841 htab_alloc.
6842 * elf-strtab.c (_bfd_elf_strtab_finalize): Likewise.
6843
0b14c2aa
L
68442002-06-08 H.J. Lu <hjl@gnu.org>
6845
6846 * elf.c (copy_private_bfd_data): Don't cast to bfd_size_type to
6847 work around a long long bug in gcc 2.96 on mips.
6848
3c2bfad6
JT
68492002-06-08 Jason Thorpe <thorpej@wasabisystems.com>
6850
6851 * Makefile.am (BFD32_BACKENDS): Add vax1knetbsd.lo.
6852 (BFD32_BACKENDS_CFILES): Add vax1knetbsd.c.
6853 Regenerate dependency lists.
6854 * Makefile.in: Regenerate.
6855 * config.bfd (vax-*-netbsdelf*, vax-*-netbsdaout*): Add
6856 vax1knetbsd_vec to targ_selvecs.
6857 * configure.in: Add vax1knetbsd_vec.
6858 * configure: Regenerate.
6859 * targets.c (_bfd_target_vector): Add vax1knetbsd_vec.
6860 * vax1knetbsd.c: New file.
6861 * vaxnetbsd.c: Update copyright years.
6862 (TARGET_PAGE_SIZE): Set to 0x1000.
6863 (DEFAULT_MID): Set to M_VAX4K_NETBSD.
6864
91149be3
JT
68652002-06-08 Matt Thomas <matt@3am-software.com>
6866
6867 * libaout.h (enum machine_type): Add M_VAX4K_NETBSD.
6868
21e15248
AM
68692002-06-08 Alan Modra <amodra@bigpond.net.au>
6870
6871 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): Make static.
6872
986b7daa
AM
68732002-06-08 Alan Modra <amodra@bigpond.net.au>
6874
e90b95f6
AM
6875 * Makefile.am: Run "make dep-am".
6876 * Makefile.in: Regenerate.
6877
3f9c735e
AM
6878 * armnetbsd.c: Replace CONST with const.
6879 * corefile.c: Likewise.
6880 * elf32-dlx.c: Likewise.
6881 * elf64-mips.c: Likewise.
6882 * mmo.c: Likewise.
6883 * ns32knetbsd.c: Likewise.
6884
986b7daa
AM
6885 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Check the hash
6886 table is elf64-sparc.
6887
5a659663
TS
68882002-06-08 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
6889
6890 * elfxx-mips.c (_bfd_mips_elf_relocate_section): Simplify code.
6891 Fix RELA addends to get not shifted in the result. Don't do special
6892 handling of R_MIPS_64 for NewABI.
6893
9bab7074
AM
68942002-06-07 Alan Modra <amodra@bigpond.net.au>
6895
6896 * aoutx.h (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
6897 (NAME(aout,slurp_reloc_table)): Likewise.
6898 * coff-mips.c (mips_relax_section): Use bfd_zalloc.
6899 * coff-rs6000.c (xcoff_write_armap_big): Use bfd_zmalloc.
6900 (xcoff_write_archive_contents_big): Likewise.
6901 (xcoff_generate_rtinit): Likewise.
6902 (xcoff_generate_rtinit): Likewise, and check error return.
6903 * coff64-rs6000.c (xcoff64_generate_rtinit): Likewise.
6904 * coffgen.c (coff_section_symbol): Use bfd_zalloc.
6905 (coff_get_normalized_symtab): Likewise.
6906 (coff_make_empty_symbol): Likewise.
6907 (bfd_coff_set_symbol_class): Likewise.
6908 * cofflink.c (coff_link_add_symbols): Likewise.
6909 * ecoff.c (_bfd_ecoff_make_empty_symbol): Likewise.
6910 * ecofflink.c (ecoff_write_shuffle): Use bfd_zmalloc.
6911 (bfd_ecoff_write_accumulated_debug): Likewise.
6912 * elf64-alpha.c (get_got_entry): Use bfd_zalloc.
6913 * i386linux.c (bfd_i386linux_size_dynamic_sections): Likewise.
6914 * i386lynx.c (NAME(lynx,slurp_reloc_table)): Use bfd_zmalloc.
6915 * ieee.c (do_with_relocs): Use bfd_zalloc.
6916 * m68klinux.c (bfd_m68klinux_size_dynamic_sections): Likewise.
6917 * pdp11.c (NAME(aout,slurp_symbol_table)): Use bfd_zmalloc.
6918 (NAME(aout,slurp_reloc_table)): Likewise.
6919 (NAME(aout,squirt_out_relocs)): Don't memset when zalloc'd.
6920 * reloc16.c (bfd_coff_reloc16_relax_section): Use bfd_zmalloc.
6921 * som.c (som_build_and_write_symbol_table): Likewise.
6922 (som_slurp_string_table): Likewise.
6923 (som_slurp_symbol_table): Likewise.
6924 (som_bfd_ar_write_symbol_stuff): Likewise.
6925 * sparclinux.c (bfd_sparclinux_size_dynamic_sections): Use bfd_zalloc.
6926 * sunos.c (bfd_sunos_size_dynamic_sections): Likewise.
6927 * tekhex.c (find_chunk): Likewise. Get rid of unused "sname".
6928 * vms-gsd.c (_bfd_vms_slurp_gsd): Use bfd_zmalloc.
6929 * xcofflink.c (xcoff_link_add_symbols): Use bfd_zalloc/bfd_zmalloc.
6930
1126897b
AM
69312002-06-07 Alan Modra <amodra@bigpond.net.au>
6932
6933 * elf-bfd.h (struct bfd_elf_section_data <group_name>): Replace with
6934 "group" union.
6935 (elf_group_name): Update.
6936 (elf_group_id): Define.
6937 (bfd_elf_set_group_contents): Declare.
6938 * elf.c (elf_fake_sections): Qualify use of elf_group_name.
6939 (set_group_contents): Rename to bfd_elf_set_group_contents. Remove
6940 ATTRIBUTE_UNUSED from failedptrarg. If elf_group_id is set, use
6941 that sym for the signature.
6942 (_bfd_elf_compute_section_file_positions): Don't call
6943 set_group_contents for "ld -r" case.
6944 (swap_out_syms): Use bfd_zalloc.
6945 * elflink.h (elf_link_add_archive_symbols): Likewise.
6946 (NAME(bfd_elf,size_dynamic_sections)): Likewise.
6947 (elf_bfd_final_link): Call bfd_elf_set_group_contents.
6948
3fad3c7c
AM
69492002-06-07 Alan Modra <amodra@bigpond.net.au>
6950
6951 * elf64-ppc.c (ppc64_elf_relocate_section): Allow unresolved
6952 relocs in opd for non-shared too.
6953
10f469bf 69542002-06-06 Jeffrey Law <law@redhat.com>
76f99c63
JL
6955
6956 * elf32-h8300.c (elf32_h8_relax_section): Ignore uninteresting
6957 relocations.
6958
7217313c
NC
69592002-06-06 Nick Clifton <nickc@cambridge.redhat.com>
6960
6961 * merge.c: Include libiberty.h.
6962 * elf-strtab.c: Include libiberty.h.
6963
6cb22815
AM
69642002-06-06 Elias Athanasopoulos <eathan@otenet.gr>
6965
6966 * peXXigen.c (pe_print_idata): Remove unused variable.
6967
1ed89aa9
NC
69682002-06-06 David Heine <dlheine@tensilica.com>
6969
6970 * elf.c (assign_file_positions_for_segments): Remove unallocated
6971 sections from the section to segment mapping for PT_LOAD segments.
6972 Update comment about empty loadable segments.
6973
644c4c80
RS
69742002-06-06 Richard Sandiford <rsandifo@redhat.com>
6975
6976 * stabs.c (_bfd_link_section_stabs): Check that the symbol offset
6977 is within the .stabstr section.
6978
f8ecb12b
AM
69792002-06-06 Alan Modra <amodra@bigpond.net.au>
6980
6981 * elf-bfd.h (struct elf_size_info <swap_symbol_in>): Function args
6982 are "const PTR", not "const PTR *".
6983 (bfd_elf32_swap_symbol_in): Likewise.
6984 (bfd_elf64_swap_symbol_in): Likewise.
6985 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR.
6986 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
6987 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
6988 (elf_link_add_object_symbols): Likewise.
6989 (elf_link_record_local_dynamic_symbol): Likewise.
6990 (elf_link_input_bfd): Likewise.
6991 (elf_gc_mark): Likewise.
6992 (elf_reloc_symbol_deleted_p): Likewise.
6993 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
6994 (mn10200_elf_relax_delete_bytes): Likewise.
6995 (mn10200_elf_symbol_address_p): Likewise.
6996 (mn10200_elf_get_relocated_section_contents): Likewise.
6997 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
6998 (mn10300_elf_relax_section): Likewise.
6999 (mn10300_elf_relax_delete_bytes): Likewise.
7000 (mn10300_elf_symbol_address_p): Likewise.
7001 (mn10300_elf_get_relocated_section_contents): Likewise.
7002 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7003 (elf32_h8_relax_delete_bytes): Likewise.
7004 (elf32_h8_symbol_address_p): Likewise.
7005 (elf32_h8_get_relocated_section_contents): Likewise.
7006 * elf32-hppa.c (get_local_syms): Likewise.
7007 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7008 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7009 * elf32-sh.c (sh_elf_relax_section): Likewise.
7010 (sh_elf_relax_delete_bytes): Likewise.
7011 (sh_elf_get_relocated_section_contents): Likewise.
7012 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7013 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7014 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7015 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7016 * elf64-ppc.c (get_local_syms): Likewise.
7017 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7018 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7019
1ed89aa9 70202002-06-05 J"orn Rennecke <joern.rennecke@superh.com>
7a33bc10
JR
7021
7022 * config.bfd (sh64l*-*-elf*, shl*-*-elf*): New configurations.
7023
73ff0d56
AM
70242002-06-05 Alan Modra <amodra@bigpond.net.au>
7025
9dce4196
AM
7026 * elf.c (group_signature): Swap in the whole symbol, and handle
7027 extracting section symbol names.
7028 (setup_group): Add comment.
7029 (set_group_contents): When called from objcopy or ld, arrange for
7030 section contents to be written. Write group member output section
7031 indices to allow objcopy to reorganize sections.
7032 (_bfd_elf_copy_private_section_data): Copy group info.
7033
73ff0d56
AM
7034 * elf-bfd.h (struct elf_size_info): Add swap_symbol_in field.
7035 (bfd_elf32_swap_symbol_in): Update prototype.
7036 (bfd_elf64_swap_symbol_in): Likewise.
7037 * elfcode.h (elf_swap_symbol_in): Change input args to const PTR *.
7038 (elf_slurp_symbol_table): Adjust call to elf_swap_symbol_in.
7039 * elflink.h (elf_link_is_defined_archive_symbol): Likewise.
7040 (elf_link_add_object_symbols): Likewise.
7041 (elf_link_record_local_dynamic_symbol): Likewise.
7042 (elf_link_input_bfd): Likewise.
7043 (elf_gc_mark): Likewise.
7044 (elf_reloc_symbol_deleted_p): Likewise.
7045 * elf-m10200.c (mn10200_elf_relax_section): Likewise.
7046 (mn10200_elf_relax_delete_bytes): Likewise.
7047 (mn10200_elf_symbol_address_p): Likewise.
7048 (mn10200_elf_get_relocated_section_contents): Likewise.
7049 * elf-m10300.c (mn10300_elf_relax_section): Likewise.
7050 (mn10300_elf_relax_section): Likewise.
7051 (mn10300_elf_relax_delete_bytes): Likewise.
7052 (mn10300_elf_symbol_address_p): Likewise.
7053 (mn10300_elf_get_relocated_section_contents): Likewise.
7054 * elf32-h8300.c (elf32_h8_relax_section): Likewise.
7055 (elf32_h8_relax_delete_bytes): Likewise.
7056 (elf32_h8_symbol_address_p): Likewise.
7057 (elf32_h8_get_relocated_section_contents): Likewise.
7058 * elf32-hppa.c (get_local_syms): Likewise.
7059 * elf32-m68k.c (bfd_m68k_elf32_create_embedded_relocs): Likewise.
7060 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): Likewise.
7061 * elf32-sh.c (sh_elf_relax_section): Likewise.
7062 (sh_elf_relax_delete_bytes): Likewise.
7063 (sh_elf_get_relocated_section_contents): Likewise.
7064 * elf32-xstormy16.c (xstormy16_elf_relax_section): Likewise.
7065 * elf64-alpha.c (elf64_alpha_relax_section): Likewise.
7066 * elf64-hppa.c (elf64_hppa_check_relocs): Likewise.
7067 * elf64-mmix.c (mmix_elf_relax_section): Likewise.
7068 * elf64-ppc.c (get_local_syms): Likewise.
7069 * elf64-sh64.c (sh_elf64_get_relocated_section_contents): Likewise.
7070 * elfxx-ia64.c (elfNN_ia64_relax_section): Likewise.
7071 * elfcode.h (NAME(_bfd_elf,size_info)): Update initialiser.
7072 * elf64-alpha.c (alpha_elf_size_info): Likewise.
7073 * elf64-hppa.c (hppa64_elf_size_info): Likewise.
7074 * elf64-mips.c (mips_elf64_size_info): Likewise.
7075 * elf64-s390.c (s390_elf64_size_info): Likewise.
7076 * elf64-sparc.c (sparc64_elf_size_info): Likewise.
7077
53bfd6b4
MR
70782002-06-05 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7079
7080 * elf32-mips.c (elf32_mips_ignore_discarded_relocs): Move to...
7081 elfxx-mips.c (_bfd_mips_elf_ignore_discarded_relocs): ... here.
7082 elf64-mips.c (elf_backend_ignore_discarded_relocs): Use
7083 _bfd_mips_elf_ignore_discarded_relocs.
7084 elfxx-mips.h (_bfd_mips_elf_ignore_discarded_relocs): Declare.
7085
d4df96e6
L
70862002-06-05 H.J. Lu <hjl@gnu.org>
7087
7088 * elfxx-mips.c (mips_elf_calculate_relocation): Call
7089 _bfd_elf_rel_local_sym for STT_SECTION relocations against
7090 the SEC_MERGE section.
7091
e61463e1
AM
70922002-06-05 Alan Modra <amodra@bigpond.net.au>
7093
3cac74d0
AM
7094 * coff-alpha.c: Update copyright date.
7095 * coff-mips.c: Likewise.
7096 * xcoff-target.h: Likewise.
7097
e61463e1
AM
7098 * bfd-in.h: Remove "taken from the source" comment.
7099 * libbfd-in.h: Likewise.
7100 * libcoff-in.h: Likewise.
7101 * bfd-in2.h: Regenerate.
7102 * libbfd.h: Regenerate.
7103 * libcoff.h: Regenerate.
7104
7105 * elf.c (bfd_elf_discard_group): Return true.
7106 * elf-bfd.h (bfd_elf_discard_group): Declare.
7107 * bfd-in.h (bfd_elf_discard_group): Don't declare here.
7108 * section.c (bfd_discard_group): Rename to bfd_generic_discard_group.
7109 * bfd.c (bfd_discard_group): Define.
7110 * targets.c (struct bfd_target): Add _bfd_discard_group.
7111 (BFD_JUMP_TABLE_LINK): Here too.
7112 * libbfd-in.h (_bfd_nolink_bfd_discard_group): Define.
7113 * aout-adobe.c (aout_32_bfd_discard_group): Define.
7114 * aout-target.h (MY_bfd_discard_group): Define.
7115 * aout-tic30.c (MY_bfd_discard_group): Define.
7116 * binary.c (binary_bfd_discard_group): Define.
7117 * bout.c (b_out_bfd_discard_group): Define.
7118 * coff-alpha.c (_bfd_ecoff_bfd_discard_group): Define.
7119 * coffcode.h (coff_bfd_discard_group): Define.
7120 * coff-mips.c (_bfd_ecoff_bfd_discard_group): Define.
7121 * elfxx-target.h (bfd_elfNN_bfd_discard_group): Define.
7122 * i386msdos.c (msdos_bfd_discard_group): Define.
7123 * i386os9k.c (os9k_bfd_discard_group): Define.
7124 * ieee.c (ieee_bfd_discard_group): Define.
7125 * ihex.c (ihex_bfd_discard_group): Define.
7126 * mmo.c (mmo_bfd_discard_group): Define.
7127 * nlm-target.h (nlm_bfd_discard_group): Define.
7128 * oasys.c (oasys_bfd_discard_group): Define.
7129 * ppcboot.c (ppcboot_bfd_discard_group): Define.
7130 * som.c (som_bfd_discard_group): Define.
7131 * srec.c (srec_bfd_discard_group): Define.
7132 * tekhex.c (tekhex_bfd_discard_group): Define.
7133 * versados.c (versados_bfd_discard_group): Define.
7134 * vms.c (vms_bfd_discard_group): Define.
7135 * xcoff-target.h (_bfd_xcoff_bfd_discard_group): Define.
7136 * coff64-rs6000.c (rs6000coff64_vec): Update initialiser.
7137 (aix5coff64_vec): Likewise.
7138 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Likewise.
7139
9cba27b2
JT
71402002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7141
7142 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-com.lo.
7143 (BFD32_BACKENDS_CFILES): Add elf32-sh64-com.c.
7144 (elf32-sh64-com.lo): New dependency list.
7145 * Makefile.in: Regenerate.
7146 * configure.in (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec)
7147 (bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec): Add
7148 elf32-sh64-com.lo.
7149 * configure: Regenerate.
7150 * elf32-sh64.c (sh64_address_in_cranges)
7151 (sh64_get_contents_type, sh64_address_is_shmedia): Move to...
7152 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb):
7153 (crange_bsearch_cmpl): Prepend _bfd_sh64_ to name and move to...
7154 * elf32-sh64-com.c: ...here. New file.
7155
8d2c33be
AM
71562002-06-04 Alan Modra <amodra@bigpond.net.au>
7157
7158 * elf32-openrisc.c (openrisc_elf_gc_mark_hook): Remove
7159 ATTRIBUTE_UNUSED on used params.
7160 * elf32-vax.c (elf_vax_gc_mark_hook): Remove unnecessary checks
7161 before calling bfd_section_from_elf_index on local syms.
7162 * elf64-sh64.c (sh_elf64_gc_mark_hook): Likewise.
7163
5b0e55b6
JT
71642002-06-04 Jason Thorpe <thorpej@wasabisystems.com>
7165
7166 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64-nbsd.lo.
7167 (BFD32_BACKENDS_CFILES): Add elf32-sh64-nbsd.c.
7168 (BFD64_BACKENDS): Add elf64-sh64-nbsd.lo.
7169 (BFD64_BACKENDS_CFILES): Add elf64-sh64-nbsd.c.
7170 (elf32-sh64-nbsd.lo, elf64-sh64-nbsd.lo): New rules.
7171 * Makefile.in: Regenerate.
7172 * config.bfd (sh5le-*-netbsd*, sh5-*-netbsd*, sh64le-*-netbsd*)
7173 (sh64-*-netbsd*): New targets.
7174 * configure.in: Add bfd_elf32_sh64nbsd_vec, bfd_elf32_sh64lnbsd_vec,
7175 bfd_elf64_sh64nbsd_vec, and bfd_elf64_sh64lnbsd_vec.
7176 * configure: Regenerate.
7177 * elf32-sh64-nbsd.c: New file.
7178 * elf64-sh64-nbsd.c: New file.
7179 * targets.c: Add extern decls for bfd_elf32_sh64nbsd_vec,
7180 bfd_elf32_sh64lnbsd_vec, bfd_elf64_sh64nbsd_vec, and
7181 bfd_elf64_sh64lnbsd_vec.
7182
b885599b
AM
71832002-06-04 Alan Modra <amodra@bigpond.net.au>
7184
7185 * elf.c (setup_group): Set SEC_LINK_ONCE on GRP_COMDAT groups.
7186 (bfd_section_from_shdr): Likewise. Set section name of group
7187 sections from signature.
7188 (group_signature): Split out from setup_group. Ensure symbol table
7189 is available.
7190 (bfd_elf_discard_group): New function.
7191 (_bfd_elf_make_section_from_shdr): Don't set SEC_LINK_ONCE on
7192 .gnu.linkonce* sections if they are members of a group.
7193 (set_group_contents): Set GRP_COMDAT flag.
7194 * section.c (bfd_discard_group): New function.
7195 * bfd-in.h (bfd_elf_discard_group): Declare.
7196 * bfd-in2.h: Regenerate.
7197 * elf-bfd.h (struct bfd_elf_section_data): Add linkonce_p field.
7198 (elf_linkonce_p): Define.
7199
90937f86
AM
72002002-06-04 Alan Modra <amodra@bigpond.net.au>
7201
7202 * elf.c (bfd_section_from_shdr): Make "name" const.
7203 * elf-bfd.h (elf_backend_section_from_shdr): Likewise.
7204 * elf32-i370.c (i370_elf_section_from_shdr): Likewise.
7205 * elf32-ppc.c (ppc_elf_section_from_shdr): Likewise.
7206 * elf32-sh64.c (sh64_backend_section_from_shdr): Likewise.
7207 * elf32-v850.c (v850_elf_section_from_shdr): Likewise.
7208 * elf64-alpha.c (elf64_alpha_section_from_shdr): Likewise.
7209 * elf64-hppa.c (elf64_hppa_section_from_shdr): Likewise.
7210 * elf64-ppc.c (ppc64_elf_section_from_shdr): Likewise.
7211 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Likewise.
7212 * elfxx-mips.c (_bfd_mips_elf_section_from_shdr): Likewise.
7213 * elfxx-mips.h (_bfd_mips_elf_section_from_shdr): Likewise.
7214
cf6fb9ce
MR
72152002-06-03 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
7216
7217 * elfxx-mips.c (ABI_64_P): Use backend's data to determine the
7218 ABI.
7219
cedb70c5
KH
72202002-06-02 Kazu Hirata <kazu@cs.umass.edu>
7221
7222 * elf32-arc.c: Fix formatting.
7223 * elf32-arm.h: Likewise.
7224 * elf32-cris.c: Likewise.
7225 * elf32-dlx.c: Likewise.
7226 * elf32-hppa.c: Likewise.
7227 * elf32-i386.c: Likewise.
7228 * elf32-i386qnx.c: Likewise.
7229 * elf32-or32.c: Likewise.
7230 * elf32-s390.c: Likewise.
7231 * elf32-sh64.c: Likewise.
7232 * elf32-vax.c: Likewise.
7233 * elf32-xstormy16.c: Likewise.
7234 * elf64-alpha.c: Likewise.
7235 * elf64-mmix.c: Likewise.
7236 * elf64-ppc.c: Likewise.
7237 * elf64-s390.c: Likewise.
7238 * elf64-sh64.c: Likewise.
7239 * elf64-x86-64.c: Likewise.
7240
048d873d
RH
72412002-06-02 Richard Henderson <rth@redhat.com>
7242
7243 * elf64-alpha.c (elf64_alpha_relocate_section): Don't dereference
7244 null when there are no got entries for a symbol.
7245 (elf64_alpha_relax_find_tls_segment): Rearrange to avoid
7246 uninitialized variable warning.
7247
4a67a098
RH
72482002-06-01 Richard Henderson <rth@redhat.com>
7249
7250 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Don't test for
7251 undefined symbols here.
7252 (elf64_alpha_relax_section): Do it here. Also test for not
7253 defined in the current module.
7254 (elf64_alpha_relocate_section_r): Split out of ...
7255 (elf64_alpha_relocate_section): ... here. Don't dereference
7256 NULL when looking up local got entries.
7257
f44f99a5
RH
72582002-06-01 Richard Henderson <rth@redhat.com>
7259
7260 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Reject undefined
7261 symbols from JSR relaxation.
7262 (elf64_alpha_size_plt_section_1): New.
7263 (elf64_alpha_calc_dynrel_sizes): Split out .rela.got bits ...
7264 (elf64_alpha_size_rela_got_1): ... here.
7265 (elf64_alpha_size_dynamic_sections): Split out .rela.got bits ...
7266 (elf64_alpha_size_rela_got_section): ... here.
7267 (elf64_alpha_size_plt_section): New.
7268 (elf64_alpha_relax_section): Call them.
7269 (elf64_alpha_size_got_sections): Remove output_bfd arg.
7270 (elf64_alpha_finish_dynamic_symbol): Check gotent use_count.
7271
9e756d64
RH
72722002-06-01 Richard Henderson <rth@redhat.com>
7273
7274 * elf64-alpha.c (alpha_get_dtprel_base, alpha_get_tprel_base): New.
7275 (elf64_alpha_relocate_section): Use them. Reject LE TLS relocs
7276 in shared libraries. Fix DTPRELHI and TPRELHI value.
7277 (INSN_ADDQ, INSN_RDUNIQ): New.
7278 (struct alpha_relax_info): Add symtab_hdr, tls_segment, first_gotent.
7279 (elf64_alpha_relax_with_lituse): Return boolean. Remove irelend
7280 argument. Reject dynamic symbols. Use LITUSE symbolic constants.
7281 (elf64_alpha_relax_got_load): Rename from relax_without_lituse.
7282 Handle GOTDTPREL and GOTTPREL relocations.
7283 (elf64_alpha_relax_gprelhilo): New.
7284 (elf64_alpha_relax_tls_get_addr): New.
7285 (elf64_alpha_relax_find_tls_segment): New.
7286 (elf64_alpha_relax_section): Handle TLS relocations.
7287 (ALPHA_ELF_LINK_HASH_TLS_IE): New.
7288 (elf64_alpha_check_relocs): Set it.
7289
c853d7f6
RH
72902002-06-01 Richard Henderson <rth@redhat.com>
7291
b646261c
RH
7292 * elf64-alpha.c (elf64_alpha_relax_section): Don't store computed gp.
7293
c853d7f6
RH
7294 * elf64-alpha.c (elf64_alpha_check_relocs): Fix typo on maybe_dynamic
7295 check; don't suppress dynamic relocs for non-allocated sections.
7296
d7e41a96
RH
7297 * elf64-alpha.c: Remove dead code.
7298
5f333394
AM
72992002-05-31 Alan Modra <amodra@bigpond.net.au>
7300
08e0ee05
AM
7301 * bfd-in2.h: Regenerate.
7302 * libbfd.h: Regenerate.
7303 * po/SRC-POTFILES.in: Regenerate.
7304
5f333394
AM
7305 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Don't allocate
7306 space for bss .plt.
7307
caf47ea6
AM
73082002-05-31 Graeme Peterson <gp@qnx.com>
7309
7310 * Makefile.am (BFD32_BACKENDS): Add elf32-i386qnx.lo.
7311 (BFD32_BACKENDS_CFILES): Add elf32-i386qnx.c.
7312 Run "make dep-am".
7313 * Makefile.in: Regenerate.
7314 * config.bfd: Add i[3456]86-*-nto-qnx* support.
7315 * configure.in: Add bfd_elf32_i386qnx_vec support.
7316 * configure: Regenerate.
7317 * elf-bfd.h (struct elf_backend_data): Add set_nonloadable_filepos,
7318 is_contained_by_filepos, and copy_private_bfd_data_p.
7319 * elf.c (assign_file_positions_for_segments): Call backend
7320 set_nonloadable_filepos. Fix non-K&R call to _bfd_error_handler.
7321 (IS_CONTAINED_BY_FILEPOS): Define.
7322 (INCLUDE_SECTION_IN_SEGMENT): Also test IS_CONTAINED_BY_FILEPOS.
7323 (copy_private_bfd_data): Use IS_CONTAINED_BY_FILEPOS. Typo fix.
7324 Fix non-K&R call to _bfd_error_handler.
7325 (_bfd_elf_copy_private_section_data): Use backend
7326 copy_private_bfd_data_p.
7327 * elf32-i386.c: Don't include elfxx-target.h when
7328 ELF32_I386_C_INCLUDED is defined.
7329 * elf32-i386qnx.c: New QNX elf backend file.
7330 * elfxx-target.h: Add elf_backend_set_nonloadable_filepos,
7331 elf_backend_is_contained_by_filepos, and
7332 elf_backend_do_copy_private_bfd_data.
7333 * targets.c: Add bfd_target bfd_elf32_i386qnx_vec.
7334
5bc56484
AM
73352002-05-31 Alan Modra <amodra@bigpond.net.au>
7336
7337 * elfarm-oabi.c (bfd_elf32_arm_add_glue_sections_to_bfd): Define.
7338 Move other similar defines to start of file.
7339
1b164155
TR
73402002-05-30 Tom Rix <trix@redhat.com>
7341
7342 * coff-rs6000.c (xcoff_rtype2howto): Handle 16 bit R_RBA.
7343 * coff64-rs6000.c (xcoff64_rtype2howto): Same.
7344
3765b1be
RH
73452002-05-30 Richard Henderson <rth@redhat.com>
7346
7347 * elf64-alpha.c (ALPHA_ELF_LINK_HASH_LU_TLSGD,
7348 ALPHA_ELF_LINK_HASH_LU_TLSLDM, ALPHA_ELF_LINK_HASH_LU_FUNC): New.
7349 (ALPHA_ELF_GOT_ENTRY_RELOCS_DONE): Remove.
7350 (ALPHA_ELF_GOT_ENTRY_RELOCS_XLATED): Remove.
7351 (struct alpha_elf_got_entry): Add reloc_type, reloc_done, reloc_xlated.
7352 (struct alpha_elf_obj_tdata): Rename total_got_entries and
7353 n_local_got_entries to total_got_size and local_got_size.
7354 (elf64_alpha_howto, elf64_alpha_reloc_map): Update for TLS relocs.
7355 (alpha_got_entry_size): New.
7356 (elf64_alpha_relax_with_lituse): Use it.
7357 (elf64_alpha_relax_without_lituse): Likewise.
7358 (MAX_GOT_SIZE): Rename from MAX_GOT_ENTRIES.
7359 (get_got_entry): New.
7360 (elf64_alpha_check_relocs): Handle TLS relocs. Reorganize.
7361 (elf64_alpha_adjust_dynamic_symbol): Test LU_FUNC as a mask.
7362 (elf64_alpha_merge_ind_symbols): Check gotent->reloc_type.
7363 (elf64_alpha_can_merge_gots, elf64_alpha_merge_gots): Likewise.
7364 (elf64_alpha_calc_got_offsets_for_symbol): Use alpha_got_entry_size.
7365 (elf64_alpha_calc_got_offsets): Likewise.
7366 (alpha_dynamic_entries_for_reloc): New.
7367 (elf64_alpha_calc_dynrel_sizes): Use it.
7368 (elf64_alpha_size_dynamic_sections): Likewise.
7369 (elf64_alpha_relocate_section): Handle TLS relocations.
7370 * reloc.c: Add Alpha TLS relocations.
7371 * bfd-in2.h, libbfd.h: Rebuild.
7372
5e226794
NC
73732002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7374
7375 * peXXigen.c (pe_print_idata): Remove double printed
7376 import table lines; add Bound-To comment.
7377
90ace9e9
JT
73782002-05-29 Matt Thomas <matt@3am-software.com>
7379
7380 * Makefile.am (BFD32_BACKENDS): Add elf32-vax.lo.
7381 (BFD32_BACKENDS_CFILES): Add elf32-vax.c.
7382 (elf32-vax.lo): New rule.
7383 * Makefile.in: Regenerate.
7384 * configure.in (bfd_elf32_vax_vec)
7385 (vaxnetbsd_vec): New vectors.
7386 * configure: Regenerate.
7387 * config.bfd (vax-*-netbsdelf*)
7388 (vax-*-netbsdaout*)
7389 (vax-*-netbsd*): New targets.
7390 * elf32-vax.c: New file.
7391 * reloc.c: Add VAX relocations.
7392 * bfd-in2.h: Regenerate.
7393 * targets.c (_bfd_target_vector): Add bfd_elf32_vax_vec.
7394
4a253e81
JT
73952002-05-29 Jason Thorpe <thorpej@wasabisystems.com>
7396
7397 * config.bfd (arm-*-netbsd*): Add bfd_elf32_littlearm_vec
7398 and bfd_elf32_bigarm_vec to targ_selvecs.
7399
6e7c73dd
CF
74002002-05-29 Ralf Habacker <ralf.habacker@freenet.de>
7401
7402 * peXXigen.c (pe_print_idata): Fix seg faults on printing import tables
7403 with auto-imported symbols.
7404
8afb0e02
NC
74052002-05-29 Adam Nemet <anemet@lnxw.com>
7406
7407 * elf32-arm.h (bfd_elf32_arm_get_bfd_for_interworking): Don't add glue
7408 sections only record bfd.
9bab7074 7409 (bfd_elf32_arm_add_glue_sections_to_bfd): New function.
8afb0e02 7410 * bfd-in.h (bfd_elf32_arm_add_glue_sections_to_bfd): Declare it.
9bab7074 7411 * bfd-in2.h: Regenerate.
8afb0e02 7412
a95653f5
NC
74132002-05-28 Nick Clifton <nickc@cambridge.redhat.com>
7414
7415 * syms.c (_bfd_stab_section_find_nearest_line): Move
7416 declaration and initialisation of saw_line and saw_func out of
7417 for loop.
7418
7cdc5bba
AM
74192002-05-29 Alan Modra <amodra@bigpond.net.au>
7420
7421 * elf64-ppc.c (ppc64_elf_get_symbol_info): New function.
7422 (bfd_elf64_get_symbol_info): Define.
7423 * elfxx-target.h (bfd_elfNN_get_symbol_info): Only define if undef.
7424
4c7aad1c
AM
74252002-05-29 Andrey Volkov <avolkov@transas.com>
7426
7427 * cpu-h8300.c: Make default h8300 machine first in machine list.
7428
d172d4ba
NC
74292002-05-28 Kuang Hwa Lin <kuang@sbcglobal.net>
7430
7431 * config.bfd: Added DLX configuraton.
7432 * Makefile.am: Added DLX configuraton.
7433 * configure.in: Added DLX configuraton.
7434 * archures.c: Add DLX architecure.
7435 * reloc.c: Add DLX relocs.
7436 * targets.c: Added DLX target vector.
7437 * configure: Regenerate.
7438 * Makefile.in: Regenreate.
7439 * bfd-in2.h: Regenreate.
7440 * elf32-dlx.c: New file: Support DLX target.
7441 * cpu-dlx.c: New file: Support DLX target.
7442
d1329ca3
AM
74432002-05-25 Alan Modra <amodra@bigpond.net.au>
7444
428d0de3
AM
7445 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Formatting.
7446
d1329ca3
AM
7447 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Revert last change.
7448 (ppc64_elf_check_relocs): Don't set up function descriptor symbol
7449 strings to point inside function code sym string.
7450 (func_desc_adjust): Likewise.
7451 (ppc64_elf_hide_symbol): Rewrite code to look up function code sym.
7452
3bab7989
ML
74532002-05-24 Michal Ludvig <mludvig@suse.cz>
7454
7455 * elf64-x86-64.c (elf64_x86_64_grok_prstatus): Added.
7456 (elf64_x86_64_grok_psinfo): Added.
7457
436e8db0
NC
74582002-05-24 TAMURA Kent <kent@netbsd.org>
7459
7460 * config.bfd: Add a target for i386-netbsdpe.
7461
ea1e4b0d
AM
74622002-05-24 Alan Modra <amodra@bigpond.net.au>
7463
7464 * elf64-ppc.c (ppc64_elf_copy_indirect_symbol): Don't copy is_func
7465 and is_func_descriptor.
7466 (func_desc_adjust): Hide function code sym in shared libs unless
7467 there is a matching exported function descriptor sym.
7468
13ae64f3
JJ
74692002-05-23 Jakub Jelinek <jakub@redhat.com>
7470
7471 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_THREAD_LOCAL
7472 for symbols from SHF_TLS section.
7473 (_bfd_elf_print_private_bfd_data): Add PT_TLS.
7474 (elf_fake_sections): Set SHF_TLS for SEC_THREAD_LOCAL sections.
7475 (map_sections_to_segments): Build PT_TLS segment if necessary.
7476 (assign_file_positions_for_segments): Likewise.
7477 (get_program_header_size): Account for PT_TLS segment.
7478 (swap_out_syms): Set type of BSF_THREAD_LOCAL symbols and symbols from
7479 SEC_THREAD_LOCAL sections to STT_TLS.
7480 * reloc.c: Add 386 and IA-64 TLS relocs.
7481 * section.c (SEC_THREAD_LOCAL): Define.
7482 (SEC_CONSTRUCTOR_TEXT, SEC_CONSTRUCTOR_DATA, SEC_CONSTRUCTOR_BSS):
7483 Remove.
7484 * elflink.h (elf_link_add_object_symbols): Support .tcommon.
7485 (size_dynamic_sections): If DF_STATIC_TLS, set DF_FLAGS
7486 unconditionally.
7487 (struct elf_final_link_info): Add first_tls_sec.
7488 (elf_bfd_final_link): Set first_tls_sec.
7489 Compute elf_hash_table (info)->tls_segment.
7490 (elf_link_output_extsym): Handle STT_TLS symbols.
7491 (elf_link_input_bfd): Likewise.
7492 * syms.c (BSF_THREAD_LOCAL): Define.
7493 * bfd-in2.h: Rebuilt.
7494 * libbfd.h: Rebuilt.
7495 * elf32-i386.c (elf_i386_tls_transition, dtpoff_base, tpoff,
7496 elf_i386_mkobject, elf_i386_object_p): New functions.
7497 (elf_howto_table): Add TLS relocs.
7498 (elf_i386_reloc_type_lookup): Support TLS relocs.
7499 (elf_i386_info_to_howto_rel): Likewise.
7500 (struct elf_i386_link_hash_entry): Add tls_type.
7501 (struct elf_i386_obj_tdata): New.
7502 (elf_i386_hash_entry, elf_i386_tdata, elf_i386_local_got_tls_type):
7503 New macros.
7504 (struct elf_i386_link_hash_table): Add tls_ldm_got.
7505 (link_hash_newfunc): Clear tls_type.
7506 (elf_i386_check_relocs): Support TLS relocs.
7507 (elf_i386_gc_sweep_hook): Likewise.
7508 (allocate_dynrelocs): Likewise.
7509 (elf_i386_size_dynamic_sections): Likewise.
7510 (elf_i386_relocate_section): Likewise.
7511 (elf_i386_finish_dynamic_symbol): Likewise.
7512 (bfd_elf32_mkobject, elf_backend_object_p): Define.
7513 * elfxx-ia64.c (struct elfNN_ia64_dyn_sym_info): Add tprel_offset,
7514 dtpmod_offset, dtprel_offset, tprel_done, dtpmod_done, dtprel_done,
7515 want_tprel, want_dtpmod, want_dtprel.
7516 (elfNN_ia64_tprel_base, elfNN_ia64_dtprel_base): New functions.
7517 (ia64_howto_table): Add TLS relocs, rename R_IA64_LTOFF_TP22 to
7518 R_IA64_LTOFF_TPREL22.
7519 (elf_code_to_howto_index): Add TLS relocs.
7520 (elfNN_ia64_check_relocs): Support TLS relocs.
7521 (allocate_global_data_got): Account for TLS .got data.
7522 (allocate_dynrel_entries): Account for TLS dynamic relocations.
7523 (elfNN_ia64_install_value): Supprt TLS relocs.
7524 (set_got_entry): Support TLS relocs.
7525 (elfNN_ia64_relocate_section): Likewise.
7526
c62e1cc3
NC
75272002-05-23 Nick Clifton <nickc@cambridge.redhat.com>
7528
7529 * elf32-arm.h (elf32_arm_final_link_relocate): For the Thumb
7530 BLX reloc round the relocation up rather than down.
7531 * coff-arm.c (coff_arm_relocate_section): Likewise.
7532
c5a43a5d
L
75332002-05-21 H.J. Lu (hjl@gnu.org)
7534
7535 * linker.c (_bfd_generic_link_add_one_symbol): Allow multiple
7536 definition.
7537
afbe61cf
AM
75382002-05-22 Alan Modra <amodra@bigpond.net.au>
7539
7540 * elf64-ppc.c (ppc64_elf_size_stubs): Don't strip .branch_lt.
7541 (ppc64_elf_relocate_section): Handle unresolved relocs in opd.
7542
9c07fe7c
AM
75432002-05-22 Alan Modra <amodra@bigpond.net.au>
7544
7545 * elf64-ppc.c (ppc64_elf_relocate_section): Return false for
7546 unresolved relocs.
7547 (ppc64_elf_size_dynamic_sections): Check for splt NULL.
7548
21611032
TS
75492002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7550
c5cd6d62 7551 * bfd.c (bfd_get_arch_size): Remove bfd_set_error call for
21611032
TS
7552 non-ELF targets.
7553
41241523
TS
75542002-05-21 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7555
7556 * elf-bfd.h (elf_backend_emit_relocs): Change prototype to return
7557 an error value.
7558 * elflink.h (elf_link_output_relocs): Likewise. Improve error message.
7559 return with false on error.
7560 (elf_link_input_bfd): Check reloc_emitter return value.
7561
658f2588
JT
75622002-05-21 Jason Thorpe <thorpej@wasabisystems.com>
7563
7564 * config.bfd (armeb-*-netbsdelf*): New target.
7565
c862ae31
AM
75662002-05-20 Alan Modra <amodra@bigpond.net.au>
7567
7568 * elf64-ppc.c (ppc_build_one_stub): Point undefined function syms
7569 at the plt call stub.
7570
6dd14845
TS
75712002-05-19 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7572
7573 * cpu-mips.c (mips_compatible): Don't try to check machine
7574 compatibility.
7575
a58d9c34
TR
75762002-05-18 Tom Rix <trix@redhat.com>
7577
9b5ecbd0 7578 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_out): Fix C_FILE auxent.
a58d9c34 7579
ef60b7ff
AM
75802002-05-17 Alan Modra <amodra@bigpond.net.au>
7581
7582 * elf64-ppc.c (ppc64_elf_info_to_howto): Formatting.
7583 (ppc64_elf_relocate_section): Don't warn about reloc overflow when
7584 we've already warned about an undefined symbol. Report more
7585 detail on reloc errors.
7586
a703a6ea
AM
75872002-05-17 Alan Modra <amodra@bigpond.net.au>
7588
7589 * acinclude.m4 (AM_INSTALL_LIBBFD): New.
7590 * configure.in: Invoke AM_INSTALL_LIBBFD.
7591 * Makefile.am (install-data-local): Revert 2002-05-13. Move to..
7592 (install_libbfd): .. New target.
7593 (uninstall_libbfd): Likewise.
7594 (install-bfdlibLTLIBRARIES): Likewise.
7595 (uninstall-bfdlibLTLIBRARIES): Likewise.
7596 (bfdlibdir): New.
7597 (bfdincludedir): New.
7598 (lib_LTLIBRARIES): Rename to bfdlib_LTLIBRARIES.
7599 * aclocal.m4: Regenerate.
7600 * configure: Regenerate.
7601 * Makefile.in: Regenerate.
7602
2c13d98b
NC
76032002-05-17 Stuart Balfour <sbalfour@cisco.com>
7604
7605 * hash.c (bfd_hash_lookup): Remove computation of len from inside
7606 hash loop.
7607
629936c5
NC
76082002-05-16 Nick Clifton <nickc@cambridge.redhat.com>
7609
7610 * config.bfd: Add targets for sh64-linux (little endian and
7611 big endian).
7612
e4cf60a8
NC
76132002-05-15 Laurent Pinchart <laurent.pinchart@skynet.be>
7614
7615 * peXXigen.c (pe_print_idata): Do not assume that the first thunk
7616 is located in the same section as the import table. Instead
7617 check, and if necessary load the section containing the thunk.
7618
d1e66cd4
NC
76192002-05-15 Nick Clifton <nickc@cambridge.redhat.com>
7620
7621 * aix5ppc-core.c (xcoff64_core_p): Replace bfd_read with
ea1e4b0d
AM
7622 bfd_bread.
7623 (xcoff64_core_file_matches_executable_p): Replace bfd_read
7624 with bfd_bread.
d1e66cd4 7625
2d653fc7
AM
76262002-05-15 Alan Modra <amodra@bigpond.net.au>
7627
7628 * aix5ppc-core.c: Warning fixes.
7629 * aout-adobe.c (aout_32_bfd_link_just_syms): Define.
7630 * aout-target.h (MY_bfd_link_just_syms): Define.
7631 * aout-tic30.c (MY_bfd_link_just_syms): Define.
7632 * bfd.c (bfd_link_just_syms): Define.
7633 * binary.c (binary_bfd_link_just_syms): Define.
7634 * bout.c (b_out_bfd_link_just_syms): Define.
7635 * coff-rs6000.c (rs6000coff_vec, pmac_xcoff_vec): Update initializer.
7636 * coff64-rs6000.c (rs6000coff64_vec, aix5coff64_vec): Likewise.
7637 * coffcode.h (coff_bfd_link_just_syms): Define.
7638 * elf-bfd.h (enum elf_link_info_type): Add ELF_INFO_TYPE_JUST_SYMS.
7639 (elf_discarded_section): Check for ELF_INFO_TYPE_JUST_SYMS.
7640 (_bfd_elf_link_just_syms): Declare.
7641 * elf.c (_bfd_elf_link_just_syms): New function.
7642 * elf-eh-frame.c (_bfd_elf_maybe_strip_eh_frame_hdr): Check that
7643 sections haven't already been discarded by the linker.
7644 * elflink.h (elf_link_add_object_symbols): Likewise for stab
7645 sections and SEC_MERGE sections.
7646 (elf_bfd_discard_info): Similarly here.
7647 * elfxx-target.h (bfd_elfNN_bfd_link_just_syms): Define.
7648 * i386msdos.c (msdos_bfd_link_just_syms): Define.
7649 * i386os9k.c (os9k_bfd_link_just_syms): Define.
7650 * ieee.c (ieee_bfd_link_just_syms): Define.
7651 * ihex.c (ihex_bfd_link_just_syms): Define.
7652 * libbfd-in.h (_bfd_nolink_bfd_link_just_syms): Define.
7653 (_bfd_generic_link_just_syms): Declare.
7654 * libecoff.h (_bfd_ecoff_bfd_link_just_syms): Define.
7655 * linker.c (_bfd_generic_link_just_syms): New function.
7656 * mmo.c (mmo_bfd_link_just_syms): Define.
7657 * nlm-target.h (nlm_bfd_link_just_syms): Define.
7658 * oasys.c (oasys_bfd_link_just_syms): Define.
7659 * ppcboot.c (ppcboot_bfd_link_just_syms): Define.
7660 * som.c (som_bfd_link_just_syms): Define.
7661 * srec.c (srec_bfd_link_just_syms): Define.
7662 * targets.c (struct bfd_target): Add _bfd_link_just_syms.
7663 (BFD_JUMP_TABLE_LINK): And here.
7664 * tekhex.c (tekhex_bfd_link_just_syms): Define.
7665 * versados.c (versados_bfd_link_just_syms): Define.
7666 * vms.c (vms_bfd_link_just_syms): Define.
7667 * libbfd.h: Regenerate.
7668 * bfd-in2.h: Regenerate.
7669
cb7394f2
TS
76702002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7671
7672 * elf32-mips.c: Remove superfluous definitions copied from
7673 elfxx-mips.c.
7674 (bfd_elf32_bigmips_vec,bfd_elf32_littlemips_vec): Use the
7675 SGIish vectors to check the special case.
7676 (mips_elf_hi16_reloc): Fix comment.
7677 (mips_elf_got16_reloc): Likewise.
7678 (_bfd_mips_elf32_gprel16_reloc): Likewise.
7679 (elf_reloc_map): Code cleanup.
7680 (mips_reloc_map): Add comment.
7681 (bfd_elf23_bfd_reloc_type_lookup): Code cleanup.
7682 (mips_elf32_rtype_to_howto): Likewise.
7683 (mips_elf32_discard_info): Likewise.
7684 (elf32_mips_irix_compat): Invert logic: Only SGIish vectors
7685 lead to IRIX compatibility now.
7686
8dc1a139
TS
76872002-05-15 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7688
7689 * elfxx-mips.c: Call it IRIX, not Irix in comments.
7690
2051e1b5
JT
76912002-05-13 Jason Thorpe <thorpej@wasabisystems.com>
7692
7693 * config.bfd (shle-*-netbsdelf*): Add target which includes
7694 sh64 support.
7695
83954261
AM
76962002-05-13 David Edelsohn <edelsohn@gnu.org>
7697
7698 * configure.in: Revert 2002-04-07. Instead, auto-configure
7699 HAVE_ST_C_IMPL.
7700 * configure: Regenerate.
7701 * config.in: Regenerate.
7702 * rs6000-core.c (CNEW_IMPL): Guard use of c_impl with HAVE_ST_C_IMPL
7703 or AIX_5_CORE.
7704
a9bf1154
NC
77052002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
7706
7707 * configure.in (sparc*-*-openbsd*): Support sparc64-openbsd
7708 corefiles as well.2
7709 * configure: Regenerate.
7710
3129eb7a
AM
77112002-05-13 Alan Modra <amodra@bigpond.net.au>
7712
7713 * Makefile.am (install-data-local): Install headers to
7714 $(exec_prefix)/include.
7715 * Makefile.in: Regenerate.
7716
a9a32010
DJ
77172002-05-11 Ralf Corsepius <corsepiu@faw.uni-ulm.de>
7718 Daniel Jacobowitz <drow@mvista.com>
7719
7720 * coff-sh.c (sh_reloc_map): Map to R_SH_IMM32 for non-PE. Don't
7721 map BFD_RELOC_RVA.
7722
77232002-05-11 Federico G. Schwindt <fgsch@olimpo.com.br>
690cc98b
NC
7724
7725 * config.bfd (alpha*-*-openbsd*, sparc64*-*-openbsd*,
7726 hppa*-*-openbsd*): New targets.
7727 * configure.in (alpha*-*-openbsd*): Set COREFILE.
7728 * configure: Regenerate.
7729
f1f0d9ab
TR
77302002-05-10 Tom Rix <trix@redhat.com>
7731
ea1e4b0d 7732 * coff64-rs6000.c (xcoff64_reloc_type_br): New function for
f1f0d9ab
TR
7733 xcoff64_ppc_relocate_section.
7734 * coff-rs6000.c : Extern common xcoff_reloc_type functions.
7735 * libxcoff.h: Common xcoff_reloc_type function declaration.
7736
c432ba1a
AM
77372002-05-10 Alan Modra <amodra@bigpond.net.au>
7738
16a10388 7739 * elf32-i386.c (elf_i386_relocate_section): Remove overflow checks
90937f86 7740 added in 2002-05-09 commit.
16a10388 7741
c432ba1a
AM
7742 * elf32-hppa.c (elf32_hppa_size_stubs): Revert part of 2002-05-04,
7743 don't look for stubs on all undefined syms.
7744
4a335f3d
AM
77452002-05-09 Alan Modra <amodra@bigpond.net.au>
7746
8fc39d5d
AM
7747 * elf64-ppc.c (RA_REGISTER_MASK, RA_REGISTER_SHIFT): Delete.
7748 (ppc64_elf_howto_raw <R_PPC64_RELATIVE>): Not pc_relative or
7749 pcrel_offset.
7750
4a335f3d
AM
7751 * elf32-i386.c (elf_howto_table): Comments.
7752 (elf_i386_relocate_section): Handle more relocs for relocatable
7753 linking and against SEC_MERGE sections.
7754
41fcb14e
AM
77552002-05-08 Alan Modra <amodra@bigpond.net.au>
7756
7757 * elf32-ppc.c (ppc_elf_create_got): New function.
7758 (ppc_elf_create_dynamic_sections): Call ppc_elf_create_got before
ea1e4b0d 7759 _bfd_elf_create_dynamic_sections. Correct .plt flags.
41fcb14e
AM
7760 (ppc_elf_check_relocs): Use ppc_elf_create_got in place of
7761 _bfd_elf_create_got_section.
7762
b491616a
AM
77632002-05-07 Alan Modra <amodra@bigpond.net.au>
7764
7765 * elf-bfd.h (struct elf_backend_data): Add rela_normal.
7766 * elfxx-target.h (elf_backend_rela_normal): Define.
7767 (elfNN_bed): Init rela_normal.
7768 * elflink.h (elf_link_input_bfd <emit_relocs>): Handle adjustment
7769 for section symbols here if rela_normal. Simplify abs section test.
7770 * elf-m10200.c (mn10200_elf_relocate_section): If relocatable,
7771 return immediately. Remove code handling relocatable linking.
7772 * elf-m10300.c (mn10300_elf_relocate_section): Likewise.
7773 * elf32-fr30.c (fr30_elf_relocate_section): Likewise.
7774 * elf32-i370.c (i370_elf_relocate_section): Likewise.
7775 * elf32-i860.c (elf32_i860_relocate_section): Likewise.
7776 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
7777 * elf32-mcore.c (mcore_elf_relocate_section): Likewise.
7778 * elf32-openrisc.c (openrisc_elf_relocate_section): Likewise.
7779 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
7780 * elf32-s390.c (elf_s390_relocate_section): Likewise.
7781 * elf32-xstormy16.c (xstormy16_elf_relocate_section): Likewise.
7782 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
7783 * elf64-s390.c (elf_s390_relocate_section): Likewise.
7784 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
7785 * elfxx-ia64.c (elfNN_ia64_relocate_section): Likewise.
7786 * elf32-arm.h (elf32_arm_relocate_section): Likewise #ifndef USE_REL.
7787 * elf32-m32r.c (m32r_elf_relocate_section): Likewise.
7788 * elf-m10200.c (elf_backend_rela_normal): Define.
7789 * elf-m10300.c (elf_backend_rela_normal): Define.
7790 * elf32-fr30.c (elf_backend_rela_normal): Define.
7791 * elf32-i370.c (elf_backend_rela_normal): Define.
7792 * elf32-i860.c (elf_backend_rela_normal): Define.
7793 * elf32-m68k.c (elf_backend_rela_normal): Define.
7794 * elf32-mcore.c (elf_backend_rela_normal): Define.
7795 * elf32-openrisc.c (elf_backend_rela_normal): Define.
7796 * elf32-ppc.c (elf_backend_rela_normal): Define.
7797 * elf32-s390.c (elf_backend_rela_normal): Define.
7798 * elf32-xstormy16.c (elf_backend_rela_normal): Define.
7799 * elf64-ppc.c (elf_backend_rela_normal): Define.
7800 * elf64-s390.c (elf_backend_rela_normal): Define.
7801 * elf64-x86-64.c (elf_backend_rela_normal): Define.
7802 * elfxx-ia64.c (elf_backend_rela_normal): Define.
7803 * elf32-arm.h (elf_backend_rela_normal): Define #ifndef USE_REL.
7804 * elf32-m32r.c (elf_backend_rela_normal): Likewise.
7805
df212a7e
NC
78062002-05-06 Nick Clifton <nickc@cambridge.redhat.com>
7807
7808 * elf32-arm.h (elf32_arm_final_link_relocate): Convert
7809 'reloc_signed_max' and 'reloc_signed_min' into half-word offsets.
7810
3decf53c
AM
78112002-05-06 Alan Modra <amodra@bigpond.net.au>
7812
7813 * elflink.h (elf_link_input_bfd <emit_relocs>): Adjust r_offset
7814 when not relocatable. Fix reloc_emitter call for K&R.
7815
f46c2da6
AM
78162002-05-04 Alan Modra <amodra@bigpond.net.au>
7817
7818 * elf64-ppc.c (ppc64_elf_relocate_section): Reinstate code
7819 reloading local sym addend mistakenly removed in 2002-05-01 change.
7820
7821 * dwarf2.c (struct line_head): Make prologue_length a bfd_vma.
7822 (read_abbrevs): Change "offset" param to bfd_vma.
7823 (parse_comp_unit): Change "version" and addr_size to unsigned ints.
7824 Change "abbrev_offset" to bfd_vma.
7825 (read_indirect_string): Use correct conversion chars in error
7826 message format string, cast bfd_vma's to unsigned long.
7827 (read_abbrevs): Likewise.
7828 (read_attribute_value): Likewise.
7829 (decode_line_info): Likewise.
7830 (scan_unit_for_functions): Likewise.
7831 (parse_comp_unit): Likewise.
7832
59862849
TR
78332002-05-04 Tom Rix <trix@redhat.com>
7834
7835 * coffswap.h (coff_swap_reloc_in): Remove XCOFF support.
7836 (coff_swap_reloc_out): Same.
7837 * coff-rs6000.c: (xcoff_swap_reloc_in): Moved from coffswap.h.
7838 (xcoff_swap_reloc_out): Same.
7839 (xcoff_rtype2howto): Renamed from _bfd_xcoff_rtype2howto. Special
7840 case some 16 bit relocs. Add reloc value to output.
7841 (xcoff_howto_table): Remove 64 bit R_POS, add 16 bit
ea1e4b0d 7842 R_RBR. Improve names.
59862849
TR
7843 (_bfd_xcoff_reloc_type_lookup): Adjust for removal of 64 bit R_POS.
7844 (bfd_xcoff_backend_data): Update with new reloc swap names.
7845 (bfd_pmac_xcoff_backend_data) : Same.
7846 * coff64-rs6000.c: (xcoff64_swap_reloc_in): Moved from coffswap.h.
7847 (xcoff64_swap_reloc_out): Same.
ea1e4b0d 7848 (xcoff64_rtype2howto): Special case some 16 bit relocs and 32 bit
59862849 7849 R_POS. Add reloc value to output.
ea1e4b0d
AM
7850 (xcoff64_howto_table): Move 64 bit R_POS to first entry. Add 16
7851 bit R_RBR. Improve names, masks.
59862849
TR
7852 (xcoff64_reloc_type_lookup): Adjust for move of 64 bit R_POS.
7853 (bfd_xcoff_backend_data): Update with new reloc swap names.
7854 (bfd_xcoff_aix5_backend_data) : Same.
7855
b4655ea9
AM
78562002-05-04 Alan Modra <amodra@bigpond.net.au>
7857
7858 * elf32-hppa.c (struct elf32_hppa_link_hash_table): Add
7859 bfd_count top_index, input_list, all_local_syms.
7860 (elf32_hppa_setup_section_lists): New function, split from
7861 elf32_hppa_size_stubs.
7862 (elf32_hppa_next_input_section): Likewise.
7863 (group_sections): Likewise.
7864 (get_local_syms): Likewise.
7865 (elf32_hppa_size_stubs): Adjust for split out functions. Look for
7866 stubs on undefined syms too.
7867 (elf32_hppa_set_gp): Use bfd_link_hash* instead of elf_link_hash*.
8fc39d5d 7868 Only access htab elf fields when we have an elf hash table.
b4655ea9
AM
7869 * elf32-hppa.h (elf32_hppa_setup_section_lists): Declare.
7870 (elf32_hppa_next_input_section): Declare.
7871
301e3139
AM
78722002-05-04 Bob Byrnes <byrnes@curl.com>
7873
7874 * opncls.c (_bfd_new_bfd_contained_in): Check return value of
7875 _bfd_new_bfd.
7876
7c5fcef7
L
78772002-05-03 H.J. Lu (hjl@gnu.org)
7878
7879 * elfxx-mips.c (mips_elf_link_hash_entry): Add forced_local.
7880 (mips_elf_link_hash_newfunc): Initialize forced_local to false.
7881 (mips_elf_record_global_got_symbol): Call _bfd_mips_elf_hide_symbol
7882 to hide a global symbol.
7883 (_bfd_mips_elf_hide_symbol): Return if forced_local is true. Set
ea1e4b0d 7884 forced_local to true.
7c5fcef7 7885
84de6048
RH
78862002-05-02 Richard Henderson <rth@redhat.com>
7887
7888 * elf64-alpha.c (elf64_alpha_relocate_section): Force relative relocs
7889 vs SHN_UNDEF to zero.
7890
805fc799
AM
78912002-05-02 Alan Modra <amodra@bigpond.net.au>
7892
c061c2d8
AM
7893 * elf64-ppc.c (ppc64_elf_howto_raw <R_PPC64_SECTOFF>): Change to a
7894 16 bit reloc.
7895 <R_PPC64_SECTOFF_DS>: Likewise.
7896 (ppc64_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
7897 SECTOFF reloc.
7898 * elf32-ppc.c (ppc_elf_howto_raw <R_PPC_SECTOFF>): Correct.
7899 (ppc_elf_reloc_type_lookup): Map from BFD_RELOC_16_BASEREL to
7900 SECTOFF reloc.
7901
805fc799
AM
7902 * elf64-ppc.c (ppc64_elf_addr16_ha_reloc): Delete.
7903 (ppc64_elf_ha_reloc): New function.
7904 (ppc64_elf_brtaken_reloc): New function.
7905 (ppc64_elf_sectoff_reloc): New function.
7906 (ppc64_elf_sectoff_ha_reloc): New function.
7907 (ppc64_elf_toc_reloc): New function.
7908 (ppc64_elf_toc_ha_reloc): New function.
7909 (ppc64_elf_toc64_reloc): New function.
7910 (ppc64_elf_unhandled_reloc): New function.
7911 (ppc64_elf_howto_raw): Use the above.
7912 <R_PPC64_RELATIVE>: Mark pc_relative, pcrel_offset.
7913 <R_PPC64_SECTOFF>: Not pc_relative or pcrel_offset. Fix dst_mask.
7914 <R_PPC64_SECTOFF_DS>: Likewise.
7915 (IS_ABSOLUTE_RELOC): Update.
7916 (struct ppc_link_hash_table): Add have_undefweak.
7917 (ppc64_elf_link_hash_table_create): Init.
7918 (func_desc_adjust): Set have_undefweak.
7919 (ppc64_elf_func_desc_adjust): Call func_desc_adjust earlier. Only
7920 add the .sfpr blr when have_undefweak.
7921 (ppc64_elf_setup_section_lists): Check hash table flavour.
7922 (ppc64_elf_next_input_section): Move output_section->owner test to
7923 ppc64elf.em.
7924 (ppc64_elf_set_toc): Rename to ppc64_elf_toc, remove info param
7925 and relocatable test. Return TOCstart and don't set elf_gp.
7926 (ppc64_elf_relocate_section): Correct BRTAKEN/BRNTAKEN branch
7927 offset calculation. Add assert on weak sym branch tweaks.
7928 * elf64-ppc.h (ppc64_elf_set_toc): Delete.
7929 (ppc64_elf_toc): Declare.
7930 (ppc64_elf_next_input_section): Update.
ea1e4b0d 7931
818c39a3
AM
79322002-05-01 Alan Modra <amodra@bigpond.net.au>
7933
7934 * syms.c (_bfd_stab_section_find_nearest_line): Don't bomb on NULL
7935 file_name.
7936
721956f4
AM
79372002-05-01 Alan Modra <amodra@bigpond.net.au>
7938
7939 * elf64-ppc.c (CROR_151515, CROR_313131): Define.
7940 (ppc64_elf_relocate_section): Use them. Don't look for plt calls
7941 on R_PPC64_ADDR24 relocs. Require a nop or no link reg on plt
7942 call branches. Correct undefined weak destination.
7943 (ppc64_elf_func_desc_adjust): Always create at least one blr in
7944 .sfpr, and correct case where either only savef* or restf* is
7945 needed.
7946
7947 Long branch stubs, multiple stub sections.
7948 * elf64-ppc.h (ppc64_elf_setup_section_lists): Declare.
7949 (ppc64_elf_next_input_section): Declare.
7950 * elf64-ppc.c: Move linker-only prototypes.
7951 (STUB_SUFFIX): Define.
7952 (enum ppc_stub_type): New.
7953 (struct ppc_stub_hash_entry): New.
7954 (struct ppc_branch_hash_entry): New.
7955 (struct ppc_link_hash_entry): Add stub_cache, oh.
7956 (struct ppc_link_hash_table): Add stub_hash_table etc. Remove
7957 sstub. Add sbrlt, srelbrlt, has_14bit_branch, stub_iteration.
7958 Rename plt_overflow to stub_error.
7959 (ppc_stub_hash_lookup): Define.
7960 (ppc_branch_hash_lookup): Define.
7961 (stub_hash_newfunc): New function.
7962 (branch_hash_newfunc): New function.
7963 (link_hash_newfunc): Init new fields.
7964 (ppc64_elf_link_hash_table_create): Likewise.
7965 (ppc64_elf_link_hash_table_free): New function.
7966 (ppc_stub_name): New function.
7967 (ppc_get_stub_entry): New function.
7968 (ppc_add_stub): New function.
7969 (create_linkage_sections): Use bfd_make_section_anyway. Create
7970 .branch_lt and .rela.branch_lt sections. Don't create .stub.
7971 (ppc64_elf_check_relocs): Set has_14bit_branch on R_PPC64_REL14*,
7972 and set up for plt call stubs. Link func and func desc syms.
7973 (ppc64_elf_gc_sweep_hook): Handle REL14* as per REL24.
7974 (func_desc_adjust): Avoid hash lookup when func desc sym available
7975 via shortcut, and set links when processing.
7976 (ppc64_elf_hide_symbol): Likewise.
7977 (allocate_dynrelocs): Don't allocate stub section here.
7978 (ppc64_elf_size_dynamic_sections): Handle sbrlt and srelbrlt.
7979 Remove sstub code.
7980 (ppc_type_of_stub): New function.
7981 (build_one_stub): Delete.
7982 (ppc_build_one_stub): New function.
7983 (ppc_size_one_stub): New function.
7984 (ppc64_elf_setup_section_lists): New function.
7985 (ppc64_elf_next_input_section): New function.
7986 (group_sections): New function.
7987 (get_local_syms): New function.
7988 (ppc64_elf_size_stubs): Rewrite.
7989 (ppc64_elf_build_stubs): Rewrite.
7990 (ppc64_elf_relocate_section): Look up stub entry for REL24
7991 relocs. Don't propagate REL14* to dynamic objects. Look for long
7992 branch stubs if REL14* or REL24 relocs won't reach.
7993 (bfd_elf64_bfd_link_hash_table_free): Define.
7994
09c2219b
MM
79952002-04-30 Mark Mitchell <mark@codesourcery.com>
7996
c5cd6d62 7997 * config.bfd: Add support for powerpc-*-windiss.
09c2219b 7998
07b678c0
TR
79992002-04-30 Tom Rix <trix@redhat.com>
8000
8001 * xcofflink.c (xcoff_link_add_symbols): Always copy undef C_EXT
8002 symbol names into the hash table.
8003
dbe341c6
TR
80042002-04-28 Tom Rix <trix@redhat.com>
8005
8006 * coff-rs6000.c (xcoff_calculate_relocation) : Function table for
ea1e4b0d 8007 calulating relocations.
dbe341c6 8008 (xcoff_complain_overflow) : Function table for relocation errors.
ea1e4b0d
AM
8009 (xcoff_ppc_relocate_section): Use relocation and complain function
8010 tables.
8011 (xcoff_complain_overflow_unsigned_func): New complain function.
dbe341c6
TR
8012 (xcoff_complain_overflow_signed_func): Same.
8013 (xcoff_complain_overflow_bitfield_func): Same.
8014 (xcoff_complain_overflow_dont_func): Same.
8015 (xcoff_reloc_type_crel): New recot function.
8016 (xcoff_reloc_type_br): Same.
8017 (xcoff_reloc_type_ba): Same.
8018 (xcoff_reloc_type_toc): Same.
8019 (xcoff_reloc_type_rel): Same.
8020 (xcoff_reloc_type_neg): Same.
8021 (xcoff_reloc_type_pos): Same.
8022 (xcoff_reloc_type_fail): Same.
8023 (xcoff_reloc_type_noop): Same.
8024 * libxcoff.h : Declare common parts for xcoff64.
8025 * coff64-rs6000.c (xcoff64_ppc_relocate_section): Use relocation
ea1e4b0d 8026 and complain function tables.
dbe341c6 8027
985142a4
AM
80282002-04-28 Alan Modra <amodra@bigpond.net.au>
8029
8030 * elf64-x86-64.c (struct elf64_x86_64_dyn_relocs): Comment typo.
8031 * elf32-hppa.c (elf32_hppa_final_link): Formatting.
8032
eba91044
AM
80332002-04-26 Alan Modra <amodra@bigpond.net.au>
8034
e54fdaa5
AM
8035 * opncls.c (bfd_make_readable): Call bfd_section_list_clear.
8036 * xcofflink.c (xcoff_link_add_dynamic_symbols): Likewise.
8037
a50c1845
AM
8038 * elflink.h (elf_bfd_final_link): Ensure input bfd class is the
8039 same as the output before calling elf_link_input_bfd.
8040
eba91044
AM
8041 * coffcode.h (coff_compute_section_file_positions): Set
8042 section_tail after shuffling section list.
8043
3c25c5f6
NC
80442002-04-24 Christian Groessler <chris@groessler.org>
8045
8046 * coff-z8k.c (extra_case): Fix R_IMM32 relocations: The
8047 addresses are 23bit with a special layout, not plain 32bit
8048 values. Prevent relocation of immediate values.
8049
40d32fc6
CD
80502002-04-24 Chris G. Demetriou <cgd@broadcom.com>
8051
8052 * elfxx-mips.c (_bfd_mips_elf_print_private_bfd_data): If MDMX or
8053 MIPS-16 ASE flags are set, print something to indicate that.
8054
067fa4a6
AM
80552002-04-23 Alan Modra <amodra@bigpond.net.au>
8056
8057 * elf32-hppa.c (hppa_type_of_stub): Correct and simplify condition
8058 under which a plt call stub is used.
8059 (final_link_relocate): Similarly.
8060 (allocate_plt_static): Clear h-plabel except when plt entry is
8061 exclusively used for a plabel.
8062 (allocate_dynrelocs): Use the above to simplify plt sizing.
8063 (struct elf32_hppa_link_hash_table): Add has_22bit_branch.
8064 (elf32_hppa_link_hash_table_create): Init.
8065 (BL22_RP): Define.
8066 (hppa_build_one_stub): Use BL22_RP if has_22bit_branch.
8067 (elf32_hppa_check_relocs): Set has_22bit_branch.
8068
8069 * elf32-hppa.c (elf32_hppa_check_relocs): Remove debug message.
8070 (final_link_relocate): Likewise.
8071
af40ce3c
JJ
80722002-04-22 Jakub Jelinek <jakub@redhat.com>
8073
8074 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Don't build
8075 search table if some FDE is DW_EH_PE_aligned encoded either.
8076 (_bfd_elf_write_section_eh_frame): Handle terminating FDE specially.
8077
09ae86c2
JJ
80782002-04-22 Richard Smith <richard@ex-parrot.com>
8079 Jakub Jelinek <jakub@redhat.com>
8080
8081 * elf-eh-frame.c (struct eh_cie_fde): Add per_encoding_relative.
8082 (_bfd_elf_discard_section_eh_frame): Set it for CIEs with pcrel
8083 encoded personality.
8084 (_bfd_elf_write_section_eh_frame): Adjust pcrel encoded personality
8085 for CIE/FDE removal.
8086
deeb2cd7
TR
80872002-04-20 Tom Rix <trix@redhat.com>
8088
8089 * coff64-rs6000.c (_bfd_xcoff64_swap_aux_in): Fix C_FILE auxent.
8090
99dc0092
AM
80912002-04-20 Alan Modra <amodra@bigpond.net.au>
8092
aa3d5824
AM
8093 * archures.c (bfd_lookup_arch): Move the list order comment..
8094 (struct bfd_arch_info): ..to where it belongs.
8095 * bfd-in2.h: Regenerate.
8096
99dc0092
AM
8097 * archures.c (bfd_lookup_arch): Add comment on list order.
8098 (bfd_default_set_arch_mach): Use bfd_lookup_arch.
8099 * cpu-powerpc.c (bfd_powerpc_archs): Re-order so that the default
8100 is always at head of list.
8101
7831a775
NC
81022002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8103
8104 * coff-arm.c (coff_thumb_pcrel_12, coff_thumb_pcrel_9,
8105 insert_thumb_branch, record_thumb_to_arm_glue): Suppress
8106 definition of these functions for ARM_WINCE builds as they are
8107 not used.
ea1e4b0d 8108 (SWAP_IN_RELOC_OFFSET, SWAP_OUT_RELOC_OFFSET): Do not define
7831a775
NC
8109 for ARM_WINCE builds.
8110
81112002-04-18 Nick Clifton <nickc@cambridge.redhat.com>
8112
ea1e4b0d 8113 * coff-arm.c (bfd_arm_process_before_allocation):
7831a775
NC
8114
81152002-04-17 J"orn Rennecke <joern.rennecke@superh.com>
a44d7f9c
JR
8116
8117 * cpu-sh.c (scan_mach): Delete.
8118 (arch_info_struct): Replace scan_mach with bfd_default_scan.
8119 (bfd_sh_arch): Likewise.
8120
3d8dbe36
NC
81212002-04-16 Nick Clifton <nickc@cambridge.redhat.com>
8122
8123 * ihex.c (ihex_write_object_contents): Fix check for records
8124 crossing 64K boundaries.
8125
4ab82700
AM
81262002-04-16 Alan Modra <amodra@bigpond.net.au>
8127
8128 * elf32-m32r.c (m32r_elf_add_symbol_hook): Check the hash table
8129 type rather than just assuming entries are ELF.
8130 * elf32-sh64.c (sh64_elf_add_symbol_hook): Likewise.
8131 * elf64-sh64.c (sh64_elf64_add_symbol_hook): Likewise.
8132 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Likewise.
8133 * elf64-mmix.c (mmix_elf_add_symbol_hook): Use bfd_link_hash_entry
8134 rather than elf_link_hash_entry.
8135
036fe0fe
RH
81362002-04-15 Richard Henderson <rth@redhat.com>
8137
8138 * elf32-mips.c (mips_elf32_object_p): Revert 0404 fragment: allow
8139 n32 binaries.
8140
c4f3d130
NC
81412002-04-15 Michael Snyder <msnyder@redhat.com>
8142
8143 * opncls.c (bfd_close): Write contents if writeable.
8144 Minor formatting tidy-ups.
8145
4ab82700 81462002-04-15 Alan Modra <amodra@bigpond.net.au>
27242387
AM
8147
8148 * elf32-ppc.c (ppc_elf_add_symbol_hook): Check the hash table type.
8149
0c04d169
MS
81502002-04-12 Michael Snyder <msnyder@redhat.com>
8151
8152 * bfd-in.h (bfd_get_section_lma): New access macro.
8153 Minor white-space fix-up.
8154
89d4966f
AM
81552002-04-12 Alan Modra <amodra@bigpond.net.au>
8156
8157 * elf.c (prep_headers): Don't zero EI_OSABI, EI_ABIVERSION or
8158 header pad.
8159
8d0da3c2
DD
81602002-04-09 DJ Delorie <dj@redhat.com>
8161
8162 * elfarm-nabi.c (elf32_arm_howto_table): Fix ABS16 masks.
8163
05793179
NC
81642002-04-09 Casper S. Hornstrup <chorns@users.sourceforge.net>
8165
8166 * coffcode.h (coff_read_word): New.
8167 (coff_compute_checksum): New.
8168 (coff_apply_checksum): New.
8169 (coff_write_object_contents): Call coff_apply_checksum () to
8170 apply checksum to PE image.
8171
46fe4e66
AM
81722002-04-08 Randolph Chung <tausq@debian.org>
8173
8174 * elf32-hppa.c (hppa_unwind_entry_compare): Move to elf-hppa.h.
8175 (elf32_hppa_final_link): Split out sorting logic to..
8176 * elf-hppa.h (elf_hppa_sort_unwind): ..here.
8177 (elf_hppa_final_link): Call elf_hppa_sort_unwind.
8178
3b5b409c
AC
81792002-04-07 Andrew Cagney <ac131313@redhat.com>
8180
8181 * configure.in: Add missing ``|'' to powerpc-*-aix4.[4-9]*
8182 pattern.
8183 * configure: Re-generate.
8184
ac7b6ceb
AC
81852002-04-07 Andrew Cagney <ac131313@redhat.com>
8186
8187 * configure.in: Only define AIX_CORE_DUMPX_CORE when AIX version
8188 is greater or equal to 4.3.3.
8189 * configure: Regenerate.
8190 Fix PR gdb/344.
8191
44aa49bb
HPN
81922002-04-05 Hans-Peter Nilsson <hp@axis.com>
8193
8194 * elf32-cris.c (cris_elf_howto_table) <R_CRIS_16_PCREL,
8195 R_CRIS_32_PCREL>: Fix typo in name.
8196 (cris_elf_check_relocs): Always create .rela.got here when
8197 R_CRIS_16_GOTPLT or R_CRIS_32_GOTPLT is seen.
8198 (elf_cris_adjust_gotplt_to_got): Don't create .rela.got here;
8199 assume it's created.
8200
e2d34d7d
DJ
82012002-04-04 Daniel Jacobowitz <drow@mvista.com>
8202
8203 * aout-adobe.c (aout_32_bfd_link_hash_table_free): Define.
8204 * aout-target.h (MY_bfd_link_hash_table_free): Conditionally
8205 define.
8206 * aout-tic30.c (MY_bfd_link_hash_table_free): Likewise.
8207 * bfd.c (bfd_link_hash_table_free): Define.
8208 * binary.c (binary_bfd_link_hash_table_free): Define.
8209 * bout.c (b_out_bfd_link_hash_table_free): Define.
8210 * coff-rs6000.c (rs6000coff_vec): Include
8211 _bfd_generic_link_hash_table_free.
8212 (pmac_xcoff_vec): Likewise.
8213 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
8214 (aix5coff64_vec): Likewise.
8215 * coffcode.h (coff_bfd_link_hash_table_free): Conditionally define.
8216 * elf-m10300.c (elf32_mn10300_link_hash_table_free): New function.
8217 (bfd_elf32_bfd_link_hash_table_free): Define.
8218 * elf32-hppa.c (elf32_hppa_link_hash_table_free): New function.
8219 (bfd_elf32_bfd_link_hash_table_free): Define.
8220 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_free): Conditionally
8221 define.
8222 * i386msdos.c (msdos_bfd_link_hash_table_free): Define.
8223 * i386os9k.c (os9k_bfd_link_hash_table_free): Define.
8224 * ieee.c (ieee_bfd_link_hash_table_free): Define.
8225 * ihex.c (ihex_bfd_link_hash_table_free): Define.
8226 * libbfd-in.h (_bfd_nolink_bfd_link_hash_table_free): Define.
8227 (_bfd_generic_link_hash_table_free): Add prototype.
8228 * libcoff-in.h (_bfd_xcoff_bfd_link_hash_table_free): Add prototype.
8229 * libecoff.h (_bfd_ecoff_bfd_link_hash_table_free): Define.
8230 * linker.c (_bfd_generic_link_hash_table_free): New function.
8231 * mmo.c (mmo_bfd_link_hash_table_free): Define.
8232 * nlm-target.h (nlm_bfd_link_hash_table_free): Define.
8233 * oasys.c (oasys_bfd_link_hash_table_free): Define.
8234 * ppcboot.c (ppcboot_bfd_link_hash_table_free): Define.
8235 * som.c (som_bfd_link_hash_table_free): Define.
8236 * srec.c (srec_bfd_link_hash_table_free): Define.
8237 * tekhex.c (tekhex_bfd_link_hash_table_free): Define.
8238 * versados.c (versados_bfd_link_hash_table_free): Define.
8239 * vms.c (vms_bfd_link_hash_table_free): New function.
8240 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_free): New function.
8241
8242 * coff-arm.c (coff_arm_link_hash_table_create): Use bfd_malloc
8243 instead of bfd_alloc.
8244 * coff-h8300.c (h8300_coff_link_hash_table_create): Likewise.
8245 * coff-mcore.c (coff_mcore_link_hash_table_create): Likewise.
8246 * coff-ppc.c (ppc_coff_link_hash_table_create): Likewise.
8247 * cofflink.c (_bfd_coff_link_hash_table_create): Likewise.
8248 * ecoff.c (_bfd_ecoff_bfd_link_hash_table_create): Likewise.
8249 * elf-m10300.c (elf32_mn10300_link_hash_table_create): Likewise.
8250 * elf.c (_bfd_elf_link_hash_table_create): Likewise.
8251 * elf32-arm.h (elf32_arm_link_hash_table_create): Likewise.
8252 * elf32-cris.c (elf_cris_link_hash_table_create): Likewise.
8253 * elf32-hppa.c (elf32_hppa_link_hash_table_create): Likewise.
8254 * elf32-i386.c (elf_i386_link_hash_table_create): Likewise.
8255 * elf32-m68k.c (elf_m68k_link_hash_table_create): Likewise.
8256 * elf32-s390.c (elf_s390_link_hash_table_create): Likewise.
8257 * elf32-sh.c (sh_elf_link_hash_table_create): Likewise.
8258 * elf64-alpha.c (elf64_alpha_bfd_link_hash_table_create): Likewise.
8259 * elf64-ppc.c (ppc64_elf_link_hash_table_create): Likewise.
8260 * elf64-s390.c (elf_s390_link_hash_table_create): Likewise.
8261 * elf64-sh64.c (sh64_elf64_link_hash_table_create): Likewise.
8262 * elf64-sparc.c (sparc64_elf_bfd_link_hash_table_create): Likewise.
8263 * elf64-x86-64.c (elf64_x86_64_link_hash_table_create): Likewise.
8264 * elfxx-mips.c (_bfd_mips_elf_link_hash_table_create): Likewise.
8265 * linker.c (_bfd_generic_link_hash_table_create): Likewise.
8266 * m68klinux.c (linux_link_hash_table_create): Likewise.
8267 * sparclinux.c (linux_link_hash_table_create): Likewise.
8268 * sunos.c (sunos_link_hash_table_create): Likewise.
8269 * xcofflink.c (_bfd_xcoff_bfd_link_hash_table_create): Likewise.
8270
8271 * targets.c: Add _bfd_link_hash_table_free to xvec.
8272
8273 * bfd-in2.h: Regenerate.
8274 * libbfd.h: Regenerate.
8275 * libcoff.h: Regenerate.
8276
830629ab
AM
82772002-04-04 Alan Modra <amodra@bigpond.net.au>
8278
8279 * dep-in.sed: Cope with absolute paths.
8280 * Makefile.am (dep.sed): Subst TOPDIR, and not INCDIR.
8281 Run "make dep-am".
8282 * Makefile.in: Regenerate.
8283 * coff-arm.c: Fix copyright date.
8284 * cpu-h8300.c: Likewise.
8285 * cpu-i370.c: Likewise.
8286 * cpu-s390.c: Likewise.
8287 * cpu-mips.c: Likewise.
8288 * po/SRC-POTFILES.in: Regenerate.
8289
c6e90b02
TS
82902002-04-04 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
8291
8292 * Makefile.am: Add elfxx-mips.c to the known backends.
8293 (elf32-mips.lo): remove dependency to coff/external.h.
8294 * Makefile.in: Regenerate.
8295 * configure.in: Add elfxx-mips.lo to all vectors using elf32-mips.lo
8296 Remove elf32-mips.lo from 64 bit vectors. Update dependencies
8297 accordingly.
8298 * configure: Regenerate.
8299 * elf-bfd.h: Move all MIPS ELF specific prototypes to elfxx-mips.h.
8300 (irix_compat_t): IRIX compatibility level, moved from elf32-mips.c.
8301 (elf_backend_mips_irix_compat, elf_backend_mips_rtype_to_howto): New
8302 MIPS specific backend functions.
8303 * elf32-mips.c: Moved most code to elfxx-mips.c.
8304 (mips_elf_hi16_reloc): Rename from _bfd_mips_elf_hi16_reloc and make
8305 static.
8306 (mips_elf_lo16_reloc): Likewise, was _bfd_mips_elf_lo16_reloc.
8307 (mips_elf_got16_reloc): Likewise, was _bfd_mips_elf_got16_reloc.
8308 (mips_elf_gprel32_reloc): Likewise, was _bfd_mips_elf_gprel32_reloc.
8309 (mips_elf32_rtype_to_howto): Rename from mips_rtype_to_howto. Changed
8310 interface to allow selection of the right REL or RELA howto table.
8311 (mips_elf32_object_p): Rename from _bfd_mips_elf_object_p and made
8312 static. Let it refuse n32 objects.
8313 (elf32_mips_grok_prstatus): Rename from _bfd_elf32_mips_grok_prstatus.
8314 (elf32_mips_grok_psinfo): Rename from _bfd_elf32_mips_grok_psinfo.
8315 (elf32_mips_discard_info): Rename from _bfd_elf32_mips_discard_info.
8316 (elf32_mips_ignore_discarded_relocs): Rename from
8317 _bfd_elf32_mips_ignore_discarded_relocs.
8318 (elf32_mips_write_section): Rename from _bfd_elf32_mips_write_section.
8319 (elf32_mips_irix_compat): New function, replaces IRIX_COMPAT.
8320 (elf_mips_howto_table_rela): Remove.
8321 * elf64-mips.c: Moved most code to elfxx-mips.c.
8322 (bfd_elf64_bfd_reloc_type_lookup): Make static.
8323 (mips_elf64_rtype_to_howto): New function.
8324 (mips_elf64_object_p): Likewise.
8325 (elf64_mips_irix_compat): Likewise.
8326 * elfxx-mips.c: New file containing common code merged together from
8327 elf32-mips.c and elf64-mips.c.
8328 * elfxx-mips.h: New file containing MIPS specific prototypes from
8329 elf-bfd.h.
8330 * elfxx-target.h: Add handling for elf_backend_mips_irix_compat and
8331 elf_backend_mips_rtype_to_howto.
8332
d8dce692
AM
83332002-04-04 Alan Modra <amodra@bigpond.net.au>
8334
8335 * srec.c (MAXCHUNK, Chunk): Revise comments.
8336 (srec_write_record): Correct buffer size.
8337 (srec_write_header): Do without intermediate buffer.
8338 (srec_write_section): Validate Chunk.
8339 (srec_write_terminator): Pass NULL instead of dummy buffer.
8340 (srec_write_symbols): Pass file and symbol names directly to
8341 bfd_bwrite so sprintf won't overflow buffer.
8342
b88a866a
JJ
83432002-04-03 Jakub Jelinek <jakub@redhat.com>
8344
8345 * elf32-sparc.c (elf32_sparc_relocate_section): Don't emit dynamic
8346 PC relative relocs against hidden symbols.
8347 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
8348
d7866f04
AM
83492002-04-03 Alan Modra <amodra@bigpond.net.au>
8350
8351 * elf.c (_bfd_elf_make_section_from_shdr): When setting section
8352 LMAs, loop over segments until p_vaddr and p_memsz specify an
8353 extent enclosing the section.
8354
9e81ee67
NC
83552002-04-02 Nick Clifton <nickc@cambridge.redhat.com>
8356
8357 * ihex.c (ihex_write_object_contents): Do not allow records to
8358 cross a 64K boundary - wrap if necessary.
8359
d2b64500
JT
83602002-04-01 Nathan Williams <nathanw@wasabisystems.com>
8361
8362 * elf.c (elfcore_netbsd_get_lwpid): Fix off-by-one error
8363 which caused the returned LWP ID to always be 0.
8364
e36f7d53
RH
83652002-04-01 Richard Henderson <rth@redhat.com>
8366
8367 * elf32-sparc.c (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8368 (elf32_sparc_relocate_section): Use it to figure out when to
8369 initialize .got entries.
8370 * elf64-sparc.c: Similarly.
8371
e92d460e
AM
83722002-03-28 Alan Modra <amodra@bigpond.net.au>
8373
8374 * linker.c (link_action): Ignore duplicate warning syms.
8375 (_bfd_generic_link_write_global_symbol): Follow warning symbol link.
8376 * elflink.h (elf_adjust_dynstr_offsets): Likewise.
8377 (elf_adjust_dynamic_symbol): Likewise.
8378 (elf_export_symbol): Likewise.
8379 (elf_link_find_version_dependencies): Likewise.
8380 (elf_link_assign_sym_version): Likewise.
8381 (elf_link_sec_merge_syms): Likewise.
8382 (elf_link_output_extsym): Likewise.
8383 (elf_gc_sweep_symbol): Likewise.
8384 (elf_gc_propagate_vtable_entries_used): Likewise.
8385 (elf_gc_smash_unused_vtentry_relocs): Likewise.
8386 (elf_gc_allocate_got_offsets): Likewise.
8387 (elf_collect_hash_codes): Likewise.
8388 * elflink.c (elf_link_renumber_hash_table_dynsyms): Likewise.
8389 * elf-hppa.h (elf_hppa_unmark_useless_dynamic_symbols): Likewise.
8390 (elf_hppa_remark_useless_dynamic_symbols): Likewise.
8391 * elf-m10300.c (elf32_mn10300_finish_hash_table_entry): Likewise.
8392 * elf32-arm.h (elf32_arm_discard_copies): Likewise.
8393 * elf32-cris.c (elf_cris_adjust_gotplt_to_got): Likewise.
8394 (elf_cris_discard_excess_dso_dynamics): Likewise.
8395 * elf32-hppa.c (clobber_millicode_symbols): Likewise.
8396 (mark_PIC_calls): Likewise.
8397 (allocate_plt_static): Likewise.
8398 (allocate_dynrelocs): Likewise.
8399 (readonly_dynrelocs): Likewise.
8400 * elf32-i386.c (allocate_dynrelocs): Likewise.
8401 (readonly_dynrelocs): Likewise.
8402 * elf32-i370.c (i370_elf_adjust_dynindx): Likewise.
8403 * elf32-m68k.c (elf_m68k_discard_copies): Likewise.
8404 * elf32-mips.c (mips_elf_output_extsym): Likewise.
8405 (mips_elf_sort_hash_table_f): Likewise.
8406 (mips_elf_check_mips16_stubs): Likewise.
8407 * elf32-s390.c (allocate_dynrelocs): Likewise.
8408 (readonly_dynrelocs): Likewise.
8409 * elf32-sh.c (sh_elf_discard_copies): Likewise.
8410 * elf32-xstormy16.c (xstormy16_relax_plt_check): Likewise.
8411 (xstormy16_relax_plt_realloc): Likewise.
8412 * elf64-alpha.c (elf64_alpha_calc_got_offsets_for_symbol): Likewise.
8413 (elf64_alpha_output_extsym): Likewise.
8414 * elf64-hppa.c (elf64_hppa_mark_exported_functions): Likewise.
8415 * elf64-mips.c (mips_elf64_sort_hash_table_f): Likewise.
8416 (mips_elf64_check_mips16_stubs): Likewise.
8417 (mips_elf64_output_extsym): Likewise.
8418 * elf64-ppc.c (func_desc_adjust): Likewise.
8419 (allocate_dynrelocs): Likewise.
8420 (readonly_dynrelocs): Likewise.
8421 * elf64-s390.c (allocate_dynrelocs): Likewise.
8422 (readonly_dynrelocs): Likewise.
8423 * elf64-sh64.c (sh64_elf64_discard_copies): Likewise.
8424 * elf64-x86-64.c (allocate_dynrelocs): Likewise.
8425 (readonly_dynrelocs): Likewise.
8426 * elfxx-ia64.c (elfNN_ia64_global_dyn_sym_thunk): Likewise.
8427 * aoutx.h (aout_link_write_other_symbol): Likewise.
8428 * cofflink.c (_bfd_coff_write_task_globals): Likewise.
8429 (_bfd_coff_write_global_sym): Likewise.
8430 * i386linux.c (linux_tally_symbols): Likewise.
8431 * m68klinux.c (linux_tally_symbols): Likewise.
8432 * sparclinux.c (linux_tally_symbols): Likewise.
8433 * pdp11.c (aout_link_write_other_symbol): Likewise.
8434 * sunos.c (sunos_scan_dynamic_symbol): Likewise.
8435 * xcofflink.c (xcoff_build_ldsyms): Likewise.
8436 (xcoff_write_global_symbol): Likewise.
8437
8438 * cofflink.c (_bfd_coff_final_link): Formatting.
8439 * cpu-mips.c (mips_compatible): Make static, prototype.
8440 * elf32-i386.c (elf_i386_check_relocs): Formatting.
8441 * elf32-sh.c (sh_elf_size_dynamic_sections): Likewise.
8442 * elf64-alpha.c (elf64_alpha_output_extsym): Likewise.
8443 * elf64-mips.c (mips_elf64_sort_hash_table): Likewise.
8444 (mips_elf64_final_link): Likewise.
8445 * elflink.h (elf_link_find_version_dependencies): Remove duplicate
8446 prototype.
8447
2106126f
NC
84482002-03-27 Nick Clifton <nickc@cambridge.redhat.com>
8449
8450 * coff-arm.c (SWAP_IN_RELOC_OFFSET): Define.
8451 (SWAP_OUT_RELOC_OFFSET): Define.
8452
b99d1833
AM
84532002-03-27 Gregory Steuck <greg@nest.cx>
8454
8455 * elf.c (_bfd_elf_get_symtab_upper_bound): Leave space for
8456 terminating NULL if empty symbol table.
8457 (_bfd_elf_get_dynamic_symtab_upper_bound): Likewise.
8458
ad43ed4c
L
84592002-03-26 H.J. Lu (hjl@gnu.org)
8460
8461 * elflink.h (elf_link_input_bfd): Revert the last change since
8462 the gcc exception handling isn't fixed yet.
8463
3851fca4
L
84642002-03-26 H.J. Lu (hjl@gnu.org)
8465
8466 * elflink.h (elf_link_input_bfd): Complain about relocations
8467 against local symbols in discarded sections.
8468
b91afed7
AM
84692002-03-26 Alan Modra <amodra@bigpond.net.au>
8470
8471 * elflink.h (elf_gc_mark): Don't recurse into non-ELF sections.
8472
dba143ef
AM
84732002-03-23 Alan Modra <amodra@bigpond.net.au>
8474
8475 * elf.c (_bfd_elf_make_section_from_shdr): Don't set lma based on
8476 section file offset for !SEC_LOAD sections.
8477
ee29b9fb
RE
84782002-03-21 Richard Earnshaw <rearnsha@arm.com>
8479
830629ab
AM
8480 * elf32-arm.h (elf32_arm_final_link_relocate <case R_ARM_GOTOFF>,
8481 <case R_ARM_GOT>): Handle relocations to Thumb functions.
ee29b9fb 8482
54327882
AM
84832002-03-21 Alan Modra <amodra@bigpond.net.au>
8484
8485 * coff64-rs6000.c (_bfd_xcoff64_put_symbol_name): Prototype.
8486 Whitespace changes.
8487 * archive.c: Update copyright date.
8488 * bfd-in2.h: Regenerate.
8489 * libbfd.h: Regenerate.
8490 * Makefile.am: Run "make dep-am"
8491 * Makefile.in: Regenerate.
8492 * po/SRC-POTFILES.in: Regenerate.
8493
1ee24f27
DJ
84942002-03-20 Daniel Jacobowitz <drow@mvista.com>
8495
8496 * dwarf2.c (struct funcinfo): Move up.
8497 (lookup_address_in_function_table): New argument function_ptr.
8498 Set it.
8499 (lookup_address_in_line_table): New argument function. If function
8500 is non-NULL, use it to handle ``addr'' before the first line note of
8501 the function.
8502 (comp_unit_find_nearest_line): Update and swap calls to
8503 lookup_address_in_function_table and lookup_address_in_line_table.
8504 * syms.c (_bfd_stab_section_find_nearest_line): Use the first
8505 N_SLINE encountered if we see an N_FUN before any N_SLINE.
8506
51b9608c
TR
85072002-03-20 Tom Rix <trix@redhat.com>
8508
ea1e4b0d 8509 * coff-rs6000.c (_bfd_xcoff_stat_arch_elt): Renamed from
51b9608c 8510 _bfd_xcoff_generic_stat_arch_elt. Fix format check.
9b5ecbd0 8511 * coff64-rs6000.c : Use _bfd_xcoff_stat_arch_elt.
51b9608c 8512
789c90aa
TR
85132002-03-19 Tom Rix <trix@redhat.com>
8514
ea1e4b0d 8515 * xcofflink.c (_bfd_xcoff_bfd_link_add_symbols): Look through all
789c90aa
TR
8516 dynamic objects in archives.
8517
1da54d81
HPN
85182002-03-19 Hans-Peter Nilsson <hp@bitrange.com>
8519
8520 * elflink.h (NAME(bfd_elf,record_link_assignment)): Don't set
8521 STT_NOTYPE symbols to STT_OBJECT.
8522
7831a775 85232002-03-18 Jan Hubicka <jh@suse.cz>
beb43bb9
JH
8524
8525 * cpu-i386.c (bfd_x86_64_arch): Rename to "i386:x86-64"
8526
eb1e0e80
NC
85272002-03-18 Tom Rix <trix@redhat.com>
8528
8529 * aix5ppc.core.c : New file for AIX 5 64 bit core support.
8530 * bfd-in.h : Add bfd_xcoff_ar_archive_set_magic declaration.
8531 * coff-rs6000 (do_pad) : New function for archive padding.
8532 (do_copy) : New function for object file copying in archives.
8533 (do_shared_object_padding) : New function for padding shared
8534 objects to their text section alignment in archives.
8535 (bfd_xcoff_ar_achive_set_magic) : Stub.
8536 (xcoff_write_armap_big) : Use do_copy and do_pad.
8537 (xcoff_write_archive_contents_big) : Use do_shared_object_padding,
8538 do_copy and do_pad.
8539 * coff64-rs6000.c (xcoff64_write_ojbect_contents) : Use
ea1e4b0d 8540 bfd_xcoff_magic_number.
eb1e0e80
NC
8541 (xcoff64_bad_format_hook) : New function for _bfd_bad_format_hook
8542 fop.
8543 (xcoff_backend_data_r) : Use xcoff64_bad_format_hook.
8544 (bfd_xcoff_aix5_backend_data) : New Aix 5 backend data.
8545 (aix5coff64_vec) : New Aix 5 target aix5coff64-rs6000.
8546 * rs6000-core.c : Update copyright date.
ea1e4b0d 8547 * xcofflink.c (bfd_xcoff_size_dynamic_sections): Check for NULL
eb1e0e80
NC
8548 csectpp.
8549 * coffcode.h (coff_new_section_hook) : Use new accessor macros.
8550 (coff_set_arch_mach_hook) : Add Aix 5 U64_TOCMAGIC magic #.
8551 (coff_set_flags) : Use bfd_xcoff_magic_number.
8552 * libxcoff.h (bfd_xcoff_is_xcoff64): Add U64_TOCMAGIC.
8553 * configure.in : Add powerpc-*-aix5 and rs6000-*-aix5 support.
8554 * Makefile.am : Same.
8555 * config.bfd : Same.
8556 * targets.c : Same.
8557 * configure : Regnerate.
8558 * Makefile.in : Same.
8559 * bfd-in2.h : Same.
8560
a1c259a1
NC
85612002-03-18 Nick Clifton <nickc@cambridge.redhat.com>
8562
8563 * po/fr.po: Updated version.
8564
4dae1ae7
AM
85652002-03-18 Alan Modra <amodra@bigpond.net.au>
8566
8567 * libbfd.c (bfd_write_bigendian_4byte_int): Return true iff success.
8568 * libbfd.h: Regenerate.
8569 * archive.c (coff_write_armap): Pass on failures from
8570 bfd_write_bigendian_4byte_int.
8571
36b4f6e7
L
85722002-03-14 H.J. Lu <hjl@gnu.org>
8573
8574 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the BFD
8575 error to bfd_error_nonrepresentable_section for reinit_array
8576 section in DSO.
8577
a1aefc76
NC
85782002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
8579
a181be0a
NC
8580 * coffcode.h (coff_slurp_symbol_table): When adding BSF_WEAK flag,
8581 OR it in rather than replacing previously selected flags.
8582
a1aefc76
NC
8583 * elfxx-target.h (TARGET_BIG_SYM): Set ar_max_namelen to 15.
8584 (TARGET_LITTLE_SYM): Set ar_max_namelen to 15.
8585
c119f9b8
AM
85862002-03-14 Alan Modra <amodra@bigpond.net.au>
8587
8588 * cpu-mips.c (mips_compatible): New. Don't check bits_per_word.
8589 (N): Use the above.
8590 * elflink.h (elf_bfd_final_link): Revert last change. Instead,
8591 ensure reloc size matches before calling elf_link_input_bfd.
8592 Add an assert to check reloc size when counting output relocs.
8593
c295a511
NC
85942002-03-14 Nick Clifton <nickc@cambridge.redhat.com>
8595
8596 * mmo.c (mmo_get_loc): Return NULL rather than false.
8597
9ce88e60
NC
85982002-03-13 Nick Clifton <nickc@cambridge.redhat.com>
8599
8600 * po/fr.po: Updated version.
8601
4ddafab0
AM
86022002-03-13 Alan Modra <amodra@bigpond.net.au>
8603
b74fa2cd
AM
8604 * archures.c (bfd_default_compatible): Test bits_per_word.
8605 * cpu-i386.c (i386_compatible): Remove. Replace occurrences with
8606 bfd_default_compatible.
8607 * cpu-i370.c (i370_compatible): Likewise.
8608 * cpu-sparc.c (sparc_compatible): Likewise.
8609 * cpu-h8300.c (compatible): Test in->arch == out->arch.
8610
40b829d4
AM
8611 * elflink.h: Formatting fixes.
8612 (elf_link_output_extsym): Merge undefined and undef weak cases.
8613
4ddafab0
AM
8614 * elflink.h (elf_bfd_final_link): Only call elf_link_input_bfd
8615 when word size of input matches output word size.
8616
dd53c801
AJ
86172002-03-12 Andreas Jaeger <aj@suse.de>
8618
8619 * cpu-i386.c (i386_compatible): New. Use it instead of
8620 bfd_default_compatible.
8621
aa066ac8
L
86222002-03-07 H.J. Lu (hjl@gnu.org)
8623
8624 * coff-sh.c (shcoff_reloc_map): Use bfd_reloc_code_real_type
8625 as the type for bfd_reloc_val.
8626
1bf42538
JL
86272002-03-05 John David Anglin <dave@hiauly1.hia.nrc.ca>
8628
8629 * elf-hppa.h (elf_hppa_is_dynamic_loader_symbol): New function.
8630 (elf_hppa_relocate_section): Ignore undefined dynamic loader symbols.
8631 (elf_hppa_final_link_relocate): Correct relocations for indirect
8632 references to local data through the DLT. Fix .opd creation for
8633 local symbols using R_PARISC_LTOFF_FPTR32 and R_PARISC_FPTR64
8634 relocations. Use e_lsel selector for R_PARISC_DLTIND21L,
8635 R_PARISC_LTOFF_FPTR21L and R_PARISC_LTOFF_TP21L as per
8636 "Processor-Specific ELF for PA_RISC, Version 1.43" document.
8637 Similarly, use e_rsel for DLT and LTOFF 'R' relocations.
8638 * elf32-hppa.c (final_link_relocate): Revise relocation selectors
8639 as per "Processor-Specific ELF for PA_RISC, Version 1.43" document.
8640
86eaf01e
JJ
86412002-03-05 Jakub Jelinek <jakub@redhat.com>
8642
8643 * merge.c (_bfd_merge_sections): Don't segfault if there
8644 is nothing to merge due to GC.
8645
c44233aa
AM
86462002-03-05 Alan Modra <amodra@bigpond.net.au>
8647
039cc25f
AM
8648 * elf32-hppa.c (clobber_millicode_symbols): Remove hack to keep
8649 symbols that have been forced local.
8650
c44233aa
AM
8651 * elflink.h (elf_bfd_final_link): Call elf_link_output_extsym
8652 to output forced local syms for non-shared link.
8653 (elf_link_output_extsym): Tweak condition for calling backend
8654 adjust_dynamic_symbol so that previous behaviour is kept.
8655 Whitespace changes throughout file.
8656
25e27870
L
86572002-03-04 H.J. Lu <hjl@gnu.org>
8658
8659 * elf.c (bfd_section_from_shdr): Handle special sections,
8660 .init_array, .fini_array and .preinit_array.
8661 (elf_fake_sections): Likewise.
8662
8663 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Create the
8664 DT entry only if the section is in output for .init_array,
8665 .fini_array and .preinit_array. Complain about .preinit_array
8666 section in DSO.
8667 (elf_bfd_final_link): Warn zero size for .init_array,
8668 .fini_array and .preinit_array sections.
8669
8670 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Remove
8671 SHT_INIT_ARRAY, SHT_FINI_ARRAY and SHT_PREINIT_ARRAY.
8672 (elfNN_ia64_fake_sections): Remove .init_array, .fini_array and
8673 .preinit_array.
8674
bb2a49f2
AM
86752002-03-04 Alan Modra <amodra@bigpond.net.au>
8676
8677 * configure.in (WIN32LIBADD): Don't eval PICFLAG assignment.
8678 * configure: Regenerate.
8679
38487e5e
TR
86802002-03-02 Tom Rix <trix@redhat.com>
8681
c44233aa
AM
8682 * coff64-rs6000.c (xcoff64_howto_table): Replace howto types with
8683 symbolic equiv.
38487e5e
TR
8684 * coff-rs6000.c (xcoff_howto_table): Same.
8685
30831527
RH
86862002-03-01 David Mosberger <davidm@hpl.hp.com>
8687
8688 * elflink.h (size_dynamic_sections): If section named
8689 ".preinit_array" exists, create DT_PREINIT_ARRAY and
8690 DT_PREINIT_ARRAYSZ entries in dynamic table. Analogously for
8691 ".init_array" and ".fini_array".
8692 (elf_bfd_final_link): Handle DT_PREINIT_ARRAYSZ, DT_INIT_ARRAYSZ,
8693 DT_FINI_ARRAYSZ, DT_PREINIT_ARRAY, DT_INIT_ARRAY, and
8694 DT_FINI_ARRAY.
8695
c8e5ddc8
AM
86962002-02-26 Andrew Macleod <amacleod@cygnus.com>
8697
8698 * elflink.h (elf_bfd_final_link): Don't crash on SHN_UNDEF local
8699 dynsyms.
8700
96e0dda4
AM
87012002-02-25 Alan Modra <amodra@bigpond.net.au>
8702
1c5b6bf8
AM
8703 * elf64-hppa.h: Update copyright date.
8704
96e0dda4
AM
8705 * elf64-ppc.c (ppc64_elf_check_relocs): Warning fix.
8706 (ppc64_elf_relocate_section): Don't generate power4 style branch
8707 hints for *_BRTAKEN and *_BRNTAKEN relocs.
8708
0fb19cbc
JJ
87092002-02-22 Jakub Jelinek <jakub@redhat.com>
8710
8711 * elf64-sh64.c (sh_elf64_relocate_section): Fix a typo from my
8712 last patch.
8713 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8714
c434dee6
AJ
87152002-02-21 Andreas Jaeger <aj@suse.de>
8716
8717 * elf64-x86-64.c: Major rework that introduces all recent changes
8718 to the x86-64 backend. Get a closer match to elf32-i386.
8719 (struct elf64_x86_64_dyn_relocs): Rename from
8720 elf64_x86_64_pcrel_relocs_copied, add additional fields. Change
8721 all users.
8722 (struct elf64_x86_64_link_hash_table): Add short cuts to some
8723 sections.
8724 (link_hash_newfunc): Rename from elf64_x86_64_link_hash_newfunc,
8725 remove casts, initialize new hash members.
8726 (create_got_section): New.
8727 (elf64_x86_64_create_dynamic_sections): New.
8728 (elf64_x86_64_copy_indirect_symbol): New.
8729 (elf64_x86_64_check_relocs): Don't allocate space for dynamic
8730 relocs, .got or .relgot here but do it in allocate_dynrelocs.
8731 Reference count possible .plt and .got entries. Don't test input
8732 section SEC_READONLY here to try to avoid copy relocs, and keep
8733 dyn_relocs regardless of ELF_LINK_NON_GOT_REF. Don't set
8734 DF_TEXTREL here. Delay setting of variables until needed. Cache
8735 pointer to "sreloc" section in elf_section_data. Tweak condition
8736 under which .got created. Report files with bad relocation
8737 section names.
8738 (elf64_x86_64_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
8739 Reference count possible .plt entries. Don't deallocate .got and
8740 .relgot space here.
8741 (elf64_x86_64_adjust_dynamic_symbol): Handle nocopyreloc. Don't
8742 do copy reloc processing for weakdefs. Remove redundant casts and
8743 aborts. Delay setting of vars until needed. Move creation of
8744 dynamic symbols and allocation of .plt and .rela.plt to
8745 allocate_dynrelocs. Replace BFD_ASSERT with abort.
8746 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): New.
8747 (allocate_dynrelocs): New.
8748 (readonly_dynrelocs): New.
8749 (elf64_x86_64_size_dynamic_sections): Call readonly_dynrelocs.
8750 Allocate space for dyn relocs. Replace BFD_ASSERT with abort.
8751 Zero out the dynamic allocated content space.
8752 (elf64_x86_64_discard_copies): Removed.
8753 (elf64_x86_64_relocate_section): Make use of dynamic section
8754 short-cuts. Localise vars, and delay setting. Better error
8755 reporting, replace BFD_ASSERT with abort. Check
8756 ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined in the
8757 regular object file and tread the weak definition as the normal
8758 one. Don't discard relocs for undefweak or undefined symbols and
8759 check !DEF_REGULAR as well as DEF_DYNAMIC in test for avoided copy
8760 relocs.
8761 (elf64_x86_64_finish_dynamic_symbol): Don't copy relocs for
8762 symbols that have been forced local. Use same test to decide if
8763 we can use a relative reloc for got as relocate_section. Expand
8764 SHN_UNDEF comment. Move expressions out of function calls.
8765 Replace BFD_ASSERT with abort.
8766 (bfd_elf64_bfd_final_link): Removed.
8767 (elf_backend_copy_indirect_symbol): Define.
8768
ff3a6ee3
TR
87692002-02-20 Tom Rix <trix@redhat.com>
8770
8771 * coff-rs6000.c (xcoff_howto_table): Add 16 bit R_BA.
8772 (_bfd_xcoff_reloc_type_lookup): Use it.
8773 * coff64-rs6000.c (xcoff64_howto_table): Same.
8774 (xcoff64_reloc_type_lookup): Same.
c434dee6 8775
a68d41fb
AM
87762002-02-20 Peter Schauer <pes@regent.e-technik.tu-muenchen.de>
8777
9b5ecbd0 8778 * osf-core.c (osf_core_vec): OSF/1 (Digital Unix) core files are
a68d41fb
AM
8779 little endian.
8780
befc3abb
MS
87812002-02-19 Martin Schwidefsky <schwidefsky@de.ibm.com>
8782
8783 * archures.c (bfd_mach_s390_esa): Rename to bfd_mach_s390_31.
8784 (bfd_mach_s390_esame): Rename to bfd_mach_s390_64.
8785 * bfd-in2.h: Regenerate.
8786 * cpu-s390.c (arch_info_struct): Use renamed architecture defines.
8787 Replace architecture name "s390" with "s390:31-bit" and "s390:esame"
8788 with "s390:64-bit".
8789 * elf32-s390.c (elf_howto_table): Add 32 bit pc relative relocations.
8790 (elf_s390_reloc_type_lookup): Likewise.
8791 (elf_s390_check_relocs): Likewise.
8792 (elf_s390_gc_sweep_hook): Likewise.
8793 (elf_s390_relocate_section): Likewise.
8794 (elf_s390_object_p): Use renamed architecture define.
8795 * elf64-s390.c (elf_s390_object_p): Use renamed architecture define.
8796
6eeeec9b
FCE
87972002-02-19 Frank Ch. Eigler <fche@redhat.com>
8798
8799 * syms.c (stt[]): Sorted. Added .init/.fini -> "t" mapping.
8800
0bb2d96a
JJ
88012002-02-19 Jakub Jelinek <jakub@redhat.com>
8802
8803 * elf-eh-frame.c (_bfd_elf_discard_section_eh_frame): Enable
8804 absptr -> pcrel optimization for shared libs.
8805 Only create minimal .eh_frame_hdr if absptr FDE encoding in shared
8806 library cannot be converted to pcrel.
8807 (_bfd_elf_eh_frame_section_offset): Return -2 if making absptr
8808 relative.
8809 * elf32-i386.c (elf_i386_relocate_section): If
8810 _bfd_elf_section_offset returned -2, skip, but make sure the
8811 relocation is installed.
8812 * elf32-arm.h (elf32_arm_final_link_relocate): Likewise.
8813 * elf32-cris.c (cris_elf_relocate_section): Likewise.
8814 * elf32-hppa.c (elf32_hppa_relocate_section): Likewise.
8815 * elf32-i370.c (i370_elf_relocate_section): Likewise.
8816 * elf32-m68k.c (elf_m68k_relocate_section): Likewise.
8817 * elf32-ppc.c (ppc_elf_relocate_section): Likewise.
8818 * elf32-s390.c (elf_s390_relocate_section): Likewise.
8819 * elf32-sh.c (sh_elf_relocate_section): Likewise.
8820 * elf32-sparc.c (elf32_sparc_relocate_section): Likewise.
8821 * elf64-ppc.c (ppc64_elf_relocate_section): Likewise.
8822 * elf64-s390.c (elf_s390_relocate_section): Likewise.
8823 * elf64-sh64.c (sh_elf64_relocate_section): Likewise.
9b5ecbd0 8824 * elf64-sparc.c (sparc64_elf_relocate_section): Likewise.
0bb2d96a
JJ
8825 * elf64-x86-64.c (elf64_x86_64_relocate_section): Likewise.
8826 * elf64-alpha.c (elf64_alpha_relocate_section): Handle
8827 _bfd_elf_section_offset returning -2 the same way as -1.
8828 * elfxx-ia64.c (elfNN_ia64_install_dyn_reloc): Likewise.
8829 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add FIXME
8830 and BFD_ASSERT.
8831 * elf64-mips.c (mips_elf64_create_dynamic_relocation): Likewise.
8832
69f284c7
TR
88332002-02-18 Tom Rix <trix@redhat.com>
8834
8835 * xcofflink.c (bfd_xcoff_link_gernate_rtinit): Add -brtl support.
8836 (bfd_xcoff_size_dynamic_sections): Same.
8837 * bfd-in.h (bfd_xcoff_link_generate_rtinit): Same.
8838 (bfd_xcoff_size_dynamic_sections): Same.
8839 * coff-rs6000.c (xcoff_generate_rtinit): Same.
8840 * coff-rs646000.c (xcoff64_generate_rtinit): Same.
8841 * libxcoff.h (struct xcoff_backend_data_rec): Same.
8842 * xcofflink.c (xcoff_build_ldsyms, xcoff_link_add_symbols): Clean.
8843 * bfd-in2.h: Regenerate.
8844
82bd7b59
AM
88452002-02-18 Alan Modra <amodra@bigpond.net.au>
8846
8847 * elf64-ppc.c (STFD_FR0_0R1, LFD_FR0_0R1, BLR): Define.
8848 (struct ppc_link_hash_table): Add sfpr.
8849 (ppc64_elf_link_hash_table_create): Init it.
8850 (ppc64_elf_create_dynamic_sections): Split creation of .stub and
8851 .glink out to..
8852 (create_linkage_sections): ..here. Make .sfpr too.
8853 (ppc64_elf_check_relocs): Call create_linkage_sections, and set
8854 dynobj early.
8855 (MIN_SAVE_FPR, MAX_SAVE_FPR): Define.
8856 (ppc64_elf_func_desc_adjust): Look for missing ._savef* and
8857 ._restf* functions, and create as needed.
8858 (func_desc_adjust): Only force_local for shared libs.
8859
ef1355e8
NC
88602002-02-18 David O'Brien <obrien@FreeBSD.org>
8861
8862 * configure.in: Bump version number post 2.12 branching.
8863 * configure: Regenerate.
8864
dfa36a69
HPN
88652002-02-17 Hans-Peter Nilsson <hp@bitrange.com>
8866
8867 * mmo.c: Correct and improve comments.
8868 (mmo_write_chunk): Store trailing byte in bfd buffer; don't
8869 zero-pad. Use input to fill up non-empty bfd buffer.
8870 (mmo_flush_chunk): New function.
8871 (mmo_write_loc_chunk): Add parameter last_vmap, all callers
8872 changed. Don't emit location specifier if VMA is same as
8873 *LAST_VMAP after omitting leading zero contents. Call
8874 mmo_flush_chunk before emitting location specifier.
8875 (mmo_write_loc_chunk_list): Call mmo_flush_chunk when finished
8876 with mmo_write_loc_chunk calls.
8877 (mmo_internal_write_section): Call mmo_flush_chunk after
8878 mmo_write_chunk.
8879 (mmo_write_symbols_and_terminator): Move :Main to first position
8880 in symbol array. Add faked one if it does not exist if there are
8881 other symbols. Don't add it if there are no symbols at all. Move
8882 out test for value of :Main from symbol loop. Rename table
8883 fakemain to maintable and variable mainsym to fakemain.
8884
ccf00ab6
RH
88852002-02-15 Richard Henderson <rth@redhat.com>
8886
8887 * elf64-alpha.c (elf64_alpha_relocate_section) [BRSGP]: A target
8888 section with no got matches any got. Simplify error generaion.
8889
88eaccc2
AM
88902002-02-15 Alan Modra <amodra@bigpond.net.au>
8891
fd96f80f
AM
8892 Support arbitrary length fill patterns.
8893 * linker.c (bfd_new_link_order): Zero all fields with bfd_zalloc.
8894 (_bfd_default_link_order): Remove bfd_fill_link_order code.
8895 Call default_data_link_order.
8896 (default_fill_link_order): Delete.
8897 (default_data_link_order): New function.
8898 * elf32-mips.c (_bfd_mips_elf_final_link): Replace occurrences
8899 of bfd_fill_link_order with bfd_data_link_order.
8900 * elf64-alpha.c (elf64_alpha_final_link): Likewise.
8901 * elf64-mips.c (mips_elf64_final_link): Likewise.
8902
88eaccc2
AM
8903 * bfd.c (bfd_scan_vma): Clamp overflows to max bfd_vma value.
8904 Correct value returned in "end" for "0x<non-hex>".
8905
e2fd756b
NC
89062002-02-14 Nick Clifton <nickc@cambridge.redhat.com>
8907
8908 * cpu-arm.c (processors): Replace 'arch' field with 'mach'.
8909 (scan): Test against 'mach' field in info structure.
8910
edd29cf9
AM
89112002-02-14 Alan Modra <amodra@bigpond.net.au>
8912
8913 * elf.c (elf_fake_sections): Use SHT_NOBITS when SEC_NEVER_LOAD.
8914
1e30956e 89152002-02-14 Matt Fredette <fredette@netbsd.org>
76f57f3a
JT
8916
8917 * elf32-m68k.c (elf32_m68k_print_private_bfd_data): Recognize
8918 EF_M68000.
8919
bf36db18
NC
89202002-02-13 Nick Clifton <nickc@cambridge.redhat.com>
8921
8922 * elf.c (_bfd_elf_make_section_from_shdr): Do not insist on
edd29cf9
AM
8923 non-zero physical addresses when adjusting the LMAs of new
8924 sections.
bf36db18 8925
189c6563
AM
89262002-02-12 John David Anglin <dave@hiauly1.hia.nrc.ca>
8927
8928 * elf-hppa.h (elf_hppa_reloc_final_type): New function stripped
8929 from _bfd_elf_hppa_gen_reloc_type.
8930 (_bfd_elf_hppa_gen_reloc_type): Remove duplicate prototype.
8931 * elf32-hppa.h (elf32_hppa_reloc_final_type): Add protptype.
8932 * elf32-hppa.c: Include elf32-hppa.h before elf-hppa.h.
8933 * elf64-hppa.h (elf64_hppa_reloc_final_type): Add protptype.
8934
e948afaf
AO
89352002-02-12 Alexandre Oliva <aoliva@redhat.com>
8936
8937 * elf-m10300.c (mn10300_elf_relax_section): Skip section before
8938 loading its contents if there's nothing to do in it.
8939
19397422
AM
89402002-02-12 Alan Modra <amodra@bigpond.net.au>
8941
0ad3a73b
AM
8942 * elf64-ppc.c (ppc64_elf_size_stubs): Correct test for crossing
8943 64k boundary.
8944
19397422
AM
8945 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Add dynamic
8946 DT_PPC64_OPD and DT_PPC64_OPDSZ tags.
8947 (ppc64_elf_finish_dynamic_sections): Set values for them.
8948
51316059
MS
89492002-02-11 Michael Snyder <msnyder@redhat.com>
8950
8951 * elf-bfd.h (elfcore_write_lwpstatus): Add prototype.
8952 * elf.c (elfcore_grok_pstatus): Add prototype.
8953 (elfcore_grok_lwpstatus): Add prototype.
8954 (elfcore_write_lwpstatus): New function.
8955 (elfcore_write_pstatus): Fix typo, eliminate unnecessary memcpy.
8956
518313c3
AO
89572002-02-11 Alexandre Oliva <aoliva@redhat.com>
8958
8959 * elf32-sh.c: Added missing prototypes.
8960 * elf32-sh64.c: Likewise.
8961 (sh_elf_align_loads): Mark unused args as such.
8962 * elf64-sh64.c: Added missing prototypes.
8963 (struct elf_sh64_link_hash_entry): Fix typo.
8964 (sh_elf64_relocate_section): Fix info argument passed to
8965 _bfd_elf_section_offset.
8966
2c73f9d8
AM
89672002-02-11 Alan Modra <amodra@bigpond.net.au>
8968
8969 * Makefile.am: "make dep-am".
8970 * Makefile.in: Regenerate.
8971 * aclocal.m4: Regenerate.
8972 * config.in: Regenerate.
8973 * configure: Regenerate.
8974
d426c6b0
DJ
89752002-02-10 Daniel Jacobowitz <drow@mvista.com>
8976
8977 * coff-rs6000.c (xcoff_generate_rtinit): Silence uninitialized
8978 variable warnings.
8979 * elf32-sh.c (sh_elf_relax_section): Silence signed/unsigned
8980 comparison warning.
8981 * trad-core.c (trad_unix_core_file_p): Silence pointer/integer
8982 cast warnings for the common case.
8983
e58ee0cd
HPN
89842002-02-10 Hans-Peter Nilsson <hp@bitrange.com>
8985
8986 * config.bfd (sh-*-linux*, sh-*-elf* | sh-*-rtemself*): Add sh64
8987 vectors.
8988 (sh-*-netbsdelf*): New, to trump sh*-*-netbsdelf* and add sh64
8989 vectors.
8990
7793f4d0
RH
89912002-02-09 Richard Henderson <rth@redhat.com>
8992
8993 * elf64-alpha.c (elf64_alpha_howto): Add R_ALPHA_BRSGP.
8994 (elf64_alpha_reloc_map, elf64_alpha_check_relocs): Likewise.
8995 (elf64_alpha_relocate_section): Likewise.
8996 * reloc.c (BFD_RELOC_ALPHA_BRSGP): New.
8997 * bfd-in2.h, libbfd.h: Rebuild.
8998
7e799044
HPN
89992002-02-09 Hans-Peter Nilsson <hp@bitrange.com>
9000
9001 * elf64-mmix.c (_bfd_mmix_finalize_linker_allocated_gregs): Check
9002 that base-plus-offset reloc accounting is consistent.
9003 (mmix_elf_relax_section): Keep base-plus-offset reloc accounting
9004 up to date for undefined symbols.
9005
027d73eb
EC
90062002-02-08 Eric Christopher <echristo@redhat.com>
9007
9008 From Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
9009
9010 * elf32-mips.c (_bfd_mips_elf_fake_sections): Don't create .rela
9011 sections for the O32 ABI.
9012
517662d4
CD
90132002-02-08 Chris Demetriou <cgd@broadcom.com>
9014
9015 * elf32-arm.h: Fix formatting of _("...").
9016 * elf32-d10v.c: Likewise.
9017 * elf32-m68k.c: Likewise.
9018 * elf32-mips.c: Likewise.
9019
5e37cc46
NC
90202002-02-08 Ivan Guzvinec <ivang@opencores.org>
9021
9022 * coff-or32.c: Fix compile time warning messages.
9023
fbca6ad9
AO
90242002-02-08 Alexandre Oliva <aoliva@redhat.com>
9025
9026 Contribute sh64-elf.
9027 2002-01-23 Alexandre Oliva <aoliva@redhat.com>
9028 * reloc.c (R_SH_GOTPLT32, R_SH_GOT_LOW16, R_SH_GOT_MEDLOW16,
9029 R_SH_GOT_MEDHI16, R_SH_GOT_HI16, R_SH_GOTPLT_LOW16,
9030 R_SH_GOTPLT_MEDLOW16, R_SH_GOTPLT_MEDHI16, R_SH_GOTPLT_HI16,
9031 R_SH_PLT_LOW16, R_SH_PLT_MEDLOW16, R_SH_PLT_MEDHI16,
9032 R_SH_PLT_HI16, R_SH_GOTOFF_LOW16, R_SH_GOTOFF_MEDLOW16,
9033 R_SH_GOTOFF_MEDHI16, R_SH_GOTOFF_HI16, R_SH_GOTPC_LOW16,
9034 R_SH_GOTPC_MEDLOW16, R_SH_GOTPC_MEDHI16, R_SH_GOTPC_HI16,
9035 R_SH_GOT10BY4, R_SH_GOTPLT10BY4, R_SH_GOT10BY8, R_SH_GOTPLT10BY8,
9036 R_SH_COPY64, R_SH_GLOB_DAT64, R_SH_JMP_SLOT64, R_SH_RELATIVE64):
9037 New relocs.
9038 * libbfd.h, bfd-in2.h: Rebuilt.
9039 * elf32-sh.c (sh_elf_howto_table): Define new relocs.
9040 (sh_reloc_map): Map them.
9041 (PLT_ENTRY_SIZE, elf_sh_plt0_entry_be, elf_sh_plt0_entry_le,
9042 elf_sh_plt_entry_be, elf_sh_plt_entry_le, elf_sh_pic_plt_entry_be,
9043 elf_sh_pic_plt_entry_le, elf_sh_plt0_entry, elf_sh_plt_entry,
9044 elf_sh_pic_plt_entry, elf_sh_sizeof_plt, elf_sh_plt_plt0_offset,
9045 elf_sh_plt0_gotplt_offset, elf_sh_plt_temp_offset,
9046 elf_sh_plt_symbol_offset, elf_sh_plt_reloc_offset,
9047 movi_shori_putval) [INCLUDE_SHMEDIA]: New.
9048 (elf_sh_link_hash_entry) [INCLUDE_SHMEDIA]: Add
9049 datalabel_got_offset.
9050 (sh_elf_link_hash_newfunc): Initialize it.
9051 (sh_elf_relocate_section): Augment the scope of
9b5ecbd0 9052 seen_stt_datalabel. Introduce GOTPLT support. Extend GOTPC, PLT,
fbca6ad9
AO
9053 GOT and GOTOFF handling to new SHmedia relocation types. Support
9054 GOT_BIAS.
9055 (sh_elf_check_relocs): Likewise.
9056 (sh_elf_finish_dynamic_symbol) [TARGET_SHMEDIA]: Set up values in
9057 PLT entries using movi_shori_putval. Support GOT_BIAS.
9058 (sh_elf_finish_dynamic_sections): Likewise.
9059 * elf32-sh64.c (shmedia_prepare_reloc): Do not add addend to
9060 relocation, it's now done by the caller.
9061 (GOT_BIAS): New.
9062 * elf64-sh64.c (GOT_BIAS, PLT_ENTRY_SIZE, elf_sh64_sizeof_plt,
9063 elf_sh64_plt_plt0_offset, elf_sh64_plt0_gotplt_offset,
9064 elf_sh64_plt_temp_offset, elf_sh64_plt_symbol_offset,
9065 elf_sh64_plt_reloc_offset, ELF_DYNAMIC_INTERPRETER,
9066 elf_sh64_pcrel_relocs_copied, elf_sh64_link_hash_entry,
9067 elf_sh64_link_hash_table, sh64_elf64_link_hash_traverse,
9068 sh64_elf64_hash_table): New.
9069 (sh_elf64_howto_table): Introduce new relocs.
9070 (sh_elf64_info_to_howto): Accept new PIC relocs.
9071 (sh_elf64_relocate_section): Augment the scope of
9072 seen_stt_datalabel. Support new PIC relocs.
9073 (sh_elf64_check_relocs): Support new PIC relocs.
9074 (elf_sh64_plt0_entry_be, elf_sh64_plt0_entry_le,
9075 elf_sh64_plt_entry_be, elf_sh64_plt_entry_le,
9076 elf_sh64_pic_plt_entry_be, elf_sh64_pic_plt_entry_le,
9077 elf_sh64_plt0_entry, elf_sh64_plt_entry, elf_sh64_pic_plt_entry,
9078 sh64_elf64_link_hash_newfunc, sh64_elf64_link_hash_table_create,
9079 movi_shori_putval, movi_3shori_putval,
9080 sh64_elf64_create_dynamic_sections,
9081 sh64_elf64_adjust_dynamic_symbol, sh64_elf64_discard_copies,
9082 sh64_elf64_size_dynamic_sections,
9083 sh64_elf64_finish_dynamic_symbol,
9084 sh64_elf64_finish_dynamic_sections): New.
9085 (elf_backend_create_dynamic-sections,
9086 bfd_elf64_bfd_link_hash_table_create,
9087 elf_backend_adjust_dynamic_symbol,
9088 elf_backend_size_dynamic_sections,
9089 elf_backend_finish_dynamic_symbol,
9090 elf_backend_finish_dynamic_sections, elf_backend_want_got_plt,
9091 elf_backend_plt_readonly, elf_backend_want_plt_sym,
9092 elf_backend_got_header_size, elf_backend_plt_header_size):
9093 Define.
9094 2001-05-16 Alexandre Oliva <aoliva@redhat.com>
9095 * elf32-sh.c: Renumbered and renamed some SH5 relocations to
9096 match official numbers and names; moved unmaching ones to the
9097 range 0xf2-0xff.
9098 * elf32-sh64.c, elf64-sh64.c: Likewise.
9b5ecbd0 9099 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
9100 * elf32-sh.c (sh_elf_relax_section): Don't relax SHmedia
9101 sections.
9b5ecbd0 9102 2001-03-12 DJ Delorie <dj@redhat.com>
fbca6ad9
AO
9103 * elf32-sh64.c (shmedia_prepare_reloc): Validate relocs that must
9104 be aligned.
9105 * elf64-sh64.c (sh_elf64_relocate_section): Ditto.
9b5ecbd0 9106 2001-01-14 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9107 * elf32-sh64.c (bfd_elf32_bfd_copy_private_section_data): Define.
9108 (sh64_elf_fake_sections): Set type to SHT_SH5_CR_SORTED for a
9109 .cranges section with SEC_SORT_ENTRIES set.
9110 (sh64_backend_section_from_shdr): Set SEC_SORT_ENTRIES on an
9111 incoming sorted .cranges section.
9112 (sh64_bfd_elf_copy_private_section_data): New.
9113 (sh64_elf_final_write_processing): Only sort .cranges and modify
9114 start address if called by linker.
9115 2001-01-08 Ben Elliston <bje@redhat.com>
9116 * elf32-sh64.c (sh64_elf_final_write_processing): Activate
9b5ecbd0 9117 Hans-Peter Nilsson's set bit 0 patch from 2001-01-06.
fbca6ad9 9118 * elf64-sh64.c (sh64_elf64_final_write_processing): Ditto.
9b5ecbd0 9119 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9120 * elf64-sh64.c (sh_elf64_howto_table): No open brace at start of
9121 line. Add comments before all entries.
9122 <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct and clarify describing
9123 comment.
9124 (sh_elf64_reloc): Correct head comment.
9125 (sh_elf64_relocate_section): Correct spacing.
9126 <relocating for a local symbol>: Do not honour STO_SH5_ISA32;
9127 instead call reloc_dangerous callback.
9128 <case R_SH_SHMEDIA_CODE>: New case.
9129 (sh_elf64_gc_mark_hook): Correct spacing.
9130 (sh_elf64_check_relocs): Ditto.
9131 * elf32-sh64.c (shmedia_prepare_reloc) <case R_SH_SHMEDIA_CODE>:
9132 New case.
9133 * elf32-sh.c: Correct #endif comments for #ifndef-wrapped
9134 functions.
9135 (sh_elf_howto_table) <R_SH_PT_16, R_SH_SHMEDIA_CODE>: Correct,
9136 clarify describing comment. Add comments before all entries.
9137 (sh_elf_relocate_section) <relocating for a local symbol>: Do not
9138 honour STO_SH5_ISA32; instead call reloc_dangerous callback.
9b5ecbd0 9139 2001-01-06 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9140 Sort .cranges section in final link. Prepare to set bit 0 on
9141 entry address.
9142 * elf32-sh64.c (struct sh64_find_section_vma_data): New.
9143 (sh64_elf_link_output_symbol_hook): Fix typo in prototype.
9144 (sh64_elf_set_mach_from_flags): Set SEC_DEBUGGING on incoming
9145 .cranges section.
9146 (sh64_backend_section_from_shdr): New, to recognize
9147 SHT_SH5_CR_SORTED on incoming .cranges section.
9148 (elf_backend_section_from_shdr): Define.
9149 (sh64_elf_final_write_processing): Sort outgoing .cranges
9150 section. (New, temporarily disabled:) Set bit 0 on entry address
9151 according to ISA type.
9152 (sh64_find_section_for_address): New.
9153 (crange_qsort_cmpb, crange_qsort_cmpl, crange_bsearch_cmpb,
9154 crange_bsearch_cmpl): Move here from opcodes/sh64-dis.c.
9155 (sh64_address_in_cranges): Move here from opcodes/sh64-dis.c. Use
9156 bfd_malloc, not xmalloc.
9157 (sh64_get_contents_type): Move here from opcodes/sh64-dis.c. Make
9158 global.
9159 * elf32-sh64.c (sh64_elf64_final_write_processing): New, (but
9160 temporarily disabled) setting bit 0 on entry address.
9161 (elf_backend_final_write_processing): Define.
9b5ecbd0 9162 2001-01-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9163 * elf32-sh.c (sh_elf_howto_table) <R_SH_PT_16>: Adjust fields to
9164 be a proper relocation for PTA and PTB rather than a marker.
9165 <R_SH_IMMU5, R_SH_IMMS6, R_SH_IMMU6, R_SH_IMMS10, R_SH_IMMS10BY2,
9166 R_SH_IMMS10BY4, R_SH_IMMS10BY8, R_SH_IMMS16, R_SH_IMMU16,
9167 R_SH_IMM_LOW16, R_SH_IMM_LOW16_PCREL, R_SH_IMM_MEDLOW16,
9168 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16, R_SH_IMM_MEDHI16_PCREL,
9169 R_SH_IMM_HI16, R_SH_IMM_HI16_PCREL, R_SH_64, R_SH_64_PCREL>:
9170 Zero src_mask.
9171 * elf64-sh64.c: Ditto.
9172 (sh_elf64_relocate_section) <case R_SH_PT_16>: New case.
9173 * elf32-sh64.c: Include opcodes/sh64-opc.h
9174 (shmedia_prepare_reloc): Take a bfd_link_info pointer as first
9175 argument. Drop const qualifiers from "bfd *" and "bfd_byte *"
9176 parameters. No unused parameters. Caller changed.
9177 <case R_SH_PT_16>: New case.
9178 * Makefile.am (elf32-sh64.lo): Add dependency on sh64-opc.h.
9179 * Makefile.in: Regenerate.
9b5ecbd0 9180 2000-12-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9181 * elf64-sh64.c (sh64_elf64_fake_sections): Set SHF_SH5_ISA32 for
9182 all code sections.
9183 (sh_elf64_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9184 (sh64_elf_merge_private_data): Ditto.
9185 * elf32-sh64.c (sh64_elf_fake_sections): Use sh64_elf_section_data
9186 to access stored section flags.
9187 (sh64_elf_final_write_processing): Return immediately unless
9188 called by linker. Use sh64_elf_section_data (cranges) to get size
9189 of linker-generated cranges entries.
9190 (sh64_elf_copy_private_data): Add missing "return true".
9191 (sh64_elf_set_mach_from_flags): Change from EF_SH64 to EF_SH5.
9192 (sh_elf64_merge_private_data): Ditto.
9b5ecbd0 9193 2000-12-19 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9194 * elf64-sh64.c (sh64_elf64_fake_sections): New, copy of
9195 elf64-sh64.c:sh64_elf_fake_sections.
9196 (elf_backend_fake_sections): Define as sh64_elf64_fake_sections.
9b5ecbd0 9197 2000-12-18 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9198 * elf32-sh64.c (sh64_elf_copy_private_data_internal): Delete.
9199 (sh64_elf_final_write_processing): New.
9200 (elf_backend_final_write_processing): Define.
9201 (sh64_elf_fake_sections): Get header flags from tdata field.
9202 (sh64_elf_copy_private_data): Do not call
9203 sh64_elf_copy_private_data_internal, just copy e_flags field.
9204 (sh64_elf_merge_private_data): Do not call
9205 sh64_elf_copy_private_data_internal.
9b5ecbd0 9206 2000-12-12 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9207 Remove EF_SH64_ABI64, let ELF size make difference.
9208 Remove SH64-specific BFD section flag.
9209 * elf32-sh64.c (sh64_elf_fake_sections): Recognize section as
9210 containing SHmedia through elf_section_data (asect)->tdata
9211 non-zero, not using a BFD section flag.
9212 (sh64_elf_set_mach_from_flags): Don't recognize EF_SH64_ABI64.
9213 (sh64_elf_merge_private_data): Similar.
9214 (elf_backend_section_flags): Don't define.
9215 (sh64_elf_backend_section_flags): Delete.
9216 * elf64-sh64.c (sh_elf64_set_mach_from_flags): Recognize EF_SH64,
9217 not EF_SH64_ABI64.
9218 (sh_elf64_merge_private_data): Similar.
9219 * section.c (Section flags definitions): Don't define
9220 SEC_SH_ISA_SHMEDIA.
9221 (bfd-in2.h): Regenerate.
9b5ecbd0 9222 2000-12-09 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9223 Make DataLabel references work with partial linking.
9224 * elf32-sh64.c: Fix formatting.
9225 (sh64_elf_link_output_symbol_hook): New.
9226 (elf_backend_link_output_symbol_hook): Define to
9227 sh64_elf_link_output_symbol_hook.
9228 (sh64_elf_add_symbol_hook): Make DataLabel symbol just global
9229 undefined if partial linking. Adjust sanity check.
9230 * elf64-sh64.c (sh64_elf64_link_output_symbol_hook): New.
9231 (elf_backend_link_output_symbol_hook): Define to
9232 sh64_elf64_link_output_symbol_hook.
9233 (sh64_elf64_add_symbol_hook): Make DataLabel symbol just global
9234 undefined if partial linking. Adjust sanity check.
9b5ecbd0 9235 2000-12-07 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9236 Implement semantics for inter-file DataLabel references.
9237 * elf64-sh64.c (DATALABEL_SUFFIX): Define.
9238 (sh64_elf64_add_symbol_hook): New.
9239 (sh_elf64_relocate_section): If passing an indirect symbol with
9240 st_type STT_DATALABEL on the way to a symbol with st_other
9241 STO_SH5_ISA32, do not bitor 1 to the relocation.
9242 (elf_backend_add_symbol_hook): Define to
9243 sh64_elf64_add_symbol_hook.
9244 * elf64-sh32.c: Tweak comments.
9245 (DATALABEL_SUFFIX): Define.
9246 (sh64_elf_add_symbol_hook): New.
9247 (elf_backend_add_symbol_hook): Define to sh64_elf_add_symbol_hook.
9248 * elf32-sh.c (sh_elf_relocate_section): If passing an indirect
9249 symbol with st_type STT_DATALABEL on the way to a symbol with
9250 st_other STO_SH5_ISA32, do not bitor 1 to the relocation.
9b5ecbd0 9251 2000-12-05 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9252 Pass through STT_DATALABEL.
9253 * elf32-sh64.c (sh64_elf_get_symbol_type): New.
9254 (elf_backend_get_symbol_type): Define.
9255 * elf64-sh64.c (sh64_elf64_get_symbol_type): New.
9256 (elf_backend_get_symbol_type): Define.
9b5ecbd0 9257 2000-11-30 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9258 * elf32-sh64.c: Tweak comments.
9259 (sh64_elf_copy_private_data_internal): Add prototype.
9260 (bfd_elf32_bfd_set_private_flags): Define.
9261 (sh64_elf_copy_private_data_internal): Compare machine name, not
9262 textual BFD target name, to check whether to copy section flag
9263 SHF_SH5_ISA32.
9264 (sh64_elf_merge_private_data): Validize bfd_get_arch_size.
9265 Tweak section-contents-type-mismatch message.
9266 (shmedia_prepare_reloc): Add ATTRIBUTE_UNUSED markers.
9267 Validize reloc-types.
9268 * elf64-sh64.c: New file.
9269 * targets.c (bfd_elf64_sh64_vec, bfd_elf64_sh64l_vec): Declare.
9270 * Makefile.am (BFD64_BACKENDS): Add elf64-sh64.lo.
9271 (BFD64_BACKENDS_CFILES): Add elf64-sh64.c.
9272 Regenerate dependencies.
9273 * Makefile.in: Regenerate.
9274 * config.bfd (sh64-*-elf*): Add bfd_elf64_sh64_vec and
9275 bfd_elf64_sh64l_vec.
9276 * configure.in: Handle bfd_elf64_sh64_vec and
9277 bfd_elf64_sh64l_vec.
9278 * configure: Regenerate.
9279 * po/POTFILES.in: Regenerate.
9280 * po/bfd.pot: Regenerate.
9b5ecbd0 9281 2000-11-29 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9282 * elf32-sh64.c (sh64_elf_set_mach_from_flags): Do not recognize
9283 anything else but EF_SH64 and EF_SH64_ABI64.
9284 (sh64_elf_merge_private_data): Emit error for anything else but
9285 EF_SH64 and EF_SH64_ABI64.
9286 * config.bfd: Remove bfd_elf32_shblin_vec and bfd_elf32_shlin_vec
9287 from targ_selvecs.
9288 * configure.in: Add cofflink.lo to bfd_elf32_sh64_vec and
9289 bfd_elf32_sh64l_vec as a temporary measure.
9290 * configure: Regenerate.
9b5ecbd0 9291 2000-11-27 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9292 * cpu-sh.c (arch_info_struct): Include sh5 item
9293 unconditionalized.
9294 * config.bfd (sh64-*-elf*): Do not set targ_cflags.
9295 Add targ_selvecs bfd_elf32_sh_vec, bfd_elf32_shl_vec,
9296 bfd_elf32_shblin_vec and bfd_elf32_shlin_vec.
9297 * elf32-sh64.c: Tweak comments.
9298 (sh64_elf_set_mach_from_flags): Recognize all machine flags that
9299 are proper subsets of SH64 as bfd_mach_sh5. Add EF_SH64_ABI64.
9300 (sh64_elf_copy_private_data_internal): Wrap long line.
9301 (sh64_elf_merge_private_data): Rewrite to allow objects from
9302 SH64 subsets to be linked together.
9303 (INCLUDE_SHMEDIA): Define.
9304 * elf32-sh.c (sh_elf_relocate_section) <local symbol>:
9305 Parenthesize plus-expression inside or-expression.
9306 <global symbol>: Ditto.
9307 (sh_elf_set_mach_from_flags): Remove code refusing
9308 deleted EF_SH64_32BIT_ABI flag.
9b5ecbd0 9309 2000-11-26 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9310 * elf32-sh.c (sh_elf_howto_table) <R_SH_IMM_LOW16_PCREL,
9311 R_SH_IMM_MEDLOW16_PCREL, R_SH_IMM_MEDHI16_PCREL,
9312 R_SH_IMM_HI16_PCREL, R_SH_64_PCREL>: Set pcrel_offset to true.
9313 (sh_elf_relocate_section) <local symbol>: Or 1 in
9314 calculation of relocation if sym->st_other & STO_SH5_ISA32.
9315 <global symbol>: Ditto if h->other & STO_SH5_ISA32.
9316 * elf32-sh64.c (shmedia_prepare_reloc): Add rel->r_addend to
9317 relocation.
9b5ecbd0 9318 2000-11-24 Hans-Peter Nilsson <hpn@cygnus.com>
fbca6ad9
AO
9319 * Makefile.am (BFD32_BACKENDS): Add elf32-sh64.lo.
9320 (BFD32_BACKENDS_CFILES): Add elf32-sh64.c.
9321 Regenerate dependencies.
9322 * Makefile.in: Regenerate.
9323 * archures.c: Add bfd_mach_sh5.
9324 * config.bfd: Map targ_cpu sh* to bfd_sh_arch.
9325 Handle sh64-*-elf*. Set targ_cflags to -DINCLUDE_SHMEDIA.
9326 * configure.in: Handle bfd_elf32_sh64_vec and bfd_elf32_sh64l_vec.
9327 * configure: Regenerate.
9328 * reloc.c (BFD_RELOC_SH_SHMEDIA_CODE, BFD_RELOC_SH_IMMU5,
9329 BFD_RELOC_SH_IMMS6, BFD_RELOC_SH_IMMS6BY32, BFD_RELOC_SH_IMMU6,
9330 BFD_RELOC_SH_IMMS10, BFD_RELOC_SH_IMMS10BY2,
9331 BFD_RELOC_SH_IMMS10BY4, BFD_RELOC_SH_IMMS10BY8,
9332 BFD_RELOC_SH_IMMS16, BFD_RELOC_SH_IMMU16, BFD_RELOC_SH_IMM_LOW16,
9333 BFD_RELOC_SH_IMM_LOW16_PCREL, BFD_RELOC_SH_IMM_MEDLOW16,
9334 BFD_RELOC_SH_IMM_MEDLOW16_PCREL, BFD_RELOC_SH_IMM_MEDHI16,
9335 BFD_RELOC_SH_IMM_MEDHI16_PCREL, BFD_RELOC_SH_IMM_HI16,
9336 BFD_RELOC_SH_IMM_HI16_PCREL, BFD_RELOC_SH_PT_16): New relocations.
9337 * cpu-sh.c [INCLUDE_SHMEDIA] (arch_info_struct): Define and link
9338 in item for SH5.
9339 * elf32-sh.c [INCLUDE_SHMEDIA] (sh_elf_howto_table): Add howto items
9340 for SHmedia relocs.
9341 [INCLUDE_SHMEDIA] (sh_rel): Add mappings for SHmedia relocs.
9342 [INCLUDE_SHMEDIA] (sh_elf_relocate_section) [default]: Call
9343 shmedia_prepare_reloc, goto final_link_relocate if it returns
9344 non-zero, else fail as before.
9345 (sh_elf_set_mach_from_flags): Provide function only if not defined
9346 as macro. Do not recognize objects with EF_SH64_32BIT_ABI set.
9347 (sh_elf_set_private_flags): Provide function only if not defined
9348 as a macro.
9349 (sh_elf_copy_private_data): Similar.
9350 (sh_elf_merge_private_data): Similar.
9351 * section.c (SEC_SH_ISA_SHMEDIA): New.
9352 * targets.c (bfd_elf32_sh64_vec, bfd_elf32_sh64l_vec): Declare.
9353 * elf32-sh64.c: New file.
9354 * libbfd.h: Regenerate.
9355 * bfd-in2.h: Regenerate.
9356 * po/POTFILES.in: Regenerate.
9357 * po/bfd.pot: Regenerate.
9358 * bfd-in2.h: Regenerate.
9359 * libbfd.h: Regenerate.
9360
e108f470
DJ
93612002-02-07 Daniel Jacobowitz <drow@mvista.com>
9362
9363 * bfd-in.h: Update <stdbool.h> check to only see if <stdbool.h> has
9364 been included, not drag it in.
9365 * bfd-in2.h: Regenerate.
9366
259d18a3
L
93672002-02-06 H.J. Lu (hjl@gnu.org)
9368
9369 * elf32-mips.c (_bfd_mips_elf_merge_private_bfd_data): Update
9370 the mach and ISA fields if necessary.
9371
f13b834e
NC
93722002-02-06 Nick Clifton <nickc@cambridge.redhat.com>
9373
9374 * coffcode.h (coff_set_arch_mach_hook): Select the highest known
9375 ARM architecture when an F_ARM_5 flag is detected, since we cannot
9376 be sure exactly which architecture this represents.
9377
82f6addb
NC
93782002-02-05 Nick Clifton <nickc@redhat.com>
9379
9380 * po/tr.po: Updated translation.
9381
899f54f5
AM
93822002-02-05 Alan Modra <amodra@bigpond.net.au>
9383
9384 From Jimi X <jimix@watson.ibm.com>
9385 * archures (bfd_mach_ppc64): Define.
9386 (bfd_powerpc_arch): Rename to bfd_powerpc_archs.
9387 (bfd_powerpc_arch): Define.
9388 * bfd-in2.h: Regenerate.
9389 * cpu-powerpc.c (arch_info_struct): Rename to bfd_powerpc_archs.
9390 (bfd_powerpc_arch): Move to tail of bfd_powerpc_archs.
9391 (bfd_powerpc_archs): Add default powerpc64 arch.
9392
248866a8
AM
93932002-02-05 Alan Modra <amodra@bigpond.net.au>
9394
9395 * elf64-ppc.c (ppc64_elf_size_dynamic_sections): Check for relocs
9396 against section syms in readonly sections. Don't do the global
9397 sym check if we find one.
9398 * elf64-s390.c (elf_s390_size_dynamic_sections): Likewise.
9399 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Likewise.
0a6958db 9400 * elf32-i386.c (elf_i386_size_dynamic_sections): Likewise.
248866a8
AM
9401 * elf32-s390.c (elf_s390_size_dynamic_sections): Likewise.
9402 (elf_s390_grok_prstatus): Add missing prototype.
9403
4fa5c2a8
HPN
94042002-02-04 Hans-Peter Nilsson <hp@bitrange.com>
9405
9406 * elf64-mmix.c (mmix_dump_bpo_gregs): New function.
9407 (mmix_elf_check_common_relocs) <case R_MMIX_BASE_PLUS_OFFSET>:
9408 Call bfd_get_section_by_name only once. Initialize
9409 bpodata->n_bpo_relocs_this_section.
9410 (_bfd_mmix_prepare_linker_allocated_gregs): Remove comment
9411 referring to DSOs.
9412 (bpo_reloc_request_sort_fn): Don't use difference of values as
9413 return-value.
9414
537c972e
DB
94152002-02-02 David O'Brien <obrien@FreeBSD>
9416
9417 * configure.in: Tweak the FreeBSD 4.x recognition more. Only treat
9418 version 4.5 and later the same as 5-CURRENT.
9419 * configure: Re-generate.
9420
006336b8
JT
94212002-02-02 Jason Thorpe <thorpej@wasabisystems.com>
9422
9423 * config.bfd (hppa*-*-netbsd*): New target.
9424
6c571f00
PT
94252002-01-31 Philipp Thomas <pthomas@suse.de>
9426
19397422
AM
9427 * coff-arm.c (coff_arm_merge_private_bfd_data): Move ERROR
9428 to front of message. Unify messages with elf32-arm.h. Use
9429 commas where neccessary.
9430 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Use all upcase
9431 ERROR in messages. Unify messages with coff-arm.c. Correct
9432 VFP/FPA error message.
9433 (elf32_arm_print_private_bfd_data): Don't mark APCS-26 and
9434 APCS-32 for translation.
6c571f00 9435
930b4cb2
HPN
94362002-02-01 Hans-Peter Nilsson <hp@bitrange.com>
9437
9438 Perform on-demand global register allocation from
9439 R_MMIX_BASE_PLUS_OFFSET relocs.
9440 * elf64-mmix.c (struct bpo_reloc_section_info, struct
9441 bpo_reloc_request, struct bpo_greg_section_info): New.
9442 (mmix_elf_check_common_relocs, mmix_elf_gc_sweep_hook,
9443 bpo_reloc_request_sort_fn, mmix_elf_relax_section,
9444 _bfd_mmix_check_all_relocs,
9445 _bfd_mmix_prepare_linker_allocated_gregs,
9446 _bfd_mmix_finalize_linker_allocated_gregs): New functions.
9447 (elf_mmix_howto_table): Correct src_mask for most relocs.
9448 (mmix_elf_perform_relocation) <case R_MMIX_BASE_PLUS_OFFSET>: New
9449 case.
9450 (mmix_final_link_relocate) <case R_MMIX_BASE_PLUS_OFFSET>: New
9451 case. Fix typo in comment. New label do_mmix_reloc.
9452 (mmix_elf_check_relocs): Abuse bfd_link_info member base_file to
9453 store first object file with a base-plus-offset reloc. Call
9454 mmix_elf_check_common_relocs for the part common with mmo.
9455 (mmix_elf_final_link): Write out linker-allocated register
9456 contents section.
9457 (elf_backend_gc_sweep_hook): Define.
9458 (bfd_elf64_bfd_relax_section): Define.
9459
9460 * mmo.c: Don't include <ctype.h>
9461 (mmo_init): Correct init-once logic.
9462
3e36d993
TR
94632002-02-01 Tom Rix <trix@redhat.com>
9464
9465 * config.bfd: Conditionally support <aiaff> for pre AIX 4.3.
9466
ba323545
AM
94672002-02-01 Alan Modra <amodra@bigpond.net.au>
9468
9469 * Makefile.am: Run "make dep-am"
9470 * Makefile.in: Regenerate.
9471
012884d6
DB
94722002-01-31 David O'Brien <obrien@FreeBSD>
9473
9474 * configure.in: Recognize the differences in core files from FreeBSD
9475 4.{0,1} and later versions of 4.x. This treats 4.2+ the same as
9476 5-CURRENT.
9477 * configure: Regenerate.
9478
3b16e843
NC
94792002-01-31 Ivan Guzvinec <ivang@opencores.org>
9480
9481 * coff-or32.c: New file.
9482 * cpu-or32.c: New file.
9483 * elf32-or32.c: New file.
9484 * archures.c: Add support for or32.
9485 * targets.c: Add support for or32.
9486 * bfd-in2.h: Regenerate.
7dc0ab31 9487 * coffcode.h (coff_set_arch_mach_hook, coff_set_flags,
3b16e843
NC
9488 coff_write_object_contents): Add support for or32.
9489 * config.bfd: Add target.
9490 * configure.in: Add support for or32.
9491 * configure: Regenerate.
9492 * Makefile.am: Add support for or32.
9493 * Makefile.in: Regenerate.
3b16e843
NC
9494 * po/SRC-POTFILES.in: Add or32 files.
9495 * po/bfd.pot: Regenerate.
7dc0ab31 9496
caf8ca8e
NC
94972002-01-31 Nick Clifton <nickc@cambridge.redhat.com>
9498 Don Lindsay <lindsayd@cisco.com>
9499
9500 * elf32-mips.c (mips_elf_calculate_relocation): Replace 'return
9501 false' with a return of a bfd_reloc_ error code.
9502
e5dfef09
HPN
95032002-01-31 Hans-Peter Nilsson <hp@axis.com>
9504
9505 * elf32-cris.c (elf_cris_discard_excess_program_dynamics): Don't
9506 unexport unreferenced symbols when --export-dynamic. Call
9507 _bfd_elf_strtab_delref when unexporting.
9508
4e4770d0
DJ
95092002-01-30 Daniel Jacobowitz <drow@mvista.com>
9510
9511 * bfd-in.h: Include <stdbool.h> if it is available.
9512 * bfd-in2.h: Regenerated.
9513
e1fa50e7
AM
95142002-01-31 Alan Modra <amodra@bigpond.net.au>
9515
9516 * elf64-ppc.c (func_desc_adjust): STV_PROTECTED functions should
9517 not go via the plt.
9518
b5f79c76
NC
95192002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
9520
b5f79c76
NC
9521 * archures.c: Tidy up formatting of embedded comments.
9522 * bfd.c: Tidy up formatting of embedded comments.
7dc0ab31 9523 * bfd-in.h: Fix formatting of comments.
b5f79c76
NC
9524 * reloc.c: Tidy up formatting of ordinary & embedded comments.
9525 * section.c: Tidy up formatting of embedded comments.
9526 * syms.c: Tidy up formatting of embedded comments.
9527 * targets.c: Tidy up formatting of embedded comments.
9528
9529 * bfd-in2.h: Regenerate.
9530
ca09e32b
NC
95312002-01-30 Nick Clifton <nickc@cambridge.redhat.com>
9532
9533 * vms-tir.c (cmd_name): New function.
9534 (tir_cmd_name): New function.
9535 (etir_sta, etir_sto, etir_opr, etir_stc): Use cmd_name().
9536 (tir_opr, tir_ctl, tir_cmd): use tir_cmd_name().
9537 Fix formatting.
7dc0ab31 9538
ca09e32b
NC
9539 * peXXigen.c (pe_print_idata): Rearrange message to aid in
9540 translation.
9b5ecbd0 9541 (pe_print_pdata): Rearrange message to aid in translation.
ca09e32b
NC
9542
9543 * libbfd.c (warn_deprecated): Rearrange error message to aid in
9544 translation.
9545
9546 * ihex.c (ihex_write_object_contents): Fix spelling typo.
9547
9548 * ieee.c (ieee_slurp_external_symbols): Remove spurious space.
9549
9550 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Rearrange error
9551 message to aid in translation.
9552
9553 * elf64-mmix.c (mmix_final_link_relocate): Rearrange error message
9554 to aid in translation.
9555
9556 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix typo.
9557
7dc0ab31 95582002-01-30 Philipp Thomas <pthomas@suse.de>
ae1a89b7
PT
9559
9560 * coff-arm.c, elf32-elf.h: Unify messages.
9561
05f64ac6
NC
95622002-01-30 Nick Clifton <nickc@redhat.com>
9563
9564 * po/sv.po: Updated translation.
9565
f5a3e38a
NC
95662002-01-30 Philipp Thomas <pthomas@suse.de>
9567
9568 * dwarf2.c (read_abbrev): Use full section name in error message.
9569 (decode_line_info): Likewise.
661a3fd4
NC
9570
9571 * elf.c (_bfd_elf_symbol_from_bfd_symbol): Don't translate debugging
9572 message.
9573
d926e03d
AM
95742002-01-30 Alan Modra <amodra@bigpond.net.au>
9575
9576 * elf64-ppc.c (func_desc_adjust): Only provide missing function
9577 descriptor symbols for undefined function code syms. Clear
9578 ELF_LINK_NON_ELF so that they can stay weak.
9579
030d18fb 95802002-01-29 Chris Demetriou <cgd@broadcom.com>
7dc0ab31 9581 Mitch Lichtenberg <mpl@broadcom.com>
030d18fb
CD
9582
9583 * bfd-in.h (bfd_mips_elf32_create_embedded_relocs): New prototype.
9584 * elf32-mips.c (bfd_mips_elf32_create_embedded_relocs): New function
9585 to handle 32-bit ELF embedded reloc (ld --embedded-relocs)
9586 generation.
9587 * bfd-in2.h: Regenerate.
9588
fcc76bea
CD
95892002-01-29 Chris Demetriou <cgd@broadcom.com>
9590
9591 * elf32-mips.c: Add additional comments about HI16 relocation
9592 processing.
9593 (_bfd_mips_elf_hi16_reloc): Don't subtract address here for
9594 pc-relative relocations. (Reverts change made on 2001-10-31.)
9595 (_bfd_mips_elf_lo16_reloc): Subtract address of LO16 part here
9596 for pc-relative relocations.
9597 (mips_elf_calculate_relocation): Add a comment about a kludge
9598 in the R_MIPS_GNU_REL_HI16 handling.
9599 (_bfd_mips_elf_relocate_section): Implement that kludge;
9600 adjust pc-relative HI16 relocation for difference in HI16 and
9601 LO16 addresses, since it can't easily be done in
9602 mips_elf_calculate_relocation.
9603
f9cd9119
MS
96042002-01-29 Martin Schwidefsky <schwidefsky@de.ibm.com>
9605
9606 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Do not replace PLT32
9607 relocations with PC32 relocations for undefined or weak symbols.
9608 * elf32-s390 (elf_i386_adjust_dynamic_symbol): Likewise.
9609 * elf64-s390x (elf_i386_adjust_dynamic_symbol): Likewise.
9610
702248bb
JT
96112002-01-28 Jason Thorpe <thorpej@wasabisystems.com>
9612
9613 * elfcore.h (elf_core_file_p): Improve comment for last change.
9614
4867be41
DJ
96152002-01-27 Daniel Jacobowitz <drow@mvista.com>
9616
9617 * configure: Regenerated.
9618
a94cef6a
JT
96192002-01-27 Jason Thorpe <thorpej@wasabisystems.com>
9620
9621 * elfcore.h (elf_core_file_p): Set the machine architecture
9622 before processing the program headers.
9623
7562a296
HPN
96242002-01-26 Hans-Peter Nilsson <hp@bitrange.com>
9625
966abd70
HPN
9626 * configure.in <64-bit configuration>: If using gcc, check and
9627 emit error for egcs-1.1.2.
9628 * configure: Regenerate.
9629
e8eab623
NC
96302002-01-26 Egor Duda <deo@logos-m.ru>
9631
9632 * elf.c (elfcore_grok_win32pstatus): Copy only as much information
9633 as possible to avoid stack corruption.
9634
73896efb
RH
96352002-01-26 Richard Henderson <rth@redhat.com>
9636
9637 * elf64-alpha.c (elf64_alpha_check_relocs): Don't set reltext
9638 for non-allocated sections.
9639
96402002-01-25 Mark Kettenis <kettenis@gnu.org>
c106e334
MK
9641
9642 * elf.c (elfcore_write_prstatus): Make sure we pass the address of
9643 prstat.pr_reg even if it is a struct.
9644
73896efb 96452002-01-25 Steve Ellcey <sje@cup.hp.com>
254ed743 9646
c5cd6d62 9647 * elfxx-ia64.c: Reset AIX vector function overrides for HP-UX.
254ed743 9648
3d66c4f7
NC
96492002-01-25 Philipp Thomas <pthomas@suse.de>
9650
9651 * coffgen.c (coff_print_symbol): Don't mark info message
9652 for translation.
9653
9460ecda
NC
96542002-01-25 Nick Clifton <nickc@redhat.com>
9655
9656 * po/fr.po: Updated translation.
9657 * po/es.po: Updated translation.
9658
cc9ff76a
AM
96592002-01-25 Philipp Thomas <pthomas@suse.de>
9660
9661 * coff-alpha.c (alpha_relocate_section): Unify warning message
9662 for GP relative relocations without GP defined.
9663 * coff-mips.c (mips_relocate_section): Likewise.
9664
c68836a9
AM
96652002-01-25 Alan Modra <amodra@bigpond.net.au>
9666
9667 * elf-eh-frame.c (_bfd_elf_eh_frame_section_offset): Avoid
9668 unsigned overflow when new_offset < old_offset.
9669
e8eab623 96702002-01-24 Philipp Thomas <pthomas@suse.de>
391154e9
NC
9671
9672 * bfd.c (_bfd_abort): Fix typo.
9673
8ba89f17
RH
96742002-01-23 Richard Henderson <rth@redhat.com>
9675
9676 * elf64-alpha.c (elf64_alpha_adjust_dynamic_symbol): Don't suppress
9677 plt entries for undefweak symbols.
9678
c6953948
NC
96792002-01-23 Steve Ellcey <sje@cup.hp.com>
9680
c5cd6d62 9681 * targets.c (bfd_elf32_ia64_hpux_big_vec): Add to DEFAULT_VECTOR.
c6953948
NC
9682 (bfd_elf64_ia64_hpux_big_vec): Ditto.
9683 (bfd_elf32_h8300_vec): Ditto.
9684
41bd81ab
AM
96852002-01-23 Alan Modra <amodra@bigpond.net.au>
9686
9687 * elf64-ppc.c: Remove stale part of ABI comment.
9688 (NO_OPD_RELOCS): Define.
9689 (ppc64_elf_check_relocs): Use it.
9690 (ppc64_elf_relocate_section): Here too.
9691 (build_one_stub): Don't point function syms at the stub. Instead,
9692 hijack plt.offset.
9693 (ppc64_elf_relocate_section): Check whether REL24 relocs should
9694 really go to the stub. Make all dynamic relocs in opd against
9695 locals.
9696 (ppc64_elf_finish_dynamic_symbol): Allow for non-standard use of
9697 plt.offset.
9698
f304919d
RH
96992002-01-22 Richard Henderson <rth@redhat.com>
9700
9701 * elf64-alpha.c (INSN_UNOP): Encode with RB as $sp.
9702
c0ef99a7
AM
97032002-01-22 Alan Modra <amodra@bigpond.net.au>
9704
60ee0d4a
AM
9705 * elf64-ppc.c (ppc64_elf_finish_dynamic_sections): Correct sign of
9706 TOC_BASE_OFF adjustment.
9707
c0ef99a7
AM
9708 * Makefile.am: Run "make dep-am".
9709 * Makefile.in: Regenerate.
9710 * po/SRC-POTFILES.in: Regenerate.
9711
64328b46
AM
97122002-01-22 John David Anglin <dave@hiauly1.hia.nrc.ca>
9713
9714 * configure.host (hppa*64*-*-hpux*, hppa*64*-*-linux*): Add new
9715 host defines.
9716
59953665 97172002-01-21 Hans-Peter Nilsson <hp@axis.com>
58255df3
HPN
9718
9719 * elf32-cris.c (cris_elf_relocate_section) <case R_CRIS_32_GOTREL>:
9720 Check for and emit error if sgot is NULL at this point.
9721
9596feea
JT
97222002-01-21 Jason Thorpe <thorpej@wasabisystems.com>
9723
9724 * config.bfd (ia64*-*-netbsd*): New target.
9725
7b45c6e1
AM
97262002-01-21 Thomas Klausner <wiz@danbala.ifoer.tuwien.ac.at>
9727
9728 * som.c (som_write_space_strings): Comment typo fix.
9729
e5094212
AM
97302002-01-21 Alan Modra <amodra@bigpond.net.au>
9731
e86ce104
AM
9732 * elf64-ppc.c (struct ppc_link_hash_entry): Add is_func and
9733 is_func_descriptor fields.
9734 (link_hash_newfunc): Init them.
9735 (ppc64_elf_check_relocs): Only R_PPC24_REL24 syms starting with a
9736 dot are candidates for plt entries. When processing .opd relocs,
9737 set function descriptor strings to point inside function code
9738 string, and set new ppc_link_hash_entry fields.
9739 (ppc64_elf_gc_sweep_hook): Don't sweep R_PPC64_REL24 relocs.
9740 (ppc64_elf_adjust_dynamic_symbol): Remove most code dealing with
9741 function descriptors. It's now done in..
9742 (func_desc_adjust): New.
9743 (ppc64_elf_func_desc_adjust): New.
9744 (define elf_backend_always_size_sections): Define.
9745 (ppc64_elf_hide_symbol): New.
9746 (define elf_backend_hide_symbol): Define.
9747 (allocate_dynrelocs): Remove code looking up function descriptors
9748 as that has been done earlier.
9749 (ppc64_elf_size_dynamic_sections): Use htab shortcut to elf hash
9750 table.
9751 (ppc64_elf_finish_dynamic_symbol): Likewise. Remove code looking
9752 up function descriptor.
9753 (build_one_stub): Look up the function code sym. Check for
9754 invalid plt offsets.
9755 (ppc64_elf_relocate_section): Tweak calls to undefined weak syms.
9756 Convert R_PPC64_TOC relocs to R_PPC64_RELATIVE in shared libs.
9757
e5094212
AM
9758 * elf-bfd.h (elf_backend_data <elf_backend_hide_symbol>): Add
9759 boolean param.
9760 (_bfd_elf_link_hash_hide_symbol): Likewise.
9761 * elflink.h (elf_link_add_object_symbols): Adjust call to
9762 elf_backend_hide_symbol.
9763 (elf_fix_symbol_flags): Likewise.
9764 (elf_link_assign_sym_version): Likewise. Use bfd_malloc rather
9765 than bfd_alloc.
9766 * elf.c (_bfd_elf_link_hash_hide_symbol): Add "force_local" param.
9767 Set ELF_LINK_FORCED_LOCAL and call _bfd_elf_strtab_delref.
9768 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
9769 (clobber_millicode_symbols): Adjust to suit new hide_symbol.
9770 * elf32-cris.c (elf_cris_hide_symbol): Add "force_local" param
9771 and adjust to suit.
9772 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise, and call
9773 _bfd_elf_link_hash_hide_symbol rather than duplicating code.
9774 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
9775
40b8271b
AM
97762002-01-18 Alan Modra <amodra@bigpond.net.au>
9777
9778 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Test for a
9779 dynamic function descriptor symbol, not the associated function
9780 symbol.
9781
55baa95b
EC
97822002-01-17 Eric Christopher <echristo@redhat.com>
9783
9784 * elf32-mips.c (mips_elf_calculate_relocation): Fix typo.
9785
328577ad
NC
97862002-01-17 Nick Clifton <nickc@cambridge.redhat.com>
9787
9788 * po/bfd.pot: Regenerate.
9789 * po/fr.po: Regenerate.
9790
af746e92
AM
97912002-01-17 Alan Modra <amodra@bigpond.net.au>
9792
9793 * elf-bfd.h (elf_backend_data <elf_backend_section_from_bfd_section>):
9794 Remove "Elf_Internal_Shdr *" param.
9795 (_bfd_mips_elf_section_from_bfd_section): Ditto.
9796 * elf32-mips.c (_bfd_mips_elf_section_from_bfd_section): Ditto.
9797 * elf32-m32r.c (_bfd_m32r_elf_section_from_bfd_section): Ditto.
9798 * elf32-v850.c (v850_elf_section_from_bfd_section): Ditto.
9799 * elf64-mmix.c (mmix_elf_section_from_bfd_section): Ditto.
9800 * elfxx-ia64.c (elfNN_hpux_backend_section_from_bfd_section): Ditto.
9801 * elf.c (_bfd_elf_section_from_bfd_section): Allow backend
9802 function to override special sections. Remove hdr arg from
9803 backend call, and don't loop.
9804
175e9962
EC
98052002-01-16 Eric Christopher <echristo@redhat.com>
9806
9807 * elf32-mips.c (mips_elf_calculate_relocation): Set require_jalxp
9808 on R_MIPS_26 and target is 16bit. Add R_MIPS16_GPREL to list of
9809 relocations requiring gp0 and gp.
9810
96a846ea
RE
98112002-01-16 Richard Earnshaw <rearnsha@arm.com>
9812
175e9962 9813 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Handle
96a846ea
RE
9814 EF_ARM_VFP_FLOAT.
9815 (elf32_arm_print_private_bfd_data): Likewise.
9816
af3ae48d
NC
98172002-01-16 Nick Clifton <nickc@cambridge.redhat.com>
9818
9819 * po/tr.po: Import new version.
9820
10ed1bba
AM
98212002-01-16 Alan Modra <amodra@bigpond.net.au>
9822
9823 * elf64-ppc.c (ppc64_elf_howto_raw): Remove stale FIXMEs.
9824 (ppc64_elf_reloc_type_lookup): Use proper CTOR reloc.
9825 (ORI_R0_R0_0): Correct.
9826
5d1634d7
AM
98272002-01-16 Alan Modra <amodra@bigpond.net.au>
9828
9829 * elflink.c (_bfd_elf_create_dynamic_sections): Don't set SEC_CODE
9830 when plt_not_loaded.
9831 * elf64-ppc.c (ppc64_elf_create_dynamic_sections): No need to
9832 clear .plt SEC_CODE here. Create .stub and correct .glink flags.
9833 (PLT_INITIAL_ENTRY_SIZE): Set to 24.
9834 (ppc64_elf_glink_code): Delete.
9835 (PPC64_ELF_GLINK_SIZE): Delete.
9836 (ADDIS_R12_R2, STD_R2_40R1, LD_R11_0R12, LD_R2_0R12, MTCTR_R11,
9837 BCTR, ADDIS_R12_R12_1, LD_R2_40R1, NOP, LI_R0_0, B_DOT, LIS_R0_0,
9838 ORI_R0_R0_0): Define.
9839 (PLT_CALL_STUB_SIZE, GLINK_CALL_STUB_SIZE): Define.
9840 (struct ppc_link_hash_table): Add sstub and plt_overflow.
9841 (ppc64_elf_link_hash_table_create): Init them.
9842 (ppc64_elf_check_relocs <R_PPC64_REL24>): Refcount .plt entry.
9843 Don't copy to shared lib.
9844 (ppc64_elf_check_relocs): Call bfd_set_error on errors.
9845 (ppc64_elf_gc_sweep_hook <R_PPC64_REL24>): Sweep plt refcount.
9846 (allocate_dynrelocs <plt>): Don't change function sym here. Make
9847 room for .stub and .glink code.
9848 (ppc64_elf_size_dynamic_sections): Handle .stub. Make entry for
9849 DT_PPC64_GLINK.
9850 (ppc64_elf_final_link): Rename to ppc64_elf_set_toc. Don't call
9851 bfd_elf64_bfd_final_link.
9852 (bfd_elf64_bfd_final_link): Don't define.
9853 (ppc64_elf_size_stubs): New.
9854 (build_plt_stub): New.
9855 (build_one_stub): New.
9856 (ppc64_elf_build_stubs): New.
9857 (ppc64_elf_relocate_section <toc relocs>): Remove assert.
9858 (ppc64_elf_relocate_section): Don't copy R_PPC64_REL24 relocs.
9859 (ppc64_elf_finish_dynamic_symbol): Don't build stubs here. Set
9860 DT_PPC64_GLINK entry. Tweak DT_PLTGOT, DT_JMPREL, DT_PLTRELSZ in
9861 case output sections not separate. Adjust DT_RELASZ to not
9862 include plt relocs. Set reserved got entry. Set got and plt
9863 entry size.
9864 (elf_backend_got_header_size): Set to 8.
9865 * elf64-ppc.h: New file.
9866
c601ffdb
AM
98672002-01-16 Alan Modra <amodra@bigpond.net.au>
9868
9869 * elf32-arm.h (elf32_arm_size_dynamic_sections): When removing
9870 sections, use bfd_section_list_remove.
9871 * elf32-i370.c (i370_elf_size_dynamic_sections): Likewise.
9872 * elflink.h (elf_link_add_object_symbols): When removing all
9873 sections, use bfd_section_list_clear.
9874
8fb4cb7f
NC
98752002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
9876
9877 * po/sv.po: New file: Swedish translation.
9878 * configure.in (ALL_LINGUAS): Add sv.
9879 * configure: Regenerate.
9880
d3c456e9
JJ
98812002-01-15 Jakub Jelinek <jakub@redhat.com>
9882
9883 * elflink.h (elf_link_input_bfd): Back out 2002-01-07 change.
9884 * elf.c (merge_sections_remove_hook): New function.
9885 (_bfd_elf_merge_sections): Pass it as 3rd argument to
9886 _bfd_merge_sections.
9887 * libbfd-in.h (_bfd_merge_sections): Add 3rd argument.
9888 * libbfd.h: Rebuilt.
9889 * merge.c (_bfd_merge_sections): Add remove_hook argument.
9890 Call remove_hook if a SEC_EXCLUDE section is encountered.
9891
1f7fd478
NC
98922002-01-15 Nick Clifton <nickc@cambridge.redhat.com>
9893
9894 * elf32-xstormy16.c (xstormy16_reloc_map): Add new field 'table'.
9895 (xstormy16_reloc_map): Initialise new field with correct howto
9896 table.
9897 (xstormy16_reloc_type_lookup): Use 'table' field to locate correct
9898 howto entry.
9899
b87011e9
MS
99002002-01-10 Michael Snyder <msnyder@redhat.com>
9901
9902 * elf.c (elfcore_write_prstatus): Use long instead of pid_t;
9903 (elfcore_write_pstatus): Use long instead of pid_t;
9904 * elf-bfd.h: Change prototypes to use long instead of pid_t;
9905
175e9962 99062002-01-09 Jason Thorpe <thorpej@wasabisystems.com>
b4db1224
JT
9907
9908 * elf.c: Update copyright years.
9909 (elfcore_grok_netbsd_note): Use NT_NETBSDCORE_PROCINFO
9910 and NT_NETBSDCORE_FIRSTMACH. Improve a comment.
9911
7c76fa91
MS
99122002-01-08 Michael Snyder <msnyder@redhat.com>
9913
9914 Add capability to write corefile note sections, for gdb.
9915 * elf.c (elfcore_write_note): New function.
9916 (elfcore_write_prpsinfo): New function.
9917 (elfcore_write_prstatus): New function.
9918 (elfcore_write_pstatus): New function.
9919 (elfcore_write_prfpreg): New function.
9920 (elfcore_write_prxfpreg): New function.
97996af6 9921 * elf-bfd.h: Add prototypes for above functions.
7c76fa91 9922
e1fddb6b
AO
99232002-01-08 Alexandre Oliva <aoliva@redhat.com>
9924
9925 * elf.c (elf_fake_sections): Propagate errors from
9926 elf_backend_fake_section.
9927
8d05742f
JT
99282002-01-07 Jason Thorpe <thorpej@wasabisystems.com>
9929
9930 * Makefile.am (BFD32_BACKENDS): Add elf32-sh-nbsd.lo.
9931 (BFD32_BACKENDS_CFILES): Add elf32-sh-nbsd.c.
9932 (elf32-sh-nbsd.lo): New rule.
9933 * Makefile.in: Regenerate.
9934 * config.bfd (sh*le-*-netbsdelf*): New target.
9935 (sh*-*-netbsdelf*): New target.
9936 * configure.in: Include netbsd-core.lo for native sh*-*-netbsd*.
9937 (bfd_elf32_shnbsd_vec): New vector.
9938 (bfd_elf32_shlnbsd_vec): New vector.
9939 * configure: Regenerate.
9940 * elf32-sh-nbsd.c: New file.
9941 * targets.c: Update copyright years.
175e9962 9942 (_bfd_target_vector): Add bfd_elf32_shlnbsd_vec and
8d05742f
JT
9943 bfd_elf32_shnbsd_vec.
9944
1dba4cb4
AH
99452002-01-07 Aldy Hernandez <aldyh@redhat.com>
9946
9947 * coff-rs6000.c (READ20): Use bfd_scan_vma.
9948
47b22aef
GK
99492002-01-07 Geoffrey Keating <geoffk@redhat.com>
9950
9951 * elflink.h (elf_link_input_bfd): Don't ask for the merged offset
9952 of a symbol in a section that will be deleted.
9953
be2d1673
NC
99542002-01-07 Nick Clifton <nickc@cambridge.redhat.com>
9955
9956 * po/es.po: New file: Spanish translation.
9957 * configure.in (ALL_LINGUAS): Add es.
9958 * configure: Regenerate.
9959
d9cf1b54
AM
99602002-01-06 Steve Ellcey <sje@cup.hp.com>
9961
9962 * elfxx-ia64.c (is_unwind_section_name): Add target vector as
9963 argument so we can handle HP-UX specially.
9964 (elfNN_ia64_hpux_vec): New for use in is_unwind_section_name.
9965 (elfNN_hpux_backend_section_from_bfd_section): New for support
9966 of SHN_IA_64_ANSI_COMMON.
9967 (elfNN_ia64_relax_section): Add support for SHN_IA_64_ANSI_COMMON.
9968 (is_unwind_section_name): Add special HP-UX support.
9969 (elfNN_ia64_section_from_shdr): Add support for more sections.
9970 (elfNN_ia64_fake_sections): Modify is_unwind_section_name call and
9971 add support for more sections.
9972 (elfNN_ia64_additional_program_headers): Modify
9973 is_unwind_section_name call.
9974 (elfNN_ia64_modify_segment_map): Remove assumption that there is
9975 only one unwind section in segment.
9976
3f3c5c34
AM
99772002-01-06 Alan Modra <amodra@bigpond.net.au>
9978
9979 * syms.c (_bfd_generic_make_empty_symbol): New function.
9980 * libbfd-in.h (_bfd_nosymbols_make_empty_symbol): Define as
9981 _bfd_generic_make_empty_symbol.
9982 * libbfd.h: Regenerate.
9983 * bfd-in2.h: Regenerate.
9984 * hppabsd-core.c (hppabsd_core_make_empty_symbol): Delete function.
9985 (hppabsd_core_get_symtab_upper_bound): Don't define.
9986 (hppabsd_core_get_symtab): Likewise.
9987 (hppabsd_core_print_symbol): Likewise.
9988 (hppabsd_core_get_symbol_info): Likewise.
9989 (hppabsd_core_bfd_is_local_label_name): Likewise.
9990 (hppabsd_core_get_lineno): Likewise.
9991 (hppabsd_core_find_nearest_line): Likewise.
9992 (hppabsd_core_bfd_make_debug_symbol): Likewise.
9993 (hppabsd_core_read_minisymbols): Likewise.
9994 (hppabsd_core_minisymbol_to_symbol): Likewise.
9995 (hppabsd_core_vec): Use BFD_JUMP_TABLE_SYMBOLS (_bfd_nosymbols).
9996 Formatting fixes.
9997 * hpux-core.c: Similarly.
9998 * irix-core.c: Similarly.
9999 * osf-core.c: Similarly.
10000 * sco5-core.c: Similarly.
10001 * binary.c (binary_make_empty_symbol): Remove function, define as
10002 _bfd_generic_make_empty_symbol.
10003 * ihex.c (ihex_make_empty_symbol): Likewise.
10004 * mmo.c (mmo_make_empty_symbol): Likewise.
10005 * ppcboot.c (ppcboot_make_empty_symbol): Likewise.
10006 * srec.c (srec_make_empty_symbol): Likewise.
10007 * versados.c (versados_make_empty_symbol): Likewise.
10008 * vms.c (_bfd_vms_make_empty_symbol): Remove.
10009 (vms_make_empty_symbol): Define as _bfd_generic_make_empty_symbol.
10010 * vms-gsd.c (_bfd_vms_slurp_gsd): Call bfd_make_empty_symbol
10011 rather than _bfd_vms_make_empty_symbol.
10012 * vms-misc.c (new_symbol): Likewise.
10013
3f0a7f7f
AM
100142002-01-05 Alan Modra <amodra@bigpond.net.au>
10015
9e7b37b3
AM
10016 * section.c (bfd_section_init): Remove unnecessary initialisations.
10017 (bfd_section_list_clear): New function.
10018 (bfd_section_list_remove, bfd_section_list_insert): New macros.
10019 (_bfd_strip_section_from_output): Use them.
10020 * coffcode.h (coff_set_alignment_hook): Likewise.
10021 * elf32-mips.c (_bfd_mips_elf_final_link): Likewise.
10022 * elf64-mips.c (mips_elf64_final_link): Likewise.
10023 * elf64-mmix.c (mmix_elf_final_link): Likewise.
10024 * sunos.c (sunos_add_dynamic_symbols): Likewise.
10025 * xcofflink.c (_bfd_xcoff_bfd_final_link): Likewise.
10026 * bfd-in2.h: Regenerate.
10027
10028 * netbsd-core.c (netbsd_core_file_p): Use bfd_make_section_anyway
10029 rather than doing our own section handling. Clean up after errors
10030 with bfd_release and bfd_section_list_clear. Handle unexpected
10031 flags.
10032 * aoutf1.h (sunos4_core_file_p): Likewise.
10033 * aix386-core.c (aix386_core_file_p): Likewise.
10034 * cisco-core.c (cisco_core_file_validate): Likewise.
10035 * ptrace-core.c (ptrace_unix_core_file_p): Likewise.
10036 * trad-core.c (trad_unix_core_file_p): Likewise.
10037
9b5ecbd0 10038 * hppabsd-core.c (hppabsd_core_core_file_p): Clean up after errors
9e7b37b3
AM
10039 with bfd_release and bfd_section_list_clear.
10040 * hpux-core.c (hpux_core_core_file_p): Likewise.
10041 * irix-core.c (irix_core_core_file_p): Likewise.
10042 * lynx-core.c (lynx_core_file_p): Likewise.
10043 * osf-core.c (osf_core_core_file_p): Likewise.
10044 * rs6000-core.c (rs6000coff_core_p): Likewise.
10045 * sco5-core.c (sco5_core_file_p): Likewise.
10046
3f0a7f7f
AM
10047 * elf32-mips.c (_bfd_mips_elf_lo16_reloc): Simplify, and perform
10048 sign extension adjustments without conditionals.
10049
a3aa38ee
JJ
100502002-01-04 Jakub Jelinek <jakub@redhat.com>
10051
10052 * elf-eh-frame.c (_bfd_elf_write_section_eh_frame): Don't crash if
10053 CIE at .eh_frame start is removed due to no FDEs referencing it.
10054
8a8b2d4b
AJ
100552002-01-04 Jason Thorpe <thorpej@wasabisystems.com>
10056
10057 * config.bfd (x86_64-*-netbsd*): New target.
10058 * configure.in (x86_64-*-netbsd*): Set COREFILE
10059 to netbsd-core.lo.
10060 * configure: Regenerated.
10061
04b5af89
TR
100622002-01-03 Tom Rix <trix@redhat.com>
10063
10064 * xcofflink.c (_bfd_xcoff_bfd_final_link): Update .pad section ordering
10065 for recent bfd_make_section_anyway change.
10066
51c5503b
NC
100672002-01-03 Nick Clifton <nickc@cambridge.redhat.com>
10068
10069 * elf32-arm.h (elf32_arm_final_link_relocate): Handle
10070 R_ARM_THM_PC11 reloc.
10071
07f7c046
NC
100722002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10073
10074 * configure.in (LINGUAS): Add ja.
10075 * configure: Regenerate.
10076 * po/ja.po: Import from translation project's web site.
10077
5eefb65f
NC
100782002-01-02 Nick Clifton <nickc@cambridge.redhat.com>
10079
10080 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Reformat error
10081 messages to ease translation into other languages.
10082
39e90f10 10083For older changes see ChangeLog-0001
56882138
AM
10084\f
10085Local Variables:
10086mode: change-log
10087left-margin: 8
10088fill-column: 74
10089version-control: never
10090End:
This page took 0.612266 seconds and 4 git commands to generate.