Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
a9eafb08
L
12018-08-24 H.J. Lu <hongjiu.lu@intel.com>
2
3 * readelf.c (decode_x86_compat_isa): New function.
4 (decode_x86_feature_2): Likewise.
5 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
6 (decode_x86_feature): Renamed to ...
7 (decode_x86_feature_1): This. Remove the type argument.
8 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
9 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
10 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
11 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
12 and X86_FEATURE_1_AND.
13 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
14 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
15 values.
16 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
17 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
18 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
19 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
20 * testsuite/binutils-all/i386/pr21231b.d: Updated.
21 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
22 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
23 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
24 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
25 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
26 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
27 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
28 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
29 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
30
aa7bca9b
L
312018-08-24 H.J. Lu <hongjiu.lu@intel.com>
32
33 * readelf.c (print_gnu_property_note): Check the
34 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
35
14732552
AM
362018-08-23 Alan Modra <amodra@gmail.com>
37
38 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
39 field contains unrecognised or reserved values. Handle
40 localentry:1 value.
41
7dd36a6f
L
422018-08-23 H.J. Lu <hongjiu.lu@intel.com>
43
44 PR ld/23536
45 * Makefile.am (development.exp): New target.
46 (EXTRA_DEJAGNU_SITE_CONFIG): New.
47 (DISTCLEANFILES): Add development.exp.
48 * Makefile.in: Regenerated.
49 * testsuite/binutils-all/objcopy.exp (strip_test): Call
50 prune_warnings to prune BFD output.
51 (strip_test_with_saving_a_symbol): Likewise.
52 (objcopy_test_without_global_symbol): Likewise.
53 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
54 New proc.
55 (prune_warnings): Likewise.
56
44c2eb66
L
572018-08-23 H.J. Lu <hongjiu.lu@intel.com>
58
59 * README-how-to-make-a-release: Document setting "experimental"
60 to false.
61
e8a64888
AM
622018-08-22 Alan Modra <amodra@gmail.com>
63
64 * readelf.c (process_file_header): Assign updated values from
65 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
66 during printing of header. Correct e_shstrndx range check.
67 Remove unnecessary casts and use %u rather than %ld for
68 unsigned int header fields. Don't print a random %lx when
69 reporting an unknown EI_VERSION.
70
06d743b7
NC
712018-08-21 Nick Clifton <nickc@redhat.com>
72
73 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
74 maintainer.
75
66b09c7e
S
762018-08-21 L. Simon <l.simon@samsung.com>
77
78 PR 23531
79 * readelf.c (hppa_process_unwind): Only dump the unwind table if
80 the data was successfully read in.
81
506b86a4
AM
822018-08-18 Alan Modra <amodra@gmail.com>
83
84 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
85 input file for readelf.out.
86 (is_rela): New proc.
87 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
88 from first result of is_elf64 test.
89 (reloc_format): Set using is_rela.
90 (strip-13): Pass RELOC and ELF64 to assembler.
91 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
92 * testsuite/binutils-all/strip-13.d: Run for more targets.
93 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
94 addend to zero.
95 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
96 Don't add _NONE reloc.
97 * testsuite/binutils-all/strip-13rela.s: Likewise.
98
9c973a29
L
992018-08-10 H.J. Lu <hongjiu.lu@intel.com>
100
101 PR binutils/23494
102 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
103 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
104 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
105
11459a79
L
1062018-08-10 H.J. Lu <hongjiu.lu@intel.com>
107
108 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
109 targets.
110 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
111 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
112 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
113 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
114 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
115 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
116 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
117
6404ab99
L
1182018-08-08 H.J. Lu <hongjiu.lu@intel.com>
119
120 PR binutils/23494
121 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
122 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
123 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
124 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
125 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
126 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
127 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
128 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
129 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
130 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
131
f384a1f0
KB
1322018-08-08 Kevin Buettner <kevinb@redhat.com>
133
134 * dwarf.c (decode_location_expresion): Add case for
135 DW_OP_GNU_variable_value.
136
db1e1b45 1372018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
138
139 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
140
4aae6e5a
NC
1412018-08-03 Nick Clifton <nickc@redhat.com>
142
143 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
144 identical function notes.
145
e2561448
NC
1462018-08-01 Nick Clifton <nickc@redhat.com>
147
148 * README-how-to-make-a-release: Add note about regenerating the
149 info files prior to the release.
150
2409af1e
AJ
1512018-07-30 Andrew Jenner <andrew@codesourcery.com>
152
153 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
154
d0ba5758
AJ
1552018-07-30 Andrew Jenner <andrew@codesourcery.com>
156
157 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
158
b8891f8d
AJ
1592018-07-30 Andrew Jenner <andrew@codesourcery.com>
160
161 * readelf.c: Include elf/csky.h.
162 (guess_is_rela): Handle EM_CSKY.
163 (dump_relocations): Likewise.
164 (get_machine_name): Likewise.
165 (is_32bit_abs_reloc): Likewise.
166
e3d39609
NC
1672018-07-25 Nick Clifton <nickc@redhat.com>
168
169 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
170 exit.
171 (parse_coff_enum_type): Free names and vals arrays upon early
172 exit.
173 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
174 strings and stabs arrays upon early exit.
175 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
176 early exit.
177 (get_64bit_section_headers): Likewise.
178 (get_32bit_elf_symbols): Generate an error if multiple symbol
179 table index sections are associated with the same symbol section.
180 (get_64bit_elf_symbols): Likewise.
181 (process_dynamic_section): Generate an error if there are multiple
182 dynamic symbol table sections, multiple dynamic string tables or
183 multiple dynamic symbol information sections.
184
1d97232a
NC
1852018-07-24 Nick Clifton <nickc@redhat.com>
186
187 * po/sv.po: Updated Swedish translation.
188
7b8d9e8c
AM
1892018-07-24 Alan Modra <amodra@gmail.com>
190
191 PR 23431
192 * dwarf.c (display_formatted_table): Replace "what" parameter
193 with "is_dir". Expand messages. Fix capitalisation.
194 * testsuite/binutils-all/dw5.W: Update expected output.
195
67ce483b
AM
1962018-07-24 Alan Modra <amodra@gmail.com>
197
198 PR 23430
199 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
200 to uses_64bit_indices.
201 * elfcomm.c (setup_archive): Update uses of above.
202 * readelf.c (process_archive): Likewise.
203 (get_section_type_name): Rename indicies to indices.
204 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
205 (process_section_groups): Likewise.
206
e2e31f10
MR
2072018-07-20 Maciej W. Rozycki <macro@mips.com>
208
209 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
210 ISA maintenance.
211
3391569f
NC
2122018-07-20 Nick Clifton <nickc@redhat.com>
213
214 * objcopy.c (add_specific_symbols): Free buffer on exit.
215 (add_redefine_syms_file): Close file handle on exit.
216 (copy_object): Close file handle on early exit.
217 Free buffer on early exit.
218 Free gaps buffers once they are no longer needed.
219 * dwarf.c (display_debug_frames): Free allocated memory on exit.
220 (load_separate_debug_info): Free allocate memory on early exit.
221
8095d2f7
CX
2222018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
223 Maciej W. Rozycki <macro@mips.com>
224
225 * readelf.c (print_mips_ases): Add MMI extension.
226
79f5b65e
DD
2272018-07-19 DJ Delorie <dj@redhat.com>
228
229 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
230
442a6ce8
NC
2312018-07-19 Nick Clifton <nickc@redhat.com>
232
233 * dwarf.c (read_cie): Free allocated memory before returning with
234 a failure result.
235
3fd21718
PFC
2362018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
237
238 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
239 description.
240
ad96220c
NC
2412018-07-16 Nick Clifton <nickc@redhat.com>
242
243 * README-how-to-make-a-release: Add note to check for new top
244 level files and add them to the src-release.sh script.
245
6cb624f8
NC
2462018-07-14 Nick Clifton <nickc@redhat.com>
247
248 * README-how-to-make-a-release: Updated with corrections based on
249 the 2.31 release experience.
250
55cc53e9
FT
2512018-07-12 Francois H. Theron <francois.theron@netronome.com>
252
253 * readelf.c (process_section_headers): Don't print section type
254 twice for --section-details.
255
be570f06
AM
2562018-07-10 Alan Modra <amodra@gmail.com>
257
258 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
259 zero for xgate.
260
d20e98ab
NC
2612018-07-06 Nick Clifton <nickc@redhat.com>
262
263 * readelf.c (same_section): New function.
264 (print_gnu_build_attribute_description): Do not complain about
265 gaps that cross a section boundary.
266
d8dab054
NC
2672018-07-05 Nick Clifton <nickc@redhat.com>
268
269 * po/bg.po: Updated Bulgarian translation.
270
a05a5b64
TP
2712018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
272
273 * NEWS: Use command-line consistently when used in a compount word.
274 * doc/binutils.texi: Likewise and fix trailing whitespace on same
275 line.
276
30aa1306
NC
2772018-06-26 Nick Clifton <nickc@redhat.com>
278
279 * po/sv.po: Updated Swedish translation.
280 * po/uk.po: Updated Ukranian translation.
281
eca4b721
NC
2822018-06-26 Nick Clifton <nickc@redhat.com>
283
284 * doc/binutils.texi: Fix spelling mistakes.
285 * README--how-to-make-a-release: Likewise.
286
1021d1cb
TT
2872018-06-25 Tom Tromey <tom@tromey.com>
288
289 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
290 Bump version number.
291
71300e2c
NC
2922018-06-24 Nick Clifton <nickc@redhat.com>
293
294 * README-how-to-make-a-release: Update with experiences from
295 making 2.31 branch.
296 * po/binutils.pot: Regenerate.
297 * configure: Regenerate.
298
719d8288
NC
2992018-06-24 Nick Clifton <nickc@redhat.com>
300
301 2.31 branch created.
302 * NEWS: Add marker for 2.31.
303
d388f643
AM
3042018-06-21 Alan Modra <amodra@gmail.com>
305
306 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
307 * doc/Makefile.in: Regenerate.
308
d0ac1c44
SM
3092018-06-19 Simon Marchi <simon.marchi@ericsson.com>
310
311 * configure.ac: Remove AC_PREREQ.
312 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
313 info-in-builddir no-texinfo.tex.
314 * Makefile.in: Re-generate.
315 * aclocal.m4: Re-generate.
316 * config.in: Re-generate.
317 * configure: Re-generate.
318 * doc/Makefile.in: Re-generate.
319
3a075e56
AS
3202018-06-19 Andreas Schwab <schwab@suse.de>
321
322 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
323 (is_8bit_abs_reloc): New function.
324 (is_6bit_abs_reloc): New function.
325 (is_6bit_inplace_sub_reloc): New function.
326 (apply_relocations): Use them. Handle 6-bit relocations.
327
6f20c942
FS
3282018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
329
330 * readelf.c (print_mips_ases): Add GINV extension.
331
1f6f5dba
L
3322018-06-14 H.J. Lu <hongjiu.lu@intel.com>
333
334 PR binutils/23267
335 * readelf.c (get_symbol_version_string): Check if the first
336 symbol version is base version.
337
730c3174
SE
3382018-06-13 Scott Egerton <scott.egerton@imgtec.com>
339 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
340
341 * readelf.c (print_mips_ases): Add CRC.
342
7a486e6d
NC
3432018-06-13 Nick Clifton <nickc@redhat.com>
344
345 * doc/binutils.texi (objdump): Add missing closing square
346 parenthesis to listing of objcopy's command line options.
347
5a485b38
NC
3482018-06-11 Nick Clifton <nickc@redhat.com>
349
350 * po/es.po: Updated Spanish translation.
351
55e99962
L
3522018-06-01 H.J. Lu <hongjiu.lu@intel.com>
353
354 * configure: Regenerated.
355
0034eed0
AM
3562018-05-31 Alan Modra <amodra@gmail.com>
357
358 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
359 set CC_FOR_TARGET. Run test non-native.
360 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
361 Likewise.
362 (test_follow_debuglink): Run test non-native.
363
1869e86f
AB
3642018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
365
366 PR 23107
367 * ar.c (display_offsets): New variable.
368 (usage): Add description of 'O' operator.
369 (decode_option): Handle 'O' operator.
370 (print_descr): Pass display_offsets to print_arelt_descr.
371 * arsup.c: Update call to printy_arelt_descr.
372 * objdump.c: Likewise.
373 * bucomm.c (print_arelt_descr): If offsets parameter is true then
374 display offset of archive element within the archive.
375 * bucomm.h: Update prototype for print_arelt_descr.
376 * doc/binutils.texi: Update description of ar command.
377 * NEWS: Mention the new feature.
378 * testsuite/binutils-all/ar.exp: Add text of new feature.
379
bb3b5316
AM
3802018-05-28 Alan Modra <amodra@gmail.com>
381
382 PR 23235
383 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
384 unsupported rather than fail on compile errors.
385 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
386 Likewise. Save and restore CFLAGS_FOR_TARGET.
387
7f999549
JW
3882018-05-18 Kito Cheng <kito.cheng@gmail.com>
389
390 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
391
7b4ae824
JD
3922018-05-18 John Darrington <john@darrington.wattle.id.au>
393
394 * readelf.c: Add support for s12z architecture.
395 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
396 targets.
397
f9830ec1
TC
3982018-05-15 Tamar Christina <tamar.christina@arm.com>
399
400 PR binutils/21446
401 * doc/binutils.texi (-M): Document AArch64 options.
402
7d02540a
TC
4032018-05-15 Tamar Christina <tamar.christina@arm.com>
404
405 PR binutils/21446
406 * doc/binutils.texi (-M): Document AArch64 options.
407 * NEWS: Document notes and warnings.
408
679ca975
AM
4092018-05-15 Alan Modra <amodra@gmail.com>
410
411 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
412 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
413 and *uclinux* into *linux*.
414 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
415 strip-13 test, exclude arm-vxworks and arm-windiss.
416
637b1970
JD
4172018-05-10 John Darrington <john@darrington.wattle.id.au>
418
419 * readelf.c (get_machine_name): EM_S12Z - handle new case.
420
60cb2c8a
AM
4212018-05-09 Alan Modra <amodra@gmail.com>
422
423 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
424
84f9f8c3
AM
4252018-05-09 Sebastian Rasmussen <sebras@gmail.com>
426
427 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
428
886d5428
AM
4292018-05-08 Alan Modra <amodra@gmail.com>
430
431 PR 23141
432 * objcopy.c (is_strip_section): Strip groups without a valid
433 signature symbol.
434
ce4ec1a9
AM
4352018-05-07 Alan Modra <amodra@gmail.com>
436
437 PR 23142
438 * objcopy.c (group_signature): Don't accept groups that use a
439 symbol table other than the one we've read.
440
fe944acf
FT
4412018-04-30 Francois H. Theron <francois.theron@netronome.com>
442
443 * readelf.c: Very basic support for EM_NFP and its section types.
444 * testsuite/binutils-all/nfp: New directory.
445 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
446 tests.
447 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
448 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
449 * testsuite/binutils-all/nfp/test1.d: New file.
450 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
451 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
452 * NEWS: Mention the new support.
453
6d9dabbb
MR
4542018-04-27 Maciej W. Rozycki <macro@mips.com>
455
456 * testsuite/lib/binutils-common.exp (match_target): New procedure.
457 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
458 of `istarget' for matching with `target', `not-target', `skip'
459 and `not-skip' options.
460
0df8ad28
NC
4612018-04-26 Nick Clifton <nickc@redhat.com>
462
463 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
464 32-bit absolute reloc for the HPPA target.
465 * testsuite/binutils-all/note-5.d: New test.
466 * testsuite/binutils-all/note-5.s: Source file for new test.
467 * testsuite/binutils-all/objcopy.exp: Run new test.
468
f1ac0afe
CL
4692018-04-25 Christophe Lyon <christophe.lyon@st.com>
470
471 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
472 * testsuite/binutils-all/elfedit-3.d: Likewise.
473 * testsuite/binutils-all/objcopy.exp: Likewise.
474 * testsuite/binutils-all/strip-3.d: Likewise.
475 * testsuite/lib/binutils-common.exp: Likewise.
476
18a20338
CL
4772018-04-25 Christophe Lyon <christophe.lyon@st.com>
478 Mickaël Guêné <mickael.guene@st.com>
479
480 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
481 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
482
2ac93be7
AM
4832018-04-25 Alan Modra <amodra@gmail.com>
484
485 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
486 arm-coff support.
487 * testsuite/binutils-all/objcopy.exp: Likewise.
488 * testsuite/lib/binutils-common.exp: Likewise.
489
a7504f87
NC
4902018-04-18 Nick Clifton <nickc@redhat.com>
491
492 PR 23062
493 * dwarf.c (read_and_display_attr_value): Replace assertions with
494 test and warning message.
495
c65c21e1
AM
4962018-04-18 Alan Modra <amodra@gmail.com>
497
498 * testsuite/lib/binutils-common.exp: Remove support for assorted
499 aout targets.
500
6aea08d9
NC
5012018-04-17 Nick Clifton <nickc@redhat.com>
502
c4a91159 503 PR 23063
56d8f8a9
NC
504 * readelf.c (print_symbol): If the width is zero, return straight
505 away.
506
6aea08d9
NC
507 PR 23064
508 * dwarf.c (process_cu_tu_index): Test for a potential buffer
509 overrun before copying signature pointer.
510
f954747f
AM
5112018-04-17 Alan Modra <amodra@gmail.com>
512
513 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
514
d7867d17
AM
5152018-04-16 Alan Modra <amodra@gmail.com>
516
517 * readelf.c (get_machine_name): Correct typo.
518
ddb00039
AM
5192018-04-16 Alan Modra <amodra@gmail.com>
520
521 * configure.ac: Remove arm-epoc-pe support.
522 * dlltool.c: Likewise.
523 * configure: Regenerate.
524
c9098af4
AM
5252018-04-16 Alan Modra <amodra@gmail.com>
526
527 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
528 sparc-coff support.
529
dc12032b
AM
5302018-04-16 Alan Modra <amodra@gmail.com>
531
532 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
533 support.
534 * testsuite/binutils-all/copy-3.d: Likewise.
535 * testsuite/binutils-all/objcopy.exp: Likewise.
536 * testsuite/lib/binutils-common.exp: Likewise.
537
211dc24b
AM
5382018-04-16 Alan Modra <amodra@gmail.com>
539
540 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
541
a9a4b302
AM
5422018-04-16 Alan Modra <amodra@gmail.com>
543
544 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
545
04cb01fd
AM
5462018-04-16 Alan Modra <amodra@gmail.com>
547
548 * testsuite/binutils-all/objdump.exp: Remove we32k support.
549
c2bf1eec
AM
5502018-04-16 Alan Modra <amodra@gmail.com>
551
552 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
553 * testsuite/binutils-all/objdump.exp: Remove m88k support.
554
6793974d
AM
5552018-04-16 Alan Modra <amodra@gmail.com>
556
557 * readelf.c: Remove i370 support.
558 * testsuite/binutils-all/objdump.exp: Likewise.
559
e82aa794
AM
5602018-04-16 Alan Modra <amodra@gmail.com>
561
562 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
563 * testsuite/lib/binutils-common.exp: Likewise.
564
fe0bf0fd
AM
5652018-04-16 Alan Modra <amodra@gmail.com>
566
567 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
568
fdef3943
AM
5692018-04-16 Alan Modra <amodra@gmail.com>
570
571 * Makefile.am: Remove IEEE 695 support.
572 * budbg.h: Likewise.
573 * doc/binutils.texi: Likewise.
574 * makefile.vms: Likewise.
575 * objcopy.c: Likewise.
576 * objdump.c: Likewise.
577 * rddbg.c: Likewise.
578 * ieee.c: Delete.
579 * Makefile.in: Regenerate.
580 * po/POTFILES.in: Regenerate.
581
5972ac73
AM
5822018-04-16 Alan Modra <amodra@gmail.com>
583
584 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
585 * testsuite/binutils-all/nm.exp: Likewise.
586
b4b594e3
AM
5872018-04-16 Alan Modra <amodra@gmail.com>
588
589 * .gitignore: Remove netware support.
590 * Makefile.am: Likewise.
591 * configure.ac: Likewise.
592 * doc/Makefile.am: Likewise.
593 * doc/binutils.texi: Likewise.
594 * testsuite/binutils-all/nm.exp: Likewise.
595 * nlmconv.c: Delete.
596 * nlmconv.h: Delete.
597 * nlmheader.y: Delete.
598 * Makefile.in: Regenerate.
599 * configure: Regenerate.
600 * doc/Makefile.in: Regenerate.
601 * po/POTFILES.in: Regenerate.
602
fceadf09
AM
6032018-04-16 Alan Modra <amodra@gmail.com>
604
605 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
606
fb70ec17
AM
6072018-04-14 Alan Modra <amodra@gmail.com>
608
609 * readelf.c (get_machine_name): Revert 2018-04-11 change.
610
86c6c6df
NC
6112018-04-12 Nick Clifton <nickc@redhat.com>
612
613 PR 23050
614 * readelf.c (process_dynamic_section): Correct dynamic string
615 table size calculation.
616
a8eb42a8
AM
6172018-04-11 Alan Modra <amodra@gmail.com>
618
619 * ieee.c: Remove i960 support.
620 * od-macho.c: Remove i860 support.
621 * readelf.c: Remove i860 and i960 support.
622 * testsuite/binutils-all/objcopy.exp: Likewise.
623 * testsuite/binutils-all/objdump.exp: Likewise.
624 * testsuite/lib/binutils-common.exp: Likewise.
625
c43b2c54
MR
6262018-04-11 Maciej W. Rozycki <macro@mips.com>
627
628 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
629 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
630
d4ae1932
AM
6312018-04-10 Alan Modra <amodra@gmail.com>
632
633 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
634 reloc=11 for pru and reloc=50 for nds32.
635 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
636
d52e3d06
MR
6372018-04-09 Maciej W. Rozycki <macro@mips.com>
638
639 * testsuite/binutils-all/strip-15.d: New test.
640 * testsuite/binutils-all/strip-15rel.s: New test source.
641 * testsuite/binutils-all/strip-15rela.s: New test source.
642 * testsuite/binutils-all/strip-15mips64.s: New test source.
643 * testsuite/binutils-all/objcopy.exp: Run the new test.
644
3f97ba9f
MR
6452018-04-09 Maciej W. Rozycki <macro@mips.com>
646
647 * testsuite/binutils-all/strip-14.d: New test.
648 * testsuite/binutils-all/strip-14rel.s: New test source.
649 * testsuite/binutils-all/strip-14rela.s: New test source.
650 * testsuite/binutils-all/strip-14mips64.s: New test source.
651 * testsuite/binutils-all/objcopy.exp: Run the new test.
652
2008a0db
TT
6532018-04-06 Tom Tromey <tom@tromey.com>
654
655 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
656 constants from DWARF 5.
657
3cba8b6c
L
6582018-04-05 H.J. Lu <hongjiu.lu@intel.com>
659
660 PR gas/22318
661 * configure: Regenerated.
662
2d8c1a23
MR
6632018-04-05 Maciej W. Rozycki <macro@mips.com>
664
665 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
666 than `.dc.w' in second relocation.
667
65bd2045
MR
6682018-04-05 Maciej W. Rozycki <macro@mips.com>
669
670 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
671 relocation type 0x8f' error message.
672
2f8ceb38
MR
6732018-04-05 Maciej W. Rozycki <macro@mips.com>
674
675 * testsuite/binutils-all/strip-13.s: Rename to...
676 * testsuite/binutils-all/strip-13rela.s: ... this.
677 * testsuite/binutils-all/strip-13rel.s: New test source.
678 * testsuite/binutils-all/strip-13mips64.s: New test source.
679 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
680 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
681 `m68hc11-*' to `not-target' list.
682 * testsuite/binutils-all/objcopy.exp: Switch between sources for
683 `strip-13'.
684
aad7be45
MR
6852018-04-05 Maciej W. Rozycki <macro@mips.com>
686
687 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
688 241 (0xf1) for the relocation number and RELA addend.
689 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
690 `not-target' list.
691
89f60df2
JDA
6922018-04-04 John David Anglin <danglin@gcc.gnu.org>
693
694 * MAINTAINERS: Update my e-mail address.
695
f1ca0d6d
NC
6962018-04-04 Nick Clifton <nickc@redhat.com>
697
698 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
699
8fd75781
NC
7002018-03-23 Nick Clifton <nickc@redhat.com>
701
702 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
703 symbols.
704 (print_gnu_build_attribute_description): If no file start symbol
705 could be found, look for one two bytes into the file.
706 * testsuite/binutils-all/note-4-64.s: Set the address of the file
707 start symbol to two bytes into the file.
708 * testsuite/binutils-all/note-4-32.s: Likewise.
709
b1202ffa
L
7102018-03-21 H.J. Lu <hongjiu.lu@intel.com>
711
712 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
713 DF_1_WEAKFILTER and DF_1_NOCOMMON.
714
7e100140
NC
7152018-03-20 Nick Clifton <nickc@redhat.com>
716
717 * po/es.po: Updated Spanish translation.
718 * po/ru.po: Updated Russian translation.
719
e45ad123
NC
7202018-03-13 Nick Clifton <nickc@redhat.com>
721
722 PR 22957
723 * stabs.c (pop_binincl): Fail if the file index is off the end of
724 the stack.
725
81db3241
NC
7262018-03-13 Nick Clifton <nickc@redhat.com>
727
728 PR 22955
729 * stabs.c (parse_number): Add p_end parameter and use it to check
730 the validity of the pp parameter. Add checks to prevent walking
731 off the end of the string buffer.
732 (parse_stab_string): Likewise.
733 (parse_stab_type): Likewise.
734 (parse_stab_type_number): Likewise.
735 (parse_stab_range_type): Likewise.
736 (parse_stab_sun_builtin_type): Likewise.
737 (parse_stab_sun_floating_type): Likewise.
738 (parse_stab_enum_type): Likewise.
739 (parse_stab_struct_type): Likewise.
740 (parse_stab_baseclasses): Likewise.
741 (parse_stab_struct_fields): Likewise.
742 (parse_stab_cpp_abbrev): Likewise.
743 (parse_stab_one_struct_field): Likewise.
744 (parse_stab_members): Likewise.
745 (parse_stab_tilde_field): Likewise.
746 (parse_stab_array_type): Likewise.
e45ad123 747
81db3241
NC
748 * parse_stab: Compute the end of the string and then pass it on to
749 individual parser functions.
750
6d4f21f6
PP
7512018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
752
753 PR binutils/22923
754 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
755 overflow.
756
52fe4420
AM
7572018-03-07 Alan Modra <amodra@gmail.com>
758
759 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
760 * configure: Regenerate.
761
0e70b27b
L
7622018-03-05 H.J. Lu <hongjiu.lu@intel.com>
763
764 PR binutils/22911
765 * objdump.c (is_significant_symbol_name): Return TRUE for all
766 .plt* sections.
767 (find_symbol_for_address): Replace linear search with binary
768 search on dynamic relocations.
769
d11ae95e
NC
7702018-03-01 Nick Clifton <nickc@redhat.com>
771
772 PR 22905
773 * dwarf.c (display_debug_ranges): Check that the offset loaded
774 from the range_entry structure is valid.
775
e184813f
AM
7762018-03-01 Alan Modra <amodra@gmail.com>
777
778 * configure.ac (ALL_LINGUAS): Add sr. Sort.
779 * configure: Regenerate.
780
bc7c0509
NC
7812018-02-27 Nick Clifton <nickc@redhat.com>
782
783 * po/pt.po: New Portuguese translation.
784 * configure.ac (ALL_LINGUAS): Add pt.
785 * configure: Regenerate.
786
f3185997
NC
7872018-02-27 Nick Clifton <nickc@redhat.com>
788
789 PR 22875
790 * objcopy.c (copy_object): Check the error status after marking
791 symbols used in relocations.
792 * testsuite/binutils-all/strip-13.s: New test source file.
793 * testsuite/binutils-all/strip-13.s: New test driver file.
794 * testsuite/binutils-all/objcopy.exp: Run the new test.
795
2c1c9679
AM
7962018-02-26 Alan Modra <amodra@gmail.com>
797
798 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
799 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
800
6e05870c
AM
8012018-02-23 Alan Modra <amodra@gmail.com>
802
803 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
804 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
805
b0ab9c45
RH
8062018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
807
808 * doc/binutils.texi (objcopy): Add missing closing square
809 parenthesis to listing of objcopy's command line options.
810
e535d0dd
MK
8112018-02-19 Matthias Klose <doko@debian.org>
812
813 * strings.c (long_options): Include-all-whitespace does not take
814 an extra agument.
815
6e5e9d58
AM
8162018-02-13 Alan Modra <amodra@gmail.com>
817
818 PR 22836
819 * testsuite/binutils-all/group-7.s,
820 * testsuite/binutils-all/group-7a.d,
821 * testsuite/binutils-all/group-7b.d,
822 * testsuite/binutils-all/group-7c.d: New tests.
823 * testsuite/binutils-all/objcopy.exp: Run them.
824
8de3a6e2
NC
8252018-02-08 Nick Clifton <nickc@redhat.com>
826
827 PR 22802
828 * dwarf.c (load_separate_debug_file): Return early if the user is
829 not interested in debug links.
830
68807c3c
NC
8312018-02-06 Nick Clifton <nickc@redhat.com>
832
833 PR 22793
834 * readelf.c (find_section): Replace assertion with test and return
835 of NULL.
836 (find_section_by_address): Add test of section header table
837 existance.
838 (find_section_by_type): Likewise.
839 (find_section_in_set): Likewise.
840
2d6dda71
MR
8412018-02-05 Maciej W. Rozycki <macro@mips.com>
842
843 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
844 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
845 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
846 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
847
78c88364
MR
8482018-02-05 Maciej W. Rozycki <macro@mips.com>
849
850 * testsuite/config/default.exp (binutils_run): Document
851 `binutils_run_status'.
852 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
853 and set it.
854 (run_dump_test): Add `error', `error_output', `warning' and
855 `warning_output' options. Update documentation accordingly.
856
5bb0830d
AB
8572018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
858
859 * dwarf.c (dwarf_regnames_riscv): New register name table.
860 (init_dwarf_regnames_riscv): New function.
861 (init_dwarf_regnames): Add call to initialise RiscV register
862 names.
863 * dwarf.h (init_dwarf_regnames_riscv): Declare.
864 * objdump.c (dump_dwarf): Add call to initialise RiscV register
865 names.
866
f2023ce7
AM
8672018-02-01 Alan Modra <amodra@gmail.com>
868
869 PR 22769
870 * objdump.c (load_specific_debug_section): Check for overflow
871 when adding one to section size for a string section terminator.
872
fcabedd5
NC
8732018-01-30 Nick Clifton <nickc@redhat.com>
874
875 PR 22734
876 * doc/binutils.texi (nm): Update description to point out that
877 zero-initialized values can also be shown as type B, b, S or s
878 since they can be stored in the BSS section.
879
f49db8be
AM
8802018-01-30 Alan Modra <amodra@gmail.com>
881
882 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
883 "artificially large" end address.
884
a8d6d6ac
NC
8852018-01-28 Nick Clifton <nickc@redhat.com>
886
887 * README-how-to-make-a-release: Add note about checking gpg key
888 and the results of gnupload.
889
9a5db26e
NC
8902018-01-27 Nick Clifton <nickc@redhat.com>
891
892 * README-how-to-make-a-release: Add details on how to actually
893 make the release.
894
94c2436b
NC
8952018-01-26 Nick Clifton <nickc@redhat.com>
896
897 * README-how-to-make-a-release: Add more details on updating
898 version numbers.
899
1ea332d6
MR
9002018-01-22 Maciej W. Rozycki <macro@mips.com>
901
902 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
903 option description.
904
d65ce302
MR
9052018-01-22 Maciej W. Rozycki <macro@mips.com>
906
907 * MAINTAINERS: Update my company e-mail address.
908
f433138f
NC
9092018-01-22 Nick Clifton <nickc@redhat.com>
910
911 * po/sv.po: Updated Swedish translation.
912
7ab82037
NC
9132018-01-18 Nick Clifton <nickc@redhat.com>
914
915 * po/bg.po: Updated Bulgarian translation.
916
0dd86f32
JB
9172018-01-16 Joel Brobecker <brobecker@adacore.com>
918
919 * README-how-to-make-a-release: Add reminder to update the
920 branch name in gdbadmin's crontab on sourceware.
921
a960d29f
JB
9222018-01-16 Joel Brobecker <brobecker@adacore.com>
923
924 * README-how-to-make-a-release: Remove trailing spaces.
925
f6efed01
NC
9262018-01-16 Nick Clifton <nickc@redhat.com>
927
928 * po/fr.po: Updated French translation.
929
616dcb87
NC
9302018-01-15 Nick Clifton <nickc@redhat.com>
931
932 * po/uk.po: Updated Ukranian translation.
933
3957a496
NC
9342018-01-13 Nick Clifton <nickc@redhat.com>
935
19e2900b 936 * README-how-to-make-a-release: Update notes.
3957a496
NC
937 * po/binutils.pot: Regenerated.
938
769c7ea5
NC
9392018-01-13 Nick Clifton <nickc@redhat.com>
940
941 * configure: Regenerate.
942
9176ac5b
NC
9432018-01-13 Nick Clifton <nickc@redhat.com>
944
faf766e3 945 2.30 branch created.
9176ac5b
NC
946 * NEWS: Add marker for 2.30.
947
98ab9e96
NC
9482018-01-12 Nick Clifton <nickc@redhat.com>
949
950 * README-how-to-make-a-release: Add notes on how to make the
951 branch and prelease snapshot.
952 * BRANCHES: Add binutils-2_29-branch.
953
bf41f30d
NC
9542018-01-10 Nick Clifton <nickc@redhat.com>
955
956 * MAINTAINERS: Note that it is now the configure.ac file and not
957 the configure.in file that needs to be kept in sync with gcc.
958 Add a note about sending patches for libiberty to gcc.
959
f13974bd
NC
9602018-01-03 Nick Clifton <nickc@redhat.com>
961
962 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
963 constants.
964
6f156d7a
NC
9652018-01-03 Nick Clifton <nickc@redhat.com>
966
967 * objcopy.c (objcopy_internal_note): New structure.
968 (gap_exists): New function.
969 (is_open_note): New function.
970 (is_func_note): New function.
971 (is_64bit): New function.
972 (merge_gnu_build_notes): Handle v3 notes. Do not merge
973 if there are relocations against the notes.
974 * readelf.c (get_note_type): Use short names for build attribute
975 notes.
976 (print_symbol_for_build_attribute): Rename to
977 get_symbol_for_build_attribute. Returns the found symbol rather
978 than printing it.
979 (print_gnu_build_attribute_description): Maintain address ranges
980 for function notes as well as global notes. Handle v3 notes.
981 (print_gnu_build_attribute_name): Use more space for printing the
982 name in wide mode.
983 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
984 Eliminate symbol references in order to remove the need for
985 relocations.
986 * testsuite/binutils-all/note-2-64.s: Likewise.
987 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
988 symbol.
989 * testsuite/binutils-all/note-3-64.s: Likewise.
990 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
991 output.
992 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
993 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
994 * testsuite/binutils-all/note-2-32.d: Likewise.
995 * testsuite/binutils-all/note-2-64.d: Likewise.
996 * testsuite/binutils-all/note-3-32.d: Likewise.
997 * testsuite/binutils-all/note-3-64.d: Likewise.
998 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
999 * testsuite/binutils-all/note-4-32.s: New test.
1000 * testsuite/binutils-all/note-4-64.d: New test result file.
1001 * testsuite/binutils-all/note-4-32.d: New test result file.
1002
219d1afa
AM
10032018-01-03 Alan Modra <amodra@gmail.com>
1004
1005 Update year range in copyright notice of all files.
1006
1e563868 1007For older changes see ChangeLog-2017
3499769a 1008\f
1e563868 1009Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
1010
1011Copying and distribution of this file, with or without modification,
1012are permitted in any medium without royalty provided the copyright
1013notice and this notice are preserved.
1014
1015Local Variables:
1016mode: change-log
1017left-margin: 8
1018fill-column: 74
1019version-control: never
1020End:
This page took 0.172566 seconds and 4 git commands to generate.