Add option to ar's 't' command to display the offset of elements within the archive.
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1869e86f
AB
12018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
2
3 PR 23107
4 * ar.c (display_offsets): New variable.
5 (usage): Add description of 'O' operator.
6 (decode_option): Handle 'O' operator.
7 (print_descr): Pass display_offsets to print_arelt_descr.
8 * arsup.c: Update call to printy_arelt_descr.
9 * objdump.c: Likewise.
10 * bucomm.c (print_arelt_descr): If offsets parameter is true then
11 display offset of archive element within the archive.
12 * bucomm.h: Update prototype for print_arelt_descr.
13 * doc/binutils.texi: Update description of ar command.
14 * NEWS: Mention the new feature.
15 * testsuite/binutils-all/ar.exp: Add text of new feature.
16
bb3b5316
AM
172018-05-28 Alan Modra <amodra@gmail.com>
18
19 PR 23235
20 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
21 unsupported rather than fail on compile errors.
22 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
23 Likewise. Save and restore CFLAGS_FOR_TARGET.
24
7f999549
JW
252018-05-18 Kito Cheng <kito.cheng@gmail.com>
26
27 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
28
7b4ae824
JD
292018-05-18 John Darrington <john@darrington.wattle.id.au>
30
31 * readelf.c: Add support for s12z architecture.
32 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
33 targets.
34
f9830ec1
TC
352018-05-15 Tamar Christina <tamar.christina@arm.com>
36
37 PR binutils/21446
38 * doc/binutils.texi (-M): Document AArch64 options.
39
7d02540a
TC
402018-05-15 Tamar Christina <tamar.christina@arm.com>
41
42 PR binutils/21446
43 * doc/binutils.texi (-M): Document AArch64 options.
44 * NEWS: Document notes and warnings.
45
679ca975
AM
462018-05-15 Alan Modra <amodra@gmail.com>
47
48 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
49 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
50 and *uclinux* into *linux*.
51 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
52 strip-13 test, exclude arm-vxworks and arm-windiss.
53
637b1970
JD
542018-05-10 John Darrington <john@darrington.wattle.id.au>
55
56 * readelf.c (get_machine_name): EM_S12Z - handle new case.
57
60cb2c8a
AM
582018-05-09 Alan Modra <amodra@gmail.com>
59
60 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
61
84f9f8c3
AM
622018-05-09 Sebastian Rasmussen <sebras@gmail.com>
63
64 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
65
886d5428
AM
662018-05-08 Alan Modra <amodra@gmail.com>
67
68 PR 23141
69 * objcopy.c (is_strip_section): Strip groups without a valid
70 signature symbol.
71
ce4ec1a9
AM
722018-05-07 Alan Modra <amodra@gmail.com>
73
74 PR 23142
75 * objcopy.c (group_signature): Don't accept groups that use a
76 symbol table other than the one we've read.
77
fe944acf
FT
782018-04-30 Francois H. Theron <francois.theron@netronome.com>
79
80 * readelf.c: Very basic support for EM_NFP and its section types.
81 * testsuite/binutils-all/nfp: New directory.
82 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
83 tests.
84 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
85 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
86 * testsuite/binutils-all/nfp/test1.d: New file.
87 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
88 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
89 * NEWS: Mention the new support.
90
6d9dabbb
MR
912018-04-27 Maciej W. Rozycki <macro@mips.com>
92
93 * testsuite/lib/binutils-common.exp (match_target): New procedure.
94 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
95 of `istarget' for matching with `target', `not-target', `skip'
96 and `not-skip' options.
97
0df8ad28
NC
982018-04-26 Nick Clifton <nickc@redhat.com>
99
100 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
101 32-bit absolute reloc for the HPPA target.
102 * testsuite/binutils-all/note-5.d: New test.
103 * testsuite/binutils-all/note-5.s: Source file for new test.
104 * testsuite/binutils-all/objcopy.exp: Run new test.
105
f1ac0afe
CL
1062018-04-25 Christophe Lyon <christophe.lyon@st.com>
107
108 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
109 * testsuite/binutils-all/elfedit-3.d: Likewise.
110 * testsuite/binutils-all/objcopy.exp: Likewise.
111 * testsuite/binutils-all/strip-3.d: Likewise.
112 * testsuite/lib/binutils-common.exp: Likewise.
113
18a20338
CL
1142018-04-25 Christophe Lyon <christophe.lyon@st.com>
115 Mickaël Guêné <mickael.guene@st.com>
116
117 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
118 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
119
2ac93be7
AM
1202018-04-25 Alan Modra <amodra@gmail.com>
121
122 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
123 arm-coff support.
124 * testsuite/binutils-all/objcopy.exp: Likewise.
125 * testsuite/lib/binutils-common.exp: Likewise.
126
a7504f87
NC
1272018-04-18 Nick Clifton <nickc@redhat.com>
128
129 PR 23062
130 * dwarf.c (read_and_display_attr_value): Replace assertions with
131 test and warning message.
132
c65c21e1
AM
1332018-04-18 Alan Modra <amodra@gmail.com>
134
135 * testsuite/lib/binutils-common.exp: Remove support for assorted
136 aout targets.
137
6aea08d9
NC
1382018-04-17 Nick Clifton <nickc@redhat.com>
139
c4a91159 140 PR 23063
56d8f8a9
NC
141 * readelf.c (print_symbol): If the width is zero, return straight
142 away.
143
6aea08d9
NC
144 PR 23064
145 * dwarf.c (process_cu_tu_index): Test for a potential buffer
146 overrun before copying signature pointer.
147
f954747f
AM
1482018-04-17 Alan Modra <amodra@gmail.com>
149
150 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
151
d7867d17
AM
1522018-04-16 Alan Modra <amodra@gmail.com>
153
154 * readelf.c (get_machine_name): Correct typo.
155
ddb00039
AM
1562018-04-16 Alan Modra <amodra@gmail.com>
157
158 * configure.ac: Remove arm-epoc-pe support.
159 * dlltool.c: Likewise.
160 * configure: Regenerate.
161
c9098af4
AM
1622018-04-16 Alan Modra <amodra@gmail.com>
163
164 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
165 sparc-coff support.
166
dc12032b
AM
1672018-04-16 Alan Modra <amodra@gmail.com>
168
169 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
170 support.
171 * testsuite/binutils-all/copy-3.d: Likewise.
172 * testsuite/binutils-all/objcopy.exp: Likewise.
173 * testsuite/lib/binutils-common.exp: Likewise.
174
211dc24b
AM
1752018-04-16 Alan Modra <amodra@gmail.com>
176
177 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
178
a9a4b302
AM
1792018-04-16 Alan Modra <amodra@gmail.com>
180
181 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
182
04cb01fd
AM
1832018-04-16 Alan Modra <amodra@gmail.com>
184
185 * testsuite/binutils-all/objdump.exp: Remove we32k support.
186
c2bf1eec
AM
1872018-04-16 Alan Modra <amodra@gmail.com>
188
189 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
190 * testsuite/binutils-all/objdump.exp: Remove m88k support.
191
6793974d
AM
1922018-04-16 Alan Modra <amodra@gmail.com>
193
194 * readelf.c: Remove i370 support.
195 * testsuite/binutils-all/objdump.exp: Likewise.
196
e82aa794
AM
1972018-04-16 Alan Modra <amodra@gmail.com>
198
199 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
200 * testsuite/lib/binutils-common.exp: Likewise.
201
fe0bf0fd
AM
2022018-04-16 Alan Modra <amodra@gmail.com>
203
204 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
205
fdef3943
AM
2062018-04-16 Alan Modra <amodra@gmail.com>
207
208 * Makefile.am: Remove IEEE 695 support.
209 * budbg.h: Likewise.
210 * doc/binutils.texi: Likewise.
211 * makefile.vms: Likewise.
212 * objcopy.c: Likewise.
213 * objdump.c: Likewise.
214 * rddbg.c: Likewise.
215 * ieee.c: Delete.
216 * Makefile.in: Regenerate.
217 * po/POTFILES.in: Regenerate.
218
5972ac73
AM
2192018-04-16 Alan Modra <amodra@gmail.com>
220
221 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
222 * testsuite/binutils-all/nm.exp: Likewise.
223
b4b594e3
AM
2242018-04-16 Alan Modra <amodra@gmail.com>
225
226 * .gitignore: Remove netware support.
227 * Makefile.am: Likewise.
228 * configure.ac: Likewise.
229 * doc/Makefile.am: Likewise.
230 * doc/binutils.texi: Likewise.
231 * testsuite/binutils-all/nm.exp: Likewise.
232 * nlmconv.c: Delete.
233 * nlmconv.h: Delete.
234 * nlmheader.y: Delete.
235 * Makefile.in: Regenerate.
236 * configure: Regenerate.
237 * doc/Makefile.in: Regenerate.
238 * po/POTFILES.in: Regenerate.
239
fceadf09
AM
2402018-04-16 Alan Modra <amodra@gmail.com>
241
242 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
243
fb70ec17
AM
2442018-04-14 Alan Modra <amodra@gmail.com>
245
246 * readelf.c (get_machine_name): Revert 2018-04-11 change.
247
86c6c6df
NC
2482018-04-12 Nick Clifton <nickc@redhat.com>
249
250 PR 23050
251 * readelf.c (process_dynamic_section): Correct dynamic string
252 table size calculation.
253
a8eb42a8
AM
2542018-04-11 Alan Modra <amodra@gmail.com>
255
256 * ieee.c: Remove i960 support.
257 * od-macho.c: Remove i860 support.
258 * readelf.c: Remove i860 and i960 support.
259 * testsuite/binutils-all/objcopy.exp: Likewise.
260 * testsuite/binutils-all/objdump.exp: Likewise.
261 * testsuite/lib/binutils-common.exp: Likewise.
262
c43b2c54
MR
2632018-04-11 Maciej W. Rozycki <macro@mips.com>
264
265 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
266 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
267
d4ae1932
AM
2682018-04-10 Alan Modra <amodra@gmail.com>
269
270 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
271 reloc=11 for pru and reloc=50 for nds32.
272 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
273
d52e3d06
MR
2742018-04-09 Maciej W. Rozycki <macro@mips.com>
275
276 * testsuite/binutils-all/strip-15.d: New test.
277 * testsuite/binutils-all/strip-15rel.s: New test source.
278 * testsuite/binutils-all/strip-15rela.s: New test source.
279 * testsuite/binutils-all/strip-15mips64.s: New test source.
280 * testsuite/binutils-all/objcopy.exp: Run the new test.
281
3f97ba9f
MR
2822018-04-09 Maciej W. Rozycki <macro@mips.com>
283
284 * testsuite/binutils-all/strip-14.d: New test.
285 * testsuite/binutils-all/strip-14rel.s: New test source.
286 * testsuite/binutils-all/strip-14rela.s: New test source.
287 * testsuite/binutils-all/strip-14mips64.s: New test source.
288 * testsuite/binutils-all/objcopy.exp: Run the new test.
289
2008a0db
TT
2902018-04-06 Tom Tromey <tom@tromey.com>
291
292 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
293 constants from DWARF 5.
294
3cba8b6c
L
2952018-04-05 H.J. Lu <hongjiu.lu@intel.com>
296
297 PR gas/22318
298 * configure: Regenerated.
299
2d8c1a23
MR
3002018-04-05 Maciej W. Rozycki <macro@mips.com>
301
302 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
303 than `.dc.w' in second relocation.
304
65bd2045
MR
3052018-04-05 Maciej W. Rozycki <macro@mips.com>
306
307 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
308 relocation type 0x8f' error message.
309
2f8ceb38
MR
3102018-04-05 Maciej W. Rozycki <macro@mips.com>
311
312 * testsuite/binutils-all/strip-13.s: Rename to...
313 * testsuite/binutils-all/strip-13rela.s: ... this.
314 * testsuite/binutils-all/strip-13rel.s: New test source.
315 * testsuite/binutils-all/strip-13mips64.s: New test source.
316 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
317 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
318 `m68hc11-*' to `not-target' list.
319 * testsuite/binutils-all/objcopy.exp: Switch between sources for
320 `strip-13'.
321
aad7be45
MR
3222018-04-05 Maciej W. Rozycki <macro@mips.com>
323
324 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
325 241 (0xf1) for the relocation number and RELA addend.
326 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
327 `not-target' list.
328
89f60df2
JDA
3292018-04-04 John David Anglin <danglin@gcc.gnu.org>
330
331 * MAINTAINERS: Update my e-mail address.
332
f1ca0d6d
NC
3332018-04-04 Nick Clifton <nickc@redhat.com>
334
335 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
336
8fd75781
NC
3372018-03-23 Nick Clifton <nickc@redhat.com>
338
339 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
340 symbols.
341 (print_gnu_build_attribute_description): If no file start symbol
342 could be found, look for one two bytes into the file.
343 * testsuite/binutils-all/note-4-64.s: Set the address of the file
344 start symbol to two bytes into the file.
345 * testsuite/binutils-all/note-4-32.s: Likewise.
346
b1202ffa
L
3472018-03-21 H.J. Lu <hongjiu.lu@intel.com>
348
349 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
350 DF_1_WEAKFILTER and DF_1_NOCOMMON.
351
7e100140
NC
3522018-03-20 Nick Clifton <nickc@redhat.com>
353
354 * po/es.po: Updated Spanish translation.
355 * po/ru.po: Updated Russian translation.
356
e45ad123
NC
3572018-03-13 Nick Clifton <nickc@redhat.com>
358
359 PR 22957
360 * stabs.c (pop_binincl): Fail if the file index is off the end of
361 the stack.
362
81db3241
NC
3632018-03-13 Nick Clifton <nickc@redhat.com>
364
365 PR 22955
366 * stabs.c (parse_number): Add p_end parameter and use it to check
367 the validity of the pp parameter. Add checks to prevent walking
368 off the end of the string buffer.
369 (parse_stab_string): Likewise.
370 (parse_stab_type): Likewise.
371 (parse_stab_type_number): Likewise.
372 (parse_stab_range_type): Likewise.
373 (parse_stab_sun_builtin_type): Likewise.
374 (parse_stab_sun_floating_type): Likewise.
375 (parse_stab_enum_type): Likewise.
376 (parse_stab_struct_type): Likewise.
377 (parse_stab_baseclasses): Likewise.
378 (parse_stab_struct_fields): Likewise.
379 (parse_stab_cpp_abbrev): Likewise.
380 (parse_stab_one_struct_field): Likewise.
381 (parse_stab_members): Likewise.
382 (parse_stab_tilde_field): Likewise.
383 (parse_stab_array_type): Likewise.
e45ad123 384
81db3241
NC
385 * parse_stab: Compute the end of the string and then pass it on to
386 individual parser functions.
387
6d4f21f6
PP
3882018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
389
390 PR binutils/22923
391 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
392 overflow.
393
52fe4420
AM
3942018-03-07 Alan Modra <amodra@gmail.com>
395
396 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
397 * configure: Regenerate.
398
0e70b27b
L
3992018-03-05 H.J. Lu <hongjiu.lu@intel.com>
400
401 PR binutils/22911
402 * objdump.c (is_significant_symbol_name): Return TRUE for all
403 .plt* sections.
404 (find_symbol_for_address): Replace linear search with binary
405 search on dynamic relocations.
406
d11ae95e
NC
4072018-03-01 Nick Clifton <nickc@redhat.com>
408
409 PR 22905
410 * dwarf.c (display_debug_ranges): Check that the offset loaded
411 from the range_entry structure is valid.
412
e184813f
AM
4132018-03-01 Alan Modra <amodra@gmail.com>
414
415 * configure.ac (ALL_LINGUAS): Add sr. Sort.
416 * configure: Regenerate.
417
bc7c0509
NC
4182018-02-27 Nick Clifton <nickc@redhat.com>
419
420 * po/pt.po: New Portuguese translation.
421 * configure.ac (ALL_LINGUAS): Add pt.
422 * configure: Regenerate.
423
f3185997
NC
4242018-02-27 Nick Clifton <nickc@redhat.com>
425
426 PR 22875
427 * objcopy.c (copy_object): Check the error status after marking
428 symbols used in relocations.
429 * testsuite/binutils-all/strip-13.s: New test source file.
430 * testsuite/binutils-all/strip-13.s: New test driver file.
431 * testsuite/binutils-all/objcopy.exp: Run the new test.
432
2c1c9679
AM
4332018-02-26 Alan Modra <amodra@gmail.com>
434
435 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
436 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
437
6e05870c
AM
4382018-02-23 Alan Modra <amodra@gmail.com>
439
440 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
441 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
442
b0ab9c45
RH
4432018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
444
445 * doc/binutils.texi (objcopy): Add missing closing square
446 parenthesis to listing of objcopy's command line options.
447
e535d0dd
MK
4482018-02-19 Matthias Klose <doko@debian.org>
449
450 * strings.c (long_options): Include-all-whitespace does not take
451 an extra agument.
452
6e5e9d58
AM
4532018-02-13 Alan Modra <amodra@gmail.com>
454
455 PR 22836
456 * testsuite/binutils-all/group-7.s,
457 * testsuite/binutils-all/group-7a.d,
458 * testsuite/binutils-all/group-7b.d,
459 * testsuite/binutils-all/group-7c.d: New tests.
460 * testsuite/binutils-all/objcopy.exp: Run them.
461
8de3a6e2
NC
4622018-02-08 Nick Clifton <nickc@redhat.com>
463
464 PR 22802
465 * dwarf.c (load_separate_debug_file): Return early if the user is
466 not interested in debug links.
467
68807c3c
NC
4682018-02-06 Nick Clifton <nickc@redhat.com>
469
470 PR 22793
471 * readelf.c (find_section): Replace assertion with test and return
472 of NULL.
473 (find_section_by_address): Add test of section header table
474 existance.
475 (find_section_by_type): Likewise.
476 (find_section_in_set): Likewise.
477
2d6dda71
MR
4782018-02-05 Maciej W. Rozycki <macro@mips.com>
479
480 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
481 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
482 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
483 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
484
78c88364
MR
4852018-02-05 Maciej W. Rozycki <macro@mips.com>
486
487 * testsuite/config/default.exp (binutils_run): Document
488 `binutils_run_status'.
489 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
490 and set it.
491 (run_dump_test): Add `error', `error_output', `warning' and
492 `warning_output' options. Update documentation accordingly.
493
5bb0830d
AB
4942018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
495
496 * dwarf.c (dwarf_regnames_riscv): New register name table.
497 (init_dwarf_regnames_riscv): New function.
498 (init_dwarf_regnames): Add call to initialise RiscV register
499 names.
500 * dwarf.h (init_dwarf_regnames_riscv): Declare.
501 * objdump.c (dump_dwarf): Add call to initialise RiscV register
502 names.
503
f2023ce7
AM
5042018-02-01 Alan Modra <amodra@gmail.com>
505
506 PR 22769
507 * objdump.c (load_specific_debug_section): Check for overflow
508 when adding one to section size for a string section terminator.
509
fcabedd5
NC
5102018-01-30 Nick Clifton <nickc@redhat.com>
511
512 PR 22734
513 * doc/binutils.texi (nm): Update description to point out that
514 zero-initialized values can also be shown as type B, b, S or s
515 since they can be stored in the BSS section.
516
f49db8be
AM
5172018-01-30 Alan Modra <amodra@gmail.com>
518
519 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
520 "artificially large" end address.
521
a8d6d6ac
NC
5222018-01-28 Nick Clifton <nickc@redhat.com>
523
524 * README-how-to-make-a-release: Add note about checking gpg key
525 and the results of gnupload.
526
9a5db26e
NC
5272018-01-27 Nick Clifton <nickc@redhat.com>
528
529 * README-how-to-make-a-release: Add details on how to actually
530 make the release.
531
94c2436b
NC
5322018-01-26 Nick Clifton <nickc@redhat.com>
533
534 * README-how-to-make-a-release: Add more details on updating
535 version numbers.
536
1ea332d6
MR
5372018-01-22 Maciej W. Rozycki <macro@mips.com>
538
539 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
540 option description.
541
d65ce302
MR
5422018-01-22 Maciej W. Rozycki <macro@mips.com>
543
544 * MAINTAINERS: Update my company e-mail address.
545
f433138f
NC
5462018-01-22 Nick Clifton <nickc@redhat.com>
547
548 * po/sv.po: Updated Swedish translation.
549
7ab82037
NC
5502018-01-18 Nick Clifton <nickc@redhat.com>
551
552 * po/bg.po: Updated Bulgarian translation.
553
0dd86f32
JB
5542018-01-16 Joel Brobecker <brobecker@adacore.com>
555
556 * README-how-to-make-a-release: Add reminder to update the
557 branch name in gdbadmin's crontab on sourceware.
558
a960d29f
JB
5592018-01-16 Joel Brobecker <brobecker@adacore.com>
560
561 * README-how-to-make-a-release: Remove trailing spaces.
562
f6efed01
NC
5632018-01-16 Nick Clifton <nickc@redhat.com>
564
565 * po/fr.po: Updated French translation.
566
616dcb87
NC
5672018-01-15 Nick Clifton <nickc@redhat.com>
568
569 * po/uk.po: Updated Ukranian translation.
570
3957a496
NC
5712018-01-13 Nick Clifton <nickc@redhat.com>
572
19e2900b 573 * README-how-to-make-a-release: Update notes.
3957a496
NC
574 * po/binutils.pot: Regenerated.
575
769c7ea5
NC
5762018-01-13 Nick Clifton <nickc@redhat.com>
577
578 * configure: Regenerate.
579
9176ac5b
NC
5802018-01-13 Nick Clifton <nickc@redhat.com>
581
faf766e3 582 2.30 branch created.
9176ac5b
NC
583 * NEWS: Add marker for 2.30.
584
98ab9e96
NC
5852018-01-12 Nick Clifton <nickc@redhat.com>
586
587 * README-how-to-make-a-release: Add notes on how to make the
588 branch and prelease snapshot.
589 * BRANCHES: Add binutils-2_29-branch.
590
bf41f30d
NC
5912018-01-10 Nick Clifton <nickc@redhat.com>
592
593 * MAINTAINERS: Note that it is now the configure.ac file and not
594 the configure.in file that needs to be kept in sync with gcc.
595 Add a note about sending patches for libiberty to gcc.
596
f13974bd
NC
5972018-01-03 Nick Clifton <nickc@redhat.com>
598
599 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
600 constants.
601
6f156d7a
NC
6022018-01-03 Nick Clifton <nickc@redhat.com>
603
604 * objcopy.c (objcopy_internal_note): New structure.
605 (gap_exists): New function.
606 (is_open_note): New function.
607 (is_func_note): New function.
608 (is_64bit): New function.
609 (merge_gnu_build_notes): Handle v3 notes. Do not merge
610 if there are relocations against the notes.
611 * readelf.c (get_note_type): Use short names for build attribute
612 notes.
613 (print_symbol_for_build_attribute): Rename to
614 get_symbol_for_build_attribute. Returns the found symbol rather
615 than printing it.
616 (print_gnu_build_attribute_description): Maintain address ranges
617 for function notes as well as global notes. Handle v3 notes.
618 (print_gnu_build_attribute_name): Use more space for printing the
619 name in wide mode.
620 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
621 Eliminate symbol references in order to remove the need for
622 relocations.
623 * testsuite/binutils-all/note-2-64.s: Likewise.
624 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
625 symbol.
626 * testsuite/binutils-all/note-3-64.s: Likewise.
627 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
628 output.
629 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
630 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
631 * testsuite/binutils-all/note-2-32.d: Likewise.
632 * testsuite/binutils-all/note-2-64.d: Likewise.
633 * testsuite/binutils-all/note-3-32.d: Likewise.
634 * testsuite/binutils-all/note-3-64.d: Likewise.
635 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
636 * testsuite/binutils-all/note-4-32.s: New test.
637 * testsuite/binutils-all/note-4-64.d: New test result file.
638 * testsuite/binutils-all/note-4-32.d: New test result file.
639
219d1afa
AM
6402018-01-03 Alan Modra <amodra@gmail.com>
641
642 Update year range in copyright notice of all files.
643
1e563868 644For older changes see ChangeLog-2017
3499769a 645\f
1e563868 646Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
647
648Copying and distribution of this file, with or without modification,
649are permitted in any medium without royalty provided the copyright
650notice and this notice are preserved.
651
652Local Variables:
653mode: change-log
654left-margin: 8
655fill-column: 74
656version-control: never
657End:
This page took 0.197256 seconds and 4 git commands to generate.