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