Adds code to the MSP430 linker to transform a 4-byte BR instruction into
[deliverable/binutils-gdb.git] / bfd / ChangeLog
1 2015-01-08 Nick Clifton <nickc@redhat.com>
2
3 * elf32-msp430.c (msp430_elf_relax_section): Add relaxation of
4 16-bit absolute BR instructions to 10-bit pc-relative JMP
5 instructions.
6
7 2015-01-08 Nick Clifton <nickc@redhat.com>
8
9 PR binutils/17512
10 * coffcode.h (coff_slurp_symbol_table): Return false if we failed
11 to load the line table.
12 * elf.c (_bfd_elf_map_sections_to_segments): Enforce a minimum
13 maxpagesize of 1.
14 * peXXigen.c (_bfd_XX_bfd_copy_private_bfd_data_common): Fail if
15 the Data Directory Size is too large.
16
17 2015-01-06 H.J. Lu <hongjiu.lu@intel.com>
18
19 PR binutils/17512
20 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocation.
21 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
22
23 2015-01-06 Nick Clifton <nickc@redhat.com>
24
25 PR binutils/17512
26 * mach-o.c (bfd_mach_o_read_symtab_strtab): Zero terminate the
27 string table.
28
29 * reloc.c (bfd_get_reloc_size): Handle a reloc size of -1.
30 (bfd_perform_relocation): Include the size of the reloc in the
31 test for an out of range relocation.
32 (bfd_generic_get_relocated_section_contents): Remove reloc range
33 test.
34
35 * coff-i860.c (CALC_ADDEND): Always set an addend value.
36 * tekhex.c (getvalue): Add an end pointer parameter. Use it to
37 avoid reading off the end of the buffer.
38 (getsym): Likewise.
39 (first_phase): Likewise.
40 (pass_over): Pass an end pointer to the invoked function.
41
42 2015-01-05 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR binutils/17512
45 * elf32-i386.c (elf_i386_get_plt_sym_val): Return NULL on corrupt
46 input.
47 * elf64-x86-64.c (elf_x86_64_get_plt_sym_val): Likewise.
48
49 2015-01-05 Nick Clifton <nickc@redhat.com>
50
51 PR binutils/17512
52 * archive.c (do_slurp_bsd_armap): Make sure that the parsed sized
53 is at least big enough for the header to be read.
54 * elf32-i386.c (elf_i386_get_plt_sym_val): Skip unknown relocs.
55 * mach-o.c (bfd_mach_o_get_synthetic_symtab): Add range checks.
56 (bfd_mach_o_read_command): Prevetn duplicate error messages about
57 unrecognized commands.
58 * syms.c (_bfd_stab_section_find_nearest_line): Add range checks
59 when indexing into the string table.
60
61 2015-01-01 Alan Modra <amodra@gmail.com>
62
63 Update year range in copyright notice of all files.
64
65 For older changes see ChangeLog-2014
66 \f
67 Copyright (C) 2015 Free Software Foundation, Inc.
68
69 Copying and distribution of this file, with or without modification,
70 are permitted in any medium without royalty provided the copyright
71 notice and this notice are preserved.
72
73 Local Variables:
74 mode: change-log
75 left-margin: 8
76 fill-column: 74
77 version-control: never
78 End:
This page took 0.033622 seconds and 5 git commands to generate.