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