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