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