Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
2012bf01
NC
12019-02-07 Nick Clifton <nickc@redhat.com>
2
3 * README-how-to-make-a-release: Add a note about updating the
4 obsolete targets in the bfd/config.bfd file.
5
082cbd3b
NC
62019-02-04 Nick Clifton <nickc@redhat.com>
7
8 * README-how-to-make-a-release: Add more notes on making a release.
9
18344509
NC
102019-01-25 Nick Clifton <nickc@redhat.com>
11
12 PR 24131
13 * readelf.c (process_notes_at): Prevent an illegal memory access
14 when the note's namesize is zero.
15 (decode_tic6x_unwind_bytecode): Add code to handle the case where
16 no registers are specified in a frame pop instruction.
17
9ed1348c
NC
182019-01-25 Nick Clifton <nickc@redhat.com>
19
20 * po/bg.po: Updated Bulgarian translation.
21
d9938630
NC
222019-01-23 Nick Clifton <nickc@redhat.com>
23
24 * po/fr.po: Updated French translation.
25 * po/pt.po: Updated Portuguese translation.
26
375cd423
NC
272019-01-21 Nick Clifton <nickc@redhat.com>
28
29 * po/uk.po: Updated Ukranian translation.
30
f48dfe41
NC
312019-01-19 Nick Clifton <nickc@redhat.com>
32
33 * configure: Regenerate.
34 * binutils/po/binutils.pot.
35
36 * README-how-to-make-a-release: Update description on how to make
37 a branch.
38
f974f26c
NC
392018-06-24 Nick Clifton <nickc@redhat.com>
40
41 2.32 branch created.
42
baae986a
NC
432019-01-17 Nick Clifton <nickc@redhat.com>
44
45 * objdump.c (disassemble_section): When disassembling from a
46 symbol only stop at the next symbol if the original symbol was not
47 a function symbol. Otherwise continue disassembling until a new
48 function is reached.
49 * testsuite/binutils-all/objdump.exp: Add tests of extended
50 functionality.
51 * testsuite/binutils-all/disasm.s: New test source file.
52
2dc8dd17
JW
532019-01-16 Kito Cheng <kito@andestech.com>
54 Nelson Chu <nelson@andestech.com>
55
56 * readelf.c (get_riscv_section_type_name): New function.
57 (get_section_type_name): Add handler for RISC-V.
58 (riscv_attr_tag_t): Declare.
59 (riscv_attr_tag): New.
60 (display_riscv_attribute): New function.
61 (process_attributes): Add handler for RISC-V.
62 * testsuite/binutils-all/strip-3.d: Remove .riscv.attribute
63 section.
64
12add40e
NC
652019-01-10 Nick Clifton <nickc@redhat.com>
66
67 PR 23963
68 * objdump.c (sanitize_string): New function. Removes control
69 characters from symbol names.
70 (dump_section_header): Use new function.
71 (objdump_print_symname): Likewise.
72 (objdump_print_addr_with_sym): Likewise.
73 (show_line): Likewise.
74 (disassemble_bytes): Likewise.
75 (disassemble_section): Likewise.
76 (load_specific_debug_section): Likewise.
77 (read_section_stabs): Likewise.
78 (print_section_stabs): Likewise.
79 (dump_section): Likewise.
80 (dump_reloc_set): Likewise.
81 (dump_relocs_in_section): Likewise.
82 (dump_bfd): Likewise.
83 (display_any_bfd): Likewise.
84
28e817cc
NC
852019-01-09 Nick Clifton <nickc@redhat.com>
86
c0b0b1c2 87 PR 24049
28e817cc
NC
88 * readelf.c (process_archive): Use arch.file_name in error
89 messages until the qualified name is available.
90
3107326d
AP
912019-01-09 Andrew Paprocki <andrew@ishiboo.com>
92
93 * configure: Regenerate.
94
923c6a75
AM
952019-01-09 Alan Modra <amodra@gmail.com>
96
97 * testsuite/binutils-all/cxxfilt.exp: Pass --no-strip-underscores
98 unconditionally to tests needing the option rather than via a
99 list of targets.
100
236f4ebe
NC
1012019-01-08 Nick Clifton <nickc@redhat.com>
102
103 PR 24044
104 * cxxfilt.c (hp_symbol_characters): Delete.
105 (main): Remove depcreated demangling styles.
106 * stabs.c (parse_stab_argtypes): Remove support for old gnu v2
107 demangling opnames.
108 * testsuite/binutils-all/cxxfilt.exp: Use the
109 --no-strip-underscore option for targets that do prefix their
110 symbols with underscores.
923c6a75 111 Update tests to eliminate those that use gnu v2 encoding.
236f4ebe 112
e3ecd631
TC
1132019-01-08 Tamar Christina <tamar.christina@arm.com>
114
115 PR 24065
116 * testsuite/binutils-all/copy-6.d: New test.
117 * testsuite/binutils-all/objcopy.exp: Use it.
118
171b8e19
AM
1192019-01-08 Alan Modra <amodra@gmail.com>
120
121 * testsuite/lib/binutils-common.exp (run_dump_test): Don't prepend
122 $srcdir/$subdir to source file name if it starts with "./".
123
1242019-01-05 Yoshinori Sato <ysato@users.sourceforge.jp>
125
f87673e0
YS
126 * readelf.c (get_machine_flags): Add RXv3 output.
127
11fa9f13
NC
1282019-01-04 Nick Clifton <nickc@redhat.com>
129
130 PR 24005
131 * objdump.c (load_specific_debug_section): Check for integer
132 overflow before attempting to allocate contents.
133
cf0ad5bb
NC
1342019-01-04 Nick Clifton <nickc@redhat.com>
135
136 PR 24001
137 * objcopy.c (copy_object): Free dhandle after writing out the
138 debug information.
139 * objdump.c (dump_bfd): Free dhandle after printing out the debug
140 information.
141
11fa9f13 142
82704155
AM
1432019-01-01 Alan Modra <amodra@gmail.com>
144
145 Update year range in copyright notice of all files.
146
d5c04e1b 147For older changes see ChangeLog-2018
3499769a 148\f
d5c04e1b 149Copyright (C) 2019 Free Software Foundation, Inc.
3499769a
AM
150
151Copying and distribution of this file, with or without modification,
152are permitted in any medium without royalty provided the copyright
153notice and this notice are preserved.
154
155Local Variables:
156mode: change-log
157left-margin: 8
158fill-column: 74
159version-control: never
160End:
This page took 0.508414 seconds and 4 git commands to generate.