Remove munmap_listp_free_cleanup
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-09-17 H.J. Lu <hongjiu.lu@intel.com>
2
3 * objcopy.c (strip_specific_buffer): New.
4 (strip_unneeded_buffer): Likewise.
5 (keep_specific_buffer): Likewise.
6 (localize_specific_buffer): Likewise.
7 (globalize_specific_buffer): Likewise.
8 (keepglobal_specific_buffer): Likewise.
9 (weaken_specific_buffer): Likewise.
10 (add_specific_symbols): Add an argument to return pointer to
11 allocated buffer.
12 (copy_main): Update add_specific_symbols to update pointers to
13 allocated buffer. Free pointers to allocated buffer before
14 return.
15
16 2018-09-17 Alan Modra <amodra@gmail.com>
17
18 * objcopy.c (handle_remove_section_option): Don't require a dot
19 after .rela and .rel to handle a possible relocation section.
20 * testsuite/binutils-all/remove-relocs-07.s,
21 * testsuite/binutils-all/remove-relocs-07.d,
22 * testsuite/binutils-all/remove-relocs-08.d: New tests.
23 * testsuite/binutils-all/remove-relocs-01.d,
24 * testsuite/binutils-all/remove-relocs-04.d,
25 * testsuite/binutils-all/remove-relocs-05.d,
26 * testsuite/binutils-all/remove-relocs-06.d: Exclude mips64-openbsd.
27
28 2018-09-17 Alan Modra <amodra@gmail.com>
29
30 * testsuite/lib/binutils-common.exp (is_som_format): New proc.
31 (run_dump_test): Correct target test for alternate .comm syntax.
32 (get_standard_section_names): Handle som format.
33 * testsuite/lib/utils-lib.exp (default_binutils_assemble_flags):
34 Correct target test for alternate .comm syntax.
35
36 2018-09-17 Alan Modra <amodra@gmail.com>
37
38 * testsuite/binutils-all/strip-13mips64.s: Add section flags
39 for reloc section.
40 * testsuite/binutils-all/strip-13rel.s: Likewise.
41 * testsuite/binutils-all/strip-13rela.s: Likewise.
42 * testsuite/binutils-all/strip-14mips64.s: Likewise.
43 * testsuite/binutils-all/strip-14rel.s: Likewise.
44 * testsuite/binutils-all/strip-14rela.s: Likewise.
45 * testsuite/binutils-all/strip-15mips64.s: Likewise.
46 * testsuite/binutils-all/strip-15rel.s: Likewise.
47 * testsuite/binutils-all/strip-15rela.s: Likewise.
48
49 2018-09-17 Nick Clifton <nickc@redhat.com>
50
51 * testsuite/binutils-all/compress.exp: Rename second "objcopy
52 zlib-gnu compress debug sections 3" test to "objcopy zlib-gabi
53 compress debug sections 3" and use gabi object files instead
54 of gnu object files.
55 * testsuite/binutils-all/objcopy.exp: Add suffix to the names
56 of the "ELF group" tests.
57 * testsuite/binutils-all/readelf.exp (proc readelf_find_size):
58 Add an iteration parameter and include it in the name of the
59 test. Update callers to include an iteration count.
60
61 2018-09-15 Alan Modra <amodra@gmail.com>
62
63 * testsuite/binutils-all/add-symbol.d: Add "section_subst: no".
64 * testsuite/binutils-all/elfedit.exp: Don't set tempfile or copyfile.
65 * testsuite/binutils-all/symbols-1.d,
66 * testsuite/binutils-all/symbols-2.d,
67 * testsuite/binutils-all/symbols-3.d,
68 * testsuite/binutils-all/symbols-4.d: Quote '*' and '!'.
69 * testsuite/binutils-all/add-empty-section.d,
70 * testsuite/binutils-all/add-section.d,
71 * testsuite/binutils-all/elfedit.exp,
72 * testsuite/binutils-all/note-1.d,
73 * testsuite/binutils-all/pr23633.d: Add $subdir after $srcdir.
74 * testsuite/config/default.exp (AS, ASFLAGS): Define.
75 * testsuite/config/hppa.sed: Handle all common symbols.
76 * testsuite/lib/binutils-common.exp (run_dump_test): New proc,
77 merged from three other versions.
78 (slurp_options, file_contents, set_file_contents): Likewise.
79 (big_or_little_endian, get_standard_section_names): Likewise.
80 * testsuite/lib/utils-lib.exp (run_dump_test): Delete.
81 (slurp_options, proc file_contents): Delete.
82 (get_standard_section_names): Delete.
83
84 2018-09-15 Alan Modra <amodra@gmail.com>
85
86 * testsuite/binutils-all/copy-2.d,
87 * testsuite/binutils-all/copy-3.d,
88 * testsuite/binutils-all/copy-4.d,
89 * testsuite/binutils-all/elfedit-1.d,
90 * testsuite/binutils-all/note-1.d,
91 * testsuite/binutils-all/note-2-64.d,
92 * testsuite/binutils-all/strip-11.d,
93 * testsuite/binutils-all/strip-13.d,
94 * testsuite/binutils-all/strip-14.d,
95 * testsuite/binutils-all/testranges.d,
96 * testsuite/binutils-all/x86-64/pr23494a-x32.d,
97 * testsuite/binutils-all/x86-64/pr23494a.d,
98 * testsuite/binutils-all/x86-64/pr23494b-x32.d,
99 * testsuite/binutils-all/x86-64/pr23494b.d,
100 * testsuite/binutils-all/x86-64/pr23494c-x32.d,
101 * testsuite/binutils-all/x86-64/pr23494c.d,
102 * testsuite/binutils-all/x86-64/pr23494d-x32.d,
103 * testsuite/binutils-all/x86-64/pr23494d.d,
104 * testsuite/binutils-all/x86-64/pr23494e-x32.d,
105 * testsuite/binutils-all/x86-64/pr23494e.d,
106 * testsuite/lib/utils-lib.exp (run_dump_test): Replace not-target
107 and not-skip with notarget and noskip.
108
109 2018-09-15 Alan Modra <amodra@gmail.com>
110
111 * testsuite/binutils-all/group-7a.d,
112 * testsuite/binutils-all/group-7b.d,
113 * testsuite/binutils-all/group-7c.d,
114 * testsuite/binutils-all/symbols-1.d,
115 * testsuite/binutils-all/symbols-2.d,
116 * testsuite/binutils-all/symbols-3.d,
117 * testsuite/binutils-all/symbols-4.d: Remove DUMPPROG.
118
119 2018-09-14 Alan Modra <amodra@gmail.com>
120
121 PR binutils/23633
122 * testsuite/binutils-all/pr23633.d: Don't fail when assembler
123 generates sections other than .text.
124
125 2018-09-13 H.J. Lu <hongjiu.lu@intel.com>
126
127 PR binutils/23633
128 * testsuite/binutils-all/objcopy.exp: Run pr23633.
129 * testsuite/binutils-all/pr23633.d: New file.
130 * testsuite/binutils-all/pr23633.list: Likewise.
131 * testsuite/binutils-all/pr23633.s: Likewise.
132
133 2018-09-13 Nick Clifton <nickc@redhat.com>
134
135 PR 23633
136 * objcopy.c (add_specific_symbols): Do not free the buffer at the
137 end of the function.
138
139 2018-09-10 Alan Modra <amodra@gmail.com>
140
141 PR binutils/23611
142 * objcopy.c (handle_remove_section_option): Consider .rela and
143 .rel sections for stripping directly as well as attached to the
144 associated section they relocate.
145 * doc/binutils.texi (remove-relocations): Specify that this
146 option removes non-dynamic relocation sections.
147 * testsuite/binutils-all/objcopy.exp
148 (objcopy_remove_relocations_from_executable): New test.
149
150 2018-09-03 Nick Clifton <nickc@redhat.com>
151
152 * po/ja.po: Updated Japanese translation.
153
154 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
155
156 * testsuite/binutils-all/readelf.s-64: Adjusted for
157 .note.gnu.property section.
158 * testsuite/binutils-all/strip-3.d: Also strip
159 .note.gnu.property section.
160
161 2018-08-31 H.J. Lu <hongjiu.lu@intel.com>
162
163 * testsuite/binutils-all/i386/compressed-1b.d: Pass
164 -mx86-used-note=no to assembler.
165 * testsuite/binutils-all/i386/compressed-1c.d: Likewise.
166 * testsuite/binutils-all/x86-64/compressed-1b.d: Likewise.
167 * testsuite/binutils-all/x86-64/compressed-1c.d: Likewise.
168 * testsuite/binutils-all/i386/empty.d: Pass -mx86-used-note=yes
169 to assembler and update expected output from "readelf -n".
170 * testsuite/binutils-all/i386/ibt.d: Likewise.
171 * testsuite/binutils-all/i386/pr21231a.d: Likewise.
172 * testsuite/binutils-all/i386/pr21231b.d: Likewise.
173 * testsuite/binutils-all/i386/shstk.d: Likewise.
174 * testsuite/binutils-all/x86-64/empty-x32.d: Likewise.
175 * testsuite/binutils-all/x86-64/empty.d: Likewise.
176 * testsuite/binutils-all/x86-64/ibt-x32.d: Likewise.
177 * testsuite/binutils-all/x86-64/ibt.d: Likewise.
178 * testsuite/binutils-all/x86-64/pr21231a.d: Likewise.
179 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
180 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
181 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
182 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
183 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
184 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
185 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
186 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
187 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
188 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
189 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
190 * testsuite/binutils-all/x86-64/shstk-x32.d: Likewise.
191 * testsuite/binutils-all/x86-64/shstk.d: Likewise.
192
193 2018-08-30 H.J. Lu <hongjiu.lu@intel.com>
194
195 * readelf.c (process_section_headers): Treat SHT_FINI_ARRAY and
196 SHT_PREINIT_ARRAY as relocatable sections.
197
198 2018-08-30 Chenghua Xu <paul.hua.gm@gmail.com>
199
200 * MAINTAINERS: Add myself as a MIPS port maintainer.
201
202 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
203
204 * NEWS: Mention Loongson 2K1000 proccessor support.
205 * readelf.c (get_machine_flags): Handle gs264e.
206
207 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
208
209 * NEWS: Mention Loongson 3A2000/3A3000 proccessor support.
210 * readelf.c (get_machine_flags): Handle gs464e.
211
212 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
213
214 * NEWS: Mention Loongson 3A1000 proccessor support.
215 * readelf.c (get_machine_flags): Rename loongson-3a to gs464.
216 (print_mips_isa_ext): Delete AFL_EXT_LOONGSON_3A.
217
218 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
219
220 * readelf.c (print_mips_ases): Add Loongson EXT2 extension.
221
222 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
223
224 * readelf.c (print_mips_ases): Add Loongson EXT extension.
225
226 2018-08-29 Chenghua Xu <paul.hua.gm@gmail.com>
227
228 * readelf.c (print_mips_ases): Add CAM extension.
229
230 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
231
232 * readelf.c (decode_x86_isa): Print <None> if bitmask only
233 contains the GNU_PROPERTY_X86_UINT32_VALID bit.
234 (decode_x86_feature_1): Likewise.
235 (decode_x86_feature_2): Likewise.
236 (print_gnu_property_note): Don't mask out the
237 GNU_PROPERTY_X86_UINT32_VALID bit.
238 * testsuite/binutils-all/i386/pr21231b.d: Updated.
239 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
240
241 2018-08-27 H.J. Lu <hongjiu.lu@intel.com>
242
243 * readelf.c (decode_x86_compat_isa): Break multi-statement line.
244 (decode_x86_isa): Likewise.
245 (decode_x86_feature_2): Likewise.
246
247 2018-08-25 H.J. Lu <hongjiu.lu@intel.com>
248
249 PR ld/23499
250 * readelf.c (get_symbol_version_string): Return _("<corrupt>")
251 for corrupt symbol version info.
252
253 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
254
255 * readelf.c (decode_x86_compat_isa): New function.
256 (decode_x86_feature_2): Likewise.
257 (decode_x86_isa): Updated for new X86_ISA_1_XXX bits.
258 (decode_x86_feature): Renamed to ...
259 (decode_x86_feature_1): This. Remove the type argument.
260 (print_gnu_property_note): Handle X86_COMPAT_ISA_1_USED,
261 X86_COMPAT_ISA_1_NEEDED, X86_UINT32_AND_LO, X86_UINT32_AND_HI,
262 X86_UINT32_OR_LO, X86_UINT32_OR_HI, X86_UINT32_OR_AND_LO and
263 X86_UINT32_OR_AND_HI instead of X86_ISA_1_USED, X86_ISA_1_NEEDED
264 and X86_FEATURE_1_AND.
265 * testsuite/binutils-all/i386/pr21231b.s: Updated to the current
266 GNU_PROPERTY_X86_ISA_1_USED and GNU_PROPERTY_X86_ISA_1_NEEDED
267 values.
268 * testsuite/binutils-all/x86-64/pr21231b.s: Likewise.
269 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
270 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
271 * testsuite/binutils-all/x86-64/pr23494c.s: Likewise.
272 * testsuite/binutils-all/i386/pr21231b.d: Updated.
273 * testsuite/binutils-all/x86-64/pr21231b.d: Likewise.
274 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Likewise.
275 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
276 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
277 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
278 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
279 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
280 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
281 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
282
283 2018-08-24 H.J. Lu <hongjiu.lu@intel.com>
284
285 * readelf.c (print_gnu_property_note): Check the
286 GNU_PROPERTY_X86_UINT32_VALID bit for invalid GNU property note.
287
288 2018-08-23 Alan Modra <amodra@gmail.com>
289
290 * readelf.c (get_ppc64_symbol_other): Return NULL if st_other
291 field contains unrecognised or reserved values. Handle
292 localentry:1 value.
293
294 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
295
296 PR ld/23536
297 * Makefile.am (development.exp): New target.
298 (EXTRA_DEJAGNU_SITE_CONFIG): New.
299 (DISTCLEANFILES): Add development.exp.
300 * Makefile.in: Regenerated.
301 * testsuite/binutils-all/objcopy.exp (strip_test): Call
302 prune_warnings to prune BFD output.
303 (strip_test_with_saving_a_symbol): Likewise.
304 (objcopy_test_without_global_symbol): Likewise.
305 * testsuite/lib/binutils-common.exp (prune_warnings_extra):
306 New proc.
307 (prune_warnings): Likewise.
308
309 2018-08-23 H.J. Lu <hongjiu.lu@intel.com>
310
311 * README-how-to-make-a-release: Document setting "experimental"
312 to false.
313
314 2018-08-22 Alan Modra <amodra@gmail.com>
315
316 * readelf.c (process_file_header): Assign updated values from
317 section_header[0] fields to e_phnum, e_shnum and e_shstrndx
318 during printing of header. Correct e_shstrndx range check.
319 Remove unnecessary casts and use %u rather than %ld for
320 unsigned int header fields. Don't print a random %lx when
321 reporting an unknown EI_VERSION.
322
323 2018-08-21 Nick Clifton <nickc@redhat.com>
324
325 * MAINTAINERS: Note that Arnold Metselaar has retired as the z80
326 maintainer.
327
328 2018-08-21 L. Simon <l.simon@samsung.com>
329
330 PR 23531
331 * readelf.c (hppa_process_unwind): Only dump the unwind table if
332 the data was successfully read in.
333
334 2018-08-18 Alan Modra <amodra@gmail.com>
335
336 * testsuite/lib/binutils-common.exp (is_elf64): Use directory of
337 input file for readelf.out.
338 (is_rela): New proc.
339 * testsuite/binutils-all/objcopy.exp (elf64): Set new variable
340 from first result of is_elf64 test.
341 (reloc_format): Set using is_rela.
342 (strip-13): Pass RELOC and ELF64 to assembler.
343 (strip-14, strip-15): Use elf64 rather than calling is_elf64 again.
344 * testsuite/binutils-all/strip-13.d: Run for more targets.
345 * testsuite/binutils-all/strip-13mips64.s: Use RELOC and set
346 addend to zero.
347 * testsuite/binutils-all/strip-13rel.s: Use RELOC and ELF64.
348 Don't add _NONE reloc.
349 * testsuite/binutils-all/strip-13rela.s: Likewise.
350
351 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
352
353 PR binutils/23494
354 * testsuite/binutils-all/x86-64/pr23494c.s: New file.
355 * testsuite/binutils-all/x86-64/pr23494e-x32.d: Likewise.
356 * testsuite/binutils-all/x86-64/pr23494e.d: Likewise.
357
358 2018-08-10 H.J. Lu <hongjiu.lu@intel.com>
359
360 * testsuite/binutils-all/x86-64/pr23494a-x32.d: Skip nacl
361 targets.
362 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
363 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
364 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
365 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
366 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
367 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
368 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
369
370 2018-08-08 H.J. Lu <hongjiu.lu@intel.com>
371
372 PR binutils/23494
373 * testsuite/binutils-all/x86-64/pr23494a-x32.d: New file.
374 * testsuite/binutils-all/x86-64/pr23494a.d: Likewise.
375 * testsuite/binutils-all/x86-64/pr23494a.s: Likewise.
376 * testsuite/binutils-all/x86-64/pr23494b-x32.d: Likewise.
377 * testsuite/binutils-all/x86-64/pr23494b.d: Likewise.
378 * testsuite/binutils-all/x86-64/pr23494b.s: Likewise.
379 * testsuite/binutils-all/x86-64/pr23494c-x32.d: Likewise.
380 * testsuite/binutils-all/x86-64/pr23494c.d: Likewise.
381 * testsuite/binutils-all/x86-64/pr23494d-x32.d: Likewise.
382 * testsuite/binutils-all/x86-64/pr23494d.d: Likewise.
383
384 2018-08-08 Kevin Buettner <kevinb@redhat.com>
385
386 * dwarf.c (decode_location_expresion): Add case for
387 DW_OP_GNU_variable_value.
388
389 2018-08-06 Claudiu Zissulescu <claziss@synopsys.com>
390
391 * readelf.c (display_arc_attribute): Print Tag_ARC_ATR_version.
392
393 2018-08-03 Nick Clifton <nickc@redhat.com>
394
395 * objcopy.c (merge_gnu_build_notes): Delete empty notes. Merge
396 identical function notes.
397
398 2018-08-01 Nick Clifton <nickc@redhat.com>
399
400 * README-how-to-make-a-release: Add note about regenerating the
401 info files prior to the release.
402
403 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
404
405 * MAINTAINERS (C-SKY): Add Yunhai Shang as co-maintainer.
406
407 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
408
409 * MAINTAINERS (C-SKY): Add Lifang Xia as maintainer.
410
411 2018-07-30 Andrew Jenner <andrew@codesourcery.com>
412
413 * readelf.c: Include elf/csky.h.
414 (guess_is_rela): Handle EM_CSKY.
415 (dump_relocations): Likewise.
416 (get_machine_name): Likewise.
417 (is_32bit_abs_reloc): Likewise.
418
419 2018-07-25 Nick Clifton <nickc@redhat.com>
420
421 * rdcoff.c (parse_coff_struct_type): Free fields array upon early
422 exit.
423 (parse_coff_enum_type): Free names and vals arrays upon early
424 exit.
425 * rddbg.c (read_section_stabs_debugging_info): Free shandle and
426 strings and stabs arrays upon early exit.
427 * readelf.c (get_32bit_section_headers): Free shdrs structure upon
428 early exit.
429 (get_64bit_section_headers): Likewise.
430 (get_32bit_elf_symbols): Generate an error if multiple symbol
431 table index sections are associated with the same symbol section.
432 (get_64bit_elf_symbols): Likewise.
433 (process_dynamic_section): Generate an error if there are multiple
434 dynamic symbol table sections, multiple dynamic string tables or
435 multiple dynamic symbol information sections.
436
437 2018-07-24 Nick Clifton <nickc@redhat.com>
438
439 * po/sv.po: Updated Swedish translation.
440
441 2018-07-24 Alan Modra <amodra@gmail.com>
442
443 PR 23431
444 * dwarf.c (display_formatted_table): Replace "what" parameter
445 with "is_dir". Expand messages. Fix capitalisation.
446 * testsuite/binutils-all/dw5.W: Update expected output.
447
448 2018-07-24 Alan Modra <amodra@gmail.com>
449
450 PR 23430
451 * elfcomm.h (struct archive_info): Rename uses_64bit_indicies
452 to uses_64bit_indices.
453 * elfcomm.c (setup_archive): Update uses of above.
454 * readelf.c (process_archive): Likewise.
455 (get_section_type_name): Rename indicies to indices.
456 (get_32bit_elf_symbols, get_64bit_elf_symbols): Likewise.
457 (process_section_groups): Likewise.
458
459 2018-07-20 Maciej W. Rozycki <macro@mips.com>
460
461 * MAINTAINERS: Update my e-mail address, downgrade to MIPS I-IV
462 ISA maintenance.
463
464 2018-07-20 Nick Clifton <nickc@redhat.com>
465
466 * objcopy.c (add_specific_symbols): Free buffer on exit.
467 (add_redefine_syms_file): Close file handle on exit.
468 (copy_object): Close file handle on early exit.
469 Free buffer on early exit.
470 Free gaps buffers once they are no longer needed.
471 * dwarf.c (display_debug_frames): Free allocated memory on exit.
472 (load_separate_debug_info): Free allocate memory on early exit.
473
474 2018-07-20 Chenghua Xu <paul.hua.gm@gmail.com>
475 Maciej W. Rozycki <macro@mips.com>
476
477 * readelf.c (print_mips_ases): Add MMI extension.
478
479 2018-07-19 DJ Delorie <dj@redhat.com>
480
481 * MAINTAINERS (RL78, RX): Remove myself as maintainer.
482
483 2018-07-19 Nick Clifton <nickc@redhat.com>
484
485 * dwarf.c (read_cie): Free allocated memory before returning with
486 a failure result.
487
488 2018-07-16 Pedro Franco de Carvalho <pedromfc@linux.ibm.com>
489
490 * readelf.c (get_note_type): Fix typo in NT_PPC_TM_CVSX note
491 description.
492
493 2018-07-16 Nick Clifton <nickc@redhat.com>
494
495 * README-how-to-make-a-release: Add note to check for new top
496 level files and add them to the src-release.sh script.
497
498 2018-07-14 Nick Clifton <nickc@redhat.com>
499
500 * README-how-to-make-a-release: Updated with corrections based on
501 the 2.31 release experience.
502
503 2018-07-12 Francois H. Theron <francois.theron@netronome.com>
504
505 * readelf.c (process_section_headers): Don't print section type
506 twice for --section-details.
507
508 2018-07-10 Alan Modra <amodra@gmail.com>
509
510 * testsuite/lib/binutils-common.exp (supports_gnu_unique): Return
511 zero for xgate.
512
513 2018-07-06 Nick Clifton <nickc@redhat.com>
514
515 * readelf.c (same_section): New function.
516 (print_gnu_build_attribute_description): Do not complain about
517 gaps that cross a section boundary.
518
519 2018-07-05 Nick Clifton <nickc@redhat.com>
520
521 * po/bg.po: Updated Bulgarian translation.
522
523 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
524
525 * NEWS: Use command-line consistently when used in a compount word.
526 * doc/binutils.texi: Likewise and fix trailing whitespace on same
527 line.
528
529 2018-06-26 Nick Clifton <nickc@redhat.com>
530
531 * po/sv.po: Updated Swedish translation.
532 * po/uk.po: Updated Ukranian translation.
533
534 2018-06-26 Nick Clifton <nickc@redhat.com>
535
536 * doc/binutils.texi: Fix spelling mistakes.
537 * README--how-to-make-a-release: Likewise.
538
539 2018-06-25 Tom Tromey <tom@tromey.com>
540
541 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
542 Bump version number.
543
544 2018-06-24 Nick Clifton <nickc@redhat.com>
545
546 * README-how-to-make-a-release: Update with experiences from
547 making 2.31 branch.
548 * po/binutils.pot: Regenerate.
549 * configure: Regenerate.
550
551 2018-06-24 Nick Clifton <nickc@redhat.com>
552
553 2.31 branch created.
554 * NEWS: Add marker for 2.31.
555
556 2018-06-21 Alan Modra <amodra@gmail.com>
557
558 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
559 * doc/Makefile.in: Regenerate.
560
561 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
562
563 * configure.ac: Remove AC_PREREQ.
564 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
565 info-in-builddir no-texinfo.tex.
566 * Makefile.in: Re-generate.
567 * aclocal.m4: Re-generate.
568 * config.in: Re-generate.
569 * configure: Re-generate.
570 * doc/Makefile.in: Re-generate.
571
572 2018-06-19 Andreas Schwab <schwab@suse.de>
573
574 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
575 (is_8bit_abs_reloc): New function.
576 (is_6bit_abs_reloc): New function.
577 (is_6bit_inplace_sub_reloc): New function.
578 (apply_relocations): Use them. Handle 6-bit relocations.
579
580 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
581
582 * readelf.c (print_mips_ases): Add GINV extension.
583
584 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
585
586 PR binutils/23267
587 * readelf.c (get_symbol_version_string): Check if the first
588 symbol version is base version.
589
590 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
591 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
592
593 * readelf.c (print_mips_ases): Add CRC.
594
595 2018-06-13 Nick Clifton <nickc@redhat.com>
596
597 * doc/binutils.texi (objdump): Add missing closing square
598 parenthesis to listing of objcopy's command line options.
599
600 2018-06-11 Nick Clifton <nickc@redhat.com>
601
602 * po/es.po: Updated Spanish translation.
603
604 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
605
606 * configure: Regenerated.
607
608 2018-05-31 Alan Modra <amodra@gmail.com>
609
610 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
611 set CC_FOR_TARGET. Run test non-native.
612 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
613 Likewise.
614 (test_follow_debuglink): Run test non-native.
615
616 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
617
618 PR 23107
619 * ar.c (display_offsets): New variable.
620 (usage): Add description of 'O' operator.
621 (decode_option): Handle 'O' operator.
622 (print_descr): Pass display_offsets to print_arelt_descr.
623 * arsup.c: Update call to printy_arelt_descr.
624 * objdump.c: Likewise.
625 * bucomm.c (print_arelt_descr): If offsets parameter is true then
626 display offset of archive element within the archive.
627 * bucomm.h: Update prototype for print_arelt_descr.
628 * doc/binutils.texi: Update description of ar command.
629 * NEWS: Mention the new feature.
630 * testsuite/binutils-all/ar.exp: Add text of new feature.
631
632 2018-05-28 Alan Modra <amodra@gmail.com>
633
634 PR 23235
635 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
636 unsupported rather than fail on compile errors.
637 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
638 Likewise. Save and restore CFLAGS_FOR_TARGET.
639
640 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
641
642 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
643
644 2018-05-18 John Darrington <john@darrington.wattle.id.au>
645
646 * readelf.c: Add support for s12z architecture.
647 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
648 targets.
649
650 2018-05-15 Tamar Christina <tamar.christina@arm.com>
651
652 PR binutils/21446
653 * doc/binutils.texi (-M): Document AArch64 options.
654
655 2018-05-15 Tamar Christina <tamar.christina@arm.com>
656
657 PR binutils/21446
658 * doc/binutils.texi (-M): Document AArch64 options.
659 * NEWS: Document notes and warnings.
660
661 2018-05-15 Alan Modra <amodra@gmail.com>
662
663 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
664 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
665 and *uclinux* into *linux*.
666 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
667 strip-13 test, exclude arm-vxworks and arm-windiss.
668
669 2018-05-10 John Darrington <john@darrington.wattle.id.au>
670
671 * readelf.c (get_machine_name): EM_S12Z - handle new case.
672
673 2018-05-09 Alan Modra <amodra@gmail.com>
674
675 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
676
677 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
678
679 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
680
681 2018-05-08 Alan Modra <amodra@gmail.com>
682
683 PR 23141
684 * objcopy.c (is_strip_section): Strip groups without a valid
685 signature symbol.
686
687 2018-05-07 Alan Modra <amodra@gmail.com>
688
689 PR 23142
690 * objcopy.c (group_signature): Don't accept groups that use a
691 symbol table other than the one we've read.
692
693 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
694
695 * readelf.c: Very basic support for EM_NFP and its section types.
696 * testsuite/binutils-all/nfp: New directory.
697 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
698 tests.
699 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
700 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
701 * testsuite/binutils-all/nfp/test1.d: New file.
702 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
703 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
704 * NEWS: Mention the new support.
705
706 2018-04-27 Maciej W. Rozycki <macro@mips.com>
707
708 * testsuite/lib/binutils-common.exp (match_target): New procedure.
709 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
710 of `istarget' for matching with `target', `not-target', `skip'
711 and `not-skip' options.
712
713 2018-04-26 Nick Clifton <nickc@redhat.com>
714
715 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
716 32-bit absolute reloc for the HPPA target.
717 * testsuite/binutils-all/note-5.d: New test.
718 * testsuite/binutils-all/note-5.s: Source file for new test.
719 * testsuite/binutils-all/objcopy.exp: Run new test.
720
721 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
722
723 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
724 * testsuite/binutils-all/elfedit-3.d: Likewise.
725 * testsuite/binutils-all/objcopy.exp: Likewise.
726 * testsuite/binutils-all/strip-3.d: Likewise.
727 * testsuite/lib/binutils-common.exp: Likewise.
728
729 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
730 Mickaël Guêné <mickael.guene@st.com>
731
732 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
733 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
734
735 2018-04-25 Alan Modra <amodra@gmail.com>
736
737 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
738 arm-coff support.
739 * testsuite/binutils-all/objcopy.exp: Likewise.
740 * testsuite/lib/binutils-common.exp: Likewise.
741
742 2018-04-18 Nick Clifton <nickc@redhat.com>
743
744 PR 23062
745 * dwarf.c (read_and_display_attr_value): Replace assertions with
746 test and warning message.
747
748 2018-04-18 Alan Modra <amodra@gmail.com>
749
750 * testsuite/lib/binutils-common.exp: Remove support for assorted
751 aout targets.
752
753 2018-04-17 Nick Clifton <nickc@redhat.com>
754
755 PR 23063
756 * readelf.c (print_symbol): If the width is zero, return straight
757 away.
758
759 PR 23064
760 * dwarf.c (process_cu_tu_index): Test for a potential buffer
761 overrun before copying signature pointer.
762
763 2018-04-17 Alan Modra <amodra@gmail.com>
764
765 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
766
767 2018-04-16 Alan Modra <amodra@gmail.com>
768
769 * readelf.c (get_machine_name): Correct typo.
770
771 2018-04-16 Alan Modra <amodra@gmail.com>
772
773 * configure.ac: Remove arm-epoc-pe support.
774 * dlltool.c: Likewise.
775 * configure: Regenerate.
776
777 2018-04-16 Alan Modra <amodra@gmail.com>
778
779 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
780 sparc-coff support.
781
782 2018-04-16 Alan Modra <amodra@gmail.com>
783
784 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
785 support.
786 * testsuite/binutils-all/copy-3.d: Likewise.
787 * testsuite/binutils-all/objcopy.exp: Likewise.
788 * testsuite/lib/binutils-common.exp: Likewise.
789
790 2018-04-16 Alan Modra <amodra@gmail.com>
791
792 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
793
794 2018-04-16 Alan Modra <amodra@gmail.com>
795
796 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
797
798 2018-04-16 Alan Modra <amodra@gmail.com>
799
800 * testsuite/binutils-all/objdump.exp: Remove we32k support.
801
802 2018-04-16 Alan Modra <amodra@gmail.com>
803
804 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
805 * testsuite/binutils-all/objdump.exp: Remove m88k support.
806
807 2018-04-16 Alan Modra <amodra@gmail.com>
808
809 * readelf.c: Remove i370 support.
810 * testsuite/binutils-all/objdump.exp: Likewise.
811
812 2018-04-16 Alan Modra <amodra@gmail.com>
813
814 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
815 * testsuite/lib/binutils-common.exp: Likewise.
816
817 2018-04-16 Alan Modra <amodra@gmail.com>
818
819 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
820
821 2018-04-16 Alan Modra <amodra@gmail.com>
822
823 * Makefile.am: Remove IEEE 695 support.
824 * budbg.h: Likewise.
825 * doc/binutils.texi: Likewise.
826 * makefile.vms: Likewise.
827 * objcopy.c: Likewise.
828 * objdump.c: Likewise.
829 * rddbg.c: Likewise.
830 * ieee.c: Delete.
831 * Makefile.in: Regenerate.
832 * po/POTFILES.in: Regenerate.
833
834 2018-04-16 Alan Modra <amodra@gmail.com>
835
836 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
837 * testsuite/binutils-all/nm.exp: Likewise.
838
839 2018-04-16 Alan Modra <amodra@gmail.com>
840
841 * .gitignore: Remove netware support.
842 * Makefile.am: Likewise.
843 * configure.ac: Likewise.
844 * doc/Makefile.am: Likewise.
845 * doc/binutils.texi: Likewise.
846 * testsuite/binutils-all/nm.exp: Likewise.
847 * nlmconv.c: Delete.
848 * nlmconv.h: Delete.
849 * nlmheader.y: Delete.
850 * Makefile.in: Regenerate.
851 * configure: Regenerate.
852 * doc/Makefile.in: Regenerate.
853 * po/POTFILES.in: Regenerate.
854
855 2018-04-16 Alan Modra <amodra@gmail.com>
856
857 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
858
859 2018-04-14 Alan Modra <amodra@gmail.com>
860
861 * readelf.c (get_machine_name): Revert 2018-04-11 change.
862
863 2018-04-12 Nick Clifton <nickc@redhat.com>
864
865 PR 23050
866 * readelf.c (process_dynamic_section): Correct dynamic string
867 table size calculation.
868
869 2018-04-11 Alan Modra <amodra@gmail.com>
870
871 * ieee.c: Remove i960 support.
872 * od-macho.c: Remove i860 support.
873 * readelf.c: Remove i860 and i960 support.
874 * testsuite/binutils-all/objcopy.exp: Likewise.
875 * testsuite/binutils-all/objdump.exp: Likewise.
876 * testsuite/lib/binutils-common.exp: Likewise.
877
878 2018-04-11 Maciej W. Rozycki <macro@mips.com>
879
880 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
881 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
882
883 2018-04-10 Alan Modra <amodra@gmail.com>
884
885 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
886 reloc=11 for pru and reloc=50 for nds32.
887 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
888
889 2018-04-09 Maciej W. Rozycki <macro@mips.com>
890
891 * testsuite/binutils-all/strip-15.d: New test.
892 * testsuite/binutils-all/strip-15rel.s: New test source.
893 * testsuite/binutils-all/strip-15rela.s: New test source.
894 * testsuite/binutils-all/strip-15mips64.s: New test source.
895 * testsuite/binutils-all/objcopy.exp: Run the new test.
896
897 2018-04-09 Maciej W. Rozycki <macro@mips.com>
898
899 * testsuite/binutils-all/strip-14.d: New test.
900 * testsuite/binutils-all/strip-14rel.s: New test source.
901 * testsuite/binutils-all/strip-14rela.s: New test source.
902 * testsuite/binutils-all/strip-14mips64.s: New test source.
903 * testsuite/binutils-all/objcopy.exp: Run the new test.
904
905 2018-04-06 Tom Tromey <tom@tromey.com>
906
907 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
908 constants from DWARF 5.
909
910 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
911
912 PR gas/22318
913 * configure: Regenerated.
914
915 2018-04-05 Maciej W. Rozycki <macro@mips.com>
916
917 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
918 than `.dc.w' in second relocation.
919
920 2018-04-05 Maciej W. Rozycki <macro@mips.com>
921
922 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
923 relocation type 0x8f' error message.
924
925 2018-04-05 Maciej W. Rozycki <macro@mips.com>
926
927 * testsuite/binutils-all/strip-13.s: Rename to...
928 * testsuite/binutils-all/strip-13rela.s: ... this.
929 * testsuite/binutils-all/strip-13rel.s: New test source.
930 * testsuite/binutils-all/strip-13mips64.s: New test source.
931 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
932 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
933 `m68hc11-*' to `not-target' list.
934 * testsuite/binutils-all/objcopy.exp: Switch between sources for
935 `strip-13'.
936
937 2018-04-05 Maciej W. Rozycki <macro@mips.com>
938
939 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
940 241 (0xf1) for the relocation number and RELA addend.
941 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
942 `not-target' list.
943
944 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
945
946 * MAINTAINERS: Update my e-mail address.
947
948 2018-04-04 Nick Clifton <nickc@redhat.com>
949
950 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
951
952 2018-03-23 Nick Clifton <nickc@redhat.com>
953
954 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
955 symbols.
956 (print_gnu_build_attribute_description): If no file start symbol
957 could be found, look for one two bytes into the file.
958 * testsuite/binutils-all/note-4-64.s: Set the address of the file
959 start symbol to two bytes into the file.
960 * testsuite/binutils-all/note-4-32.s: Likewise.
961
962 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
963
964 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
965 DF_1_WEAKFILTER and DF_1_NOCOMMON.
966
967 2018-03-20 Nick Clifton <nickc@redhat.com>
968
969 * po/es.po: Updated Spanish translation.
970 * po/ru.po: Updated Russian translation.
971
972 2018-03-13 Nick Clifton <nickc@redhat.com>
973
974 PR 22957
975 * stabs.c (pop_binincl): Fail if the file index is off the end of
976 the stack.
977
978 2018-03-13 Nick Clifton <nickc@redhat.com>
979
980 PR 22955
981 * stabs.c (parse_number): Add p_end parameter and use it to check
982 the validity of the pp parameter. Add checks to prevent walking
983 off the end of the string buffer.
984 (parse_stab_string): Likewise.
985 (parse_stab_type): Likewise.
986 (parse_stab_type_number): Likewise.
987 (parse_stab_range_type): Likewise.
988 (parse_stab_sun_builtin_type): Likewise.
989 (parse_stab_sun_floating_type): Likewise.
990 (parse_stab_enum_type): Likewise.
991 (parse_stab_struct_type): Likewise.
992 (parse_stab_baseclasses): Likewise.
993 (parse_stab_struct_fields): Likewise.
994 (parse_stab_cpp_abbrev): Likewise.
995 (parse_stab_one_struct_field): Likewise.
996 (parse_stab_members): Likewise.
997 (parse_stab_tilde_field): Likewise.
998 (parse_stab_array_type): Likewise.
999
1000 * parse_stab: Compute the end of the string and then pass it on to
1001 individual parser functions.
1002
1003 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
1004
1005 PR binutils/22923
1006 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
1007 overflow.
1008
1009 2018-03-07 Alan Modra <amodra@gmail.com>
1010
1011 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
1012 * configure: Regenerate.
1013
1014 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
1015
1016 PR binutils/22911
1017 * objdump.c (is_significant_symbol_name): Return TRUE for all
1018 .plt* sections.
1019 (find_symbol_for_address): Replace linear search with binary
1020 search on dynamic relocations.
1021
1022 2018-03-01 Nick Clifton <nickc@redhat.com>
1023
1024 PR 22905
1025 * dwarf.c (display_debug_ranges): Check that the offset loaded
1026 from the range_entry structure is valid.
1027
1028 2018-03-01 Alan Modra <amodra@gmail.com>
1029
1030 * configure.ac (ALL_LINGUAS): Add sr. Sort.
1031 * configure: Regenerate.
1032
1033 2018-02-27 Nick Clifton <nickc@redhat.com>
1034
1035 * po/pt.po: New Portuguese translation.
1036 * configure.ac (ALL_LINGUAS): Add pt.
1037 * configure: Regenerate.
1038
1039 2018-02-27 Nick Clifton <nickc@redhat.com>
1040
1041 PR 22875
1042 * objcopy.c (copy_object): Check the error status after marking
1043 symbols used in relocations.
1044 * testsuite/binutils-all/strip-13.s: New test source file.
1045 * testsuite/binutils-all/strip-13.s: New test driver file.
1046 * testsuite/binutils-all/objcopy.exp: Run the new test.
1047
1048 2018-02-26 Alan Modra <amodra@gmail.com>
1049
1050 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
1051 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
1052
1053 2018-02-23 Alan Modra <amodra@gmail.com>
1054
1055 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
1056 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
1057
1058 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
1059
1060 * doc/binutils.texi (objcopy): Add missing closing square
1061 parenthesis to listing of objcopy's command line options.
1062
1063 2018-02-19 Matthias Klose <doko@debian.org>
1064
1065 * strings.c (long_options): Include-all-whitespace does not take
1066 an extra agument.
1067
1068 2018-02-13 Alan Modra <amodra@gmail.com>
1069
1070 PR 22836
1071 * testsuite/binutils-all/group-7.s,
1072 * testsuite/binutils-all/group-7a.d,
1073 * testsuite/binutils-all/group-7b.d,
1074 * testsuite/binutils-all/group-7c.d: New tests.
1075 * testsuite/binutils-all/objcopy.exp: Run them.
1076
1077 2018-02-08 Nick Clifton <nickc@redhat.com>
1078
1079 PR 22802
1080 * dwarf.c (load_separate_debug_file): Return early if the user is
1081 not interested in debug links.
1082
1083 2018-02-06 Nick Clifton <nickc@redhat.com>
1084
1085 PR 22793
1086 * readelf.c (find_section): Replace assertion with test and return
1087 of NULL.
1088 (find_section_by_address): Add test of section header table
1089 existance.
1090 (find_section_by_type): Likewise.
1091 (find_section_in_set): Likewise.
1092
1093 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1094
1095 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
1096 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
1097 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
1098 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
1099
1100 2018-02-05 Maciej W. Rozycki <macro@mips.com>
1101
1102 * testsuite/config/default.exp (binutils_run): Document
1103 `binutils_run_status'.
1104 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
1105 and set it.
1106 (run_dump_test): Add `error', `error_output', `warning' and
1107 `warning_output' options. Update documentation accordingly.
1108
1109 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
1110
1111 * dwarf.c (dwarf_regnames_riscv): New register name table.
1112 (init_dwarf_regnames_riscv): New function.
1113 (init_dwarf_regnames): Add call to initialise RiscV register
1114 names.
1115 * dwarf.h (init_dwarf_regnames_riscv): Declare.
1116 * objdump.c (dump_dwarf): Add call to initialise RiscV register
1117 names.
1118
1119 2018-02-01 Alan Modra <amodra@gmail.com>
1120
1121 PR 22769
1122 * objdump.c (load_specific_debug_section): Check for overflow
1123 when adding one to section size for a string section terminator.
1124
1125 2018-01-30 Nick Clifton <nickc@redhat.com>
1126
1127 PR 22734
1128 * doc/binutils.texi (nm): Update description to point out that
1129 zero-initialized values can also be shown as type B, b, S or s
1130 since they can be stored in the BSS section.
1131
1132 2018-01-30 Alan Modra <amodra@gmail.com>
1133
1134 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
1135 "artificially large" end address.
1136
1137 2018-01-28 Nick Clifton <nickc@redhat.com>
1138
1139 * README-how-to-make-a-release: Add note about checking gpg key
1140 and the results of gnupload.
1141
1142 2018-01-27 Nick Clifton <nickc@redhat.com>
1143
1144 * README-how-to-make-a-release: Add details on how to actually
1145 make the release.
1146
1147 2018-01-26 Nick Clifton <nickc@redhat.com>
1148
1149 * README-how-to-make-a-release: Add more details on updating
1150 version numbers.
1151
1152 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1153
1154 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
1155 option description.
1156
1157 2018-01-22 Maciej W. Rozycki <macro@mips.com>
1158
1159 * MAINTAINERS: Update my company e-mail address.
1160
1161 2018-01-22 Nick Clifton <nickc@redhat.com>
1162
1163 * po/sv.po: Updated Swedish translation.
1164
1165 2018-01-18 Nick Clifton <nickc@redhat.com>
1166
1167 * po/bg.po: Updated Bulgarian translation.
1168
1169 2018-01-16 Joel Brobecker <brobecker@adacore.com>
1170
1171 * README-how-to-make-a-release: Add reminder to update the
1172 branch name in gdbadmin's crontab on sourceware.
1173
1174 2018-01-16 Joel Brobecker <brobecker@adacore.com>
1175
1176 * README-how-to-make-a-release: Remove trailing spaces.
1177
1178 2018-01-16 Nick Clifton <nickc@redhat.com>
1179
1180 * po/fr.po: Updated French translation.
1181
1182 2018-01-15 Nick Clifton <nickc@redhat.com>
1183
1184 * po/uk.po: Updated Ukranian translation.
1185
1186 2018-01-13 Nick Clifton <nickc@redhat.com>
1187
1188 * README-how-to-make-a-release: Update notes.
1189 * po/binutils.pot: Regenerated.
1190
1191 2018-01-13 Nick Clifton <nickc@redhat.com>
1192
1193 * configure: Regenerate.
1194
1195 2018-01-13 Nick Clifton <nickc@redhat.com>
1196
1197 2.30 branch created.
1198 * NEWS: Add marker for 2.30.
1199
1200 2018-01-12 Nick Clifton <nickc@redhat.com>
1201
1202 * README-how-to-make-a-release: Add notes on how to make the
1203 branch and prelease snapshot.
1204 * BRANCHES: Add binutils-2_29-branch.
1205
1206 2018-01-10 Nick Clifton <nickc@redhat.com>
1207
1208 * MAINTAINERS: Note that it is now the configure.ac file and not
1209 the configure.in file that needs to be kept in sync with gcc.
1210 Add a note about sending patches for libiberty to gcc.
1211
1212 2018-01-03 Nick Clifton <nickc@redhat.com>
1213
1214 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
1215 constants.
1216
1217 2018-01-03 Nick Clifton <nickc@redhat.com>
1218
1219 * objcopy.c (objcopy_internal_note): New structure.
1220 (gap_exists): New function.
1221 (is_open_note): New function.
1222 (is_func_note): New function.
1223 (is_64bit): New function.
1224 (merge_gnu_build_notes): Handle v3 notes. Do not merge
1225 if there are relocations against the notes.
1226 * readelf.c (get_note_type): Use short names for build attribute
1227 notes.
1228 (print_symbol_for_build_attribute): Rename to
1229 get_symbol_for_build_attribute. Returns the found symbol rather
1230 than printing it.
1231 (print_gnu_build_attribute_description): Maintain address ranges
1232 for function notes as well as global notes. Handle v3 notes.
1233 (print_gnu_build_attribute_name): Use more space for printing the
1234 name in wide mode.
1235 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
1236 Eliminate symbol references in order to remove the need for
1237 relocations.
1238 * testsuite/binutils-all/note-2-64.s: Likewise.
1239 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
1240 symbol.
1241 * testsuite/binutils-all/note-3-64.s: Likewise.
1242 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
1243 output.
1244 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
1245 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
1246 * testsuite/binutils-all/note-2-32.d: Likewise.
1247 * testsuite/binutils-all/note-2-64.d: Likewise.
1248 * testsuite/binutils-all/note-3-32.d: Likewise.
1249 * testsuite/binutils-all/note-3-64.d: Likewise.
1250 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
1251 * testsuite/binutils-all/note-4-32.s: New test.
1252 * testsuite/binutils-all/note-4-64.d: New test result file.
1253 * testsuite/binutils-all/note-4-32.d: New test result file.
1254
1255 2018-01-03 Alan Modra <amodra@gmail.com>
1256
1257 Update year range in copyright notice of all files.
1258
1259 For older changes see ChangeLog-2017
1260 \f
1261 Copyright (C) 2018 Free Software Foundation, Inc.
1262
1263 Copying and distribution of this file, with or without modification,
1264 are permitted in any medium without royalty provided the copyright
1265 notice and this notice are preserved.
1266
1267 Local Variables:
1268 mode: change-log
1269 left-margin: 8
1270 fill-column: 74
1271 version-control: never
1272 End:
This page took 0.056168 seconds and 4 git commands to generate.