Speed up objdump when displaying disassembly mixed with line number and source code...
[external/binutils.git] / bfd / ChangeLog
1 2017-01-09  Nick Clifton  <nickc@redhat.com>
2
3         * dwarf2.c (lookup_address_in_function_table): Return early if
4         there are no functions in the given comp unit, or if the high
5         address of the last function in the comp unit is less than the
6         desired address.
7
8 2017-01-09  Nick Clifton  <nickc@redhat.com>
9
10         PR binutils/21013
11         * coffgen.c (_bfd_coff_get_external_symbols): Generate an error
12         message if there are too many symbols to load.
13
14 2017-01-04  James Clarke  <jrtc27@jrtc27.com>
15
16         * elf64-alpha.c (elf64_alpha_relax_opt_call): Don't set tsec_free
17         if relocs are cached.
18
19 2017-01-03  Rich Felker  <bugdal@aerifal.cx>
20
21         PR ld/21017
22         * elf32-microblaze.c (microblaze_elf_check_relocs): Add an entry
23         for R_MICROBLAZE_GOTOFF_64.
24
25 2017-01-03  Nick Clifton  <nickc@redhat.com>
26
27         * mach-o.c (bfd_mach_o_lookup_uuid_command): Fix compile time
28         warning about using a possibly uninitialised variable.
29
30 2017-01-02  Alan Modra  <amodra@gmail.com>
31
32         * elf32-hppa.c (ensure_undef_weak_dynamic): New function.
33         (allocate_plt_static, allocate_dynrelocs): Use it.
34
35 2017-01-02  Alan Modra  <amodra@gmail.com>
36
37         * elf-hppa.h (elf_hppa_fake_sections): Set SHF_INFO_LINK for
38         .PARISC.unwind section.
39
40 2017-01-02  Alan Modra  <amodra@gmail.com>
41
42         PR ld/20989
43         * elfxx-sparc.c (gdop_relative_offset_ok): New function.
44         (_bfd_sparc_elf_relocate_section): Use it to validate GOT
45         indirect to GOT pointer relative code edit.
46
47 2017-01-02  Alan Modra  <amodra@gmail.com>
48
49         Update year range in copyright notice of all files.
50
51 For older changes see ChangeLog-2016
52 \f
53 Copyright (C) 2017 Free Software Foundation, Inc.
54
55 Copying and distribution of this file, with or without modification,
56 are permitted in any medium without royalty provided the copyright
57 notice and this notice are preserved.
58
59 Local Variables:
60 mode: change-log
61 left-margin: 8
62 fill-column: 74
63 version-control: never
64 End: