]> Git Repo - binutils.git/blame - bfd/ChangeLog
* section.c (bfd_make_section_anyway): Release newsect ptr when
[binutils.git] / bfd / ChangeLog
CommitLineData
4d7ce4dd
AM
12000-10-10 Tom Rix <[email protected]>
2
3 * section.c (bfd_make_section_anyway): Release newsect ptr when
4 newsect->symbol fails to alloc. Use bfd_release instead of free.
5
f3b6f7c3
RH
62000-10-09 Richard Henderson <[email protected]
7
8 * elf64-ia64.c (elf64_ia64_unwind_entry_compare_bfd): New.
9 (elf64_ia64_unwind_entry_compare): New.
10 (elf64_ia64_final_link): Sort the .IA_64.unwind section.
11
44852b19
AM
122000-10-07 Alan Modra <[email protected]>
13
fc8c40a0
AM
14 * elflink.h (size_dynamic_sections): Don't create various tags if
15 .dynstr is excluded from the link. Don't set first dynsym entry
16 if dynsymcount is zero.
17 (elf_bfd_final_link): Don't try to swap out dynamic syms if
18 .dynsym excluded from the link. Don't try to write any dynamic
19 sections excluded from the link.
20
44852b19
AM
21 * elf.c (swap_out_syms): Handle global section symbols.
22
3e4554a2
DD
232000-10-05 DJ Delorie <[email protected]>
24
25 * peigen.c (_bfd_pei_swap_scnhdr_out): note extended relocs
26 * coffcode.h (coff_set_alignment_hook): read extended reloc count
27 (coff_write_relocs): write extended reloc count
28 (coff_write_object_contents): account for extended relocs
29
fa152c49
JW
302000-10-05 Jim Wilson <[email protected]>
31
32 * elf-bfd.h (struct elf_backend_data): Add elf_backend_section_flags
33 field.
34 * elf.c (_bfd_elf_make_section_from_shdr): Call the
35 elf_backend_section_flags function.
36 * elf64-ia64.c (elf64_ia64_section_from_shdr): Delete flag conversion
37 code.
38 (elf64_ia64_section_flags): New function containing flag conversion
39 code.
40 (elf_backend_section_flags): Define to elf64_ia64_section_flags.
41 * elfxx-target.h (elf_backend_section_flags): Define.
42 (elfNN_bed): Initialize elf_backend_section_flags field.
43
36605136
AM
442000-10-02 Alan Modra <[email protected]>
45
46 * elf32-hppa.c (elf32_hppa_check_relocs): Correct call to
47 _bfd_elf32_gc_record_vtable. Correct a comment.
48
4b6609a0
UC
492000-10-01 Ulf Carlsson <[email protected]>
50
51 From Ralf Baechle <[email protected]>
52
53 * elf32-mips.c (_bfd_mips_elf_finish_dynamic_sections): Mark gld
54 produces binaries with got[1] = 0x80000001 to differenciate them
55 for the dynamic linker from the broken binaries produced by old
56 versions.
36605136 57
f572a39d
AM
582000-09-30 Petr Sorfa <[email protected]>
59
60 * elf.c (elfcore_grok_pstatus): Check for size of pxstatus_t.
61 (elfcore_grok_lwpstatus): Check for size of lwpxstatus_t.
62 * configure.in: Add check for pxstatus_t and lwpxstatus_t.
63 * configure: Regenerate.
64
4da81684
HPN
652000-09-27 Hans-Peter Nilsson <[email protected]>
66
67 Define two bfd_targets for absence and presence of leading
68 underscore on symbols. Make sure to only link same kind.
69 * elf32-cris.c (cris_elf_object_p,
70 cris_elf_final_write_processing, cris_elf_print_private_bfd_data,
71 cris_elf_merge_private_bfd_data): New.
72 (elf_backend_object_p, elf_backend_final_write_processing,
73 bfd_elf32_bfd_print_private_bfd_data,
74 bfd_elf32_bfd_merge_private_bfd_data): Define.
75 <Target vector definition>: Include elf32-target.h twice with
76 different macro settings:
77 (TARGET_LITTLE_SYM): First as bfd_elf32_cris_vec, then as
78 bfd_elf32_us_cris_vec.
79 (TARGET_LITTLE_NAME): First as "elf32-cris", then "elf32-us-cris".
80 (elf_symbol_leading_char): First as 0, then '_'.
81 (INCLUDED_TARGET_FILE): Define for second include of elf32-target.h.
82 * config.bfd (cris-*-*): Add bfd_elf32_us_cris_vec to targ_selvecs.
83 * configure.in (bfd_elf32_cris_vec, cris_aout_vec): New vector.
84 * configure: Regenerate.
85 * targets.c: Declare bfd_elf32_us_cris_vec.
86 * po/bfd.pot: Regenerate.
87
9a5aca8c
AM
882000-09-29 Momchil Velikov <[email protected]>
89
90 * elf32-arm.h (arm_add_to_rel): Correctly adjust the addend for
91 R_ARM_THM_PC22 relocations.
92
512a2384
AM
932000-09-29 NIIBE Yutaka <[email protected]>
94
95 * elflink.h (elf_link_add_object_symbols): Don't bfd_release runpath.
96
6c99a5c3
AM
972000-09-29 Momchil Velikov <[email protected]>
98
99 * elf.c (elf_fake_sections): Do not mark the section SHT_NOBITS if
100 is has the SEC_HAS_CONTENTS flag set.
101
b16885a1
HPN
102