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