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