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