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