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