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