Automatic date update in version.in
[deliverable/binutils-gdb.git] / binutils / ChangeLog
CommitLineData
1021d1cb
TT
12018-06-25 Tom Tromey <tom@tromey.com>
2
3 * dwarf-mode.el (dwarf-mode-syntax-table): New variable.
4 Bump version number.
5
71300e2c
NC
62018-06-24 Nick Clifton <nickc@redhat.com>
7
8 * README-how-to-make-a-release: Update with experiences from
9 making 2.31 branch.
10 * po/binutils.pot: Regenerate.
11 * configure: Regenerate.
12
719d8288
NC
132018-06-24 Nick Clifton <nickc@redhat.com>
14
15 2.31 branch created.
16 * NEWS: Add marker for 2.31.
17
d388f643
AM
182018-06-21 Alan Modra <amodra@gmail.com>
19
20 * doc/Makefile.am (AUTOMAKE_OPTIONS): Add "foreign".
21 * doc/Makefile.in: Regenerate.
22
d0ac1c44
SM
232018-06-19 Simon Marchi <simon.marchi@ericsson.com>
24
25 * configure.ac: Remove AC_PREREQ.
26 * doc/Makefile.am (AUTOMAKE_OPTIONS): Remove cygnus, add
27 info-in-builddir no-texinfo.tex.
28 * Makefile.in: Re-generate.
29 * aclocal.m4: Re-generate.
30 * config.in: Re-generate.
31 * configure: Re-generate.
32 * doc/Makefile.in: Re-generate.
33
3a075e56
AS
342018-06-19 Andreas Schwab <schwab@suse.de>
35
36 * readelf.c (is_16bit_abs_reloc): Handle R_RISCV_SET16.
37 (is_8bit_abs_reloc): New function.
38 (is_6bit_abs_reloc): New function.
39 (is_6bit_inplace_sub_reloc): New function.
40 (apply_relocations): Use them. Handle 6-bit relocations.
41
6f20c942
FS
422018-06-14 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
43
44 * readelf.c (print_mips_ases): Add GINV extension.
45
1f6f5dba
L
462018-06-14 H.J. Lu <hongjiu.lu@intel.com>
47
48 PR binutils/23267
49 * readelf.c (get_symbol_version_string): Check if the first
50 symbol version is base version.
51
730c3174
SE
522018-06-13 Scott Egerton <scott.egerton@imgtec.com>
53 Faraz Shahbazker <Faraz.Shahbazker@mips.com>
54
55 * readelf.c (print_mips_ases): Add CRC.
56
7a486e6d
NC
572018-06-13 Nick Clifton <nickc@redhat.com>
58
59 * doc/binutils.texi (objdump): Add missing closing square
60 parenthesis to listing of objcopy's command line options.
61
5a485b38
NC
622018-06-11 Nick Clifton <nickc@redhat.com>
63
64 * po/es.po: Updated Spanish translation.
65
55e99962
L
662018-06-01 H.J. Lu <hongjiu.lu@intel.com>
67
68 * configure: Regenerated.
69
0034eed0
AM
702018-05-31 Alan Modra <amodra@gmail.com>
71
72 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Don't
73 set CC_FOR_TARGET. Run test non-native.
74 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
75 Likewise.
76 (test_follow_debuglink): Run test non-native.
77
1869e86f
AB
782018-05-30 Ant Bikeneev <ant.bikineev@gmail.com>
79
80 PR 23107
81 * ar.c (display_offsets): New variable.
82 (usage): Add description of 'O' operator.
83 (decode_option): Handle 'O' operator.
84 (print_descr): Pass display_offsets to print_arelt_descr.
85 * arsup.c: Update call to printy_arelt_descr.
86 * objdump.c: Likewise.
87 * bucomm.c (print_arelt_descr): If offsets parameter is true then
88 display offset of archive element within the archive.
89 * bucomm.h: Update prototype for print_arelt_descr.
90 * doc/binutils.texi: Update description of ar command.
91 * NEWS: Mention the new feature.
92 * testsuite/binutils-all/ar.exp: Add text of new feature.
93
bb3b5316
AM
942018-05-28 Alan Modra <amodra@gmail.com>
95
96 PR 23235
97 * testsuite/binutils-all/compress.exp (test_gnu_debuglink): Return
98 unsupported rather than fail on compile errors.
99 * testsuite/binutils-all/objdump.exp (test_build_id_debuglink):
100 Likewise. Save and restore CFLAGS_FOR_TARGET.
101
7f999549
JW
1022018-05-18 Kito Cheng <kito.cheng@gmail.com>
103
104 * readelf.c (get_machine_flags): Handle EF_RISCV_RVE.
105
7b4ae824
JD
1062018-05-18 John Darrington <john@darrington.wattle.id.au>
107
108 * readelf.c: Add support for s12z architecture.
109 * testsuite/lib/binutils-common.exp (is_elf_format): Excluse s12z
110 targets.
111
f9830ec1
TC
1122018-05-15 Tamar Christina <tamar.christina@arm.com>
113
114 PR binutils/21446
115 * doc/binutils.texi (-M): Document AArch64 options.
116
7d02540a
TC
1172018-05-15 Tamar Christina <tamar.christina@arm.com>
118
119 PR binutils/21446
120 * doc/binutils.texi (-M): Document AArch64 options.
121 * NEWS: Document notes and warnings.
122
679ca975
AM
1232018-05-15 Alan Modra <amodra@gmail.com>
124
125 * testsuite/lib/binutils-common.exp (is_elf_format): Add chorus,
126 cloudabi, fuchsia, kaos and nto. Merge netbsdelf* into *elf*,
127 and *uclinux* into *linux*.
128 * testsuite/binutils-all/objcopy.exp: Accept armeb for rel
129 strip-13 test, exclude arm-vxworks and arm-windiss.
130
637b1970
JD
1312018-05-10 John Darrington <john@darrington.wattle.id.au>
132
133 * readelf.c (get_machine_name): EM_S12Z - handle new case.
134
60cb2c8a
AM
1352018-05-09 Alan Modra <amodra@gmail.com>
136
137 * od-macho.c (dump_unwind_encoding_x86): Fix typo in last patch.
138
84f9f8c3
AM
1392018-05-09 Sebastian Rasmussen <sebras@gmail.com>
140
141 * od-macho.c (dump_unwind_encoding_x86): Adjust for macro renaming.
142
886d5428
AM
1432018-05-08 Alan Modra <amodra@gmail.com>
144
145 PR 23141
146 * objcopy.c (is_strip_section): Strip groups without a valid
147 signature symbol.
148
ce4ec1a9
AM
1492018-05-07 Alan Modra <amodra@gmail.com>
150
151 PR 23142
152 * objcopy.c (group_signature): Don't accept groups that use a
153 symbol table other than the one we've read.
154
fe944acf
FT
1552018-04-30 Francois H. Theron <francois.theron@netronome.com>
156
157 * readelf.c: Very basic support for EM_NFP and its section types.
158 * testsuite/binutils-all/nfp: New directory.
159 * testsuite/binutils-all/nfp/objdump.exp: New file. Run new
160 tests.
161 * testsuite/binutils-all/nfp/test2_ctx8.d: New file.
162 * testsuite/binutils-all/nfp/test2_no-pc_ctx4.d: New file.
163 * testsuite/binutils-all/nfp/test1.d: New file.
164 * testsuite/binutils-all/nfp/nfp6000.nffw: New file.
165 * testsuite/binutils-all/nfp/test2_nfp6000.nffw: New file.
166 * NEWS: Mention the new support.
167
6d9dabbb
MR
1682018-04-27 Maciej W. Rozycki <macro@mips.com>
169
170 * testsuite/lib/binutils-common.exp (match_target): New procedure.
171 * testsuite/lib/utils-lib.exp (run_dump_test): Use it in place
172 of `istarget' for matching with `target', `not-target', `skip'
173 and `not-skip' options.
174
0df8ad28
NC
1752018-04-26 Nick Clifton <nickc@redhat.com>
176
177 * readelf.c (is_32bit_abs_reloc): Support R_PARISC_DIR32 as a
178 32-bit absolute reloc for the HPPA target.
179 * testsuite/binutils-all/note-5.d: New test.
180 * testsuite/binutils-all/note-5.s: Source file for new test.
181 * testsuite/binutils-all/objcopy.exp: Run new test.
182
f1ac0afe
CL
1832018-04-25 Christophe Lyon <christophe.lyon@st.com>
184
185 * testsuite/binutils-all/elfedit-2.d: Accept arm*-*-uclinuxfdpiceabi.
186 * testsuite/binutils-all/elfedit-3.d: Likewise.
187 * testsuite/binutils-all/objcopy.exp: Likewise.
188 * testsuite/binutils-all/strip-3.d: Likewise.
189 * testsuite/lib/binutils-common.exp: Likewise.
190
18a20338
CL
1912018-04-25 Christophe Lyon <christophe.lyon@st.com>
192 Mickaël Guêné <mickael.guene@st.com>
193
194 * readelf.c (decode_ARM_machine_flags): Support EF_ARM_PIC.
195 (get_osabi_name): Support ELFOSABI_ARM_FDPIC.
196
2ac93be7
AM
1972018-04-25 Alan Modra <amodra@gmail.com>
198
199 * testsuite/binutils-all/arm/objdump.exp: Remove arm-aout and
200 arm-coff support.
201 * testsuite/binutils-all/objcopy.exp: Likewise.
202 * testsuite/lib/binutils-common.exp: Likewise.
203
a7504f87
NC
2042018-04-18 Nick Clifton <nickc@redhat.com>
205
206 PR 23062
207 * dwarf.c (read_and_display_attr_value): Replace assertions with
208 test and warning message.
209
c65c21e1
AM
2102018-04-18 Alan Modra <amodra@gmail.com>
211
212 * testsuite/lib/binutils-common.exp: Remove support for assorted
213 aout targets.
214
6aea08d9
NC
2152018-04-17 Nick Clifton <nickc@redhat.com>
216
c4a91159 217 PR 23063
56d8f8a9
NC
218 * readelf.c (print_symbol): If the width is zero, return straight
219 away.
220
6aea08d9
NC
221 PR 23064
222 * dwarf.c (process_cu_tu_index): Test for a potential buffer
223 overrun before copying signature pointer.
224
f954747f
AM
2252018-04-17 Alan Modra <amodra@gmail.com>
226
227 * readelf.c: Revert 2018-04-16 and 2018-04-11 changes.
228
d7867d17
AM
2292018-04-16 Alan Modra <amodra@gmail.com>
230
231 * readelf.c (get_machine_name): Correct typo.
232
ddb00039
AM
2332018-04-16 Alan Modra <amodra@gmail.com>
234
235 * configure.ac: Remove arm-epoc-pe support.
236 * dlltool.c: Likewise.
237 * configure: Regenerate.
238
c9098af4
AM
2392018-04-16 Alan Modra <amodra@gmail.com>
240
241 * testsuite/lib/binutils-common.exp: Remove sparc-aout and
242 sparc-coff support.
243
dc12032b
AM
2442018-04-16 Alan Modra <amodra@gmail.com>
245
246 * testsuite/binutils-all/copy-2.d: Remove m68k-aout and m68k-coff
247 support.
248 * testsuite/binutils-all/copy-3.d: Likewise.
249 * testsuite/binutils-all/objcopy.exp: Likewise.
250 * testsuite/lib/binutils-common.exp: Likewise.
251
211dc24b
AM
2522018-04-16 Alan Modra <amodra@gmail.com>
253
254 * testsuite/binutils-all/objcopy.exp: Remove sh5 and sh64 support.
255
a9a4b302
AM
2562018-04-16 Alan Modra <amodra@gmail.com>
257
258 * testsuite/binutils-all/objcopy.exp: Remove w65 support.
259
04cb01fd
AM
2602018-04-16 Alan Modra <amodra@gmail.com>
261
262 * testsuite/binutils-all/objdump.exp: Remove we32k support.
263
c2bf1eec
AM
2642018-04-16 Alan Modra <amodra@gmail.com>
265
266 * MAINTAINERS (Mark Kettenis): Move to past maintainers.
267 * testsuite/binutils-all/objdump.exp: Remove m88k support.
268
6793974d
AM
2692018-04-16 Alan Modra <amodra@gmail.com>
270
271 * readelf.c: Remove i370 support.
272 * testsuite/binutils-all/objdump.exp: Likewise.
273
e82aa794
AM
2742018-04-16 Alan Modra <amodra@gmail.com>
275
276 * testsuite/binutils-all/objcopy.exp: Remove h8500 support.
277 * testsuite/lib/binutils-common.exp: Likewise.
278
fe0bf0fd
AM
2792018-04-16 Alan Modra <amodra@gmail.com>
280
281 * testsuite/binutils-all/objcopy.exp: Remove h8300-coff support.
282
fdef3943
AM
2832018-04-16 Alan Modra <amodra@gmail.com>
284
285 * Makefile.am: Remove IEEE 695 support.
286 * budbg.h: Likewise.
287 * doc/binutils.texi: Likewise.
288 * makefile.vms: Likewise.
289 * objcopy.c: Likewise.
290 * objdump.c: Likewise.
291 * rddbg.c: Likewise.
292 * ieee.c: Delete.
293 * Makefile.in: Regenerate.
294 * po/POTFILES.in: Regenerate.
295
5972ac73
AM
2962018-04-16 Alan Modra <amodra@gmail.com>
297
298 * testsuite/binutils-all/copy-2.d: Remove newsos3 support.
299 * testsuite/binutils-all/nm.exp: Likewise.
300
b4b594e3
AM
3012018-04-16 Alan Modra <amodra@gmail.com>
302
303 * .gitignore: Remove netware support.
304 * Makefile.am: Likewise.
305 * configure.ac: Likewise.
306 * doc/Makefile.am: Likewise.
307 * doc/binutils.texi: Likewise.
308 * testsuite/binutils-all/nm.exp: Likewise.
309 * nlmconv.c: Delete.
310 * nlmconv.h: Delete.
311 * nlmheader.y: Delete.
312 * Makefile.in: Regenerate.
313 * configure: Regenerate.
314 * doc/Makefile.in: Regenerate.
315 * po/POTFILES.in: Regenerate.
316
fceadf09
AM
3172018-04-16 Alan Modra <amodra@gmail.com>
318
319 * testsuite/binutils-all/objdump.exp: Remove tahoe support.
320
fb70ec17
AM
3212018-04-14 Alan Modra <amodra@gmail.com>
322
323 * readelf.c (get_machine_name): Revert 2018-04-11 change.
324
86c6c6df
NC
3252018-04-12 Nick Clifton <nickc@redhat.com>
326
327 PR 23050
328 * readelf.c (process_dynamic_section): Correct dynamic string
329 table size calculation.
330
a8eb42a8
AM
3312018-04-11 Alan Modra <amodra@gmail.com>
332
333 * ieee.c: Remove i960 support.
334 * od-macho.c: Remove i860 support.
335 * readelf.c: Remove i860 and i960 support.
336 * testsuite/binutils-all/objcopy.exp: Likewise.
337 * testsuite/binutils-all/objdump.exp: Likewise.
338 * testsuite/lib/binutils-common.exp: Likewise.
339
c43b2c54
MR
3402018-04-11 Maciej W. Rozycki <macro@mips.com>
341
342 * testsuite/lib/binutils-common.exp (is_elf_format): Also return
343 1 for `*-*-lynxos*' and `*-*-symbianelf*' targets.
344
d4ae1932
AM
3452018-04-10 Alan Modra <amodra@gmail.com>
346
347 * testsuite/binutils-all/objcopy.exp (strip-14, strip-15): Choose
348 reloc=11 for pru and reloc=50 for nds32.
349 * testsuite/binutils-all/strip-15.d: Accept 0xb reloc number.
350
d52e3d06
MR
3512018-04-09 Maciej W. Rozycki <macro@mips.com>
352
353 * testsuite/binutils-all/strip-15.d: New test.
354 * testsuite/binutils-all/strip-15rel.s: New test source.
355 * testsuite/binutils-all/strip-15rela.s: New test source.
356 * testsuite/binutils-all/strip-15mips64.s: New test source.
357 * testsuite/binutils-all/objcopy.exp: Run the new test.
358
3f97ba9f
MR
3592018-04-09 Maciej W. Rozycki <macro@mips.com>
360
361 * testsuite/binutils-all/strip-14.d: New test.
362 * testsuite/binutils-all/strip-14rel.s: New test source.
363 * testsuite/binutils-all/strip-14rela.s: New test source.
364 * testsuite/binutils-all/strip-14mips64.s: New test source.
365 * testsuite/binutils-all/objcopy.exp: Run the new test.
366
2008a0db
TT
3672018-04-06 Tom Tromey <tom@tromey.com>
368
369 * dwarf.c (read_and_display_attr_value): Add missing DW_LANG
370 constants from DWARF 5.
371
3cba8b6c
L
3722018-04-05 H.J. Lu <hongjiu.lu@intel.com>
373
374 PR gas/22318
375 * configure: Regenerated.
376
2d8c1a23
MR
3772018-04-05 Maciej W. Rozycki <macro@mips.com>
378
379 * testsuite/binutils-all/strip-13mips64.s: Use `.dc.l' rather
380 than `.dc.w' in second relocation.
381
65bd2045
MR
3822018-04-05 Maciej W. Rozycki <macro@mips.com>
383
384 * testsuite/binutils-all/strip-13.d: Also expect `unsupported
385 relocation type 0x8f' error message.
386
2f8ceb38
MR
3872018-04-05 Maciej W. Rozycki <macro@mips.com>
388
389 * testsuite/binutils-all/strip-13.s: Rename to...
390 * testsuite/binutils-all/strip-13rela.s: ... this.
391 * testsuite/binutils-all/strip-13rel.s: New test source.
392 * testsuite/binutils-all/strip-13mips64.s: New test source.
393 * testsuite/binutils-all/strip-13.d: Remove `arm-*', `d10v-*',
394 `dlx-*' and `xgate-*' from `not-target' list. Add `m6811-*' and
395 `m68hc11-*' to `not-target' list.
396 * testsuite/binutils-all/objcopy.exp: Switch between sources for
397 `strip-13'.
398
aad7be45
MR
3992018-04-05 Maciej W. Rozycki <macro@mips.com>
400
401 * testsuite/binutils-all/strip-13.s: Use 143 (0x8f) rather than
402 241 (0xf1) for the relocation number and RELA addend.
403 * testsuite/binutils-all/strip-13.d: Remove `hppa*-*' from the
404 `not-target' list.
405
89f60df2
JDA
4062018-04-04 John David Anglin <danglin@gcc.gnu.org>
407
408 * MAINTAINERS: Update my e-mail address.
409
f1ca0d6d
NC
4102018-04-04 Nick Clifton <nickc@redhat.com>
411
412 * MAINTAINERS: Move Jason Eckhardt to past maintainers section.
413
8fd75781
NC
4142018-03-23 Nick Clifton <nickc@redhat.com>
415
416 * readelf.c (get_symbol_for_build_attribute): Skip ARM mapping
417 symbols.
418 (print_gnu_build_attribute_description): If no file start symbol
419 could be found, look for one two bytes into the file.
420 * testsuite/binutils-all/note-4-64.s: Set the address of the file
421 start symbol to two bytes into the file.
422 * testsuite/binutils-all/note-4-32.s: Likewise.
423
b1202ffa
L
4242018-03-21 H.J. Lu <hongjiu.lu@intel.com>
425
426 * readelf.c (process_dynamic_section): Also dump DF_1_KMOD,
427 DF_1_WEAKFILTER and DF_1_NOCOMMON.
428
7e100140
NC
4292018-03-20 Nick Clifton <nickc@redhat.com>
430
431 * po/es.po: Updated Spanish translation.
432 * po/ru.po: Updated Russian translation.
433
e45ad123
NC
4342018-03-13 Nick Clifton <nickc@redhat.com>
435
436 PR 22957
437 * stabs.c (pop_binincl): Fail if the file index is off the end of
438 the stack.
439
81db3241
NC
4402018-03-13 Nick Clifton <nickc@redhat.com>
441
442 PR 22955
443 * stabs.c (parse_number): Add p_end parameter and use it to check
444 the validity of the pp parameter. Add checks to prevent walking
445 off the end of the string buffer.
446 (parse_stab_string): Likewise.
447 (parse_stab_type): Likewise.
448 (parse_stab_type_number): Likewise.
449 (parse_stab_range_type): Likewise.
450 (parse_stab_sun_builtin_type): Likewise.
451 (parse_stab_sun_floating_type): Likewise.
452 (parse_stab_enum_type): Likewise.
453 (parse_stab_struct_type): Likewise.
454 (parse_stab_baseclasses): Likewise.
455 (parse_stab_struct_fields): Likewise.
456 (parse_stab_cpp_abbrev): Likewise.
457 (parse_stab_one_struct_field): Likewise.
458 (parse_stab_members): Likewise.
459 (parse_stab_tilde_field): Likewise.
460 (parse_stab_array_type): Likewise.
e45ad123 461
81db3241
NC
462 * parse_stab: Compute the end of the string and then pass it on to
463 individual parser functions.
464
6d4f21f6
PP
4652018-03-07 Paul Pluzhnikov <ppluzhnikov@google.com>
466
467 PR binutils/22923
468 * binutils/readelf.c (get_ver_flags): Expand buffer to avoid
469 overflow.
470
52fe4420
AM
4712018-03-07 Alan Modra <amodra@gmail.com>
472
473 * configure.ac: Add objdump_private_desc_xcoff for rs6000.
474 * configure: Regenerate.
475
0e70b27b
L
4762018-03-05 H.J. Lu <hongjiu.lu@intel.com>
477
478 PR binutils/22911
479 * objdump.c (is_significant_symbol_name): Return TRUE for all
480 .plt* sections.
481 (find_symbol_for_address): Replace linear search with binary
482 search on dynamic relocations.
483
d11ae95e
NC
4842018-03-01 Nick Clifton <nickc@redhat.com>
485
486 PR 22905
487 * dwarf.c (display_debug_ranges): Check that the offset loaded
488 from the range_entry structure is valid.
489
e184813f
AM
4902018-03-01 Alan Modra <amodra@gmail.com>
491
492 * configure.ac (ALL_LINGUAS): Add sr. Sort.
493 * configure: Regenerate.
494
bc7c0509
NC
4952018-02-27 Nick Clifton <nickc@redhat.com>
496
497 * po/pt.po: New Portuguese translation.
498 * configure.ac (ALL_LINGUAS): Add pt.
499 * configure: Regenerate.
500
f3185997
NC
5012018-02-27 Nick Clifton <nickc@redhat.com>
502
503 PR 22875
504 * objcopy.c (copy_object): Check the error status after marking
505 symbols used in relocations.
506 * testsuite/binutils-all/strip-13.s: New test source file.
507 * testsuite/binutils-all/strip-13.s: New test driver file.
508 * testsuite/binutils-all/objcopy.exp: Run the new test.
509
2c1c9679
AM
5102018-02-26 Alan Modra <amodra@gmail.com>
511
512 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
513 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
514
6e05870c
AM
5152018-02-23 Alan Modra <amodra@gmail.com>
516
517 * testsuite/binutils-all/mips/mips-reginfo-n32.d,
518 * testsuite/binutils-all/mips/mips-reginfo.d: Update.
519
b0ab9c45
RH
5202018-02-20 Ronald Hoogenboom <hoogenboom30@zonnet.nl>
521
522 * doc/binutils.texi (objcopy): Add missing closing square
523 parenthesis to listing of objcopy's command line options.
524
e535d0dd
MK
5252018-02-19 Matthias Klose <doko@debian.org>
526
527 * strings.c (long_options): Include-all-whitespace does not take
528 an extra agument.
529
6e5e9d58
AM
5302018-02-13 Alan Modra <amodra@gmail.com>
531
532 PR 22836
533 * testsuite/binutils-all/group-7.s,
534 * testsuite/binutils-all/group-7a.d,
535 * testsuite/binutils-all/group-7b.d,
536 * testsuite/binutils-all/group-7c.d: New tests.
537 * testsuite/binutils-all/objcopy.exp: Run them.
538
8de3a6e2
NC
5392018-02-08 Nick Clifton <nickc@redhat.com>
540
541 PR 22802
542 * dwarf.c (load_separate_debug_file): Return early if the user is
543 not interested in debug links.
544
68807c3c
NC
5452018-02-06 Nick Clifton <nickc@redhat.com>
546
547 PR 22793
548 * readelf.c (find_section): Replace assertion with test and return
549 of NULL.
550 (find_section_by_address): Add test of section header table
551 existance.
552 (find_section_by_type): Likewise.
553 (find_section_in_set): Likewise.
554
2d6dda71
MR
5552018-02-05 Maciej W. Rozycki <macro@mips.com>
556
557 * testsuite/binutils-all/mips/mips-reginfo.d: New test.
558 * testsuite/binutils-all/mips/mips-reginfo-n32.d: New test.
559 * testsuite/binutils-all/mips/mips-reginfo.s: New test source.
560 * testsuite/binutils-all/mips/mips.exp: Run the new tests.
561
78c88364
MR
5622018-02-05 Maciej W. Rozycki <macro@mips.com>
563
564 * testsuite/config/default.exp (binutils_run): Document
565 `binutils_run_status'.
566 * testsuite/lib/utils-lib.exp (default_binutils_run): Likewise,
567 and set it.
568 (run_dump_test): Add `error', `error_output', `warning' and
569 `warning_output' options. Update documentation accordingly.
570
5bb0830d
AB
5712018-02-02 Andrew Burgess <andrew.burgess@embecosm.com>
572
573 * dwarf.c (dwarf_regnames_riscv): New register name table.
574 (init_dwarf_regnames_riscv): New function.
575 (init_dwarf_regnames): Add call to initialise RiscV register
576 names.
577 * dwarf.h (init_dwarf_regnames_riscv): Declare.
578 * objdump.c (dump_dwarf): Add call to initialise RiscV register
579 names.
580
f2023ce7
AM
5812018-02-01 Alan Modra <amodra@gmail.com>
582
583 PR 22769
584 * objdump.c (load_specific_debug_section): Check for overflow
585 when adding one to section size for a string section terminator.
586
fcabedd5
NC
5872018-01-30 Nick Clifton <nickc@redhat.com>
588
589 PR 22734
590 * doc/binutils.texi (nm): Update description to point out that
591 zero-initialized values can also be shown as type B, b, S or s
592 since they can be stored in the BSS section.
593
f49db8be
AM
5942018-01-30 Alan Modra <amodra@gmail.com>
595
596 * objcopy.c (merge_gnu_build_notes): Use (bfd_vma) -1 as
597 "artificially large" end address.
598
a8d6d6ac
NC
5992018-01-28 Nick Clifton <nickc@redhat.com>
600
601 * README-how-to-make-a-release: Add note about checking gpg key
602 and the results of gnupload.
603
9a5db26e
NC
6042018-01-27 Nick Clifton <nickc@redhat.com>
605
606 * README-how-to-make-a-release: Add details on how to actually
607 make the release.
608
94c2436b
NC
6092018-01-26 Nick Clifton <nickc@redhat.com>
610
611 * README-how-to-make-a-release: Add more details on updating
612 version numbers.
613
1ea332d6
MR
6142018-01-22 Maciej W. Rozycki <macro@mips.com>
615
616 * doc/binutils.texi (objcopy): Fix a typo in `--rename-section'
617 option description.
618
d65ce302
MR
6192018-01-22 Maciej W. Rozycki <macro@mips.com>
620
621 * MAINTAINERS: Update my company e-mail address.
622
f433138f
NC
6232018-01-22 Nick Clifton <nickc@redhat.com>
624
625 * po/sv.po: Updated Swedish translation.
626
7ab82037
NC
6272018-01-18 Nick Clifton <nickc@redhat.com>
628
629 * po/bg.po: Updated Bulgarian translation.
630
0dd86f32
JB
6312018-01-16 Joel Brobecker <brobecker@adacore.com>
632
633 * README-how-to-make-a-release: Add reminder to update the
634 branch name in gdbadmin's crontab on sourceware.
635
a960d29f
JB
6362018-01-16 Joel Brobecker <brobecker@adacore.com>
637
638 * README-how-to-make-a-release: Remove trailing spaces.
639
f6efed01
NC
6402018-01-16 Nick Clifton <nickc@redhat.com>
641
642 * po/fr.po: Updated French translation.
643
616dcb87
NC
6442018-01-15 Nick Clifton <nickc@redhat.com>
645
646 * po/uk.po: Updated Ukranian translation.
647
3957a496
NC
6482018-01-13 Nick Clifton <nickc@redhat.com>
649
19e2900b 650 * README-how-to-make-a-release: Update notes.
3957a496
NC
651 * po/binutils.pot: Regenerated.
652
769c7ea5
NC
6532018-01-13 Nick Clifton <nickc@redhat.com>
654
655 * configure: Regenerate.
656
9176ac5b
NC
6572018-01-13 Nick Clifton <nickc@redhat.com>
658
faf766e3 659 2.30 branch created.
9176ac5b
NC
660 * NEWS: Add marker for 2.30.
661
98ab9e96
NC
6622018-01-12 Nick Clifton <nickc@redhat.com>
663
664 * README-how-to-make-a-release: Add notes on how to make the
665 branch and prelease snapshot.
666 * BRANCHES: Add binutils-2_29-branch.
667
bf41f30d
NC
6682018-01-10 Nick Clifton <nickc@redhat.com>
669
670 * MAINTAINERS: Note that it is now the configure.ac file and not
671 the configure.in file that needs to be kept in sync with gcc.
672 Add a note about sending patches for libiberty to gcc.
673
f13974bd
NC
6742018-01-03 Nick Clifton <nickc@redhat.com>
675
676 * objcopy.c (merge_gnu_build_notes): Add cast to maximum address
677 constants.
678
6f156d7a
NC
6792018-01-03 Nick Clifton <nickc@redhat.com>
680
681 * objcopy.c (objcopy_internal_note): New structure.
682 (gap_exists): New function.
683 (is_open_note): New function.
684 (is_func_note): New function.
685 (is_64bit): New function.
686 (merge_gnu_build_notes): Handle v3 notes. Do not merge
687 if there are relocations against the notes.
688 * readelf.c (get_note_type): Use short names for build attribute
689 notes.
690 (print_symbol_for_build_attribute): Rename to
691 get_symbol_for_build_attribute. Returns the found symbol rather
692 than printing it.
693 (print_gnu_build_attribute_description): Maintain address ranges
694 for function notes as well as global notes. Handle v3 notes.
695 (print_gnu_build_attribute_name): Use more space for printing the
696 name in wide mode.
697 * testsuite/binutils-all/note-2-32.s: Use .dc.l instead of .word.
698 Eliminate symbol references in order to remove the need for
699 relocations.
700 * testsuite/binutils-all/note-2-64.s: Likewise.
701 * testsuite/binutils-all/note-3-32.s: Add a size to the note_1
702 symbol.
703 * testsuite/binutils-all/note-3-64.s: Likewise.
704 * testsuite/binutils-all/mips/mips-note-2r-n32.d: Update expected
705 output.
706 * testsuite/binutils-all/mips/mips-note-2r-n64.d: Likewise.
707 * testsuite/binutils-all/mips/mips-note-2r.d: Likewise.
708 * testsuite/binutils-all/note-2-32.d: Likewise.
709 * testsuite/binutils-all/note-2-64.d: Likewise.
710 * testsuite/binutils-all/note-3-32.d: Likewise.
711 * testsuite/binutils-all/note-3-64.d: Likewise.
712 * testsuite/binutils-all/note-4-64.s: New test. Checks v3 notes.
713 * testsuite/binutils-all/note-4-32.s: New test.
714 * testsuite/binutils-all/note-4-64.d: New test result file.
715 * testsuite/binutils-all/note-4-32.d: New test result file.
716
219d1afa
AM
7172018-01-03 Alan Modra <amodra@gmail.com>
718
719 Update year range in copyright notice of all files.
720
1e563868 721For older changes see ChangeLog-2017
3499769a 722\f
1e563868 723Copyright (C) 2018 Free Software Foundation, Inc.
3499769a
AM
724
725Copying and distribution of this file, with or without modification,
726are permitted in any medium without royalty provided the copyright
727notice and this notice are preserved.
728
729Local Variables:
730mode: change-log
731left-margin: 8
732fill-column: 74
733version-control: never
734End:
This page took 0.151796 seconds and 4 git commands to generate.