]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blame - binutils/ChangeLog
x86-64: correct AVX512F vcvtsi2s{d,s} handling
[thirdparty/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e2e31f10
MR
12018-07-20 Maciej W. Rozycki <macro@mips.com>
2
3 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
4 ISA maintenance.
5
3391569f
NC
62018-07-20 Nick Clifton <nickc@redhat.com>
7
8 * objcopy.c (add_specific_symbols): Free buffer on exit.
9 (add_redefine_syms_file): Close file handle on exit.
10 (copy_object): Close file handle on early exit.
11 Free buffer on early exit.
12 Free gaps buffers once they are no longer needed.
13 * dwarf.c (display_debug_frames): Free allocated memory on exit.
14 (load_separate_debug_info): Free allocate memory on early exit.
15
8095d2f7
CX
162018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
17 Maciej W. Rozycki <macro@mips.com>
18
19 * readelf.c (print_mips_ases): Add MMI extension.
20
79f5b65e
DD
212018-07-19 DJ Delorie <dj@redhat.com>
22
23 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
24
442a6ce8
NC
252018-07-19 Nick Clifton <nickc@redhat.com>
26
27 * dwarf.c (read_cie): Free allocated memory before returning with
28 a failure result.
29
3fd21718
PFC
302018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
31
32 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
33 description.
34
ad96220c
NC
352018-07-16 Nick Clifton <nickc@redhat.com>
36
37 * README-how-to-make-a-release: Add note to check for new top
38 level files and add them to the src-release.sh script.
39
6cb624f8
NC
402018-07-14 Nick Clifton <nickc@redhat.com>
41
42 * README-how-to-make-a-release: Updated with corrections based on
43 the 2.31 release experience.
44
55cc53e9
FT
452018-07-12 Francois H. Theron <francois.theron@netronome.com>
46
47 * readelf.c (process_section_headers): Don't print section type
48 twice for --section-details.
49
be570f06
AM
502018-07-10 Alan Modra <amodra@gmail.com>
51
52 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
53 zero for xgate.
54
d20e98ab
NC
552018-07-06 Nick Clifton <nickc@redhat.com>
56
57 * readelf.c (same_section): New function.
58 (print_gnu_build_attribute_description): Do not complain about
59 gaps that cross a section boundary.
60
d8dab054
NC
612018-07-05 Nick Clifton <nickc@redhat.com>
62
63 * po/bg.po: Updated Bulgarian translation.
64
a05a5b64
TP
652018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
66
67 * NEWS: Use command-line consistently when used in a compount word.
68 * doc/binutils.texi: Likewise and fix trailing whitespace on same
69 line.
70
30aa1306
NC
712018-06-26 Nick Clifton <nickc@redhat.com>
72
73 * po/sv.po: Updated Swedish translation.
74 * po/uk.po: Updated Ukranian translation.
75
eca4b721
NC
762018-06-26 Nick Clifton <nickc@redhat.com>
77
78 * doc/binutils.texi: Fix spelling mistakes.
79 * README--how-to-make-a-release: Likewise.
80
1021d1cb
TT
812018-06-25 Tom Tromey <tom@tromey.com>
82
83 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
84 Bump version number.
85
71300e2c
NC
862018-06-24 Nick Clifton <nickc@redhat.com>
87
88 * README-how-to-make-a-release: Update with experiences from
89 making 2.31 branch.
90 * po/binutils.pot: Regenerate.
91 * configure: Regenerate.
92
719d8288
NC
932018-06-24 Nick Clifton <nickc@redhat.com>
94
95 2.31 branch created.
96 * NEWS: Add marker for 2.31.
97
d388f643
AM
982018-06-21 Alan Modra <amodra@gmail.com>
99
100 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
101 * doc/Makefile.in: Regenerate.
102
d0ac1c44
SM
1032018-06-19 Simon Marchi <simon.marchi@ericsson.com>
104
105 * configure.ac: Remove AC_PREREQ.
106 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
107 info-in-builddir no-texinfo.tex.
108 * Makefile.in: Re-generate.
109 * aclocal.m4: Re-generate.
110 * config.in: Re-generate.
111 * configure: Re-generate.
112 * doc/Makefile.in: Re-generate.
113
3a075e56
AS
1142018-06-19 Andreas Schwab <schwab@suse.de>
115
116 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
117 (is_8bit_abs_reloc): New function.
118 (is_6bit_abs_reloc): New function.
119 (is_6bit_inplace_sub_reloc): New function.
120 (apply_relocations): Use them. Handle 6-bit relocations.
121
6f20c942
FS
1222018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
123
124 * readelf.c (print_mips_ases): Add GINV extension.
125
1f6f5dba
L
1262018-06-14 H.J. Lu <hongjiu.lu@intel.com>
127
128 PR binutils/23267
129 * readelf.c (get_symbol_version_string): Check if the first
130 symbol version is base version.
131
730c3174
SE
1322018-06-13 Scott Egerton <scott.egerton@imgtec.com>
133 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
134
135 * readelf.c (print_mips_ases): Add CRC.
136
7a486e6d
NC
1372018-06-13 Nick Clifton <nickc@redhat.com>
138
139 * doc/binutils.texi (objdump): Add missing closing square
140 parenthesis to listing of objcopy's command line options.
141
5a485b38
NC
1422018-06-11 Nick Clifton <nickc@redhat.com>
143
144 * po/es.po: Updated Spanish translation.
145
55e99962
L
1462018-06-01 H.J. Lu <hongjiu.lu@intel.com>
147
148 * configure: Regenerated.
149
0034eed0
AM
1502018-05-31 Alan Modra <amodra@gmail.com>
151
152 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
153 set CC_FOR_TARGET. Run test non-native.
154 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
155 Likewise.
156 (test_follow_debuglink): Run test non-native.
157
1869e86f
AB
1582018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
159
160 PR 23107
161 * ar.c (display_offsets): New variable.
162 (usage): Add description of 'O' operator.
163 (decode_option): Handle 'O' operator.
164 (print_descr): Pass display_offsets to print_arelt_descr.
165 * arsup.c: Update call to printy_arelt_descr.
166 * objdump.c: Likewise.
167 * bucomm.c (print_arelt_descr): If offsets parameter is true then
168 display offset of archive element within the archive.
169 * bucomm.h: Update prototype for print_arelt_descr.
170 * doc/binutils.texi: Update description of ar command.
171 * NEWS: Mention the new feature.
172 * testsuite/binutils-all/ar.exp: Add text of new feature.
173
bb3b5316
AM
1742018-05-28 Alan Modra <amodra@gmail.com>
175
176 PR 23235
177 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
178 unsupported rather than fail on compile errors.
179 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
180 Likewise. Save and restore CFLAGS_FOR_TARGET.
181
7f999549
JW
1822018-05-18 Kito Cheng <kito.cheng@gmail.com>
183
184 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
185
7b4ae824
JD
1862018-05-18 John Darrington <john@darrington.wattle.id.au>
187
188 * readelf.c: Add support for s12z architecture.
189 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
190 targets.
191
f9830ec1
TC
1922018-05-15 Tamar Christina <tamar.christina@arm.com>
193
194 PR binutils/21446
195 * doc/binutils.texi (-M): Document AArch64 options.
196
7d02540a
TC
1972018-05-15 Tamar Christina <tamar.christina@arm.com>
198
199 PR binutils/21446
200 * doc/binutils.texi (-M): Document AArch64 options.
201 * NEWS: Document notes and warnings.
202
679ca975
AM
2032018-05-15 Alan Modra <amodra@gmail.com>
204
205 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
206 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
207 and *uclinux* into *linux*.
208 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
209 strip-13 test, exclude arm-vxworks and arm-windiss.
210
637b1970
JD
2112018-05-10 John Darrington <john@darrington.wattle.id.au>
212
213 * readelf.c (get_machine_name): EM_S12Z - handle new case.
214
60cb2c8a
AM
2152018-05-09 Alan Modra <amodra@gmail.com>
216
217 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
218
84f9f8c3
AM
2192018-05-09 Sebastian Rasmussen <sebras@gmail.com>
220
221 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
222
886d5428
AM
2232018-05-08 Alan Modra <amodra@gmail.com>
224
225 PR 23141
226 * objcopy.c (is_strip_section): Strip groups without a valid
227 signature symbol.
228
ce4ec1a9
AM
2292018-05-07 Alan Modra <amodra@gmail.com>
230
231 PR 23142
232 * objcopy.c (group_signature): Don't accept groups that use a
233 symbol table other than the one we've read.
234
fe944acf
FT
2352018-04-30 Francois H. Theron <francois.theron@netronome.com>
236
237 * readelf.c: Very basic support for EM_NFP and its section types.
238 * testsuite/binutils-all/nfp: New directory.
239 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
240 tests.
241 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
242 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
243 * testsuite/binutils-all/nfp/test1.d: New file.
244 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
245 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
246 * NEWS: Mention the new support.
247
6d9dabbb
MR
2482018-04-27 Maciej W. Rozycki <macro@mips.com>
249
250 * testsuite/lib/binutils-common.exp (match_target): New procedure.
251 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
252 of `istarget' for matching with `target', `not-target', `skip'
253 and `not-skip' options.
254
0df8ad28
NC
2552018-04-26 Nick Clifton <nickc@redhat.com>
256
257 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
258 32-bit absolute reloc for the HPPA target.
259 * testsuite/binutils-all/note-5.d: New test.
260 * testsuite/binutils-all/note-5.s: Source file for new test.
261 * testsuite/binutils-all/objcopy.exp: Run new test.
262
f1ac0afe
CL
2632018-04-25 Christophe Lyon <christophe.lyon@st.com>
264
265 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
266 * testsuite/binutils-all/elfedit-3.d: Likewise.
267 * testsuite/binutils-all/objcopy.exp: Likewise.
268 * testsuite/binutils-all/strip-3.d: Likewise.
269 * testsuite/lib/binutils-common.exp: Likewise.
270
18a20338
CL
2712018-04-25 Christophe Lyon <christophe.lyon@st.com>
272 Mickaël Guêné <mickael.guene@st.com>
273
274 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
275 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
276
2ac93be7
AM
2772018-04-25 Alan Modra <amodra@gmail.com>
278
279 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
280 arm-coff support.
281 * testsuite/binutils-all/objcopy.exp: Likewise.
282 * testsuite/lib/binutils-common.exp: Likewise.
283
a7504f87
NC
2842018-04-18 Nick Clifton <nickc@redhat.com>
285
286 PR 23062
287 * dwarf.c (read_and_display_attr_value): Replace assertions with
288 test and warning message.
289
c65c21e1
AM
2902018-04-18 Alan Modra <amodra@gmail.com>
291
292 * testsuite/lib/binutils-common.exp: Remove support for assorted
293 aout targets.
294
6aea08d9
NC
2952018-04-17 Nick Clifton <nickc@redhat.com>
296
c4a91159 297 PR 23063
56d8f8a9
NC
298 * readelf.c (print_symbol): If the width is zero, return straight
299 away.
300
6aea08d9
NC
301 PR 23064
302 * dwarf.c (process_cu_tu_index): Test for a potential buffer
303 overrun before copying signature pointer.
304
f954747f
AM
3052018-04-17 Alan Modra <amodra@gmail.com>
306
307 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
308
d7867d17
AM
3092018-04-16 Alan Modra <amodra@gmail.com>
310
311 * readelf.c (get_machine_name): Correct typo.
312
ddb00039
AM
3132018-04-16 Alan Modra <amodra@gmail.com>
314
315 * configure.ac: Remove arm-epoc-pe support.
316 * dlltool.c: Likewise.
317 * configure: Regenerate.
318
c9098af4
AM
3192018-04-16 Alan Modra <amodra@gmail.com>
320
321 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
322 sparc-coff support.
323
dc12032b
AM
3242018-04-16 Alan Modra <amodra@gmail.com>
325
326 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
327 support.
328 * testsuite/binutils-all/copy-3.d: Likewise.
329 * testsuite/binutils-all/objcopy.exp: Likewise.
330 * testsuite/lib/binutils-common.exp: Likewise.
331
211dc24b
AM
3322018-04-16 Alan Modra <amodra@gmail.com>
333
334 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
335
a9a4b302
AM
3362018-04-16 Alan Modra <amodra@gmail.com>
337
338 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
339
04cb01fd
AM
3402018-04-16 Alan Modra <amodra@gmail.com>
341
342 * testsuite/binutils-all/objdump.exp: Remove we32k support.
343
c2bf1eec
AM
3442018-04-16 Alan Modra <amodra@gmail.com>
345
346 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
347 * testsuite/binutils-all/objdump.exp: Remove m88k support.
348
6793974d
AM
3492018-04-16 Alan Modra <amodra@gmail.com>
350
351 * readelf.c: Remove i370 support.
352 * testsuite/binutils-all/objdump.exp: Likewise.
353
e82aa794
AM
3542018-04-16 Alan Modra <amodra@gmail.com>
355
356 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
357 * testsuite/lib/binutils-common.exp: Likewise.
358
fe0bf0fd
AM
3592018-04-16 Alan Modra <amodra@gmail.com>
360
361 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
362
fdef3943
AM
3632018-04-16 Alan Modra <amodra@gmail.com>
364
365 * Makefile.am: Remove IEEE 695 support.
366 * budbg.h: Likewise.
367 * doc/binutils.texi: Likewise.
368 * makefile.vms: Likewise.
369 * objcopy.c: Likewise.
370 * objdump.c: Likewise.
371 * rddbg.c: Likewise.
372 * ieee.c: Delete.
373 * Makefile.in: Regenerate.
374 * po/POTFILES.in: Regenerate.
375
5972ac73
AM
3762018-04-16 Alan Modra <amodra@gmail.com>
377
378 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
379 * testsuite/binutils-all/nm.exp: Likewise.
380
b4b594e3
AM
3812018-04-16 Alan Modra <amodra@gmail.com>
382
383 * .gitignore: Remove netware support.
384 * Makefile.am: Likewise.
385 * configure.ac: Likewise.
386 * doc/Makefile.am: Likewise.
387 * doc/binutils.texi: Likewise.
388 * testsuite/binutils-all/nm.exp: Likewise.
389 * nlmconv.c: Delete.
390 * nlmconv.h: Delete.
391 * nlmheader.y: Delete.
392 * Makefile.in: Regenerate.
393 * configure: Regenerate.
394 * doc/Makefile.in: Regenerate.
395 * po/POTFILES.in: Regenerate.
396
fceadf09
AM
3972018-04-16 Alan Modra <amodra@gmail.com>
398
399 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
400
fb70ec17
AM
4012018-04-14 Alan Modra <amodra@gmail.com>
402
403 * readelf.c (get_machine_name): Revert 2018-04-11 change.
404
86c6c6df
NC
4052018-04-12 Nick Clifton <nickc@redhat.com>
406
407 PR 23050
408 * readelf.c (process_dynamic_section): Correct dynamic string
409 table size calculation.
410
a8eb42a8
AM
4112018-04-11 Alan Modra <amodra@gmail.com>
412
413 * ieee.c: Remove i960 support.
414 * od-macho.c: Remove i860 support.
415 * readelf.c: Remove i860 and i960 support.
416 * testsuite/binutils-all/objcopy.exp: Likewise.
417 * testsuite/binutils-all/objdump.exp: Likewise.
418 * testsuite/lib/binutils-common.exp: Likewise.
419
c43b2c54
MR
4202018-04-11 Maciej W. Rozycki <macro@mips.com>
421
422 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
423 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
424
d4ae1932
AM
4252018-04-10 Alan Modra <amodra@gmail.com>
426
427 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
428 reloc=11 for pru and reloc=50 for nds32.
429 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
430
d52e3d06
MR
4312018-04-09 Maciej W. Rozycki <macro@mips.com>
432
433 * testsuite/binutils-all/strip-15.d: New test.
434 * testsuite/binutils-all/strip-15rel.s: New test source.
435 * testsuite/binutils-all/strip-15rela.s: New test source.
436 * testsuite/binutils-all/strip-15mips64.s: New test source.
437 * testsuite/binutils-all/objcopy.exp: Run the new test.
438
3f97ba9f
MR
4392018-04-09 Maciej W. Rozycki <macro@mips.com>
440
441 * testsuite/binutils-all/strip-14.d: New test.
442 * testsuite/binutils-all/strip-14rel.s: New test source.
443 * testsuite/binutils-all/strip-14rela.s: New test source.
444 * testsuite/binutils-all/strip-14mips64.s: New test source.
445 * testsuite/binutils-all/objcopy.exp: Run the new test.
446
2008a0db
TT
4472018-04-06 Tom Tromey <tom@tromey.com>
448
449 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
450 constants from DWARF 5.
451
3cba8b6c
L
4522018-04-05 H.J. Lu <hongjiu.lu@intel.com>
453
454 PR gas/22318
455 * configure: Regenerated.
456
2d8c1a23
MR
4572018-04-05 Maciej W. Rozycki <macro@mips.com>
458
459 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
460 than `.dc.w' in second relocation.
461
65bd2045
MR
4622018-04-05 Maciej W. Rozycki <macro@mips.com>
463
464 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
465 relocation type 0x8f' error message.
466
2f8ceb38
MR
4672018-04-05 Maciej W. Rozycki <macro@mips.com>
468
469 * testsuite/binutils-all/strip-13.s: Rename to...
470 * testsuite/binutils-all/strip-13rela.s: ... this.
471 * testsuite/binutils-all/strip-13rel.s: New test source.
472 * testsuite/binutils-all/strip-13mips64.s: New test source.
473 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
474 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
475 `m68hc11-*' to `not-target' list.
476 * testsuite/binutils-all/objcopy.exp: Switch between sources for
477 `strip-13'.
478
aad7be45
MR
4792018-04-05 Maciej W. Rozycki <macro@mips.com>
480
481 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
482 241 (0xf1) for the relocation number and RELA addend.
483 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
484 `not-target' list.
485
89f60df2
JDA
4862018-04-04 John David Anglin <danglin@gcc.gnu.org>
487
488 * MAINTAINERS: Update my e-mail address.
489
f1ca0d6d
NC
4902018-04-04 Nick Clifton <nickc@redhat.com>
491
492 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
493
8fd75781
NC
4942018-03-23 Nick Clifton <nickc@redhat.com>
495
496 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
497 symbols.
498 (print_gnu_build_attribute_description): If no file start symbol
499 could be found, look for one two bytes into the file.
500 * testsuite/binutils-all/note-4-64.s: Set the address of the file
501 start symbol to two bytes into the file.
502 * testsuite/binutils-all/note-4-32.s: Likewise.
503
b1202ffa
L
5042018-03-21 H.J. Lu <hongjiu.lu@intel.com>
505
506 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
507 DF_1_WEAKFILTER and DF_1_NOCOMMON.
508
7e100140
NC
5092018-03-20 Nick Clifton <nickc@redhat.com>
510
511 * po/es.po: Updated Spanish translation.
512 * po/ru.po: Updated Russian translation.
513
e45ad123
NC
5142018-03-13 Nick Clifton <nickc@redhat.com>
515
516 PR 22957
517 * stabs.c (pop_binincl): Fail if the file index is off the end of
518 the stack.
519
81db3241
NC
5202018-03-13 Nick Clifton <nickc@redhat.com>
521
522 PR 22955
523 * stabs.c (parse_number): Add p_end parameter and use it to check
524 the validity of the pp parameter. Add checks to prevent walking
525 off the end of the string buffer.
526 (parse_stab_string): Likewise.
527 (parse_stab_type): Likewise.
528 (parse_stab_type_number): Likewise.
529 (parse_stab_range_type): Likewise.
530 (parse_stab_sun_builtin_type): Likewise.
531 (parse_stab_sun_floating_type): Likewise.
532 (parse_stab_enum_type): Likewise.
533 (parse_stab_struct_type): Likewise.
534 (parse_stab_baseclasses): Likewise.
535 (parse_stab_struct_fields): Likewise.
536 (parse_stab_cpp_abbrev): Likewise.
537 (parse_stab_one_struct_field): Likewise.
538 (parse_stab_members): Likewise.
539 (parse_stab_tilde_field): Likewise.
540 (parse_stab_array_type): Likewise.
e45ad123 541
81db3241
NC
542 * parse_stab: Compute the end of the string and then pass it on to
543 individual parser functions.
544
6d4f21f6
PP
5452018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
546
547 PR binutils/22923
548 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
549 overflow.
550
52fe4420
AM
5512018-03-07 Alan Modra <amodra@gmail.com>
552
553 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
554 * configure: Regenerate.
555
0e70b27b
L
5562018-03-05 H.J. Lu <hongjiu.lu@intel.com>
557
558 PR binutils/22911
559 * objdump.c (is_significant_symbol_name): Return TRUE for all
560 .plt* sections.
561 (find_symbol_for_address): Replace linear search with binary
562 search on dynamic relocations.
563
d11ae95e
NC
5642018-03-01 Nick Clifton <nickc@redhat.com>
565
566 PR 22905
567 * dwarf.c (display_debug_ranges): Check that the offset loaded
568 from the range_entry structure is valid.
569
e184813f
AM
5702018-03-01 Alan Modra <amodra@gmail.com>
571
572 * configure.ac (ALL_LINGUAS): Add sr. Sort.
573 * configure: Regenerate.
574
bc7c0509
NC
5752018-02-27 Nick Clifton <nickc@redhat.com>
576
577 * po/pt.po: New Portuguese translation.
578 * configure.ac (ALL_LINGUAS): Add pt.
579 * configure: Regenerate.
580
f3185997
NC
5812018-02-27 Nick Clifton <nickc@redhat.com>
582
583 PR 22875
584 * objcopy.c (copy_object): Check the error status after marking
585 symbols used in relocations.
586 * testsuite/binutils-all/strip-13.s: New test source file.
587 * testsuite/binutils-all/strip-13.s: New test driver file.
588 * testsuite/binutils-all/objcopy.exp: Run the new test.
589
2c1c9679
AM
5902018-02-26 Alan Modra <amodra@gmail.com>
591
592 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
593 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
594
6e05870c
AM
5952018-02-23 Alan Modra <amodra@gmail.com>
596
597 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
598 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
599
b0ab9c45
RH
6002018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
601
602 * doc/binutils.texi (objcopy): Add missing closing square
603 parenthesis to listing of objcopy's command line options.
604
e535d0dd
MK
6052018-02-19 Matthias Klose <doko@debian.org>
606
607 * strings.c (long_options): Include-all-whitespace does not take
608 an extra agument.
609
6e5e9d58
AM
6102018-02-13 Alan Modra <amodra@gmail.com>
611
612 PR 22836
613 * testsuite/binutils-all/group-7.s,
614 * testsuite/binutils-all/group-7a.d,
615 * testsuite/binutils-all/group-7b.d,
616 * testsuite/binutils-all/group-7c.d: New tests.
617 * testsuite/binutils-all/objcopy.exp: Run them.
618
8de3a6e2
NC
6192018-02-08 Nick Clifton <nickc@redhat.com>
620
621 PR 22802
622 * dwarf.c (load_separate_debug_file): Return early if the user is
623 not interested in debug links.
624
68807c3c
NC
6252018-02-06 Nick Clifton <nickc@redhat.com>
626
627 PR 22793
628 * readelf.c (find_section): Replace assertion with test and return
629 of NULL.
630 (find_section_by_address): Add test of section header table
631 existance.
632 (find_section_by_type): Likewise.
633 (find_section_in_set): Likewise.
634
2d6dda71
MR
6352018-02-05 Maciej W. Rozycki <macro@mips.com>
636
637 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
638 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
639 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
640 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
641
78c88364
MR
6422018-02-05 Maciej W. Rozycki <macro@mips.com>
643
644 * testsuite/config/default.exp (binutils_run): Document
645 `binutils_run_status'.
646 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
647 and set it.
648 (run_dump_test): Add `error', `error_output', `warning' and
649 `warning_output' options. Update documentation accordingly.
650
5bb0830d
AB
6512018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
652
653 * dwarf.c (dwarf_regnames_riscv): New register name table.
654 (init_dwarf_regnames_riscv): New function.
655 (init_dwarf_regnames): Add call to initialise RiscV register
656 names.
657 * dwarf.h (init_dwarf_regnames_riscv): Declare.
658 * objdump.c (dump_dwarf): Add call to initialise RiscV register
659 names.
660
f2023ce7
AM
6612018-02-01 Alan Modra <amodra@gmail.com>
662
663 PR 22769
664 * objdump.c (load_specific_debug_section): Check for overflow
665 when adding one to section size for a string section terminator.
666
fcabedd5
NC
6672018-01-30 Nick Clifton <nickc@redhat.com>
668
669 PR 22734
670 * doc/binutils.texi (nm): Update description to point out that
671 zero-initialized values can also be shown as type B, b, S or s
672 since they can be stored in the BSS section.
673
f49db8be
AM
6742018-01-30 Alan Modra <amodra@gmail.com>
675
676 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
677 "artificially large" end address.
678
a8d6d6ac
NC
6792018-01-28 Nick Clifton <nickc@redhat.com>
680
681 * README-how-to-make-a-release: Add note about checking gpg key
682 and the results of gnupload.
683
9a5db26e
NC
6842018-01-27 Nick Clifton <nickc@redhat.com>
685
686 * README-how-to-make-a-release: Add details on how to actually
687 make the release.
688
94c2436b
NC
6892018-01-26 Nick Clifton <nickc@redhat.com>
690
691 * README-how-to-make-a-release: Add more details on updating
692 version numbers.
693
1ea332d6
MR
6942018-01-22 Maciej W. Rozycki <macro@mips.com>
695
696 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
697 option description.
698
d65ce302
MR
6992018-01-22 Maciej W. Rozycki <macro@mips.com>
700
701 * MAINTAINERS: Update my company e-mail address.
702
f433138f
NC
7032018-01-22 Nick Clifton <nickc@redhat.com>
704
705 * po/sv.po: Updated Swedish translation.
706
7ab82037
NC
7072018-01-18 Nick Clifton <nickc@redhat.com>
708
709 * po/bg.po: Updated Bulgarian translation.
710
0dd86f32
JB
7112018-01-16 Joel Brobecker <brobecker@adacore.com>
712
713 * README-how-to-make-a-release: Add reminder to update the
714 branch name in gdbadmin's crontab on sourceware.
715
a960d29f
JB
7162018-01-16 Joel Brobecker <brobecker@adacore.com>
717
718 * README-how-to-make-a-release: Remove trailing spaces.
719
f6efed01
NC
7202018-01-16 Nick Clifton <nickc@redhat.com>
721
722 * po/fr.po: Updated French translation.
723
616dcb87
NC
7242018-01-15 Nick Clifton <nickc@redhat.com>
725
726 * po/uk.po: Updated Ukranian translation.
727
3957a496
NC
7282018-01-13 Nick Clifton <nickc@redhat.com>
729
19e2900b 730 * README-how-to-make-a-release: Update notes.
3957a496
NC
731 * po/binutils.pot: Regenerated.
732
769c7ea5
NC
7332018-01-13 Nick Clifton <nickc@redhat.com>
734
735 * configure: Regenerate.
736
9176ac5b
NC
7372018-01-13 Nick Clifton <nickc@redhat.com>
738
faf766e3 739 2.30 branch created.
9176ac5b
NC
740 * NEWS: Add marker for 2.30.
741
98ab9e96
NC
7422018-01-12 Nick Clifton <nickc@redhat.com>
743
744 * README-how-to-make-a-release: Add notes on how to make the
745 branch and prelease snapshot.
746 * BRANCHES: Add binutils-2_29-branch.
747
bf41f30d
NC
7482018-01-10 Nick Clifton <nickc@redhat.com>
749
750 * MAINTAINERS: Note that it is now the configure.ac file and not
751 the configure.in file that needs to be kept in sync with gcc.
752 Add a note about sending patches for libiberty to gcc.
753
f13974bd
NC
7542018-01-03 Nick Clifton <nickc@redhat.com>
755
756 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
757 constants.
758
6f156d7a
NC
7592018-01-03 Nick Clifton <nickc@redhat.com>
760
761 * objcopy.c (objcopy_internal_note): New structure.
762 (gap_exists): New function.
763 (is_open_note): New function.
764 (is_func_note): New function.
765 (is_64bit): New function.
766 (merge_gnu_build_notes): Handle v3 notes. Do not merge
767 if there are relocations against the notes.
768 * readelf.c (get_note_type): Use short names for build attribute
769 notes.
770 (print_symbol_for_build_attribute): Rename to
771 get_symbol_for_build_attribute. Returns the found symbol rather
772 than printing it.
773 (print_gnu_build_attribute_description): Maintain address ranges
774 for function notes as well as global notes. Handle v3 notes.
775 (print_gnu_build_attribute_name): Use more space for printing the
776 name in wide mode.
777 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
778 Eliminate symbol references in order to remove the need for
779 relocations.
780 * testsuite/binutils-all/note-2-64.s: Likewise.
781 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
782 symbol.
783 * testsuite/binutils-all/note-3-64.s: Likewise.
784 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
785 output.
786 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
787 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
788 * testsuite/binutils-all/note-2-32.d: Likewise.
789 * testsuite/binutils-all/note-2-64.d: Likewise.
790 * testsuite/binutils-all/note-3-32.d: Likewise.
791 * testsuite/binutils-all/note-3-64.d: Likewise.
792 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
793 * testsuite/binutils-all/note-4-32.s: New test.
794 * testsuite/binutils-all/note-4-64.d: New test result file.
795 * testsuite/binutils-all/note-4-32.d: New test result file.
796
219d1afa
AM
7972018-01-03 Alan Modra <amodra@gmail.com>
798
799 Update year range in copyright notice of all files.
800
1e563868 801For older changes see ChangeLog-2017
3499769a 802\f
1e563868 803Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
804
805Copying and distribution of this file, with or without modification,
806are permitted in any medium without royalty provided the copyright
807notice and this notice are preserved.
808
809Local Variables:
810mode: change-log
811left-margin: 8
812fill-column: 74
813version-control: never
814End: