Include -z nocopyreloc in usage
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
290394d6
JJ
12001-10-10 Jakub Jelinek <jakub@redhat.com>
2
3 * elflink.h (elf_link_sort_cmp2): Don't mix PLT and non-PLT
4 relocations against the same symbol in .rel{,a}.dyn section.
5
08da05b0
KH
62001-10-10 Kazu Hirata <kazu@hxi.com>
7
8 * aout-encap.c: Fix comment typos.
9 * aoutx.h: Likewise.
10 * archive.c: Likewise.
11 * bout.c: Likewise.
12 * coff64-rs6000.c: Likewise.
13 * coffcode.h: Likewise.
14 * coffgen.c: Likewise.
15 * cofflink.c: Likewise.
16 * coff-mips.c: Likewise.
17 * ecoff.c: Likewise.
18 * elf32-m32r.c: Likewise.
19 * libcoff-in.h: Likewise.
20 * libecoff.h: Likewise.
21 * libxcoff.h: Likewise.
22 * nlm32-i386.c: Likewise.
23 * pdp11.c: Likewise.
24 * section.c: Likewise.
25 * som.c: Likewise.
26 * som.h: Likewise.
27 * bfd-in2.h: Regenerate.
28 * libcoff.h: Likewise.
29
079e9a2f
AM
302001-10-10 Alan Modra <amodra@bigpond.net.au>
31
32 * elf.c (elf_map_symbols): Don't create new section symbols; Use
33 existing section syms. Update comments.
34 (copy_private_bfd_data): Formatting fixes.
35 (elfcore_grok_win32pstatus): Likewise.
36 (swap_out_syms): Likewise. Remove unnecessary level of braces.
37
945906ff
AM
382001-10-09 Alan Modra <amodra@bigpond.net.au>
39
40 * elf-bfd.h (struct bfd_elf_section_data): Rename "group" to
41 "group_name".
42 (elf_group_name): Define.
43 (elf_next_in_group): Define.
44 * elf.c: Make use of elf_group_name and elf_next_in_group throughout.
45 (setup_group): Don't use sec->lineno for SHT_GROUP section to store
46 first member section; Instead use elf_next_in_group.
47 (bfd_section_from_shdr): Likewise.
48 (set_group_contents): Likewise. Use elf_section_syms, not sec->symbol.
49
dbb410c3
AM
502001-10-09 Alan Modra <amodra@bigpond.net.au>
51
52 * elf-bfd.h (struct bfd_elf_section_data): Add "group" and
53 "next_in_group". Fix gp and gp_size comments.
54 * elf.c (union elf_internal_group): New.
55 (setup_group): New function.
56 (_bfd_elf_make_section_from_shdr): Set BFD flags for SHT_GROUP.
57 Call setup_group for SHF_GROUP sections.
58 (bfd_section_from_shdr): Build a BFD section for SHT_GROUP.
59 (elf_fake_sections): Set header type for SEC_GROUP, and header
60 flags for sections in a group.
61 (set_group_contents): New function.
62 (_bfd_elf_compute_section_file_positions): Call it.
63 (assign_section_numbers): Set sh_link for SHT_GROUP.
945906ff 64
dbb410c3
AM
65 * elflink.h (gc_mark_hook): Handle section groups.
66 * elfxx-target.h: Add SEC_GROUP to applicable_flags.
67 * section.c (SEC_GROUP): Define.
68 (struct sec): Comment fixes.
69 * bfd-in2.h: Regenerate.
70
71 * elf.c (bfd_elf_print_symbol): Formatting fix; migrate expression
72 out of function args.
73 (_bfd_elf_canonicalize_reloc): Similarly.
74 (_bfd_elf_get_symtab): Here too.
75 (_bfd_elf_canonicalize_dynamic_symtab): And here.
76 * elfcode.h (elf_slurp_symbol_table): Don't recalculate size for
77 bfd_bread, and remove unnecessary cast.
78
24c603fa
AH
792001-10-08 Aldy Hernandez <aldyh@redhat.com>
80
81 * bfd/config.bfd (targ_cpu): Add arm9e-*-elf.
82
3f5864e1
SC
832001-10-06 Stephane Carrez <Stephane.Carrez@worldnet.fr>
84
85 * dwarf2.c (comp_unit_find_nearest_line): Check for end of
86 compilation unit.
87
fb9ceeac
AM
882001-10-06 Alan Modra <amodra@bigpond.net.au>
89
aec2f561
AM
90 * bfd.c (bfd_assert): Report bfd version.
91 (_bfd_abort): Likewise.
92
50b4d486
AM
93 * elflink.h (elf_link_input_bfd): Don't zero discarded link-once
94 section sym values. Instead replace any relocs against them with
95 relocs against STN_UNDEF, which has a zero value.
96
fb9ceeac
AM
97 * elf32-arc.c (elf_arc_howto_table): Set partial_inplace for all
98 relocs.
99
17617495
JL
1002001-10-05 Jeff Law <law@redhat.com>
101
102 * som.h (som_exec_data): New field "version_id".
103 * som.c (som_object_setup): Record the version_id if it
104 exists.
105 (som_prep_headers): Do not initialize version_id here.
106 (som_finish_writing): Initialize version_id here.
107
1082000-10-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
7e766c3b
TS
109
110 * elf32-mips.c (elf_mips_howto_table): Fix some relocation howtos
111 according to the MIPS/SGI ELF64 ABI Draft.
112 (mips_elf_sort_hash_table): Typo.
113
58e3d09d
AM
1142001-10-04 Alan Modra <amodra@bigpond.net.au>
115
8ea52284
AM
116 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Comment typo.
117
58e3d09d
AM
118 * elf32-mips.c (_bfd_mips_elf_copy_indirect_symbol): Bail out after
119 copying flags if this is a weakdef.
120
b13c7b49
AM
1212001-10-04 Alan Modra <amodra@bigpond.net.au>
122
a90b9fca
AM
123 * elf-bfd.h (struct elf_link_hash_entry): Reorganise for better
124 packing.
125
3a6b8597
AM
126 * elf32-mips.c (mips_elf_record_global_got_symbol): Set got.offset
127 to 1 rather than 0 to avoid confusing copy_indirect_symbol.
128 (mips_elf_sort_hash_table_f): Compare got.offset against 1.
129
b13c7b49
AM
130 * Makefile.am (BFD_H_DEPS): Add symcat.h. Ensure everything
131 depends on $(BFD_H) $(BFD_H_DEPS) $(LOCAL_H_DEPS), not just those
132 backends we configure. Run "make dep-am".
133 (install-data-local): Install symcat.h.
134 * dep-in.sed: Remove symcat.h from dependencies.
135 * Makefile.in: Regenerate.
136
8bd621d8
AM
1372001-10-03 Vassili Karpov <malc@pulsesoft.com>
138
139 * elf32-i386.c (elf_i386_adjust_dynamic_symbol): Handle nocopyreloc.
140
1e2be829
TS
1412001-10-03 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
142
143 * elf64-mips.c (elf_backend_may_use_rela_p): New define.
144 (elf_backend_default_use_rela_p): New define.
145
0a991dfe
AM
1462001-10-03 Alan Modra <amodra@bigpond.net.au>
147
57c7194e
AM
148 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Fix typos in last
149 change.
150
87b632fc
AM
151 * configure.in (AC_OUTPUT <bfd-in3.h>): Remove version.h.
152 * configure: Regenerate.
153 * Makefile.am (BFD_H_FILES): Add version.h.
154 * Makefile.in: Regenerate.
155 * po/SRC-POTFILES.in: Regenerate.
156
0a991dfe
AM
157 * elflink.h (elf_fix_symbol_flags): Copy flags to weakdef using
158 elf_backend_copy_indirect_symbol so that backend has a chance to
159 copy other necessary fields.
160 * elf-bfd.h (struct elf_backend_data): Update description of
161 elf_backend_copy_indirect_symbol.
162 * elf.c (_bfd_elf_link_hash_copy_indirect): Bail out after
163 copying flags if this is a weakdef.
164 * elfxx-ia64.c (elfNN_ia64_hash_copy_indirect): Likewise.
165 (elfNN_ia64_aix_add_symbol_hook): Use elf_link_hash_lookup rather
166 than bfd_link_hash_lookup.
167 * elf32-i386 (elf_i386_adjust_dynamic_symbol): Don't do copy
168 reloc processing for weakdefs.
169 * elf32-hppa.c (elf32_hppa_adjust_dynamic_symbol): Likewise.
170 * elf64-ppc.c (ppc64_elf_adjust_dynamic_symbol): Likewise.
171
a33d1f77
AM
1722001-10-02 Alan Modra <amodra@bigpond.net.au>
173
174 * elf64-ppc.c (ppc64_elf_check_relocs): Use a local var and cast
175 result of ELF64_R_TYPE to enum before using in a switch.
176 (ppc64_elf_gc_mark_hook): Likewise.
177 (ppc64_elf_gc_sweep_hook): Likewise.
178 (ppc64_elf_reloc_type_class): Likewise.
179
e43d48cc
AM
1802001-10-02 Alan Modra <amodra@bigpond.net.au>
181
182 * version.h: New file.
183 * bfd-in.h: (BFD_VERSION): Substitute bfd_version.
184 (BFD_VERSION_DATE): Define.
185 (BFD_VERSION_STRING): Define.
186 * configure.in: AC_SUBST bfd_version, bfd_version_date and
187 bfd_version_string.
188 (AC_OUTPUT <bfd-in3.h>): Depend on version.h.
189 * bfd-in2.h: Regenerate.
190 * configure: Regenerate.
191 * Makefile.am: Run "make dep-am".
192 * Makefile.in: Regenerate.
193
194 * bfd-in.h: Include "symcat.h".
195 (CONCAT4): Redefine as for old CAT4.
196 * aout-arm.c: Use equivalent CONCAT* macro in place of CAT* macros.
197 Add warning regarding whitespace.
198 * aout-cris.c: Likewise.
199 * aout-ns32k.c: Likewise.
200 * aout-sparcle.c: Likewise.
201 * aout-tic30.c: Likewise.
202 * aout0.c: Likewise.
203 * armnetbsd.c: Likewise.
204 * demo64.c: Likewise.
205 * elf-bfd.h: Likewise.
206 * gen-aout.c: Likewise.
207 * host-aout.c: Likewise.
208 * hp300bsd.c: Likewise.
209 * hp300hpux.c: Likewise.
210 * i386aout.c: Likewise.
211 * i386bsd.c: Likewise.
212 * i386dynix.c: Likewise.
213 * i386freebsd.c: Likewise.
214 * i386linux.c: Likewise.
215 * i386lynx.c: Likewise.
216 * i386mach3.c: Likewise.
217 * i386netbsd.c: Likewise.
218 * libaout.h: Likewise.
219 * m68k4knetbsd.c: Likewise.
220 * m68klinux.c: Likewise.
221 * m68klynx.c: Likewise.
222 * m68knetbsd.c: Likewise.
223 * m88kmach3.c: Likewise.
224 * mipsbsd.c: Likewise.
225 * newsos3.c: Likewise.
226 * ns32knetbsd.c: Likewise.
227 * pc532-mach.c: Likewise.
228 * pdp11.c: Likewise.
229 * riscix.c: Likewise.
230 * sparclinux.c: Likewise.
231 * sparclynx.c: Likewise.
232 * sparcnetbsd.c: Likewise.
233 * sunos.c: Likewise.
234 * targets.c: Likewise.
235 * vaxnetbsd.c: Likewise.
236 * vms-hdr.c: Likewise.
237
4eef72c7
AM
2382001-10-01 Alan Modra <amodra@bigpond.net.au>
239
240 * bfd-in.h: Remove comments regarding generated files.
241 * libbfd-in.h: Likewise.
242 * libcoff-in.h: Likewise.
243 * bfd-in2.h: Regenerate.
244 * libbfd.h: Likewise.
245 * libcoff.h: Likewise.
246
146be91a
HPN
2472001-09-30 kaz Kojima <kkojima@rr.iij4u.or.jp>
248 Hans-Peter Nilsson <hp@bitrange.com>
249
250 * elf32-sh.c (sh_elf_howto_table, R_SH_REL32): Make
251 partial_inplace, matching assembler output. Set src_mask to
252 all ones.
253 (sh_elf_relocate_section): Delete misplaced comment.
254 For relocatable linking against section symbol, call
255 _bfd_relocate_contents for partial_inplace relocs and adjust
256 rel->r_addend for others.
257 <case R_SH_DIR32, R_SH_REL32>: Fetch partial_inplace addend with
258 bfd_get_32, not at rel->r_addend.
259
3c3e9281
AM
2602001-09-30 Alan Modra <amodra@bigpond.net.au>
261
262 * elf.c (_bfd_elf_link_hash_copy_indirect): Set ind refcounts to
263 the old dir refcount, so we indirectly set them to init_refcount.
264 Short-circuit asserts when we've just verified they are true.
265
862517b6
AM
2662001-09-29 Alan Modra <amodra@bigpond.net.au>
267
268 * section.c (struct sec): Remove kept_section.
269 (STD_SECTION): Remove kept_section initialisation.
270 (bfd_make_section_anyway): Here too.
271 * ecoff.c (bfd_debug_section): Remove kept_section initialisation.
272 * cofflink.c (_bfd_coff_link_input_bfd): Don't test kept_section.
273 * elflink.h (elf_link_input_bfd): Set discarded link-once section
274 symbols to zero, and remove all code involved with kept_section
275 and tracking section symbol values.
276 * bfd-in2.h: Regenerate.
277 * configure.in: Bump version number.
278 * configure: Regenerate.
279
65f38f15
AM
2802001-09-29 Alan Modra <amodra@bigpond.net.au>
281
282 * elf64-ppc.c (struct ppc_dyn_relocs): New.
283 (IS_ABSOLUTE_RELOC): Define.
284 (struct ppc_link_hash_entry): New.
285 (struct ppc_link_hash_table): New.
286 (ppc_hash_table): Define.
287 (link_hash_newfunc): New function.
288 (ppc64_elf_link_hash_table_create): New function.
289 (create_got_section): New function.
290 (ppc64_elf_create_dynamic_sections): Call create_got_section. Stash
291 pointers to our dynamic sections in hash table.
292 (ppc64_elf_copy_indirect_symbol): New function.
293 (ppc64_elf_check_relocs): Remove DEBUG code. Use short-cuts to
294 dynamic sections. Localise vars. Modify code for refcounts
295 starting from zero. Don't allocate here, or force symbols dynamic.
296 Don't copy all relocs if shared, select ones we need. Add code
297 to track possible copy relocs for non-shared link.
298 (ppc64_elf_gc_mark_hook): Update comment.
299 (ppc64_elf_gc_sweep_hook): Sweep dynrelocs too.
300 (ppc64_elf_adjust_dynamic_symbol): Remove DEBUG code. Rewrite .plt
301 code for reference counting garbage collection. Don't create .plt
302 entries for functions that don't comply with ABI naming convention,
303 and don't allocate .plt space here. Use short-cuts to dynamic
304 sections. If possible, keep dynamic relocations instead of using
305 copy relocs. Remove confused comments.
306 (ppc_adjust_dynindx): Delete.
307 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
308 (allocate_dynrelocs): New function.
309 (readonly_dynrelocs): New function.
310 (ppc64_elf_size_dynamic_sections): Rewrite. Allocate local .got
311 space here, and call allocate_dynrelocs to allocate space for
312 global .plt, .got and reloc sections. Use short-cuts to dynamic
313 sections. Call readonly_dynrelocs to determine whether we need
314 DT_TEXTREL. Don't generate section symbols here, the generic
315 ELF linker code does it for us.
316 (ppc64_elf_final_link): Call regular ELF backend linker rather than
317 gc variety, since we do our own .got handling.
318 (ppc64_elf_relocate_section): Remove DEBUG code. Make use of
319 dynamic section short-cuts. Localise vars, and delay setting.
320 Handle unknown relocs in main switch statement. Replace ugly
321 complicated tests for unresolvable relocs with a simple direct
322 scheme using "unresolved_reloc" var. Test ELF_ST_VISIBILITY
323 before allowing an undefined sym in a shared lib. Do R_*_DS tests
324 after main switch, when we've set addend. Do non-addend insn
325 tweaks before main swithc. Ignore input_section->vma when
326 calculating reloc offsets as it's always zero. Rewrite dynamic
327 reloc handling. Consolidate R_*_HA handling. Handle more relocs.
328 (ppc64_elf_finish_dynamic_symbol): Remove DEBUG code. Make use
329 of dynamic section short-cuts. Reorganise .plt handling code.
330 Remove confused comments. Take note of ELF_LINK_FORCED_LOCAL.
331 Move expressions out of swap_reloca_out function calls.
332 (ppc64_elf_reloc_type_class): New function.
333 (ppc64_elf_info_to_howto): Move common expression to local var.
334 (ppc64_elf_finish_dynamic_sections): Remove DEBUG code. Make use
335 of dynamic section short-cuts. Don't fiddle with section syms
336 here as the ELF linker does it for us.
337 (elf_backend_can_refcount): Define.
338 (bfd_elf64_bfd_link_hash_table_create): Define.
339 (elf_backend_copy_indirect_symbol): Define.
340 (elf_backend_reloc_type_class): Define.
341 (elf_backend_*, bfd_elf64_bfd_* defines): Sort.
342
21d17a58
AM
3432001-09-29 Alan Modra <amodra@bigpond.net.au>
344
51b64d56
AM
345 * elf-bfd.h (struct elf_link_local_dynamic_entry): Add init_refcount.
346 (struct elf_backend_data): Add can_refcount.
347 * elf.c (_bfd_elf_link_hash_newfunc): Get rid of a few casts. Set
348 got.refcount and plt.refcount from init_refcount.
349 (_bfd_elf_link_hash_table_init): Set up init_refcount.
350 (_bfd_elf_link_hash_copy_indirect): Reference got/plt.refcount
351 rather than got/plt.offset, and test for <= 0 rather than -1.
352 * elflink.h (size_dynamic_sections): Set init_refcount to -1.
353 * elfxx-target.h (elf_backend_can_refcount): Define.
354 (elfNN_bed): Init can_refcount.
355 * linker.c (_bfd_link_hash_newfunc): Get rid of a few casts.
356 (_bfd_generic_link_hash_newfunc): Likewise.
357 * elf32-cris.c (cris_elf_check_relocs): Modify for refcounts
358 starting from zero.
359 (elf_backend_can_refcount): Define.
360 * elf32-hppa.c (elf32_hppa_check_relocs): Modify for refcounts
361 starting from zero.
362 (elf32_hppa_copy_indirect_symbol): Make static to agree with
363 prototype.
364 (elf_backend_can_refcount): Define.
365 * elf32-i386.c (elf_i386_check_relocs): Modify for refcounts
366 starting from zero.
367 (allocate_dynrelocs): Set plt/got.offset rather than *.refcount.
368 (elf_i386_finish_dynamic_symbol): Expand SHN_UNDEF comment.
369 (elf_i386_finish_dynamic_sections): Use local var so line < 80 chars.
370 (elf_backend_can_refcount): Define.
371 (elf_i386_copy_indirect_symbol): Make static to agree with
372 prototype. Formatting fix.
373 * elf32-m68k.c (elf_m68k_check_relocs): Modify for refcounts
374 starting from zero.
375 (elf_backend_can_refcount): Define.
376 * elf32-ppc.c (ppc_elf_check_relocs): Modify for refcounts
377 starting from zero.
378 (elf_backend_can_refcount): Define.
379 * elf32-s390.c (elf_s390_check_relocs): Modify for refcounts
380 starting from zero.
381 (elf_backend_can_refcount): Define.
382 * elf64-s390.c (elf_s390_check_relocs): Modify for refcounts
383 starting from zero.
384 (elf_backend_can_refcount): Define.
385 * elf64-x86-64.c (elf64_x86_64_check_relocs): Modify for refcounts
386 starting from zero.
387 (elf_backend_can_refcount): Define.
388
21d17a58
AM
389 * som.c (som_write_symbol_strings): Cast current_offset in
390 bfd_seek call to match param type.
391
78ae4cb9
JB
3922001-09-28 J. Brobecker <brobecker@gnat.com>
393
394 * som.c (som_write_symbol_strings): Fix incorrect type of
395 current_offset to match the function definition. Fixes a build
396 failure on HPUX-11.00.
397
65db3b0d
RH
3982001-09-28 Richard Henderson <rth@redhat.com>
399
e0aae569
RH
400 * elfxx-target.h [section_flags]: Add SEC_ARCH_BIT_0, SEC_SMALL_DATA,
401 SEC_MERGE, SEC_STRINGS.
402
65db3b0d
RH
403 * section.c (SEC_ARCH_BIT_0): New; replace unused SEC_BALIGN.
404 * bfd-in2.h: Rebuild.
405
ced53ee5
AM
4062001-09-28 Alan Modra <amodra@bigpond.net.au>
407
ffaef159
AM
408 * elf64-x86-64.c (elf64_x86_64_reloc_type_lookup): Don't map bfd
409 reloc code using x86_64_reloc_map.
410
3ac8354b
AM
411 * elf32-hppa.c (elf32_hppa_check_relocs): Update comment since we
412 no longer allocate here. Localise some vars to blocks where they
413 are used.
414 (elf32_hppa_adjust_dynamic_symbol): Correct a comment. Delay
415 setting of vars until needed.
416 (allocate_dynrelocs): Don't create a .plt entry without a reloc
417 when symbol visibilty makes a function local.
418 (elf32_hppa_finish_dynamic_symbol): Move expressions out of
419 swap_reloca_out function calls.
420 (elf32_hppa_relocate_section): Likewies. Comment typo fix.
421 (elf32_hppa_finish_dynamic_sections): Migrate common code out of
422 switch statement.
423
0ac8d2ca
AM
424 * elf32-i386.c (elf_i386_check_relocs): Update comment since we
425 no longer allocate here. Localise some vars to blocks where they
426 are used. Remove separate switch stmt for creating .got sec.
427 (elf_i386_adjust_dynamic_symbol): Correct a comment. Remove
428 redundant casts and aborts. Delay setting of vars until needed.
429 (allocate_dynrelocs): Remove redundant casts and aborts.
430 (elf_i386_size_dynamic_sections): Move comment.
431 (elf_i386_finish_dynamic_symbol): Move expressions out of function
432 calls.
433 (elf_i386_relocate_section): Likewise. Comment typo fix.
434 (elf_i386_finish_dynamic_sections): Migrate common code out of
435 switch statement.
436 (elf_backend_* defines): Sort.
437
ced53ee5
AM
438 * elf32-i386.c (allocate_dynrelocs): Don't create a .plt entry
439 without a reloc when symbol visibilty makes a function local.
440
63b0f745
NC
4412001-09-27 Nick Clifton <nickc@cambridge.redhat.com>
442
06317a27
NC
443 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix detection of
444 conflicting float flags.
63b0f745 445
ebe50bae
AM
4462001-09-26 Alan Modra <amodra@bigpond.net.au>
447
448 * elf32-i386 (elf_i386_copy_indirect_symbol): New function.
449 (elf_backend_copy_indirect_symbol): Define.
450 (struct elf_i386_link_hash_entry): Rename "root" to "elf".
451 (struct elf_i386_link_hash_table): Likewise.
452 (link_hash_newfunc): Get rid of unnecessary casts.
453 (elf_i386_link_hash_table_create): Likewise.
454 (elf_i386_check_relocs): Initialise local_got_refcounts to 0.
455 Don't test input section SEC_READONLY here to try to avoid copy
456 relocs, and keep dyn_relocs regardleas of ELF_LINK_NON_GOT_REF.
457 (elf_i386_adjust_dynamic_symbol): Check output section SEC_READONLY
458 here to properly test whether we need copy relocs. Do so for weak
459 syms too.
460
461 * elf32-hppa (elf32_hppa_copy_indirect_symbol): New function.
462 (elf_backend_copy_indirect_symbol): Define.
463 (struct elf32_hppa_link_hash_table): Rename "root" to "elf".
464 (stub_hash_newfunc): Get rid of unnecessary casts.
465 (hppa_link_hash_newfunc): Likewise.
466 (elf32_hppa_check_relocs): Initialise local_got_refcounts to 0.
467 Don't test input section SEC_READONLY here to try to avoid copy
468 relocs, and keep dyn_relocs regardleas of ELF_LINK_NON_GOT_REF.
469 (elf32_hppa_adjust_dynamic_symbol): Check output section SEC_READONLY
470 here to properly test whether we need copy relocs. Do so for weak
471 syms too.
472
af6166c0
AM
4732001-09-26 Alan Modra <amodra@bigpond.net.au>
474
475 * bfd.c (_bfd_default_error_handlerl): Define using VPARAMS,
476 VA_OPEN, VA_FIXEDARG, VA_CLOSE.
477 (bfd_archive_filename): Cast bfd_malloc arg to the correct size.
478
e62de969
JJ
4792001-09-25 Jakub Jelinek <jakub@redhat.com>
480
481 * elf64-sparc.c (sparc64_elf_build_plt): Fix .plt[32768+] slot
482 computation.
483
09c1cc88
L
4842001-09-25 H.J. Lu <hjl@gnu.org>
485
486 * bfd-in2.h: Regenerated.
487
38701953
AM
4882001-09-25 Alan Modra <amodra@bigpond.net.au>
489
490 * elf32-i386.c: Add comment re linker function names and ordering.
491 (elf_i386_link_hash_newfunc): Rename to link_hash_newfunc.
492 (elf_i386_grok_prstatus): Move before linker functions.
493 (elf_i386_grok_psinfo): Likewise.
494 (elf_i386_fake_sections): Move so that functions are ordered.
495 (elf_i386_reloc_type_class): Likewise. Comment function purpose.
496
98ceb8ce
AM
4972001-09-25 Alan Modra <amodra@bigpond.net.au>
498
0ac8d2ca 499 * elf32-hppa.c: Rename occurrences of "hplink" to "htab"
83c81bfe
AM
500 throughout file.
501
98ceb8ce
AM
502 * elf32-hppa.c: (LONG_BRANCH_PIC_IN_SHLIB): Delete. Remove all
503 code handling this option.
504 (LONG_BRANCH_VIA_PLT): Likewise.
505 (RELATIVE_DYNRELOCS): Define as zero.
506 (struct elf32_hppa_dyn_reloc_entry): Add "sec", and
507 "pc_count" fields. Remove "section" field.
508 (elf32_hppa_link_hash_entry): Rename reloc_entries to dyn_relocs.
509 (elf32_hppa_check_relocs): Don't allocate space for dynamic
510 relocs here. Instead, record all needed dynamic relocs via
511 dyn_relocs and local_dynrel. Cache pointer to "sreloc" section
512 in elf_section_data.
513 (elf32_hppa_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
514 (allocate_plt_and_got_and_discard_relocs): Rename to
515 allocate_dynrelocs. Allocate rather than discarding dyn relocs.
516 (readonly_dynrelocs): New function.
517 (elf32_hppa_size_dynamic_sections): Mark output_bfd unused.
518 Call readonly_dynrelocs to determine need for DT_TEXTREL.
519 Rename "i" to "ibfd". Allocate space for local dyn relocs.
520 (elf32_hppa_relocate_section): Make use of cached sreloc.
521 (elf32_hppa_reloc_type_class): New function.
522 (elf_backend_reloc_type_class): Define.
523
0c715baa
AM
5242001-09-25 Alan Modra <amodra@bigpond.net.au>
525
526 * elf-bfd.h (struct bfd_elf_section_data): Add "local_dynrel"
527 and "sreloc" fields.
528 * elf32-i386.c (struct elf_i386_dyn_relocs): Add "sec", and
529 "pc_count" fields. Remove "section" field.
530 (elf_i386_check_relocs): Don't set DF_TEXTREL here. Don't
531 allocate space for dynamic relocs here. Instead, record all
532 needed dynamic relocs via dyn_relocs and local_dynrel. Cache
533 pointer to "sreloc" section in elf_section_data.
534 (elf_i386_gc_sweep_hook): Sweep dyn_relocs and local_dynrel.
535 (allocate_plt_and_got_and_discard_relocs): Rename to
536 allocate_dynrelocs. Allocate rather than discarding dyn relocs.
537 (readonly_dynrelocs): New function.
538 (elf_i386_size_dynamic_sections): Call readonly_dynrelocs.
539 Rename "i" to "ibfd". Allocate space for local dyn relocs.
540 (elf_i386_relocate_section): Make use of cached sreloc.
541
f51e552e
AM
5422001-09-24 Alan Modra <amodra@bigpond.net.au>
543
544 * elf-bfd.h (elf_backend_reloc_type_class): Pass in the entire
545 reloc rather than just the type.
546 (_bfd_elf_reloc_type_class): Likewise.
547 * elf.c (_bfd_elf_reloc_type_class): Likewise.
548 * elf32-arm.h (elf32_arm_reloc_type_class): Likewise.
549 * elf32-cris.c (elf_cris_reloc_type_class): Likewise.
550 * elf32-i386.c (elf_i386_reloc_type_class): Likewise.
551 * elf32-m68k.c (elf32_m68k_reloc_type_class): Likewise.
552 * elf32-ppc.c (ppc_elf_reloc_type_class): Likewise.
553 * elf32-s390.c (elf_s390_reloc_type_class): Likewise.
554 * elf32-sh.c (sh_elf_reloc_type_class): Likewise.
555 * elf32-sparc.c (elf32_sparc_reloc_type_class): Likewise.
556 * elf64-alpha.c (elf64_alpha_reloc_type_class): Likewise.
557 * elf64-s390.c (elf_s390_reloc_type_class): Likewise.
558 * elf64-sparc.c (sparc64_elf_reloc_type_class): Likewise.
559 * elf64-x86-64.c (elf64_x86_64_reloc_type_class): Likewise.
560 * elfxx-ia64.c (elfNN_ia64_reloc_type_class): Likewise.
561 * elflink.h: Formatting fixes.
562 (elf_link_sort_relocs): Make "count" and "size" bfd_size_type.
563 Call bfd_zmalloc rather than calloc. Remove unnecessary cast of
564 o->contents to PTR. Update call to elf_backend_reloc_type_class.
565
0c35f01a
AM
5662001-09-22 John Reiser <jreiser@BitWagon.com>
567
568 * elfcode.h (elf_object_p): Allow for no section header at all in
569 non-ET_REL files. Honor 0 for e_shnum, e_shstrndx, e_shoff.
570
1e738b87
NC
5712001-09-21 Nick Clifton <nickc@cambridge.redhat.com>
572
573 * elfxx-ia64.c: Fix compile time warning messages.
09c1cc88
L
574 * coff-mcore.c: Fix compile time warning messages.
575 * coff-ppc.c: Fix compile time warning messages.
576 * coffcode.h: Fix compile time warning messages.
577 * elf32-mips.c: Fix compile time warning messages.
578 * elf64-alpha.c: Fix compile time warning messages.
579 * libbfd.c: Fix compile time warning messages.
580 * bfd-in2.h: Regenerate.
1e738b87 581
923f08ff
AM
5822001-09-21 Alan Modra <amodra@bigpond.net.au>
583
584 * Makefile.am: Run "make dep-am".
585 * Makefile.in: Regenerate.
586
587 * aoutx.h: Formatting fixes.
588 * merge.c (_bfd_merged_section_offset): Break line at 80 chars.
589
590 * linker.c: Replace bfd_get_filename with bfd_archive_filename
591 in error message.
592
8f615d07
AM
5932001-09-21 Alan Modra <amodra@bigpond.net.au>
594
595 * bfd.c (bfd_archive_filename): New function.
596 * bfd-in2.h: Regenerate.
597 * aout-adobe.c: Replace bfd_get_filename with bfd_archive_filename
598 in error messages where the bfd is an input bfd.
599 * aout-cris.c: Likewise.
600 * coff-arm.c: Likewise.
601 * coff-mcore.c: Likewise.
602 * coff-ppc.c: Likewise.
603 * coff-rs6000.c: Likewise.
604 * coff-sh.c: Likewise.
605 * coff-tic54x.c: Likewise.
606 * coff-tic80.c: Likewise.
607 * coff64-rs6000.c: Likewise.
608 * coffcode.h: Likewise.
609 * coffgen.c: Likewise.
610 * cofflink.c: Likewise.
611 * ecofflink.c: Likewise.
612 * elf-hppa.h: Likewise.
613 * elf.c: Likewise.
614 * elf32-arm.h: Likewise.
615 * elf32-cris.c: Likewise.
616 * elf32-gen.c: Likewise.
617 * elf32-hppa.c: Likewise.
618 * elf32-i370.c: Likewise.
619 * elf32-i386.c: Likewise.
620 * elf32-m32r.c: Likewise.
621 * elf32-mcore.c: Likewise.
622 * elf32-mips.c: Likewise.
623 * elf32-ppc.c: Likewise.
624 * elf32-s390.c: Likewise.
625 * elf32-sh.c: Likewise.
626 * elf32-sparc.c: Likewise.
627 * elf32-v850.c: Likewise.
628 * elf64-alpha.c: Likewise.
629 * elf64-gen.c: Likewise.
630 * elf64-ppc.c: Likewise.
631 * elf64-s390.c: Likewise.
632 * elf64-sparc.c: Likewise.
633 * elf64-x86-64.c: Likewise.
634 * elflink.h: Likewise.
635 * elfxx-ia64.c: Likewise.
636 * ieee.c: Likewise.
637 * ihex.c: Likewise.
638 * libbfd.c: Likewise.
639 * pdp11.c: Likewise.
640 * pe-mips.c: Likewise.
641 * peicode.h: Likewise.
642 * srec.c: Likewise.
643 * xcofflink.c: Likewise.
644
645 * elf32-arm.h: Make _bfd_error_handler calls K&R compatible.
646
647 * elflink.c (_bfd_elf_create_linker_section): Better grammar for
648 error message.
649
650 * coff-mcore.c (coff_mcore_relocate_section): Internalionalise
651 error message.
652
653 * elf64-sparc.c (sparc64_elf_add_symbol_hook): Constify stt_types.
654 Consolidate error messages, and split long messages to two lines.
655
671bae9c 6562001-09-20 John Reiser <jreiser@BitWagon.com>
83c81bfe 657
f51e552e
AM
658 * elf32-i386.c (elf_i386_relocate_section): Coordinate info->symbolic
659 and info->allow_shlib_undefined.
660 * elf32-cris.c: Likewise.
661 * elf32-hppa.c: Likewise.
662 * elf32-m68k.c: Likewise.
663 * elf32-mips.c: Likewise.
664 * elf32-ppc.c: Likewise.
665 * elf32-s390.c: Likewise.
666 * elf32-sh.c: Likewise.
667 * elf32-sparc.c: Likewise.
668 * elf64-alpha.c: Likewise.
669 * elf64-hppa.c: Likewise.
670 * elf64-ppc.c: Likewise.
671 * elf64-s390.c: Likewise.
672 * elf64-sparc.c: Likewise.
673 * elf64-x86-64.c: Likewise.
674 * elfxx-ia64.c: Likewise.
671bae9c 675
3882b010
L
6762001-09-18 Bruno Haible <haible@clisp.cons.org>
677
678 * aoutx.h: Include "safe-ctype.h" instead of <ctype.h>.
679 (aout_link_write_symbols): Use ISDIGIT instead of isdigit.
680 * archive.c: Include "safe-ctype.h" instead of <ctype.h>.
681 (_bfd_generic_read_ar_hdr_mag): Use ISDIGIT instead of isdigit.
682 * archures.c: Include "safe-ctype.h" instead of <ctype.h>.
683 (bfd_default_scan): Use ISDIGIT instead of isdigit.
684 * bfd.c: Include "safe-ctype.h" instead of <ctype.h>.
685 (bfd_scan_vma): Use ISXDIGIT/ISDIGIT/ISLOWER instead of
686 isxdigit/isdigit/islower.
687 * binary.c: Include "safe-ctype.h" instead of <ctype.h>.
688 (mangle_name): Use ISALNUM instead of isalnum.
689 * cpu-v850.c: Include "safe-ctype.h" instead of <ctype.h>.
690 (scan): Use ISDIGIT instead of isdigit.
691 * hosts/alphavms.h: Don't include <ctype.h>.
692 * ieee.c: Include "safe-ctype.h" instead of <ctype.h>.
693 (ieee_object_p): Use TOUPPER instead of toupper.
694 * ihex.c: Include "safe-ctype.h" instead of <ctype.h>.
695 (ihex_bad_byte): Use ISPRINT instead of isprint.
696 * merge.c: Don't include <ctype.h>.
697 * oasys.c: Include "safe-ctype.h" instead of <ctype.h>.
698 (oasys_write_sections): Use ISDIGIT instead of isdigit.
699 * pdp11.c: Include "safe-ctype.h" instead of <ctype.h>.
700 (aout_link_write_symbols): Use ISDIGIT instead of isdigit.
701 * ppcboot.c: Include "safe-ctype.h" instead of <ctype.h>.
702 (mangle_name): Use ISALNUM instead of isalnum.
703 * som.c: Include "safe-ctype.h" instead of <ctype.h>.
704 (som_set_reloc_info): Use ISUPPER/ISLOWER/ISDIGIT instead of
705 isupper/islower/isdigit.
706 (som_decode_symclass): Use TOUPPER instead of toupper.
707 * srec.c: Include "safe-ctype.h" instead of <ctype.h>.
708 (srec_bad_byte): Use ISPRINT instead of isprint.
709 (srec_scan): Use ISSPACE instead of isspace.
710 * stabs.c: Include "safe-ctype.h" instead of <ctype.h>.
711 (_bfd_link_section_stabs): Use ISDIGIT instead of isdigit.
712 * syms.c: Include "safe-ctype.h"
713 (islower, toupper): Remove macro definitions.
714 (bfd_decode_symclass): Use TOUPPER instead of toupper.
715 * vms-gsd.c: Don't include <ctype.h>.
716 * vms-hdr.c: Include "safe-ctype.h" instead of <ctype.h>.
717 (_bfd_vms_write_hdr): Use ISLOWER/TOUPPER instead of
718 islower/toupper.
719 * vms-tir.c: Don't include <ctype.h>.
720
dc810e39
AM
7212001-09-18 Alan Modra <amodra@bigpond.net.au>
722
723 * libbfd.c (bfd_bread): New function replacing bfd_read without
724 redundant params. Allow reads up to (size_t) -2 in length.
725 (bfd_bwrite): Similarly for bfd_write.
726 (real_read): Return a size_t.
727 (bfd_read): Call bfd_bread.
728 (bfd_write): Call bfd_bwrite.
729 (warn_deprecated): New function to annoy everybody.
730 (bfd_get_file_window): Don't call bfd_set_error unnecessarily.
731 * bfd-in.h (bfd_bread, bfd_bwrite, warn_deprecated): Declare.
732 (bfd_read, bfd_write): Define as macro.
733 * aix386-core.c: Replace calls to bfd_read with bfd_bread, and
734 likewise for bfd_write. Ensure function args are correct size by
735 using casts or local vars. In some cases, remove unnecessary
736 casts. Formatting fixes, in some cases removing a large expression
737 from function args by using a local var. Replace CONST with const.
738 Modify variable types to avoid warings. Use casts to avoid
739 warnings when using negative numbers in unsigned expressions.
740 * aout-adobe.c: Likewise.
741 * aout-arm.c: Likewise.
742 * aout-cris.c: Likewise.
743 * aout-encap.c: Likewise.
744 * aout-ns32k.c: Likewise.
745 * aout-target.h: Likewise.
746 * aout-tic30.c: Likewise.
747 * aoutf1.h: Likewise.
748 * aoutx.h: Likewise.
749 * archive.c: Likewise.
750 * archures.c: Likewise.
751 * bfd-in.h: Likewise.
752 * bfd.c: Likewise.
753 * binary.c: Likewise.
754 * bout.c: Likewise.
755 * cache.c: Likewise.
756 * cisco-core.c: Likewise.
757 * coff-a29k.c: Likewise.
758 * coff-alpha.c: Likewise.
759 * coff-arm.c: Likewise.
760 * coff-h8300.c: Likewise.
761 * coff-h8500.c: Likewise.
762 * coff-i386.c: Likewise.
763 * coff-i860.c: Likewise.
764 * coff-i960.c: Likewise.
765 * coff-ia64.c: Likewise.
766 * coff-m68k.c: Likewise.
767 * coff-m88k.c: Likewise.
768 * coff-mcore.c: Likewise.
769 * coff-mips.c: Likewise.
770 * coff-ppc.c: Likewise.
771 * coff-rs6000.c: Likewise.
772 * coff-sh.c: Likewise.
773 * coff-sparc.c: Likewise.
774 * coff-stgo32.c: Likewise.
775 * coff-tic30.c: Likewise.
776 * coff-tic54x.c: Likewise.
777 * coff-tic80.c: Likewise.
778 * coff-w65.c: Likewise.
779 * coff-z8k.c: Likewise.
780 * coff64-rs6000.c: Likewise.
781 * coffcode.h: Likewise.
782 * coffgen.c: Likewise.
783 * cofflink.c: Likewise.
784 * coffswap.h: Likewise.
785 * corefile.c: Likewise.
786 * cpu-arc.c: Likewise.
787 * cpu-h8300.c: Likewise.
788 * cpu-h8500.c: Likewise.
789 * cpu-i960.c: Likewise.
790 * cpu-ia64-opc.c: Likewise.
791 * cpu-ns32k.c: Likewise.
792 * cpu-pdp11.c: Likewise.
793 * cpu-pj.c: Likewise.
794 * cpu-sh.c: Likewise.
795 * cpu-w65.c: Likewise.
796 * cpu-z8k.c: Likewise.
797 * dwarf1.c: Likewise.
798 * dwarf2.c: Likewise.
799 * ecoff.c: Likewise.
800 * ecofflink.c: Likewise.
801 * ecoffswap.h: Likewise.
802 * elf-bfd.h: Likewise.
803 * elf-hppa.h: Likewise.
804 * elf-m10200.c: Likewise.
805 * elf-m10300.c: Likewise.
806 * elf.c: Likewise.
807 * elf32-arc.c: Likewise.
808 * elf32-arm.h: Likewise.
809 * elf32-avr.c: Likewise.
810 * elf32-cris.c: Likewise.
811 * elf32-fr30.c: Likewise.
812 * elf32-gen.c: Likewise.
813 * elf32-h8300.c: Likewise.
814 * elf32-hppa.c: Likewise.
815 * elf32-i370.c: Likewise.
816 * elf32-i386.c: Likewise.
817 * elf32-i860.c: Likewise.
818 * elf32-m32r.c: Likewise.
819 * elf32-m68k.c: Likewise.
820 * elf32-mcore.c: Likewise.
821 * elf32-mips.c: Likewise.
822 * elf32-openrisc.c: Likewise.
823 * elf32-pj.c: Likewise.
824 * elf32-ppc.c: Likewise.
825 * elf32-s390.c: Likewise.
826 * elf32-sh-lin.c: Likewise.
827 * elf32-sh.c: Likewise.
828 * elf32-sparc.c: Likewise.
829 * elf32-v850.c: Likewise.
830 * elf64-alpha.c: Likewise.
831 * elf64-hppa.c: Likewise.
832 * elf64-mips.c: Likewise.
833 * elf64-ppc.c: Likewise.
834 * elf64-s390.c: Likewise.
835 * elf64-sparc.c: Likewise.
836 * elf64-x86-64.c: Likewise.
837 * elfarm-nabi.c: Likewise.
838 * elfcode.h: Likewise.
839 * elfcore.h: Likewise.
840 * elflink.c: Likewise.
841 * elflink.h: Likewise.
842 * elfxx-ia64.c: Likewise.
843 * elfxx-target.h: Likewise.
844 * format.c: Likewise.
845 * hash.c: Likewise.
846 * hp300hpux.c: Likewise.
847 * hppabsd-core.c: Likewise.
848 * hpux-core.c: Likewise.
849 * i386aout.c: Likewise.
850 * i386dynix.c: Likewise.
851 * i386linux.c: Likewise.
852 * i386lynx.c: Likewise.
853 * i386mach3.c: Likewise.
854 * i386msdos.c: Likewise.
855 * i386os9k.c: Likewise.
856 * ieee.c: Likewise.
857 * ihex.c: Likewise.
858 * irix-core.c: Likewise.
859 * libaout.h: Likewise.
860 * libbfd-in.h: Likewise.
861 * libbfd.c: Likewise.
862 * libcoff-in.h: Likewise.
863 * libecoff.h: Likewise.
864 * libieee.h: Likewise.
865 * libnlm.h: Likewise.
866 * libpei.h: Likewise.
867 * libxcoff.h: Likewise.
868 * linker.c: Likewise.
869 * lynx-core.c: Likewise.
870 * m68klinux.c: Likewise.
871 * merge.c: Likewise.
872 * mipsbsd.c: Likewise.
873 * netbsd-core.c: Likewise.
874 * nlm.c: Likewise.
875 * nlm32-alpha.c: Likewise.
876 * nlm32-i386.c: Likewise.
877 * nlm32-ppc.c: Likewise.
878 * nlm32-sparc.c: Likewise.
879 * nlmcode.h: Likewise.
880 * nlmswap.h: Likewise.
881 * ns32k.h: Likewise.
882 * oasys.c: Likewise.
883 * opncls.c: Likewise.
884 * osf-core.c: Likewise.
885 * pc532-mach.c: Likewise.
886 * pdp11.c: Likewise.
887 * pe-mips.c: Likewise.
888 * peXXigen.c: Likewise.
889 * peicode.h: Likewise.
890 * ppcboot.c: Likewise.
891 * ptrace-core.c: Likewise.
892 * reloc.c: Likewise.
893 * reloc16.c: Likewise.
894 * riscix.c: Likewise.
895 * rs6000-core.c: Likewise.
896 * sco5-core.c: Likewise.
897 * section.c: Likewise.
898 * som.c: Likewise.
899 * sparclinux.c: Likewise.
900 * sparclynx.c: Likewise.
901 * srec.c: Likewise.
902 * stabs.c: Likewise.
903 * sunos.c: Likewise.
904 * syms.c: Likewise.
905 * targets.c: Likewise.
906 * tekhex.c: Likewise.
907 * trad-core.c: Likewise.
908 * versados.c: Likewise.
909 * vms-gsd.c: Likewise.
910 * vms-hdr.c: Likewise.
911 * vms-misc.c: Likewise.
912 * vms-tir.c: Likewise.
913 * vms.c: Likewise.
914 * vms.h: Likewise.
915 * xcofflink.c: Likewise.
916 * bfd-in2.h: Regenerate.
917 * libbfd.h: Regenerate.
918 * libcoff.h: Regenerate.
919
920 * bfd.c (struct _bfd): Make "where" and "origin" unsigned.
921 * bfd-in.h (file_ptr): Change from a long int to a bfd_signed_vma.
922 (ufile_ptr): Define.
923 (bfd_tell): Return a ufile_ptr.
924 * libbfd.c (bfd_tell): Likewise.
925 (bfd_seek): Use bfd_size_type locals. Don't call bfd_set_error
926 unnecessarily.
927 * aix386-core.c: Test != 0 for bfd_seek errors rather than < 0.
928 * aoutf1.h: Likewise.
929 * som.c: Likewise.
930 * cache.c (bfd_cache_lookup_worker): Guard against abfd->where
931 larger than unsigned long can represent.
932
933 * libbfd.c (bfd_malloc): Take a bfd_size_type arg. Error if
934 size overflows size_t.
935 (bfd_realloc): Likewise.
936 (bfd_zmalloc): Likewise.
937 * opncls.c (bfd_alloc): Likewise.
938 (bfd_zalloc): Likewise.
939 * libbfd-in.h (bfd_malloc, bfd_realloc, bfd_zmalloc): Update.
940 (bfd_alloc, bfd_zalloc): Update.
941
942 * libbfd.c (bfd_get_8): Mask with 0xff in case char is more than
943 8 bits.
944 (bfd_get_signed_8): Likewise.
945 (H_PUT_64, H_PUT_32, H_PUT_16, H_PUT_8,
946 H_PUT_S64, H_PUT_S32, H_PUT_S16, H_PUT_S8,
947 H_GET_64, H_GET_32, H_GET_16, H_GET_8,
948 H_GET_S64, H_GET_S32, H_GET_S16, H_GET_S8): Define and use.
949 * libaout.h: Likewise define and use here.
950 * aout-adobe.c: Use H_GET_* and H_PUT_* macros.
951 * aout-arm.c: Likewise.
952 * aout-encap.c: Likewise.
953 * aout-ns32k.c: Likewise.
954 * aout-tic30.c: Likewise.
955 * aoutf1.h: Likewise.
956 * aoutx.h: Likewise.
957 * bout.c: Likewise.
958 * coff-alpha.c: Likewise.
959 * coff-h8300.c: Likewise.
960 * coff-h8500.c: Likewise.
961 * coff-i960.c: Likewise.
962 * coff-ia64.c: Likewise.
963 * coff-m88k.c: Likewise.
964 * coff-mips.c: Likewise.
965 * coff-ppc.c: Likewise.
966 * coff-rs6000.c: Likewise.
967 * coff-sh.c: Likewise.
968 * coff-sparc.c: Likewise.
969 * coff-stgo32.c: Likewise.
970 * coff-tic30.c: Likewise.
971 * coff-tic80.c: Likewise.
972 * coff-w65.c: Likewise.
973 * coff-z8k.c: Likewise.
974 * coff64-rs6000.c: Likewise.
975 * coffgen.c: Likewise.
976 * cofflink.c: Likewise.
977 * coffswap.h: Likewise.
978 * ecoff.c: Likewise.
979 * ecoffswap.h: Likewise.
980 * elf.c: Likewise.
981 * elf32-mips.c: Likewise.
982 * elf64-mips.c: Likewise.
983 * hp300hpux.c: Likewise.
984 * i386dynix.c: Likewise.
985 * i386lynx.c: Likewise.
986 * i386msdos.c: Likewise.
987 * i386os9k.c: Likewise.
988 * libpei.h: Likewise.
989 * nlm32-alpha.c: Likewise.
990 * nlm32-i386.c: Likewise.
991 * nlm32-ppc.c: Likewise.
992 * nlmcode.h: Likewise.
993 * nlmswap.h: Likewise.
994 * oasys.c: Likewise.
995 * pdp11.c: Likewise.
996 * pe-mips.c: Likewise.
997 * peXXigen.c: Likewise.
998 * peicode.h: Likewise.
999 * riscix.c: Likewise.
1000 * sunos.c: Likewise.
1001 * xcofflink.c: Likewise.
1002 * elfcode.h: (put_word, get_word, put_signed_word, get_signed_word):
1003 Rename to H_PUT_WORD, H_GET_WORD, H_PUT_SIGNED_WORD, H_GET_SIGNED_WORD.
1004 * coff-rs6000.c (PUTWORD, PUTHALF, PUTBYTE): Don't define. Use
1005 equivalent H_PUT_* macro instead.
1006 (GETWORD, GETHALF, GETBYTE): Similarly.
1007 * coff64-rs6000.c (PUTWORD, PUTHALF, PUTBYTE): Likewise.
1008 (GETWORD, GETHALF, GETBYTE): Likewise.
1009 * coffswap.h (PUTWORD, PUTHALF, PUTBYTE): Likewise.
1010
1011 * bfd-in.h (struct orl): Change "pos" to a union.
1012 * archive.c (_bfd_compute_and_write_armap): Use it instead of casts.
1013 (bsd_write_armap): Here too.
1014 (coff_write_armap): And here.
1015 * coff-rs6000.c (xcoff_write_armap_old): And here.
1016 (xcoff_write_one_armap_big): And here.
1017 (xcoff_write_armap_big): And here.
1018 * ecoff.c (_bfd_ecoff_write_armap): And here.
1019 * elf64-mips.c (mips_elf64_write_armap): And here.
1020
1021 * aoutf1.h (sunos_set_arch_mach): Make "mach" param an enum.
1022 * elf-m10300.c (elf_mn10300_mach): Return an unsigned long.
1023 * elf32-h8300.c (elf32_h8_mach): Likewise.
1024 * elf32-mips.c (elf_mips_mach): Likewise.
1025 * sparclynx.c (NAME(lynx,set_arch_mach)): Likewise.
1026
1027 * aix386-core.c (aix386_core_file_p): Remove redundant bfd_release
1028 calls.
1029 (aix386_core_vec): Typo fix.
1030
1031 * aout-arm.c: Include libaout.h and aout/aout64.h after N_TXTADDR
1032 etc. to avoid redefined macro warning.
1033 (MY(put_reloc)): Use bfd_vma for "value" rather than long.
1034 (MY(fix_pcrel_26)): Likewise.
1035 * aout-ns32k.c (MY(put_reloc)): Likewise.
1036 * aout-cris.c (MY(swap_ext_reloc_out)): Likewise for r_addend.
1037 * aoutx.h (NAME(aout,swap_ext_reloc_out)): Likewise.
1038 * coff-arm.c (coff_arm_relocate_section): Likewise for my_offset.
1039
1040 * aout-encap.c: Include "file", not <file> for binutils headers.
1041 (encap_object_p): Half baked attempt to fix compile errors in
1042 code dealing with "magic".
1043
1044 * aout-ns32k.c: Include "file", not <file> for binutils headers.
1045 (_bfd_ns32k_relocate_contents): get_data and put_data manipulate
1046 bfd_vma's rather than longs.
1047 * cpu-ns32k.c (ns32k_sign_extend): Delete.
1048 (_bfd_ns32k_get_displacement): Return a bfd_vma, don't pass in offset.
1049 (_bfd_ns32k_get_immediate): Likewise. Add code for 8 byte values,
1050 remove case 3.
1051 (_bfd_ns32k_put_displacement): Accept a bfd_vma, don't pass in offset.
1052 Use unsigned comparisons.
1053 (bfd_ns32k_put_immediate): Likewise, and add code for 8 byte values.
1054 (do_ns32k_reloc): get_data and put_data operate on bfd_vma's.
1055 (_bfd_do_ns32k_reloc_contents): Likewise.
1056 * ns32k.h (_bfd_ns32k_get_displacement): Update prototype.
1057 (_bfd_ns32k_get_immediate): Likewise.
1058 (_bfd_ns32k_put_displacement): Likewise.
1059 (_bfd_ns32k_put_immediate): Likewise.
1060 (bfd_reloc_status_type): Likewise.
1061
1062 * aoutx.h (NAME(aout,find_nearest_line)): Rename 'p' to 'colon'
1063 to avoid shadowing.
1064 * pdp11.c (NAME(aout,find_nearest_line)): Likewise.
1065 * coff-h8300.c (h8300_reloc16_extra_cases): Remove shadowing "value".
1066 * coff-ppc.c (enum ref_category): Rename "data" to "tocdata" to
1067 avoid shadowing.
1068 (record_toc): Use a bfd_signed_vma for our_toc_offset.
1069 * coffcode.h (coff_write_relocs): Rename "i" to avoid shadowing.
1070 * elf.c (bfd_elf_get_bfd_needed_list): Rename "link" var to avoid
1071 shadow warning.
1072 (_bfd_elfcore_strndup): Likewise for "dup".
1073 * elf32-cris.c (cris_elf_relocate_section): "symname" instead of
1074 "name" to avoid shadowing.
1075 * elf32-hppa.c (elf32_hppa_relocate_section): Remove duplicate
1076 definition of "off".
1077 * elf32-i386.c (elf_i386_relocate_section): Likewise.
1078 * elf32-mips.c (_bfd_mips_elf_modify_segment_map): Remove duplicate
1079 definition of "s".
1080 (_bfd_mips_elf_final_link): Rename "i" to "j". Remove duplicate
1081 "secpp".
1082 * elf64-x86-64.c (elf64_x86_64_relocate_section): Rename inner "indx"
1083 to avoid shadowing.
1084 * elflink.h (elf_link_add_object_symbols): Rename "link" to "shlink"
1085 to avoid shadowing.
1086 (elf_link_input_bfd): Likewise.
1087 (elf_bfd_final_link): Remove duplicate innermost "off" var.
1088 * oasys.c (oasys_write_data): Rename innermost "p" to "sym".
1089 * reloc16.c (bfd_coff_reloc16_relax_section): Rename "i" param to
1090 "input_section".
1091 * som.c (som_prep_for_fixups): Rename inner "i" to "j".
1092 * sunos.c (sunos_add_dynamic_symbols): Localise "s" var.
1093 (sunos_write_dynamic_symbol): Remove unused vars.
1094 * syms.c (_bfd_stab_section_find_nearest_line): Remove duplicate
1095 innermost "directory_name" and "file_name" vars.
1096 * tekhex.c (first_phase): Rename local var "type" to "stype".
1097 (tekhex_write_object_contents): Rename innermost "s" to "sym".
1098 * vms-gsd.c (vms_secflag_by_name): Change "size" param to "hassize",
1099 doing comparison at caller.
1100 (vms_esecflag_by_name): Likewise.
1101 * vms-tir.c (etir_sto): Rename innermost "psect" to "psect1".
1102 * xcofflink.c (xcoff_link_input_bfd): Delete duplicate innermost "o".
1103 (xcoff_write_global_symbol): Rename "p" param to "inf".
1104
1105 * cisco-core.c: Add missing prototypes.
1106 (cisco_core_file_failing_command): Add ATTRIBUTE_UNUSED.
1107 (cisco_core_file_failing_signal): Likewise.
1108 (cisco_core_file_matches_executable_p): Likewise.
1109 * hpux-core.c (hpux_core_core_file_failing_signal): Likewise.
1110 * netbsd-core.c (netbsd_core_file_matches_executable_p): Likewise.
1111 * osf-core.c (osf_core_core_file_matches_executable_p): Likewise.
1112 * sco5-core.c (sco5_core_file_matches_executable_p): Likewise.
1113
1114 * coff-arm.c (coff_arm_link_hash_table): Use bfd_size_type for
1115 thumb_glue_size and arm_glue_size.
1116 * elf32-arm.h (elf32_arm_link_hash_table): Likewise here.
1117
1118 * coff64-rs6000.c: Group prototypes together.
1119
1120 * coffcode.h (coff_set_arch_mach): Add ATTRIBUTE_UNUSED.
1121 (buy_and_read): Remove "seek" param. Change "size" to bfd_size_type.
1122
1123 * cpu-arc.c: Add missing prototypes.
1124 * cpu-h8500.c: Likewise.
1125 * cpu-i960.c: Likewise.
1126 * cpu-pj.c: Likewise.
1127 * cpu-sh.c: Likewise.
1128 * cpu-w65.c: Likewise.
1129 * cpu-z8k.c: Likewise.
1130 * elf32-fr30.c: Likewise.
1131 * elf32-h8300.c: Likewise.
1132 * elf32-i370.c: Likewise.
1133 * hpux-core.c: Likewise.
1134 * versados.c: Likewise.
1135
1136 * cpu-h8300.c (bfd_default_scan_num_mach): Don't declare.
1137 * cpu-h8500.c: Likewise.
1138 * cpu-i960.c: Likewise.
1139 * cpu-z8k.c: Likewise.
1140
1141 * cpu-ia64-opc.c: Correct comment.
1142
1143 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Remove unused var.
1144
1145 * elf-bfd.h (elf_size_info): Change count param of write_out_phdrs
1146 to unsigned.
1147 (bfd_elf32_write_out_phdrs): Likewise.
1148 (bfd_elf64_write_out_phdrs): Likewise.
1149 (elf_linker_section_pointers): Change addend to bfd_vma.
1150 (_bfd_elf_find_pointer_linker_section): Likewise.
1151 (_bfd_elfcore_make_pseudosection): Change size param to size_t and
1152 filepos to unsigned file_ptr.
1153 (_bfd_elfcore_strndup): Change max param to size_t.
1154 * elf.c (_bfd_elfcore_make_pseudosection): As above.
1155 (_bfd_elfcore_strndup): Likewise.
1156 (_bfd_elf_find_pointer_linker_section): Likewise.
1157
1158 * elf-hppa.h (elf_hppa_relocate_insn): Return an int, and change
1159 insn and sym_value to ints.
1160
1161 * elf.c (elf_read): Make "offset" param a file_ptr, "size" a
1162 bfd_size_type.
1163 (elfcore_read_notes): Likewise.
1164
1165 * elf32-arm.h (elf32_arm_final_link_relocate): Change sym_flags
1166 param from unsigned char to int.
1167 (elf32_arm_relocate_section): If USE_REL, cast "rel" appropriately
1168 for info_to_howto call.
1169 (add_dynamic_entry): Define macro.
1170 (elf32_arm_size_dynamic_sections): Use add_dynamic_entry.
1171
1172 * elf32-cris.c (add_dynamic_entry): Define macro.
1173 (elf_cris_size_dynamic_sections): Use add_dynamic_entry.
1174
1175 * elf32-h8300.c (elf32_h8_final_write_processing): Make static.
1176 (elf32_h8_object_p): Likewise.
1177 (elf32_h8_merge_private_bfd_data): Likewise.
1178 (elf32_h8_relax_section): Cast gap to int so signed comparisons work.
1179
1180 * elf32-hppa.c (add_dynamic_entry): Define macro.
1181 (elf32_hppa_size_dynamic_sections): Use it.
1182 * elf32-i370.c (add_dynamic_entry): Define macro.
1183 (i370_elf_size_dynamic_sections): Use it.
1184 (i370_noop): Make static.
1185 * elf32-i386.c (add_dynamic_entry): Define macro.
1186 (elf_i386_size_dynamic_sections): Use it.
1187 * elf32-m68k.c (add_dynamic_entry): Define macro.
1188 (elf_m68k_size_dynamic_sections): Use it.
1189 * elf32-ppc.c (add_dynamic_entry): Define macro.
1190 (ppc_elf_size_dynamic_sections): Use it.
1191 * elf32-s390.c (add_dynamic_entry): Define macro.
1192 (elf_s390_size_dynamic_sections): Use it.
1193 * elf64-alpha.c (add_dynamic_entry): Define macro.
1194 (elf64_alpha_size_dynamic_sections): Use it.
1195 * elf64-hppa.c (add_dynamic_entry): Define macro.
1196 (elf64_hppa_size_dynamic_sections): Use it.
1197 * elf64-ppc.c (add_dynamic_entry): Define macro.
1198 (ppc64_elf_size_dynamic_sections): Use it.
1199 * elf64-s390.c (add_dynamic_entry): Define macro.
1200 (elf_s390_size_dynamic_sections): Use it.
1201 * elf64-sparc.c (add_dynamic_entry): Define macro.
1202 (sparc64_elf_size_dynamic_sections): Use it.
1203 * elf64-x86-64.c (add_dynamic_entry): Define macro.
1204 (elf64_x86_64_size_dynamic_sections): Use it.
1205 * elfxx-ia64.c (add_dynamic_entry): Define macro.
1206 (elfNN_ia64_size_dynamic_sections): Use it.
1207
1208 * elf32-v850.c (SEXT24): Modify to avoid signed/unsigned warning.
1209 (v850_elf_perform_relocation): Make "r_type" param unsigned.
1210
1211 * elf64-mips.c (mips_elf64_slurp_one_reloc_table): Just return
1212 false if the first malloc fails rather than going via error_return.
1213
1214 * elf64-sparc.c (sparc64_elf_plt_entry_offset): Use a bfd_vma for
1215 "index" param.
1216 (sparc64_elf_plt_ptr_offset): Likewise, and for "max" param too.
1217
1218 * elflink.h (elf_link_input_bfd): s/ingored/ignored/ in error message.
1219
1220 * elfxx-ia64.c (global_sym_index): Return a long.
1221
1222 * ieee.c (get_symbol): Use int rather than char param.
1223 (ieee_slurp_sections): Move "section" var to inner blocks.
1224 (copy_expression): Don't init "value" to zero or worry about
1225 clearing to zero after using.
1226 (ieee_write_debug_part): Rename "output_buffer" to "obuff" to avoid
1227 shadowing.
1228
1229 * ihex.c (ihex_write_record): Make "count" var a size_t, "addr" an
1230 unsigned int.
1231
1232 * libbfd-in.h (BFD_ALIGN): Add cast to avoid signed/unsigned warning.
1233 (bfd_write_bigendian_4byte_int): Pass an unsigned int value param.
1234
1235 * mipsbsd.c (mips_fix_jmp_addr): Add "error_message" param.
1236
1237 * pc532-mach.c (MYNSX): Delete.
1238 (ns32kaout_bfd_reloc_type_lookup): Define prototype without MYNSX.
1239 (write_object_contents): Correct prototype.
1240
1241 * peicode.h (pe_ILF_build_a_bfd): Use an unsigned int param rather
1242 than unsigned short.
1243
1244 * section.c (bfd_set_section_contents): Remove redundant
1245 "offset < 0" test. Check that "count" doesn't overflow size_t.
1246 (bfd_get_section_contents): Likewise.
1247
1248 * som.c (som_fixup_formats): Add missing braces.
1249 (som_reloc_addend): Pass a bfd_vma for "addend".
1250
1251 * srec.c (srec_write_record): Pass "type" as an unsigned int.
1252 (srec_write_symbols): Remove an unnecessary var.
1253
1254 * targets.c (_bfd_target_vector): Sort entries. Sort externs
1255 to match.
1256 * configure.in: Sort to match. Bump version number.
1257 * configure: Regenerate.
1258
1259 * tekhex.c (move_section_contents): Assert offset == 0.
1260
1261 * versados.c (new_symbol_string): Constify arg.
1262 (process_esd): Use bfd_und_section_ptr rather than &bfd_und_section.
1263 (versados_get_symbol_info): Make static.
1264 (versados_print_symbol): Likewise.
1265 (versados_get_reloc_upper_bound): Likewise.
1266 (versados_canonicalize_reloc): Likewise.
1267
417412a2
NC
12682001-09-18 Nick Clifton <nickc@cambridge.redhat.com>
1269
1270 * elflink.h (elf_link_input_bfd): Fix typo in error message.
1271
bb731fb6
L
12722001-09-17 H.J. Lu <hjl@gnu.org>
1273
1274 * dwarf1.c (parse_die): Take a new arg for the end of the
1275 section. Return false if die is beyond the section.
1276 (parse_functions_in_unit): Pass the end of the section to
1277 parse_die ().
1278 (_bfd_dwarf1_find_nearest_line): Likewise.
1279
841989d6
NC
12802001-09-14 Michael Rauch <mrauch@netbsd.org>
1281
1282 * elf32-sparc.c (elf32_sparc_relocate_section): Treat R_SPARC_UA32
1283 just like R_SPARC_32.
1284
056a1d49
NC
12852001-09-14 Kevin Lo <kevlo@openbsd.org>
1286
1287 * configure.bfd: Add arm-openbsd target.
1288
4008bd9b
TS
12892001-09-14 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1290
1291 * config.bfd: Change machine triplets from mips*el*-* to mips*el-*.
1292 Add support for mips64.
1293
c11cc227
AO
12942001-09-13 Alexandre Oliva <aoliva@redhat.com>
1295
1296 * elf32-openrisc.c (ELF_MACHINE_ALT1): Define as EM_OPENRISC_OLD.
1297
aa4f99bb
AO
12982001-09-12 Alexandre Oliva <aoliva@redhat.com>
1299
1300 * elf.c (prep_headers): Get the machine code from the elf
1301 backend data.
1302 * elf-m10200.c (ELF_MACHINE_CODE): Redefine to EM_MN10200.
1303 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10200.
1304 * elf-m10300.c (ELF_MACHINE_CODE): Redefine to EM_MN10300.
1305 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_MN10300.
1306 * elf-arc.c (arc_elf_final_write_processing): Don't override
1307 e_machine, it's now properly set in prep_headers.
1308 * elf32-avr.c (elf32_avr_object_p): Accept both EM_AVR and
1309 EM_AVR_OLD.
1310 (ELF_MACHINE_ALT1): Define to EM_AVR_OLD.
1311 * elf-d10v.c (ELF_MACHINE_CODE): Redefine to EM_D10V.
1312 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_D10V.
1313 * elf-d30v.c (ELF_MACHINE_CODE): Redefine to EM_D30V.
1314 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_D30V.
1315 * elf-fr30.c (ELF_MACHINE_CODE): Redefine to EM_FR30.
1316 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_FR30.
1317 * elf-m32r.c (ELF_MACHINE_CODE): Redefine to EM_M32R.
1318 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_M32R.
1319 * elf32-pj.c (ELF_MACHINE_ALT1): DEfine to EM_PJ_OLD.
1320 * elf-v850.c (ELF_MACHINE_CODE): Redefine to EM_V850.
1321 (ELF_MACHINE_ALT1): Define to EM_CYGNUS_V850.
1322
204692d7
RH
13232001-09-11 Richard Henderson <rth@redhat.com>
1324
1325 * elf64-alpha.c (elf64_alpha_section_flags): New.
1326 (elf64_alpha_fake_sections): Map SEC_SMALL_DATA to SHF_ALPHA_GPREL.
1327
f94952df
RH
13282001-09-11 Richard Henderson <rth@redhat.com>
1329
1330 * elf64-alpha.c (elf64_alpha_relocate_section): Do not
1331 apply HINT relocations against dynamic symbols.
1332
146f1a87
L
13332001-09-11 H.J. Lu <hjl@gnu.org>
1334
f94952df 1335 * linker.c (link_action): Change COMMON_ROW\defw from CREF to COM.
146f1a87 1336
1cd6895c
RH
13372001-09-09 Richard Henderson <rth@redhat.com>
1338
96e2734b
RH
1339 * elf64-alpha.c: Delete all unused ERIC_neverdef and rth_notdef code.
1340
1cd6895c
RH
1341 * elf64-alpha.c (elf64_alpha_relax_with_lituse): Nop out gpdisp
1342 following a call to a near function.
1343
f16fbd61
RH
13442001-09-08 Richard Henderson <rth@redhat.com>
1345
1346 * elf64-alpha.c (elf64_alpha_relocate_section): Soft fail
1347 relocation errors. Fail gp-relative relocations against
1348 dynamic symbols.
1349
56882138
AM
13502001-09-08 Alan Modra <amodra@bigpond.net.au>
1351
1352 * elf32-i386.c (elf_i386_relocate_section): Check !DEF_REGULAR
1353 as well as DEF_DYNAMIC in test for avoided copy relocs.
1354 (allocate_plt_and_got_and_discard_relocs): Likewise.
1355 * elf32-hppa.c (elf_i386_relocate_section): Likewise.
1356 (allocate_plt_and_got_and_discard_relocs): Likewise.
1357
cb56d3d3
TS
13582001-09-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1359
1360 * elf32-mips.c (mips_elf_calculate_relocation): Fix overflow handling
1361 of R_MIPS_PC16.
56882138
AM
1362
13632001-09-06 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1364
1365 * elf64-mips.c (mips_elf64_howto_table_rel): Fix relocation HOWTO
1366 definitions.
1367 (mips_elf64_howto_table_rel): Likewise.
1368
13692001-09-05 Tom Rix <trix@redhat.com>
1370
1371 * xcofflink.c (bfd_xcoff_import_symbol): Handle import file XMC_XO
1372 and syscall symbols.
1373 (write_global_symbol) : Same.
1374 (bfd_xcoff_export_symbol): Remove unused syscall param.
1375 * libxcoff.h: Change prototype of bfd_xcoff_export symbol and
1376 bfd_xcoff_import_symbol.
1377 * bfd-in.h: Same.
1378 * bfd-in2.h : Regenerate.
1379
13802001-09-04 Richard Henderson <rth@redhat.com>
1381
1382 * elf64-alpha.c (SKIP_HOWTO): New.
1383 (elf64_alpha_howto_table): Use it to remove dead ECOFF relocs.
1384 Fix sizes of 16-bit mem format relocs.
1385 (elf64_alpha_reloc_map): Update to match.
1386 (elf64_alpha_relax_with_lituse): Use GPREL16 as appropriate.
1387 (elf64_alpha_relax_without_lituse): Likewise.
1388 (elf64_alpha_check_relocs): Handle GPREL16.
1389 (elf64_alpha_relocate_section): Likewise.
1390 * reloc.c (BFD_RELOC_ALPHA_USER_*): Remove.
1391 (BFD_RELOC_ALPHA_GPREL_HI16, BFD_RELOC_ALPHA_GPREL_LO16): New.
1392 * bfd-in2.h, libbfd.h: Rebuild.
1393
13942001-09-04 Jeff Law <law@redhat.com>
1395
1396 * elf32-h8300.c (elf32_h8_relax_section): New function.
1397 (elf32_h8_relax_delete_bytes): Likewise.
1398 (elf32_h8_symbol_address_p): Likewise.
1399 (elf32_h8_get_relocated_section_contents): Likewise.
1400 (bfd_elf32_bfd_relax_section): Define.
1401 (bfd_elf32_bfd_get_relocated_section_contents): Likewise.
1402
1403 * elf32-h8300.c (special): New function.
1404 (h8_elf_howto_table): Use it for SPECIAL_FUNCTION field in
1405 all relocations.
1406 (elf32_h8_final_link_relocate): Treat R_H8_DIR24A8 like 32bit
1407 relocations. Fix problems with the true 24bit reloc R_H8_DIR24R8.
1408 Fix minor problems with 8bit and 16bit PC relative relocations.
1409
14102001-09-01 Andreas Jaeger <aj@suse.de>
1411
1412 * vms-tir.c: Add missing prototypes.
1413 * vms-hdr.c: Likewise.
1414 * vms-gsd.c: Likewise.
1415 * vms-misc.c: Likewise.
1416
14172001-08-31 H.J. Lu <hjl@gnu.org>
1418
1419 * elf32-mips.c (_bfd_mips_elf_check_relocs): Report filename
1420 with bad relocation.
1421
14222001-08-31 Eric Christopher <echristo@redhat.com>
1423 Jason Eckhardt <jle@redhat.com>
1424
1425 * bfd/archures.c: Add mipsisa32 and mipsisa64. Remove mips32,
1426 mips32_4k and mips64.
1427 * bfd/aoutx.h: Remove bfd_mach_mips32, bfd_mach_mips32_4k,
1428 bfd_mach_mips64. Add bfd_mach_mipsisa32, bfd_mach_mipsisa64.
1429 * bfd/cpu-mips.c: Ditto.
1430 * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing): Ditto.
1431 * bfd/bfd-in2.h: Regenerate.
1432
14332001-08-31 Jakub Jelinek <jakub@redhat.com>
1434
1435 * elf64-alpha.c (elf64_alpha_relocate_section): Duplicate memory
1436 value into R_ALPHA_RELATIVE's addend.
1437 (elf64_alpha_finish_dynamic_symbol): Likewise.
1438
14392001-08-31 Nick Clifton <nickc@cambridge.redhat.com>
1440
1441 * elf32-arm.h (elf32_arm_relocate_section): Do not rightshift
1442 recomputed addend during relocatable link if not USE_REL.
1443
1444 * elflink.h (elf_gc_propagate_vtable_entries_used): Fix off-by-one
1445 error.
1446
14472001-08-30 H.J. Lu <hjl@gnu.org>
1448
1449 * elf32-mips.c (mips_elf_calculate_relocation): Revert the last
1450 2 changes.
1451 (_bfd_mips_elf_adjust_dynamic_symbol): Allocate dynamic
1452 relocations for weak definitions.
1453
14542001-08-30 H.J. Lu <hjl@gnu.org>
1455
1456 * Makefile.am (BFD32_BACKENDS): Add elf32-h8300.lo.
1457 (BFD32_BACKENDS_CFILES): Add elf32-h8300.c.
1458 * Makefile.in: Rebuild.
1459
14602001-08-30 H.J. Lu <hjl@gnu.org>
1461
1462 * elf32-mips.c (mips_elf_calculate_relocation): Don't create
1463 dynamic relocation for undefined weak symbols when creating
1464 executables. Check h->root.root.type, instead of h->root.type.
1465
14662001-08-29 Joel Sherrill <joel@OARcorp.com>
1467
1468 * config.bfd (i[3456]86-*-rtems*, m68*-*-rtems*): Change
1469 default from coff to elf.
1470
14712001-08-29 Jeff Law <law@redhat.com>
1472
1473 * elf32-h8300.c (h8_elf_howto_table): Add new PC relative
1474 relocations.
1475 (h8_reloc_map): Similarly.
1476 (elf32_h8_final_link_relocate): Remove incorrect overflow tests.
1477 Add support for PC relative relocations.
1478
1479 * elf32-h8300.c: Put all prototypes together.
1480 (elf32_h8_info_to_howto): Parameter elf_reloc is used.
1481 (elf32_h8_final_link_relocate): New function for linker.
1482 (elf32_h8_relocate_section): Similarly.
1483 (elf_backend_relocate_section): Define.
1484
1485 * cpu-h8300.c (h8300_scan, compatible): Prototype.
1486 (h8300_scan): Handle architecture:machine encodings typically
1487 found in linker scripts.
1488 * elf.c (prep_headers): Do not try to do H8 machine recognition
1489 here.
1490 * elf32-h8300.c: Add some missing prototypes.
1491 (elf32_h8_mach, elf32_h8_final_write_processing): New functions.
1492 (elf32_h8_object_p): Similarly.
1493
14942001-08-29 Tom Rix <trix@redhat.com>
1495
1496 * xcofflink.c (xcoff_link_add_symbols): Fix XTY_LD symbol that
1497 does not follow a XTY_SD.
1498
14992001-08-29 Alan Modra <amodra@bigpond.net.au>
1500
1501 * targmatch.sed: Delete case statements.
1502 * config.bfd <powerpc-*-aix* entry>: Select 64 bit xcoff for
1503 aix4.3 and above.
1504
1505Wed Aug 29 02:27:36 2001 J"orn Rennecke <amylaar@redhat.com>
1506
1507 * Makefile.am (elf32-h8300.lo): New target.
1508 * config.bfd (h8300*-*-elf): New case.
1509 * configure.in (bfd_elf32_h8300_vec): New case.
1510 * elf.c (prep_headers): Add case for bfd_arch_h8300.
1511 * reloc.c (BFD_RELOC_H8_DIR16A8): New relocation.
1512 (BFD_RELOC_H8_DIR16R8, BFD_RELOC_H8_DIR24A8): Likewise.
1513 (BFD_RELOC_H8_DIR24R8, BFD_RELOC_H8_DIR32A16): Likewise.
1514 * targets.c (bfd_target bfd_elf32_h8300_vec): New extern declaration.
1515 * elf32-h8300.c: New file.
1516 * Makefile.in, bfd-in2.h, libbfd.h, configure: Regenerated.
1517
15182001-08-28 Nick Clifton <nickc@cambridge.redhat.com>
1519
1520 * sparclynx.c: Add missing prototypes.
1521 * coff-mcore.c: Add missing prototypes.
1522 * elf32-pj.c: Add missing prototypes.
1523 * nlm32-sparc.c: Add missing prototypes.
1524 * oasys.c: Add missing prototypes.
1525 * pdp11.c: Add missing prototypes.
1526 * pe-mips.c: Add missing prototypes.
1527 * riscix.c: Add missing prototypes.
1528
15292001-08-27 Daniel Jacobowitz <drow@mvista.com>
1530
1531 * elf32-i386.c: Add missing prototypes.
1532 * elf32-ppc.c: Likewise.
1533 * elf32-sh-lin.c: Likewise.
1534 * elfarm-nabi.c: Likewise.
1535
15362001-08-27 Daniel Jacobowitz <drow@mvista.com>
1537
1538 * elf32-i386.c (elf_i386_grok_prstatus): New function.
1539 (elf_i386_grok_psinfo): New function.
1540 (elf_backend_grok_prstatus): Define.
1541 (elf_backend_grok_psinfo): Likewise.
1542 * elf32-ppc.c (ppc_elf_grok_prstatus): New function.
1543 (ppc_elf_grok_psinfo): New function.
1544 (elf_backend_grok_prstatus): Define.
1545 (elf_backend_grok_psinfo): Likewise.
1546 * elf32-sh-lin.c (elf32_shlin_grok_prstatus): New function.
1547 (elf32_shlin_grok_psinfo): New function.
1548 (elf_backend_grok_prstatus): Define.
1549 (elf_backend_grok_psinfo): Likewise.
1550 * elfarm-nabi.c (elf32_arm_nabi_grok_prstatus): New function.
1551 (elf32_arm_nabi_grok_psinfo): New function.
1552 (elf_backend_grok_prstatus): Define.
1553 (elf_backend_grok_psinfo): Likewise.
1554
15552001-08-27 H.J. Lu <hjl@gnu.org>
1556
1557 * elf32-mips.c (mips_elf_create_dynamic_relocation): Add more
1558 sanity check.
1559 (mips_elf_calculate_relocation): Create dynamic relocation for
1560 symbols with weak definition or the ELF_LINK_HASH_DEF_REGULAR
1561 bit is not set.
1562
15632001-08-27 H.J. Lu <hjl@gnu.org>
1564
1565 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Add prototype.
1566 (_bfd_mips_elf_copy_indirect_symbol): Likewise.
1567 (_bfd_elf32_mips_grok_prstatus): Likewise.
1568 (_bfd_elf32_mips_grok_psinfo): Likewise.
1569 (_bfd_mips_elf_hide_symbol): Make it static and cast to
1570 `struct mips_elf_link_hash_entry *'.
1571 (_bfd_mips_elf_copy_indirect_symbol): Make it static.
1572
15732001-08-27 Nick Clifton <nickc@cambridge.redhat.com>
1574
1575 * mipsbsd.c: Add missing prototypes.
1576 * hp300hpux.c: Add missing prototypes.
1577 * i386aout.c: Add missing prototypes.
1578 * i386lynx.c: Add missing prototypes.
1579 * i386mach3.c: Add missing prototypes.
1580 * i386msdos.c: Add missing prototypes.
1581 * i386os9k.c: Add missing prototypes.
1582
15832001-08-27 Linus Nordberg <linus@swox.se>
1584 Torbjorn Granlund <tege@swox.com>
1585 Staffan Ulfberg <staffanu@swox.se>
1586 Alan Modra <amodra@bigpond.net.au>
1587
1588 * config.bfd: Add powerpc64 target. Add powerpc64 vectors to
1589 targ64_selvecs for 32 bit powerpc targets.
1590 * Makefile.am (BFD64_BACKENDS): Add elf64-ppc.lo.
1591 (BFD64_BACKENDS_CFILES): Add elf64-ppc.c.
1592 Run "make dep-am".
1593 * Makefile.in: Regenerate.
1594 * configure.in: Add elf64_powerpc vecs.
1595 * configure: Regenerate.
1596 * cpu-powerpc.c: Default to bfd_mach_ppc_620 entry for 64 bit.
1597 * elf.c (prep_headers): EM_PPC64 for 64 bit ppc elf target.
1598 * targets.c: Add bfd_elf64_powerpc_vec and bfd_elf64_powerpcle_vec.
1599 * elf64-ppc.c: New file.
1600 * reloc.c: Add powerpc64 relocs.
1601 * libbfd.h: Regenerate.
1602 * bfd-in2.h: Regenerate.
1603
16042001-08-27 Andreas Schwab <schwab@suse.de>
1605
1606 * elf32-m68k.c (elf32_m68k_check_relocs): Set DF_TEXTREL if the
1607 reloc is against read-only section.
1608 (elf32_m68k_size_dynamic_sections): Use DF_TEXTREL flag instead of
1609 looking up section names for DT_TEXTREL.
1610 (elf32_m68k_reloc_type_class): New function.
1611 (elf_backend_reloc_type_class): Define.
1612
16132001-08-27 Andreas Jaeger <aj@suse.de>
1614
1615 * elf64-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if the
1616 reloc is against read-only section.
1617 (elf_s390_size_dynamic_sections): Use DF_TEXTREL flag instead of
1618 looking up section names for DT_TEXTREL.
1619 (elf_s390_reloc_type_class): New.
1620 (elf_backend_reloc_type_class): Define.
1621
1622 * elf32-s390.c (elf_s390_check_relocs): Set DF_TEXTREL if the
1623 reloc is against read-only section.
1624 (elf_s390_size_dynamic_sections): Use DF_TEXTREL flag instead of
1625 looking up section names for DT_TEXTREL.
1626 (elf_s390_reloc_type_class): New.
1627 (elf_backend_reloc_type_class): Define.
1628
1629 * elf32-ppc.c (ppc_elf_check_relocs): Set DF_TEXTREL if the reloc
1630 is against read-only section.
1631 (ppc_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
1632 looking up section names for DT_TEXTREL.
1633 (ppc_elf_reloc_type_class): New.
1634 (elf_backend_reloc_type_class): Define.
1635
16362001-08-26 Andreas Jaeger <aj@suse.de>
1637
1638 * elf32-cris.c (cris_elf_check_relocs): Set DF_TEXTREL if the
1639 reloc is against read-only section.
1640 (elf_cris_size_dynamic_sections): Use DF_TEXTREL flag instead of
1641 looking up section names for DT_TEXTREL.
1642 (elf_cris_reloc_type_class): New.
1643 (elf_backend_reloc_type_class): Define.
1644
1645 * elf32-sh.c (sh_elf_check_relocs): Set DF_TEXTREL if the reloc is
1646 against read-only section.
1647 (elf_backend_reloc_type_class): Define.
1648 (sh_elf_reloc_type_class): New.
1649 (sh_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
1650 looking up section names for DT_TEXTREL.
1651
1652 * elf32-arm.h (elf32_arm_check_relocs): Set DF_TEXTREL if the
1653 reloc is against read-only section.
1654 (elf32_arm_size_dynamic_sections): Use DF_TEXTREL flag instead of
1655 looking up section names for DT_TEXTREL.
1656 (elf32_arm_reloc_type_class): New.
1657 (elf_backend_reloc_type_class): Define.
1658
16592001-08-25 Andreas Jaeger <aj@suse.de>
1660
1661 * oasys.c: Add missing prototypes.
1662
1663 * elf64-alpha.c (elf64_alpha_size_dynamic_sections): Add unused
1664 attribute for parameter.
1665 * elf.c (_bfd_elf_reloc_type_class): Likewise.
1666
1667 * versados.c (get_4): Make static.
1668 (get_10): Make static.
1669 Add missing prototypes.
1670 (process_esd): Fix call to versados_new_symbol.
1671
16722001-08-25 Nick Clifton <nickc@cambridge.redhat.com>
1673
1674 * coff-a29k.c: Add missing prototypes.
1675 * coff-apollo.c: Add missing prototypes.
1676 * coff-arm.c: Add missing prototypes.
1677 * coff-i860.c: Add missing prototypes.
1678 * coff-rs6000.c: Add missing prototypes.
1679 * coff-tic80.c: Add missing prototypes.
1680 * elf-m10200.c: Add missing prototypes.
1681 * elf-m10300.c: Add missing prototypes.
1682 * elf32-arm.h: Add missing prototypes.
1683 * elf32-d10v.c: Add missing prototypes.
1684 * elf32-m32r.c: Add missing prototypes.
1685 * elf32-mcore.c: Add missing prototypes.
1686 * elf32-openrisc.c: Add missing prototypes.
1687 * elf32-sh.c: Add missing prototypes.
1688 * elf32-sparc.c: Add missing prototypes.
1689 * elf32-v850.c: Add missing prototypes.
1690 * elfarm-nabi.c: Add missing prototypes.
1691 * elfarm-oabi.c: Add missing prototypes.
1692
16932001-08-25 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1694
1695 * elf32-mips.c (elf_mips_abi_name): Return the right ABI string for
1696 E_MIPS_ABI_O64 and E_MIPS_ABI_EABI64
1697
16982001-08-24 H.J. Lu <hjl@gnu.org>
1699
1700 * elf.c (_bfd_elf_merge_sections): Fail if not using an ELF
1701 hash structure.
1702
17032001-08-24 Nick Clifton <nickc@cambridge.redhat.com>
1704
1705 * elf-bfd.h (elf_hash_table): Revert definition.
1706 (is_elf_hash_table): New macro.
1707 * elflink.h (elf_link_add_object_symbols): Test
1708 is_elf_hash_table before accessing ELF only fields in hash
1709 structure.
1710 (elf_link_create_dynamic_sections): Fail if not using an ELF
1711 hash structure.
1712 (elf_add_dynamic_entry): Fail if not using an ELF hash
1713 structure.
1714 (elf_link_record_local_dynamic_symbol): Fail if not using an
1715 ELF hash structure.
1716 (size_dynamic_sections): Fail if not using an ELF hash
1717 structure.
1718 (elf_adjust_dynamic_symbol): Fail if not using an ELF
1719 hash structure.
1720 (elf_bfd_final_link): Fail if not using an ELF hash
1721 structure.
1722
17232001-08-24 H.J. Lu <hjl@gnu.org>
1724
1725 * elf-bfd.h (elf_hash_table): Return NULL if the linker hash
1726 table is not an ELF linker hash table.
1727
1728 * elf.c (_bfd_elf_link_hash_table_init): Set the linker hash
1729 table type to bfd_link_elf_hash_table.
1730
1731 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Revert
1732 the last change.
1733
1734 * linker.c (_bfd_link_hash_table_init): Set the linker hash
1735 table type to bfd_link_generic_hash_table.
1736
17372001-08-24 Alexandre Oliva <aoliva@redhat.com>
1738
1739 * bfd.c (bfd_alt_mach_code): New function.
1740 * bfd-in2.h: Rebuilt.
1741
17422001-08-24 Alexandre Oliva <aoliva@redhat.com>
1743
1744 * elf-m10300.c (mn10300_elf_relocate_section): Test the right
1745 `type' field in the hash entry when deciding whether to follow a
1746 link.
1747
17482001-08-24 Jakub Jelinek <jakub@redhat.com>
1749
1750 * elflink.h (elf_link_sort_cmp1): Sort RELATIVE relocs first, not
1751 last.
1752 (elf_link_sort_relocs): Adjust accordingly.
1753
1754 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Add reltext flag.
1755 (elf64_alpha_check_relocs): Set it if section this reloc is against
1756 is read-only. Set DF_TEXTREL if a RELATIVE reloc is needed against
1757 read-only section.
1758 (elf64_alpha_calc_dynrel_sizes): Set DF_TEXTREL flag if relocation
1759 is is against read-only section.
1760 (elf64_alpha_size_dynamic_sections): Use DF_TEXTREL flag, don't
1761 check section names.
1762 (elf64_alpha_reloc_type_class): New.
1763 (elf_backend_reloc_type_class): Define.
1764
17652001-08-24 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
1766
1767 * linker.c (_bfd_generic_link_add_archive_symbols): Replace alloca()
1768 by bfd_malloc().
1769
17702001-08-23 Andreas Jaeger <aj@suse.de>
1771
1772 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set DF_TEXTREL if
1773 the reloc is against read-only section.
1774 (elf64_x86_64_size_dynamic_sections): Use DF_TEXTREL flag instead
1775 of looking up section names for DT_TEXTREL.
1776 (elf64_x86_64_reloc_type_class): New.
1777 (elf_backend_reloc_type_class): Define.
1778
17792001-08-23 H.J. Lu <hjl@gnu.org>
1780
1781 * syms.c (bfd_print_symbol_vandf): Add abfd to arg.
1782 * bfd-in2.h (bfd_print_symbol_vandf): Regenerated.
1783
1784 * aoutx.h (NAME(aout,print_symbol)): Pass abfd to
1785 bfd_print_symbol_vandf.
1786 * coffgen.c (coff_print_symbol): Likewise.
1787 * elf.c (bfd_elf_print_symbol): Likewise.
1788 * ieee.c (ieee_print_symbol): Likewise.
1789 * nlmcode.h (nlm_print_symbol): Likewise.
1790 * oasys.c (oasys_print_symbol): Likewise.
1791 * pdp11.c (NAME(aout,print_symbol)): Likewise.
1792 * som.c (som_print_symbol): Likewise.
1793 * srec.c (srec_print_symbol): Likewise.
1794 * tekhex.c (tekhex_print_symbol): Likewise.
1795 * versados.c (versados_print_symbol): Likewise.
1796 * vms.c (vms_print_symbol): Likewise.
1797
1798 * elf.c (_bfd_elf_print_private_bfd_data): Replace fprintf_vma
1799 with bfd_fprintf_vma.
1800 (bfd_elf_print_symbol): Likewise.
1801 * syms.c (bfd_print_symbol_vandf): Likewise.
1802
18032001-08-23 Nick Clifton <nickc@cambridge.redhat.com>
1804
1805 * aoutf1.h (sunos_write_object_contents): Silence compile time
1806 warning.
1807 * libaout.h (N_SET_DYNAMIC): Silence compile time warning.
1808
1809 * bout.c: Add missing function prototypes. Fix formatting.
1810 * coff-z8k.c: Add missing function prototypes. Fix formatting.
1811 * coff-w65.c: Add missing function prototypes. Fix formatting.
1812 * coff-h8500.c: Add missing function prototypes. Fix formatting.
1813 * coff-h8300.c: Add missing function prototypes. Fix formatting.
1814 * coff-tic54x.c: Add missing function prototypes. Fix formatting.
1815 * coff-tic30.c: Add missing function prototypes. Fix formatting.
1816 * coff-m68k.c: Add missing function prototypes. Fix formatting.
1817 * coff-rs6000.c: Add missing function prototypes. Fix formatting.
1818 * coff-sh.c: Add missing function prototypes. Fix formatting.
1819
18202001-08-23 Jakub Jelinek <jakub@redhat.com>
1821
1822 * elf-bfd.h (enum elf_reloc_type_class): New.
1823 (struct elf_backend_data): Add elf_backend_reloc_type_class.
1824 (_bfd_elf_reloc_type_class): New.
1825 * elfxx-target.h (elf_backend_reloc_type_class): Define.
1826 (elfNN_bed): Add elf_backend_reloc_type_class.
1827 * elf.c (_bfd_elf_reloc_type_class): New.
1828 * elf32-i386.c (elf_i386_check_relocs): Set DF_TEXTREL if the reloc
1829 is against read-only section.
1830 (elf_i386_size_dynamic_sections): Use DF_TEXTREL flag instead of
1831 looking up section names for DT_TEXTREL.
1832 (elf_i386_reloc_type_class): New.
1833 (elf_backend_reloc_type_class): Define.
1834 * elf32-sparc.c (elf32_sparc_check_relocs): Set DF_TEXTREL if the
1835 reloc is against read-only section.
1836 (elf32_sparc_size_dynamic_sections): Use DF_TEXTREL flag instead of
1837 looking up section names for DT_TEXTREL.
1838 (elf32_sparc_reloc_type_class): New.
1839 (elf_backend_reloc_type_class): Define.
1840 * elf64-sparc.c (sparc64_elf_check_relocs): Set DF_TEXTREL if the
1841 reloc is against read-only section.
1842 (sparc64_elf_size_dynamic_sections): Use DF_TEXTREL flag instead of
1843 looking up section names for DT_TEXTREL.
1844 (sparc64_elf_reloc_type_class): New.
1845 (elf_backend_reloc_type_class): Define.
1846 * elfxx-ia64.c (struct elfNN_ia64_link_hash_table): Add reltext field.
1847 (elfNN_ia64_hash_table_create): Clear ia64_info.
1848 (get_reloc_section): Set DF_TEXTREL if the reloc is against read-only
1849 section.
1850 (elfNN_ia64_size_dynamic_sections): Use ia64_info->reltext flag
1851 instead of looking up section names for DT_TEXTREL.
1852 (elfNN_ia64_reloc_type_class): New.
1853 (elf_backend_reloc_type_class): Define.
1854 * elflink.h (size_dynamic_sections): Add spare DT_NULL tags.
1855 (struct elf_link_sort_rela): New.
1856 (elf_link_sort_cmp1, elf_link_sort_cmp2, elf_link_sort_relocs): New.
1857 (elf_bfd_final_link): Call elf_link_sort_relocs.
1858 Convert one spare DT_NULL into DT_RELCOUNT resp. DT_RELACOUNT if
1859 necessary.
1860
18612001-08-23 Nick Clifton <nickc@cambridge.redhat.com>
1862
1863 * configure.in (x86-bsdi): No corefile support.
1864 * configure: Regenerate.
1865
18662001-08-22 Nick Clifton <nickc@cambridge.redhat.com>
1867
1868 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Add missing
1869 comma.
1870
18712001-08-21 Mark Elbrecht <snowball3@bigfoot.com>
1872
1873 * coff-go32.c: Make DWARF2 sections use an alignment of 0. Set
1874 the alignment of dwarf2 linkonce sections to 0.
1875 * coff-sto32.c: Likewise.
1876
18772001-08-20 Andreas Jaeger <aj@suse.de>
1878
1879 * coff-sparc.c: Add missing prototypes.
1880 * elf32-s390.c: Likewise.
1881 * elf32-i960.c: Likewise.
1882 * aout-target.h: Likewise.
1883
18842001-08-20 H.J. Lu <hjl@gnu.org>
1885
1886 * elf-bfd.h (elf_obj_tdata): Add num_section_syms.
1887 (elf_num_section_syms): New for num_section_syms.
1888
1889 * elf.c (elf_map_symbols): Set num_section_syms.
1890 (_bfd_elf_symbol_from_bfd_symbol): Check num_section_syms for
1891 the section symbol index.
1892
18932001-08-20 Nick Clifton <nickc@cambridge.redhat.com>
1894
1895 * elfxx-target.h (bfd_elfNN_bfd_link_hash_table_create): Never
1896 select the generic has table creator. All elf backends need elf
1897 specific fields in the hash table.
1898
18992001-08-20 Alan Modra <amodra@bigpond.net.au>
1900
1901 * archive.c (offsetof): Remove define.
1902 * elf.c: Likewise.
1903 * oasys.c: Likewise
1904 * sysdep.h (offsetof): Define.
1905
19062001-08-17 Alan Modra <amodra@bigpond.net.au>
1907
1908 * bfd.c (bfd_get_gp_size): Return an unsigned int.
1909 (bfd_set_gp_size): Make param unsigned.
1910 * bfd-in2.h: Regenerate.
1911 * elf32-ppc.c (ppc_elf_add_symbol_hook): Use elf_gp_size rather
1912 than calling bfd_get_gp_size.
1913 * elf64-alpha.c (elf64_alpha_add_symbol_hook): Likewise.
1914 * elfxx-ia64.c (elfNN_ia64_add_symbol_hook): Likewise.
1915
19162001-08-17 Alan Modra <amodra@bigpond.net.au>
1917
1918 * linker.c (default_fill_link_order): Handle four byte fill value.
1919
19202001-08-17 Alan Modra <amodra@bigpond.net.au>
1921
1922 * elf64-sparc.c (sparc64_elf_output_arch_syms): Add missing
1923 prototype.
1924 * nlm32-alpha.c (nlm_alpha_write_external): Fix warning.
1925
1926 * elf64-mips.c (UNUSED_RELOC): Define.
1927 (mips_elf64_howto_table_rel): Use it.
1928 (mips_elf64_howto_table_rela): Here too.
1929 (mips_elf64_write_relocs): Fix signed/unsigned warning.
1930
1931 * coffcode.h (coff_write_object_contents): Add ATTRIBUTE_UNUSED to
1932 silence warning.
1933 * coffgen.c (coff_print_symbol): Fix warnings.
1934 (coff_find_nearest_line): Likewise.
1935 * cofflink.c (_bfd_coff_link_input_bfd): Likewise.
1936 * coff-alpha.c (alpha_convert_external_reloc): Likewise.
1937 * format.c (bfd_check_format_matches): Likewise.
1938 (bfd_set_format): Likewise.
1939 * coff-ia64.c: Add missing prototypes.
1940 * elf64-alpha.c (struct alpha_elf_link_hash_entry): Make addend
1941 signed to silence warnings.
1942 (elf64_alpha_relocate_section): Likewise.
1943 (elf64_alpha_find_reloc_at_ofs): Fix warnings.
1944 (elf64_alpha_add_symbol_hook): Likewise.
1945 (elf64_alpha_final_link): Likewise.
1946 (elf64_alpha_relax_section): Remove redundant assign to info.gotent.
1947 (elf64_alpha_merge_gots): Add ATTRIBUTE_UNUSED to unused args.
1948 (elf64_alpha_size_got_sections): Likewise.
1949 * elfxx-ia64.c: Add missing prototypes.
1950 (elfNN_ia64_relocate_section): Fix warning.
1951 (elfNN_ia64_unwind_entry_compare): Make params const.
1952
19532001-08-17 Alan Modra <amodra@bigpond.net.au>
1954
1955 * config.bfd (targ64_selvecs): New.
1956 <powerpc-*-aix* entry>: Use it here instead of ineffectual #ifdef.
1957
1958 * bfd-in.h (BFD_VERSION): Remove wrong comment.
1959 (BFD_DEFAULT_TARGET_SIZE): New.
1960 (BFD_ARCH_SIZE): Comment.
1961 * configure.in (target_size): New. Set instead of target64 in
1962 selvecs case statement. Set target64 from it.
1963 (bfd_default_target_size): New. Set from taget_size. AC_SUBST.
1964 * bfd-in2.h: Regenerate.
1965 * configure: Regenerate.
1966
19672001-08-17 Alan Modra <amodra@bigpond.net.au>
1968
1969 * bfd.c (enum bfd_error): Add bfd_error_wrong_object_format.
1970 (bfd_errmsgs): Add corresponding message.
1971 * archive.c (bfd_generic_archive_p): Don't release bfd_ardata when
1972 finding an archive that contains different format object files.
1973 Return bfd_error_wrong_object_format for this case.
1974 * format.c: Formatting fixes. s/CONST/const/.
1975 (bfd_check_format_matches): Accept archives that give
1976 bfd_error_wrong_object_format if no full match is found. Tidy
1977 code handling matching_vector. Don't return a pointer to freed
1978 memory in `matching'. Handle ambiguous matches as for partial
1979 archive matches.
1980 * bfd-in2.h: Regenerate.
1981
19822001-08-15 Alan Modra <amodra@bigpond.net.au>
1983
1984 * libieee.h (common_header_type): Add last_byte field.
1985
1986 * ieee.c: Add missing prototypes. Some format fixes.
1987 (struct output_buffer_struct): Move for availability to prototypes.
1988 (ieee_part_after): New function.
1989 (ieee_slurp_debug): Use it here.
1990 (ieee_seek): Pass in ieee_data_struct rather than bfd. Use
1991 ieee_part_after to set last_byte to one past end of current part.
1992 Update callers.
1993 (ieee_pos): Pass in ieee_data_struct rather than bfd.
1994 Update callers.
1995 (parse_expression): Don't go beyond the end of the current part.
1996 (ieee_slurp_external_symbols): Correct type passed to read_2bytes.
1997 (ieee_get_symtab_upper_bound, ieee_get_symtab,
1998 ieee_get_symbol_info, ieee_print_symbol, ieee_new_section_hook,
1999 ieee_get_reloc_upper_bound, ieee_canonicalize_reloc, block,
2000 ieee_set_section_contents, ieee_write_object_contents,
2001 ieee_make_empty_symbol): Make static.
2002 (ieee_archive_p): Correct comments regarding bfd_read.
2003 (ieee_object_p): Similarly.
2004 (ieee_mkobject): Move it. Clear output_ptr_start, output_ptr,
2005 output_ptr_end, input_ptr_start, input_ptr, input_ptr_end,
2006 input_bfd, output_bfd, output_buffer.
2007 (do_as_repeat): Write out ieee_set_current_pc_enum value as for
2008 do_with_relocs, ie. as a symbol for relocatable files.
2009 (ieee_vec): Add comments showing functions referenced by macros.
2010
20112001-08-14 Nick Clifton <nickc@cambridge.redhat.com>
2012
2013 * aout-tic30.c: Add missing prototypes. Fix formatting.
2014 * aout-ns32k.c: Add missing prototypes. Fix formatting.
2015 * peXXigen.c: Add missining prototypes. Fix formatting.
2016 * aout-adobe.c: Add missining prototypes. Fix formatting.
2017
20182001-08-13 Nick Clifton <nickc@cambridge.redhat.com>
2019
2020 * elf32-v850.c: Add missing function prototypes.
2021 Fix some formatting.
2022
2023 * cpu-v850.c: Add missing function prototype.
2024 Fix some formatting.
2025
20262001-08-11 Nick Clifton <nickc@cambridge.redhat.com>
2027
2028 * elf-bfd.h (struct elf_backend_data): Add new fields
2029 'elf_backend_sprintf_vma' and 'elf_backend_fprintf_vma'.
2030 (bfd_elf_sprintf_vma): Rename function prototype to
2031 '_bfd_elf_sprintf_vma'.
2032 (bfd_elf_fprintf_vma): Rename function prototype to
2033 '_bfd_elf_fprintf_vma'.
2034 * bfd.c (bfd_sprintf_vma): Do not invoke bfd_elf_sprintf_vma
2035 directly, instead indirect via the elf_backend_data structure.
2036 (bfd_fprintf_vma): Do not invoke bfd_elf_fprintf_vma directly,
2037 instead indirect via the elf_backend_data structure.
2038 * elf.c (bfd_elf_sprintf_vma): Rename to _bfd_elf_sprintf_vma.
2039 (bfd_elf_fprintf_vma): Rename to _bfd_elf_fprintf_vma.
2040 * elfxx-target.h (elf_backend_sprintf_vma): Initialise if not
2041 already defined.
2042 (elf_backend_fprintf_vma): Initialise if not already defined.
2043 (struct elf_backend_data): Initialise the
2044 elf_backend_sprintf_vma and elf_backend_fprintf_vma fields.
2045
20462001-08-10 Andreas Jaeger <aj@suse.de>
2047
2048 * elf64-sparc.c: Add missing prototypes.
2049 * elf32-cris.c: Likewise.
2050 * elf32-i370.c: Likewise.
2051 * elf64-hppa.c: Likewise.
2052 * elf64-s390.c: Likewise.
2053
20542001-08-10 Andreas Jaeger <aj@suse.de>
2055
2056 * elf64-x86-64.c (elf64_x86_64_elf_object_p): Make static.
2057 Add prototypes where needed.
2058
20592001-08-10 H.J. Lu <hjl@gnu.org>
2060
2061 * bfd.c (bfd_sprintf_vma): Fix a typo in the last change.
2062 (bfd_fprintf_vma): Likewise.
2063
20642001-08-10 H.J. Lu <hjl@gnu.org>
2065
2066 * bfd.c (bfd_sprintf_vma): Don't return void.
2067 (bfd_fprintf_vma): Likewise.
2068
20692001-08-10 Andreas Jaeger <aj@suse.de>
2070
2071 * configure.in: Add -Wstrict-prototypes and -Wmissing-prototypes
2072 to build warnings.
2073 * configure: Regenerate.
2074
20752001-08-10 Alan Modra <amodra@bigpond.net.au>
2076
2077 * elf.c (bfd_elf_sprintf_vma): Add ATTRIBUTE_UNUSED to quiet
2078 warning if not BFD64. Add braces so emacs auto format works.
2079 (bfd_elf_fprintf_vma): Likewise.
2080
2081 * libxcoff.h (struct xcoff_backend_data_rec): Constify src param
2082 of _xcoff_swap_ld*.
2083 * coff-rs6000.c (xcoff_swap_ldhdr_in): Modify type of external
2084 param to agree with libxcoff.h.
2085 (xcoff_swap_ldhdr_out): Likewise.
2086 (xcoff_swap_ldsym_in): Likewise.
2087 (xcoff_swap_ldsym_out): Likewise.
2088 (xcoff_swap_ldrel_in): Likewise.
2089 (xcoff_swap_ldrel_out): Likewise.
2090 (xcoff_create_csect_from_smclas): Likewise.
2091 * coff64-rs6000.c: Add missing prototypes.
2092 (xcoff64_swap_ldhdr_in): Modify type of external param to agree
2093 with libxcoff.h.
2094 (xcoff64_swap_ldhdr_out): Likewise.
2095 (xcoff64_swap_ldsym_in): Likewise.
2096 (xcoff64_swap_ldsym_out): Likewise.
2097 (xcoff64_swap_ldrel_in): Likewise.
2098 (xcoff64_swap_ldrel_out): Likewise.
2099 (xcoff64_ppc_relocate_section): Make static.
2100 (xcoff64_slurp_armap): Likewise.
2101 (xcoff64_archive_p): Likewise.
2102 (xcoff64_openr_next_archived_file): Likewise.
2103 (xcoff64_sizeof_headers): Likewise.
2104 (xcoff64_is_lineno_count_overflow): Likewise.
2105 (xcoff64_is_reloc_count_overflow): Likewise.
2106 (xcoff64_loader_symbol_offset): Likewise.
2107 (xcoff64_loader_reloc_offset): Likewise.
2108 * elf64-gen.c: Add missing prototypes.
2109
21102001-08-09 H.J. Lu <hjl@gnu.org>
2111
2112 * elf.c (bfd_elf_sprintf_vma): Check ELFCLASS64 only in BFD64.
2113 (bfd_elf_fprintf_vma): Likewise.
2114
21152001-08-09 H.J. Lu <hjl@gnu.org>
2116
2117 * bfd-in.h (bfd_elf_sprintf_vma, bfd_elf_fprintf_vma): Moved
2118 to ...
2119 * elf-bfd.h: Here.
2120 * bfd-in2.h: Regenerated.
2121
21222001-08-09 H.J. Lu <hjl@gnu.org>
2123
2124 * bfd-in.h (bfd_sprintf_vma): New prototype.
2125 (bfd_fprintf_vma): Likewise.
2126 (bfd_elf_sprintf_vma): Likewise.
2127 (bfd_elf_fprintf_vma): Likewise.
2128 (bfd_printf_vma): New. Defined with bfd_fprintf_vma.
2129 * bfd-in2.h: Regenerated.
2130
2131 * bfd.c (bfd_sprintf_vma): New. Defined.
2132 (bfd_fprintf_vma): Likewise.
2133
2134 * elf.c (bfd_elf_sprintf_vma): New. Defined.
2135 (bfd_elf_fprintf_vma): Likewise.
2136
21372001-08-09 Alan Modra <amodra@bigpond.net.au>
2138
2139 * coff-rs6000.c: Add missing prototypes.
2140 (xcoff_ppc_relocate_section, xcoff_is_lineno_count_overflow,
2141 xcoff_is_reloc_count_overflow, xcoff_loader_symbol_offset,
2142 xcoff_loader_reloc_offset): Make static.
2143 * dwarf1.c: Add missing prototypes.
2144 * dwarf2.c: Add missing prototypes.
2145 (struct abbrev_info): Move definition.
2146 (struct attr_abbrev, ABBREV_HASH_SIZE, ATTR_ALLOC_CHUNK): Likewise.
2147 * elf.c: Add missing prototypes.
2148 * elf32-gen.c: Likewise.
2149 * elf32-i386.c: Likewise.
2150 * elf32-ppc.c: Likewise.
2151 (ppc_elf_sort_rela): Use PTR instead of "void *".
2152 * elflink.h: Add missing prototypes. Formatting fixes.
2153 * merge.c: Add missing prototypes.
2154 (last4_eq): Use PTR instead of "void *".
2155 (last_eq): Likewise.
2156 * syms.c: Add missing prototypes.
2157
21582001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
2159
2160 * bfd.c: Fix formatting.
2161 * bfd-in2.h: Regenerate.
2162
21632001-08-09 Nick Clifton <nickc@cambridge.redhat.com>
2164
2165 * elf32-arc.c (R_ARC_B22_PCREL): Change 'partial_inplace' to
2166 true (this target uses REL relocations) and 'pcrel_offset' to
2167 false (the PC is implied, not stored in the offset).
2168
21692001-08-08 Alan Modra <amodra@bigpond.net.au>
2170
2171 1999-10-19 Linus Nordberg <linus@swox.se>
2172 * elf-bfd.h (struct elf_backend_data): Add want_got_sym.
2173 * elfxx-target.h (elf_backend_want_got_sym): Define.
2174 (elfNN_bed): Add elf_backend_want_got_sym.
2175 * elflink.c (_bfd_elf_create_got_section): Define
2176 _GLOBAL_OFFSET_TABLE_ only if bed->want_got_sym.
2177
21782001-08-08 Alexandre Oliva <aoliva@redhat.com>
2179
2180 * dwarf2.c (struct dwarf2_debug): Add sec, sec_info_ptr and syms.
2181 (find_rela_addend): New function.
2182 (parse_comp_unit): Call it to find the abbrev offset addend.
2183 (_bfd_dwarf2_find_nearest_line): Initialize and maintain the new
2184 members of dwarf2_debug as debugging information is read.
2185
21862001-08-07 Nick Clifton <nickc@cambridge.redhat.com>
2187
2188 * coff-sh.c (sh_coff_reloc_type_lookup): Provide for sh-coff
2189 targets as well as sh-pe.
2190
21912001-08-03 Ben Harris <bjh21@netbsd.org>
2192
2193 * elf32-arm.h (elf32_arm_final_link_relocate): Include offset of
2194 reloc from start of section when computing value for R_ARM_REL32
2195 reloc.
2196
21972001-08-03 Alan Modra <amodra@bigpond.net.au>
2198
2199 From H.J. Lu <hjl@gnu.org>
2200 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Don't
2201 keep relocs for undefined syms if there are no dynamic sections in
2202 executable.
2203 * elf32-hppa.c (allocate_plt_and_got_and_discard_relocs): Likewise.
2204
22052001-08-02 Paul Sokolovsky <paul.sokolovsky@technologist.com>
2206
2207 * cofflink.c (coff_link_check_ar_symbols): also search for
2208 __imp__symbol as well as _symbol.
2209 * linker.c (_bfd_generic_link_add_archive_symbols): also
2210 search for __imp__symbol as well as _symbol.
2211
22122001-08-01 Adam Nemet <anemet@lnxw.com>
2213
2214 * elf.c (elf_sort_sections): Return zero only as the last step.
2215
22162001-08-01 Nick Clifton <nickc@cambridge.redhat.com>
2217
2218 * config.bfd (arm-vxworks): Change name of define from VXWORKS to
2219 ARM_COFF_BUGFIX.
2220 (arm-epoc-pe): Define ARM_COFF_BUGFIX.
2221 coff-arm.c (coff_arm_relocate_section): Replace VXWORKS with
2222 ARM_COFF_BUGFIX.
2223
22242001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
2225
2226 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
2227 to match corresponding bfd_coff_backend data member.
2228
22292001-07-24 Alan Modra <amodra@bigpond.net.au>
2230
2231 * Makefile.am: Update dependencies with "make dep-am".
2232 * Makefile.in: Regenerate
2233
22342001-07-15 H.J. Lu <hjl@gnu.org>
2235
2236 * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
2237 (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
2238 * Makefile.in: Regenerate.
2239
22402001-07-11 H.J. Lu <hjl@gnu.org>
2241
2242 * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
2243 flags when creating the reloc section if the ALLOC flag in the
2244 source section is set.
2245
22462001-07-11 Steve Ellcey <sje@cup.hp.com>
2247
2248 * reloc.c (bfd_reloc_code_type): Add IA64 relocs
2249 BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
2250 * bfd-in2.h: Regenerate.
2251 * libbfd.h: Regenerate.
2252 * elfxx-ia64.c (ia64_howto_table): Define how to handle
2253 new relocations.
2254 (elfNN_ia64_reloc_type_lookup): Handle new relocations.
2255 (elfNN_ia64_check_relocs): Likewise.
2256 (elfNN_ia64_install_value): Likewise.
2257 (elfNN_ia64_relocate_section): Likewise.
2258
22592001-07-11 Jakub Jelinek <jakub@redhat.com>
2260
2261 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
2262 R_SPARC_UA64.
2263 (elf32_sparc_check_relocs): Likewise.
2264 Only create .rela section for alloced sections in shared libraries.
2265 (elf32_sparc_relocate_section): Likewise.
2266 Remove redundant check.
2267 Optimize unaligned reloc usage.
2268 * elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
2269 check.
2270
22712001-07-11 H.J. Lu <hjl@gnu.org>
2272
2273 * elf64-alpha.c (elf64_alpha_check_relocs): Only use the same
2274 ALLOC|LOAD flags as the source section for debugging sections
2275 when creating the reloc section.
2276
22772001-07-05 Jim Wilson <wilson@redhat.com>
2278
2279 * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
2280 the section of the bigger symbol.
2281
2282 * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
2283
22842001-07-05 Nick Clifton <nickc@cambridge.redhat.com>
2285
2286 * peicode.h (coff_swap_scnhdr_in): For sections containing
2287 uninitialised data, only set their size to s_paddr if this does
2288 not reset their size to zero. MS's latest compilers will set
2289 s_paddr to zero.
2290
22912001-07-04 H.J. Lu <hjl@gnu.org>
2292
2293 * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing):
2294 Handle bfd_mach_mips4400, bfd_mach_mips4600 and
2295 bfd_mach_mips5000.
2296
22972001-07-03 Mark Elbrecht <snowball3@softhome.net>
2298
2299 * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets.
2300
2301 * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from
2302 sections being discarded.
2303
23042001-06-30 Alan Modra <amodra@bigpond.net.au>
2305
2306 * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
2307 instead of _bfd_elfcore_section_from_phdr.
2308 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
2309 * elf.c (_bfd_elfcore_section_from_phdr): Remove.
2310 (_bfd_elfcore_make_pseudosection): Expedite tail-call.
2311 (elfcore_grok_prstatus): Likewise.
2312 (elfcore_grok_lwpstatus): Likewise.
2313 (bfd_get_elf_phdr_upper_bound): Likewise.
2314 (elfcore_make_note_pseudosection): Formatting.
2315 (_bfd_elfcore_strndup): Formatting.
2316 * elf32-mips.c (mips_elf_sym_is_global): Formatting.
2317 (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
2318
23192001-06-29 Daniel Jacobowitz <drow@mvista.com>
2320
2321 * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
2322 and _bfd_elfcore_strndup.
2323 (struct elf_backend_data): Add elf_backend_grok_prstatus
2324 and elf_backend_grok_psinfo.
2325 * elf.c (_bfd_elfcore_make_pseudosection): New function.
2326 (elfcore_grok_prstatus): Use it.
2327 (elfcore_make_note_pseudosection): Likewise.
2328 (elfcore_strndup): Rename to...
2329 (_bfd_elfcore_strndup): Here, and make global.
2330 (elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
2331 (elfcore_grok_note): Call elf_backend_grok_prstatus
2332 and elf_backend_grok_psinfo if available.
2333 * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
2334 (_bfd_elf32_mips_grok_psinfo): New function.
2335 (elf_backend_grok_prstatus): Define.
2336 (elf_backend_grok_psinfo): Define.
2337 * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
2338 (elf_backend_grok_psinfo): Likewise.
2339 (elfNN_bed): Include elf_backend_grok_prstatus and
2340 elf_backend_grok_psinfo.
2341
23422001-06-29 H.J. Lu <hjl@gnu.org>
2343
2344 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
2345 hplink->sgot is NULL before filling GOT. Check if hplink->splt
2346 is NULL before filling PLT.
2347
23482001-06-29 Alan Modra <amodra@bigpond.net.au>
2349
2350 * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
2351
23522001-06-27 Alan Modra <amodra@bigpond.net.au>
2353
2354 * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
2355 here..
2356 (elf32_hppa_adjust_dynamic_symbol): ..nor here..
2357 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
2358 after gc has run.
2359
2360 * elf32-hppa.c (RELATIVE_DYNAMIC_RELOCS): Delete.
2361 (IS_ABSOLUTE_RELOC): Define.
2362 (elf32_hppa_link_hash_entry): Always include reloc_entries field.
2363 (hppa_link_hash_newfunc): Always init it.
2364 (elf32_hppa_check_relocs): Mark symbols as ELF_LINK_NON_GOT_REF to
2365 create COPY relocs only when the reloc is in a read-only section.
2366 Instead, allocate space for a dynamic reloc to reference the
2367 library symbol directly. Keep track of space we allocate using
2368 relocs_entries.
2369 (hppa_discard_copies): Delete, and move code to..
2370 (allocate_plt_and_got): ..here. Rename to
2371 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
2372 relocs for non-shared link.
2373 (elf32_hppa_size_dynamic_sections): Update calls to above.
2374 (elf32_hppa_relocate_section): Write out the dynamic relocs used
2375 in lieu of COPY relocs.
2376
2377 * elf32-i386.c (elf_i386_check_relocs): Don't make syms dynamic
2378 here..
2379 (elf_i386_adjust_dynamic_symbol): ..nor here..
2380 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
2381 after gc has run.
2382 (elf_i386_size_dynamic_sections): Fix a comment.
2383 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
2384 involved in writing reloc out.
2385
23862001-06-25 Alan Modra <amodra@bigpond.net.au>
2387
2388 * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
2389 Ensure syms are dynamic if we might be emitting a reloc.
2390 (allocate_plt_and_got_and_discard_relocs): Don't discard relocs
2391 for undefweak or undefined syms..
2392 (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
2393
2394 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
2395 relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
2396 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
2397 redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
2398
23992001-06-24 H.J. Lu <hjl@gnu.org>
2400
2401 * cpu-i960.c (scan_960_mach): Don't modify const char *. Use
2402 strncasecmp/strcasecmp instead of strncmp/strcmp.
2403
24042001-06-23 H.J. Lu <hjl@gnu.org>
2405
2406 * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
2407 Check ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
2408 in the regular object file and treat the weak definition as
2409 the normal one.
2410
24112001-06-23 Alan Modra <amodra@bigpond.net.au>
2412
2413 * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten
2414 unresolved_reloc test to exclude cases where we use "relocation"
2415 before setting it to point into the .got. Reinstate fudge for
2416 unresolved relocs in debugging sections.
2417
2418 * elf32-i386.c (elf_i386_relocate_section): Replace ugly
2419 complicated tests for unresolvable relocs with a simple direct
2420 scheme using "unresolved_reloc" var.
2421
2422 * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
2423 elf_i386_dyn_relocs. Update comment.
2424 (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
2425 dyn_relocs.
2426 (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
2427 others to aborts.
2428 (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
2429 abort.
2430 (elf_i386_size_dynamic_sections): Likewise.
2431 (elf_i386_finish_dynamic_symbol): Likewise.
2432 (elf_i386_finish_dynamic_sections): Likewise.
2433 (elf_i386_relocate_section): Likewise. Tidy R_386_GOT32 and error
2434 handling code.
2435
2436 Avoid creating COPY relocs if possible.
2437 * elf32-i386.c (elf_i386_check_relocs): Tweak condition under
2438 which .got created. Mark symbols used by R_386_32 and R_386_PC32
2439 relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the
2440 reloc is in a read-only section. Instead, allocate space for a
2441 dynamic reloc to reference the library symbol directly. Keep
2442 track of space we allocate using pcrel_relocs_copied.
2443 (discard_copies): Delete, and move code to ..
2444 (allocate_plt_and_got): ..here. Rename to
2445 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
2446 relocs for non-shared link.
2447 (elf_i386_size_dynamic_sections): Update calls to above functions.
2448 (elf_i386_relocate_section): Write out the dynamic relocs. Add
2449 more ugly logic to avoid "unresolvable relocation" error. Use
2450 htab shortcut in place of elf_hash_table macro.
2451 (elf_i386_finish_dynamic_sections): Allow that dynamic .got may
2452 not always be created now.
2453
24542001-06-20 Bo Thorsen <bo@suse.co.uk>
2455
2456 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
2457 shared libraries.
2458
24592001-06-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2460
2461 * configure.host (mips64-*-linux): Reformat.
2462
24632001-06-21 Alan Modra <amodra@bigpond.net.au>
2464
2465 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
2466 allocate local .got space. Use shortcuts from hash table for .got
2467 and .plt rather than comparing section names.
2468 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
2469 adjusting index into local_got_refcounts to document what we are
2470 really doing.
2471 (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
2472 Tidy .got and .plt error checking.
2473
24742001-06-20 Catherine Moore <clm@redhat.com>
2475
2476 * elf-bfd.h (struct elf_backend_data):
2477 elf_backend_emit_relocs: New field: Function for emitting
2478 relocs.
2479 elf_backend_count_relocs: New field: Function for determining
2480 the number of relocs to be emitted.
2481 * elfxx-target.h: Provide default (NULL) values for
2482 elf_backend_emit_relocs and elf_backend_count_relocs.
2483 * elflink.h (elf_link_size_reloc_section): Make the hash table
2484 big enough to hold the relocs counted by either reloc_count or
2485 o->reloc_count.
2486 (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
2487 should be emitted, either because of a command line option
2488 stored in the info structure or because the target provides a
2489 special reloc emitting function.
2490 If the target provides a reloc counting function use it,
2491 unless performing a relocatable link or emitting all relocs.
2492 Also set the SEC_RELOC flag on any output section which will
2493 contain relocs.
2494 (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
2495 should be emitted, either because of a command line option
2496 stored in the info structure or because the target provides a
2497 special reloc emitting function.
2498 If the target provides a reloc emitting function, use it,
2499 unless performing a relocatable link or emitting all relocs.
2500
25012001-06-20 H.J. Lu <hjl@gnu.org>
2502
2503 * elf32-i386.c (elf_i386_size_dynamic_sections): Always
2504 allocate local .got space.
2505
25062001-06-19 Andreas Jaeger <aj@suse.de>
2507
2508 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
2509 dynamic symbols.
2510
25112001-06-18 Hans-Peter Nilsson <hp@axis.com>
2512
2513 * elflink.h (struct elf_assign_sym_version_info): Remove member
2514 export_dynamic. All users changed to use info member.
2515 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
2516 export_dynamic, instead use member in parameter info.
2517 * bfd-in.h (bfd_elf32_size_dynamic_sections,
2518 bfd_elf64_size_dynamic_sections): Update prototype.
2519 * bfd-in2.h: Regenerate.
2520
25212001-06-18 H.J. Lu <hjl@gnu.org>
2522
2523 * elflink.h (elf_info_failed): Add a new field, verdefs.
2524 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
2525 elf_export_symbol.
2526 (elf_export_symbol): Check eif->verdefs to decide if a symbol
2527 should be exported.
2528
25292001-06-17 H.J. Lu <hjl@gnu.org>
2530
2531 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
2532 readonly_reloc, to record if a relocation in the .rel.dyn
2533 section is against a read-only section.
2534 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
2535 field to false.
2536 (_bfd_mips_elf_check_relocs): Record if there is a relocation
2537 in the .rel.dyn section against a read-only section by setting
2538 DF_TEXTREL or readonly_reloc.
2539 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
2540 it is true.
2541 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
2542 there is a relocation in the .rel.dyn section against a
2543 read-only section.
2544 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
2545 DF_TEXTREL is set.
2546
25472001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2548
2549 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
2550 function. Move flagword result into parameter list. Remove
2551 comment about setting bfd_error_handler to intercept failure
2552 results.
2553 * coffgen.c (make_a_section_from_file): Examine result of
2554 calling bfd_coff_styp_to_sec_flags and pass a failure back to
2555 caller.
2556 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
2557 function. Move flagword result into parameter list.
2558 * libcoff.h: Regenerate.
2559 * libecoff.h: Regenerate.
2560
25612001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
2562
2563 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
2564 section is going to follow it.
2565
25662001-06-12 Catherine Moore <clm@redhat.com>
2567
2568 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
2569 with the file_align entry from elf_backend_data.
2570 (elf_gc_smash_unused_vtentry_relocs): Likewise.
2571 (elf_gc_record_vtentry): Likewise.
2572
25732001-06-10 Alan Modra <amodra@bigpond.net.au>
2574
2575 * elflink.h: Whitespace changes.
2576 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
2577 rather than "unsigned char".
2578 (elf_link_output_relocs): Likewise.
2579 (elf_link_input_bfd): Likewise.
2580 (elf_reloc_link_order): LIkewise.
2581 * elf.c: s/CONST/const/. Whitespace changes.
2582 * elf32-mips.c: Formatting fix.
2583
2584 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
2585 * Makefile.in: Regenerate.
2586 * po/Make-in: Remove trailing tab.
2587
25882001-06-09 Philip Blundell <philb@gnu.org>
2589
2590 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
2591 change.
2592 (elf32_arm_plt_entry): Likewise.
2593
25942001-06-08 H.J. Lu <hjl@gnu.org>
2595
2596 * elf.c (swap_out_syms): Keep names for global section symbols.
2597
25982001-06-07 H.J. Lu <hjl@gnu.org>
2599
2600 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
2601 MIPS-based machines need it.
2602
26032001-06-07 H.J. Lu <hjl@gnu.org>
2604
2605 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
2606 for SGI only.
2607
2608 * config.bfd: Remove ecoff from Linux/mips.
2609
26102001-06-07 Andreas Jaeger <aj@suse.de>
2611
2612 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
2613 assertion.
2614 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
2615 alignment of 8 for .rela sections; handle further relocations.
2616
26172001-06-06 Christian Groessler <cpg@aladdin.de>
2618
2619 * coff-z8k.c: Fix formatting.
2620 Fix howtos: howto->size was always 1.
2621
26222001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2623
2624 * configure.host (mips64*-*-linux*): Define.
2625
26262001-06-05 Alan Modra <amodra@bigpond.net.au>
2627
2628 * elf32-i386.c (elf_i386_discard_copies): Rename to
2629 discard_copies, and use elf_link_hash_entry arg rather than
2630 elf_i386_link_hash_entry.
2631 (elf_i386_link_hash_traverse): Delete.
2632 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
2633 Tidy sizing of dynamic sections.
2634 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
2635 possible .plt entries.
2636 (elf_i386_gc_sweep_hook): Likewise.
2637 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
2638 everything with plt.refcount <= 0.
2639
2640 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
2641 .relgot space here.
2642 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
2643 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
2644 .rel.plt here..
2645 (allocate_plt_and_got): ..instead do it all here. New function.
2646 (elf_i386_size_dynamic_sections): Allocate local .got space and
2647 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
2648 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
2649 rather than gc variety).
2650 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2651 (elf_i386_relocate_section): Use it here and correct handling of
2652 R_386_GOT32. Provide section and offset for "unresolvable
2653 relocation" error message.
2654 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
2655
2656 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
2657 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
2658 (elf_i386_link_hash_table_create): Init them.
2659 (create_got_section): New function.
2660 (elf_i386_create_dynamic_sections): New function.
2661 (elf_backend_create_dynamic_sections): Set to above.
2662 (elf_i386_check_relocs): Use shortcuts from hash table rather than
2663 calling bfd_get_section_by_name.
2664 (elf_i386_gc_sweep_hook): Likewise.
2665 (elf_i386_adjust_dynamic_symbol): Likewise.
2666 (elf_i386_size_dynamic_sections): Likewise.
2667 (elf_i386_relocate_section): Likewise.
2668 (elf_i386_finish_dynamic_sections): Likewise.
2669
2670 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
2671
26722001-06-02 H.J. Lu <hjl@gnu.org>
2673
2674 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
2675 and ELFOSABI_HPUX.
2676 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
2677
26782001-06-02 H.J. Lu <hjl@gnu.org>
2679
2680 * aout-cris.c (MACHTYPE_OK): New. Defined.
2681
26822001-06-02 Hans-Peter Nilsson <hp@axis.com>
2683
2684 * section.c (_bfd_strip_section_from_output): Handle NULL
2685 output_section.
2686
26872001-06-02 H.J. Lu <hjl@gnu.org>
2688
2689 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
2690 rs6000coff64_vec only if BFD64 is defined.
2691 (powerpc64-*-aix*): Enable only if BFD64 is defined.
2692
26932001-06-02 H.J. Lu <hjl@gnu.org>
2694
2695 * coff-ia64.c (ia64coff_object_p): Rewrite with
2696 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
2697
26982001-06-01 Andreas Jaeger <aj@suse.de>
2699
2700 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
2701 relocation, small reformatting.
2702
27032001-05-29 Andreas Jaeger <aj@suse.de>
2704
2705 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
2706 (elf64_x86_64_relocate_section): Likewise.
2707
27082001-05-30 Alan Modra <amodra@one.net.au>
2709
2710 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
2711 millicode. Don't allocate .got and .rela.got space here..
2712 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
2713 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
2714 .rela.plt here..
2715 (hppa_handle_PIC_calls): ..nor here..
2716 (allocate_plt_and_got): ..instead do it all here. New function.
2717 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
2718 call allocate_plt_and_got. No need to zap .got if not dynamic.
2719 (elf32_hppa_final_link): Call regular bfd_final_link instead of
2720 gc_common_final_link.
2721 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
2722 (elf32_hppa_relocate_section): Use it here.
2723 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
2724 dynamic_sections_created.
2725 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
2726
27272001-05-28 Andreas Jaeger <aj@suse.de>
2728
2729 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
2730 generic version since we want a hashsize of 4.
2731 (elf_backend_size_info): Likewise.
2732
27332001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2734
2735 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
2736 a zeroing loop.
2737 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
2738 (elf_link_input_bfd): Likewise.
2739 (elf_reloc_link_order): Likewise.
2740 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
2741 relocations correctly.
2742
27432001-05-28 Nicolas Pitre <nico@cam.org>
2744
2745 * elf32-arm.h: fix PLT generation for big endian ARM
2746
27472001-05-28 Alan Modra <amodra@one.net.au>
2748
2749 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
2750 for symbols forced local that need plabels.
2751 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
2752 .plt.rela for local syms if non-shared.
2753 (hppa_build_one_stub): Mask lsb of plt.offset.
2754 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
2755 (clobber_millicode_symbols): Correct comment.
2756 (elf32_hppa_relocate_section): Likewise.
2757 (elf32_hppa_finish_dynamic_symbol): Likewise.
2758
27592001-05-28 Jeff Sturm <jsturm@one-point.com>
2760
2761 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
2762 * bfd-in2.h: Regenerate.
2763 * libbfd.h: Regenerate.
2764 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
2765 and BFD_RELOC_SPARC_UA64 mapping
2766 * elf64-sparc.c: Likewise.
2767
27682001-05-25 H.J. Lu <hjl@gnu.org>
2769
2770 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
2771 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
2772 (coff-rs6000.lo): Remove the old dependency.
2773 * Makefile.in: Rebuild.
2774
2775 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
2776 coff-rs6000.lo.
2777
27782001-05-25 H.J. Lu <hjl@gnu.org>
2779
2780 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
2781 rs6000coff_core_file_matches_executable_p,
2782 rs6000coff_core_file_failing_command and
2783 rs6000coff_core_file_failing_signal only if AIX_CORE is
2784 defined.
2785 (pmac_xcoff_vec): Likewise.
2786 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
2787
27882001-05-25 Timothy Wall <twall@redhat.com>
2789
2790 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
2791 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
2792
27932001-05-25 H.J. Lu <hjl@gnu.org>
2794
2795 * bfd-in2.h: Regenerated.
2796 * libcoff.h: Likewise.
2797
27982001-05-25 Alan Modra <amodra@one.net.au>
2799
2800 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
2801 undefined millicode syms in shared libs.
2802 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
2803 (elf32_hppa_check_relocs): Likewise.
2804 (elf32_hppa_adjust_dynamic_symbol): Likewise.
2805 (elf32_hppa_size_dynamic_sections): Likewise.
2806 (elf32_hppa_relocate_section): Likewise.
2807 (elf32_hppa_finish_dynamic_symbol): Likewise.
2808 (elf32_hppa_finish_dynamic_sections): Likewise.
2809
28102001-05-24 Tom Rix <trix@redhat.com>
2811
2812 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
2813 xcoff-target.h not used to define rs6000 or ppc bfd.
2814 * Makefile.in same
2815
2816 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
2817 to 64 bit.
2818
2819 * coff-rs6000.c : Many changes for 64 bit support. Move common
2820 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
2821 and pmac_xcoff_vec
2822
2823 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
2824 linker now supported. Explictly define the rs6000coff64_vec.
2825
2826 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
2827 (coff_print_aux) same
2828 (coff_write_object_contents) same
2829 (coff_slurp_line_table) same
2830
2831 * coffgen.c : (coff_fix_symbol_name) formatting
2832 (coff_mangle_symbols) xcoff 64 bit support
2833 (coff_write_symbol) same
2834 (coff_write_alien_symbol) same
2835 (coff_write_native_symbol) same
2836 (coff_write_symbols) same
2837 (coff_get_symbol_info) same
2838 (bfd_coff_get_syment) same
2839 (coff_print_symbol) same
2840
2841 * config.bfd : add powerpc64-*-aix* target
2842
2843 * libcoff-in.h : formatting
2844
2845 * libcoff.h : move xcoff extern declarations to libxcoff.h
2846
2847 * libxcoff.h : New file
2848
2849 * xcofflink.c : Many changes for xcoff64 support. Move common
2850 structures to include/coff/xcoff.h. Move specific structure to
2851 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
2852 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
2853
2854 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
2855 aix4.2+ -binitfini.
2856
2857 (xcoff_build_ldsyms) : handle special __rtinit symbol.
2858
28592001-05-23 Alexandre Oliva <aoliva@redhat.com>
2860
2861 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
2862 s/ENTIRES/ENTRIES/.
2863
28642001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
2865
2866 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
2867 * libbfd.h: Regenerate.
2868 * bfd-in2.h: Regenerate.
2869
2870 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
2871 * archures.c (bfd_mach_mips12000): Define.
2872 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
2873 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
2874 support.
2875 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
2876 * bfd-in2.h: Regenerate.
2877 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
2878
28792001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
2880
2881 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
2882 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
2883 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
2884 that is used by GCC.
2885
28862001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
2887
2888 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
2889 of entries in a structured section.
2890 * elf.c: Use new macro.
2891 * elf32-i386.c: Use new macro.
2892 * elf32-mips.c: Use new macro.
2893 * elf64-alpha.c: Use new macro.
2894 * elf64-sparc.c: Use new macro.
2895 * elfcode.h: Use new macro.
2896 * elflink.h: Use new macro.
2897
28982001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
2899
2900 * bfdint.texi: Replace -oformat with --oformat.
2901
29022001-05-21 Andreas Jaeger <aj@suse.de>
2903
2904 * dwarf2.c (decode_line_info): Fix error message.
2905 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
2906 adjust error message.
2907
29082001-05-18 H.J. Lu <hjl@gnu.org>
2909
2910 * elflink.h (elf_link_add_object_symbols): Revert the last
2911 change.
2912
29132001-05-17 Alan Modra <amodra@one.net.au>
2914
2915 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
2916 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
2917 (hppa_build_one_stub): Add an assert to check plt.offset.
2918
29192001-05-17 H.J. Lu <hjl@gnu.org>
2920
2921 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
2922 version definition to basename of the output filename.
2923
29242001-05-17 H.J. Lu <hjl@gnu.org>
2925
2926 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
2927 basename of the bfd filename.
2928
29292001-05-16 Alan Modra <amodra@one.net.au>
2930
2931 * section.c (asection): Add linker_has_input field.
2932 (STD_SECTION): Adjust initialization to suit.
2933 * ecoff.c (bfd_debug_section): Likewise.
2934 * bfd-in2.h: Regenerate.
2935
29362001-05-15 Alexandre Oliva <aoliva@redhat.com>
2937
2938 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
2939 negative 32-bit operands to 16 operands when the operand is
2940 going to be zero-extended by the modified opcode.
2941
29422001-05-12 Peter Targett <peter.targett@arccores.com>
2943
2944 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
2945 name for 'arc5' core versions.
2946 (bfd_arc_arch): Make bfd_mach_arc_6 default.
2947
2948 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
2949 architecture.
2950 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
2951
29522001-05-11 Jakub Jelinek <jakub@redhat.com>
2953
2954 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
2955 sections as well.
2956 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
2957 to .gnu.linkonce.t.FOO text section.
2958
29592001-05-11 Jakub Jelinek <jakub@redhat.com>
2960
2961 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
2962 fields, change sec into secinfo.
2963 (struct sec_merge_info): Add chain, remove last fields.
2964 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
2965 (sec_merge_hash_lookup): If lookup could not use a string only
2966 because it has bad alignment, mark the old string for deletion.
2967 (sec_merge_add): Add secinfo argument. Don't compute entry's
2968 position, instead record the section.
2969 (sec_merge_emit): Update for the sec into secinfo change in
2970 struct sec_merge_hash_entry.
2971 (_bfd_merge_section): Only record the section for merging, defer
2972 putting strings into the hash table.
2973 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
2974 _bfd_merge_sections): New functions.
2975 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
2976 changes.
2977 * libbfd-in.h (_bfd_merge_sections): Add prototype.
2978 (_bfd_nolink_bfd_merge_sections): Define.
2979 * libbfd.h: Likewise.
2980 (bfd_generic_merge_sections): Add prototype.
2981 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
2982 (struct bfd_target): Likewise.
2983 * bfd.c (bfd_merge_sections): Define.
2984 * bfd-in2.h: Rebuilt.
2985 * elf.c (_bfd_elf_merge_sections): New function.
2986 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
2987 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
2988 * reloc.c (bfd_generic_merge_sections): New function.
2989 * vms.c (vms_bfd_merge_sections): New function.
2990 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
2991 * aout-target.h (MY_bfd_merge_sections): Define.
2992 * aout-tic30.c (MY_bfd_merge_sections): Define.
2993 * binary.c (binary_bfd_merge_sections): Define.
2994 * bout.c (b_out_bfd_merge_sections): Define.
2995 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
2996 * coffcode.c (coff_bfd_merge_sections): Define.
2997 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
2998 * i386msdos.c (msdos_bfd_merge_sections): Define.
2999 * i386os9k.c (os9k_bfd_merge_sections): Define.
3000 * ieee.c (ieee_bfd_merge_sections): Define.
3001 * ihex.c (ihex_bfd_merge_sections): Define.
3002 * nlm-target.h (nlm_bfd_merge_sections): Define.
3003 * oasys.c (oasys_bfd_merge_sections): Define.
3004 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
3005 * som.c (som_bfd_merge_sections): Define.
3006 * srec.c (srec_bfd_merge_sections): Define.
3007 * tekhex.c (tekhex_bfd_merge_sections): Define.
3008 * versados.c (versados_bfd_merge_sections): Define.
3009 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
3010
30112001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
3012
3013 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
3014 to be unsigned long, in order to match its use.
3015
30162001-05-10 H.J. Lu <hjl@gnu.org>
3017
3018 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
3019 indirect symbols.
3020
30212001-05-09 H.J. Lu <hjl@gnu.org>
3022
3023 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
3024 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
3025 Remove the unused veriable `dynver'.
3026
30272001-05-08 Ian Lance Taylor <ian@zembu.com>
3028
3029 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
3030 NULL or is not COFF.
3031 (coff_i386_rtype_to_howto): Don't dump core if output section
3032 owner is not COFF.
3033
30342001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
3035
3036 * ecoff.c (bfd_debug_section): Fix initialization.
3037 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
3038 is always a positive integer. Cast away sign mismatch.
3039 * elf32-mips.c: Fix misleading comment and typo.
3040 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
3041 correct data type.
3042 * elflink.c: Fix typo.
3043 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
3044 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
3045
30462001-05-04 Richard Henderson <rth@redhat.com>
3047
3048 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
3049
30502001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
3051
3052 * elf32-arm.h (elf32_arm_final_link_relocate): Set
3053 EF_ARM_HASENTRY if the start address is set.
3054
30552001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
3056
3057 * targets.c (_bfd_target_vector_entries): Compute value based on
3058 the size of the _bfd_target_vector and not bfd_target_vector.
3059
30602001-05-03 H.J. Lu <hjl@gnu.org>
3061
3062 * elfcode.h: Include "libiberty.h".
3063
3064 * elflink.h (elf_link_add_object_symbols): Set
3065 elf_dt_name (abfd) to basename of the bfd filename.
3066 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
3067 of the bfd filename.
3068
30692001-05-03 Andreas Jaeger <aj@suse.de>
3070
3071 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
3072 (elf_generic_info_to_howto_rel): Likewise.
3073 * coff-alpha.c (reloc_nil): Likewise.
3074 (alpha_ecoff_bad_format_hook): Likewise.
3075 (alpha_adjust_reloc_out): Likewise.
3076 (alpha_bfd_reloc_type_lookup): Likewise.
3077 (alpha_convert_external_reloc): Likewise.
3078 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
3079 (elf64_alpha_reloc_bad): Likewise.
3080 (elf64_alpha_reloc_gpdisp): Likewise.
3081 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
3082 (elf64_alpha_info_to_howto): Likewise.
3083 (elf64_alpha_add_symbol_hook): Likewise.
3084 (elf64_alpha_create_got_section): Likewise.
3085 (elf64_alpha_is_local_label_name): Likewise.
3086 (elf64_alpha_merge_ind_symbols): Likewise.
3087 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
3088 (mips_elf64_get_reloc_upper_bound): Likewise.
3089 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
3090 (nlm_alpha_get_public_offset): Likewise.
3091
30922001-05-02 Johan Rydberg <jrydberg@opencores.org>
3093
3094 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
3095 about overflow in R_OPENRISC_LO_16_IN_INSN and
3096 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
3097
30982001-04-30 H.J. Lu <hjl@gnu.org>
3099
3100 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
3101 only for ELF_LINK_FORCED_LOCAL.
3102 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
3103 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
3104 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
3105
3106 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
3107 if the symbol has hidden or internal visibility.
3108
31092001-04-30 Alan Modra <amodra@one.net.au>
3110
3111 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
3112 calls to undefined weak symbols.
3113
31142001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
3115
3116 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
3117 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
3118
31192001-04-27 Andreas Jaeger <aj@suse.de>
3120
3121 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
3122 out handled entries.
3123 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
3124 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
3125 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
3126 GOT32.
3127
31282001-04-27 Sean McNeil <sean@mcneil.com>
3129
3130 * config.bfd: Add arm-vxworks target.
3131 * coff-arm (coff_arm_relocate_section): Add in symbol value to
3132 addend (fro VXworks targets).
3133
31342001-04-26 H.J. Lu <hjl@gnu.org>
3135
3136 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
3137 valid.
3138
31392001-04-25 Frank Ch. Eigler <fche@redhat.com>
3140
3141 * bfd-in.h (bfd_cache_close): Declare newly exported function.
3142 * bfd-in2.h: Regenerated.
3143
31442001-04-24 Jakub Jelinek <jakub@redhat.com>
3145
3146 * merge.c (struct sec_merge_hash_entry): Add alignment field.
3147 (struct sec_merge_hash): Remove alignment_power.
3148 (sec_merge_hash_newfunc): Clear alignment.
3149 (sec_merge_hash_lookup): Pass alignment as argument.
3150 Use hashp->root.next, not hashp->next to walk the hash chain.
3151 If a string already in the hashtable does not have required
3152 alignment, create a new hashtable entry.
3153 (sec_merge_init): Remove alignment_power argument.
3154 (sec_merge_add): Add alignment argument.
3155 (sec_merge_emit): Alignment is now a per-entity thing, not per
3156 section.
3157 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
3158 for proper alignment.
3159 Pass alignment information to sec_merge_add.
3160
31612001-04-24 Christian Groessler <cpg@aladdin.de>
3162
3163 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
3164 and R_REL16 reloc types; accept odd values for R_REL16 type
3165
31662001-04-24 Johan Rydberg <jrydberg@opencores.org>
3167
3168 * cpu-openrisc.c: New file.
3169 * elf32-openrisc.c: Likewise.
3170
3171 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
3172 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
3173 (BFD32_BACKENDS): Add elf32-openrisc.lo.
3174 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
3175 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
3176 * Makefile.in: Regenerated.
3177 * config.bfd: (openrisc-*-elf): New target.
3178 * configure.in (bfd_elf32_openrisc_vec): New vector.
3179 * configure: Regenerated.
3180 * libbfd.h: Regenerated.
3181 * bfd-in2.h: Regenerated.
3182 * reloc.c: Add OpenRISC relocations.
3183 * targets.c (bfd_elf32_openrisc_vec): Declare.
3184 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
3185 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
3186 (bfd_openrisc_arch): Declare.
3187 (bfd_archures_list): Add bfd_openrisc_arch.
3188 * elf.c (prep_headers): Add bfd_arch_openrisc.
3189
31902001-04-23 Bo Thorsen <bo@suse.de>
3191
3192 * elf64-x86-64.c: Add c++ vtable hack.
3193 Small whitespace and comment changes.
3194
31952001-04-19 Andreas Jaeger <aj@suse.de>
3196
3197 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
3198 (elf64_x86_64_plt_entry): Likewise.
3199 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
3200 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
3201
32022001-04-17 Hans-Peter Nilsson <hp@axis.com>
3203
3204 * elf32-cris.c: Tweak comments related to dynamic linking.
3205 (cris_elf_relocate_section): When not creating shared object, fill
3206 in the .got table for any symbol not in the dynamic symbol table.
3207 (elf_cris_finish_dynamic_symbol): When not creating shared object,
3208 only emit a .got.rela reloc if the symbol is in the dynamic symbol
3209 table.
3210 (cris_elf_check_relocs): Use variable r_type in all places rather
3211 than the original expression. Add default case in switch for
3212 reloc types.
3213 (elf_cris_size_dynamic_sections): Iterate over
3214 elf_cris_discard_excess_program_dynamics when not creating shared
3215 library.
3216 (elf_cris_discard_excess_dso_dynamics): Renamed from
3217 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
3218 (elf_cris_discard_excess_program_dynamics): New.
3219
32202001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
3221
3222 * coffcode.h (coff_write_object_contents): Use
3223 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
3224
32252001-04-14 H.J. Lu <hjl@gnu.org>
3226
3227 * bfd-in2.h: Regenerate.
3228
32292001-04-14 Jakub Jelinek <jakub@redhat.com>
3230
3231 * section.c (STD_SECTION): Add entsize.
3232
32332001-04-13 H.J. Lu <hjl@gnu.org>
3234
3235 * section.c (SEC_MERGE): Define new flag for merging.
3236 (SEC_STRINGS): Likewise.
3237 (entsize): New field.
3238
32392001-04-13 Roger Sayle <roger@metaphorics.com>
3240
3241 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
3242 flag on pe-i386 targets.
3243
32442001-04-13 Jakub Jelinek <jakub@redhat.com>
3245
3246 * libbfd-in.h (_bfd_merge_section): New.
3247 (_bfd_write_merged_section): New.
3248 (_bfd_merged_section_offset): New.
3249 * libbfd.h: Rebuilt.
3250 * linker.c (_bfd_generic_link_output_symbols): Handle
3251 discard_sec_merge.
3252 * aoutx.h (aout_link_write_symbols): Likewise.
3253 * pdp11.c (aout_link_write_symbols): Likewise.
3254 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
3255 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
3256 sections.
3257 (elf_link_sec_merge_syms): New.
3258 (elf_link_input_bfd): Call _bfd_merged_section_offset
3259 and _bfd_write_merged_section.
3260 Handle discard_sec_merge.
3261 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
3262 field.
3263 (struct bfd_elf_section_data): Likewise.
3264 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
3265 SEC_STRINGS section flags and entsize from their ELF counterparts.
3266 (_bfd_elf_link_hash_table_init): Initialize merge_info.
3267 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
3268 from their BFD counterparts.
3269 * merge.c: New file.
3270 * Makefile.am: Add strtab.lo.
3271 * Makefile.in: Rebuilt.
3272
32732001-04-09 Hans-Peter Nilsson <hp@axis.com>
3274
3275 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
3276 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
3277
32782001-04-05 Steven J. Hill <sjhill@cotw.com>
3279
3280 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
3281 endian MIPS ELF target.
3282 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
3283 MIPS ELF target.
3284
3285 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
3286 64bit big endian MIPS ELF target.
3287 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
3288 endian MIPS ELF target.
3289 * configure: Regenerated.
3290
3291 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
3292 little endian targets.
3293 (mips_elf_sym_is_global): Handle traditional targets.
3294
3295 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
3296 64bit big endian MIPS ELF target.
3297 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
3298 endian MIPS ELF target.
3299
3300 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
3301 and bfd_elf64_tradlittlemips_vec.
3302
33032001-04-05 David Mosberger <davidm@hpl.hp.com>
3304
3305 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
3306 ordinary "progbits" section.
3307
33082001-04-04 Alan Modra <alan@linuxcare.com.au>
3309
3310 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
3311 when -Bsymbolic causes a symbol to no longer need a .plt entry.
3312
33132001-04-03 David Mosberger <davidm@hpl.hp.com>
3314
3315 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
3316
33172001-03-30 H.J. Lu <hjl@gnu.org>
3318
3319 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
3320 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
3321
33222001-03-26 H.J. Lu <hjl@gnu.org>
3323
3324 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
3325 if there are any relocations for generic ELF.
3326 (bfd_elf32_bfd_link_add_symbols): Defined to
3327 elf32_generic_link_add_symbols.
3328 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
3329 if there are any relocations for generic ELF.
3330 (bfd_elf64_bfd_link_add_symbols): Defined to
3331 elf64_generic_link_add_symbols.
3332
33332001-03-23 Nick Clifton <nickc@redhat.com>
3334
3335 * Makefile.am (BUILD_CFILES): New variable: List of C source
3336 files created in build directory.
3337 (BUILD_HFILES): New variable: List of header files created in
3338 build directory.
3339 (POTFILES): Delete.
3340 (po/POTFILES.in): Replace rule with empty entry.
3341 (po/SRC-POTFILES.in): New rule: Create a list of source files
3342 in the source directory.
3343 (po/BLD-POTFILES.in): New rule: Create a list of source files
3344 in the build directory.
3345 (MOSTLYCLEAN): Do not delete source files created in build
3346 directory.
3347 * Makefile.in: Regenerate.
3348 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
3349 into po/Makefile.
3350 * configure: Regenerate.
3351
3352 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
3353 and BLD_POTFILES.
3354 Add .. to the search path when building bfd.pot.
3355 Delete POTFILES when performing distclean.
3356 Add comment describing why distclean is broken in maintainer mode.
3357 * po/POTFILES.in: Delete.
3358 * po/SRC-POTFILES.in: New file.
3359 * po/BLD-POTFILES.in: New file.
3360 * po/bfd.pot: Regenerate.
3361
33622001-03-22 Hans-Peter Nilsson <hp@axis.com>
3363
3364 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
3365 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
3366 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
3367 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
3368 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
3369 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
3370 functions.
3371 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
3372 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
3373 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
3374 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
3375 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
3376 New HOWTO members for new relocs.
3377 (cris_reloc_map): Map new relocs.
3378 (ELF_DYNAMIC_INTERPRETER): Define.
3379 (PLT_ENTRY_SIZE): Define.
3380 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
3381 elf_cris_pic_plt_entry): New, PLT templates.
3382 (struct elf_cris_pcrel_relocs_copied, struct
3383 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
3384 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
3385 (cris_final_link_relocate): Check that 16-bit GOT relocs have
3386 positive values. Adjust PCREL relocs to be relative to location
3387 after relocation.
3388 (cris_elf_relocate_section): Handle relocations to dynamic
3389 objects. Handle new relocations. Call error handler when seeing
3390 non-PIC relocation for read-only sections while generating shared
3391 object.
3392 (cris_elf_check_relocs): Set reference counts for GOT and PLT
3393 entries.
3394 (bfd_elf32_bfd_link_hash_table_create,
3395 elf_backend_adjust_dynamic_symbol,
3396 elf_backend_size_dynamic_sections,
3397 elf_backend_finish_dynamic_symbol,
3398 elf_backend_finish_dynamic_sections,
3399 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
3400 elf_backend_hide_symbol, elf_backend_want_got_plt,
3401 elf_backend_plt_readonly, elf_backend_want_plt_sym,
3402 elf_backend_got_header_size, elf_backend_plt_header_size):
3403 Define.
3404
3405 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
3406 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
3407 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
3408 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
3409 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
3410 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
3411 * bfd-in2.h, libbfd.h: Regenerate.
3412
34132001-03-21 Diego Novillo <dnovillo@redhat.com>
3414
3415 (_bfd_mips_elf_relocate_section): Give a better error message when
3416 a relocation is not recognized.
3417
34182001-03-21 Alan Modra <alan@linuxcare.com.au>
3419
3420 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
3421 non-NULL before attempting to dereference.
3422
34232001-03-20 H.J. Lu <hjl@gnu.org>
3424
3425 * configure.in: Remove the redundent AC_ARG_PROGRAM.
3426 * configure: Rebuild.
3427
34282001-03-20 Andreas Schwab <schwab@suse.de>
3429
3430 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
3431 relocation value when resolving a reference from a debugging
3432 section.
3433
34342001-03-16 Scott Thomason <SThomaso@hii.com>
3435
3436 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
3437 (xcoff64_swap_sym_out): Fix syntax errors.
3438
34392001-03-16 Richard Sandiford <rsandifo@redhat.com>
3440
3441 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
3442
34432001-03-15 Alan Modra <alan@linuxcare.com.au>
3444
3445 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
3446 (hppa_link_hash_newfunc): Init it.
3447 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
3448 section appears to be non-PIC.
3449 (final_link_relocate): Likewise.
3450 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
3451 possible candidate function, and set pic_call for those that will
3452 only have a .plt entry for the PIC call stub.
3453 (hppa_handle_PIC_calls): Set maybe_pic_call.
3454
34552001-03-12 DJ Delorie <dj@redhat.com>
3456
3457 * elf32-sh.c (sh_elf_relocate_section): Only relocation
3458 R_SH_DIR8WP* relocs if they're against external symbols, else
3459 they're just for relaxing. Validate the reloc values.
3460
34612001-03-12 Stefan Geuken <mail@stefan-geuken.de>
3462
3463 * binary.c (bfd_external_binary_architecture): Declare.
3464 (binary_object_p): If bfd_external_binary_architecture is defined,
3465 set the architecture to this string.
3466
34672001-03-11 Philip Blundell <philb@gnu.org>
3468
3469 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
3470 entries that could serve as a definition for a weak symbol.
3471
34722001-03-08 Nick Clifton <nickc@redhat.com>
3473
3474 * Most files: Update copyright notices using Perl script created
3475 by Kevin Buettner <kevinb@redhat.com>.
3476
34772001-03-07 Nick Clifton <nickc@redhat.com>
3478
3479 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
3480 prior patch on ! defined OLD_ARM_ABI.
3481
34822001-03-07 Andreas Jaeger <aj@suse.de>
3483
3484 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
3485 some relocation values.
3486
34872001-03-06 Nick Clifton <nickc@redhat.com>
3488
3489 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
3490 of offset in BLX(1) instruction.
3491 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
3492 offset in BLX(1) instruction.
3493 Fix formatting.
3494
34952001-03-06 Nick Clifton <nickc@redhat.com>
3496
3497 * coff-arm.c (coff_arm_reloc_type_lookup): Add
3498 BFD_RELOC_THUMB_PCREL_BLX.
3499
35002001-03-06 Igor Shevlyakov <igor@windriver.com>
3501
3502 * archures.c (bfd_default_scan): Add Coldfire CPUs.
3503 * bfd-in2.h: Regenerate.
3504 * cpu-m68k.c: Add Coldfire CPUs for arch table.
3505 * ieee.c (ieee_write_processor): Set proper id for
3506 Coldfire CPUs.
3507
35082001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
3509
3510 * configure.in: Add s390 target.
3511 * configure: Regenerate.
3512
35132001-02-28 Andreas Jaeger <aj@suse.de>
3514
3515 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
3516 to addend.
3517
35182001-02-28 Philip Blundell <pb@futuretv.com>
3519
3520 * elf32-arm.h: Update mentions of renamed EF_xx constants.
3521 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
3522
35232001-02-27 H.J. Lu <hjl@gnu.org>
3524
3525 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
3526 abfd->tdata.aout_data == NULL.
3527
35282001-02-27 Alan Modra <alan@linuxcare.com.au>
3529
3530 * elf32-hppa.c: Correct field selector in stub comments.
3531 (clobber_millicode_symbols): Formatting fix.
3532
3533 * configure.in: Bump version to 2.11.90.
3534 * configure: Regenerate.
3535 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
3536 (CFILES): $SOURCE_CFILES + generated C files.
3537 (POTFILES): Include $HFILES not $SOURCE_HFILES.
3538 Run "make dep-am"
3539 * Makefile.in: Regenerate.
3540 * doc/Makefile.in: This too.
3541
35422001-02-26 Timothy Wall <twall@cygnus.com>
3543
3544 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
3545 comments.
3546
35472001-02-26 Nick Clifton <nickc@redhat.com>
3548
3549 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
3550 up, replacing multiple if statements with a switch.
3551 (handle_COMDAT): New function.
3552
35532001-02-26 H.J. Lu <hjl@gnu.org>
3554
3555 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
3556 a warning for section flags we do not handle instead of
3557 aborting.
3558
35592001-02-26 Andreas Jaeger <aj@suse.de>
3560
3561 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
3562
35632001-02-22 Timothy Wall <twall@cygnus.com>
3564
3565 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
3566 * configure.in: Add objects for elf64_ia64_aix vectors.
3567 * configure: Regenerated.
3568 * configure.host: Recognize ia64-*-aix*.
3569 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
3570 for AIX. AIX5 requires most relocations to be dynamic (*all*
3571 binaries are somewhat similar to shared libraries).
3572 * targets.c: Add elf64_ia64_aix vectors.
3573
35742001-02-21 David Mosberger <davidm@hpl.hp.com>
3575
3576 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
3577 C8 said "1" instead of "8". Clarify error string for IMM22:
3578 "signed integer" instead of just "integer".
3579
35802001-02-20 Andreas Jaeger <aj@suse.de>
3581
3582 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
3583 PLT entries that could serve as a definition for a weak symbol.
3584
35852001-02-19 Jakub Jelinek <jakub@redhat.com>
3586
3587 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
3588 entries that could serve as a definition for a weak symbol.
3589 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
3590
35912001-02-18 David O'Brien <obrien@FreeBSD>
3592
3593 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
3594 FreeBSD/i386-CURRENT differently until I can figure out the needed
3595 corefile changes.
3596 * configure: Regenerate.
3597 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
3598 FreeBSD/PowerPC, and FreeBSD/sparc64.
3599
36002001-02-18 lars brinkhoff <lars@nocrew.org>
3601
3602 * Makefile.am: Add PDP-11 a.out target.
3603 * config.bfd: Likewise.
3604 * configure.in: Likewise.
3605 * targets.c: Likewise.
3606 * archures.c: Likewise.
3607 * bfd-in2.h: Likewise. Add PDP-11 relocations.
3608 * libbfd.h: Add PDP-11 relocations.
3609 * reloc.c: Likewise.
3610 * cpu-pdp11.c: New file.
3611 * pdp11.c: New file.
3612
3613 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
3614 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
3615 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
3616 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
3617 (GET_MAGIC): New macro.
3618 (PUT_MAGIC): Likewise.
3619 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
3620
36212001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
3622
3623 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
3624 multiarch needs it).
3625
36262001-02-18 H.J. Lu <hjl@gnu.org>
3627
3628 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
3629 index.
3630
36312001-02-18 Kazu Hirata <kazu@hxi.com>
3632
3633 * vms-misc.c: Fix formatting.
3634
36352001-02-16 Kazu Hirata <kazu@hxi.com>
3636
3637 * vms.c: Fix formatting.
3638
36392001-02-14 H.J. Lu <hjl@gnu.org>
3640
3641 * elf.c (elf_find_function): New function.
3642 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
3643 the file name and function name.
3644
36452001-02-14 Nick Clifton <nickc@redhat.com>
3646
3647 * ecoff.c (bfd_debug_section): Update to initialise new fields in
3648 asection structure.
3649
3650 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
3651 (BFD64_BACKENDS): Add pepigen.c
3652 Add rules to create peigen.c and pepigen.c from peXXigen.c.
3653
3654 * Makefile.in: Regenerate.
3655 * configure: Regenerate.
3656 * po/POTFILES.in: Regenerate.
3657 * po/bfd.pot: Regenerate.
3658
36592001-02-14 H.J. Lu <hjl@gnu.org>
3660
3661 * libcoff-in.h (pe_tdata): Add members target_subsystem and
3662 force_minimum_alignment.
3663
36642001-02-14 Bo Thorsen <bo@suse.de>
3665
3666 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
3667 (elf64_86_64_size_info): Struct added to fix a problem
3668 with the hashtable string entries.
3669 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
3670 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
3671 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
3672 remove the FIXME for this.
3673 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
3674 section. Also removed the FIXME for it.
3675 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
3676 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
3677 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
3678
36792001-02-13 Richard Henderson <rth@redhat.com>
3680
3681 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
3682 and not user provided.
3683
36842001-02-13 Kazu Hirata <kazu@hxi.com>
3685
3686 * vms.c (vms_print_symbol): Remove unreachable code.
3687
3688 * rs6000-core.c: Fix formatting.
3689
36902001-02-13 David Mosberger <davidm@hpl.hp.com>
3691
3692 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
3693 as _bfd_XXi_only_swap_filehdr_out.
3694 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
3695 pe->force_minimum_alignment to TRUE.
3696 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
3697 PEI_TARGET_SUBSYSTEM.
3698 (pe_print_private_bfd_data): Call
3699 _bfd_XX_print_private_bfd_data_common() instead of
3700 _bfd_pe_print_private_bfd_data_common().
3701 (pe_bfd_copy_private_bfd_data): Call
3702 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
3703 _bfd_pe_bfd_copy_private_bfd_data_common().
3704 (coff_bfd_copy_private_section_data): Define as
3705 _bfd_XX_bfd_copy_private_section_data instead of
3706 _bfd_pe_bfd_copy_private_section_data.
3707 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
3708 of a _bfd_pe_get_symbol_info.
3709
3710 * peigen.c: Delete.
3711
3712 * peXXigen.c: Renamed from peigen.c.
3713 (COFF_WITH_XX): Define this macro (will get expanded into
3714 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
3715 compiled as peigen.c or pepigen.c.
3716 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
3717 define the canonical PEP structures and definitions.
3718 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
3719 effect, enforce minimum file and section alignments. If
3720 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
3721 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
3722 so, by default, this is a no-op).
3723
3724 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
3725 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
3726 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
3727 _bfd_pefoo if it's not defined. Use these macros to define
3728 coff swap macros.
3729
3730 * libcoff.h (pe_tdata): Add members target_subsystem and
3731 force_minimum_alignment.
3732
3733 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
3734 COFF_WITH_pep.
3735 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
3736
3737 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
3738 peigen.lo.
3739
3740 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
3741 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
3742 PEPAOUTHDR.
3743
3744 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
3745 (BFD64_BACKENDS_CFILES): Mention pepigen.c
3746 (peigen.c): Add rule to generate from peXXigen.c.
3747 (pepigen.c): Ditto.
3748 (pepigen.lo): List dependencies for pepigen.lo.
3749
37502001-02-13 Alan Modra <alan@linuxcare.com.au>
3751
3752 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
3753 $global$ referenced but not defined, set its value here.
3754
37552001-02-09 Bo Thorsen <bo@suse.de>
3756
3757 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
3758 alignment to 3.
3759 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
3760 and relocation.
3761 (elf64_x86_64_relocate_section): Fix formatting.
3762 (elf64_x86_64_relocate_section): Fix addend for relocation of
3763 R_X86_64_(8|16|32|PC8|PC16|PC32).
3764
37652001-02-12 Jan Hubicka <jh@suse.cz>
3766
3767 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
3768
37692001-02-11 H.J. Lu <hjl@gnu.org>
3770
3771 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
3772 alignment.
3773
37742001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
3775
3776 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
3777 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
3778 relocations against dynsym symbols.
3779
3780 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
3781 the R_MIPS_26 relocation.
3782 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
3783 the R_MIPS_26 relocation.
3784 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
3785 relocation.
3786 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
3787 the R_MIPS_26 relocation.
3788 (mips_elf64_howto_table_rela): Likewise.
3789
3790 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
3791 member to mark symbols that have non-CALL relocations against
3792 them.
3793 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
3794 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
3795 R_MIPS_GOT16.
3796 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
3797 non-CALL relocation against it is encountered.
3798 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
3799 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
3800 no_fn_stub is not set.
3801
3802 * elf32-mips.c (mips_elf_output_extsym): Get the output section
3803 information from the real symbol for indirect ones.
3804 Check no_fn_stub to find out if a symbol has a function stub
3805 indeed.
3806
38072001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
3808
3809 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
3810 * Makefile.in: Regenerate.
3811
38122001-02-09 David Mosberger <davidm@hpl.hp.com>
3813
3814 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
3815 true if section name is an unwind table section name.
3816 (elfNN_ia64_additional_program_headers): Count each unwind section
3817 separately.
3818 (elfNN_ia64_modify_segment_map): Install one unwind program header
3819 for each unwind separate section. Note: normally the linker
3820 script merges the unwind sections that go into a single segment,
3821 so this still generates at most one unwind program header per
3822 segment.
3823
3824 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
3825 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
3826 (elfNN_ia64_fake_sections): Mark sections with names that start
3827 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
3828 unwind section.
3829
3830 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
3831 Use it to make sh_info in unwind section point to the text section
3832 it applies to.
3833
38342001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
3835
3836 * Makefile.am: Add linux target for S/390.
3837 * archures.c: Likewise.
3838 * bfd-in2.h: Likewise.
3839 * config.bfd: Likewise.
3840 * configure.in: Likewise.
3841 * elf.c: Likewise.
3842 * libbfd.h: Likewise.
3843 * targets.c: Likewise.
3844 * cpu-s390.c: New file.
3845 * elf32-s390.c: New file.
3846 * elf64-s390.c: New file.
3847
38482001-02-09 Nick Clifton <nickc@redhat.com>
3849
3850 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
3851 ImageBase. This has already been done by coff_swap_hdr_in.
3852
38532001-02-09 Jakub Jelinek <jakub@redhat.com>
3854
3855 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
3856
38572001-02-09 Jakub Jelinek <jakub@redhat.com>
3858
3859 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
3860 (sparc64_elf_relocate_section): Likewise.
3861
38622001-02-09 Mark Kettenis <kettenis@gnu.org>
3863
3864 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
3865 similar to R_SPARC_32.
3866 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
3867
38682001-02-08 H.J. Lu <hjl@gnu.org>
3869
3870 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
3871 relocation entries for weak definitions when building DSO with
3872 -Bsymbolic.
3873
38742001-02-08 Richard Henderson <rth@redhat.com>
3875
3876 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
3877 before visibility. Locally defined protected symbols are not
3878 dynamic.
3879
38802001-02-08 Geoffrey Keating <geoffk@redhat.com>
3881
3882 * config.bfd: Enable coff64 for rs6000-*. Patch from
3883 <hzoli@austin.ibm.com>.
3884
38852001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
3886
3887 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
3888 found, do not attempt to find dwarf2 info before returning.
3889
38902001-02-07 Jakub Jelinek <jakub@redhat.com>
3891
3892 * elflink.h (is_global_symbol_definition): Rename to
3893 is_global_data_symbol_definition and have it reject function
3894 symbols.
3895 (elf_link_is_defined_archive_symbol): Use renamed function.
3896
38972001-02-07 Todd Vierling <tv@wasabisystems.com>
3898
3899 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
3900 * libbfd.h (bfd_target_vector): Likewise.
3901 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
3902 make static; create pointer reference named bfd_target_vector.
3903 (_bfd_target_vector_entries): Calculate this based on the array
3904 typed _bfd_target_vector.
3905
39062001-02-06 H.J. Lu <hjl@gnu.org>
3907
3908 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
3909 internal symbols are not dynamic.
3910 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
3911
39122001-02-06 Nick Clifton <nickc@redhat.com>
3913
3914 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
3915 that it will not be pulled into the list of files that make up
3916 po/POTFILES.in.
3917 * Makefile.in: Regenerate.
3918 * po/bfd.pot: Regenerate.
3919
39202001-02-06 H.J. Lu <hjl@gnu.org>
3921
3922 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
3923 checking.
3924 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
3925 external_PEI_IMAGE_hdr.
3926
39272001-02-06 Kazu Hirata <kazu@hxi.com>
3928
3929 * elf-m10200.c: Fix formatting.
3930
39312001-02-04 Nick Clifton <nickc@redhat.com>
3932
3933 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
3934 rel, it will be handled later on.
3935
39362001-02-02 Fred Fish <fnf@ninemoons.com>
3937
3938 * Makefile.in: Fix typo.
3939
39402001-02-01 Kazu Hirata <kazu@hxi.com>
3941
3942 * elf-m10300.c: Fix formatting.
3943
39442001-01-30 Alan Modra <alan@linuxcare.com.au>
3945
3946 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
3947 (elf_backend_get_symbol_type): Define.
3948 (elf64_hppa_object_p): Set architecture and machine from elf
3949 header flags.
3950
39512001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
3952
3953 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
3954 before mdebug.
3955
39562001-01-26 Richard Henderson <rth@redhat.com>
3957
3958 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
3959 for non-default visibility.
3960 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
3961 delete ugly macro and replace with pretty function.
3962
39632001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
3964
3965 * coff-go32.c: Update copyright.
3966 * coff-stgo32.c: Likewise.
3967 * coff-go32.c (COFF_LONG_FILENAMES): Define.
3968 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
3969 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
3970 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
3971
39722001-01-25 Kazu Hirata <kazu@hxi.com>
3973
3974 * bfd-in2.h: Rebuild.
3975 * libbfd.h: Likewise.
3976
39772001-01-23 H.J. Lu <hjl@gnu.org>
3978
3979 * bfd-in2.h: Rebuild.
3980
39812001-01-23 H.J. Lu <hjl@gnu.org>
3982
3983 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
3984 is NULL or PRIV(vms_rec) is outside of the buffer.
3985
39862001-01-23 Kazu Hirata <kazu@hxi.com>
3987
3988 * coff64-rs6000.c: Fix formatting.
3989 * coff-arm.c: Likewise.
3990 * coffgen.c: Likewise.
3991 * cofflink.c: Likewise.
3992 * coff-mcore.c: Likewise.
3993 * coff-mips.c: Likewise.
3994 * coff-pmac.c: Likewise.
3995 * coff-ppc.c: Likewise.
3996 * coff-rs6000.c: Likewise.
3997 * elf32.c: Likewise.
3998 * elf32-fr30.c: Likewise.
3999 * elf32-i370.c: Likewise.
4000 * elf32-i860.c: Likewise.
4001 * elf32-m32r.c: Likewise.
4002 * elf32-m68k.c: Likewise.
4003 * elf32-mcore.c: Likewise.
4004 * elf32-ppc.c: Likewise.
4005 * elf32-sh.c: Likewise.
4006 * elf32-v850.c: Likewise.
4007 * elf64-alpha.c: Likewise.
4008 * elf64-sparc.c: Likewise.
4009 * elflink.c: Likewise.
4010 * elflink.h: Likewise.
4011 * elf-m10200.c: Likewise.
4012 * elf-m10300.c: Likewise.
4013 * elfxx-ia64.c: Likewise.
4014
4015 * aoutx.h: Fix formatting.
4016 * bfd.c: Likewise.
4017 * bfd-in2.h: Likewise.
4018 * bfd-in.h: Likewise.
4019 * cpu-i386.c: Likewise.
4020 * cpu-m68hc11.c: Likewise.
4021 * dwarf2.c: Likewise.
4022 * elf64-x86-64.c: Likewise.
4023 * format.c: Likewise.
4024 * freebsd.h: Likewise.
4025 * hash.c: Likewise.
4026 * hp300hpux.c: Likewise.
4027 * hppabsd-core.c: Likewise.
4028 * hpux-core.c: Likewise.
4029
40302001-01-22 Bo Thorsen <bo@suse.de>
4031
4032 * elf64-x86-64.c: Added PIC support for X86-64.
4033 (elf64_x86_64_link_hash_newfunc): Function added.
4034 (elf64_x86_64_link_hash_table_create): Likewise.
4035 (elf64_x86_64_check_relocs): Likewise.
4036 (elf64_x86_64_gc_mark_hook): Likewise.
4037 (elf64_x86_64_gc_sweep_hook): Likewise.
4038 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
4039 (elf64_x86_64_size_dynamic_sections): Likewise.
4040 (elf64_x86_64_discard_copies): Likewise.
4041 (elf64_x86_64_finish_dynamic_symbol): Likewise.
4042 (elf64_x86_64_finish_dynamic_sections): Likewise.
4043 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
4044
40452001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
4046
4047 * Makefile.am (install-data-local): Make use of $(DESTDIR).
4048 * Makefile.in: Regenerate.
4049
40502001-01-21 Kazu Hirata <kazu@hxi.com>
4051
4052 * coff-a29k.c: Fix formatting.
4053
40542001-01-19 H.J. Lu <hjl@gnu.org>
4055
4056 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
4057 relocation section names.
4058 (elf_i386_relocate_section): Report files with bad relocation
4059 section names and return false.
4060
40612001-01-17 Bo Thorsen <bo@suse.de>
4062
4063 * targets.c: Alphabetize list of xvecs.
4064
40652001-01-14 Alan Modra <alan@linuxcare.com.au>
4066
4067 * config.bfd: Add linux target variant for elfxx-hppa.
4068 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
4069 bfd_elf64_hppa_linux_vec.
4070 * configure: Regenerate.
4071 * elf64-hppa.c: Include elf64-target.h again to support linux
4072 target variant.
4073 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
4074 * elf32-hppa.c: Include elf32-target.h again to support linux
4075 target variant.
4076 (elf32_hppa_post_process_headers): New function.
4077 (elf_backend_post_process_headers): Define.
4078 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
4079 bfd_elf32_hppa_linux_vec.
4080
4081 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
4082 and data_segment_base fields.
4083 (elf32_hppa_link_hash_table_create ): Init them.
4084 (elf32_hppa_check_relocs): Update comments.
4085 (hppa_record_segment_addr): New function.
4086 (elf32_hppa_relocate_section): Call it.
4087 (final_link_relocate): Handle R_PARISC_SEGREL32.
4088 (elf32_hppa_final_link): New function.
4089 (bfd_elf32_bfd_final_link): Define to call it.
4090 (hppa_unwind_entry_compare): New function.
4091 * cache.c (bfd_open_file): Create files in write+read mode.
4092
4093 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
4094 SEGREL32 and numerous other relocs. Change duplicate
4095 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
4096
4097 * opncls.c (bfd_fdopenr): Add parens like the comment says around
4098 O_ACCMODE.
4099
4100 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
4101 .plt entries for DT_INIT and DT_FINI.
4102 (elf32_hppa_finish_dynamic_sections): Remove special handling of
4103 DT_INIT and DT_FINI.
4104
4105 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
4106 offsets for stub .plt access if wide mode. Check offset in range.
4107
41082001-01-13 Nick Clifton <nickc@redhat.com>
4109
4110 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
4111 line.
4112
4113 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
4114 line.
4115
41162001-01-12 Alan Modra <alan@linuxcare.com.au>
4117
4118 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
4119 * configure: Regenerate.
4120
41212001-01-11 Peter Targett <peter.targett@arccores.com>
4122
4123 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
4124 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
4125 * cpu-arc.c (arch_info_struct): Add entries for variants.
4126 (bfd_arc_arch) Set default to bfd_mach_arc_5.
4127 (arc_get_mach) Don't assume machine names prefixed arc- before
4128 testing.
4129 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
4130 selections.
4131 (arc_elf_final_write_processing) Likewise.
4132 (ELF_MACHINE_CODE) Use EM_ARC.
4133
41342001-01-10 Nick Clifton <nickc@redhat.com>
4135
4136 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
4137
41382001-01-07 Philip Blundell <philb@gnu.org>
4139
4140 * README: Replace `bug-gnu-utils@gnu.org' with
4141 `bug-binutils@gnu.org'.
4142
41432001-01-04 Kazu Hirata <kazu@hxi.com>
4144
4145 * som.c: Fix formatting.
4146
41472001-01-03 Kazu Hirata <kazu@hxi.com>
4148
4149 * ecoffswap.h: Fix formatting.
4150 * elf-bfd.h: Likewise.
4151 * elfarm-nabi.c: Likewise.
4152 * elfarm-oabi.c: Likewise.
4153 * elfcode.h: Likewise.
4154 * elfcore.h: Likewise.
4155 * elflink.c: Likewise.
4156 * elflink.h: Likewise.
4157 * elfxx-ia64.c: Likewise.
4158 * elfxx-target.h: Likewise.
4159 * libbfd.c: Likewise
4160 * linker.c: Likewise.
4161 * lynx-core.c: Likewise.
4162
41632001-01-02 Kazu Hirata <kazu@hxi.com>
4164
4165 * pc532-mach.c: Fix formatting.
4166 * pe-arm.c: Likewise.
4167 * pe-i386.c: Likewise.
4168 * pe-mips.c: Likewise.
4169 * pe-ppc.c: Likewise.
4170 * pe-sh.c: Likewise.
4171 * pei-mips.c: Likewise.
4172 * pei-sh.c: Likewise.
4173 * peicode.h: Likewise.
4174 * ppcboot.c: Likewise.
4175 * ptrace-core.c: Likewise.
4176
41772001-01-01 Kazu Hirata <kazu@hxi.com>
4178
4179 * reloc.c: Fix formatting.
4180 * riscix.c: Likewise.
4181 * rs6000-core.c: Likewise.
4182 * xcoff-target.h: Likewise.
4183
41842000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
4185
4186 * elfcode.h (elf_object_p): Also restore the bfd mach field on
4187 error, by calling bfd_default_set_arch_mach with incoming
4188 values.
4189
41902000-12-26 Kazu Hirata <kazu@hxi.com>
4191
4192 * vaxnetbsd.c: Fix formatting.
4193 * versados.c: Likewise.
4194 * vms-gsd.c: Likewise.
4195 * vms-hdr.c: Likewise.
4196 * vms-misc.c: Likewise.
4197
41982000-12-25 Alexandre Oliva <aoliva@redhat.com>
4199
4200 * archive.c (coff_write_armap): Don't write more than symbol_count
4201 `archive_member_file_ptr's.
4202
42032000-12-25 Kazu Hirata <kazu@hxi.com>
4204
4205 * vms-tir.c: Fix formatting.
4206
42072000-12-23 Kazu Hirata <kazu@hxi.com>
4208
4209 * vms.c: Fix formatting.
4210 * vms.h: Likewise.
4211
42122000-12-21 Santeri Paavolainen <santtu@ssh.com>
4213
4214 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
4215
4216 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
4217
4218 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
4219 arithmetic.
4220
4221 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
4222
4223 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
4224
42252000-12-21 Richard Sandiford <rsandifo@redhat.com>
4226
4227 * libbfd.c (bfd_get_bits): Added
4228 (bfd_put_bits): Likewise
4229 * bfd-in.h: Declared the above.
4230 * bfd-in2.h: Regenerated.
4231
42322000-12-20 Kazu Hirata <kazu@hxi.com>
4233
4234 * targets.c: Fix formatting.
4235 * tekhex.c: Likewise.
4236 * trad-core.c: Likewise.
4237
42382000-12-19 Kazu Hirata <kazu@hxi.com>
4239
4240 * sco5-core.c: Fix formatting.
4241 * section.c: Likewise.
4242 * sparclinux.c: Likewise.
4243 * sparclynx.c: Likewise.
4244 * sparcnetbsd.c: Likewise.
4245 * srec.c: Likewise.
4246 * stabs.c: Likewise.
4247 * stab-syms.c: Likewise.
4248 * sunos.c: Likewise.
4249 * syms.c: Likewise.
4250 * sysdep.h: Likewise.
4251
42522000-12-18 Nick Clifton <nickc@redhat.com>
4253
4254 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
4255 defined.
4256 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
4257 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
4258
42592000-12-18 Nick Clifton <nickc@redhat.com>
4260
4261 * vms-misc.c (_bfd_vms_get_record): Add default case to
4262 file_format switch.
4263
42642000-12-15 Miloslav Trmac <mitr@volny.cz>
4265
4266 * elfcore.h (elf_core_file_p): Move to the start of the program
4267 headers before attempting to read them.
4268
42692000-12-14 Kazu Hirata <kazu@hxi.com>
4270
4271 * peigen.c: Fix formatting.
4272 * som.c: Likewise.
4273 * som.h: Likewise.
4274
42752000-12-13 Kazu Hirata <kazu@hxi.com>
4276
4277 * peigen.c: Fix formatting.
4278
42792000-12-12 Jim Wilson <wilson@redhat.com>
4280
4281 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
4282
42832000-12-08 Mark Salter <msalter@redhat.com>
4284
4285 * binary.c (binary_set_section_contents): Ignore sections
4286 with zero size.
4287
42882000-12-12 Kazu Hirata <kazu@hxi.com>
4289
4290 * m68klinux.c: Fix formatting.
4291 * m68knetbsd.c: Likewise.
4292 * mipsbsd.c: Likewise.
4293 * netbsd-core.c: Likewise.
4294 * netbsd.h: Likewise.
4295 * newsos3.c: Likewise.
4296 * nlm32-alpha.c: Likewise.
4297 * nlm32-i386.c: Likewise.
4298 * nlm32-ppc.c: Likewise.
4299 * nlm32-sparc.c: Likewise.
4300 * nlmcode.h: Likewise.
4301 * nlmswap.h: Likewise.
4302 * nlm-target.h: Likewise.
4303 * ns32knetbsd.c: Likewise.
4304
43052000-12-10 Fred Fish <fnf@be.com>
4306
4307 * elflink.h (elf_link_output_extsym): Don't complain about undefined
4308 symbols in shared objects if allow_shlib_undefined is true.
4309
43102000-12-12 Nick Clifton <nickc@redhat.com>
4311
4312 * cpu-sh.c: Fix formattng.
4313 * elf.c: Fix formattng.
4314 * elf32-mips.c: Fix formattng.
4315 * elf32-sh.c: Fix formattng.
4316 * elf64-alpha.c: Fix formattng.
4317
43182000-12-09 Nick Clifton <nickc@redhat.com>
4319
4320 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
4321 dwarf2_find_line_info as last parameter to invocation of
4322 _bfd_dwarf2_find_nearest_line.
4323 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
4324 dwarf2_find_line_info as last parameter to invocation of
4325 _bfd_dwarf2_find_nearest_line.
4326
43272000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
4328
4329 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
4330 (BFD_LIBS): ...to here.
4331 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
4332 (BFD_LIBS_CFILES): ...to here.
4333 * Makefile.in: Regenerate.
4334 * configure.in: Remove dwarf.lo from the elf shell variable.
4335 * configure: Regenerate.
4336 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
4337 * libcoff.h: Regenerate.
4338 * coffgen.c (coff_find_nearest_line): Call
4339 _bfd_dwarf2_find_nearest_line.
4340 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
4341 accordingly.
4342 (read_abbrevs): Likewise
4343 (decode_line_info): Likewise.
4344 (parse_comp_unit): Likewise.
4345 (comp_unit_find_nearest_line): Likewise.
4346 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
4347 * libbfd.h: Regenerate.
4348 * elf.c (_bfd_elf_find_nearest_line): Update call.
4349 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
4350 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
4351 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
4352 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
4353 (styp_to_sec_flags): Handle DWARF2 sections.
4354 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
4355 to _bfd_find_nearest_line.
4356 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
4357 call to _bfd_find_nearest_line.
4358
43592000-12-08 Kazu Hirata <kazu@hxi.com>
4360
4361 * coffgen.c: Fix formatting.
4362 * elf-m10300.c: Likewise.
4363 * elf32-i386.c: Likewise.
4364 * elf32-i960.c: Likewise.
4365 * elf32-m68k.c: Likewise.
4366 * elf32-mcore.c: Likewise.
4367 * elf32-ppc.c: Likewise.
4368 * elf32-sh.c: Likewise.
4369 * elf32-sparc.c: Likewise.
4370 * elf32-v850.c: Likewise.
4371 * elf64-alpha.c: Likewise.
4372 * elf64-hppa.c: Likewise.
4373 * elf64-mips.c: Likewise.
4374 * elf64-sparc.c: Likewise.
4375
43762000-12-07 Kazu Hirata <kazu@hxi.com>
4377
4378 * elf32-ppc.c: Fix formatting.
4379 * elf64-x86-64.c: Likewise.
4380
43812000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
4382
4383 From Ralf Baechle <ralf@gnu.org>
4384
4385 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
4386 BFDs containing no sections or empty .text, .data or .bss sections
4387 to be merged, regardless of their flags.
4388
43892000-12-06 Kazu Hirata <kazu@hxi.com>
4390
4391 * elf32-m32r.c: Fix formatting.
4392 * elf32-m68hc11.c: Likewise.
4393 * elf32-m68hc12.c: Likewise.
4394 * elf32-m68k.c: Likewise.
4395 * elf32-mcore.c: Likewise.
4396 * elf32-pj.c: Likewise.
4397 * elf32-ppc.c: Likewise.
4398
43992000-12-05 Kazu Hirata <kazu@hxi.com>
4400
4401 * elf32-fr30.c: Fix formatting.
4402 * elf32-hppa.c: Likewise.
4403 * elf32-i370.c: Likewise.
4404 * elf32-i386.c: Likewise.
4405 * elf32-i860.c: Likewise.
4406 * elf32-i960.c: Likewise.
4407
44082000-12-03 Kazu Hirata <kazu@hxi.com>
4409
4410 * elf32-arm.h: Fix formatting.
4411 * elf32-avr.c: Likewise.
4412 * elf32-cris.c: Likewise.
4413 * elf32-d10v.c: Likewise.
4414 * elf32-d30v.c: Likewise.
4415 * elf-hppa.h: Likewise.
4416 * elf-m10200.c: Likewise.
4417 * elf-m10300.c: Likewise.
4418
44192000-12-01 Chris Demetriou <cgd@sibyte.com>
4420
4421 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
4422 bfd_mach_mips32_4k. Update FIXME comment.
4423 * archures.c (bfd_mach_mips32): New constant.
4424 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
4425 the latter, renumber it.
4426 * bfd-in2.h (bfd_mach_mips32): New constant.
4427 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
4428 the latter, renumber it.
4429 * cpu-mips.c (I_mips32): New constant.
4430 (I_mips4K, I_mips32_4k): Rename the former to the latter.
4431 (arch_info_struct): Add bfd_mach_mips32 entry, replace
4432 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
4433 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
4434 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
4435 with E_MIPS_MACH_MIPS32_4K.
4436 (_bfd_mips_elf_final_write_processing): Replace
4437 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
4438 bfd_mach_mips32 case.
4439 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
4440 comparison with support for MIPS32.
4441 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
4442 MIPS32.
4443
4444 * aoutx.h (NAME(aout,machine_type)): Add cases for
4445 bfd_mach_mips5 and bfd_mach_mips64.
4446 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
4447 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
4448 * cpu_mips.c (I_mips5, I_mips64): New definitions.
4449 (arch_info_struct): Add entries for bfd_mach_mips5 and
4450 bfd_mach_mips64.
4451 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
4452 _bfd_mips_elf_print_private_bfd_data): Add cases for
4453 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
4454 (_bfd_mips_elf_final_write_processing): Add cases for
4455 bfd_mach_mips5 and bfd_mach_mips64.
4456
4457 * aoutx.h (NAME(aout,machine_type)): Add a
4458 bfd_mach_mips_sb1 case.
4459 * archures.c (bfd_mach_mips_sb1): New constant.
4460 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
4461 * cpu-mips.c (I_sb1): New constant.
4462 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
4463 * elf32-mips.c (elf_mips_mach): Add case for
4464 E_MIPS_MACH_SB1.
4465 (_bfd_mips_elf_final_write_processing): Add case for
4466 bfd_mach_mips_sb1.
4467
44682000-12-01 Joel Sherrill <joel@OARcorp.com>
4469
4470 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
4471 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
4472 (sparc*-*-rtems*): Switched from a.out to ELF.
4473
44742000-11-30 Jan Hubicka <jh@suse.cz>
4475
4476 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
4477 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
4478 (elf64-x86-64.lo): Add dependencies.
4479 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
4480 bfd_mach_x86_64_intel_syntax.
4481 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
4482 * config.bfd (x86_64): Add.
4483 * configure.in: Add support for bfd_elf64_x86_64_vec.
4484 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
4485 (bfd_i386_arch, i8086_ar): Link in.
4486 * elf64-x86-64.c: New file.
4487 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
4488 * targets.c (bfd_elf64_x86_64_vec): Add.
4489 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
4490
44912000-11-30 Kazu Hirata <kazu@hxi.com>
4492
4493 * xcofflink.c: Fix formatting.
4494
44952000-11-28 Kazu Hirata <kazu@hxi.com>
4496
4497 * aoutx.h: Fix formatting.
4498 * bfd-in.h: Likewise.
4499 * bfd-in2.h: Likewise.
4500 * cache.c: Likewise.
4501 * cisco-core.c: Likewise.
4502 * coff64-rs6000.c: Likewise.
4503 * coffcode.h: Likewise.
4504 * coffswap.h: Likewise.
4505 * corefile.c: Likewise.
4506 * elf32-mips.c: Likewise.
4507
45082000-11-27 Kazu Hirata <kazu@hxi.com>
4509
4510 * aout-adobe.c: Fix formatting.
4511 * coff64-rs6000.c: Likewise.
4512 * coffgen.c: Likewise.
4513 * cofflink.c: Likewise.
4514
45152000-11-27 Philip Blundell <pb@futuretv.com>
4516
4517 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
4518 (obj_coff_strings_written): New accessor macro for above.
4519 * libcoff.h: Regenerate.
4520 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
4521 strings.
4522 * coffcode.h (coff_write_object_contents): No need to write out
4523 the string table if it's already been done.
4524
45252000-11-22 Philip Blundell <pb@futuretv.com>
4526
4527 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
4528 weak undefined symbols.
4529
45302000-11-24 Nick Clifton <nickc@redhat.com>
4531
4532 * archures.c (bfd_mach_arm_5TE): Define.
4533 (bfd_mach_arm+XScale): Define.
4534 * bfd-in2.h: Regenerate.
4535
4536 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
4537 BFD_RELOC_ARM_PCREL_BLX.
4538
4539 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
4540 XScale machine numbers.
4541
4542 * config.bfd (xscale-elf): Add target.
4543 (xscale-coff): Add target.
4544
4545 * cpu-arm.c: Add xscale machine name.
4546 Add v5t, v5te and XScale machine numbers.
4547
45482000-11-23 Kazu Hirata <kazu@hxi.com>
4549
4550 * aix386-core.c: Fix formatting.
4551
45522000-11-22 Jim Wilson <wilson@redhat.com>
4553
4554 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
4555 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
4556 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
4557 (ins_imms_scaled): Initialize sign_bit at function entry.
4558 (elf64_ia64_operands): Add missing initializers.
4559 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
4560 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
4561 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
4562 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
4563 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
4564 parameters.
4565 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
4566 and free_extsyms at function entry.
4567 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
4568 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
4569 (get_got): Delete unused local srel.
4570 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
4571 (elfNN_ia64_relocate_section): Delete unused local dynindx.
4572
45732000-11-21 Kazu Hirata <kazu@hxi.com>
4574
4575 * coff-a29k.c: Fix formatting.
4576 * coff-h8500.c: Likewise.
4577 * coff-i960.c: Likewise.
4578 * coff-ppc.c: Likewise.
4579 * coff-rs6000.c: Likewise.
4580 * coff-stgo32.c: Likewise.
4581 * coff-tic54x.c: Likewise.
4582 * coff-w65.c: Likewise.
4583 * cpu-h8500.c: Likewise.
4584 * cpu-hppa.c: Likewise.
4585 * cpu-ns32k.c: Likewise.
4586 * ecoff.c: Likewise.
4587 * ecofflink.c: Likewise.
4588
45892000-11-21 Nick Clifton <nickc@redhat.com>
4590
4591 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
4592 remove possibility of infinite loop.
4593
45942000-11-20 Kazu Hirata <kazu@hxi.com>
4595
4596 * aix386-core.c: Fix formatting.
4597 * aout-adobe.c: Likewise.
4598 * aout-arm.c: Likewise.
4599 * aout-encap.c: Likewise.
4600 * aout-ns32k.c: Likewise.
4601 * aout-target.h: Likewise.
4602 * aout-tic30.c: Likewise.
4603 * aoutf1.h: Likewise.
4604 * aoutx.h: Likewise.
4605 * archive.c: Likewise.
4606 * bfd-in.h: Likewise.
4607 * bfd-in2.h: Likewise.
4608 * bfd.c: Likewise.
4609 * bout.c: Likewise.
4610
46112000-11-17 H.J. Lu <hjl@gnu.org>
4612
4613 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
4614 pltoff entries for DT_INIT and DT_FINI.
4615 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
4616 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
4617 entries.
4618
46192000-11-16 Richard Henderson <rth@redhat.com>
4620
4621 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
4622 (allocate_dynrel_entries): Likewise.
4623 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
4624 (set_pltoff_entry): Likewise.
4625 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
4626 (elfNN_ia64_reloc_type_lookup): Likewise.
4627 (elfNN_ia64_install_value): Likewise.
4628 (elfNN_ia64_relocate_section): Likewise.
4629 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
4630 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
4631
46322000-11-16 Kazu Hirata <kazu@hxi.com>
4633
4634 * cpu-a29k.c: Fix formatting.
4635 * cpu-alpha.c: Likewise.
4636 * cpu-arm.c: Likewise.
4637 * cpu-avr.c: Likewise.
4638 * cpu-d10v.c: Likewise.
4639 * cpu-h8500.c: Likewise.
4640 * cpu-hppa.c: Likewise.
4641 * cpu-i370.c: Likewise.
4642 * cpu-i386.c: Likewise.
4643 * cpu-i960.c: Likewise.
4644 * cpu-ia64-opc.c: Likewise.
4645 * cpu-ia64.c: Likewise.
4646 * cpu-m32r.c: Likewise.
4647 * cpu-m68hc11.c: Likewise.
4648 * cpu-m68hc12.c: Likewise.
4649 * cpu-m68k.c: Likewise.
4650 * cpu-m88k.c: Likewise.
4651 * cpu-mips.c: Likewise.
4652 * cpu-ns32k.c: Likewise.
4653 * cpu-pj.c: Likewise.
4654 * cpu-powerpc.c: Likewise.
4655 * cpu-sh.c: Likewise.
4656 * cpu-sparc.c: Likewise.
4657 * cpu-tic54x.c: Likewise.
4658 * cpu-v850.c: Likewise.
4659 * cpu-vax.c: Likewise.
4660 * cpu-w65.c: Likewise.
4661 * cpu-we32k.c: Likewise.
4662 * cpu-z8k.c: Likewise.
4663 * dwarf1.c: Likewise.
4664 * dwarf2.c: Likewise.
4665
46662000-11-15 Kazu Hirata <kazu@hxi.com>
4667
4668 * coff-arm.c: Fix formatting.
4669 * coff-ppc.c: Likewise.
4670 * coff-rs6000.c: Likewise.
4671 * coff-sh.c: Likewise.
4672 * coff-sparc.c: Likewise.
4673 * coff-tic30.c: Likewise.
4674 * coff-tic54x.c: Likewise.
4675 * coff-tic80.c: Likewise.
4676 * coff-w65.c: Likewise.
4677 * coff-we32k.c: Likewise.
4678 * coff-z8k.c: Likewise.
4679
46802000-11-15 Richard Henderson <rth@redhat.com>
4681
4682 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
4683 section with the same ALLOC|LOAD flags as the source section.
4684
46852000-11-14 Jakub Jelinek <jakub@redhat.com>
4686
4687 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
4688 by STO_ALPHA constants.
4689
46902000-11-14 Kazu Hirata <kazu@hxi.com>
4691
4692 * coff-pmac.c: Fix formatting.
4693 * coff-ppc.c: Likewise.
4694
46952000-11-13 H.J. Lu <hjl@gnu.org>
4696
4697 * elflink.h (elf_link_add_object_symbols): Also add indirect
4698 symbols for common symbols with the default version.
4699
47002000-11-09 Philip Blundell <pb@futuretv.com>
4701
4702 * section.c (STD_SECTION): Set gc_mark flag.
4703
47042000-11-11 Kazu Hirata <kazu@hxi.com>
4705
4706 * coff-i960.c: Likewise.
4707 * coff-m68k.c: Likewise.
4708 * coff-m88k.c: Likewise.
4709 * coff-mcore.c: Likewise.
4710 * coff-mips.c: Likewise.
4711
47122000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
4713
4714 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
4715
47162000-11-10 Kazu Hirata <kazu@hxi.com>
4717
4718 * coff-h8300.c: Fix formatting.
4719 * coff-h8500.c: Likewise.
4720 * coff-i386.c: Likewise.
4721 * coff-i860.c: Likewise.
4722 * coff-i960.c: Likewise.
4723 * coff-ia64.c: Likewise.
4724
47252000-11-09 Kazu Hirata <kazu@hxi.com>
4726
4727 * archive.c: Fix formatting.
4728 * archures.c: Likewise.
4729
47302000-11-07 Richard Henderson <rth@redhat.com>
4731
4732 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
4733 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
4734 * section.c (bfd_set_section_contents): Call memcpy if
4735 section->contents set and location not equal to contents plus offset.
4736
47372000-11-08 Kazu Hirata <kazu@hxi.com>
4738
4739 * bfd-in.h: Fix formatting.
4740 * bfd-in2.h: Likewise.
4741 * bfd.c: Likewise.
4742 * binary.c: Likewise.
4743 * bout.c: Likewise.
4744 * coff-a29k.c: Likewise.
4745 * coff-alpha.c: Likewise.
4746 * coff-apollo.c: Likewise.
4747 * coff-aux.c: Likewise.
4748
47492000-11-07 Kazu Hirata <kazu@hxi.com>
4750
4751 * aix386-core.c: Fix formatting.
4752 * aoutf1.h: Likewise.
4753 * aoutx.h: Likewise.
4754 * archures.c: Likewise.
4755 * armnetbsd.c: Likewise.
4756
47572000-11-07 Alan Modra <alan@linuxcare.com.au>
4758
4759 * coff-h8300.c (special): Adjust reloc address.
4760
47612000-11-06 Steve Ellcey <sje@cup.hp.com>
4762
4763 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
4764 to differentiate elf32 and elf64 on ia64.
4765 * bfd-in2.h: Regenerate.
4766 * config.bfd: Add target for "ia64*-*-hpux*".
4767 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
4768 * configure: Regenerate.
4769 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
4770 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
4771
4772 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
4773 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
4774 * Makefile.in: Regnerate.
4775 * elf64-ia64.c: Deleted.
4776 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
4777
47782000-11-06 Kazu Hirata <kazu@hxi.com>
4779
4780 * aout-adobe.c: Fix formatting.
4781 * aout-arm.c: Likewise.
4782 * aout-cris.c: Likewise.
4783 * aout-encap.c: Likewise.
4784 * aout-ns32k.c: Likewise.
4785 * aout-target.h: Likewise.
4786 * aout-tic30.c: Likewise.
4787
47882000-11-05 Philip Blundell <philb@gnu.org>
4789
4790 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
4791 BFDs containing no sections to be merged, regardless of their flags.
4792
47932000-11-04 Philip Blundell <philb@gnu.org>
4794
4795 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
4796 if a relocation for an undefined symbol also results in an
4797 overflow.
4798
47992000-11-06 Christopher Faylor <cgf@cygnus.com>
4800
4801 * config.bfd: Add support for Sun Chorus.
4802
48032000-11-05 David O'Brien <obrien@FreeBSD.org>
4804
4805 * configure.in: Recognize alpha-*-freebsd*.
4806 * configure: Regenerate.
4807
48082000-11-02 Luciano Gemme <ishitawa@yahoo.com>
4809
4810 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
4811 (Chunk): New global variable set by a parameter in objcopy.c.
4812 (S3Forced): New global variable set by a parameter in
4813 objcopy.c.
4814 (srec_set_section_contents): If S3Forced is true, always generate
4815 S3 records.
4816 (srec_write_section): Use 'Chunk' to limit maximum length of S
4817 records.
4818
48192000-11-02 Per Lundberg <plundis@chaosdev.org>
4820
4821 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
4822 * Makefile.in: Regenerate.
4823 * bfd-in2.h: Regenerate.
4824 * po/bfd.pot: Regenerate.
4825
48262000-10-31 Philip Blundell <philb@gnu.org>
4827
4828 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
4829 EF_SOFT_FLOAT if it is defined.
4830
48312000-10-27 Philip Blundell <philb@gnu.org>
4832
4833 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
4834 attempts to mix PIC code with non-PIC, just mark the output as
4835 being position dependent.
4836 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
4837 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
4838 all mismatches, not just the first one.
4839
48402000-10-25 Chris Demetriou <cgd@sibyte.com>
4841
4842 * ieee.c (ieee_archive_p): Plug one of many possible
4843 memory leaks in error handling.
4844
48452000-10-20 Jakub Jelinek <jakub@redhat.com>
4846
4847 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
4848 elf32_sparc_object_p, elf32_sparc_final_write_processing):
4849 Support v8plusb.
4850 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
4851 sparc64_elf_object_p): Support v9b.
4852 * archures.c: Declare v8plusb and v9b machines.
4853 * bfd-in2.h: Ditto.
4854 * cpu-sparc.c: Ditto.
4855
48562000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
4857
4858 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
4859 of a GOT reloc.
4860
4861 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
4862 (SYMBOL_CALLS_LOCAL): New macro.
4863 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
4864 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
4865 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
4866 (ppc_elf_relocate_section): Use flag variable to determine
4867 whether the relocation refers to a local symbol.
4868 Test whether a PLTREL24 reloc will produce a reloc by looking
4869 to see whether a PLT entry was made.
4870
48712000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
4872
4873 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
4874 entries that could serve as a definition for a weak symbol.
4875
48762000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
4877
4878 From Ralf Baechle <ralf@gnu.org>
4879
4880 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
4881 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
4882 against local symbols.
4883 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
4884
48852000-10-12 Alan Modra <alan@linuxcare.com.au>
4886
4887 * section.c (struct sec): Add kept_section.
4888 (struct bfd_comdat_info): Remove sec, we can use above.
4889 (STD_SECTION): Add initializer.
4890 (bfd_make_section_anyway): Init here too.
4891
4892 * bfd-in2.h: Regenerate.
4893
4894 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
4895 zeroing of `flags'.
4896 (elf_link_input_bfd): Set all asection->symbol->value's here, and
4897 fudge values for discarded link-once section symbols.
4898
4899 * elf64-hppa.c: Include alloca-conf.h
4900
49012000-10-11 Alan Modra <alan@linuxcare.com.au>
4902
4903 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
4904
4905 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
4906
49072000-10-10 Alan Modra <alan@linuxcare.com.au>
4908
4909 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
4910
49112000-10-10 Tom Rix <trix@redhat.com>
4912
4913 * section.c (bfd_make_section_anyway): Release newsect ptr when
4914 newsect->symbol fails to alloc. Use bfd_release instead of free.
4915
49162000-10-09 Richard Henderson <rth@cygnus.com
4917
4918 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
4919 (elf64_ia64_unwind_entry_compare): New.
4920 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
4921
49222000-10-07 Alan Modra <alan@linuxcare.com.au>
4923
4924 * elflink.h (size_dynamic_sections): Don't create various tags if
4925 .dynstr is excluded from the link. Don't set first dynsym entry
4926 if dynsymcount is zero.
4927 (elf_bfd_final_link): Don't try to swap out dynamic syms if
4928 .dynsym excluded from the link. Don't try to write any dynamic
4929 sections excluded from the link.
4930
4931 * elf.c (swap_out_syms): Handle global section symbols.
4932
49332000-10-05 DJ Delorie <dj@redhat.com>
4934
4935 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
4936 * coffcode.h (coff_set_alignment_hook): read extended reloc count
4937 (coff_write_relocs): write extended reloc count
4938 (coff_write_object_contents): account for extended relocs
4939
49402000-10-05 Jim Wilson <wilson@cygnus.com>
4941
4942 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
4943 field.
4944 * elf.c (_bfd_elf_make_section_from_shdr): Call the
4945 elf_backend_section_flags function.
4946 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
4947 code.
4948 (elf64_ia64_section_flags): New function containing flag conversion
4949 code.
4950 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
4951 * elfxx-target.h (elf_backend_section_flags): Define.
4952 (elfNN_bed): Initialize elf_backend_section_flags field.
4953
49542000-10-02 Alan Modra <alan@linuxcare.com.au>
4955
4956 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
4957 _bfd_elf32_gc_record_vtable. Correct a comment.
4958
49592000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
4960
4961 From Ralf Baechle <ralf@gnu.org>
4962
4963 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
4964 produces binaries with got[1] = 0x80000001 to differenciate them
4965 for the dynamic linker from the broken binaries produced by old
4966 versions.
4967
49682000-09-30 Petr Sorfa <petrs@sco.com>
4969
4970 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
4971 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
4972 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
4973 * configure: Regenerate.
4974
49752000-09-27 Hans-Peter Nilsson <hp@axis.com>
4976
4977 Define two bfd_targets for absence and presence of leading
4978 underscore on symbols. Make sure to only link same kind.
4979 * elf32-cris.c (cris_elf_object_p,
4980 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
4981 cris_elf_merge_private_bfd_data): New.
4982 (elf_backend_object_p, elf_backend_final_write_processing,
4983 bfd_elf32_bfd_print_private_bfd_data,
4984 bfd_elf32_bfd_merge_private_bfd_data): Define.
4985 <Target vector definition>: Include elf32-target.h twice with
4986 different macro settings:
4987 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
4988 bfd_elf32_us_cris_vec.
4989 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
4990 (elf_symbol_leading_char): First as 0, then '_'.
4991 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
4992 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
4993 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
4994 * configure: Regenerate.
4995 * targets.c: Declare bfd_elf32_us_cris_vec.
4996 * po/bfd.pot: Regenerate.
4997
49982000-09-29 Momchil Velikov <velco@fadata.bg>
4999
5000 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
5001 R_ARM_THM_PC22 relocations.
5002
50032000-09-29 NIIBE Yutaka <gniibe@chroot.org>
5004
5005 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
5006
50072000-09-29 Momchil Velikov <velco@fadata.bg>
5008
5009 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
5010 is has the SEC_HAS_CONTENTS flag set.
5011