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