857f57a90c0571e43071eff600f8756d612d3705
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2017-01-23 Yury Norov <ynorov@caviumnetworks.com>
2
3 * elfnn-aarch64.c: Fix relaxations for ILP32 mode.
4
5 2017-01-20 Jiong Wang <jiong.wang@arm.com>
6
7 * elfnn-aarch64.c (elf_aarch64_hash_symbol): New function.
8 (elf_backend_hash_symbol): Define.
9
10 2017-01-18 Maciej W. Rozycki <macro@imgtec.com>
11
12 PR ld/20828
13 * elflink.c (bfd_elf_record_link_assignment): Clear any
14 `forced_local' marking for DSO symbols that are not being
15 provided.
16
17 2017-01-17 Kuan-Lin Chen <kuanlinchentw@gmail.com>
18
19 * elfnn-riscv.c (riscv_elf_object_p): New function.
20
21 2017-01-12 H.J. Lu <hongjiu.lu@intel.com>
22
23 PR ld/21038
24 * elf64-x86-64.c (elf_x86_64_link_hash_table): Add
25 plt_bnd_eh_frame.
26 (elf_x86_64_check_relocs): Create .eh_frame section for the
27 .plt.bnd section.
28 (elf_x86_64_size_dynamic_sections): Allocate and initialize
29 .eh_frame section for the .plt.bnd section.
30 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
31 for the .plt.bnd section.
32
33 2017-01-12 Nick Clifton <nickc@redhat.com>
34
35 PR binutils/20876
36 * opncls.c (find_separate_debug_file): Add include_dirs
37 parameter. Only include the directory part of the bfd's filename
38 in search paths if include_dirs is true. Add a couple of extra
39 locations for looking for debug files.
40 ( bfd_follow_gnu_debuglink): Update invocation of
41 find_separate_debug_file.
42 (bfd_follow_gnu_debugaltlink): Likewise.
43 (get_build_id): New function: Finds the build-id of the given bfd.
44 (get_build_id_name): New function: Computes the name of the
45 separate debug info file for a bfd, based upon its build-id.
46 (check_build_id_file): New function: Checks to see if a separate
47 debug info file exists at the given location, and that its
48 build-id matches that of the original bfd.
49 (bfd_follow_build_id_debuglink): New function: Finds a separate
50 debug info file for a given bfd by using the build-id method.
51 * dwarf2.c (_bfd_dwarf2_slurp_debug_info): Try using the build-id
52 method of locating a separate debug info file before using the
53 debuglink method.
54 * bfd-in2.h: Regenerate.
55
56 2017-01-11 H.J. Lu <hongjiu.lu@intel.com>
57
58 PR ld/21038
59 * elf64-x86-64.c (elf_x86_64_eh_frame_bnd_plt): New.
60 (elf_x86_64_bnd_arch_bed): Use elf_x86_64_eh_frame_bnd_plt and
61 elf_x86_64_eh_frame_plt_got.
62 (elf_x86_64_size_dynamic_sections): Get unwind info from
63 elf_x86_64_bnd_arch_bed for the BND PLT.
64
65 2017-01-11 Jeremy Soller <jackpot51@gmail.com>
66
67 * config.bfd: Add entries for i686-redox and x86_64-redox.
68
69 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
70
71 * elf32-i386.c (elf_i386_check_relocs): Align .eh_frame section
72 to 4 bytes.
73 * elf64-x86-64.c (elf_x86_64_create_dynamic_sections): Align
74 .eh_frame section to 4 bytes for x32.
75 (elf_x86_64_check_relocs): Likewise.
76
77 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
78
79 PR ld/20830
80 * elf32-i386.c (elf_i386_eh_frame_plt_got): New.
81 (PLT_GOT_FDE_LENGTH): Likewise.
82 (elf_i386_plt_layout): Add eh_frame_plt_got and
83 eh_frame_plt_got_size.
84 (elf_i386_plt): Updated.
85 (elf_i386_link_hash_table): Add plt_got_eh_frame.
86 (elf_i386_check_relocs): Create .eh_frame section for .plt.got.
87 (elf_i386_size_dynamic_sections): Allocate and initialize
88 .eh_frame section for .plt.got.
89 (elf_i386_finish_dynamic_sections): Adjust .eh_frame section for
90 .plt.got.
91 (elf_i386_nacl_plt): Add FIXME for eh_frame_plt_got and
92 eh_frame_plt_got_size.
93 * elf64-x86-64.c (elf_x86_64_eh_frame_plt_got): New.
94 (PLT_GOT_FDE_LENGTH): Likewise.
95 (elf_x86_64_backend_data): Add eh_frame_plt_got and
96 eh_frame_plt_got_size.
97 (elf_x86_64_arch_bed): Updated.
98 (elf_x86_64_bnd_arch_bed): Add FIXME for eh_frame_plt_got and
99 eh_frame_plt_got_size.
100 (elf_x86_64_nacl_arch_bed): Likewise.
101 (elf_x86_64_link_hash_table): Add plt_got_eh_frame.
102 (elf_x86_64_check_relocs): Create .eh_frame section for .plt.got.
103 (elf_x86_64_size_dynamic_sections): Allocate and initialize
104 .eh_frame section for .plt.got.
105 (elf_x86_64_finish_dynamic_sections): Adjust .eh_frame section
106 for .plt.got.
107
108 2017-01-10 H.J. Lu <hongjiu.lu@intel.com>
109
110 * elf32-i386.c (elf_i386_size_dynamic_sections): Set
111 plt_eh_frame->size to eh_frame_plt_size and use eh_frame_plt.
112
113 2017-01-09 Nick Clifton <nickc@redhat.com>
114
115 * dwarf2.c (lookup_address_in_function_table): Return early if
116 there are no functions in the given comp unit, or if the high
117 address of the last function in the comp unit is less than the
118 desired address.
119
120 2017-01-09 Nick Clifton <nickc@redhat.com>
121
122 PR binutils/21013
123 * coffgen.c (_bfd_coff_get_external_symbols): Generate an error
124 message if there are too many symbols to load.
125
126 2017-01-04 James Clarke <jrtc27@jrtc27.com>
127
128 * elf64-alpha.c (elf64_alpha_relax_opt_call): Don't set tsec_free
129 if relocs are cached.
130
131 2017-01-03 Rich Felker <bugdal@aerifal.cx>
132
133 PR ld/21017
134 * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
135 for R_MICROBLAZE_GOTOFF_64.
136
137 2017-01-03 Nick Clifton <nickc@redhat.com>
138
139 * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
140 warning about using a possibly uninitialised variable.
141
142 2017-01-02 Alan Modra <amodra@gmail.com>
143
144 * elf32-hppa.c (ensure_undef_weak_dynamic): New function.
145 (allocate_plt_static, allocate_dynrelocs): Use it.
146
147 2017-01-02 Alan Modra <amodra@gmail.com>
148
149 * elf-hppa.h (elf_hppa_fake_sections): Set SHF_INFO_LINK for
150 .PARISC.unwind section.
151
152 2017-01-02 Alan Modra <amodra@gmail.com>
153
154 PR ld/20989
155 * elfxx-sparc.c (gdop_relative_offset_ok): New function.
156 (_bfd_sparc_elf_relocate_section): Use it to validate GOT
157 indirect to GOT pointer relative code edit.
158
159 2017-01-02 Alan Modra <amodra@gmail.com>
160
161 Update year range in copyright notice of all files.
162
163 For older changes see ChangeLog-2016
164 \f
165 Copyright (C) 2017 Free Software Foundation, Inc.
166
167 Copying and distribution of this file, with or without modification,
168 are permitted in any medium without royalty provided the copyright
169 notice and this notice are preserved.
170
171 Local Variables:
172 mode: change-log
173 left-margin: 8
174 fill-column: 74
175 version-control: never
176 End:
This page took 0.039163 seconds and 3 git commands to generate.