Set to 2.32 release version and regenerate configure and pot files
[external/binutils.git] / binutils / ChangeLog
1 2019-02-02  Nick Clifton  <nickc@redhat.com>
2
3         2.32 Release
4         * configure: Regenerate.
5
6 2019-01-25  Nick Clifton  <nickc@redhat.com>
7
8         * po/bg.po: Updated Bulgarian translation.
9
10 2019-01-23  Nick Clifton  <nickc@redhat.com>
11
12         * po/fr.po: Updated French translation.
13         * po/pt.po: Updated Portuguese translation.
14
15 2019-01-21  Nick Clifton  <nickc@redhat.com>
16
17         * po/uk.po: Updated Ukranian translation.
18
19 2019-01-19  Nick Clifton  <nickc@redhat.com>
20
21         * configure: Regenerate.
22         * binutils/po/binutils.pot.
23
24 2018-06-24  Nick Clifton  <nickc@redhat.com>
25
26         2.32 branch created.
27
28 2019-01-17  Nick Clifton  <nickc@redhat.com>
29
30         * objdump.c (disassemble_section): When disassembling from a
31         symbol only stop at the next symbol if the original symbol was not
32         a function symbol.  Otherwise continue disassembling until a new
33         function is reached.
34         * testsuite/binutils-all/objdump.exp: Add tests of extended
35         functionality.
36         * testsuite/binutils-all/disasm.s: New test source file.
37
38 2019-01-16  Kito Cheng  <kito@andestech.com>
39             Nelson Chu  <nelson@andestech.com>
40
41         * readelf.c (get_riscv_section_type_name): New function.
42         (get_section_type_name): Add handler for RISC-V.
43         (riscv_attr_tag_t): Declare.
44         (riscv_attr_tag): New.
45         (display_riscv_attribute): New function.
46         (process_attributes): Add handler for RISC-V.
47         * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
48         section.
49
50 2019-01-10  Nick Clifton  <nickc@redhat.com>
51
52         PR 23963
53         * objdump.c (sanitize_string): New function.  Removes control
54         characters from symbol names.
55         (dump_section_header): Use new function.
56         (objdump_print_symname): Likewise.
57         (objdump_print_addr_with_sym): Likewise.
58         (show_line): Likewise.
59         (disassemble_bytes): Likewise.
60         (disassemble_section): Likewise.
61         (load_specific_debug_section): Likewise.
62         (read_section_stabs): Likewise.
63         (print_section_stabs): Likewise.
64         (dump_section): Likewise.
65         (dump_reloc_set): Likewise.
66         (dump_relocs_in_section): Likewise.
67         (dump_bfd): Likewise.
68         (display_any_bfd): Likewise.
69
70 2019-01-09  Nick Clifton  <nickc@redhat.com>
71
72         PR 24049
73         * readelf.c (process_archive): Use arch.file_name in error
74         messages until the qualified name is available.
75
76 2019-01-09  Andrew Paprocki  <andrew@ishiboo.com>
77
78         * configure: Regenerate.
79
80 2019-01-09  Alan Modra  <amodra@gmail.com>
81
82         * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
83         unconditionally to tests needing the option rather than via a
84         list of targets.
85
86 2019-01-08  Nick Clifton  <nickc@redhat.com>
87
88         PR 24044
89         * cxxfilt.c (hp_symbol_characters): Delete.
90         (main): Remove depcreated demangling styles.
91         * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
92         demangling opnames.
93         * testsuite/binutils-all/cxxfilt.exp: Use the
94         --no-strip-underscore option for targets that do prefix their
95         symbols with underscores.
96         Update tests to eliminate those that use gnu v2 encoding.
97
98 2019-01-08  Tamar Christina  <tamar.christina@arm.com>
99
100         PR 24065
101         * testsuite/binutils-all/copy-6.d: New test.
102         * testsuite/binutils-all/objcopy.exp: Use it.
103
104 2019-01-08  Alan Modra  <amodra@gmail.com>
105
106         * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
107         $srcdir/$subdir to source file name if it starts with "./".
108
109 2019-01-05  Yoshinori Sato <ysato@users.sourceforge.jp>
110
111         * readelf.c (get_machine_flags): Add RXv3 output.
112
113 2019-01-04  Nick Clifton  <nickc@redhat.com>
114
115         PR 24005
116         * objdump.c (load_specific_debug_section): Check for integer
117         overflow before attempting to allocate contents.
118
119 2019-01-04  Nick Clifton  <nickc@redhat.com>
120
121         PR 24001
122         * objcopy.c (copy_object): Free dhandle after writing out the
123         debug information.
124         * objdump.c (dump_bfd): Free dhandle after printing out the debug
125         information.
126
127
128 2019-01-01  Alan Modra  <amodra@gmail.com>
129
130         Update year range in copyright notice of all files.
131
132 For older changes see ChangeLog-2018
133 \f
134 Copyright (C) 2019 Free Software Foundation, Inc.
135
136 Copying and distribution of this file, with or without modification,
137 are permitted in any medium without royalty provided the copyright
138 notice and this notice are preserved.
139
140 Local Variables:
141 mode: change-log
142 left-margin: 8
143 fill-column: 74
144 version-control: never
145 End: