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