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