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