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