Update PRU assembler to corect hardware register numbering for DWARF.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
e2561448
NC
12018-08-01 Nick Clifton <nickc@redhat.com>
2
3 * README-how-to-make-a-release: Add note about regenerating the
4 info files prior to the release.
5
2409af1e
AJ
62018-07-30 Andrew Jenner <andrew@codesourcery.com>
7
8 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
9
d0ba5758
AJ
102018-07-30 Andrew Jenner <andrew@codesourcery.com>
11
12 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
13
b8891f8d
AJ
142018-07-30 Andrew Jenner <andrew@codesourcery.com>
15
16 * readelf.c: Include elf/csky.h.
17 (guess_is_rela): Handle EM_CSKY.
18 (dump_relocations): Likewise.
19 (get_machine_name): Likewise.
20 (is_32bit_abs_reloc): Likewise.
21
e3d39609
NC
222018-07-25 Nick Clifton <nickc@redhat.com>
23
24 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
25 exit.
26 (parse_coff_enum_type): Free names and vals arrays upon early
27 exit.
28 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
29 strings and stabs arrays upon early exit.
30 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
31 early exit.
32 (get_64bit_section_headers): Likewise.
33 (get_32bit_elf_symbols): Generate an error if multiple symbol
34 table index sections are associated with the same symbol section.
35 (get_64bit_elf_symbols): Likewise.
36 (process_dynamic_section): Generate an error if there are multiple
37 dynamic symbol table sections, multiple dynamic string tables or
38 multiple dynamic symbol information sections.
39
1d97232a
NC
402018-07-24 Nick Clifton <nickc@redhat.com>
41
42 * po/sv.po: Updated Swedish translation.
43
7b8d9e8c
AM
442018-07-24 Alan Modra <amodra@gmail.com>
45
46 PR 23431
47 * dwarf.c (display_formatted_table): Replace "what" parameter
48 with "is_dir". Expand messages. Fix capitalisation.
49 * testsuite/binutils-all/dw5.W: Update expected output.
50
67ce483b
AM
512018-07-24 Alan Modra <amodra@gmail.com>
52
53 PR 23430
54 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
55 to uses_64bit_indices.
56 * elfcomm.c (setup_archive): Update uses of above.
57 * readelf.c (process_archive): Likewise.
58 (get_section_type_name): Rename indicies to indices.
59 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
60 (process_section_groups): Likewise.
61
e2e31f10
MR
622018-07-20 Maciej W. Rozycki <macro@mips.com>
63
64 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
65 ISA maintenance.
66
3391569f
NC
672018-07-20 Nick Clifton <nickc@redhat.com>
68
69 * objcopy.c (add_specific_symbols): Free buffer on exit.
70 (add_redefine_syms_file): Close file handle on exit.
71 (copy_object): Close file handle on early exit.
72 Free buffer on early exit.
73 Free gaps buffers once they are no longer needed.
74 * dwarf.c (display_debug_frames): Free allocated memory on exit.
75 (load_separate_debug_info): Free allocate memory on early exit.
76
8095d2f7
CX
772018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
78 Maciej W. Rozycki <macro@mips.com>
79
80 * readelf.c (print_mips_ases): Add MMI extension.
81
79f5b65e
DD
822018-07-19 DJ Delorie <dj@redhat.com>
83
84 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
85
442a6ce8
NC
862018-07-19 Nick Clifton <nickc@redhat.com>
87
88 * dwarf.c (read_cie): Free allocated memory before returning with
89 a failure result.
90
3fd21718
PFC
912018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
92
93 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
94 description.
95
ad96220c
NC
962018-07-16 Nick Clifton <nickc@redhat.com>
97
98 * README-how-to-make-a-release: Add note to check for new top
99 level files and add them to the src-release.sh script.
100
6cb624f8
NC
1012018-07-14 Nick Clifton <nickc@redhat.com>
102
103 * README-how-to-make-a-release: Updated with corrections based on
104 the 2.31 release experience.
105
55cc53e9
FT
1062018-07-12 Francois H. Theron <francois.theron@netronome.com>
107
108 * readelf.c (process_section_headers): Don't print section type
109 twice for --section-details.
110
be570f06
AM
1112018-07-10 Alan Modra <amodra@gmail.com>
112
113 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
114 zero for xgate.
115
d20e98ab
NC
1162018-07-06 Nick Clifton <nickc@redhat.com>
117
118 * readelf.c (same_section): New function.
119 (print_gnu_build_attribute_description): Do not complain about
120 gaps that cross a section boundary.
121
d8dab054
NC
1222018-07-05 Nick Clifton <nickc@redhat.com>
123
124 * po/bg.po: Updated Bulgarian translation.
125
a05a5b64
TP
1262018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
127
128 * NEWS: Use command-line consistently when used in a compount word.
129 * doc/binutils.texi: Likewise and fix trailing whitespace on same
130 line.
131
30aa1306
NC
1322018-06-26 Nick Clifton <nickc@redhat.com>
133
134 * po/sv.po: Updated Swedish translation.
135 * po/uk.po: Updated Ukranian translation.
136
eca4b721
NC
1372018-06-26 Nick Clifton <nickc@redhat.com>
138
139 * doc/binutils.texi: Fix spelling mistakes.
140 * README--how-to-make-a-release: Likewise.
141
1021d1cb
TT
1422018-06-25 Tom Tromey <tom@tromey.com>
143
144 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
145 Bump version number.
146
71300e2c
NC
1472018-06-24 Nick Clifton <nickc@redhat.com>
148
149 * README-how-to-make-a-release: Update with experiences from
150 making 2.31 branch.
151 * po/binutils.pot: Regenerate.
152 * configure: Regenerate.
153
719d8288
NC
1542018-06-24 Nick Clifton <nickc@redhat.com>
155
156 2.31 branch created.
157 * NEWS: Add marker for 2.31.
158
d388f643
AM
1592018-06-21 Alan Modra <amodra@gmail.com>
160
161 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
162 * doc/Makefile.in: Regenerate.
163
d0ac1c44
SM
1642018-06-19 Simon Marchi <simon.marchi@ericsson.com>
165
166 * configure.ac: Remove AC_PREREQ.
167 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
168 info-in-builddir no-texinfo.tex.
169 * Makefile.in: Re-generate.
170 * aclocal.m4: Re-generate.
171 * config.in: Re-generate.
172 * configure: Re-generate.
173 * doc/Makefile.in: Re-generate.
174
3a075e56
AS
1752018-06-19 Andreas Schwab <schwab@suse.de>
176
177 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
178 (is_8bit_abs_reloc): New function.
179 (is_6bit_abs_reloc): New function.
180 (is_6bit_inplace_sub_reloc): New function.
181 (apply_relocations): Use them. Handle 6-bit relocations.
182
6f20c942
FS
1832018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
184
185 * readelf.c (print_mips_ases): Add GINV extension.
186
1f6f5dba
L
1872018-06-14 H.J. Lu <hongjiu.lu@intel.com>
188
189 PR binutils/23267
190 * readelf.c (get_symbol_version_string): Check if the first
191 symbol version is base version.
192
730c3174
SE
1932018-06-13 Scott Egerton <scott.egerton@imgtec.com>
194 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
195
196 * readelf.c (print_mips_ases): Add CRC.
197
7a486e6d
NC
1982018-06-13 Nick Clifton <nickc@redhat.com>
199
200 * doc/binutils.texi (objdump): Add missing closing square
201 parenthesis to listing of objcopy's command line options.
202
5a485b38
NC
2032018-06-11 Nick Clifton <nickc@redhat.com>
204
205 * po/es.po: Updated Spanish translation.
206
55e99962
L
2072018-06-01 H.J. Lu <hongjiu.lu@intel.com>
208
209 * configure: Regenerated.
210
0034eed0
AM
2112018-05-31 Alan Modra <amodra@gmail.com>
212
213 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
214 set CC_FOR_TARGET. Run test non-native.
215 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
216 Likewise.
217 (test_follow_debuglink): Run test non-native.
218
1869e86f
AB
2192018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
220
221 PR 23107
222 * ar.c (display_offsets): New variable.
223 (usage): Add description of 'O' operator.
224 (decode_option): Handle 'O' operator.
225 (print_descr): Pass display_offsets to print_arelt_descr.
226 * arsup.c: Update call to printy_arelt_descr.
227 * objdump.c: Likewise.
228 * bucomm.c (print_arelt_descr): If offsets parameter is true then
229 display offset of archive element within the archive.
230 * bucomm.h: Update prototype for print_arelt_descr.
231 * doc/binutils.texi: Update description of ar command.
232 * NEWS: Mention the new feature.
233 * testsuite/binutils-all/ar.exp: Add text of new feature.
234
bb3b5316
AM
2352018-05-28 Alan Modra <amodra@gmail.com>
236
237 PR 23235
238 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
239 unsupported rather than fail on compile errors.
240 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
241 Likewise. Save and restore CFLAGS_FOR_TARGET.
242
7f999549
JW
2432018-05-18 Kito Cheng <kito.cheng@gmail.com>
244
245 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
246
7b4ae824
JD
2472018-05-18 John Darrington <john@darrington.wattle.id.au>
248
249 * readelf.c: Add support for s12z architecture.
250 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
251 targets.
252
f9830ec1
TC
2532018-05-15 Tamar Christina <tamar.christina@arm.com>
254
255 PR binutils/21446
256 * doc/binutils.texi (-M): Document AArch64 options.
257
7d02540a
TC
2582018-05-15 Tamar Christina <tamar.christina@arm.com>
259
260 PR binutils/21446
261 * doc/binutils.texi (-M): Document AArch64 options.
262 * NEWS: Document notes and warnings.
263
679ca975
AM
2642018-05-15 Alan Modra <amodra@gmail.com>
265
266 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
267 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
268 and *uclinux* into *linux*.
269 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
270 strip-13 test, exclude arm-vxworks and arm-windiss.
271
637b1970
JD
2722018-05-10 John Darrington <john@darrington.wattle.id.au>
273
274 * readelf.c (get_machine_name): EM_S12Z - handle new case.
275
60cb2c8a
AM
2762018-05-09 Alan Modra <amodra@gmail.com>
277
278 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
279
84f9f8c3
AM
2802018-05-09 Sebastian Rasmussen <sebras@gmail.com>
281
282 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
283
886d5428
AM
2842018-05-08 Alan Modra <amodra@gmail.com>
285
286 PR 23141
287 * objcopy.c (is_strip_section): Strip groups without a valid
288 signature symbol.
289
ce4ec1a9
AM
2902018-05-07 Alan Modra <amodra@gmail.com>
291
292 PR 23142
293 * objcopy.c (group_signature): Don't accept groups that use a
294 symbol table other than the one we've read.
295
fe944acf
FT
2962018-04-30 Francois H. Theron <francois.theron@netronome.com>
297
298 * readelf.c: Very basic support for EM_NFP and its section types.
299 * testsuite/binutils-all/nfp: New directory.
300 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
301 tests.
302 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
303 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
304 * testsuite/binutils-all/nfp/test1.d: New file.
305 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
306 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
307 * NEWS: Mention the new support.
308
6d9dabbb
MR
3092018-04-27 Maciej W. Rozycki <macro@mips.com>
310
311 * testsuite/lib/binutils-common.exp (match_target): New procedure.
312 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
313 of `istarget' for matching with `target', `not-target', `skip'
314 and `not-skip' options.
315
0df8ad28
NC
3162018-04-26 Nick Clifton <nickc@redhat.com>
317
318 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
319 32-bit absolute reloc for the HPPA target.
320 * testsuite/binutils-all/note-5.d: New test.
321 * testsuite/binutils-all/note-5.s: Source file for new test.
322 * testsuite/binutils-all/objcopy.exp: Run new test.
323
f1ac0afe
CL
3242018-04-25 Christophe Lyon <christophe.lyon@st.com>
325
326 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
327 * testsuite/binutils-all/elfedit-3.d: Likewise.
328 * testsuite/binutils-all/objcopy.exp: Likewise.
329 * testsuite/binutils-all/strip-3.d: Likewise.
330 * testsuite/lib/binutils-common.exp: Likewise.
331
18a20338
CL
3322018-04-25 Christophe Lyon <christophe.lyon@st.com>
333 Mickaël Guêné <mickael.guene@st.com>
334
335 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
336 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
337
2ac93be7
AM
3382018-04-25 Alan Modra <amodra@gmail.com>
339
340 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
341 arm-coff support.
342 * testsuite/binutils-all/objcopy.exp: Likewise.
343 * testsuite/lib/binutils-common.exp: Likewise.
344
a7504f87
NC
3452018-04-18 Nick Clifton <nickc@redhat.com>
346
347 PR 23062
348 * dwarf.c (read_and_display_attr_value): Replace assertions with
349 test and warning message.
350
c65c21e1
AM
3512018-04-18 Alan Modra <amodra@gmail.com>
352
353 * testsuite/lib/binutils-common.exp: Remove support for assorted
354 aout targets.
355
6aea08d9
NC
3562018-04-17 Nick Clifton <nickc@redhat.com>
357
c4a91159 358 PR 23063
56d8f8a9
NC
359 * readelf.c (print_symbol): If the width is zero, return straight
360 away.
361
6aea08d9
NC
362 PR 23064
363 * dwarf.c (process_cu_tu_index): Test for a potential buffer
364 overrun before copying signature pointer.
365
f954747f
AM
3662018-04-17 Alan Modra <amodra@gmail.com>
367
368 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
369
d7867d17
AM
3702018-04-16 Alan Modra <amodra@gmail.com>
371
372 * readelf.c (get_machine_name): Correct typo.
373
ddb00039
AM
3742018-04-16 Alan Modra <amodra@gmail.com>
375
376 * configure.ac: Remove arm-epoc-pe support.
377 * dlltool.c: Likewise.
378 * configure: Regenerate.
379
c9098af4
AM
3802018-04-16 Alan Modra <amodra@gmail.com>
381
382 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
383 sparc-coff support.
384
dc12032b
AM
3852018-04-16 Alan Modra <amodra@gmail.com>
386
387 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
388 support.
389 * testsuite/binutils-all/copy-3.d: Likewise.
390 * testsuite/binutils-all/objcopy.exp: Likewise.
391 * testsuite/lib/binutils-common.exp: Likewise.
392
211dc24b
AM
3932018-04-16 Alan Modra <amodra@gmail.com>
394
395 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
396
a9a4b302
AM
3972018-04-16 Alan Modra <amodra@gmail.com>
398
399 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
400
04cb01fd
AM
4012018-04-16 Alan Modra <amodra@gmail.com>
402
403 * testsuite/binutils-all/objdump.exp: Remove we32k support.
404
c2bf1eec
AM
4052018-04-16 Alan Modra <amodra@gmail.com>
406
407 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
408 * testsuite/binutils-all/objdump.exp: Remove m88k support.
409
6793974d
AM
4102018-04-16 Alan Modra <amodra@gmail.com>
411
412 * readelf.c: Remove i370 support.
413 * testsuite/binutils-all/objdump.exp: Likewise.
414
e82aa794
AM
4152018-04-16 Alan Modra <amodra@gmail.com>
416
417 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
418 * testsuite/lib/binutils-common.exp: Likewise.
419
fe0bf0fd
AM
4202018-04-16 Alan Modra <amodra@gmail.com>
421
422 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
423
fdef3943
AM
4242018-04-16 Alan Modra <amodra@gmail.com>
425
426 * Makefile.am: Remove IEEE 695 support.
427 * budbg.h: Likewise.
428 * doc/binutils.texi: Likewise.
429 * makefile.vms: Likewise.
430 * objcopy.c: Likewise.
431 * objdump.c: Likewise.
432 * rddbg.c: Likewise.
433 * ieee.c: Delete.
434 * Makefile.in: Regenerate.
435 * po/POTFILES.in: Regenerate.
436
5972ac73
AM
4372018-04-16 Alan Modra <amodra@gmail.com>
438
439 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
440 * testsuite/binutils-all/nm.exp: Likewise.
441
b4b594e3
AM
4422018-04-16 Alan Modra <amodra@gmail.com>
443
444 * .gitignore: Remove netware support.
445 * Makefile.am: Likewise.
446 * configure.ac: Likewise.
447 * doc/Makefile.am: Likewise.
448 * doc/binutils.texi: Likewise.
449 * testsuite/binutils-all/nm.exp: Likewise.
450 * nlmconv.c: Delete.
451 * nlmconv.h: Delete.
452 * nlmheader.y: Delete.
453 * Makefile.in: Regenerate.
454 * configure: Regenerate.
455 * doc/Makefile.in: Regenerate.
456 * po/POTFILES.in: Regenerate.
457
fceadf09
AM
4582018-04-16 Alan Modra <amodra@gmail.com>
459
460 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
461
fb70ec17
AM
4622018-04-14 Alan Modra <amodra@gmail.com>
463
464 * readelf.c (get_machine_name): Revert 2018-04-11 change.
465
86c6c6df
NC
4662018-04-12 Nick Clifton <nickc@redhat.com>
467
468 PR 23050
469 * readelf.c (process_dynamic_section): Correct dynamic string
470 table size calculation.
471
a8eb42a8
AM
4722018-04-11 Alan Modra <amodra@gmail.com>
473
474 * ieee.c: Remove i960 support.
475 * od-macho.c: Remove i860 support.
476 * readelf.c: Remove i860 and i960 support.
477 * testsuite/binutils-all/objcopy.exp: Likewise.
478 * testsuite/binutils-all/objdump.exp: Likewise.
479 * testsuite/lib/binutils-common.exp: Likewise.
480
c43b2c54
MR
4812018-04-11 Maciej W. Rozycki <macro@mips.com>
482
483 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
484 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
485
d4ae1932
AM
4862018-04-10 Alan Modra <amodra@gmail.com>
487
488 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
489 reloc=11 for pru and reloc=50 for nds32.
490 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
491
d52e3d06
MR
4922018-04-09 Maciej W. Rozycki <macro@mips.com>
493
494 * testsuite/binutils-all/strip-15.d: New test.
495 * testsuite/binutils-all/strip-15rel.s: New test source.
496 * testsuite/binutils-all/strip-15rela.s: New test source.
497 * testsuite/binutils-all/strip-15mips64.s: New test source.
498 * testsuite/binutils-all/objcopy.exp: Run the new test.
499
3f97ba9f
MR
5002018-04-09 Maciej W. Rozycki <macro@mips.com>
501
502 * testsuite/binutils-all/strip-14.d: New test.
503 * testsuite/binutils-all/strip-14rel.s: New test source.
504 * testsuite/binutils-all/strip-14rela.s: New test source.
505 * testsuite/binutils-all/strip-14mips64.s: New test source.
506 * testsuite/binutils-all/objcopy.exp: Run the new test.
507
2008a0db
TT
5082018-04-06 Tom Tromey <tom@tromey.com>
509
510 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
511 constants from DWARF 5.
512
3cba8b6c
L
5132018-04-05 H.J. Lu <hongjiu.lu@intel.com>
514
515 PR gas/22318
516 * configure: Regenerated.
517
2d8c1a23
MR
5182018-04-05 Maciej W. Rozycki <macro@mips.com>
519
520 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
521 than `.dc.w' in second relocation.
522
65bd2045
MR
5232018-04-05 Maciej W. Rozycki <macro@mips.com>
524
525 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
526 relocation type 0x8f' error message.
527
2f8ceb38
MR
5282018-04-05 Maciej W. Rozycki <macro@mips.com>
529
530 * testsuite/binutils-all/strip-13.s: Rename to...
531 * testsuite/binutils-all/strip-13rela.s: ... this.
532 * testsuite/binutils-all/strip-13rel.s: New test source.
533 * testsuite/binutils-all/strip-13mips64.s: New test source.
534 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
535 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
536 `m68hc11-*' to `not-target' list.
537 * testsuite/binutils-all/objcopy.exp: Switch between sources for
538 `strip-13'.
539
aad7be45
MR
5402018-04-05 Maciej W. Rozycki <macro@mips.com>
541
542 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
543 241 (0xf1) for the relocation number and RELA addend.
544 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
545 `not-target' list.
546
89f60df2
JDA
5472018-04-04 John David Anglin <danglin@gcc.gnu.org>
548
549 * MAINTAINERS: Update my e-mail address.
550
f1ca0d6d
NC
5512018-04-04 Nick Clifton <nickc@redhat.com>
552
553 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
554
8fd75781
NC
5552018-03-23 Nick Clifton <nickc@redhat.com>
556
557 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
558 symbols.
559 (print_gnu_build_attribute_description): If no file start symbol
560 could be found, look for one two bytes into the file.
561 * testsuite/binutils-all/note-4-64.s: Set the address of the file
562 start symbol to two bytes into the file.
563 * testsuite/binutils-all/note-4-32.s: Likewise.
564
b1202ffa
L
5652018-03-21 H.J. Lu <hongjiu.lu@intel.com>
566
567 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
568 DF_1_WEAKFILTER and DF_1_NOCOMMON.
569
7e100140
NC
5702018-03-20 Nick Clifton <nickc@redhat.com>
571
572 * po/es.po: Updated Spanish translation.
573 * po/ru.po: Updated Russian translation.
574
e45ad123
NC
5752018-03-13 Nick Clifton <nickc@redhat.com>
576
577 PR 22957
578 * stabs.c (pop_binincl): Fail if the file index is off the end of
579 the stack.
580
81db3241
NC
5812018-03-13 Nick Clifton <nickc@redhat.com>
582
583 PR 22955
584 * stabs.c (parse_number): Add p_end parameter and use it to check
585 the validity of the pp parameter. Add checks to prevent walking
586 off the end of the string buffer.
587 (parse_stab_string): Likewise.
588 (parse_stab_type): Likewise.
589 (parse_stab_type_number): Likewise.
590 (parse_stab_range_type): Likewise.
591 (parse_stab_sun_builtin_type): Likewise.
592 (parse_stab_sun_floating_type): Likewise.
593 (parse_stab_enum_type): Likewise.
594 (parse_stab_struct_type): Likewise.
595 (parse_stab_baseclasses): Likewise.
596 (parse_stab_struct_fields): Likewise.
597 (parse_stab_cpp_abbrev): Likewise.
598 (parse_stab_one_struct_field): Likewise.
599 (parse_stab_members): Likewise.
600 (parse_stab_tilde_field): Likewise.
601 (parse_stab_array_type): Likewise.
e45ad123 602
81db3241
NC
603 * parse_stab: Compute the end of the string and then pass it on to
604 individual parser functions.
605
6d4f21f6
PP
6062018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
607
608 PR binutils/22923
609 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
610 overflow.
611
52fe4420
AM
6122018-03-07 Alan Modra <amodra@gmail.com>
613
614 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
615 * configure: Regenerate.
616
0e70b27b
L
6172018-03-05 H.J. Lu <hongjiu.lu@intel.com>
618
619 PR binutils/22911
620 * objdump.c (is_significant_symbol_name): Return TRUE for all
621 .plt* sections.
622 (find_symbol_for_address): Replace linear search with binary
623 search on dynamic relocations.
624
d11ae95e
NC
6252018-03-01 Nick Clifton <nickc@redhat.com>
626
627 PR 22905
628 * dwarf.c (display_debug_ranges): Check that the offset loaded
629 from the range_entry structure is valid.
630
e184813f
AM
6312018-03-01 Alan Modra <amodra@gmail.com>
632
633 * configure.ac (ALL_LINGUAS): Add sr. Sort.
634 * configure: Regenerate.
635
bc7c0509
NC
6362018-02-27 Nick Clifton <nickc@redhat.com>
637
638 * po/pt.po: New Portuguese translation.
639 * configure.ac (ALL_LINGUAS): Add pt.
640 * configure: Regenerate.
641
f3185997
NC
6422018-02-27 Nick Clifton <nickc@redhat.com>
643
644 PR 22875
645 * objcopy.c (copy_object): Check the error status after marking
646 symbols used in relocations.
647 * testsuite/binutils-all/strip-13.s: New test source file.
648 * testsuite/binutils-all/strip-13.s: New test driver file.
649 * testsuite/binutils-all/objcopy.exp: Run the new test.
650
2c1c9679
AM
6512018-02-26 Alan Modra <amodra@gmail.com>
652
653 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
654 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
655
6e05870c
AM
6562018-02-23 Alan Modra <amodra@gmail.com>
657
658 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
659 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
660
b0ab9c45
RH
6612018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
662
663 * doc/binutils.texi (objcopy): Add missing closing square
664 parenthesis to listing of objcopy's command line options.
665
e535d0dd
MK
6662018-02-19 Matthias Klose <doko@debian.org>
667
668 * strings.c (long_options): Include-all-whitespace does not take
669 an extra agument.
670
6e5e9d58
AM
6712018-02-13 Alan Modra <amodra@gmail.com>
672
673 PR 22836
674 * testsuite/binutils-all/group-7.s,
675 * testsuite/binutils-all/group-7a.d,
676 * testsuite/binutils-all/group-7b.d,
677 * testsuite/binutils-all/group-7c.d: New tests.
678 * testsuite/binutils-all/objcopy.exp: Run them.
679
8de3a6e2
NC
6802018-02-08 Nick Clifton <nickc@redhat.com>
681
682 PR 22802
683 * dwarf.c (load_separate_debug_file): Return early if the user is
684 not interested in debug links.
685
68807c3c
NC
6862018-02-06 Nick Clifton <nickc@redhat.com>
687
688 PR 22793
689 * readelf.c (find_section): Replace assertion with test and return
690 of NULL.
691 (find_section_by_address): Add test of section header table
692 existance.
693 (find_section_by_type): Likewise.
694 (find_section_in_set): Likewise.
695
2d6dda71
MR
6962018-02-05 Maciej W. Rozycki <macro@mips.com>
697
698 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
699 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
700 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
701 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
702
78c88364
MR
7032018-02-05 Maciej W. Rozycki <macro@mips.com>
704
705 * testsuite/config/default.exp (binutils_run): Document
706 `binutils_run_status'.
707 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
708 and set it.
709 (run_dump_test): Add `error', `error_output', `warning' and
710 `warning_output' options. Update documentation accordingly.
711
5bb0830d
AB
7122018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
713
714 * dwarf.c (dwarf_regnames_riscv): New register name table.
715 (init_dwarf_regnames_riscv): New function.
716 (init_dwarf_regnames): Add call to initialise RiscV register
717 names.
718 * dwarf.h (init_dwarf_regnames_riscv): Declare.
719 * objdump.c (dump_dwarf): Add call to initialise RiscV register
720 names.
721
f2023ce7
AM
7222018-02-01 Alan Modra <amodra@gmail.com>
723
724 PR 22769
725 * objdump.c (load_specific_debug_section): Check for overflow
726 when adding one to section size for a string section terminator.
727
fcabedd5
NC
7282018-01-30 Nick Clifton <nickc@redhat.com>
729
730 PR 22734
731 * doc/binutils.texi (nm): Update description to point out that
732 zero-initialized values can also be shown as type B, b, S or s
733 since they can be stored in the BSS section.
734
f49db8be
AM
7352018-01-30 Alan Modra <amodra@gmail.com>
736
737 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
738 "artificially large" end address.
739
a8d6d6ac
NC
7402018-01-28 Nick Clifton <nickc@redhat.com>
741
742 * README-how-to-make-a-release: Add note about checking gpg key
743 and the results of gnupload.
744
9a5db26e
NC
7452018-01-27 Nick Clifton <nickc@redhat.com>
746
747 * README-how-to-make-a-release: Add details on how to actually
748 make the release.
749
94c2436b
NC
7502018-01-26 Nick Clifton <nickc@redhat.com>
751
752 * README-how-to-make-a-release: Add more details on updating
753 version numbers.
754
1ea332d6
MR
7552018-01-22 Maciej W. Rozycki <macro@mips.com>
756
757 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
758 option description.
759
d65ce302
MR
7602018-01-22 Maciej W. Rozycki <macro@mips.com>
761
762 * MAINTAINERS: Update my company e-mail address.
763
f433138f
NC
7642018-01-22 Nick Clifton <nickc@redhat.com>
765
766 * po/sv.po: Updated Swedish translation.
767
7ab82037
NC
7682018-01-18 Nick Clifton <nickc@redhat.com>
769
770 * po/bg.po: Updated Bulgarian translation.
771
0dd86f32
JB
7722018-01-16 Joel Brobecker <brobecker@adacore.com>
773
774 * README-how-to-make-a-release: Add reminder to update the
775 branch name in gdbadmin's crontab on sourceware.
776
a960d29f
JB
7772018-01-16 Joel Brobecker <brobecker@adacore.com>
778
779 * README-how-to-make-a-release: Remove trailing spaces.
780
f6efed01
NC
7812018-01-16 Nick Clifton <nickc@redhat.com>
782
783 * po/fr.po: Updated French translation.
784
616dcb87
NC
7852018-01-15 Nick Clifton <nickc@redhat.com>
786
787 * po/uk.po: Updated Ukranian translation.
788
3957a496
NC
7892018-01-13 Nick Clifton <nickc@redhat.com>
790
19e2900b 791 * README-how-to-make-a-release: Update notes.
3957a496
NC
792 * po/binutils.pot: Regenerated.
793
769c7ea5
NC
7942018-01-13 Nick Clifton <nickc@redhat.com>
795
796 * configure: Regenerate.
797
9176ac5b
NC
7982018-01-13 Nick Clifton <nickc@redhat.com>
799
faf766e3 800 2.30 branch created.
9176ac5b
NC
801 * NEWS: Add marker for 2.30.
802
98ab9e96
NC
8032018-01-12 Nick Clifton <nickc@redhat.com>
804
805 * README-how-to-make-a-release: Add notes on how to make the
806 branch and prelease snapshot.
807 * BRANCHES: Add binutils-2_29-branch.
808
bf41f30d
NC
8092018-01-10 Nick Clifton <nickc@redhat.com>
810
811 * MAINTAINERS: Note that it is now the configure.ac file and not
812 the configure.in file that needs to be kept in sync with gcc.
813 Add a note about sending patches for libiberty to gcc.
814
f13974bd
NC
8152018-01-03 Nick Clifton <nickc@redhat.com>
816
817 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
818 constants.
819
6f156d7a
NC
8202018-01-03 Nick Clifton <nickc@redhat.com>
821
822 * objcopy.c (objcopy_internal_note): New structure.
823 (gap_exists): New function.
824 (is_open_note): New function.
825 (is_func_note): New function.
826 (is_64bit): New function.
827 (merge_gnu_build_notes): Handle v3 notes. Do not merge
828 if there are relocations against the notes.
829 * readelf.c (get_note_type): Use short names for build attribute
830 notes.
831 (print_symbol_for_build_attribute): Rename to
832 get_symbol_for_build_attribute. Returns the found symbol rather
833 than printing it.
834 (print_gnu_build_attribute_description): Maintain address ranges
835 for function notes as well as global notes. Handle v3 notes.
836 (print_gnu_build_attribute_name): Use more space for printing the
837 name in wide mode.
838 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
839 Eliminate symbol references in order to remove the need for
840 relocations.
841 * testsuite/binutils-all/note-2-64.s: Likewise.
842 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
843 symbol.
844 * testsuite/binutils-all/note-3-64.s: Likewise.
845 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
846 output.
847 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
848 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
849 * testsuite/binutils-all/note-2-32.d: Likewise.
850 * testsuite/binutils-all/note-2-64.d: Likewise.
851 * testsuite/binutils-all/note-3-32.d: Likewise.
852 * testsuite/binutils-all/note-3-64.d: Likewise.
853 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
854 * testsuite/binutils-all/note-4-32.s: New test.
855 * testsuite/binutils-all/note-4-64.d: New test result file.
856 * testsuite/binutils-all/note-4-32.d: New test result file.
857
219d1afa
AM
8582018-01-03 Alan Modra <amodra@gmail.com>
859
860 Update year range in copyright notice of all files.
861
1e563868 862For older changes see ChangeLog-2017
3499769a 863\f
1e563868 864Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
865
866Copying and distribution of this file, with or without modification,
867are permitted in any medium without royalty provided the copyright
868notice and this notice are preserved.
869
870Local Variables:
871mode: change-log
872left-margin: 8
873fill-column: 74
874version-control: never
875End:
This page took 0.169546 seconds and 4 git commands to generate.