Document setting experimental on release branch.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
44c2eb66
L
12018-08-23 H.J. Lu <hongjiu.lu@intel.com>
2
3 * README-how-to-make-a-release: Document setting "experimental"
4 to false.
5
e8a64888
AM
62018-08-22 Alan Modra <amodra@gmail.com>
7
8 * readelf.c (process_file_header): Assign updated values from
9 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
10 during printing of header. Correct e_shstrndx range check.
11 Remove unnecessary casts and use %u rather than %ld for
12 unsigned int header fields. Don't print a random %lx when
13 reporting an unknown EI_VERSION.
14
06d743b7
NC
152018-08-21 Nick Clifton <nickc@redhat.com>
16
17 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
18 maintainer.
19
66b09c7e
S
202018-08-21 L. Simon <l.simon@samsung.com>
21
22 PR 23531
23 * readelf.c (hppa_process_unwind): Only dump the unwind table if
24 the data was successfully read in.
25
506b86a4
AM
262018-08-18 Alan Modra <amodra@gmail.com>
27
28 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
29 input file for readelf.out.
30 (is_rela): New proc.
31 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
32 from first result of is_elf64 test.
33 (reloc_format): Set using is_rela.
34 (strip-13): Pass RELOC and ELF64 to assembler.
35 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
36 * testsuite/binutils-all/strip-13.d: Run for more targets.
37 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
38 addend to zero.
39 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
40 Don't add _NONE reloc.
41 * testsuite/binutils-all/strip-13rela.s: Likewise.
42
9c973a29
L
432018-08-10 H.J. Lu <hongjiu.lu@intel.com>
44
45 PR binutils/23494
46 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
47 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
48 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
49
11459a79
L
502018-08-10 H.J. Lu <hongjiu.lu@intel.com>
51
52 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
53 targets.
54 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
55 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
56 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
57 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
58 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
59 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
60 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
61
6404ab99
L
622018-08-08 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR binutils/23494
65 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
66 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
67 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
68 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
69 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
70 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
71 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
72 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
73 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
74 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
75
f384a1f0
KB
762018-08-08 Kevin Buettner <kevinb@redhat.com>
77
78 * dwarf.c (decode_location_expresion): Add case for
79 DW_OP_GNU_variable_value.
80
db1e1b45 812018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
82
83 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
84
4aae6e5a
NC
852018-08-03 Nick Clifton <nickc@redhat.com>
86
87 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
88 identical function notes.
89
e2561448
NC
902018-08-01 Nick Clifton <nickc@redhat.com>
91
92 * README-how-to-make-a-release: Add note about regenerating the
93 info files prior to the release.
94
2409af1e
AJ
952018-07-30 Andrew Jenner <andrew@codesourcery.com>
96
97 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
98
d0ba5758
AJ
992018-07-30 Andrew Jenner <andrew@codesourcery.com>
100
101 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
102
b8891f8d
AJ
1032018-07-30 Andrew Jenner <andrew@codesourcery.com>
104
105 * readelf.c: Include elf/csky.h.
106 (guess_is_rela): Handle EM_CSKY.
107 (dump_relocations): Likewise.
108 (get_machine_name): Likewise.
109 (is_32bit_abs_reloc): Likewise.
110
e3d39609
NC
1112018-07-25 Nick Clifton <nickc@redhat.com>
112
113 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
114 exit.
115 (parse_coff_enum_type): Free names and vals arrays upon early
116 exit.
117 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
118 strings and stabs arrays upon early exit.
119 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
120 early exit.
121 (get_64bit_section_headers): Likewise.
122 (get_32bit_elf_symbols): Generate an error if multiple symbol
123 table index sections are associated with the same symbol section.
124 (get_64bit_elf_symbols): Likewise.
125 (process_dynamic_section): Generate an error if there are multiple
126 dynamic symbol table sections, multiple dynamic string tables or
127 multiple dynamic symbol information sections.
128
1d97232a
NC
1292018-07-24 Nick Clifton <nickc@redhat.com>
130
131 * po/sv.po: Updated Swedish translation.
132
7b8d9e8c
AM
1332018-07-24 Alan Modra <amodra@gmail.com>
134
135 PR 23431
136 * dwarf.c (display_formatted_table): Replace "what" parameter
137 with "is_dir". Expand messages. Fix capitalisation.
138 * testsuite/binutils-all/dw5.W: Update expected output.
139
67ce483b
AM
1402018-07-24 Alan Modra <amodra@gmail.com>
141
142 PR 23430
143 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
144 to uses_64bit_indices.
145 * elfcomm.c (setup_archive): Update uses of above.
146 * readelf.c (process_archive): Likewise.
147 (get_section_type_name): Rename indicies to indices.
148 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
149 (process_section_groups): Likewise.
150
e2e31f10
MR
1512018-07-20 Maciej W. Rozycki <macro@mips.com>
152
153 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
154 ISA maintenance.
155
3391569f
NC
1562018-07-20 Nick Clifton <nickc@redhat.com>
157
158 * objcopy.c (add_specific_symbols): Free buffer on exit.
159 (add_redefine_syms_file): Close file handle on exit.
160 (copy_object): Close file handle on early exit.
161 Free buffer on early exit.
162 Free gaps buffers once they are no longer needed.
163 * dwarf.c (display_debug_frames): Free allocated memory on exit.
164 (load_separate_debug_info): Free allocate memory on early exit.
165
8095d2f7
CX
1662018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
167 Maciej W. Rozycki <macro@mips.com>
168
169 * readelf.c (print_mips_ases): Add MMI extension.
170
79f5b65e
DD
1712018-07-19 DJ Delorie <dj@redhat.com>
172
173 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
174
442a6ce8
NC
1752018-07-19 Nick Clifton <nickc@redhat.com>
176
177 * dwarf.c (read_cie): Free allocated memory before returning with
178 a failure result.
179
3fd21718
PFC
1802018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
181
182 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
183 description.
184
ad96220c
NC
1852018-07-16 Nick Clifton <nickc@redhat.com>
186
187 * README-how-to-make-a-release: Add note to check for new top
188 level files and add them to the src-release.sh script.
189
6cb624f8
NC
1902018-07-14 Nick Clifton <nickc@redhat.com>
191
192 * README-how-to-make-a-release: Updated with corrections based on
193 the 2.31 release experience.
194
55cc53e9
FT
1952018-07-12 Francois H. Theron <francois.theron@netronome.com>
196
197 * readelf.c (process_section_headers): Don't print section type
198 twice for --section-details.
199
be570f06
AM
2002018-07-10 Alan Modra <amodra@gmail.com>
201
202 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
203 zero for xgate.
204
d20e98ab
NC
2052018-07-06 Nick Clifton <nickc@redhat.com>
206
207 * readelf.c (same_section): New function.
208 (print_gnu_build_attribute_description): Do not complain about
209 gaps that cross a section boundary.
210
d8dab054
NC
2112018-07-05 Nick Clifton <nickc@redhat.com>
212
213 * po/bg.po: Updated Bulgarian translation.
214
a05a5b64
TP
2152018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
216
217 * NEWS: Use command-line consistently when used in a compount word.
218 * doc/binutils.texi: Likewise and fix trailing whitespace on same
219 line.
220
30aa1306
NC
2212018-06-26 Nick Clifton <nickc@redhat.com>
222
223 * po/sv.po: Updated Swedish translation.
224 * po/uk.po: Updated Ukranian translation.
225
eca4b721
NC
2262018-06-26 Nick Clifton <nickc@redhat.com>
227
228 * doc/binutils.texi: Fix spelling mistakes.
229 * README--how-to-make-a-release: Likewise.
230
1021d1cb
TT
2312018-06-25 Tom Tromey <tom@tromey.com>
232
233 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
234 Bump version number.
235
71300e2c
NC
2362018-06-24 Nick Clifton <nickc@redhat.com>
237
238 * README-how-to-make-a-release: Update with experiences from
239 making 2.31 branch.
240 * po/binutils.pot: Regenerate.
241 * configure: Regenerate.
242
719d8288
NC
2432018-06-24 Nick Clifton <nickc@redhat.com>
244
245 2.31 branch created.
246 * NEWS: Add marker for 2.31.
247
d388f643
AM
2482018-06-21 Alan Modra <amodra@gmail.com>
249
250 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
251 * doc/Makefile.in: Regenerate.
252
d0ac1c44
SM
2532018-06-19 Simon Marchi <simon.marchi@ericsson.com>
254
255 * configure.ac: Remove AC_PREREQ.
256 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
257 info-in-builddir no-texinfo.tex.
258 * Makefile.in: Re-generate.
259 * aclocal.m4: Re-generate.
260 * config.in: Re-generate.
261 * configure: Re-generate.
262 * doc/Makefile.in: Re-generate.
263
3a075e56
AS
2642018-06-19 Andreas Schwab <schwab@suse.de>
265
266 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
267 (is_8bit_abs_reloc): New function.
268 (is_6bit_abs_reloc): New function.
269 (is_6bit_inplace_sub_reloc): New function.
270 (apply_relocations): Use them. Handle 6-bit relocations.
271
6f20c942
FS
2722018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
273
274 * readelf.c (print_mips_ases): Add GINV extension.
275
1f6f5dba
L
2762018-06-14 H.J. Lu <hongjiu.lu@intel.com>
277
278 PR binutils/23267
279 * readelf.c (get_symbol_version_string): Check if the first
280 symbol version is base version.
281
730c3174
SE
2822018-06-13 Scott Egerton <scott.egerton@imgtec.com>
283 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
284
285 * readelf.c (print_mips_ases): Add CRC.
286
7a486e6d
NC
2872018-06-13 Nick Clifton <nickc@redhat.com>
288
289 * doc/binutils.texi (objdump): Add missing closing square
290 parenthesis to listing of objcopy's command line options.
291
5a485b38
NC
2922018-06-11 Nick Clifton <nickc@redhat.com>
293
294 * po/es.po: Updated Spanish translation.
295
55e99962
L
2962018-06-01 H.J. Lu <hongjiu.lu@intel.com>
297
298 * configure: Regenerated.
299
0034eed0
AM
3002018-05-31 Alan Modra <amodra@gmail.com>
301
302 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
303 set CC_FOR_TARGET. Run test non-native.
304 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
305 Likewise.
306 (test_follow_debuglink): Run test non-native.
307
1869e86f
AB
3082018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
309
310 PR 23107
311 * ar.c (display_offsets): New variable.
312 (usage): Add description of 'O' operator.
313 (decode_option): Handle 'O' operator.
314 (print_descr): Pass display_offsets to print_arelt_descr.
315 * arsup.c: Update call to printy_arelt_descr.
316 * objdump.c: Likewise.
317 * bucomm.c (print_arelt_descr): If offsets parameter is true then
318 display offset of archive element within the archive.
319 * bucomm.h: Update prototype for print_arelt_descr.
320 * doc/binutils.texi: Update description of ar command.
321 * NEWS: Mention the new feature.
322 * testsuite/binutils-all/ar.exp: Add text of new feature.
323
bb3b5316
AM
3242018-05-28 Alan Modra <amodra@gmail.com>
325
326 PR 23235
327 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
328 unsupported rather than fail on compile errors.
329 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
330 Likewise. Save and restore CFLAGS_FOR_TARGET.
331
7f999549
JW
3322018-05-18 Kito Cheng <kito.cheng@gmail.com>
333
334 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
335
7b4ae824
JD
3362018-05-18 John Darrington <john@darrington.wattle.id.au>
337
338 * readelf.c: Add support for s12z architecture.
339 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
340 targets.
341
f9830ec1
TC
3422018-05-15 Tamar Christina <tamar.christina@arm.com>
343
344 PR binutils/21446
345 * doc/binutils.texi (-M): Document AArch64 options.
346
7d02540a
TC
3472018-05-15 Tamar Christina <tamar.christina@arm.com>
348
349 PR binutils/21446
350 * doc/binutils.texi (-M): Document AArch64 options.
351 * NEWS: Document notes and warnings.
352
679ca975
AM
3532018-05-15 Alan Modra <amodra@gmail.com>
354
355 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
356 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
357 and *uclinux* into *linux*.
358 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
359 strip-13 test, exclude arm-vxworks and arm-windiss.
360
637b1970
JD
3612018-05-10 John Darrington <john@darrington.wattle.id.au>
362
363 * readelf.c (get_machine_name): EM_S12Z - handle new case.
364
60cb2c8a
AM
3652018-05-09 Alan Modra <amodra@gmail.com>
366
367 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
368
84f9f8c3
AM
3692018-05-09 Sebastian Rasmussen <sebras@gmail.com>
370
371 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
372
886d5428
AM
3732018-05-08 Alan Modra <amodra@gmail.com>
374
375 PR 23141
376 * objcopy.c (is_strip_section): Strip groups without a valid
377 signature symbol.
378
ce4ec1a9
AM
3792018-05-07 Alan Modra <amodra@gmail.com>
380
381 PR 23142
382 * objcopy.c (group_signature): Don't accept groups that use a
383 symbol table other than the one we've read.
384
fe944acf
FT
3852018-04-30 Francois H. Theron <francois.theron@netronome.com>
386
387 * readelf.c: Very basic support for EM_NFP and its section types.
388 * testsuite/binutils-all/nfp: New directory.
389 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
390 tests.
391 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
392 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
393 * testsuite/binutils-all/nfp/test1.d: New file.
394 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
395 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
396 * NEWS: Mention the new support.
397
6d9dabbb
MR
3982018-04-27 Maciej W. Rozycki <macro@mips.com>
399
400 * testsuite/lib/binutils-common.exp (match_target): New procedure.
401 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
402 of `istarget' for matching with `target', `not-target', `skip'
403 and `not-skip' options.
404
0df8ad28
NC
4052018-04-26 Nick Clifton <nickc@redhat.com>
406
407 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
408 32-bit absolute reloc for the HPPA target.
409 * testsuite/binutils-all/note-5.d: New test.
410 * testsuite/binutils-all/note-5.s: Source file for new test.
411 * testsuite/binutils-all/objcopy.exp: Run new test.
412
f1ac0afe
CL
4132018-04-25 Christophe Lyon <christophe.lyon@st.com>
414
415 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
416 * testsuite/binutils-all/elfedit-3.d: Likewise.
417 * testsuite/binutils-all/objcopy.exp: Likewise.
418 * testsuite/binutils-all/strip-3.d: Likewise.
419 * testsuite/lib/binutils-common.exp: Likewise.
420
18a20338
CL
4212018-04-25 Christophe Lyon <christophe.lyon@st.com>
422 Mickaël Guêné <mickael.guene@st.com>
423
424 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
425 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
426
2ac93be7
AM
4272018-04-25 Alan Modra <amodra@gmail.com>
428
429 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
430 arm-coff support.
431 * testsuite/binutils-all/objcopy.exp: Likewise.
432 * testsuite/lib/binutils-common.exp: Likewise.
433
a7504f87
NC
4342018-04-18 Nick Clifton <nickc@redhat.com>
435
436 PR 23062
437 * dwarf.c (read_and_display_attr_value): Replace assertions with
438 test and warning message.
439
c65c21e1
AM
4402018-04-18 Alan Modra <amodra@gmail.com>
441
442 * testsuite/lib/binutils-common.exp: Remove support for assorted
443 aout targets.
444
6aea08d9
NC
4452018-04-17 Nick Clifton <nickc@redhat.com>
446
c4a91159 447 PR 23063
56d8f8a9
NC
448 * readelf.c (print_symbol): If the width is zero, return straight
449 away.
450
6aea08d9
NC
451 PR 23064
452 * dwarf.c (process_cu_tu_index): Test for a potential buffer
453 overrun before copying signature pointer.
454
f954747f
AM
4552018-04-17 Alan Modra <amodra@gmail.com>
456
457 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
458
d7867d17
AM
4592018-04-16 Alan Modra <amodra@gmail.com>
460
461 * readelf.c (get_machine_name): Correct typo.
462
ddb00039
AM
4632018-04-16 Alan Modra <amodra@gmail.com>
464
465 * configure.ac: Remove arm-epoc-pe support.
466 * dlltool.c: Likewise.
467 * configure: Regenerate.
468
c9098af4
AM
4692018-04-16 Alan Modra <amodra@gmail.com>
470
471 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
472 sparc-coff support.
473
dc12032b
AM
4742018-04-16 Alan Modra <amodra@gmail.com>
475
476 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
477 support.
478 * testsuite/binutils-all/copy-3.d: Likewise.
479 * testsuite/binutils-all/objcopy.exp: Likewise.
480 * testsuite/lib/binutils-common.exp: Likewise.
481
211dc24b
AM
4822018-04-16 Alan Modra <amodra@gmail.com>
483
484 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
485
a9a4b302
AM
4862018-04-16 Alan Modra <amodra@gmail.com>
487
488 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
489
04cb01fd
AM
4902018-04-16 Alan Modra <amodra@gmail.com>
491
492 * testsuite/binutils-all/objdump.exp: Remove we32k support.
493
c2bf1eec
AM
4942018-04-16 Alan Modra <amodra@gmail.com>
495
496 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
497 * testsuite/binutils-all/objdump.exp: Remove m88k support.
498
6793974d
AM
4992018-04-16 Alan Modra <amodra@gmail.com>
500
501 * readelf.c: Remove i370 support.
502 * testsuite/binutils-all/objdump.exp: Likewise.
503
e82aa794
AM
5042018-04-16 Alan Modra <amodra@gmail.com>
505
506 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
507 * testsuite/lib/binutils-common.exp: Likewise.
508
fe0bf0fd
AM
5092018-04-16 Alan Modra <amodra@gmail.com>
510
511 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
512
fdef3943
AM
5132018-04-16 Alan Modra <amodra@gmail.com>
514
515 * Makefile.am: Remove IEEE 695 support.
516 * budbg.h: Likewise.
517 * doc/binutils.texi: Likewise.
518 * makefile.vms: Likewise.
519 * objcopy.c: Likewise.
520 * objdump.c: Likewise.
521 * rddbg.c: Likewise.
522 * ieee.c: Delete.
523 * Makefile.in: Regenerate.
524 * po/POTFILES.in: Regenerate.
525
5972ac73
AM
5262018-04-16 Alan Modra <amodra@gmail.com>
527
528 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
529 * testsuite/binutils-all/nm.exp: Likewise.
530
b4b594e3
AM
5312018-04-16 Alan Modra <amodra@gmail.com>
532
533 * .gitignore: Remove netware support.
534 * Makefile.am: Likewise.
535 * configure.ac: Likewise.
536 * doc/Makefile.am: Likewise.
537 * doc/binutils.texi: Likewise.
538 * testsuite/binutils-all/nm.exp: Likewise.
539 * nlmconv.c: Delete.
540 * nlmconv.h: Delete.
541 * nlmheader.y: Delete.
542 * Makefile.in: Regenerate.
543 * configure: Regenerate.
544 * doc/Makefile.in: Regenerate.
545 * po/POTFILES.in: Regenerate.
546
fceadf09
AM
5472018-04-16 Alan Modra <amodra@gmail.com>
548
549 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
550
fb70ec17
AM
5512018-04-14 Alan Modra <amodra@gmail.com>
552
553 * readelf.c (get_machine_name): Revert 2018-04-11 change.
554
86c6c6df
NC
5552018-04-12 Nick Clifton <nickc@redhat.com>
556
557 PR 23050
558 * readelf.c (process_dynamic_section): Correct dynamic string
559 table size calculation.
560
a8eb42a8
AM
5612018-04-11 Alan Modra <amodra@gmail.com>
562
563 * ieee.c: Remove i960 support.
564 * od-macho.c: Remove i860 support.
565 * readelf.c: Remove i860 and i960 support.
566 * testsuite/binutils-all/objcopy.exp: Likewise.
567 * testsuite/binutils-all/objdump.exp: Likewise.
568 * testsuite/lib/binutils-common.exp: Likewise.
569
c43b2c54
MR
5702018-04-11 Maciej W. Rozycki <macro@mips.com>
571
572 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
573 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
574
d4ae1932
AM
5752018-04-10 Alan Modra <amodra@gmail.com>
576
577 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
578 reloc=11 for pru and reloc=50 for nds32.
579 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
580
d52e3d06
MR
5812018-04-09 Maciej W. Rozycki <macro@mips.com>
582
583 * testsuite/binutils-all/strip-15.d: New test.
584 * testsuite/binutils-all/strip-15rel.s: New test source.
585 * testsuite/binutils-all/strip-15rela.s: New test source.
586 * testsuite/binutils-all/strip-15mips64.s: New test source.
587 * testsuite/binutils-all/objcopy.exp: Run the new test.
588
3f97ba9f
MR
5892018-04-09 Maciej W. Rozycki <macro@mips.com>
590
591 * testsuite/binutils-all/strip-14.d: New test.
592 * testsuite/binutils-all/strip-14rel.s: New test source.
593 * testsuite/binutils-all/strip-14rela.s: New test source.
594 * testsuite/binutils-all/strip-14mips64.s: New test source.
595 * testsuite/binutils-all/objcopy.exp: Run the new test.
596
2008a0db
TT
5972018-04-06 Tom Tromey <tom@tromey.com>
598
599 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
600 constants from DWARF 5.
601
3cba8b6c
L
6022018-04-05 H.J. Lu <hongjiu.lu@intel.com>
603
604 PR gas/22318
605 * configure: Regenerated.
606
2d8c1a23
MR
6072018-04-05 Maciej W. Rozycki <macro@mips.com>
608
609 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
610 than `.dc.w' in second relocation.
611
65bd2045
MR
6122018-04-05 Maciej W. Rozycki <macro@mips.com>
613
614 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
615 relocation type 0x8f' error message.
616
2f8ceb38
MR
6172018-04-05 Maciej W. Rozycki <macro@mips.com>
618
619 * testsuite/binutils-all/strip-13.s: Rename to...
620 * testsuite/binutils-all/strip-13rela.s: ... this.
621 * testsuite/binutils-all/strip-13rel.s: New test source.
622 * testsuite/binutils-all/strip-13mips64.s: New test source.
623 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
624 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
625 `m68hc11-*' to `not-target' list.
626 * testsuite/binutils-all/objcopy.exp: Switch between sources for
627 `strip-13'.
628
aad7be45
MR
6292018-04-05 Maciej W. Rozycki <macro@mips.com>
630
631 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
632 241 (0xf1) for the relocation number and RELA addend.
633 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
634 `not-target' list.
635
89f60df2
JDA
6362018-04-04 John David Anglin <danglin@gcc.gnu.org>
637
638 * MAINTAINERS: Update my e-mail address.
639
f1ca0d6d
NC
6402018-04-04 Nick Clifton <nickc@redhat.com>
641
642 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
643
8fd75781
NC
6442018-03-23 Nick Clifton <nickc@redhat.com>
645
646 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
647 symbols.
648 (print_gnu_build_attribute_description): If no file start symbol
649 could be found, look for one two bytes into the file.
650 * testsuite/binutils-all/note-4-64.s: Set the address of the file
651 start symbol to two bytes into the file.
652 * testsuite/binutils-all/note-4-32.s: Likewise.
653
b1202ffa
L
6542018-03-21 H.J. Lu <hongjiu.lu@intel.com>
655
656 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
657 DF_1_WEAKFILTER and DF_1_NOCOMMON.
658
7e100140
NC
6592018-03-20 Nick Clifton <nickc@redhat.com>
660
661 * po/es.po: Updated Spanish translation.
662 * po/ru.po: Updated Russian translation.
663
e45ad123
NC
6642018-03-13 Nick Clifton <nickc@redhat.com>
665
666 PR 22957
667 * stabs.c (pop_binincl): Fail if the file index is off the end of
668 the stack.
669
81db3241
NC
6702018-03-13 Nick Clifton <nickc@redhat.com>
671
672 PR 22955
673 * stabs.c (parse_number): Add p_end parameter and use it to check
674 the validity of the pp parameter. Add checks to prevent walking
675 off the end of the string buffer.
676 (parse_stab_string): Likewise.
677 (parse_stab_type): Likewise.
678 (parse_stab_type_number): Likewise.
679 (parse_stab_range_type): Likewise.
680 (parse_stab_sun_builtin_type): Likewise.
681 (parse_stab_sun_floating_type): Likewise.
682 (parse_stab_enum_type): Likewise.
683 (parse_stab_struct_type): Likewise.
684 (parse_stab_baseclasses): Likewise.
685 (parse_stab_struct_fields): Likewise.
686 (parse_stab_cpp_abbrev): Likewise.
687 (parse_stab_one_struct_field): Likewise.
688 (parse_stab_members): Likewise.
689 (parse_stab_tilde_field): Likewise.
690 (parse_stab_array_type): Likewise.
e45ad123 691
81db3241
NC
692 * parse_stab: Compute the end of the string and then pass it on to
693 individual parser functions.
694
6d4f21f6
PP
6952018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
696
697 PR binutils/22923
698 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
699 overflow.
700
52fe4420
AM
7012018-03-07 Alan Modra <amodra@gmail.com>
702
703 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
704 * configure: Regenerate.
705
0e70b27b
L
7062018-03-05 H.J. Lu <hongjiu.lu@intel.com>
707
708 PR binutils/22911
709 * objdump.c (is_significant_symbol_name): Return TRUE for all
710 .plt* sections.
711 (find_symbol_for_address): Replace linear search with binary
712 search on dynamic relocations.
713
d11ae95e
NC
7142018-03-01 Nick Clifton <nickc@redhat.com>
715
716 PR 22905
717 * dwarf.c (display_debug_ranges): Check that the offset loaded
718 from the range_entry structure is valid.
719
e184813f
AM
7202018-03-01 Alan Modra <amodra@gmail.com>
721
722 * configure.ac (ALL_LINGUAS): Add sr. Sort.
723 * configure: Regenerate.
724
bc7c0509
NC
7252018-02-27 Nick Clifton <nickc@redhat.com>
726
727 * po/pt.po: New Portuguese translation.
728 * configure.ac (ALL_LINGUAS): Add pt.
729 * configure: Regenerate.
730
f3185997
NC
7312018-02-27 Nick Clifton <nickc@redhat.com>
732
733 PR 22875
734 * objcopy.c (copy_object): Check the error status after marking
735 symbols used in relocations.
736 * testsuite/binutils-all/strip-13.s: New test source file.
737 * testsuite/binutils-all/strip-13.s: New test driver file.
738 * testsuite/binutils-all/objcopy.exp: Run the new test.
739
2c1c9679
AM
7402018-02-26 Alan Modra <amodra@gmail.com>
741
742 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
743 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
744
6e05870c
AM
7452018-02-23 Alan Modra <amodra@gmail.com>
746
747 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
748 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
749
b0ab9c45
RH
7502018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
751
752 * doc/binutils.texi (objcopy): Add missing closing square
753 parenthesis to listing of objcopy's command line options.
754
e535d0dd
MK
7552018-02-19 Matthias Klose <doko@debian.org>
756
757 * strings.c (long_options): Include-all-whitespace does not take
758 an extra agument.
759
6e5e9d58
AM
7602018-02-13 Alan Modra <amodra@gmail.com>
761
762 PR 22836
763 * testsuite/binutils-all/group-7.s,
764 * testsuite/binutils-all/group-7a.d,
765 * testsuite/binutils-all/group-7b.d,
766 * testsuite/binutils-all/group-7c.d: New tests.
767 * testsuite/binutils-all/objcopy.exp: Run them.
768
8de3a6e2
NC
7692018-02-08 Nick Clifton <nickc@redhat.com>
770
771 PR 22802
772 * dwarf.c (load_separate_debug_file): Return early if the user is
773 not interested in debug links.
774
68807c3c
NC
7752018-02-06 Nick Clifton <nickc@redhat.com>
776
777 PR 22793
778 * readelf.c (find_section): Replace assertion with test and return
779 of NULL.
780 (find_section_by_address): Add test of section header table
781 existance.
782 (find_section_by_type): Likewise.
783 (find_section_in_set): Likewise.
784
2d6dda71
MR
7852018-02-05 Maciej W. Rozycki <macro@mips.com>
786
787 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
788 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
789 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
790 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
791
78c88364
MR
7922018-02-05 Maciej W. Rozycki <macro@mips.com>
793
794 * testsuite/config/default.exp (binutils_run): Document
795 `binutils_run_status'.
796 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
797 and set it.
798 (run_dump_test): Add `error', `error_output', `warning' and
799 `warning_output' options. Update documentation accordingly.
800
5bb0830d
AB
8012018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
802
803 * dwarf.c (dwarf_regnames_riscv): New register name table.
804 (init_dwarf_regnames_riscv): New function.
805 (init_dwarf_regnames): Add call to initialise RiscV register
806 names.
807 * dwarf.h (init_dwarf_regnames_riscv): Declare.
808 * objdump.c (dump_dwarf): Add call to initialise RiscV register
809 names.
810
f2023ce7
AM
8112018-02-01 Alan Modra <amodra@gmail.com>
812
813 PR 22769
814 * objdump.c (load_specific_debug_section): Check for overflow
815 when adding one to section size for a string section terminator.
816
fcabedd5
NC
8172018-01-30 Nick Clifton <nickc@redhat.com>
818
819 PR 22734
820 * doc/binutils.texi (nm): Update description to point out that
821 zero-initialized values can also be shown as type B, b, S or s
822 since they can be stored in the BSS section.
823
f49db8be
AM
8242018-01-30 Alan Modra <amodra@gmail.com>
825
826 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
827 "artificially large" end address.
828
a8d6d6ac
NC
8292018-01-28 Nick Clifton <nickc@redhat.com>
830
831 * README-how-to-make-a-release: Add note about checking gpg key
832 and the results of gnupload.
833
9a5db26e
NC
8342018-01-27 Nick Clifton <nickc@redhat.com>
835
836 * README-how-to-make-a-release: Add details on how to actually
837 make the release.
838
94c2436b
NC
8392018-01-26 Nick Clifton <nickc@redhat.com>
840
841 * README-how-to-make-a-release: Add more details on updating
842 version numbers.
843
1ea332d6
MR
8442018-01-22 Maciej W. Rozycki <macro@mips.com>
845
846 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
847 option description.
848
d65ce302
MR
8492018-01-22 Maciej W. Rozycki <macro@mips.com>
850
851 * MAINTAINERS: Update my company e-mail address.
852
f433138f
NC
8532018-01-22 Nick Clifton <nickc@redhat.com>
854
855 * po/sv.po: Updated Swedish translation.
856
7ab82037
NC
8572018-01-18 Nick Clifton <nickc@redhat.com>
858
859 * po/bg.po: Updated Bulgarian translation.
860
0dd86f32
JB
8612018-01-16 Joel Brobecker <brobecker@adacore.com>
862
863 * README-how-to-make-a-release: Add reminder to update the
864 branch name in gdbadmin's crontab on sourceware.
865
a960d29f
JB
8662018-01-16 Joel Brobecker <brobecker@adacore.com>
867
868 * README-how-to-make-a-release: Remove trailing spaces.
869
f6efed01
NC
8702018-01-16 Nick Clifton <nickc@redhat.com>
871
872 * po/fr.po: Updated French translation.
873
616dcb87
NC
8742018-01-15 Nick Clifton <nickc@redhat.com>
875
876 * po/uk.po: Updated Ukranian translation.
877
3957a496
NC
8782018-01-13 Nick Clifton <nickc@redhat.com>
879
19e2900b 880 * README-how-to-make-a-release: Update notes.
3957a496
NC
881 * po/binutils.pot: Regenerated.
882
769c7ea5
NC
8832018-01-13 Nick Clifton <nickc@redhat.com>
884
885 * configure: Regenerate.
886
9176ac5b
NC
8872018-01-13 Nick Clifton <nickc@redhat.com>
888
faf766e3 889 2.30 branch created.
9176ac5b
NC
890 * NEWS: Add marker for 2.30.
891
98ab9e96
NC
8922018-01-12 Nick Clifton <nickc@redhat.com>
893
894 * README-how-to-make-a-release: Add notes on how to make the
895 branch and prelease snapshot.
896 * BRANCHES: Add binutils-2_29-branch.
897
bf41f30d
NC
8982018-01-10 Nick Clifton <nickc@redhat.com>
899
900 * MAINTAINERS: Note that it is now the configure.ac file and not
901 the configure.in file that needs to be kept in sync with gcc.
902 Add a note about sending patches for libiberty to gcc.
903
f13974bd
NC
9042018-01-03 Nick Clifton <nickc@redhat.com>
905
906 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
907 constants.
908
6f156d7a
NC
9092018-01-03 Nick Clifton <nickc@redhat.com>
910
911 * objcopy.c (objcopy_internal_note): New structure.
912 (gap_exists): New function.
913 (is_open_note): New function.
914 (is_func_note): New function.
915 (is_64bit): New function.
916 (merge_gnu_build_notes): Handle v3 notes. Do not merge
917 if there are relocations against the notes.
918 * readelf.c (get_note_type): Use short names for build attribute
919 notes.
920 (print_symbol_for_build_attribute): Rename to
921 get_symbol_for_build_attribute. Returns the found symbol rather
922 than printing it.
923 (print_gnu_build_attribute_description): Maintain address ranges
924 for function notes as well as global notes. Handle v3 notes.
925 (print_gnu_build_attribute_name): Use more space for printing the
926 name in wide mode.
927 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
928 Eliminate symbol references in order to remove the need for
929 relocations.
930 * testsuite/binutils-all/note-2-64.s: Likewise.
931 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
932 symbol.
933 * testsuite/binutils-all/note-3-64.s: Likewise.
934 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
935 output.
936 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
937 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
938 * testsuite/binutils-all/note-2-32.d: Likewise.
939 * testsuite/binutils-all/note-2-64.d: Likewise.
940 * testsuite/binutils-all/note-3-32.d: Likewise.
941 * testsuite/binutils-all/note-3-64.d: Likewise.
942 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
943 * testsuite/binutils-all/note-4-32.s: New test.
944 * testsuite/binutils-all/note-4-64.d: New test result file.
945 * testsuite/binutils-all/note-4-32.d: New test result file.
946
219d1afa
AM
9472018-01-03 Alan Modra <amodra@gmail.com>
948
949 Update year range in copyright notice of all files.
950
1e563868 951For older changes see ChangeLog-2017
3499769a 952\f
1e563868 953Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
954
955Copying and distribution of this file, with or without modification,
956are permitted in any medium without royalty provided the copyright
957notice and this notice are preserved.
958
959Local Variables:
960mode: change-log
961left-margin: 8
962fill-column: 74
963version-control: never
964End:
This page took 0.177318 seconds and 4 git commands to generate.