Add a missing break to readelf.c
[external/binutils.git] / binutils / ChangeLog
1 2016-02-16  H.J. Lu  <hongjiu.lu@intel.com>
2
3         PR binutils/19647
4         * readelf.c (get_section_type_name): Add a missing break.
5
6 2016-02-16  Claudiu Zissulescu  <claziss@synopsys.com>
7
8         * readelf.c (is_32bit_pcrel_reloc): Add R_ARC_32_PCREL.
9
10 2016-02-15  Nick Clifton  <nickc@redhat.com>
11
12         * readelf.c (get_section_type_name): Add hex prefix to offsets
13         printed for LOPROC and LOOS values.  Ensure that a result is
14         always returned for the V850 target, even when an unrecognised
15         processor specific value is encountered.
16         (process_section_headers): Display key values in the order in
17         which they appear to the user.  Add the "C (compressed)" value to
18         the list.
19
20 2016-02-12  H.J. Lu  <hongjiu.lu@intel.com>
21
22         * doc/binutils.texi: Fix a typo.
23
24 2016-02-05  Cupertino Miranda  <Cupertino.Miranda@synopsys.com>
25
26         * testsuite/binutils-all/objdump.exp: Update expected default
27         architecture value for ARC binaries.
28
29 2016-02-02  H.J. Lu  <hongjiu.lu@intel.com>
30
31         PR binutils/19547
32         * testsuite/binutils-all/objcopy.exp
33         (objcopy_test_without_global_symbol): New proc.
34         Run objcopy_test_without_global_symbol.
35         * testsuite/binutils-all/pr19547.c: New file.
36
37 2016-01-28  H.J. Lu  <hongjiu.lu@intel.com>
38
39         PR binutils/19523
40         * Makefile.am (check-DEJAGNU): Pass CC and CC_FOR_BUILD to
41         runtest.
42         * Makefile.in: Regenerated.
43         * testsuite/binutils-all/compress.exp (test_gnu_debuglink): New
44         proc.
45         Run test_gnu_debuglink for native ELF build.
46
47 2016-01-20  Nick Clifton  <nickc@redhat.com>
48
49         PR 19495
50         * testsuite/binutils-all/dlltool.exp: Fix tests for targets which
51         do not support inserting leading underscores.
52
53 2016-01-20  Mickael Guene  <mickael.guene@st.com>
54
55         * readelf.c (get_elf_section_flags): Display y letter for section
56         with SHF_ARM_NOREAD section flag in readelf section output.
57         (process_section_headers): Add y letter in readelf section output
58         key mapping for ARM architecture.
59         * objdump.c (dump_section_header): Display NOREAD attributes as
60         well.
61         * doc/binutils.texi (objdump): Note that it is correct for
62         sections to have both the READONLY and NOREAD attributes.
63
64 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
65
66         * readelf.c (get_freebsd_elfcore_note_type): Remove unused variable.
67
68 2016-01-19  John Baldwin  <jhb@FreeBSD.org>
69
70         * readelf.c (get_freebsd_elfcore_note_type): New
71         (process_note): Add support for FreeBSD core notes.
72
73 2016-01-18  Miranda Cupertino  <Cupertino.Miranda@synopsys.com>
74             Zissulescu Claudiu  <Claudiu.Zissulescu@synopsys.com>
75
76         * readelf.c (get_machine_flags): Add support for newer ARC ELF
77         header flags.
78
79 2016-01-18  Alan Modra  <amodra@gmail.com>
80
81         * configure: Regenerate.
82
83 2016-01-17  Alan Modra  <amodra@gmail.com>
84
85         * configure: Regenerate.
86
87 2016-01-17  Alan Modra  <amodra@gmail.com>
88
89         * testsuite/lib/binutils-common.exp (is_elf_format): Return true
90         for m68hc11/12 and xgate triples.
91
92 2016-01-17  Alan Modra  <amodra@gmail.com>
93
94         * readelf.c (is_32bit_abs_reloc): Add R_M68HC11_32.
95
96 2016-01-01  Alan Modra  <amodra@gmail.com>
97
98         Update year range in copyright notice of all files.
99
100 For older changes see ChangeLog-2015 and testsuite/ChangeLog-1215
101 \f
102 Copyright (C) 2016 Free Software Foundation, Inc.
103
104 Copying and distribution of this file, with or without modification,
105 are permitted in any medium without royalty provided the copyright
106 notice and this notice are preserved.
107
108 Local Variables:
109 mode: change-log
110 left-margin: 8
111 fill-column: 74
112 version-control: never
113 End: