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