Use upper case for metasyntactic variables in "help find"
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
c22b42ce
AM
12019-02-20 Alan Modra <amodra@gmail.com>
2
3 PR 24132
4 PR 24138
5 * readelf.c (get_data): Avoid possibility of overflow when
6 checking for a read that may extend past end of file.
7 (process_program_headers): Likewise.
8
7d272a55
AM
92019-02-20 Alan Modra <amodra@gmail.com>
10
11 PR 24233
12 * objdump.c (dump_bfd_private_header): Print warning if
13 bfd_print_private_bfd_data returns false.
14
04d7fa21
NC
152019-02-12 Nick Clifton <nickc@redhat.com>
16
17 PR 23440
18 * README-how-to-make-a-release: Use git clean to delete spurious
19 files from the local source repository.
20
46cbf38d
AB
212019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
22
23 * size.c (berkeley_format): Delete.
24 (enum output_format): New enum.
25 (selected_output_format): New variable.
26 (usage): Update to mention GNU format.
27 (main): Update to extract options, and select format as needed.
28 Handle GNU format where needed.
29 (berkeley_sum): Renamed to...
30 (berkeley_or_gnu_sum): ...this, and updated to handle both formats.
31 (berkeley_format): Renamed to...
32 (berkeley_or_gnu_format): ...this, and updated to handle both
33 formats.
34 (print_sizes): Handle GNU format.
35 * doc/binutils.texi (size): Document new GNU format.
36 * testsuite/binutils-all/size.exp: Add test of extended
37 functionality.
38 * NEWS: Mention new functionality.
39
96fd92af
AB
402019-02-08 Andrew Burgess <andrew.burgess@embecosm.com>
41
42 * doc/binutils.texi (size): Update example output for Berkeley
43 format output.
44
2012bf01
NC
452019-02-07 Nick Clifton <nickc@redhat.com>
46
47 * README-how-to-make-a-release: Add a note about updating the
48 obsolete targets in the bfd/config.bfd file.
49
082cbd3b
NC
502019-02-04 Nick Clifton <nickc@redhat.com>
51
52 * README-how-to-make-a-release: Add more notes on making a release.
53
18344509
NC
542019-01-25 Nick Clifton <nickc@redhat.com>
55
56 PR 24131
57 * readelf.c (process_notes_at): Prevent an illegal memory access
58 when the note's namesize is zero.
59 (decode_tic6x_unwind_bytecode): Add code to handle the case where
60 no registers are specified in a frame pop instruction.
61
9ed1348c
NC
622019-01-25 Nick Clifton <nickc@redhat.com>
63
64 * po/bg.po: Updated Bulgarian translation.
65
d9938630
NC
662019-01-23 Nick Clifton <nickc@redhat.com>
67
68 * po/fr.po: Updated French translation.
69 * po/pt.po: Updated Portuguese translation.
70
375cd423
NC
712019-01-21 Nick Clifton <nickc@redhat.com>
72
73 * po/uk.po: Updated Ukranian translation.
74
f48dfe41
NC
752019-01-19 Nick Clifton <nickc@redhat.com>
76
77 * configure: Regenerate.
78 * binutils/po/binutils.pot.
79
80 * README-how-to-make-a-release: Update description on how to make
81 a branch.
82
f974f26c
NC
832018-06-24 Nick Clifton <nickc@redhat.com>
84
85 2.32 branch created.
86
baae986a
NC
872019-01-17 Nick Clifton <nickc@redhat.com>
88
89 * objdump.c (disassemble_section): When disassembling from a
90 symbol only stop at the next symbol if the original symbol was not
91 a function symbol. Otherwise continue disassembling until a new
92 function is reached.
93 * testsuite/binutils-all/objdump.exp: Add tests of extended
94 functionality.
95 * testsuite/binutils-all/disasm.s: New test source file.
96
2dc8dd17
JW
972019-01-16 Kito Cheng <kito@andestech.com>
98 Nelson Chu <nelson@andestech.com>
99
100 * readelf.c (get_riscv_section_type_name): New function.
101 (get_section_type_name): Add handler for RISC-V.
102 (riscv_attr_tag_t): Declare.
103 (riscv_attr_tag): New.
104 (display_riscv_attribute): New function.
105 (process_attributes): Add handler for RISC-V.
106 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
107 section.
108
12add40e
NC
1092019-01-10 Nick Clifton <nickc@redhat.com>
110
111 PR 23963
112 * objdump.c (sanitize_string): New function. Removes control
113 characters from symbol names.
114 (dump_section_header): Use new function.
115 (objdump_print_symname): Likewise.
116 (objdump_print_addr_with_sym): Likewise.
117 (show_line): Likewise.
118 (disassemble_bytes): Likewise.
119 (disassemble_section): Likewise.
120 (load_specific_debug_section): Likewise.
121 (read_section_stabs): Likewise.
122 (print_section_stabs): Likewise.
123 (dump_section): Likewise.
124 (dump_reloc_set): Likewise.
125 (dump_relocs_in_section): Likewise.
126 (dump_bfd): Likewise.
127 (display_any_bfd): Likewise.
128
28e817cc
NC
1292019-01-09 Nick Clifton <nickc@redhat.com>
130
c0b0b1c2 131 PR 24049
28e817cc
NC
132 * readelf.c (process_archive): Use arch.file_name in error
133 messages until the qualified name is available.
134
3107326d
AP
1352019-01-09 Andrew Paprocki <andrew@ishiboo.com>
136
137 * configure: Regenerate.
138
923c6a75
AM
1392019-01-09 Alan Modra <amodra@gmail.com>
140
141 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
142 unconditionally to tests needing the option rather than via a
143 list of targets.
144
236f4ebe
NC
1452019-01-08 Nick Clifton <nickc@redhat.com>
146
147 PR 24044
148 * cxxfilt.c (hp_symbol_characters): Delete.
149 (main): Remove depcreated demangling styles.
150 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
151 demangling opnames.
152 * testsuite/binutils-all/cxxfilt.exp: Use the
153 --no-strip-underscore option for targets that do prefix their
154 symbols with underscores.
923c6a75 155 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 156
e3ecd631
TC
1572019-01-08 Tamar Christina <tamar.christina@arm.com>
158
159 PR 24065
160 * testsuite/binutils-all/copy-6.d: New test.
161 * testsuite/binutils-all/objcopy.exp: Use it.
162
171b8e19
AM
1632019-01-08 Alan Modra <amodra@gmail.com>
164
165 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
166 $srcdir/$subdir to source file name if it starts with "./".
167
1682019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
169
f87673e0
YS
170 * readelf.c (get_machine_flags): Add RXv3 output.
171
11fa9f13
NC
1722019-01-04 Nick Clifton <nickc@redhat.com>
173
174 PR 24005
175 * objdump.c (load_specific_debug_section): Check for integer
176 overflow before attempting to allocate contents.
177
cf0ad5bb
NC
1782019-01-04 Nick Clifton <nickc@redhat.com>
179
180 PR 24001
181 * objcopy.c (copy_object): Free dhandle after writing out the
182 debug information.
183 * objdump.c (dump_bfd): Free dhandle after printing out the debug
184 information.
185
11fa9f13 186
82704155
AM
1872019-01-01 Alan Modra <amodra@gmail.com>
188
189 Update year range in copyright notice of all files.
190
d5c04e1b 191For older changes see ChangeLog-2018
3499769a 192\f
d5c04e1b 193Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
194
195Copying and distribution of this file, with or without modification,
196are permitted in any medium without royalty provided the copyright
197notice and this notice are preserved.
198
199Local Variables:
200mode: change-log
201left-margin: 8
202fill-column: 74
203version-control: never
204End:
This page took 0.15773 seconds and 4 git commands to generate.