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