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