Fix generation of GOT table when only GOT-relative relocs are used.
[binutils-gdb.git] / bfd / ChangeLog
1 2017-01-03 Rich Felker <bugdal@aerifal.cx>
2
3 PR ld/21017
4 * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
5 for R_MICROBLAZE_GOTOFF_64.
6
7 2017-01-03 Nick Clifton <nickc@redhat.com>
8
9 * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
10 warning about using a possibly uninitialised variable.
11
12 2017-01-02 Alan Modra <amodra@gmail.com>
13
14 * elf32-hppa.c (ensure_undef_weak_dynamic): New function.
15 (allocate_plt_static, allocate_dynrelocs): Use it.
16
17 2017-01-02 Alan Modra <amodra@gmail.com>
18
19 * elf-hppa.h (elf_hppa_fake_sections): Set SHF_INFO_LINK for
20 .PARISC.unwind section.
21
22 2017-01-02 Alan Modra <amodra@gmail.com>
23
24 PR ld/20989
25 * elfxx-sparc.c (gdop_relative_offset_ok): New function.
26 (_bfd_sparc_elf_relocate_section): Use it to validate GOT
27 indirect to GOT pointer relative code edit.
28
29 2017-01-02 Alan Modra <amodra@gmail.com>
30
31 Update year range in copyright notice of all files.
32
33 For older changes see ChangeLog-2016
34 \f
35 Copyright (C) 2017 Free Software Foundation, Inc.
36
37 Copying and distribution of this file, with or without modification,
38 are permitted in any medium without royalty provided the copyright
39 notice and this notice are preserved.
40
41 Local Variables:
42 mode: change-log
43 left-margin: 8
44 fill-column: 74
45 version-control: never
46 End: