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