Fix use of "command line X" in binutils doc
[deliverable/binutils-gdb.git] / binutils / ChangeLog
1 2018-07-02 Thomas Preud'homme <thomas.preudhomme@arm.com>
2
3 * NEWS: Use command-line consistently when used in a compount word.
4 * doc/binutils.texi: Likewise and fix trailing whitespace on same
5 line.
6
7 2018-06-26 Nick Clifton <nickc@redhat.com>
8
9 * po/sv.po: Updated Swedish translation.
10 * po/uk.po: Updated Ukranian translation.
11
12 2018-06-26 Nick Clifton <nickc@redhat.com>
13
14 * doc/binutils.texi: Fix spelling mistakes.
15 * README--how-to-make-a-release: Likewise.
16
17 2018-06-25 Tom Tromey <tom@tromey.com>
18
19 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
20 Bump version number.
21
22 2018-06-24 Nick Clifton <nickc@redhat.com>
23
24 * README-how-to-make-a-release: Update with experiences from
25 making 2.31 branch.
26 * po/binutils.pot: Regenerate.
27 * configure: Regenerate.
28
29 2018-06-24 Nick Clifton <nickc@redhat.com>
30
31 2.31 branch created.
32 * NEWS: Add marker for 2.31.
33
34 2018-06-21 Alan Modra <amodra@gmail.com>
35
36 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
37 * doc/Makefile.in: Regenerate.
38
39 2018-06-19 Simon Marchi <simon.marchi@ericsson.com>
40
41 * configure.ac: Remove AC_PREREQ.
42 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
43 info-in-builddir no-texinfo.tex.
44 * Makefile.in: Re-generate.
45 * aclocal.m4: Re-generate.
46 * config.in: Re-generate.
47 * configure: Re-generate.
48 * doc/Makefile.in: Re-generate.
49
50 2018-06-19 Andreas Schwab <schwab@suse.de>
51
52 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
53 (is_8bit_abs_reloc): New function.
54 (is_6bit_abs_reloc): New function.
55 (is_6bit_inplace_sub_reloc): New function.
56 (apply_relocations): Use them. Handle 6-bit relocations.
57
58 2018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
59
60 * readelf.c (print_mips_ases): Add GINV extension.
61
62 2018-06-14 H.J. Lu <hongjiu.lu@intel.com>
63
64 PR binutils/23267
65 * readelf.c (get_symbol_version_string): Check if the first
66 symbol version is base version.
67
68 2018-06-13 Scott Egerton <scott.egerton@imgtec.com>
69 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
70
71 * readelf.c (print_mips_ases): Add CRC.
72
73 2018-06-13 Nick Clifton <nickc@redhat.com>
74
75 * doc/binutils.texi (objdump): Add missing closing square
76 parenthesis to listing of objcopy's command line options.
77
78 2018-06-11 Nick Clifton <nickc@redhat.com>
79
80 * po/es.po: Updated Spanish translation.
81
82 2018-06-01 H.J. Lu <hongjiu.lu@intel.com>
83
84 * configure: Regenerated.
85
86 2018-05-31 Alan Modra <amodra@gmail.com>
87
88 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
89 set CC_FOR_TARGET. Run test non-native.
90 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
91 Likewise.
92 (test_follow_debuglink): Run test non-native.
93
94 2018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
95
96 PR 23107
97 * ar.c (display_offsets): New variable.
98 (usage): Add description of 'O' operator.
99 (decode_option): Handle 'O' operator.
100 (print_descr): Pass display_offsets to print_arelt_descr.
101 * arsup.c: Update call to printy_arelt_descr.
102 * objdump.c: Likewise.
103 * bucomm.c (print_arelt_descr): If offsets parameter is true then
104 display offset of archive element within the archive.
105 * bucomm.h: Update prototype for print_arelt_descr.
106 * doc/binutils.texi: Update description of ar command.
107 * NEWS: Mention the new feature.
108 * testsuite/binutils-all/ar.exp: Add text of new feature.
109
110 2018-05-28 Alan Modra <amodra@gmail.com>
111
112 PR 23235
113 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
114 unsupported rather than fail on compile errors.
115 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
116 Likewise. Save and restore CFLAGS_FOR_TARGET.
117
118 2018-05-18 Kito Cheng <kito.cheng@gmail.com>
119
120 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
121
122 2018-05-18 John Darrington <john@darrington.wattle.id.au>
123
124 * readelf.c: Add support for s12z architecture.
125 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
126 targets.
127
128 2018-05-15 Tamar Christina <tamar.christina@arm.com>
129
130 PR binutils/21446
131 * doc/binutils.texi (-M): Document AArch64 options.
132
133 2018-05-15 Tamar Christina <tamar.christina@arm.com>
134
135 PR binutils/21446
136 * doc/binutils.texi (-M): Document AArch64 options.
137 * NEWS: Document notes and warnings.
138
139 2018-05-15 Alan Modra <amodra@gmail.com>
140
141 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
142 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
143 and *uclinux* into *linux*.
144 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
145 strip-13 test, exclude arm-vxworks and arm-windiss.
146
147 2018-05-10 John Darrington <john@darrington.wattle.id.au>
148
149 * readelf.c (get_machine_name): EM_S12Z - handle new case.
150
151 2018-05-09 Alan Modra <amodra@gmail.com>
152
153 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
154
155 2018-05-09 Sebastian Rasmussen <sebras@gmail.com>
156
157 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
158
159 2018-05-08 Alan Modra <amodra@gmail.com>
160
161 PR 23141
162 * objcopy.c (is_strip_section): Strip groups without a valid
163 signature symbol.
164
165 2018-05-07 Alan Modra <amodra@gmail.com>
166
167 PR 23142
168 * objcopy.c (group_signature): Don't accept groups that use a
169 symbol table other than the one we've read.
170
171 2018-04-30 Francois H. Theron <francois.theron@netronome.com>
172
173 * readelf.c: Very basic support for EM_NFP and its section types.
174 * testsuite/binutils-all/nfp: New directory.
175 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
176 tests.
177 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
178 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
179 * testsuite/binutils-all/nfp/test1.d: New file.
180 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
181 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
182 * NEWS: Mention the new support.
183
184 2018-04-27 Maciej W. Rozycki <macro@mips.com>
185
186 * testsuite/lib/binutils-common.exp (match_target): New procedure.
187 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
188 of `istarget' for matching with `target', `not-target', `skip'
189 and `not-skip' options.
190
191 2018-04-26 Nick Clifton <nickc@redhat.com>
192
193 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
194 32-bit absolute reloc for the HPPA target.
195 * testsuite/binutils-all/note-5.d: New test.
196 * testsuite/binutils-all/note-5.s: Source file for new test.
197 * testsuite/binutils-all/objcopy.exp: Run new test.
198
199 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
200
201 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
202 * testsuite/binutils-all/elfedit-3.d: Likewise.
203 * testsuite/binutils-all/objcopy.exp: Likewise.
204 * testsuite/binutils-all/strip-3.d: Likewise.
205 * testsuite/lib/binutils-common.exp: Likewise.
206
207 2018-04-25 Christophe Lyon <christophe.lyon@st.com>
208 Mickaël Guêné <mickael.guene@st.com>
209
210 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
211 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
212
213 2018-04-25 Alan Modra <amodra@gmail.com>
214
215 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
216 arm-coff support.
217 * testsuite/binutils-all/objcopy.exp: Likewise.
218 * testsuite/lib/binutils-common.exp: Likewise.
219
220 2018-04-18 Nick Clifton <nickc@redhat.com>
221
222 PR 23062
223 * dwarf.c (read_and_display_attr_value): Replace assertions with
224 test and warning message.
225
226 2018-04-18 Alan Modra <amodra@gmail.com>
227
228 * testsuite/lib/binutils-common.exp: Remove support for assorted
229 aout targets.
230
231 2018-04-17 Nick Clifton <nickc@redhat.com>
232
233 PR 23063
234 * readelf.c (print_symbol): If the width is zero, return straight
235 away.
236
237 PR 23064
238 * dwarf.c (process_cu_tu_index): Test for a potential buffer
239 overrun before copying signature pointer.
240
241 2018-04-17 Alan Modra <amodra@gmail.com>
242
243 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
244
245 2018-04-16 Alan Modra <amodra@gmail.com>
246
247 * readelf.c (get_machine_name): Correct typo.
248
249 2018-04-16 Alan Modra <amodra@gmail.com>
250
251 * configure.ac: Remove arm-epoc-pe support.
252 * dlltool.c: Likewise.
253 * configure: Regenerate.
254
255 2018-04-16 Alan Modra <amodra@gmail.com>
256
257 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
258 sparc-coff support.
259
260 2018-04-16 Alan Modra <amodra@gmail.com>
261
262 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
263 support.
264 * testsuite/binutils-all/copy-3.d: Likewise.
265 * testsuite/binutils-all/objcopy.exp: Likewise.
266 * testsuite/lib/binutils-common.exp: Likewise.
267
268 2018-04-16 Alan Modra <amodra@gmail.com>
269
270 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
271
272 2018-04-16 Alan Modra <amodra@gmail.com>
273
274 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
275
276 2018-04-16 Alan Modra <amodra@gmail.com>
277
278 * testsuite/binutils-all/objdump.exp: Remove we32k support.
279
280 2018-04-16 Alan Modra <amodra@gmail.com>
281
282 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
283 * testsuite/binutils-all/objdump.exp: Remove m88k support.
284
285 2018-04-16 Alan Modra <amodra@gmail.com>
286
287 * readelf.c: Remove i370 support.
288 * testsuite/binutils-all/objdump.exp: Likewise.
289
290 2018-04-16 Alan Modra <amodra@gmail.com>
291
292 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
293 * testsuite/lib/binutils-common.exp: Likewise.
294
295 2018-04-16 Alan Modra <amodra@gmail.com>
296
297 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
298
299 2018-04-16 Alan Modra <amodra@gmail.com>
300
301 * Makefile.am: Remove IEEE 695 support.
302 * budbg.h: Likewise.
303 * doc/binutils.texi: Likewise.
304 * makefile.vms: Likewise.
305 * objcopy.c: Likewise.
306 * objdump.c: Likewise.
307 * rddbg.c: Likewise.
308 * ieee.c: Delete.
309 * Makefile.in: Regenerate.
310 * po/POTFILES.in: Regenerate.
311
312 2018-04-16 Alan Modra <amodra@gmail.com>
313
314 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
315 * testsuite/binutils-all/nm.exp: Likewise.
316
317 2018-04-16 Alan Modra <amodra@gmail.com>
318
319 * .gitignore: Remove netware support.
320 * Makefile.am: Likewise.
321 * configure.ac: Likewise.
322 * doc/Makefile.am: Likewise.
323 * doc/binutils.texi: Likewise.
324 * testsuite/binutils-all/nm.exp: Likewise.
325 * nlmconv.c: Delete.
326 * nlmconv.h: Delete.
327 * nlmheader.y: Delete.
328 * Makefile.in: Regenerate.
329 * configure: Regenerate.
330 * doc/Makefile.in: Regenerate.
331 * po/POTFILES.in: Regenerate.
332
333 2018-04-16 Alan Modra <amodra@gmail.com>
334
335 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
336
337 2018-04-14 Alan Modra <amodra@gmail.com>
338
339 * readelf.c (get_machine_name): Revert 2018-04-11 change.
340
341 2018-04-12 Nick Clifton <nickc@redhat.com>
342
343 PR 23050
344 * readelf.c (process_dynamic_section): Correct dynamic string
345 table size calculation.
346
347 2018-04-11 Alan Modra <amodra@gmail.com>
348
349 * ieee.c: Remove i960 support.
350 * od-macho.c: Remove i860 support.
351 * readelf.c: Remove i860 and i960 support.
352 * testsuite/binutils-all/objcopy.exp: Likewise.
353 * testsuite/binutils-all/objdump.exp: Likewise.
354 * testsuite/lib/binutils-common.exp: Likewise.
355
356 2018-04-11 Maciej W. Rozycki <macro@mips.com>
357
358 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
359 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
360
361 2018-04-10 Alan Modra <amodra@gmail.com>
362
363 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
364 reloc=11 for pru and reloc=50 for nds32.
365 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
366
367 2018-04-09 Maciej W. Rozycki <macro@mips.com>
368
369 * testsuite/binutils-all/strip-15.d: New test.
370 * testsuite/binutils-all/strip-15rel.s: New test source.
371 * testsuite/binutils-all/strip-15rela.s: New test source.
372 * testsuite/binutils-all/strip-15mips64.s: New test source.
373 * testsuite/binutils-all/objcopy.exp: Run the new test.
374
375 2018-04-09 Maciej W. Rozycki <macro@mips.com>
376
377 * testsuite/binutils-all/strip-14.d: New test.
378 * testsuite/binutils-all/strip-14rel.s: New test source.
379 * testsuite/binutils-all/strip-14rela.s: New test source.
380 * testsuite/binutils-all/strip-14mips64.s: New test source.
381 * testsuite/binutils-all/objcopy.exp: Run the new test.
382
383 2018-04-06 Tom Tromey <tom@tromey.com>
384
385 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
386 constants from DWARF 5.
387
388 2018-04-05 H.J. Lu <hongjiu.lu@intel.com>
389
390 PR gas/22318
391 * configure: Regenerated.
392
393 2018-04-05 Maciej W. Rozycki <macro@mips.com>
394
395 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
396 than `.dc.w' in second relocation.
397
398 2018-04-05 Maciej W. Rozycki <macro@mips.com>
399
400 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
401 relocation type 0x8f' error message.
402
403 2018-04-05 Maciej W. Rozycki <macro@mips.com>
404
405 * testsuite/binutils-all/strip-13.s: Rename to...
406 * testsuite/binutils-all/strip-13rela.s: ... this.
407 * testsuite/binutils-all/strip-13rel.s: New test source.
408 * testsuite/binutils-all/strip-13mips64.s: New test source.
409 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
410 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
411 `m68hc11-*' to `not-target' list.
412 * testsuite/binutils-all/objcopy.exp: Switch between sources for
413 `strip-13'.
414
415 2018-04-05 Maciej W. Rozycki <macro@mips.com>
416
417 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
418 241 (0xf1) for the relocation number and RELA addend.
419 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
420 `not-target' list.
421
422 2018-04-04 John David Anglin <danglin@gcc.gnu.org>
423
424 * MAINTAINERS: Update my e-mail address.
425
426 2018-04-04 Nick Clifton <nickc@redhat.com>
427
428 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
429
430 2018-03-23 Nick Clifton <nickc@redhat.com>
431
432 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
433 symbols.
434 (print_gnu_build_attribute_description): If no file start symbol
435 could be found, look for one two bytes into the file.
436 * testsuite/binutils-all/note-4-64.s: Set the address of the file
437 start symbol to two bytes into the file.
438 * testsuite/binutils-all/note-4-32.s: Likewise.
439
440 2018-03-21 H.J. Lu <hongjiu.lu@intel.com>
441
442 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
443 DF_1_WEAKFILTER and DF_1_NOCOMMON.
444
445 2018-03-20 Nick Clifton <nickc@redhat.com>
446
447 * po/es.po: Updated Spanish translation.
448 * po/ru.po: Updated Russian translation.
449
450 2018-03-13 Nick Clifton <nickc@redhat.com>
451
452 PR 22957
453 * stabs.c (pop_binincl): Fail if the file index is off the end of
454 the stack.
455
456 2018-03-13 Nick Clifton <nickc@redhat.com>
457
458 PR 22955
459 * stabs.c (parse_number): Add p_end parameter and use it to check
460 the validity of the pp parameter. Add checks to prevent walking
461 off the end of the string buffer.
462 (parse_stab_string): Likewise.
463 (parse_stab_type): Likewise.
464 (parse_stab_type_number): Likewise.
465 (parse_stab_range_type): Likewise.
466 (parse_stab_sun_builtin_type): Likewise.
467 (parse_stab_sun_floating_type): Likewise.
468 (parse_stab_enum_type): Likewise.
469 (parse_stab_struct_type): Likewise.
470 (parse_stab_baseclasses): Likewise.
471 (parse_stab_struct_fields): Likewise.
472 (parse_stab_cpp_abbrev): Likewise.
473 (parse_stab_one_struct_field): Likewise.
474 (parse_stab_members): Likewise.
475 (parse_stab_tilde_field): Likewise.
476 (parse_stab_array_type): Likewise.
477
478 * parse_stab: Compute the end of the string and then pass it on to
479 individual parser functions.
480
481 2018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
482
483 PR binutils/22923
484 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
485 overflow.
486
487 2018-03-07 Alan Modra <amodra@gmail.com>
488
489 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
490 * configure: Regenerate.
491
492 2018-03-05 H.J. Lu <hongjiu.lu@intel.com>
493
494 PR binutils/22911
495 * objdump.c (is_significant_symbol_name): Return TRUE for all
496 .plt* sections.
497 (find_symbol_for_address): Replace linear search with binary
498 search on dynamic relocations.
499
500 2018-03-01 Nick Clifton <nickc@redhat.com>
501
502 PR 22905
503 * dwarf.c (display_debug_ranges): Check that the offset loaded
504 from the range_entry structure is valid.
505
506 2018-03-01 Alan Modra <amodra@gmail.com>
507
508 * configure.ac (ALL_LINGUAS): Add sr. Sort.
509 * configure: Regenerate.
510
511 2018-02-27 Nick Clifton <nickc@redhat.com>
512
513 * po/pt.po: New Portuguese translation.
514 * configure.ac (ALL_LINGUAS): Add pt.
515 * configure: Regenerate.
516
517 2018-02-27 Nick Clifton <nickc@redhat.com>
518
519 PR 22875
520 * objcopy.c (copy_object): Check the error status after marking
521 symbols used in relocations.
522 * testsuite/binutils-all/strip-13.s: New test source file.
523 * testsuite/binutils-all/strip-13.s: New test driver file.
524 * testsuite/binutils-all/objcopy.exp: Run the new test.
525
526 2018-02-26 Alan Modra <amodra@gmail.com>
527
528 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
529 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
530
531 2018-02-23 Alan Modra <amodra@gmail.com>
532
533 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
534 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
535
536 2018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
537
538 * doc/binutils.texi (objcopy): Add missing closing square
539 parenthesis to listing of objcopy's command line options.
540
541 2018-02-19 Matthias Klose <doko@debian.org>
542
543 * strings.c (long_options): Include-all-whitespace does not take
544 an extra agument.
545
546 2018-02-13 Alan Modra <amodra@gmail.com>
547
548 PR 22836
549 * testsuite/binutils-all/group-7.s,
550 * testsuite/binutils-all/group-7a.d,
551 * testsuite/binutils-all/group-7b.d,
552 * testsuite/binutils-all/group-7c.d: New tests.
553 * testsuite/binutils-all/objcopy.exp: Run them.
554
555 2018-02-08 Nick Clifton <nickc@redhat.com>
556
557 PR 22802
558 * dwarf.c (load_separate_debug_file): Return early if the user is
559 not interested in debug links.
560
561 2018-02-06 Nick Clifton <nickc@redhat.com>
562
563 PR 22793
564 * readelf.c (find_section): Replace assertion with test and return
565 of NULL.
566 (find_section_by_address): Add test of section header table
567 existance.
568 (find_section_by_type): Likewise.
569 (find_section_in_set): Likewise.
570
571 2018-02-05 Maciej W. Rozycki <macro@mips.com>
572
573 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
574 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
575 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
576 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
577
578 2018-02-05 Maciej W. Rozycki <macro@mips.com>
579
580 * testsuite/config/default.exp (binutils_run): Document
581 `binutils_run_status'.
582 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
583 and set it.
584 (run_dump_test): Add `error', `error_output', `warning' and
585 `warning_output' options. Update documentation accordingly.
586
587 2018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
588
589 * dwarf.c (dwarf_regnames_riscv): New register name table.
590 (init_dwarf_regnames_riscv): New function.
591 (init_dwarf_regnames): Add call to initialise RiscV register
592 names.
593 * dwarf.h (init_dwarf_regnames_riscv): Declare.
594 * objdump.c (dump_dwarf): Add call to initialise RiscV register
595 names.
596
597 2018-02-01 Alan Modra <amodra@gmail.com>
598
599 PR 22769
600 * objdump.c (load_specific_debug_section): Check for overflow
601 when adding one to section size for a string section terminator.
602
603 2018-01-30 Nick Clifton <nickc@redhat.com>
604
605 PR 22734
606 * doc/binutils.texi (nm): Update description to point out that
607 zero-initialized values can also be shown as type B, b, S or s
608 since they can be stored in the BSS section.
609
610 2018-01-30 Alan Modra <amodra@gmail.com>
611
612 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
613 "artificially large" end address.
614
615 2018-01-28 Nick Clifton <nickc@redhat.com>
616
617 * README-how-to-make-a-release: Add note about checking gpg key
618 and the results of gnupload.
619
620 2018-01-27 Nick Clifton <nickc@redhat.com>
621
622 * README-how-to-make-a-release: Add details on how to actually
623 make the release.
624
625 2018-01-26 Nick Clifton <nickc@redhat.com>
626
627 * README-how-to-make-a-release: Add more details on updating
628 version numbers.
629
630 2018-01-22 Maciej W. Rozycki <macro@mips.com>
631
632 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
633 option description.
634
635 2018-01-22 Maciej W. Rozycki <macro@mips.com>
636
637 * MAINTAINERS: Update my company e-mail address.
638
639 2018-01-22 Nick Clifton <nickc@redhat.com>
640
641 * po/sv.po: Updated Swedish translation.
642
643 2018-01-18 Nick Clifton <nickc@redhat.com>
644
645 * po/bg.po: Updated Bulgarian translation.
646
647 2018-01-16 Joel Brobecker <brobecker@adacore.com>
648
649 * README-how-to-make-a-release: Add reminder to update the
650 branch name in gdbadmin's crontab on sourceware.
651
652 2018-01-16 Joel Brobecker <brobecker@adacore.com>
653
654 * README-how-to-make-a-release: Remove trailing spaces.
655
656 2018-01-16 Nick Clifton <nickc@redhat.com>
657
658 * po/fr.po: Updated French translation.
659
660 2018-01-15 Nick Clifton <nickc@redhat.com>
661
662 * po/uk.po: Updated Ukranian translation.
663
664 2018-01-13 Nick Clifton <nickc@redhat.com>
665
666 * README-how-to-make-a-release: Update notes.
667 * po/binutils.pot: Regenerated.
668
669 2018-01-13 Nick Clifton <nickc@redhat.com>
670
671 * configure: Regenerate.
672
673 2018-01-13 Nick Clifton <nickc@redhat.com>
674
675 2.30 branch created.
676 * NEWS: Add marker for 2.30.
677
678 2018-01-12 Nick Clifton <nickc@redhat.com>
679
680 * README-how-to-make-a-release: Add notes on how to make the
681 branch and prelease snapshot.
682 * BRANCHES: Add binutils-2_29-branch.
683
684 2018-01-10 Nick Clifton <nickc@redhat.com>
685
686 * MAINTAINERS: Note that it is now the configure.ac file and not
687 the configure.in file that needs to be kept in sync with gcc.
688 Add a note about sending patches for libiberty to gcc.
689
690 2018-01-03 Nick Clifton <nickc@redhat.com>
691
692 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
693 constants.
694
695 2018-01-03 Nick Clifton <nickc@redhat.com>
696
697 * objcopy.c (objcopy_internal_note): New structure.
698 (gap_exists): New function.
699 (is_open_note): New function.
700 (is_func_note): New function.
701 (is_64bit): New function.
702 (merge_gnu_build_notes): Handle v3 notes. Do not merge
703 if there are relocations against the notes.
704 * readelf.c (get_note_type): Use short names for build attribute
705 notes.
706 (print_symbol_for_build_attribute): Rename to
707 get_symbol_for_build_attribute. Returns the found symbol rather
708 than printing it.
709 (print_gnu_build_attribute_description): Maintain address ranges
710 for function notes as well as global notes. Handle v3 notes.
711 (print_gnu_build_attribute_name): Use more space for printing the
712 name in wide mode.
713 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
714 Eliminate symbol references in order to remove the need for
715 relocations.
716 * testsuite/binutils-all/note-2-64.s: Likewise.
717 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
718 symbol.
719 * testsuite/binutils-all/note-3-64.s: Likewise.
720 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
721 output.
722 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
723 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
724 * testsuite/binutils-all/note-2-32.d: Likewise.
725 * testsuite/binutils-all/note-2-64.d: Likewise.
726 * testsuite/binutils-all/note-3-32.d: Likewise.
727 * testsuite/binutils-all/note-3-64.d: Likewise.
728 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
729 * testsuite/binutils-all/note-4-32.s: New test.
730 * testsuite/binutils-all/note-4-64.d: New test result file.
731 * testsuite/binutils-all/note-4-32.d: New test result file.
732
733 2018-01-03 Alan Modra <amodra@gmail.com>
734
735 Update year range in copyright notice of all files.
736
737 For older changes see ChangeLog-2017
738 \f
739 Copyright (C) 2018 Free Software Foundation, Inc.
740
741 Copying and distribution of this file, with or without modification,
742 are permitted in any medium without royalty provided the copyright
743 notice and this notice are preserved.
744
745 Local Variables:
746 mode: change-log
747 left-margin: 8
748 fill-column: 74
749 version-control: never
750 End:
This page took 0.043337 seconds and 4 git commands to generate.