Chnage styp_flags_to_sec_flags() to a boolean function
[deliverable/binutils-gdb.git] / bfd / ChangeLog
CommitLineData
7c8ca0e4
NC
12001-06-12 Nick Clifton <nickc@cambridge.redhat.com>
2
3 * coffcode.h (styp_flags_to_sec_flags): Change to a boolean
4 function. Move flagword result into parameter list. Remove
5 comment about setting bfd_error_handler to intercept failure
6 results.
7 * coffgen.c (make_a_section_from_file): Examine result of
8 calling bfd_coff_styp_to_sec_flags and pass a failure back to
9 caller.
10 * ecoff.h (styp_flags_to_sec_flags): Change to a boolean
11 function. Move flagword result into parameter list.
12 * libcoff.h: Regenerate.
13 * libecoff.h: Regenerate.
14
dee0a8f4
NC
152001-06-13 Nick Clifton <nickc@cambridge.redhat.com>
16
17 * aoutx.h (adjust_z_magic): Only pad the tesxt section if the data
18 section is going to follow it.
19
0d1ea5c0
CM
202001-06-12 Catherine Moore <clm@redhat.com>
21
22 * elflink.h (elf_gc_propagate_vtable_entries): Replace FILE_ALIGN
23 with the file_align entry from elf_backend_data.
24 (elf_gc_smash_unused_vtentry_relocs): Likewise.
25 (elf_gc_record_vtentry): Likewise.
26
4e8a9624
AM
272001-06-10 Alan Modra <amodra@bigpond.net.au>
28
29 * elflink.h: Whitespace changes.
30 (elf_link_read_relocs_from_section): Use "unsigned int" iterator
31 rather than "unsigned char".
32 (elf_link_output_relocs): Likewise.
33 (elf_link_input_bfd): Likewise.
34 (elf_reloc_link_order): LIkewise.
35 * elf.c: s/CONST/const/. Whitespace changes.
36 * elf32-mips.c: Formatting fix.
37
38 * Makefile.am (SOURCE_HFILES): Include xcoff-target.h, remove xcoff.h.
39 * Makefile.in: Regenerate.
40 * po/Make-in: Remove trailing tab.
41
7a25cd3e
PB
422001-06-09 Philip Blundell <philb@gnu.org>
43
44 * elf32-arm.h (elf32_arm_plt0_entry): Correct error in last
45 change.
46 (elf32_arm_plt_entry): Likewise.
47
3f5a136d
L
482001-06-08 H.J. Lu <hjl@gnu.org>
49
50 * elf.c (swap_out_syms): Keep names for global section symbols.
51
d8fe1fed
L
522001-06-07 H.J. Lu <hjl@gnu.org>
53
54 * config.bfd: Put back ecoff for Linux/mips. Firmwares on some
55 MIPS-based machines need it.
56
c36e006f
L
572001-06-07 H.J. Lu <hjl@gnu.org>
58
59 * elf32-mips.c (_bfd_mips_elf_object_p): Set the bad symtab
60 for SGI only.
61
62 * config.bfd: Remove ecoff from Linux/mips.
63
cc78d0af
AJ
642001-06-07 Andreas Jaeger <aj@suse.de>
65
66 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Add an
67 assertion.
68 (elf64_x86_64_check_relocs): Fix VTENTRY relocation; set an
69 alignment of 8 for .rela sections; handle further relocations.
70
879db8be
NC
712001-06-06 Christian Groessler <cpg@aladdin.de>
72
73 * coff-z8k.c: Fix formatting.
74 Fix howtos: howto->size was always 1.
75
cbb1fd50
NC
762001-06-05 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
77
78 * configure.host (mips64*-*-linux*): Define.
79
73a74a62
AM
802001-06-05 Alan Modra <amodra@bigpond.net.au>
81
6725bdbf
AM
82 * elf32-i386.c (elf_i386_discard_copies): Rename to
83 discard_copies, and use elf_link_hash_entry arg rather than
84 elf_i386_link_hash_entry.
85 (elf_i386_link_hash_traverse): Delete.
86 (elf_i386_size_dynamic_sections): Adjust call to discard_copies.
87 Tidy sizing of dynamic sections.
88 (elf_i386_check_relocs <R_386_32, R_386_PC32>): Reference count
89 possible .plt entries.
90 (elf_i386_gc_sweep_hook): Likewise.
91 (elf_i386_adjust_dynamic_symbol): Discard .plt entries for
92 everything with plt.refcount <= 0.
93
94 * elf32-i386.c (elf_i386_check_relocs): Don't allocate .got and
95 .relgot space here.
96 (elf_i386_gc_sweep_hook): ..and no need to deallocate here..
4e8a9624 97 (elf_i386_adjust_dynamic_symbol): ..and don't allocate .plt and
6725bdbf
AM
98 .rel.plt here..
99 (allocate_plt_and_got): ..instead do it all here. New function.
100 (elf_i386_size_dynamic_sections): Allocate local .got space and
101 call allocate_plt_and_got. No need to zap .relgot if not dynamic.
102 (bfd_elf32_bfd_final_link): Delete. (ie. use regular final link
103 rather than gc variety).
104 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
105 (elf_i386_relocate_section): Use it here and correct handling of
106 R_386_GOT32. Provide section and offset for "unresolvable
107 relocation" error message.
108 (elf_i386_finish_dynamic_symbol): Correct handling of R_386_GOT32.
109
110 * elf32-i386.c (struct elf_i386_link_hash_table): Add sgot,
111 sgotplt, srelgot, splt, srelplt, sdynbss, srelbss fields.
112 (elf_i386_link_hash_table_create): Init them.
113 (create_got_section): New function.
114 (elf_i386_create_dynamic_sections): New function.
115 (elf_backend_create_dynamic_sections): Set to above.
116 (elf_i386_check_relocs): Use shortcuts from hash table rather than
117 calling bfd_get_section_by_name.
118 (elf_i386_gc_sweep_hook): Likewise.
119 (elf_i386_adjust_dynamic_symbol): Likewise.
120 (elf_i386_size_dynamic_sections): Likewise.
121 (elf_i386_relocate_section): Likewise.
122 (elf_i386_finish_dynamic_sections): Likewise.
123
73a74a62
AM
124 * elf32-hppa.c (allocate_plt_and_got): Skip indirect and warning syms.
125
24a5e751
L
1262001-06-02 H.J. Lu <hjl@gnu.org>
127
128 * elf32-hppa.c (elf32_hppa_object_p): Check ELFOSABI_LINUX
129 and ELFOSABI_HPUX.
130 * elf64-hppa.c (elf64_hppa_object_p): Likewise.
131
15103188
L
1322001-06-02 H.J. Lu <hjl@gnu.org>
133
134 * aout-cris.c (MACHTYPE_OK): New. Defined.
135
2f484710
HPN
1362001-06-02 Hans-Peter Nilsson <hp@axis.com>
137
138 * section.c (_bfd_strip_section_from_output): Handle NULL
139 output_section.
140
a5ac692b
L
1412001-06-02 H.J. Lu <hjl@gnu.org>
142
143 * config.bfd (powerpc-*-aix*, powerpc-*-beos*, rs6000-*-*): Add
144 rs6000coff64_vec only if BFD64 is defined.
145 (powerpc64-*-aix*): Enable only if BFD64 is defined.
146
27e53099
L
1472001-06-02 H.J. Lu <hjl@gnu.org>
148
149 * coff-ia64.c (ia64coff_object_p): Rewrite with
150 external_PEI_DOS_hdr and external_PEI_IMAGE_hdr.
151
80643fbc
AJ
1522001-06-01 Andreas Jaeger <aj@suse.de>
153
154 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add PC8
155 relocation, small reformatting.
156
6b3db546
AJ
1572001-05-29 Andreas Jaeger <aj@suse.de>
158
159 * elf64-x86-64.c (elf64_x86_64_check_relocs): Handle R_X86_64_64.
160 (elf64_x86_64_relocate_section): Likewise.
161
4dc86686
AM
1622001-05-30 Alan Modra <amodra@one.net.au>
163
164 * elf32-hppa.c (elf32_hppa_check_relocs): Don't NEED_PLT for
165 millicode. Don't allocate .got and .rela.got space here..
166 (elf32_hppa_gc_sweep_hook): ..and no need to deallocate here..
167 (elf32_hppa_adjust_dynamic_symbol): ..and don't allocate .plt and
168 .rela.plt here..
169 (hppa_handle_PIC_calls): ..nor here..
170 (allocate_plt_and_got): ..instead do it all here. New function.
171 (elf32_hppa_size_dynamic_sections): Allocate local .got space and
172 call allocate_plt_and_got. No need to zap .got if not dynamic.
173 (elf32_hppa_final_link): Call regular bfd_final_link instead of
174 gc_common_final_link.
175 (WILL_CALL_FINISH_DYNAMIC_SYMBOL): Define.
176 (elf32_hppa_relocate_section): Use it here.
177 (elf32_hppa_finish_dynamic_symbol): Remove superfluous test of
178 dynamic_sections_created.
179 (hppa_type_of_stub): Don't LONG_BRANCH_VIA_PLT if millicode sym.
180
de41dcd8
AJ
1812001-05-28 Andreas Jaeger <aj@suse.de>
182
183 * elf64-x86-64.c (elf64_86_64_size_info): Remove, we can use the
184 generic version since we want a hashsize of 4.
185 (elf_backend_size_info): Likewise.
186
209f668e
NC
1872001-05-28 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
188
209f668e
NC
189 * elflink.h (elf_link_size_reloc_section): Use bfd_zmalloc instead of
190 a zeroing loop.
191 (elf_link_output_relocs): Handle MIPS ELF64 relocations correctly.
192 (elf_link_input_bfd): Likewise.
193 (elf_reloc_link_order): Likewise.
194 (elf_finish_pointer_linker_section): Typo. Handle MIPS ELF64
195 relocations correctly.
196
f7a74f8c
NC
1972001-05-28 Nicolas Pitre <nico@cam.org>
198
199 * elf32-arm.h: fix PLT generation for big endian ARM
200
8dea1268
AM
2012001-05-28 Alan Modra <amodra@one.net.au>
202
203 * elf32-hppa.c (elf32_hppa_relocate_section): Set up .plt entries
204 for symbols forced local that need plabels.
205 (elf32_hppa_adjust_dynamic_symbol): Don't allocate space in
206 .plt.rela for local syms if non-shared.
207 (hppa_build_one_stub): Mask lsb of plt.offset.
208 (elf32_hppa_finish_dynamic_symbol): Abort if lsb of plt.offset set.
209 (clobber_millicode_symbols): Correct comment.
210 (elf32_hppa_relocate_section): Likewise.
211 (elf32_hppa_finish_dynamic_symbol): Likewise.
212
0f2712ed
NC
2132001-05-28 Jeff Sturm <jsturm@one-point.com>
214
215 * reloc.c: Add BFD_RELOC_SPARC_UA16 and BFD_RELOC_SPARC_UA64.
216 * bfd-in2.h: Regenerate.
217 * libbfd.h: Regenerate.
218 * elf32-sparc.c: Enable BFD_RELOC_SPARC_UA16, BFD_RELOC_SPARC_UA32
219 and BFD_RELOC_SPARC_UA64 mapping
220 * elf64-sparc.c: Likewise.
de41dcd8 221
6768c14a
L
2222001-05-25 H.J. Lu <hjl@gnu.org>
223
224 * Makefile.am (BFD32_BACKENDS): Remove coff-pmac.lo.
225 (BFD32_BACKENDS_CFILES): Remove coff-pmac.c.
226 (coff-rs6000.lo): Remove the old dependency.
227 * Makefile.in: Rebuild.
228
229 * configure.in (pmac_xcoff_vec): Replace coff-pmac.lo with
230 coff-rs6000.lo.
231
b55039f4
L
2322001-05-25 H.J. Lu <hjl@gnu.org>
233
234 * coff-rs6000.c (rs6000coff_vec): Use rs6000coff_core_p,
235 rs6000coff_core_file_matches_executable_p,
236 rs6000coff_core_file_failing_command and
237 rs6000coff_core_file_failing_signal only if AIX_CORE is
238 defined.
239 (pmac_xcoff_vec): Likewise.
240 * coff64-rs6000.c (rs6000coff64_vec): Likewise.
241
64e9ece0
TW
2422001-05-25 Timothy Wall <twall@redhat.com>
243
244 * elfxx-ia64.c (allocate_dynrel_entries): Don't allocate an entry
245 for __GLOB_DATA_PTR on AIX5. Clean up some relocation bugs.
246
f34d8777
L
2472001-05-25 H.J. Lu <hjl@gnu.org>
248
249 * bfd-in2.h: Regenerated.
250 * libcoff.h: Likewise.
251
49e9d0d3
AM
2522001-05-25 Alan Modra <amodra@one.net.au>
253
254 * elf32-hppa.c (elf32_hppa_relocate_section): Don't allow
255 undefined millicode syms in shared libs.
256 (hppa_build_one_stub): Turn BFD_ASSERTs into aborts.
257 (elf32_hppa_check_relocs): Likewise.
258 (elf32_hppa_adjust_dynamic_symbol): Likewise.
259 (elf32_hppa_size_dynamic_sections): Likewise.
260 (elf32_hppa_relocate_section): Likewise.
261 (elf32_hppa_finish_dynamic_symbol): Likewise.
262 (elf32_hppa_finish_dynamic_sections): Likewise.
263
beb1bf64
TR
2642001-05-24 Tom Rix <trix@redhat.com>
265
266 * Makefile.am coff-pmac bfd now defined in coff-rs6000.c
267 xcoff-target.h not used to define rs6000 or ppc bfd.
268 * Makefile.in same
269
270 * bfd-in.h : (struct lineno_cache_entry) promote element "offset"
271 to 64 bit.
272
273 * coff-rs6000.c : Many changes for 64 bit support. Move common
274 32/64 code to xcofflink.c. Explictly define the rs6000coff_vec
275 and pmac_xcoff_vec
276
277 * coff64-rs6000.c : Many changes for 64 bit support. 64 bit
278 linker now supported. Explictly define the rs6000coff64_vec.
279
280 * coffcode.h : (coff_set_arch_mach_hook) xcoff 64 bit support
de41dcd8 281 (coff_print_aux) same
beb1bf64
TR
282 (coff_write_object_contents) same
283 (coff_slurp_line_table) same
284
285 * coffgen.c : (coff_fix_symbol_name) formatting
286 (coff_mangle_symbols) xcoff 64 bit support
287 (coff_write_symbol) same
288 (coff_write_alien_symbol) same
289 (coff_write_native_symbol) same
290 (coff_write_symbols) same
291 (coff_get_symbol_info) same
292 (bfd_coff_get_syment) same
293 (coff_print_symbol) same
294
295 * config.bfd : add powerpc64-*-aix* target
296
297 * libcoff-in.h : formatting
298
299 * libcoff.h : move xcoff extern declarations to libxcoff.h
300
301 * libxcoff.h : New file
302
de41dcd8
AJ
303 * xcofflink.c : Many changes for xcoff64 support. Move common
304 structures to include/coff/xcoff.h. Move specific structure to
beb1bf64
TR
305 backends coff-rs6000.c and coff64-rs6000.c. Use new backend
306 functions, defined in libxcoff.h, to isolate 32/64 dependencies.
de41dcd8
AJ
307
308 (bfd_xcoff_size_dynamic_sections) : special __rtinit symbol for
beb1bf64
TR
309 aix4.2+ -binitfini.
310
311 (xcoff_build_ldsyms) : handle special __rtinit symbol.
312
e90fdc1a
AO
3132001-05-23 Alexandre Oliva <aoliva@redhat.com>
314
315 * elf64-sparc.c (sparc64_elf_slurp_reloc_table): Fix typo
316 s/ENTIRES/ENTRIES/.
317
d1cf510e
NC
3182001-05-23 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
319
c2feb664
NC
320 * reloc.c (bfd_reloc_code_real): Add MIPS ELF64 relocations.
321 * libbfd.h: Regenerate.
4e8a9624 322 * bfd-in2.h: Regenerate.
c2feb664 323
d1cf510e
NC
324 * aoutx.h (aout_@var{size}_machine_type): Add MIPS r12k support.
325 * archures.c (bfd_mach_mips12000): Define.
326 * cpu-mips.c (arch_info_struct): Add MIPS r12k support.
327 * elf32-mips.c (_bfd_mips_elf_final_write_processing): Add MIPS r12k
328 support.
329 (_bfd_mips_elf_size_dynamic_sections): Use official bfd typedef.
330 * bfd-in2.h: Regenerate.
331 * elfxx-target.h: Do not redefine bfd_elfNN_bfd_make_debug_symbol.
332
6c426cf3
NC
3332001-05-23 kaz Kojima <kkojima@rr.iij4u.or.jp>
334
335 * elf32-sh.c (elf_sh_plt0_entry_be, elf_sh_plt0_entry,
336 elf_sh_plt_entry_be, elf_sh_plt_entry, elf_sh_pic_plt_entry_be,
337 elf_sh_pic_plt_entry): New PLT code, that does not use r2, since
338 that is used by GCC.
339
d9bc7a44
NC
3402001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
341
342 * elf-bfd.h (NUM_SHDR_ENTRIES): New macro: compute the number
343 of entries in a structured section.
344 * elf.c: Use new macro.
345 * elf32-i386.c: Use new macro.
346 * elf32-mips.c: Use new macro.
347 * elf64-alpha.c: Use new macro.
348 * elf64-sparc.c: Use new macro.
349 * elfcode.h: Use new macro.
350 * elflink.h: Use new macro.
351
3522001-05-23 Nick Clifton <nickc@cambridge.redhat.com>
353
354 * bfdint.texi: Replace -oformat with --oformat.
355
f5198f61
AJ
3562001-05-21 Andreas Jaeger <aj@suse.de>
357
358 * dwarf2.c (decode_line_info): Fix error message.
359 (read_abbrevs): Fix test for offset as suggested by Alan Modra and
360 adjust error message.
361
7913c838
L
3622001-05-18 H.J. Lu <hjl@gnu.org>
363
364 * elflink.h (elf_link_add_object_symbols): Revert the last
365 change.
366
e0522e89
AM
3672001-05-17 Alan Modra <amodra@one.net.au>
368
369 * elf32-hppa.c (clobber_millicode_symbols): Temporarily set
370 ELF_LINK_FORCED_LOCAL to suit 2001-04-30 change.
371 (hppa_build_one_stub): Add an assert to check plt.offset.
372
96fd004e
L
3732001-05-17 H.J. Lu <hjl@gnu.org>
374
375 * elflink.h (NAME(bfd_elf,size_dynamic_sections)): Set the
376 version definition to basename of the output filename.
377
f3876d8b
L
3782001-05-17 H.J. Lu <hjl@gnu.org>
379
380 * elflink.h (elf_link_add_object_symbols): Set DT_NEEDED to
381 basename of the bfd filename.
382
d1778b88
AM
3832001-05-16 Alan Modra <amodra@one.net.au>
384
385 * section.c (asection): Add linker_has_input field.
386 (STD_SECTION): Adjust initialization to suit.
387 * ecoff.c (bfd_debug_section): Likewise.
388 * bfd-in2.h: Regenerate.
389
2a0fa943
AO
3902001-05-15 Alexandre Oliva <aoliva@redhat.com>
391
392 * elf-m10300.c (mn10300_elf_relax_section): Don't relax
393 negative 32-bit operands to 16 operands when the operand is
394 going to be zero-extended by the modified opcode.
395
bcee8eb8
AM
3962001-05-12 Peter Targett <peter.targett@arccores.com>
397
398 * cpu-arc.c (arch_info_struct): Add entry 'base' representing old
399 name for 'arc5' core versions.
400 (bfd_arc_arch): Make bfd_mach_arc_6 default.
401
402 * elf32-arc.c (arc_elf_object_p): Make E_ARC_MACH_ARC6 default
403 architecture.
404 (arc_elf_final_write_processing): Make bfd_mach_arc_6 default.
405
579f31ac
JJ
4062001-05-11 Jakub Jelinek <jakub@redhat.com>
407
408 * elfxx-ia64.c (is_unwind_section_name): Consider linkonce unwind
409 sections as well.
410 (elfNN_ia64_final_write_processing): Map .gnu.linkonce.ia64unw.FOO
411 to .gnu.linkonce.t.FOO text section.
412
8550eb6e
JJ
4132001-05-11 Jakub Jelinek <jakub@redhat.com>
414
415 * merge.c (struct sec_merge_hash_entry): Add u.entsize and u.suffix
416 fields, change sec into secinfo.
417 (struct sec_merge_info): Add chain, remove last fields.
418 (struct sec_merge_sec_info): Add next, sec, psecinfo fields.
419 (sec_merge_hash_lookup): If lookup could not use a string only
420 because it has bad alignment, mark the old string for deletion.
421 (sec_merge_add): Add secinfo argument. Don't compute entry's
422 position, instead record the section.
423 (sec_merge_emit): Update for the sec into secinfo change in
424 struct sec_merge_hash_entry.
425 (_bfd_merge_section): Only record the section for merging, defer
426 putting strings into the hash table.
427 (cmplengthentry, last4_eq, last_eq, record_section, merge_strings,
428 _bfd_merge_sections): New functions.
429 (_bfd_merged_section_offset): Update for the sec_merge_hash_entry
430 changes.
431 * libbfd-in.h (_bfd_merge_sections): Add prototype.
432 (_bfd_nolink_bfd_merge_sections): Define.
433 * libbfd.h: Likewise.
434 (bfd_generic_merge_sections): Add prototype.
435 * targets.c (BFD_JUMP_TABLE_LINK): Add _bfd_merge_sections.
436 (struct bfd_target): Likewise.
437 * bfd.c (bfd_merge_sections): Define.
438 * bfd-in2.h: Rebuilt.
439 * elf.c (_bfd_elf_merge_sections): New function.
440 * elf-bfd.h (_bfd_elf_merge_sections): Add prototype.
441 * elfxx-target.h (bfd_elfNN_bfd_merge_sections): Define.
442 * reloc.c (bfd_generic_merge_sections): New function.
443 * vms.c (vms_bfd_merge_sections): New function.
444 * aout-adobe.c (aout_32_bfd_merge_sections): Define.
445 * aout-target.h (MY_bfd_merge_sections): Define.
446 * aout-tic30.c (MY_bfd_merge_sections): Define.
447 * binary.c (binary_bfd_merge_sections): Define.
448 * bout.c (b_out_bfd_merge_sections): Define.
449 * coff-alpha.c (_bfd_ecoff_bfd_merge_sections): Define.
450 * coffcode.c (coff_bfd_merge_sections): Define.
451 * coff-mips.c (_bfd_ecoff_bfd_merge_sections): Define.
452 * i386msdos.c (msdos_bfd_merge_sections): Define.
453 * i386os9k.c (os9k_bfd_merge_sections): Define.
454 * ieee.c (ieee_bfd_merge_sections): Define.
455 * ihex.c (ihex_bfd_merge_sections): Define.
456 * nlm-target.h (nlm_bfd_merge_sections): Define.
457 * oasys.c (oasys_bfd_merge_sections): Define.
458 * ppcboot.c (ppcboot_bfd_merge_sections): Define.
459 * som.c (som_bfd_merge_sections): Define.
460 * srec.c (srec_bfd_merge_sections): Define.
461 * tekhex.c (tekhex_bfd_merge_sections): Define.
462 * versados.c (versados_bfd_merge_sections): Define.
463 * xcoff-target.h (_bfd_xcoff_bfd_merge_sections): Define.
464
1548c54f
NC
4652001-05-11 Nick Clifton <nickc@cambridge.redhat.com>
466
467 * dwarf1.c (_bfd_dwarf1_find_nearest_line): Change type of 'addr'
468 to be unsigned long, in order to match its use.
469
689effed
L
4702001-05-10 H.J. Lu <hjl@gnu.org>
471
472 * linker.c (_bfd_generic_link_add_one_symbol): Check loop on
473 indirect symbols.
474
6e5222be
L
4752001-05-09 H.J. Lu <hjl@gnu.org>
476
477 * elflink.h (elf_link_add_object_symbols): Fix a typo. Allocate
478 versymhdr->sh_size bytes for extversym instead of hdr->sh_size.
479 Remove the unused veriable `dynver'.
480
8e191bd3
ILT
4812001-05-08 Ian Lance Taylor <ian@zembu.com>
482
483 * coff-i386.c (coff_i386_reloc): Don't dump core if output_bfd is
484 NULL or is not COFF.
485 (coff_i386_rtype_to_howto): Don't dump core if output section
486 owner is not COFF.
487
062e2358
AM
4882001-05-07 Thiemo Seufer <seufer@csv.ica.uni-stuttgart.de>
489
490 * ecoff.c (bfd_debug_section): Fix initialization.
491 * elf.c (_bfd_elf_slurp_version_tables): Change maxidx to unsigned, it
492 is always a positive integer. Cast away sign mismatch.
493 * elf32-mips.c: Fix misleading comment and typo.
494 (_bfd_mips_elf_section_from_bfd_section): Remove unused attribute, use
495 correct data type.
496 * elflink.c: Fix typo.
497 (_bfd_elf_create_dynamic_sections): Remove superfluous initialization.
498 * ecoffswap.h (ecoff_swap_fdr_in): Cast away sign mismatch.
499
16b65e4e
RH
5002001-05-04 Richard Henderson <rth@redhat.com>
501
502 * elf64-alpha.c (SREL16, SREL32, SREL64): Set pcrel_offset true.
503
cac15327
NC
5042001-05-04 Nick Clifton <nickc@cambridge.redhat.com>
505
506 * elf32-arm.h (elf32_arm_final_link_relocate): Set
507 EF_ARM_HASENTRY if the start address is set.
508
966b3e0b
NC
5092001-05-03 Nick Clifton <nickc@cambridge.redhat.com>
510
511 * targets.c (_bfd_target_vector_entries): Compute value based on
512 the size of the _bfd_target_vector and not bfd_target_vector.
513
210ba1e8
L
5142001-05-03 H.J. Lu <hjl@gnu.org>
515
516 * elfcode.h: Include "libiberty.h".
517
518 * elflink.h (elf_link_add_object_symbols): Set
519 elf_dt_name (abfd) to basename of the bfd filename.
520 (NAME(bfd_elf,size_dynamic_sections)): Set vn_file to basename
521 of the bfd filename.
522
56fc028e
AJ
5232001-05-03 Andreas Jaeger <aj@suse.de>
524
525 * elf64-gen.c (elf_generic_info_to_howto): Add unused attribute.
526 (elf_generic_info_to_howto_rel): Likewise.
527 * coff-alpha.c (reloc_nil): Likewise.
528 (alpha_ecoff_bad_format_hook): Likewise.
529 (alpha_adjust_reloc_out): Likewise.
530 (alpha_bfd_reloc_type_lookup): Likewise.
531 (alpha_convert_external_reloc): Likewise.
532 * elf64-alpha.c (elf64_alpha_reloc_nil): Likewise.
533 (elf64_alpha_reloc_bad): Likewise.
534 (elf64_alpha_reloc_gpdisp): Likewise.
535 (elf64_alpha_bfd_reloc_type_lookup): Likewise.
536 (elf64_alpha_info_to_howto): Likewise.
537 (elf64_alpha_add_symbol_hook): Likewise.
538 (elf64_alpha_create_got_section): Likewise.
539 (elf64_alpha_is_local_label_name): Likewise.
540 (elf64_alpha_merge_ind_symbols): Likewise.
541 * elf64-mips.c (mips_elf64_reloc_type_lookup): Likewise.
542 (mips_elf64_get_reloc_upper_bound): Likewise.
543 * nlm32-alpha.c (nlm_alpha_mangle_relocs): Likewise.
544 (nlm_alpha_get_public_offset): Likewise.
545
c7e40348
NC
5462001-05-02 Johan Rydberg <jrydberg@opencores.org>
547
548 * elf32-openrisc.c (openrisc_elf_howto_table): Do not complain
549 about overflow in R_OPENRISC_LO_16_IN_INSN and
56fc028e 550 R_OPENRISC_HI_16_IN_INSN.Index: bfd/elf32-openrisc.c
c7e40348 551
5fba655a
L
5522001-04-30 H.J. Lu <hjl@gnu.org>
553
554 * elf.c (_bfd_elf_link_hash_hide_symbol): Set dynindx to -1
555 only for ELF_LINK_FORCED_LOCAL.
556 * elf32-hppa.c (elf32_hppa_hide_symbol): Likewise.
557 * elf32-mips.c (_bfd_mips_elf_hide_symbol): Likewise.
558 * elfxx-ia64.c (elfNN_ia64_hash_hide_symbol): Likewise.
559
560 * elflink.h (elf_fix_symbol_flags): Set ELF_LINK_FORCED_LOCAL
561 if the symbol has hidden or internal visibility.
562
db20fd76
AM
5632001-04-30 Alan Modra <amodra@one.net.au>
564
565 * elf32-hppa.c (final_link_relocate): Branch to .+8 for
566 calls to undefined weak symbols.
567
6a2bda3f
AJ
5682001-04-30 Andreas Jaeger <aj@suse.de>, Andreas Schwab <schwab@suse.de>
569
570 * elf64-x86-64.c (elf64_x86_64_relocate_section): Correct test for
571 R_X86_64_GOTPCREL, don't use assignments instead of comparisons.
572
053579d7
AJ
5732001-04-27 Andreas Jaeger <aj@suse.de>
574
575 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_sections): Only swap
576 out handled entries.
577 (elf64_x86_64_finish_dynamic_symbol): Set up GOT entries.
578 (elf64_x86_64_relocate_section): Fix GOTPCREL calculation.
579 (elf64_x86_64_relocate_section): Merge entries for GOTPCREL and
580 GOT32.
581
87748b32
NC
5822001-04-27 Sean McNeil <sean@mcneil.com>
583
584 * config.bfd: Add arm-vxworks target.
585 * coff-arm (coff_arm_relocate_section): Add in symbol value to
586 addend (fro VXworks targets).
587
f5f31454
L
5882001-04-26 H.J. Lu <hjl@gnu.org>
589
590 * elf32-i386.c (elf_i386_check_relocs): Verify if r_symndx is
591 valid.
592
d436a9b3
FCE
5932001-04-25 Frank Ch. Eigler <fche@redhat.com>
594
595 * bfd-in.h (bfd_cache_close): Declare newly exported function.
596 * bfd-in2.h: Regenerated.
597
a531bbd2
JJ
5982001-04-24 Jakub Jelinek <jakub@redhat.com>
599
600 * merge.c (struct sec_merge_hash_entry): Add alignment field.
601 (struct sec_merge_hash): Remove alignment_power.
602 (sec_merge_hash_newfunc): Clear alignment.
603 (sec_merge_hash_lookup): Pass alignment as argument.
604 Use hashp->root.next, not hashp->next to walk the hash chain.
605 If a string already in the hashtable does not have required
606 alignment, create a new hashtable entry.
607 (sec_merge_init): Remove alignment_power argument.
608 (sec_merge_add): Add alignment argument.
609 (sec_merge_emit): Alignment is now a per-entity thing, not per
610 section.
611 (_bfd_merge_section): Sanity check even non-SEC_STRINGS sections
612 for proper alignment.
613 Pass alignment information to sec_merge_add.
614
6840198f
NC
6152001-04-24 Christian Groessler <cpg@aladdin.de>
616
617 * coff-z8k.c (extra_case): added handler for R_DISP7, R_CALLR
618 and R_REL16 reloc types; accept odd values for R_REL16 type
619
b3baf5d0
NC
6202001-04-24 Johan Rydberg <jrydberg@opencores.org>
621
622 * cpu-openrisc.c: New file.
623 * elf32-openrisc.c: Likewise.
624
625 * Makefile.am (ALL_MACHINES): Add cpu-openrisc.lo.
626 (ALL_MACHINES_CFILES): Add cpu-openrisc.c.
627 (BFD32_BACKENDS): Add elf32-openrisc.lo.
628 (BFD32_BACKENDS_CFILES): Add elf32-openrisc.c.
629 (cpu-openrisc.lo, elf32-openrisc.lo): New rules.
630 * Makefile.in: Regenerated.
631 * config.bfd: (openrisc-*-elf): New target.
053579d7 632 * configure.in (bfd_elf32_openrisc_vec): New vector.
b3baf5d0
NC
633 * configure: Regenerated.
634 * libbfd.h: Regenerated.
635 * bfd-in2.h: Regenerated.
636 * reloc.c: Add OpenRISC relocations.
053579d7 637 * targets.c (bfd_elf32_openrisc_vec): Declare.
b3baf5d0
NC
638 (bfd_target_vect): Add bfd_elf32_openrisc_vec.
639 * archures.c (enum bfd_architecture): Add bfd_arch_openrisc.
640 (bfd_openrisc_arch): Declare.
641 (bfd_archures_list): Add bfd_openrisc_arch.
642 * elf.c (prep_headers): Add bfd_arch_openrisc.
643
fe4770f4
AJ
6442001-04-23 Bo Thorsen <bo@suse.de>
645
646 * elf64-x86-64.c: Add c++ vtable hack.
647 Small whitespace and comment changes.
648
653165cc
AJ
6492001-04-19 Andreas Jaeger <aj@suse.de>
650
651 * elf64-x86-64.c (elf64_x86_64_plt0_entry): Fix instructions.
652 (elf64_x86_64_plt_entry): Likewise.
653 (elf64_x86_64_finish_dynamic_sections): Fix PLT0 generation.
654 (elf64_x86_64_finish_dynamic_symbol): Fix PLT generation.
655
4d96d128
HPN
6562001-04-17 Hans-Peter Nilsson <hp@axis.com>
657
658 * elf32-cris.c: Tweak comments related to dynamic linking.
659 (cris_elf_relocate_section): When not creating shared object, fill
660 in the .got table for any symbol not in the dynamic symbol table.
661 (elf_cris_finish_dynamic_symbol): When not creating shared object,
662 only emit a .got.rela reloc if the symbol is in the dynamic symbol
663 table.
664 (cris_elf_check_relocs): Use variable r_type in all places rather
665 than the original expression. Add default case in switch for
666 reloc types.
667 (elf_cris_size_dynamic_sections): Iterate over
668 elf_cris_discard_excess_program_dynamics when not creating shared
669 library.
653165cc 670 (elf_cris_discard_excess_dso_dynamics): Renamed from
4d96d128
HPN
671 elf_cris_discard_copies. Correct typo, s/Rel/Rela/.
672 (elf_cris_discard_excess_program_dynamics): New.
673
3ed30d29
DD
6742001-04-14 Mark Elbrecht <snowball3@bigfoot.com>
675
676 * coffcode.h (coff_write_object_contents): Use
677 bfd_coff_swap_filehdr_out instead of coff_swap_filehdr_out.
678
a80f6941
L
6792001-04-14 H.J. Lu <hjl@gnu.org>
680
681 * bfd-in2.h: Regenerate.
682
767e4b0d
JJ
6832001-04-14 Jakub Jelinek <jakub@redhat.com>
684
685 * section.c (STD_SECTION): Add entsize.
686
2dd439c5
L
6872001-04-13 H.J. Lu <hjl@gnu.org>
688
689 * section.c (SEC_MERGE): Define new flag for merging.
690 (SEC_STRINGS): Likewise.
691 (entsize): New field.
692
baf80c32
DD
6932001-04-13 Roger Sayle <roger@metaphorics.com>
694
695 * coff-i386.c (TARGET_SYM): SEC_READONLY is an applicable section
696 flag on pe-i386 targets.
697
f5fa8ca2
JJ
6982001-04-13 Jakub Jelinek <jakub@redhat.com>
699
700 * libbfd-in.h (_bfd_merge_section): New.
701 (_bfd_write_merged_section): New.
702 (_bfd_merged_section_offset): New.
703 * libbfd.h: Rebuilt.
704 * linker.c (_bfd_generic_link_output_symbols): Handle
705 discard_sec_merge.
706 * aoutx.h (aout_link_write_symbols): Likewise.
707 * pdp11.c (aout_link_write_symbols): Likewise.
708 * elflink.h (elf_link_add_object_symbols): Call _bfd_merge_section.
709 (elf_bfd_final_link): Adjust global symbols pointing into SEC_MERGE
710 sections.
711 (elf_link_sec_merge_syms): New.
712 (elf_link_input_bfd): Call _bfd_merged_section_offset
713 and _bfd_write_merged_section.
714 Handle discard_sec_merge.
715 * elf-bfd.h (struct elf_link_hash_table): Add merge_info
716 field.
717 (struct bfd_elf_section_data): Likewise.
718 * elf.c (_bfd_elf_make_section_from_shdr): Set SEC_MERGE and
719 SEC_STRINGS section flags and entsize from their ELF counterparts.
720 (_bfd_elf_link_hash_table_init): Initialize merge_info.
721 (elf_fake_sections): Set SHF_MERGE, SHF_STRINGS and sh_entsize
722 from their BFD counterparts.
723 * merge.c: New file.
724 * Makefile.am: Add strtab.lo.
725 * Makefile.in: Rebuilt.
726
d954b040
HPN
7272001-04-09 Hans-Peter Nilsson <hp@axis.com>
728
729 * elflink.h (elf_fix_symbol_flags): For non-default visibilities,
730 only hide symbols marked STV_INTERNAL or STV_HIDDEN.
731
fdbafa10
L
7322001-04-05 Steven J. Hill <sjhill@cotw.com>
733
734 * config.bfd (mips*el*-*-linux-gnu*): Use traditional little
735 endian MIPS ELF target.
736 * config.bfd (mips*-*-linux-gnu*): Use traditional big endian
737 MIPS ELF target.
738
739 * configure.in (bfd_elf64_tradbigmips_vec): New. Traditional
740 64bit big endian MIPS ELF target.
653165cc 741 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
fdbafa10
L
742 endian MIPS ELF target.
743 * configure: Regenerated.
744
745 * elf32-mips.c (IRIX_COMPAT): Handle traditional 64bit and
746 little endian targets.
747 (mips_elf_sym_is_global): Handle traditional targets.
748
749 * elf64-mips.c (bfd_elf64_tradbigmips_vec): New. Traditional
750 64bit big endian MIPS ELF target.
751 (bfd_elf64_tradlittlemips_vec): New. Traditional 64bit little
752 endian MIPS ELF target.
753
754 * targets.c: (_bfd_target_vector): Add bfd_elf64_tradbigmips_vec
755 and bfd_elf64_tradlittlemips_vec.
756
dd484e5c
L
7572001-04-05 David Mosberger <davidm@hpl.hp.com>
758
759 * elf32-i386.c (elf_i386_fake_sections): Treat ".reloc" as an
760 ordinary "progbits" section.
761
391a809a
AM
7622001-04-04 Alan Modra <alan@linuxcare.com.au>
763
764 * elflink.h (elf_fix_symbol_flags): Call elf_backend_hide_symbol
765 when -Bsymbolic causes a symbol to no longer need a .plt entry.
766
5854c633
L
7672001-04-03 David Mosberger <davidm@hpl.hp.com>
768
769 * efi-app-ia32.c (ALIGN_SECTIONS_IN_FILE): Deleted.
770
8b4b0fac
L
7712001-03-30 H.J. Lu <hjl@gnu.org>
772
773 * efi-app-ia32.c (PEI_TARGET_SUBSYSTEM): Rename from ...
774 (PEI_DEFAULT_TARGET_SUBSYSTEM): This.
775
eb4a6e4f
L
7762001-03-26 H.J. Lu <hjl@gnu.org>
777
778 * elf32-gen.c (elf32_generic_link_add_symbols): New. Check
779 if there are any relocations for generic ELF.
780 (bfd_elf32_bfd_link_add_symbols): Defined to
781 elf32_generic_link_add_symbols.
782 * elf64-gen.c (elf64_generic_link_add_symbols): New. Check
783 if there are any relocations for generic ELF.
784 (bfd_elf64_bfd_link_add_symbols): Defined to
785 elf64_generic_link_add_symbols.
786
55c80943
NC
7872001-03-23 Nick Clifton <nickc@redhat.com>
788
789 * Makefile.am (BUILD_CFILES): New variable: List of C source
790 files created in build directory.
791 (BUILD_HFILES): New variable: List of header files created in
792 build directory.
793 (POTFILES): Delete.
794 (po/POTFILES.in): Replace rule with empty entry.
795 (po/SRC-POTFILES.in): New rule: Create a list of source files
796 in the source directory.
797 (po/BLD-POTFILES.in): New rule: Create a list of source files
798 in the build directory.
799 (MOSTLYCLEAN): Do not delete source files created in build
800 directory.
801 * Makefile.in: Regenerate.
802 * configure.in: Insert SRC-POTFILES.in and BLD-POTFILES.in
803 into po/Makefile.
804 * configure: Regenerate.
805
806 * po/Make-in: Replace occurrences of POTFILES with SRC-POTFILES
807 and BLD_POTFILES.
808 Add .. to the search path when building bfd.pot.
809 Delete POTFILES when performing distclean.
810 Add comment describing why distclean is broken in maintainer mode.
811 * po/POTFILES.in: Delete.
812 * po/SRC-POTFILES.in: New file.
813 * po/BLD-POTFILES.in: New file.
814 * po/bfd.pot: Regenerate.
815
58d29fc3
HPN
8162001-03-22 Hans-Peter Nilsson <hp@axis.com>
817
915e5146
HPN
818 * elf32-cris.c: Shlib and PIC support. PCREL tweaks.
819 (elf_cris_discard_copies, elf_cris_adjust_gotplt_to_got,
820 elf_cris_try_fold_plt_to_got, elf_cris_link_hash_newfunc,
821 elf_cris_link_hash_table_create, elf_cris_adjust_dynamic_symbol,
822 elf_cris_size_dynamic_sections, elf_cris_finish_dynamic_symbol,
823 elf_cris_finish_dynamic_sections,elf_cris_hide_symbol): New
824 functions.
825 (cris_elf_howto_table) <R_CRIS_8_PCREL, R_CRIS_16_PCREL,
826 R_CRIS_32_PCREL>: Correct comments. Set pcrel_offset to false.
827 <R_CRIS_COPY, R_CRIS_GLOB_DAT, R_CRIS_JUMP_SLOT, R_CRIS_RELATIVE,
828 R_CRIS_16_GOT, R_CRIS_32_GOT, R_CRIS_16_GOTPLT, R_CRIS_32_GOTPLT,
829 R_CRIS_32_GOTREL, R_CRIS_32_PLT_GOTREL, R_CRIS_32_PLT_PCREL>:
830 New HOWTO members for new relocs.
831 (cris_reloc_map): Map new relocs.
832 (ELF_DYNAMIC_INTERPRETER): Define.
833 (PLT_ENTRY_SIZE): Define.
834 (elf_cris_plt0_entry, elf_cris_plt_entry, elf_cris_pic_plt0_entry,
835 elf_cris_pic_plt_entry): New, PLT templates.
836 (struct elf_cris_pcrel_relocs_copied, struct
837 elf_cris_link_hash_entry, struct elf_cris_link_hash_table): New.
838 (elf_cris_link_hash_traverse, elf_cris_hash_table): Define.
839 (cris_final_link_relocate): Check that 16-bit GOT relocs have
840 positive values. Adjust PCREL relocs to be relative to location
841 after relocation.
842 (cris_elf_relocate_section): Handle relocations to dynamic
843 objects. Handle new relocations. Call error handler when seeing
844 non-PIC relocation for read-only sections while generating shared
845 object.
846 (cris_elf_check_relocs): Set reference counts for GOT and PLT
847 entries.
848 (bfd_elf32_bfd_link_hash_table_create,
849 elf_backend_adjust_dynamic_symbol,
850 elf_backend_size_dynamic_sections,
851 elf_backend_finish_dynamic_symbol,
852 elf_backend_finish_dynamic_sections,
853 elf_backend_create_dynamic_sections, bfd_elf32_bfd_final_link,
854 elf_backend_hide_symbol, elf_backend_want_got_plt,
855 elf_backend_plt_readonly, elf_backend_want_plt_sym,
856 elf_backend_got_header_size, elf_backend_plt_header_size):
857 Define.
858
58d29fc3
HPN
859 * reloc.c: (BFD_RELOC_CRIS_COPY, BFD_RELOC_CRIS_GLOB_DAT,
860 BFD_RELOC_CRIS_JUMP_SLOT, BFD_RELOC_CRIS_RELATIVE,
861 BFD_RELOC_CRIS_32_GOT, BFD_RELOC_CRIS_16_GOT,
862 BFD_RELOC_CRIS_32_GOTPLT, BFD_RELOC_CRIS_16_GOTPLT,
863 BFD_RELOC_CRIS_32_GOTREL, BFD_RELOC_CRIS_32_PLT_GOTREL,
864 BFD_RELOC_CRIS_32_PLT_PCREL): New relocs.
865 * bfd-in2.h, libbfd.h: Regenerate.
866
7a65545d
DN
8672001-03-21 Diego Novillo <dnovillo@redhat.com>
868
869 (_bfd_mips_elf_relocate_section): Give a better error message when
870 a relocation is not recognized.
871
b32b5d6e
AM
8722001-03-21 Alan Modra <alan@linuxcare.com.au>
873
874 * elf32-hppa.c (elf32_hppa_set_gp): Check sec->output_section
875 non-NULL before attempting to dereference.
876
f4fbb4a3
L
8772001-03-20 H.J. Lu <hjl@gnu.org>
878
879 * configure.in: Remove the redundent AC_ARG_PROGRAM.
880 * configure: Rebuild.
881
95fc45e6
AS
8822001-03-20 Andreas Schwab <schwab@suse.de>
883
884 * elf32-m68k.c (elf_m68k_relocate_section): Don't need the
885 relocation value when resolving a reference from a debugging
886 section.
887
03d411a9
NC
8882001-03-16 Scott Thomason <SThomaso@hii.com>
889
890 * coff64-rs6000.c (xcoff64_swap_sym_out): Fix syntax errors.
891 (xcoff64_swap_sym_out): Fix syntax errors.
892
d1659392
NC
8932001-03-16 Richard Sandiford <rsandifo@redhat.com>
894
895 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Fix warning.
896
12cca0d2
AM
8972001-03-15 Alan Modra <alan@linuxcare.com.au>
898
899 * elf32-hppa.c (elf32_hppa_link_hash_entry): Add maybe_pic_call.
900 (hppa_link_hash_newfunc): Init it.
901 (hppa_type_of_stub): Only use non-PIC to PIC call stub if caller
902 section appears to be non-PIC.
903 (final_link_relocate): Likewise.
904 (elf32_hppa_adjust_dynamic_symbol): Set maybe_pic_call for any
905 possible candidate function, and set pic_call for those that will
906 only have a .plt entry for the PIC call stub.
907 (hppa_handle_PIC_calls): Set maybe_pic_call.
908
cd6ec716
DD
9092001-03-12 DJ Delorie <dj@redhat.com>
910
911 * elf32-sh.c (sh_elf_relocate_section): Only relocation
912 R_SH_DIR8WP* relocs if they're against external symbols, else
913 they're just for relaxing. Validate the reloc values.
914
43a0748c
NC
9152001-03-12 Stefan Geuken <mail@stefan-geuken.de>
916
917 * binary.c (bfd_external_binary_architecture): Declare.
918 (binary_object_p): If bfd_external_binary_architecture is defined,
919 set the architecture to this string.
920
d982ba73
PB
9212001-03-11 Philip Blundell <philb@gnu.org>
922
923 * elf32-arm.h (elf32_arm_finish_dynamic_symbol): Don't make PLT
924 entries that could serve as a definition for a weak symbol.
925
7898deda
NC
9262001-03-08 Nick Clifton <nickc@redhat.com>
927
928 * Most files: Update copyright notices using Perl script created
929 by Kevin Buettner <kevinb@redhat.com>.
653165cc 930
df425bc0
NC
9312001-03-07 Nick Clifton <nickc@redhat.com>
932
933 * elf32-arm.h (elf32_arm_final_link_relocate): Conditionalise
934 prior patch on ! defined OLD_ARM_ABI.
935
bcdd92f3
AJ
9362001-03-07 Andreas Jaeger <aj@suse.de>
937
938 * elf64-x86-64.c (elf64_x86_64_relocate_section): Fix handling of
939 some relocation values.
940
4f3c3dbb
NC
9412001-03-06 Nick Clifton <nickc@redhat.com>
942
943 * elf32-arm.h (elf32_arm_final_link_relocate): Clear bit zero
944 of offset in BLX(1) instruction.
945 * coff-arm.c (coff_arm_relocate_section): Clear bit zero of
946 offset in BLX(1) instruction.
947 Fix formatting.
948
f8f3c6cc
NC
9492001-03-06 Nick Clifton <nickc@redhat.com>
950
951 * coff-arm.c (coff_arm_reloc_type_lookup): Add
952 BFD_RELOC_THUMB_PCREL_BLX.
953
3cac17ae
NC
9542001-03-06 Igor Shevlyakov <igor@windriver.com>
955
956 * archures.c (bfd_default_scan): Add Coldfire CPUs.
957 * bfd-in2.h: Regenerate.
958 * cpu-m68k.c: Add Coldfire CPUs for arch table.
959 * ieee.c (ieee_write_processor): Set proper id for
960 Coldfire CPUs.
961
d1b17ab0
NC
9622001-03-01 D.J. Barrow <djbarrow@de.ibm.com,barrow_dj@yahoo.com>
963
964 * configure.in: Add s390 target.
965 * configure: Regenerate.
966
5608e05b
AJ
9672001-02-28 Andreas Jaeger <aj@suse.de>
968
969 * elf64-x86-64.c (elf64_x86_64_relocate_section): Add relocation
970 to addend.
971
fd2ec330
PB
9722001-02-28 Philip Blundell <pb@futuretv.com>
973
974 * elf32-arm.h: Update mentions of renamed EF_xx constants.
5608e05b 975 (elf32_arm_print_private_bfd_data): Handle ARM EABI version 2.
fd2ec330 976
920581c5
L
9772001-02-27 H.J. Lu <hjl@gnu.org>
978
979 * aoutx.h (NAME(aout,bfd_free_cached_info)): Return true if
980 abfd->tdata.aout_data == NULL.
981
27b7e12d
AM
9822001-02-27 Alan Modra <alan@linuxcare.com.au>
983
3ee1d854
AM
984 * elf32-hppa.c: Correct field selector in stub comments.
985 (clobber_millicode_symbols): Formatting fix.
986
27b7e12d
AM
987 * configure.in: Bump version to 2.11.90.
988 * configure: Regenerate.
989 * Makefile.am (CFILES): Rename to SOURCE_CFILES.
990 (CFILES): $SOURCE_CFILES + generated C files.
991 (POTFILES): Include $HFILES not $SOURCE_HFILES.
992 Run "make dep-am"
993 * Makefile.in: Regenerate.
994 * doc/Makefile.in: This too.
995
10d1e03a
TW
9962001-02-26 Timothy Wall <twall@cygnus.com>
997
998 * elfxx-ia64.c (elfNN_ia64_aix_add_symbol_hook): Remove obsolete
5608e05b 999 comments.
10d1e03a 1000
1276aefa
NC
10012001-02-26 Nick Clifton <nickc@redhat.com>
1002
1003 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Tidy
1004 up, replacing multiple if statements with a switch.
1005 (handle_COMDAT): New function.
1006
10072001-02-26 H.J. Lu <hjl@gnu.org>
1008
1009 * coffcode.h (styp_to_sec_flags) [COFF_WITH_PE version]: Issue
1010 a warning for section flags we do not handle instead of
1011 aborting.
1012
4a73f21b
AJ
10132001-02-26 Andreas Jaeger <aj@suse.de>
1014
1015 * elf64-x86-64.c (x86_64_elf_howto_table): Fix order of entries.
1016
7b6dab7f
TW
10172001-02-22 Timothy Wall <twall@cygnus.com>
1018
1019 * config.bfd (targ_cpu): Add vectors for ia64-*-aix* (aka Monterey).
1020 * configure.in: Add objects for elf64_ia64_aix vectors.
1021 * configure: Regenerated.
1022 * configure.host: Recognize ia64-*-aix*.
1023 * elfxx-ia64.c: Add hooks for ELF64 on AIX5. Define new vectors
1024 for AIX. AIX5 requires most relocations to be dynamic (*all*
1025 binaries are somewhat similar to shared libraries).
1026 * targets.c: Add elf64_ia64_aix vectors.
4a73f21b 1027
87f8eb97
JW
10282001-02-21 David Mosberger <davidm@hpl.hp.com>
1029
1030 * cpu-ia64-opc.c (elf64_ia64_operands}: Fix typo: error string for
1031 C8 said "1" instead of "8". Clarify error string for IMM22:
1032 "signed integer" instead of just "integer".
1033
05aa1441
AJ
10342001-02-20 Andreas Jaeger <aj@suse.de>
1035
1036 * elf64-x86-64.c (elf64_x86_64_finish_dynamic_symbol): Don't make
1037 PLT entries that could serve as a definition for a weak symbol.
1038
8701c1bc
JJ
10392001-02-19 Jakub Jelinek <jakub@redhat.com>
1040
1041 * elf32-sparc.c (elf32_sparc_finish_dynamic_symbol): Don't make PLT
1042 entries that could serve as a definition for a weak symbol.
1043 * elf64-sparc.c (sparc64_elf_finish_dynamic_symbol): Likewise.
1044
d4af9775
DB
10452001-02-18 David O'Brien <obrien@FreeBSD>
1046
1047 * configure.in: Recognize FreeBSD/arm, FreeBSD/PowerPC, and treat
1048 FreeBSD/i386-CURRENT differently until I can figure out the needed
1049 corefile changes.
1050 * configure: Regenerate.
1051 * config.bfd: Recognize FreeBSD/x86-64, FreeBSD/ia64, FreeBSD/arm,
1052 FreeBSD/PowerPC, and FreeBSD/sparc64.
1053
e135f41b
NC
10542001-02-18 lars brinkhoff <lars@nocrew.org>
1055
1056 * Makefile.am: Add PDP-11 a.out target.
1057 * config.bfd: Likewise.
1058 * configure.in: Likewise.
1059 * targets.c: Likewise.
1060 * archures.c: Likewise.
1061 * bfd-in2.h: Likewise. Add PDP-11 relocations.
1062 * libbfd.h: Add PDP-11 relocations.
1063 * reloc.c: Likewise.
1064 * cpu-pdp11.c: New file.
1065 * pdp11.c: New file.
1066
1067 * libaout.h (GET_WORD) [ARCH_SIZE==16]: Define.
1068 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1069 (GET_SWORD) [ARCH_SIZE==16]: Likewise.
1070 (PUT_WORD) [ARCH_SIZE==16]: Likewise.
1071 (GET_MAGIC): New macro.
1072 (PUT_MAGIC): Likewise.
1073 * aout-target.h (MY(object_p)): Use GET_MAGIC to read magic word.
1074
dc3febfa
NC
10752001-02-18 Jim Kingdon <jkingdon@engr.sgi.com>
1076
1077 * irix-core.c (irix_core_core_file_p): Set the architecture (GDB
1078 multiarch needs it).
1079
ea412e04
L
10802001-02-18 H.J. Lu <hjl@gnu.org>
1081
1082 * elflink.h (elf_link_input_bfd): Ignore invalid section symbol
1083 index.
1084
47eee8a9
KH
10852001-02-18 Kazu Hirata <kazu@hxi.com>
1086
1087 * vms-misc.c: Fix formatting.
1088
8a0c27cd
KH
10892001-02-16 Kazu Hirata <kazu@hxi.com>
1090
1091 * vms.c: Fix formatting.
1092
d1fad7c6
NC
10932001-02-14 H.J. Lu <hjl@gnu.org>
1094
1095 * elf.c (elf_find_function): New function.
1096 (_bfd_elf_find_nearest_line): Call elf_find_function () to find
1097 the file name and function name.
1098
825b47db
NC
10992001-02-14 Nick Clifton <nickc@redhat.com>
1100
51d7ee16
NC
1101 * ecoff.c (bfd_debug_section): Update to initialise new fields in
1102 asection structure.
1103
825b47db
NC
1104 * Makefile.am (BFD32_BACKENDS_CFILES): Remove peigen.c
1105 (BFD64_BACKENDS): Add pepigen.c
1106 Add rules to create peigen.c and pepigen.c from peXXigen.c.
1107
1108 * Makefile.in: Regenerate.
1109 * configure: Regenerate.
1110 * po/POTFILES.in: Regenerate.
1111 * po/bfd.pot: Regenerate.
1112
ea36a178
L
11132001-02-14 H.J. Lu <hjl@gnu.org>
1114
1115 * libcoff-in.h (pe_tdata): Add members target_subsystem and
1116 force_minimum_alignment.
1117
407443a3
AJ
11182001-02-14 Bo Thorsen <bo@suse.de>
1119
1120 * elf64-x86-64.c: Small formatting fixes and rearrangements of code.
1121 (elf64_86_64_size_info): Struct added to fix a problem
1122 with the hashtable string entries.
1123 (elf64_x86_64_adjust_dynamic_symbol): Add generation of .got.plt.
1124 (elf64_x86_64_size_dynamic_sections): A FIXME removed.
1125 (elf64_x86_64_size_dynamic_sections): Fix a dynamic entry and
1126 remove the FIXME for this.
1127 (elf64_x86_64_adjust_dynamic_symbol): Fix check for unneeded .plt
1128 section. Also removed the FIXME for it.
1129 (x86_64_elf_howto_table): Use bfd_elf_generic_reloc.
1130 (ELF_DYNAMIC_INTERPRETER): Fix the name of the dynamic linker.
1131 (elf64_x86_64_finish_dynamic_sections): Enable .got.plt writing.
1132
b4adccfd
RH
11332001-02-13 Richard Henderson <rth@redhat.com>
1134
1135 * elfxx-ia64.c (elfNN_ia64_final_link): Set __gp if required
1136 and not user provided.
1137
9635981a
KH
11382001-02-13 Kazu Hirata <kazu@hxi.com>
1139
1140 * vms.c (vms_print_symbol): Remove unreachable code.
1141
6a125b16
KH
1142 * rs6000-core.c: Fix formatting.
1143
cbff5e0d
DD
11442001-02-13 David Mosberger <davidm@hpl.hp.com>
1145
1146 * peicode.h (coff_swap_filehdr_out) [COFF_IMAGE_WITH_PE]: Define
1147 as _bfd_XXi_only_swap_filehdr_out.
1148 (pe_mkobject) [PEI_FORCE_MINIMUM_ALIGNMENT]: Set
1149 pe->force_minimum_alignment to TRUE.
1150 (pe_mkobject) [PEI_TARGET_SUBSYSTEM]: Set pe->target_subsystem to
1151 PEI_TARGET_SUBSYSTEM.
1152 (pe_print_private_bfd_data): Call
1153 _bfd_XX_print_private_bfd_data_common() instead of
1154 _bfd_pe_print_private_bfd_data_common().
1155 (pe_bfd_copy_private_bfd_data): Call
1156 _bfd_XX_bfd_copy_private_bfd_data_common() instead of
1157 _bfd_pe_bfd_copy_private_bfd_data_common().
1158 (coff_bfd_copy_private_section_data): Define as
1159 _bfd_XX_bfd_copy_private_section_data instead of
1160 _bfd_pe_bfd_copy_private_section_data.
1161 (coff_get_symbol_info): Define as _bfd_XX_get_symbol_info instead
1162 of a _bfd_pe_get_symbol_info.
1163
1164 * peigen.c: Delete.
1165
1166 * peXXigen.c: Renamed from peigen.c.
1167 (COFF_WITH_XX): Define this macro (will get expanded into
1168 COFF_WITH_pep or COFF_WITH_pe, depending on whether this is being
1169 compiled as peigen.c or pepigen.c.
1170 [COFF_WITH_pep]: Include "coff/ia64.h" instead of "coff/i386.h" to
1171 define the canonical PEP structures and definitions.
1172 (_bfd_XXi_swap_aouthdr_out): If pe->force_minimum_alignment is in
1173 effect, enforce minimum file and section alignments. If
1174 extra->Subsystem is IMAGE_SUBSYSTEM_UNKNOWN, set it to
1175 pe->target_subsystem (this defaults to IMAGE_SUBSYSTEM_UNKNOWN,
1176 so, by default, this is a no-op).
1177
1178 * libpei.h: Rename COFF_WITH_PEP to COFF_WITH_pep.
1179 (_bfd_XX_bfd_copy_private_bfd_data_common): Add macros to map
1180 _bfd_XXfoo to _bfd_pepfoo if COFF_WIT_PEP is defined and to
1181 _bfd_pefoo if it's not defined. Use these macros to define
1182 coff swap macros.
1183
1184 * libcoff.h (pe_tdata): Add members target_subsystem and
1185 force_minimum_alignment.
1186
1187 * efi-app-ia64.c (COFF_WITH_pep): Rename COFF_WITH_PEP to
1188 COFF_WITH_pep.
1189 (PEI_TARGET_SUBSYSTEM): Rename from PEI_DEFAULT_TARGET_SUBSYSTEM.
1190
1191 * configure.in (bfd_efi_app_ia64_vec): Use pepigen.lo instead of
1192 peigen.lo.
1193
1194 * coff-ia64.c: Rename COFF_WITH_PEP to COFF_WITH_pep.
1195 (AOUTSZ): Rename PEP64AOUTSZ and PEP64AOUTHDR to PEPAOUTSZ and
1196 PEPAOUTHDR.
1197
1198 * Makefile.in (BFD64_BACKENDS): Mention pepigen.lo.
1199 (BFD64_BACKENDS_CFILES): Mention pepigen.c
1200 (peigen.c): Add rule to generate from peXXigen.c.
1201 (pepigen.c): Ditto.
1202 (pepigen.lo): List dependencies for pepigen.lo.
1203
df8634e3
AM
12042001-02-13 Alan Modra <alan@linuxcare.com.au>
1205
1206 * elf32-hppa.c (elf32_hppa_set_gp): Handle weak $global$. If
1207 $global$ referenced but not defined, set its value here.
1208
51e0a107
JH
12092001-02-09 Bo Thorsen <bo@suse.de>
1210
1211 * elf64-x86-64.c (elf64_x86_64_check_relocs): Set .rela.got section
1212 alignment to 3.
1213 (elf64_x86_64_check_relocs): Write R_X86_64_GOTPCREL GOT entry
1214 and relocation.
1215 (elf64_x86_64_relocate_section): Fix formatting.
1216 (elf64_x86_64_relocate_section): Fix addend for relocation of
1217 R_X86_64_(8|16|32|PC8|PC16|PC32).
1218
d1fad7c6 12192001-02-12 Jan Hubicka <jh@suse.cz>
23df1078
JH
1220
1221 * elf64-x86-64.c (x86_64_elf_howto): Fix name of R_X86_64_GOTPCREL.
1222
f0e1d18a
L
12232001-02-11 H.J. Lu <hjl@gnu.org>
1224
6757257f 1225 * elflink.h (elf_bfd_final_link): Use file_align for SYMTAB
f0e1d18a
L
1226 alignment.
1227
9117d219
NC
12282001-02-11 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1229
1230 * elf32-mips.c (mips_elf_create_dynamic_relocation): Undo patch
1231 from 2000-10-13. Do not add the symbol's value for R_MIPS_REL32
1232 relocations against dynsym symbols.
1233
1234 * elf32-mips.c (elf_mips_howto_table): Fix the comment on
1235 the R_MIPS_26 relocation.
1236 (mips_elf_calculate_relocation): Use (p + 4) instead of p for
1237 the R_MIPS_26 relocation.
1238 (mips_elf_perform_relocation): Fix the comment on the R_MIPS16_26
1239 relocation.
1240 * elf64-mips.c (mips_elf64_howto_table_rel): Fix the comment on
1241 the R_MIPS_26 relocation.
1242 (mips_elf64_howto_table_rela): Likewise.
1243
1244 * elf32-mips.c (struct mips_elf_link_hash_entry): Added no_fn_stub
1245 member to mark symbols that have non-CALL relocations against
1246 them.
1247 (mips_elf_link_hash_newfunc): Initialize no_fn_stub.
1248 (mips_elf_calculate_relocation): Handle R_MIPS_CALL16 like
1249 R_MIPS_GOT16.
1250 (_bfd_mips_elf_check_relocs): Set no_fn_stub for a symbol if a
1251 non-CALL relocation against it is encountered.
1252 (_bfd_mips_elf_copy_indirect_symbol): Merge no_fn_stub as well.
1253 (_bfd_mips_elf_adjust_dynamic_symbol): Only create a stub if
1254 no_fn_stub is not set.
1255
1256 * elf32-mips.c (mips_elf_output_extsym): Get the output section
1257 information from the real symbol for indirect ones.
1258 Check no_fn_stub to find out if a symbol has a function stub
1259 indeed.
1260
9f93bca5
MS
12612001-02-11 Michael Sokolov <msokolov@ivan.Harhan.ORG>
1262
1263 * Makefile.am (stamp-lib): ranlib the libbfd.a in the build directory.
1264 * Makefile.in: Regenerate.
1265
81545d45
RH
12662001-02-09 David Mosberger <davidm@hpl.hp.com>
1267
1268 * elfxx-ia64.c (is_unwind_section_name): New function. Returns
1269 true if section name is an unwind table section name.
1270 (elfNN_ia64_additional_program_headers): Count each unwind section
1271 separately.
1272 (elfNN_ia64_modify_segment_map): Install one unwind program header
1273 for each unwind separate section. Note: normally the linker
1274 script merges the unwind sections that go into a single segment,
1275 so this still generates at most one unwind program header per
1276 segment.
1277
1278 * elfxx-ia64.c (elfNN_ia64_section_from_shdr): Accept any section
1279 name for SHT_IA_64_UNWIND, not just .IA_64.unwind.
1280 (elfNN_ia64_fake_sections): Mark sections with names that start
1281 with .IA_64.unwind but not with .IA_64.unwind_info as an IA-64
1282 unwind section.
1283
1284 * elfxx-ia64.c (elfNN_ia64_final_write_processing): New function.
1285 Use it to make sh_info in unwind section point to the text section
1286 it applies to.
1287
a85d7ed0
NC
12882001-02-09 Martin Schwidefsky <schwidefsky@de.ibm.com>
1289
1290 * Makefile.am: Add linux target for S/390.
1291 * archures.c: Likewise.
1292 * bfd-in2.h: Likewise.
1293 * config.bfd: Likewise.
1294 * configure.in: Likewise.
1295 * elf.c: Likewise.
1296 * libbfd.h: Likewise.
1297 * targets.c: Likewise.
1298 * cpu-s390.c: New file.
1299 * elf32-s390.c: New file.
1300 * elf64-s390.c: New file.
1301
356d255d
NC
13022001-02-09 Nick Clifton <nickc@redhat.com>
1303
1304 * peigen.c (_bfd_pe_get_symbol_info): Suppress addition of
1305 ImageBase. This has already been done by coff_swap_hdr_in.
1306
069f40e5
JJ
13072001-02-09 Jakub Jelinek <jakub@redhat.com>
1308
1309 * elf64-sparc.c (sparc64_elf_copy_private_bfd_data): New function.
1310
eadfa8ab
JJ
13112001-02-09 Jakub Jelinek <jakub@redhat.com>
1312
1313 * elf64-sparc.c (sparc64_elf_check_relocs): Don't trust reloc_count.
1314 (sparc64_elf_relocate_section): Likewise.
1315
9fc54e19
MK
13162001-02-09 Mark Kettenis <kettenis@gnu.org>
1317
1318 * elf32-sparc.c (_bfd_sparc_elf_howto_table): Treat R_SPARC_UA32
1319 similar to R_SPARC_32.
1320 * elf64-sparc.c (sparc64_elf_howto_table): Likewise.
1321
1f655a09
L
13222001-02-08 H.J. Lu <hjl@gnu.org>
1323
1324 * elf32-i386.c (elf_i386_check_relocs): Reserve R_386_PC32
1325 relocation entries for weak definitions when building DSO with
1326 -Bsymbolic.
1327
ca88208a
RH
13282001-02-08 Richard Henderson <rth@redhat.com>
1329
1330 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Respect weakness
1331 before visibility. Locally defined protected symbols are not
1332 dynamic.
1333
4603e845
GK
13342001-02-08 Geoffrey Keating <geoffk@redhat.com>
1335
1336 * config.bfd: Enable coff64 for rs6000-*. Patch from
1337 <hzoli@austin.ibm.com>.
1338
4ca29a6a
NC
13392001-02-07 Mark Elbrecht <snowball3@bigfoot.com>
1340
1341 * coffgen.c (coff_find_nearest_line): If stabs info is successfully
1342 found, do not attempt to find dwarf2 info before returning.
1343
7da9d88f
NC
13442001-02-07 Jakub Jelinek <jakub@redhat.com>
1345
1346 * elflink.h (is_global_symbol_definition): Rename to
1347 is_global_data_symbol_definition and have it reject function
1348 symbols.
1349 (elf_link_is_defined_archive_symbol): Use renamed function.
1350
7340082d
NC
13512001-02-07 Todd Vierling <tv@wasabisystems.com>
1352
1353 * libbfd-in.h (bfd_target_vector): Change extern array to pointer.
1354 * libbfd.h (bfd_target_vector): Likewise.
1355 * targets.c (bfd_target_vector): Rename to _bfd_target_vector and
81545d45 1356 make static; create pointer reference named bfd_target_vector.
7340082d
NC
1357 (_bfd_target_vector_entries): Calculate this based on the array
1358 typed _bfd_target_vector.
1359
2719f880
L
13602001-02-06 H.J. Lu <hjl@gnu.org>
1361
1362 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Only hidden and
1363 internal symbols are not dynamic.
1364 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise.
1365
175aa013
NC
13662001-02-06 Nick Clifton <nickc@redhat.com>
1367
1368 * Makefile.am (BFD64_BACKENDS_CFILES): Remove elf64-ia64.c, so
1369 that it will not be pulled into the list of files that make up
1370 po/POTFILES.in.
1371 * Makefile.in: Regenerate.
1372 * po/bfd.pot: Regenerate.
1373
15e0ecd9
L
13742001-02-06 H.J. Lu <hjl@gnu.org>
1375
7898deda 1376 * peicode.h (coff_swap_filehdr_in): Remove the e_magic
15e0ecd9
L
1377 checking.
1378 (pe_bfd_object_p): Rewrite with external_PEI_DOS_hdr and
1379 external_PEI_IMAGE_hdr.
1380
27def10f
KH
13812001-02-06 Kazu Hirata <kazu@hxi.com>
1382
1383 * elf-m10200.c: Fix formatting.
1384
a0f2e916
NC
13852001-02-04 Nick Clifton <nickc@redhat.com>
1386
1387 * elf32-v850.c (v850_elf_reloc): Do not convert reloc addend to PC
1388 rel, it will be handled later on.
1389
d96031fb
NC
13902001-02-02 Fred Fish <fnf@ninemoons.com>
1391
1392 * Makefile.in: Fix typo.
1393
010ac81f
KH
13942001-02-01 Kazu Hirata <kazu@hxi.com>
1395
1396 * elf-m10300.c: Fix formatting.
1397
3fab46d0
AM
13982001-01-30 Alan Modra <alan@linuxcare.com.au>
1399
1400 * elf64-hppa.c (elf64_hppa_elf_get_symbol_type): New function.
1401 (elf_backend_get_symbol_type): Define.
d9634ba1
AM
1402 (elf64_hppa_object_p): Set architecture and machine from elf
1403 header flags.
3fab46d0 1404
95404643
RH
14052001-01-30 Curtis L. Janssen <cljanss@ca.sandia.gov>
1406
1407 * elf64-alpha.c (elf64_alpha_find_nearest_line): Query dwarf2
1408 before mdebug.
1409
8fb35fed
RH
14102001-01-26 Richard Henderson <rth@redhat.com>
1411
1412 * elfxx-ia64.c (elfNN_ia64_dynamic_symbol_p): Return false
1413 for non-default visibility.
1414 * elf64-alpha.c (alpha_elf_dynamic_symbol_p): Likewise, but
1415 delete ugly macro and replace with pretty function.
1416
a4f68544
NC
14172001-01-25 Mark Elbrecht <snowball3@bigfoot.com>
1418
1419 * coff-go32.c: Update copyright.
1420 * coff-stgo32.c: Likewise.
1421 * coff-go32.c (COFF_LONG_FILENAMES): Define.
1422 * coff-stgo32.c (COFF_LONG_FILENAMES): Likewise.
1423 * coff-go32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Remove .bss entry.
1424 * coff-stgo32.c (COFF_SECTION_ALIGNMENT_ENTRIES): Likewise.
1425
c02e7c3e
KH
14262001-01-25 Kazu Hirata <kazu@hxi.com>
1427
1428 * bfd-in2.h: Rebuild.
1429 * libbfd.h: Likewise.
1430
541389e2
L
14312001-01-23 H.J. Lu <hjl@gnu.org>
1432
1433 * bfd-in2.h: Rebuild.
1434
0007625f
L
14352001-01-23 H.J. Lu <hjl@gnu.org>
1436
1437 * vms-misc.c (_bfd_vms_next_record): Return -1 if PRIV(vms_buf)
1438 is NULL or PRIV(vms_rec) is outside of the buffer.
1439
b653e1b1
KH
14402001-01-23 Kazu Hirata <kazu@hxi.com>
1441
1442 * coff64-rs6000.c: Fix formatting.
1443 * coff-arm.c: Likewise.
1444 * coffgen.c: Likewise.
1445 * cofflink.c: Likewise.
1446 * coff-mcore.c: Likewise.
1447 * coff-mips.c: Likewise.
1448 * coff-pmac.c: Likewise.
1449 * coff-ppc.c: Likewise.
1450 * coff-rs6000.c: Likewise.
1451 * elf32.c: Likewise.
1452 * elf32-fr30.c: Likewise.
1453 * elf32-i370.c: Likewise.
1454 * elf32-i860.c: Likewise.
1455 * elf32-m32r.c: Likewise.
1456 * elf32-m68k.c: Likewise.
1457 * elf32-mcore.c: Likewise.
1458 * elf32-ppc.c: Likewise.
1459 * elf32-sh.c: Likewise.
1460 * elf32-v850.c: Likewise.
1461 * elf64-alpha.c: Likewise.
1462 * elf64-sparc.c: Likewise.
1463 * elflink.c: Likewise.
1464 * elflink.h: Likewise.
1465 * elf-m10200.c: Likewise.
1466 * elf-m10300.c: Likewise.
1467 * elfxx-ia64.c: Likewise.
1468
3fde5a36
KH
1469 * aoutx.h: Fix formatting.
1470 * bfd.c: Likewise.
1471 * bfd-in2.h: Likewise.
1472 * bfd-in.h: Likewise.
1473 * cpu-i386.c: Likewise.
1474 * cpu-m68hc11.c: Likewise.
1475 * dwarf2.c: Likewise.
1476 * elf64-x86-64.c: Likewise.
1477 * format.c: Likewise.
1478 * freebsd.h: Likewise.
1479 * hash.c: Likewise.
1480 * hp300hpux.c: Likewise.
1481 * hppabsd-core.c: Likewise.
1482 * hpux-core.c: Likewise.
1483
70256ad8
AJ
14842001-01-22 Bo Thorsen <bo@suse.de>
1485
1486 * elf64-x86-64.c: Added PIC support for X86-64.
1487 (elf64_x86_64_link_hash_newfunc): Function added.
1488 (elf64_x86_64_link_hash_table_create): Likewise.
1489 (elf64_x86_64_check_relocs): Likewise.
1490 (elf64_x86_64_gc_mark_hook): Likewise.
1491 (elf64_x86_64_gc_sweep_hook): Likewise.
1492 (elf64_x86_64_adjust_dynamic_symbol): Likewise.
1493 (elf64_x86_64_size_dynamic_sections): Likewise.
1494 (elf64_x86_64_discard_copies): Likewise.
1495 (elf64_x86_64_finish_dynamic_symbol): Likewise.
1496 (elf64_x86_64_finish_dynamic_sections): Likewise.
1497 (elf64_x86_64_relocate_section): Add relocation of PIC sections.
1498
ee0bebb8
AJ
14992001-01-21 Maciej W. Rozycki <macro@ds2.pg.gda.pl>
1500
1501 * Makefile.am (install-data-local): Make use of $(DESTDIR).
1502 * Makefile.in: Regenerate.
1503
2a38f751
KH
15042001-01-21 Kazu Hirata <kazu@hxi.com>
1505
1506 * coff-a29k.c: Fix formatting.
1507
c8492176
L
15082001-01-19 H.J. Lu <hjl@gnu.org>
1509
1510 * elf32-i386.c (elf_i386_check_relocs): Report files with bad
1511 relocation section names.
1512 (elf_i386_relocate_section): Report files with bad relocation
1513 section names and return false.
1514
a5377ec0
AJ
15152001-01-17 Bo Thorsen <bo@suse.de>
1516
1517 * targets.c: Alphabetize list of xvecs.
1518
b352eebf
AM
15192001-01-14 Alan Modra <alan@linuxcare.com.au>
1520
d952f17a
AM
1521 * config.bfd: Add linux target variant for elfxx-hppa.
1522 * configure.in: Recognize bfd_elf32_hppa_linux_vec and
1523 bfd_elf64_hppa_linux_vec.
1524 * configure: Regenerate.
1525 * elf64-hppa.c: Include elf64-target.h again to support linux
1526 target variant.
1527 (elf64_hppa_post_process_headers): Set ELFOSABI_LINUX for linux.
1528 * elf32-hppa.c: Include elf32-target.h again to support linux
1529 target variant.
1530 (elf32_hppa_post_process_headers): New function.
1531 (elf_backend_post_process_headers): Define.
1532 * targets.c (bfd_target_vector): Add bfd_elf64_hppa_linux_vec and
1533 bfd_elf32_hppa_linux_vec.
1534
c46b7515
AM
1535 * elf32-hppa.c (elf32_hppa_link_hash_table): Add text_segment_base,
1536 and data_segment_base fields.
1537 (elf32_hppa_link_hash_table_create ): Init them.
1538 (elf32_hppa_check_relocs): Update comments.
1539 (hppa_record_segment_addr): New function.
1540 (elf32_hppa_relocate_section): Call it.
1541 (final_link_relocate): Handle R_PARISC_SEGREL32.
1542 (elf32_hppa_final_link): New function.
1543 (bfd_elf32_bfd_final_link): Define to call it.
1544 (hppa_unwind_entry_compare): New function.
1545 * cache.c (bfd_open_file): Create files in write+read mode.
1546
1547 * elf-hppa.h (elf_hppa_howto_table): Set bitsize value for
1548 SEGREL32 and numerous other relocs. Change duplicate
1549 R_PARISC_NONE relocs to R_PARISC_UNIMPLEMENTED.
1550
d768008d
AM
1551 * opncls.c (bfd_fdopenr): Add parens like the comment says around
1552 O_ACCMODE.
1553
150ccafb
AM
1554 * elf32-hppa.c (elf32_hppa_size_dynamic_sections): Don't create
1555 .plt entries for DT_INIT and DT_FINI.
1556 (elf32_hppa_finish_dynamic_sections): Remove special handling of
1557 DT_INIT and DT_FINI.
1558
b352eebf
AM
1559 * elf64-hppa.c (elf64_hppa_finish_dynamic_symbol): Use 16-bit
1560 offsets for stub .plt access if wide mode. Check offset in range.
1561
b3b9a062
NC
15622001-01-13 Nick Clifton <nickc@redhat.com>
1563
b7ed8fad
NC
1564 * elf32-fr30.c (fr30_elf_howto_table): Remove spurious blank
1565 line.
1566
b3b9a062
NC
1567 * coffcode.h (coff_canonicalize_reloc): Remove spurious blank
1568 line.
1569
6e0b89ee
AM
15702001-01-12 Alan Modra <alan@linuxcare.com.au>
1571
1572 * configure.in ([bfd_elf64_x86_64_vec]): Set target64.
1573 * configure: Regenerate.
1574
0d2bcfaf
NC
15752001-01-11 Peter Targett <peter.targett@arccores.com>
1576
1577 * bfd-in2.h (bfd_architecture): Add bfd_mach_arc_5,
1578 bfd_mach_arc_6, bfd_mach_arc_7, bfd_mach_arc_8 for ARC variants.
1579 * cpu-arc.c (arch_info_struct): Add entries for variants.
1580 (bfd_arc_arch) Set default to bfd_mach_arc_5.
1581 (arc_get_mach) Don't assume machine names prefixed arc- before
1582 testing.
1583 * elf32-arc.c (arc_elf_object_p): Set machine number based on new
1584 selections.
1585 (arc_elf_final_write_processing) Likewise.
1586 (ELF_MACHINE_CODE) Use EM_ARC.
1587
c31c1f70
NC
15882001-01-10 Nick Clifton <nickc@redhat.com>
1589
2758140b 1590 * coff-arm.c (LOCAL_LABEL_PREFIX): Change definition to "".
c31c1f70 1591
5ad083e3
PB
15922001-01-07 Philip Blundell <philb@gnu.org>
1593
1594 * README: Replace `bug-gnu-utils@gnu.org' with
1595 `bug-binutils@gnu.org'.
1596
7eae7d22
KH
15972001-01-04 Kazu Hirata <kazu@hxi.com>
1598
1599 * som.c: Fix formatting.
1600
509945ae
KH
16012001-01-03 Kazu Hirata <kazu@hxi.com>
1602
3e932841
KH
1603 * ecoffswap.h: Fix formatting.
1604 * elf-bfd.h: Likewise.
1605 * elfarm-nabi.c: Likewise.
1606 * elfarm-oabi.c: Likewise.
1607 * elfcode.h: Likewise.
1608 * elfcore.h: Likewise.
1609 * elflink.c: Likewise.
1610 * elflink.h: Likewise.
1611 * elfxx-ia64.c: Likewise.
1612 * elfxx-target.h: Likewise.
1613 * libbfd.c: Likewise
509945ae
KH
1614 * linker.c: Likewise.
1615 * lynx-core.c: Likewise.
1616
892339ee
KH
16172001-01-02 Kazu Hirata <kazu@hxi.com>
1618
1619 * pc532-mach.c: Fix formatting.
1620 * pe-arm.c: Likewise.
1621 * pe-i386.c: Likewise.
1622 * pe-mips.c: Likewise.
1623 * pe-ppc.c: Likewise.
1624 * pe-sh.c: Likewise.
1625 * pei-mips.c: Likewise.
1626 * pei-sh.c: Likewise.
ee91ed79 1627 * peicode.h: Likewise.
892339ee
KH
1628 * ppcboot.c: Likewise.
1629 * ptrace-core.c: Likewise.
1630
3d855632
KH
16312001-01-01 Kazu Hirata <kazu@hxi.com>
1632
1633 * reloc.c: Fix formatting.
1634 * riscix.c: Likewise.
1635 * rs6000-core.c: Likewise.
1636 * xcoff-target.h: Likewise.
1637
a77a9fef
HPN
16382000-12-29 Hans-Peter Nilsson <hp@bitrange.com>
1639
1640 * elfcode.h (elf_object_p): Also restore the bfd mach field on
1641 error, by calling bfd_default_set_arch_mach with incoming
1642 values.
1643
558e161f
KH
16442000-12-26 Kazu Hirata <kazu@hxi.com>
1645
1646 * vaxnetbsd.c: Fix formatting.
1647 * versados.c: Likewise.
1648 * vms-gsd.c: Likewise.
1649 * vms-hdr.c: Likewise.
1650 * vms-misc.c: Likewise.
1651
3c579812
AO
16522000-12-25 Alexandre Oliva <aoliva@redhat.com>
1653
1654 * archive.c (coff_write_armap): Don't write more than symbol_count
1655 `archive_member_file_ptr's.
1656
672579e9
KH
16572000-12-25 Kazu Hirata <kazu@hxi.com>
1658
1659 * vms-tir.c: Fix formatting.
1660
55f2d5ed
KH
16612000-12-23 Kazu Hirata <kazu@hxi.com>
1662
1663 * vms.c: Fix formatting.
1664 * vms.h: Likewise.
1665
23ccc829
NC
16662000-12-21 Santeri Paavolainen <santtu@ssh.com>
1667
1668 * vms-hdr.c: Include alloca.h if HAVE_ALLOCA_H is defined.
1669
1670 * peicode.h (pe_ILF_object_p): Add const to import of TARGET_LITTLE_SYM.
1671
1672 * elf32-m32r.c (m32r_elf_generic_reloc): Add cast to avoid (void *)
1673 arithmetic.
1674
1675 * elf32-fr30.c: Add casts to avoid (void *) arithmetic.
1676
1677 * coffcode.h (styp_to_sec_flags): Add empty statement after label.
1678
8c603c85
NC
16792000-12-21 Richard Sandiford <rsandifo@redhat.com>
1680
1681 * libbfd.c (bfd_get_bits): Added
1682 (bfd_put_bits): Likewise
1683 * bfd-in.h: Declared the above.
1684 * bfd-in2.h: Regenerated.
1685
5bff4f56
KH
16862000-12-20 Kazu Hirata <kazu@hxi.com>
1687
1688 * targets.c: Fix formatting.
1689 * tekhex.c: Likewise.
1690 * trad-core.c: Likewise.
1691
7b82c249
KH
16922000-12-19 Kazu Hirata <kazu@hxi.com>
1693
1694 * sco5-core.c: Fix formatting.
1695 * section.c: Likewise.
1696 * sparclinux.c: Likewise.
1697 * sparclynx.c: Likewise.
1698 * sparcnetbsd.c: Likewise.
1699 * srec.c: Likewise.
1700 * stabs.c: Likewise.
1701 * stab-syms.c: Likewise.
1702 * sunos.c: Likewise.
1703 * syms.c: Likewise.
1704 * sysdep.h: Likewise.
1705
f78c5281
NC
17062000-12-18 Nick Clifton <nickc@redhat.com>
1707
1708 * coff-arm.c (EXTRA_S_FLAGS): Only define if not already
1709 defined.
1710 * epoc-pe-arm.c (EXTRA_S_FLAGS): Define.
1711 * epoc-pei-arm.c (EXTRA_S_FLAGS): Define.
1712
02b89dce
NC
17132000-12-18 Nick Clifton <nickc@redhat.com>
1714
1715 * vms-misc.c (_bfd_vms_get_record): Add default case to
1716 file_format switch.
1717
d20966a7
NC
17182000-12-15 Miloslav Trmac <mitr@volny.cz>
1719
1720 * elfcore.h (elf_core_file_p): Move to the start of the program
1721 headers before attempting to read them.
1722
6fa957a9
KH
17232000-12-14 Kazu Hirata <kazu@hxi.com>
1724
1725 * peigen.c: Fix formatting.
1726 * som.c: Likewise.
1727 * som.h: Likewise.
1728
9602af51
KH
17292000-12-13 Kazu Hirata <kazu@hxi.com>
1730
1731 * peigen.c: Fix formatting.
1732
514829c3
JW
17332000-12-12 Jim Wilson <wilson@redhat.com>
1734
1735 * elfxx-ia64.c (get_dyn_sym_info): Cast %p argument to void *.
1736
3a71aec8
NC
17372000-12-08 Mark Salter <msalter@redhat.com>
1738
1739 * binary.c (binary_set_section_contents): Ignore sections
1740 with zero size.
1741
1518639e
KH
17422000-12-12 Kazu Hirata <kazu@hxi.com>
1743
1744 * m68klinux.c: Fix formatting.
1745 * m68knetbsd.c: Likewise.
1746 * mipsbsd.c: Likewise.
1747 * netbsd-core.c: Likewise.
1748 * netbsd.h: Likewise.
1749 * newsos3.c: Likewise.
1750 * nlm32-alpha.c: Likewise.
1751 * nlm32-i386.c: Likewise.
1752 * nlm32-ppc.c: Likewise.
1753 * nlm32-sparc.c: Likewise.
1754 * nlmcode.h: Likewise.
1755 * nlmswap.h: Likewise.
1756 * nlm-target.h: Likewise.
1757 * ns32knetbsd.c: Likewise.
1758
b79e8c78
NC
17592000-12-10 Fred Fish <fnf@be.com>
1760
d952f17a
AM
1761 * elflink.h (elf_link_output_extsym): Don't complain about undefined
1762 symbols in shared objects if allow_shlib_undefined is true.
b79e8c78 1763
38b1a46c
NC
17642000-12-12 Nick Clifton <nickc@redhat.com>
1765
1766 * cpu-sh.c: Fix formattng.
1767 * elf.c: Fix formattng.
1768 * elf32-mips.c: Fix formattng.
1769 * elf32-sh.c: Fix formattng.
1770 * elf64-alpha.c: Fix formattng.
1771
857ec808
NC
17722000-12-09 Nick Clifton <nickc@redhat.com>
1773
1774 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Pass
1775 dwarf2_find_line_info as last parameter to invocation of
1776 _bfd_dwarf2_find_nearest_line.
1777 * elf32-arm.h (elf32_arm_find_nearest_line): Pass
1778 dwarf2_find_line_info as last parameter to invocation of
1779 _bfd_dwarf2_find_nearest_line.
1780
51db3708
NC
17812000-12-08 Mark Elbrecht <snowball3@bigfoot.com>
1782
1783 * Makefile.am (BFD32_BACKENDS): Move dwarf2.lo from here...
857ec808
NC
1784 (BFD_LIBS): ...to here.
1785 (BFD32_BACKENDS_CFILES): Move dwarf2.c from here...
1786 (BFD_LIBS_CFILES): ...to here.
51db3708
NC
1787 * Makefile.in: Regenerate.
1788 * configure.in: Remove dwarf.lo from the elf shell variable.
1789 * configure: Regenerate.
1790 * libcoff-in.h (coff_tdata): Add pointer dwarf2_find_line_info.
1791 * libcoff.h: Regenerate.
d952f17a 1792 * coffgen.c (coff_find_nearest_line): Call
857ec808 1793 _bfd_dwarf2_find_nearest_line.
51db3708 1794 * dwarf2.c (_bfd_dwarf2_find_nearest_line): Add parameter. Update
857ec808
NC
1795 accordingly.
1796 (read_abbrevs): Likewise
1797 (decode_line_info): Likewise.
1798 (parse_comp_unit): Likewise.
1799 (comp_unit_find_nearest_line): Likewise.
51db3708
NC
1800 * libbfd-in.h (_bfd_dwarf2_find_nearest_line): Update prototype.
1801 * libbfd.h: Regenerate.
1802 * elf.c (_bfd_elf_find_nearest_line): Update call.
1803 * elf-bfd.h (elf_obj_tdata): Change dwarf2_find_line_info to type PTR.
1804 * dwarf2.c (concat_filename): Use IS_ABSOLUTE_PATH.
1805 * coffcode.h (STYP_XCOFF_DEBUG, STYP_DEBUG_INFO): New macros.
857ec808
NC
1806 (sec_to_styp_flags): Use them. Handle DWARF2 sections.
1807 (styp_to_sec_flags): Handle DWARF2 sections.
1808 * elf32-arm.h (elf32_arm_find_nearest_line): Add parameter to call
1809 to _bfd_find_nearest_line.
1810 * elf32-mips.c (_bfd_mips_elf_find_nearest_line): Add parameter to
1811 call to _bfd_find_nearest_line.
d952f17a 1812
435b1e90
KH
18132000-12-08 Kazu Hirata <kazu@hxi.com>
1814
1815 * coffgen.c: Fix formatting.
fe8bc63d 1816 * elf-m10300.c: Likewise.
435b1e90
KH
1817 * elf32-i386.c: Likewise.
1818 * elf32-i960.c: Likewise.
1819 * elf32-m68k.c: Likewise.
1820 * elf32-mcore.c: Likewise.
1821 * elf32-ppc.c: Likewise.
1822 * elf32-sh.c: Likewise.
1823 * elf32-sparc.c: Likewise.
1824 * elf32-v850.c: Likewise.
fe8bc63d
KH
1825 * elf64-alpha.c: Likewise.
1826 * elf64-hppa.c: Likewise.
1827 * elf64-mips.c: Likewise.
435b1e90 1828 * elf64-sparc.c: Likewise.
435b1e90 1829
8da6118f
KH
18302000-12-07 Kazu Hirata <kazu@hxi.com>
1831
1832 * elf32-ppc.c: Fix formatting.
1833 * elf64-x86-64.c: Likewise.
1834
a9922e52
UC
18352000-12-06 Ulf Carlsson <ulfc@engr.sgi.com>
1836
1837 From Ralf Baechle <ralf@gnu.org>
1838
1839 * elf32-mips.c (elf32_mips_merge_private_bfd_data): Always permit
1840 BFDs containing no sections or empty .text, .data or .bss sections
1841 to be merged, regardless of their flags.
1842
c3668558
KH
18432000-12-06 Kazu Hirata <kazu@hxi.com>
1844
1845 * elf32-m32r.c: Fix formatting.
1846 * elf32-m68hc11.c: Likewise.
1847 * elf32-m68hc12.c: Likewise.
1848 * elf32-m68k.c: Likewise.
1849 * elf32-mcore.c: Likewise.
1850 * elf32-pj.c: Likewise.
1851 * elf32-ppc.c: Likewise.
1852
6609fa74
KH
18532000-12-05 Kazu Hirata <kazu@hxi.com>
1854
1855 * elf32-fr30.c: Fix formatting.
1856 * elf32-hppa.c: Likewise.
1857 * elf32-i370.c: Likewise.
1858 * elf32-i386.c: Likewise.
1859 * elf32-i860.c: Likewise.
1860 * elf32-i960.c: Likewise.
1861
a7c10850
KH
18622000-12-03 Kazu Hirata <kazu@hxi.com>
1863
1864 * elf32-arm.h: Fix formatting.
1865 * elf32-avr.c: Likewise.
1866 * elf32-cris.c: Likewise.
1867 * elf32-d10v.c: Likewise.
1868 * elf32-d30v.c: Likewise.
1869 * elf-hppa.h: Likewise.
1870 * elf-m10200.c: Likewise.
1871 * elf-m10300.c: Likewise.
1872
e7af610e
NC
18732000-12-01 Chris Demetriou <cgd@sibyte.com>
1874
d952f17a
AM
1875 * aoutx.h (NAME(aout,machine_type)): Add bfd_mach_mips32 and
1876 bfd_mach_mips32_4k. Update FIXME comment.
1877 * archures.c (bfd_mach_mips32): New constant.
1878 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1879 the latter, renumber it.
1880 * bfd-in2.h (bfd_mach_mips32): New constant.
1881 (bfd_mach_mips4K, bfd_mach_mips32_4k) Rename the former to
1882 the latter, renumber it.
1883 * cpu-mips.c (I_mips32): New constant.
1884 (I_mips4K, I_mips32_4k): Rename the former to the latter.
1885 (arch_info_struct): Add bfd_mach_mips32 entry, replace
1886 bfd_mach_mips4K entry with bfd_mach_mips32_4k entry.
1887 * elf32-mips.c (elf_mips_isa): Add E_MIPS_ARCH_32 case.
1888 (elf_mips_mach): Likewise. Also, replace E_MIPS_MACH_MIPS32
1889 with E_MIPS_MACH_MIPS32_4K.
1890 (_bfd_mips_elf_final_write_processing): Replace
1891 bfd_mach_mips4K with bfd_mach_mips32_4k case, add
1892 bfd_mach_mips32 case.
1893 (_bfd_mips_elf_merge_private_bfd_data): Generalize ISA mixing
1894 comparison with support for MIPS32.
1895 (_bfd_mips_elf_print_private_bfd_data): Print ISA name for
1896 MIPS32.
1897
1898 * aoutx.h (NAME(aout,machine_type)): Add cases for
1899 bfd_mach_mips5 and bfd_mach_mips64.
1900 * archures.c (bfd_mach_mips5, bfd_mach_mips64): New constants.
1901 * bfd-in2.h (bfd_mach_mips5, bfd_mach_mips64): Likewise.
1902 * cpu_mips.c (I_mips5, I_mips64): New definitions.
1903 (arch_info_struct): Add entries for bfd_mach_mips5 and
1904 bfd_mach_mips64.
1905 * elf32-mips.c (elf_mips_isa, elf_mips_mach,
1906 _bfd_mips_elf_print_private_bfd_data): Add cases for
1907 E_MIPS_ARCH_5 and E_MIPS_ARCH_64.
1908 (_bfd_mips_elf_final_write_processing): Add cases for
1909 bfd_mach_mips5 and bfd_mach_mips64.
1910
7898deda 1911 * aoutx.h (NAME(aout,machine_type)): Add a
d952f17a 1912 bfd_mach_mips_sb1 case.
7898deda
NC
1913 * archures.c (bfd_mach_mips_sb1): New constant.
1914 * bfd-in2.h (bfd_mach_mips_sb1): New constant.
1915 * cpu-mips.c (I_sb1): New constant.
d952f17a 1916 (arch_info_struct): Add entry for bfd_mach_mips_sb1.
7898deda 1917 * elf32-mips.c (elf_mips_mach): Add case for
d952f17a
AM
1918 E_MIPS_MACH_SB1.
1919 (_bfd_mips_elf_final_write_processing): Add case for
1920 bfd_mach_mips_sb1.
1921
19222000-12-01 Joel Sherrill <joel@OARcorp.com>
ddcfc5fc
NC
1923
1924 * config.bfd (arm-*-rtems*, a29k-*rtems*): New targets.
1925 (sparc*-*-rtemself*, sparc*-*-rtemsaout*): New targets.
1926 (sparc*-*-rtems*): Switched from a.out to ELF.
1927
8d88c4ca 19282000-11-30 Jan Hubicka <jh@suse.cz>
d952f17a
AM
1929
1930 * Makefile.am (BFD64_BACKENDS): Add elf64-x86-64.lo
1931 BFD64_BACKENDS_CFILES): Add elf64-x86-64.c
1932 (elf64-x86-64.lo): Add dependencies.
1933 * archures.c (DESCRIPTION): Add bfd_mach_x86_64,
1934 bfd_mach_x86_64_intel_syntax.
1935 * elf.c (prep_headers): Use EM_x86_64 for 64bit output.
1936 * config.bfd (x86_64): Add.
1937 * configure.in: Add support for bfd_elf64_x86_64_vec.
1938 * cpu-i386.c (bfd_x86_64_arch_intel_syntax, bfd_x86_64_arch): Add.
1939 (bfd_i386_arch, i8086_ar): Link in.
1940 * elf64-x86-64.c: New file.
1941 * reloc.c (ENUMDOC): Add BFD_RELOC_X86_64*.
1942 * targets.c (bfd_elf64_x86_64_vec): Add.
1943 (bfd_target_vect): Add bfd_elf64_x86_64_vec.
8d88c4ca 1944
fbc4fff4
KH
19452000-11-30 Kazu Hirata <kazu@hxi.com>
1946
1947 * xcofflink.c: Fix formatting.
1948
e60b52c6
KH
19492000-11-28 Kazu Hirata <kazu@hxi.com>
1950
1951 * aoutx.h: Fix formatting.
1952 * bfd-in.h: Likewise.
1953 * bfd-in2.h: Likewise.
1954 * cache.c: Likewise.
1955 * cisco-core.c: Likewise.
1956 * coff64-rs6000.c: Likewise.
1957 * coffcode.h: Likewise.
1958 * coffswap.h: Likewise.
1959 * corefile.c: Likewise.
be3ccd9c 1960 * elf32-mips.c: Likewise.
e60b52c6 1961
336eced2
KH
19622000-11-27 Kazu Hirata <kazu@hxi.com>
1963
1964 * aout-adobe.c: Fix formatting.
244148ad
KH
1965 * coff64-rs6000.c: Likewise.
1966 * coffgen.c: Likewise.
1967 * cofflink.c: Likewise.
336eced2 1968
d71f672e
PB
19692000-11-27 Philip Blundell <pb@futuretv.com>
1970
1971 * libcoff-in.h (coff_tdata): Add `strings_written' flag.
1972 (obj_coff_strings_written): New accessor macro for above.
1973 * libcoff.h: Regenerate.
1974 * cofflink.c (_bfd_coff_final_link): Say that we wrote the
1975 strings.
1976 * coffcode.h (coff_write_object_contents): No need to write out
1977 the string table if it's already been done.
1978
bc7a577d
PB
19792000-11-22 Philip Blundell <pb@futuretv.com>
1980
d952f17a 1981 * cofflink.c (_bfd_coff_generic_relocate_section): Don't object to
bc7a577d
PB
1982 weak undefined symbols.
1983
077b8428
NC
19842000-11-24 Nick Clifton <nickc@redhat.com>
1985
1986 * archures.c (bfd_mach_arm_5TE): Define.
1987 (bfd_mach_arm+XScale): Define.
1988 * bfd-in2.h: Regenerate.
1989
1990 * coff-arm.c (coff_arm_reloc_type_lookup): Accept
1991 BFD_RELOC_ARM_PCREL_BLX.
1992
1993 * coffcode.h (coff_set_flags): Set flags for 5t, 5te and
1994 XScale machine numbers.
1995
1996 * config.bfd (xscale-elf): Add target.
1997 (xscale-coff): Add target.
1998
1999 * cpu-arm.c: Add xscale machine name.
2000 Add v5t, v5te and XScale machine numbers.
2001
e9e41bd9
KH
20022000-11-23 Kazu Hirata <kazu@hxi.com>
2003
2004 * aix386-core.c: Fix formatting.
2005
64bf6ae6
JW
20062000-11-22 Jim Wilson <wilson@redhat.com>
2007
2008 * coff-ia64.c (howto_table): Use EMPTY_HOWTO.
2009 (in_reloc_p): Add ATTRIBUTE_UNUSED to unused parameters.
2010 * cpu-ia64-opc.c (ins_rsvd, ext_rsvd, ins_const, ext_const): Likewise.
2011 (ins_imms_scaled): Initialize sign_bit at function entry.
2012 (elf64_ia64_operands): Add missing initializers.
2013 * elfxx-ia64.c (elfNN_ia64_reloc, elfNN_ia64_reloc_type_lookup,
2014 elfNN_ia64_info_to_howto, elfNN_ia64_fake_sections,
2015 elfNN_ia64_add_symbol_hook, elfNN_ia64_is_local_label_name,
2016 elfNN_ia64_local_hash_table_init, get_fptr, get_pltoff,
2017 elfNN_ia64_adjust_dynamic_symbol): Add ATTRIBUTE_UNUSED for unused
2018 parameters.
2019 (elfNN_ia64_info_to_howto): Initialize free_relocs, free_contents,
2020 and free_extsyms at function entry.
2021 (elfNN_add_symbol_hook): Add unsigned cast to bfd_get_gp_size result.
2022 (elfNN_ia64_create_dynamic_sections): Delete unused local h.
2023 (get_got): Delete unused local srel.
2024 (elfNN_ia64_check_relocs): Initialize dynrel_type when declared.
2025 (elfNN_ia64_relocate_section): Delete unused local dynindx.
d952f17a 2026
1abaf976
KH
20272000-11-21 Kazu Hirata <kazu@hxi.com>
2028
6e301b2b
KH
2029 * coff-a29k.c: Fix formatting.
2030 * coff-h8500.c: Likewise.
2031 * coff-i960.c: Likewise.
2032 * coff-ppc.c: Likewise.
2033 * coff-rs6000.c: Likewise.
2034 * coff-stgo32.c: Likewise.
2035 * coff-tic54x.c: Likewise.
2036 * coff-w65.c: Likewise.
2037 * cpu-h8500.c: Likewise.
2038 * cpu-hppa.c: Likewise.
2039 * cpu-ns32k.c: Likewise.
2040 * ecoff.c: Likewise.
1abaf976
KH
2041 * ecofflink.c: Likewise.
2042
a0fc8ba1
NC
20432000-11-21 Nick Clifton <nickc@redhat.com>
2044
2045 * elf32-sh.c (sh_elf_reloc_loop): Fix compile time warning, and
2046 remove possibility of infinite loop.
2047
beb0d161
KH
20482000-11-20 Kazu Hirata <kazu@hxi.com>
2049
2050 * aix386-core.c: Fix formatting.
2051 * aout-adobe.c: Likewise.
2052 * aout-arm.c: Likewise.
2053 * aout-encap.c: Likewise.
2054 * aout-ns32k.c: Likewise.
2055 * aout-target.h: Likewise.
2056 * aout-tic30.c: Likewise.
2057 * aoutf1.h: Likewise.
2058 * aoutx.h: Likewise.
2059 * archive.c: Likewise.
eb6e10cb
KH
2060 * bfd-in.h: Likewise.
2061 * bfd-in2.h: Likewise.
2062 * bfd.c: Likewise.
2063 * bout.c: Likewise.
beb0d161 2064
2c2475db
JW
20652000-11-17 H.J. Lu <hjl@gnu.org>
2066
2067 * elfxx-ia64.c (elfNN_ia64_size_dynamic_sections): Don't create
2068 pltoff entries for DT_INIT and DT_FINI.
2069 (elfNN_ia64_final_link): Don't set DT_INIT/FINI entries.
2070 (elfNN_ia64_finish_dynamic_sections): Don't fill in DT_INIT/FINI
2071 entries.
2072
18b27f17
RH
20732000-11-16 Richard Henderson <rth@redhat.com>
2074
2075 * elfxx-ia64.c (elfNN_ia64_check_relocs): Handle IPLT relocs.
2076 (allocate_dynrel_entries): Likewise.
2077 (elfNN_ia64_relocate_section): Likewise. Set REL addends correctly.
2078 (set_pltoff_entry): Likewise.
2079 (ia64_howto_table): Remove R_IA64_SEGBASE, and R_IA64_EPLT[ML]SB
2080 (elfNN_ia64_reloc_type_lookup): Likewise.
2081 (elfNN_ia64_install_value): Likewise.
2082 (elfNN_ia64_relocate_section): Likewise.
2083 * reloc.c (BFD_RELOC_IA64_SEGBASE): Remove.
2084 (BFD_RELOC_IA64_EPLTMSB, BFD_RELOC_IA64_EPLTLSB): Remove.
2085
98591c73
KH
20862000-11-16 Kazu Hirata <kazu@hxi.com>
2087
71f6b586
KH
2088 * cpu-a29k.c: Fix formatting.
2089 * cpu-alpha.c: Likewise.
2090 * cpu-arm.c: Likewise.
2091 * cpu-avr.c: Likewise.
2092 * cpu-d10v.c: Likewise.
2093 * cpu-h8500.c: Likewise.
2094 * cpu-hppa.c: Likewise.
2095 * cpu-i370.c: Likewise.
2096 * cpu-i386.c: Likewise.
2097 * cpu-i960.c: Likewise.
2098 * cpu-ia64-opc.c: Likewise.
2099 * cpu-ia64.c: Likewise.
2100 * cpu-m32r.c: Likewise.
2101 * cpu-m68hc11.c: Likewise.
2102 * cpu-m68hc12.c: Likewise.
2103 * cpu-m68k.c: Likewise.
2104 * cpu-m88k.c: Likewise.
2105 * cpu-mips.c: Likewise.
2106 * cpu-ns32k.c: Likewise.
2107 * cpu-pj.c: Likewise.
2108 * cpu-powerpc.c: Likewise.
2109 * cpu-sh.c: Likewise.
2110 * cpu-sparc.c: Likewise.
2111 * cpu-tic54x.c: Likewise.
2112 * cpu-v850.c: Likewise.
2113 * cpu-vax.c: Likewise.
2114 * cpu-w65.c: Likewise.
2115 * cpu-we32k.c: Likewise.
2116 * cpu-z8k.c: Likewise.
2117 * dwarf1.c: Likewise.
98591c73
KH
2118 * dwarf2.c: Likewise.
2119
c5930ee6
KH
21202000-11-15 Kazu Hirata <kazu@hxi.com>
2121
2122 * coff-arm.c: Fix formatting.
2123 * coff-ppc.c: Likewise.
2124 * coff-rs6000.c: Likewise.
cbfe05c4
KH
2125 * coff-sh.c: Likewise.
2126 * coff-sparc.c: Likewise.
2127 * coff-tic30.c: Likewise.
2128 * coff-tic54x.c: Likewise.
2129 * coff-tic80.c: Likewise.
2130 * coff-w65.c: Likewise.
2131 * coff-we32k.c: Likewise.
2132 * coff-z8k.c: Likewise.
c5930ee6 2133
dac544a8
RH
21342000-11-15 Richard Henderson <rth@redhat.com>
2135
2136 * elf64-alpha.c (elf64_alpha_check_relocs): Create the reloc
2137 section with the same ALLOC|LOAD flags as the source section.
2138
c810873d
JJ
21392000-11-14 Jakub Jelinek <jakub@redhat.com>
2140
2141 * elf64-alpha.c (elf64_alpha_relax_opt_call): Only check bits used
2142 by STO_ALPHA constants.
2143
43646c9d
KH
21442000-11-14 Kazu Hirata <kazu@hxi.com>
2145
2146 * coff-pmac.c: Fix formatting.
2147 * coff-ppc.c: Likewise.
2148
051b8577
L
21492000-11-13 H.J. Lu <hjl@gnu.org>
2150
2151 * elflink.h (elf_link_add_object_symbols): Also add indirect
2152 symbols for common symbols with the default version.
2153
90460d97
PB
21542000-11-09 Philip Blundell <pb@futuretv.com>
2155
2156 * section.c (STD_SECTION): Set gc_mark flag.
2157
b48499ec
KH
21582000-11-11 Kazu Hirata <kazu@hxi.com>
2159
2160 * coff-i960.c: Likewise.
2161 * coff-m68k.c: Likewise.
2162 * coff-m88k.c: Likewise.
2163 * coff-mcore.c: Likewise.
2164 * coff-mips.c: Likewise.
2165
c5aeb40f
AO
21662000-11-11 Bernd Schmidt <bernds@cygnus.co.uk>
2167
2168 * elf32-sh.c (sh_elf_relocate_section): Ignore R_SH_NONE relocs.
2169
5fcfd273
KH
21702000-11-10 Kazu Hirata <kazu@hxi.com>
2171
2172 * coff-h8300.c: Fix formatting.
2173 * coff-h8500.c: Likewise.
2174 * coff-i386.c: Likewise.
2175 * coff-i860.c: Likewise.
2176 * coff-i960.c: Likewise.
2177 * coff-ia64.c: Likewise.
2178
047066e1
KH
21792000-11-09 Kazu Hirata <kazu@hxi.com>
2180
2181 * archive.c: Fix formatting.
2182 * archures.c: Likewise.
2183
9a951beb
RH
21842000-11-07 Richard Henderson <rth@redhat.com>
2185
2186 * elfxx-ia64.c (elf64_ia64_final_link): New local unwind_output_sec.
2187 Set it before bfd_elf64_bfd_final_link call. Use it after the call.
2188 * section.c (bfd_set_section_contents): Call memcpy if
2189 section->contents set and location not equal to contents plus offset.
2190
aebad5fe
KH
21912000-11-08 Kazu Hirata <kazu@hxi.com>
2192
8546af74
KH
2193 * bfd-in.h: Fix formatting.
2194 * bfd-in2.h: Likewise.
2195 * bfd.c: Likewise.
aebad5fe
KH
2196 * binary.c: Likewise.
2197 * bout.c: Likewise.
346ceb11
KH
2198 * coff-a29k.c: Likewise.
2199 * coff-alpha.c: Likewise.
2200 * coff-apollo.c: Likewise.
2201 * coff-aux.c: Likewise.
aebad5fe 2202
0ef5a5bd
KH
22032000-11-07 Kazu Hirata <kazu@hxi.com>
2204
2205 * aix386-core.c: Fix formatting.
2206 * aoutf1.h: Likewise.
2207 * aoutx.h: Likewise.
2208 * archures.c: Likewise.
2209 * armnetbsd.c: Likewise.
2210
d562d2fb
AM
22112000-11-07 Alan Modra <alan@linuxcare.com.au>
2212
2213 * coff-h8300.c (special): Adjust reloc address.
2214
bbe66d08
JW
22152000-11-06 Steve Ellcey <sje@cup.hp.com>
2216
4efc3e05 2217 * archures.c (bfd_mach_ia64_elf64, bfd_mach_ia64_elf32): Add defines
bbe66d08
JW
2218 to differentiate elf32 and elf64 on ia64.
2219 * bfd-in2.h: Regenerate.
2220 * config.bfd: Add target for "ia64*-*-hpux*".
2221 * configure.in: Add bfd_elf32_ia64_big_vec to selvecs switch.
2222 * configure: Regenerate.
4efc3e05 2223 * cpu-ia64.c (bfd_ia64_elf32_arch): Add elf32 arch info structure.
bbe66d08
JW
2224 * targets.c: Add bfd_target bfd_elf32_ia64_big_vec.
2225
2226 * Makefile.am: Make elf32-ia64.c and elf64-ia64.c derived objects
2227 from elfxx-ia64.c. Add depenency rules for making elf32-ia64.lo.
2228 * Makefile.in: Regnerate.
4efc3e05 2229 * elf64-ia64.c: Deleted.
bbe66d08
JW
2230 * elfxx-ia64.c: New file, paramaterized version of elf64-ia64.c.
2231
c4dfa77f
KH
22322000-11-06 Kazu Hirata <kazu@hxi.com>
2233
2234 * aout-adobe.c: Fix formatting.
2235 * aout-arm.c: Likewise.
2236 * aout-cris.c: Likewise.
2237 * aout-encap.c: Likewise.
2238 * aout-ns32k.c: Likewise.
2239 * aout-target.h: Likewise.
2240 * aout-tic30.c: Likewise.
2241
cf919dfd
PB
22422000-11-05 Philip Blundell <philb@gnu.org>
2243
2244 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Always permit
2245 BFDs containing no sections to be merged, regardless of their flags.
2246
22472000-11-04 Philip Blundell <philb@gnu.org>
2248
2249 * elf32-arm.h (elf32_arm_relocate_section): Suppress error message
2250 if a relocation for an undefined symbol also results in an
2251 overflow.
2252
8d88c4ca 22532000-11-06 Christopher Faylor <cgf@cygnus.com>
8848a8d0
CF
2254
2255 * config.bfd: Add support for Sun Chorus.
2256
46d59bfa
DB
22572000-11-05 David O'Brien <obrien@FreeBSD.org>
2258
2259 * configure.in: Recognize alpha-*-freebsd*.
2260 * configure: Regenerate.
2261
d952f17a 22622000-11-02 Luciano Gemme <ishitawa@yahoo.com>
420496c1
NC
2263
2264 * srec.c (CHUNK): Rename to DEFAULT_CHUNK.
2265 (Chunk): New global variable set by a parameter in objcopy.c.
2266 (S3Forced): New global variable set by a parameter in
2267 objcopy.c.
2268 (srec_set_section_contents): If S3Forced is true, always generate
2269 S3 records.
2270 (srec_write_section): Use 'Chunk' to limit maximum length of S
2271 records.
2272
59ff2774
NC
22732000-11-02 Per Lundberg <plundis@chaosdev.org>
2274
2275 * config.bfd: Add support for i[3456]86-chaosdev-storm-chaos.
2276 * Makefile.in: Regenerate.
2277 * bfd-in2.h: Regenerate.
2278 * po/bfd.pot: Regenerate.
d952f17a 2279
ee43f35e
PB
22802000-10-31 Philip Blundell <philb@gnu.org>
2281
2282 * elf32-arm.h (elf32_arm_merge_private_bfd_data): Only handle
2283 EF_SOFT_FLOAT if it is defined.
2284
1006ba19
PB
22852000-10-27 Philip Blundell <philb@gnu.org>
2286
2287 * elf32-arm.h (elf32_arm_copy_private_bfd_data): Don't refuse
2288 attempts to mix PIC code with non-PIC, just mark the output as
2289 being position dependent.
d952f17a
AM
2290 (elf32_arm_merge_private_bfd_data): Likewise. Print an error
2291 message for EF_SOFT_FLOAT mismatches. Display diagnostics for
1006ba19 2292 all mismatches, not just the first one.
d952f17a 2293
c4920b97
NC
22942000-10-25 Chris Demetriou <cgd@sibyte.com>
2295
2296 * ieee.c (ieee_archive_p): Plug one of many possible
2297 memory leaks in error handling.
2298
19f7b010
JJ
22992000-10-20 Jakub Jelinek <jakub@redhat.com>
2300
2301 * elf32-sparc.c (elf32_sparc_merge_private_bfd_data,
2302 elf32_sparc_object_p, elf32_sparc_final_write_processing):
2303 Support v8plusb.
2304 * elf64-sparc.c (sparc64_elf_merge_private_bfd_data,
2305 sparc64_elf_object_p): Support v9b.
2306 * archures.c: Declare v8plusb and v9b machines.
2307 * bfd-in2.h: Ditto.
2308 * cpu-sparc.c: Ditto.
2309
e1e0340b
GK
23102000-10-16 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2311
ea5fbc67
GK
2312 * elf64-sparc.c (sparc64_elf_relocate_section): Clear the location
2313 of a GOT reloc.
2314
e1e0340b
GK
2315 * elf32-ppc.c (SYMBOL_REFERENCES_LOCAL): New macro.
2316 (SYMBOL_CALLS_LOCAL): New macro.
2317 (ppc_elf_adjust_dynamic_symbol): Use SYMBOL_CALLS_LOCAL.
2318 (ppc_elf_check_relocs): Use SYMBOL_REFERENCES_LOCAL.
2319 (ppc_elf_finish_dynamic_symbol): Use SYMBOL_REFERENCES_LOCAL.
2320 (ppc_elf_relocate_section): Use flag variable to determine
2321 whether the relocation refers to a local symbol.
2322 Test whether a PLTREL24 reloc will produce a reloc by looking
2323 to see whether a PLT entry was made.
2324
a4b120e1
GK
23252000-10-14 Geoffrey Keating <geoffk@shoggoth.cygnus.com>
2326
2327 * elf32-ppc.c (ppc_elf_finish_dynamic_symbol): Don't make PLT
2328 entries that could serve as a definition for a weak symbol.
2329
5af5b85b
UC
23302000-10-13 Ulf Carlsson <ulfc@engr.sgi.com>
2331
2332 From Ralf Baechle <ralf@gnu.org>
2333
2334 * elf32-mips.c (mips_elf_create_dynamic_relocation): New argument
2335 local_p. Add symbol value only for non-R_MIPS_REL32 relocations
2336 against local symbols.
2337 (_bfd_mips_elf_finish_dynamic_sections): Undo patch from 2000-10-01.
d952f17a 2338
3ef20aaa
AM
23392000-10-12 Alan Modra <alan@linuxcare.com.au>
2340
24376d1b
AM
2341 * section.c (struct sec): Add kept_section.
2342 (struct bfd_comdat_info): Remove sec, we can use above.
2343 (STD_SECTION): Add initializer.
2344 (bfd_make_section_anyway): Init here too.
2345
2346 * bfd-in2.h: Regenerate.
2347
2348 * elflink.h (elf_link_add_object_symbols): Remove unnecessary
d952f17a 2349 zeroing of `flags'.
24376d1b
AM
2350 (elf_link_input_bfd): Set all asection->symbol->value's here, and
2351 fudge values for discarded link-once section symbols.
2352
3ef20aaa
AM
2353 * elf64-hppa.c: Include alloca-conf.h
2354
c0e219cc
AM
23552000-10-11 Alan Modra <alan@linuxcare.com.au>
2356
d01e2a23
AM
2357 * elf.c (swap_out_syms): Revert 2000-10-07 changes.
2358
c0e219cc
AM
2359 * ieee.c (ieee_make_empty_symbol): Oops, bfd_zalloc needs another arg.
2360
fe268b66
AM
23612000-10-10 Alan Modra <alan@linuxcare.com.au>
2362
2363 * ieee.c (ieee_make_empty_symbol): Use bfd_zalloc, not bfd_zmalloc.
2364
4d7ce4dd
AM
23652000-10-10 Tom Rix <trix@redhat.com>
2366
d952f17a 2367 * section.c (bfd_make_section_anyway): Release newsect ptr when
4d7ce4dd
AM
2368 newsect->symbol fails to alloc. Use bfd_release instead of free.
2369
f3b6f7c3
RH
23702000-10-09 Richard Henderson <rth@cygnus.com
2371
2372 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
2373 (elf64_ia64_unwind_entry_compare): New.
2374 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
2375
44852b19
AM
23762000-10-07 Alan Modra <alan@linuxcare.com.au>
2377
fc8c40a0
AM
2378 * elflink.h (size_dynamic_sections): Don't create various tags if
2379 .dynstr is excluded from the link. Don't set first dynsym entry
2380 if dynsymcount is zero.
2381 (elf_bfd_final_link): Don't try to swap out dynamic syms if
2382 .dynsym excluded from the link. Don't try to write any dynamic
2383 sections excluded from the link.
2384
44852b19
AM
2385 * elf.c (swap_out_syms): Handle global section symbols.
2386
3e4554a2
DD
23872000-10-05 DJ Delorie <dj@redhat.com>
2388
2389 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
2390 * coffcode.h (coff_set_alignment_hook): read extended reloc count
2391 (coff_write_relocs): write extended reloc count
2392 (coff_write_object_contents): account for extended relocs
2393
fa152c49
JW
23942000-10-05 Jim Wilson <wilson@cygnus.com>
2395
2396 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
2397 field.
2398 * elf.c (_bfd_elf_make_section_from_shdr): Call the
2399 elf_backend_section_flags function.
2400 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
2401 code.
2402 (elf64_ia64_section_flags): New function containing flag conversion
2403 code.
2404 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
2405 * elfxx-target.h (elf_backend_section_flags): Define.
2406 (elfNN_bed): Initialize elf_backend_section_flags field.
2407
36605136
AM
24082000-10-02 Alan Modra <alan@linuxcare.com.au>
2409
2410 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
2411 _bfd_elf32_gc_record_vtable. Correct a comment.
2412
4b6609a0
UC
24132000-10-01 Ulf Carlsson <ulfc@engr.sgi.com>
2414
2415 From Ralf Baechle <ralf@gnu.org>
2416
2417 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
2418 produces binaries with got[1] = 0x80000001 to differenciate them
2419 for the dynamic linker from the broken binaries produced by old
2420 versions.
36605136 2421
f572a39d
AM
24222000-09-30 Petr Sorfa <petrs@sco.com>
2423
2424 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
2425 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
2426 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
2427 * configure: Regenerate.
2428
4da81684
HPN
24292000-09-27 Hans-Peter Nilsson <hp@axis.com>
2430
2431 Define two bfd_targets for absence and presence of leading
2432 underscore on symbols. Make sure to only link same kind.
2433 * elf32-cris.c (cris_elf_object_p,
2434 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
2435 cris_elf_merge_private_bfd_data): New.
2436 (elf_backend_object_p, elf_backend_final_write_processing,
2437 bfd_elf32_bfd_print_private_bfd_data,
2438 bfd_elf32_bfd_merge_private_bfd_data): Define.
2439 <Target vector definition>: Include elf32-target.h twice with
2440 different macro settings:
2441 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
2442 bfd_elf32_us_cris_vec.
2443 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
2444 (elf_symbol_leading_char): First as 0, then '_'.
2445 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
2446 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
2447 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
2448 * configure: Regenerate.
2449 * targets.c: Declare bfd_elf32_us_cris_vec.
2450 * po/bfd.pot: Regenerate.
2451
9a5aca8c
AM
24522000-09-29 Momchil Velikov <velco@fadata.bg>
2453
2454 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
2455 R_ARM_THM_PC22 relocations.
2456
512a2384
AM
24572000-09-29 NIIBE Yutaka <gniibe@chroot.org>
2458
2459 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
2460
6c99a5c3
AM
24612000-09-29 Momchil Velikov <velco@fadata.bg>
2462
2463 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
2464 is has the SEC_HAS_CONTENTS flag set.
2465