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