]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame_incremental - bfd/ChangeLog
Fix build without makeinfo from release binutils tar
[thirdparty/binutils-gdb.git] / bfd / ChangeLog
... / ...
CommitLineData
12015-01-11 H.J. Lu <hongjiu.lu@intel.com>
2
3 PR ld/17827
4 * elf64-x86-64.c (elf_x86_64_allocate_dynrelocs): For PIE,
5 only discard space for pc-relative relocs symbols which turn
6 out to need copy relocs.
7
82015-01-09 Nick Clifton <nickc@redhat.com>
9
10 * tekhex.c (getvalue): Fix thinko in test for correct extraction
11 of value.
12 (getsym): Return false if there was not enough data to extract the
13 symbol.
14
152015-01-09 Anthony Green <green@moxielogic.com>
16
17 * elf32-moxie.c (ELF_MACHINE_ALT1): Define.
18
192015-01-08 Nick Clifton <nickc@redhat.com>
20
21 * elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
22 16-bit absolute BR instructions to 10-bit pc-relative JMP
23 instructions.
24
252015-01-08 Nick Clifton <nickc@redhat.com>
26
27 PR binutils/17512
28 * coffcode.h (coff_slurp_symbol_table): Return false if we failed
29 to load the line table.
30 * elf.c (_bfd_elf_map_sections_to_segments): Enforce a minimum
31 maxpagesize of 1.
32 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if
33 the Data Directory Size is too large.
34
352015-01-06 H.J. Lu <hongjiu.lu@intel.com>
36
37 PR binutils/17512
38 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocation.
39 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
40
412015-01-06 Nick Clifton <nickc@redhat.com>
42
43 PR binutils/17512
44 * mach-o.c (bfd_mach_o_read_symtab_strtab): Zero terminate the
45 string table.
46
47 * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
48 (bfd_perform_relocation): Include the size of the reloc in the
49 test for an out of range relocation.
50 (bfd_generic_get_relocated_section_contents): Remove reloc range
51 test.
52
53 * coff-i860.c (CALC_ADDEND): Always set an addend value.
54 * tekhex.c (getvalue): Add an end pointer parameter. Use it to
55 avoid reading off the end of the buffer.
56 (getsym): Likewise.
57 (first_phase): Likewise.
58 (pass_over): Pass an end pointer to the invoked function.
59
602015-01-05 H.J. Lu <hongjiu.lu@intel.com>
61
62 PR binutils/17512
63 * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
64 input.
65 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
66
672015-01-05 Nick Clifton <nickc@redhat.com>
68
69 PR binutils/17512
70 * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
71 is at least big enough for the header to be read.
72 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
73 * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
74 (bfd_mach_o_read_command): Prevetn duplicate error messages about
75 unrecognized commands.
76 * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
77 when indexing into the string table.
78
792015-01-01 Alan Modra <amodra@gmail.com>
80
81 Update year range in copyright notice of all files.
82
83For older changes see ChangeLog-2014
84\f
85Copyright (C) 2015 Free Software Foundation, Inc.
86
87Copying and distribution of this file, with or without modification,
88are permitted in any medium without royalty provided the copyright
89notice and this notice are preserved.
90
91Local Variables:
92mode: change-log
93left-margin: 8
94fill-column: 74
95version-control: never
96End: