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