Replace VXWORKS with ARM_COFF_BUGFIX.
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
d8adc60f
NC
12001-08-01 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * config.bfd (arm-vxworks): Change name of define from VXWORKS to
4 ARM_COFF_BUGFIX.
5 (arm-epoc-pe): Define ARM_COFF_BUGFIX.
6 coff-arm.c (coff_arm_relocate_section): Replace VXWORKS with
7 ARM_COFF_BUGFIX.
8
407c2b92
NC
92001-07-30 Rainer Orth <ro@TechFak.Uni-Bielefeld.DE>
10
11 * libecoff.h (_bfd_ecoff_styp_to_sec_flags): Changed return type
12 to match corresponding bfd_coff_backend data member.
13
8a5cc6be
AM
142001-07-24 Alan Modra <amodra@bigpond.net.au>
15
16 * Makefile.am: Update dependencies with "make dep-am".
17 * Makefile.in: Regenerate
18
01467f2a
L
192001-07-15 H.J. Lu <hjl@gnu.org>
20
21 * Makefile.am (po/SRC-POTFILES.in): Use tmp.src instead of tmp.
22 (po/BLD-POTFILES.in): Use tmp.bld instead of tmp.
23 * Makefile.in: Regenerate.
24
824e2cb4
L
252001-07-11 H.J. Lu <hjl@gnu.org>
26
27 * elf64-alpha.c (elf64_alpha_check_relocs): Set the ALLOC|LOAD
28 flags when creating the reloc section if the ALLOC flag in the
29 source section is set.
30
a4bd8390
JW
312001-07-11 Steve Ellcey <sje@cup.hp.com>
32
33 * reloc.c (bfd_reloc_code_type): Add IA64 relocs
34 BFD_RELOC_IA64_LTOFF_FPTR32MSB and BFD_RELOC_IA64_LTOFF_FPTR32LSB
35 * bfd-in2.h: Regenerate.
36 * libbfd.h: Regenerate.
37 * elfxx-ia64.c (ia64_howto_table): Define how to handle
38 new relocations.
39 (elfNN_ia64_reloc_type_lookup): Handle new relocations.
40 (elfNN_ia64_check_relocs): Likewise.
41 (elfNN_ia64_install_value): Likewise.
42 (elfNN_ia64_relocate_section): Likewise.
43
20278fa3
JJ
442001-07-11 Jakub Jelinek <jakub@redhat.com>
45
46 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Remove support for
47 R_SPARC_UA64.
48 (elf32_sparc_check_relocs): Likewise.
49 Only create .rela section for alloced sections in shared libraries.
50 (elf32_sparc_relocate_section): Likewise.
51 Remove redundant check.
52 Optimize unaligned reloc usage.
53 * elf64-sparc.c (sparc64_elf_relocate_section): Remove redundant
54 check.
55
067a7d17
L
562001-07-11 H.J. Lu <hjl@gnu.org>
57
58 * elf64-alpha.c (elf64_alpha_check_relocs): Only use the same
59 ALLOC|LOAD flags as the source section for debugging sections
60 when creating the reloc section.
61
a78f18dc
JW
622001-07-05 Jim Wilson <wilson@redhat.com>
63
0a2afbc1
JW
64 * linker.c (_bfd_generic_link_add_one_symbol, case BIG): Use
65 the section of the bigger symbol.
66
a78f18dc
JW
67 * syms.c (bfd_is_local_label): Return false if BSF_SECTION_SYM.
68
0515494a
NC
692001-07-05 Nick Clifton <nickc@cambridge.redhat.com>
70
71 * peicode.h (coff_swap_scnhdr_in): For sections containing
72 uninitialised data, only set their size to s_paddr if this does
73 not reset their size to zero. MS's latest compilers will set
74 s_paddr to zero.
75
5e7079af
L
762001-07-04 H.J. Lu <hjl@gnu.org>
77
78 * bfd/elf32-mips.c (_bfd_mips_elf_final_write_processing):
79 Handle bfd_mach_mips4400, bfd_mach_mips4600 and
80 bfd_mach_mips5000.
81
440c4607
NC
822001-07-03 Mark Elbrecht <snowball3@softhome.net>
83
f47e5071
NC
84 * bfd.c (bfd_get_sign_extend_vma): Support DJGPP COFF targets.
85
440c4607
NC
86 * cofflink.c (_bfd_coff_link_input_bfd): Skip section symbols from
87 sections being discarded.
88
936e320b
AM
892001-06-30 Alan Modra <amodra@bigpond.net.au>
90
91 * elfcore.h (elf_core_file_p): Call bfd_section_from_phdr directly
92 instead of _bfd_elfcore_section_from_phdr.
93 * elf-bfd.h (_bfd_elfcore_section_from_phdr): Remove.
94 * elf.c (_bfd_elfcore_section_from_phdr): Remove.
95 (_bfd_elfcore_make_pseudosection): Expedite tail-call.
96 (elfcore_grok_prstatus): Likewise.
97 (elfcore_grok_lwpstatus): Likewise.
98 (bfd_get_elf_phdr_upper_bound): Likewise.
99 (elfcore_make_note_pseudosection): Formatting.
100 (_bfd_elfcore_strndup): Formatting.
101 * elf32-mips.c (mips_elf_sym_is_global): Formatting.
102 (_bfd_elf32_mips_grok_prstatus): Expedite tail-call.
103
bb0082d6
AM
1042001-06-29 Daniel Jacobowitz <drow@mvista.com>
105
106 * elf-bfd.h: Add prototypes for _bfd_elfcore_make_pseudosection
107 and _bfd_elfcore_strndup.
108 (struct elf_backend_data): Add elf_backend_grok_prstatus
109 and elf_backend_grok_psinfo.
110 * elf.c (_bfd_elfcore_make_pseudosection): New function.
111 (elfcore_grok_prstatus): Use it.
112 (elfcore_make_note_pseudosection): Likewise.
113 (elfcore_strndup): Rename to...
114 (_bfd_elfcore_strndup): Here, and make global.
115 (elfcore_grok_psinfo): Use _bfd_elfcore_strndup.
116 (elfcore_grok_note): Call elf_backend_grok_prstatus
117 and elf_backend_grok_psinfo if available.
118 * elf32-mips.c (_bfd_elf32_mips_grok_prstatus): New function.
119 (_bfd_elf32_mips_grok_psinfo): New function.
120 (elf_backend_grok_prstatus): Define.
121 (elf_backend_grok_psinfo): Define.
122 * elfxx-target.h (elf_backend_grok_prstatus): Default to NULL.
123 (elf_backend_grok_psinfo): Likewise.
124 (elfNN_bed): Include elf_backend_grok_prstatus and
125 elf_backend_grok_psinfo.
126
b64977c5
L
1272001-06-29 H.J. Lu <hjl@gnu.org>
128
129 * elf32-hppa.c (elf32_hppa_finish_dynamic_sections): Check if
130 hplink->sgot is NULL before filling GOT. Checck if hplink->splt
131 is NULL before filling PLT.
132
e45bf863
AM
1332001-06-29 Alan Modra <amodra@bigpond.net.au>
134
135 * elflink.h (elf_link_output_extsym): Revert 1999-04-10.
136
5a15f56f
AM
1372001-06-27 Alan Modra <amodra@bigpond.net.au>
138
446f2863
AM
139 * elf32-hppa.c (elf32_hppa_check_relocs): Don't make syms dynamic
140 here..
141 (elf32_hppa_adjust_dynamic_symbol): ..nor here..
142 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
143 after gc has run.
144
145 * elf32-hppa.c (RELATIVE_DYNAMIC_RELOCS): Delete.
146 (IS_ABSOLUTE_RELOC): Define.
147 (elf32_hppa_link_hash_entry): Always include reloc_entries field.
148 (hppa_link_hash_newfunc): Always init it.
149 (elf32_hppa_check_relocs): Mark symbols as ELF_LINK_NON_GOT_REF to
150 create COPY relocs only when the reloc is in a read-only section.
151 Instead, allocate space for a dynamic reloc to reference the
152 library symbol directly. Keep track of space we allocate using
153 relocs_entries.
154 (hppa_discard_copies): Delete, and move code to..
155 (allocate_plt_and_got): ..here. Rename to
156 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
157 relocs for non-shared link.
158 (elf32_hppa_size_dynamic_sections): Update calls to above.
159 (elf32_hppa_relocate_section): Write out the dynamic relocs used
160 in lieu of COPY relocs.
161
5a15f56f
AM
162 * elf32-i386.c (elf_i386_check_relocs): Don't make syms dynamic
163 here..
164 (elf_i386_adjust_dynamic_symbol): ..nor here..
165 (allocate_plt_and_got_and_discard_relocs): .. instead do so here
166 after gc has run.
167 (elf_i386_size_dynamic_sections): Fix a comment.
168 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Rearrange code
169 involved in writing reloc out.
170
866b3400
AM
1712001-06-25 Alan Modra <amodra@bigpond.net.au>
172
28d0b90e
AM
173 * elf32-i386.c (elf_i386_check_relocs <R_386_32, R_386_PC32>):
174 Ensure syms are dynamic if we might be emitting a reloc.
175 (allocate_plt_and_got_and_discard_relocs): Don't discard relocs
176 for undefweak or undefined syms..
177 (elf_i386_relocate_section <R_386_32, R_386_PC32>): .. and emit.
178
866b3400
AM
179 * elf32-i386.c (allocate_plt_and_got_and_discard_relocs): Discard
180 relocs without ELF_LINK_HASH_DEF_DYNAMIC set.
181 (elf_i386_relocate_section <R_386_32, R_386_PC32>): Remove
182 redundant bfd_link_hash_defined, bfd_link_hash_defweak test.
183
6cbac8b9
L
1842001-06-24 H.J. Lu <hjl@gnu.org>
185
186 * cpu-i960.c (scan_960_mach): Don't modify const char *. Use
187 strncasecmp/strcasecmp instead of strncmp/strcmp.
188
62b7d3f1
L
1892001-06-23 H.J. Lu <hjl@gnu.org>
190
866b3400
AM
191 * elf32-i386.c (elf_i386_relocate_section <R_386_32, R_386_PC32>):
192 Check ELF_LINK_HASH_DEF_DYNAMIC to see if a symbol is not defined
62b7d3f1
L
193 in the regular object file and treat the weak definition as
194 the normal one.
195
12d0ee4a
AM
1962001-06-23 Alan Modra <amodra@bigpond.net.au>
197
8c694914
AM
198 * elf32-i386.c (elf_i386_relocate_section <R_386_GOT32>): Tighten
199 unresolved_reloc test to exclude cases where we use "relocation"
200 before setting it to point into the .got. Reinstate fudge for
201 unresolved relocs in debugging sections.
202
83be169b
AM
203 * elf32-i386.c (elf_i386_relocate_section): Replace ugly
204 complicated tests for unresolvable relocs with a simple direct
205 scheme using "unresolved_reloc" var.
206
ffb2e45b
AM
207 * elf32-i386.c (struct elf_i386_pcrel_relocs_copied): Rename to
208 elf_i386_dyn_relocs. Update comment.
209 (struct elf_i386_link_hash_entry): Rename pcrel_relocs_copied to
210 dyn_relocs.
211 (elf_i386_adjust_dynamic_symbol): Remove a BFD_ASSERT, change
212 others to aborts.
213 (allocate_plt_and_got_and_discard_relocs): Replace BFD_ASSERT with
214 abort.
215 (elf_i386_size_dynamic_sections): Likewise.
216 (elf_i386_finish_dynamic_symbol): Likewise.
217 (elf_i386_finish_dynamic_sections): Likewise.
218 (elf_i386_relocate_section): Likewise. Tidy R_386_GOT32 and error
219 handling code.
220
12d0ee4a
AM
221 Avoid creating COPY relocs if possible.
222 * elf32-i386.c (elf_i386_check_relocs): Tweak condition under
223 which .got created. Mark symbols used by R_386_32 and R_386_PC32
224 relocs as ELF_LINK_NON_GOT_REF to create COPY relocs only when the
225 reloc is in a read-only section. Instead, allocate space for a
226 dynamic reloc to reference the library symbol directly. Keep
227 track of space we allocate using pcrel_relocs_copied.
228 (discard_copies): Delete, and move code to ..
229 (allocate_plt_and_got): ..here. Rename to
230 allocate_plt_and_got_and_discard_relocs. Remove unneeded dynamic
231 relocs for non-shared link.
232 (elf_i386_size_dynamic_sections): Update calls to above functions.
233 (elf_i386_relocate_section): Write out the dynamic relocs. Add
234 more ugly logic to avoid "unresolvable relocation" error. Use
235 htab shortcut in place of elf_hash_table macro.
236 (elf_i386_finish_dynamic_sections): Allow that dynamic .got may
237 not always be created now.
238
f631948d
AJ
2392001-06-20 Bo Thorsen <bo@suse.co.uk>
240
241 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix linking of
242 shared libraries.
243
89084430
NC
2442001-06-18 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
245
246 * configure.host (mips64-*-linux): Reformat.
247
68fb2e56
AM
2482001-06-21 Alan Modra <amodra@bigpond.net.au>
249
250 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Always
251 allocate local .got space. Use shortcuts from hash table for .got
252 and .plt rather than comparing section names.
253 (elf32_hppa_check_relocs): Use local_plt_refcounts var rather than
254 adjusting index into local_got_refcounts to document what we are
255 really doing.
256 (elf32_hppa_relocate_section): Similarly for local_plt_offsets.
257 Tidy .got and .plt error checking.
258
9317eacc
CM
2592001-06-20 Catherine Moore <clm@redhat.com>
260
bb0082d6
AM
261 * elf-bfd.h (struct elf_backend_data):
262 elf_backend_emit_relocs: New field: Function for emitting
263 relocs.
264 elf_backend_count_relocs: New field: Function for determining
265 the number of relocs to be emitted.
266 * elfxx-target.h: Provide default (NULL) values for
267 elf_backend_emit_relocs and elf_backend_count_relocs.
268 * elflink.h (elf_link_size_reloc_section): Make the hash table
269 big enough to hold the relocs counted by either reloc_count or
270 o->reloc_count.
271 (elf_bfd_final_link) emit_relocs: New boolean, set if relocs
272 should be emitted, either because of a command line option
273 stored in the info structure or because the target provides a
274 special reloc emitting function.
275 If the target provides a reloc counting function use it,
276 unless performing a relocatable link or emitting all relocs.
277 Also set the SEC_RELOC flag on any output section which will
278 contain relocs.
279 (elf_link_input_bfd): emit_relocs: New boolean, set if relocs
280 should be emitted, either because of a command line option
281 stored in the info structure or because the target provides a
282 special reloc emitting function.
283 If the target provides a reloc emitting function, use it,
284 unless performing a relocatable link or emitting all relocs.
9317eacc 285
161d71a6
L
2862001-06-20 H.J. Lu <hjl@gnu.org>
287
288 * elf32-i386.c (elf_i386_size_dynamic_sections): Always
289 allocate local .got space.
290
fd8ab9e5
AJ
2912001-06-19 Andreas Jaeger <aj@suse.de>
292
293 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix creation of
294 dynamic symbols.
295
99293407
HPN
2962001-06-18 Hans-Peter Nilsson <hp@axis.com>
297
298 * elflink.h (struct elf_assign_sym_version_info): Remove member
299 export_dynamic. All users changed to use info member.
300 NAME(bfd_elf,size_dynamic_sections)): Remove parameter
301 export_dynamic, instead use member in parameter info.
302 * bfd-in.h (bfd_elf32_size_dynamic_sections,
303 bfd_elf64_size_dynamic_sections): Update prototype.
304 * bfd-in2.h: Regenerate.
305
bc2b6df7
L
3062001-06-18 H.J. Lu <hjl@gnu.org>
307
308 * elflink.h (elf_info_failed): Add a new field, verdefs.
309 (NAME(bfd_elf,size_dynamic_sections): Pass verdefs to
310 elf_export_symbol.
311 (elf_export_symbol): Check eif->verdefs to decide if a symbol
312 should be exported.
313
43917054
L
3142001-06-17 H.J. Lu <hjl@gnu.org>
315
316 * elf32-mips.c (mips_elf_link_hash_entry): Add a new field,
317 readonly_reloc, to record if a relocation in the .rel.dyn
f631948d 318 section is against a read-only section.
43917054
L
319 (mips_elf_link_hash_newfunc): Initialize the readonly_reloc
320 field to false.
321 (_bfd_mips_elf_check_relocs): Record if there is a relocation
322 in the .rel.dyn section against a read-only section by setting
323 DF_TEXTREL or readonly_reloc.
324 (_bfd_mips_elf_copy_indirect_symbol): Copy readonly_reloc if
325 it is true.
326 (_bfd_mips_elf_adjust_dynamic_symbol): Record DF_TEXTREL if
327 there is a relocation in the .rel.dyn section against a
328 read-only section.
329 (_bfd_mips_elf_size_dynamic_sections): Set DT_TEXTREL if
330 DF_TEXTREL is set.
331
7c8ca0e4
NC
3322001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
333
334 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
335 function. Move flagword result into parameter list. Remove
336 comment about setting bfd_error_handler to intercept failure
337 results.
bb0082d6 338 * coffgen.c (make_a_section_from_file): Examine result of
7c8ca0e4
NC
339 calling bfd_coff_styp_to_sec_flags and pass a failure back to
340 caller.
bb0082d6 341 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
7c8ca0e4 342 function. Move flagword result into parameter list.
bb0082d6
AM
343 * libcoff.h: Regenerate.
344 * libecoff.h: Regenerate.
7c8ca0e4 345
dee0a8f4
NC
3462001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
347
348 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
349 section is going to follow it.
350
0d1ea5c0
CM
3512001-06-12 Catherine Moore <clm@redhat.com>
352
bb0082d6
AM
353 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
354 with the file_align entry from elf_backend_data.
355 (elf_gc_smash_unused_vtentry_relocs): Likewise.
356 (elf_gc_record_vtentry): Likewise.
0d1ea5c0 357
4e8a9624
AM
3582001-06-10 Alan Modra <amodra@bigpond.net.au>
359
360 * elflink.h: Whitespace changes.
361 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
362 rather than "unsigned char".
363 (elf_link_output_relocs): Likewise.
364 (elf_link_input_bfd): Likewise.
365 (elf_reloc_link_order): LIkewise.
366 * elf.c: s/CONST/const/. Whitespace changes.
367 * elf32-mips.c: Formatting fix.
368
369 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
370 * Makefile.in: Regenerate.
371 * po/Make-in: Remove trailing tab.
372
7a25cd3e
PB
3732001-06-09 Philip Blundell <philb@gnu.org>
374
375 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
376 change.
377 (elf32_arm_plt_entry): Likewise.
378
3f5a136d
L
3792001-06-08 H.J. Lu <hjl@gnu.org>
380
381 * elf.c (swap_out_syms): Keep names for global section symbols.
382
d8fe1fed
L
3832001-06-07 H.J. Lu <hjl@gnu.org>
384
385 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
386 MIPS-based machines need it.
387
c36e006f
L
3882001-06-07 H.J. Lu <hjl@gnu.org>
389
390 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
391 for SGI only.
392
393 * config.bfd: Remove ecoff from Linux/mips.
394
cc78d0af
AJ
3952001-06-07 Andreas Jaeger <aj@suse.de>
396
397 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
398 assertion.
399 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
400 alignment of 8 for .rela sections; handle further relocations.
401
879db8be
NC
4022001-06-06 Christian Groessler <cpg@aladdin.de>
403
bb0082d6 404 * coff-z8k.c: Fix formatting.
879db8be
NC
405 Fix howtos: howto->size was always 1.
406
cbb1fd50
NC
4072001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
408
409 * configure.host (mips64*-*-linux*): Define.
410
73a74a62
AM
4112001-06-05 Alan Modra <amodra@bigpond.net.au>
412
6725bdbf
AM
413 * elf32-i386.c (elf_i386_discard_copies): Rename to
414 discard_copies, and use elf_link_hash_entry arg rather than
415 elf_i386_link_hash_entry.
416 (elf_i386_link_hash_traverse): Delete.
417 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
418 Tidy sizing of dynamic sections.
419 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
420 possible .plt entries.
421 (elf_i386_gc_sweep_hook): Likewise.
422 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
423 everything with plt.refcount <= 0.
424
425 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
426 .relgot space here.
427 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
4e8a9624 428 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
6725bdbf
AM
429 .rel.plt here..
430 (allocate_plt_and_got): ..instead do it all here. New function.
431 (elf_i386_size_dynamic_sections): Allocate local .got space and
432 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
433 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
434 rather than gc variety).
435 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
436 (elf_i386_relocate_section): Use it here and correct handling of
437 R_386_GOT32. Provide section and offset for "unresolvable
438 relocation" error message.
439 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
440
441 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
442 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
443 (elf_i386_link_hash_table_create): Init them.
444 (create_got_section): New function.
445 (elf_i386_create_dynamic_sections): New function.
446 (elf_backend_create_dynamic_sections): Set to above.
447 (elf_i386_check_relocs): Use shortcuts from hash table rather than
448 calling bfd_get_section_by_name.
449 (elf_i386_gc_sweep_hook): Likewise.
450 (elf_i386_adjust_dynamic_symbol): Likewise.
451 (elf_i386_size_dynamic_sections): Likewise.
452 (elf_i386_relocate_section): Likewise.
453 (elf_i386_finish_dynamic_sections): Likewise.
454
73a74a62
AM
455 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
456
24a5e751
L
4572001-06-02 H.J. Lu <hjl@gnu.org>
458
459 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
460 and ELFOSABI_HPUX.
461 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
462
15103188
L
4632001-06-02 H.J. Lu <hjl@gnu.org>
464
465 * aout-cris.c (MACHTYPE_OK): New. Defined.
466
2f484710
HPN
4672001-06-02 Hans-Peter Nilsson <hp@axis.com>
468
469 * section.c (_bfd_strip_section_from_output): Handle NULL
470 output_section.
471
a5ac692b
L
4722001-06-02 H.J. Lu <hjl@gnu.org>
473
474 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
475 rs6000coff64_vec only if BFD64 is defined.
476 (powerpc64-*-aix*): Enable only if BFD64 is defined.
477
27e53099
L
4782001-06-02 H.J. Lu <hjl@gnu.org>
479
480 * coff-ia64.c (ia64coff_object_p): Rewrite with
481 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
482
80643fbc
AJ
4832001-06-01 Andreas Jaeger <aj@suse.de>
484
485 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
486 relocation, small reformatting.
487
6b3db546
AJ
4882001-05-29 Andreas Jaeger <aj@suse.de>
489
490 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
491 (elf64_x86_64_relocate_section): Likewise.
492
4dc86686
AM
4932001-05-30 Alan Modra <amodra@one.net.au>
494
495 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
496 millicode. Don't allocate .got and .rela.got space here..
497 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
498 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
499 .rela.plt here..
500 (hppa_handle_PIC_calls): ..nor here..
501 (allocate_plt_and_got): ..instead do it all here. New function.
502 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
503 call allocate_plt_and_got. No need to zap .got if not dynamic.
504 (elf32_hppa_final_link): Call regular bfd_final_link instead of
505 gc_common_final_link.
506 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
507 (elf32_hppa_relocate_section): Use it here.
508 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
509 dynamic_sections_created.
510 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
511
de41dcd8
AJ
5122001-05-28 Andreas Jaeger <aj@suse.de>
513
514 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
515 generic version since we want a hashsize of 4.
516 (elf_backend_size_info): Likewise.
517
209f668e
NC
5182001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
519
209f668e
NC
520 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
521 a zeroing loop.
522 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
523 (elf_link_input_bfd): Likewise.
524 (elf_reloc_link_order): Likewise.
525 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
526 relocations correctly.
527
f7a74f8c
NC
5282001-05-28 Nicolas Pitre <nico@cam.org>
529
530 * elf32-arm.h: fix PLT generation for big endian ARM
531
8dea1268
AM
5322001-05-28 Alan Modra <amodra@one.net.au>
533
534 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
535 for symbols forced local that need plabels.
536 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
537 .plt.rela for local syms if non-shared.
538 (hppa_build_one_stub): Mask lsb of plt.offset.
539 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
540 (clobber_millicode_symbols): Correct comment.
541 (elf32_hppa_relocate_section): Likewise.
542 (elf32_hppa_finish_dynamic_symbol): Likewise.
543
0f2712ed
NC
5442001-05-28 Jeff Sturm <jsturm@one-point.com>
545
546 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
547 * bfd-in2.h: Regenerate.
548 * libbfd.h: Regenerate.
549 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
550 and BFD_RELOC_SPARC_UA64 mapping
551 * elf64-sparc.c: Likewise.
de41dcd8 552
6768c14a
L
5532001-05-25 H.J. Lu <hjl@gnu.org>
554
555 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
556 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
557 (coff-rs6000.lo): Remove the old dependency.
558 * Makefile.in: Rebuild.
559
560 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
561 coff-rs6000.lo.
562
b55039f4
L
5632001-05-25 H.J. Lu <hjl@gnu.org>
564
565 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
566 rs6000coff_core_file_matches_executable_p,
567 rs6000coff_core_file_failing_command and
568 rs6000coff_core_file_failing_signal only if AIX_CORE is
569 defined.
570 (pmac_xcoff_vec): Likewise.
571 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
572
64e9ece0
TW
5732001-05-25 Timothy Wall <twall@redhat.com>
574
575 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
576 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
577
f34d8777
L
5782001-05-25 H.J. Lu <hjl@gnu.org>
579
580 * bfd-in2.h: Regenerated.
581 * libcoff.h: Likewise.
582
49e9d0d3
AM
5832001-05-25 Alan Modra <amodra@one.net.au>
584
585 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
586 undefined millicode syms in shared libs.
587 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
588 (elf32_hppa_check_relocs): Likewise.
589 (elf32_hppa_adjust_dynamic_symbol): Likewise.
590 (elf32_hppa_size_dynamic_sections): Likewise.
591 (elf32_hppa_relocate_section): Likewise.
592 (elf32_hppa_finish_dynamic_symbol): Likewise.
593 (elf32_hppa_finish_dynamic_sections): Likewise.
594
beb1bf64
TR
5952001-05-24 Tom Rix <trix@redhat.com>
596
bb0082d6 597 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
beb1bf64
TR
598 xcoff-target.h not used to define rs6000 or ppc bfd.
599 * Makefile.in same
600
601 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
602 to 64 bit.
603
604 * coff-rs6000.c : Many changes for 64 bit support. Move common
605 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
606 and pmac_xcoff_vec
607
608 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
609 linker now supported. Explictly define the rs6000coff64_vec.
610
611 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
de41dcd8 612 (coff_print_aux) same
beb1bf64
TR
613 (coff_write_object_contents) same
614 (coff_slurp_line_table) same
615
616 * coffgen.c : (coff_fix_symbol_name) formatting
617 (coff_mangle_symbols) xcoff 64 bit support
618 (coff_write_symbol) same
619 (coff_write_alien_symbol) same
620 (coff_write_native_symbol) same
621 (coff_write_symbols) same
622 (coff_get_symbol_info) same
623 (bfd_coff_get_syment) same
624 (coff_print_symbol) same
625
626 * config.bfd : add powerpc64-*-aix* target
627
628 * libcoff-in.h : formatting
629
630 * libcoff.h : move xcoff extern declarations to libxcoff.h
631
632 * libxcoff.h : New file
633
de41dcd8
AJ
634 * xcofflink.c : Many changes for xcoff64 support. Move common
635 structures to include/coff/xcoff.h. Move specific structure to
beb1bf64
TR
636 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
637 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
de41dcd8
AJ
638
639 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
beb1bf64
TR
640 aix4.2+ -binitfini.
641
642 (xcoff_build_ldsyms) : handle special __rtinit symbol.
643
e90fdc1a
AO
6442001-05-23 Alexandre Oliva <aoliva@redhat.com>
645
646 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
647 s/ENTIRES/ENTRIES/.
648
d1cf510e
NC
6492001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
650
c2feb664
NC
651 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
652 * libbfd.h: Regenerate.
4e8a9624 653 * bfd-in2.h: Regenerate.
c2feb664 654
d1cf510e
NC
655 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
656 * archures.c (bfd_mach_mips12000): Define.
657 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
658 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
659 support.
660 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
661 * bfd-in2.h: Regenerate.
662 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
663
6c426cf3
NC
6642001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
665
666 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
667 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
668 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
669 that is used by GCC.
670
d9bc7a44
NC
6712001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
672
673 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
674 of entries in a structured section.
bb0082d6
AM
675 * elf.c: Use new macro.
676 * elf32-i386.c: Use new macro.
677 * elf32-mips.c: Use new macro.
678 * elf64-alpha.c: Use new macro.
679 * elf64-sparc.c: Use new macro.
680 * elfcode.h: Use new macro.
681 * elflink.h: Use new macro.
d9bc7a44
NC
682
6832001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
684
685 * bfdint.texi: Replace -oformat with --oformat.
686
f5198f61
AJ
6872001-05-21 Andreas Jaeger <aj@suse.de>
688
689 * dwarf2.c (decode_line_info): Fix error message.
690 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
691 adjust error message.
692
7913c838
L
6932001-05-18 H.J. Lu <hjl@gnu.org>
694
695 * elflink.h (elf_link_add_object_symbols): Revert the last
696 change.
697
e0522e89
AM
6982001-05-17 Alan Modra <amodra@one.net.au>
699
700 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
701 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
702 (hppa_build_one_stub): Add an assert to check plt.offset.
703
96fd004e
L
7042001-05-17 H.J. Lu <hjl@gnu.org>
705
706 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
707 version definition to basename of the output filename.
708
f3876d8b
L
7092001-05-17 H.J. Lu <hjl@gnu.org>
710
711 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
712 basename of the bfd filename.
713
d1778b88
AM
7142001-05-16 Alan Modra <amodra@one.net.au>
715
716 * section.c (asection): Add linker_has_input field.
717 (STD_SECTION): Adjust initialization to suit.
718 * ecoff.c (bfd_debug_section): Likewise.
719 * bfd-in2.h: Regenerate.
720
2a0fa943
AO
7212001-05-15 Alexandre Oliva <aoliva@redhat.com>
722
723 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
724 negative 32-bit operands to 16 operands when the operand is
725 going to be zero-extended by the modified opcode.
726
bcee8eb8
AM
7272001-05-12 Peter Targett <peter.targett@arccores.com>
728
729 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
730 name for 'arc5' core versions.
731 (bfd_arc_arch): Make bfd_mach_arc_6 default.
732
733 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
734 architecture.
735 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
736
579f31ac
JJ
7372001-05-11 Jakub Jelinek <jakub@redhat.com>
738
739 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
740 sections as well.
741 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
742 to .gnu.linkonce.t.FOO text section.
743
8550eb6e
JJ
7442001-05-11 Jakub Jelinek <jakub@redhat.com>
745
746 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
747 fields, change sec into secinfo.
748 (struct sec_merge_info): Add chain, remove last fields.
749 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
750 (sec_merge_hash_lookup): If lookup could not use a string only
751 because it has bad alignment, mark the old string for deletion.
752 (sec_merge_add): Add secinfo argument. Don't compute entry's
753 position, instead record the section.
754 (sec_merge_emit): Update for the sec into secinfo change in
755 struct sec_merge_hash_entry.
756 (_bfd_merge_section): Only record the section for merging, defer
757 putting strings into the hash table.
758 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
759 _bfd_merge_sections): New functions.
760 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
761 changes.
762 * libbfd-in.h (_bfd_merge_sections): Add prototype.
763 (_bfd_nolink_bfd_merge_sections): Define.
764 * libbfd.h: Likewise.
765 (bfd_generic_merge_sections): Add prototype.
766 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
767 (struct bfd_target): Likewise.
768 * bfd.c (bfd_merge_sections): Define.
769 * bfd-in2.h: Rebuilt.
770 * elf.c (_bfd_elf_merge_sections): New function.
771 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
772 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
773 * reloc.c (bfd_generic_merge_sections): New function.
774 * vms.c (vms_bfd_merge_sections): New function.
775 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
776 * aout-target.h (MY_bfd_merge_sections): Define.
777 * aout-tic30.c (MY_bfd_merge_sections): Define.
778 * binary.c (binary_bfd_merge_sections): Define.
779 * bout.c (b_out_bfd_merge_sections): Define.
780 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
781 * coffcode.c (coff_bfd_merge_sections): Define.
782 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
783 * i386msdos.c (msdos_bfd_merge_sections): Define.
784 * i386os9k.c (os9k_bfd_merge_sections): Define.
785 * ieee.c (ieee_bfd_merge_sections): Define.
786 * ihex.c (ihex_bfd_merge_sections): Define.
787 * nlm-target.h (nlm_bfd_merge_sections): Define.
788 * oasys.c (oasys_bfd_merge_sections): Define.
789 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
790 * som.c (som_bfd_merge_sections): Define.
791 * srec.c (srec_bfd_merge_sections): Define.
792 * tekhex.c (tekhex_bfd_merge_sections): Define.
793 * versados.c (versados_bfd_merge_sections): Define.
794 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
795
1548c54f
NC
7962001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
797
798 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
799 to be unsigned long, in order to match its use.
800
689effed
L
8012001-05-10 H.J. Lu <hjl@gnu.org>
802
803 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
804 indirect symbols.
805
6e5222be
L
8062001-05-09 H.J. Lu <hjl@gnu.org>
807
808 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
809 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
810 Remove the unused veriable `dynver'.
811
8e191bd3
ILT
8122001-05-08 Ian Lance Taylor <ian@zembu.com>
813
814 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
815 NULL or is not COFF.
816 (coff_i386_rtype_to_howto): Don't dump core if output section
817 owner is not COFF.
818
062e2358
AM
8192001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
820
821 * ecoff.c (bfd_debug_section): Fix initialization.
822 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
823 is always a positive integer. Cast away sign mismatch.
824 * elf32-mips.c: Fix misleading comment and typo.
825 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
826 correct data type.
827 * elflink.c: Fix typo.
828 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
829 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
830
16b65e4e
RH
8312001-05-04 Richard Henderson <rth@redhat.com>
832
833 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
834
cac15327
NC
8352001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
836
837 * elf32-arm.h (elf32_arm_final_link_relocate): Set
bb0082d6 838 EF_ARM_HASENTRY if the start address is set.
cac15327 839
966b3e0b
NC
8402001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
841
842 * targets.c (_bfd_target_vector_entries): Compute value based on
843 the size of the _bfd_target_vector and not bfd_target_vector.
844
210ba1e8
L
8452001-05-03 H.J. Lu <hjl@gnu.org>
846
847 * elfcode.h: Include "libiberty.h".
848
849 * elflink.h (elf_link_add_object_symbols): Set
850 elf_dt_name (abfd) to basename of the bfd filename.
851 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
852 of the bfd filename.
853
56fc028e
AJ
8542001-05-03 Andreas Jaeger <aj@suse.de>
855
856 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
857 (elf_generic_info_to_howto_rel): Likewise.
858 * coff-alpha.c (reloc_nil): Likewise.
859 (alpha_ecoff_bad_format_hook): Likewise.
860 (alpha_adjust_reloc_out): Likewise.
861 (alpha_bfd_reloc_type_lookup): Likewise.
862 (alpha_convert_external_reloc): Likewise.
863 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
864 (elf64_alpha_reloc_bad): Likewise.
865 (elf64_alpha_reloc_gpdisp): Likewise.
866 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
867 (elf64_alpha_info_to_howto): Likewise.
868 (elf64_alpha_add_symbol_hook): Likewise.
869 (elf64_alpha_create_got_section): Likewise.
870 (elf64_alpha_is_local_label_name): Likewise.
871 (elf64_alpha_merge_ind_symbols): Likewise.
872 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
873 (mips_elf64_get_reloc_upper_bound): Likewise.
874 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
875 (nlm_alpha_get_public_offset): Likewise.
876
c7e40348
NC
8772001-05-02 Johan Rydberg <jrydberg@opencores.org>
878
bb0082d6 879 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
c7e40348 880 about overflow in R_OPENRISC_LO_16_IN_INSN and
56fc028e 881 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
c7e40348 882
5fba655a
L
8832001-04-30 H.J. Lu <hjl@gnu.org>
884
885 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
886 only for ELF_LINK_FORCED_LOCAL.
887 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
888 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
889 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
890
891 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
892 if the symbol has hidden or internal visibility.
893
db20fd76
AM
8942001-04-30 Alan Modra <amodra@one.net.au>
895
896 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
897 calls to undefined weak symbols.
898
6a2bda3f
AJ
8992001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
900
901 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
902 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
903
053579d7
AJ
9042001-04-27 Andreas Jaeger <aj@suse.de>
905
906 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
907 out handled entries.
908 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
909 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
910 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
911 GOT32.
912
87748b32
NC
9132001-04-27 Sean McNeil <sean@mcneil.com>
914
915 * config.bfd: Add arm-vxworks target.
916 * coff-arm (coff_arm_relocate_section): Add in symbol value to
917 addend (fro VXworks targets).
918
f5f31454
L
9192001-04-26 H.J. Lu <hjl@gnu.org>
920
921 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
922 valid.
923
d436a9b3
FCE
9242001-04-25 Frank Ch. Eigler <fche@redhat.com>
925
926 * bfd-in.h (bfd_cache_close): Declare newly exported function.
927 * bfd-in2.h: Regenerated.
928
a531bbd2
JJ
9292001-04-24 Jakub Jelinek <jakub@redhat.com>
930
931 * merge.c (struct sec_merge_hash_entry): Add alignment field.
932 (struct sec_merge_hash): Remove alignment_power.
933 (sec_merge_hash_newfunc): Clear alignment.
934 (sec_merge_hash_lookup): Pass alignment as argument.
935 Use hashp->root.next, not hashp->next to walk the hash chain.
936 If a string already in the hashtable does not have required
937 alignment, create a new hashtable entry.
938 (sec_merge_init): Remove alignment_power argument.
939 (sec_merge_add): Add alignment argument.
940 (sec_merge_emit): Alignment is now a per-entity thing, not per
941 section.
942 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
943 for proper alignment.
944 Pass alignment information to sec_merge_add.
945
6840198f
NC
9462001-04-24 Christian Groessler <cpg@aladdin.de>
947
948 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
949 and R_REL16 reloc types; accept odd values for R_REL16 type
950
b3baf5d0
NC
9512001-04-24 Johan Rydberg <jrydberg@opencores.org>
952
953 * cpu-openrisc.c: New file.
954 * elf32-openrisc.c: Likewise.
955
956 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
957 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
958 (BFD32_BACKENDS): Add elf32-openrisc.lo.
959 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
960 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
961 * Makefile.in: Regenerated.
962 * config.bfd: (openrisc-*-elf): New target.
053579d7 963 * configure.in (bfd_elf32_openrisc_vec): New vector.
b3baf5d0
NC
964 * configure: Regenerated.
965 * libbfd.h: Regenerated.
966 * bfd-in2.h: Regenerated.
967 * reloc.c: Add OpenRISC relocations.
053579d7 968 * targets.c (bfd_elf32_openrisc_vec): Declare.
b3baf5d0
NC
969 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
970 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
971 (bfd_openrisc_arch): Declare.
972 (bfd_archures_list): Add bfd_openrisc_arch.
973 * elf.c (prep_headers): Add bfd_arch_openrisc.
974
fe4770f4
AJ
9752001-04-23 Bo Thorsen <bo@suse.de>
976
977 * elf64-x86-64.c: Add c++ vtable hack.
978 Small whitespace and comment changes.
979
653165cc
AJ
9802001-04-19 Andreas Jaeger <aj@suse.de>
981
982 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
983 (elf64_x86_64_plt_entry): Likewise.
984 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
985 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
986
4d96d128
HPN
9872001-04-17 Hans-Peter Nilsson <hp@axis.com>
988
989 * elf32-cris.c: Tweak comments related to dynamic linking.
990 (cris_elf_relocate_section): When not creating shared object, fill
991 in the .got table for any symbol not in the dynamic symbol table.
992 (elf_cris_finish_dynamic_symbol): When not creating shared object,
993 only emit a .got.rela reloc if the symbol is in the dynamic symbol
994 table.
995 (cris_elf_check_relocs): Use variable r_type in all places rather
996 than the original expression. Add default case in switch for
997 reloc types.
998 (elf_cris_size_dynamic_sections): Iterate over
999 elf_cris_discard_excess_program_dynamics when not creating shared
1000 library.
653165cc 1001 (elf_cris_discard_excess_dso_dynamics): Renamed from
4d96d128
HPN
1002 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
1003 (elf_cris_discard_excess_program_dynamics): New.
1004
3ed30d29
DD
10052001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
1006
1007 * coffcode.h (coff_write_object_contents): Use
1008 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
1009
a80f6941
L
10102001-04-14 H.J. Lu <hjl@gnu.org>
1011
1012 * bfd-in2.h: Regenerate.
1013
767e4b0d
JJ
10142001-04-14 Jakub Jelinek <jakub@redhat.com>
1015
1016 * section.c (STD_SECTION): Add entsize.
1017
2dd439c5
L
10182001-04-13 H.J. Lu <hjl@gnu.org>
1019
1020 * section.c (SEC_MERGE): Define new flag for merging.
1021 (SEC_STRINGS): Likewise.
1022 (entsize): New field.
1023
baf80c32
DD
10242001-04-13 Roger Sayle <roger@metaphorics.com>
1025
1026 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
1027 flag on pe-i386 targets.
1028
f5fa8ca2
JJ
10292001-04-13 Jakub Jelinek <jakub@redhat.com>
1030
1031 * libbfd-in.h (_bfd_merge_section): New.
1032 (_bfd_write_merged_section): New.
1033 (_bfd_merged_section_offset): New.
1034 * libbfd.h: Rebuilt.
1035 * linker.c (_bfd_generic_link_output_symbols): Handle
1036 discard_sec_merge.
1037 * aoutx.h (aout_link_write_symbols): Likewise.
1038 * pdp11.c (aout_link_write_symbols): Likewise.
1039 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
1040 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
1041 sections.
1042 (elf_link_sec_merge_syms): New.
1043 (elf_link_input_bfd): Call _bfd_merged_section_offset
1044 and _bfd_write_merged_section.
1045 Handle discard_sec_merge.
1046 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
1047 field.
1048 (struct bfd_elf_section_data): Likewise.
1049 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
1050 SEC_STRINGS section flags and entsize from their ELF counterparts.
1051 (_bfd_elf_link_hash_table_init): Initialize merge_info.
1052 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
1053 from their BFD counterparts.
1054 * merge.c: New file.
1055 * Makefile.am: Add strtab.lo.
1056 * Makefile.in: Rebuilt.
1057
d954b040
HPN
10582001-04-09 Hans-Peter Nilsson <hp@axis.com>
1059
1060 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
1061 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
1062
fdbafa10
L
10632001-04-05 Steven J. Hill <sjhill@cotw.com>
1064
1065 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
1066 endian MIPS ELF target.
1067 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
1068 MIPS ELF target.
1069
1070 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
1071 64bit big endian MIPS ELF target.
653165cc 1072 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
fdbafa10
L
1073 endian MIPS ELF target.
1074 * configure: Regenerated.
1075
1076 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
1077 little endian targets.
1078 (mips_elf_sym_is_global): Handle traditional targets.
1079
1080 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
1081 64bit big endian MIPS ELF target.
1082 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
1083 endian MIPS ELF target.
1084
1085 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
1086 and bfd_elf64_tradlittlemips_vec.
1087
dd484e5c
L
10882001-04-05 David Mosberger <davidm@hpl.hp.com>
1089
1090 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
1091 ordinary "progbits" section.
1092
391a809a
AM
10932001-04-04 Alan Modra <alan@linuxcare.com.au>
1094
1095 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
1096 when -Bsymbolic causes a symbol to no longer need a .plt entry.
1097
5854c633
L
10982001-04-03 David Mosberger <davidm@hpl.hp.com>
1099
1100 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
1101
8b4b0fac
L
11022001-03-30 H.J. Lu <hjl@gnu.org>
1103
1104 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
1105 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
1106
eb4a6e4f
L
11072001-03-26 H.J. Lu <hjl@gnu.org>
1108
1109 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
1110 if there are any relocations for generic ELF.
1111 (bfd_elf32_bfd_link_add_symbols): Defined to
1112 elf32_generic_link_add_symbols.
1113 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
1114 if there are any relocations for generic ELF.
1115 (bfd_elf64_bfd_link_add_symbols): Defined to
1116 elf64_generic_link_add_symbols.
1117
55c80943
NC
11182001-03-23 Nick Clifton <nickc@redhat.com>
1119
1120 * Makefile.am (BUILD_CFILES): New variable: List of C source
bb0082d6
AM
1121 files created in build directory.
1122 (BUILD_HFILES): New variable: List of header files created in
1123 build directory.
1124 (POTFILES): Delete.
1125 (po/POTFILES.in): Replace rule with empty entry.
1126 (po/SRC-POTFILES.in): New rule: Create a list of source files
1127 in the source directory.
1128 (po/BLD-POTFILES.in): New rule: Create a list of source files
1129 in the build directory.
1130 (MOSTLYCLEAN): Do not delete source files created in build
1131 directory.
1132 * Makefile.in: Regenerate.
1133 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
1134 into po/Makefile.
1135 * configure: Regenerate.
1136
1137 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
1138 and BLD_POTFILES.
55c80943 1139 Add .. to the search path when building bfd.pot.
bb0082d6
AM
1140 Delete POTFILES when performing distclean.
1141 Add comment describing why distclean is broken in maintainer mode.
55c80943
NC
1142 * po/POTFILES.in: Delete.
1143 * po/SRC-POTFILES.in: New file.
1144 * po/BLD-POTFILES.in: New file.
bb0082d6 1145 * po/bfd.pot: Regenerate.
55c80943 1146
58d29fc3
HPN
11472001-03-22 Hans-Peter Nilsson <hp@axis.com>
1148
915e5146
HPN
1149 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
1150 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
1151 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
1152 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
1153 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
1154 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
1155 functions.
1156 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
1157 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
1158 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
1159 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
1160 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
1161 New HOWTO members for new relocs.
1162 (cris_reloc_map): Map new relocs.
1163 (ELF_DYNAMIC_INTERPRETER): Define.
1164 (PLT_ENTRY_SIZE): Define.
1165 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
1166 elf_cris_pic_plt_entry): New, PLT templates.
1167 (struct elf_cris_pcrel_relocs_copied, struct
1168 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
1169 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
1170 (cris_final_link_relocate): Check that 16-bit GOT relocs have
1171 positive values. Adjust PCREL relocs to be relative to location
1172 after relocation.
1173 (cris_elf_relocate_section): Handle relocations to dynamic
1174 objects. Handle new relocations. Call error handler when seeing
1175 non-PIC relocation for read-only sections while generating shared
1176 object.
1177 (cris_elf_check_relocs): Set reference counts for GOT and PLT
1178 entries.
1179 (bfd_elf32_bfd_link_hash_table_create,
1180 elf_backend_adjust_dynamic_symbol,
1181 elf_backend_size_dynamic_sections,
1182 elf_backend_finish_dynamic_symbol,
1183 elf_backend_finish_dynamic_sections,
1184 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
1185 elf_backend_hide_symbol, elf_backend_want_got_plt,
1186 elf_backend_plt_readonly, elf_backend_want_plt_sym,
1187 elf_backend_got_header_size, elf_backend_plt_header_size):
1188 Define.
1189
58d29fc3
HPN
1190 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
1191 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
1192 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
1193 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
1194 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
1195 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
1196 * bfd-in2.h, libbfd.h: Regenerate.
1197
7a65545d
DN
11982001-03-21 Diego Novillo <dnovillo@redhat.com>
1199
1200 (_bfd_mips_elf_relocate_section): Give a better error message when
1201 a relocation is not recognized.
1202
b32b5d6e
AM
12032001-03-21 Alan Modra <alan@linuxcare.com.au>
1204
1205 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
1206 non-NULL before attempting to dereference.
1207
f4fbb4a3
L
12082001-03-20 H.J. Lu <hjl@gnu.org>
1209
1210 * configure.in: Remove the redundent AC_ARG_PROGRAM.
1211 * configure: Rebuild.
1212
95fc45e6
AS
12132001-03-20 Andreas Schwab <schwab@suse.de>
1214
1215 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
1216 relocation value when resolving a reference from a debugging
1217 section.
1218
03d411a9
NC
12192001-03-16 Scott Thomason <SThomaso@hii.com>
1220
1221 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
1222 (xcoff64_swap_sym_out): Fix syntax errors.
1223
d1659392
NC
12242001-03-16 Richard Sandiford <rsandifo@redhat.com>
1225
1226 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
1227
12cca0d2
AM
12282001-03-15 Alan Modra <alan@linuxcare.com.au>
1229
1230 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
1231 (hppa_link_hash_newfunc): Init it.
1232 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
1233 section appears to be non-PIC.
1234 (final_link_relocate): Likewise.
1235 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
1236 possible candidate function, and set pic_call for those that will
1237 only have a .plt entry for the PIC call stub.
1238 (hppa_handle_PIC_calls): Set maybe_pic_call.
1239
cd6ec716
DD
12402001-03-12 DJ Delorie <dj@redhat.com>
1241
1242 * elf32-sh.c (sh_elf_relocate_section): Only relocation
1243 R_SH_DIR8WP* relocs if they're against external symbols, else
1244 they're just for relaxing. Validate the reloc values.
1245
43a0748c
NC
12462001-03-12 Stefan Geuken <mail@stefan-geuken.de>
1247
1248 * binary.c (bfd_external_binary_architecture): Declare.
1249 (binary_object_p): If bfd_external_binary_architecture is defined,
1250 set the architecture to this string.
1251
d982ba73
PB
12522001-03-11 Philip Blundell <philb@gnu.org>
1253
1254 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
1255 entries that could serve as a definition for a weak symbol.
1256
7898deda
NC
12572001-03-08 Nick Clifton <nickc@redhat.com>
1258
1259 * Most files: Update copyright notices using Perl script created
1260 by Kevin Buettner <kevinb@redhat.com>.
653165cc 1261
df425bc0
NC
12622001-03-07 Nick Clifton <nickc@redhat.com>
1263
1264 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
1265 prior patch on ! defined OLD_ARM_ABI.
1266
bcdd92f3
AJ
12672001-03-07 Andreas Jaeger <aj@suse.de>
1268
1269 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
1270 some relocation values.
1271
4f3c3dbb
NC
12722001-03-06 Nick Clifton <nickc@redhat.com>
1273
1274 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
1275 of offset in BLX(1) instruction.
1276 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
1277 offset in BLX(1) instruction.
bb0082d6 1278 Fix formatting.
4f3c3dbb 1279
f8f3c6cc
NC
12802001-03-06 Nick Clifton <nickc@redhat.com>
1281
1282 * coff-arm.c (coff_arm_reloc_type_lookup): Add
1283 BFD_RELOC_THUMB_PCREL_BLX.
1284
3cac17ae
NC
12852001-03-06 Igor Shevlyakov <igor@windriver.com>
1286
1287 * archures.c (bfd_default_scan): Add Coldfire CPUs.
1288 * bfd-in2.h: Regenerate.
1289 * cpu-m68k.c: Add Coldfire CPUs for arch table.
1290 * ieee.c (ieee_write_processor): Set proper id for
1291 Coldfire CPUs.
1292
d1b17ab0
NC
12932001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
1294
1295 * configure.in: Add s390 target.
1296 * configure: Regenerate.
1297
5608e05b
AJ
12982001-02-28 Andreas Jaeger <aj@suse.de>
1299
1300 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
1301 to addend.
1302
fd2ec330
PB
13032001-02-28 Philip Blundell <pb@futuretv.com>
1304
1305 * elf32-arm.h: Update mentions of renamed EF_xx constants.
5608e05b 1306 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
fd2ec330 1307
920581c5
L
13082001-02-27 H.J. Lu <hjl@gnu.org>
1309
1310 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
1311 abfd->tdata.aout_data == NULL.
1312
27b7e12d
AM
13132001-02-27 Alan Modra <alan@linuxcare.com.au>
1314
3ee1d854
AM
1315 * elf32-hppa.c: Correct field selector in stub comments.
1316 (clobber_millicode_symbols): Formatting fix.
1317
27b7e12d
AM
1318 * configure.in: Bump version to 2.11.90.
1319 * configure: Regenerate.
1320 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
1321 (CFILES): $SOURCE_CFILES + generated C files.
1322 (POTFILES): Include $HFILES not $SOURCE_HFILES.
1323 Run "make dep-am"
1324 * Makefile.in: Regenerate.
1325 * doc/Makefile.in: This too.
1326
10d1e03a
TW
13272001-02-26 Timothy Wall <twall@cygnus.com>
1328
1329 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
5608e05b 1330 comments.
10d1e03a 1331
1276aefa
NC
13322001-02-26 Nick Clifton <nickc@redhat.com>
1333
1334 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1335 up, replacing multiple if statements with a switch.
bb0082d6 1336 (handle_COMDAT): New function.
1276aefa
NC
1337
13382001-02-26 H.J. Lu <hjl@gnu.org>
1339
1340 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1341 a warning for section flags we do not handle instead of
1342 aborting.
1343
4a73f21b
AJ
13442001-02-26 Andreas Jaeger <aj@suse.de>
1345
1346 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1347
7b6dab7f
TW
13482001-02-22 Timothy Wall <twall@cygnus.com>
1349
1350 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1351 * configure.in: Add objects for elf64_ia64_aix vectors.
1352 * configure: Regenerated.
1353 * configure.host: Recognize ia64-*-aix*.
1354 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
1355 for AIX. AIX5 requires most relocations to be dynamic (*all*
1356 binaries are somewhat similar to shared libraries).
1357 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 1358
87f8eb97
JW
13592001-02-21 David Mosberger <davidm@hpl.hp.com>
1360
1361 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1362 C8 said "1" instead of "8". Clarify error string for IMM22:
1363 "signed integer" instead of just "integer".
1364
05aa1441
AJ
13652001-02-20 Andreas Jaeger <aj@suse.de>
1366
1367 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1368 PLT entries that could serve as a definition for a weak symbol.
1369
8701c1bc
JJ
13702001-02-19 Jakub Jelinek <jakub@redhat.com>
1371
1372 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1373 entries that could serve as a definition for a weak symbol.
1374 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1375
d4af9775
DB
13762001-02-18 David O'Brien <obrien@FreeBSD>
1377
1378 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1379 FreeBSD/i386-CURRENT differently until I can figure out the needed
1380 corefile changes.
1381 * configure: Regenerate.
1382 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1383 FreeBSD/PowerPC, and FreeBSD/sparc64.
1384
e135f41b
NC
13852001-02-18 lars brinkhoff <lars@nocrew.org>
1386
1387 * Makefile.am: Add PDP-11 a.out target.
1388 * config.bfd: Likewise.
1389 * configure.in: Likewise.
1390 * targets.c: Likewise.
1391 * archures.c: Likewise.
1392 * bfd-in2.h: Likewise. Add PDP-11 relocations.
1393 * libbfd.h: Add PDP-11 relocations.
1394 * reloc.c: Likewise.
1395 * cpu-pdp11.c: New file.
1396 * pdp11.c: New file.
1397
1398 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1399 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1400 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1401 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1402 (GET_MAGIC): New macro.
1403 (PUT_MAGIC): Likewise.
1404 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1405
dc3febfa
NC
14062001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
1407
1408 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1409 multiarch needs it).
1410
ea412e04
L
14112001-02-18 H.J. Lu <hjl@gnu.org>
1412
1413 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1414 index.
1415
47eee8a9
KH
14162001-02-18 Kazu Hirata <kazu@hxi.com>
1417
1418 * vms-misc.c: Fix formatting.
1419
8a0c27cd
KH
14202001-02-16 Kazu Hirata <kazu@hxi.com>
1421
1422 * vms.c: Fix formatting.
1423
d1fad7c6
NC
14242001-02-14 H.J. Lu <hjl@gnu.org>
1425
1426 * elf.c (elf_find_function): New function.
1427 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1428 the file name and function name.
1429
825b47db
NC
14302001-02-14 Nick Clifton <nickc@redhat.com>
1431
51d7ee16
NC
1432 * ecoff.c (bfd_debug_section): Update to initialise new fields in
1433 asection structure.
1434
825b47db
NC
1435 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1436 (BFD64_BACKENDS): Add pepigen.c
1437 Add rules to create peigen.c and pepigen.c from peXXigen.c.
1438
1439 * Makefile.in: Regenerate.
1440 * configure: Regenerate.
1441 * po/POTFILES.in: Regenerate.
1442 * po/bfd.pot: Regenerate.
1443
ea36a178
L
14442001-02-14 H.J. Lu <hjl@gnu.org>
1445
1446 * libcoff-in.h (pe_tdata): Add members target_subsystem and
1447 force_minimum_alignment.
1448
407443a3
AJ
14492001-02-14 Bo Thorsen <bo@suse.de>
1450
1451 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1452 (elf64_86_64_size_info): Struct added to fix a problem
1453 with the hashtable string entries.
1454 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1455 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1456 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1457 remove the FIXME for this.
1458 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1459 section. Also removed the FIXME for it.
1460 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1461 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1462 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1463
b4adccfd
RH
14642001-02-13 Richard Henderson <rth@redhat.com>
1465
1466 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1467 and not user provided.
1468
9635981a
KH
14692001-02-13 Kazu Hirata <kazu@hxi.com>
1470
1471 * vms.c (vms_print_symbol): Remove unreachable code.
1472
6a125b16
KH
1473 * rs6000-core.c: Fix formatting.
1474
cbff5e0d
DD
14752001-02-13 David Mosberger <davidm@hpl.hp.com>
1476
1477 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1478 as _bfd_XXi_only_swap_filehdr_out.
1479 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1480 pe->force_minimum_alignment to TRUE.
1481 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1482 PEI_TARGET_SUBSYSTEM.
1483 (pe_print_private_bfd_data): Call
1484 _bfd_XX_print_private_bfd_data_common() instead of
1485 _bfd_pe_print_private_bfd_data_common().
1486 (pe_bfd_copy_private_bfd_data): Call
1487 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1488 _bfd_pe_bfd_copy_private_bfd_data_common().
1489 (coff_bfd_copy_private_section_data): Define as
1490 _bfd_XX_bfd_copy_private_section_data instead of
1491 _bfd_pe_bfd_copy_private_section_data.
1492 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1493 of a _bfd_pe_get_symbol_info.
1494
1495 * peigen.c: Delete.
1496
1497 * peXXigen.c: Renamed from peigen.c.
1498 (COFF_WITH_XX): Define this macro (will get expanded into
1499 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1500 compiled as peigen.c or pepigen.c.
1501 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1502 define the canonical PEP structures and definitions.
1503 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1504 effect, enforce minimum file and section alignments. If
1505 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1506 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1507 so, by default, this is a no-op).
1508
1509 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1510 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1511 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1512 _bfd_pefoo if it's not defined. Use these macros to define
1513 coff swap macros.
1514
1515 * libcoff.h (pe_tdata): Add members target_subsystem and
1516 force_minimum_alignment.
1517
1518 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1519 COFF_WITH_pep.
1520 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1521
1522 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1523 peigen.lo.
1524
1525 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1526 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1527 PEPAOUTHDR.
1528
1529 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1530 (BFD64_BACKENDS_CFILES): Mention pepigen.c
1531 (peigen.c): Add rule to generate from peXXigen.c.
1532 (pepigen.c): Ditto.
1533 (pepigen.lo): List dependencies for pepigen.lo.
1534
df8634e3
AM
15352001-02-13 Alan Modra <alan@linuxcare.com.au>
1536
1537 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
1538 $global$ referenced but not defined, set its value here.
1539
51e0a107
JH
15402001-02-09 Bo Thorsen <bo@suse.de>
1541
1542 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1543 alignment to 3.
1544 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1545 and relocation.
1546 (elf64_x86_64_relocate_section): Fix formatting.
1547 (elf64_x86_64_relocate_section): Fix addend for relocation of
1548 R_X86_64_(8|16|32|PC8|PC16|PC32).
1549
d1fad7c6 15502001-02-12 Jan Hubicka <jh@suse.cz>
23df1078
JH
1551
1552 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1553
f0e1d18a
L
15542001-02-11 H.J. Lu <hjl@gnu.org>
1555
6757257f 1556 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
1557 alignment.
1558
9117d219
NC
15592001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1560
1561 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1562 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
1563 relocations against dynsym symbols.
1564
1565 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1566 the R_MIPS_26 relocation.
1567 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1568 the R_MIPS_26 relocation.
1569 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1570 relocation.
1571 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1572 the R_MIPS_26 relocation.
1573 (mips_elf64_howto_table_rela): Likewise.
1574
1575 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1576 member to mark symbols that have non-CALL relocations against
1577 them.
1578 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1579 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1580 R_MIPS_GOT16.
1581 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1582 non-CALL relocation against it is encountered.
1583 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1584 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1585 no_fn_stub is not set.
1586
1587 * elf32-mips.c (mips_elf_output_extsym): Get the output section
1588 information from the real symbol for indirect ones.
1589 Check no_fn_stub to find out if a symbol has a function stub
1590 indeed.
1591
9f93bca5
MS
15922001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1593
1594 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1595 * Makefile.in: Regenerate.
1596
81545d45
RH
15972001-02-09 David Mosberger <davidm@hpl.hp.com>
1598
1599 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
1600 true if section name is an unwind table section name.
1601 (elfNN_ia64_additional_program_headers): Count each unwind section
1602 separately.
1603 (elfNN_ia64_modify_segment_map): Install one unwind program header
1604 for each unwind separate section. Note: normally the linker
1605 script merges the unwind sections that go into a single segment,
1606 so this still generates at most one unwind program header per
1607 segment.
1608
1609 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1610 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1611 (elfNN_ia64_fake_sections): Mark sections with names that start
1612 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1613 unwind section.
1614
1615 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1616 Use it to make sh_info in unwind section point to the text section
1617 it applies to.
1618
a85d7ed0
NC
16192001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1620
1621 * Makefile.am: Add linux target for S/390.
1622 * archures.c: Likewise.
1623 * bfd-in2.h: Likewise.
1624 * config.bfd: Likewise.
1625 * configure.in: Likewise.
1626 * elf.c: Likewise.
1627 * libbfd.h: Likewise.
1628 * targets.c: Likewise.
1629 * cpu-s390.c: New file.
1630 * elf32-s390.c: New file.
1631 * elf64-s390.c: New file.
1632
356d255d
NC
16332001-02-09 Nick Clifton <nickc@redhat.com>
1634
1635 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1636 ImageBase. This has already been done by coff_swap_hdr_in.
1637
069f40e5
JJ
16382001-02-09 Jakub Jelinek <jakub@redhat.com>
1639
1640 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1641
eadfa8ab
JJ
16422001-02-09 Jakub Jelinek <jakub@redhat.com>
1643
1644 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1645 (sparc64_elf_relocate_section): Likewise.
1646
9fc54e19
MK
16472001-02-09 Mark Kettenis <kettenis@gnu.org>
1648
1649 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1650 similar to R_SPARC_32.
1651 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1652
1f655a09
L
16532001-02-08 H.J. Lu <hjl@gnu.org>
1654
1655 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1656 relocation entries for weak definitions when building DSO with
1657 -Bsymbolic.
1658
ca88208a
RH
16592001-02-08 Richard Henderson <rth@redhat.com>
1660
1661 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1662 before visibility. Locally defined protected symbols are not
1663 dynamic.
1664
4603e845
GK
16652001-02-08 Geoffrey Keating <geoffk@redhat.com>
1666
1667 * config.bfd: Enable coff64 for rs6000-*. Patch from
1668 <hzoli@austin.ibm.com>.
1669
4ca29a6a
NC
16702001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
1671
1672 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1673 found, do not attempt to find dwarf2 info before returning.
1674
7da9d88f
NC
16752001-02-07 Jakub Jelinek <jakub@redhat.com>
1676
1677 * elflink.h (is_global_symbol_definition): Rename to
1678 is_global_data_symbol_definition and have it reject function
1679 symbols.
1680 (elf_link_is_defined_archive_symbol): Use renamed function.
1681
7340082d
NC
16822001-02-07 Todd Vierling <tv@wasabisystems.com>
1683
1684 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1685 * libbfd.h (bfd_target_vector): Likewise.
1686 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 1687 make static; create pointer reference named bfd_target_vector.
7340082d
NC
1688 (_bfd_target_vector_entries): Calculate this based on the array
1689 typed _bfd_target_vector.
1690
2719f880
L
16912001-02-06 H.J. Lu <hjl@gnu.org>
1692
1693 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1694 internal symbols are not dynamic.
1695 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1696
175aa013
NC
16972001-02-06 Nick Clifton <nickc@redhat.com>
1698
1699 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1700 that it will not be pulled into the list of files that make up
1701 po/POTFILES.in.
1702 * Makefile.in: Regenerate.
1703 * po/bfd.pot: Regenerate.
1704
15e0ecd9
L
17052001-02-06 H.J. Lu <hjl@gnu.org>
1706
7898deda 1707 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
15e0ecd9
L
1708 checking.
1709 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1710 external_PEI_IMAGE_hdr.
1711
27def10f
KH
17122001-02-06 Kazu Hirata <kazu@hxi.com>
1713
1714 * elf-m10200.c: Fix formatting.
1715
a0f2e916
NC
17162001-02-04 Nick Clifton <nickc@redhat.com>
1717
1718 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1719 rel, it will be handled later on.
1720
d96031fb
NC
17212001-02-02 Fred Fish <fnf@ninemoons.com>
1722
1723 * Makefile.in: Fix typo.
1724
010ac81f
KH
17252001-02-01 Kazu Hirata <kazu@hxi.com>
1726
1727 * elf-m10300.c: Fix formatting.
1728
3fab46d0
AM
17292001-01-30 Alan Modra <alan@linuxcare.com.au>
1730
1731 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1732 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
1733 (elf64_hppa_object_p): Set architecture and machine from elf
1734 header flags.
3fab46d0 1735
95404643
RH
17362001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
1737
1738 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1739 before mdebug.
1740
8fb35fed
RH
17412001-01-26 Richard Henderson <rth@redhat.com>
1742
1743 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1744 for non-default visibility.
1745 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1746 delete ugly macro and replace with pretty function.
1747
a4f68544
NC
17482001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
1749
1750 * coff-go32.c: Update copyright.
1751 * coff-stgo32.c: Likewise.
1752 * coff-go32.c (COFF_LONG_FILENAMES): Define.
1753 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1754 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1755 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1756
c02e7c3e
KH
17572001-01-25 Kazu Hirata <kazu@hxi.com>
1758
1759 * bfd-in2.h: Rebuild.
1760 * libbfd.h: Likewise.
1761
541389e2
L
17622001-01-23 H.J. Lu <hjl@gnu.org>
1763
1764 * bfd-in2.h: Rebuild.
1765
0007625f
L
17662001-01-23 H.J. Lu <hjl@gnu.org>
1767
1768 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1769 is NULL or PRIV(vms_rec) is outside of the buffer.
1770
b653e1b1
KH
17712001-01-23 Kazu Hirata <kazu@hxi.com>
1772
1773 * coff64-rs6000.c: Fix formatting.
1774 * coff-arm.c: Likewise.
1775 * coffgen.c: Likewise.
1776 * cofflink.c: Likewise.
1777 * coff-mcore.c: Likewise.
1778 * coff-mips.c: Likewise.
1779 * coff-pmac.c: Likewise.
1780 * coff-ppc.c: Likewise.
1781 * coff-rs6000.c: Likewise.
1782 * elf32.c: Likewise.
1783 * elf32-fr30.c: Likewise.
1784 * elf32-i370.c: Likewise.
1785 * elf32-i860.c: Likewise.
1786 * elf32-m32r.c: Likewise.
1787 * elf32-m68k.c: Likewise.
1788 * elf32-mcore.c: Likewise.
1789 * elf32-ppc.c: Likewise.
1790 * elf32-sh.c: Likewise.
1791 * elf32-v850.c: Likewise.
1792 * elf64-alpha.c: Likewise.
1793 * elf64-sparc.c: Likewise.
1794 * elflink.c: Likewise.
1795 * elflink.h: Likewise.
1796 * elf-m10200.c: Likewise.
1797 * elf-m10300.c: Likewise.
1798 * elfxx-ia64.c: Likewise.
1799
3fde5a36
KH
1800 * aoutx.h: Fix formatting.
1801 * bfd.c: Likewise.
1802 * bfd-in2.h: Likewise.
1803 * bfd-in.h: Likewise.
1804 * cpu-i386.c: Likewise.
1805 * cpu-m68hc11.c: Likewise.
1806 * dwarf2.c: Likewise.
1807 * elf64-x86-64.c: Likewise.
1808 * format.c: Likewise.
1809 * freebsd.h: Likewise.
1810 * hash.c: Likewise.
1811 * hp300hpux.c: Likewise.
1812 * hppabsd-core.c: Likewise.
1813 * hpux-core.c: Likewise.
1814
70256ad8
AJ
18152001-01-22 Bo Thorsen <bo@suse.de>
1816
1817 * elf64-x86-64.c: Added PIC support for X86-64.
1818 (elf64_x86_64_link_hash_newfunc): Function added.
1819 (elf64_x86_64_link_hash_table_create): Likewise.
1820 (elf64_x86_64_check_relocs): Likewise.
1821 (elf64_x86_64_gc_mark_hook): Likewise.
1822 (elf64_x86_64_gc_sweep_hook): Likewise.
1823 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1824 (elf64_x86_64_size_dynamic_sections): Likewise.
1825 (elf64_x86_64_discard_copies): Likewise.
1826 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1827 (elf64_x86_64_finish_dynamic_sections): Likewise.
1828 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1829
ee0bebb8
AJ
18302001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1831
1832 * Makefile.am (install-data-local): Make use of $(DESTDIR).
1833 * Makefile.in: Regenerate.
1834
2a38f751
KH
18352001-01-21 Kazu Hirata <kazu@hxi.com>
1836
1837 * coff-a29k.c: Fix formatting.
1838
c8492176
L
18392001-01-19 H.J. Lu <hjl@gnu.org>
1840
1841 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1842 relocation section names.
1843 (elf_i386_relocate_section): Report files with bad relocation
1844 section names and return false.
1845
a5377ec0
AJ
18462001-01-17 Bo Thorsen <bo@suse.de>
1847
1848 * targets.c: Alphabetize list of xvecs.
1849
b352eebf
AM
18502001-01-14 Alan Modra <alan@linuxcare.com.au>
1851
d952f17a
AM
1852 * config.bfd: Add linux target variant for elfxx-hppa.
1853 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1854 bfd_elf64_hppa_linux_vec.
1855 * configure: Regenerate.
1856 * elf64-hppa.c: Include elf64-target.h again to support linux
1857 target variant.
1858 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1859 * elf32-hppa.c: Include elf32-target.h again to support linux
1860 target variant.
1861 (elf32_hppa_post_process_headers): New function.
1862 (elf_backend_post_process_headers): Define.
1863 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1864 bfd_elf32_hppa_linux_vec.
1865
c46b7515
AM
1866 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1867 and data_segment_base fields.
1868 (elf32_hppa_link_hash_table_create ): Init them.
1869 (elf32_hppa_check_relocs): Update comments.
1870 (hppa_record_segment_addr): New function.
1871 (elf32_hppa_relocate_section): Call it.
1872 (final_link_relocate): Handle R_PARISC_SEGREL32.
1873 (elf32_hppa_final_link): New function.
1874 (bfd_elf32_bfd_final_link): Define to call it.
1875 (hppa_unwind_entry_compare): New function.
1876 * cache.c (bfd_open_file): Create files in write+read mode.
1877
1878 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1879 SEGREL32 and numerous other relocs. Change duplicate
1880 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1881
d768008d
AM
1882 * opncls.c (bfd_fdopenr): Add parens like the comment says around
1883 O_ACCMODE.
1884
150ccafb
AM
1885 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1886 .plt entries for DT_INIT and DT_FINI.
1887 (elf32_hppa_finish_dynamic_sections): Remove special handling of
1888 DT_INIT and DT_FINI.
1889
b352eebf
AM
1890 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1891 offsets for stub .plt access if wide mode. Check offset in range.
1892
b3b9a062
NC
18932001-01-13 Nick Clifton <nickc@redhat.com>
1894
b7ed8fad
NC
1895 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1896 line.
1897
b3b9a062
NC
1898 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1899 line.
1900
6e0b89ee
AM
19012001-01-12 Alan Modra <alan@linuxcare.com.au>
1902
1903 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1904 * configure: Regenerate.
1905
0d2bcfaf
NC
19062001-01-11 Peter Targett <peter.targett@arccores.com>
1907
1908 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1909 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1910 * cpu-arc.c (arch_info_struct): Add entries for variants.
1911 (bfd_arc_arch) Set default to bfd_mach_arc_5.
1912 (arc_get_mach) Don't assume machine names prefixed arc- before
1913 testing.
1914 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1915 selections.
1916 (arc_elf_final_write_processing) Likewise.
1917 (ELF_MACHINE_CODE) Use EM_ARC.
1918
c31c1f70
NC
19192001-01-10 Nick Clifton <nickc@redhat.com>
1920
2758140b 1921 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 1922
5ad083e3
PB
19232001-01-07 Philip Blundell <philb@gnu.org>
1924
1925 * README: Replace `bug-gnu-utils@gnu.org' with
1926 `bug-binutils@gnu.org'.
1927
7eae7d22
KH
19282001-01-04 Kazu Hirata <kazu@hxi.com>
1929
1930 * som.c: Fix formatting.
1931
509945ae
KH
19322001-01-03 Kazu Hirata <kazu@hxi.com>
1933
3e932841
KH
1934 * ecoffswap.h: Fix formatting.
1935 * elf-bfd.h: Likewise.
1936 * elfarm-nabi.c: Likewise.
1937 * elfarm-oabi.c: Likewise.
1938 * elfcode.h: Likewise.
1939 * elfcore.h: Likewise.
1940 * elflink.c: Likewise.
1941 * elflink.h: Likewise.
1942 * elfxx-ia64.c: Likewise.
1943 * elfxx-target.h: Likewise.
1944 * libbfd.c: Likewise
509945ae
KH
1945 * linker.c: Likewise.
1946 * lynx-core.c: Likewise.
1947
892339ee
KH
19482001-01-02 Kazu Hirata <kazu@hxi.com>
1949
1950 * pc532-mach.c: Fix formatting.
1951 * pe-arm.c: Likewise.
1952 * pe-i386.c: Likewise.
1953 * pe-mips.c: Likewise.
1954 * pe-ppc.c: Likewise.
1955 * pe-sh.c: Likewise.
1956 * pei-mips.c: Likewise.
1957 * pei-sh.c: Likewise.
ee91ed79 1958 * peicode.h: Likewise.
892339ee
KH
1959 * ppcboot.c: Likewise.
1960 * ptrace-core.c: Likewise.
1961
3d855632
KH
19622001-01-01 Kazu Hirata <kazu@hxi.com>
1963
1964 * reloc.c: Fix formatting.
1965 * riscix.c: Likewise.
1966 * rs6000-core.c: Likewise.
1967 * xcoff-target.h: Likewise.
1968
a77a9fef
HPN
19692000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1970
1971 * elfcode.h (elf_object_p): Also restore the bfd mach field on
1972 error, by calling bfd_default_set_arch_mach with incoming
1973 values.
1974
558e161f
KH
19752000-12-26 Kazu Hirata <kazu@hxi.com>
1976
1977 * vaxnetbsd.c: Fix formatting.
1978 * versados.c: Likewise.
1979 * vms-gsd.c: Likewise.
1980 * vms-hdr.c: Likewise.
1981 * vms-misc.c: Likewise.
1982
3c579812
AO
19832000-12-25 Alexandre Oliva <aoliva@redhat.com>
1984
1985 * archive.c (coff_write_armap): Don't write more than symbol_count
1986 `archive_member_file_ptr's.
1987
672579e9
KH
19882000-12-25 Kazu Hirata <kazu@hxi.com>
1989
1990 * vms-tir.c: Fix formatting.
1991
55f2d5ed
KH
19922000-12-23 Kazu Hirata <kazu@hxi.com>
1993
1994 * vms.c: Fix formatting.
1995 * vms.h: Likewise.
1996
23ccc829
NC
19972000-12-21 Santeri Paavolainen <santtu@ssh.com>
1998
1999 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
2000
2001 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
2002
2003 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
2004 arithmetic.
2005
2006 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
2007
2008 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
2009
8c603c85
NC
20102000-12-21 Richard Sandiford <rsandifo@redhat.com>
2011
2012 * libbfd.c (bfd_get_bits): Added
2013 (bfd_put_bits): Likewise
2014 * bfd-in.h: Declared the above.
2015 * bfd-in2.h: Regenerated.
2016
5bff4f56
KH
20172000-12-20 Kazu Hirata <kazu@hxi.com>
2018
2019 * targets.c: Fix formatting.
2020 * tekhex.c: Likewise.
2021 * trad-core.c: Likewise.
2022
7b82c249
KH
20232000-12-19 Kazu Hirata <kazu@hxi.com>
2024
2025 * sco5-core.c: Fix formatting.
2026 * section.c: Likewise.
2027 * sparclinux.c: Likewise.
2028 * sparclynx.c: Likewise.
2029 * sparcnetbsd.c: Likewise.
2030 * srec.c: Likewise.
2031 * stabs.c: Likewise.
2032 * stab-syms.c: Likewise.
2033 * sunos.c: Likewise.
2034 * syms.c: Likewise.
2035 * sysdep.h: Likewise.
2036
f78c5281
NC
20372000-12-18 Nick Clifton <nickc@redhat.com>
2038
2039 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
2040 defined.
2041 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
2042 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
2043
02b89dce
NC
20442000-12-18 Nick Clifton <nickc@redhat.com>
2045
2046 * vms-misc.c (_bfd_vms_get_record): Add default case to
2047 file_format switch.
2048
d20966a7
NC
20492000-12-15 Miloslav Trmac <mitr@volny.cz>
2050
2051 * elfcore.h (elf_core_file_p): Move to the start of the program
2052 headers before attempting to read them.
2053
6fa957a9
KH
20542000-12-14 Kazu Hirata <kazu@hxi.com>
2055
2056 * peigen.c: Fix formatting.
2057 * som.c: Likewise.
2058 * som.h: Likewise.
2059
9602af51
KH
20602000-12-13 Kazu Hirata <kazu@hxi.com>
2061
2062 * peigen.c: Fix formatting.
2063
514829c3
JW
20642000-12-12 Jim Wilson <wilson@redhat.com>
2065
2066 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
2067
3a71aec8
NC
20682000-12-08 Mark Salter <msalter@redhat.com>
2069
2070 * binary.c (binary_set_section_contents): Ignore sections
2071 with zero size.
2072
1518639e
KH
20732000-12-12 Kazu Hirata <kazu@hxi.com>
2074
2075 * m68klinux.c: Fix formatting.
2076 * m68knetbsd.c: Likewise.
2077 * mipsbsd.c: Likewise.
2078 * netbsd-core.c: Likewise.
2079 * netbsd.h: Likewise.
2080 * newsos3.c: Likewise.
2081 * nlm32-alpha.c: Likewise.
2082 * nlm32-i386.c: Likewise.
2083 * nlm32-ppc.c: Likewise.
2084 * nlm32-sparc.c: Likewise.
2085 * nlmcode.h: Likewise.
2086 * nlmswap.h: Likewise.
2087 * nlm-target.h: Likewise.
2088 * ns32knetbsd.c: Likewise.
2089
b79e8c78
NC
20902000-12-10 Fred Fish <fnf@be.com>
2091
d952f17a
AM
2092 * elflink.h (elf_link_output_extsym): Don't complain about undefined
2093 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 2094
38b1a46c
NC
20952000-12-12 Nick Clifton <nickc@redhat.com>
2096
2097 * cpu-sh.c: Fix formattng.
2098 * elf.c: Fix formattng.
2099 * elf32-mips.c: Fix formattng.
2100 * elf32-sh.c: Fix formattng.
2101 * elf64-alpha.c: Fix formattng.
2102
857ec808
NC
21032000-12-09 Nick Clifton <nickc@redhat.com>
2104
2105 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
2106 dwarf2_find_line_info as last parameter to invocation of
2107 _bfd_dwarf2_find_nearest_line.
2108 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
2109 dwarf2_find_line_info as last parameter to invocation of
2110 _bfd_dwarf2_find_nearest_line.
2111
51db3708
NC
21122000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
2113
2114 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
2115 (BFD_LIBS): ...to here.
2116 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
2117 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
2118 * Makefile.in: Regenerate.
2119 * configure.in: Remove dwarf.lo from the elf shell variable.
2120 * configure: Regenerate.
2121 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
2122 * libcoff.h: Regenerate.
d952f17a 2123 * coffgen.c (coff_find_nearest_line): Call
857ec808 2124 _bfd_dwarf2_find_nearest_line.
51db3708 2125 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
2126 accordingly.
2127 (read_abbrevs): Likewise
2128 (decode_line_info): Likewise.
2129 (parse_comp_unit): Likewise.
2130 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
2131 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
2132 * libbfd.h: Regenerate.
2133 * elf.c (_bfd_elf_find_nearest_line): Update call.
2134 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
2135 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
2136 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
2137 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
2138 (styp_to_sec_flags): Handle DWARF2 sections.
2139 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
2140 to _bfd_find_nearest_line.
2141 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
2142 call to _bfd_find_nearest_line.
d952f17a 2143
435b1e90
KH
21442000-12-08 Kazu Hirata <kazu@hxi.com>
2145
2146 * coffgen.c: Fix formatting.
fe8bc63d 2147 * elf-m10300.c: Likewise.
435b1e90
KH
2148 * elf32-i386.c: Likewise.
2149 * elf32-i960.c: Likewise.
2150 * elf32-m68k.c: Likewise.
2151 * elf32-mcore.c: Likewise.
2152 * elf32-ppc.c: Likewise.
2153 * elf32-sh.c: Likewise.
2154 * elf32-sparc.c: Likewise.
2155 * elf32-v850.c: Likewise.
fe8bc63d
KH
2156 * elf64-alpha.c: Likewise.
2157 * elf64-hppa.c: Likewise.
2158 * elf64-mips.c: Likewise.
435b1e90 2159 * elf64-sparc.c: Likewise.
435b1e90 2160
8da6118f
KH
21612000-12-07 Kazu Hirata <kazu@hxi.com>
2162
2163 * elf32-ppc.c: Fix formatting.
2164 * elf64-x86-64.c: Likewise.
2165
a9922e52
UC
21662000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
2167
2168 From Ralf Baechle <ralf@gnu.org>
2169
2170 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
2171 BFDs containing no sections or empty .text, .data or .bss sections
2172 to be merged, regardless of their flags.
2173
c3668558
KH
21742000-12-06 Kazu Hirata <kazu@hxi.com>
2175
2176 * elf32-m32r.c: Fix formatting.
2177 * elf32-m68hc11.c: Likewise.
2178 * elf32-m68hc12.c: Likewise.
2179 * elf32-m68k.c: Likewise.
2180 * elf32-mcore.c: Likewise.
2181 * elf32-pj.c: Likewise.
2182 * elf32-ppc.c: Likewise.
2183
6609fa74
KH
21842000-12-05 Kazu Hirata <kazu@hxi.com>
2185
2186 * elf32-fr30.c: Fix formatting.
2187 * elf32-hppa.c: Likewise.
2188 * elf32-i370.c: Likewise.
2189 * elf32-i386.c: Likewise.
2190 * elf32-i860.c: Likewise.
2191 * elf32-i960.c: Likewise.
2192
a7c10850
KH
21932000-12-03 Kazu Hirata <kazu@hxi.com>
2194
2195 * elf32-arm.h: Fix formatting.
2196 * elf32-avr.c: Likewise.
2197 * elf32-cris.c: Likewise.
2198 * elf32-d10v.c: Likewise.
2199 * elf32-d30v.c: Likewise.
2200 * elf-hppa.h: Likewise.
2201 * elf-m10200.c: Likewise.
2202 * elf-m10300.c: Likewise.
2203
e7af610e
NC
22042000-12-01 Chris Demetriou <cgd@sibyte.com>
2205
d952f17a
AM
2206 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
2207 bfd_mach_mips32_4k. Update FIXME comment.
2208 * archures.c (bfd_mach_mips32): New constant.
2209 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2210 the latter, renumber it.
2211 * bfd-in2.h (bfd_mach_mips32): New constant.
2212 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
2213 the latter, renumber it.
2214 * cpu-mips.c (I_mips32): New constant.
2215 (I_mips4K, I_mips32_4k): Rename the former to the latter.
2216 (arch_info_struct): Add bfd_mach_mips32 entry, replace
2217 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
2218 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
2219 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
2220 with E_MIPS_MACH_MIPS32_4K.
2221 (_bfd_mips_elf_final_write_processing): Replace
2222 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
2223 bfd_mach_mips32 case.
2224 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
2225 comparison with support for MIPS32.
2226 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
2227 MIPS32.
2228
2229 * aoutx.h (NAME(aout,machine_type)): Add cases for
2230 bfd_mach_mips5 and bfd_mach_mips64.
2231 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
2232 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
2233 * cpu_mips.c (I_mips5, I_mips64): New definitions.
2234 (arch_info_struct): Add entries for bfd_mach_mips5 and
2235 bfd_mach_mips64.
2236 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
2237 _bfd_mips_elf_print_private_bfd_data): Add cases for
2238 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
2239 (_bfd_mips_elf_final_write_processing): Add cases for
2240 bfd_mach_mips5 and bfd_mach_mips64.
2241
7898deda 2242 * aoutx.h (NAME(aout,machine_type)): Add a
d952f17a 2243 bfd_mach_mips_sb1 case.
7898deda
NC
2244 * archures.c (bfd_mach_mips_sb1): New constant.
2245 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
2246 * cpu-mips.c (I_sb1): New constant.
d952f17a 2247 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
7898deda 2248 * elf32-mips.c (elf_mips_mach): Add case for
d952f17a
AM
2249 E_MIPS_MACH_SB1.
2250 (_bfd_mips_elf_final_write_processing): Add case for
2251 bfd_mach_mips_sb1.
2252
22532000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
2254
2255 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
2256 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
2257 (sparc*-*-rtems*): Switched from a.out to ELF.
2258
8d88c4ca 22592000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
2260
2261 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
2262 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
2263 (elf64-x86-64.lo): Add dependencies.
2264 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
2265 bfd_mach_x86_64_intel_syntax.
2266 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
2267 * config.bfd (x86_64): Add.
2268 * configure.in: Add support for bfd_elf64_x86_64_vec.
2269 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
2270 (bfd_i386_arch, i8086_ar): Link in.
2271 * elf64-x86-64.c: New file.
2272 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
2273 * targets.c (bfd_elf64_x86_64_vec): Add.
2274 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 2275
fbc4fff4
KH
22762000-11-30 Kazu Hirata <kazu@hxi.com>
2277
2278 * xcofflink.c: Fix formatting.
2279
e60b52c6
KH
22802000-11-28 Kazu Hirata <kazu@hxi.com>
2281
2282 * aoutx.h: Fix formatting.
2283 * bfd-in.h: Likewise.
2284 * bfd-in2.h: Likewise.
2285 * cache.c: Likewise.
2286 * cisco-core.c: Likewise.
2287 * coff64-rs6000.c: Likewise.
2288 * coffcode.h: Likewise.
2289 * coffswap.h: Likewise.
2290 * corefile.c: Likewise.
be3ccd9c 2291 * elf32-mips.c: Likewise.
e60b52c6 2292
336eced2
KH
22932000-11-27 Kazu Hirata <kazu@hxi.com>
2294
2295 * aout-adobe.c: Fix formatting.
244148ad
KH
2296 * coff64-rs6000.c: Likewise.
2297 * coffgen.c: Likewise.
2298 * cofflink.c: Likewise.
336eced2 2299
d71f672e
PB
23002000-11-27 Philip Blundell <pb@futuretv.com>
2301
2302 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
2303 (obj_coff_strings_written): New accessor macro for above.
2304 * libcoff.h: Regenerate.
2305 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
2306 strings.
2307 * coffcode.h (coff_write_object_contents): No need to write out
2308 the string table if it's already been done.
2309
bc7a577d
PB
23102000-11-22 Philip Blundell <pb@futuretv.com>
2311
d952f17a 2312 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
2313 weak undefined symbols.
2314
077b8428
NC
23152000-11-24 Nick Clifton <nickc@redhat.com>
2316
2317 * archures.c (bfd_mach_arm_5TE): Define.
2318 (bfd_mach_arm+XScale): Define.
2319 * bfd-in2.h: Regenerate.
2320
2321 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
2322 BFD_RELOC_ARM_PCREL_BLX.
2323
2324 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
2325 XScale machine numbers.
2326
2327 * config.bfd (xscale-elf): Add target.
2328 (xscale-coff): Add target.
2329
2330 * cpu-arm.c: Add xscale machine name.
2331 Add v5t, v5te and XScale machine numbers.
2332
e9e41bd9
KH
23332000-11-23 Kazu Hirata <kazu@hxi.com>
2334
2335 * aix386-core.c: Fix formatting.
2336
64bf6ae6
JW
23372000-11-22 Jim Wilson <wilson@redhat.com>
2338
2339 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2340 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2341 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2342 (ins_imms_scaled): Initialize sign_bit at function entry.
2343 (elf64_ia64_operands): Add missing initializers.
2344 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2345 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2346 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2347 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2348 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2349 parameters.
2350 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2351 and free_extsyms at function entry.
2352 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2353 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2354 (get_got): Delete unused local srel.
2355 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2356 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 2357
1abaf976
KH
23582000-11-21 Kazu Hirata <kazu@hxi.com>
2359
6e301b2b
KH
2360 * coff-a29k.c: Fix formatting.
2361 * coff-h8500.c: Likewise.
2362 * coff-i960.c: Likewise.
2363 * coff-ppc.c: Likewise.
2364 * coff-rs6000.c: Likewise.
2365 * coff-stgo32.c: Likewise.
2366 * coff-tic54x.c: Likewise.
2367 * coff-w65.c: Likewise.
2368 * cpu-h8500.c: Likewise.
2369 * cpu-hppa.c: Likewise.
2370 * cpu-ns32k.c: Likewise.
2371 * ecoff.c: Likewise.
1abaf976
KH
2372 * ecofflink.c: Likewise.
2373
a0fc8ba1
NC
23742000-11-21 Nick Clifton <nickc@redhat.com>
2375
2376 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2377 remove possibility of infinite loop.
2378
beb0d161
KH
23792000-11-20 Kazu Hirata <kazu@hxi.com>
2380
2381 * aix386-core.c: Fix formatting.
2382 * aout-adobe.c: Likewise.
2383 * aout-arm.c: Likewise.
2384 * aout-encap.c: Likewise.
2385 * aout-ns32k.c: Likewise.
2386 * aout-target.h: Likewise.
2387 * aout-tic30.c: Likewise.
2388 * aoutf1.h: Likewise.
2389 * aoutx.h: Likewise.
2390 * archive.c: Likewise.
eb6e10cb
KH
2391 * bfd-in.h: Likewise.
2392 * bfd-in2.h: Likewise.
2393 * bfd.c: Likewise.
2394 * bout.c: Likewise.
beb0d161 2395
2c2475db
JW
23962000-11-17 H.J. Lu <hjl@gnu.org>
2397
2398 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2399 pltoff entries for DT_INIT and DT_FINI.
2400 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2401 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2402 entries.
2403
18b27f17
RH
24042000-11-16 Richard Henderson <rth@redhat.com>
2405
2406 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2407 (allocate_dynrel_entries): Likewise.
2408 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
2409 (set_pltoff_entry): Likewise.
2410 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2411 (elfNN_ia64_reloc_type_lookup): Likewise.
2412 (elfNN_ia64_install_value): Likewise.
2413 (elfNN_ia64_relocate_section): Likewise.
2414 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2415 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2416
98591c73
KH
24172000-11-16 Kazu Hirata <kazu@hxi.com>
2418
71f6b586
KH
2419 * cpu-a29k.c: Fix formatting.
2420 * cpu-alpha.c: Likewise.
2421 * cpu-arm.c: Likewise.
2422 * cpu-avr.c: Likewise.
2423 * cpu-d10v.c: Likewise.
2424 * cpu-h8500.c: Likewise.
2425 * cpu-hppa.c: Likewise.
2426 * cpu-i370.c: Likewise.
2427 * cpu-i386.c: Likewise.
2428 * cpu-i960.c: Likewise.
2429 * cpu-ia64-opc.c: Likewise.
2430 * cpu-ia64.c: Likewise.
2431 * cpu-m32r.c: Likewise.
2432 * cpu-m68hc11.c: Likewise.
2433 * cpu-m68hc12.c: Likewise.
2434 * cpu-m68k.c: Likewise.
2435 * cpu-m88k.c: Likewise.
2436 * cpu-mips.c: Likewise.
2437 * cpu-ns32k.c: Likewise.
2438 * cpu-pj.c: Likewise.
2439 * cpu-powerpc.c: Likewise.
2440 * cpu-sh.c: Likewise.
2441 * cpu-sparc.c: Likewise.
2442 * cpu-tic54x.c: Likewise.
2443 * cpu-v850.c: Likewise.
2444 * cpu-vax.c: Likewise.
2445 * cpu-w65.c: Likewise.
2446 * cpu-we32k.c: Likewise.
2447 * cpu-z8k.c: Likewise.
2448 * dwarf1.c: Likewise.
98591c73
KH
2449 * dwarf2.c: Likewise.
2450
c5930ee6
KH
24512000-11-15 Kazu Hirata <kazu@hxi.com>
2452
2453 * coff-arm.c: Fix formatting.
2454 * coff-ppc.c: Likewise.
2455 * coff-rs6000.c: Likewise.
cbfe05c4
KH
2456 * coff-sh.c: Likewise.
2457 * coff-sparc.c: Likewise.
2458 * coff-tic30.c: Likewise.
2459 * coff-tic54x.c: Likewise.
2460 * coff-tic80.c: Likewise.
2461 * coff-w65.c: Likewise.
2462 * coff-we32k.c: Likewise.
2463 * coff-z8k.c: Likewise.
c5930ee6 2464
dac544a8
RH
24652000-11-15 Richard Henderson <rth@redhat.com>
2466
2467 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2468 section with the same ALLOC|LOAD flags as the source section.
2469
c810873d
JJ
24702000-11-14 Jakub Jelinek <jakub@redhat.com>
2471
2472 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2473 by STO_ALPHA constants.
2474
43646c9d
KH
24752000-11-14 Kazu Hirata <kazu@hxi.com>
2476
2477 * coff-pmac.c: Fix formatting.
2478 * coff-ppc.c: Likewise.
2479
051b8577
L
24802000-11-13 H.J. Lu <hjl@gnu.org>
2481
2482 * elflink.h (elf_link_add_object_symbols): Also add indirect
2483 symbols for common symbols with the default version.
2484
90460d97
PB
24852000-11-09 Philip Blundell <pb@futuretv.com>
2486
2487 * section.c (STD_SECTION): Set gc_mark flag.
2488
b48499ec
KH
24892000-11-11 Kazu Hirata <kazu@hxi.com>
2490
2491 * coff-i960.c: Likewise.
2492 * coff-m68k.c: Likewise.
2493 * coff-m88k.c: Likewise.
2494 * coff-mcore.c: Likewise.
2495 * coff-mips.c: Likewise.
2496
c5aeb40f
AO
24972000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
2498
2499 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2500
5fcfd273
KH
25012000-11-10 Kazu Hirata <kazu@hxi.com>
2502
2503 * coff-h8300.c: Fix formatting.
2504 * coff-h8500.c: Likewise.
2505 * coff-i386.c: Likewise.
2506 * coff-i860.c: Likewise.
2507 * coff-i960.c: Likewise.
2508 * coff-ia64.c: Likewise.
2509
047066e1
KH
25102000-11-09 Kazu Hirata <kazu@hxi.com>
2511
2512 * archive.c: Fix formatting.
2513 * archures.c: Likewise.
2514
9a951beb
RH
25152000-11-07 Richard Henderson <rth@redhat.com>
2516
2517 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2518 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
2519 * section.c (bfd_set_section_contents): Call memcpy if
2520 section->contents set and location not equal to contents plus offset.
2521
aebad5fe
KH
25222000-11-08 Kazu Hirata <kazu@hxi.com>
2523
8546af74
KH
2524 * bfd-in.h: Fix formatting.
2525 * bfd-in2.h: Likewise.
2526 * bfd.c: Likewise.
aebad5fe
KH
2527 * binary.c: Likewise.
2528 * bout.c: Likewise.
346ceb11
KH
2529 * coff-a29k.c: Likewise.
2530 * coff-alpha.c: Likewise.
2531 * coff-apollo.c: Likewise.
2532 * coff-aux.c: Likewise.
aebad5fe 2533
0ef5a5bd
KH
25342000-11-07 Kazu Hirata <kazu@hxi.com>
2535
2536 * aix386-core.c: Fix formatting.
2537 * aoutf1.h: Likewise.
2538 * aoutx.h: Likewise.
2539 * archures.c: Likewise.
2540 * armnetbsd.c: Likewise.
2541
d562d2fb
AM
25422000-11-07 Alan Modra <alan@linuxcare.com.au>
2543
2544 * coff-h8300.c (special): Adjust reloc address.
2545
bbe66d08
JW
25462000-11-06 Steve Ellcey <sje@cup.hp.com>
2547
4efc3e05 2548 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
2549 to differentiate elf32 and elf64 on ia64.
2550 * bfd-in2.h: Regenerate.
2551 * config.bfd: Add target for "ia64*-*-hpux*".
2552 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2553 * configure: Regenerate.
4efc3e05 2554 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
2555 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2556
2557 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2558 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
2559 * Makefile.in: Regnerate.
4efc3e05 2560 * elf64-ia64.c: Deleted.
bbe66d08
JW
2561 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2562
c4dfa77f
KH
25632000-11-06 Kazu Hirata <kazu@hxi.com>
2564
2565 * aout-adobe.c: Fix formatting.
2566 * aout-arm.c: Likewise.
2567 * aout-cris.c: Likewise.
2568 * aout-encap.c: Likewise.
2569 * aout-ns32k.c: Likewise.
2570 * aout-target.h: Likewise.
2571 * aout-tic30.c: Likewise.
2572
cf919dfd
PB
25732000-11-05 Philip Blundell <philb@gnu.org>
2574
2575 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2576 BFDs containing no sections to be merged, regardless of their flags.
2577
25782000-11-04 Philip Blundell <philb@gnu.org>
2579
2580 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2581 if a relocation for an undefined symbol also results in an
2582 overflow.
2583
8d88c4ca 25842000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
2585
2586 * config.bfd: Add support for Sun Chorus.
2587
46d59bfa
DB
25882000-11-05 David O'Brien <obrien@FreeBSD.org>
2589
2590 * configure.in: Recognize alpha-*-freebsd*.
2591 * configure: Regenerate.
2592
d952f17a 25932000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
2594
2595 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2596 (Chunk): New global variable set by a parameter in objcopy.c.
2597 (S3Forced): New global variable set by a parameter in
2598 objcopy.c.
2599 (srec_set_section_contents): If S3Forced is true, always generate
2600 S3 records.
2601 (srec_write_section): Use 'Chunk' to limit maximum length of S
2602 records.
2603
59ff2774
NC
26042000-11-02 Per Lundberg <plundis@chaosdev.org>
2605
2606 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2607 * Makefile.in: Regenerate.
2608 * bfd-in2.h: Regenerate.
2609 * po/bfd.pot: Regenerate.
d952f17a 2610
ee43f35e
PB
26112000-10-31 Philip Blundell <philb@gnu.org>
2612
2613 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2614 EF_SOFT_FLOAT if it is defined.
2615
1006ba19
PB
26162000-10-27 Philip Blundell <philb@gnu.org>
2617
2618 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2619 attempts to mix PIC code with non-PIC, just mark the output as
2620 being position dependent.
d952f17a
AM
2621 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
2622 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 2623 all mismatches, not just the first one.
d952f17a 2624
c4920b97
NC
26252000-10-25 Chris Demetriou <cgd@sibyte.com>
2626
2627 * ieee.c (ieee_archive_p): Plug one of many possible
2628 memory leaks in error handling.
2629
19f7b010
JJ
26302000-10-20 Jakub Jelinek <jakub@redhat.com>
2631
2632 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2633 elf32_sparc_object_p, elf32_sparc_final_write_processing):
2634 Support v8plusb.
2635 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2636 sparc64_elf_object_p): Support v9b.
2637 * archures.c: Declare v8plusb and v9b machines.
2638 * bfd-in2.h: Ditto.
2639 * cpu-sparc.c: Ditto.
2640
e1e0340b
GK
26412000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2642
ea5fbc67
GK
2643 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2644 of a GOT reloc.
2645
e1e0340b
GK
2646 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2647 (SYMBOL_CALLS_LOCAL): New macro.
2648 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2649 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2650 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2651 (ppc_elf_relocate_section): Use flag variable to determine
2652 whether the relocation refers to a local symbol.
2653 Test whether a PLTREL24 reloc will produce a reloc by looking
2654 to see whether a PLT entry was made.
2655
a4b120e1
GK
26562000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2657
2658 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2659 entries that could serve as a definition for a weak symbol.
2660
5af5b85b
UC
26612000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
2662
2663 From Ralf Baechle <ralf@gnu.org>
2664
2665 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2666 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
2667 against local symbols.
2668 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 2669
3ef20aaa
AM
26702000-10-12 Alan Modra <alan@linuxcare.com.au>
2671
24376d1b
AM
2672 * section.c (struct sec): Add kept_section.
2673 (struct bfd_comdat_info): Remove sec, we can use above.
2674 (STD_SECTION): Add initializer.
2675 (bfd_make_section_anyway): Init here too.
2676
2677 * bfd-in2.h: Regenerate.
2678
2679 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 2680 zeroing of `flags'.
24376d1b
AM
2681 (elf_link_input_bfd): Set all asection->symbol->value's here, and
2682 fudge values for discarded link-once section symbols.
2683
3ef20aaa
AM
2684 * elf64-hppa.c: Include alloca-conf.h
2685
c0e219cc
AM
26862000-10-11 Alan Modra <alan@linuxcare.com.au>
2687
d01e2a23
AM
2688 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2689
c0e219cc
AM
2690 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2691
fe268b66
AM
26922000-10-10 Alan Modra <alan@linuxcare.com.au>
2693
2694 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2695
4d7ce4dd
AM
26962000-10-10 Tom Rix <trix@redhat.com>
2697
d952f17a 2698 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
2699 newsect->symbol fails to alloc. Use bfd_release instead of free.
2700
f3b6f7c3
RH
27012000-10-09 Richard Henderson <rth@cygnus.com
2702
2703 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2704 (elf64_ia64_unwind_entry_compare): New.
2705 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2706
44852b19
AM
27072000-10-07 Alan Modra <alan@linuxcare.com.au>
2708
fc8c40a0
AM
2709 * elflink.h (size_dynamic_sections): Don't create various tags if
2710 .dynstr is excluded from the link. Don't set first dynsym entry
2711 if dynsymcount is zero.
2712 (elf_bfd_final_link): Don't try to swap out dynamic syms if
2713 .dynsym excluded from the link. Don't try to write any dynamic
2714 sections excluded from the link.
2715
44852b19
AM
2716 * elf.c (swap_out_syms): Handle global section symbols.
2717
3e4554a2
DD
27182000-10-05 DJ Delorie <dj@redhat.com>
2719
2720 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2721 * coffcode.h (coff_set_alignment_hook): read extended reloc count
2722 (coff_write_relocs): write extended reloc count
2723 (coff_write_object_contents): account for extended relocs
2724
fa152c49
JW
27252000-10-05 Jim Wilson <wilson@cygnus.com>
2726
2727 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2728 field.
2729 * elf.c (_bfd_elf_make_section_from_shdr): Call the
2730 elf_backend_section_flags function.
2731 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2732 code.
2733 (elf64_ia64_section_flags): New function containing flag conversion
2734 code.
2735 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2736 * elfxx-target.h (elf_backend_section_flags): Define.
2737 (elfNN_bed): Initialize elf_backend_section_flags field.
2738
36605136
AM
27392000-10-02 Alan Modra <alan@linuxcare.com.au>
2740
2741 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2742 _bfd_elf32_gc_record_vtable. Correct a comment.
2743
4b6609a0
UC
27442000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
2745
2746 From Ralf Baechle <ralf@gnu.org>
2747
2748 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2749 produces binaries with got[1] = 0x80000001 to differenciate them
2750 for the dynamic linker from the broken binaries produced by old
2751 versions.
36605136 2752
f572a39d
AM
27532000-09-30 Petr Sorfa <petrs@sco.com>
2754
2755 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2756 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2757 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2758 * configure: Regenerate.
2759
4da81684
HPN
27602000-09-27 Hans-Peter Nilsson <hp@axis.com>
2761
2762 Define two bfd_targets for absence and presence of leading
2763 underscore on symbols. Make sure to only link same kind.
2764 * elf32-cris.c (cris_elf_object_p,
2765 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2766 cris_elf_merge_private_bfd_data): New.
2767 (elf_backend_object_p, elf_backend_final_write_processing,
2768 bfd_elf32_bfd_print_private_bfd_data,
2769 bfd_elf32_bfd_merge_private_bfd_data): Define.
2770 <Target vector definition>: Include elf32-target.h twice with
2771 different macro settings:
2772 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2773 bfd_elf32_us_cris_vec.
2774 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2775 (elf_symbol_leading_char): First as 0, then '_'.
2776 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2777 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2778 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2779 * configure: Regenerate.
2780 * targets.c: Declare bfd_elf32_us_cris_vec.
2781 * po/bfd.pot: Regenerate.
2782
9a5aca8c
AM
27832000-09-29 Momchil Velikov <velco@fadata.bg>
2784
2785 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2786 R_ARM_THM_PC22 relocations.
2787
512a2384
AM
27882000-09-29 NIIBE Yutaka <gniibe@chroot.org>
2789
2790 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2791
6c99a5c3
AM
27922000-09-29 Momchil Velikov <velco@fadata.bg>
2793
2794 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2795 is has the SEC_HAS_CONTENTS flag set.
2796